Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.39 KB

ListFunders200ResponseResultsInnerRolesInner.md

File metadata and controls

108 lines (59 loc) · 3.39 KB

ListFunders200ResponseResultsInnerRolesInner

Properties

Name Type Description Notes
Role Pointer to string [optional]
Id Pointer to string [optional]
WorksCount Pointer to int32 [optional]

Methods

NewListFunders200ResponseResultsInnerRolesInner

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

NewListFunders200ResponseResultsInnerRolesInnerWithDefaults

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

GetRole

func (o *ListFunders200ResponseResultsInnerRolesInner) GetRole() string

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

GetRoleOk

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.

SetRole

func (o *ListFunders200ResponseResultsInnerRolesInner) SetRole(v string)

SetRole sets Role field to given value.

HasRole

func (o *ListFunders200ResponseResultsInnerRolesInner) HasRole() bool

HasRole returns a boolean if a field has been set.

GetId

func (o *ListFunders200ResponseResultsInnerRolesInner) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

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.

SetId

func (o *ListFunders200ResponseResultsInnerRolesInner) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *ListFunders200ResponseResultsInnerRolesInner) HasId() bool

HasId returns a boolean if a field has been set.

GetWorksCount

func (o *ListFunders200ResponseResultsInnerRolesInner) GetWorksCount() int32

GetWorksCount returns the WorksCount field if non-nil, zero value otherwise.

GetWorksCountOk

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.

SetWorksCount

func (o *ListFunders200ResponseResultsInnerRolesInner) SetWorksCount(v int32)

SetWorksCount sets WorksCount field to given value.

HasWorksCount

func (o *ListFunders200ResponseResultsInnerRolesInner) HasWorksCount() bool

HasWorksCount returns a boolean if a field has been set.

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