public static class SyntheticsApi.ListSyntheticsBrowserTestLatestResultsOptionalParameters extends Object
| Constructor and Description |
|---|
ListSyntheticsBrowserTestLatestResultsOptionalParameters() |
| Modifier and Type | Method and Description |
|---|---|
SyntheticsApi.ListSyntheticsBrowserTestLatestResultsOptionalParameters |
deviceId(List<String> deviceId)
Set deviceId.
|
SyntheticsApi.ListSyntheticsBrowserTestLatestResultsOptionalParameters |
fromTs(Long fromTs)
Set fromTs.
|
SyntheticsApi.ListSyntheticsBrowserTestLatestResultsOptionalParameters |
probeDc(List<String> probeDc)
Set probeDc.
|
SyntheticsApi.ListSyntheticsBrowserTestLatestResultsOptionalParameters |
runType(SyntheticsTestResultRunType runType)
Set runType.
|
SyntheticsApi.ListSyntheticsBrowserTestLatestResultsOptionalParameters |
status(SyntheticsTestResultStatus status)
Set status.
|
SyntheticsApi.ListSyntheticsBrowserTestLatestResultsOptionalParameters |
toTs(Long toTs)
Set toTs.
|
public ListSyntheticsBrowserTestLatestResultsOptionalParameters()
public SyntheticsApi.ListSyntheticsBrowserTestLatestResultsOptionalParameters fromTs(Long fromTs)
fromTs - Timestamp in milliseconds from which to start querying results. (optional)public SyntheticsApi.ListSyntheticsBrowserTestLatestResultsOptionalParameters toTs(Long toTs)
toTs - Timestamp in milliseconds up to which to query results. (optional)public SyntheticsApi.ListSyntheticsBrowserTestLatestResultsOptionalParameters status(SyntheticsTestResultStatus status)
status - Filter results by status. (optional)public SyntheticsApi.ListSyntheticsBrowserTestLatestResultsOptionalParameters runType(SyntheticsTestResultRunType runType)
runType - Filter results by run type. (optional)public SyntheticsApi.ListSyntheticsBrowserTestLatestResultsOptionalParameters probeDc(List<String> probeDc)
probeDc - Locations for which to query results. (optional)public SyntheticsApi.ListSyntheticsBrowserTestLatestResultsOptionalParameters deviceId(List<String> deviceId)
deviceId - Device IDs for which to query results. (optional)Copyright © 2026. All rights reserved.