Skip to content

TemplateProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Mobi;
new TemplateProperty {
    object ConnectionsContent,
    object TemplateId,
    object ActualParameters = null
};

Properties

Name Type Description
ConnectionsContent object No description.
TemplateId object No description.
ActualParameters object No description.

ConnectionsContentRequired

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

TemplateIdRequired

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

ActualParametersOptional

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