View Source GoogleApi.Connectors.V1.Model.RuntimeEntitySchema (google_api_connectors v0.5.0)
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. -
jsonSchema
(type:GoogleApi.Connectors.V1.Model.JsonSchema.t
, default:nil
) - Output only. JsonSchema representation of this entity's metadata
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Connectors.V1.Model.RuntimeEntitySchema{ entity: String.t() | nil, fields: [GoogleApi.Connectors.V1.Model.Field.t()] | nil, jsonSchema: GoogleApi.Connectors.V1.Model.JsonSchema.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.