GoogleCloudIntegrationsV1alphaAssertionResult class
The result of an assertion.
Constructors
- GoogleCloudIntegrationsV1alphaAssertionResult.new({GoogleCloudIntegrationsV1alphaAssertion? assertion, String? failureMessage, String? status, String? taskName, String? taskNumber})
- GoogleCloudIntegrationsV1alphaAssertionResult.fromJson(Map json_)
Properties
- assertion ↔ GoogleCloudIntegrationsV1alphaAssertion?
-
Assertion that was run.
getter/setter pair
- failureMessage ↔ String?
-
Details of the assertion failure
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status ↔ String?
-
Status of assertion to signify if the assertion succeeded or failed
Possible string values are:
getter/setter pair
- taskName ↔ String?
-
Task name of task where the assertion was run.
getter/setter pair
- taskNumber ↔ String?
-
Task number of task where the assertion was run.
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