Class: Google::Cloud::Channel::V1::Product

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

Overview

A Product is the entity a customer uses when placing an order. For example, Google Workspace, Google Voice, etc.

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns Marketing information for the product.

Returns:



33
34
35
36
# File 'proto_docs/google/cloud/channel/v1/products.rb', line 33

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

#name::String

Returns Resource Name of the Product. Format: products/{product_id}.

Returns:

  • (::String)

    Resource Name of the Product. Format: products/{product_id}



33
34
35
36
# File 'proto_docs/google/cloud/channel/v1/products.rb', line 33

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