| | | 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.Iot.Hub.Service.Models |
| | | 9 | | { |
| | | 10 | | /// <summary> The Json query request. </summary> |
| | | 11 | | public partial class QuerySpecification |
| | | 12 | | { |
| | | 13 | | /// <summary> Initializes a new instance of QuerySpecification. </summary> |
| | 14 | 14 | | public QuerySpecification() |
| | | 15 | | { |
| | 14 | 16 | | } |
| | | 17 | | |
| | | 18 | | /// <summary> The query string. </summary> |
| | 42 | 19 | | public string Query { get; set; } |
| | | 20 | | } |
| | | 21 | | } |