Values_0.ProvisioningTemplateVersionSummarySourceA summary of information about a fleet provision template version.
type nonrec t = {versionId : TemplateVersionId.t option;The ID of the fleet provisioning template version.
*)creationDate : DateType.t option;The date when the provisioning template version was created
*)isDefaultVersion : IsDefaultVersion.t option;True if the provisioning template version is the default version, otherwise false.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of IsDefaultVersion.t
| `Integer of TemplateVersionId.t
| `Timestamp of DateType.t ])
list ]