/* Options: Date: 2025-05-04 22:10:00 Version: 8.71 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://team.evovoice.io //Package: //GlobalNamespace: dtos //AddPropertyAccessors: True //SettersReturnThis: True //AddServiceStackTypes: True //AddResponseStatus: False //AddDescriptionAsComments: True //AddImplicitVersion: IncludeTypes: ListSystemTimeZones.* //ExcludeTypes: //TreatTypesAsStrings: //DefaultImports: java.math.*,java.util.*,java.io.InputStream,net.servicestack.client.*,com.google.gson.annotations.*,com.google.gson.reflect.* */ import java.math.*; import java.util.*; import java.io.InputStream; import net.servicestack.client.*; import com.google.gson.annotations.*; import com.google.gson.reflect.*; public class dtos { /** * Gets all of the system time zone IDs and names */ @Route(Path="/system/time-zones", Verbs="GET") @Api(Description="Gets all of the system time zone IDs and names") public static class ListSystemTimeZones implements IReturn>, IGet { private static Object responseType = new TypeToken>(){}.getType(); public Object getResponseType() { return responseType; } } }