Module Values.EngagementCustomerProjectDetailsSource

Provides comprehensive details about a customer project associated with an Engagement. This may include information such as project goals, timelines, and specific customer requirements.

Sourcetype nonrec t = {
  1. title : EngagementCustomerProjectTitle.t;
    (*

    The title of the project.

    *)
  2. businessProblem : EngagementCustomerBusinessProblem.t;
    (*

    A description of the business problem the project aims to solve.

    *)
  3. targetCompletionDate : EngagementCustomerProjectDetailsTargetCompletionDateString.t;
    (*

    The target completion date for the customer's project.

    *)
}
Sourceval context_ : string
Sourceval to_value : t -> [> `Structure of (string * [> `String of EngagementCustomerProjectTitle.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