GoogleApi.Connectors.V1.Model.RuntimeEntitySchema (google_api_connectors v0.2.0) View Source

Schema of a runtime entity.

Attributes

  • entity (type: String.t, default: nil) - Output only. Name of the entity.
  • fields (type: list(GoogleApi.Connectors.V1.Model.Field.t), default: nil) - Output only. List of fields in the entity.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Connectors.V1.Model.RuntimeEntitySchema{
  entity: String.t() | nil,
  fields: [GoogleApi.Connectors.V1.Model.Field.t()] | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.