Name | Type | Description | Notes |
---|---|---|---|
CatalogDate | Pointer to time.Time | [optional] | |
Component | Pointer to ApiRepositoryComponentEvaluationRequest | [optional] | |
PolicyViolations | Pointer to []ApiPolicyViolationDTOV2 | [optional] | |
QuarantineDate | Pointer to time.Time | [optional] | |
Quarantined | Pointer to bool | [optional] |
func NewApiRepositoryComponentEvaluationResult() *ApiRepositoryComponentEvaluationResult
NewApiRepositoryComponentEvaluationResult instantiates a new ApiRepositoryComponentEvaluationResult 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 NewApiRepositoryComponentEvaluationResultWithDefaults() *ApiRepositoryComponentEvaluationResult
NewApiRepositoryComponentEvaluationResultWithDefaults instantiates a new ApiRepositoryComponentEvaluationResult 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 *ApiRepositoryComponentEvaluationResult) GetCatalogDate() time.Time
GetCatalogDate returns the CatalogDate field if non-nil, zero value otherwise.
func (o *ApiRepositoryComponentEvaluationResult) GetCatalogDateOk() (*time.Time, bool)
GetCatalogDateOk returns a tuple with the CatalogDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiRepositoryComponentEvaluationResult) SetCatalogDate(v time.Time)
SetCatalogDate sets CatalogDate field to given value.
func (o *ApiRepositoryComponentEvaluationResult) HasCatalogDate() bool
HasCatalogDate returns a boolean if a field has been set.
func (o *ApiRepositoryComponentEvaluationResult) GetComponent() ApiRepositoryComponentEvaluationRequest
GetComponent returns the Component field if non-nil, zero value otherwise.
func (o *ApiRepositoryComponentEvaluationResult) GetComponentOk() (*ApiRepositoryComponentEvaluationRequest, bool)
GetComponentOk returns a tuple with the Component field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiRepositoryComponentEvaluationResult) SetComponent(v ApiRepositoryComponentEvaluationRequest)
SetComponent sets Component field to given value.
func (o *ApiRepositoryComponentEvaluationResult) HasComponent() bool
HasComponent returns a boolean if a field has been set.
func (o *ApiRepositoryComponentEvaluationResult) GetPolicyViolations() []ApiPolicyViolationDTOV2
GetPolicyViolations returns the PolicyViolations field if non-nil, zero value otherwise.
func (o *ApiRepositoryComponentEvaluationResult) GetPolicyViolationsOk() (*[]ApiPolicyViolationDTOV2, bool)
GetPolicyViolationsOk returns a tuple with the PolicyViolations field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiRepositoryComponentEvaluationResult) SetPolicyViolations(v []ApiPolicyViolationDTOV2)
SetPolicyViolations sets PolicyViolations field to given value.
func (o *ApiRepositoryComponentEvaluationResult) HasPolicyViolations() bool
HasPolicyViolations returns a boolean if a field has been set.
func (o *ApiRepositoryComponentEvaluationResult) GetQuarantineDate() time.Time
GetQuarantineDate returns the QuarantineDate field if non-nil, zero value otherwise.
func (o *ApiRepositoryComponentEvaluationResult) GetQuarantineDateOk() (*time.Time, bool)
GetQuarantineDateOk returns a tuple with the QuarantineDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiRepositoryComponentEvaluationResult) SetQuarantineDate(v time.Time)
SetQuarantineDate sets QuarantineDate field to given value.
func (o *ApiRepositoryComponentEvaluationResult) HasQuarantineDate() bool
HasQuarantineDate returns a boolean if a field has been set.
func (o *ApiRepositoryComponentEvaluationResult) GetQuarantined() bool
GetQuarantined returns the Quarantined field if non-nil, zero value otherwise.
func (o *ApiRepositoryComponentEvaluationResult) GetQuarantinedOk() (*bool, bool)
GetQuarantinedOk returns a tuple with the Quarantined field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiRepositoryComponentEvaluationResult) SetQuarantined(v bool)
SetQuarantined sets Quarantined field to given value.
func (o *ApiRepositoryComponentEvaluationResult) HasQuarantined() bool
HasQuarantined returns a boolean if a field has been set.