Rakuten RMS WEB API client for .NET
FolderModel
Namespace: Rakuten.RMS.Api.CabinetAPI
public class FolderModel
Inheritance Object → FolderModel
Properties
_TimeStampRaw
public string _TimeStampRaw { get; set; }
Property Value
FileCount
public int FileCount { get; set; }
Property Value
FileSize
public decimal FileSize { get; set; }
Property Value
FolderId
public long FolderId { get; set; }
Property Value
FolderName
public string FolderName { get; set; }
Property Value
FolderNode
public int FolderNode { get; set; }
Property Value
FolderPath
public string FolderPath { get; set; }
Property Value
TimeStamp
public DateTime TimeStamp { get; }
Property Value
Constructors
FolderModel()
public FolderModel()