Name | Type | Description | Notes |
---|---|---|---|
ConstraintId | Pointer to string | [optional] | |
ConstraintName | Pointer to string | [optional] | |
Reasons | Pointer to []ApiConditionFactReasonDTO | [optional] |
func NewApiConstraintFactDTO() *ApiConstraintFactDTO
NewApiConstraintFactDTO instantiates a new ApiConstraintFactDTO 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 NewApiConstraintFactDTOWithDefaults() *ApiConstraintFactDTO
NewApiConstraintFactDTOWithDefaults instantiates a new ApiConstraintFactDTO 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 *ApiConstraintFactDTO) GetConstraintId() string
GetConstraintId returns the ConstraintId field if non-nil, zero value otherwise.
func (o *ApiConstraintFactDTO) 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 *ApiConstraintFactDTO) SetConstraintId(v string)
SetConstraintId sets ConstraintId field to given value.
func (o *ApiConstraintFactDTO) HasConstraintId() bool
HasConstraintId returns a boolean if a field has been set.
func (o *ApiConstraintFactDTO) GetConstraintName() string
GetConstraintName returns the ConstraintName field if non-nil, zero value otherwise.
func (o *ApiConstraintFactDTO) 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 *ApiConstraintFactDTO) SetConstraintName(v string)
SetConstraintName sets ConstraintName field to given value.
func (o *ApiConstraintFactDTO) HasConstraintName() bool
HasConstraintName returns a boolean if a field has been set.
func (o *ApiConstraintFactDTO) GetReasons() []ApiConditionFactReasonDTO
GetReasons returns the Reasons field if non-nil, zero value otherwise.
func (o *ApiConstraintFactDTO) GetReasonsOk() (*[]ApiConditionFactReasonDTO, bool)
GetReasonsOk returns a tuple with the Reasons field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiConstraintFactDTO) SetReasons(v []ApiConditionFactReasonDTO)
SetReasons sets Reasons field to given value.
func (o *ApiConstraintFactDTO) HasReasons() bool
HasReasons returns a boolean if a field has been set.