Name | Type | Description | Notes |
---|---|---|---|
ComponentList | Pointer to []MalwareDefenseData | [optional] |
func NewMalwareDefenseResponseList() *MalwareDefenseResponseList
NewMalwareDefenseResponseList instantiates a new MalwareDefenseResponseList 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 NewMalwareDefenseResponseListWithDefaults() *MalwareDefenseResponseList
NewMalwareDefenseResponseListWithDefaults instantiates a new MalwareDefenseResponseList 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 *MalwareDefenseResponseList) GetComponentList() []MalwareDefenseData
GetComponentList returns the ComponentList field if non-nil, zero value otherwise.
func (o *MalwareDefenseResponseList) GetComponentListOk() (*[]MalwareDefenseData, bool)
GetComponentListOk returns a tuple with the ComponentList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MalwareDefenseResponseList) SetComponentList(v []MalwareDefenseData)
SetComponentList sets ComponentList field to given value.
func (o *MalwareDefenseResponseList) HasComponentList() bool
HasComponentList returns a boolean if a field has been set.