Name | Type | Description | Notes |
---|---|---|---|
Score | Pointer to float32 | [optional] | |
Source | Pointer to string | [optional] | |
SourceLabel | Pointer to string | [optional] | |
Vector | Pointer to string | [optional] |
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
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
func (o *SecurityVulnerabilitySeverity) GetScore() float32
GetScore returns the Score field if non-nil, zero value otherwise.
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.
func (o *SecurityVulnerabilitySeverity) SetScore(v float32)
SetScore sets Score field to given value.
func (o *SecurityVulnerabilitySeverity) HasScore() bool
HasScore returns a boolean if a field has been set.
func (o *SecurityVulnerabilitySeverity) GetSource() string
GetSource returns the Source field if non-nil, zero value otherwise.
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.
func (o *SecurityVulnerabilitySeverity) SetSource(v string)
SetSource sets Source field to given value.
func (o *SecurityVulnerabilitySeverity) HasSource() bool
HasSource returns a boolean if a field has been set.
func (o *SecurityVulnerabilitySeverity) GetSourceLabel() string
GetSourceLabel returns the SourceLabel field if non-nil, zero value otherwise.
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.
func (o *SecurityVulnerabilitySeverity) SetSourceLabel(v string)
SetSourceLabel sets SourceLabel field to given value.
func (o *SecurityVulnerabilitySeverity) HasSourceLabel() bool
HasSourceLabel returns a boolean if a field has been set.
func (o *SecurityVulnerabilitySeverity) GetVector() string
GetVector returns the Vector field if non-nil, zero value otherwise.
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.
func (o *SecurityVulnerabilitySeverity) SetVector(v string)
SetVector sets Vector field to given value.
func (o *SecurityVulnerabilitySeverity) HasVector() bool
HasVector returns a boolean if a field has been set.