# BaseEventSponsorship


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** |  | [default to undefined]
**slug** | **string** |  | [default to undefined]
**name** | **string** |  | [default to undefined]
**description** | **string** |  | [default to undefined]
**url** | **string** |  | [default to undefined]
**account** | [**BaseAccount**](BaseAccount.md) |  | [default to undefined]
**image** | [**BaseImage**](BaseImage.md) |  | [default to undefined]

## Example

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

const instance: BaseEventSponsorship = {
    id,
    slug,
    name,
    description,
    url,
    account,
    image,
};
```

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