Rakuten RMS WEB API client for .NET
GenreWithAttributes
Namespace: Rakuten.RMS.Api.NavigationAPI20
public class GenreWithAttributes : Genre
Inheritance Object → BaseGenre → Genre → GenreWithAttributes
Properties
ancestors
public IList<BaseGenre> ancestors { get; set; }
Property Value
attributes
public IList<Attribute> attributes { get; set; }
Property Value
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
GenreWithAttributes()
public GenreWithAttributes()