View Source GoogleApi.MigrationCenter.V1.Model.AggregationHistogram (google_api_migration_center v0.3.0)

Histogram of bucketed assets counts by field value.

Attributes

  • lowerBounds (type: list(float()), default: nil) - Lower bounds of buckets. The response will contain n+1 buckets for n bounds. The first bucket will count all assets for which the field value is smaller than the first bound. Subsequent buckets will count assets for which the field value is greater or equal to a lower bound and smaller than the next one. The last bucket will count assets for which the field value is greater or equal to the final lower bound. You can define up to 20 lower bounds.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.MigrationCenter.V1.Model.AggregationHistogram{
  lowerBounds: [float()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.