Module Values_0.StringDefaultValuesSource

The default values of the StringParameterDeclaration.

Sourcetype nonrec t = {
  1. dynamicValue : DynamicDefaultValue.t option;
    (*

    The dynamic value of the StringDefaultValues. Different defaults displayed according to users, groups, and values mapping.

    *)
  2. staticValues : StringDefaultValueList.t option;
    (*

    The static values of the DecimalDefaultValues.

    *)
}
Sourceval make : ?dynamicValue:??? -> ?staticValues:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of SensitiveStringObject.t ] list | `Structure of (string * [> `Structure of (string * [> `String of DataSetIdentifier.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