Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.8 KB

ApiReportConstraintConditionDTOV2.md

File metadata and controls

82 lines (45 loc) · 2.8 KB

ApiReportConstraintConditionDTOV2

Properties

Name Type Description Notes
ConditionReason Pointer to string [optional]
ConditionSummary Pointer to string [optional]

Methods

NewApiReportConstraintConditionDTOV2

func NewApiReportConstraintConditionDTOV2() *ApiReportConstraintConditionDTOV2

NewApiReportConstraintConditionDTOV2 instantiates a new ApiReportConstraintConditionDTOV2 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

NewApiReportConstraintConditionDTOV2WithDefaults

func NewApiReportConstraintConditionDTOV2WithDefaults() *ApiReportConstraintConditionDTOV2

NewApiReportConstraintConditionDTOV2WithDefaults instantiates a new ApiReportConstraintConditionDTOV2 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

GetConditionReason

func (o *ApiReportConstraintConditionDTOV2) GetConditionReason() string

GetConditionReason returns the ConditionReason field if non-nil, zero value otherwise.

GetConditionReasonOk

func (o *ApiReportConstraintConditionDTOV2) GetConditionReasonOk() (*string, bool)

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

SetConditionReason

func (o *ApiReportConstraintConditionDTOV2) SetConditionReason(v string)

SetConditionReason sets ConditionReason field to given value.

HasConditionReason

func (o *ApiReportConstraintConditionDTOV2) HasConditionReason() bool

HasConditionReason returns a boolean if a field has been set.

GetConditionSummary

func (o *ApiReportConstraintConditionDTOV2) GetConditionSummary() string

GetConditionSummary returns the ConditionSummary field if non-nil, zero value otherwise.

GetConditionSummaryOk

func (o *ApiReportConstraintConditionDTOV2) GetConditionSummaryOk() (*string, bool)

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

SetConditionSummary

func (o *ApiReportConstraintConditionDTOV2) SetConditionSummary(v string)

SetConditionSummary sets ConditionSummary field to given value.

HasConditionSummary

func (o *ApiReportConstraintConditionDTOV2) HasConditionSummary() bool

HasConditionSummary returns a boolean if a field has been set.

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