Name | Type | Description | Notes |
---|---|---|---|
AutoPolicyWaiverId | Pointer to string | [optional] | |
AutoPolicyWaiverOwnerId | Pointer to string | [optional] | |
AutoPolicyWaiverOwnerName | Pointer to string | [optional] | |
IsAutoWaiverEnabled | Pointer to bool | [optional] | |
IsInherited | Pointer to bool | [optional] |
func NewApiAutoPolicyWaiverStatusDTO() *ApiAutoPolicyWaiverStatusDTO
NewApiAutoPolicyWaiverStatusDTO instantiates a new ApiAutoPolicyWaiverStatusDTO 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 NewApiAutoPolicyWaiverStatusDTOWithDefaults() *ApiAutoPolicyWaiverStatusDTO
NewApiAutoPolicyWaiverStatusDTOWithDefaults instantiates a new ApiAutoPolicyWaiverStatusDTO 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 *ApiAutoPolicyWaiverStatusDTO) GetAutoPolicyWaiverId() string
GetAutoPolicyWaiverId returns the AutoPolicyWaiverId field if non-nil, zero value otherwise.
func (o *ApiAutoPolicyWaiverStatusDTO) 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 *ApiAutoPolicyWaiverStatusDTO) SetAutoPolicyWaiverId(v string)
SetAutoPolicyWaiverId sets AutoPolicyWaiverId field to given value.
func (o *ApiAutoPolicyWaiverStatusDTO) HasAutoPolicyWaiverId() bool
HasAutoPolicyWaiverId returns a boolean if a field has been set.
func (o *ApiAutoPolicyWaiverStatusDTO) GetAutoPolicyWaiverOwnerId() string
GetAutoPolicyWaiverOwnerId returns the AutoPolicyWaiverOwnerId field if non-nil, zero value otherwise.
func (o *ApiAutoPolicyWaiverStatusDTO) GetAutoPolicyWaiverOwnerIdOk() (*string, bool)
GetAutoPolicyWaiverOwnerIdOk returns a tuple with the AutoPolicyWaiverOwnerId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiAutoPolicyWaiverStatusDTO) SetAutoPolicyWaiverOwnerId(v string)
SetAutoPolicyWaiverOwnerId sets AutoPolicyWaiverOwnerId field to given value.
func (o *ApiAutoPolicyWaiverStatusDTO) HasAutoPolicyWaiverOwnerId() bool
HasAutoPolicyWaiverOwnerId returns a boolean if a field has been set.
func (o *ApiAutoPolicyWaiverStatusDTO) GetAutoPolicyWaiverOwnerName() string
GetAutoPolicyWaiverOwnerName returns the AutoPolicyWaiverOwnerName field if non-nil, zero value otherwise.
func (o *ApiAutoPolicyWaiverStatusDTO) GetAutoPolicyWaiverOwnerNameOk() (*string, bool)
GetAutoPolicyWaiverOwnerNameOk returns a tuple with the AutoPolicyWaiverOwnerName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiAutoPolicyWaiverStatusDTO) SetAutoPolicyWaiverOwnerName(v string)
SetAutoPolicyWaiverOwnerName sets AutoPolicyWaiverOwnerName field to given value.
func (o *ApiAutoPolicyWaiverStatusDTO) HasAutoPolicyWaiverOwnerName() bool
HasAutoPolicyWaiverOwnerName returns a boolean if a field has been set.
func (o *ApiAutoPolicyWaiverStatusDTO) GetIsAutoWaiverEnabled() bool
GetIsAutoWaiverEnabled returns the IsAutoWaiverEnabled field if non-nil, zero value otherwise.
func (o *ApiAutoPolicyWaiverStatusDTO) GetIsAutoWaiverEnabledOk() (*bool, bool)
GetIsAutoWaiverEnabledOk returns a tuple with the IsAutoWaiverEnabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiAutoPolicyWaiverStatusDTO) SetIsAutoWaiverEnabled(v bool)
SetIsAutoWaiverEnabled sets IsAutoWaiverEnabled field to given value.
func (o *ApiAutoPolicyWaiverStatusDTO) HasIsAutoWaiverEnabled() bool
HasIsAutoWaiverEnabled returns a boolean if a field has been set.
func (o *ApiAutoPolicyWaiverStatusDTO) GetIsInherited() bool
GetIsInherited returns the IsInherited field if non-nil, zero value otherwise.
func (o *ApiAutoPolicyWaiverStatusDTO) GetIsInheritedOk() (*bool, bool)
GetIsInheritedOk returns a tuple with the IsInherited field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiAutoPolicyWaiverStatusDTO) SetIsInherited(v bool)
SetIsInherited sets IsInherited field to given value.
func (o *ApiAutoPolicyWaiverStatusDTO) HasIsInherited() bool
HasIsInherited returns a boolean if a field has been set.