Name | Type | Description | Notes |
---|---|---|---|
AccessLevelName | string | The human-readable name of the access level. | |
AccessLevelRemoteId | string | The machine-readable identifier of the access level. |
func NewGroupAccessLevel(accessLevelName string, accessLevelRemoteId string, ) *GroupAccessLevel
NewGroupAccessLevel instantiates a new GroupAccessLevel 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 NewGroupAccessLevelWithDefaults() *GroupAccessLevel
NewGroupAccessLevelWithDefaults instantiates a new GroupAccessLevel 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 *GroupAccessLevel) GetAccessLevelName() string
GetAccessLevelName returns the AccessLevelName field if non-nil, zero value otherwise.
func (o *GroupAccessLevel) GetAccessLevelNameOk() (*string, bool)
GetAccessLevelNameOk returns a tuple with the AccessLevelName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GroupAccessLevel) SetAccessLevelName(v string)
SetAccessLevelName sets AccessLevelName field to given value.
func (o *GroupAccessLevel) GetAccessLevelRemoteId() string
GetAccessLevelRemoteId returns the AccessLevelRemoteId field if non-nil, zero value otherwise.
func (o *GroupAccessLevel) GetAccessLevelRemoteIdOk() (*string, bool)
GetAccessLevelRemoteIdOk returns a tuple with the AccessLevelRemoteId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GroupAccessLevel) SetAccessLevelRemoteId(v string)
SetAccessLevelRemoteId sets AccessLevelRemoteId field to given value.