View Source GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaListRuntimeActionSchemasResponse (google_api_integrations v0.10.0)

Response for listing RuntimeActionSchemas for a specific Connection.

Attributes

  • nextPageToken (type: String.t, default: nil) - Next page token.
  • runtimeActionSchemas (type: list(GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaRuntimeActionSchema.t), default: nil) - Runtime action schemas.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaListRuntimeActionSchemasResponse{
    nextPageToken: String.t() | nil,
    runtimeActionSchemas:
      [
        GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaRuntimeActionSchema.t()
      ]
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.