Skip to content

Commit

Permalink
Merge pull request #844 from AlexVulaj/cluster-log-type-new-fields
Browse files Browse the repository at this point in the history
Add missing fields to cluster_log_type model
  • Loading branch information
tylercreller authored Sep 26, 2023
2 parents 2c48504 + 86c9a89 commit 293ab53
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 293ab53

Please sign in to comment.