View Source GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaListIntegrationVersionsResponse (google_api_integrations v0.9.0)

Response for ListIntegrationVersions.

Attributes

  • integrationVersions (type: list(GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaIntegrationVersion.t), default: nil) - The integrations which match the request.
  • nextPageToken (type: String.t, default: nil) - A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.
  • noPermission (type: boolean(), default: nil) - Whether the user has no permission on the version or not.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaListIntegrationVersionsResponse{
    integrationVersions:
      [
        GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaIntegrationVersion.t()
      ]
      | nil,
    nextPageToken: String.t() | nil,
    noPermission: boolean() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.