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

     1  /*
     2   * Nchf_ConvergedCharging
     3   *
     4   * ConvergedCharging Service    © 2021, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). All rights reserved.
     5   *
     6   * API version: 3.0.3
     7   * Generated by: OpenAPI Generator (https://openapi-generator.tech)
     8   */
     9  
    10  package models
    11  
    12  type ServiceExperienceInfo struct {
    13  	SvcExprc         *SvcExperience   `json:"svcExprc" yaml:"svcExprc" bson:"svcExprc" mapstructure:"SvcExprc"`
    14  	SvcExprcVariance float32          `json:"svcExprcVariance,omitempty" yaml:"svcExprcVariance" bson:"svcExprcVariance" mapstructure:"SvcExprcVariance"`
    15  	Supis            []string         `json:"supis,omitempty" yaml:"supis" bson:"supis" mapstructure:"Supis"`
    16  	Snssai           *Snssai          `json:"snssai,omitempty" yaml:"snssai" bson:"snssai" mapstructure:"Snssai"`
    17  	AppId            string           `json:"appId,omitempty" yaml:"appId" bson:"appId" mapstructure:"AppId"`
    18  	Confidence       int32            `json:"confidence,omitempty" yaml:"confidence" bson:"confidence" mapstructure:"Confidence"`
    19  	Dnn              string           `json:"dnn,omitempty" yaml:"dnn" bson:"dnn" mapstructure:"Dnn"`
    20  	NetworkArea      *NetworkAreaInfo `json:"networkArea,omitempty" yaml:"networkArea" bson:"networkArea" mapstructure:"NetworkArea"`
    21  	NsiId            string           `json:"nsiId,omitempty" yaml:"nsiId" bson:"nsiId" mapstructure:"NsiId"`
    22  	Ratio            int32            `json:"ratio,omitempty" yaml:"ratio" bson:"ratio" mapstructure:"Ratio"`
    23  }