Accountstring`json:"account,omitempty" doc:"the account name for the account that owns the object being acted on in the event (e.g. the owner of the virtual machine, ip address, or security group)"`
Createdstring`json:"created,omitempty" doc:"the date the event was created"`
Descriptionstring`json:"description,omitempty" doc:"a brief description of the event"`
ParentID*UUID`json:"parentid,omitempty" doc:"whether the event is parented"`
Statestring`json:"state,omitempty" doc:"the state of the event"`
Typestring`json:"type,omitempty" doc:"the type of the event (see event types)"`
UserNamestring`json:"username,omitempty" doc:"the name of the user who performed the action (can be different from the account if an admin is performing an action for a user, e.g. starting/stopping a user's virtual machine)"`
Durationint`json:"duration,omitempty" doc:"the duration of the event"`
EndDatestring`json:"enddate,omitempty" doc:"the end date range of the list you want to retrieve (use format \"yyyy-MM-dd\" or the new format \"yyyy-MM-dd HH:mm:ss\")"`
EntryTimeint`json:"entrytime,omitempty" doc:"the time the event was entered"`
ID*UUID`json:"id,omitempty" doc:"the ID of the event"`
Keywordstring`json:"keyword,omitempty" doc:"List by keyword"`
StartDatestring`json:"startdate,omitempty" doc:"the start date range of the list you want to retrieve (use format \"yyyy-MM-dd\" or the new format \"yyyy-MM-dd HH:mm:ss\")"`
Typestring`json:"type,omitempty" doc:"the event type (see event types)"`
_bool`name:"listEvents" description:"A command to list events."`