Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Event ¶
type Event struct { /* Autosearch autosearch */ Autosearch bool `json:"Autosearch,omitempty"` /* Created created Read Only: true */ Created int64 `json:"Created,omitempty"` /* Deleted deleted Read Only: true */ Deleted bool `json:"Deleted,omitempty"` /* EndDate end date */ EndDate strfmt.DateTime `json:"EndDate,omitempty"` /* ID id Read Only: true */ ID int64 `json:"Id,omitempty"` /* Latitude latitude */ Latitude float32 `json:"Latitude,omitempty"` /* Longitude longitude */ Longitude float32 `json:"Longitude,omitempty"` /* Name name */ Name string `json:"Name,omitempty"` /* Notes notes */ Notes string `json:"Notes,omitempty"` /* StartDate start date */ StartDate strfmt.DateTime `json:"StartDate,omitempty"` /* URL URL */ URL string `json:"URL,omitempty"` /* Updated updated Read Only: true */ Updated int64 `json:"Updated,omitempty"` /* Version version Read Only: true */ Version int64 `json:"Version,omitempty"` }
Event
swagger:model Event
Click to show internal directories.
Click to hide internal directories.