Name | Type | Description | Notes |
---|---|---|---|
ReassignToId | Pointer to string | The Identity ID which should be the recipient of any work items sent to a specific identity & work type | [optional] |
LookupTrail | Pointer to []LookupStep | List of Reassignments found by looking up the next `TargetIdentity` in a ReassignmentConfiguration | [optional] |
func NewEvaluateResponse() *EvaluateResponse
NewEvaluateResponse instantiates a new EvaluateResponse 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 NewEvaluateResponseWithDefaults() *EvaluateResponse
NewEvaluateResponseWithDefaults instantiates a new EvaluateResponse 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 *EvaluateResponse) GetReassignToId() string
GetReassignToId returns the ReassignToId field if non-nil, zero value otherwise.
func (o *EvaluateResponse) GetReassignToIdOk() (*string, bool)
GetReassignToIdOk returns a tuple with the ReassignToId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EvaluateResponse) SetReassignToId(v string)
SetReassignToId sets ReassignToId field to given value.
func (o *EvaluateResponse) HasReassignToId() bool
HasReassignToId returns a boolean if a field has been set.
func (o *EvaluateResponse) GetLookupTrail() []LookupStep
GetLookupTrail returns the LookupTrail field if non-nil, zero value otherwise.
func (o *EvaluateResponse) GetLookupTrailOk() (*[]LookupStep, bool)
GetLookupTrailOk returns a tuple with the LookupTrail field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EvaluateResponse) SetLookupTrail(v []LookupStep)
SetLookupTrail sets LookupTrail field to given value.
func (o *EvaluateResponse) HasLookupTrail() bool
HasLookupTrail returns a boolean if a field has been set.