| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to string | The ID of the resource requested. Should not be specified if group_id is specified. | [optional] |
| AccessLevelRemoteId | Pointer to string | The ID of the access level requested on the remote system. | [optional] |
| AccessLevelName | Pointer to string | The ID of the access level requested on the remote system. This field is deprecated and no longer required. We will populate based on the access_level_remote_id. | [optional] |
func NewCreateRequestInfoResourcesInner() *CreateRequestInfoResourcesInner
NewCreateRequestInfoResourcesInner instantiates a new CreateRequestInfoResourcesInner 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 NewCreateRequestInfoResourcesInnerWithDefaults() *CreateRequestInfoResourcesInner
NewCreateRequestInfoResourcesInnerWithDefaults instantiates a new CreateRequestInfoResourcesInner 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 *CreateRequestInfoResourcesInner) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *CreateRequestInfoResourcesInner) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateRequestInfoResourcesInner) SetId(v string)
SetId sets Id field to given value.
func (o *CreateRequestInfoResourcesInner) HasId() bool
HasId returns a boolean if a field has been set.
func (o *CreateRequestInfoResourcesInner) GetAccessLevelRemoteId() string
GetAccessLevelRemoteId returns the AccessLevelRemoteId field if non-nil, zero value otherwise.
func (o *CreateRequestInfoResourcesInner) 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 *CreateRequestInfoResourcesInner) SetAccessLevelRemoteId(v string)
SetAccessLevelRemoteId sets AccessLevelRemoteId field to given value.
func (o *CreateRequestInfoResourcesInner) HasAccessLevelRemoteId() bool
HasAccessLevelRemoteId returns a boolean if a field has been set.
func (o *CreateRequestInfoResourcesInner) GetAccessLevelName() string
GetAccessLevelName returns the AccessLevelName field if non-nil, zero value otherwise.
func (o *CreateRequestInfoResourcesInner) 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 *CreateRequestInfoResourcesInner) SetAccessLevelName(v string)
SetAccessLevelName sets AccessLevelName field to given value.
func (o *CreateRequestInfoResourcesInner) HasAccessLevelName() bool
HasAccessLevelName returns a boolean if a field has been set.