Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 4.03 KB

SecurityVulnerabilityCustomData.md

File metadata and controls

134 lines (73 loc) · 4.03 KB

SecurityVulnerabilityCustomData

Properties

Name Type Description Notes
CvssSeverity Pointer to float32 [optional]
CvssVector Pointer to string [optional]
CweId Pointer to string [optional]
Remediation Pointer to string [optional]

Methods

NewSecurityVulnerabilityCustomData

func NewSecurityVulnerabilityCustomData() *SecurityVulnerabilityCustomData

NewSecurityVulnerabilityCustomData instantiates a new SecurityVulnerabilityCustomData 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

NewSecurityVulnerabilityCustomDataWithDefaults

func NewSecurityVulnerabilityCustomDataWithDefaults() *SecurityVulnerabilityCustomData

NewSecurityVulnerabilityCustomDataWithDefaults instantiates a new SecurityVulnerabilityCustomData 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

GetCvssSeverity

func (o *SecurityVulnerabilityCustomData) GetCvssSeverity() float32

GetCvssSeverity returns the CvssSeverity field if non-nil, zero value otherwise.

GetCvssSeverityOk

func (o *SecurityVulnerabilityCustomData) GetCvssSeverityOk() (*float32, bool)

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

SetCvssSeverity

func (o *SecurityVulnerabilityCustomData) SetCvssSeverity(v float32)

SetCvssSeverity sets CvssSeverity field to given value.

HasCvssSeverity

func (o *SecurityVulnerabilityCustomData) HasCvssSeverity() bool

HasCvssSeverity returns a boolean if a field has been set.

GetCvssVector

func (o *SecurityVulnerabilityCustomData) GetCvssVector() string

GetCvssVector returns the CvssVector field if non-nil, zero value otherwise.

GetCvssVectorOk

func (o *SecurityVulnerabilityCustomData) GetCvssVectorOk() (*string, bool)

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

SetCvssVector

func (o *SecurityVulnerabilityCustomData) SetCvssVector(v string)

SetCvssVector sets CvssVector field to given value.

HasCvssVector

func (o *SecurityVulnerabilityCustomData) HasCvssVector() bool

HasCvssVector returns a boolean if a field has been set.

GetCweId

func (o *SecurityVulnerabilityCustomData) GetCweId() string

GetCweId returns the CweId field if non-nil, zero value otherwise.

GetCweIdOk

func (o *SecurityVulnerabilityCustomData) GetCweIdOk() (*string, bool)

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

SetCweId

func (o *SecurityVulnerabilityCustomData) SetCweId(v string)

SetCweId sets CweId field to given value.

HasCweId

func (o *SecurityVulnerabilityCustomData) HasCweId() bool

HasCweId returns a boolean if a field has been set.

GetRemediation

func (o *SecurityVulnerabilityCustomData) GetRemediation() string

GetRemediation returns the Remediation field if non-nil, zero value otherwise.

GetRemediationOk

func (o *SecurityVulnerabilityCustomData) GetRemediationOk() (*string, bool)

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

SetRemediation

func (o *SecurityVulnerabilityCustomData) SetRemediation(v string)

SetRemediation sets Remediation field to given value.

HasRemediation

func (o *SecurityVulnerabilityCustomData) HasRemediation() bool

HasRemediation returns a boolean if a field has been set.

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