carpool-service/interoperability/ocss/preferences.go

10 lines
280 B
Go
Raw Normal View History

2023-03-27 18:54:56 +00:00
package ocss
type Preferences struct {
Smoking *bool `json:"smoking,omitempty"`
Animals *bool `json:"animals,omitempty"`
Music *bool `json:"music,omitempty"`
IsTalker *bool `json:"isTalker,omitempty"`
LuggageSize *int64 `json:"luggageSize,omitempty"`
}