com.volcengine.model.imagex.v2.GetDomainConfigResResultAccessControlRemoteAuthAuthRequestHeaderHeaderItem Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of volc-sdk-java Show documentation
Show all versions of volc-sdk-java Show documentation
The VOLC Engine SDK for Java
package com.volcengine.model.imagex.v2;
import com.alibaba.fastjson.JSON;
/**
* GetDomainConfigResResultAccessControlRemoteAuthAuthRequestHeaderHeaderItem
*/
@lombok.Data
public final class GetDomainConfigResResultAccessControlRemoteAuthAuthRequestHeaderHeaderItem {
/**
* 您设置的请求头
*/
@com.alibaba.fastjson.annotation.JSONField(name = "key")
private String key;
/**
* 请求头的类型
*/
@com.alibaba.fastjson.annotation.JSONField(name = "value_type")
private String valueType;
/**
* 请求头的值
*/
@com.alibaba.fastjson.annotation.JSONField(name = "value")
private String value;
@Override
public String toString() {
return JSON.toJSONString(this);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy