| | 1 | | // <auto-generated> |
| | 2 | | // Copyright (c) Microsoft Corporation. All rights reserved. |
| | 3 | | // Licensed under the MIT License. See License.txt in the project root for |
| | 4 | | // license information. |
| | 5 | | // |
| | 6 | | // Code generated by Microsoft (R) AutoRest Code Generator. |
| | 7 | | // Changes may cause incorrect behavior and will be lost if the code is |
| | 8 | | // regenerated. |
| | 9 | | // </auto-generated> |
| | 10 | |
|
| | 11 | | namespace Microsoft.Azure.CognitiveServices.Personalizer.Models |
| | 12 | | { |
| | 13 | | using System.Linq; |
| | 14 | |
|
| | 15 | | public partial class PolicyResultTotalSummary : PolicyResultSummary |
| | 16 | | { |
| | 17 | | /// <summary> |
| | 18 | | /// Initializes a new instance of the PolicyResultTotalSummary class. |
| | 19 | | /// </summary> |
| 0 | 20 | | public PolicyResultTotalSummary() |
| | 21 | | { |
| | 22 | | CustomInit(); |
| 0 | 23 | | } |
| | 24 | |
|
| | 25 | | /// <summary> |
| | 26 | | /// Initializes a new instance of the PolicyResultTotalSummary class. |
| | 27 | | /// </summary> |
| | 28 | | public PolicyResultTotalSummary(System.DateTime? timeStamp = default(System.DateTime?), double? ipsEstimatorNume |
| 0 | 29 | | : base(timeStamp, ipsEstimatorNumerator, ipsEstimatorDenominator, snipsEstimatorDenominator, aggregateTimeWi |
| | 30 | | { |
| | 31 | | CustomInit(); |
| 0 | 32 | | } |
| | 33 | |
|
| | 34 | | /// <summary> |
| | 35 | | /// An initialization method that performs custom operations like setting defaults |
| | 36 | | /// </summary> |
| | 37 | | partial void CustomInit(); |
| | 38 | |
|
| | 39 | | } |
| | 40 | | } |