/* * ETSI GS MEC 030 V2X Information Services API * * ETSI GS MEC 030 V2X Information Services API described using OpenAPI. * * API version: 3.1.1 * Contact: cti_support@etsi.org * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git) */ package server type TestNotification struct { Links *TestNotificationLinks `json:"_links"` // Shall be set to \"TestNotification\". NotificationType string `json:"notificationType"` }