GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Schema (google_api_apigee v0.18.0) View Source
Response for Schema call
Attributes
-
dimensions
(type:list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SchemaSchemaElement.t)
, default:nil
) - List of schema fiels 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. These are fields that can be used with an aggregate function such as sum, avg, min, max.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Schema{ dimensions: [ GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SchemaSchemaElement.t() ], meta: [String.t()], metrics: [ GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SchemaSchemaElement.t() ] }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.