From f10fdf3b4398444bc697f7217718d24780960159 Mon Sep 17 00:00:00 2001 From: CI Date: Sat, 10 Aug 2024 01:31:38 +0000 Subject: [PATCH] Updating the client to version management/v1.1.82 --- management/management.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/management/management.go b/management/management.go index d4bda8f..5ae55b6 100644 --- a/management/management.go +++ b/management/management.go @@ -802,6 +802,9 @@ type Workspace struct { // Endpoint Endpoint to connect to the workspace Endpoint *string `json:"endpoint,omitempty"` + // KaiEnabled Specifies if the workspace is kai enabled or not. + KaiEnabled *bool `json:"kaiEnabled,omitempty"` + // LastResumedAt (If included in the output) The timestamp of when the workspace was last resumed LastResumedAt *string `json:"lastResumedAt,omitempty"`