| Name | Type | Description | Notes |
|---|---|---|---|
| ApplicationPublicId | Pointer to string | [optional] | |
| AutoPolicyWaiverId | Pointer to string | [optional] | |
| MatchStrategy | Pointer to string | [optional] | |
| OwnerId | Pointer to string | [optional] | |
| PolicyViolationId | Pointer to string | [optional] | |
| ScanId | Pointer to string | [optional] |
func NewApiAutoPolicyWaiverExclusionRequestDTO() *ApiAutoPolicyWaiverExclusionRequestDTO
NewApiAutoPolicyWaiverExclusionRequestDTO instantiates a new ApiAutoPolicyWaiverExclusionRequestDTO 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 NewApiAutoPolicyWaiverExclusionRequestDTOWithDefaults() *ApiAutoPolicyWaiverExclusionRequestDTO
NewApiAutoPolicyWaiverExclusionRequestDTOWithDefaults instantiates a new ApiAutoPolicyWaiverExclusionRequestDTO 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 *ApiAutoPolicyWaiverExclusionRequestDTO) GetApplicationPublicId() string
GetApplicationPublicId returns the ApplicationPublicId field if non-nil, zero value otherwise.
func (o *ApiAutoPolicyWaiverExclusionRequestDTO) GetApplicationPublicIdOk() (*string, bool)
GetApplicationPublicIdOk returns a tuple with the ApplicationPublicId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiAutoPolicyWaiverExclusionRequestDTO) SetApplicationPublicId(v string)
SetApplicationPublicId sets ApplicationPublicId field to given value.
func (o *ApiAutoPolicyWaiverExclusionRequestDTO) HasApplicationPublicId() bool
HasApplicationPublicId returns a boolean if a field has been set.
func (o *ApiAutoPolicyWaiverExclusionRequestDTO) GetAutoPolicyWaiverId() string
GetAutoPolicyWaiverId returns the AutoPolicyWaiverId field if non-nil, zero value otherwise.
func (o *ApiAutoPolicyWaiverExclusionRequestDTO) GetAutoPolicyWaiverIdOk() (*string, bool)
GetAutoPolicyWaiverIdOk returns a tuple with the AutoPolicyWaiverId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiAutoPolicyWaiverExclusionRequestDTO) SetAutoPolicyWaiverId(v string)
SetAutoPolicyWaiverId sets AutoPolicyWaiverId field to given value.
func (o *ApiAutoPolicyWaiverExclusionRequestDTO) HasAutoPolicyWaiverId() bool
HasAutoPolicyWaiverId returns a boolean if a field has been set.
func (o *ApiAutoPolicyWaiverExclusionRequestDTO) GetMatchStrategy() string
GetMatchStrategy returns the MatchStrategy field if non-nil, zero value otherwise.
func (o *ApiAutoPolicyWaiverExclusionRequestDTO) GetMatchStrategyOk() (*string, bool)
GetMatchStrategyOk returns a tuple with the MatchStrategy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiAutoPolicyWaiverExclusionRequestDTO) SetMatchStrategy(v string)
SetMatchStrategy sets MatchStrategy field to given value.
func (o *ApiAutoPolicyWaiverExclusionRequestDTO) HasMatchStrategy() bool
HasMatchStrategy returns a boolean if a field has been set.
func (o *ApiAutoPolicyWaiverExclusionRequestDTO) GetOwnerId() string
GetOwnerId returns the OwnerId field if non-nil, zero value otherwise.
func (o *ApiAutoPolicyWaiverExclusionRequestDTO) GetOwnerIdOk() (*string, bool)
GetOwnerIdOk returns a tuple with the OwnerId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiAutoPolicyWaiverExclusionRequestDTO) SetOwnerId(v string)
SetOwnerId sets OwnerId field to given value.
func (o *ApiAutoPolicyWaiverExclusionRequestDTO) HasOwnerId() bool
HasOwnerId returns a boolean if a field has been set.
func (o *ApiAutoPolicyWaiverExclusionRequestDTO) GetPolicyViolationId() string
GetPolicyViolationId returns the PolicyViolationId field if non-nil, zero value otherwise.
func (o *ApiAutoPolicyWaiverExclusionRequestDTO) GetPolicyViolationIdOk() (*string, bool)
GetPolicyViolationIdOk returns a tuple with the PolicyViolationId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiAutoPolicyWaiverExclusionRequestDTO) SetPolicyViolationId(v string)
SetPolicyViolationId sets PolicyViolationId field to given value.
func (o *ApiAutoPolicyWaiverExclusionRequestDTO) HasPolicyViolationId() bool
HasPolicyViolationId returns a boolean if a field has been set.
func (o *ApiAutoPolicyWaiverExclusionRequestDTO) GetScanId() string
GetScanId returns the ScanId field if non-nil, zero value otherwise.
func (o *ApiAutoPolicyWaiverExclusionRequestDTO) GetScanIdOk() (*string, bool)
GetScanIdOk returns a tuple with the ScanId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiAutoPolicyWaiverExclusionRequestDTO) SetScanId(v string)
SetScanId sets ScanId field to given value.
func (o *ApiAutoPolicyWaiverExclusionRequestDTO) HasScanId() bool
HasScanId returns a boolean if a field has been set.