| | 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.Messaging.EventGrid.SystemEvents |
| | 9 | | { |
| | 10 | | /// <summary> Information about the device connection state event. </summary> |
| | 11 | | public partial class DeviceConnectionStateEventInfo |
| | 12 | | { |
| | 13 | | /// <summary> Initializes a new instance of DeviceConnectionStateEventInfo. </summary> |
| 0 | 14 | | internal DeviceConnectionStateEventInfo() |
| | 15 | | { |
| 0 | 16 | | } |
| | 17 | |
|
| | 18 | | /// <summary> Initializes a new instance of DeviceConnectionStateEventInfo. </summary> |
| | 19 | | /// <param name="sequenceNumber"> Sequence number is string representation of a hexadecimal number. string compa |
| 4 | 20 | | internal DeviceConnectionStateEventInfo(string sequenceNumber) |
| | 21 | | { |
| 4 | 22 | | SequenceNumber = sequenceNumber; |
| 4 | 23 | | } |
| | 24 | |
|
| | 25 | | /// <summary> Sequence number is string representation of a hexadecimal number. string compare can be used to id |
| 2 | 26 | | public string SequenceNumber { get; } |
| | 27 | | } |
| | 28 | | } |