From 18e6e720df46f2d4b6dcb6141e71695673cb2e63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20V=C3=A4lim=C3=A4ki?= Date: Mon, 26 Feb 2024 02:12:09 +0200 Subject: [PATCH] fix(policy): add `document` --- upcloud/managed_object_storage.go | 1 + 1 file changed, 1 insertion(+) diff --git a/upcloud/managed_object_storage.go b/upcloud/managed_object_storage.go index 6ca24e90..31c04994 100644 --- a/upcloud/managed_object_storage.go +++ b/upcloud/managed_object_storage.go @@ -96,6 +96,7 @@ type ManagedObjectStoragePolicy struct { CreatedAt time.Time `json:"created_at"` DefaultVersionId string `json:"default_version_id"` Description string `json:"description"` + Document string `json:"document"` Name string `json:"name"` System bool `json:"system"` UpdatedAt time.Time `json:"updated_at"`