Module Values.GuardrailImageCoverageSource

The details of the guardrail image coverage.

Sourcetype nonrec t = {
  1. guarded : ImagesGuarded.t option;
    (*

    The count (integer) of images guardrails guarded.

    *)
  2. total : ImagesTotal.t option;
    (*

    Represents the total number of images (integer) that were in the request (guarded and unguarded).

    *)
}
Sourceval make : ?guarded:??? -> ?total:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of ImagesGuarded.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