GetComplianceFrameworkPlainArgs

data class GetComplianceFrameworkPlainArgs(val name: String, val namespacePath: String) : ConvertibleToJava<GetComplianceFrameworkPlainArgs>

A collection of arguments for invoking getComplianceFramework.

Constructors

Link copied to clipboard
constructor(name: String, namespacePath: String)

Properties

Link copied to clipboard

Name for the compliance framework.

Link copied to clipboard

Full path of the namespace to where the compliance framework is.

Functions

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