Class: Google::Shopping::Merchant::Products::V1beta::GetProductRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/shopping/merchant/products/v1beta/products.rb

Overview

Request message for the GetProduct method.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the product to retrieve. Format: accounts/{account}/products/{product}.

Returns:

  • (::String)

    Required. The name of the product to retrieve. Format: accounts/{account}/products/{product}



107
108
109
110
# File 'proto_docs/google/shopping/merchant/products/v1beta/products.rb', line 107

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