C# 클래스 afung.MangaWeb3.Common.MangaListItemDetailsResponse

상속: JsonResponse
파일 보기 프로젝트 열기: a-fung/MangaWeb3 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
author string
publisher string
series string
tags string[]
volume int
year int

프로퍼티 상세

author 공개적으로 프로퍼티

public string author
리턴 string

publisher 공개적으로 프로퍼티

public string publisher
리턴 string

series 공개적으로 프로퍼티

public string series
리턴 string

tags 공개적으로 프로퍼티

public string[] tags
리턴 string[]

volume 공개적으로 프로퍼티

public int volume
리턴 int

year 공개적으로 프로퍼티

public int year
리턴 int