Name | Type | Description | Notes |
---|---|---|---|
CommitHash | Pointer to string | [optional] | |
ReportUrl | Pointer to string | [optional] | |
ScanId | Pointer to string | [optional] | |
ScanTime | Pointer to time.Time | [optional] |
func NewApiApplicationEvaluationCommitDTO() *ApiApplicationEvaluationCommitDTO
NewApiApplicationEvaluationCommitDTO instantiates a new ApiApplicationEvaluationCommitDTO 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 NewApiApplicationEvaluationCommitDTOWithDefaults() *ApiApplicationEvaluationCommitDTO
NewApiApplicationEvaluationCommitDTOWithDefaults instantiates a new ApiApplicationEvaluationCommitDTO 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 *ApiApplicationEvaluationCommitDTO) GetCommitHash() string
GetCommitHash returns the CommitHash field if non-nil, zero value otherwise.
func (o *ApiApplicationEvaluationCommitDTO) 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 *ApiApplicationEvaluationCommitDTO) SetCommitHash(v string)
SetCommitHash sets CommitHash field to given value.
func (o *ApiApplicationEvaluationCommitDTO) HasCommitHash() bool
HasCommitHash returns a boolean if a field has been set.
func (o *ApiApplicationEvaluationCommitDTO) GetReportUrl() string
GetReportUrl returns the ReportUrl field if non-nil, zero value otherwise.
func (o *ApiApplicationEvaluationCommitDTO) GetReportUrlOk() (*string, bool)
GetReportUrlOk returns a tuple with the ReportUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiApplicationEvaluationCommitDTO) SetReportUrl(v string)
SetReportUrl sets ReportUrl field to given value.
func (o *ApiApplicationEvaluationCommitDTO) HasReportUrl() bool
HasReportUrl returns a boolean if a field has been set.
func (o *ApiApplicationEvaluationCommitDTO) GetScanId() string
GetScanId returns the ScanId field if non-nil, zero value otherwise.
func (o *ApiApplicationEvaluationCommitDTO) GetScanIdOk() (*string, bool)
GetScanIdOk returns a tuple with the ScanId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiApplicationEvaluationCommitDTO) SetScanId(v string)
SetScanId sets ScanId field to given value.
func (o *ApiApplicationEvaluationCommitDTO) HasScanId() bool
HasScanId returns a boolean if a field has been set.
func (o *ApiApplicationEvaluationCommitDTO) GetScanTime() time.Time
GetScanTime returns the ScanTime field if non-nil, zero value otherwise.
func (o *ApiApplicationEvaluationCommitDTO) GetScanTimeOk() (*time.Time, bool)
GetScanTimeOk returns a tuple with the ScanTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiApplicationEvaluationCommitDTO) SetScanTime(v time.Time)
SetScanTime sets ScanTime field to given value.
func (o *ApiApplicationEvaluationCommitDTO) HasScanTime() bool
HasScanTime returns a boolean if a field has been set.