Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.39 KB

ResourceAccessLevel.md

File metadata and controls

72 lines (39 loc) · 2.39 KB

ResourceAccessLevel

Properties

Name Type Description Notes
AccessLevelName string The human-readable name of the access level.
AccessLevelRemoteId string The machine-readable identifier of the access level.

Methods

NewResourceAccessLevel

func NewResourceAccessLevel(accessLevelName string, accessLevelRemoteId string, ) *ResourceAccessLevel

NewResourceAccessLevel instantiates a new ResourceAccessLevel 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

NewResourceAccessLevelWithDefaults

func NewResourceAccessLevelWithDefaults() *ResourceAccessLevel

NewResourceAccessLevelWithDefaults instantiates a new ResourceAccessLevel 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

GetAccessLevelName

func (o *ResourceAccessLevel) GetAccessLevelName() string

GetAccessLevelName returns the AccessLevelName field if non-nil, zero value otherwise.

GetAccessLevelNameOk

func (o *ResourceAccessLevel) 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.

SetAccessLevelName

func (o *ResourceAccessLevel) SetAccessLevelName(v string)

SetAccessLevelName sets AccessLevelName field to given value.

GetAccessLevelRemoteId

func (o *ResourceAccessLevel) GetAccessLevelRemoteId() string

GetAccessLevelRemoteId returns the AccessLevelRemoteId field if non-nil, zero value otherwise.

GetAccessLevelRemoteIdOk

func (o *ResourceAccessLevel) 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.

SetAccessLevelRemoteId

func (o *ResourceAccessLevel) SetAccessLevelRemoteId(v string)

SetAccessLevelRemoteId sets AccessLevelRemoteId field to given value.

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