Values.ImageSetPropertiesSourceThe image set properties.
type nonrec t = {imageSetId : ImageSetId.t option;The image set identifier.
*)versionId : ImageSetExternalVersionId.t option;The image set version identifier.
*)imageSetState : ImageSetState.t option;The image set state.
*)imageSetWorkflowStatus : ImageSetWorkflowStatus.t option;The image set workflow status.
*)createdAt : Date.t option;The timestamp when the image set properties were created.
*)updatedAt : Date.t option;The timestamp when the image set properties were updated.
*)deletedAt : Date.t option;The timestamp when the image set properties were deleted.
*)message : Message.t option;The error message thrown if an image set action fails.
*)overrides : Overrides.t option;Contains details on overrides used when creating the returned version of an image set. For example, if forced exists, the forced flag was used when creating the image set.
*)isPrimary : Boolean.t option;The flag to determine whether the image set is primary or not.
*)}