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 31bdd4a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 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,10 @@ class LogEntry {

// Type of the service log entry.
LogType LogType

// The time at which the cluster log was created
CreatedAt Date

// The name of the user who created the cluster log
CreatedBy String
}

0 comments on commit 31bdd4a

Please sign in to comment.