Skip to main content

AccountInfoDto

Properties

NameTypeDescriptionNotes
NativeIdentityPointer to stringThe unique ID of the account generated by the source system[optional]
DisplayNamePointer to stringDisplay name for this account[optional]
UuidPointer to stringUUID 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.