Skip to the content.

Rakuten RMS WEB API client for .NET

< クラス一覧


CategoryWithBreadcrumbs

Namespace: Rakuten.RMS.Api.CategoryAPI20

public class CategoryWithBreadcrumbs : Category

Inheritance ObjectNewCategoryCategoryCategoryWithBreadcrumbs

Properties

additionalDescription

public string additionalDescription { get; set; }

Property Value

String

public List<CategoryInBreadcrumbs> breadcrumbList { get; set; }

Property Value

List<CategoryInBreadcrumbs>

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 DateTime created { get; set; }

Property Value

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 DateTime updated { get; set; }

Property Value

DateTime

Constructors

CategoryWithBreadcrumbs()

public CategoryWithBreadcrumbs()

< クラス一覧