Name | Type | Description | Notes |
---|---|---|---|
ApplyToAllComponents | Pointer to bool | [optional] | |
Comment | Pointer to string | [optional] | |
ExpiryTime | Pointer to time.Time | [optional] | |
MatcherStrategy | Pointer to string | [optional] | |
WaiverReasonId | Pointer to string | [optional] |
func NewApiWaiverOptionsDTO() *ApiWaiverOptionsDTO
NewApiWaiverOptionsDTO instantiates a new ApiWaiverOptionsDTO 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 NewApiWaiverOptionsDTOWithDefaults() *ApiWaiverOptionsDTO
NewApiWaiverOptionsDTOWithDefaults instantiates a new ApiWaiverOptionsDTO 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 *ApiWaiverOptionsDTO) GetApplyToAllComponents() bool
GetApplyToAllComponents returns the ApplyToAllComponents field if non-nil, zero value otherwise.
func (o *ApiWaiverOptionsDTO) GetApplyToAllComponentsOk() (*bool, bool)
GetApplyToAllComponentsOk returns a tuple with the ApplyToAllComponents field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiWaiverOptionsDTO) SetApplyToAllComponents(v bool)
SetApplyToAllComponents sets ApplyToAllComponents field to given value.
func (o *ApiWaiverOptionsDTO) HasApplyToAllComponents() bool
HasApplyToAllComponents returns a boolean if a field has been set.
func (o *ApiWaiverOptionsDTO) GetComment() string
GetComment returns the Comment field if non-nil, zero value otherwise.
func (o *ApiWaiverOptionsDTO) GetCommentOk() (*string, bool)
GetCommentOk returns a tuple with the Comment field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiWaiverOptionsDTO) SetComment(v string)
SetComment sets Comment field to given value.
func (o *ApiWaiverOptionsDTO) HasComment() bool
HasComment returns a boolean if a field has been set.
func (o *ApiWaiverOptionsDTO) GetExpiryTime() time.Time
GetExpiryTime returns the ExpiryTime field if non-nil, zero value otherwise.
func (o *ApiWaiverOptionsDTO) GetExpiryTimeOk() (*time.Time, bool)
GetExpiryTimeOk returns a tuple with the ExpiryTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiWaiverOptionsDTO) SetExpiryTime(v time.Time)
SetExpiryTime sets ExpiryTime field to given value.
func (o *ApiWaiverOptionsDTO) HasExpiryTime() bool
HasExpiryTime returns a boolean if a field has been set.
func (o *ApiWaiverOptionsDTO) GetMatcherStrategy() string
GetMatcherStrategy returns the MatcherStrategy field if non-nil, zero value otherwise.
func (o *ApiWaiverOptionsDTO) GetMatcherStrategyOk() (*string, bool)
GetMatcherStrategyOk returns a tuple with the MatcherStrategy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiWaiverOptionsDTO) SetMatcherStrategy(v string)
SetMatcherStrategy sets MatcherStrategy field to given value.
func (o *ApiWaiverOptionsDTO) HasMatcherStrategy() bool
HasMatcherStrategy returns a boolean if a field has been set.
func (o *ApiWaiverOptionsDTO) GetWaiverReasonId() string
GetWaiverReasonId returns the WaiverReasonId field if non-nil, zero value otherwise.
func (o *ApiWaiverOptionsDTO) GetWaiverReasonIdOk() (*string, bool)
GetWaiverReasonIdOk returns a tuple with the WaiverReasonId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiWaiverOptionsDTO) SetWaiverReasonId(v string)
SetWaiverReasonId sets WaiverReasonId field to given value.
func (o *ApiWaiverOptionsDTO) HasWaiverReasonId() bool
HasWaiverReasonId returns a boolean if a field has been set.