class TencentCloud::Tke::V20180525::ModifyClusterAsGroupAttributeRequest

ModifyClusterAsGroupAttribute请求参数结构体

def deserialize(params)

def deserialize(params)
  @ClusterId = params['ClusterId']
  unless params['ClusterAsGroupAttribute'].nil?
    @ClusterAsGroupAttribute = ClusterAsGroupAttribute.new
    @ClusterAsGroupAttribute.deserialize(params['ClusterAsGroupAttribute'])
  end
end

def initialize(clusterid=nil, clusterasgroupattribute=nil)

def initialize(clusterid=nil, clusterasgroupattribute=nil)
  @ClusterId = clusterid
  @ClusterAsGroupAttribute = clusterasgroupattribute
end