Name | Type | Description | Notes |
---|---|---|---|
Name | OrganizationUserRoleType | ||
Resource | Resource |
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.
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.
func (o *BuiltInRole) GetName() OrganizationUserRoleType
GetName returns the Name field if non-nil, zero value otherwise.
func (o *BuiltInRole) SetName(v OrganizationUserRoleType)
SetName sets Name field to given value.
func (o *BuiltInRole) GetResource() Resource
GetResource returns the Resource field if non-nil, zero value otherwise.
func (o *BuiltInRole) SetResource(v Resource)
SetResource sets Resource field to given value.