View Source GoogleApi.Connectors.V2.Model.ListActionsResponse (google_api_connectors v0.6.1)
Response message for ActionService.ListActions
Attributes
-
actions
(type:list(GoogleApi.Connectors.V2.Model.Action.t)
, default:nil
) - List of action metadata. -
nextPageToken
(type:String.t
, default:nil
) - Next page token if more actions available. -
unsupportedActionNames
(type:list(String.t)
, default:nil
) - List of actions which contain unsupported Datatypes. Check datatype.proto for more information.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Connectors.V2.Model.ListActionsResponse{ actions: [GoogleApi.Connectors.V2.Model.Action.t()] | nil, nextPageToken: String.t() | nil, unsupportedActionNames: [String.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.