Name | Type | Description | Notes |
---|---|---|---|
CVEChecks | []CveCheck |
func NewGetLastCVECheck200ResponseData(cVEChecks []CveCheck, ) *GetLastCVECheck200ResponseData
NewGetLastCVECheck200ResponseData instantiates a new GetLastCVECheck200ResponseData 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 NewGetLastCVECheck200ResponseDataWithDefaults() *GetLastCVECheck200ResponseData
NewGetLastCVECheck200ResponseDataWithDefaults instantiates a new GetLastCVECheck200ResponseData 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 *GetLastCVECheck200ResponseData) GetCVEChecks() []CveCheck
GetCVEChecks returns the CVEChecks field if non-nil, zero value otherwise.
func (o *GetLastCVECheck200ResponseData) GetCVEChecksOk() (*[]CveCheck, bool)
GetCVEChecksOk returns a tuple with the CVEChecks field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetLastCVECheck200ResponseData) SetCVEChecks(v []CveCheck)
SetCVEChecks sets CVEChecks field to given value.