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

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) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.