# Constructor: documentAttributeFilename
A simple document with a file name
# Attributes:
Name | Type | Required | Description |
---|---|---|---|
file_name | string | Yes | The file name |
# Type: DocumentAttribute
# Example:
$documentAttributeFilename = ['_' => 'documentAttributeFilename', 'file_name' => 'string'];
Or, if you’re into Lua:
documentAttributeFilename={_='documentAttributeFilename', file_name='string'}
This site uses cookies, as described in the cookie policy. By clicking on "Accept" you consent to the use of cookies.