Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.86 KB

ApiMalwareComponentEvaluationRequestList.md

File metadata and controls

82 lines (45 loc) · 2.86 KB

ApiMalwareComponentEvaluationRequestList

Properties

Name Type Description Notes
Components Pointer to []ApiMalwareComponentEvaluationRequest [optional]
Format Pointer to string [optional]

Methods

NewApiMalwareComponentEvaluationRequestList

func NewApiMalwareComponentEvaluationRequestList() *ApiMalwareComponentEvaluationRequestList

NewApiMalwareComponentEvaluationRequestList instantiates a new ApiMalwareComponentEvaluationRequestList 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

NewApiMalwareComponentEvaluationRequestListWithDefaults

func NewApiMalwareComponentEvaluationRequestListWithDefaults() *ApiMalwareComponentEvaluationRequestList

NewApiMalwareComponentEvaluationRequestListWithDefaults instantiates a new ApiMalwareComponentEvaluationRequestList 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

GetComponents

func (o *ApiMalwareComponentEvaluationRequestList) GetComponents() []ApiMalwareComponentEvaluationRequest

GetComponents returns the Components field if non-nil, zero value otherwise.

GetComponentsOk

func (o *ApiMalwareComponentEvaluationRequestList) GetComponentsOk() (*[]ApiMalwareComponentEvaluationRequest, bool)

GetComponentsOk returns a tuple with the Components field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetComponents

func (o *ApiMalwareComponentEvaluationRequestList) SetComponents(v []ApiMalwareComponentEvaluationRequest)

SetComponents sets Components field to given value.

HasComponents

func (o *ApiMalwareComponentEvaluationRequestList) HasComponents() bool

HasComponents returns a boolean if a field has been set.

GetFormat

func (o *ApiMalwareComponentEvaluationRequestList) GetFormat() string

GetFormat returns the Format field if non-nil, zero value otherwise.

GetFormatOk

func (o *ApiMalwareComponentEvaluationRequestList) GetFormatOk() (*string, bool)

GetFormatOk returns a tuple with the Format field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetFormat

func (o *ApiMalwareComponentEvaluationRequestList) SetFormat(v string)

SetFormat sets Format field to given value.

HasFormat

func (o *ApiMalwareComponentEvaluationRequestList) HasFormat() bool

HasFormat returns a boolean if a field has been set.

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