ReportConfig constructor

ReportConfig({
  1. String? createTime,
  2. String? description,
  3. String? displayName,
  4. List<ReportConfigGroupPreferenceSetAssignment>? groupPreferencesetAssignments,
  5. String? name,
  6. String? updateTime,
})

Implementation

ReportConfig({
  this.createTime,
  this.description,
  this.displayName,
  this.groupPreferencesetAssignments,
  this.name,
  this.updateTime,
});