View Source GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1ListSubscribersResponse (google_api_cloud_channel v0.7.0)

Response Message for ListSubscribers.

Attributes

  • nextPageToken (type: String.t, default: nil) - A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.
  • serviceAccounts (type: list(String.t), default: nil) - List of service accounts which have subscriber access to the topic.
  • topic (type: String.t, default: nil) - Name of the topic registered with the reseller.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1ListSubscribersResponse{
    nextPageToken: String.t() | nil,
    serviceAccounts: [String.t()] | nil,
    topic: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.