C# Class afung.MangaWeb3.Common.MangaListItemDetailsResponse

Inheritance: JsonResponse
Exibir arquivo Open project: a-fung/MangaWeb3 Class Usage Examples

Public Properties

Property Type Description
author string
publisher string
series string
tags string[]
volume int
year int

Property Details

author public_oe property

public string author
return string

publisher public_oe property

public string publisher
return string

series public_oe property

public string series
return string

tags public_oe property

public string[] tags
return string[]

volume public_oe property

public int volume
return int

year public_oe property

public int year
return int