input WorkOrderAttachmentType
Fields
| Field | Type | Description |
|---|---|---|
url | String! | URL for the URL resource. |
filename | String! | Filename for this work order attachment. |
Referenced By
- CreateWorkOrderInput Type
Example
{
"url": "https://example.com/resource",
"filename": "Build Blue Tee Bundle"
}