GoogleCloudApihubV1ExecutionStatus class
The execution status for the plugin instance.
Constructors
- GoogleCloudApihubV1ExecutionStatus.new({String? currentExecutionState, GoogleCloudApihubV1LastExecution? lastExecution})
- GoogleCloudApihubV1ExecutionStatus.fromJson(Map json_)
Properties
- currentExecutionState ↔ String?
-
The current state of the execution.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastExecution ↔ GoogleCloudApihubV1LastExecution?
-
The last execution of the plugin instance.
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