cs-20180418/core/Models/DownloadClusterNodeCertsResponse.cs (12 lines of code) (raw):
// This file is auto-generated, don't edit it. Thanks.
using System;
using System.Collections.Generic;
using System.IO;
using Tea;
namespace AlibabaCloud.SDK.CS20180418.Models
{
public class DownloadClusterNodeCertsResponse : TeaModel {
[NameInMap("headers")]
[Validation(Required=true)]
public Dictionary<string, string> Headers { get; set; }
}
}