RecordDetail constructor

RecordDetail({
  1. DateTime? createdTime,
  2. String? launchRoleArn,
  3. String? pathId,
  4. String? productId,
  5. String? provisionedProductId,
  6. String? provisionedProductName,
  7. String? provisionedProductType,
  8. String? provisioningArtifactId,
  9. List<RecordError>? recordErrors,
  10. String? recordId,
  11. List<RecordTag>? recordTags,
  12. String? recordType,
  13. RecordStatus? status,
  14. DateTime? updatedTime,
})

Implementation

RecordDetail({
  this.createdTime,
  this.launchRoleArn,
  this.pathId,
  this.productId,
  this.provisionedProductId,
  this.provisionedProductName,
  this.provisionedProductType,
  this.provisioningArtifactId,
  this.recordErrors,
  this.recordId,
  this.recordTags,
  this.recordType,
  this.status,
  this.updatedTime,
});