| Name | Type | Description | Notes |
|---|---|---|---|
| Role | Pointer to string | [optional] | |
| Permissions | Pointer to float32 | [optional] |
func NewProjectProjectIdRoleGet200Response() *ProjectProjectIdRoleGet200Response
NewProjectProjectIdRoleGet200Response instantiates a new ProjectProjectIdRoleGet200Response 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 NewProjectProjectIdRoleGet200ResponseWithDefaults() *ProjectProjectIdRoleGet200Response
NewProjectProjectIdRoleGet200ResponseWithDefaults instantiates a new ProjectProjectIdRoleGet200Response 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 *ProjectProjectIdRoleGet200Response) GetRole() string
GetRole returns the Role field if non-nil, zero value otherwise.
func (o *ProjectProjectIdRoleGet200Response) 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 *ProjectProjectIdRoleGet200Response) SetRole(v string)
SetRole sets Role field to given value.
func (o *ProjectProjectIdRoleGet200Response) HasRole() bool
HasRole returns a boolean if a field has been set.
func (o *ProjectProjectIdRoleGet200Response) GetPermissions() float32
GetPermissions returns the Permissions field if non-nil, zero value otherwise.
func (o *ProjectProjectIdRoleGet200Response) GetPermissionsOk() (*float32, bool)
GetPermissionsOk returns a tuple with the Permissions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProjectProjectIdRoleGet200Response) SetPermissions(v float32)
SetPermissions sets Permissions field to given value.
func (o *ProjectProjectIdRoleGet200Response) HasPermissions() bool
HasPermissions returns a boolean if a field has been set.