OBJECT
FeatureDeleteStatus
Description
Status of the feature delete operation.
link GraphQL Schema definition
- type FeatureDeleteStatus {
- # Feature name, for example, CLOUD_NATIVE_PROTECTION, CLOUD_NATIVE_ARCHIVAL.
- CloudAccountFeature! :
- # Specifies whether the feature deletion succeeded.
- Boolean! :
- }