# ListGroups200Response


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**status** | **number** | The status code. | [default to undefined]
**message** | **string** | The human-readable status message. | [default to undefined]
**result** | [**Array&lt;Group&gt;**](Group.md) |  | [default to undefined]

## Example

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

const instance: ListGroups200Response = {
    status,
    message,
    result,
};
```

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