# StoryResponse
## 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]
**created_by** | Option<[**crate::models::UserCompact**](UserCompact.md)> | | [optional]
**is_edited** | Option<**bool**> | *Conditional*. Whether the text of the story has been edited after creation. | [optional][readonly]
**hearted** | Option<**bool**> | *Deprecated - please use likes instead* *Conditional*. True if the story is hearted by the authorized user, false if not. | [optional][readonly]
**hearts** | Option<[**Vec<crate::models::Like>**](Like.md)> | *Deprecated - please use likes instead* *Conditional*. Array of likes for users who have hearted this story. | [optional][readonly]
**num_hearts** | Option<**i32**> | *Deprecated - please use likes instead* *Conditional*. The number of users who have hearted this story. | [optional][readonly]
**liked** | Option<**bool**> | *Conditional*. True if the story is liked by the authorized user, false if not. | [optional][readonly]
**likes** | Option<[**Vec<crate::models::Like>**](Like.md)> | *Conditional*. Array of likes for users who have liked this story. | [optional][readonly]
**num_likes** | Option<**i32**> | *Conditional*. The number of users who have liked this story. | [optional][readonly]
**previews** | Option<[**Vec<crate::models::Preview>**](Preview.md)> | *Conditional*. A collection of previews to be displayed in the story. *Note: This property only exists for comment stories.* | [optional][readonly]
**old_name** | Option<**String**> | *Conditional*' | [optional]
**new_name** | Option<**String**> | *Conditional* | [optional][readonly]
**old_dates** | Option<[**crate::models::StoryResponseDates**](StoryResponseDates.md)> | | [optional]
**new_dates** | Option<[**crate::models::StoryResponseDates**](StoryResponseDates.md)> | | [optional]
**old_resource_subtype** | Option<**String**> | *Conditional* | [optional][readonly]
**new_resource_subtype** | Option<**String**> | *Conditional* | [optional][readonly]
**story** | Option<[**crate::models::StoryCompact**](StoryCompact.md)> | | [optional]
**assignee** | Option<[**crate::models::UserCompact**](UserCompact.md)> | | [optional]
**follower** | Option<[**crate::models::UserCompact**](UserCompact.md)> | | [optional]
**old_section** | Option<[**crate::models::SectionCompact**](SectionCompact.md)> | | [optional]
**new_section** | Option<[**crate::models::SectionCompact**](SectionCompact.md)> | | [optional]
**task** | Option<[**crate::models::TaskCompact**](TaskCompact.md)> | | [optional]
**project** | Option<[**crate::models::ProjectCompact**](ProjectCompact.md)> | | [optional]
**tag** | Option<[**crate::models::TagCompact**](TagCompact.md)> | | [optional]
**custom_field** | Option<[**crate::models::CustomFieldCompact**](CustomFieldCompact.md)> | | [optional]
**old_text_value** | Option<**String**> | *Conditional* | [optional][readonly]
**new_text_value** | Option<**String**> | *Conditional* | [optional][readonly]
**old_number_value** | Option<**i32**> | *Conditional* | [optional][readonly]
**new_number_value** | Option<**i32**> | *Conditional* | [optional][readonly]
**old_enum_value** | Option<[**crate::models::EnumOption**](EnumOption.md)> | | [optional]
**new_enum_value** | Option<[**crate::models::EnumOption**](EnumOption.md)> | | [optional]
**new_approval_status** | Option<**String**> | *Conditional* | [optional][readonly]
**old_approval_status** | Option<**String**> | *Conditional* | [optional][readonly]
**duplicate_of** | Option<[**crate::models::TaskCompact**](TaskCompact.md)> | | [optional]
**duplicated_from** | Option<[**crate::models::TaskCompact**](TaskCompact.md)> | | [optional]
**dependency** | Option<[**crate::models::TaskCompact**](TaskCompact.md)> | | [optional]
**source** | Option<**String**> | The component of the Asana product the user used to trigger the story. | [optional][readonly]
**target** | Option<[**serde_json::Value**](serde_json::Value.md)> | The object this story is associated with. Currently may only be a task. | [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)