Name | Type | Description | Notes |
---|---|---|---|
LeftCriteria | Pointer to SodViolationContextConflictingAccessCriteriaLeftCriteria | [optional] | |
RightCriteria | Pointer to SodViolationContextConflictingAccessCriteriaLeftCriteria | [optional] |
func NewSodViolationContextConflictingAccessCriteria() *SodViolationContextConflictingAccessCriteria
NewSodViolationContextConflictingAccessCriteria instantiates a new SodViolationContextConflictingAccessCriteria 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 NewSodViolationContextConflictingAccessCriteriaWithDefaults() *SodViolationContextConflictingAccessCriteria
NewSodViolationContextConflictingAccessCriteriaWithDefaults instantiates a new SodViolationContextConflictingAccessCriteria 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 *SodViolationContextConflictingAccessCriteria) GetLeftCriteria() SodViolationContextConflictingAccessCriteriaLeftCriteria
GetLeftCriteria returns the LeftCriteria field if non-nil, zero value otherwise.
func (o *SodViolationContextConflictingAccessCriteria) GetLeftCriteriaOk() (*SodViolationContextConflictingAccessCriteriaLeftCriteria, bool)
GetLeftCriteriaOk returns a tuple with the LeftCriteria field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SodViolationContextConflictingAccessCriteria) SetLeftCriteria(v SodViolationContextConflictingAccessCriteriaLeftCriteria)
SetLeftCriteria sets LeftCriteria field to given value.
func (o *SodViolationContextConflictingAccessCriteria) HasLeftCriteria() bool
HasLeftCriteria returns a boolean if a field has been set.
func (o *SodViolationContextConflictingAccessCriteria) GetRightCriteria() SodViolationContextConflictingAccessCriteriaLeftCriteria
GetRightCriteria returns the RightCriteria field if non-nil, zero value otherwise.
func (o *SodViolationContextConflictingAccessCriteria) GetRightCriteriaOk() (*SodViolationContextConflictingAccessCriteriaLeftCriteria, bool)
GetRightCriteriaOk returns a tuple with the RightCriteria field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SodViolationContextConflictingAccessCriteria) SetRightCriteria(v SodViolationContextConflictingAccessCriteriaLeftCriteria)
SetRightCriteria sets RightCriteria field to given value.
func (o *SodViolationContextConflictingAccessCriteria) HasRightCriteria() bool
HasRightCriteria returns a boolean if a field has been set.