ProjectDetails class

Detailed information about an AWS Mobile Hub project.

Constructors

ProjectDetails({String? consoleUrl, DateTime? createdDate, DateTime? lastUpdatedDate, String? name, String? projectId, String? region, List<Resource>? resources, ProjectState? state})
ProjectDetails.fromJson(Map<String, dynamic> json)
factory

Properties

consoleUrl String?
Website URL for this project in the AWS Mobile Hub console.
final
createdDate DateTime?
Date the project was created.
final
hashCode int
The hash code for this object.
no setterinherited
lastUpdatedDate DateTime?
Date of the last modification of the project.
final
name String?
final
projectId String?
final
region String?
final
resources List<Resource>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state ProjectState?
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