# EventRsvpRequest


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**partstat** | **string** | Participation status on the attendees edge | [default to undefined]
**scope** | **string** | Series scope for recurring events. Defaults to this. | [optional] [default to undefined]

## Example

```typescript
import { EventRsvpRequest } from '@caraer/client';

const instance: EventRsvpRequest = {
    partstat,
    scope,
};
```

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