Name | Type | Description | Notes |
---|---|---|---|
Role | Pointer to string | [optional] | |
Id | Pointer to string | [optional] | |
WorksCount | Pointer to int32 | [optional] |
func NewListFunders200ResponseResultsInnerRolesInner() *ListFunders200ResponseResultsInnerRolesInner
NewListFunders200ResponseResultsInnerRolesInner instantiates a new ListFunders200ResponseResultsInnerRolesInner 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 NewListFunders200ResponseResultsInnerRolesInnerWithDefaults() *ListFunders200ResponseResultsInnerRolesInner
NewListFunders200ResponseResultsInnerRolesInnerWithDefaults instantiates a new ListFunders200ResponseResultsInnerRolesInner 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 *ListFunders200ResponseResultsInnerRolesInner) GetRole() string
GetRole returns the Role field if non-nil, zero value otherwise.
func (o *ListFunders200ResponseResultsInnerRolesInner) 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 *ListFunders200ResponseResultsInnerRolesInner) SetRole(v string)
SetRole sets Role field to given value.
func (o *ListFunders200ResponseResultsInnerRolesInner) HasRole() bool
HasRole returns a boolean if a field has been set.
func (o *ListFunders200ResponseResultsInnerRolesInner) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ListFunders200ResponseResultsInnerRolesInner) 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 *ListFunders200ResponseResultsInnerRolesInner) SetId(v string)
SetId sets Id field to given value.
func (o *ListFunders200ResponseResultsInnerRolesInner) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ListFunders200ResponseResultsInnerRolesInner) GetWorksCount() int32
GetWorksCount returns the WorksCount field if non-nil, zero value otherwise.
func (o *ListFunders200ResponseResultsInnerRolesInner) GetWorksCountOk() (*int32, bool)
GetWorksCountOk returns a tuple with the WorksCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListFunders200ResponseResultsInnerRolesInner) SetWorksCount(v int32)
SetWorksCount sets WorksCount field to given value.
func (o *ListFunders200ResponseResultsInnerRolesInner) HasWorksCount() bool
HasWorksCount returns a boolean if a field has been set.