asana 0.1.1

asana bindings for rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# WebhookFilter

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**resource_type** | Option<**String**> | The type of the resource which created the event when modified; for example, to filter to changes on regular tasks this field should be set to `task`. | [optional]
**resource_subtype** | Option<**String**> | The resource subtype of the resource that the filter applies to. This should be set to the same value as is returned on the `resource_subtype` field on the resources themselves. | [optional]
**action** | Option<**String**> | The type of change on the **resource** to pass through the filter. For more information refer to `Event.action` in the [Event]/docs/tocS_Event schema. This can be one of `changed`, `added`, `removed`, `deleted`, and `undeleted` depending on the nature of what has occurred on the resource. | [optional]
**fields** | Option<**Vec<String>**> | *Conditional.* A whitelist of fields for events which will pass the filter when the resource is changed. These can be any combination of the fields on the resources themselves. This field is only valid for `action` of type `changed` | [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)