Rakuten RMS WEB API client for .NET
Layout
Namespace: Rakuten.RMS.Api.ShopPageAPI
public class Layout : LayoutToRequest
Inheritance Object → LayoutToReplace → LayoutToRequest → Layout
Properties
createTime
public DateTime createTime { get; set; }
Property Value
endTime
public Nullable<DateTime> endTime { get; set; }
Property Value
layoutId
public string layoutId { get; set; }
Property Value
modules
public List<LayoutModule> modules { get; set; }
Property Value
startTime
public Nullable<DateTime> startTime { get; set; }
Property Value
title
public string title { get; set; }
Property Value
type
public LayoutType type { get; set; }
Property Value
updateTime
public DateTime updateTime { get; set; }
Property Value
Constructors
Layout()
public Layout()