| Name | Type | Description | Notes |
|---|---|---|---|
| AllowMergeCommits | Pointer to bool | Allows merge commits on pull requests | [optional] [default to true] |
| AllowRebaseMerging | Pointer to bool | Allows rebase merging on pull requests | [optional] [default to true] |
func NewPullRequests() *PullRequests
NewPullRequests instantiates a new PullRequests object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPullRequestsWithDefaults() *PullRequests
NewPullRequestsWithDefaults instantiates a new PullRequests object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *PullRequests) GetAllowMergeCommits() bool
GetAllowMergeCommits returns the AllowMergeCommits field if non-nil, zero value otherwise.
func (o *PullRequests) GetAllowMergeCommitsOk() (*bool, bool)
GetAllowMergeCommitsOk returns a tuple with the AllowMergeCommits field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PullRequests) SetAllowMergeCommits(v bool)
SetAllowMergeCommits sets AllowMergeCommits field to given value.
func (o *PullRequests) HasAllowMergeCommits() bool
HasAllowMergeCommits returns a boolean if a field has been set.
func (o *PullRequests) GetAllowRebaseMerging() bool
GetAllowRebaseMerging returns the AllowRebaseMerging field if non-nil, zero value otherwise.
func (o *PullRequests) GetAllowRebaseMergingOk() (*bool, bool)
GetAllowRebaseMergingOk returns a tuple with the AllowRebaseMerging field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PullRequests) SetAllowRebaseMerging(v bool)
SetAllowRebaseMerging sets AllowRebaseMerging field to given value.
func (o *PullRequests) HasAllowRebaseMerging() bool
HasAllowRebaseMerging returns a boolean if a field has been set.