Skip to content

Commit

Permalink
Add MrDefaultTargetSelf property in project model (#763)
Browse files Browse the repository at this point in the history
  • Loading branch information
Codex04 committed Sep 24, 2024
1 parent f3ae44f commit c6b6dcc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions NGitLab/Models/Project.cs
Original file line number Diff line number Diff line change
Expand Up @@ -221,4 +221,7 @@ public class Project

[JsonPropertyName("releases_access_level")]
public ReleasesAccessLevel ReleasesAccessLevel { get; set; }

[JsonPropertyName("mr_default_target_self")]
public bool? MrDefaultTargetSelf { get; set; }
}
2 changes: 2 additions & 0 deletions NGitLab/PublicAPI.Unshipped.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2972,6 +2972,8 @@ NGitLab.Models.Project.Mirror -> bool
NGitLab.Models.Project.MirrorOverwritesDivergedBranches -> bool
NGitLab.Models.Project.MirrorTriggerBuilds -> bool
NGitLab.Models.Project.MirrorUserId -> int
NGitLab.Models.Project.MrDefaultTargetSelf.get -> bool?
NGitLab.Models.Project.MrDefaultTargetSelf.set -> void
NGitLab.Models.Project.Name -> string
NGitLab.Models.Project.Namespace -> NGitLab.Models.Namespace
NGitLab.Models.Project.NameWithNamespace -> string
Expand Down

0 comments on commit c6b6dcc

Please sign in to comment.