# StoryBase
## Properties
**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]
**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)