Omit empty value
This commit is contained in:
parent
f975e1d571
commit
8dad259132
1 changed files with 1 additions and 1 deletions
|
@ -82,6 +82,6 @@ type Value struct {
|
||||||
|
|
||||||
type CustomFieldsValue struct {
|
type CustomFieldsValue struct {
|
||||||
FieldID int `json:"field_id"`
|
FieldID int `json:"field_id"`
|
||||||
FieldCode string `json:"field_code"`
|
FieldCode string `json:"field_code,omitempty"`
|
||||||
Values []*Value `json:"values"`
|
Values []*Value `json:"values"`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue