openstates/contact_detail_node.go

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"`
}