expiry_notification.proto 514 Bytes
Newer Older
Michel Roy's avatar
Michel Roy committed
/*
  ETSI GS MEC 012 - Radio Network Information API
Michel Roy's avatar
Michel Roy committed
  The ETSI MEC ISG MEC012 Radio Network Information API described using OpenAPI.
Hammad Zafar's avatar
Hammad Zafar committed

  The version of the OpenAPI document: 2.2.1

Michel Roy's avatar
Michel Roy committed
  Generated by OpenAPI Generator: https://openapi-generator.tech
*/

syntax = "proto3";

package mec012;

Hammad Zafar's avatar
Hammad Zafar committed
import public "models/links2.proto";
Michel Roy's avatar
Michel Roy committed
import public "models/time_stamp.proto";

message ExpiryNotification {

Hammad Zafar's avatar
Hammad Zafar committed
  string notificationType = 1;

  Links2 _links = 2;
Hammad Zafar's avatar
Hammad Zafar committed
  TimeStamp expiryDeadline = 3;
Hammad Zafar's avatar
Hammad Zafar committed
  TimeStamp timeStamp = 4;