| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to int32 | [optional] | |
| Name | Pointer to string | [optional] | |
| Username | Pointer to string | [optional] | |
| Role | Pointer to string | [optional] |
func NewProjectUser() *ProjectUser
NewProjectUser instantiates a new ProjectUser 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 NewProjectUserWithDefaults() *ProjectUser
NewProjectUserWithDefaults instantiates a new ProjectUser 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 *ProjectUser) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ProjectUser) GetIdOk() (*int32, 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 *ProjectUser) SetId(v int32)
SetId sets Id field to given value.
func (o *ProjectUser) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ProjectUser) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ProjectUser) 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.
func (o *ProjectUser) SetName(v string)
SetName sets Name field to given value.
func (o *ProjectUser) HasName() bool
HasName returns a boolean if a field has been set.
func (o *ProjectUser) GetUsername() string
GetUsername returns the Username field if non-nil, zero value otherwise.
func (o *ProjectUser) 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 *ProjectUser) SetUsername(v string)
SetUsername sets Username field to given value.
func (o *ProjectUser) HasUsername() bool
HasUsername returns a boolean if a field has been set.
func (o *ProjectUser) GetRole() string
GetRole returns the Role field if non-nil, zero value otherwise.
func (o *ProjectUser) GetRoleOk() (*string, bool)
GetRoleOk returns a tuple with the Role field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProjectUser) SetRole(v string)
SetRole sets Role field to given value.
func (o *ProjectUser) HasRole() bool
HasRole returns a boolean if a field has been set.