| package com.ruoyi.storage.minio.domain.jsonbean; | 
|   | 
| import com.fasterxml.jackson.annotation.JsonProperty; | 
| import lombok.Data; | 
|   | 
| /** | 
|  * Auto-generated: 2023-08-05 11:37:3 | 
|  * | 
|  * @author www.jsons.cn  | 
|  * @website http://www.jsons.cn/json2java/  | 
|  */ | 
| @Data | 
| public class Requestparameters { | 
|   | 
|     @JsonProperty("principalId") | 
|     private String principalid; | 
|     private String region; | 
|     @JsonProperty("sourceIPAddress") | 
|     private String sourceipaddress; | 
|   | 
| } |