asana 0.1.1

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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**gid** | Option<**String**> | Globally unique identifier of the resource, as a string. | [optional][readonly]
**resource_type** | Option<**String**> | The base type of this resource. | [optional][readonly]
**name** | Option<**String**> | Name of the tag. This is generally a short sentence fragment that fits on a line in the UI for maximum readability. However, it can be longer. | [optional]
**color** | Option<**String**> | Color of the tag. | [optional]
**followers** | Option<[**Vec<crate::models::UserCompact>**]UserCompact.md> | Array of users following this tag. | [optional][readonly]
**workspace** | Option<[**crate::models::WorkspaceCompact**]WorkspaceCompact.md> |  | [optional]
**permalink_url** | Option<**String**> | A url that points directly to the object within Asana. | [optional][readonly]

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