DropIndexRequest
Example Usage
typescript
import { DropIndexRequest } from "@meetkai/mka1/models/operations";
let value: DropIndexRequest = {
tableName: "<value>",
fieldName: "<value>",
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
tableName | string | ✔️ | N/A |
fieldName | string | ✔️ | N/A |
xOnBehalfOf | string | ➖ | Optional external end-user identifier forwarded by the API gateway. |