Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 925 Bytes

ApiCollectionAliasRead.md

File metadata and controls

11 lines (8 loc) · 925 Bytes

# ApiCollectionAliasRead

Properties

Name Type Description Notes
count int The number of items available for retrieval into the collection after applying any request parameters. The <b>limit</b> and <b>offset</b> parameters do not affect the <b>count</b>, but to facilitate paging, they may affect the number of items in the <b>value</b> result set. [optional]
next_link string For paginated responses, the URI for the next page of results. [optional]
value \BurgerDigital\BlackbaudPhpSdk\Model\AliasRead[] The set of items included in the response. This may be a subset of the items in the collection. [optional]

[Back to Model list] [Back to API list] [Back to README]