DeployRequest_EndpointConfig constructor

DeployRequest_EndpointConfig({
  1. String endpointDisplayName = '',
  2. bool dedicatedEndpointEnabled = false,
  3. bool dedicatedEndpointDisabled = false,
  4. PrivateServiceConnectConfig? privateServiceConnectConfig,
  5. String endpointUserId = '',
})

Implementation

DeployRequest_EndpointConfig({
  this.endpointDisplayName = '',
  this.dedicatedEndpointEnabled = false,
  this.dedicatedEndpointDisabled = false,
  this.privateServiceConnectConfig,
  this.endpointUserId = '',
}) : super(fullyQualifiedName);