GoogleCloudRunV2SourceCode constructor

GoogleCloudRunV2SourceCode({
  1. GoogleCloudRunV2CloudStorageSource? cloudStorageSource,
  2. GoogleCloudRunV2InlinedSource? inlinedSource,
})

Implementation

GoogleCloudRunV2SourceCode({this.cloudStorageSource, this.inlinedSource});