github.com/free5gc/openapi@v1.0.8/models/model_notification.go (about)

     1  /*
     2   * Npcf_BDTPolicyControl Service API
     3   *
     4   * PCF BDT Policy Control Service. © 2019, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). All rights reserved.
     5   *
     6   * API version: 1.1.0.alpha-1
     7   * Generated by: OpenAPI Generator (https://openapi-generator.tech)
     8   */
     9  
    10  package models
    11  
    12  // Describes a BDT warning notification.
    13  type Notification struct {
    14  	// string identifying a BDT Reference ID as defined in subclause 5.3.3 of 3GPP TS 29.154.
    15  	BdtRefId   string           `json:"bdtRefId" bson:"bdtRefId"`
    16  	NwAreaInfo *NetworkAreaInfo `json:"nwAreaInfo,omitempty" bson:"nwAreaInfo"`
    17  	TimeWindow *TimeWindow      `json:"timeWindow,omitempty" bson:"timeWindow"`
    18  }