Skip to content

Commit

Permalink
Add missing fields to cluster_log_type model
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVulaj committed Sep 26, 2023
1 parent 2c48504 commit 0ea6aa4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions model/service_logs/v1/cluster_log_type.model
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,14 @@ class LogEntry {

// Type of the service log entry.
LogType LogType

CreatedAt Date

CreatedBy String

Email String

FirstName String

LastName String
}

0 comments on commit 0ea6aa4

Please sign in to comment.