View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Schema (google_api_apigee v0.53.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 assum,avg,min, andmax.
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 }