Name | Type | Description | Notes |
---|---|---|---|
Application | Pointer to ApiApplicationBaseDTO | [optional] | |
Stages | Pointer to []ApiPolicyViolationStageDTO | [optional] |
func NewApiApplicationWaiverDTO() *ApiApplicationWaiverDTO
NewApiApplicationWaiverDTO instantiates a new ApiApplicationWaiverDTO 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 NewApiApplicationWaiverDTOWithDefaults() *ApiApplicationWaiverDTO
NewApiApplicationWaiverDTOWithDefaults instantiates a new ApiApplicationWaiverDTO 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 *ApiApplicationWaiverDTO) GetApplication() ApiApplicationBaseDTO
GetApplication returns the Application field if non-nil, zero value otherwise.
func (o *ApiApplicationWaiverDTO) GetApplicationOk() (*ApiApplicationBaseDTO, bool)
GetApplicationOk returns a tuple with the Application field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiApplicationWaiverDTO) SetApplication(v ApiApplicationBaseDTO)
SetApplication sets Application field to given value.
func (o *ApiApplicationWaiverDTO) HasApplication() bool
HasApplication returns a boolean if a field has been set.
func (o *ApiApplicationWaiverDTO) GetStages() []ApiPolicyViolationStageDTO
GetStages returns the Stages field if non-nil, zero value otherwise.
func (o *ApiApplicationWaiverDTO) GetStagesOk() (*[]ApiPolicyViolationStageDTO, 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 *ApiApplicationWaiverDTO) SetStages(v []ApiPolicyViolationStageDTO)
SetStages sets Stages field to given value.
func (o *ApiApplicationWaiverDTO) HasStages() bool
HasStages returns a boolean if a field has been set.