Name | Type | Description | Notes |
---|---|---|---|
ComponentPolicyWaivers | Pointer to []ApiPolicyWaiverDTO | [optional] |
func NewApiComponentPolicyWaiversDTO() *ApiComponentPolicyWaiversDTO
NewApiComponentPolicyWaiversDTO instantiates a new ApiComponentPolicyWaiversDTO 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 NewApiComponentPolicyWaiversDTOWithDefaults() *ApiComponentPolicyWaiversDTO
NewApiComponentPolicyWaiversDTOWithDefaults instantiates a new ApiComponentPolicyWaiversDTO 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 *ApiComponentPolicyWaiversDTO) GetComponentPolicyWaivers() []ApiPolicyWaiverDTO
GetComponentPolicyWaivers returns the ComponentPolicyWaivers field if non-nil, zero value otherwise.
func (o *ApiComponentPolicyWaiversDTO) GetComponentPolicyWaiversOk() (*[]ApiPolicyWaiverDTO, bool)
GetComponentPolicyWaiversOk returns a tuple with the ComponentPolicyWaivers field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiComponentPolicyWaiversDTO) SetComponentPolicyWaivers(v []ApiPolicyWaiverDTO)
SetComponentPolicyWaivers sets ComponentPolicyWaivers field to given value.
func (o *ApiComponentPolicyWaiversDTO) HasComponentPolicyWaivers() bool
HasComponentPolicyWaivers returns a boolean if a field has been set.