GoogleCloudIntegrationsV1alphaSearchIntegrationsResponseIntegrationSearchResult class
The integration search result with integration level information.
Constructors
- GoogleCloudIntegrationsV1alphaSearchIntegrationsResponseIntegrationSearchResult.new({String? createTime, String? creator, String? description, String? id, String? name, String? region, String? status, String? version})
- GoogleCloudIntegrationsV1alphaSearchIntegrationsResponseIntegrationSearchResult.fromJson(Map json_)
Properties
- createTime ↔ String?
-
The create time of the integration version.
getter/setter pair
- creator ↔ String?
-
The creator of the integration version.
getter/setter pair
- description ↔ String?
-
The description of the integration version.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
The integration id.
getter/setter pair
- name ↔ String?
-
The integration document metadata.
getter/setter pair
- region ↔ String?
-
The region of the integration version.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status ↔ String?
-
The status of the integration version.
getter/setter pair
- version ↔ String?
-
The version of the integration version.
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