RecordDetail constructor
RecordDetail({
- DateTime? createdTime,
- String? launchRoleArn,
- String? pathId,
- String? productId,
- String? provisionedProductId,
- String? provisionedProductName,
- String? provisionedProductType,
- String? provisioningArtifactId,
- List<
RecordError> ? recordErrors, - String? recordId,
- List<
RecordTag> ? recordTags, - String? recordType,
- RecordStatus? status,
- 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,
});