RuyiNetListUserFilesResponseDataFileDetails Class |
[This is preliminary documentation and is subject to change.]
Namespace: Ruyi.SDK.Online
[SerializableAttribute] public class FileDetails
The RuyiNetListUserFilesResponseDataFileDetails type exposes the following members.
Name | Description | |
---|---|---|
RuyiNetListUserFilesResponseDataFileDetails | Initializes a new instance of the RuyiNetListUserFilesResponseDataFileDetails class |
Name | Description | |
---|---|---|
cloudFilename |
The filename.
| |
cloudLocation |
The location of the file on the cloud.
| |
cloudPath |
The path to the file.
| |
createdAt |
When the file was created.
| |
downloadUrl |
The URL to download the file.
| |
fileSize |
The size of the file.
| |
gameId |
The ID of the game the file relates to.
| |
profileId |
The profile ID of the owning player.
| |
shareable |
Whether or not the file is shareable.
| |
updatedAt |
When the file was last updated.
| |
uploadedAt |
When the file was uploaded.
|