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. |
ConnectionsContent
Required
public object ConnectionsContent { get; set; }
- Type: object
TemplateId
Required
public object TemplateId { get; set; }
- Type: object
ActualParameters
Optional
public object ActualParameters { get; set; }
- Type: object