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

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.

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.ResultMetadata{
  dataType: String.t() | nil,
  description: String.t() | nil,
  field: String.t() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.