DeploymentEvent class
The DeploymentEvent resource represents the deployment of the artifact within the InsightsConfig resource.
Constructors
-
DeploymentEvent({List<
ArtifactDeployment> ? artifactDeployments, String? createTime, String? deployTime, String? name, RuntimeConfig? runtimeConfig, String? runtimeDeploymentUri, String? state, String? undeployTime, String? updateTime}) - DeploymentEvent.fromJson(Map json_)
Properties
-
artifactDeployments
↔ List<
ArtifactDeployment> ? -
The artifact deployments of the DeploymentEvent.
getter/setter pair
- createTime ↔ String?
-
The create time of the DeploymentEvent.
getter/setter pair
- deployTime ↔ String?
-
The time at which the DeploymentEvent was deployed.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
Identifier.
getter/setter pair
- runtimeConfig ↔ RuntimeConfig?
-
The runtime configurations where the DeploymentEvent happened.
getter/setter pair
- runtimeDeploymentUri ↔ String?
-
The runtime assigned URI of the DeploymentEvent.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state ↔ String?
-
The state of the DeploymentEvent.
getter/setter pair
- undeployTime ↔ String?
-
The time at which the DeploymentEvent was undeployed, all artifacts are
considered undeployed once this time is set.
getter/setter pair
- updateTime ↔ String?
-
The update time of the DeploymentEvent.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited