View Source GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaListRuntimeEntitySchemasResponse (google_api_integrations v0.10.0)
Response for listing RuntimeEntitySchemas for a specific Connection.
Attributes
-
nextPageToken(type:String.t, default:nil) - Next page token. -
runtimeEntitySchemas(type:list(GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaRuntimeEntitySchema.t), default:nil) - Runtime entity schemas.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaListRuntimeEntitySchemasResponse{ nextPageToken: String.t() | nil, runtimeEntitySchemas: [ GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaRuntimeEntitySchema.t() ] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.