Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 4.17 KB

VulnerabilityIngestion.md

File metadata and controls

160 lines (87 loc) · 4.17 KB

VulnerabilityIngestion

Properties

Name Type Description Notes
Id Pointer to string [optional]
Name Pointer to string [optional]
File Pointer to string [optional]
ExecutedOn Pointer to time.Time [optional]
Message Pointer to string [optional]

Methods

NewVulnerabilityIngestion

func NewVulnerabilityIngestion() *VulnerabilityIngestion

NewVulnerabilityIngestion instantiates a new VulnerabilityIngestion 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

NewVulnerabilityIngestionWithDefaults

func NewVulnerabilityIngestionWithDefaults() *VulnerabilityIngestion

NewVulnerabilityIngestionWithDefaults instantiates a new VulnerabilityIngestion 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

GetId

func (o *VulnerabilityIngestion) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *VulnerabilityIngestion) GetIdOk() (*string, bool)

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

SetId

func (o *VulnerabilityIngestion) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *VulnerabilityIngestion) HasId() bool

HasId returns a boolean if a field has been set.

GetName

func (o *VulnerabilityIngestion) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *VulnerabilityIngestion) GetNameOk() (*string, bool)

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

SetName

func (o *VulnerabilityIngestion) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *VulnerabilityIngestion) HasName() bool

HasName returns a boolean if a field has been set.

GetFile

func (o *VulnerabilityIngestion) GetFile() string

GetFile returns the File field if non-nil, zero value otherwise.

GetFileOk

func (o *VulnerabilityIngestion) GetFileOk() (*string, bool)

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

SetFile

func (o *VulnerabilityIngestion) SetFile(v string)

SetFile sets File field to given value.

HasFile

func (o *VulnerabilityIngestion) HasFile() bool

HasFile returns a boolean if a field has been set.

GetExecutedOn

func (o *VulnerabilityIngestion) GetExecutedOn() time.Time

GetExecutedOn returns the ExecutedOn field if non-nil, zero value otherwise.

GetExecutedOnOk

func (o *VulnerabilityIngestion) GetExecutedOnOk() (*time.Time, bool)

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

SetExecutedOn

func (o *VulnerabilityIngestion) SetExecutedOn(v time.Time)

SetExecutedOn sets ExecutedOn field to given value.

HasExecutedOn

func (o *VulnerabilityIngestion) HasExecutedOn() bool

HasExecutedOn returns a boolean if a field has been set.

GetMessage

func (o *VulnerabilityIngestion) GetMessage() string

GetMessage returns the Message field if non-nil, zero value otherwise.

GetMessageOk

func (o *VulnerabilityIngestion) GetMessageOk() (*string, bool)

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

SetMessage

func (o *VulnerabilityIngestion) SetMessage(v string)

SetMessage sets Message field to given value.

HasMessage

func (o *VulnerabilityIngestion) HasMessage() bool

HasMessage returns a boolean if a field has been set.

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