DescribeExperimentResponse constructor
DescribeExperimentResponse({
- UserContext? createdBy,
- DateTime? creationTime,
- String? description,
- String? displayName,
- String? experimentArn,
- String? experimentName,
- UserContext? lastModifiedBy,
- DateTime? lastModifiedTime,
- ExperimentSource? source,
Implementation
DescribeExperimentResponse({
this.createdBy,
this.creationTime,
this.description,
this.displayName,
this.experimentArn,
this.experimentName,
this.lastModifiedBy,
this.lastModifiedTime,
this.source,
});