openstates/contact_detail_node.go
Brian Buller 432d44cbf5 More work on the library
json tags for all structs
2019-04-08 16:25:31 -05:00

9 lines
168 B
Go

package openstates
type ContactDetailNode struct {
Type string `json:"type"`
Value string `json:"value"`
Note string `json:"note"`
Label string `json:"label"`
}