GetRegistrationAssignmentResult

data class GetRegistrationAssignmentResult(val id: String, val name: String, val properties: RegistrationAssignmentPropertiesResponse, val type: String)

Registration assignment.

Constructors

Link copied to clipboard
constructor(id: String, name: String, properties: RegistrationAssignmentPropertiesResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The fully qualified path of the registration assignment.

Link copied to clipboard

Name of the registration assignment.

Link copied to clipboard

Properties of a registration assignment.

Link copied to clipboard

Type of the resource.