RosTemplateProps
Properties for defining a RosTemplate.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-paiplugin-template
Initializer
using AlibabaCloud.SDK.ROS.CDK.Paiplugin;
new RosTemplateProps {
object Content,
object Description,
object Name,
object Type,
object Signature = null,
object SignatureId = null
};
Properties
| Name | Type | Description |
|---|---|---|
Content |
object |
No description. |
Description |
object |
No description. |
Name |
object |
No description. |
Type |
object |
No description. |
Signature |
object |
No description. |
SignatureId |
object |
No description. |
ContentRequired
public object Content { get; set; }
- Type: object
DescriptionRequired
public object Description { get; set; }
- Type: object
NameRequired
public object Name { get; set; }
- Type: object
TypeRequired
public object Type { get; set; }
- Type: object
SignatureOptional
public object Signature { get; set; }
- Type: object
SignatureIdOptional
public object SignatureId { get; set; }
- Type: object