All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.polyv.live.v1.entity.channel.operate.LiveCreateChannelListResponse Maven / Gradle / Ivy

package net.polyv.live.v1.entity.channel.operate;

import java.util.List;

import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import lombok.experimental.Accessors;

/**
 * 批量创建频道返回体
 * @author: sadboy
 **/
@Data
@Accessors(chain = true)
@ApiModel("批量创建频道返回体")
public class LiveCreateChannelListResponse {
    
    @ApiModelProperty(name = "channels", value = "频道基本信息")
    private List channels;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy