github.com/free5gc/openapi@v1.0.8/models/model_traffic_influ_data_notif.go (about) 1 /* 2 * Unified Data Repository Service API file for Application Data 3 * 4 * The API version is defined in 3GPP TS 29.504 © 2020, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). All rights reserved. 5 * 6 * API version: - 7 * Generated by: OpenAPI Generator (https://openapi-generator.tech) 8 */ 9 10 package models 11 12 type TrafficInfluDataNotif struct { 13 ResUri string `json:"resUri" bson:"resUri"` 14 15 TrafficInfluData *TrafficInfluData `json:"trafficInfluData,omitempty" bson:"trafficInfluData"` 16 }