sunlight-api/openstates/legislator_structs.go
2016-06-16 11:22:03 -05:00

8 lines
182 B
Go

package openstates
// Legislator is a legislator
type Legislator struct {
LegID string `json:"leg_id"`
NameOnBill string `json:"name"` // Shows up when pulling bill detail
}