CustomConnectorVersion constructor

CustomConnectorVersion({
  1. bool? asyncOperationsSupport,
  2. AuthConfig? authConfig,
  3. List<AuthConfigTemplate>? authConfigTemplates,
  4. bool? authOverrideSupport,
  5. List<ConfigVariableTemplate>? backendVariableTemplates,
  6. String? createTime,
  7. List<DestinationConfig>? destinationConfigs,
  8. bool? enableBackendDestinationConfig,
  9. Map<String, String>? labels,
  10. String? name,
  11. PartnerMetadata? partnerMetadata,
  12. PublishStatus? publishStatus,
  13. String? serviceAccount,
  14. String? specLocation,
  15. List<String>? specServerUrls,
  16. String? state,
  17. String? updateTime,
})

Implementation

CustomConnectorVersion({
  this.asyncOperationsSupport,
  this.authConfig,
  this.authConfigTemplates,
  this.authOverrideSupport,
  this.backendVariableTemplates,
  this.createTime,
  this.destinationConfigs,
  this.enableBackendDestinationConfig,
  this.labels,
  this.name,
  this.partnerMetadata,
  this.publishStatus,
  this.serviceAccount,
  this.specLocation,
  this.specServerUrls,
  this.state,
  this.updateTime,
});