Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 4.01 KB

ApiApplicationEvaluationCommitDTO.md

File metadata and controls

134 lines (73 loc) · 4.01 KB

ApiApplicationEvaluationCommitDTO

Properties

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]

Methods

NewApiApplicationEvaluationCommitDTO

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

NewApiApplicationEvaluationCommitDTOWithDefaults

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

GetCommitHash

func (o *ApiApplicationEvaluationCommitDTO) GetCommitHash() string

GetCommitHash returns the CommitHash field if non-nil, zero value otherwise.

GetCommitHashOk

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.

SetCommitHash

func (o *ApiApplicationEvaluationCommitDTO) SetCommitHash(v string)

SetCommitHash sets CommitHash field to given value.

HasCommitHash

func (o *ApiApplicationEvaluationCommitDTO) HasCommitHash() bool

HasCommitHash returns a boolean if a field has been set.

GetReportUrl

func (o *ApiApplicationEvaluationCommitDTO) GetReportUrl() string

GetReportUrl returns the ReportUrl field if non-nil, zero value otherwise.

GetReportUrlOk

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.

SetReportUrl

func (o *ApiApplicationEvaluationCommitDTO) SetReportUrl(v string)

SetReportUrl sets ReportUrl field to given value.

HasReportUrl

func (o *ApiApplicationEvaluationCommitDTO) HasReportUrl() bool

HasReportUrl returns a boolean if a field has been set.

GetScanId

func (o *ApiApplicationEvaluationCommitDTO) GetScanId() string

GetScanId returns the ScanId field if non-nil, zero value otherwise.

GetScanIdOk

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.

SetScanId

func (o *ApiApplicationEvaluationCommitDTO) SetScanId(v string)

SetScanId sets ScanId field to given value.

HasScanId

func (o *ApiApplicationEvaluationCommitDTO) HasScanId() bool

HasScanId returns a boolean if a field has been set.

GetScanTime

func (o *ApiApplicationEvaluationCommitDTO) GetScanTime() time.Time

GetScanTime returns the ScanTime field if non-nil, zero value otherwise.

GetScanTimeOk

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.

SetScanTime

func (o *ApiApplicationEvaluationCommitDTO) SetScanTime(v time.Time)

SetScanTime sets ScanTime field to given value.

HasScanTime

func (o *ApiApplicationEvaluationCommitDTO) HasScanTime() bool

HasScanTime returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]