tapis-streams 0.3.1

Manage Tapis Streams API.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# NewChannel

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**channel_id** | **String** | User defined channel id. | 
**channel_name** | **String** | User defined channel name. | 
**template_id** | **String** | Template id. (public templates include default_threshold or default_deadman) | 
**r#type** | Option<**String**> | Type of Checks (threshold or deadman) | [optional][default to Threshold]
**triggers_with_actions** | Option<[**Vec<models::NewChannelTriggersWithActionsInner>**]NewChannel_triggers_with_actions_inner.md> |  | [optional]

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