diff --git a/cr-20160607/core/Client.cs b/cr-20160607/core/Client.cs index 6d07b0c492..d383aa66bb 100644 --- a/cr-20160607/core/Client.cs +++ b/cr-20160607/core/Client.cs @@ -70,7 +70,7 @@ public CancelRepoBuildResponse CancelRepoBuildWithOptions(string RepoNamespace, AuthType = "AK", Style = "ROA", ReqBodyType = "json", - BodyType = "none", + BodyType = "json", }; return TeaModel.ToObject(CallApi(params_, req, runtime)); } @@ -94,7 +94,7 @@ public async Task CancelRepoBuildWithOptionsAsync(strin AuthType = "AK", Style = "ROA", ReqBodyType = "json", - BodyType = "none", + BodyType = "json", }; return TeaModel.ToObject(await CallApiAsync(params_, req, runtime)); } @@ -129,7 +129,7 @@ public CreateNamespaceResponse CreateNamespaceWithOptions(Dictionary(CallApi(params_, req, runtime)); } @@ -150,7 +150,7 @@ public async Task CreateNamespaceWithOptionsAsync(Dicti AuthType = "AK", Style = "ROA", ReqBodyType = "json", - BodyType = "none", + BodyType = "json", }; return TeaModel.ToObject(await CallApiAsync(params_, req, runtime)); } @@ -185,7 +185,7 @@ public CreateRepoResponse CreateRepoWithOptions(Dictionary heade AuthType = "AK", Style = "ROA", ReqBodyType = "json", - BodyType = "none", + BodyType = "json", }; return TeaModel.ToObject(CallApi(params_, req, runtime)); } @@ -206,7 +206,7 @@ public async Task CreateRepoWithOptionsAsync(Dictionary(await CallApiAsync(params_, req, runtime)); } @@ -243,7 +243,7 @@ public CreateRepoBuildRuleResponse CreateRepoBuildRuleWithOptions(string RepoNam AuthType = "AK", Style = "ROA", ReqBodyType = "json", - BodyType = "none", + BodyType = "json", }; return TeaModel.ToObject(CallApi(params_, req, runtime)); } @@ -266,7 +266,7 @@ public async Task CreateRepoBuildRuleWithOptionsAsy AuthType = "AK", Style = "ROA", ReqBodyType = "json", - BodyType = "none", + BodyType = "json", }; return TeaModel.ToObject(await CallApiAsync(params_, req, runtime)); } @@ -303,7 +303,7 @@ public CreateRepoWebhookResponse CreateRepoWebhookWithOptions(string RepoNamespa AuthType = "AK", Style = "ROA", ReqBodyType = "json", - BodyType = "none", + BodyType = "json", }; return TeaModel.ToObject(CallApi(params_, req, runtime)); } @@ -326,7 +326,7 @@ public async Task CreateRepoWebhookWithOptionsAsync(s AuthType = "AK", Style = "ROA", ReqBodyType = "json", - BodyType = "none", + BodyType = "json", }; return TeaModel.ToObject(await CallApiAsync(params_, req, runtime)); } @@ -361,7 +361,7 @@ public CreateUserInfoResponse CreateUserInfoWithOptions(Dictionary(CallApi(params_, req, runtime)); } @@ -382,7 +382,7 @@ public async Task CreateUserInfoWithOptionsAsync(Diction AuthType = "AK", Style = "ROA", ReqBodyType = "json", - BodyType = "none", + BodyType = "json", }; return TeaModel.ToObject(await CallApiAsync(params_, req, runtime)); } @@ -420,7 +420,7 @@ public DeleteImageResponse DeleteImageWithOptions(string RepoNamespace, string R AuthType = "AK", Style = "ROA", ReqBodyType = "json", - BodyType = "none", + BodyType = "json", }; return TeaModel.ToObject(CallApi(params_, req, runtime)); } @@ -444,7 +444,7 @@ public async Task DeleteImageWithOptionsAsync(string RepoNa AuthType = "AK", Style = "ROA", ReqBodyType = "json", - BodyType = "none", + BodyType = "json", }; return TeaModel.ToObject(await CallApiAsync(params_, req, runtime)); } @@ -480,7 +480,7 @@ public DeleteNamespaceResponse DeleteNamespaceWithOptions(string Namespace, Dict AuthType = "AK", Style = "ROA", ReqBodyType = "json", - BodyType = "none", + BodyType = "json", }; return TeaModel.ToObject(CallApi(params_, req, runtime)); } @@ -502,7 +502,7 @@ public async Task DeleteNamespaceWithOptionsAsync(strin AuthType = "AK", Style = "ROA", ReqBodyType = "json", - BodyType = "none", + BodyType = "json", }; return TeaModel.ToObject(await CallApiAsync(params_, req, runtime)); } @@ -539,7 +539,7 @@ public DeleteRepoResponse DeleteRepoWithOptions(string RepoNamespace, string Rep AuthType = "AK", Style = "ROA", ReqBodyType = "json", - BodyType = "none", + BodyType = "json", }; return TeaModel.ToObject(CallApi(params_, req, runtime)); } @@ -562,7 +562,7 @@ public async Task DeleteRepoWithOptionsAsync(string RepoName AuthType = "AK", Style = "ROA", ReqBodyType = "json", - BodyType = "none", + BodyType = "json", }; return TeaModel.ToObject(await CallApiAsync(params_, req, runtime)); } @@ -600,7 +600,7 @@ public DeleteRepoBuildRuleResponse DeleteRepoBuildRuleWithOptions(string RepoNam AuthType = "AK", Style = "ROA", ReqBodyType = "json", - BodyType = "none", + BodyType = "json", }; return TeaModel.ToObject(CallApi(params_, req, runtime)); } @@ -624,7 +624,7 @@ public async Task DeleteRepoBuildRuleWithOptionsAsy AuthType = "AK", Style = "ROA", ReqBodyType = "json", - BodyType = "none", + BodyType = "json", }; return TeaModel.ToObject(await CallApiAsync(params_, req, runtime)); } @@ -662,7 +662,7 @@ public DeleteRepoWebhookResponse DeleteRepoWebhookWithOptions(string RepoNamespa AuthType = "AK", Style = "ROA", ReqBodyType = "json", - BodyType = "none", + BodyType = "json", }; return TeaModel.ToObject(CallApi(params_, req, runtime)); } @@ -686,7 +686,7 @@ public async Task DeleteRepoWebhookWithOptionsAsync(s AuthType = "AK", Style = "ROA", ReqBodyType = "json", - BodyType = "none", + BodyType = "json", }; return TeaModel.ToObject(await CallApiAsync(params_, req, runtime)); } @@ -721,7 +721,7 @@ public GetAuthorizationTokenResponse GetAuthorizationTokenWithOptions(Dictionary AuthType = "AK", Style = "ROA", ReqBodyType = "json", - BodyType = "none", + BodyType = "json", }; return TeaModel.ToObject(CallApi(params_, req, runtime)); } @@ -742,7 +742,7 @@ public async Task GetAuthorizationTokenWithOption AuthType = "AK", Style = "ROA", ReqBodyType = "json", - BodyType = "none", + BodyType = "json", }; return TeaModel.ToObject(await CallApiAsync(params_, req, runtime)); } @@ -780,7 +780,7 @@ public GetImageLayerResponse GetImageLayerWithOptions(string RepoNamespace, stri AuthType = "AK", Style = "ROA", ReqBodyType = "json", - BodyType = "none", + BodyType = "json", }; return TeaModel.ToObject(CallApi(params_, req, runtime)); } @@ -804,7 +804,7 @@ public async Task GetImageLayerWithOptionsAsync(string Re AuthType = "AK", Style = "ROA", ReqBodyType = "json", - BodyType = "none", + BodyType = "json", }; return TeaModel.ToObject(await CallApiAsync(params_, req, runtime)); } @@ -849,7 +849,7 @@ public GetImageManifestResponse GetImageManifestWithOptions(string RepoNamespace AuthType = "AK", Style = "ROA", ReqBodyType = "json", - BodyType = "none", + BodyType = "json", }; return TeaModel.ToObject(CallApi(params_, req, runtime)); } @@ -880,7 +880,7 @@ public async Task GetImageManifestWithOptionsAsync(str AuthType = "AK", Style = "ROA", ReqBodyType = "json", - BodyType = "none", + BodyType = "json", }; return TeaModel.ToObject(await CallApiAsync(params_, req, runtime)); } @@ -916,7 +916,7 @@ public GetNamespaceResponse GetNamespaceWithOptions(string Namespace, Dictionary AuthType = "AK", Style = "ROA", ReqBodyType = "json", - BodyType = "none", + BodyType = "json", }; return TeaModel.ToObject(CallApi(params_, req, runtime)); } @@ -938,7 +938,7 @@ public async Task GetNamespaceWithOptionsAsync(string Name AuthType = "AK", Style = "ROA", ReqBodyType = "json", - BodyType = "none", + BodyType = "json", }; return TeaModel.ToObject(await CallApiAsync(params_, req, runtime)); } @@ -984,7 +984,7 @@ public GetNamespaceListResponse GetNamespaceListWithOptions(GetNamespaceListRequ AuthType = "AK", Style = "ROA", ReqBodyType = "json", - BodyType = "none", + BodyType = "json", }; return TeaModel.ToObject(CallApi(params_, req, runtime)); } @@ -1016,7 +1016,7 @@ public async Task GetNamespaceListWithOptionsAsync(Get AuthType = "AK", Style = "ROA", ReqBodyType = "json", - BodyType = "none", + BodyType = "json", }; return TeaModel.ToObject(await CallApiAsync(params_, req, runtime)); } @@ -1058,7 +1058,7 @@ public GetRegionResponse GetRegionWithOptions(GetRegionRequest request, Dictiona AuthType = "AK", Style = "ROA", ReqBodyType = "json", - BodyType = "none", + BodyType = "json", }; return TeaModel.ToObject(CallApi(params_, req, runtime)); } @@ -1086,7 +1086,7 @@ public async Task GetRegionWithOptionsAsync(GetRegionRequest AuthType = "AK", Style = "ROA", ReqBodyType = "json", - BodyType = "none", + BodyType = "json", }; return TeaModel.ToObject(await CallApiAsync(params_, req, runtime)); } @@ -1121,7 +1121,7 @@ public GetRegionListResponse GetRegionListWithOptions(Dictionary AuthType = "AK", Style = "ROA", ReqBodyType = "json", - BodyType = "none", + BodyType = "json", }; return TeaModel.ToObject(CallApi(params_, req, runtime)); } @@ -1142,7 +1142,7 @@ public async Task GetRegionListWithOptionsAsync(Dictionar AuthType = "AK", Style = "ROA", ReqBodyType = "json", - BodyType = "none", + BodyType = "json", }; return TeaModel.ToObject(await CallApiAsync(params_, req, runtime)); } @@ -1179,7 +1179,7 @@ public GetRepoResponse GetRepoWithOptions(string RepoNamespace, string RepoName, AuthType = "AK", Style = "ROA", ReqBodyType = "json", - BodyType = "none", + BodyType = "json", }; return TeaModel.ToObject(CallApi(params_, req, runtime)); } @@ -1202,7 +1202,7 @@ public async Task GetRepoWithOptionsAsync(string RepoNamespace, AuthType = "AK", Style = "ROA", ReqBodyType = "json", - BodyType = "none", + BodyType = "json", }; return TeaModel.ToObject(await CallApiAsync(params_, req, runtime)); } @@ -1250,7 +1250,7 @@ public GetRepoBuildListResponse GetRepoBuildListWithOptions(string RepoNamespace AuthType = "AK", Style = "ROA", ReqBodyType = "json", - BodyType = "none", + BodyType = "json", }; return TeaModel.ToObject(CallApi(params_, req, runtime)); } @@ -1284,7 +1284,7 @@ public async Task GetRepoBuildListWithOptionsAsync(str AuthType = "AK", Style = "ROA", ReqBodyType = "json", - BodyType = "none", + BodyType = "json", }; return TeaModel.ToObject(await CallApiAsync(params_, req, runtime)); } @@ -1321,7 +1321,7 @@ public GetRepoBuildRuleListResponse GetRepoBuildRuleListWithOptions(string RepoN AuthType = "AK", Style = "ROA", ReqBodyType = "json", - BodyType = "none", + BodyType = "json", }; return TeaModel.ToObject(CallApi(params_, req, runtime)); } @@ -1344,7 +1344,7 @@ public async Task GetRepoBuildRuleListWithOptionsA AuthType = "AK", Style = "ROA", ReqBodyType = "json", - BodyType = "none", + BodyType = "json", }; return TeaModel.ToObject(await CallApiAsync(params_, req, runtime)); } @@ -1382,7 +1382,7 @@ public GetRepoBuildStatusResponse GetRepoBuildStatusWithOptions(string RepoNames AuthType = "AK", Style = "ROA", ReqBodyType = "json", - BodyType = "none", + BodyType = "json", }; return TeaModel.ToObject(CallApi(params_, req, runtime)); } @@ -1406,7 +1406,7 @@ public async Task GetRepoBuildStatusWithOptionsAsync AuthType = "AK", Style = "ROA", ReqBodyType = "json", - BodyType = "none", + BodyType = "json", }; return TeaModel.ToObject(await CallApiAsync(params_, req, runtime)); } @@ -1456,7 +1456,7 @@ public GetRepoListResponse GetRepoListWithOptions(GetRepoListRequest request, Di AuthType = "AK", Style = "ROA", ReqBodyType = "json", - BodyType = "none", + BodyType = "json", }; return TeaModel.ToObject(CallApi(params_, req, runtime)); } @@ -1492,7 +1492,7 @@ public async Task GetRepoListWithOptionsAsync(GetRepoListRe AuthType = "AK", Style = "ROA", ReqBodyType = "json", - BodyType = "none", + BodyType = "json", }; return TeaModel.ToObject(await CallApiAsync(params_, req, runtime)); } @@ -1543,7 +1543,7 @@ public GetRepoListByNamespaceResponse GetRepoListByNamespaceWithOptions(string R AuthType = "AK", Style = "ROA", ReqBodyType = "json", - BodyType = "none", + BodyType = "json", }; return TeaModel.ToObject(CallApi(params_, req, runtime)); } @@ -1580,7 +1580,7 @@ public async Task GetRepoListByNamespaceWithOpti AuthType = "AK", Style = "ROA", ReqBodyType = "json", - BodyType = "none", + BodyType = "json", }; return TeaModel.ToObject(await CallApiAsync(params_, req, runtime)); } @@ -1695,7 +1695,7 @@ public GetRepoTagScanListResponse GetRepoTagScanListWithOptions(string RepoNames AuthType = "AK", Style = "ROA", ReqBodyType = "json", - BodyType = "none", + BodyType = "json", }; return TeaModel.ToObject(CallApi(params_, req, runtime)); } @@ -1734,7 +1734,7 @@ public async Task GetRepoTagScanListWithOptionsAsync AuthType = "AK", Style = "ROA", ReqBodyType = "json", - BodyType = "none", + BodyType = "json", }; return TeaModel.ToObject(await CallApiAsync(params_, req, runtime)); } @@ -1772,7 +1772,7 @@ public GetRepoTagScanStatusResponse GetRepoTagScanStatusWithOptions(string RepoN AuthType = "AK", Style = "ROA", ReqBodyType = "json", - BodyType = "none", + BodyType = "json", }; return TeaModel.ToObject(CallApi(params_, req, runtime)); } @@ -1796,7 +1796,7 @@ public async Task GetRepoTagScanStatusWithOptionsA AuthType = "AK", Style = "ROA", ReqBodyType = "json", - BodyType = "none", + BodyType = "json", }; return TeaModel.ToObject(await CallApiAsync(params_, req, runtime)); } @@ -1834,7 +1834,7 @@ public GetRepoTagScanSummaryResponse GetRepoTagScanSummaryWithOptions(string Rep AuthType = "AK", Style = "ROA", ReqBodyType = "json", - BodyType = "none", + BodyType = "json", }; return TeaModel.ToObject(CallApi(params_, req, runtime)); } @@ -1858,7 +1858,7 @@ public async Task GetRepoTagScanSummaryWithOption AuthType = "AK", Style = "ROA", ReqBodyType = "json", - BodyType = "none", + BodyType = "json", }; return TeaModel.ToObject(await CallApiAsync(params_, req, runtime)); } @@ -1906,7 +1906,7 @@ public GetRepoTagsResponse GetRepoTagsWithOptions(string RepoNamespace, string R AuthType = "AK", Style = "ROA", ReqBodyType = "json", - BodyType = "none", + BodyType = "json", }; return TeaModel.ToObject(CallApi(params_, req, runtime)); } @@ -1940,7 +1940,7 @@ public async Task GetRepoTagsWithOptionsAsync(string RepoNa AuthType = "AK", Style = "ROA", ReqBodyType = "json", - BodyType = "none", + BodyType = "json", }; return TeaModel.ToObject(await CallApiAsync(params_, req, runtime)); } @@ -1977,7 +1977,7 @@ public GetRepoWebhookResponse GetRepoWebhookWithOptions(string RepoNamespace, st AuthType = "AK", Style = "ROA", ReqBodyType = "json", - BodyType = "none", + BodyType = "json", }; return TeaModel.ToObject(CallApi(params_, req, runtime)); } @@ -2000,7 +2000,7 @@ public async Task GetRepoWebhookWithOptionsAsync(string AuthType = "AK", Style = "ROA", ReqBodyType = "json", - BodyType = "none", + BodyType = "json", }; return TeaModel.ToObject(await CallApiAsync(params_, req, runtime)); } @@ -2036,7 +2036,7 @@ public GetResourceQuotaResponse GetResourceQuotaWithOptions(string ResourceName, AuthType = "AK", Style = "ROA", ReqBodyType = "json", - BodyType = "none", + BodyType = "json", }; return TeaModel.ToObject(CallApi(params_, req, runtime)); } @@ -2058,7 +2058,7 @@ public async Task GetResourceQuotaWithOptionsAsync(str AuthType = "AK", Style = "ROA", ReqBodyType = "json", - BodyType = "none", + BodyType = "json", }; return TeaModel.ToObject(await CallApiAsync(params_, req, runtime)); } @@ -2096,7 +2096,7 @@ public StartImageScanResponse StartImageScanWithOptions(string RepoNamespace, st AuthType = "AK", Style = "ROA", ReqBodyType = "json", - BodyType = "none", + BodyType = "json", }; return TeaModel.ToObject(CallApi(params_, req, runtime)); } @@ -2120,7 +2120,7 @@ public async Task StartImageScanWithOptionsAsync(string AuthType = "AK", Style = "ROA", ReqBodyType = "json", - BodyType = "none", + BodyType = "json", }; return TeaModel.ToObject(await CallApiAsync(params_, req, runtime)); } @@ -2158,7 +2158,7 @@ public StartRepoBuildByRuleResponse StartRepoBuildByRuleWithOptions(string RepoN AuthType = "AK", Style = "ROA", ReqBodyType = "json", - BodyType = "none", + BodyType = "json", }; return TeaModel.ToObject(CallApi(params_, req, runtime)); } @@ -2182,7 +2182,7 @@ public async Task StartRepoBuildByRuleWithOptionsA AuthType = "AK", Style = "ROA", ReqBodyType = "json", - BodyType = "none", + BodyType = "json", }; return TeaModel.ToObject(await CallApiAsync(params_, req, runtime)); } @@ -2218,7 +2218,7 @@ public UpdateNamespaceResponse UpdateNamespaceWithOptions(string Namespace, Dict AuthType = "AK", Style = "ROA", ReqBodyType = "json", - BodyType = "none", + BodyType = "json", }; return TeaModel.ToObject(CallApi(params_, req, runtime)); } @@ -2240,7 +2240,7 @@ public async Task UpdateNamespaceWithOptionsAsync(strin AuthType = "AK", Style = "ROA", ReqBodyType = "json", - BodyType = "none", + BodyType = "json", }; return TeaModel.ToObject(await CallApiAsync(params_, req, runtime)); } @@ -2277,7 +2277,7 @@ public UpdateRepoResponse UpdateRepoWithOptions(string RepoNamespace, string Rep AuthType = "AK", Style = "ROA", ReqBodyType = "json", - BodyType = "none", + BodyType = "json", }; return TeaModel.ToObject(CallApi(params_, req, runtime)); } @@ -2300,7 +2300,7 @@ public async Task UpdateRepoWithOptionsAsync(string RepoName AuthType = "AK", Style = "ROA", ReqBodyType = "json", - BodyType = "none", + BodyType = "json", }; return TeaModel.ToObject(await CallApiAsync(params_, req, runtime)); } @@ -2338,7 +2338,7 @@ public UpdateRepoBuildRuleResponse UpdateRepoBuildRuleWithOptions(string RepoNam AuthType = "AK", Style = "ROA", ReqBodyType = "json", - BodyType = "none", + BodyType = "json", }; return TeaModel.ToObject(CallApi(params_, req, runtime)); } @@ -2362,7 +2362,7 @@ public async Task UpdateRepoBuildRuleWithOptionsAsy AuthType = "AK", Style = "ROA", ReqBodyType = "json", - BodyType = "none", + BodyType = "json", }; return TeaModel.ToObject(await CallApiAsync(params_, req, runtime)); } @@ -2400,7 +2400,7 @@ public UpdateRepoWebhookResponse UpdateRepoWebhookWithOptions(string RepoNamespa AuthType = "AK", Style = "ROA", ReqBodyType = "json", - BodyType = "none", + BodyType = "json", }; return TeaModel.ToObject(CallApi(params_, req, runtime)); } @@ -2424,7 +2424,7 @@ public async Task UpdateRepoWebhookWithOptionsAsync(s AuthType = "AK", Style = "ROA", ReqBodyType = "json", - BodyType = "none", + BodyType = "json", }; return TeaModel.ToObject(await CallApiAsync(params_, req, runtime)); } @@ -2459,7 +2459,7 @@ public UpdateUserInfoResponse UpdateUserInfoWithOptions(Dictionary(CallApi(params_, req, runtime)); } @@ -2480,7 +2480,7 @@ public async Task UpdateUserInfoWithOptionsAsync(Diction AuthType = "AK", Style = "ROA", ReqBodyType = "json", - BodyType = "none", + BodyType = "json", }; return TeaModel.ToObject(await CallApiAsync(params_, req, runtime)); } diff --git a/cr-20160607/core/Models/BaseModel.cs b/cr-20160607/core/Models/BaseModel.cs new file mode 100644 index 0000000000..fea724eb27 --- /dev/null +++ b/cr-20160607/core/Models/BaseModel.cs @@ -0,0 +1,11 @@ +using Tea; + +namespace AlibabaCloud.SDK.Cr20160607.Models +{ + public abstract class BaseModel : TeaModel + { + [NameInMap("body")] + [Validation(Required = true)] + public virtual string Body { get; set; } + } +} diff --git a/cr-20160607/core/Models/CancelRepoBuildResponse.cs b/cr-20160607/core/Models/CancelRepoBuildResponse.cs index a15a7cc9ba..e2a26ba40c 100644 --- a/cr-20160607/core/Models/CancelRepoBuildResponse.cs +++ b/cr-20160607/core/Models/CancelRepoBuildResponse.cs @@ -11,7 +11,7 @@ namespace AlibabaCloud.SDK.Cr20160607.Models { - public class CancelRepoBuildResponse : TeaModel { + public class CancelRepoBuildResponse : BaseModel { [NameInMap("headers")] [Validation(Required=true)] public Dictionary Headers { get; set; } diff --git a/cr-20160607/core/Models/CreateNamespaceResponse.cs b/cr-20160607/core/Models/CreateNamespaceResponse.cs index 1830e0e816..d6129869de 100644 --- a/cr-20160607/core/Models/CreateNamespaceResponse.cs +++ b/cr-20160607/core/Models/CreateNamespaceResponse.cs @@ -8,7 +8,7 @@ namespace AlibabaCloud.SDK.Cr20160607.Models { - public class CreateNamespaceResponse : TeaModel { + public class CreateNamespaceResponse : BaseModel { [NameInMap("headers")] [Validation(Required=true)] public Dictionary Headers { get; set; } diff --git a/cr-20160607/core/Models/CreateRepoBuildRuleResponse.cs b/cr-20160607/core/Models/CreateRepoBuildRuleResponse.cs index f366110481..e4c1d4d3cf 100644 --- a/cr-20160607/core/Models/CreateRepoBuildRuleResponse.cs +++ b/cr-20160607/core/Models/CreateRepoBuildRuleResponse.cs @@ -8,7 +8,7 @@ namespace AlibabaCloud.SDK.Cr20160607.Models { - public class CreateRepoBuildRuleResponse : TeaModel { + public class CreateRepoBuildRuleResponse : BaseModel { [NameInMap("headers")] [Validation(Required=true)] public Dictionary Headers { get; set; } diff --git a/cr-20160607/core/Models/CreateRepoResponse.cs b/cr-20160607/core/Models/CreateRepoResponse.cs index 36f68dc645..51aa08a029 100644 --- a/cr-20160607/core/Models/CreateRepoResponse.cs +++ b/cr-20160607/core/Models/CreateRepoResponse.cs @@ -8,7 +8,7 @@ namespace AlibabaCloud.SDK.Cr20160607.Models { - public class CreateRepoResponse : TeaModel { + public class CreateRepoResponse : BaseModel { [NameInMap("headers")] [Validation(Required=true)] public Dictionary Headers { get; set; } diff --git a/cr-20160607/core/Models/CreateRepoWebhookResponse.cs b/cr-20160607/core/Models/CreateRepoWebhookResponse.cs index dc991245a4..60d0921d57 100644 --- a/cr-20160607/core/Models/CreateRepoWebhookResponse.cs +++ b/cr-20160607/core/Models/CreateRepoWebhookResponse.cs @@ -8,7 +8,7 @@ namespace AlibabaCloud.SDK.Cr20160607.Models { - public class CreateRepoWebhookResponse : TeaModel { + public class CreateRepoWebhookResponse : BaseModel { [NameInMap("headers")] [Validation(Required=true)] public Dictionary Headers { get; set; } diff --git a/cr-20160607/core/Models/CreateUserInfoResponse.cs b/cr-20160607/core/Models/CreateUserInfoResponse.cs index e02931d479..baaf6fbc10 100644 --- a/cr-20160607/core/Models/CreateUserInfoResponse.cs +++ b/cr-20160607/core/Models/CreateUserInfoResponse.cs @@ -8,7 +8,7 @@ namespace AlibabaCloud.SDK.Cr20160607.Models { - public class CreateUserInfoResponse : TeaModel { + public class CreateUserInfoResponse : BaseModel { [NameInMap("headers")] [Validation(Required=true)] public Dictionary Headers { get; set; } diff --git a/cr-20160607/core/Models/DeleteImageResponse.cs b/cr-20160607/core/Models/DeleteImageResponse.cs index 6d4d3b1a97..aaf4b3c360 100644 --- a/cr-20160607/core/Models/DeleteImageResponse.cs +++ b/cr-20160607/core/Models/DeleteImageResponse.cs @@ -8,7 +8,7 @@ namespace AlibabaCloud.SDK.Cr20160607.Models { - public class DeleteImageResponse : TeaModel { + public class DeleteImageResponse : BaseModel { [NameInMap("headers")] [Validation(Required=true)] public Dictionary Headers { get; set; } diff --git a/cr-20160607/core/Models/DeleteNamespaceResponse.cs b/cr-20160607/core/Models/DeleteNamespaceResponse.cs index b471c51c25..5be29703b9 100644 --- a/cr-20160607/core/Models/DeleteNamespaceResponse.cs +++ b/cr-20160607/core/Models/DeleteNamespaceResponse.cs @@ -8,7 +8,7 @@ namespace AlibabaCloud.SDK.Cr20160607.Models { - public class DeleteNamespaceResponse : TeaModel { + public class DeleteNamespaceResponse : BaseModel { [NameInMap("headers")] [Validation(Required=true)] public Dictionary Headers { get; set; } diff --git a/cr-20160607/core/Models/DeleteRepoBuildRuleResponse.cs b/cr-20160607/core/Models/DeleteRepoBuildRuleResponse.cs index ee1d2628a6..1b63359f36 100644 --- a/cr-20160607/core/Models/DeleteRepoBuildRuleResponse.cs +++ b/cr-20160607/core/Models/DeleteRepoBuildRuleResponse.cs @@ -8,7 +8,7 @@ namespace AlibabaCloud.SDK.Cr20160607.Models { - public class DeleteRepoBuildRuleResponse : TeaModel { + public class DeleteRepoBuildRuleResponse : BaseModel { [NameInMap("headers")] [Validation(Required=true)] public Dictionary Headers { get; set; } diff --git a/cr-20160607/core/Models/DeleteRepoResponse.cs b/cr-20160607/core/Models/DeleteRepoResponse.cs index 0f4e23093c..23035a32e3 100644 --- a/cr-20160607/core/Models/DeleteRepoResponse.cs +++ b/cr-20160607/core/Models/DeleteRepoResponse.cs @@ -8,7 +8,7 @@ namespace AlibabaCloud.SDK.Cr20160607.Models { - public class DeleteRepoResponse : TeaModel { + public class DeleteRepoResponse : BaseModel { [NameInMap("headers")] [Validation(Required=true)] public Dictionary Headers { get; set; } diff --git a/cr-20160607/core/Models/DeleteRepoWebhookResponse.cs b/cr-20160607/core/Models/DeleteRepoWebhookResponse.cs index c91ceea136..ce84859e8a 100644 --- a/cr-20160607/core/Models/DeleteRepoWebhookResponse.cs +++ b/cr-20160607/core/Models/DeleteRepoWebhookResponse.cs @@ -8,7 +8,7 @@ namespace AlibabaCloud.SDK.Cr20160607.Models { - public class DeleteRepoWebhookResponse : TeaModel { + public class DeleteRepoWebhookResponse : BaseModel { [NameInMap("headers")] [Validation(Required=true)] public Dictionary Headers { get; set; } diff --git a/cr-20160607/core/Models/GetAuthorizationTokenResponse.cs b/cr-20160607/core/Models/GetAuthorizationTokenResponse.cs index 6c270ac083..5a1126aea6 100644 --- a/cr-20160607/core/Models/GetAuthorizationTokenResponse.cs +++ b/cr-20160607/core/Models/GetAuthorizationTokenResponse.cs @@ -8,7 +8,7 @@ namespace AlibabaCloud.SDK.Cr20160607.Models { - public class GetAuthorizationTokenResponse : TeaModel { + public class GetAuthorizationTokenResponse : BaseModel { [NameInMap("headers")] [Validation(Required=true)] public Dictionary Headers { get; set; } diff --git a/cr-20160607/core/Models/GetImageLayerResponse.cs b/cr-20160607/core/Models/GetImageLayerResponse.cs index 44e4f7d459..d56faf457f 100644 --- a/cr-20160607/core/Models/GetImageLayerResponse.cs +++ b/cr-20160607/core/Models/GetImageLayerResponse.cs @@ -8,7 +8,7 @@ namespace AlibabaCloud.SDK.Cr20160607.Models { - public class GetImageLayerResponse : TeaModel { + public class GetImageLayerResponse : BaseModel { [NameInMap("headers")] [Validation(Required=true)] public Dictionary Headers { get; set; } diff --git a/cr-20160607/core/Models/GetImageManifestRequest.cs b/cr-20160607/core/Models/GetImageManifestRequest.cs index 4872c4e20a..dabf49b795 100644 --- a/cr-20160607/core/Models/GetImageManifestRequest.cs +++ b/cr-20160607/core/Models/GetImageManifestRequest.cs @@ -8,7 +8,7 @@ namespace AlibabaCloud.SDK.Cr20160607.Models { - public class GetImageManifestRequest : TeaModel { + public class GetImageManifestRequest : BaseModel { [NameInMap("SchemaVersion")] [Validation(Required=false)] public int? SchemaVersion { get; set; } diff --git a/cr-20160607/core/Models/GetImageManifestResponse.cs b/cr-20160607/core/Models/GetImageManifestResponse.cs index 0afc1e60d7..596085b839 100644 --- a/cr-20160607/core/Models/GetImageManifestResponse.cs +++ b/cr-20160607/core/Models/GetImageManifestResponse.cs @@ -8,7 +8,7 @@ namespace AlibabaCloud.SDK.Cr20160607.Models { - public class GetImageManifestResponse : TeaModel { + public class GetImageManifestResponse : BaseModel { [NameInMap("headers")] [Validation(Required=true)] public Dictionary Headers { get; set; } diff --git a/cr-20160607/core/Models/GetNamespaceListRequest.cs b/cr-20160607/core/Models/GetNamespaceListRequest.cs index b4ac2aff1f..5fdf70fd98 100644 --- a/cr-20160607/core/Models/GetNamespaceListRequest.cs +++ b/cr-20160607/core/Models/GetNamespaceListRequest.cs @@ -8,7 +8,7 @@ namespace AlibabaCloud.SDK.Cr20160607.Models { - public class GetNamespaceListRequest : TeaModel { + public class GetNamespaceListRequest : BaseModel { [NameInMap("Authorize")] [Validation(Required=false)] public string Authorize { get; set; } diff --git a/cr-20160607/core/Models/GetNamespaceListResponse.cs b/cr-20160607/core/Models/GetNamespaceListResponse.cs index 921fc0d4ca..9d99730329 100644 --- a/cr-20160607/core/Models/GetNamespaceListResponse.cs +++ b/cr-20160607/core/Models/GetNamespaceListResponse.cs @@ -8,7 +8,7 @@ namespace AlibabaCloud.SDK.Cr20160607.Models { - public class GetNamespaceListResponse : TeaModel { + public class GetNamespaceListResponse : BaseModel { [NameInMap("headers")] [Validation(Required=true)] public Dictionary Headers { get; set; } diff --git a/cr-20160607/core/Models/GetNamespaceResponse.cs b/cr-20160607/core/Models/GetNamespaceResponse.cs index 592895b1cf..311e72d400 100644 --- a/cr-20160607/core/Models/GetNamespaceResponse.cs +++ b/cr-20160607/core/Models/GetNamespaceResponse.cs @@ -8,7 +8,7 @@ namespace AlibabaCloud.SDK.Cr20160607.Models { - public class GetNamespaceResponse : TeaModel { + public class GetNamespaceResponse : BaseModel { [NameInMap("headers")] [Validation(Required=true)] public Dictionary Headers { get; set; } diff --git a/cr-20160607/core/Models/GetRegionListResponse.cs b/cr-20160607/core/Models/GetRegionListResponse.cs index 692e2c2b25..30aeaf45cb 100644 --- a/cr-20160607/core/Models/GetRegionListResponse.cs +++ b/cr-20160607/core/Models/GetRegionListResponse.cs @@ -8,7 +8,7 @@ namespace AlibabaCloud.SDK.Cr20160607.Models { - public class GetRegionListResponse : TeaModel { + public class GetRegionListResponse : BaseModel { [NameInMap("headers")] [Validation(Required=true)] public Dictionary Headers { get; set; } diff --git a/cr-20160607/core/Models/GetRegionRequest.cs b/cr-20160607/core/Models/GetRegionRequest.cs index e46320a566..61654ebf21 100644 --- a/cr-20160607/core/Models/GetRegionRequest.cs +++ b/cr-20160607/core/Models/GetRegionRequest.cs @@ -8,7 +8,7 @@ namespace AlibabaCloud.SDK.Cr20160607.Models { - public class GetRegionRequest : TeaModel { + public class GetRegionRequest : BaseModel { [NameInMap("Domain")] [Validation(Required=false)] public string Domain { get; set; } diff --git a/cr-20160607/core/Models/GetRegionResponse.cs b/cr-20160607/core/Models/GetRegionResponse.cs index 3b3f220473..bd63d26c60 100644 --- a/cr-20160607/core/Models/GetRegionResponse.cs +++ b/cr-20160607/core/Models/GetRegionResponse.cs @@ -8,7 +8,7 @@ namespace AlibabaCloud.SDK.Cr20160607.Models { - public class GetRegionResponse : TeaModel { + public class GetRegionResponse : BaseModel { [NameInMap("headers")] [Validation(Required=true)] public Dictionary Headers { get; set; } diff --git a/cr-20160607/core/Models/GetRepoBuildListRequest.cs b/cr-20160607/core/Models/GetRepoBuildListRequest.cs index bff65d7329..9eb50ff799 100644 --- a/cr-20160607/core/Models/GetRepoBuildListRequest.cs +++ b/cr-20160607/core/Models/GetRepoBuildListRequest.cs @@ -8,7 +8,7 @@ namespace AlibabaCloud.SDK.Cr20160607.Models { - public class GetRepoBuildListRequest : TeaModel { + public class GetRepoBuildListRequest : BaseModel { [NameInMap("Page")] [Validation(Required=false)] public int? Page { get; set; } diff --git a/cr-20160607/core/Models/GetRepoBuildListResponse.cs b/cr-20160607/core/Models/GetRepoBuildListResponse.cs index dd072ae5ba..6122367d3d 100644 --- a/cr-20160607/core/Models/GetRepoBuildListResponse.cs +++ b/cr-20160607/core/Models/GetRepoBuildListResponse.cs @@ -8,7 +8,7 @@ namespace AlibabaCloud.SDK.Cr20160607.Models { - public class GetRepoBuildListResponse : TeaModel { + public class GetRepoBuildListResponse : BaseModel { [NameInMap("headers")] [Validation(Required=true)] public Dictionary Headers { get; set; } diff --git a/cr-20160607/core/Models/GetRepoBuildRuleListResponse.cs b/cr-20160607/core/Models/GetRepoBuildRuleListResponse.cs index 94e5cddce8..b1648df737 100644 --- a/cr-20160607/core/Models/GetRepoBuildRuleListResponse.cs +++ b/cr-20160607/core/Models/GetRepoBuildRuleListResponse.cs @@ -8,7 +8,7 @@ namespace AlibabaCloud.SDK.Cr20160607.Models { - public class GetRepoBuildRuleListResponse : TeaModel { + public class GetRepoBuildRuleListResponse : BaseModel { [NameInMap("headers")] [Validation(Required=true)] public Dictionary Headers { get; set; } diff --git a/cr-20160607/core/Models/GetRepoBuildStatusResponse.cs b/cr-20160607/core/Models/GetRepoBuildStatusResponse.cs index 0b8d44622c..d219ba8f93 100644 --- a/cr-20160607/core/Models/GetRepoBuildStatusResponse.cs +++ b/cr-20160607/core/Models/GetRepoBuildStatusResponse.cs @@ -8,7 +8,7 @@ namespace AlibabaCloud.SDK.Cr20160607.Models { - public class GetRepoBuildStatusResponse : TeaModel { + public class GetRepoBuildStatusResponse : BaseModel { [NameInMap("headers")] [Validation(Required=true)] public Dictionary Headers { get; set; } diff --git a/cr-20160607/core/Models/GetRepoListByNamespaceRequest.cs b/cr-20160607/core/Models/GetRepoListByNamespaceRequest.cs index f30a40ddc4..8c78452287 100644 --- a/cr-20160607/core/Models/GetRepoListByNamespaceRequest.cs +++ b/cr-20160607/core/Models/GetRepoListByNamespaceRequest.cs @@ -8,7 +8,7 @@ namespace AlibabaCloud.SDK.Cr20160607.Models { - public class GetRepoListByNamespaceRequest : TeaModel { + public class GetRepoListByNamespaceRequest : BaseModel { [NameInMap("Page")] [Validation(Required=false)] public int? Page { get; set; } diff --git a/cr-20160607/core/Models/GetRepoListByNamespaceResponse.cs b/cr-20160607/core/Models/GetRepoListByNamespaceResponse.cs index e5ae78b4ff..361e949db3 100644 --- a/cr-20160607/core/Models/GetRepoListByNamespaceResponse.cs +++ b/cr-20160607/core/Models/GetRepoListByNamespaceResponse.cs @@ -8,7 +8,7 @@ namespace AlibabaCloud.SDK.Cr20160607.Models { - public class GetRepoListByNamespaceResponse : TeaModel { + public class GetRepoListByNamespaceResponse : BaseModel { [NameInMap("headers")] [Validation(Required=true)] public Dictionary Headers { get; set; } diff --git a/cr-20160607/core/Models/GetRepoListRequest.cs b/cr-20160607/core/Models/GetRepoListRequest.cs index e07e59ba16..5ddb236e8c 100644 --- a/cr-20160607/core/Models/GetRepoListRequest.cs +++ b/cr-20160607/core/Models/GetRepoListRequest.cs @@ -8,7 +8,7 @@ namespace AlibabaCloud.SDK.Cr20160607.Models { - public class GetRepoListRequest : TeaModel { + public class GetRepoListRequest : BaseModel { [NameInMap("Page")] [Validation(Required=false)] public int? Page { get; set; } diff --git a/cr-20160607/core/Models/GetRepoListResponse.cs b/cr-20160607/core/Models/GetRepoListResponse.cs index 3c98d747af..d3398dcc8c 100644 --- a/cr-20160607/core/Models/GetRepoListResponse.cs +++ b/cr-20160607/core/Models/GetRepoListResponse.cs @@ -8,7 +8,7 @@ namespace AlibabaCloud.SDK.Cr20160607.Models { - public class GetRepoListResponse : TeaModel { + public class GetRepoListResponse : BaseModel { [NameInMap("headers")] [Validation(Required=true)] public Dictionary Headers { get; set; } diff --git a/cr-20160607/core/Models/GetRepoResponse.cs b/cr-20160607/core/Models/GetRepoResponse.cs index f30ff1cac5..87d36a2ffa 100644 --- a/cr-20160607/core/Models/GetRepoResponse.cs +++ b/cr-20160607/core/Models/GetRepoResponse.cs @@ -8,7 +8,7 @@ namespace AlibabaCloud.SDK.Cr20160607.Models { - public class GetRepoResponse : TeaModel { + public class GetRepoResponse : BaseModel { [NameInMap("headers")] [Validation(Required=true)] public Dictionary Headers { get; set; } diff --git a/cr-20160607/core/Models/GetRepoTagResponse.cs b/cr-20160607/core/Models/GetRepoTagResponse.cs index 863f6596de..b254cf4a01 100644 --- a/cr-20160607/core/Models/GetRepoTagResponse.cs +++ b/cr-20160607/core/Models/GetRepoTagResponse.cs @@ -8,7 +8,7 @@ namespace AlibabaCloud.SDK.Cr20160607.Models { - public class GetRepoTagResponse : TeaModel { + public class GetRepoTagResponse : BaseModel { [NameInMap("headers")] [Validation(Required=true)] public Dictionary Headers { get; set; } diff --git a/cr-20160607/core/Models/GetRepoTagResponseBody.cs b/cr-20160607/core/Models/GetRepoTagResponseBody.cs index dcfb39be5b..70219b7a35 100644 --- a/cr-20160607/core/Models/GetRepoTagResponseBody.cs +++ b/cr-20160607/core/Models/GetRepoTagResponseBody.cs @@ -8,7 +8,7 @@ namespace AlibabaCloud.SDK.Cr20160607.Models { - public class GetRepoTagResponseBody : TeaModel { + public class GetRepoTagResponseBody : BaseModel { [NameInMap("digest")] [Validation(Required=false)] public string Digest { get; set; } diff --git a/cr-20160607/core/Models/GetRepoTagScanListRequest.cs b/cr-20160607/core/Models/GetRepoTagScanListRequest.cs index 0dea15a0c4..ed9fca6aa0 100644 --- a/cr-20160607/core/Models/GetRepoTagScanListRequest.cs +++ b/cr-20160607/core/Models/GetRepoTagScanListRequest.cs @@ -8,7 +8,7 @@ namespace AlibabaCloud.SDK.Cr20160607.Models { - public class GetRepoTagScanListRequest : TeaModel { + public class GetRepoTagScanListRequest : BaseModel { [NameInMap("Page")] [Validation(Required=false)] public int? Page { get; set; } diff --git a/cr-20160607/core/Models/GetRepoTagScanListResponse.cs b/cr-20160607/core/Models/GetRepoTagScanListResponse.cs index d7af722c29..01ecd7a329 100644 --- a/cr-20160607/core/Models/GetRepoTagScanListResponse.cs +++ b/cr-20160607/core/Models/GetRepoTagScanListResponse.cs @@ -8,7 +8,7 @@ namespace AlibabaCloud.SDK.Cr20160607.Models { - public class GetRepoTagScanListResponse : TeaModel { + public class GetRepoTagScanListResponse : BaseModel { [NameInMap("headers")] [Validation(Required=true)] public Dictionary Headers { get; set; } diff --git a/cr-20160607/core/Models/GetRepoTagScanStatusResponse.cs b/cr-20160607/core/Models/GetRepoTagScanStatusResponse.cs index 0616b56607..530738e851 100644 --- a/cr-20160607/core/Models/GetRepoTagScanStatusResponse.cs +++ b/cr-20160607/core/Models/GetRepoTagScanStatusResponse.cs @@ -8,7 +8,7 @@ namespace AlibabaCloud.SDK.Cr20160607.Models { - public class GetRepoTagScanStatusResponse : TeaModel { + public class GetRepoTagScanStatusResponse : BaseModel { [NameInMap("headers")] [Validation(Required=true)] public Dictionary Headers { get; set; } diff --git a/cr-20160607/core/Models/GetRepoTagScanSummaryResponse.cs b/cr-20160607/core/Models/GetRepoTagScanSummaryResponse.cs index 4e0691aa59..97a2418c6b 100644 --- a/cr-20160607/core/Models/GetRepoTagScanSummaryResponse.cs +++ b/cr-20160607/core/Models/GetRepoTagScanSummaryResponse.cs @@ -8,7 +8,7 @@ namespace AlibabaCloud.SDK.Cr20160607.Models { - public class GetRepoTagScanSummaryResponse : TeaModel { + public class GetRepoTagScanSummaryResponse : BaseModel { [NameInMap("headers")] [Validation(Required=true)] public Dictionary Headers { get; set; } diff --git a/cr-20160607/core/Models/GetRepoTagsRequest.cs b/cr-20160607/core/Models/GetRepoTagsRequest.cs index 4aa42e0918..375bab935f 100644 --- a/cr-20160607/core/Models/GetRepoTagsRequest.cs +++ b/cr-20160607/core/Models/GetRepoTagsRequest.cs @@ -8,7 +8,7 @@ namespace AlibabaCloud.SDK.Cr20160607.Models { - public class GetRepoTagsRequest : TeaModel { + public class GetRepoTagsRequest : BaseModel { [NameInMap("Page")] [Validation(Required=false)] public int? Page { get; set; } diff --git a/cr-20160607/core/Models/GetRepoTagsResponse.cs b/cr-20160607/core/Models/GetRepoTagsResponse.cs index 411428b3d6..9685c17c32 100644 --- a/cr-20160607/core/Models/GetRepoTagsResponse.cs +++ b/cr-20160607/core/Models/GetRepoTagsResponse.cs @@ -8,7 +8,7 @@ namespace AlibabaCloud.SDK.Cr20160607.Models { - public class GetRepoTagsResponse : TeaModel { + public class GetRepoTagsResponse : BaseModel { [NameInMap("headers")] [Validation(Required=true)] public Dictionary Headers { get; set; } diff --git a/cr-20160607/core/Models/GetRepoWebhookResponse.cs b/cr-20160607/core/Models/GetRepoWebhookResponse.cs index d5fc1a5690..0e53a1bb13 100644 --- a/cr-20160607/core/Models/GetRepoWebhookResponse.cs +++ b/cr-20160607/core/Models/GetRepoWebhookResponse.cs @@ -8,7 +8,7 @@ namespace AlibabaCloud.SDK.Cr20160607.Models { - public class GetRepoWebhookResponse : TeaModel { + public class GetRepoWebhookResponse : BaseModel { [NameInMap("headers")] [Validation(Required=true)] public Dictionary Headers { get; set; } diff --git a/cr-20160607/core/Models/GetResourceQuotaResponse.cs b/cr-20160607/core/Models/GetResourceQuotaResponse.cs index 06270190c2..4b9db02471 100644 --- a/cr-20160607/core/Models/GetResourceQuotaResponse.cs +++ b/cr-20160607/core/Models/GetResourceQuotaResponse.cs @@ -8,7 +8,7 @@ namespace AlibabaCloud.SDK.Cr20160607.Models { - public class GetResourceQuotaResponse : TeaModel { + public class GetResourceQuotaResponse : BaseModel { [NameInMap("headers")] [Validation(Required=true)] public Dictionary Headers { get; set; } diff --git a/cr-20160607/core/Models/StartImageScanResponse.cs b/cr-20160607/core/Models/StartImageScanResponse.cs index 6472d2050c..9d67a3e5b0 100644 --- a/cr-20160607/core/Models/StartImageScanResponse.cs +++ b/cr-20160607/core/Models/StartImageScanResponse.cs @@ -8,7 +8,7 @@ namespace AlibabaCloud.SDK.Cr20160607.Models { - public class StartImageScanResponse : TeaModel { + public class StartImageScanResponse : BaseModel { [NameInMap("headers")] [Validation(Required=true)] public Dictionary Headers { get; set; } diff --git a/cr-20160607/core/Models/StartRepoBuildByRuleResponse.cs b/cr-20160607/core/Models/StartRepoBuildByRuleResponse.cs index 089e159cbb..bb243fc079 100644 --- a/cr-20160607/core/Models/StartRepoBuildByRuleResponse.cs +++ b/cr-20160607/core/Models/StartRepoBuildByRuleResponse.cs @@ -8,7 +8,7 @@ namespace AlibabaCloud.SDK.Cr20160607.Models { - public class StartRepoBuildByRuleResponse : TeaModel { + public class StartRepoBuildByRuleResponse : BaseModel { [NameInMap("headers")] [Validation(Required=true)] public Dictionary Headers { get; set; } diff --git a/cr-20160607/core/Models/UpdateNamespaceResponse.cs b/cr-20160607/core/Models/UpdateNamespaceResponse.cs index 695e7e8a6a..5167122f82 100644 --- a/cr-20160607/core/Models/UpdateNamespaceResponse.cs +++ b/cr-20160607/core/Models/UpdateNamespaceResponse.cs @@ -8,7 +8,7 @@ namespace AlibabaCloud.SDK.Cr20160607.Models { - public class UpdateNamespaceResponse : TeaModel { + public class UpdateNamespaceResponse : BaseModel { [NameInMap("headers")] [Validation(Required=true)] public Dictionary Headers { get; set; } diff --git a/cr-20160607/core/Models/UpdateRepoBuildRuleResponse.cs b/cr-20160607/core/Models/UpdateRepoBuildRuleResponse.cs index 4e291b6d18..1f5cad3927 100644 --- a/cr-20160607/core/Models/UpdateRepoBuildRuleResponse.cs +++ b/cr-20160607/core/Models/UpdateRepoBuildRuleResponse.cs @@ -8,7 +8,7 @@ namespace AlibabaCloud.SDK.Cr20160607.Models { - public class UpdateRepoBuildRuleResponse : TeaModel { + public class UpdateRepoBuildRuleResponse : BaseModel { [NameInMap("headers")] [Validation(Required=true)] public Dictionary Headers { get; set; } diff --git a/cr-20160607/core/Models/UpdateRepoResponse.cs b/cr-20160607/core/Models/UpdateRepoResponse.cs index b1331cf303..9d9a240634 100644 --- a/cr-20160607/core/Models/UpdateRepoResponse.cs +++ b/cr-20160607/core/Models/UpdateRepoResponse.cs @@ -8,7 +8,7 @@ namespace AlibabaCloud.SDK.Cr20160607.Models { - public class UpdateRepoResponse : TeaModel { + public class UpdateRepoResponse : BaseModel { [NameInMap("headers")] [Validation(Required=true)] public Dictionary Headers { get; set; } diff --git a/cr-20160607/core/Models/UpdateRepoWebhookResponse.cs b/cr-20160607/core/Models/UpdateRepoWebhookResponse.cs index 144dee2b7b..7a790181e9 100644 --- a/cr-20160607/core/Models/UpdateRepoWebhookResponse.cs +++ b/cr-20160607/core/Models/UpdateRepoWebhookResponse.cs @@ -8,7 +8,7 @@ namespace AlibabaCloud.SDK.Cr20160607.Models { - public class UpdateRepoWebhookResponse : TeaModel { + public class UpdateRepoWebhookResponse : BaseModel { [NameInMap("headers")] [Validation(Required=true)] public Dictionary Headers { get; set; } diff --git a/cr-20160607/core/Models/UpdateUserInfoResponse.cs b/cr-20160607/core/Models/UpdateUserInfoResponse.cs index 1535366590..dd12b92b67 100644 --- a/cr-20160607/core/Models/UpdateUserInfoResponse.cs +++ b/cr-20160607/core/Models/UpdateUserInfoResponse.cs @@ -8,7 +8,7 @@ namespace AlibabaCloud.SDK.Cr20160607.Models { - public class UpdateUserInfoResponse : TeaModel { + public class UpdateUserInfoResponse : BaseModel { [NameInMap("headers")] [Validation(Required=true)] public Dictionary Headers { get; set; }