View Source GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaListTemplatesResponse (google_api_integrations v0.7.0)

Response for a request to list templates

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaListTemplatesResponse{
    nextPageToken: String.t() | nil,
    templates:
      [
        GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaTemplate.t()
      ]
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.