GetApprovalRuleTemplatePlainArgs

data class GetApprovalRuleTemplatePlainArgs(val name: String) : ConvertibleToJava<GetApprovalRuleTemplatePlainArgs>

A collection of arguments for invoking getApprovalRuleTemplate.

Constructors

Link copied to clipboard
constructor(name: String)

Properties

Link copied to clipboard

Name for the approval rule template. This needs to be less than 100 characters.

Functions

Link copied to clipboard
open override fun toJava(): GetApprovalRuleTemplatePlainArgs