Class SetNotificationPreferenceForAssetUpdatesResponseSchema
- Assembly
- Azure.Iot.Operations.Services.dll
public class SetNotificationPreferenceForAssetUpdatesResponseSchema
- Inheritance
-
SetNotificationPreferenceForAssetUpdatesResponseSchema
- 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
SetNotificationPreferenceForAssetUpdatesError
Error details, if setting the notification preference for asset updates failed.
[JsonPropertyName("setNotificationPreferenceForAssetUpdatesError")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public AkriServiceError? SetNotificationPreferenceForAssetUpdatesError { get; set; }