| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to string | [optional] | |
| Username | Pointer to string | [optional] | |
| FirstName | Pointer to string | [optional] | |
| LastName | Pointer to string | [optional] | |
| Pointer to string | [optional] | ||
| PhotoUrl | Pointer to string | [optional] |
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
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
func (o *WireGuardPeerUser) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
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.
func (o *WireGuardPeerUser) SetId(v string)
SetId sets Id field to given value.
func (o *WireGuardPeerUser) HasId() bool
HasId returns a boolean if a field has been set.
func (o *WireGuardPeerUser) GetUsername() string
GetUsername returns the Username field if non-nil, zero value otherwise.
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.
func (o *WireGuardPeerUser) SetUsername(v string)
SetUsername sets Username field to given value.
func (o *WireGuardPeerUser) HasUsername() bool
HasUsername returns a boolean if a field has been set.
func (o *WireGuardPeerUser) GetFirstName() string
GetFirstName returns the FirstName field if non-nil, zero value otherwise.
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.
func (o *WireGuardPeerUser) SetFirstName(v string)
SetFirstName sets FirstName field to given value.
func (o *WireGuardPeerUser) HasFirstName() bool
HasFirstName returns a boolean if a field has been set.
func (o *WireGuardPeerUser) GetLastName() string
GetLastName returns the LastName field if non-nil, zero value otherwise.
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.
func (o *WireGuardPeerUser) SetLastName(v string)
SetLastName sets LastName field to given value.
func (o *WireGuardPeerUser) HasLastName() bool
HasLastName returns a boolean if a field has been set.
func (o *WireGuardPeerUser) GetEmail() string
GetEmail returns the Email field if non-nil, zero value otherwise.
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.
func (o *WireGuardPeerUser) SetEmail(v string)
SetEmail sets Email field to given value.
func (o *WireGuardPeerUser) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (o *WireGuardPeerUser) GetPhotoUrl() string
GetPhotoUrl returns the PhotoUrl field if non-nil, zero value otherwise.
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.
func (o *WireGuardPeerUser) SetPhotoUrl(v string)
SetPhotoUrl sets PhotoUrl field to given value.
func (o *WireGuardPeerUser) HasPhotoUrl() bool
HasPhotoUrl returns a boolean if a field has been set.