Skip to content

Commit

Permalink
fix(policy): add document
Browse files Browse the repository at this point in the history
  • Loading branch information
villevsv-upcloud committed Feb 26, 2024
1 parent 1e40356 commit 18e6e72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions upcloud/managed_object_storage.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
Expand Down

0 comments on commit 18e6e72

Please sign in to comment.