Rakuten RMS WEB API client for .NET
CategoryInBreadcrumbs
Namespace: Rakuten.RMS.Api.CategoryAPI20
public class CategoryInBreadcrumbs : NewCategory
Inheritance Object → NewCategory → CategoryInBreadcrumbs
Properties
additionalDescription
public string additionalDescription { get; set; }
Property Value
categoryFeatures
public CategoryFeatures categoryFeatures { get; set; }
Property Value
categoryId
public string categoryId { get; set; }
Property Value
categorySetId
public string categorySetId { get; set; }
Property Value
created
public Nullable<DateTime> created { get; set; }
Property Value
description
public CategoryDescription description { get; set; }
Property Value
images
public List<CategoryImage> images { get; set; }
Property Value
layout
public Layout layout { get; set; }
Property Value
title
public string title { get; set; }
Property Value
updated
public Nullable<DateTime> updated { get; set; }
Property Value
Constructors
CategoryInBreadcrumbs()
public CategoryInBreadcrumbs()