GoogleCloudRunV2SubmitBuildRequest constructor

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

Implementation

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