DeployRequest_DeployConfig constructor
DeployRequest_DeployConfig({
- DedicatedResources? dedicatedResources,
- bool fastTryoutEnabled = false,
- Map<
String, String> systemLabels = const {},
Implementation
DeployRequest_DeployConfig({
this.dedicatedResources,
this.fastTryoutEnabled = false,
this.systemLabels = const {},
}) : super(fullyQualifiedName);