Skip to content

Commit

Permalink
added new fields in log struct
Browse files Browse the repository at this point in the history
  • Loading branch information
ashok2sa committed Sep 20, 2022
1 parent 7765c8b commit 6ba3b7b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions management/log.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,11 @@ type Log struct {

// The user's unique identifier
UserID *string `json:"user_id"`
// The user's name
UserName *string `json:"user_name"`

// Organization Id
OrganizationID *string `json:"organization_id"`
}

// TypeName returns the type name of an Event Log.
Expand Down

0 comments on commit 6ba3b7b

Please sign in to comment.