initial commit
This commit is contained in:
9
interoperability/ocss/preferences.go
Normal file
9
interoperability/ocss/preferences.go
Normal file
@@ -0,0 +1,9 @@
|
||||
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"`
|
||||
}
|
||||
Reference in New Issue
Block a user