Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 659 Bytes

File metadata and controls

25 lines (19 loc) · 659 Bytes

Page

Properties

Name Type Description Notes
Current Boolean Is current page
PageCursor String Pagination cursor
PageNumber Int32 Page number

Examples

  • Prepare the resource
$Page = Initialize-PSAdGuardDNSPage  -Current false `
 -PageCursor 1645451419441:1:20:3118 `
 -PageNumber 1
  • Convert the resource to JSON
$Page | ConvertTo-JSON

[Back to Model list] [Back to API list] [Back to README]