Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.37 KB

UpdateRole.md

File metadata and controls

51 lines (28 loc) · 1.37 KB

UpdateRole

Properties

Name Type Description Notes
Role RoleType

Methods

NewUpdateRole

func NewUpdateRole(role RoleType, ) *UpdateRole

NewUpdateRole instantiates a new UpdateRole 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

NewUpdateRoleWithDefaults

func NewUpdateRoleWithDefaults() *UpdateRole

NewUpdateRoleWithDefaults instantiates a new UpdateRole 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 *UpdateRole) GetRole() RoleType

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

GetRoleOk

func (o *UpdateRole) GetRoleOk() (*RoleType, 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 *UpdateRole) SetRole(v RoleType)

SetRole sets Role field to given value.

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