Class: Google::Cloud::Channel::V1::Sku

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

Overview

Represents a product's purchasable Stock Keeping Unit (SKU). SKUs represent the different variations of the product. For example, Google Workspace Business Standard and Google Workspace Business Plus are Google Workspace product SKUs.

Instance Attribute Summary collapse

Instance Attribute Details

#marketing_info::Google::Cloud::Channel::V1::MarketingInfo

Returns Marketing information for the SKU.

Returns:



52
53
54
55
# File 'proto_docs/google/cloud/channel/v1/products.rb', line 52

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

#name::String

Returns Resource Name of the SKU. Format: products/{product_id}/skus/{sku_id}.

Returns:

  • (::String)

    Resource Name of the SKU. Format: products/{product_id}/skus/{sku_id}



52
53
54
55
# File 'proto_docs/google/cloud/channel/v1/products.rb', line 52

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

#product::Google::Cloud::Channel::V1::Product

Returns Product the SKU is associated with.

Returns:



52
53
54
55
# File 'proto_docs/google/cloud/channel/v1/products.rb', line 52

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