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

com.byteplus.model.live.v20200801.DescribeStreamQuotaConfigResResultQuotaListItemQuotaDetailListItem Maven / Gradle / Ivy

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


import com.alibaba.fastjson.JSON;

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

    /**
     * 

推流域名的推流路数限额配置信息。

* *

:::tip

* *

`Domain` 为拉流域名时返回。

* *

:::

*/ @com.alibaba.fastjson.annotation.JSONField(name = "BandwidthConfig") private DescribeStreamQuotaConfigResResultQuotaListItemQuotaDetailListItemBandwidthConfig bandwidthConfig; /** *

推流域名的推流路数限额配置信息。

* *

:::tip

* *

`Domain` 为推流域名时返回。

* *

:::

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy