| Name | Type | Description | Notes |
|---|---|---|---|
| ResourceId | Pointer to string | The ID of the resource requested. | [optional] |
| GroupId | Pointer to string | The ID of the group requested. | [optional] |
| AccessLevelName | Pointer to string | The name of the access level requested. | [optional] |
| AccessLevelRemoteId | Pointer to string | The ID of the access level requested on the remote system. | [optional] |
| Name | Pointer to string | The name of the target. | [optional] |
| RemoteId | Pointer to string | The ID of the target on the remote system. | [optional] |
| RemoteName | Pointer to string | The name of the target on the remote system. | [optional] |
func NewRequestedItem() *RequestedItem
NewRequestedItem instantiates a new RequestedItem 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 NewRequestedItemWithDefaults() *RequestedItem
NewRequestedItemWithDefaults instantiates a new RequestedItem 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 *RequestedItem) GetResourceId() string
GetResourceId returns the ResourceId field if non-nil, zero value otherwise.
func (o *RequestedItem) GetResourceIdOk() (*string, bool)
GetResourceIdOk returns a tuple with the ResourceId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RequestedItem) SetResourceId(v string)
SetResourceId sets ResourceId field to given value.
func (o *RequestedItem) HasResourceId() bool
HasResourceId returns a boolean if a field has been set.
func (o *RequestedItem) GetGroupId() string
GetGroupId returns the GroupId field if non-nil, zero value otherwise.
func (o *RequestedItem) GetGroupIdOk() (*string, bool)
GetGroupIdOk returns a tuple with the GroupId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RequestedItem) SetGroupId(v string)
SetGroupId sets GroupId field to given value.
func (o *RequestedItem) HasGroupId() bool
HasGroupId returns a boolean if a field has been set.
func (o *RequestedItem) GetAccessLevelName() string
GetAccessLevelName returns the AccessLevelName field if non-nil, zero value otherwise.
func (o *RequestedItem) 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 *RequestedItem) SetAccessLevelName(v string)
SetAccessLevelName sets AccessLevelName field to given value.
func (o *RequestedItem) HasAccessLevelName() bool
HasAccessLevelName returns a boolean if a field has been set.
func (o *RequestedItem) GetAccessLevelRemoteId() string
GetAccessLevelRemoteId returns the AccessLevelRemoteId field if non-nil, zero value otherwise.
func (o *RequestedItem) 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 *RequestedItem) SetAccessLevelRemoteId(v string)
SetAccessLevelRemoteId sets AccessLevelRemoteId field to given value.
func (o *RequestedItem) HasAccessLevelRemoteId() bool
HasAccessLevelRemoteId returns a boolean if a field has been set.
func (o *RequestedItem) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *RequestedItem) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RequestedItem) SetName(v string)
SetName sets Name field to given value.
func (o *RequestedItem) HasName() bool
HasName returns a boolean if a field has been set.
func (o *RequestedItem) GetRemoteId() string
GetRemoteId returns the RemoteId field if non-nil, zero value otherwise.
func (o *RequestedItem) GetRemoteIdOk() (*string, bool)
GetRemoteIdOk returns a tuple with the RemoteId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RequestedItem) SetRemoteId(v string)
SetRemoteId sets RemoteId field to given value.
func (o *RequestedItem) HasRemoteId() bool
HasRemoteId returns a boolean if a field has been set.
func (o *RequestedItem) GetRemoteName() string
GetRemoteName returns the RemoteName field if non-nil, zero value otherwise.
func (o *RequestedItem) GetRemoteNameOk() (*string, bool)
GetRemoteNameOk returns a tuple with the RemoteName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RequestedItem) SetRemoteName(v string)
SetRemoteName sets RemoteName field to given value.
func (o *RequestedItem) HasRemoteName() bool
HasRemoteName returns a boolean if a field has been set.