Skip to content
model__links1.go 458 B
Newer Older
Yann Garcia's avatar
Yann Garcia committed
/*
 * 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

// Hyperlink related to the resource. This shall be only included in the HTTP responses and in HTTP PUT requests.
type Links1 struct {
	Self *LinkType `json:"self"`
}