Class AppsDataAnalysisQueryLiveRoomV1Response.Types.Data.Types.LiveRoom
- Namespace
- SKIT.FlurlHttpClient.ByteDance.MicroApp.Models
- Assembly
- DH.SKIT.FlurlHttpClient.ByteDance.MicroApp.dll
public class AppsDataAnalysisQueryLiveRoomV1Response.Types.Data.Types.LiveRoom
- Inheritance
-
AppsDataAnalysisQueryLiveRoomV1Response.Types.Data.Types.LiveRoom
- Inherited Members
Constructors
LiveRoom()
public LiveRoom()
Properties
AnchorName
获取或设置主播昵称。
[JsonPropertyName("anchor_name")]
public string AnchorName { get; set; }
Property Value
CreateTimestamp
获取或设置开播时间戳。
[JsonPropertyName("create_time")]
public long CreateTimestamp { get; set; }
Property Value
LiveRoomId
获取或设置直播间 ID。
[JsonPropertyName("live_room_id")]
public long LiveRoomId { get; set; }
Property Value
LiveRoomName
获取或设置直播间标题。
[JsonPropertyName("live_room_name")]
public string LiveRoomName { get; set; }