Uses of Class
com.tencentcloudapi.cfg.v20210820.models.TemplateGroup
-
Packages that use TemplateGroup Package Description com.tencentcloudapi.cfg.v20210820.models -
-
Uses of TemplateGroup in com.tencentcloudapi.cfg.v20210820.models
Methods in com.tencentcloudapi.cfg.v20210820.models that return TemplateGroup Modifier and Type Method Description TemplateGroup[]Template. getTemplateGroups()Get 动作组Methods in com.tencentcloudapi.cfg.v20210820.models with parameters of type TemplateGroup Modifier and Type Method Description voidTemplate. setTemplateGroups(TemplateGroup[] TemplateGroups)Set 动作组Constructors in com.tencentcloudapi.cfg.v20210820.models with parameters of type TemplateGroup Constructor Description TemplateGroup(TemplateGroup source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-