Skip to content

Latest commit

 

History

History
264 lines (143 loc) · 8.15 KB

ApiAutoPolicyWaiverRevocationDTO.md

File metadata and controls

264 lines (143 loc) · 8.15 KB

ApiAutoPolicyWaiverRevocationDTO

Properties

Name Type Description Notes
AssociatedPackageUrl Pointer to string [optional]
AutoPolicyWaiverId Pointer to string [optional]
AutoPolicyWaiverRevocationId Pointer to string [optional]
CreateTime Pointer to time.Time [optional]
CreatorId Pointer to string [optional]
CreatorName Pointer to string [optional]
Hash Pointer to string [optional]
OwnerId Pointer to string [optional]
ScanId Pointer to string [optional]

Methods

NewApiAutoPolicyWaiverRevocationDTO

func NewApiAutoPolicyWaiverRevocationDTO() *ApiAutoPolicyWaiverRevocationDTO

NewApiAutoPolicyWaiverRevocationDTO instantiates a new ApiAutoPolicyWaiverRevocationDTO 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

NewApiAutoPolicyWaiverRevocationDTOWithDefaults

func NewApiAutoPolicyWaiverRevocationDTOWithDefaults() *ApiAutoPolicyWaiverRevocationDTO

NewApiAutoPolicyWaiverRevocationDTOWithDefaults instantiates a new ApiAutoPolicyWaiverRevocationDTO 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

GetAssociatedPackageUrl

func (o *ApiAutoPolicyWaiverRevocationDTO) GetAssociatedPackageUrl() string

GetAssociatedPackageUrl returns the AssociatedPackageUrl field if non-nil, zero value otherwise.

GetAssociatedPackageUrlOk

func (o *ApiAutoPolicyWaiverRevocationDTO) GetAssociatedPackageUrlOk() (*string, bool)

GetAssociatedPackageUrlOk returns a tuple with the AssociatedPackageUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAssociatedPackageUrl

func (o *ApiAutoPolicyWaiverRevocationDTO) SetAssociatedPackageUrl(v string)

SetAssociatedPackageUrl sets AssociatedPackageUrl field to given value.

HasAssociatedPackageUrl

func (o *ApiAutoPolicyWaiverRevocationDTO) HasAssociatedPackageUrl() bool

HasAssociatedPackageUrl returns a boolean if a field has been set.

GetAutoPolicyWaiverId

func (o *ApiAutoPolicyWaiverRevocationDTO) GetAutoPolicyWaiverId() string

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

GetAutoPolicyWaiverIdOk

func (o *ApiAutoPolicyWaiverRevocationDTO) 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 *ApiAutoPolicyWaiverRevocationDTO) SetAutoPolicyWaiverId(v string)

SetAutoPolicyWaiverId sets AutoPolicyWaiverId field to given value.

HasAutoPolicyWaiverId

func (o *ApiAutoPolicyWaiverRevocationDTO) HasAutoPolicyWaiverId() bool

HasAutoPolicyWaiverId returns a boolean if a field has been set.

GetAutoPolicyWaiverRevocationId

func (o *ApiAutoPolicyWaiverRevocationDTO) GetAutoPolicyWaiverRevocationId() string

GetAutoPolicyWaiverRevocationId returns the AutoPolicyWaiverRevocationId field if non-nil, zero value otherwise.

GetAutoPolicyWaiverRevocationIdOk

func (o *ApiAutoPolicyWaiverRevocationDTO) GetAutoPolicyWaiverRevocationIdOk() (*string, bool)

GetAutoPolicyWaiverRevocationIdOk returns a tuple with the AutoPolicyWaiverRevocationId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAutoPolicyWaiverRevocationId

func (o *ApiAutoPolicyWaiverRevocationDTO) SetAutoPolicyWaiverRevocationId(v string)

SetAutoPolicyWaiverRevocationId sets AutoPolicyWaiverRevocationId field to given value.

HasAutoPolicyWaiverRevocationId

func (o *ApiAutoPolicyWaiverRevocationDTO) HasAutoPolicyWaiverRevocationId() bool

HasAutoPolicyWaiverRevocationId returns a boolean if a field has been set.

GetCreateTime

func (o *ApiAutoPolicyWaiverRevocationDTO) GetCreateTime() time.Time

GetCreateTime returns the CreateTime field if non-nil, zero value otherwise.

GetCreateTimeOk

func (o *ApiAutoPolicyWaiverRevocationDTO) GetCreateTimeOk() (*time.Time, bool)

GetCreateTimeOk returns a tuple with the CreateTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCreateTime

func (o *ApiAutoPolicyWaiverRevocationDTO) SetCreateTime(v time.Time)

SetCreateTime sets CreateTime field to given value.

HasCreateTime

func (o *ApiAutoPolicyWaiverRevocationDTO) HasCreateTime() bool

HasCreateTime returns a boolean if a field has been set.

GetCreatorId

func (o *ApiAutoPolicyWaiverRevocationDTO) GetCreatorId() string

GetCreatorId returns the CreatorId field if non-nil, zero value otherwise.

GetCreatorIdOk

func (o *ApiAutoPolicyWaiverRevocationDTO) GetCreatorIdOk() (*string, bool)

GetCreatorIdOk returns a tuple with the CreatorId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCreatorId

func (o *ApiAutoPolicyWaiverRevocationDTO) SetCreatorId(v string)

SetCreatorId sets CreatorId field to given value.

HasCreatorId

func (o *ApiAutoPolicyWaiverRevocationDTO) HasCreatorId() bool

HasCreatorId returns a boolean if a field has been set.

GetCreatorName

func (o *ApiAutoPolicyWaiverRevocationDTO) GetCreatorName() string

GetCreatorName returns the CreatorName field if non-nil, zero value otherwise.

GetCreatorNameOk

func (o *ApiAutoPolicyWaiverRevocationDTO) GetCreatorNameOk() (*string, bool)

GetCreatorNameOk returns a tuple with the CreatorName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCreatorName

func (o *ApiAutoPolicyWaiverRevocationDTO) SetCreatorName(v string)

SetCreatorName sets CreatorName field to given value.

HasCreatorName

func (o *ApiAutoPolicyWaiverRevocationDTO) HasCreatorName() bool

HasCreatorName returns a boolean if a field has been set.

GetHash

func (o *ApiAutoPolicyWaiverRevocationDTO) GetHash() string

GetHash returns the Hash field if non-nil, zero value otherwise.

GetHashOk

func (o *ApiAutoPolicyWaiverRevocationDTO) GetHashOk() (*string, bool)

GetHashOk returns a tuple with the Hash field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetHash

func (o *ApiAutoPolicyWaiverRevocationDTO) SetHash(v string)

SetHash sets Hash field to given value.

HasHash

func (o *ApiAutoPolicyWaiverRevocationDTO) HasHash() bool

HasHash returns a boolean if a field has been set.

GetOwnerId

func (o *ApiAutoPolicyWaiverRevocationDTO) GetOwnerId() string

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

GetOwnerIdOk

func (o *ApiAutoPolicyWaiverRevocationDTO) 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 *ApiAutoPolicyWaiverRevocationDTO) SetOwnerId(v string)

SetOwnerId sets OwnerId field to given value.

HasOwnerId

func (o *ApiAutoPolicyWaiverRevocationDTO) HasOwnerId() bool

HasOwnerId returns a boolean if a field has been set.

GetScanId

func (o *ApiAutoPolicyWaiverRevocationDTO) GetScanId() string

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

GetScanIdOk

func (o *ApiAutoPolicyWaiverRevocationDTO) 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 *ApiAutoPolicyWaiverRevocationDTO) SetScanId(v string)

SetScanId sets ScanId field to given value.

HasScanId

func (o *ApiAutoPolicyWaiverRevocationDTO) HasScanId() bool

HasScanId returns a boolean if a field has been set.

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