Attachments
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
StatusCode |
int64 |
✔️ | HTTP Response Status Code | 200 |
Status |
string |
✔️ | HTTP Response Status | OK |
Service |
string |
✔️ | Apideck ID of service provider | google-drive |
Resource |
string |
✔️ | Unified API resource name | files |
Operation |
string |
✔️ | Operation performed | delete |
Data |
components.UnifiedID | ✔️ | A object containing a unique identifier for the resource that was created, updated, or deleted. | |
Raw |
map[string]any |
➖ | Raw response from the integration when raw=true query param is provided |