Package ai.vectros.types
Interface PingResponse.StatusStage
- All Known Implementing Classes:
PingResponse.Builder
- Enclosing class:
PingResponse
public static interface PingResponse.StatusStage
-
Method Summary
Modifier and TypeMethodDescriptionfrom(PingResponse other) Always "ok" on a successful (2xx) response.
-
Method Details
-
status
Always "ok" on a successful (2xx) response. Failures are returned as a non-2xx status, so this value is never anything but "ok".
-
from
-