DeployRequest_DeployConfig constructor

DeployRequest_DeployConfig({
  1. DedicatedResources? dedicatedResources,
  2. bool fastTryoutEnabled = false,
  3. Map<String, String> systemLabels = const {},
})

Implementation

DeployRequest_DeployConfig({
  this.dedicatedResources,
  this.fastTryoutEnabled = false,
  this.systemLabels = const {},
}) : super(fullyQualifiedName);