GoogleCloudRunV2SubmitBuildRequest constructor

GoogleCloudRunV2SubmitBuildRequest({
  1. GoogleCloudRunV2BuildpacksBuild? buildpackBuild,
  2. GoogleCloudRunV2DockerBuild? dockerBuild,
  3. String? imageUri,
  4. String? machineType,
  5. String? releaseTrack,
  6. String? serviceAccount,
  7. GoogleCloudRunV2StorageSource? storageSource,
  8. List<String>? tags,
  9. String? workerPool,
})

Implementation

GoogleCloudRunV2SubmitBuildRequest({
  this.buildpackBuild,
  this.dockerBuild,
  this.imageUri,
  this.machineType,
  this.releaseTrack,
  this.serviceAccount,
  this.storageSource,
  this.tags,
  this.workerPool,
});