Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.73 KB

SBOMVulnerabilityAnalysisRequest.md

File metadata and controls

72 lines (39 loc) · 2.73 KB

SBOMVulnerabilityAnalysisRequest

Properties

Name Type Description Notes
ComponentLocator ComponentLocator
VulnerabilityAnalysis VulnerabilityAnalysis

Methods

NewSBOMVulnerabilityAnalysisRequest

func NewSBOMVulnerabilityAnalysisRequest(componentLocator ComponentLocator, vulnerabilityAnalysis VulnerabilityAnalysis, ) *SBOMVulnerabilityAnalysisRequest

NewSBOMVulnerabilityAnalysisRequest instantiates a new SBOMVulnerabilityAnalysisRequest 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

NewSBOMVulnerabilityAnalysisRequestWithDefaults

func NewSBOMVulnerabilityAnalysisRequestWithDefaults() *SBOMVulnerabilityAnalysisRequest

NewSBOMVulnerabilityAnalysisRequestWithDefaults instantiates a new SBOMVulnerabilityAnalysisRequest 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

GetComponentLocator

func (o *SBOMVulnerabilityAnalysisRequest) GetComponentLocator() ComponentLocator

GetComponentLocator returns the ComponentLocator field if non-nil, zero value otherwise.

GetComponentLocatorOk

func (o *SBOMVulnerabilityAnalysisRequest) GetComponentLocatorOk() (*ComponentLocator, bool)

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

SetComponentLocator

func (o *SBOMVulnerabilityAnalysisRequest) SetComponentLocator(v ComponentLocator)

SetComponentLocator sets ComponentLocator field to given value.

GetVulnerabilityAnalysis

func (o *SBOMVulnerabilityAnalysisRequest) GetVulnerabilityAnalysis() VulnerabilityAnalysis

GetVulnerabilityAnalysis returns the VulnerabilityAnalysis field if non-nil, zero value otherwise.

GetVulnerabilityAnalysisOk

func (o *SBOMVulnerabilityAnalysisRequest) GetVulnerabilityAnalysisOk() (*VulnerabilityAnalysis, bool)

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

SetVulnerabilityAnalysis

func (o *SBOMVulnerabilityAnalysisRequest) SetVulnerabilityAnalysis(v VulnerabilityAnalysis)

SetVulnerabilityAnalysis sets VulnerabilityAnalysis field to given value.

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