Name | Type | Description | Notes |
---|---|---|---|
Remediation | ApiComponentRemediationValueDTO |
func NewGetSuggestedRemediationForComponent200Response(remediation ApiComponentRemediationValueDTO, ) *GetSuggestedRemediationForComponent200Response
NewGetSuggestedRemediationForComponent200Response instantiates a new GetSuggestedRemediationForComponent200Response 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 NewGetSuggestedRemediationForComponent200ResponseWithDefaults() *GetSuggestedRemediationForComponent200Response
NewGetSuggestedRemediationForComponent200ResponseWithDefaults instantiates a new GetSuggestedRemediationForComponent200Response 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 *GetSuggestedRemediationForComponent200Response) GetRemediation() ApiComponentRemediationValueDTO
GetRemediation returns the Remediation field if non-nil, zero value otherwise.
func (o *GetSuggestedRemediationForComponent200Response) GetRemediationOk() (*ApiComponentRemediationValueDTO, bool)
GetRemediationOk returns a tuple with the Remediation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetSuggestedRemediationForComponent200Response) SetRemediation(v ApiComponentRemediationValueDTO)
SetRemediation sets Remediation field to given value.