View Source GoogleApi.MigrationCenter.V1.Model.AggregationResult (google_api_migration_center v0.6.0)
Message describing a result of an aggregation.
Attributes
-
count(type:GoogleApi.MigrationCenter.V1.Model.AggregationResultCount.t, default:nil) - -
field(type:String.t, default:nil) - -
frequency(type:GoogleApi.MigrationCenter.V1.Model.AggregationResultFrequency.t, default:nil) - -
histogram(type:GoogleApi.MigrationCenter.V1.Model.AggregationResultHistogram.t, default:nil) - -
sum(type:GoogleApi.MigrationCenter.V1.Model.AggregationResultSum.t, default:nil) -
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.MigrationCenter.V1.Model.AggregationResult{ count: GoogleApi.MigrationCenter.V1.Model.AggregationResultCount.t() | nil, field: String.t() | nil, frequency: GoogleApi.MigrationCenter.V1.Model.AggregationResultFrequency.t() | nil, histogram: GoogleApi.MigrationCenter.V1.Model.AggregationResultHistogram.t() | nil, sum: GoogleApi.MigrationCenter.V1.Model.AggregationResultSum.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.