Module Values.VdmOptionsSource

An object that defines the VDM settings that apply to emails that you send using the configuration set.

Sourcetype nonrec t = {
  1. dashboardOptions : DashboardOptions.t option;
    (*

    Specifies additional settings for your VDM configuration as applicable to the Dashboard.

    *)
  2. guardianOptions : GuardianOptions.t option;
    (*

    Specifies additional settings for your VDM configuration as applicable to the Guardian.

    *)
}
Sourceval make : ?dashboardOptions:??? -> ?guardianOptions:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string ]) 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