/* Options: Date: 2026-04-05 18:17:50 Version: 6.110 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://internal.thebunkerbridge.com //Package: //GlobalNamespace: dtos //AddPropertyAccessors: True //SettersReturnThis: True //AddServiceStackTypes: True //AddResponseStatus: False //AddDescriptionAsComments: True //AddImplicitVersion: IncludeTypes: EnquiryChatNotifyReadMessages.* //ExcludeTypes: //TreatTypesAsStrings: //DefaultImports: java.math.*,java.util.*,net.servicestack.client.* */ import java.math.*; import java.util.*; import net.servicestack.client.*; public class dtos { @Route(Path="/Chats/Notify-Read-Messages", Verbs="GET") public static class EnquiryChatNotifyReadMessages { public UUID Id = null; public UUID getId() { return Id; } public EnquiryChatNotifyReadMessages setId(UUID value) { this.Id = value; return this; } } }