IPagedListOfPlaceFeatureResponse
Represents a subset of a collection of objects that can be individually accessed by index and containing metadata about the superset collection of objects this subset was created from.
data object[]
Array [
codenull | stringnullable
isAvailablenull | booleannullable
]
pageCountinteger,string<int32>
Possible values: Value must match regular expression ^-?(?:0|[1-9]\d*)$
totalItemCountinteger,string<int32>
Possible values: Value must match regular expression ^-?(?:0|[1-9]\d*)$
pageNumberinteger,string<int32>
Possible values: Value must match regular expression ^-?(?:0|[1-9]\d*)$
pageSizeinteger,string<int32>
Possible values: Value must match regular expression ^-?(?:0|[1-9]\d*)$
IPagedListOfPlaceFeatureResponse
{
"data": [
{
"code": "null",
"isAvailable": "null"
}
],
"pageCount": 0,
"totalItemCount": 0,
"pageNumber": 0,
"pageSize": 0
}