From d460a045e44b37160adac6a6ffff9bc5a990dbe9 Mon Sep 17 00:00:00 2001 From: Sagar Date: Fri, 3 May 2024 01:54:08 -0700 Subject: [PATCH] Updated assets for go models and clients Signed-off-by: Sagar --- go/models/memory_balancer_info.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/models/memory_balancer_info.go b/go/models/memory_balancer_info.go index 874e0aeac..bde00d57e 100644 --- a/go/models/memory_balancer_info.go +++ b/go/models/memory_balancer_info.go @@ -38,7 +38,7 @@ type MemoryBalancerInfo struct { // Current usage trend of the process. Enum options - UPWARD, DOWNWARD, NEUTRAL. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. ProcessTrend *string `json:"process_trend,omitempty"` - // Size of the task queue usage. Field introduced in 31.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. + // Size of the task queue usage. Field introduced in 30.2.1, 31.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. TaskQueueLength *uint64 `json:"task_queue_length,omitempty"` // Percent usage of the process limit. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.