asana 0.1.1

asana bindings for rust
Documentation
# AttachmentResponse

## 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**> | The name of the file. | [optional][readonly]
**resource_subtype** | Option<[**serde_json::Value**].md> | The service hosting the attachment. Valid values are `asana`, `dropbox`, `gdrive`, `onedrive`, `box`, and `external`. `external` attachments are a beta feature currently limited to specific integrations. | [optional]
**created_at** | Option<**String**> | The time at which this resource was created. | [optional][readonly]
**download_url** | Option<**String**> | The URL containing the content of the attachment. *Note:* May be null if the attachment is hosted by [Box]https://www.box.com/. If present, this URL may only be valid for two minutes from the time of retrieval. You should avoid persisting this URL somewhere and just refresh it on demand to ensure you do not keep stale URLs. | [optional][readonly]
**host** | Option<**String**> | The service hosting the attachment. Valid values are `asana`, `dropbox`, `gdrive` and `box`. | [optional][readonly]
**parent** | Option<[**crate::models::TaskCompact**]TaskCompact.md> |  | [optional]
**view_url** | Option<**String**> | The URL where the attachment can be viewed, which may be friendlier to users in a browser than just directing them to a raw file. May be null if no view URL exists for the service. | [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)