CustomConnectorVersion constructor
CustomConnectorVersion({
- AuthConfig? authConfig,
- List<
ConfigVariableTemplate> ? backendVariableTemplates, - String? createTime,
- List<
DestinationConfig> ? destinationConfigs, - bool? enableBackendDestinationConfig,
- Map<
String, String> ? labels, - String? name,
- String? serviceAccount,
- String? specLocation,
- List<
String> ? specServerUrls, - String? state,
- String? updateTime,
Implementation
CustomConnectorVersion({
this.authConfig,
this.backendVariableTemplates,
this.createTime,
this.destinationConfigs,
this.enableBackendDestinationConfig,
this.labels,
this.name,
this.serviceAccount,
this.specLocation,
this.specServerUrls,
this.state,
this.updateTime,
});