Name | Type | Description | Notes |
---|---|---|---|
Repository | Pointer to ApiRepositoryDTO | [optional] | |
Stages | Pointer to []ApiStaleEvaluationStageDTO | [optional] |
func NewApiStaleRepositoryEvaluationDTO() *ApiStaleRepositoryEvaluationDTO
NewApiStaleRepositoryEvaluationDTO instantiates a new ApiStaleRepositoryEvaluationDTO 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 NewApiStaleRepositoryEvaluationDTOWithDefaults() *ApiStaleRepositoryEvaluationDTO
NewApiStaleRepositoryEvaluationDTOWithDefaults instantiates a new ApiStaleRepositoryEvaluationDTO 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 *ApiStaleRepositoryEvaluationDTO) GetRepository() ApiRepositoryDTO
GetRepository returns the Repository field if non-nil, zero value otherwise.
func (o *ApiStaleRepositoryEvaluationDTO) GetRepositoryOk() (*ApiRepositoryDTO, 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 *ApiStaleRepositoryEvaluationDTO) SetRepository(v ApiRepositoryDTO)
SetRepository sets Repository field to given value.
func (o *ApiStaleRepositoryEvaluationDTO) HasRepository() bool
HasRepository returns a boolean if a field has been set.
func (o *ApiStaleRepositoryEvaluationDTO) GetStages() []ApiStaleEvaluationStageDTO
GetStages returns the Stages field if non-nil, zero value otherwise.
func (o *ApiStaleRepositoryEvaluationDTO) GetStagesOk() (*[]ApiStaleEvaluationStageDTO, bool)
GetStagesOk returns a tuple with the Stages field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiStaleRepositoryEvaluationDTO) SetStages(v []ApiStaleEvaluationStageDTO)
SetStages sets Stages field to given value.
func (o *ApiStaleRepositoryEvaluationDTO) HasStages() bool
HasStages returns a boolean if a field has been set.