Values_2.DescribeTrainingPlanRequestSourceRetrieves detailed information about a specific training plan.
type nonrec t = {trainingPlanName : Values_1.TrainingPlanName.t;The name of the training plan to describe.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of Values_1.TrainingPlanName.t ]) list ]