Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.83 KB

ApiSecurityIssueAnalysisDTO.md

File metadata and controls

134 lines (73 loc) · 3.83 KB

ApiSecurityIssueAnalysisDTO

Properties

Name Type Description Notes
Detail Pointer to string [optional]
Justification Pointer to string [optional]
Response Pointer to string [optional]
State Pointer to string [optional]

Methods

NewApiSecurityIssueAnalysisDTO

func NewApiSecurityIssueAnalysisDTO() *ApiSecurityIssueAnalysisDTO

NewApiSecurityIssueAnalysisDTO instantiates a new ApiSecurityIssueAnalysisDTO 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

NewApiSecurityIssueAnalysisDTOWithDefaults

func NewApiSecurityIssueAnalysisDTOWithDefaults() *ApiSecurityIssueAnalysisDTO

NewApiSecurityIssueAnalysisDTOWithDefaults instantiates a new ApiSecurityIssueAnalysisDTO 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

GetDetail

func (o *ApiSecurityIssueAnalysisDTO) GetDetail() string

GetDetail returns the Detail field if non-nil, zero value otherwise.

GetDetailOk

func (o *ApiSecurityIssueAnalysisDTO) GetDetailOk() (*string, bool)

GetDetailOk returns a tuple with the Detail field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDetail

func (o *ApiSecurityIssueAnalysisDTO) SetDetail(v string)

SetDetail sets Detail field to given value.

HasDetail

func (o *ApiSecurityIssueAnalysisDTO) HasDetail() bool

HasDetail returns a boolean if a field has been set.

GetJustification

func (o *ApiSecurityIssueAnalysisDTO) GetJustification() string

GetJustification returns the Justification field if non-nil, zero value otherwise.

GetJustificationOk

func (o *ApiSecurityIssueAnalysisDTO) GetJustificationOk() (*string, bool)

GetJustificationOk returns a tuple with the Justification field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetJustification

func (o *ApiSecurityIssueAnalysisDTO) SetJustification(v string)

SetJustification sets Justification field to given value.

HasJustification

func (o *ApiSecurityIssueAnalysisDTO) HasJustification() bool

HasJustification returns a boolean if a field has been set.

GetResponse

func (o *ApiSecurityIssueAnalysisDTO) GetResponse() string

GetResponse returns the Response field if non-nil, zero value otherwise.

GetResponseOk

func (o *ApiSecurityIssueAnalysisDTO) GetResponseOk() (*string, bool)

GetResponseOk returns a tuple with the Response field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetResponse

func (o *ApiSecurityIssueAnalysisDTO) SetResponse(v string)

SetResponse sets Response field to given value.

HasResponse

func (o *ApiSecurityIssueAnalysisDTO) HasResponse() bool

HasResponse returns a boolean if a field has been set.

GetState

func (o *ApiSecurityIssueAnalysisDTO) GetState() string

GetState returns the State field if non-nil, zero value otherwise.

GetStateOk

func (o *ApiSecurityIssueAnalysisDTO) GetStateOk() (*string, bool)

GetStateOk returns a tuple with the State field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetState

func (o *ApiSecurityIssueAnalysisDTO) SetState(v string)

SetState sets State field to given value.

HasState

func (o *ApiSecurityIssueAnalysisDTO) HasState() bool

HasState returns a boolean if a field has been set.

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