Skip to content

Latest commit

 

History

History
186 lines (101 loc) · 4.78 KB

UserTestSearch.md

File metadata and controls

186 lines (101 loc) · 4.78 KB

UserTestSearch

Properties

Name Type Description Notes
DistinguishedName Pointer to string [optional]
Id Pointer to string [optional]
Uuid Pointer to string [optional]
ServerId Pointer to string [optional]
Name Pointer to string [optional]
Attributes Pointer to UserTestAttributes [optional]

Methods

NewUserTestSearch

func NewUserTestSearch() *UserTestSearch

NewUserTestSearch instantiates a new UserTestSearch 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

NewUserTestSearchWithDefaults

func NewUserTestSearchWithDefaults() *UserTestSearch

NewUserTestSearchWithDefaults instantiates a new UserTestSearch 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

GetDistinguishedName

func (o *UserTestSearch) GetDistinguishedName() string

GetDistinguishedName returns the DistinguishedName field if non-nil, zero value otherwise.

GetDistinguishedNameOk

func (o *UserTestSearch) GetDistinguishedNameOk() (*string, bool)

GetDistinguishedNameOk returns a tuple with the DistinguishedName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDistinguishedName

func (o *UserTestSearch) SetDistinguishedName(v string)

SetDistinguishedName sets DistinguishedName field to given value.

HasDistinguishedName

func (o *UserTestSearch) HasDistinguishedName() bool

HasDistinguishedName returns a boolean if a field has been set.

GetId

func (o *UserTestSearch) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *UserTestSearch) 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 *UserTestSearch) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *UserTestSearch) HasId() bool

HasId returns a boolean if a field has been set.

GetUuid

func (o *UserTestSearch) GetUuid() string

GetUuid returns the Uuid field if non-nil, zero value otherwise.

GetUuidOk

func (o *UserTestSearch) 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 *UserTestSearch) SetUuid(v string)

SetUuid sets Uuid field to given value.

HasUuid

func (o *UserTestSearch) HasUuid() bool

HasUuid returns a boolean if a field has been set.

GetServerId

func (o *UserTestSearch) GetServerId() string

GetServerId returns the ServerId field if non-nil, zero value otherwise.

GetServerIdOk

func (o *UserTestSearch) GetServerIdOk() (*string, bool)

GetServerIdOk returns a tuple with the ServerId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetServerId

func (o *UserTestSearch) SetServerId(v string)

SetServerId sets ServerId field to given value.

HasServerId

func (o *UserTestSearch) HasServerId() bool

HasServerId returns a boolean if a field has been set.

GetName

func (o *UserTestSearch) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *UserTestSearch) 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 *UserTestSearch) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *UserTestSearch) HasName() bool

HasName returns a boolean if a field has been set.

GetAttributes

func (o *UserTestSearch) GetAttributes() UserTestAttributes

GetAttributes returns the Attributes field if non-nil, zero value otherwise.

GetAttributesOk

func (o *UserTestSearch) GetAttributesOk() (*UserTestAttributes, bool)

GetAttributesOk returns a tuple with the Attributes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAttributes

func (o *UserTestSearch) SetAttributes(v UserTestAttributes)

SetAttributes sets Attributes field to given value.

HasAttributes

func (o *UserTestSearch) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]