View Source GoogleApi.MigrationCenter.V1.Model.ReportSummaryUtilizationChartData (google_api_migration_center v0.4.0)

Utilization Chart is a specific type of visualization which displays a metric classified into "Used" and "Free" buckets.

Attributes

  • free (type: String.t, default: nil) - Aggregate value which falls into the "Free" bucket.
  • used (type: String.t, default: nil) - Aggregate value which falls into the "Used" bucket.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.MigrationCenter.V1.Model.ReportSummaryUtilizationChartData{
  free: String.t() | nil,
  used: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.