Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrorResponse ¶
type ErrorResponse struct {
// code
Code int32 `json:"code,omitempty"`
// message
// Required: true
Message *string `json:"message"`
}
ErrorResponse error response swagger:model errorResponse
func (*ErrorResponse) MarshalBinary ¶
func (m *ErrorResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*ErrorResponse) UnmarshalBinary ¶
func (m *ErrorResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type Timeofday ¶
type Timeofday struct {
// timeofday
Timeofday string `json:"timeofday,omitempty"`
}
Timeofday timeofday swagger:model timeofday
func (*Timeofday) MarshalBinary ¶
MarshalBinary interface implementation
func (*Timeofday) UnmarshalBinary ¶
UnmarshalBinary interface implementation
type Timezone ¶
type Timezone struct {
// timezone
// Required: true
// Min Length: 3
Timezone *string `json:"timezone"`
}
Timezone timezone swagger:model timezone
func (*Timezone) MarshalBinary ¶
MarshalBinary interface implementation
func (*Timezone) UnmarshalBinary ¶
UnmarshalBinary interface implementation
Click to show internal directories.
Click to hide internal directories.