Class: Google::Shopping::Merchant::Accounts::V1::RejectAccountServiceRequest
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1::RejectAccountServiceRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1/accountservices.rb
Overview
Request to reject an account service.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The resource name of the account service to reject.
Format: accounts/{account}/services/{service}.
216 217 218 219 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/accountservices.rb', line 216 class RejectAccountServiceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |