IPagedListOfPlaceAsset
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 [
idstring<uuid>required
file objectrequired
oneOf
- null
- File
null
processingStatusstringrequired
Possible values: [PendingUpload, Processing, Processed, Failed]
]
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*)$
IPagedListOfPlaceAsset
{
"data": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"file": "null"
}
],
"pageCount": 0,
"totalItemCount": 0,
"pageNumber": 0,
"pageSize": 0
}