Values.EnvironmentBlueprintSummarySourceThe details of an environment blueprint summary.
type nonrec t = {id : EnvironmentBlueprintId.t option;The identifier of the blueprint.
*)name : EnvironmentBlueprintName.t option;The name of the blueprint.
*)description : Description.t option;The description of a blueprint.
*)provider : String_.t option;The provider of the blueprint.
*)provisioningProperties : ProvisioningProperties.t option;The provisioning properties of the blueprint.
*)createdAt : SyntheticTimestamp_date_time.t option;The timestamp of when an environment blueprint was created.
*)updatedAt : SyntheticTimestamp_date_time.t option;The timestamp of when the blueprint was enabled.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of EnvironmentBlueprintId.t
| `Structure of
(string
* [> `Structure of (string * [> `String of String_.t ]) list ])
list
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]