Module Values.PropertyGroupSource

Property key-value pairs passed into an application.

Sourcetype nonrec t = {
  1. propertyGroupId : Id.t;
    (*

    Describes the key of an application execution property key-value pair.

    *)
  2. propertyMap : PropertyMap.t;
    (*

    Describes the value of an application execution property key-value pair.

    *)
}
Sourceval context_ : string
Sourceval make : propertyGroupId:Id.t -> propertyMap:PropertyMap.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Map of ([> `String of PropertyKey.t ] * [> `String of PropertyValue.t ]) list | `String of Id.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