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

com.volcengine.model.live.v20230101.DescribeStreamQuotaConfigResResultQuotaListItemQuotaDetailListItem Maven / Gradle / Ivy

There is a newer version: 1.0.192
Show newest version
package com.volcengine.model.live.v20230101;


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