Skip to content

RosTemplateProps

Properties for defining a RosTemplate.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkpaiplugin"
&alicloudroscdkpaiplugin.RosTemplateProps {
    Content: interface{},
    Description: interface{},
    Name: interface{},
    Type: interface{},
    Signature: interface{},
    SignatureId: interface{},
}

Properties

Name Type Description
Content interface{} No description.
Description interface{} No description.
Name interface{} No description.
Type interface{} No description.
Signature interface{} No description.
SignatureId interface{} No description.

ContentRequired

Content interface{}
  • Type: interface{}

DescriptionRequired

Description interface{}
  • Type: interface{}

NameRequired

Name interface{}
  • Type: interface{}

TypeRequired

Type interface{}
  • Type: interface{}

SignatureOptional

Signature interface{}
  • Type: interface{}

SignatureIdOptional

SignatureId interface{}
  • Type: interface{}