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

com.aliyun.cs20151215.models.DescribeClusterV2UserKubeconfigResponseBody Maven / Gradle / Ivy

There is a newer version: 4.8.8
Show newest version
// 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