# CVEDetailedBugzilla ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **Description** | **string** | | **Id** | **string** | | **Url** | **string** | | ## Methods ### NewCVEDetailedBugzilla `func NewCVEDetailedBugzilla(description string, id string, url string, ) *CVEDetailedBugzilla` NewCVEDetailedBugzilla instantiates a new CVEDetailedBugzilla 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 ### NewCVEDetailedBugzillaWithDefaults `func NewCVEDetailedBugzillaWithDefaults() *CVEDetailedBugzilla` NewCVEDetailedBugzillaWithDefaults instantiates a new CVEDetailedBugzilla 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 ### GetDescription `func (o *CVEDetailedBugzilla) GetDescription() string` GetDescription returns the Description field if non-nil, zero value otherwise. ### GetDescriptionOk `func (o *CVEDetailedBugzilla) GetDescriptionOk() (*string, bool)` GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetDescription `func (o *CVEDetailedBugzilla) SetDescription(v string)` SetDescription sets Description field to given value. ### GetId `func (o *CVEDetailedBugzilla) GetId() string` GetId returns the Id field if non-nil, zero value otherwise. ### GetIdOk `func (o *CVEDetailedBugzilla) 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 *CVEDetailedBugzilla) SetId(v string)` SetId sets Id field to given value. ### GetUrl `func (o *CVEDetailedBugzilla) GetUrl() string` GetUrl returns the Url field if non-nil, zero value otherwise. ### GetUrlOk `func (o *CVEDetailedBugzilla) 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 *CVEDetailedBugzilla) SetUrl(v string)` SetUrl sets Url field to given value. [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)