Name | Type | Description | Notes |
---|---|---|---|
CriteriaList | Pointer to []ExceptionCriteriaCriteriaListInner | List of exception criteria. There is a min of 1 and max of 50 items in the list. | [optional] |
func NewExceptionCriteria() *ExceptionCriteria
NewExceptionCriteria instantiates a new ExceptionCriteria 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 NewExceptionCriteriaWithDefaults() *ExceptionCriteria
NewExceptionCriteriaWithDefaults instantiates a new ExceptionCriteria 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 *ExceptionCriteria) GetCriteriaList() []ExceptionCriteriaCriteriaListInner
GetCriteriaList returns the CriteriaList field if non-nil, zero value otherwise.
func (o *ExceptionCriteria) GetCriteriaListOk() (*[]ExceptionCriteriaCriteriaListInner, bool)
GetCriteriaListOk returns a tuple with the CriteriaList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ExceptionCriteria) SetCriteriaList(v []ExceptionCriteriaCriteriaListInner)
SetCriteriaList sets CriteriaList field to given value.
func (o *ExceptionCriteria) HasCriteriaList() bool
HasCriteriaList returns a boolean if a field has been set.