Name | Type | Description | Notes |
---|---|---|---|
AdDomainId | Pointer to string | SID of the AD Domain that this account user belongs to. | [optional] |
Id | Pointer to string | Unique ID representing instant clone domain account. | [optional] |
Username | Pointer to string | User name of the account. | [optional] |
func NewInstantCloneDomainAccountInfo() *InstantCloneDomainAccountInfo
NewInstantCloneDomainAccountInfo instantiates a new InstantCloneDomainAccountInfo 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 NewInstantCloneDomainAccountInfoWithDefaults() *InstantCloneDomainAccountInfo
NewInstantCloneDomainAccountInfoWithDefaults instantiates a new InstantCloneDomainAccountInfo 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 *InstantCloneDomainAccountInfo) GetAdDomainId() string
GetAdDomainId returns the AdDomainId field if non-nil, zero value otherwise.
func (o *InstantCloneDomainAccountInfo) GetAdDomainIdOk() (*string, bool)
GetAdDomainIdOk returns a tuple with the AdDomainId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InstantCloneDomainAccountInfo) SetAdDomainId(v string)
SetAdDomainId sets AdDomainId field to given value.
func (o *InstantCloneDomainAccountInfo) HasAdDomainId() bool
HasAdDomainId returns a boolean if a field has been set.
func (o *InstantCloneDomainAccountInfo) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *InstantCloneDomainAccountInfo) 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.
func (o *InstantCloneDomainAccountInfo) SetId(v string)
SetId sets Id field to given value.
func (o *InstantCloneDomainAccountInfo) HasId() bool
HasId returns a boolean if a field has been set.
func (o *InstantCloneDomainAccountInfo) GetUsername() string
GetUsername returns the Username field if non-nil, zero value otherwise.
func (o *InstantCloneDomainAccountInfo) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InstantCloneDomainAccountInfo) SetUsername(v string)
SetUsername sets Username field to given value.
func (o *InstantCloneDomainAccountInfo) HasUsername() bool
HasUsername returns a boolean if a field has been set.