subscription_link_list.proto 560 Bytes
Newer Older
/*
  ETSI GS MEC 028 - WLAN Access Information API
 
  The ETSI MEC ISG MEC028 WLAN Access Information API described using OpenAPI
 
Michel Roy's avatar
Michel Roy committed
  The version of the OpenAPI document: 2.2.1
  
  Generated by OpenAPI Generator: https://openapi-generator.tech
*/

syntax = "proto3";

package mec028;

import public "models/subscription_link_list_links.proto";
Michel Roy's avatar
Michel Roy committed
import public "models/subscription_link_list_subscription.proto";

message SubscriptionLinkList {

Michel Roy's avatar
Michel Roy committed
  SubscriptionLinkListLinks Underscorelinks = 1;
Michel Roy's avatar
Michel Roy committed
  repeated SubscriptionLinkListSubscription subscription = 2;