GetRegistrationDefinitionPlainArgs

data class GetRegistrationDefinitionPlainArgs(val registrationDefinitionId: String, val scope: String) : ConvertibleToJava<GetRegistrationDefinitionPlainArgs>

Constructors

Link copied to clipboard
constructor(registrationDefinitionId: String, scope: String)

Properties

Link copied to clipboard

The GUID of the registration definition.

Link copied to clipboard

The scope of the resource.

Functions

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