models

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 25, 2015 License: Apache-2.0 Imports: 1 Imported by: 0

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

func (*Event) Validate

func (m *Event) Validate(formats strfmt.Registry) error

Validate validates this event

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL