View Source GoogleApi.Connectors.V1.Model.RuntimeEntitySchema (google_api_connectors v0.11.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 -
operations(type:list(String.t), default:nil) - List of operations supported by this entity
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, operations: [String.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.