Connector class
Connectors indicates a specific connector type, e.x. Salesforce, SAP etc.
Constructors
-
Connector({String? category, String? createTime, String? description, String? displayName, String? documentationUri, EventingDetails? eventingDetails, String? externalUri, Map<
String, String> ? labels, String? launchStage, String? name, List<String> ? tags, String? updateTime, String? webAssetsLocation}) - Connector.fromJson(Map json_)
Properties
- category ↔ String?
-
Category of the connector.
getter/setter pair
- createTime ↔ String?
-
Created time.
getter/setter pair
- description ↔ String?
-
Description of the resource.
getter/setter pair
- displayName ↔ String?
-
Display name.
getter/setter pair
- documentationUri ↔ String?
-
Link to documentation page.
getter/setter pair
- eventingDetails ↔ EventingDetails?
-
Eventing details.
getter/setter pair
- externalUri ↔ String?
-
Link to external page.
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
- launchStage ↔ String?
-
Flag to mark the version indicating the launch stage.
getter/setter pair
- name ↔ String?
-
Resource name of the Connector.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
Tags of the connector.
getter/setter pair
- updateTime ↔ String?
-
Updated time.
getter/setter pair
- webAssetsLocation ↔ String?
-
Cloud storage location of icons etc consumed by UI.
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