AccountLinkOperation

  • The update_mask field uses a FieldMask to specify which resource fields are modified during an update.

  • The operation field is a union that allows either an update or a remove operation for the account link.

  • An update operation requires the account link to have a valid resource name.

  • A remove operation requires the resource name of the account link to be removed.

A single update on an account link.

Proto definition

Fields

operation

Union field. The operation to perform.

operation can be only one of the following:

remove

string

Remove operation: A resource name for the account link to remove is expected, in this format:

customers/{customer_id}/accountLinks/{account_link_id}

update

AccountLink

Update operation: The account link is expected to have a valid resource name.

update_mask

FieldMask

FieldMask that determines which resource fields are modified in an update.