Name | Type | Description | Notes |
---|---|---|---|
Values | []map[string]interface{} | An array of attributes to evaluate for existence. | |
IgnoreErrors | Pointer to bool | a true or false value representing to move on to the next option if an error (like an Null Pointer Exception) were to occur. | [optional] |
RequiresPeriodicRefresh | Pointer to bool | A value that indicates whether the transform logic should be re-evaluated every evening as part of the identity refresh process | [optional] [default to false] |
func NewFirstValid(values []map[string]interface{}, ) *FirstValid
NewFirstValid instantiates a new FirstValid 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 NewFirstValidWithDefaults() *FirstValid
NewFirstValidWithDefaults instantiates a new FirstValid 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 *FirstValid) GetValues() []map[string]interface{}
GetValues returns the Values field if non-nil, zero value otherwise.
func (o *FirstValid) GetValuesOk() (*[]map[string]interface{}, bool)
GetValuesOk returns a tuple with the Values field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FirstValid) SetValues(v []map[string]interface{})
SetValues sets Values field to given value.
func (o *FirstValid) GetIgnoreErrors() bool
GetIgnoreErrors returns the IgnoreErrors field if non-nil, zero value otherwise.
func (o *FirstValid) GetIgnoreErrorsOk() (*bool, bool)
GetIgnoreErrorsOk returns a tuple with the IgnoreErrors field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FirstValid) SetIgnoreErrors(v bool)
SetIgnoreErrors sets IgnoreErrors field to given value.
func (o *FirstValid) HasIgnoreErrors() bool
HasIgnoreErrors returns a boolean if a field has been set.
func (o *FirstValid) GetRequiresPeriodicRefresh() bool
GetRequiresPeriodicRefresh returns the RequiresPeriodicRefresh field if non-nil, zero value otherwise.
func (o *FirstValid) GetRequiresPeriodicRefreshOk() (*bool, bool)
GetRequiresPeriodicRefreshOk returns a tuple with the RequiresPeriodicRefresh field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FirstValid) SetRequiresPeriodicRefresh(v bool)
SetRequiresPeriodicRefresh sets RequiresPeriodicRefresh field to given value.
func (o *FirstValid) HasRequiresPeriodicRefresh() bool
HasRequiresPeriodicRefresh returns a boolean if a field has been set.