Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 5.41 KB

ApiAutoPolicyWaiverStatusDTO.md

File metadata and controls

160 lines (87 loc) · 5.41 KB

ApiAutoPolicyWaiverStatusDTO

Properties

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]

Methods

NewApiAutoPolicyWaiverStatusDTO

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

NewApiAutoPolicyWaiverStatusDTOWithDefaults

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

GetAutoPolicyWaiverId

func (o *ApiAutoPolicyWaiverStatusDTO) GetAutoPolicyWaiverId() string

GetAutoPolicyWaiverId returns the AutoPolicyWaiverId field if non-nil, zero value otherwise.

GetAutoPolicyWaiverIdOk

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.

SetAutoPolicyWaiverId

func (o *ApiAutoPolicyWaiverStatusDTO) SetAutoPolicyWaiverId(v string)

SetAutoPolicyWaiverId sets AutoPolicyWaiverId field to given value.

HasAutoPolicyWaiverId

func (o *ApiAutoPolicyWaiverStatusDTO) HasAutoPolicyWaiverId() bool

HasAutoPolicyWaiverId returns a boolean if a field has been set.

GetAutoPolicyWaiverOwnerId

func (o *ApiAutoPolicyWaiverStatusDTO) GetAutoPolicyWaiverOwnerId() string

GetAutoPolicyWaiverOwnerId returns the AutoPolicyWaiverOwnerId field if non-nil, zero value otherwise.

GetAutoPolicyWaiverOwnerIdOk

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.

SetAutoPolicyWaiverOwnerId

func (o *ApiAutoPolicyWaiverStatusDTO) SetAutoPolicyWaiverOwnerId(v string)

SetAutoPolicyWaiverOwnerId sets AutoPolicyWaiverOwnerId field to given value.

HasAutoPolicyWaiverOwnerId

func (o *ApiAutoPolicyWaiverStatusDTO) HasAutoPolicyWaiverOwnerId() bool

HasAutoPolicyWaiverOwnerId returns a boolean if a field has been set.

GetAutoPolicyWaiverOwnerName

func (o *ApiAutoPolicyWaiverStatusDTO) GetAutoPolicyWaiverOwnerName() string

GetAutoPolicyWaiverOwnerName returns the AutoPolicyWaiverOwnerName field if non-nil, zero value otherwise.

GetAutoPolicyWaiverOwnerNameOk

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.

SetAutoPolicyWaiverOwnerName

func (o *ApiAutoPolicyWaiverStatusDTO) SetAutoPolicyWaiverOwnerName(v string)

SetAutoPolicyWaiverOwnerName sets AutoPolicyWaiverOwnerName field to given value.

HasAutoPolicyWaiverOwnerName

func (o *ApiAutoPolicyWaiverStatusDTO) HasAutoPolicyWaiverOwnerName() bool

HasAutoPolicyWaiverOwnerName returns a boolean if a field has been set.

GetIsAutoWaiverEnabled

func (o *ApiAutoPolicyWaiverStatusDTO) GetIsAutoWaiverEnabled() bool

GetIsAutoWaiverEnabled returns the IsAutoWaiverEnabled field if non-nil, zero value otherwise.

GetIsAutoWaiverEnabledOk

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.

SetIsAutoWaiverEnabled

func (o *ApiAutoPolicyWaiverStatusDTO) SetIsAutoWaiverEnabled(v bool)

SetIsAutoWaiverEnabled sets IsAutoWaiverEnabled field to given value.

HasIsAutoWaiverEnabled

func (o *ApiAutoPolicyWaiverStatusDTO) HasIsAutoWaiverEnabled() bool

HasIsAutoWaiverEnabled returns a boolean if a field has been set.

GetIsInherited

func (o *ApiAutoPolicyWaiverStatusDTO) GetIsInherited() bool

GetIsInherited returns the IsInherited field if non-nil, zero value otherwise.

GetIsInheritedOk

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.

SetIsInherited

func (o *ApiAutoPolicyWaiverStatusDTO) SetIsInherited(v bool)

SetIsInherited sets IsInherited field to given value.

HasIsInherited

func (o *ApiAutoPolicyWaiverStatusDTO) HasIsInherited() bool

HasIsInherited returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]