ProductionBranch class

Describes the information about a production branch for an Amplify app.

Constructors

ProductionBranch({String? branchName, DateTime? lastDeployTime, String? status, String? thumbnailUrl})
ProductionBranch.fromJson(Map<String, dynamic> json)
factory

Properties

branchName String?
The branch name for the production branch.
final
hashCode int
The hash code for this object.
no setterinherited
lastDeployTime DateTime?
The last deploy time of the production branch.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
The status of the production branch.
final
thumbnailUrl String?
The thumbnail URL for the production branch.
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