UpdateChannelPartnerLinkRequest(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)
Request message for CloudChannelService.UpdateChannelPartnerLink
Attributes |
|
---|---|
Name | Description |
name |
str
Required. The resource name of the channel partner link to cancel. Name uses the format: accounts/{account_id}/channelPartnerLinks/{id} where {id} is the Cloud Identity ID of the partner. |
channel_partner_link |
google.cloud.channel_v1.types.ChannelPartnerLink
Required. The channel partner link to update. Only channel_partner_link.link_state is allowed for updates. |
update_mask |
google.protobuf.field_mask_pb2.FieldMask
Required. The update mask that applies to the resource. The only allowable value for an update mask is channel_partner_link.link_state. |