openstates/contact_detail_node.go

9 lines
168 B
Go
Raw Normal View History

2019-04-08 12:23:51 +00:00
package openstates
type ContactDetailNode struct {
Type string `json:"type"`
Value string `json:"value"`
Note string `json:"note"`
Label string `json:"label"`
2019-04-08 12:23:51 +00:00
}