pipedrive-rs 0.1.0

Rust PipedriveClient
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# ReceiveMessageRequestAttachmentsInner

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | The ID of the attachment | 
**r#type** | **String** | The mime-type of the attachment | 
**name** | Option<**String**> | The name of the attachment | [optional]
**size** | Option<**f32**> | The size of the attachment | [optional]
**url** | **String** | A URL to the file | 
**preview_url** | Option<**String**> | A URL to a preview picture of the file | [optional]
**link_expires** | Option<**bool**> | If true, it will use the getMessageById endpoint for fetching updated attachment's urls. Find out more [here]https://pipedrive.readme.io/docs/implementing-messaging-app-extension | [optional][default to false]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)