ConfigurationPropertyResult
ConfigurationPropertyResult
State object representing a query result of configuration properties.
JSON Example
{
"content": [
{
"key": "string",
"value": "string"
}
],
"totalElements": 1,
"numberOfElements": 1
}
integer As int64
As int64
totalElements
Optional
Total number of elements. In some cases the field may not be populated
integer As int64
As int64
numberOfElements
Optional
Number of elements in the current page