Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.62 KB

ApiReportConstraintViolationDTOV2.md

File metadata and controls

108 lines (59 loc) · 3.62 KB

ApiReportConstraintViolationDTOV2

Properties

Name Type Description Notes
Conditions Pointer to []ApiReportConstraintConditionDTOV2 [optional]
ConstraintId Pointer to string [optional]
ConstraintName Pointer to string [optional]

Methods

NewApiReportConstraintViolationDTOV2

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

NewApiReportConstraintViolationDTOV2WithDefaults

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

GetConditions

func (o *ApiReportConstraintViolationDTOV2) GetConditions() []ApiReportConstraintConditionDTOV2

GetConditions returns the Conditions field if non-nil, zero value otherwise.

GetConditionsOk

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.

SetConditions

func (o *ApiReportConstraintViolationDTOV2) SetConditions(v []ApiReportConstraintConditionDTOV2)

SetConditions sets Conditions field to given value.

HasConditions

func (o *ApiReportConstraintViolationDTOV2) HasConditions() bool

HasConditions returns a boolean if a field has been set.

GetConstraintId

func (o *ApiReportConstraintViolationDTOV2) GetConstraintId() string

GetConstraintId returns the ConstraintId field if non-nil, zero value otherwise.

GetConstraintIdOk

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.

SetConstraintId

func (o *ApiReportConstraintViolationDTOV2) SetConstraintId(v string)

SetConstraintId sets ConstraintId field to given value.

HasConstraintId

func (o *ApiReportConstraintViolationDTOV2) HasConstraintId() bool

HasConstraintId returns a boolean if a field has been set.

GetConstraintName

func (o *ApiReportConstraintViolationDTOV2) GetConstraintName() string

GetConstraintName returns the ConstraintName field if non-nil, zero value otherwise.

GetConstraintNameOk

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.

SetConstraintName

func (o *ApiReportConstraintViolationDTOV2) SetConstraintName(v string)

SetConstraintName sets ConstraintName field to given value.

HasConstraintName

func (o *ApiReportConstraintViolationDTOV2) HasConstraintName() bool

HasConstraintName returns a boolean if a field has been set.

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