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

com.byteplus.model.live.v20230101.ListPullToPushGroupResResultListItem Maven / Gradle / Ivy

There is a newer version: 1.1.23
Show newest version
package com.byteplus.model.live.v20230101;


import com.alibaba.fastjson.JSON;
import java.util.List;

/**
 * ListPullToPushGroupResResultListItem
 */
@lombok.Data
public final class ListPullToPushGroupResResultListItem  {

    /**
     * 

群组名称。

*/ @com.alibaba.fastjson.annotation.JSONField(name = "Name") private String name; /** *

群组所属的项目名称。

*/ @com.alibaba.fastjson.annotation.JSONField(name = "ProjectName") private String projectName; /** *

群组的标签信息。

*/ @com.alibaba.fastjson.annotation.JSONField(name = "Tags") private List tags; /** *

群组的状态,取值及含义如下所示。

* *

- `0`: 可用;

* *

- `1`: 已删除,不可用。

*/ @com.alibaba.fastjson.annotation.JSONField(name = "Status") private Float status; /** *

账号。

*/ @com.alibaba.fastjson.annotation.JSONField(name = "AccountID") private String accountID; @Override public String toString() { return JSON.toJSONString(this); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy