View Source GoogleApi.Connectors.V2.Model.EntityType (google_api_connectors v0.14.0)

EntityType message contains metadata information about a single entity type present in the external system.

Attributes

  • fields (type: list(GoogleApi.Connectors.V2.Model.Field.t), default: nil) - List containing metadata information about each field of the entity type.
  • jsonSchema (type: GoogleApi.Connectors.V2.Model.JsonSchema.t, default: nil) - JsonSchema representation of this entity's schema
  • name (type: String.t, default: nil) - The name of the entity type.
  • operations (type: list(String.t), default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Connectors.V2.Model.EntityType{
  fields: [GoogleApi.Connectors.V2.Model.Field.t()] | nil,
  jsonSchema: GoogleApi.Connectors.V2.Model.JsonSchema.t() | nil,
  name: String.t() | nil,
  operations: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.