Class: Google::Cloud::Channel::V1::BillableSku

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 Billable SKU information.

Instance Attribute Summary collapse

Instance Attribute Details

#service::String

Returns Resource name of Service which contains Repricing SKU. Format: services/{service}. Example: "services/B7D9-FDCB-15D8".

Returns:

  • (::String)

    Resource name of Service which contains Repricing SKU. Format: services/{service}. Example: "services/B7D9-FDCB-15D8".



811
812
813
814
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 811

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

#service_display_name::String

Returns Unique human readable name for the Service.

Returns:

  • (::String)

    Unique human readable name for the Service.



811
812
813
814
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 811

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

#sku::String

Returns Resource name of Billable SKU. Format: billableSkus/{sku}. Example: billableSkus/6E1B-6634-470F".

Returns:

  • (::String)

    Resource name of Billable SKU. Format: billableSkus/{sku}. Example: billableSkus/6E1B-6634-470F".



811
812
813
814
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 811

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

#sku_display_name::String

Returns Unique human readable name for the SKU.

Returns:

  • (::String)

    Unique human readable name for the SKU.



811
812
813
814
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 811

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