Skip to the content.

Rakuten RMS WEB API client for .NET

< クラス一覧


LayoutToRequest

Namespace: Rakuten.RMS.Api.ShopPageAPI

public class LayoutToRequest : LayoutToReplace

Inheritance ObjectLayoutToReplaceLayoutToRequest

Properties

endTime

public Nullable<DateTime> endTime { get; set; }

Property Value

Nullable<DateTime>

modules

public List<LayoutModule> modules { get; set; }

Property Value

List<LayoutModule>

startTime

public Nullable<DateTime> startTime { get; set; }

Property Value

Nullable<DateTime>

title

public string title { get; set; }

Property Value

String

type

public LayoutType type { get; set; }

Property Value

LayoutType

Constructors

LayoutToRequest()

public LayoutToRequest()

< クラス一覧