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

com.aliyun.sas20181203.models.SasInstallCodeRequest Maven / Gradle / Ivy

There is a newer version: 3.0.0
Show newest version
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sas20181203.models;

import com.aliyun.tea.*;

public class SasInstallCodeRequest extends TeaModel {
    /**
     * 

The source IP address of the request.

*/ @NameInMap("SourceIp") public String sourceIp; public static SasInstallCodeRequest build(java.util.Map map) throws Exception { SasInstallCodeRequest self = new SasInstallCodeRequest(); return TeaModel.build(map, self); } public SasInstallCodeRequest setSourceIp(String sourceIp) { this.sourceIp = sourceIp; return this; } public String getSourceIp() { return this.sourceIp; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy