GetManagementGroupPlainArgs

data class GetManagementGroupPlainArgs(val displayName: String? = null, val name: String? = null) : ConvertibleToJava<GetManagementGroupPlainArgs>

A collection of arguments for invoking getManagementGroup.

Constructors

Link copied to clipboard
constructor(displayName: String? = null, name: String? = null)

Properties

Link copied to clipboard
val displayName: String? = null

Specifies the display name of this Management Group.

Link copied to clipboard
val name: String? = null

Specifies the name or UUID of this Management Group.

Functions

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