View Source GoogleApi.MigrationCenter.V1.Model.AssetPerformanceData (google_api_migration_center v0.3.1)

Performance data for an asset.

Attributes

  • dailyResourceUsageAggregations (type: list(GoogleApi.MigrationCenter.V1.Model.DailyResourceUsageAggregation.t), default: nil) - Daily resource usage aggregations. Contains all of the data available for an asset, up to the last 420 days. Aggregations are sorted from oldest to most recent.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.MigrationCenter.V1.Model.AssetPerformanceData{
  dailyResourceUsageAggregations:
    [GoogleApi.MigrationCenter.V1.Model.DailyResourceUsageAggregation.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.