Deployment class

Information about an application version deployment.

Constructors

Deployment({int? deploymentId, DateTime? deploymentTime, String? status, String? versionLabel})
Deployment.fromXml(XmlElement elem)
factory

Properties

deploymentId int?
The ID of the deployment. This number increases by one each time that you deploy source code or change instance configuration settings.
final
deploymentTime DateTime?
For in-progress deployments, the time that the deployment started.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
The status of the deployment:
final
versionLabel String?
The version label of the application version in the deployment.
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