View Source GoogleApi.Connectors.V1.Model.ListActionsResponse (google_api_connectors v0.17.0)

Response message for ListActions API

Attributes

  • actions (type: list(GoogleApi.Connectors.V1.Model.RuntimeActionSchema.t), default: nil) - list of actions
  • nextPageToken (type: String.t, default: nil) - token for next page

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.