View Source GoogleApi.Connectors.V1.Model.ResultMetadata (google_api_connectors v0.6.1)

Metadata of result field.

Attributes

  • dataType (type: String.t, default: nil) - The data type of the field.
  • description (type: String.t, default: nil) - A brief description of the field.
  • field (type: String.t, default: nil) - Name of the result field.
  • jsonSchema (type: GoogleApi.Connectors.V1.Model.JsonSchema.t, default: nil) - JsonSchema representation of this action's result

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Connectors.V1.Model.ResultMetadata{
  dataType: String.t() | nil,
  description: String.t() | nil,
  field: String.t() | nil,
  jsonSchema: GoogleApi.Connectors.V1.Model.JsonSchema.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.