Module Values.ParameterAttributeSource

The attributes allowed or specified with a parameter object.

Sourcetype nonrec t = {
  1. key : AttributeNameString.t;
    (*

    The field identifier.

    *)
  2. stringValue : AttributeValueString.t;
    (*

    The field value, expressed as a String.

    *)
}
Sourceval context_ : string
Sourceval make : key:AttributeNameString.t -> stringValue:AttributeValueString.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of AttributeNameString.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