Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Device ¶
type Device struct { // api key APIKey string `json:"apiKey,omitempty"` // device Id DeviceID string `json:"deviceId,omitempty"` // model Model string `json:"model,omitempty"` // rom version RomVersion string `json:"romVersion,omitempty"` // state State string `json:"state,omitempty"` // version Version int64 `json:"version,omitempty"` }
Device device
swagger:model Device
func (*Device) MarshalBinary ¶
MarshalBinary interface implementation
func (*Device) UnmarshalBinary ¶
UnmarshalBinary interface implementation
type Error ¶
type Error struct { // A description of the error condition // Read Only: true FaultMessage string `json:"fault_message,omitempty"` }
Error error
swagger:model Error
func (*Error) MarshalBinary ¶
MarshalBinary interface implementation
func (*Error) UnmarshalBinary ¶
UnmarshalBinary interface implementation
Click to show internal directories.
Click to hide internal directories.