RuyiNetUploadFileResponseDataFileDetails Class |
[This is preliminary documentation and is subject to change.]
Namespace: Ruyi.SDK.Online
[SerializableAttribute] public class FileDetails
The RuyiNetUploadFileResponseDataFileDetails type exposes the following members.
| Name | Description | |
|---|---|---|
| RuyiNetUploadFileResponseDataFileDetails | Initializes a new instance of the RuyiNetUploadFileResponseDataFileDetails class |
| Name | Description | |
|---|---|---|
| cloudPath |
The location of the file on the cloud.
| |
| createdAt |
When the file was created.
| |
| expiresAt |
When the file expires.
| |
| filename |
The filename.
| |
| fileSize |
The size of the file.
| |
| fileType |
The file type.
| |
| gameId |
The ID of the game the file relates to.
| |
| path |
The path to the file.
| |
| profileId |
The profile ID of the owning player.
| |
| replaceIfExists |
Whether the file will replace a file if it already exists.
| |
| shareable |
Whether or not the file is shareable.
| |
| updatedAt |
When the file was last updated.
| |
| uploadId |
The ID of this upload.
|