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

Commit

Permalink
Merge pull request #1830 from ahmadsherif/add-include-hidden-pending-…
Browse files Browse the repository at this point in the history
…delete-attrs

Add include_hidden and include_pending_delete to ListProjectsOptions
  • Loading branch information
svanharmelen authored Nov 6, 2023
2 parents e78abac + c61e636 commit ff0b255
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions projects.go
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,8 @@ type ListProjectsOptions struct {
IDAfter *int `url:"id_after,omitempty" json:"id_after,omitempty"`
IDBefore *int `url:"id_before,omitempty" json:"id_before,omitempty"`
Imported *bool `url:"imported,omitempty" json:"imported,omitempty"`
IncludeHidden *bool `url:"include_hidden,omitempty" json:"include_hidden,omitempty"`
IncludePendingDelete *bool `url:"include_pending_delete,omitempty" json:"include_pending_delete,omitempty"`
LastActivityAfter *time.Time `url:"last_activity_after,omitempty" json:"last_activity_after,omitempty"`
LastActivityBefore *time.Time `url:"last_activity_before,omitempty" json:"last_activity_before,omitempty"`
Membership *bool `url:"membership,omitempty" json:"membership,omitempty"`
Expand Down

0 comments on commit ff0b255

Please sign in to comment.