| | 1 | | // Copyright (c) Microsoft Corporation. All rights reserved. |
| | 2 | | // Licensed under the MIT License. |
| | 3 | |
|
| | 4 | | // <auto-generated/> |
| | 5 | |
|
| | 6 | | #nullable disable |
| | 7 | |
|
| | 8 | | namespace Azure.DigitalTwins.Core |
| | 9 | | { |
| | 10 | | /// <summary> Parameter group. </summary> |
| | 11 | | public partial class EventRoutesListOptions |
| | 12 | | { |
| | 13 | | /// <summary> Initializes a new instance of EventRoutesListOptions. </summary> |
| 4 | 14 | | public EventRoutesListOptions() |
| | 15 | | { |
| 4 | 16 | | } |
| | 17 | |
|
| | 18 | | /// <summary> The maximum number of items to retrieve per request. The server may choose to return less than the |
| 0 | 19 | | public int? MaxItemCount { get; set; } |
| | 20 | | } |
| | 21 | | } |