# APIEntitiesBroadcastMessage

API_Entities_BroadcastMessage model

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** |  | [optional] [default to undefined]
**message** | **string** |  | [optional] [default to undefined]
**starts_at** | **string** |  | [optional] [default to undefined]
**ends_at** | **string** |  | [optional] [default to undefined]
**color** | **string** |  | [optional] [default to undefined]
**font** | **string** |  | [optional] [default to undefined]
**target_access_levels** | **string** |  | [optional] [default to undefined]
**target_path** | **string** |  | [optional] [default to undefined]
**broadcast_type** | **string** |  | [optional] [default to undefined]
**dismissable** | **string** |  | [optional] [default to undefined]
**active** | **string** |  | [optional] [default to undefined]

## Example

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

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

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