Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 3.95 KB

LdapGroup.md

File metadata and controls

160 lines (87 loc) · 3.95 KB

LdapGroup

Properties

Name Type Description Notes
Id Pointer to string [optional]
Uuid Pointer to string [optional]
LdapServerId Pointer to int64 [optional]
Name Pointer to string [optional]
DistinguishedName Pointer to string [optional]

Methods

NewLdapGroup

func NewLdapGroup() *LdapGroup

NewLdapGroup instantiates a new LdapGroup 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

NewLdapGroupWithDefaults

func NewLdapGroupWithDefaults() *LdapGroup

NewLdapGroupWithDefaults instantiates a new LdapGroup 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 *LdapGroup) GetId() string

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

GetIdOk

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

SetId sets Id field to given value.

HasId

func (o *LdapGroup) HasId() bool

HasId returns a boolean if a field has been set.

GetUuid

func (o *LdapGroup) GetUuid() string

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

GetUuidOk

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

SetUuid sets Uuid field to given value.

HasUuid

func (o *LdapGroup) HasUuid() bool

HasUuid returns a boolean if a field has been set.

GetLdapServerId

func (o *LdapGroup) GetLdapServerId() int64

GetLdapServerId returns the LdapServerId field if non-nil, zero value otherwise.

GetLdapServerIdOk

func (o *LdapGroup) GetLdapServerIdOk() (*int64, bool)

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

SetLdapServerId

func (o *LdapGroup) SetLdapServerId(v int64)

SetLdapServerId sets LdapServerId field to given value.

HasLdapServerId

func (o *LdapGroup) HasLdapServerId() bool

HasLdapServerId returns a boolean if a field has been set.

GetName

func (o *LdapGroup) GetName() string

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

GetNameOk

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

SetName sets Name field to given value.

HasName

func (o *LdapGroup) HasName() bool

HasName returns a boolean if a field has been set.

GetDistinguishedName

func (o *LdapGroup) GetDistinguishedName() string

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

GetDistinguishedNameOk

func (o *LdapGroup) 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 *LdapGroup) SetDistinguishedName(v string)

SetDistinguishedName sets DistinguishedName field to given value.

HasDistinguishedName

func (o *LdapGroup) HasDistinguishedName() bool

HasDistinguishedName returns a boolean if a field has been set.

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