Skip to the content.

Rakuten RMS WEB API client for .NET

< クラス一覧


Genre

Namespace: Rakuten.RMS.Api.NavigationAPI20

public class Genre : BaseGenre

Inheritance ObjectBaseGenreGenre

Properties

ancestors

public IList<BaseGenre> ancestors { get; set; }

Property Value

IList<BaseGenre>

children

public IList<BaseGenre> children { get; set; }

Property Value

IList<BaseGenre>

genreId

public long genreId { get; set; }

Property Value

Int64

genreIdPath

public IList<Int64> genreIdPath { get; set; }

Property Value

IList<Int64>

level

public int level { get; set; }

Property Value

Int32

lowest

public bool lowest { get; set; }

Property Value

Boolean

nameJa

public string nameJa { get; set; }

Property Value

String

nameJaPath

public IList<String> nameJaPath { get; set; }

Property Value

IList<String>

properties

public Property properties { get; set; }

Property Value

Property

siblings

public IList<BaseGenre> siblings { get; set; }

Property Value

IList<BaseGenre>

Constructors

Genre()

public Genre()

< クラス一覧