Module Values.GrantedEntityInputSource

The details of a listing for which a subscription is to be granted.

Sourcetype nonrec t = {
  1. listing : ListingRevisionInput.t option;
    (*

    The listing for which a subscription is to be granted.

    *)
}
Sourceval make : ?listing:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `String of ListingId.t ]) 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