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] |
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
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
func (o *ApiAutoPolicyWaiverRevocationDTO) GetAssociatedPackageUrl() string
GetAssociatedPackageUrl returns the AssociatedPackageUrl field if non-nil, zero value otherwise.
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.
func (o *ApiAutoPolicyWaiverRevocationDTO) SetAssociatedPackageUrl(v string)
SetAssociatedPackageUrl sets AssociatedPackageUrl field to given value.
func (o *ApiAutoPolicyWaiverRevocationDTO) HasAssociatedPackageUrl() bool
HasAssociatedPackageUrl returns a boolean if a field has been set.
func (o *ApiAutoPolicyWaiverRevocationDTO) GetAutoPolicyWaiverId() string
GetAutoPolicyWaiverId returns the AutoPolicyWaiverId field if non-nil, zero value otherwise.
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.
func (o *ApiAutoPolicyWaiverRevocationDTO) SetAutoPolicyWaiverId(v string)
SetAutoPolicyWaiverId sets AutoPolicyWaiverId field to given value.
func (o *ApiAutoPolicyWaiverRevocationDTO) HasAutoPolicyWaiverId() bool
HasAutoPolicyWaiverId returns a boolean if a field has been set.
func (o *ApiAutoPolicyWaiverRevocationDTO) GetAutoPolicyWaiverRevocationId() string
GetAutoPolicyWaiverRevocationId returns the AutoPolicyWaiverRevocationId field if non-nil, zero value otherwise.
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.
func (o *ApiAutoPolicyWaiverRevocationDTO) SetAutoPolicyWaiverRevocationId(v string)
SetAutoPolicyWaiverRevocationId sets AutoPolicyWaiverRevocationId field to given value.
func (o *ApiAutoPolicyWaiverRevocationDTO) HasAutoPolicyWaiverRevocationId() bool
HasAutoPolicyWaiverRevocationId returns a boolean if a field has been set.
func (o *ApiAutoPolicyWaiverRevocationDTO) GetCreateTime() time.Time
GetCreateTime returns the CreateTime field if non-nil, zero value otherwise.
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.
func (o *ApiAutoPolicyWaiverRevocationDTO) SetCreateTime(v time.Time)
SetCreateTime sets CreateTime field to given value.
func (o *ApiAutoPolicyWaiverRevocationDTO) HasCreateTime() bool
HasCreateTime returns a boolean if a field has been set.
func (o *ApiAutoPolicyWaiverRevocationDTO) GetCreatorId() string
GetCreatorId returns the CreatorId field if non-nil, zero value otherwise.
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.
func (o *ApiAutoPolicyWaiverRevocationDTO) SetCreatorId(v string)
SetCreatorId sets CreatorId field to given value.
func (o *ApiAutoPolicyWaiverRevocationDTO) HasCreatorId() bool
HasCreatorId returns a boolean if a field has been set.
func (o *ApiAutoPolicyWaiverRevocationDTO) GetCreatorName() string
GetCreatorName returns the CreatorName field if non-nil, zero value otherwise.
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.
func (o *ApiAutoPolicyWaiverRevocationDTO) SetCreatorName(v string)
SetCreatorName sets CreatorName field to given value.
func (o *ApiAutoPolicyWaiverRevocationDTO) HasCreatorName() bool
HasCreatorName returns a boolean if a field has been set.
func (o *ApiAutoPolicyWaiverRevocationDTO) GetHash() string
GetHash returns the Hash field if non-nil, zero value otherwise.
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.
func (o *ApiAutoPolicyWaiverRevocationDTO) SetHash(v string)
SetHash sets Hash field to given value.
func (o *ApiAutoPolicyWaiverRevocationDTO) HasHash() bool
HasHash returns a boolean if a field has been set.
func (o *ApiAutoPolicyWaiverRevocationDTO) GetOwnerId() string
GetOwnerId returns the OwnerId field if non-nil, zero value otherwise.
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.
func (o *ApiAutoPolicyWaiverRevocationDTO) SetOwnerId(v string)
SetOwnerId sets OwnerId field to given value.
func (o *ApiAutoPolicyWaiverRevocationDTO) HasOwnerId() bool
HasOwnerId returns a boolean if a field has been set.
func (o *ApiAutoPolicyWaiverRevocationDTO) GetScanId() string
GetScanId returns the ScanId field if non-nil, zero value otherwise.
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.
func (o *ApiAutoPolicyWaiverRevocationDTO) SetScanId(v string)
SetScanId sets ScanId field to given value.
func (o *ApiAutoPolicyWaiverRevocationDTO) HasScanId() bool
HasScanId returns a boolean if a field has been set.