GetDeployablePatchSnapshotForInstanceResult constructor

GetDeployablePatchSnapshotForInstanceResult({
  1. String? instanceId,
  2. String? product,
  3. String? snapshotDownloadUrl,
  4. String? snapshotId,
})

Implementation

GetDeployablePatchSnapshotForInstanceResult({
  this.instanceId,
  this.product,
  this.snapshotDownloadUrl,
  this.snapshotId,
});