GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1UpdateChannelPartnerLinkRequest (google_api_cloud_channel v0.2.0) View Source

Request message for CloudChannelService.UpdateChannelPartnerLink

Attributes

  • channelPartnerLink (type: GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1ChannelPartnerLink.t, default: nil) - Required. The channel partner link to update. Only channel_partner_link.link_state is allowed for updates.
  • updateMask (type: String.t, default: nil) - Required. The update mask that applies to the resource. The only allowable value for an update mask is channel_partner_link.link_state.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() ::
  %GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1UpdateChannelPartnerLinkRequest{
    channelPartnerLink:
      GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1ChannelPartnerLink.t()
      | nil,
    updateMask: String.t() | nil
  }

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.