Skip to content

Commit

Permalink
Update policy_group.go
Browse files Browse the repository at this point in the history
Co-authored-by: Petro Protsakh <[email protected]>
  • Loading branch information
soltysss and petroprotsakh authored Jan 6, 2025
1 parent c11a33a commit b4b290b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion policy_group.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ type PolicyGroupUpdateOptions struct {
OpaVersion *string `jsonapi:"attr,opa-version,omitempty"`
VCSRepo *PolicyGroupVCSRepoOptions `jsonapi:"attr,vcs-repo,omitempty"`
IsEnforced *bool `jsonapi:"attr,is-enforced,omitempty"`
CommonFunctionsFolder *string `jsonapi:"attr,common-functions-folder"`
CommonFunctionsFolder *string `jsonapi:"attr,common-functions-folder,omitempty"`

// Relations
VcsProvider *VcsProvider `jsonapi:"relation,vcs-provider,omitempty"`
Expand Down

0 comments on commit b4b290b

Please sign in to comment.