| Name | Type | Description | Notes |
|---|---|---|---|
| Release | Pointer to bool | If true, the package is released from quarantine. | [optional] |
| Restore | Pointer to bool | If true, the package is released from quarantine. Note: This field is deprecated, please use 'release' instead. | [optional] |
func NewPackageQuarantineRequest() *PackageQuarantineRequest
NewPackageQuarantineRequest instantiates a new PackageQuarantineRequest 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 NewPackageQuarantineRequestWithDefaults() *PackageQuarantineRequest
NewPackageQuarantineRequestWithDefaults instantiates a new PackageQuarantineRequest 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 *PackageQuarantineRequest) GetRelease() bool
GetRelease returns the Release field if non-nil, zero value otherwise.
func (o *PackageQuarantineRequest) GetReleaseOk() (*bool, bool)
GetReleaseOk returns a tuple with the Release field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PackageQuarantineRequest) SetRelease(v bool)
SetRelease sets Release field to given value.
func (o *PackageQuarantineRequest) HasRelease() bool
HasRelease returns a boolean if a field has been set.
func (o *PackageQuarantineRequest) GetRestore() bool
GetRestore returns the Restore field if non-nil, zero value otherwise.
func (o *PackageQuarantineRequest) GetRestoreOk() (*bool, bool)
GetRestoreOk returns a tuple with the Restore field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PackageQuarantineRequest) SetRestore(v bool)
SetRestore sets Restore field to given value.
func (o *PackageQuarantineRequest) HasRestore() bool
HasRestore returns a boolean if a field has been set.