Name | Type | Description | Notes |
---|---|---|---|
Name | Pointer to string | Business name for the access construct list | [optional] |
CriteriaList | Pointer to []AccessCriteriaCriteriaListInner | List of criteria. There is a min of 1 and max of 50 items in the list. | [optional] |
func NewAccessCriteria() *AccessCriteria
NewAccessCriteria instantiates a new AccessCriteria 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 NewAccessCriteriaWithDefaults() *AccessCriteria
NewAccessCriteriaWithDefaults instantiates a new AccessCriteria 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 *AccessCriteria) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *AccessCriteria) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AccessCriteria) SetName(v string)
SetName sets Name field to given value.
func (o *AccessCriteria) HasName() bool
HasName returns a boolean if a field has been set.
func (o *AccessCriteria) GetCriteriaList() []AccessCriteriaCriteriaListInner
GetCriteriaList returns the CriteriaList field if non-nil, zero value otherwise.
func (o *AccessCriteria) GetCriteriaListOk() (*[]AccessCriteriaCriteriaListInner, 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 *AccessCriteria) SetCriteriaList(v []AccessCriteriaCriteriaListInner)
SetCriteriaList sets CriteriaList field to given value.
func (o *AccessCriteria) HasCriteriaList() bool
HasCriteriaList returns a boolean if a field has been set.