Name | Type | Description | Notes |
---|---|---|---|
Component | Pointer to ApiComponentDTOV2 | [optional] | |
WaivedPolicyViolations | Pointer to []ApiWaivedPolicyViolationDTO | [optional] |
func NewApiComponentPolicyViolationDTO() *ApiComponentPolicyViolationDTO
NewApiComponentPolicyViolationDTO instantiates a new ApiComponentPolicyViolationDTO 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 NewApiComponentPolicyViolationDTOWithDefaults() *ApiComponentPolicyViolationDTO
NewApiComponentPolicyViolationDTOWithDefaults instantiates a new ApiComponentPolicyViolationDTO 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 *ApiComponentPolicyViolationDTO) GetComponent() ApiComponentDTOV2
GetComponent returns the Component field if non-nil, zero value otherwise.
func (o *ApiComponentPolicyViolationDTO) GetComponentOk() (*ApiComponentDTOV2, 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 *ApiComponentPolicyViolationDTO) SetComponent(v ApiComponentDTOV2)
SetComponent sets Component field to given value.
func (o *ApiComponentPolicyViolationDTO) HasComponent() bool
HasComponent returns a boolean if a field has been set.
func (o *ApiComponentPolicyViolationDTO) GetWaivedPolicyViolations() []ApiWaivedPolicyViolationDTO
GetWaivedPolicyViolations returns the WaivedPolicyViolations field if non-nil, zero value otherwise.
func (o *ApiComponentPolicyViolationDTO) GetWaivedPolicyViolationsOk() (*[]ApiWaivedPolicyViolationDTO, bool)
GetWaivedPolicyViolationsOk returns a tuple with the WaivedPolicyViolations field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiComponentPolicyViolationDTO) SetWaivedPolicyViolations(v []ApiWaivedPolicyViolationDTO)
SetWaivedPolicyViolations sets WaivedPolicyViolations field to given value.
func (o *ApiComponentPolicyViolationDTO) HasWaivedPolicyViolations() bool
HasWaivedPolicyViolations returns a boolean if a field has been set.