Class SetNotificationPreferenceForDeviceUpdatesResponsePayload
- Assembly
- Azure.Iot.Operations.Services.dll
Response containing the result of setting the notification preference for device updates or error details if the operation failed.
public class SetNotificationPreferenceForDeviceUpdatesResponsePayload : IJsonOnDeserialized, IJsonOnSerializing
- Inheritance
-
SetNotificationPreferenceForDeviceUpdatesResponsePayload
- Implements
- Inherited Members
Properties
ResponsePayload
The response payload indicating that the operation was successful.
[JsonPropertyName("responsePayload")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public string ResponsePayload { get; set; }