Class: Google::Cloud::CommerceProducer::V1beta::GetStandardOfferRequest
- Inherits:
-
Object
- Object
- Google::Cloud::CommerceProducer::V1beta::GetStandardOfferRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/commerceproducer/v1beta/commerce_transaction.rb
Overview
Message for getting a StandardOffer
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
-
#view ⇒ ::Google::Cloud::CommerceProducer::V1beta::StandardOfferView
Optional.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Name of the resource.
395 396 397 398 |
# File 'proto_docs/google/cloud/commerceproducer/v1beta/commerce_transaction.rb', line 395 class GetStandardOfferRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#view ⇒ ::Google::Cloud::CommerceProducer::V1beta::StandardOfferView
Returns Optional. The view of the StandardOffer to return. If unspecified, the default view is BASIC.
395 396 397 398 |
# File 'proto_docs/google/cloud/commerceproducer/v1beta/commerce_transaction.rb', line 395 class GetStandardOfferRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |