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

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

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

Functions

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

Unwrap a decoded JSON object into its complex fields.