Name | Type | Description | Notes |
---|---|---|---|
content | string | Provide the content to be displayed. | [optional] |
target_ids | string[] | Provide one of the following IDs associated with the Zoom Room.<br> * `accountId`: Account ID of the Zoom account.<br> Provide account ID as the value of this field to display the alert content on all Zoom Rooms' displays in the account.<br><br> * `locationId`: Location ID. Get the value of this field by calling the List Zoom Rooms locations API. Provide location ID as the value of this field to display the alert content on all Zoom Rooms' displays listed in the specified location.<br><br> * `roomId`: Unique identifier of the Zoom Room. Get the value of this field by calling the List Zoom Rooms API. Provide room ID as the value of this field to display the alert content on a specific Zoom Rooms' display. | [optional] |
target_type | string | Provide one of the following values for this field that is associated to the value you entered in the `target_ids` field. <br> * `account` * `location` * `room` | [optional] |