TargetsPresentCondition class
TargetsPresentCondition
contains information on any Targets referenced in
the Delivery Pipeline that do not actually exist.
Constructors
-
TargetsPresentCondition({List<
String> ? missingTargets, bool? status, String? updateTime}) - TargetsPresentCondition.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
missingTargets
↔ List<
String> ? -
The list of Target names that do not exist.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status ↔ bool?
-
True if there aren't any missing Targets.
getter/setter pair
- updateTime ↔ String?
-
Last time the condition was updated.
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