Module Values.GuardrailImageSourceSource

The image source (image bytes) of the guardrail image source. Object used in independent api.

Sourcetype nonrec t = {
  1. bytes : GuardrailImageSourceBytesBlob.t option;
    (*

    The bytes details of the guardrail image source. Object used in independent api.

    *)
}
Sourceval make : ?bytes:??? -> unit -> t
Sourceval of_header_and_body : ('a * GuardrailImageSourceBytesBlob.t) -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Blob of GuardrailImageSourceBytesBlob.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