public static class SyntheticsApi.ListTestsOptionalParameters extends Object
| Constructor and Description |
|---|
ListTestsOptionalParameters() |
| Modifier and Type | Method and Description |
|---|---|
SyntheticsApi.ListTestsOptionalParameters |
pageNumber(String pageNumber)
Set pageNumber.
|
SyntheticsApi.ListTestsOptionalParameters |
pageSize(String pageSize)
Set pageSize.
|
public SyntheticsApi.ListTestsOptionalParameters pageSize(String pageSize)
pageSize - Used for pagination. The number of tests returned in the page. (optional)public SyntheticsApi.ListTestsOptionalParameters pageNumber(String pageNumber)
pageNumber - Used for pagination. Which page you want to retrieve. Starts at zero.
(optional)Copyright © 2023. All rights reserved.