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

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 SkuGroups.

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns Output only. List of SkuGroups by name.

Returns:

  • (::Array<::String>)

    Output only. List of SkuGroups by name.



98
99
100
101
# File 'proto_docs/google/cloud/commerceproducer/v1beta/standard_offer.rb', line 98

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