Class: Google::Shopping::Merchant::Accounts::V1beta::LinkGbpAccountRequest
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1beta::LinkGbpAccountRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1beta/gbpaccounts.rb
Overview
Request message for the LinkGbpAccount method.
Instance Attribute Summary collapse
-
#gbp_email ⇒ ::String
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#gbp_email ⇒ ::String
Returns Required. The email address of the Business Profile account.
106 107 108 109 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/gbpaccounts.rb', line 106 class LinkGbpAccountRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The name of the parent resource to which the GBP account is
linked. Format: accounts/{account}.
106 107 108 109 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/gbpaccounts.rb', line 106 class LinkGbpAccountRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |