Skip to content

SignatureProps

Properties for defining a Signature.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-paiplugin-signature

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkpaiplugin"
&alicloudroscdkpaiplugin.SignatureProps {
    Name: interface{},
    Description: interface{},
}

Properties

Name Type Description
Name interface{} Property name: The name of the Signature.
Description interface{} Property description: Application instructions.

NameRequired

Name interface{}
  • Type: interface{}

Property name: The name of the Signature.


DescriptionOptional

Description interface{}
  • Type: interface{}

Property description: Application instructions.