Name | Type | Description | Notes |
---|---|---|---|
IdentityId | Pointer to string | The identity ID taking the action. | [optional] |
Access | Pointer to AccessRequestRecommendationItem | [optional] | |
Timestamp | Pointer to time.Time | [optional] |
func NewAccessRequestRecommendationActionItemResponseDto() *AccessRequestRecommendationActionItemResponseDto
NewAccessRequestRecommendationActionItemResponseDto instantiates a new AccessRequestRecommendationActionItemResponseDto 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 NewAccessRequestRecommendationActionItemResponseDtoWithDefaults() *AccessRequestRecommendationActionItemResponseDto
NewAccessRequestRecommendationActionItemResponseDtoWithDefaults instantiates a new AccessRequestRecommendationActionItemResponseDto 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 *AccessRequestRecommendationActionItemResponseDto) GetIdentityId() string
GetIdentityId returns the IdentityId field if non-nil, zero value otherwise.
func (o *AccessRequestRecommendationActionItemResponseDto) 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.
func (o *AccessRequestRecommendationActionItemResponseDto) SetIdentityId(v string)
SetIdentityId sets IdentityId field to given value.
func (o *AccessRequestRecommendationActionItemResponseDto) HasIdentityId() bool
HasIdentityId returns a boolean if a field has been set.
func (o *AccessRequestRecommendationActionItemResponseDto) GetAccess() AccessRequestRecommendationItem
GetAccess returns the Access field if non-nil, zero value otherwise.
func (o *AccessRequestRecommendationActionItemResponseDto) GetAccessOk() (*AccessRequestRecommendationItem, bool)
GetAccessOk returns a tuple with the Access field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AccessRequestRecommendationActionItemResponseDto) SetAccess(v AccessRequestRecommendationItem)
SetAccess sets Access field to given value.
func (o *AccessRequestRecommendationActionItemResponseDto) HasAccess() bool
HasAccess returns a boolean if a field has been set.
func (o *AccessRequestRecommendationActionItemResponseDto) GetTimestamp() time.Time
GetTimestamp returns the Timestamp field if non-nil, zero value otherwise.
func (o *AccessRequestRecommendationActionItemResponseDto) GetTimestampOk() (*time.Time, bool)
GetTimestampOk returns a tuple with the Timestamp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AccessRequestRecommendationActionItemResponseDto) SetTimestamp(v time.Time)
SetTimestamp sets Timestamp field to given value.
func (o *AccessRequestRecommendationActionItemResponseDto) HasTimestamp() bool
HasTimestamp returns a boolean if a field has been set.