Name | Type | Description | Notes |
---|---|---|---|
AutoReleaseQuarantineCountMTD | Pointer to int64 | [optional] | |
AutoReleaseQuarantineCountYTD | Pointer to int64 | [optional] |
func NewApiFirewallReleaseQuarantineSummaryDTO() *ApiFirewallReleaseQuarantineSummaryDTO
NewApiFirewallReleaseQuarantineSummaryDTO instantiates a new ApiFirewallReleaseQuarantineSummaryDTO 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 NewApiFirewallReleaseQuarantineSummaryDTOWithDefaults() *ApiFirewallReleaseQuarantineSummaryDTO
NewApiFirewallReleaseQuarantineSummaryDTOWithDefaults instantiates a new ApiFirewallReleaseQuarantineSummaryDTO 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 *ApiFirewallReleaseQuarantineSummaryDTO) GetAutoReleaseQuarantineCountMTD() int64
GetAutoReleaseQuarantineCountMTD returns the AutoReleaseQuarantineCountMTD field if non-nil, zero value otherwise.
func (o *ApiFirewallReleaseQuarantineSummaryDTO) GetAutoReleaseQuarantineCountMTDOk() (*int64, bool)
GetAutoReleaseQuarantineCountMTDOk returns a tuple with the AutoReleaseQuarantineCountMTD field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiFirewallReleaseQuarantineSummaryDTO) SetAutoReleaseQuarantineCountMTD(v int64)
SetAutoReleaseQuarantineCountMTD sets AutoReleaseQuarantineCountMTD field to given value.
func (o *ApiFirewallReleaseQuarantineSummaryDTO) HasAutoReleaseQuarantineCountMTD() bool
HasAutoReleaseQuarantineCountMTD returns a boolean if a field has been set.
func (o *ApiFirewallReleaseQuarantineSummaryDTO) GetAutoReleaseQuarantineCountYTD() int64
GetAutoReleaseQuarantineCountYTD returns the AutoReleaseQuarantineCountYTD field if non-nil, zero value otherwise.
func (o *ApiFirewallReleaseQuarantineSummaryDTO) GetAutoReleaseQuarantineCountYTDOk() (*int64, bool)
GetAutoReleaseQuarantineCountYTDOk returns a tuple with the AutoReleaseQuarantineCountYTD field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiFirewallReleaseQuarantineSummaryDTO) SetAutoReleaseQuarantineCountYTD(v int64)
SetAutoReleaseQuarantineCountYTD sets AutoReleaseQuarantineCountYTD field to given value.
func (o *ApiFirewallReleaseQuarantineSummaryDTO) HasAutoReleaseQuarantineCountYTD() bool
HasAutoReleaseQuarantineCountYTD returns a boolean if a field has been set.