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

Request Message for RegisterSubscriber.

Attributes

  • integrator (type: String.t, default: nil) - Optional. Resource name of the integrator.
  • 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

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

Functions

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

Unwrap a decoded JSON object into its complex fields.