Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.58 KB

BuiltInRole.md

File metadata and controls

56 lines (31 loc) · 1.58 KB

BuiltInRole

Properties

Name Type Description Notes
Name OrganizationUserRoleType
Resource Resource

Methods

NewBuiltInRole

func NewBuiltInRole(name OrganizationUserRoleType, resource Resource, ) *BuiltInRole

NewBuiltInRole instantiates a new BuiltInRole 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.

NewBuiltInRoleWithDefaults

func NewBuiltInRoleWithDefaults() *BuiltInRole

NewBuiltInRoleWithDefaults instantiates a new BuiltInRole 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.

GetName

func (o *BuiltInRole) GetName() OrganizationUserRoleType

GetName returns the Name field if non-nil, zero value otherwise.

SetName

func (o *BuiltInRole) SetName(v OrganizationUserRoleType)

SetName sets Name field to given value.

GetResource

func (o *BuiltInRole) GetResource() Resource

GetResource returns the Resource field if non-nil, zero value otherwise.

SetResource

func (o *BuiltInRole) SetResource(v Resource)

SetResource sets Resource field to given value.

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