- API ›
- Constructors ›
- DocumentAttributeFilename
DocumentAttributeFilename
---types--- documentAttributeFilename#15590068 file_name:string = DocumentAttribute
Belongs to
| DocumentAttribute |
In Rust this constructor is a variant of the enums::DocumentAttribute enum.
Match on it with: if let enums::DocumentAttribute::DocumentAttributeFilename(v) = result { ... }
Parameters
| file_name | string | required |