TrialComponentSummary class

A summary of the properties of a trial component. To get all the properties, call the DescribeTrialComponent API and provide the TrialComponentName.

Constructors

TrialComponentSummary({UserContext? createdBy, DateTime? creationTime, String? displayName, DateTime? endTime, UserContext? lastModifiedBy, DateTime? lastModifiedTime, DateTime? startTime, TrialComponentStatus? status, String? trialComponentArn, String? trialComponentName, TrialComponentSource? trialComponentSource})
TrialComponentSummary.fromJson(Map<String, dynamic> json)
factory

Properties

createdBy UserContext?
Who created the component.
final
creationTime DateTime?
When the component was created.
final
displayName String?
The name of the component as displayed. If DisplayName isn't specified, TrialComponentName is displayed.
final
endTime DateTime?
When the component ended.
final
hashCode int
The hash code for this object.
no setterinherited
lastModifiedBy UserContext?
Who last modified the component.
final
lastModifiedTime DateTime?
When the component was last modified.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startTime DateTime?
When the component started.
final
status TrialComponentStatus?
The status of the component. States include:
final
trialComponentArn String?
The ARN of the trial component.
final
trialComponentName String?
The name of the trial component.
final
trialComponentSource TrialComponentSource?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited