2019-05-25 14:52:33 +01:00

17 lines
220 B
Go

package objects
type Activity struct {
Name string
Type int
Url string
Timestamps Timestamp
ApplicationId string
Details string
State string
Party Party
Assets Asset
Secrets Secret
Instance bool
Flags int
}