GetOrganizationsAccessReportResponse constructor
GetOrganizationsAccessReportResponse({
- required DateTime jobCreationDate,
- required JobStatusType jobStatus,
- List<
AccessDetail> ? accessDetails, - ErrorDetails? errorDetails,
- bool? isTruncated,
- DateTime? jobCompletionDate,
- String? marker,
- int? numberOfServicesAccessible,
- int? numberOfServicesNotAccessed,
Implementation
GetOrganizationsAccessReportResponse({
required this.jobCreationDate,
required this.jobStatus,
this.accessDetails,
this.errorDetails,
this.isTruncated,
this.jobCompletionDate,
this.marker,
this.numberOfServicesAccessible,
this.numberOfServicesNotAccessed,
});