Name | Type | Description | Notes |
---|---|---|---|
Branch | Pointer to NullableString | The source control branch on where the scan was performed. (Source of the branch selector on the ConfigCat Dashboard) | [optional] |
References | Pointer to []ReferenceLines | The actual references to the given Feature Flag or Setting. | [optional] |
CommitUrl | Pointer to NullableString | The related commit's URL. | [optional] |
CommitHash | Pointer to NullableString | The related commit's hash. | [optional] |
SyncedAt | Pointer to time.Time | The date and time when the reference report was uploaded. | [optional] |
Repository | Pointer to NullableString | The source control repository that contains the scanned code. | [optional] |
CodeReferenceId | Pointer to string | The identifier of the reference report. | [optional] |
Uploader | Pointer to NullableString | The code reference scanning tool's name. | [optional] |
func NewCodeReferenceModel() *CodeReferenceModel
NewCodeReferenceModel instantiates a new CodeReferenceModel 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 NewCodeReferenceModelWithDefaults() *CodeReferenceModel
NewCodeReferenceModelWithDefaults instantiates a new CodeReferenceModel 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 *CodeReferenceModel) GetBranch() string
GetBranch returns the Branch field if non-nil, zero value otherwise.
func (o *CodeReferenceModel) GetBranchOk() (*string, bool)
GetBranchOk returns a tuple with the Branch field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CodeReferenceModel) SetBranch(v string)
SetBranch sets Branch field to given value.
func (o *CodeReferenceModel) HasBranch() bool
HasBranch returns a boolean if a field has been set.
func (o *CodeReferenceModel) SetBranchNil(b bool)
SetBranchNil sets the value for Branch to be an explicit nil
func (o *CodeReferenceModel) UnsetBranch()
UnsetBranch ensures that no value is present for Branch, not even an explicit nil
func (o *CodeReferenceModel) GetReferences() []ReferenceLines
GetReferences returns the References field if non-nil, zero value otherwise.
func (o *CodeReferenceModel) GetReferencesOk() (*[]ReferenceLines, bool)
GetReferencesOk returns a tuple with the References field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CodeReferenceModel) SetReferences(v []ReferenceLines)
SetReferences sets References field to given value.
func (o *CodeReferenceModel) HasReferences() bool
HasReferences returns a boolean if a field has been set.
func (o *CodeReferenceModel) SetReferencesNil(b bool)
SetReferencesNil sets the value for References to be an explicit nil
func (o *CodeReferenceModel) UnsetReferences()
UnsetReferences ensures that no value is present for References, not even an explicit nil
func (o *CodeReferenceModel) GetCommitUrl() string
GetCommitUrl returns the CommitUrl field if non-nil, zero value otherwise.
func (o *CodeReferenceModel) GetCommitUrlOk() (*string, bool)
GetCommitUrlOk returns a tuple with the CommitUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CodeReferenceModel) SetCommitUrl(v string)
SetCommitUrl sets CommitUrl field to given value.
func (o *CodeReferenceModel) HasCommitUrl() bool
HasCommitUrl returns a boolean if a field has been set.
func (o *CodeReferenceModel) SetCommitUrlNil(b bool)
SetCommitUrlNil sets the value for CommitUrl to be an explicit nil
func (o *CodeReferenceModel) UnsetCommitUrl()
UnsetCommitUrl ensures that no value is present for CommitUrl, not even an explicit nil
func (o *CodeReferenceModel) GetCommitHash() string
GetCommitHash returns the CommitHash field if non-nil, zero value otherwise.
func (o *CodeReferenceModel) GetCommitHashOk() (*string, bool)
GetCommitHashOk returns a tuple with the CommitHash field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CodeReferenceModel) SetCommitHash(v string)
SetCommitHash sets CommitHash field to given value.
func (o *CodeReferenceModel) HasCommitHash() bool
HasCommitHash returns a boolean if a field has been set.
func (o *CodeReferenceModel) SetCommitHashNil(b bool)
SetCommitHashNil sets the value for CommitHash to be an explicit nil
func (o *CodeReferenceModel) UnsetCommitHash()
UnsetCommitHash ensures that no value is present for CommitHash, not even an explicit nil
func (o *CodeReferenceModel) GetSyncedAt() time.Time
GetSyncedAt returns the SyncedAt field if non-nil, zero value otherwise.
func (o *CodeReferenceModel) GetSyncedAtOk() (*time.Time, bool)
GetSyncedAtOk returns a tuple with the SyncedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CodeReferenceModel) SetSyncedAt(v time.Time)
SetSyncedAt sets SyncedAt field to given value.
func (o *CodeReferenceModel) HasSyncedAt() bool
HasSyncedAt returns a boolean if a field has been set.
func (o *CodeReferenceModel) GetRepository() string
GetRepository returns the Repository field if non-nil, zero value otherwise.
func (o *CodeReferenceModel) GetRepositoryOk() (*string, bool)
GetRepositoryOk returns a tuple with the Repository field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CodeReferenceModel) SetRepository(v string)
SetRepository sets Repository field to given value.
func (o *CodeReferenceModel) HasRepository() bool
HasRepository returns a boolean if a field has been set.
func (o *CodeReferenceModel) SetRepositoryNil(b bool)
SetRepositoryNil sets the value for Repository to be an explicit nil
func (o *CodeReferenceModel) UnsetRepository()
UnsetRepository ensures that no value is present for Repository, not even an explicit nil
func (o *CodeReferenceModel) GetCodeReferenceId() string
GetCodeReferenceId returns the CodeReferenceId field if non-nil, zero value otherwise.
func (o *CodeReferenceModel) GetCodeReferenceIdOk() (*string, bool)
GetCodeReferenceIdOk returns a tuple with the CodeReferenceId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CodeReferenceModel) SetCodeReferenceId(v string)
SetCodeReferenceId sets CodeReferenceId field to given value.
func (o *CodeReferenceModel) HasCodeReferenceId() bool
HasCodeReferenceId returns a boolean if a field has been set.
func (o *CodeReferenceModel) GetUploader() string
GetUploader returns the Uploader field if non-nil, zero value otherwise.
func (o *CodeReferenceModel) GetUploaderOk() (*string, bool)
GetUploaderOk returns a tuple with the Uploader field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CodeReferenceModel) SetUploader(v string)
SetUploader sets Uploader field to given value.
func (o *CodeReferenceModel) HasUploader() bool
HasUploader returns a boolean if a field has been set.
func (o *CodeReferenceModel) SetUploaderNil(b bool)
SetUploaderNil sets the value for Uploader to be an explicit nil
func (o *CodeReferenceModel) UnsetUploader()
UnsetUploader ensures that no value is present for Uploader, not even an explicit nil