Values_0.CustomContentConfigurationSourceThe configuration of a CustomContentVisual.
type nonrec t = {contentUrl : URLOperationTemplate.t option;The input URL that links to the custom content that you want in the custom visual.
*)contentType : CustomContentType.t option;The content type of the custom content visual. You can use this to have the visual render as an image.
*)imageScaling : CustomContentImageScalingConfiguration.t option;The sizing options for the size of the custom content visual. This structure is required when the ContentType of the visual is 'IMAGE'.
*)interactions : VisualInteractionOptions.t option;The general visual interactions setup for a visual.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of URLOperationTemplate.t
| `Structure of
(string * [> `Structure of (string * [> `Enum of string ]) list ])
list ])
list ]