GoogleCloudApihubV1Curation class
A curation resource in the API Hub.
Constructors
-
GoogleCloudApihubV1Curation.new({String? createTime, String? description, String? displayName, GoogleCloudApihubV1Endpoint? endpoint, String? lastExecutionErrorCode, String? lastExecutionErrorMessage, String? lastExecutionState, String? name, List<
GoogleCloudApihubV1PluginInstanceActionID> ? pluginInstanceActions, String? updateTime}) - GoogleCloudApihubV1Curation.fromJson(Map json_)
Properties
- createTime ↔ String?
-
The time at which the curation was created.
getter/setter pair
- description ↔ String?
-
The description of the curation.
getter/setter pair
- displayName ↔ String?
-
The display name of the curation.
getter/setter pair
- endpoint ↔ GoogleCloudApihubV1Endpoint?
-
The endpoint to be triggered for curation.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastExecutionErrorCode ↔ String?
-
The error code of the last execution of the curation.
getter/setter pair
- lastExecutionErrorMessage ↔ String?
-
Error message describing the failure, if any, during the last execution of
the curation.
getter/setter pair
- lastExecutionState ↔ String?
-
The last execution state of the curation.
getter/setter pair
- name ↔ String?
-
Identifier.
getter/setter pair
-
pluginInstanceActions
↔ List<
GoogleCloudApihubV1PluginInstanceActionID> ? -
The plugin instances and associated actions that are using the curation.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- updateTime ↔ String?
-
The time at which the curation was last 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