| Name | Type | Description | Notes |
|---|---|---|---|
| string | The email address of the project member. This property will only be populated if the viewer is an owner of the project. | ||
| Name | string | ||
| Role | NullableRole |
func NewProjectMember(email string, name string, role NullableRole, ) *ProjectMember
NewProjectMember instantiates a new ProjectMember 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 NewProjectMemberWithDefaults() *ProjectMember
NewProjectMemberWithDefaults instantiates a new ProjectMember 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 *ProjectMember) GetEmail() string
GetEmail returns the Email field if non-nil, zero value otherwise.
func (o *ProjectMember) 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 *ProjectMember) SetEmail(v string)
SetEmail sets Email field to given value.
func (o *ProjectMember) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ProjectMember) 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 *ProjectMember) SetName(v string)
SetName sets Name field to given value.
func (o *ProjectMember) GetRole() Role
GetRole returns the Role field if non-nil, zero value otherwise.
func (o *ProjectMember) GetRoleOk() (*Role, 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 *ProjectMember) SetRole(v Role)
SetRole sets Role field to given value.
func (o *ProjectMember) SetRoleNil(b bool)
SetRoleNil sets the value for Role to be an explicit nil
func (o *ProjectMember) UnsetRole()
UnsetRole ensures that no value is present for Role, not even an explicit nil