We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1eb655 commit e150bbfCopy full SHA for e150bbf
1 file changed
network_reserved_ips.go
@@ -23,7 +23,7 @@ type ReserveIPOptions struct {
23
// UpdateReservedIPOptions represents the options for updating a reserved IP address
24
// NOTE: Reserved IP feature may not currently be available to all users.
25
type UpdateReservedIPOptions struct {
26
- Tags []string `json:"tags"`
+ Tags []string `json:"tags,omitzero"`
27
}
28
29
// ReservedIPPrice represents the pricing information for a reserved IP type.
0 commit comments