Skip to the content.

Rakuten RMS WEB API client for .NET

< クラス一覧


CategoryInBreadcrumbs

Namespace: Rakuten.RMS.Api.CategoryAPI20

public class CategoryInBreadcrumbs : NewCategory

Inheritance ObjectNewCategoryCategoryInBreadcrumbs

Properties

additionalDescription

public string additionalDescription { get; set; }

Property Value

String

categoryFeatures

public CategoryFeatures categoryFeatures { get; set; }

Property Value

CategoryFeatures

categoryId

public string categoryId { get; set; }

Property Value

String

categorySetId

public string categorySetId { get; set; }

Property Value

String

created

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

Property Value

Nullable<DateTime>

description

public CategoryDescription description { get; set; }

Property Value

CategoryDescription

images

public List<CategoryImage> images { get; set; }

Property Value

List<CategoryImage>

layout

public Layout layout { get; set; }

Property Value

Layout

title

public string title { get; set; }

Property Value

String

updated

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

Property Value

Nullable<DateTime>

Constructors

CategoryInBreadcrumbs()

public CategoryInBreadcrumbs()

< クラス一覧