PathParamTemplateType The type of templates to retrieve (email or SMS) Example Usage import com.clerk.backend_api.models.operations.PathParamTemplateType; PathParamTemplateType value = PathParamTemplateType.EMAIL; Values Name Value EMAIL email SMS sms