View Source GoogleApi.MigrationCenter.V1.Model.ReportConfig (google_api_migration_center v0.3.1)
The groups and associated preference sets on which we can generate reports.
Attributes
-
createTime
(type:DateTime.t
, default:nil
) - Output only. The timestamp when the resource was created. -
description
(type:String.t
, default:nil
) - Free-text description. -
displayName
(type:String.t
, default:nil
) - User-friendly display name. Maximum length is 63 characters. -
groupPreferencesetAssignments
(type:list(GoogleApi.MigrationCenter.V1.Model.ReportConfigGroupPreferenceSetAssignment.t)
, default:nil
) - Required. Collection of combinations of groups and preference sets. -
name
(type:String.t
, default:nil
) - Output only. Name of resource. -
updateTime
(type:DateTime.t
, default:nil
) - Output only. The timestamp when the resource was last updated.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.MigrationCenter.V1.Model.ReportConfig{ createTime: DateTime.t() | nil, description: String.t() | nil, displayName: String.t() | nil, groupPreferencesetAssignments: [ GoogleApi.MigrationCenter.V1.Model.ReportConfigGroupPreferenceSetAssignment.t() ] | nil, name: String.t() | nil, updateTime: DateTime.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.