GetScopeAssignmentPlainArgs

data class GetScopeAssignmentPlainArgs(val scope: String, val scopeAssignmentName: String) : ConvertibleToJava<GetScopeAssignmentPlainArgs>

Constructors

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

Properties

Link copied to clipboard

The base resource of the scope assignment.

Link copied to clipboard

The name of the scope assignment to get.

Functions

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