View Source GoogleApi.MigrationCenter.V1.Model.ReportSummary (google_api_migration_center v0.2.0)
Describes the Summary view of a Report, which contains aggregated values for all the groups and preference sets included in this Report.
Attributes
-
allAssetsStats
(type:GoogleApi.MigrationCenter.V1.Model.ReportSummaryAssetAggregateStats.t
, default:nil
) - Aggregate statistics for all the assets across all the groups. -
groupFindings
(type:list(GoogleApi.MigrationCenter.V1.Model.ReportSummaryGroupFinding.t)
, default:nil
) - Findings for each Group included in this report.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.MigrationCenter.V1.Model.ReportSummary{ allAssetsStats: GoogleApi.MigrationCenter.V1.Model.ReportSummaryAssetAggregateStats.t() | nil, groupFindings: [GoogleApi.MigrationCenter.V1.Model.ReportSummaryGroupFinding.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.