Skip to content
model_test_notification__links.go 415 B
Newer Older
Yann Garcia's avatar
Yann Garcia committed
 * ETSI GS MEC 030 V2X Information Services API
Yann Garcia's avatar
Yann Garcia committed
 * ETSI GS MEC 030 V2X Information Services API described using OpenAPI.
Yann Garcia's avatar
Yann Garcia committed
 * API version: 3.1.1
 * Contact: cti_support@etsi.org
 * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
 */
Yann Garcia's avatar
Yann Garcia committed
// Hyperlink related to the resource. 
type TestNotificationLinks struct {
	Subscription *LinkType `json:"subscription"`
}