Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BookingIDs ¶
type BookingIDs struct { // list bids in string format // Required: true BookingIds []string `json:"booking_ids"` }
BookingIDs Set of booking IDs (bids)
swagger:model BookingIDs
func (*BookingIDs) ContextValidate ¶
ContextValidate validates this booking i ds based on context it is used
func (*BookingIDs) MarshalBinary ¶
func (m *BookingIDs) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*BookingIDs) UnmarshalBinary ¶
func (m *BookingIDs) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type Error ¶
type Error struct { // code // Required: true Code *string `json:"code"` // message // Required: true Message *string `json:"message"` }
Error error
swagger:model Error
func (*Error) ContextValidate ¶
ContextValidate validates this error based on context it is used
func (*Error) MarshalBinary ¶
MarshalBinary interface implementation
func (*Error) UnmarshalBinary ¶
UnmarshalBinary interface implementation
Click to show internal directories.
Click to hide internal directories.