GoogleCloudApihubV1LastExecution class
The result of the last execution of the plugin instance.
Constructors
- GoogleCloudApihubV1LastExecution.new({String? endTime, String? errorMessage, String? result, String? startTime})
- GoogleCloudApihubV1LastExecution.fromJson(Map json_)
Properties
- endTime ↔ String?
-
The last execution end time of the plugin instance.
getter/setter pair
- errorMessage ↔ String?
-
Error message describing the failure, if any, during the last execution.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- result ↔ String?
-
The result of the last execution of the plugin instance.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startTime ↔ String?
-
The last execution start time of the plugin instance.
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