Skip to content

TemplateConfigProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Serverlessdev;
new TemplateConfigProperty {
    object TemplateName,
    object Parameters = null
};

Properties

Name Type Description
TemplateName object No description.
Parameters object No description.

TemplateNameRequired

public object TemplateName { get; set; }
  • Type: object

ParametersOptional

public object Parameters { get; set; }
  • Type: object