PagedModelEntityModelProvinceDto¶
Example Json Object
1{
2 "_embedded": {
3 "provinces": [
4 {
5 "createdBy": "string",
6 "lastModifiedBy": "string",
7 "createdDate": "2019-08-24T14:15:22Z",
8 "lastModifiedDate": "2019-08-24T14:15:22Z",
9 "archived": true,
10 "externalId": "string",
11 "id": 0,
12 "name": "string",
13 "country": {
14 "createdBy": "string",
15 "lastModifiedBy": "string",
16 "createdDate": "2019-08-24T14:15:22Z",
17 "lastModifiedDate": "2019-08-24T14:15:22Z",
18 "archived": true,
19 "externalId": "string",
20 "id": 0,
21 "name": "string",
22 "code": "string"
23 },
24 "code": "string",
25 "countryId": 0
26 }
27 ]
28 },
29 "page": {
30 "size": 0,
31 "totalElements": 0,
32 "totalPages": 0,
33 "number": 0
34 }
35}
📄 Description: PagedModelEntityModelProvinceDto is a data transfer object that encapsulates a collection of provinces within the Nakisa Portfolio Management Suite, facilitating efficient pagination and retrieval of real estate property data for portfolio and asset analytics.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
_embedded |
object |
false |
none |
Object containing _embedded details |
» provinces |
false |
none |
[Data transfer object representing a province within the Nakisa Portfolio Management Suite, encapsulating essential details for portfolio, asset, and analytics management in the context of real estate properties.] |
|
page |
false |
none |
Page number for pagination |