Name | Type | Description | Notes |
---|---|---|---|
Components | Pointer to []ApiMalwareComponentEvaluationRequest | [optional] | |
Format | Pointer to string | [optional] |
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
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
func (o *ApiMalwareComponentEvaluationRequestList) GetComponents() []ApiMalwareComponentEvaluationRequest
GetComponents returns the Components field if non-nil, zero value otherwise.
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.
func (o *ApiMalwareComponentEvaluationRequestList) SetComponents(v []ApiMalwareComponentEvaluationRequest)
SetComponents sets Components field to given value.
func (o *ApiMalwareComponentEvaluationRequestList) HasComponents() bool
HasComponents returns a boolean if a field has been set.
func (o *ApiMalwareComponentEvaluationRequestList) GetFormat() string
GetFormat returns the Format field if non-nil, zero value otherwise.
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.
func (o *ApiMalwareComponentEvaluationRequestList) SetFormat(v string)
SetFormat sets Format field to given value.
func (o *ApiMalwareComponentEvaluationRequestList) HasFormat() bool
HasFormat returns a boolean if a field has been set.