Name | Type | Description | Notes |
---|---|---|---|
Results | Pointer to []EvaluationResultRepresentation | [optional] | |
Entitlements | Pointer to bool | [optional] | |
Status | Pointer to DecisionEffect | [optional] | |
Rpt | Pointer to AccessToken | [optional] |
func NewPolicyEvaluationResponse() *PolicyEvaluationResponse
NewPolicyEvaluationResponse instantiates a new PolicyEvaluationResponse 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 NewPolicyEvaluationResponseWithDefaults() *PolicyEvaluationResponse
NewPolicyEvaluationResponseWithDefaults instantiates a new PolicyEvaluationResponse 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 *PolicyEvaluationResponse) GetResults() []EvaluationResultRepresentation
GetResults returns the Results field if non-nil, zero value otherwise.
func (o *PolicyEvaluationResponse) GetResultsOk() (*[]EvaluationResultRepresentation, bool)
GetResultsOk returns a tuple with the Results field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PolicyEvaluationResponse) SetResults(v []EvaluationResultRepresentation)
SetResults sets Results field to given value.
func (o *PolicyEvaluationResponse) HasResults() bool
HasResults returns a boolean if a field has been set.
func (o *PolicyEvaluationResponse) GetEntitlements() bool
GetEntitlements returns the Entitlements field if non-nil, zero value otherwise.
func (o *PolicyEvaluationResponse) GetEntitlementsOk() (*bool, bool)
GetEntitlementsOk returns a tuple with the Entitlements field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PolicyEvaluationResponse) SetEntitlements(v bool)
SetEntitlements sets Entitlements field to given value.
func (o *PolicyEvaluationResponse) HasEntitlements() bool
HasEntitlements returns a boolean if a field has been set.
func (o *PolicyEvaluationResponse) GetStatus() DecisionEffect
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *PolicyEvaluationResponse) GetStatusOk() (*DecisionEffect, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PolicyEvaluationResponse) SetStatus(v DecisionEffect)
SetStatus sets Status field to given value.
func (o *PolicyEvaluationResponse) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (o *PolicyEvaluationResponse) GetRpt() AccessToken
GetRpt returns the Rpt field if non-nil, zero value otherwise.
func (o *PolicyEvaluationResponse) GetRptOk() (*AccessToken, bool)
GetRptOk returns a tuple with the Rpt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PolicyEvaluationResponse) SetRpt(v AccessToken)
SetRpt sets Rpt field to given value.
func (o *PolicyEvaluationResponse) HasRpt() bool
HasRpt returns a boolean if a field has been set.