Skip to content

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.

NameRequired

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

Property name: The name of the Signature.


DescriptionOptional

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

Property description: Application instructions.