Class SetNotificationPreferenceForDeviceUpdatesResponseSchema
- Assembly
- Azure.Iot.Operations.Services.dll
public class SetNotificationPreferenceForDeviceUpdatesResponseSchema
- Inheritance
-
SetNotificationPreferenceForDeviceUpdatesResponseSchema
- Inherited Members
Properties
ResponsePayload
The response payload indicating that the operation was successful.
[JsonPropertyName("responsePayload")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? ResponsePayload { get; set; }
Property Value
SetNotificationPreferenceForDeviceUpdatesError
Error details, if setting the notification preference for device updates failed.
[JsonPropertyName("setNotificationPreferenceForDeviceUpdatesError")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public AkriServiceError? SetNotificationPreferenceForDeviceUpdatesError { get; set; }