Name | Type | Description | Notes |
---|---|---|---|
BaseBranch | Pointer to string | [optional] | |
CommitStatusEnabled | Pointer to bool | [optional] | |
EnablePullRequests | Pointer to bool | [optional] | |
EnableStatusChecks | Pointer to bool | [optional] | |
Id | Pointer to string | [optional] | |
OwnerId | Pointer to string | [optional] | |
Provider | Pointer to string | [optional] | |
PullRequestCommentingEnabled | Pointer to bool | [optional] | |
RemediationPullRequestsEnabled | Pointer to bool | [optional] | |
RepositoryUrl | Pointer to string | [optional] | |
SourceControlEvaluationsEnabled | Pointer to bool | [optional] | |
SourceControlScanTarget | Pointer to string | [optional] | |
SshEnabled | Pointer to bool | [optional] | |
StatusChecksEnabled | Pointer to bool | [optional] | |
Token | Pointer to string | [optional] | |
Username | Pointer to string | [optional] |
func NewApiSourceControlDTO() *ApiSourceControlDTO
NewApiSourceControlDTO instantiates a new ApiSourceControlDTO 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 NewApiSourceControlDTOWithDefaults() *ApiSourceControlDTO
NewApiSourceControlDTOWithDefaults instantiates a new ApiSourceControlDTO 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 *ApiSourceControlDTO) GetBaseBranch() string
GetBaseBranch returns the BaseBranch field if non-nil, zero value otherwise.
func (o *ApiSourceControlDTO) GetBaseBranchOk() (*string, bool)
GetBaseBranchOk returns a tuple with the BaseBranch field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiSourceControlDTO) SetBaseBranch(v string)
SetBaseBranch sets BaseBranch field to given value.
func (o *ApiSourceControlDTO) HasBaseBranch() bool
HasBaseBranch returns a boolean if a field has been set.
func (o *ApiSourceControlDTO) GetCommitStatusEnabled() bool
GetCommitStatusEnabled returns the CommitStatusEnabled field if non-nil, zero value otherwise.
func (o *ApiSourceControlDTO) GetCommitStatusEnabledOk() (*bool, bool)
GetCommitStatusEnabledOk returns a tuple with the CommitStatusEnabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiSourceControlDTO) SetCommitStatusEnabled(v bool)
SetCommitStatusEnabled sets CommitStatusEnabled field to given value.
func (o *ApiSourceControlDTO) HasCommitStatusEnabled() bool
HasCommitStatusEnabled returns a boolean if a field has been set.
func (o *ApiSourceControlDTO) GetEnablePullRequests() bool
GetEnablePullRequests returns the EnablePullRequests field if non-nil, zero value otherwise.
func (o *ApiSourceControlDTO) GetEnablePullRequestsOk() (*bool, bool)
GetEnablePullRequestsOk returns a tuple with the EnablePullRequests field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiSourceControlDTO) SetEnablePullRequests(v bool)
SetEnablePullRequests sets EnablePullRequests field to given value.
func (o *ApiSourceControlDTO) HasEnablePullRequests() bool
HasEnablePullRequests returns a boolean if a field has been set.
func (o *ApiSourceControlDTO) GetEnableStatusChecks() bool
GetEnableStatusChecks returns the EnableStatusChecks field if non-nil, zero value otherwise.
func (o *ApiSourceControlDTO) GetEnableStatusChecksOk() (*bool, bool)
GetEnableStatusChecksOk returns a tuple with the EnableStatusChecks field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiSourceControlDTO) SetEnableStatusChecks(v bool)
SetEnableStatusChecks sets EnableStatusChecks field to given value.
func (o *ApiSourceControlDTO) HasEnableStatusChecks() bool
HasEnableStatusChecks returns a boolean if a field has been set.
func (o *ApiSourceControlDTO) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ApiSourceControlDTO) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiSourceControlDTO) SetId(v string)
SetId sets Id field to given value.
func (o *ApiSourceControlDTO) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ApiSourceControlDTO) GetOwnerId() string
GetOwnerId returns the OwnerId field if non-nil, zero value otherwise.
func (o *ApiSourceControlDTO) GetOwnerIdOk() (*string, bool)
GetOwnerIdOk returns a tuple with the OwnerId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiSourceControlDTO) SetOwnerId(v string)
SetOwnerId sets OwnerId field to given value.
func (o *ApiSourceControlDTO) HasOwnerId() bool
HasOwnerId returns a boolean if a field has been set.
func (o *ApiSourceControlDTO) GetProvider() string
GetProvider returns the Provider field if non-nil, zero value otherwise.
func (o *ApiSourceControlDTO) GetProviderOk() (*string, bool)
GetProviderOk returns a tuple with the Provider field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiSourceControlDTO) SetProvider(v string)
SetProvider sets Provider field to given value.
func (o *ApiSourceControlDTO) HasProvider() bool
HasProvider returns a boolean if a field has been set.
func (o *ApiSourceControlDTO) GetPullRequestCommentingEnabled() bool
GetPullRequestCommentingEnabled returns the PullRequestCommentingEnabled field if non-nil, zero value otherwise.
func (o *ApiSourceControlDTO) GetPullRequestCommentingEnabledOk() (*bool, bool)
GetPullRequestCommentingEnabledOk returns a tuple with the PullRequestCommentingEnabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiSourceControlDTO) SetPullRequestCommentingEnabled(v bool)
SetPullRequestCommentingEnabled sets PullRequestCommentingEnabled field to given value.
func (o *ApiSourceControlDTO) HasPullRequestCommentingEnabled() bool
HasPullRequestCommentingEnabled returns a boolean if a field has been set.
func (o *ApiSourceControlDTO) GetRemediationPullRequestsEnabled() bool
GetRemediationPullRequestsEnabled returns the RemediationPullRequestsEnabled field if non-nil, zero value otherwise.
func (o *ApiSourceControlDTO) GetRemediationPullRequestsEnabledOk() (*bool, bool)
GetRemediationPullRequestsEnabledOk returns a tuple with the RemediationPullRequestsEnabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiSourceControlDTO) SetRemediationPullRequestsEnabled(v bool)
SetRemediationPullRequestsEnabled sets RemediationPullRequestsEnabled field to given value.
func (o *ApiSourceControlDTO) HasRemediationPullRequestsEnabled() bool
HasRemediationPullRequestsEnabled returns a boolean if a field has been set.
func (o *ApiSourceControlDTO) GetRepositoryUrl() string
GetRepositoryUrl returns the RepositoryUrl field if non-nil, zero value otherwise.
func (o *ApiSourceControlDTO) GetRepositoryUrlOk() (*string, bool)
GetRepositoryUrlOk returns a tuple with the RepositoryUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiSourceControlDTO) SetRepositoryUrl(v string)
SetRepositoryUrl sets RepositoryUrl field to given value.
func (o *ApiSourceControlDTO) HasRepositoryUrl() bool
HasRepositoryUrl returns a boolean if a field has been set.
func (o *ApiSourceControlDTO) GetSourceControlEvaluationsEnabled() bool
GetSourceControlEvaluationsEnabled returns the SourceControlEvaluationsEnabled field if non-nil, zero value otherwise.
func (o *ApiSourceControlDTO) GetSourceControlEvaluationsEnabledOk() (*bool, bool)
GetSourceControlEvaluationsEnabledOk returns a tuple with the SourceControlEvaluationsEnabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiSourceControlDTO) SetSourceControlEvaluationsEnabled(v bool)
SetSourceControlEvaluationsEnabled sets SourceControlEvaluationsEnabled field to given value.
func (o *ApiSourceControlDTO) HasSourceControlEvaluationsEnabled() bool
HasSourceControlEvaluationsEnabled returns a boolean if a field has been set.
func (o *ApiSourceControlDTO) GetSourceControlScanTarget() string
GetSourceControlScanTarget returns the SourceControlScanTarget field if non-nil, zero value otherwise.
func (o *ApiSourceControlDTO) GetSourceControlScanTargetOk() (*string, bool)
GetSourceControlScanTargetOk returns a tuple with the SourceControlScanTarget field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiSourceControlDTO) SetSourceControlScanTarget(v string)
SetSourceControlScanTarget sets SourceControlScanTarget field to given value.
func (o *ApiSourceControlDTO) HasSourceControlScanTarget() bool
HasSourceControlScanTarget returns a boolean if a field has been set.
func (o *ApiSourceControlDTO) GetSshEnabled() bool
GetSshEnabled returns the SshEnabled field if non-nil, zero value otherwise.
func (o *ApiSourceControlDTO) GetSshEnabledOk() (*bool, bool)
GetSshEnabledOk returns a tuple with the SshEnabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiSourceControlDTO) SetSshEnabled(v bool)
SetSshEnabled sets SshEnabled field to given value.
func (o *ApiSourceControlDTO) HasSshEnabled() bool
HasSshEnabled returns a boolean if a field has been set.
func (o *ApiSourceControlDTO) GetStatusChecksEnabled() bool
GetStatusChecksEnabled returns the StatusChecksEnabled field if non-nil, zero value otherwise.
func (o *ApiSourceControlDTO) GetStatusChecksEnabledOk() (*bool, bool)
GetStatusChecksEnabledOk returns a tuple with the StatusChecksEnabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiSourceControlDTO) SetStatusChecksEnabled(v bool)
SetStatusChecksEnabled sets StatusChecksEnabled field to given value.
func (o *ApiSourceControlDTO) HasStatusChecksEnabled() bool
HasStatusChecksEnabled returns a boolean if a field has been set.
func (o *ApiSourceControlDTO) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *ApiSourceControlDTO) GetTokenOk() (*string, bool)
GetTokenOk returns a tuple with the Token field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiSourceControlDTO) SetToken(v string)
SetToken sets Token field to given value.
func (o *ApiSourceControlDTO) HasToken() bool
HasToken returns a boolean if a field has been set.
func (o *ApiSourceControlDTO) GetUsername() string
GetUsername returns the Username field if non-nil, zero value otherwise.
func (o *ApiSourceControlDTO) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiSourceControlDTO) SetUsername(v string)
SetUsername sets Username field to given value.
func (o *ApiSourceControlDTO) HasUsername() bool
HasUsername returns a boolean if a field has been set.