eflo-cnp-20230828/core/Models/GetExperimentPlanTemplateResponse.cs (18 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.Eflo_cnp20230828.Models { public class GetExperimentPlanTemplateResponse : TeaModel { [NameInMap("headers")] [Validation(Required=false)] public Dictionary<string, string> Headers { get; set; } [NameInMap("statusCode")] [Validation(Required=false)] public int? StatusCode { get; set; } [NameInMap("body")] [Validation(Required=false)] public GetExperimentPlanTemplateResponseBody Body { get; set; } } }