--- id: v2025-account-info-dto title: AccountInfoDto pagination_label: AccountInfoDto sidebar_label: AccountInfoDto sidebar_class_name: gosdk keywords: ['go', 'Golang', 'sdk', 'AccountInfoDto', 'V2025AccountInfoDto'] slug: /tools/sdk/go/v2025/models/account-info-dto tags: ['SDK', 'Software Development Kit', 'AccountInfoDto', 'V2025AccountInfoDto'] --- # AccountInfoDto ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **NativeIdentity** | Pointer to **string** | The unique ID of the account generated by the source system | [optional] **DisplayName** | Pointer to **string** | Display name for this account | [optional] **Uuid** | Pointer to **string** | UUID associated with this account | [optional] ## Methods ### NewAccountInfoDto `func NewAccountInfoDto() *AccountInfoDto` NewAccountInfoDto instantiates a new AccountInfoDto 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 ### NewAccountInfoDtoWithDefaults `func NewAccountInfoDtoWithDefaults() *AccountInfoDto` NewAccountInfoDtoWithDefaults instantiates a new AccountInfoDto 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 ### GetNativeIdentity `func (o *AccountInfoDto) GetNativeIdentity() string` GetNativeIdentity returns the NativeIdentity field if non-nil, zero value otherwise. ### GetNativeIdentityOk `func (o *AccountInfoDto) GetNativeIdentityOk() (*string, bool)` GetNativeIdentityOk returns a tuple with the NativeIdentity field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetNativeIdentity `func (o *AccountInfoDto) SetNativeIdentity(v string)` SetNativeIdentity sets NativeIdentity field to given value. ### HasNativeIdentity `func (o *AccountInfoDto) HasNativeIdentity() bool` HasNativeIdentity returns a boolean if a field has been set. ### GetDisplayName `func (o *AccountInfoDto) GetDisplayName() string` GetDisplayName returns the DisplayName field if non-nil, zero value otherwise. ### GetDisplayNameOk `func (o *AccountInfoDto) GetDisplayNameOk() (*string, bool)` GetDisplayNameOk returns a tuple with the DisplayName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetDisplayName `func (o *AccountInfoDto) SetDisplayName(v string)` SetDisplayName sets DisplayName field to given value. ### HasDisplayName `func (o *AccountInfoDto) HasDisplayName() bool` HasDisplayName returns a boolean if a field has been set. ### GetUuid `func (o *AccountInfoDto) GetUuid() string` GetUuid returns the Uuid field if non-nil, zero value otherwise. ### GetUuidOk `func (o *AccountInfoDto) GetUuidOk() (*string, bool)` GetUuidOk returns a tuple with the Uuid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetUuid `func (o *AccountInfoDto) SetUuid(v string)` SetUuid sets Uuid field to given value. ### HasUuid `func (o *AccountInfoDto) HasUuid() bool` HasUuid returns a boolean if a field has been set.