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

Describes a single data point in the Chart.

Attributes

  • label (type: String.t, default: nil) - The X-axis label for this data point.
  • value (type: float(), default: nil) - The Y-axis value for this data point.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.MigrationCenter.V1.Model.ReportSummaryChartDataDataPoint{
  label: String.t() | nil,
  value: float() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.