Skip to content

Latest commit

 

History

History
161 lines (86 loc) · 5.44 KB

ModelGenerativeAiIntegrationVulnerabilityRequest.md

File metadata and controls

161 lines (86 loc) · 5.44 KB

ModelGenerativeAiIntegrationVulnerabilityRequest

Properties

Name Type Description Notes
CveCausedByPackage string
CveId string
CveType string
IntegrationId Pointer to int32 [optional]
QueryType string
RemediationFormat string

Methods

NewModelGenerativeAiIntegrationVulnerabilityRequest

func NewModelGenerativeAiIntegrationVulnerabilityRequest(cveCausedByPackage string, cveId string, cveType string, queryType string, remediationFormat string, ) *ModelGenerativeAiIntegrationVulnerabilityRequest

NewModelGenerativeAiIntegrationVulnerabilityRequest instantiates a new ModelGenerativeAiIntegrationVulnerabilityRequest 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

NewModelGenerativeAiIntegrationVulnerabilityRequestWithDefaults

func NewModelGenerativeAiIntegrationVulnerabilityRequestWithDefaults() *ModelGenerativeAiIntegrationVulnerabilityRequest

NewModelGenerativeAiIntegrationVulnerabilityRequestWithDefaults instantiates a new ModelGenerativeAiIntegrationVulnerabilityRequest 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

GetCveCausedByPackage

func (o *ModelGenerativeAiIntegrationVulnerabilityRequest) GetCveCausedByPackage() string

GetCveCausedByPackage returns the CveCausedByPackage field if non-nil, zero value otherwise.

GetCveCausedByPackageOk

func (o *ModelGenerativeAiIntegrationVulnerabilityRequest) GetCveCausedByPackageOk() (*string, bool)

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

SetCveCausedByPackage

func (o *ModelGenerativeAiIntegrationVulnerabilityRequest) SetCveCausedByPackage(v string)

SetCveCausedByPackage sets CveCausedByPackage field to given value.

GetCveId

func (o *ModelGenerativeAiIntegrationVulnerabilityRequest) GetCveId() string

GetCveId returns the CveId field if non-nil, zero value otherwise.

GetCveIdOk

func (o *ModelGenerativeAiIntegrationVulnerabilityRequest) GetCveIdOk() (*string, bool)

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

SetCveId

func (o *ModelGenerativeAiIntegrationVulnerabilityRequest) SetCveId(v string)

SetCveId sets CveId field to given value.

GetCveType

func (o *ModelGenerativeAiIntegrationVulnerabilityRequest) GetCveType() string

GetCveType returns the CveType field if non-nil, zero value otherwise.

GetCveTypeOk

func (o *ModelGenerativeAiIntegrationVulnerabilityRequest) GetCveTypeOk() (*string, bool)

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

SetCveType

func (o *ModelGenerativeAiIntegrationVulnerabilityRequest) SetCveType(v string)

SetCveType sets CveType field to given value.

GetIntegrationId

func (o *ModelGenerativeAiIntegrationVulnerabilityRequest) GetIntegrationId() int32

GetIntegrationId returns the IntegrationId field if non-nil, zero value otherwise.

GetIntegrationIdOk

func (o *ModelGenerativeAiIntegrationVulnerabilityRequest) GetIntegrationIdOk() (*int32, bool)

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

SetIntegrationId

func (o *ModelGenerativeAiIntegrationVulnerabilityRequest) SetIntegrationId(v int32)

SetIntegrationId sets IntegrationId field to given value.

HasIntegrationId

func (o *ModelGenerativeAiIntegrationVulnerabilityRequest) HasIntegrationId() bool

HasIntegrationId returns a boolean if a field has been set.

GetQueryType

func (o *ModelGenerativeAiIntegrationVulnerabilityRequest) GetQueryType() string

GetQueryType returns the QueryType field if non-nil, zero value otherwise.

GetQueryTypeOk

func (o *ModelGenerativeAiIntegrationVulnerabilityRequest) GetQueryTypeOk() (*string, bool)

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

SetQueryType

func (o *ModelGenerativeAiIntegrationVulnerabilityRequest) SetQueryType(v string)

SetQueryType sets QueryType field to given value.

GetRemediationFormat

func (o *ModelGenerativeAiIntegrationVulnerabilityRequest) GetRemediationFormat() string

GetRemediationFormat returns the RemediationFormat field if non-nil, zero value otherwise.

GetRemediationFormatOk

func (o *ModelGenerativeAiIntegrationVulnerabilityRequest) GetRemediationFormatOk() (*string, bool)

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

SetRemediationFormat

func (o *ModelGenerativeAiIntegrationVulnerabilityRequest) SetRemediationFormat(v string)

SetRemediationFormat sets RemediationFormat field to given value.

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