Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.32 KB

VulnerabilitySource.md

File metadata and controls

82 lines (45 loc) · 2.32 KB

VulnerabilitySource

Properties

Name Type Description Notes
LongName Pointer to string [optional]
ShortName Pointer to string [optional]

Methods

NewVulnerabilitySource

func NewVulnerabilitySource() *VulnerabilitySource

NewVulnerabilitySource instantiates a new VulnerabilitySource 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

NewVulnerabilitySourceWithDefaults

func NewVulnerabilitySourceWithDefaults() *VulnerabilitySource

NewVulnerabilitySourceWithDefaults instantiates a new VulnerabilitySource 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

GetLongName

func (o *VulnerabilitySource) GetLongName() string

GetLongName returns the LongName field if non-nil, zero value otherwise.

GetLongNameOk

func (o *VulnerabilitySource) GetLongNameOk() (*string, bool)

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

SetLongName

func (o *VulnerabilitySource) SetLongName(v string)

SetLongName sets LongName field to given value.

HasLongName

func (o *VulnerabilitySource) HasLongName() bool

HasLongName returns a boolean if a field has been set.

GetShortName

func (o *VulnerabilitySource) GetShortName() string

GetShortName returns the ShortName field if non-nil, zero value otherwise.

GetShortNameOk

func (o *VulnerabilitySource) GetShortNameOk() (*string, bool)

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

SetShortName

func (o *VulnerabilitySource) SetShortName(v string)

SetShortName sets ShortName field to given value.

HasShortName

func (o *VulnerabilitySource) HasShortName() bool

HasShortName returns a boolean if a field has been set.

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