public class DeleteCollectionResponse
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteCollectionResponse.Status
The status of the collection.
|
| Constructor and Description |
|---|
DeleteCollectionResponse() |
| 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 © 2022 IBM Cloud. All rights reserved.