Name | Type | Description | Notes |
---|---|---|---|
ComponentLocator | ComponentLocator | ||
VulnerabilityAnalysis | VulnerabilityAnalysis |
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
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
func (o *SBOMVulnerabilityAnalysisRequest) GetComponentLocator() ComponentLocator
GetComponentLocator returns the ComponentLocator field if non-nil, zero value otherwise.
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.
func (o *SBOMVulnerabilityAnalysisRequest) SetComponentLocator(v ComponentLocator)
SetComponentLocator sets ComponentLocator field to given value.
func (o *SBOMVulnerabilityAnalysisRequest) GetVulnerabilityAnalysis() VulnerabilityAnalysis
GetVulnerabilityAnalysis returns the VulnerabilityAnalysis field if non-nil, zero value otherwise.
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.
func (o *SBOMVulnerabilityAnalysisRequest) SetVulnerabilityAnalysis(v VulnerabilityAnalysis)
SetVulnerabilityAnalysis sets VulnerabilityAnalysis field to given value.