Categorygithub.com/5GCoreNet/openapiopenapi_Nchf_ConvergedCharging
package
1.18.2
Repository: https://github.com/5gcorenet/openapi.git
Documentation: pkg.go.dev

# README

Go API client for openapi_Nchf_ConvergedCharging

ConvergedCharging Service © 2022, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). All rights reserved.

Overview

This API client was generated by the OpenAPI Generator project. By using the OpenAPI-spec from a remote server, you can easily generate an API client.

  • API version: 3.2.0-alpha.1
  • Package version: 1.0.0
  • Build package: org.openapitools.codegen.languages.GoClientCodegen

Installation

Install the following dependencies:

go get github.com/stretchr/testify/assert
go get golang.org/x/oauth2
go get golang.org/x/net/context

Put the package under your project folder and add the following in import:

import openapi_Nchf_ConvergedCharging "github.com/GIT_USER_ID/GIT_REPO_ID/openapi_Nchf_ConvergedCharging"

To use a proxy, set the environment variable HTTP_PROXY:

os.Setenv("HTTP_PROXY", "http://proxy_name:proxy_port")

Configuration of Server URL

Default configuration comes with Servers field that contains server objects as defined in the OpenAPI specification.

Select Server Configuration

For using other server than the one defined on index 0 set context value sw.ContextServerIndex of type int.

ctx := context.WithValue(context.Background(), openapi_Nchf_ConvergedCharging.ContextServerIndex, 1)

Templated Server URL

Templated server URL is formatted using default variables from configuration or from context value sw.ContextServerVariables of type map[string]string.

ctx := context.WithValue(context.Background(), openapi_Nchf_ConvergedCharging.ContextServerVariables, map[string]string{
	"basePath": "v2",
})

Note, enum values are always validated and all unused variables are silently ignored.

URLs Configuration per Operation

Each operation can use different server URL defined using OperationServers map in the Configuration. An operation is uniquely identified by "{classname}Service.{nickname}" string. Similar rules for overriding default operation server index and variables applies by using sw.ContextOperationServerIndices and sw.ContextOperationServerVariables context maps.

ctx := context.WithValue(context.Background(), openapi_Nchf_ConvergedCharging.ContextOperationServerIndices, map[string]int{
	"{classname}Service.{nickname}": 2,
})
ctx = context.WithValue(context.Background(), openapi_Nchf_ConvergedCharging.ContextOperationServerVariables, map[string]map[string]string{
	"{classname}Service.{nickname}": {
		"port": "8443",
	},
})

Documentation for API Endpoints

All URIs are relative to https://example.com/nchf-convergedcharging/v3

ClassMethodHTTP requestDescription
DefaultApiChargingdataChargingDataRefReleasePostPost /chargingdata/{ChargingDataRef}/release
DefaultApiChargingdataChargingDataRefUpdatePostPost /chargingdata/{ChargingDataRef}/update
DefaultApiChargingdataPostPost /chargingdata

Documentation For Models

Documentation For Authorization

oAuth2ClientCredentials

  • Type: OAuth
  • Flow: application
  • Authorization URL:
  • Scopes:
  • nchf-convergedcharging: Access to the Nchf_ConvergedCharging API

Example

auth := context.WithValue(context.Background(), sw.ContextAccessToken, "ACCESSTOKENSTRING")
r, err := client.Service.Operation(auth, args)

Or via OAuth2 module to automatically refresh tokens and perform user authentication.

import "golang.org/x/oauth2"

/* Perform OAuth2 round trip request and obtain a token */

tokenSource := oauth2cfg.TokenSource(createContext(httpClient), &token)
auth := context.WithValue(oauth2.NoContext, sw.ContextOAuth2, tokenSource)
r, err := client.Service.Operation(auth, args)

Documentation for Utility Methods

Due to the fact that model structure members are all pointers, this package contains a number of utility functions to easily obtain pointers to values of basic types. Each of these functions takes a value of the given basic type and returns a pointer to it:

  • PtrBool
  • PtrInt
  • PtrInt32
  • PtrInt64
  • PtrFloat
  • PtrFloat32
  • PtrFloat64
  • PtrString
  • PtrTime

Author

# Functions

CacheExpires helper function to determine remaining time before repeating a request.
ChargingDataResponseAsChargingdataChargingDataRefUpdatePost400Response is a convenience function that returns ChargingDataResponse wrapped in ChargingdataChargingDataRefUpdatePost400Response.
ChargingNotifyResponseAsChargingdataPost400Response is a convenience function that returns ChargingNotifyResponse wrapped in ChargingdataPost400Response.
interface{}AsArea is a convenience function that returns interface{} wrapped in Area.
interface{}AsGeraLocation is a convenience function that returns interface{} wrapped in GeraLocation.
interface{}AsGlobalRanNodeId is a convenience function that returns interface{} wrapped in GlobalRanNodeId.
interface{}AsIpAddr is a convenience function that returns interface{} wrapped in IpAddr.
interface{}AsUtraLocation is a convenience function that returns interface{} wrapped in UtraLocation.
IsNil checks if an input is nil.
NewAccessNetworkInfoChange instantiates a new AccessNetworkInfoChange object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccessNetworkInfoChangeWithDefaults instantiates a new AccessNetworkInfoChange object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccessTokenErr instantiates a new AccessTokenErr object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccessTokenErrWithDefaults instantiates a new AccessTokenErr object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccessTokenReq instantiates a new AccessTokenReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccessTokenReqWithDefaults instantiates a new AccessTokenReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccessTransferInformation instantiates a new AccessTransferInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccessTransferInformationWithDefaults instantiates a new AccessTransferInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccessTypeFromValue returns a pointer to a valid AccessType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewAddrFqdn instantiates a new AddrFqdn object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAddrFqdnWithDefaults instantiates a new AddrFqdn object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAffinityAntiAffinity instantiates a new AffinityAntiAffinity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAffinityAntiAffinityWithDefaults instantiates a new AffinityAntiAffinity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAmbr instantiates a new Ambr object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAmbrWithDefaults instantiates a new Ambr object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAnnouncementInformation instantiates a new AnnouncementInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAnnouncementInformationWithDefaults instantiates a new AnnouncementInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAPIClient creates a new API client.
NewAPIResponse returns a new APIResponse object.
NewAPIResponseWithError returns a new APIResponse object with the provided error message.
NewArp instantiates a new Arp object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewArpWithDefaults instantiates a new Arp object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAtsssCapability instantiates a new AtsssCapability object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAtsssCapabilityWithDefaults instantiates a new AtsssCapability object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAuthorizedDefaultQos instantiates a new AuthorizedDefaultQos object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAuthorizedDefaultQosWithDefaults instantiates a new AuthorizedDefaultQos object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCalledIdentityChange instantiates a new CalledIdentityChange object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCalledIdentityChangeWithDefaults instantiates a new CalledIdentityChange object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCellGlobalId instantiates a new CellGlobalId object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCellGlobalIdWithDefaults instantiates a new CellGlobalId object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewChargingDataRequest instantiates a new ChargingDataRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewChargingDataRequestWithDefaults instantiates a new ChargingDataRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewChargingDataResponse instantiates a new ChargingDataResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewChargingDataResponseWithDefaults instantiates a new ChargingDataResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewChargingNotifyRequest instantiates a new ChargingNotifyRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewChargingNotifyRequestWithDefaults instantiates a new ChargingNotifyRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewChargingNotifyResponse instantiates a new ChargingNotifyResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewChargingNotifyResponseWithDefaults instantiates a new ChargingNotifyResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewConfiguration returns a new Configuration object.
NewCoverageInfo instantiates a new CoverageInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCoverageInfoWithDefaults instantiates a new CoverageInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEarlyMediaDescription instantiates a new EarlyMediaDescription object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEarlyMediaDescriptionWithDefaults instantiates a new EarlyMediaDescription object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEASDeploymentChargingInformation instantiates a new EASDeploymentChargingInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEASDeploymentChargingInformationWithDefaults instantiates a new EASDeploymentChargingInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEASRequirements instantiates a new EASRequirements object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEASRequirementsWithDefaults instantiates a new EASRequirements object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEcgi instantiates a new Ecgi object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEcgiWithDefaults instantiates a new Ecgi object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEdgeInfrastructureUsageChargingInformation instantiates a new EdgeInfrastructureUsageChargingInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEdgeInfrastructureUsageChargingInformationWithDefaults instantiates a new EdgeInfrastructureUsageChargingInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEutraLocation instantiates a new EutraLocation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEutraLocationWithDefaults instantiates a new EutraLocation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFinalUnitIndication instantiates a new FinalUnitIndication object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFinalUnitIndicationWithDefaults instantiates a new FinalUnitIndication object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGeographicalCoordinates instantiates a new GeographicalCoordinates object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGeographicalCoordinatesWithDefaults instantiates a new GeographicalCoordinates object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGeoLoc instantiates a new GeoLoc object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGeoLocWithDefaults instantiates a new GeoLoc object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGNbId instantiates a new GNbId object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGNbIdWithDefaults instantiates a new GNbId object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGrantedUnit instantiates a new GrantedUnit object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGrantedUnitWithDefaults instantiates a new GrantedUnit object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewHfcNodeId instantiates a new HfcNodeId object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewHfcNodeIdWithDefaults instantiates a new HfcNodeId object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIMSChargingInformation instantiates a new IMSChargingInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIMSChargingInformationWithDefaults instantiates a new IMSChargingInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewInterOperatorIdentifier instantiates a new InterOperatorIdentifier object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewInterOperatorIdentifierWithDefaults instantiates a new InterOperatorIdentifier object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewInvalidParam instantiates a new InvalidParam object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewInvalidParamWithDefaults instantiates a new InvalidParam object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewInvocationResult instantiates a new InvocationResult object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewInvocationResultWithDefaults instantiates a new InvocationResult object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIpv6Addr instantiates a new Ipv6Addr object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIpv6AddrWithDefaults instantiates a new Ipv6Addr object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIpv6Prefix instantiates a new Ipv6Prefix object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIpv6PrefixWithDefaults instantiates a new Ipv6Prefix object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewISUPCause instantiates a new ISUPCause object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewISUPCauseWithDefaults instantiates a new ISUPCause object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLocationAreaId instantiates a new LocationAreaId object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLocationAreaIdWithDefaults instantiates a new LocationAreaId object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLocationInfo instantiates a new LocationInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLocationInfoWithDefaults instantiates a new LocationInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLocationReportingChargingInformation instantiates a new LocationReportingChargingInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLocationReportingChargingInformationWithDefaults instantiates a new LocationReportingChargingInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMAPDUSessionInformation instantiates a new MAPDUSessionInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMAPDUSessionInformationWithDefaults instantiates a new MAPDUSessionInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMessageBody instantiates a new MessageBody object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMessageBodyWithDefaults instantiates a new MessageBody object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMessageClass instantiates a new MessageClass object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMessageClassWithDefaults instantiates a new MessageClass object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMMAddContentInfo instantiates a new MMAddContentInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMMAddContentInfoWithDefaults instantiates a new MMAddContentInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMMContentType instantiates a new MMContentType object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMMContentTypeWithDefaults instantiates a new MMContentType object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMMOriginatorInfo instantiates a new MMOriginatorInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMMOriginatorInfoWithDefaults instantiates a new MMOriginatorInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMMRecipientInfo instantiates a new MMRecipientInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMMRecipientInfoWithDefaults instantiates a new MMRecipientInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMMSChargingInformation instantiates a new MMSChargingInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMMSChargingInformationWithDefaults instantiates a new MMSChargingInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMMTelChargingInformation instantiates a new MMTelChargingInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMMTelChargingInformationWithDefaults instantiates a new MMTelChargingInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewModel5GLANTypeService instantiates a new Model5GLANTypeService object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewModel5GLANTypeServiceWithDefaults instantiates a new Model5GLANTypeService object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMultipleQFIcontainer instantiates a new MultipleQFIcontainer object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMultipleQFIcontainerWithDefaults instantiates a new MultipleQFIcontainer object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMultipleUnitInformation instantiates a new MultipleUnitInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMultipleUnitInformationWithDefaults instantiates a new MultipleUnitInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMultipleUnitUsage instantiates a new MultipleUnitUsage object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMultipleUnitUsageWithDefaults instantiates a new MultipleUnitUsage object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewN2ConnectionChargingInformation instantiates a new N2ConnectionChargingInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewN2ConnectionChargingInformationWithDefaults instantiates a new N2ConnectionChargingInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewN3gaLocation instantiates a new N3gaLocation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewN3gaLocationWithDefaults instantiates a new N3gaLocation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNcgi instantiates a new Ncgi object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNcgiWithDefaults instantiates a new Ncgi object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNEFChargingInformation instantiates a new NEFChargingInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNEFChargingInformationWithDefaults instantiates a new NEFChargingInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNetworkAreaInfo instantiates a new NetworkAreaInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNetworkAreaInfoWithDefaults instantiates a new NetworkAreaInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNetworkSlicingInfo instantiates a new NetworkSlicingInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNetworkSlicingInfoWithDefaults instantiates a new NetworkSlicingInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNFIdentification instantiates a new NFIdentification object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNFIdentificationWithDefaults instantiates a new NFIdentification object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNgApCause instantiates a new NgApCause object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNgApCauseWithDefaults instantiates a new NgApCause object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNNIInformation instantiates a new NNIInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNNIInformationWithDefaults instantiates a new NNIInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNrLocation instantiates a new NrLocation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNrLocationWithDefaults instantiates a new NrLocation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNsiLoadLevelInfo instantiates a new NsiLoadLevelInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNsiLoadLevelInfoWithDefaults instantiates a new NsiLoadLevelInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNSMChargingInformation instantiates a new NSMChargingInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNSMChargingInformationWithDefaults instantiates a new NSMChargingInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNSPAChargingInformation instantiates a new NSPAChargingInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNSPAChargingInformationWithDefaults instantiates a new NSPAChargingInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNSPAContainerInformation instantiates a new NSPAContainerInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNSPAContainerInformationWithDefaults instantiates a new NSPAContainerInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNSSAIMap instantiates a new NSSAIMap object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNSSAIMapWithDefaults instantiates a new NSSAIMap object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewNullValueFromValue returns a pointer to a valid NullValue for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewNumberAverage instantiates a new NumberAverage object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNumberAverageWithDefaults instantiates a new NumberAverage object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewOriginatorInfo instantiates a new OriginatorInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewOriginatorInfoWithDefaults instantiates a new OriginatorInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPC5ContainerInformation instantiates a new PC5ContainerInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPC5ContainerInformationWithDefaults instantiates a new PC5ContainerInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPC5DataContainer instantiates a new PC5DataContainer object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPC5DataContainerWithDefaults instantiates a new PC5DataContainer object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPDUAddress instantiates a new PDUAddress object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPDUAddressWithDefaults instantiates a new PDUAddress object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPDUContainerInformation instantiates a new PDUContainerInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPDUContainerInformationWithDefaults instantiates a new PDUContainerInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPDUSessionChargingInformation instantiates a new PDUSessionChargingInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPDUSessionChargingInformationWithDefaults instantiates a new PDUSessionChargingInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPDUSessionInformation instantiates a new PDUSessionInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPDUSessionInformationWithDefaults instantiates a new PDUSessionInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPFIContainerInformation instantiates a new PFIContainerInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPFIContainerInformationWithDefaults instantiates a new PFIContainerInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPlmnId instantiates a new PlmnId object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPlmnId1 instantiates a new PlmnId1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPlmnId1WithDefaults instantiates a new PlmnId1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPlmnIdNid instantiates a new PlmnIdNid object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPlmnIdNidWithDefaults instantiates a new PlmnIdNid object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPlmnIdWithDefaults instantiates a new PlmnId object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPresenceInfo instantiates a new PresenceInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPresenceInfoWithDefaults instantiates a new PresenceInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewProblemDetails instantiates a new ProblemDetails object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewProblemDetailsWithDefaults instantiates a new ProblemDetails object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewProseChargingInformation instantiates a new ProseChargingInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewProseChargingInformationWithDefaults instantiates a new ProseChargingInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPSCellInformation instantiates a new PSCellInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPSCellInformationWithDefaults instantiates a new PSCellInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewQFIContainerInformation instantiates a new QFIContainerInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewQFIContainerInformationWithDefaults instantiates a new QFIContainerInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewQosCharacteristics instantiates a new QosCharacteristics object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewQosCharacteristicsWithDefaults instantiates a new QosCharacteristics object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewQosData instantiates a new QosData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewQosDataWithDefaults instantiates a new QosData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewQosFlowsUsageReport instantiates a new QosFlowsUsageReport object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewQosFlowsUsageReportWithDefaults instantiates a new QosFlowsUsageReport object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewQosMonitoringReport instantiates a new QosMonitoringReport object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewQosMonitoringReportWithDefaults instantiates a new QosMonitoringReport object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRadioParameterSetInfo instantiates a new RadioParameterSetInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRadioParameterSetInfoWithDefaults instantiates a new RadioParameterSetInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRanNasRelCause instantiates a new RanNasRelCause object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRanNasRelCauseWithDefaults instantiates a new RanNasRelCause object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRANSecondaryRATUsageReport instantiates a new RANSecondaryRATUsageReport object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRANSecondaryRATUsageReportWithDefaults instantiates a new RANSecondaryRATUsageReport object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRatFreqInformation instantiates a new RatFreqInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRatFreqInformationWithDefaults instantiates a new RatFreqInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReauthorizationDetails instantiates a new ReauthorizationDetails object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReauthorizationDetailsWithDefaults instantiates a new ReauthorizationDetails object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRecipientAddress instantiates a new RecipientAddress object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRecipientAddressWithDefaults instantiates a new RecipientAddress object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRecipientInfo instantiates a new RecipientInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRecipientInfoWithDefaults instantiates a new RecipientInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRedirectResponse instantiates a new RedirectResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRedirectResponseWithDefaults instantiates a new RedirectResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRedirectServer instantiates a new RedirectServer object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRedirectServerWithDefaults instantiates a new RedirectServer object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRegistrationChargingInformation instantiates a new RegistrationChargingInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRegistrationChargingInformationWithDefaults instantiates a new RegistrationChargingInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRequestedUnit instantiates a new RequestedUnit object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRequestedUnitWithDefaults instantiates a new RequestedUnit object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResourceUsage instantiates a new ResourceUsage object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResourceUsageWithDefaults instantiates a new ResourceUsage object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRoamingChargingProfile instantiates a new RoamingChargingProfile object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRoamingChargingProfileWithDefaults instantiates a new RoamingChargingProfile object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRoamingQBCInformation instantiates a new RoamingQBCInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRoamingQBCInformationWithDefaults instantiates a new RoamingQBCInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRoutingAreaId instantiates a new RoutingAreaId object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRoutingAreaIdWithDefaults instantiates a new RoutingAreaId object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSDPMediaComponent instantiates a new SDPMediaComponent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSDPMediaComponentWithDefaults instantiates a new SDPMediaComponent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSDPTimeStamps instantiates a new SDPTimeStamps object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSDPTimeStampsWithDefaults instantiates a new SDPTimeStamps object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewServerCapabilities instantiates a new ServerCapabilities object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewServerCapabilitiesWithDefaults instantiates a new ServerCapabilities object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewServiceAreaId instantiates a new ServiceAreaId object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewServiceAreaIdWithDefaults instantiates a new ServiceAreaId object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewServiceAreaRestriction instantiates a new ServiceAreaRestriction object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewServiceAreaRestrictionWithDefaults instantiates a new ServiceAreaRestriction object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewServiceExperienceInfo instantiates a new ServiceExperienceInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewServiceExperienceInfoWithDefaults instantiates a new ServiceExperienceInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewServiceProfileChargingInformation instantiates a new ServiceProfileChargingInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewServiceProfileChargingInformationWithDefaults instantiates a new ServiceProfileChargingInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewServingLocation instantiates a new ServingLocation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewServingLocationWithDefaults instantiates a new ServingLocation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewServingNetworkFunctionID instantiates a new ServingNetworkFunctionID object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewServingNetworkFunctionIDWithDefaults instantiates a new ServingNetworkFunctionID object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSIPEventType instantiates a new SIPEventType object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSIPEventTypeWithDefaults instantiates a new SIPEventType object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSMAddressDomain instantiates a new SMAddressDomain object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSMAddressDomainWithDefaults instantiates a new SMAddressDomain object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSMAddressInfo instantiates a new SMAddressInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSMAddressInfoWithDefaults instantiates a new SMAddressInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSMInterface instantiates a new SMInterface object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSMInterfaceWithDefaults instantiates a new SMInterface object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSMSChargingInformation instantiates a new SMSChargingInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSMSChargingInformationWithDefaults instantiates a new SMSChargingInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSnssai instantiates a new Snssai object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSnssaiWithDefaults instantiates a new Snssai object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSoftwareImageInfo instantiates a new SoftwareImageInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSoftwareImageInfoWithDefaults instantiates a new SoftwareImageInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSteeringMode instantiates a new SteeringMode object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSteeringModeWithDefaults instantiates a new SteeringMode object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSubscribedDefaultQos instantiates a new SubscribedDefaultQos object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSubscribedDefaultQosWithDefaults instantiates a new SubscribedDefaultQos object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSupplementaryService instantiates a new SupplementaryService object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSupplementaryServiceWithDefaults instantiates a new SupplementaryService object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSvcExperience instantiates a new SvcExperience object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSvcExperienceWithDefaults instantiates a new SvcExperience object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTai instantiates a new Tai object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTai1 instantiates a new Tai1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTai1WithDefaults instantiates a new Tai1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTaiWithDefaults instantiates a new Tai object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewThresholdLevel instantiates a new ThresholdLevel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewThresholdLevelWithDefaults instantiates a new ThresholdLevel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewThresholdValue instantiates a new ThresholdValue object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewThresholdValueWithDefaults instantiates a new ThresholdValue object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewThroughput instantiates a new Throughput object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewThroughputWithDefaults instantiates a new Throughput object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTimeWindow instantiates a new TimeWindow object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTimeWindowWithDefaults instantiates a new TimeWindow object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTnapId instantiates a new TnapId object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTnapIdWithDefaults instantiates a new TnapId object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTopologicalServiceArea instantiates a new TopologicalServiceArea object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTopologicalServiceAreaWithDefaults instantiates a new TopologicalServiceArea object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTransmitterInfo instantiates a new TransmitterInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTransmitterInfoWithDefaults instantiates a new TransmitterInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTrigger instantiates a new Trigger object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTriggerWithDefaults instantiates a new Trigger object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTrunkGroupID instantiates a new TrunkGroupID object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTrunkGroupIDWithDefaults instantiates a new TrunkGroupID object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTwapId instantiates a new TwapId object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTwapIdWithDefaults instantiates a new TwapId object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpfInformation instantiates a new UpfInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpfInformationWithDefaults instantiates a new UpfInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUsedUnitContainer instantiates a new UsedUnitContainer object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUsedUnitContainerWithDefaults instantiates a new UsedUnitContainer object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUserInformation instantiates a new UserInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUserInformationWithDefaults instantiates a new UserInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUserLocation instantiates a new UserLocation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUserLocationWithDefaults instantiates a new UserLocation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewVariablePart instantiates a new VariablePart object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewVariablePartWithDefaults instantiates a new VariablePart object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewVirtualResource instantiates a new VirtualResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewVirtualResourceWithDefaults instantiates a new VirtualResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
ProblemDetailsAsChargingdataChargingDataRefUpdatePost400Response is a convenience function that returns ProblemDetails wrapped in ChargingdataChargingDataRefUpdatePost400Response.
ProblemDetailsAsChargingdataPost400Response is a convenience function that returns ProblemDetails wrapped in ChargingdataPost400Response.
PtrBool is a helper routine that returns a pointer to given boolean value.
PtrFloat32 is a helper routine that returns a pointer to given float value.
PtrFloat64 is a helper routine that returns a pointer to given float value.
PtrInt is a helper routine that returns a pointer to given integer value.
PtrInt32 is a helper routine that returns a pointer to given integer value.
PtrInt64 is a helper routine that returns a pointer to given integer value.
PtrString is a helper routine that returns a pointer to given string value.
PtrTime is helper routine that returns a pointer to given Time value.

# Constants

List of AccessType.
List of NullValue.

# Variables

All allowed values of AccessType enum.
All allowed values of NullValue enum.
ContextOAuth2 takes an oauth2.TokenSource as authentication for the request.
ContextOperationServerIndices uses a server configuration from the index mapping.
ContextOperationServerVariables overrides a server configuration variables using operation specific values.
ContextServerIndex uses a server configuration from the index.
ContextServerVariables overrides a server configuration variables.

# Structs

AccessNetworkInfoChange struct for AccessNetworkInfoChange.
AccessTokenErr Error returned in the access token response message.
AccessTokenReq Contains information related to the access token request.
AccessTransferInformation struct for AccessTransferInformation.
AccessTransferType struct for AccessTransferType.
AccessTypeRm Indicates wether the access is via 3GPP or via non-3GPP but with the OpenAPI 'nullable: true' property.\".
AddrFqdn IP address and/or FQDN.
AffinityAntiAffinity struct for AffinityAntiAffinity.
Ambr Contains the maximum aggregated uplink and downlink bit rates.
AnnouncementInformation struct for AnnouncementInformation.
AnnouncementPrivacyIndicator struct for AnnouncementPrivacyIndicator.
No description provided by the author
No description provided by the author
No description provided by the author
APIClient manages communication with the Nchf_ConvergedCharging API v3.2.0-alpha.1 In most cases there should be only one, shared, APIClient.
APIDirection struct for APIDirection.
APIKey provides API key based authentication to a request passed via context using ContextAPIKey.
APIResponse stores the API response returned by the server.
Area - Provides area information.
Arp Contains Allocation and Retention Priority information.
AtsssCapability Containes Capability to support procedures related to Access Traffic Steering, Switching, Splitting.
AuthorizedDefaultQos Represents the Authorized Default QoS.
BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth.
CalledIdentityChange struct for CalledIdentityChange.
CellGlobalId Contains a Cell Global Identification as defined in 3GPP TS 23.003, clause 4.3.1.
ChargingCharacteristicsSelectionMode struct for ChargingCharacteristicsSelectionMode.
ChargingdataChargingDataRefUpdatePost400Response - struct for ChargingdataChargingDataRefUpdatePost400Response.
ChargingdataPost400Response - struct for ChargingdataPost400Response.
ChargingDataRequest struct for ChargingDataRequest.
ChargingDataResponse struct for ChargingDataResponse.
ChargingNotifyRequest struct for ChargingNotifyRequest.
ChargingNotifyResponse struct for ChargingNotifyResponse.
ClassIdentifier struct for ClassIdentifier.
Configuration stores the configuration of the API client.
CoreNetworkType It contains the Core Network type 5GC or EPC.
CoverageInfo struct for CoverageInfo.
DeliveryReportRequested struct for DeliveryReportRequested.
DirectDiscoveryModel struct for DirectDiscoveryModel.
DnnSelectionMode struct for DnnSelectionMode.
EarlyMediaDescription struct for EarlyMediaDescription.
EASDeploymentChargingInformation struct for EASDeploymentChargingInformation.
EASRequirements struct for EASRequirements.
Ecgi Contains the ECGI (E-UTRAN Cell Global Identity), as described in 3GPP 23.003.
EdgeInfrastructureUsageChargingInformation struct for EdgeInfrastructureUsageChargingInformation.
EutraLocation Contains the E-UTRA user location.
FailureHandling struct for FailureHandling.
FinalUnitAction struct for FinalUnitAction.
FinalUnitIndication struct for FinalUnitIndication.
GenericOpenAPIError Provides access to the body, error and model on returned errors.
GeographicalCoordinates struct for GeographicalCoordinates.
GeoLoc struct for GeoLoc.
GeraLocation - Exactly one of cgi, sai or lai shall be present.
GlobalRanNodeId - One of the six attributes n3IwfId, gNbIdm, ngeNbId, wagfId, tngfId, eNbId shall be present.
GNbId Provides the G-NB identifier.
GrantedUnit struct for GrantedUnit.
HfcNodeId REpresents the HFC Node Identifer received over NGAP.
IMSAddress struct for IMSAddress.
IMSChargingInformation struct for IMSChargingInformation.
IMSNodeFunctionality struct for IMSNodeFunctionality.
IMSSessionPriority struct for IMSSessionPriority.
InterfaceType struct for InterfaceType.
InterOperatorIdentifier struct for InterOperatorIdentifier.
InvalidParam It contains an invalid parameter and a related description.
InvocationResult struct for InvocationResult.
IpAddr - Contains an IP adresse.
Ipv6Addr String identifying an IPv6 address formatted according to clause 4 of RFC5952.
Ipv6Prefix String identifying an IPv6 address prefix formatted according to clause 4 of RFC 5952.
ISUPCause struct for ISUPCause.
LineType Possible values are: - DSL: Identifies a DSL line - PON: Identifies a PON line.
LocationAreaId Contains a Location area identification as defined in 3GPP TS 23.003, clause 4.1.
LocationInfo Represents UE location information.
LocationReportingChargingInformation struct for LocationReportingChargingInformation.
ManagementOperation struct for ManagementOperation.
ManagementOperationStatus struct for ManagementOperationStatus.
MaPduIndication Contains the MA PDU session indication, i.e., MA PDU Request or MA PDU Network-Upgrade Allowed.
MAPDUSessionInformation struct for MAPDUSessionInformation.
MatchingDirection Possible values are: - ASCENDING: Threshold is crossed in ascending direction.
MediaInitiatorFlag struct for MediaInitiatorFlag.
MessageBody struct for MessageBody.
MessageClass struct for MessageClass.
MICOModeIndication struct for MICOModeIndication.
MMAddContentInfo struct for MMAddContentInfo.
MMContentType struct for MMContentType.
MMOriginatorInfo struct for MMOriginatorInfo.
MMRecipientInfo struct for MMRecipientInfo.
MMSChargingInformation struct for MMSChargingInformation.
MMTelChargingInformation struct for MMTelChargingInformation.
Model3GPPPSDataOffStatus struct for Model3GPPPSDataOffStatus.
Model5GLANTypeService struct for Model5GLANTypeService.
MultipleQFIcontainer struct for MultipleQFIcontainer.
MultipleUnitInformation struct for MultipleUnitInformation.
MultipleUnitUsage struct for MultipleUnitUsage.
N2ConnectionChargingInformation struct for N2ConnectionChargingInformation.
N3gaLocation Contains the Non-3GPP access user location.
Ncgi Contains the NCGI (NR Cell Global Identity), as described in 3GPP 23.003.
NEFChargingInformation struct for NEFChargingInformation.
NetworkAreaInfo Describes a network area information in which the NF service consumer requests the number of UEs.
NetworkSlicingInfo struct for NetworkSlicingInfo.
NFIdentification struct for NFIdentification.
NFType NF types known to NRF.
NgApCause Represents the NGAP cause.
NNIInformation struct for NNIInformation.
NNIRelationshipMode struct for NNIRelationshipMode.
NNISessionDirection struct for NNISessionDirection.
NNIType struct for NNIType.
NodeFunctionality struct for NodeFunctionality.
NotificationType struct for NotificationType.
NrLocation Contains the NR user location.
NsiLoadLevelInfo Represents the network slice and optionally the associated network slice instance and the load level information.
NSMChargingInformation struct for NSMChargingInformation.
NSPAChargingInformation struct for NSPAChargingInformation.
NSPAContainerInformation struct for NSPAContainerInformation.
NSSAIMap struct for NSSAIMap.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NumberAverage Represents average and variance information.
OneTimeEventType struct for OneTimeEventType.
OriginatorInfo struct for OriginatorInfo.
OriginatorPartyType struct for OriginatorPartyType.
PartialRecordMethod struct for PartialRecordMethod.
ParticipantActionType struct for ParticipantActionType.
PC5ContainerInformation struct for PC5ContainerInformation.
PC5DataContainer struct for PC5DataContainer.
PDUAddress struct for PDUAddress.
PDUContainerInformation struct for PDUContainerInformation.
PDUSessionChargingInformation struct for PDUSessionChargingInformation.
PDUSessionInformation struct for PDUSessionInformation.
PduSessionType PduSessionType indicates the type of a PDU session.
PFIContainerInformation struct for PFIContainerInformation.
PlayToParty struct for PlayToParty.
PlmnId When PlmnId needs to be converted to string (e.g.
PlmnId1 struct for PlmnId1.
PlmnIdNid Contains the serving core network operator PLMN ID and, for an SNPN, the NID that together with the PLMN ID identifies the SNPN.
PreemptionCapability The enumeration PreemptionCapability indicates the pre-emption capability of a request on other QoS flows.
PreemptionVulnerability The enumeration PreemptionVulnerability indicates the pre-emption vulnerability of the QoS flow to pre-emption from other QoS flows.
PresenceInfo If the additionalPraId IE is present, this IE shall state the presence information of the UE for the individual PRA identified by the additionalPraId IE; If the additionalPraId IE is not present, this IE shall state the presence information of the UE for the PRA identified by the praId IE.
PresenceState Possible values are: -IN_AREA: Indicates that the UE is inside or enters the presence reporting area.
ProblemDetails Provides additional information in an error response.
ProseChargingInformation struct for ProseChargingInformation.
ProseEventType struct for ProseEventType.
ProseFunctionality struct for ProseFunctionality.
PSCellInformation struct for PSCellInformation.
QFIContainerInformation struct for QFIContainerInformation.
QosCharacteristics Contains QoS characteristics for a non-standardized or a non-configured 5QI.
QosData Contains the QoS parameters.
QosFlowsUsageReport struct for QosFlowsUsageReport.
QosMonitoringReport Contains reporting information on QoS monitoring.
QosResourceType The enumeration QosResourceType indicates whether a QoS Flow is non-GBR, delay critical GBR, or non-delay critical GBR (see clauses 5.7.3.4 and 5.7.3.5 of 3GPP TS 23.501).
QuotaConsumptionIndicator struct for QuotaConsumptionIndicator.
QuotaManagementIndicator struct for QuotaManagementIndicator.
RadioParameterSetInfo struct for RadioParameterSetInfo.
RadioResourcesId struct for RadioResourcesId.
RangeClass struct for RangeClass.
RanNasRelCause Contains the RAN/NAS release cause.
RANSecondaryRATUsageReport struct for RANSecondaryRATUsageReport.
RatFreqInformation Represents the RAT type and/or Frequency information.
RatType Indicates the radio access used.
ReauthorizationDetails struct for ReauthorizationDetails.
RecipientAddress struct for RecipientAddress.
RecipientInfo struct for RecipientInfo.
RedirectAddressType struct for RedirectAddressType.
RedirectResponse The response shall include a Location header field containing a different URI (pointing to a different URI of an other service instance), or the same URI if a request is redirected to the same target resource via a different SCP.
RedirectServer struct for RedirectServer.
RedundantTransmissionType struct for RedundantTransmissionType.
RegistrationChargingInformation struct for RegistrationChargingInformation.
RegistrationMessageType struct for RegistrationMessageType.
ReplyPathRequested struct for ReplyPathRequested.
RequestedUnit struct for RequestedUnit.
ResourceUsage The current usage of the virtual resources assigned to the NF instances belonging to a particular network slice instance.
RestrictionType It contains the restriction type ALLOWED_AREAS or NOT_ALLOWED_AREAS.
ResultCode struct for ResultCode.
RoamerInOut struct for RoamerInOut.
RoamingChargingProfile struct for RoamingChargingProfile.
RoamingQBCInformation struct for RoamingQBCInformation.
RoleOfIMSNode struct for RoleOfIMSNode.
RoleOfUE struct for RoleOfUE.
RoutingAreaId Contains a Routing Area Identification as defined in 3GPP TS 23.003, clause 4.2.
SDPMediaComponent struct for SDPMediaComponent.
SDPTimeStamps struct for SDPTimeStamps.
SDPType struct for SDPType.
ServerCapabilities struct for ServerCapabilities.
ServerConfiguration stores the information about a server.
ServerVariable stores the information about a server variable.
ServiceAreaId Contains a Service Area Identifier as defined in 3GPP TS 23.003, clause 12.5.
ServiceAreaRestriction Provides information about allowed or not allowed areas.
ServiceExperienceInfo Represents service experience information.
ServiceExperienceType Possible values are: - VOICE: Indicates that the service experience analytics is for voice service.
ServiceProfileChargingInformation struct for ServiceProfileChargingInformation.
ServingLocation struct for ServingLocation.
ServingNetworkFunctionID struct for ServingNetworkFunctionID.
ServingNodeAddress struct for ServingNodeAddress.
SessionFailover struct for SessionFailover.
SIPEventType struct for SIPEventType.
SMAddressDomain struct for SMAddressDomain.
SMAddresseeType struct for SMAddresseeType.
SMAddressInfo struct for SMAddressInfo.
SMAddressType struct for SMAddressType.
SMInterface struct for SMInterface.
SMMessageType struct for SMMessageType.
SMPriority struct for SMPriority.
SMSChargingInformation struct for SMSChargingInformation.
SMServiceType struct for SMServiceType.
SmsIndication struct for SmsIndication.
Snssai When Snssai needs to be converted to string (e.g.
SoftwareImageInfo struct for SoftwareImageInfo.
SscMode represents the service and session continuity mode It shall comply with the provisions defined in table 5.4.3.6-1.
SteeringFunctionality Possible values are - MPTCP: Indicates that PCF authorizes the MPTCP functionality to support traffic steering, switching and splitting.
SteeringMode Contains the steering mode value and parameters determined by the PCF.
SteerModeIndicator Contains Autonomous load-balance indicator or UE-assistance indicator.
SteerModeValue Indicates the steering mode value determined by the PCF.
SubscribedDefaultQos Provides the subsribed 5QI and the ARP, it may contain the priority level.
SupplementaryService struct for SupplementaryService.
SupplementaryServiceMode struct for SupplementaryServiceMode.
SupplementaryServiceType struct for SupplementaryServiceType.
SvcExperience Contains a mean opinion score with the customized range.
TADIdentifier struct for TADIdentifier.
Tai Contains the tracking area identity as described in 3GPP 23.003.
Tai1 struct for Tai1.
ThresholdLevel Represents a threshold level.
ThresholdValue Indicates the threshold value(s) for RTT and/or Packet Loss Rate.
Throughput struct for Throughput.
TimeWindow Represents a time window identified by a start time and a stop time.
TnapId Contain the TNAP Identifier see clause5.6.2 of 3GPP TS 23.501.
TopologicalServiceArea struct for TopologicalServiceArea.
TrafficForwardingWay struct for TrafficForwardingWay.
TransmitterInfo struct for TransmitterInfo.
TransportProtocol Possible values are: - UDP: User Datagram Protocol.
Trigger struct for Trigger.
TriggerCategory struct for TriggerCategory.
TriggerType struct for TriggerType.
TrunkGroupID struct for TrunkGroupID.
TwapId Contain the TWAP Identifier as defined in clause 4.2.8.5.3 of 3GPP TS 23.501 or the WLAN location information as defined in clause 4.5.7.2.8 of 3GPP TS 23.402.
UETransferType struct for UETransferType.
UpfInformation Represents the ID/address/FQDN of the UPF.
UsedUnitContainer struct for UsedUnitContainer.
UserInformation struct for UserInformation.
UserLocation At least one of eutraLocation, nrLocation and n3gaLocation shall be present.
UtraLocation - Exactly one of cgi, sai or lai shall be present.
VariablePart struct for VariablePart.
VariablePartType struct for VariablePartType.
VirtualResource struct for VirtualResource.

# Interfaces

No description provided by the author

# Type aliases

AccessType Indicates whether the access is via 3GPP or via non-3GPP.
DefaultApiService DefaultApi service.
NullValue JSON's null value.
ServerConfigurations stores multiple ServerConfiguration items.