Deployment class

Information about a deployment.

Constructors

Deployment({String? createdAt, String? deploymentArn, String? deploymentId, DeploymentType? deploymentType, String? groupArn})
Deployment.fromJson(Map<String, dynamic> json)
factory

Properties

createdAt String?
The time, in milliseconds since the epoch, when the deployment was created.
final
deploymentArn String?
The ARN of the deployment.
final
deploymentId String?
The ID of the deployment.
final
deploymentType DeploymentType?
The type of the deployment.
final
groupArn String?
The ARN of the group for this deployment.
final
hashCode int
The hash code for this object.
no setterinherited
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