# BaseEventSpeaker


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** |  | [default to undefined]
**slug** | **string** |  | [default to undefined]
**firstName** | **string** |  | [default to undefined]
**lastName** | **string** |  | [default to undefined]
**fullName** | **string** |  | [default to undefined]
**bio** | **string** |  | [default to undefined]
**title** | **string** |  | [default to undefined]
**company** | **string** |  | [default to undefined]
**companyBio** | **string** |  | [default to undefined]
**label** | **string** |  | [default to undefined]
**imageId** | **string** |  | [default to undefined]
**image** | [**BaseImage**](BaseImage.md) |  | [default to undefined]
**visible** | **boolean** |  | [default to undefined]

## Example

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

const instance: BaseEventSpeaker = {
    id,
    slug,
    firstName,
    lastName,
    fullName,
    bio,
    title,
    company,
    companyBio,
    label,
    imageId,
    image,
    visible,
};
```

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