Copied!
<?php

// Generated file. Do not edit by hand. Use update.php in project root.

namespace PHPFUI\ConstantContact\Definition;

/**
 * @property array<\PHPFUI\ConstantContact\Definition\EventListingDto> $records List of events for the current page.
 * @property int $total_records The total number of events across all pages.
 * @property string $next_cursor Use to get the next page of results.
 * @property string $prev_cursor Use to get the previous page of results.
 * @property \PHPFUI\ConstantContact\Definition\Links $_links
 */
class PaginationDtoEventListingDto extends \PHPFUI\ConstantContact\Definition\Base
	{
	protected static array $fields = [
		'records' => 'array<\PHPFUI\ConstantContact\Definition\EventListingDto>',
		'total_records' => 'int',
		'next_cursor' => 'string',
		'prev_cursor' => 'string',
		'_links' => '\PHPFUI\ConstantContact\Definition\Links',

	];
	}
© 2026 Bruce Wells
Search Namespaces \ Classes
Configuration