Name | Type | Description | Notes |
---|---|---|---|
Result | string | Result of the request | |
Action | string | The id of the action | |
Data | UpdateCVE200ResponseData |
func NewUpdateCVE200Response(result string, action string, data UpdateCVE200ResponseData, ) *UpdateCVE200Response
NewUpdateCVE200Response instantiates a new UpdateCVE200Response 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 NewUpdateCVE200ResponseWithDefaults() *UpdateCVE200Response
NewUpdateCVE200ResponseWithDefaults instantiates a new UpdateCVE200Response 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 *UpdateCVE200Response) GetResult() string
GetResult returns the Result field if non-nil, zero value otherwise.
func (o *UpdateCVE200Response) GetResultOk() (*string, bool)
GetResultOk returns a tuple with the Result field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateCVE200Response) SetResult(v string)
SetResult sets Result field to given value.
func (o *UpdateCVE200Response) GetAction() string
GetAction returns the Action field if non-nil, zero value otherwise.
func (o *UpdateCVE200Response) GetActionOk() (*string, bool)
GetActionOk returns a tuple with the Action field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateCVE200Response) SetAction(v string)
SetAction sets Action field to given value.
func (o *UpdateCVE200Response) GetData() UpdateCVE200ResponseData
GetData returns the Data field if non-nil, zero value otherwise.
func (o *UpdateCVE200Response) GetDataOk() (*UpdateCVE200ResponseData, bool)
GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateCVE200Response) SetData(v UpdateCVE200ResponseData)
SetData sets Data field to given value.