TrialSummary class

A summary of the properties of a trial. To get the complete set of properties, call the DescribeTrial API and provide the TrialName.

Constructors

TrialSummary({DateTime? creationTime, String? displayName, DateTime? lastModifiedTime, String? trialArn, String? trialName, TrialSource? trialSource})
TrialSummary.fromJson(Map<String, dynamic> json)
factory

Properties

creationTime DateTime?
When the trial was created.
final
displayName String?
The name of the trial as displayed. If DisplayName isn't specified, TrialName is displayed.
final
hashCode int
The hash code for this object.
no setterinherited
lastModifiedTime DateTime?
When the trial was last modified.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
trialArn String?
The Amazon Resource Name (ARN) of the trial.
final
trialName String?
The name of the trial.
final
trialSource TrialSource?
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