GoogleApi.CloudBilling.V1.Model.AggregationInfo (google_api_cloud_billing v0.22.2) View Source

Represents the aggregation level and interval for pricing of a single SKU.

Attributes

  • aggregationCount (type: integer(), default: nil) - The number of intervals to aggregate over. Example: If aggregation_level is "DAILY" and aggregation_count is 14, aggregation will be over 14 days.
  • aggregationInterval (type: String.t, default: nil) -
  • aggregationLevel (type: String.t, default: nil) -

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.CloudBilling.V1.Model.AggregationInfo{
  aggregationCount: integer(),
  aggregationInterval: String.t(),
  aggregationLevel: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.