View Source GoogleApi.Connectors.V1.Model.ListEntityTypesResponse (google_api_connectors v0.13.0)

Response message for ListEntityTypes API

Attributes

  • entityTypes (type: list(GoogleApi.Connectors.V1.Model.RuntimeEntitySchema.t), default: nil) - list of entity types
  • nextPageToken (type: String.t, default: nil) - token for next page

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Connectors.V1.Model.ListEntityTypesResponse{
  entityTypes: [GoogleApi.Connectors.V1.Model.RuntimeEntitySchema.t()] | nil,
  nextPageToken: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.