Skip to content

Latest commit

 

History

History
212 lines (115 loc) · 5.89 KB

File metadata and controls

212 lines (115 loc) · 5.89 KB

RequestedItem

Properties

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]

Methods

NewRequestedItem

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

NewRequestedItemWithDefaults

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

GetResourceId

func (o *RequestedItem) GetResourceId() string

GetResourceId returns the ResourceId field if non-nil, zero value otherwise.

GetResourceIdOk

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.

SetResourceId

func (o *RequestedItem) SetResourceId(v string)

SetResourceId sets ResourceId field to given value.

HasResourceId

func (o *RequestedItem) HasResourceId() bool

HasResourceId returns a boolean if a field has been set.

GetGroupId

func (o *RequestedItem) GetGroupId() string

GetGroupId returns the GroupId field if non-nil, zero value otherwise.

GetGroupIdOk

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.

SetGroupId

func (o *RequestedItem) SetGroupId(v string)

SetGroupId sets GroupId field to given value.

HasGroupId

func (o *RequestedItem) HasGroupId() bool

HasGroupId returns a boolean if a field has been set.

GetAccessLevelName

func (o *RequestedItem) GetAccessLevelName() string

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

GetAccessLevelNameOk

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.

SetAccessLevelName

func (o *RequestedItem) SetAccessLevelName(v string)

SetAccessLevelName sets AccessLevelName field to given value.

HasAccessLevelName

func (o *RequestedItem) HasAccessLevelName() bool

HasAccessLevelName returns a boolean if a field has been set.

GetAccessLevelRemoteId

func (o *RequestedItem) GetAccessLevelRemoteId() string

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

GetAccessLevelRemoteIdOk

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.

SetAccessLevelRemoteId

func (o *RequestedItem) SetAccessLevelRemoteId(v string)

SetAccessLevelRemoteId sets AccessLevelRemoteId field to given value.

HasAccessLevelRemoteId

func (o *RequestedItem) HasAccessLevelRemoteId() bool

HasAccessLevelRemoteId returns a boolean if a field has been set.

GetName

func (o *RequestedItem) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

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.

SetName

func (o *RequestedItem) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *RequestedItem) HasName() bool

HasName returns a boolean if a field has been set.

GetRemoteId

func (o *RequestedItem) GetRemoteId() string

GetRemoteId returns the RemoteId field if non-nil, zero value otherwise.

GetRemoteIdOk

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.

SetRemoteId

func (o *RequestedItem) SetRemoteId(v string)

SetRemoteId sets RemoteId field to given value.

HasRemoteId

func (o *RequestedItem) HasRemoteId() bool

HasRemoteId returns a boolean if a field has been set.

GetRemoteName

func (o *RequestedItem) GetRemoteName() string

GetRemoteName returns the RemoteName field if non-nil, zero value otherwise.

GetRemoteNameOk

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.

SetRemoteName

func (o *RequestedItem) SetRemoteName(v string)

SetRemoteName sets RemoteName field to given value.

HasRemoteName

func (o *RequestedItem) HasRemoteName() bool

HasRemoteName returns a boolean if a field has been set.

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