GetDownloadUrlForLayerResponse constructor

GetDownloadUrlForLayerResponse({
  1. String? downloadUrl,
  2. String? layerDigest,
})

Implementation

GetDownloadUrlForLayerResponse({
  this.downloadUrl,
  this.layerDigest,
});