View Source GoogleApi.Connectors.V2.Model.ListEntityTypesResponse (google_api_connectors v0.14.0)
Response message for EntityService.ListEntityTypes
Attributes
-
nextPageToken
(type:String.t
, default:nil
) - Next page token if more entity types available. -
types
(type:list(GoogleApi.Connectors.V2.Model.EntityType.t)
, default:nil
) - List of metadata related to all entity types. -
unsupportedTypeNames
(type:list(String.t)
, default:nil
) - List of entity type names which contain unsupported Datatypes. Check datatype.proto for more information.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Connectors.V2.Model.ListEntityTypesResponse{ nextPageToken: String.t() | nil, types: [GoogleApi.Connectors.V2.Model.EntityType.t()] | nil, unsupportedTypeNames: [String.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.