code.cloudfoundry.org/cli@v7.1.0+incompatible/cf/models/app_event.go (about) 1 package models 2 3 import "time" 4 5 type EventFields struct { 6 GUID string 7 Name string 8 Timestamp time.Time 9 Description string 10 Actor string 11 ActorName string 12 }