Name | Type | Description | Notes |
---|---|---|---|
ConditionReason | Pointer to string | [optional] | |
ConditionSummary | Pointer to string | [optional] |
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
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
func (o *ApiReportConstraintConditionDTOV2) GetConditionReason() string
GetConditionReason returns the ConditionReason field if non-nil, zero value otherwise.
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.
func (o *ApiReportConstraintConditionDTOV2) SetConditionReason(v string)
SetConditionReason sets ConditionReason field to given value.
func (o *ApiReportConstraintConditionDTOV2) HasConditionReason() bool
HasConditionReason returns a boolean if a field has been set.
func (o *ApiReportConstraintConditionDTOV2) GetConditionSummary() string
GetConditionSummary returns the ConditionSummary field if non-nil, zero value otherwise.
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.
func (o *ApiReportConstraintConditionDTOV2) SetConditionSummary(v string)
SetConditionSummary sets ConditionSummary field to given value.
func (o *ApiReportConstraintConditionDTOV2) HasConditionSummary() bool
HasConditionSummary returns a boolean if a field has been set.