Values_2.MediaItemSourceContains information about a media asset used in a workspace.
type nonrec t = {type_ : Values_1.MediaType.t option;The type of media. Valid values are: IMAGE_LOGO_FAVICON and IMAGE_LOGO_HORIZONTAL.
*)source : Values_1.MediaSource.t option;The source URL or data for the media asset.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_1.MediaSource.t ]) list ]