# PostApiV4BroadcastMessagesRequest


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**message** | **string** | Message to display | [default to undefined]
**starts_at** | **string** | Starting time | [optional] [default to undefined]
**ends_at** | **string** | Ending time | [optional] [default to undefined]
**color** | **string** | Background color | [optional] [default to undefined]
**font** | **string** | Foreground color | [optional] [default to undefined]
**target_access_levels** | **Array&lt;number&gt;** | Target user roles | [optional] [default to undefined]
**target_path** | **string** | Target path | [optional] [default to undefined]
**broadcast_type** | **string** | Broadcast type. Defaults to banner | [optional] [default to undefined]
**dismissable** | **boolean** | Is dismissable | [optional] [default to undefined]

## Example

```typescript
import { PostApiV4BroadcastMessagesRequest } from 'berg';

const instance: PostApiV4BroadcastMessagesRequest = {
    message,
    starts_at,
    ends_at,
    color,
    font,
    target_access_levels,
    target_path,
    broadcast_type,
    dismissable,
};
```

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