--- id: beta-access-item-requested-for-dto1 title: AccessItemRequestedForDto1 pagination_label: AccessItemRequestedForDto1 sidebar_label: AccessItemRequestedForDto1 sidebar_class_name: gosdk keywords: ['go', 'Golang', 'sdk', 'AccessItemRequestedForDto1', 'BetaAccessItemRequestedForDto1'] slug: /tools/sdk/go/beta/models/access-item-requested-for-dto1 tags: ['SDK', 'Software Development Kit', 'AccessItemRequestedForDto1', 'BetaAccessItemRequestedForDto1'] --- # AccessItemRequestedForDto1 ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **Type** | Pointer to **string** | DTO type of the identity whom the access item is requested for. | [optional] **Id** | Pointer to **string** | ID of the identity whom the access item is requested for. | [optional] **Name** | Pointer to **string** | Name of the identity whom the access item is requested for. | [optional] ## Methods ### NewAccessItemRequestedForDto1 `func NewAccessItemRequestedForDto1() *AccessItemRequestedForDto1` NewAccessItemRequestedForDto1 instantiates a new AccessItemRequestedForDto1 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 ### NewAccessItemRequestedForDto1WithDefaults `func NewAccessItemRequestedForDto1WithDefaults() *AccessItemRequestedForDto1` NewAccessItemRequestedForDto1WithDefaults instantiates a new AccessItemRequestedForDto1 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 ### GetType `func (o *AccessItemRequestedForDto1) GetType() string` GetType returns the Type field if non-nil, zero value otherwise. ### GetTypeOk `func (o *AccessItemRequestedForDto1) GetTypeOk() (*string, bool)` GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetType `func (o *AccessItemRequestedForDto1) SetType(v string)` SetType sets Type field to given value. ### HasType `func (o *AccessItemRequestedForDto1) HasType() bool` HasType returns a boolean if a field has been set. ### GetId `func (o *AccessItemRequestedForDto1) GetId() string` GetId returns the Id field if non-nil, zero value otherwise. ### GetIdOk `func (o *AccessItemRequestedForDto1) GetIdOk() (*string, bool)` GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetId `func (o *AccessItemRequestedForDto1) SetId(v string)` SetId sets Id field to given value. ### HasId `func (o *AccessItemRequestedForDto1) HasId() bool` HasId returns a boolean if a field has been set. ### GetName `func (o *AccessItemRequestedForDto1) GetName() string` GetName returns the Name field if non-nil, zero value otherwise. ### GetNameOk `func (o *AccessItemRequestedForDto1) GetNameOk() (*string, bool)` GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetName `func (o *AccessItemRequestedForDto1) SetName(v string)` SetName sets Name field to given value. ### HasName `func (o *AccessItemRequestedForDto1) HasName() bool` HasName returns a boolean if a field has been set.