UnlockInvokeResult
@Serializable
Unlock command invocation result with additional unlock-specific fields.
Extends the standard BaseInvokeResult with information about the unlock readiness state.
Constructors
Properties
Link copied to clipboard
Current status ("RUNNING", "COMPLETED", "FAILED").
Link copied to clipboard
Whether the vehicle is ready to be unlocked.
Link copied to clipboard
Timestamp (in milliseconds since epoch) until which the vehicle remains ready to unlock.
Link copied to clipboard
Returns the BaseInvokeResult.invokeStatus as a type-safe InvokeStatus enum.