예제 #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="TrialPlSectionsResponse" /> class.
 /// </summary>
 /// <param name="trialPlSections">trialPlSections (required).</param>
 public TrialPlSectionsResponse(TrialPlSectionsResponseTrialPlSections trialPlSections = default(TrialPlSectionsResponseTrialPlSections))
 {
     // to ensure "trialPlSections" is required (not null)
     this.TrialPlSections = trialPlSections ?? throw new ArgumentNullException("trialPlSections is a required property for TrialPlSectionsResponse and cannot be null");;
 }
예제 #2
0
 /// <summary>
 /// Initializes a new instance of the TrialPlSectionsResponse class.
 /// </summary>
 public TrialPlSectionsResponse(TrialPlSectionsResponseTrialPlSections trialPlSections)
 {
     TrialPlSections = trialPlSections;
     CustomInit();
 }