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

Metadata of connection schema.

Attributes

  • actions (type: list(String.t), default: nil) - Output only. List of actions.
  • entities (type: list(String.t), default: nil) - Output only. List of entity names.

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.ConnectionSchemaMetadata{
  actions: [String.t()] | nil,
  entities: [String.t()] | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.