Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.91 KB

MalwareDefenseResponseList.md

File metadata and controls

56 lines (31 loc) · 1.91 KB

MalwareDefenseResponseList

Properties

Name Type Description Notes
ComponentList Pointer to []MalwareDefenseData [optional]

Methods

NewMalwareDefenseResponseList

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

NewMalwareDefenseResponseListWithDefaults

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

GetComponentList

func (o *MalwareDefenseResponseList) GetComponentList() []MalwareDefenseData

GetComponentList returns the ComponentList field if non-nil, zero value otherwise.

GetComponentListOk

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.

SetComponentList

func (o *MalwareDefenseResponseList) SetComponentList(v []MalwareDefenseData)

SetComponentList sets ComponentList field to given value.

HasComponentList

func (o *MalwareDefenseResponseList) HasComponentList() bool

HasComponentList returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]