# PostMethodResponse


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**kind** | **string** | The response object type (discriminator). | [default to undefined]

## Example

```typescript
import { PostMethodResponse } from '@curvegrid/multibaas-sdk';

const instance: PostMethodResponse = {
    kind,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
