--- id: v2024-identity-document-all-of-manager title: IdentityDocumentAllOfManager pagination_label: IdentityDocumentAllOfManager sidebar_label: IdentityDocumentAllOfManager sidebar_class_name: gosdk keywords: ['go', 'Golang', 'sdk', 'IdentityDocumentAllOfManager', 'V2024IdentityDocumentAllOfManager'] slug: /tools/sdk/go/v2024/models/identity-document-all-of-manager tags: ['SDK', 'Software Development Kit', 'IdentityDocumentAllOfManager', 'V2024IdentityDocumentAllOfManager'] --- # IdentityDocumentAllOfManager ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **Id** | Pointer to **string** | ID of identity's manager. | [optional] **Name** | Pointer to **string** | Name of identity's manager. | [optional] **DisplayName** | Pointer to **string** | Display name of identity's manager. | [optional] ## Methods ### NewIdentityDocumentAllOfManager `func NewIdentityDocumentAllOfManager() *IdentityDocumentAllOfManager` NewIdentityDocumentAllOfManager instantiates a new IdentityDocumentAllOfManager 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 ### NewIdentityDocumentAllOfManagerWithDefaults `func NewIdentityDocumentAllOfManagerWithDefaults() *IdentityDocumentAllOfManager` NewIdentityDocumentAllOfManagerWithDefaults instantiates a new IdentityDocumentAllOfManager 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 ### GetId `func (o *IdentityDocumentAllOfManager) GetId() string` GetId returns the Id field if non-nil, zero value otherwise. ### GetIdOk `func (o *IdentityDocumentAllOfManager) 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 *IdentityDocumentAllOfManager) SetId(v string)` SetId sets Id field to given value. ### HasId `func (o *IdentityDocumentAllOfManager) HasId() bool` HasId returns a boolean if a field has been set. ### GetName `func (o *IdentityDocumentAllOfManager) GetName() string` GetName returns the Name field if non-nil, zero value otherwise. ### GetNameOk `func (o *IdentityDocumentAllOfManager) 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 *IdentityDocumentAllOfManager) SetName(v string)` SetName sets Name field to given value. ### HasName `func (o *IdentityDocumentAllOfManager) HasName() bool` HasName returns a boolean if a field has been set. ### GetDisplayName `func (o *IdentityDocumentAllOfManager) GetDisplayName() string` GetDisplayName returns the DisplayName field if non-nil, zero value otherwise. ### GetDisplayNameOk `func (o *IdentityDocumentAllOfManager) 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 *IdentityDocumentAllOfManager) SetDisplayName(v string)` SetDisplayName sets DisplayName field to given value. ### HasDisplayName `func (o *IdentityDocumentAllOfManager) HasDisplayName() bool` HasDisplayName returns a boolean if a field has been set.