View Source GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaListRuntimeEntitySchemasResponse (google_api_integrations v0.8.0)

Response for listing RuntimeEntitySchemas for a specific Connection.

Attributes

  • nextPageToken (type: String.t, default: nil) - Next page token.
  • runtimeEntitySchemas (type: list(GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaRuntimeEntitySchema.t), default: nil) - Runtime entity schemas.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaListRuntimeEntitySchemasResponse{
    nextPageToken: String.t() | nil,
    runtimeEntitySchemas:
      [
        GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaRuntimeEntitySchema.t()
      ]
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.