# GetEventSponsorships200Response


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**status** | **string** |  | [default to undefined]
**message** | **string** |  | [default to undefined]
**data** | [**Array&lt;EventSponsorship&gt;**](EventSponsorship.md) |  | [default to undefined]
**count** | **number** |  | [optional] [default to undefined]

## Example

```typescript
import { GetEventSponsorships200Response } from '@connectedxm/admin-sdk';

const instance: GetEventSponsorships200Response = {
    status,
    message,
    data,
    count,
};
```

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