| Name | Type | Description | Notes |
|---|---|---|---|
| DurationMinutes | int32 | The updated duration for which the group can be accessed (in minutes). Use 0 for indefinite. | |
| AccessLevelRemoteId | Pointer to string | The updated remote ID of the access level granted to this user. | [optional] |
func NewUpdateGroupUserRequest(durationMinutes int32, ) *UpdateGroupUserRequest
NewUpdateGroupUserRequest instantiates a new UpdateGroupUserRequest 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 NewUpdateGroupUserRequestWithDefaults() *UpdateGroupUserRequest
NewUpdateGroupUserRequestWithDefaults instantiates a new UpdateGroupUserRequest 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 *UpdateGroupUserRequest) GetDurationMinutes() int32
GetDurationMinutes returns the DurationMinutes field if non-nil, zero value otherwise.
func (o *UpdateGroupUserRequest) 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 *UpdateGroupUserRequest) SetDurationMinutes(v int32)
SetDurationMinutes sets DurationMinutes field to given value.
func (o *UpdateGroupUserRequest) GetAccessLevelRemoteId() string
GetAccessLevelRemoteId returns the AccessLevelRemoteId field if non-nil, zero value otherwise.
func (o *UpdateGroupUserRequest) 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 *UpdateGroupUserRequest) SetAccessLevelRemoteId(v string)
SetAccessLevelRemoteId sets AccessLevelRemoteId field to given value.
func (o *UpdateGroupUserRequest) HasAccessLevelRemoteId() bool
HasAccessLevelRemoteId returns a boolean if a field has been set.