PageOfstring
                                PageOfstring                            
                            Represents a page of elements of a single type
JSON Example
                                    {
    "elements": [
        "string"
    ],
    "pageMetadata": {
        "pageNumber": 0,
        "pageSize": 0,
        "totalElements": 0,
        "totalPages": 0
    }
}
                            
                                    array of 
                
            
            
                                    string
                
                
            
        
        
                elements            
                            Optional
            
            
        The list of elements included in this page
