Module Event.Source

type t = {
title : string;(*

Title of the source; for example a title of a web page or an email subject.

*)
url : string;(*

URL of the source pointing to a resource. The URL scheme must be HTTP or HTTPS.

*)
}
val title : ( t, string ) GapiLens.t
val url : ( t, string ) GapiLens.t
val empty : t
val render : t -> GapiJson.json_data_model list
val parse : t -> GapiJson.json_data_model -> t