Skip to content

Latest commit

 

History

History
186 lines (101 loc) · 4.74 KB

File metadata and controls

186 lines (101 loc) · 4.74 KB

WireGuardPeerUser

Properties

Name Type Description Notes
Id Pointer to string [optional]
Username Pointer to string [optional]
FirstName Pointer to string [optional]
LastName Pointer to string [optional]
Email Pointer to string [optional]
PhotoUrl Pointer to string [optional]

Methods

NewWireGuardPeerUser

func NewWireGuardPeerUser() *WireGuardPeerUser

NewWireGuardPeerUser instantiates a new WireGuardPeerUser 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

NewWireGuardPeerUserWithDefaults

func NewWireGuardPeerUserWithDefaults() *WireGuardPeerUser

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

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

GetIdOk

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

SetId sets Id field to given value.

HasId

func (o *WireGuardPeerUser) HasId() bool

HasId returns a boolean if a field has been set.

GetUsername

func (o *WireGuardPeerUser) GetUsername() string

GetUsername returns the Username field if non-nil, zero value otherwise.

GetUsernameOk

func (o *WireGuardPeerUser) 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.

SetUsername

func (o *WireGuardPeerUser) SetUsername(v string)

SetUsername sets Username field to given value.

HasUsername

func (o *WireGuardPeerUser) HasUsername() bool

HasUsername returns a boolean if a field has been set.

GetFirstName

func (o *WireGuardPeerUser) GetFirstName() string

GetFirstName returns the FirstName field if non-nil, zero value otherwise.

GetFirstNameOk

func (o *WireGuardPeerUser) GetFirstNameOk() (*string, bool)

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

SetFirstName

func (o *WireGuardPeerUser) SetFirstName(v string)

SetFirstName sets FirstName field to given value.

HasFirstName

func (o *WireGuardPeerUser) HasFirstName() bool

HasFirstName returns a boolean if a field has been set.

GetLastName

func (o *WireGuardPeerUser) GetLastName() string

GetLastName returns the LastName field if non-nil, zero value otherwise.

GetLastNameOk

func (o *WireGuardPeerUser) GetLastNameOk() (*string, bool)

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

SetLastName

func (o *WireGuardPeerUser) SetLastName(v string)

SetLastName sets LastName field to given value.

HasLastName

func (o *WireGuardPeerUser) HasLastName() bool

HasLastName returns a boolean if a field has been set.

GetEmail

func (o *WireGuardPeerUser) GetEmail() string

GetEmail returns the Email field if non-nil, zero value otherwise.

GetEmailOk

func (o *WireGuardPeerUser) GetEmailOk() (*string, bool)

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

SetEmail

func (o *WireGuardPeerUser) SetEmail(v string)

SetEmail sets Email field to given value.

HasEmail

func (o *WireGuardPeerUser) HasEmail() bool

HasEmail returns a boolean if a field has been set.

GetPhotoUrl

func (o *WireGuardPeerUser) GetPhotoUrl() string

GetPhotoUrl returns the PhotoUrl field if non-nil, zero value otherwise.

GetPhotoUrlOk

func (o *WireGuardPeerUser) GetPhotoUrlOk() (*string, bool)

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

SetPhotoUrl

func (o *WireGuardPeerUser) SetPhotoUrl(v string)

SetPhotoUrl sets PhotoUrl field to given value.

HasPhotoUrl

func (o *WireGuardPeerUser) HasPhotoUrl() bool

HasPhotoUrl returns a boolean if a field has been set.

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