DeployRequest_EndpointConfig constructor
DeployRequest_EndpointConfig({
- String endpointDisplayName = '',
- bool dedicatedEndpointEnabled = false,
- bool dedicatedEndpointDisabled = false,
- PrivateServiceConnectConfig? privateServiceConnectConfig,
- String endpointUserId = '',
Implementation
DeployRequest_EndpointConfig({
this.endpointDisplayName = '',
this.dedicatedEndpointEnabled = false,
this.dedicatedEndpointDisabled = false,
this.privateServiceConnectConfig,
this.endpointUserId = '',
}) : super(fullyQualifiedName);