View Source GoogleApi.Connectors.V1.Model.ListRuntimeEntitySchemasResponse (google_api_connectors v0.11.0)
Response message for ConnectorsService.ListRuntimeEntitySchemas.
Attributes
-
nextPageToken(type:String.t, default:nil) - Next page token. -
runtimeEntitySchemas(type:list(GoogleApi.Connectors.V1.Model.RuntimeEntitySchema.t), default:nil) - Runtime entity schemas.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Connectors.V1.Model.ListRuntimeEntitySchemasResponse{ nextPageToken: String.t() | nil, runtimeEntitySchemas: [GoogleApi.Connectors.V1.Model.RuntimeEntitySchema.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.