| Name | Type | Description | Notes |
|---|---|---|---|
| CreatedBy | Pointer to IdentitySet | [optional] | |
| CreatedDateTime | Pointer to time.Time | Date and time of item creation. Read-only. | [optional] |
| File | Pointer to OpenGraphFile | [optional] | |
| FileSystemInfo | Pointer to FileSystemInfo | [optional] | |
| Folder | Pointer to Folder | [optional] | |
| DriveAlias | Pointer to string | The drive alias can be used in clients to make the urls user friendly. Example: 'personal/einstein'. This will be used to resolve to the correct driveID. | [optional] |
| Path | Pointer to string | The relative path of the item in relation to its drive root. | [optional] |
| RootId | Pointer to string | Unique identifier for the drive root of this item. Read-only. | [optional] |
| Id | Pointer to string | Unique identifier for the remote item in its drive. Read-only. | [optional] |
| Image | Pointer to Image | [optional] | |
| LastModifiedBy | Pointer to IdentitySet | [optional] | |
| LastModifiedDateTime | Pointer to time.Time | Date and time the item was last modified. Read-only. | [optional] |
| Name | Pointer to string | Optional. Filename of the remote item. Read-only. | [optional] |
| ETag | Pointer to string | ETag for the item. Read-only. | [optional] [readonly] |
| CTag | Pointer to string | An eTag for the content of the item. This eTag is not changed if only the metadata is changed. Note This property is not returned if the item is a folder. Read-only. | [optional] [readonly] |
| ParentReference | Pointer to ItemReference | [optional] | |
| Permissions | Pointer to []Permission | The set of permissions for the item. Read-only. Nullable. | [optional] [readonly] |
| Size | Pointer to int64 | Size of the remote item. Read-only. | [optional] |
| SpecialFolder | Pointer to SpecialFolder | [optional] | |
| WebDavUrl | Pointer to string | DAV compatible URL for the item. | [optional] |
| WebUrl | Pointer to string | URL that displays the resource in the browser. Read-only. | [optional] |
func NewRemoteItem() *RemoteItem
NewRemoteItem instantiates a new RemoteItem 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 NewRemoteItemWithDefaults() *RemoteItem
NewRemoteItemWithDefaults instantiates a new RemoteItem 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 *RemoteItem) GetCreatedBy() IdentitySet
GetCreatedBy returns the CreatedBy field if non-nil, zero value otherwise.
func (o *RemoteItem) GetCreatedByOk() (*IdentitySet, bool)
GetCreatedByOk returns a tuple with the CreatedBy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RemoteItem) SetCreatedBy(v IdentitySet)
SetCreatedBy sets CreatedBy field to given value.
func (o *RemoteItem) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field has been set.
func (o *RemoteItem) GetCreatedDateTime() time.Time
GetCreatedDateTime returns the CreatedDateTime field if non-nil, zero value otherwise.
func (o *RemoteItem) GetCreatedDateTimeOk() (*time.Time, bool)
GetCreatedDateTimeOk returns a tuple with the CreatedDateTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RemoteItem) SetCreatedDateTime(v time.Time)
SetCreatedDateTime sets CreatedDateTime field to given value.
func (o *RemoteItem) HasCreatedDateTime() bool
HasCreatedDateTime returns a boolean if a field has been set.
func (o *RemoteItem) GetFile() OpenGraphFile
GetFile returns the File field if non-nil, zero value otherwise.
func (o *RemoteItem) GetFileOk() (*OpenGraphFile, bool)
GetFileOk returns a tuple with the File field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RemoteItem) SetFile(v OpenGraphFile)
SetFile sets File field to given value.
func (o *RemoteItem) HasFile() bool
HasFile returns a boolean if a field has been set.
func (o *RemoteItem) GetFileSystemInfo() FileSystemInfo
GetFileSystemInfo returns the FileSystemInfo field if non-nil, zero value otherwise.
func (o *RemoteItem) GetFileSystemInfoOk() (*FileSystemInfo, bool)
GetFileSystemInfoOk returns a tuple with the FileSystemInfo field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RemoteItem) SetFileSystemInfo(v FileSystemInfo)
SetFileSystemInfo sets FileSystemInfo field to given value.
func (o *RemoteItem) HasFileSystemInfo() bool
HasFileSystemInfo returns a boolean if a field has been set.
func (o *RemoteItem) GetFolder() Folder
GetFolder returns the Folder field if non-nil, zero value otherwise.
func (o *RemoteItem) GetFolderOk() (*Folder, bool)
GetFolderOk returns a tuple with the Folder field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RemoteItem) SetFolder(v Folder)
SetFolder sets Folder field to given value.
func (o *RemoteItem) HasFolder() bool
HasFolder returns a boolean if a field has been set.
func (o *RemoteItem) GetDriveAlias() string
GetDriveAlias returns the DriveAlias field if non-nil, zero value otherwise.
func (o *RemoteItem) GetDriveAliasOk() (*string, bool)
GetDriveAliasOk returns a tuple with the DriveAlias field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RemoteItem) SetDriveAlias(v string)
SetDriveAlias sets DriveAlias field to given value.
func (o *RemoteItem) HasDriveAlias() bool
HasDriveAlias returns a boolean if a field has been set.
func (o *RemoteItem) GetPath() string
GetPath returns the Path field if non-nil, zero value otherwise.
func (o *RemoteItem) GetPathOk() (*string, bool)
GetPathOk returns a tuple with the Path field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RemoteItem) SetPath(v string)
SetPath sets Path field to given value.
func (o *RemoteItem) HasPath() bool
HasPath returns a boolean if a field has been set.
func (o *RemoteItem) GetRootId() string
GetRootId returns the RootId field if non-nil, zero value otherwise.
func (o *RemoteItem) GetRootIdOk() (*string, bool)
GetRootIdOk returns a tuple with the RootId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RemoteItem) SetRootId(v string)
SetRootId sets RootId field to given value.
func (o *RemoteItem) HasRootId() bool
HasRootId returns a boolean if a field has been set.
func (o *RemoteItem) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *RemoteItem) 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 *RemoteItem) SetId(v string)
SetId sets Id field to given value.
func (o *RemoteItem) HasId() bool
HasId returns a boolean if a field has been set.
func (o *RemoteItem) GetImage() Image
GetImage returns the Image field if non-nil, zero value otherwise.
func (o *RemoteItem) GetImageOk() (*Image, bool)
GetImageOk returns a tuple with the Image field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RemoteItem) SetImage(v Image)
SetImage sets Image field to given value.
func (o *RemoteItem) HasImage() bool
HasImage returns a boolean if a field has been set.
func (o *RemoteItem) GetLastModifiedBy() IdentitySet
GetLastModifiedBy returns the LastModifiedBy field if non-nil, zero value otherwise.
func (o *RemoteItem) GetLastModifiedByOk() (*IdentitySet, bool)
GetLastModifiedByOk returns a tuple with the LastModifiedBy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RemoteItem) SetLastModifiedBy(v IdentitySet)
SetLastModifiedBy sets LastModifiedBy field to given value.
func (o *RemoteItem) HasLastModifiedBy() bool
HasLastModifiedBy returns a boolean if a field has been set.
func (o *RemoteItem) GetLastModifiedDateTime() time.Time
GetLastModifiedDateTime returns the LastModifiedDateTime field if non-nil, zero value otherwise.
func (o *RemoteItem) GetLastModifiedDateTimeOk() (*time.Time, bool)
GetLastModifiedDateTimeOk returns a tuple with the LastModifiedDateTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RemoteItem) SetLastModifiedDateTime(v time.Time)
SetLastModifiedDateTime sets LastModifiedDateTime field to given value.
func (o *RemoteItem) HasLastModifiedDateTime() bool
HasLastModifiedDateTime returns a boolean if a field has been set.
func (o *RemoteItem) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *RemoteItem) 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 *RemoteItem) SetName(v string)
SetName sets Name field to given value.
func (o *RemoteItem) HasName() bool
HasName returns a boolean if a field has been set.
func (o *RemoteItem) GetETag() string
GetETag returns the ETag field if non-nil, zero value otherwise.
func (o *RemoteItem) GetETagOk() (*string, bool)
GetETagOk returns a tuple with the ETag field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RemoteItem) SetETag(v string)
SetETag sets ETag field to given value.
func (o *RemoteItem) HasETag() bool
HasETag returns a boolean if a field has been set.
func (o *RemoteItem) GetCTag() string
GetCTag returns the CTag field if non-nil, zero value otherwise.
func (o *RemoteItem) GetCTagOk() (*string, bool)
GetCTagOk returns a tuple with the CTag field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RemoteItem) SetCTag(v string)
SetCTag sets CTag field to given value.
func (o *RemoteItem) HasCTag() bool
HasCTag returns a boolean if a field has been set.
func (o *RemoteItem) GetParentReference() ItemReference
GetParentReference returns the ParentReference field if non-nil, zero value otherwise.
func (o *RemoteItem) GetParentReferenceOk() (*ItemReference, bool)
GetParentReferenceOk returns a tuple with the ParentReference field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RemoteItem) SetParentReference(v ItemReference)
SetParentReference sets ParentReference field to given value.
func (o *RemoteItem) HasParentReference() bool
HasParentReference returns a boolean if a field has been set.
func (o *RemoteItem) GetPermissions() []Permission
GetPermissions returns the Permissions field if non-nil, zero value otherwise.
func (o *RemoteItem) GetPermissionsOk() (*[]Permission, bool)
GetPermissionsOk returns a tuple with the Permissions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RemoteItem) SetPermissions(v []Permission)
SetPermissions sets Permissions field to given value.
func (o *RemoteItem) HasPermissions() bool
HasPermissions returns a boolean if a field has been set.
func (o *RemoteItem) GetSize() int64
GetSize returns the Size field if non-nil, zero value otherwise.
func (o *RemoteItem) GetSizeOk() (*int64, bool)
GetSizeOk returns a tuple with the Size field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RemoteItem) SetSize(v int64)
SetSize sets Size field to given value.
func (o *RemoteItem) HasSize() bool
HasSize returns a boolean if a field has been set.
func (o *RemoteItem) GetSpecialFolder() SpecialFolder
GetSpecialFolder returns the SpecialFolder field if non-nil, zero value otherwise.
func (o *RemoteItem) GetSpecialFolderOk() (*SpecialFolder, bool)
GetSpecialFolderOk returns a tuple with the SpecialFolder field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RemoteItem) SetSpecialFolder(v SpecialFolder)
SetSpecialFolder sets SpecialFolder field to given value.
func (o *RemoteItem) HasSpecialFolder() bool
HasSpecialFolder returns a boolean if a field has been set.
func (o *RemoteItem) GetWebDavUrl() string
GetWebDavUrl returns the WebDavUrl field if non-nil, zero value otherwise.
func (o *RemoteItem) GetWebDavUrlOk() (*string, bool)
GetWebDavUrlOk returns a tuple with the WebDavUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RemoteItem) SetWebDavUrl(v string)
SetWebDavUrl sets WebDavUrl field to given value.
func (o *RemoteItem) HasWebDavUrl() bool
HasWebDavUrl returns a boolean if a field has been set.
func (o *RemoteItem) GetWebUrl() string
GetWebUrl returns the WebUrl field if non-nil, zero value otherwise.
func (o *RemoteItem) GetWebUrlOk() (*string, bool)
GetWebUrlOk returns a tuple with the WebUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RemoteItem) SetWebUrl(v string)
SetWebUrl sets WebUrl field to given value.
func (o *RemoteItem) HasWebUrl() bool
HasWebUrl returns a boolean if a field has been set.