Skip to content

Commit

Permalink
Add UserGroupsUpdatedAt field to Release struct
Browse files Browse the repository at this point in the history
[#169780349]

Signed-off-by: Ka Hin Ng <[email protected]>
  • Loading branch information
Robert Szumlakowski authored and Ka Hin Ng committed Nov 28, 2019
1 parent f1bb254 commit 2dcb8c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions releases.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ type Release struct {
EndOfAvailabilityDate string `json:"end_of_availability_date,omitempty" yaml:"end_of_availability_date,omitempty"`
UpdatedAt string `json:"updated_at,omitempty" yaml:"updated_at,omitempty"`
SoftwareFilesUpdatedAt string `json:"software_files_updated_at,omitempty" yaml:"software_files_updated_at,omitempty"`
UserGroupsUpdatedAt string `json:"user_groups_updated_at,omitempty" yaml:"user_groups_updated_at,omitempty"`
}

type CreateReleaseConfig struct {
Expand Down

0 comments on commit 2dcb8c7

Please sign in to comment.