ExportArtifactRequest constructor

ExportArtifactRequest({
  1. String? gcsPath,
  2. String? sourceTag,
  3. String? sourceVersion,
})

Implementation

ExportArtifactRequest({this.gcsPath, this.sourceTag, this.sourceVersion});