Files
developer.sailpoint.com/docs/tools/sdk/go/Reference/Beta/Models/RecommendationRequest.md
2025-03-31 14:49:46 -04:00

2.6 KiB

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
beta-recommendation-request RecommendationRequest RecommendationRequest RecommendationRequest gosdk
go
Golang
sdk
RecommendationRequest
BetaRecommendationRequest
/tools/sdk/go/beta/models/recommendation-request
SDK
Software Development Kit
RecommendationRequest
BetaRecommendationRequest

RecommendationRequest

Properties

Name Type Description Notes
IdentityId Pointer to string The identity ID [optional]
Item Pointer to AccessItemRef [optional]

Methods

NewRecommendationRequest

func NewRecommendationRequest() *RecommendationRequest

NewRecommendationRequest instantiates a new RecommendationRequest 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

NewRecommendationRequestWithDefaults

func NewRecommendationRequestWithDefaults() *RecommendationRequest

NewRecommendationRequestWithDefaults instantiates a new RecommendationRequest 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

GetIdentityId

func (o *RecommendationRequest) GetIdentityId() string

GetIdentityId returns the IdentityId field if non-nil, zero value otherwise.

GetIdentityIdOk

func (o *RecommendationRequest) GetIdentityIdOk() (*string, bool)

GetIdentityIdOk returns a tuple with the IdentityId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetIdentityId

func (o *RecommendationRequest) SetIdentityId(v string)

SetIdentityId sets IdentityId field to given value.

HasIdentityId

func (o *RecommendationRequest) HasIdentityId() bool

HasIdentityId returns a boolean if a field has been set.

GetItem

func (o *RecommendationRequest) GetItem() AccessItemRef

GetItem returns the Item field if non-nil, zero value otherwise.

GetItemOk

func (o *RecommendationRequest) GetItemOk() (*AccessItemRef, bool)

GetItemOk returns a tuple with the Item field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetItem

func (o *RecommendationRequest) SetItem(v AccessItemRef)

SetItem sets Item field to given value.

HasItem

func (o *RecommendationRequest) HasItem() bool

HasItem returns a boolean if a field has been set.