View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Metadata (google_api_apigee v0.46.0)

Encapsulates additional information about query execution.

Attributes

  • errors (type: list(String.t), default: nil) - List of error messages as strings.
  • notices (type: list(String.t), default: nil) - List of additional information such as data source, if result was truncated. For example: "notices": [ "Source:Postgres", "PG Host:uappg0rw.e2e.apigeeks.net", "query served by:4b64601e-40de-4eb1-bfb9-eeee7ac929ed", "Table used: edge.api.uapgroup2.agg_api" ]

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Metadata{
  errors: [String.t()] | nil,
  notices: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.