Class: Google::Shopping::Merchant::Promotions::V1beta::GetPromotionRequest

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

Overview

Request message for the GetPromotion method.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

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

Returns:

  • (::String)

    Required. The name of the promotion to retrieve. Format: accounts/{account}/promotions/{promotions}



132
133
134
135
# File 'proto_docs/google/shopping/merchant/promotions/v1beta/promotions.rb', line 132

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