Class: Google::Shopping::Merchant::Accounts::V1::GetAccountServiceRequest
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1::GetAccountServiceRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1/accountservices.rb
Overview
Request to get 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 get.
Format: accounts/{account}/services/{service}.
140 141 142 143 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/accountservices.rb', line 140 class GetAccountServiceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |