Name | Type | Description | Notes |
---|---|---|---|
QuarantineEnabled | Pointer to bool | [optional] | |
QuarantineEnabledRepositoryCount | Pointer to int64 | [optional] | |
QuarantinedComponentCount | Pointer to int64 | [optional] | |
RepositoryCount | Pointer to int64 | [optional] | |
TotalComponentCount | Pointer to int64 | [optional] |
func NewApiFirewallQuarantineSummaryDTO() *ApiFirewallQuarantineSummaryDTO
NewApiFirewallQuarantineSummaryDTO instantiates a new ApiFirewallQuarantineSummaryDTO 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 NewApiFirewallQuarantineSummaryDTOWithDefaults() *ApiFirewallQuarantineSummaryDTO
NewApiFirewallQuarantineSummaryDTOWithDefaults instantiates a new ApiFirewallQuarantineSummaryDTO 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 *ApiFirewallQuarantineSummaryDTO) GetQuarantineEnabled() bool
GetQuarantineEnabled returns the QuarantineEnabled field if non-nil, zero value otherwise.
func (o *ApiFirewallQuarantineSummaryDTO) GetQuarantineEnabledOk() (*bool, bool)
GetQuarantineEnabledOk returns a tuple with the QuarantineEnabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiFirewallQuarantineSummaryDTO) SetQuarantineEnabled(v bool)
SetQuarantineEnabled sets QuarantineEnabled field to given value.
func (o *ApiFirewallQuarantineSummaryDTO) HasQuarantineEnabled() bool
HasQuarantineEnabled returns a boolean if a field has been set.
func (o *ApiFirewallQuarantineSummaryDTO) GetQuarantineEnabledRepositoryCount() int64
GetQuarantineEnabledRepositoryCount returns the QuarantineEnabledRepositoryCount field if non-nil, zero value otherwise.
func (o *ApiFirewallQuarantineSummaryDTO) GetQuarantineEnabledRepositoryCountOk() (*int64, bool)
GetQuarantineEnabledRepositoryCountOk returns a tuple with the QuarantineEnabledRepositoryCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiFirewallQuarantineSummaryDTO) SetQuarantineEnabledRepositoryCount(v int64)
SetQuarantineEnabledRepositoryCount sets QuarantineEnabledRepositoryCount field to given value.
func (o *ApiFirewallQuarantineSummaryDTO) HasQuarantineEnabledRepositoryCount() bool
HasQuarantineEnabledRepositoryCount returns a boolean if a field has been set.
func (o *ApiFirewallQuarantineSummaryDTO) GetQuarantinedComponentCount() int64
GetQuarantinedComponentCount returns the QuarantinedComponentCount field if non-nil, zero value otherwise.
func (o *ApiFirewallQuarantineSummaryDTO) GetQuarantinedComponentCountOk() (*int64, bool)
GetQuarantinedComponentCountOk returns a tuple with the QuarantinedComponentCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiFirewallQuarantineSummaryDTO) SetQuarantinedComponentCount(v int64)
SetQuarantinedComponentCount sets QuarantinedComponentCount field to given value.
func (o *ApiFirewallQuarantineSummaryDTO) HasQuarantinedComponentCount() bool
HasQuarantinedComponentCount returns a boolean if a field has been set.
func (o *ApiFirewallQuarantineSummaryDTO) GetRepositoryCount() int64
GetRepositoryCount returns the RepositoryCount field if non-nil, zero value otherwise.
func (o *ApiFirewallQuarantineSummaryDTO) GetRepositoryCountOk() (*int64, bool)
GetRepositoryCountOk returns a tuple with the RepositoryCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiFirewallQuarantineSummaryDTO) SetRepositoryCount(v int64)
SetRepositoryCount sets RepositoryCount field to given value.
func (o *ApiFirewallQuarantineSummaryDTO) HasRepositoryCount() bool
HasRepositoryCount returns a boolean if a field has been set.
func (o *ApiFirewallQuarantineSummaryDTO) GetTotalComponentCount() int64
GetTotalComponentCount returns the TotalComponentCount field if non-nil, zero value otherwise.
func (o *ApiFirewallQuarantineSummaryDTO) GetTotalComponentCountOk() (*int64, bool)
GetTotalComponentCountOk returns a tuple with the TotalComponentCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiFirewallQuarantineSummaryDTO) SetTotalComponentCount(v int64)
SetTotalComponentCount sets TotalComponentCount field to given value.
func (o *ApiFirewallQuarantineSummaryDTO) HasTotalComponentCount() bool
HasTotalComponentCount returns a boolean if a field has been set.