Module Values.ProjectMemberSource

The details of a project member.

Sourcetype nonrec t = {
  1. memberDetails : MemberDetails.t option;
    (*

    The membership details of a project member.

    *)
  2. designation : UserDesignation.t option;
    (*

    The designated role of a project member.

    *)
}
Sourceval make : ?memberDetails:??? -> ?designation:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `Structure of (string * [> `String of String_.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