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