Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 611 Bytes

File metadata and controls

17 lines (9 loc) · 611 Bytes

OperationMetadataRemediationResult

Properties

Name Type Description Notes
done Boolean Whether the operation has reached a terminal state.
error Status Failure detail, populated only when done is true and the operation failed. [optional]
metadata Metadata In-flight information and details. [optional]
name String API resource name.
response RemediationResult Result, set only when done is true and the operation succeeded. [optional]