/// <summary>
 /// Initializes a new instance of the <see cref="InlineResponse20042" /> class.
 /// </summary>
 /// <param name="Daterange">Daterange.</param>
 /// <param name="Utilisation">Utilisation.</param>
 /// <param name="UtilisationTotals">UtilisationTotals.</param>
 public InlineResponse20042(DateRange Daterange = null, InlineResponse20042Utilisation Utilisation = null, InlineResponse20042UtilisationTotals UtilisationTotals = null)
 {
     this.Daterange         = Daterange;
     this.Utilisation       = Utilisation;
     this.UtilisationTotals = UtilisationTotals;
 }
Пример #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="InlineResponse20041" /> class.
 /// </summary>
 /// <param name="Daterange">Daterange.</param>
 /// <param name="SourceFrequency">SourceFrequency.</param>
 /// <param name="SourceRevenue">SourceRevenue.</param>
 public InlineResponse20041(DateRange Daterange = null, List <int?> SourceFrequency = null, List <int?> SourceRevenue = null)
 {
     this.Daterange       = Daterange;
     this.SourceFrequency = SourceFrequency;
     this.SourceRevenue   = SourceRevenue;
 }