Module Values_1.ImageSetSource

The image set.

Sourcetype nonrec t = {
  1. original : Image.t option;
    (*

    The original image.

    *)
  2. height64 : Image.t option;
    (*

    The image with the height set to 64 pixels.

    *)
  3. height32 : Image.t option;
    (*

    The image with the height set to 32 pixels.

    *)
}
Sourceval make : ?original:??? -> ?height64:??? -> ?height32:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `String of Values_0.String_.t | `Structure of (string * [> `String of Values_0.String_.t ]) list ]) list ]) 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