View Source GoogleApi.Connectors.V2.Model.ResultMetadata (google_api_connectors v0.6.0)

Result Metadata message contains metadata about the result returned after executing an Action.

Attributes

  • dataType (type: String.t, default: nil) - The data type of the metadata field
  • description (type: String.t, default: nil) - A brief description of the metadata field.
  • jsonSchema (type: GoogleApi.Connectors.V2.Model.JsonSchema.t, default: nil) - JsonSchema of the result, applicable only if parameter is of type STRUCT
  • name (type: String.t, default: nil) - Name of the metadata field.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.