Values.CopyDestinationImageSetSourceCopy the destination image set.
type nonrec t = {imageSetId : ImageSetId.t;The image set identifier for the destination image set.
*)latestVersionId : ImageSetExternalVersionId.t;The latest version identifier for the destination image set.
*)}val make :
imageSetId:ImageSetId.t ->
latestVersionId:ImageSetExternalVersionId.t ->
unit ->
t