Name | Type | Description | Notes |
---|---|---|---|
Conditions | Pointer to []ApiReportConstraintConditionDTOV2 | [optional] | |
ConstraintId | Pointer to string | [optional] | |
ConstraintName | Pointer to string | [optional] |
func NewApiReportConstraintViolationDTOV2() *ApiReportConstraintViolationDTOV2
NewApiReportConstraintViolationDTOV2 instantiates a new ApiReportConstraintViolationDTOV2 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 NewApiReportConstraintViolationDTOV2WithDefaults() *ApiReportConstraintViolationDTOV2
NewApiReportConstraintViolationDTOV2WithDefaults instantiates a new ApiReportConstraintViolationDTOV2 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 *ApiReportConstraintViolationDTOV2) GetConditions() []ApiReportConstraintConditionDTOV2
GetConditions returns the Conditions field if non-nil, zero value otherwise.
func (o *ApiReportConstraintViolationDTOV2) GetConditionsOk() (*[]ApiReportConstraintConditionDTOV2, bool)
GetConditionsOk returns a tuple with the Conditions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiReportConstraintViolationDTOV2) SetConditions(v []ApiReportConstraintConditionDTOV2)
SetConditions sets Conditions field to given value.
func (o *ApiReportConstraintViolationDTOV2) HasConditions() bool
HasConditions returns a boolean if a field has been set.
func (o *ApiReportConstraintViolationDTOV2) GetConstraintId() string
GetConstraintId returns the ConstraintId field if non-nil, zero value otherwise.
func (o *ApiReportConstraintViolationDTOV2) GetConstraintIdOk() (*string, bool)
GetConstraintIdOk returns a tuple with the ConstraintId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiReportConstraintViolationDTOV2) SetConstraintId(v string)
SetConstraintId sets ConstraintId field to given value.
func (o *ApiReportConstraintViolationDTOV2) HasConstraintId() bool
HasConstraintId returns a boolean if a field has been set.
func (o *ApiReportConstraintViolationDTOV2) GetConstraintName() string
GetConstraintName returns the ConstraintName field if non-nil, zero value otherwise.
func (o *ApiReportConstraintViolationDTOV2) GetConstraintNameOk() (*string, bool)
GetConstraintNameOk returns a tuple with the ConstraintName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiReportConstraintViolationDTOV2) SetConstraintName(v string)
SetConstraintName sets ConstraintName field to given value.
func (o *ApiReportConstraintViolationDTOV2) HasConstraintName() bool
HasConstraintName returns a boolean if a field has been set.