tapis-streams 0.3.0

Manage Tapis Streams API.
Documentation
# Channel

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**channel_name** | Option<**String**> | The name of channel. | [optional]
**channel_id** | Option<**String**> | The id generated by Tapis. | [optional]
**created_at** | Option<**String**> | The time of channel creation | [optional]
**status** | Option<**String**> | The status of channel | [optional]
**last_updated** | Option<**String**> | The time of channel update | [optional]
**task_id** | Option<**String**> | task id from Kapacitor | [optional]
**triggers_with_actions** | Option<[**Vec<models::ChannelTriggersWithActionsInner>**]Channel_triggers_with_actions_inner.md> |  | [optional]
**template_id** | Option<**String**> | Template id | [optional]
**permissions** | Option<[**models::ChannelPermissions**]Channel_permissions.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)