# MeetingParticipantCreateInputs


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**custom_participant_id** | **string** |  | [default to undefined]
**name** | **string** |  | [optional] [default to undefined]
**picture** | **string** |  | [optional] [default to undefined]

## Example

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

const instance: MeetingParticipantCreateInputs = {
    custom_participant_id,
    name,
    picture,
};
```

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