public static class FleetAutomationApi.ListFleetDeploymentsOptionalParameters extends Object
| Constructor and Description |
|---|
ListFleetDeploymentsOptionalParameters() |
| Modifier and Type | Method and Description |
|---|---|
FleetAutomationApi.ListFleetDeploymentsOptionalParameters |
pageOffset(Long pageOffset)
Set pageOffset.
|
FleetAutomationApi.ListFleetDeploymentsOptionalParameters |
pageSize(Long pageSize)
Set pageSize.
|
public ListFleetDeploymentsOptionalParameters()
public FleetAutomationApi.ListFleetDeploymentsOptionalParameters pageSize(Long pageSize)
pageSize - Number of deployments to return per page. Maximum value is 100. (optional,
default to 10)public FleetAutomationApi.ListFleetDeploymentsOptionalParameters pageOffset(Long pageOffset)
pageOffset - Index of the first deployment to return. Use this with page_size
to paginate through results. (optional, default to 0)Copyright © 2026. All rights reserved.