Class: Google::Cloud::CommerceProducer::V1beta::GetPrivateOfferRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/commerceproducer/v1beta/commerce_transaction.rb

Overview

Message for getting a PrivateOffer

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. Name of the resource.

Returns:

  • (::String)

    Required. Name of the resource



81
82
83
84
# File 'proto_docs/google/cloud/commerceproducer/v1beta/commerce_transaction.rb', line 81

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

#view::Google::Cloud::CommerceProducer::V1beta::PrivateOfferView

Returns Optional. The view of the PrivateOffer to return. If unspecified, the default view is BASIC.

Returns:



81
82
83
84
# File 'proto_docs/google/cloud/commerceproducer/v1beta/commerce_transaction.rb', line 81

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