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
18
# Preview

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**fallback** | Option<**String**> | Some fallback text to display if unable to display the full preview. | [optional]
**footer** | Option<**String**> | Text to display in the footer. | [optional]
**header** | Option<**String**> | Text to display in the header. | [optional]
**header_link** | Option<**String**> | Where the header will link to. | [optional]
**html_text** | Option<**String**> | HTML formatted text for the body of the preview. | [optional]
**text** | Option<**String**> | Text for the body of the preview. | [optional]
**title** | Option<**String**> | Text to display as the title. | [optional]
**title_link** | Option<**String**> | Where to title will link to. | [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)