| Name | Type | Description | Notes |
|---|---|---|---|
| DurationMinutes | int32 | The duration for which the resource can be accessed (in minutes). Use 0 to set to indefinite. | |
| AccessLevelRemoteId | Pointer to string | The remote ID of the access level to grant to this user. If omitted, the default access level remote ID value (empty string) is used. | [optional] |
func NewAddResourceUserRequest(durationMinutes int32, ) *AddResourceUserRequest
NewAddResourceUserRequest instantiates a new AddResourceUserRequest 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 NewAddResourceUserRequestWithDefaults() *AddResourceUserRequest
NewAddResourceUserRequestWithDefaults instantiates a new AddResourceUserRequest 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 *AddResourceUserRequest) GetDurationMinutes() int32
GetDurationMinutes returns the DurationMinutes field if non-nil, zero value otherwise.
func (o *AddResourceUserRequest) GetDurationMinutesOk() (*int32, bool)
GetDurationMinutesOk returns a tuple with the DurationMinutes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AddResourceUserRequest) SetDurationMinutes(v int32)
SetDurationMinutes sets DurationMinutes field to given value.
func (o *AddResourceUserRequest) GetAccessLevelRemoteId() string
GetAccessLevelRemoteId returns the AccessLevelRemoteId field if non-nil, zero value otherwise.
func (o *AddResourceUserRequest) 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 *AddResourceUserRequest) SetAccessLevelRemoteId(v string)
SetAccessLevelRemoteId sets AccessLevelRemoteId field to given value.
func (o *AddResourceUserRequest) HasAccessLevelRemoteId() bool
HasAccessLevelRemoteId returns a boolean if a field has been set.