View Source GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaListSfdcChannelsResponse (google_api_integrations v0.6.0)

Response to list SfdcChannels.

Attributes

  • nextPageToken (type: String.t, default: nil) - The token used to retrieve the next page of results.
  • sfdcChannels (type: list(GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaSfdcChannel.t), default: nil) - The list of SfdcChannels retrieved.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaListSfdcChannelsResponse{
    nextPageToken: String.t() | nil,
    sfdcChannels:
      [
        GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaSfdcChannel.t()
      ]
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.