Values.RoomSourceThe Amazon Chime chat room details.
type nonrec t = {roomId : NonEmptyString.t option;The room ID.
*)name : SensitiveString.t option;The room name.
*)accountId : NonEmptyString.t option;The Amazon Chime account ID.
*)createdBy : NonEmptyString.t option;The identifier of the room creator.
*)createdTimestamp : Iso8601Timestamp.t option;The room creation timestamp, in ISO 8601 format.
*)updatedTimestamp : Iso8601Timestamp.t option;The room update timestamp, in ISO 8601 format.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of NonEmptyString.t | `Timestamp of Iso8601Timestamp.t ])
list ]