SignatureProps
Properties for defining a Signature
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-paiplugin-signature
Initializer
using AlibabaCloud.SDK.ROS.CDK.Paiplugin;
new SignatureProps {
object Name,
object Description = null
};
Properties
Name | Type | Description |
---|---|---|
Name |
object |
Property name: The name of the Signature. |
Description |
object |
Property description: Application instructions. |
Name
Required
public object Name { get; set; }
- Type: object
Property name: The name of the Signature.
Description
Optional
public object Description { get; set; }
- Type: object
Property description: Application instructions.