stcloud 0.4.0

Client package for talking to Sematext Cloud.
Documentation
1
2
3
4
5
6
7
8
9
10
11
# AlertNotificationRequest

## Properties
| Name                 | Type       | Description                                                                                                     | Notes                        |
| -------------------- | ---------- | --------------------------------------------------------------------------------------------------------------- | ---------------------------- |
| **default_interval** | **i64**    |                                                                                                                 | [optional] [default to null] |
| **end**              | **String** | End time of interval. Can be expressed as timestamp in milliseconds or UTC date in yyyy-MM-dd HH:mm:ss format   | [optional] [default to null] |
| **interval**         | **String** |                                                                                                                 | [optional] [default to null] |
| **start**            | **String** | Start time of interval. Can be expressed as timestamp in milliseconds or UTC date in yyyy-MM-dd HH:mm:ss format | [optional] [default to null] |

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