Module Values_1.UiTemplateInfoSource

Container for user interface template information.

Sourcetype nonrec t = {
  1. url : TemplateUrl.t option;
    (*

    The URL for the user interface template.

    *)
  2. contentSha256 : TemplateContentSha256.t option;
    (*

    The SHA-256 digest of the contents of the template.

    *)
}
Sourceval make : ?url:??? -> ?contentSha256:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of TemplateUrl.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t