<?php
// Generated file. Do not edit by hand. Use update.php in project root.
namespace PHPFUI\ConstantContact\Definition;
/**
* @property string $create_time Create time of the event media. ISO format.
* @property string $external_id The external ID to associate with the event media.
* @property string $external_url The event media URL.
* @property string $internal_id The internal ID for the event media.
* @property string $last_update_time Last time the media was modified. ISO format.
* @property string $media_type Identifies the media type.
*/
class EventMediaAssetDto extends \PHPFUI\ConstantContact\Definition\Base
{
protected static array $fields = [
'create_time' => 'string',
'external_id' => 'string',
'external_url' => 'string',
'internal_id' => 'string',
'last_update_time' => 'string',
'media_type' => 'string',
];
}