GoogleCloudRunV2SourceFile constructor

GoogleCloudRunV2SourceFile({
  1. String? content,
  2. String? filename,
})

Implementation

GoogleCloudRunV2SourceFile({this.content, this.filename});