Project class

Represents an operating-system neutral workspace for running and managing tests.

Constructors

Project({String? arn, DateTime? created, int? defaultJobTimeoutMinutes, String? name})
Project.fromJson(Map<String, dynamic> json)
factory

Properties

arn String?
The project's ARN.
final
created DateTime?
When the project was created.
final
defaultJobTimeoutMinutes int?
The default number of minutes (at the project level) a test run executes before it times out. The default value is 150 minutes.
final
hashCode int
The hash code for this object.
no setterinherited
name String?
The project's name.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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