Skip to content

Latest commit

 

History

History
186 lines (101 loc) · 6.08 KB

File metadata and controls

186 lines (101 loc) · 6.08 KB

ApiAutoPolicyWaiverExclusionRequestDTO

Properties

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]

Methods

NewApiAutoPolicyWaiverExclusionRequestDTO

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

NewApiAutoPolicyWaiverExclusionRequestDTOWithDefaults

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

GetApplicationPublicId

func (o *ApiAutoPolicyWaiverExclusionRequestDTO) GetApplicationPublicId() string

GetApplicationPublicId returns the ApplicationPublicId field if non-nil, zero value otherwise.

GetApplicationPublicIdOk

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.

SetApplicationPublicId

func (o *ApiAutoPolicyWaiverExclusionRequestDTO) SetApplicationPublicId(v string)

SetApplicationPublicId sets ApplicationPublicId field to given value.

HasApplicationPublicId

func (o *ApiAutoPolicyWaiverExclusionRequestDTO) HasApplicationPublicId() bool

HasApplicationPublicId returns a boolean if a field has been set.

GetAutoPolicyWaiverId

func (o *ApiAutoPolicyWaiverExclusionRequestDTO) GetAutoPolicyWaiverId() string

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

GetAutoPolicyWaiverIdOk

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.

SetAutoPolicyWaiverId

func (o *ApiAutoPolicyWaiverExclusionRequestDTO) SetAutoPolicyWaiverId(v string)

SetAutoPolicyWaiverId sets AutoPolicyWaiverId field to given value.

HasAutoPolicyWaiverId

func (o *ApiAutoPolicyWaiverExclusionRequestDTO) HasAutoPolicyWaiverId() bool

HasAutoPolicyWaiverId returns a boolean if a field has been set.

GetMatchStrategy

func (o *ApiAutoPolicyWaiverExclusionRequestDTO) GetMatchStrategy() string

GetMatchStrategy returns the MatchStrategy field if non-nil, zero value otherwise.

GetMatchStrategyOk

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.

SetMatchStrategy

func (o *ApiAutoPolicyWaiverExclusionRequestDTO) SetMatchStrategy(v string)

SetMatchStrategy sets MatchStrategy field to given value.

HasMatchStrategy

func (o *ApiAutoPolicyWaiverExclusionRequestDTO) HasMatchStrategy() bool

HasMatchStrategy returns a boolean if a field has been set.

GetOwnerId

func (o *ApiAutoPolicyWaiverExclusionRequestDTO) GetOwnerId() string

GetOwnerId returns the OwnerId field if non-nil, zero value otherwise.

GetOwnerIdOk

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.

SetOwnerId

func (o *ApiAutoPolicyWaiverExclusionRequestDTO) SetOwnerId(v string)

SetOwnerId sets OwnerId field to given value.

HasOwnerId

func (o *ApiAutoPolicyWaiverExclusionRequestDTO) HasOwnerId() bool

HasOwnerId returns a boolean if a field has been set.

GetPolicyViolationId

func (o *ApiAutoPolicyWaiverExclusionRequestDTO) GetPolicyViolationId() string

GetPolicyViolationId returns the PolicyViolationId field if non-nil, zero value otherwise.

GetPolicyViolationIdOk

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.

SetPolicyViolationId

func (o *ApiAutoPolicyWaiverExclusionRequestDTO) SetPolicyViolationId(v string)

SetPolicyViolationId sets PolicyViolationId field to given value.

HasPolicyViolationId

func (o *ApiAutoPolicyWaiverExclusionRequestDTO) HasPolicyViolationId() bool

HasPolicyViolationId returns a boolean if a field has been set.

GetScanId

func (o *ApiAutoPolicyWaiverExclusionRequestDTO) GetScanId() string

GetScanId returns the ScanId field if non-nil, zero value otherwise.

GetScanIdOk

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.

SetScanId

func (o *ApiAutoPolicyWaiverExclusionRequestDTO) SetScanId(v string)

SetScanId sets ScanId field to given value.

HasScanId

func (o *ApiAutoPolicyWaiverExclusionRequestDTO) HasScanId() bool

HasScanId returns a boolean if a field has been set.

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