chengkun
2025-09-04 0ea78440cb53b7ecf0ef715e3f51d88918c5821d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// This file is auto-generated, don't edit it. Thanks.
 
using System;
using System.Collections.Generic;
using System.IO;
 
using Tea;
 
namespace Alipay.EasySDK.Marketing.OpenLife.Models
{
    public class Template : TeaModel {
        [NameInMap("template_id")]
        [Validation(Required=true)]
        public string TemplateId { get; set; }
 
        [NameInMap("context")]
        [Validation(Required=true)]
        public Context Context { get; set; }
 
    }
 
}