Rakuten RMS WEB API client for .NET
Genre
Namespace: Rakuten.RMS.Api.NavigationAPI20
public class Genre : BaseGenre
Inheritance Object → BaseGenre → Genre
Properties
ancestors
public IList<BaseGenre> ancestors { 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
Genre()
public Genre()