Class: Google::Shopping::Merchant::Accounts::V1::UpdateAccountRelationshipRequest
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1::UpdateAccountRelationshipRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1/accountrelationships.rb
Overview
Request message for the UpdateAccountRelationship method.
Instance Attribute Summary collapse
-
#account_relationship ⇒ ::Google::Shopping::Merchant::Accounts::V1::AccountRelationship
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Optional.
Instance Attribute Details
#account_relationship ⇒ ::Google::Shopping::Merchant::Accounts::V1::AccountRelationship
Returns Required. The new version of the account relationship.
85 86 87 88 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/accountrelationships.rb', line 85 class UpdateAccountRelationshipRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Optional. List of fields being updated.
The following fields are supported (in both snake_case and
lowerCamelCase):
account_id_alias.
85 86 87 88 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/accountrelationships.rb', line 85 class UpdateAccountRelationshipRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |