From 203256d0989e272cbe71f635d6c63c54149e6274 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 13 May 2026 13:17:14 +0900 Subject: [PATCH] GtmPoolMembers Ratio type changed to *int --- gtm.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtm.go b/gtm.go index ce7e943..d0255d1 100644 --- a/gtm.go +++ b/gtm.go @@ -470,7 +470,7 @@ type GtmPoolMembers struct { LimitMaxPpsStatus string `json:"limitMaxPpsStatus,omitempty"` MemberOrder int `json:"memberOrder,omitempty"` Monitor string `json:"monitor,omitempty"` - Ratio int `json:"ratio,omitempty"` + Ratio *int `json:"ratio,omitempty"` } func (b *BigIP) Gtmmonitors() (*Gtmmonitor, error) {