View Source GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaListRuntimeActionSchemasResponse (google_api_integrations v0.3.0)
Response for listing RuntimeActionSchemas for a specific Connection.
Attributes
-
nextPageToken
(type:String.t
, default:nil
) - Next page token. -
runtimeActionSchemas
(type:list(GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaRuntimeActionSchema.t)
, default:nil
) - Runtime action schemas.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaListRuntimeActionSchemasResponse{ nextPageToken: String.t() | nil, runtimeActionSchemas: [ GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaRuntimeActionSchema.t() ] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.