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. |
Content
Required
public object Content { get; set; }
- Type: object
Description
Required
public object Description { get; set; }
- Type: object
Name
Required
public object Name { get; set; }
- Type: object
Type
Required
public object Type { get; set; }
- Type: object
Signature
Optional
public object Signature { get; set; }
- Type: object
SignatureId
Optional
public object SignatureId { get; set; }
- Type: object