public class DeleteCollectionResponse
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Class and Description | 
|---|---|
| static interface  | DeleteCollectionResponse.StatusThe status of the collection. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getCollectionId()Gets the collectionId. | 
| String | getStatus()Gets the status. | 
public String getCollectionId()
The unique identifier of the collection that is being deleted.
public String getStatus()
The status of the collection. The status of a successful deletion operation is `deleted`.
Copyright © 2023 IBM Cloud. All rights reserved.