C# Class TwitchLib.Models.API.Video

Class representing returned Video object.
ファイルを表示 Open project: swiftyspiffy/TwitchLib

Public Methods

Method Description
Video ( JToken apiResponse ) : System

Video constructor

Method Details

Video() public method

Video constructor
public Video ( JToken apiResponse ) : System
apiResponse JToken API response string from Twitch call.
return System