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 68d9f3d commit c11a33a
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 @@ -115,7 +115,7 @@ type PolicyGroupCreateOptions struct {
OpaVersion *string `jsonapi:"attr,opa-version,omitempty"`
VCSRepo *PolicyGroupVCSRepoOptions `jsonapi:"attr,vcs-repo"`
IsEnforced *bool `jsonapi:"attr,is-enforced,omitempty"`
CommonFunctionsFolder *string `jsonapi:"attr,common-functions-folder"`
CommonFunctionsFolder *string `jsonapi:"attr,common-functions-folder,omitempty"`

// Relations
Account *Account `jsonapi:"relation,account"`
Expand Down

0 comments on commit c11a33a

Please sign in to comment.