Skip to the content.

Rakuten RMS WEB API client for .NET

< クラス一覧


FolderModel

Namespace: Rakuten.RMS.Api.CabinetAPI

public class FolderModel

Inheritance ObjectFolderModel

Properties

_TimeStampRaw

public string _TimeStampRaw { get; set; }

Property Value

String

FileCount

public int FileCount { get; set; }

Property Value

Int32

FileSize

public decimal FileSize { get; set; }

Property Value

Decimal

FolderId

public long FolderId { get; set; }

Property Value

Int64

FolderName

public string FolderName { get; set; }

Property Value

String

FolderNode

public int FolderNode { get; set; }

Property Value

Int32

FolderPath

public string FolderPath { get; set; }

Property Value

String

TimeStamp

public DateTime TimeStamp { get; }

Property Value

DateTime

Constructors

FolderModel()

public FolderModel()

< クラス一覧