CustomConnectorVersion constructor

CustomConnectorVersion({
  1. AuthConfig? authConfig,
  2. List<ConfigVariableTemplate>? backendVariableTemplates,
  3. String? createTime,
  4. List<DestinationConfig>? destinationConfigs,
  5. bool? enableBackendDestinationConfig,
  6. Map<String, String>? labels,
  7. String? name,
  8. String? serviceAccount,
  9. String? specLocation,
  10. String? state,
  11. String? updateTime,
})

Implementation

CustomConnectorVersion({
  this.authConfig,
  this.backendVariableTemplates,
  this.createTime,
  this.destinationConfigs,
  this.enableBackendDestinationConfig,
  this.labels,
  this.name,
  this.serviceAccount,
  this.specLocation,
  this.state,
  this.updateTime,
});