We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a0e5bf commit dc0d8e5Copy full SHA for dc0d8e5
users.go
@@ -68,4 +68,6 @@ type User struct {
68
Blocked FlexBool `json:"blocked,omitempty"`
69
DevIDOverride FlexInt `json:"dev_id_override,omitempty"`
70
FingerprintOverride FlexBool `json:"fingerprint_override,omitempty"`
71
+ UseFixedIp FlexBool `json:"use_fixedip,omitempty"`
72
+ FixedIp string `json:"fixed_ip,omitempty"`
73
}
0 commit comments