GoogleCloudIntegrationsV1alphaAssertion class
An assertion which will check for a condition over task execution status or an expression for task output variables
Constructors
- GoogleCloudIntegrationsV1alphaAssertion.new({String? assertionStrategy, String? condition, GoogleCloudIntegrationsV1alphaEventParameter? parameter, int? retryCount})
- GoogleCloudIntegrationsV1alphaAssertion.fromJson(Map json_)
Properties
- assertionStrategy ↔ String?
-
The type of assertion to perform.
getter/setter pair
- condition ↔ String?
-
Standard filter expression for ASSERT_CONDITION to succeed
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- parameter ↔ GoogleCloudIntegrationsV1alphaEventParameter?
-
Key-value pair for ASSERT_EQUALS, ASSERT_NOT_EQUALS, ASSERT_CONTAINS to
succeed
getter/setter pair
- retryCount ↔ int?
-
Number of times given task should be retried in case of
ASSERT_FAILED_EXECUTION
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