| | 1 | | // Copyright (c) Microsoft Corporation. All rights reserved. |
| | 2 | | // Licensed under the MIT License. |
| | 3 | |
|
| | 4 | | // <auto-generated/> |
| | 5 | |
|
| | 6 | | #nullable disable |
| | 7 | |
|
| | 8 | | using System.Collections.Generic; |
| | 9 | | using Azure.Core; |
| | 10 | |
|
| | 11 | | namespace Azure.ResourceManager.DigitalTwins.Models |
| | 12 | | { |
| | 13 | | /// <summary> The description of the DigitalTwins service. </summary> |
| | 14 | | internal partial class DigitalTwinsPatchDescription |
| | 15 | | { |
| | 16 | | /// <summary> Initializes a new instance of DigitalTwinsPatchDescription. </summary> |
| 0 | 17 | | public DigitalTwinsPatchDescription() |
| | 18 | | { |
| 0 | 19 | | Tags = new ChangeTrackingDictionary<string, string>(); |
| 0 | 20 | | } |
| | 21 | |
|
| | 22 | | /// <summary> Instance tags. </summary> |
| 0 | 23 | | public IDictionary<string, string> Tags { get; } |
| | 24 | | } |
| | 25 | | } |