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

com.byteplus.model.live.v20230101.ListBindEncryptDRMResResponseMetadata 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;

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

    /**
     * 

RequestID为每次API请求的唯一标识。

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

请求的接口名,属于请求的公共参数。

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

请求的版本号,属于请求的公共参数。

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

请求的服务,属于请求的公共参数。

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

请求的Region,例如:cn-north-1

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy