Rakuten RMS WEB API client for .NET
LayoutToRequest
Namespace: Rakuten.RMS.Api.ShopPageAPI
public class LayoutToRequest : LayoutToReplace
Inheritance Object → LayoutToReplace → LayoutToRequest
Properties
endTime
public Nullable<DateTime> endTime { 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
Constructors
LayoutToRequest()
public LayoutToRequest()