18691: Add frozen_by_uuid field to Go SDK.
authorTom Clegg <tom@curii.com>
Thu, 3 Mar 2022 18:09:57 +0000 (13:09 -0500)
committerTom Clegg <tom@curii.com>
Thu, 3 Mar 2022 18:09:57 +0000 (13:09 -0500)
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>

sdk/go/arvados/group.go

index d5243dc170708afac1e51556adbf145c900c4f43..ad7ac1ee2b74a0d972b2adb4570a6ba417d455b6 100644 (file)
@@ -26,6 +26,7 @@ type Group struct {
        Properties           map[string]interface{} `json:"properties"`
        WritableBy           []string               `json:"writable_by,omitempty"`
        Description          string                 `json:"description"`
+       FrozenByUUID         string                 `json:"frozen_by_uuid"`
 }
 
 // GroupList is an arvados#groupList resource.