CustomConnectorVersion class
CustomConnectorVersion indicates a specific version of a connector.
Constructors
-
CustomConnectorVersion.new({AuthConfig? authConfig, String? createTime, DestinationConfig? destinationConfig, bool? enableBackendDestinationConfig, Map<
String, String> ? labels, String? name, String? specLocation, String? type, String? updateTime}) - CustomConnectorVersion.fromJson(Map json_)
Properties
- authConfig ↔ AuthConfig?
-
Configuration for establishing the authentication to the connector
destination.
getter/setter pair
- createTime ↔ String?
-
Created time.
getter/setter pair
- destinationConfig ↔ DestinationConfig?
-
Configuration of the customConnector's destination.
getter/setter pair
- enableBackendDestinationConfig ↔ bool?
-
Whether to enable backend destination config.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
labels
↔ Map<
String, String> ? -
Resource labels to represent user-provided metadata.
getter/setter pair
- name ↔ String?
-
Identifier.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- specLocation ↔ String?
-
Location of the custom connector spec.
getter/setter pair
- type ↔ String?
-
Type of the customConnector.
getter/setter pair
- updateTime ↔ String?
-
Updated time.
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