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

Summary Findings for a specific Group.

Attributes

  • assetAggregateStats (type: GoogleApi.MigrationCenter.V1.Model.ReportSummaryAssetAggregateStats.t, default: nil) - Summary statistics for all the assets in this group.
  • description (type: String.t, default: nil) - Description for the Group.
  • displayName (type: String.t, default: nil) - Display Name for the Group.
  • overlappingAssetCount (type: String.t, default: nil) - This field is deprecated, do not rely on it having a value.
  • preferenceSetFindings (type: list(GoogleApi.MigrationCenter.V1.Model.ReportSummaryGroupPreferenceSetFinding.t), default: nil) - Findings for each of the PreferenceSets for this group.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.MigrationCenter.V1.Model.ReportSummaryGroupFinding{
  assetAggregateStats:
    GoogleApi.MigrationCenter.V1.Model.ReportSummaryAssetAggregateStats.t()
    | nil,
  description: String.t() | nil,
  displayName: String.t() | nil,
  overlappingAssetCount: String.t() | nil,
  preferenceSetFindings:
    [
      GoogleApi.MigrationCenter.V1.Model.ReportSummaryGroupPreferenceSetFinding.t()
    ]
    | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.