Skip to content

Latest commit

 

History

History
139 lines (76 loc) · 4.57 KB

ModelVulnerabilityScanTriggerReq.md

File metadata and controls

139 lines (76 loc) · 4.57 KB

ModelVulnerabilityScanTriggerReq

Properties

Name Type Description Notes
Filters ModelScanFilter
IsPriority Pointer to bool [optional]
NodeIds []ModelNodeIdentifier
ScanConfig []ModelVulnerabilityScanConfigLanguage

Methods

NewModelVulnerabilityScanTriggerReq

func NewModelVulnerabilityScanTriggerReq(filters ModelScanFilter, nodeIds []ModelNodeIdentifier, scanConfig []ModelVulnerabilityScanConfigLanguage, ) *ModelVulnerabilityScanTriggerReq

NewModelVulnerabilityScanTriggerReq instantiates a new ModelVulnerabilityScanTriggerReq 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

NewModelVulnerabilityScanTriggerReqWithDefaults

func NewModelVulnerabilityScanTriggerReqWithDefaults() *ModelVulnerabilityScanTriggerReq

NewModelVulnerabilityScanTriggerReqWithDefaults instantiates a new ModelVulnerabilityScanTriggerReq 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

GetFilters

func (o *ModelVulnerabilityScanTriggerReq) GetFilters() ModelScanFilter

GetFilters returns the Filters field if non-nil, zero value otherwise.

GetFiltersOk

func (o *ModelVulnerabilityScanTriggerReq) GetFiltersOk() (*ModelScanFilter, bool)

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

SetFilters

func (o *ModelVulnerabilityScanTriggerReq) SetFilters(v ModelScanFilter)

SetFilters sets Filters field to given value.

GetIsPriority

func (o *ModelVulnerabilityScanTriggerReq) GetIsPriority() bool

GetIsPriority returns the IsPriority field if non-nil, zero value otherwise.

GetIsPriorityOk

func (o *ModelVulnerabilityScanTriggerReq) GetIsPriorityOk() (*bool, bool)

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

SetIsPriority

func (o *ModelVulnerabilityScanTriggerReq) SetIsPriority(v bool)

SetIsPriority sets IsPriority field to given value.

HasIsPriority

func (o *ModelVulnerabilityScanTriggerReq) HasIsPriority() bool

HasIsPriority returns a boolean if a field has been set.

GetNodeIds

func (o *ModelVulnerabilityScanTriggerReq) GetNodeIds() []ModelNodeIdentifier

GetNodeIds returns the NodeIds field if non-nil, zero value otherwise.

GetNodeIdsOk

func (o *ModelVulnerabilityScanTriggerReq) GetNodeIdsOk() (*[]ModelNodeIdentifier, bool)

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

SetNodeIds

func (o *ModelVulnerabilityScanTriggerReq) SetNodeIds(v []ModelNodeIdentifier)

SetNodeIds sets NodeIds field to given value.

SetNodeIdsNil

func (o *ModelVulnerabilityScanTriggerReq) SetNodeIdsNil(b bool)

SetNodeIdsNil sets the value for NodeIds to be an explicit nil

UnsetNodeIds

func (o *ModelVulnerabilityScanTriggerReq) UnsetNodeIds()

UnsetNodeIds ensures that no value is present for NodeIds, not even an explicit nil

GetScanConfig

func (o *ModelVulnerabilityScanTriggerReq) GetScanConfig() []ModelVulnerabilityScanConfigLanguage

GetScanConfig returns the ScanConfig field if non-nil, zero value otherwise.

GetScanConfigOk

func (o *ModelVulnerabilityScanTriggerReq) GetScanConfigOk() (*[]ModelVulnerabilityScanConfigLanguage, bool)

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

SetScanConfig

func (o *ModelVulnerabilityScanTriggerReq) SetScanConfig(v []ModelVulnerabilityScanConfigLanguage)

SetScanConfig sets ScanConfig field to given value.

SetScanConfigNil

func (o *ModelVulnerabilityScanTriggerReq) SetScanConfigNil(b bool)

SetScanConfigNil sets the value for ScanConfig to be an explicit nil

UnsetScanConfig

func (o *ModelVulnerabilityScanTriggerReq) UnsetScanConfig()

UnsetScanConfig ensures that no value is present for ScanConfig, not even an explicit nil

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