<?php
// Generated file. Do not edit by hand. Use update.php in project root.
namespace PHPFUI\ConstantContact\Definition;
/**
* @property int $topic_id Identifies the topic using an integer to indicate the type of topic.
* @property string $hook_uri Your webhook callback URI. Constant Contact automatically sends POST requests to this URI to notify you about the topic.
* @property string $topic_name The name of the topic.
* @property string $topic_description A description of what the topic is and when Constant Contact notifies you concerning it.
*/
class WebhooksSubscriptionCollection extends \PHPFUI\ConstantContact\Definition\Base
{
protected static array $fields = [
'topic_id' => 'int',
'hook_uri' => 'string',
'topic_name' => 'string',
'topic_description' => 'string',
];
}