Class: Google::Cloud::CommerceProducer::V1beta::GetPrivateOfferRequest
- Inherits:
-
Object
- Object
- Google::Cloud::CommerceProducer::V1beta::GetPrivateOfferRequest
- 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
-
#name ⇒ ::String
Required.
-
#view ⇒ ::Google::Cloud::CommerceProducer::V1beta::PrivateOfferView
Optional.
Instance Attribute Details
#name ⇒ ::String
Returns 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.
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 |