Class: Google::Shopping::Merchant::Accounts::V1::UpdateAccountRelationshipRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#account_relationship::Google::Shopping::Merchant::Accounts::V1::AccountRelationship

Returns Required. The new version of the account relationship.

Returns:



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.

Returns:

  • (::Google::Protobuf::FieldMask)

    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