ResponseListNotificationUnsubscribeMessageDto

📄 Description: Data transfer object representing a notification unsubscribe request, facilitating the removal of a user from specific notification lists within the system to enhance user experience and compliance with communication preferences.

Properties

Name

Type

Required

Restrictions

Description

code

string

false

none

Code identifier for the resource

message

string

false

write-only

Contains the notification message confirming the successful unsubscription from the service.

defaultMessage

string

false

write-only

Default message to be displayed in notifications related to the unsubscription process, ensuring clear communication with users.

debugMessage

string

false

write-only

Provides detailed information about any errors or issues encountered during the unsubscription process, aiding in troubleshooting and resolution.

errors

Errors

false

none

List of error messages generated during the unsubscribe process, providing insights for troubleshooting and ensuring effective communication management.

object

[NotificationUnsubscribeMessageDto]

false

none

An array of notification unsubscribe messages, providing details on user preferences for communication management.

Enumerated Values

Attribute

Value

code

API_CALL_FAILED, ATTACHED, BAD_REQUEST, DATA_VALIDATION_ERROR, DELETED, DETACHED, INTERNAL_SYSTEM_ERROR, NULL_RESPONSE, OK, OK_BUT_RESPONSE_INVALID, REQUEST_VALIDATION_ERROR, SERVICE_VALIDATION_ERROR, UPDATED