View Source GoogleApi.MigrationCenter.V1.Model.ReportSummaryChartData (google_api_migration_center v0.2.0)
Describes a collection of data points rendered as a Chart.
Attributes
-
dataPoints
(type:list(GoogleApi.MigrationCenter.V1.Model.ReportSummaryChartDataDataPoint.t)
, default:nil
) - Each data point in the chart is represented as a name-value pair with the name being the x-axis label, and the value being the y-axis value.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.MigrationCenter.V1.Model.ReportSummaryChartData{ dataPoints: [GoogleApi.MigrationCenter.V1.Model.ReportSummaryChartDataDataPoint.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.