View Source GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaListSfdcInstancesResponse (google_api_integrations v0.14.0)

Response to list SfdcInstances.

Attributes

  • nextPageToken (type: String.t, default: nil) - The token used to retrieve the next page of results.
  • sfdcInstances (type: list(GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaSfdcInstance.t), default: nil) - The list of SfdcInstances retrieved.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaListSfdcInstancesResponse{
    nextPageToken: String.t() | nil,
    sfdcInstances:
      [
        GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaSfdcInstance.t()
      ]
      | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.