654 B
654 B
title | description |
---|---|
documentAttributeFilename23 | documentAttributeFilename23 attributes, type and example |
Constructor: documentAttributeFilename23
Attributes:
Name | Type | Required |
---|---|---|
file_name | string | Yes |
Type: DocumentAttribute
Example:
$documentAttributeFilename23 = ['_' => 'documentAttributeFilename23', 'file_name' => string, ];
Or, if you're into Lua:
documentAttributeFilename23={_='documentAttributeFilename23', file_name=string, }