Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.63 KB

GetCVECheckConfiguration200ResponseData.md

File metadata and controls

82 lines (45 loc) · 2.63 KB

GetCVECheckConfiguration200ResponseData

Properties

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]

Methods

NewGetCVECheckConfiguration200ResponseData

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

NewGetCVECheckConfiguration200ResponseDataWithDefaults

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

GetUrl

func (o *GetCVECheckConfiguration200ResponseData) GetUrl() string

GetUrl returns the Url field if non-nil, zero value otherwise.

GetUrlOk

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.

SetUrl

func (o *GetCVECheckConfiguration200ResponseData) SetUrl(v string)

SetUrl sets Url field to given value.

HasUrl

func (o *GetCVECheckConfiguration200ResponseData) HasUrl() bool

HasUrl returns a boolean if a field has been set.

GetApiKey

func (o *GetCVECheckConfiguration200ResponseData) GetApiKey() string

GetApiKey returns the ApiKey field if non-nil, zero value otherwise.

GetApiKeyOk

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.

SetApiKey

func (o *GetCVECheckConfiguration200ResponseData) SetApiKey(v string)

SetApiKey sets ApiKey field to given value.

HasApiKey

func (o *GetCVECheckConfiguration200ResponseData) HasApiKey() bool

HasApiKey returns a boolean if a field has been set.

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