Name | Type | Description | Notes |
---|---|---|---|
Count | Pointer to int32 | [optional] | |
Next | Pointer to interface{} | [optional] | |
Previous | Pointer to interface{} | [optional] | |
MalwareCount | Pointer to int32 | [optional] | |
PupCount | Pointer to int32 | [optional] | |
Results | Pointer to interface{} | [optional] |
func NewThreatsGetThreatDetails200Response() *ThreatsGetThreatDetails200Response
NewThreatsGetThreatDetails200Response instantiates a new ThreatsGetThreatDetails200Response 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 NewThreatsGetThreatDetails200ResponseWithDefaults() *ThreatsGetThreatDetails200Response
NewThreatsGetThreatDetails200ResponseWithDefaults instantiates a new ThreatsGetThreatDetails200Response 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 *ThreatsGetThreatDetails200Response) GetCount() int32
GetCount returns the Count field if non-nil, zero value otherwise.
func (o *ThreatsGetThreatDetails200Response) GetCountOk() (*int32, bool)
GetCountOk returns a tuple with the Count field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ThreatsGetThreatDetails200Response) SetCount(v int32)
SetCount sets Count field to given value.
func (o *ThreatsGetThreatDetails200Response) HasCount() bool
HasCount returns a boolean if a field has been set.
func (o *ThreatsGetThreatDetails200Response) GetNext() interface{}
GetNext returns the Next field if non-nil, zero value otherwise.
func (o *ThreatsGetThreatDetails200Response) GetNextOk() (*interface{}, bool)
GetNextOk returns a tuple with the Next field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ThreatsGetThreatDetails200Response) SetNext(v interface{})
SetNext sets Next field to given value.
func (o *ThreatsGetThreatDetails200Response) HasNext() bool
HasNext returns a boolean if a field has been set.
func (o *ThreatsGetThreatDetails200Response) SetNextNil(b bool)
SetNextNil sets the value for Next to be an explicit nil
func (o *ThreatsGetThreatDetails200Response) UnsetNext()
UnsetNext ensures that no value is present for Next, not even an explicit nil
func (o *ThreatsGetThreatDetails200Response) GetPrevious() interface{}
GetPrevious returns the Previous field if non-nil, zero value otherwise.
func (o *ThreatsGetThreatDetails200Response) GetPreviousOk() (*interface{}, bool)
GetPreviousOk returns a tuple with the Previous field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ThreatsGetThreatDetails200Response) SetPrevious(v interface{})
SetPrevious sets Previous field to given value.
func (o *ThreatsGetThreatDetails200Response) HasPrevious() bool
HasPrevious returns a boolean if a field has been set.
func (o *ThreatsGetThreatDetails200Response) SetPreviousNil(b bool)
SetPreviousNil sets the value for Previous to be an explicit nil
func (o *ThreatsGetThreatDetails200Response) UnsetPrevious()
UnsetPrevious ensures that no value is present for Previous, not even an explicit nil
func (o *ThreatsGetThreatDetails200Response) GetMalwareCount() int32
GetMalwareCount returns the MalwareCount field if non-nil, zero value otherwise.
func (o *ThreatsGetThreatDetails200Response) GetMalwareCountOk() (*int32, bool)
GetMalwareCountOk returns a tuple with the MalwareCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ThreatsGetThreatDetails200Response) SetMalwareCount(v int32)
SetMalwareCount sets MalwareCount field to given value.
func (o *ThreatsGetThreatDetails200Response) HasMalwareCount() bool
HasMalwareCount returns a boolean if a field has been set.
func (o *ThreatsGetThreatDetails200Response) GetPupCount() int32
GetPupCount returns the PupCount field if non-nil, zero value otherwise.
func (o *ThreatsGetThreatDetails200Response) GetPupCountOk() (*int32, bool)
GetPupCountOk returns a tuple with the PupCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ThreatsGetThreatDetails200Response) SetPupCount(v int32)
SetPupCount sets PupCount field to given value.
func (o *ThreatsGetThreatDetails200Response) HasPupCount() bool
HasPupCount returns a boolean if a field has been set.
func (o *ThreatsGetThreatDetails200Response) GetResults() interface{}
GetResults returns the Results field if non-nil, zero value otherwise.
func (o *ThreatsGetThreatDetails200Response) GetResultsOk() (*interface{}, bool)
GetResultsOk returns a tuple with the Results field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ThreatsGetThreatDetails200Response) SetResults(v interface{})
SetResults sets Results field to given value.
func (o *ThreatsGetThreatDetails200Response) HasResults() bool
HasResults returns a boolean if a field has been set.
func (o *ThreatsGetThreatDetails200Response) SetResultsNil(b bool)
SetResultsNil sets the value for Results to be an explicit nil
func (o *ThreatsGetThreatDetails200Response) UnsetResults()
UnsetResults ensures that no value is present for Results, not even an explicit nil