Module Values_3.AccessScopePathRequestSource

Describes a path.

Sourcetype nonrec t = {
  1. source : Values_1.PathStatementRequest.t option;
    (*

    The source.

    *)
  2. destination : Values_1.PathStatementRequest.t option;
    (*

    The destination.

    *)
  3. throughResources : Values_1.ThroughResourcesStatementRequestList.t option;
    (*

    The through resources.

    *)
}
Sourceval make : ?source:??? -> ?destination:??? -> ?throughResources:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Structure of (string * [> `List of [> `String of string ] list ]) list ]) list ] list | `Structure of (string * [> `Structure of (string * [> `List of [> `Enum of string | `String of string ] list ]) 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