Values.LayoutItemSourceThe layout object that contains LayoutDefinitionName, Description, DisplayName, IsDefault, LayoutType, Tags, CreatedAt, LastUpdatedAt
type nonrec t = {layoutDefinitionName : Name.t option;The unique name of the layout.
*)description : SensitiveText.t option;The description of the layout
*)displayName : DisplayName.t option;The display name of the layout
*)isDefault : Boolean.t option;If set to true for a layout, this layout will be used by default to view data. If set to false, then layout will not be used by default but it can be used to view data by explicit selection on UI.
*)layoutType : LayoutType.t option;The type of layout that can be used to view data under customer profiles domain.
*)createdAt : Timestamp.t option;The timestamp of when the layout was created.
*)lastUpdatedAt : Timestamp.t option;The timestamp of when the layout was most recently updated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of Name.t
| `Timestamp of Timestamp.t ])
list ]