GetServiceLastAccessedDetailsResponse constructor

GetServiceLastAccessedDetailsResponse({
  1. required DateTime jobCompletionDate,
  2. required DateTime jobCreationDate,
  3. required JobStatusType jobStatus,
  4. required List<ServiceLastAccessed> servicesLastAccessed,
  5. ErrorDetails? error,
  6. bool? isTruncated,
  7. AccessAdvisorUsageGranularityType? jobType,
  8. String? marker,
})

Implementation

GetServiceLastAccessedDetailsResponse({
  required this.jobCompletionDate,
  required this.jobCreationDate,
  required this.jobStatus,
  required this.servicesLastAccessed,
  this.error,
  this.isTruncated,
  this.jobType,
  this.marker,
});