added more data types to CustomField struct
This commit is contained in:
@@ -39,4 +39,7 @@ type Client struct {
|
|||||||
type CustomField struct {
|
type CustomField struct {
|
||||||
Name string `json:"name"`
|
Name string `json:"name"`
|
||||||
Value string `json:"value"`
|
Value string `json:"value"`
|
||||||
|
Type string `json:"type,omitempty"`
|
||||||
|
Options []string `json:"options,omitempty"`
|
||||||
|
Required bool `json:"required"`
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user