Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.57 KB

File metadata and controls

82 lines (45 loc) · 2.57 KB

ProjectProjectIdRoleGet200Response

Properties

Name Type Description Notes
Role Pointer to string [optional]
Permissions Pointer to float32 [optional]

Methods

NewProjectProjectIdRoleGet200Response

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

NewProjectProjectIdRoleGet200ResponseWithDefaults

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

GetRole

func (o *ProjectProjectIdRoleGet200Response) GetRole() string

GetRole returns the Role field if non-nil, zero value otherwise.

GetRoleOk

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.

SetRole

func (o *ProjectProjectIdRoleGet200Response) SetRole(v string)

SetRole sets Role field to given value.

HasRole

func (o *ProjectProjectIdRoleGet200Response) HasRole() bool

HasRole returns a boolean if a field has been set.

GetPermissions

func (o *ProjectProjectIdRoleGet200Response) GetPermissions() float32

GetPermissions returns the Permissions field if non-nil, zero value otherwise.

GetPermissionsOk

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.

SetPermissions

func (o *ProjectProjectIdRoleGet200Response) SetPermissions(v float32)

SetPermissions sets Permissions field to given value.

HasPermissions

func (o *ProjectProjectIdRoleGet200Response) HasPermissions() bool

HasPermissions returns a boolean if a field has been set.

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