Name | Type | Description | Notes |
---|---|---|---|
Url | Pointer to string | Url used to check CVE | [optional] |
ApiKey | Pointer to string | Token used by to contact the API to check CVE | [optional] |
func NewGetCVECheckConfiguration200ResponseData() *GetCVECheckConfiguration200ResponseData
NewGetCVECheckConfiguration200ResponseData instantiates a new GetCVECheckConfiguration200ResponseData 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 NewGetCVECheckConfiguration200ResponseDataWithDefaults() *GetCVECheckConfiguration200ResponseData
NewGetCVECheckConfiguration200ResponseDataWithDefaults instantiates a new GetCVECheckConfiguration200ResponseData 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 *GetCVECheckConfiguration200ResponseData) GetUrl() string
GetUrl returns the Url field if non-nil, zero value otherwise.
func (o *GetCVECheckConfiguration200ResponseData) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetCVECheckConfiguration200ResponseData) SetUrl(v string)
SetUrl sets Url field to given value.
func (o *GetCVECheckConfiguration200ResponseData) HasUrl() bool
HasUrl returns a boolean if a field has been set.
func (o *GetCVECheckConfiguration200ResponseData) GetApiKey() string
GetApiKey returns the ApiKey field if non-nil, zero value otherwise.
func (o *GetCVECheckConfiguration200ResponseData) GetApiKeyOk() (*string, bool)
GetApiKeyOk returns a tuple with the ApiKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetCVECheckConfiguration200ResponseData) SetApiKey(v string)
SetApiKey sets ApiKey field to given value.
func (o *GetCVECheckConfiguration200ResponseData) HasApiKey() bool
HasApiKey returns a boolean if a field has been set.