Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 2.09 KB

GetSuggestedRemediationForComponent200Response.md

File metadata and controls

51 lines (28 loc) · 2.09 KB

GetSuggestedRemediationForComponent200Response

Properties

Name Type Description Notes
Remediation ApiComponentRemediationValueDTO

Methods

NewGetSuggestedRemediationForComponent200Response

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

NewGetSuggestedRemediationForComponent200ResponseWithDefaults

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

GetRemediation

func (o *GetSuggestedRemediationForComponent200Response) GetRemediation() ApiComponentRemediationValueDTO

GetRemediation returns the Remediation field if non-nil, zero value otherwise.

GetRemediationOk

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.

SetRemediation

func (o *GetSuggestedRemediationForComponent200Response) SetRemediation(v ApiComponentRemediationValueDTO)

SetRemediation sets Remediation field to given value.

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