Values.EndpointDisplayContentSourceRepresents the endpoint display content.
type nonrec t = {none : None.t option;If your product REST endpoint contains no overrides, the none object is returned.
*)overrides : DisplayContentOverrides.t option;The overrides for endpoint display content.
*)}