sunlight-api/openstates/legislator_structs.go

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
}