View Source GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1RegisterSubscriberRequest (google_api_cloud_channel v0.11.3)

Request Message for RegisterSubscriber.

Attributes

  • account (type: String.t, default: nil) - Optional. Resource name of the account. Required if integrator is not provided. Otherwise, leave this field empty/unset.
  • integrator (type: String.t, default: nil) - Optional. Resource name of the integrator. Required if account is not provided. Otherwise, leave this field empty/unset.
  • serviceAccount (type: String.t, default: nil) - Required. Service account that provides subscriber access to the registered topic.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1RegisterSubscriberRequest{
    account: String.t() | nil,
    integrator: String.t() | nil,
    serviceAccount: String.t() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.