| | | 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.Analytics.Synapse.Artifacts.Models |
| | | 9 | | { |
| | | 10 | | /// <summary> The exposure control response. </summary> |
| | | 11 | | internal partial class ExposureControlResponse |
| | | 12 | | { |
| | | 13 | | /// <summary> Initializes a new instance of ExposureControlResponse. </summary> |
| | 0 | 14 | | internal ExposureControlResponse() |
| | | 15 | | { |
| | 0 | 16 | | } |
| | | 17 | | |
| | | 18 | | /// <summary> The feature name. </summary> |
| | 0 | 19 | | public string FeatureName { get; } |
| | | 20 | | /// <summary> The feature value. </summary> |
| | 0 | 21 | | public string Value { get; } |
| | | 22 | | } |
| | | 23 | | } |