github.com/free5gc/openapi@v1.0.8/models/model_steering_mode.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 SteeringMode struct { 13 SteerModeValue SteerModeValue `json:"steerModeValue" yaml:"steerModeValue" bson:"steerModeValue" mapstructure:"SteerModeValue"` 14 Active AccessType `json:"active,omitempty" yaml:"active" bson:"active" mapstructure:"Active"` 15 Standby *AccessTypeRm `json:"standby,omitempty" yaml:"standby" bson:"standby" mapstructure:"Standby"` 16 Var3gLoad int32 `json:"3gLoad,omitempty" yaml:"3gLoad" bson:"3gLoad" mapstructure:"Var3gLoad"` 17 PrioAcc AccessType `json:"prioAcc,omitempty" yaml:"prioAcc" bson:"prioAcc" mapstructure:"PrioAcc"` 18 }