Class: Google::Shopping::Merchant::Accounts::V1::CreateAndConfigureAccountRequest::AddAccountService
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1::CreateAndConfigureAccountRequest::AddAccountService
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1/accounts.rb
Overview
Additional instructions to add account services during creation of the account.
Instance Attribute Summary collapse
-
#account_aggregation ⇒ ::Google::Shopping::Merchant::Accounts::V1::AccountAggregation
The provider is an aggregator for the account.
-
#provider ⇒ ::String
Required.
Instance Attribute Details
#account_aggregation ⇒ ::Google::Shopping::Merchant::Accounts::V1::AccountAggregation
Returns The provider is an aggregator for the account. Payload for service type Account Aggregation.
134 135 136 137 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/accounts.rb', line 134 class AddAccountService include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#provider ⇒ ::String
Returns Required. The provider of the service. Either the reference to an account
such as providers/123 or a well-known service provider (one of
providers/GOOGLE_ADS or providers/GOOGLE_BUSINESS_PROFILE).
134 135 136 137 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/accounts.rb', line 134 class AddAccountService include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |