Name | Type | Description | Notes |
---|---|---|---|
Results | []Vulnerability | ||
Target | string | ||
Type | string |
func NewVulnerabilityScan(results []Vulnerability, target string, type_ string, ) *VulnerabilityScan
NewVulnerabilityScan instantiates a new VulnerabilityScan 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 NewVulnerabilityScanWithDefaults() *VulnerabilityScan
NewVulnerabilityScanWithDefaults instantiates a new VulnerabilityScan 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 *VulnerabilityScan) GetResults() []Vulnerability
GetResults returns the Results field if non-nil, zero value otherwise.
func (o *VulnerabilityScan) GetResultsOk() (*[]Vulnerability, bool)
GetResultsOk returns a tuple with the Results field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VulnerabilityScan) SetResults(v []Vulnerability)
SetResults sets Results field to given value.
func (o *VulnerabilityScan) GetTarget() string
GetTarget returns the Target field if non-nil, zero value otherwise.
func (o *VulnerabilityScan) GetTargetOk() (*string, bool)
GetTargetOk returns a tuple with the Target field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VulnerabilityScan) SetTarget(v string)
SetTarget sets Target field to given value.
func (o *VulnerabilityScan) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *VulnerabilityScan) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VulnerabilityScan) SetType(v string)
SetType sets Type field to given value.