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
# StoryBaseAllOf

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**created_at** | Option<**String**> | The time at which this resource was created. | [optional][readonly]
**resource_subtype** | Option<**String**> | The subtype of this resource. Different subtypes retain many of the same fields and behavior, but may render differently in Asana or represent resources with different semantic meaning. | [optional][readonly]
**text** | Option<**String**> | The plain text of the comment to add. Cannot be used with html_text. | [optional]
**html_text** | Option<**String**> | [Opt In]/docs/input-output-options. HTML formatted text for a comment. This will not include the name of the creator. | [optional]
**is_pinned** | Option<**bool**> | *Conditional*. Whether the story should be pinned on the resource. | [optional]
**sticker_name** | Option<**String**> | The name of the sticker in this story. `null` if there is no sticker. | [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)