Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 2.51 KB

VulnerabilityScan.md

File metadata and controls

93 lines (50 loc) · 2.51 KB

VulnerabilityScan

Properties

Name Type Description Notes
Results []Vulnerability
Target string
Type string

Methods

NewVulnerabilityScan

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

NewVulnerabilityScanWithDefaults

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

GetResults

func (o *VulnerabilityScan) GetResults() []Vulnerability

GetResults returns the Results field if non-nil, zero value otherwise.

GetResultsOk

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.

SetResults

func (o *VulnerabilityScan) SetResults(v []Vulnerability)

SetResults sets Results field to given value.

GetTarget

func (o *VulnerabilityScan) GetTarget() string

GetTarget returns the Target field if non-nil, zero value otherwise.

GetTargetOk

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.

SetTarget

func (o *VulnerabilityScan) SetTarget(v string)

SetTarget sets Target field to given value.

GetType

func (o *VulnerabilityScan) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

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.

SetType

func (o *VulnerabilityScan) SetType(v string)

SetType sets Type field to given value.

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