Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.5 KB

VulnerabilityRegistrationCreate.md

File metadata and controls

82 lines (45 loc) · 2.5 KB

VulnerabilityRegistrationCreate

Properties

Name Type Description Notes
Product Pointer to string [optional]
Version Pointer to string [optional]

Methods

NewVulnerabilityRegistrationCreate

func NewVulnerabilityRegistrationCreate() *VulnerabilityRegistrationCreate

NewVulnerabilityRegistrationCreate instantiates a new VulnerabilityRegistrationCreate 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

NewVulnerabilityRegistrationCreateWithDefaults

func NewVulnerabilityRegistrationCreateWithDefaults() *VulnerabilityRegistrationCreate

NewVulnerabilityRegistrationCreateWithDefaults instantiates a new VulnerabilityRegistrationCreate 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

GetProduct

func (o *VulnerabilityRegistrationCreate) GetProduct() string

GetProduct returns the Product field if non-nil, zero value otherwise.

GetProductOk

func (o *VulnerabilityRegistrationCreate) GetProductOk() (*string, bool)

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

SetProduct

func (o *VulnerabilityRegistrationCreate) SetProduct(v string)

SetProduct sets Product field to given value.

HasProduct

func (o *VulnerabilityRegistrationCreate) HasProduct() bool

HasProduct returns a boolean if a field has been set.

GetVersion

func (o *VulnerabilityRegistrationCreate) GetVersion() string

GetVersion returns the Version field if non-nil, zero value otherwise.

GetVersionOk

func (o *VulnerabilityRegistrationCreate) GetVersionOk() (*string, bool)

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

SetVersion

func (o *VulnerabilityRegistrationCreate) SetVersion(v string)

SetVersion sets Version field to given value.

HasVersion

func (o *VulnerabilityRegistrationCreate) HasVersion() bool

HasVersion returns a boolean if a field has been set.

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