Class: Google::Cloud::Channel::V1::SkuGroup
- Inherits:
-
Object
- Object
- Google::Cloud::Channel::V1::SkuGroup
- 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
-
#display_name ⇒ ::String
Unique human readable identifier for the SKU group.
-
#name ⇒ ::String
Resource name of SKU group.
Instance Attribute Details
#display_name ⇒ ::String
Returns Unique human readable identifier for the SKU group.
810 811 812 813 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 810 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".
810 811 812 813 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 810 class SkuGroup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |