GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1UpdateChannelPartnerLinkRequest (google_api_cloud_channel v0.11.4)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.