Documentation

LocationCollection extends BaseComponent
in package

A Collection

Table of Contents

Properties

$count  : int
$next_link  : string|null
$value  : array<string|int, Location>|null
$fields  : array<string|int, string>

Properties

public string|null $next_link

For paginated responses, the URI for the next page of results

$value

public array<string|int, Location>|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\\Location[]"]

        
On this page

Search results