Class: Google::Cloud::Channel::V1::SkuGroup

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/channel/v1/service.rb

Overview

Represents the SKU group information.

Instance Attribute Summary collapse

Instance Attribute Details

#display_name::String

Returns Unique human readable identifier for the SKU group.

Returns:

  • (::String)

    Unique human readable identifier for the SKU group.



787
788
789
790
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 787

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

#name::String

Returns Resource name of SKU group. Format: accounts/{account}/skuGroups/{sku_group}. Example: "accounts/C01234/skuGroups/3d50fd57-3157-4577-a5a9-a219b8490041".

Returns:

  • (::String)

    Resource name of SKU group. Format: accounts/{account}/skuGroups/{sku_group}. Example: "accounts/C01234/skuGroups/3d50fd57-3157-4577-a5a9-a219b8490041".



787
788
789
790
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 787

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