ReportFixResult interface
Report fix result.
Properties
reason | If the report fix action failed, to indicate the detailed failed reason. NOTE: This property will not be serialized. It can only be populated by the server. |
result | Indicates whether the fix action is Succeeded or Failed. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
reason
If the report fix action failed, to indicate the detailed failed reason. NOTE: This property will not be serialized. It can only be populated by the server.
reason?: string
Property Value
string
result
Indicates whether the fix action is Succeeded or Failed. NOTE: This property will not be serialized. It can only be populated by the server.
result?: string
Property Value
string