ConfigManagementHierarchyControllerDeploymentState class
Deployment state for Hierarchy Controller
Constructors
- ConfigManagementHierarchyControllerDeploymentState({String? extension, String? hnc})
- ConfigManagementHierarchyControllerDeploymentState.fromJson(Map json_)
Properties
- extension ↔ String?
-
The deployment state for Hierarchy Controller extension (e.g. v0.7.0-hc.1)
Possible string values are:
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- hnc ↔ String?
-
The deployment state for open source HNC (e.g. v0.7.0-hc.0)
Possible string values are:
getter/setter pair
- 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
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited