StructureUserManagementTrait.CreateInvitation.CreateInvitationResponse

class StructureUserManagementTrait.CreateInvitation.CreateInvitationResponse


The response payload for the CreateInvitation command.

Summary

Public constructors

Creates a response payload for the CreateInvitation command.

Public constructors

CreateInvitationResponse

CreateInvitationResponse(
    invitationDetails: StructureUserManagementTrait.InvitationDetails? = null,
    token: String? = null
)

Creates a response payload for the CreateInvitation command.

Public properties

token

val tokenString?