/* * ETSI GS MEC 028 - WLAN Access Information API * * The ETSI MEC ISG MEC028 WLAN Access Information API described using OpenAPI * * API version: 2.1.1 * 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 AssocStaSubscriptionLinks struct { Self *LinkType `json:"self"` }