View Source GoogleApi.Language.V2.Model.XPSMetricEntry (google_api_language v0.16.1)
Attributes
-
argentumMetricId(type:String.t, default:nil) - For billing metrics that are using legacy sku's, set the legacy billing metric id here. This will be sent to Chemist as the "cloudbilling.googleapis.com/argentum_metric_id" label. Otherwise leave empty. -
doubleValue(type:float(), default:nil) - A double value. -
int64Value(type:String.t, default:nil) - A signed 64-bit integer value. -
metricName(type:String.t, default:nil) - The metric name defined in the service configuration. -
systemLabels(type:list(GoogleApi.Language.V2.Model.XPSMetricEntryLabel.t), default:nil) - Billing system labels for this (metric, value) pair.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Language.V2.Model.XPSMetricEntry{ argentumMetricId: String.t() | nil, doubleValue: float() | nil, int64Value: String.t() | nil, metricName: String.t() | nil, systemLabels: [GoogleApi.Language.V2.Model.XPSMetricEntryLabel.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.