View Source GoogleApi.MigrationCenter.V1.Model.AggregateAssetsValuesRequest (google_api_migration_center v0.6.0)

A request to aggregate one or more values.

Attributes

  • aggregations (type: list(GoogleApi.MigrationCenter.V1.Model.Aggregation.t), default: nil) - Array of aggregations to perform. Up to 25 aggregations can be defined.
  • filter (type: String.t, default: nil) - Optional. The aggregation will be performed on assets that match the provided filter.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.MigrationCenter.V1.Model.AggregateAssetsValuesRequest{
  aggregations: [GoogleApi.MigrationCenter.V1.Model.Aggregation.t()] | nil,
  filter: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.