Rakuten RMS WEB API client for .NET
GenreWithAttributesAndDictionary
Namespace: Rakuten.RMS.Api.NavigationAPI20
public class GenreWithAttributesAndDictionary : Genre
Inheritance Object → BaseGenre → Genre → GenreWithAttributesAndDictionary
Properties
ancestors
public IList<BaseGenre> ancestors { get; set; }
Property Value
attributes
public IList<AttributeWithDictionaryValues> attributes { get; set; }
Property Value
IList<AttributeWithDictionaryValues>
children
public IList<BaseGenre> children { get; set; }
Property Value
genreId
public long genreId { get; set; }
Property Value
genreIdPath
public IList<Int64> genreIdPath { get; set; }
Property Value
level
public int level { get; set; }
Property Value
lowest
public bool lowest { get; set; }
Property Value
nameJa
public string nameJa { get; set; }
Property Value
nameJaPath
public IList<String> nameJaPath { get; set; }
Property Value
properties
public Property properties { get; set; }
Property Value
siblings
public IList<BaseGenre> siblings { get; set; }
Property Value
Constructors
GenreWithAttributesAndDictionary()
public GenreWithAttributesAndDictionary()