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

com.byteplus.model.live.v20200801.UpdateServiceBodyLimitConfig 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;

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

    /**
     * 

账号下的vhost限制数目,-1表示无限制,0表示使用默认配置数目

*/ @com.alibaba.fastjson.annotation.JSONField(name = "VhostLimit") private Integer vhostLimit; /** *

账号vhost下的domain限制数目

*/ @com.alibaba.fastjson.annotation.JSONField(name = "DomainLimit") private Integer domainLimit; /** *

账号下app限制数目

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy