GoogleApi.Connectors.V1.Model.ListRuntimeActionSchemasResponse (google_api_connectors v0.2.0) View Source
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Connectors.V1.Model.ListRuntimeActionSchemasResponse{ nextPageToken: String.t() | nil, runtimeActionSchemas: [GoogleApi.Connectors.V1.Model.RuntimeActionSchema.t()] | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.