Constructor: documentAttributeAudio_45
Represents an audio file
Attributes:
Name | Type | Required | Description |
---|---|---|---|
duration | int | Optional | Duration in seconds |
title | string | Yes | Name of song |
performer | string | Yes | Performer |
Type: DocumentAttribute
Example:
$documentAttributeAudio_45 = ['_' => 'documentAttributeAudio', 'duration' => int, 'title' => 'string', 'performer' => 'string'];