![JAR search and dependency download from the Maven repository](/logo.png)
com.aliyun.cs20151215.models.DescribeClusterV2UserKubeconfigResponseBody Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cs20151215 Show documentation
Show all versions of cs20151215 Show documentation
Alibaba Cloud CS (20151215) SDK for Java
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.cs20151215.models;
import com.aliyun.tea.*;
public class DescribeClusterV2UserKubeconfigResponseBody extends TeaModel {
@NameInMap("config")
public String config;
public static DescribeClusterV2UserKubeconfigResponseBody build(java.util.Map map) throws Exception {
DescribeClusterV2UserKubeconfigResponseBody self = new DescribeClusterV2UserKubeconfigResponseBody();
return TeaModel.build(map, self);
}
public DescribeClusterV2UserKubeconfigResponseBody setConfig(String config) {
this.config = config;
return this;
}
public String getConfig() {
return this.config;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy