Connector constructor
Connector({
- String? category,
- String? connectorType,
- String? createTime,
- String? description,
- String? displayName,
- String? documentationUri,
- EventingDetails? eventingDetails,
- String? externalUri,
- Map<
String, String> ? labels, - String? launchStage,
- MarketplaceConnectorDetails? marketplaceConnectorDetails,
- String? name,
- List<
String> ? tags, - String? updateTime,
- String? webAssetsLocation,
Implementation
Connector({
this.category,
this.connectorType,
this.createTime,
this.description,
this.displayName,
this.documentationUri,
this.eventingDetails,
this.externalUri,
this.labels,
this.launchStage,
this.marketplaceConnectorDetails,
this.name,
this.tags,
this.updateTime,
this.webAssetsLocation,
});