| Constructor and Description |
|---|
GetScheduleOnCallUserOptionalParameters() |
| Modifier and Type | Method and Description |
|---|---|
OnCallApi.GetScheduleOnCallUserOptionalParameters |
filterAtTs(String filterAtTs)
Set filterAtTs.
|
OnCallApi.GetScheduleOnCallUserOptionalParameters |
include(String include)
Set include.
|
public GetScheduleOnCallUserOptionalParameters()
public OnCallApi.GetScheduleOnCallUserOptionalParameters include(String include)
include - Specifies related resources to include in the response as a comma-separated
list. Allowed value: user. (optional)public OnCallApi.GetScheduleOnCallUserOptionalParameters filterAtTs(String filterAtTs)
filterAtTs - Retrieves the on-call user at the given timestamp in RFC3339 format (for
example, 2025-05-07T02:53:01Z or 2025-05-07T02:53:01+00:00).
When using timezone offsets with + or -, ensure proper URL
encoding (+ should be encoded as %2B). Defaults to the current
time if omitted. (optional)Copyright © 2026. All rights reserved.