PagedModelEntityModelCountryDto¶
Example Json Object
1{
2 "_embedded": {
3 "countries": [
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 "code": "string"
14 }
15 ]
16 },
17 "page": {
18 "size": 0,
19 "totalElements": 0,
20 "totalPages": 0,
21 "number": 0
22 }
23}
📄 Description: Data transfer object representing a paginated collection of country-specific information within the Nakisa Portfolio Management Suite, facilitating insights and analytics for portfolio and asset management in the real estate sector.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
_embedded |
object |
false |
none |
Object containing _embedded details |
» countries |
false |
none |
[Data transfer object representing a country within the Nakisa Portfolio Management Suite, utilized for portfolio analysis, asset management, and real estate property analytics.] |
|
page |
false |
none |
Page number for pagination |