Class: Google::Cloud::CommerceProducer::V1beta::StandardOffer::PriceModel::SkuList

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/commerceproducer/v1beta/standard_offer.rb

Overview

A collection of SKUs.

Instance Attribute Summary collapse

Instance Attribute Details

#skus::Array<::String> (readonly)

Returns Output only. List of SKUs by name.

Returns:

  • (::Array<::String>)

    Output only. List of SKUs by name.



89
90
91
92
# File 'proto_docs/google/cloud/commerceproducer/v1beta/standard_offer.rb', line 89

class SkuList
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end