Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.82 KB

SecurityVulnerabilitySeverity.md

File metadata and controls

134 lines (73 loc) · 3.82 KB

SecurityVulnerabilitySeverity

Properties

Name Type Description Notes
Score Pointer to float32 [optional]
Source Pointer to string [optional]
SourceLabel Pointer to string [optional]
Vector Pointer to string [optional]

Methods

NewSecurityVulnerabilitySeverity

func NewSecurityVulnerabilitySeverity() *SecurityVulnerabilitySeverity

NewSecurityVulnerabilitySeverity instantiates a new SecurityVulnerabilitySeverity 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

NewSecurityVulnerabilitySeverityWithDefaults

func NewSecurityVulnerabilitySeverityWithDefaults() *SecurityVulnerabilitySeverity

NewSecurityVulnerabilitySeverityWithDefaults instantiates a new SecurityVulnerabilitySeverity 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

GetScore

func (o *SecurityVulnerabilitySeverity) GetScore() float32

GetScore returns the Score field if non-nil, zero value otherwise.

GetScoreOk

func (o *SecurityVulnerabilitySeverity) GetScoreOk() (*float32, bool)

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

SetScore

func (o *SecurityVulnerabilitySeverity) SetScore(v float32)

SetScore sets Score field to given value.

HasScore

func (o *SecurityVulnerabilitySeverity) HasScore() bool

HasScore returns a boolean if a field has been set.

GetSource

func (o *SecurityVulnerabilitySeverity) GetSource() string

GetSource returns the Source field if non-nil, zero value otherwise.

GetSourceOk

func (o *SecurityVulnerabilitySeverity) GetSourceOk() (*string, bool)

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

SetSource

func (o *SecurityVulnerabilitySeverity) SetSource(v string)

SetSource sets Source field to given value.

HasSource

func (o *SecurityVulnerabilitySeverity) HasSource() bool

HasSource returns a boolean if a field has been set.

GetSourceLabel

func (o *SecurityVulnerabilitySeverity) GetSourceLabel() string

GetSourceLabel returns the SourceLabel field if non-nil, zero value otherwise.

GetSourceLabelOk

func (o *SecurityVulnerabilitySeverity) GetSourceLabelOk() (*string, bool)

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

SetSourceLabel

func (o *SecurityVulnerabilitySeverity) SetSourceLabel(v string)

SetSourceLabel sets SourceLabel field to given value.

HasSourceLabel

func (o *SecurityVulnerabilitySeverity) HasSourceLabel() bool

HasSourceLabel returns a boolean if a field has been set.

GetVector

func (o *SecurityVulnerabilitySeverity) GetVector() string

GetVector returns the Vector field if non-nil, zero value otherwise.

GetVectorOk

func (o *SecurityVulnerabilitySeverity) GetVectorOk() (*string, bool)

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

SetVector

func (o *SecurityVulnerabilitySeverity) SetVector(v string)

SetVector sets Vector field to given value.

HasVector

func (o *SecurityVulnerabilitySeverity) HasVector() bool

HasVector returns a boolean if a field has been set.

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