LevelCollection
extends BaseComponent
in package
A Collection
Table of Contents
Properties
- $count : int
- $next_link : string|null
- $value : array<string|int, Level>|null
- $fields : array<string|int, string>
Properties
$count
public
int
$count
The number of items in the collection
$next_link
public
string|null
$next_link
For paginated responses, the URI for the next page of results
$value
public
array<string|int, Level>|null
$value
The set of items included in the response. This may be a subset of the items in the collection
$fields
protected
static array<string|int, string>
$fields
= ["count" => "int", "next_link" => "string", "value" => "\\Blackbaud\\SKY\\School\\Components\\Level[]"]