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