ManagementGroupPathElementResponse

data class ManagementGroupPathElementResponse(val displayName: String? = null, val name: String? = null)

A path element of a management group ancestors.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val displayName: String? = null

The friendly name of the group.

Link copied to clipboard
val name: String? = null

The name of the group.