View Source GoogleApi.Connectors.V1.Model.ListRuntimeActionSchemasResponse (google_api_connectors v0.6.1)

Response message for ConnectorsService.ListRuntimeActionSchemas.

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Connectors.V1.Model.ListRuntimeActionSchemasResponse{
  nextPageToken: String.t() | nil,
  runtimeActionSchemas:
    [GoogleApi.Connectors.V1.Model.RuntimeActionSchema.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.