Skip to the content.

Rakuten RMS WEB API client for .NET

< クラス一覧


Layout

Namespace: Rakuten.RMS.Api.ShopPageAPI

public class Layout : LayoutToRequest

Inheritance ObjectLayoutToReplaceLayoutToRequestLayout

Properties

createTime

public DateTime createTime { get; set; }

Property Value

DateTime

endTime

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

Property Value

Nullable<DateTime>

layoutId

public string layoutId { get; set; }

Property Value

String

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

updateTime

public DateTime updateTime { get; set; }

Property Value

DateTime

Constructors

Layout()

public Layout()

< クラス一覧