| | 1 | | // <auto-generated> |
| | 2 | | // Code generated by Microsoft (R) AutoRest Code Generator. |
| | 3 | | // Changes may cause incorrect behavior and will be lost if the code is |
| | 4 | | // regenerated. |
| | 5 | | // </auto-generated> |
| | 6 | |
|
| | 7 | | namespace Microsoft.Azure.CognitiveServices.Search.CustomSearch.Models |
| | 8 | | { |
| | 9 | | using System.Linq; |
| | 10 | |
|
| | 11 | | public partial class ResponseBase |
| | 12 | | { |
| | 13 | | /// <summary> |
| | 14 | | /// Initializes a new instance of the ResponseBase class. |
| | 15 | | /// </summary> |
| 6 | 16 | | public ResponseBase() |
| | 17 | | { |
| | 18 | | CustomInit(); |
| 6 | 19 | | } |
| | 20 | |
|
| | 21 | |
|
| | 22 | | /// <summary> |
| | 23 | | /// An initialization method that performs custom operations like setting defaults |
| | 24 | | /// </summary> |
| | 25 | | partial void CustomInit(); |
| | 26 | |
|
| | 27 | | } |
| | 28 | | } |