Skip to content
This repository has been archived by the owner on Jun 21, 2024. It is now read-only.

Commit

Permalink
Add CreatedBy field to the Device struct that uses UserLite.
Browse files Browse the repository at this point in the history
Signed-off-by: cprivite <cprivite@users.noreply.github.com>
  • Loading branch information
cprivite committed Nov 19, 2021
1 parent 49de2e6 commit b044c40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions devices.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ type Device struct {
Description *string `json:"description,omitempty"`
State string `json:"state,omitempty"`
Created string `json:"created_at,omitempty"`
CreatedBy *UserLite `json:"created_by,omitempty"`
Updated string `json:"updated_at,omitempty"`
Locked bool `json:"locked,omitempty"`
BillingCycle string `json:"billing_cycle,omitempty"`
Expand Down

0 comments on commit b044c40

Please sign in to comment.