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

Response for Schema call

Attributes

  • dimensions (type: list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SchemaSchemaElement.t), default: nil) - List of schema fields grouped as dimensions.
  • meta (type: list(String.t), default: nil) - Additional metadata associated with schema. This is a legacy field and usually consists of an empty array of strings.
  • metrics (type: list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SchemaSchemaElement.t), default: nil) - List of schema fields grouped as dimensions that can be used with an aggregate function such as sum, avg, min, and max.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Schema{
  dimensions:
    [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SchemaSchemaElement.t()] | nil,
  meta: [String.t()] | nil,
  metrics:
    [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SchemaSchemaElement.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.