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

# README

Go API client for openapi_Subscription_Data

Unified Data Repository Service (subscription data).
The API version is defined in 3GPP TS 29.504.
© 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: -
  • 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/net/context

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

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

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_Subscription_Data.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_Subscription_Data.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_Subscription_Data.ContextOperationServerIndices, map[string]int{
	"{classname}Service.{nickname}": 2,
})
ctx = context.WithValue(context.Background(), openapi_Subscription_Data.ContextOperationServerVariables, map[string]map[string]string{
	"{classname}Service.{nickname}": {
		"port": "8443",
	},
})

Documentation for API Endpoints

All URIs are relative to http://localhost

ClassMethodHTTP requestDescription
AMF3GPPAccessRegistrationDocumentApiAmfContext3gppPatch /subscription-data/{ueId}/context-data/amf-3gpp-accessTo modify the AMF context data of a UE using 3gpp access in the UDR
AMF3GPPAccessRegistrationDocumentApiCreateAmfContext3gppPut /subscription-data/{ueId}/context-data/amf-3gpp-accessTo store the AMF context data of a UE using 3gpp access in the UDR
AMF3GPPAccessRegistrationDocumentApiQueryAmfContext3gppGet /subscription-data/{ueId}/context-data/amf-3gpp-accessRetrieves the AMF context data of a UE using 3gpp access
AMFGroupSubscriptionInfoDocumentApiCreateAmfGroupSubscriptionsPut /subscription-data/group-data/{ueGroupId}/ee-subscriptions/{subsId}/amf-subscriptionsCreate AmfSubscriptions for a group of UEs or any UE
AMFNon3GPPAccessRegistrationDocumentApiAmfContextNon3gppPatch /subscription-data/{ueId}/context-data/amf-non-3gpp-accessTo modify the AMF context data of a UE using non 3gpp access in the UDR
AMFNon3GPPAccessRegistrationDocumentApiCreateAmfContextNon3gppPut /subscription-data/{ueId}/context-data/amf-non-3gpp-accessTo store the AMF context data of a UE using non-3gpp access in the UDR
AMFNon3GPPAccessRegistrationDocumentApiQueryAmfContextNon3gppGet /subscription-data/{ueId}/context-data/amf-non-3gpp-accessRetrieves the AMF context data of a UE using non-3gpp access
AMFSubscriptionInfoDocumentApiCreateAMFSubscriptionsPut /subscription-data/{ueId}/context-data/ee-subscriptions/{subsId}/amf-subscriptionsCreate AmfSubscriptions for an individual ee subscriptions of a UE
AccessAndMobilitySubscriptionDataDocumentApiQueryAmDataGet /subscription-data/{ueId}/{servingPlmnId}/provisioned-data/am-dataRetrieves the access and mobility subscription data of a UE
AmfSubscriptionInfoDocumentApiModifyAmfGroupSubscriptionsPatch /subscription-data/group-data/{ueGroupId}/ee-subscriptions/{subsId}/amf-subscriptionsmodify the AMF Subscription Info
AmfSubscriptionInfoDocumentApiModifyAmfSubscriptionInfoPatch /subscription-data/{ueId}/context-data/ee-subscriptions/{subsId}/amf-subscriptionsmodify the AMF Subscription Info
AuthEventDocumentApiDeleteAuthenticationStatusDelete /subscription-data/{ueId}/authentication-data/authentication-statusTo remove the Authentication Status of a UE
AuthEventDocumentApiQueryAuthenticationStatusGet /subscription-data/{ueId}/authentication-data/authentication-statusRetrieves the Authentication Status of a UE
AuthenticationDataDocumentApiQueryAuthSubsDataGet /subscription-data/{ueId}/authentication-data/authentication-subscriptionRetrieves the authentication subscription data of a UE
AuthenticationSoRDocumentApiCreateAuthenticationSoRPut /subscription-data/{ueId}/ue-update-confirmation-data/sor-dataTo store the SoR acknowledgement information of a UE and ME support of SOR CMCI
AuthenticationSoRDocumentApiQueryAuthSoRGet /subscription-data/{ueId}/ue-update-confirmation-data/sor-dataRetrieves the SoR acknowledgement information of a UE and ME support of SOR CMCI
AuthenticationSoRDocumentApiUpdateAuthenticationSoRPatch /subscription-data/{ueId}/ue-update-confirmation-data/sor-dataUpdates the ME support of SOR CMCI information of a UE
AuthenticationStatusDocumentApiCreateAuthenticationStatusPut /subscription-data/{ueId}/authentication-data/authentication-statusTo store the Authentication Status data of a UE
AuthenticationSubscriptionDocumentApiModifyAuthenticationSubscriptionPatch /subscription-data/{ueId}/authentication-data/authentication-subscriptionmodify the authentication subscription data of a UE
AuthenticationUPUDocumentApiCreateAuthenticationUPUPut /subscription-data/{ueId}/ue-update-confirmation-data/upu-dataTo store the UPU acknowledgement information of a UE
AuthenticationUPUDocumentApiQueryAuthUPUGet /subscription-data/{ueId}/ue-update-confirmation-data/upu-dataRetrieves the UPU acknowledgement information of a UE
CAGACKDocumentApiQueryCagAckGet /subscription-data/{ueId}/ue-update-confirmation-data/subscribed-cagRetrieves the CAG acknowledgement information of a UE
CAGUpdateAckDocumentApiCreateCagUpdateAckPut /subscription-data/{ueId}/ue-update-confirmation-data/subscribed-cagTo store the CAG update acknowledgement information of a UE
Class5GVNGroupsInternalDocumentApiQuery5GVnGroupInternalGet /subscription-data/group-data/5g-vn-groups/internalRetrieves the data of 5G VN Group
Class5GVNGroupsStoreApiQuery5GVnGroupGet /subscription-data/group-data/5g-vn-groupsRetrieves the data of a 5G VN Group
Class5GVnGroupConfigurationDocumentApiCreate5GVnGroupPut /subscription-data/group-data/5g-vn-groups/{externalGroupId}Create an individual 5G VN Grouop
Class5MBSSubscriptionDataDocumentApiQuery5mbsDataGet /subscription-data/{ueId}/5mbs-dataRetrieves the 5mbs subscription data of a UE
ContextDataDocumentApiQueryContextDataGet /subscription-data/{ueId}/context-dataRetrieve multiple context data sets of a UE
Delete5GVnGroupApiDelete5GVnGroupDelete /subscription-data/group-data/5g-vn-groups/{externalGroupId}Deletes the 5GVnGroup
EnhancedCoverageRestrictionDataApiQueryCoverageRestrictionDataGet /subscription-data/{ueId}/coverage-restriction-dataRetrieves the subscribed enhanced Coverage Restriction Data of a UE
EventAMFSubscriptionInfoDocumentApiRemoveAmfGroupSubscriptionsDelete /subscription-data/group-data/{ueGroupId}/ee-subscriptions/{subsId}/amf-subscriptionsDeletes AMF Subscription Info for an eeSubscription for a group of UEs or any UE
EventAMFSubscriptionInfoDocumentApiRemoveAmfSubscriptionsInfoDelete /subscription-data/{ueId}/context-data/ee-subscriptions/{subsId}/amf-subscriptionsDeletes AMF Subscription Info for an eeSubscription
EventExposureDataDocumentApiQueryEEDataGet /subscription-data/{ueId}/ee-profile-dataRetrieves the ee profile data of a UE
EventExposureDataForAGroupDocumentApiQueryGroupEEDataGet /subscription-data/group-data/{ueGroupId}/ee-profile-dataRetrieves the ee profile data profile data of a group or anyUE
EventExposureGroupSubscriptionDocumentApiModifyEeGroupSubscriptionPatch /subscription-data/group-data/{ueGroupId}/ee-subscriptions/{subsId}Modify an individual ee subscription for a group of a UEs
EventExposureGroupSubscriptionDocumentApiQueryEeGroupSubscriptionGet /subscription-data/group-data/{ueGroupId}/ee-subscriptions/{subsId}Retrieve a individual eeSubscription for a group of UEs or any UE
EventExposureGroupSubscriptionDocumentApiRemoveEeGroupSubscriptionsDelete /subscription-data/group-data/{ueGroupId}/ee-subscriptions/{subsId}Deletes a eeSubscription for a group of UEs or any UE
EventExposureGroupSubscriptionDocumentApiUpdateEeGroupSubscriptionsPut /subscription-data/group-data/{ueGroupId}/ee-subscriptions/{subsId}Update an individual ee subscription of a group of UEs or any UE
EventExposureGroupSubscriptionsCollectionApiCreateEeGroupSubscriptionsPost /subscription-data/group-data/{ueGroupId}/ee-subscriptionsCreate individual EE subscription for a group of UEs or any UE
EventExposureGroupSubscriptionsCollectionApiQueryEeGroupSubscriptionsGet /subscription-data/group-data/{ueGroupId}/ee-subscriptionsRetrieves the ee subscriptions of a group of UEs or any UE
EventExposureSubscriptionDocumentApiModifyEesubscriptionPatch /subscription-data/{ueId}/context-data/ee-subscriptions/{subsId}Modify an individual ee subscription of a UE
EventExposureSubscriptionDocumentApiQueryeeSubscriptionGet /subscription-data/{ueId}/context-data/ee-subscriptions/{subsId}Retrieve a eeSubscription
EventExposureSubscriptionDocumentApiRemoveeeSubscriptionsDelete /subscription-data/{ueId}/context-data/ee-subscriptions/{subsId}Deletes a eeSubscription
EventExposureSubscriptionDocumentApiUpdateEesubscriptionsPut /subscription-data/{ueId}/context-data/ee-subscriptions/{subsId}Update an individual ee subscriptions of a UE
EventExposureSubscriptionsCollectionApiCreateEeSubscriptionsPost /subscription-data/{ueId}/context-data/ee-subscriptionsCreate individual EE subscription
EventExposureSubscriptionsCollectionApiQueryeesubscriptionsGet /subscription-data/{ueId}/context-data/ee-subscriptionsRetrieves the ee subscriptions of a UE
GroupIdentifiersApiGetGroupIdentifiersGet /subscription-data/group-data/group-identifiersMapping of Group Identifiers
HSSEventGroupSubscriptionInfoDocumentApiCreateHssGroupSubscriptionsPut /subscription-data/group-data/{ueGroupId}/ee-subscriptions/{subsId}/hss-subscriptionsCreate HSS Subscription Info for a group of UEs
HSSEventSubscriptionInfoDocumentApiCreateHSSSubscriptionsPut /subscription-data/{ueId}/context-data/ee-subscriptions/{subsId}/hss-subscriptionsCreate HSS Subscription Info
HSSEventSubscriptionInfoDocumentApiGetHssGroupSubscriptionsGet /subscription-data/group-data/{ueGroupId}/ee-subscriptions/{subsId}/hss-subscriptionsRetrieve HSS Subscription Info
HSSEventSubscriptionInfoDocumentApiGetHssSubscriptionInfoGet /subscription-data/{ueId}/context-data/ee-subscriptions/{subsId}/hss-subscriptionsRetrieve HSS Subscription Info
HSSEventSubscriptionInfoDocumentApiModifyHssGroupSubscriptionsPatch /subscription-data/group-data/{ueGroupId}/ee-subscriptions/{subsId}/hss-subscriptionsModify HSS Subscription Info
HSSEventSubscriptionInfoDocumentApiModifyHssSubscriptionInfoPatch /subscription-data/{ueId}/context-data/ee-subscriptions/{subsId}/hss-subscriptionsModify HSS Subscription Info
HSSEventSubscriptionInfoDocumentApiRemoveHssGroupSubscriptionsDelete /subscription-data/group-data/{ueGroupId}/ee-subscriptions/{subsId}/hss-subscriptionsDelete HSS Subscription Info
HSSEventSubscriptionInfoDocumentApiRemoveHssSubscriptionsInfoDelete /subscription-data/{ueId}/context-data/ee-subscriptions/{subsId}/hss-subscriptionsDelete HSS Subscription Info
HSSSDMSubscriptionInfoDocumentApiCreateHSSSDMSubscriptionsPut /subscription-data/{ueId}/context-data/sdm-subscriptions/{subsId}/hss-sdm-subscriptionsCreate HSS SDM Subscription Info
HSSSDMSubscriptionInfoDocumentApiGetHssSDMSubscriptionInfoGet /subscription-data/{ueId}/context-data/sdm-subscriptions/{subsId}/hss-sdm-subscriptionsRetrieve HSS SDM Subscription Info
HSSSDMSubscriptionInfoDocumentApiModifyHssSDMSubscriptionInfoPatch /subscription-data/{ueId}/context-data/sdm-subscriptions/{subsId}/hss-sdm-subscriptionsModify HSS SDM Subscription Info
HSSSDMSubscriptionInfoDocumentApiRemoveHssSDMSubscriptionsInfoDelete /subscription-data/{ueId}/context-data/sdm-subscriptions/{subsId}/hss-sdm-subscriptionsDelete HSS SDM Subscription Info
IPSMGWRegistrationDocumentApiCreateIpSmGwContextPut /subscription-data/{ueId}/context-data/ip-sm-gwCreate the IP-SM-GW context data of a UE
IPSMGWRegistrationDocumentApiDeleteIpSmGwContextDelete /subscription-data/{ueId}/context-data/ip-sm-gwTo remove the IP-SM-GW context data of a UE
IPSMGWRegistrationDocumentApiModifyIpSmGwContextPatch /subscription-data/{ueId}/context-data/ip-sm-gwModify the IP-SM-GW context data of a UE
IPSMGWRegistrationDocumentApiQueryIpSmGwContextGet /subscription-data/{ueId}/context-data/ip-sm-gwRetrieves the IP-SM-GW context data of a UE
IndividualAuthEventDocumentApiDeleteIndividualAuthenticationStatusDelete /subscription-data/{ueId}/authentication-data/authentication-status/{servingNetworkName}To remove the Individual Authentication Status of a UE
IndividualAuthEventDocumentApiQueryIndividualAuthenticationStatusGet /subscription-data/{ueId}/authentication-data/authentication-status/{servingNetworkName}Retrieves the Individual Authentication Status of a UE
IndividualAuthenticationStatusDocumentApiCreateIndividualAuthenticationStatusPut /subscription-data/{ueId}/authentication-data/authentication-status/{servingNetworkName}To store the individual Authentication Status data of a UE
LCSBroadcastAssistanceSubscriptionDataApiQueryLcsBcaDataGet /subscription-data/{ueId}/{servingPlmnId}/provisioned-data/lcs-bca-dataRetrieves the LCS Broadcast Assistance subscription data of a UE
LCSMobileOriginatedSubscriptionDataApiQueryLcsMoDataGet /subscription-data/{ueId}/lcs-mo-dataRetrieves the LCS Mobile Originated subscription data of a UE
LCSPrivacySubscriptionDataApiQueryLcsPrivacyDataGet /subscription-data/{ueId}/lcs-privacy-dataRetrieves the LCS Privacy subscription data of a UE
MessageWaitingDataDocumentApiCreateMessageWaitingDataPut /subscription-data/{ueId}/context-data/mwdCreate the Message Waiting Data of the UE
MessageWaitingDataDocumentApiDeleteMessageWaitingDataDelete /subscription-data/{ueId}/context-data/mwdTo remove the Message Waiting Data of the UE
MessageWaitingDataDocumentApiModifyMessageWaitingDataPatch /subscription-data/{ueId}/context-data/mwdModify the Message Waiting Data of the UE
MessageWaitingDataDocumentApiQueryMessageWaitingDataGet /subscription-data/{ueId}/context-data/mwdRetrieves the Message Waiting Data of the UE
Modify5GVnGroupApiModify5GVnGroupPatch /subscription-data/group-data/5g-vn-groups/{externalGroupId}modify the 5GVnGroup
NIDDAuthorizationInfoDocumentApiCreateNIDDAuthorizationInfoPut /subscription-data/{ueId}/context-data/nidd-authorizationsCreate NIDD Authorization Info
NIDDAuthorizationInfoDocumentApiGetNiddAuthorizationInfoGet /subscription-data/{ueId}/context-data/nidd-authorizationsRetrieve NIDD Authorization Info
NIDDAuthorizationInfoDocumentApiModifyNiddAuthorizationInfoPatch /subscription-data/{ueId}/context-data/nidd-authorizationsModify NIDD Authorization Info
NIDDAuthorizationInfoDocumentApiRemoveNiddAuthorizationInfoDelete /subscription-data/{ueId}/context-data/nidd-authorizationsDelete NIDD Authorization Info
NSSAIACKDocumentApiQueryNssaiAckGet /subscription-data/{ueId}/ue-update-confirmation-data/subscribed-snssaisRetrieves the UPU acknowledgement information of a UE
NSSAIUpdateAckDocumentApiCreateOrUpdateNssaiAckPut /subscription-data/{ueId}/ue-update-confirmation-data/subscribed-snssaisTo store the NSSAI update acknowledgement information of a UE
OperatorSpecificDataContainerDocumentApiCreateOperSpecDataPut /subscription-data/{ueId}/operator-specific-dataTo create an operator-specific data resource of a UE
OperatorSpecificDataContainerDocumentApiDeleteOperSpecDataDelete /subscription-data/{ueId}/operator-specific-dataTo remove an operator-specific data resource of a UE
OperatorSpecificDataContainerDocumentApiModifyOperSpecDataPatch /subscription-data/{ueId}/operator-specific-dataTo modify operator specific data of a UE
OperatorSpecificDataContainerDocumentApiQueryOperSpecDataGet /subscription-data/{ueId}/operator-specific-dataRetrieves the operator specific data of a UE
ParameterProvisionDocumentApiGetppDataGet /subscription-data/{ueId}/pp-dataRead the profile of a given UE
ParameterProvisionProfileDataDocumentApiQueryPPDataGet /subscription-data/{ueId}/pp-profile-dataRetrieves the parameter provision profile data of a UE
ParameterProvisionProfileDataFor5GVNGroupDocumentApiQuery5GVNGroupPPDataGet /subscription-data/group-data/5g-vn-groups/pp-profile-dataRetrieves the parameter provision profile data for 5G VN Group
ProSeServiceSubscriptionDataApiQueryPorseDataGet /subscription-data/{ueId}/prose-dataRetrieves the subscribed ProSe service Data of a UE
ProvisionedDataDocumentApiQueryProvisionedDataGet /subscription-data/{ueId}/{servingPlmnId}/provisioned-dataRetrieve multiple provisioned data sets of a UE
ProvisionedParameterDataDocumentApiModifyPpDataPatch /subscription-data/{ueId}/pp-datamodify the provisioned parameter data
ProvisionedParameterDataEntriesCollectionApiGetMultiplePPDataEntriesGet /subscription-data/{ueId}/pp-data-storeget a list of Parameter Provisioning Data Entries
ProvisionedParameterDataEntryDocumentApiCreatePPDataEntryPut /subscription-data/{ueId}/pp-data-store/{afInstanceId}create a Provisioning Parameter Data Entry
ProvisionedParameterDataEntryDocumentApiDeletePPDataEntryDelete /subscription-data/{ueId}/pp-data-store/{afInstanceId}Delete a Provisioning Parameter Data Entry
ProvisionedParameterDataEntryDocumentApiGetPPDataEntryGet /subscription-data/{ueId}/pp-data-store/{afInstanceId}get a Parameter Provisioning Data Entry
Query5GVnGroupConfigurationDocumentApiGet5GVnGroupConfigurationGet /subscription-data/group-data/5g-vn-groups/{externalGroupId}Retrieve a 5GVnGroup configuration
QueryAMFSubscriptionInfoDocumentApiGetAmfGroupSubscriptionsGet /subscription-data/group-data/{ueGroupId}/ee-subscriptions/{subsId}/amf-subscriptionsRetrieve AMF subscription Info for a group of UEs or any UE
QueryAMFSubscriptionInfoDocumentApiGetAmfSubscriptionInfoGet /subscription-data/{ueId}/context-data/ee-subscriptions/{subsId}/amf-subscriptionsRetrieve AMF subscription Info
QueryIdentityDataBySUPIOrGPSIDocumentApiGetIdentityDataGet /subscription-data/{ueId}/identity-dataRetrieve identity data by SUPI or GPSI
QueryNIDDAuthorizationDataGPSIOrExternalGroupIdentifierDocumentApiGetNiddAuDataGet /subscription-data/{ueId}/nidd-authorization-dataRetrieve NIDD Authorization Data GPSI or External Group identifier
QueryODBDataBySUPIOrGPSIDocumentApiGetOdbDataGet /subscription-data/{ueId}/operator-determined-barring-dataRetrieve ODB Data data by SUPI or GPSI
QueryServiceSpecificAuthorizationDataDocumentApiGetSSAuDataGet /subscription-data/{ueId}/service-specific-authorization-data/{serviceType}Retrieve ServiceSpecific Authorization Data
RetrievalOfIndividualSharedDataApiGetIndividualSharedDataGet /subscription-data/shared-data/{sharedDataId}retrieve individual shared data
RetrievalOfSharedDataApiGetSharedDataGet /subscription-data/shared-dataretrieve shared data
RetrieveTheRoamingInformationOfThe5GCEPCDomainsDocumentApiQueryPeiInformationGet /subscription-data/{ueId}/context-data/pei-infoRetrieves the PEI Information of the 5GC/EPC domains
RetrieveTheRoamingInformationOfTheEPCDomainDocumentApiQueryRoamingInformationGet /subscription-data/{ueId}/context-data/roaming-informationRetrieves the Roaming Information of the EPC domain
SDMSubscriptionDocumentApiModifysdmSubscriptionPatch /subscription-data/{ueId}/context-data/sdm-subscriptions/{subsId}Modify an individual sdm subscription
SDMSubscriptionDocumentApiQuerysdmSubscriptionGet /subscription-data/{ueId}/context-data/sdm-subscriptions/{subsId}Retrieves a individual sdmSubscription identified by subsId
SDMSubscriptionDocumentApiRemovesdmSubscriptionsDelete /subscription-data/{ueId}/context-data/sdm-subscriptions/{subsId}Deletes a sdmsubscriptions
SDMSubscriptionDocumentApiUpdatesdmsubscriptionsPut /subscription-data/{ueId}/context-data/sdm-subscriptions/{subsId}Update an individual sdm subscriptions of a UE
SDMSubscriptionsCollectionApiCreateSdmSubscriptionsPost /subscription-data/{ueId}/context-data/sdm-subscriptionsCreate individual sdm subscription
SDMSubscriptionsCollectionApiQuerysdmsubscriptionsGet /subscription-data/{ueId}/context-data/sdm-subscriptionsRetrieves the sdm subscriptions of a UE
SMFEventGroupSubscriptionInfoDocumentApiCreateSmfGroupSubscriptionsPut /subscription-data/group-data/{ueGroupId}/ee-subscriptions/{subsId}/smf-subscriptionsCreate SMF Subscription Info for a group of UEs or any YE
SMFEventSubscriptionInfoDocumentApiCreateSMFSubscriptionsPut /subscription-data/{ueId}/context-data/ee-subscriptions/{subsId}/smf-subscriptionsCreate SMF Subscription Info
SMFEventSubscriptionInfoDocumentApiGetSmfGroupSubscriptionsGet /subscription-data/group-data/{ueGroupId}/ee-subscriptions/{subsId}/smf-subscriptionsRetrieve SMF Subscription Info for a group of UEs or any UE
SMFEventSubscriptionInfoDocumentApiGetSmfSubscriptionInfoGet /subscription-data/{ueId}/context-data/ee-subscriptions/{subsId}/smf-subscriptionsRetrieve SMF Subscription Info
SMFEventSubscriptionInfoDocumentApiModifySmfGroupSubscriptionsPatch /subscription-data/group-data/{ueGroupId}/ee-subscriptions/{subsId}/smf-subscriptionsModify SMF Subscription Info for a group of UEs or any UE
SMFEventSubscriptionInfoDocumentApiModifySmfSubscriptionInfoPatch /subscription-data/{ueId}/context-data/ee-subscriptions/{subsId}/smf-subscriptionsModify SMF Subscription Info
SMFEventSubscriptionInfoDocumentApiRemoveSmfGroupSubscriptionsDelete /subscription-data/group-data/{ueGroupId}/ee-subscriptions/{subsId}/smf-subscriptionsDelete SMF Subscription Info for a group of UEs or any UE
SMFEventSubscriptionInfoDocumentApiRemoveSmfSubscriptionsInfoDelete /subscription-data/{ueId}/context-data/ee-subscriptions/{subsId}/smf-subscriptionsDelete SMF Subscription Info
SMFRegistrationDocumentApiCreateOrUpdateSmfRegistrationPut /subscription-data/{ueId}/context-data/smf-registrations/{pduSessionId}To create an individual SMF context data of a UE in the UDR
SMFRegistrationDocumentApiDeleteSmfRegistrationDelete /subscription-data/{ueId}/context-data/smf-registrations/{pduSessionId}To remove an individual SMF context data of a UE the UDR
SMFRegistrationDocumentApiQuerySmfRegistrationGet /subscription-data/{ueId}/context-data/smf-registrations/{pduSessionId}Retrieves the individual SMF registration of a UE
SMFRegistrationDocumentApiUpdateSmfContextPatch /subscription-data/{ueId}/context-data/smf-registrations/{pduSessionId}To modify the SMF context data of a UE in the UDR
SMFRegistrationsCollectionApiQuerySmfRegListGet /subscription-data/{ueId}/context-data/smf-registrationsRetrieves the SMF registration list of a UE
SMFSelectionSubscriptionDataDocumentApiQuerySmfSelectDataGet /subscription-data/{ueId}/{servingPlmnId}/provisioned-data/smf-selection-subscription-dataRetrieves the SMF selection subscription data of a UE
SMSF3GPPRegistrationDocumentApiCreateSmsfContext3gppPut /subscription-data/{ueId}/context-data/smsf-3gpp-accessCreate the SMSF context data of a UE via 3GPP access
SMSF3GPPRegistrationDocumentApiDeleteSmsfContext3gppDelete /subscription-data/{ueId}/context-data/smsf-3gpp-accessTo remove the SMSF context data of a UE via 3GPP access
SMSF3GPPRegistrationDocumentApiQuerySmsfContext3gppGet /subscription-data/{ueId}/context-data/smsf-3gpp-accessRetrieves the SMSF context data of a UE using 3gpp access
SMSFNon3GPPRegistrationDocumentApiCreateSmsfContextNon3gppPut /subscription-data/{ueId}/context-data/smsf-non-3gpp-accessCreate the SMSF context data of a UE via non-3GPP access
SMSFNon3GPPRegistrationDocumentApiDeleteSmsfContextNon3gppDelete /subscription-data/{ueId}/context-data/smsf-non-3gpp-accessTo remove the SMSF context data of a UE via non-3GPP access
SMSFNon3GPPRegistrationDocumentApiQuerySmsfContextNon3gppGet /subscription-data/{ueId}/context-data/smsf-non-3gpp-accessRetrieves the SMSF context data of a UE using non-3gpp access
SMSManagementSubscriptionDataDocumentApiQuerySmsMngDataGet /subscription-data/{ueId}/{servingPlmnId}/provisioned-data/sms-mng-dataRetrieves the SMS management subscription data of a UE
SMSSubscriptionDataDocumentApiQuerySmsDataGet /subscription-data/{ueId}/{servingPlmnId}/provisioned-data/sms-dataRetrieves the SMS subscription data of a UE
ServiceSpecificAuthorizationInfoDocumentApiCreateServiceSpecificAuthorizationInfoPut /subscription-data/{ueId}/context-data/service-specific-authorizations/{serviceType}Create Service Specific Authorization Info
ServiceSpecificAuthorizationInfoDocumentApiGetServiceSpecificAuthorizationInfoGet /subscription-data/{ueId}/context-data/service-specific-authorizations/{serviceType}Retrieve Service Specific Authorization Info
ServiceSpecificAuthorizationInfoDocumentApiModifyServiceSpecificAuthorizationInfoPatch /subscription-data/{ueId}/context-data/service-specific-authorizations/{serviceType}Modify Service Specific Authorization Info
ServiceSpecificAuthorizationInfoDocumentApiRemoveServiceSpecificAuthorizationInfoDelete /subscription-data/{ueId}/context-data/service-specific-authorizations/{serviceType}Delete Service Specific Authorization Info
SessionManagementSubscriptionDataApiQuerySmDataGet /subscription-data/{ueId}/{servingPlmnId}/provisioned-data/sm-dataRetrieves the Session Management subscription data of a UE
SubsToNotifyCollectionApiQuerySubsToNotifyGet /subscription-data/subs-to-notifyRetrieves the list of subscriptions
SubsToNotifyCollectionApiRemoveMultipleSubscriptionDataSubscriptionsDelete /subscription-data/subs-to-notifyDeletes subscriptions identified by a given ue-id parameter
SubsToNotifyCollectionApiSubscriptionDataSubscriptionsPost /subscription-data/subs-to-notifySubscription data subscriptions
SubsToNotifyDocumentApiModifysubscriptionDataSubscriptionPatch /subscription-data/subs-to-notify/{subsId}Modify an individual subscriptionDataSubscription
SubsToNotifyDocumentApiQuerySubscriptionDataSubscriptionsGet /subscription-data/subs-to-notify/{subsId}Retrieves a individual subscriptionDataSubscription identified by subsId
SubsToNotifyDocumentApiRemovesubscriptionDataSubscriptionsDelete /subscription-data/subs-to-notify/{subsId}Deletes a subscriptionDataSubscriptions
TraceDataDocumentApiQueryTraceDataGet /subscription-data/{ueId}/{servingPlmnId}/provisioned-data/trace-dataRetrieves the trace configuration data of a UE
UESubscribedDataDocumentApiQueryUeSubscribedDataGet /subscription-data/{ueId}Retrieve multiple subscribed data sets of a UE
UEsLocationInformationDocumentApiQueryUeLocationGet /subscription-data/{ueId}/context-data/locationRetrieves the UE's Location Information
UpdateThePEIInformationOfThe5GCEPCDomainsDocumentApiCreateOrUpdatePeiInformationPut /subscription-data/{ueId}/context-data/pei-infoUpdate the PEI Information of the 5GC/EPC domains
UpdateTheRoamingInformationOfTheEPCDomainDocumentApiUpdateRoamingInformationPut /subscription-data/{ueId}/context-data/roaming-informationUpdate the Roaming Information of the EPC domain
UserConsentDataApiQueryUserConsentDataGet /subscription-data/{ueId}/uc-dataRetrieves the subscribed User Consent Data of a UE
V2XSubscriptionDataApiQueryV2xDataGet /subscription-data/{ueId}/v2x-dataRetrieves the subscribed V2X Data of a UE

Documentation For Models

Documentation For Authorization

Endpoints do not require authorization.

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

ArrayAsOperatorSpecificDataContainerValue is a convenience function that returns Array wrapped in OperatorSpecificDataContainerValue.
[]SessionManagementSubscriptionDataAsSmSubsData is a convenience function that returns []SessionManagementSubscriptionData wrapped in SmSubsData.
[]SharedDataAsImmediateReport is a convenience function that returns []SharedData wrapped in ImmediateReport.
[]SharedDataAsImmediateReport1 is a convenience function that returns []SharedData wrapped in ImmediateReport1.
[]SteeringInfoAsSteeringContainer is a convenience function that returns []SteeringInfo wrapped in SteeringContainer.
boolAsOperatorSpecificDataContainerValue is a convenience function that returns bool wrapped in OperatorSpecificDataContainerValue.
CacheExpires helper function to determine remaining time before repeating a request.
ExtendedSmSubsDataAsSmSubsData is a convenience function that returns ExtendedSmSubsData wrapped in SmSubsData.
float32AsOperatorSpecificDataContainerValue is a convenience function that returns float32 wrapped in OperatorSpecificDataContainerValue.
int32AsOperatorSpecificDataContainerValue is a convenience function that returns int32 wrapped in OperatorSpecificDataContainerValue.
interface{}AsArea is a convenience function that returns interface{} wrapped in Area.
interface{}AsEmergencyInfo is a convenience function that returns interface{} wrapped in EmergencyInfo.
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{}AsIpAddress is a convenience function that returns interface{} wrapped in IpAddress.
IsNil checks if an input is nil.
map[string]interface{}AsOperatorSpecificDataContainerValue is a convenience function that returns map[string]interface{} wrapped in OperatorSpecificDataContainerValue.
NewAccessAndMobilitySubscriptionData instantiates a new AccessAndMobilitySubscriptionData 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.
NewAccessAndMobilitySubscriptionDataWithDefaults instantiates a new AccessAndMobilitySubscriptionData 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.
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.
NewAcsInfo instantiates a new AcsInfo 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.
NewAcsInfoWithDefaults instantiates a new AcsInfo 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.
NewAdditionalEeSubsInfo instantiates a new AdditionalEeSubsInfo 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.
NewAdditionalEeSubsInfoWithDefaults instantiates a new AdditionalEeSubsInfo 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.
NewAdditionalSnssaiData instantiates a new AdditionalSnssaiData 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.
NewAdditionalSnssaiDataWithDefaults instantiates a new AdditionalSnssaiData 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.
NewAerialUeSubscriptionInfo instantiates a new AerialUeSubscriptionInfo 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.
NewAerialUeSubscriptionInfoWithDefaults instantiates a new AerialUeSubscriptionInfo 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.
NewAfExternal instantiates a new AfExternal 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.
NewAfExternalWithDefaults instantiates a new AfExternal 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.
NewAllowedMtcProviderInfo instantiates a new AllowedMtcProviderInfo 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.
NewAllowedMtcProviderInfoWithDefaults instantiates a new AllowedMtcProviderInfo 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.
NewAmf3GppAccessRegistration instantiates a new Amf3GppAccessRegistration 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.
NewAmf3GppAccessRegistrationWithDefaults instantiates a new Amf3GppAccessRegistration 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.
NewAmfInfo instantiates a new AmfInfo 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.
NewAmfInfoWithDefaults instantiates a new AmfInfo 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.
NewAmfNon3GppAccessRegistration instantiates a new AmfNon3GppAccessRegistration 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.
NewAmfNon3GppAccessRegistrationWithDefaults instantiates a new AmfNon3GppAccessRegistration 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.
NewAmfSubscriptionInfo instantiates a new AmfSubscriptionInfo 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.
NewAmfSubscriptionInfoWithDefaults instantiates a new AmfSubscriptionInfo 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.
NewAppDescriptor instantiates a new AppDescriptor 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.
NewAppDescriptorWithDefaults instantiates a new AppDescriptor 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.
NewAppPortId instantiates a new AppPortId 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.
NewAppPortIdWithDefaults instantiates a new AppPortId 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.
NewAreaScope instantiates a new AreaScope 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.
NewAreaScopeWithDefaults instantiates a new AreaScope 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.
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.
NewAuthenticationSubscription instantiates a new AuthenticationSubscription 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.
NewAuthenticationSubscriptionWithDefaults instantiates a new AuthenticationSubscription 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.
NewAuthEvent instantiates a new AuthEvent 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.
NewAuthEventWithDefaults instantiates a new AuthEvent 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.
NewAuthorizationData instantiates a new AuthorizationData 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.
NewAuthorizationDataWithDefaults instantiates a new AuthorizationData 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.
NewAuthorizationInfo instantiates a new AuthorizationInfo 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.
NewAuthorizationInfoWithDefaults instantiates a new AuthorizationInfo 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.
NewBackupAmfInfo instantiates a new BackupAmfInfo 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.
NewBackupAmfInfoWithDefaults instantiates a new BackupAmfInfo 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.
NewBatteryIndication instantiates a new BatteryIndication 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.
NewBatteryIndicationWithDefaults instantiates a new BatteryIndication 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.
NewCagAckData instantiates a new CagAckData 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.
NewCagAckDataWithDefaults instantiates a new CagAckData 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.
NewCagData instantiates a new CagData 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.
NewCagDataWithDefaults instantiates a new CagData 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.
NewCagInfo instantiates a new CagInfo 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.
NewCagInfoWithDefaults instantiates a new CagInfo 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.
NewChangeItem instantiates a new ChangeItem 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.
NewChangeItemWithDefaults instantiates a new ChangeItem 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.
NewCivicAddress instantiates a new CivicAddress 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.
NewCivicAddressWithDefaults instantiates a new CivicAddress 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.
NewCommunicationCharacteristics instantiates a new CommunicationCharacteristics 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.
NewCommunicationCharacteristicsAF instantiates a new CommunicationCharacteristicsAF 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.
NewCommunicationCharacteristicsAFWithDefaults instantiates a new CommunicationCharacteristicsAF 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.
NewCommunicationCharacteristicsWithDefaults instantiates a new CommunicationCharacteristics 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.
NewContextDataSets instantiates a new ContextDataSets 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.
NewContextDataSetsWithDefaults instantiates a new ContextDataSets 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.
NewContextInfo instantiates a new ContextInfo 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.
NewContextInfoWithDefaults instantiates a new ContextInfo 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.
NewDataChangeNotify instantiates a new DataChangeNotify 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.
NewDataChangeNotifyWithDefaults instantiates a new DataChangeNotify 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.
NewDatalinkReportingConfiguration instantiates a new DatalinkReportingConfiguration 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.
NewDatalinkReportingConfigurationWithDefaults instantiates a new DatalinkReportingConfiguration 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.
NewDddTrafficDescriptor instantiates a new DddTrafficDescriptor 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.
NewDddTrafficDescriptorWithDefaults instantiates a new DddTrafficDescriptor 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.
NewDefaultUnrelatedClass instantiates a new DefaultUnrelatedClass 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.
NewDefaultUnrelatedClassWithDefaults instantiates a new DefaultUnrelatedClass 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.
NewDnnConfiguration instantiates a new DnnConfiguration 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.
NewDnnConfigurationWithDefaults instantiates a new DnnConfiguration 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.
NewDnnInfo instantiates a new DnnInfo 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.
NewDnnInfoWithDefaults instantiates a new DnnInfo 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.
NewEcRestriction instantiates a new EcRestriction 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.
NewEcRestrictionWithDefaults instantiates a new EcRestriction 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.
NewEcsAddrConfigInfo instantiates a new EcsAddrConfigInfo 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.
NewEcsAddrConfigInfoWithDefaults instantiates a new EcsAddrConfigInfo 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.
NewEcsServerAddr instantiates a new EcsServerAddr 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.
NewEcsServerAddrWithDefaults instantiates a new EcsServerAddr 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.
NewEdrxParameters instantiates a new EdrxParameters 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.
NewEdrxParametersWithDefaults instantiates a new EdrxParameters 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.
NewEeGroupProfileData instantiates a new EeGroupProfileData 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.
NewEeGroupProfileDataWithDefaults instantiates a new EeGroupProfileData 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.
NewEeProfileData instantiates a new EeProfileData 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.
NewEeProfileDataWithDefaults instantiates a new EeProfileData 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.
NewEeSubscription instantiates a new EeSubscription 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.
NewEeSubscriptionExt instantiates a new EeSubscriptionExt 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.
NewEeSubscriptionExtWithDefaults instantiates a new EeSubscriptionExt 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.
NewEeSubscriptionWithDefaults instantiates a new EeSubscription 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.
NewEllipsoidArc instantiates a new EllipsoidArc 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.
NewEllipsoidArcAllOf instantiates a new EllipsoidArcAllOf 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.
NewEllipsoidArcAllOfWithDefaults instantiates a new EllipsoidArcAllOf 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.
NewEllipsoidArcWithDefaults instantiates a new EllipsoidArc 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.
NewEnhancedCoverageRestrictionData instantiates a new EnhancedCoverageRestrictionData 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.
NewEnhancedCoverageRestrictionDataWithDefaults instantiates a new EnhancedCoverageRestrictionData 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.
NewEpsInterworkingInfo instantiates a new EpsInterworkingInfo 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.
NewEpsInterworkingInfoWithDefaults instantiates a new EpsInterworkingInfo 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.
NewEpsIwkPgw instantiates a new EpsIwkPgw 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.
NewEpsIwkPgwWithDefaults instantiates a new EpsIwkPgw 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.
NewExpectedUeBehaviour instantiates a new ExpectedUeBehaviour 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.
NewExpectedUeBehaviourData instantiates a new ExpectedUeBehaviourData 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.
NewExpectedUeBehaviourDataWithDefaults instantiates a new ExpectedUeBehaviourData 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.
NewExpectedUeBehaviourWithDefaults instantiates a new ExpectedUeBehaviour 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.
NewExtendedSmSubsData instantiates a new ExtendedSmSubsData 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.
NewExtendedSmSubsDataWithDefaults instantiates a new ExtendedSmSubsData 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.
NewExternalUnrelatedClass instantiates a new ExternalUnrelatedClass 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.
NewExternalUnrelatedClassWithDefaults instantiates a new ExternalUnrelatedClass 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.
NewFrameRouteInfo instantiates a new FrameRouteInfo 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.
NewFrameRouteInfoWithDefaults instantiates a new FrameRouteInfo 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.
NewGADShape instantiates a new GADShape 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.
NewGADShapeWithDefaults instantiates a new GADShape 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.
NewGeoServiceArea instantiates a new GeoServiceArea 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.
NewGeoServiceAreaWithDefaults instantiates a new GeoServiceArea 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.
NewGroupIdentifiers instantiates a new GroupIdentifiers 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.
NewGroupIdentifiersWithDefaults instantiates a new GroupIdentifiers 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.
NewGuami instantiates a new Guami 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.
NewGuamiWithDefaults instantiates a new Guami 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.
NewHssSubscriptionInfo instantiates a new HssSubscriptionInfo 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.
NewHssSubscriptionInfoWithDefaults instantiates a new HssSubscriptionInfo 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.
NewHssSubscriptionItem instantiates a new HssSubscriptionItem 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.
NewHssSubscriptionItemWithDefaults instantiates a new HssSubscriptionItem 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.
NewIdentityData instantiates a new IdentityData 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.
NewIdentityDataWithDefaults instantiates a new IdentityData 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.
NewInterFreqTargetInfo instantiates a new InterFreqTargetInfo 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.
NewInterFreqTargetInfoWithDefaults instantiates a new InterFreqTargetInfo 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.
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.
NewLcsBroadcastAssistanceTypesData instantiates a new LcsBroadcastAssistanceTypesData 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.
NewLcsBroadcastAssistanceTypesDataWithDefaults instantiates a new LcsBroadcastAssistanceTypesData 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.
NewLcsClientExternal instantiates a new LcsClientExternal 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.
NewLcsClientExternalWithDefaults instantiates a new LcsClientExternal 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.
NewLcsClientGroupExternal instantiates a new LcsClientGroupExternal 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.
NewLcsClientGroupExternalWithDefaults instantiates a new LcsClientGroupExternal 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.
NewLcsMoData instantiates a new LcsMoData 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.
NewLcsMoDataWithDefaults instantiates a new LcsMoData 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.
NewLcsPrivacy instantiates a new LcsPrivacy 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.
NewLcsPrivacyData instantiates a new LcsPrivacyData 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.
NewLcsPrivacyDataWithDefaults instantiates a new LcsPrivacyData 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.
NewLcsPrivacyWithDefaults instantiates a new LcsPrivacy 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.
NewLocal2dPointUncertaintyEllipse instantiates a new Local2dPointUncertaintyEllipse 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.
NewLocal2dPointUncertaintyEllipseAllOf instantiates a new Local2dPointUncertaintyEllipseAllOf 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.
NewLocal2dPointUncertaintyEllipseAllOfWithDefaults instantiates a new Local2dPointUncertaintyEllipseAllOf 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.
NewLocal2dPointUncertaintyEllipseWithDefaults instantiates a new Local2dPointUncertaintyEllipse 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.
NewLocal3dPointUncertaintyEllipsoid instantiates a new Local3dPointUncertaintyEllipsoid 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.
NewLocal3dPointUncertaintyEllipsoidAllOf instantiates a new Local3dPointUncertaintyEllipsoidAllOf 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.
NewLocal3dPointUncertaintyEllipsoidAllOfWithDefaults instantiates a new Local3dPointUncertaintyEllipsoidAllOf 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.
NewLocal3dPointUncertaintyEllipsoidWithDefaults instantiates a new Local3dPointUncertaintyEllipsoid 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.
NewLocalOrigin instantiates a new LocalOrigin 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.
NewLocalOriginWithDefaults instantiates a new LocalOrigin 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.
NewLocationArea instantiates a new LocationArea 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.
NewLocationAreaWithDefaults instantiates a new LocationArea 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.
NewLocationReportingConfiguration instantiates a new LocationReportingConfiguration 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.
NewLocationReportingConfigurationWithDefaults instantiates a new LocationReportingConfiguration 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.
NewLossConnectivityCfg instantiates a new LossConnectivityCfg 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.
NewLossConnectivityCfgWithDefaults instantiates a new LossConnectivityCfg 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.
NewLpi instantiates a new Lpi 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.
NewLpiWithDefaults instantiates a new Lpi 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.
NewLteV2xAuth instantiates a new LteV2xAuth 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.
NewLteV2xAuthWithDefaults instantiates a new LteV2xAuth 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.
NewMbsfnArea instantiates a new MbsfnArea 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.
NewMbsfnAreaWithDefaults instantiates a new MbsfnArea 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.
NewMbsSubscriptionData instantiates a new MbsSubscriptionData 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.
NewMbsSubscriptionDataWithDefaults instantiates a new MbsSubscriptionData 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.
NewMdtConfiguration instantiates a new MdtConfiguration 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.
NewMdtConfigurationWithDefaults instantiates a new MdtConfiguration 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.
NewMessageWaitingData instantiates a new MessageWaitingData 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.
NewMessageWaitingDataWithDefaults instantiates a new MessageWaitingData 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.
NewModel5GVnGroupConfiguration instantiates a new Model5GVnGroupConfiguration 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.
NewModel5GVnGroupConfigurationWithDefaults instantiates a new Model5GVnGroupConfiguration 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.
NewModel5GVnGroupData instantiates a new Model5GVnGroupData 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.
NewModel5GVnGroupDataWithDefaults instantiates a new Model5GVnGroupData 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.
NewModel5MbsAuthorizationInfo instantiates a new Model5MbsAuthorizationInfo 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.
NewModel5MbsAuthorizationInfoWithDefaults instantiates a new Model5MbsAuthorizationInfo 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.
NewMonitoringConfiguration instantiates a new MonitoringConfiguration 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.
NewMonitoringConfigurationWithDefaults instantiates a new MonitoringConfiguration 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.
NewMtcProvider instantiates a new MtcProvider 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.
NewMtcProviderWithDefaults instantiates a new MtcProvider 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.
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.
NewNetworkNodeDiameterAddress instantiates a new NetworkNodeDiameterAddress 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.
NewNetworkNodeDiameterAddressWithDefaults instantiates a new NetworkNodeDiameterAddress 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.
NewNfIdentifier instantiates a new NfIdentifier 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.
NewNfIdentifierWithDefaults instantiates a new NfIdentifier 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.
NewNiddAuthorizationInfo instantiates a new NiddAuthorizationInfo 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.
NewNiddAuthorizationInfoWithDefaults instantiates a new NiddAuthorizationInfo 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.
NewNiddInformation instantiates a new NiddInformation 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.
NewNiddInformationWithDefaults instantiates a new NiddInformation 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.
NewNotifyItem instantiates a new NotifyItem 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.
NewNotifyItemWithDefaults instantiates a new NotifyItem 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.
NewNrV2xAuth instantiates a new NrV2xAuth 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.
NewNrV2xAuthWithDefaults instantiates a new NrV2xAuth 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.
NewNssai instantiates a new Nssai 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.
NewNssaiAckData instantiates a new NssaiAckData 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.
NewNssaiAckDataWithDefaults instantiates a new NssaiAckData 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.
NewNssaiWithDefaults instantiates a new Nssai 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
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
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.
NewOdbData instantiates a new OdbData 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.
NewOdbDataWithDefaults instantiates a new OdbData 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.
NewOperatorSpecificDataContainer instantiates a new OperatorSpecificDataContainer 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.
NewOperatorSpecificDataContainerWithDefaults instantiates a new OperatorSpecificDataContainer 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.
NewPatchItem instantiates a new PatchItem 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.
NewPatchItemWithDefaults instantiates a new PatchItem 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.
NewPatchResult instantiates a new PatchResult 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.
NewPatchResultWithDefaults instantiates a new PatchResult 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.
NewPcfSelectionAssistanceInfo instantiates a new PcfSelectionAssistanceInfo 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.
NewPcfSelectionAssistanceInfoWithDefaults instantiates a new PcfSelectionAssistanceInfo 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.
NewPduSession instantiates a new PduSession 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.
NewPduSessionStatusCfg instantiates a new PduSessionStatusCfg 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.
NewPduSessionStatusCfgWithDefaults instantiates a new PduSessionStatusCfg 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.
NewPduSessionTypes instantiates a new PduSessionTypes 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.
NewPduSessionTypesWithDefaults instantiates a new PduSessionTypes 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.
NewPduSessionWithDefaults instantiates a new PduSession 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.
NewPeiUpdateInfo instantiates a new PeiUpdateInfo 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.
NewPeiUpdateInfoWithDefaults instantiates a new PeiUpdateInfo 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.
NewPgwInfo instantiates a new PgwInfo 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.
NewPgwInfoWithDefaults instantiates a new PgwInfo 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.
NewPlmnEcInfo instantiates a new PlmnEcInfo 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.
NewPlmnEcInfoWithDefaults instantiates a new PlmnEcInfo 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.
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.
NewPlmnOperatorClass instantiates a new PlmnOperatorClass 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.
NewPlmnOperatorClassWithDefaults instantiates a new PlmnOperatorClass 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.
NewPlmnRestriction instantiates a new PlmnRestriction 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.
NewPlmnRestrictionWithDefaults instantiates a new PlmnRestriction 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.
NewPoint instantiates a new Point 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.
NewPointAllOf instantiates a new PointAllOf 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.
NewPointAllOfWithDefaults instantiates a new PointAllOf 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.
NewPointAltitude instantiates a new PointAltitude 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.
NewPointAltitudeAllOf instantiates a new PointAltitudeAllOf 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.
NewPointAltitudeAllOfWithDefaults instantiates a new PointAltitudeAllOf 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.
NewPointAltitudeUncertainty instantiates a new PointAltitudeUncertainty 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.
NewPointAltitudeUncertaintyAllOf instantiates a new PointAltitudeUncertaintyAllOf 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.
NewPointAltitudeUncertaintyAllOfWithDefaults instantiates a new PointAltitudeUncertaintyAllOf 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.
NewPointAltitudeUncertaintyWithDefaults instantiates a new PointAltitudeUncertainty 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.
NewPointAltitudeWithDefaults instantiates a new PointAltitude 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.
NewPointUncertaintyCircle instantiates a new PointUncertaintyCircle 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.
NewPointUncertaintyCircleAllOf instantiates a new PointUncertaintyCircleAllOf 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.
NewPointUncertaintyCircleAllOfWithDefaults instantiates a new PointUncertaintyCircleAllOf 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.
NewPointUncertaintyCircleWithDefaults instantiates a new PointUncertaintyCircle 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.
NewPointUncertaintyEllipse instantiates a new PointUncertaintyEllipse 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.
NewPointUncertaintyEllipseAllOf instantiates a new PointUncertaintyEllipseAllOf 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.
NewPointUncertaintyEllipseAllOfWithDefaults instantiates a new PointUncertaintyEllipseAllOf 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.
NewPointUncertaintyEllipseWithDefaults instantiates a new PointUncertaintyEllipse 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.
NewPointWithDefaults instantiates a new Point 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.
NewPolygon instantiates a new Polygon 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.
NewPolygonAllOf instantiates a new PolygonAllOf 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.
NewPolygonAllOfWithDefaults instantiates a new PolygonAllOf 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.
NewPolygonWithDefaults instantiates a new Polygon 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.
NewPp5gVnGroupProfileData instantiates a new Pp5gVnGroupProfileData 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.
NewPp5gVnGroupProfileDataWithDefaults instantiates a new Pp5gVnGroupProfileData 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.
NewPpActiveTime instantiates a new PpActiveTime 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.
NewPpActiveTimeWithDefaults instantiates a new PpActiveTime 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.
NewPpData instantiates a new PpData 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.
NewPpDataEntry instantiates a new PpDataEntry 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.
NewPpDataEntryList instantiates a new PpDataEntryList 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.
NewPpDataEntryListWithDefaults instantiates a new PpDataEntryList 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.
NewPpDataEntryWithDefaults instantiates a new PpDataEntry 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.
NewPpDataWithDefaults instantiates a new PpData 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.
NewPpDlPacketCountExt instantiates a new PpDlPacketCountExt 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.
NewPpDlPacketCountExtWithDefaults instantiates a new PpDlPacketCountExt 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.
NewPpMaximumLatency instantiates a new PpMaximumLatency 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.
NewPpMaximumLatencyWithDefaults instantiates a new PpMaximumLatency 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.
NewPpMaximumResponseTime instantiates a new PpMaximumResponseTime 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.
NewPpMaximumResponseTimeWithDefaults instantiates a new PpMaximumResponseTime 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.
NewPpProfileData instantiates a new PpProfileData 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.
NewPpProfileDataWithDefaults instantiates a new PpProfileData 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.
NewPpSubsRegTimer instantiates a new PpSubsRegTimer 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.
NewPpSubsRegTimerWithDefaults instantiates a new PpSubsRegTimer 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.
NewProSeAllowedPlmn instantiates a new ProSeAllowedPlmn 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.
NewProSeAllowedPlmnWithDefaults instantiates a new ProSeAllowedPlmn 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.
NewProseServiceAuth instantiates a new ProseServiceAuth 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.
NewProseServiceAuthWithDefaults instantiates a new ProseServiceAuth 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.
NewProseSubscriptionData instantiates a new ProseSubscriptionData 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.
NewProseSubscriptionDataWithDefaults instantiates a new ProseSubscriptionData 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.
NewProvisionedDataSets instantiates a new ProvisionedDataSets 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.
NewProvisionedDataSetsWithDefaults instantiates a new ProvisionedDataSets 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.
NewPtwParameters instantiates a new PtwParameters 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.
NewPtwParametersWithDefaults instantiates a new PtwParameters 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.
NewReachabilityForDataConfiguration instantiates a new ReachabilityForDataConfiguration 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.
NewReachabilityForDataConfigurationWithDefaults instantiates a new ReachabilityForDataConfiguration 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.
NewRegistrationLocationInfo instantiates a new RegistrationLocationInfo 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.
NewRegistrationLocationInfoWithDefaults instantiates a new RegistrationLocationInfo 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.
NewRelativeCartesianLocation instantiates a new RelativeCartesianLocation 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.
NewRelativeCartesianLocationWithDefaults instantiates a new RelativeCartesianLocation 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.
NewReportingOptions instantiates a new ReportingOptions 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.
NewReportingOptionsWithDefaults instantiates a new ReportingOptions 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.
NewReportItem instantiates a new ReportItem 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.
NewReportItemWithDefaults instantiates a new ReportItem 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.
NewRoamingInfoUpdate instantiates a new RoamingInfoUpdate 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.
NewRoamingInfoUpdateWithDefaults instantiates a new RoamingInfoUpdate 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.
NewRoamingRestrictions instantiates a new RoamingRestrictions 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.
NewRoamingRestrictionsWithDefaults instantiates a new RoamingRestrictions 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.
NewScheduledCommunicationTime instantiates a new ScheduledCommunicationTime 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.
NewScheduledCommunicationTimeWithDefaults instantiates a new ScheduledCommunicationTime 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.
NewSdmSubscription instantiates a new SdmSubscription 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.
NewSdmSubscriptionWithDefaults instantiates a new SdmSubscription 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.
NewSequenceNumber instantiates a new SequenceNumber 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.
NewSequenceNumberWithDefaults instantiates a new SequenceNumber 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.
NewServiceSpecificAuthorizationInfo instantiates a new ServiceSpecificAuthorizationInfo 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.
NewServiceSpecificAuthorizationInfoWithDefaults instantiates a new ServiceSpecificAuthorizationInfo 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.
NewServiceTypeUnrelatedClass instantiates a new ServiceTypeUnrelatedClass 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.
NewServiceTypeUnrelatedClassWithDefaults instantiates a new ServiceTypeUnrelatedClass 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.
NewSessionManagementSubscriptionData instantiates a new SessionManagementSubscriptionData 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.
NewSessionManagementSubscriptionDataWithDefaults instantiates a new SessionManagementSubscriptionData 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.
NewSharedData instantiates a new SharedData 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.
NewSharedDataWithDefaults instantiates a new SharedData 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.
NewSignFromValue returns a pointer to a valid Sign for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewSliceMbr instantiates a new SliceMbr 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.
NewSliceMbrWithDefaults instantiates a new SliceMbr 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.
NewSmfRegistration instantiates a new SmfRegistration 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.
NewSmfRegistrationWithDefaults instantiates a new SmfRegistration 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.
NewSmfSelectionSubscriptionData instantiates a new SmfSelectionSubscriptionData 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.
NewSmfSelectionSubscriptionDataWithDefaults instantiates a new SmfSelectionSubscriptionData 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.
NewSmfSubscriptionInfo instantiates a new SmfSubscriptionInfo 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.
NewSmfSubscriptionInfoWithDefaults instantiates a new SmfSubscriptionInfo 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.
NewSmfSubscriptionItem instantiates a new SmfSubscriptionItem 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.
NewSmfSubscriptionItemWithDefaults instantiates a new SmfSubscriptionItem 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.
NewSmsfInfo instantiates a new SmsfInfo 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.
NewSmsfInfoWithDefaults instantiates a new SmsfInfo 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.
NewSmsfRegistration instantiates a new SmsfRegistration 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.
NewSmsfRegistrationWithDefaults instantiates a new SmsfRegistration 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.
NewSmsManagementSubscriptionData instantiates a new SmsManagementSubscriptionData 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.
NewSmsManagementSubscriptionDataWithDefaults instantiates a new SmsManagementSubscriptionData 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.
NewSmsSubscriptionData instantiates a new SmsSubscriptionData 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.
NewSmsSubscriptionDataWithDefaults instantiates a new SmsSubscriptionData 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.
NewSnssaiInfo instantiates a new SnssaiInfo 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.
NewSnssaiInfoWithDefaults instantiates a new SnssaiInfo 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.
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.
NewSorData instantiates a new SorData 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.
NewSorDataWithDefaults instantiates a new SorData 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.
NewSorInfo instantiates a new SorInfo 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.
NewSorInfoWithDefaults instantiates a new SorInfo 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.
NewSpatialValidityCond instantiates a new SpatialValidityCond 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.
NewSpatialValidityCondWithDefaults instantiates a new SpatialValidityCond 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.
NewSscModes instantiates a new SscModes 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.
NewSscModesWithDefaults instantiates a new SscModes 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.
NewSsm instantiates a new Ssm 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.
NewSsmWithDefaults instantiates a new Ssm 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.
NewSteeringInfo instantiates a new SteeringInfo 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.
NewSteeringInfoWithDefaults instantiates a new SteeringInfo 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.
NewSubscriptionDataSets instantiates a new SubscriptionDataSets 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.
NewSubscriptionDataSetsWithDefaults instantiates a new SubscriptionDataSets 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.
NewSubscriptionDataSubscriptions instantiates a new SubscriptionDataSubscriptions 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.
NewSubscriptionDataSubscriptionsWithDefaults instantiates a new SubscriptionDataSubscriptions 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.
NewSuggestedPacketNumDl instantiates a new SuggestedPacketNumDl 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.
NewSuggestedPacketNumDlWithDefaults instantiates a new SuggestedPacketNumDl 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.
NewTacInfo instantiates a new TacInfo 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.
NewTacInfoWithDefaults instantiates a new TacInfo 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.
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.
NewTmgi instantiates a new Tmgi 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.
NewTmgiWithDefaults instantiates a new Tmgi 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.
NewTraceData instantiates a new TraceData 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.
NewTraceDataWithDefaults instantiates a new TraceData 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.
NewUcSubscriptionData instantiates a new UcSubscriptionData 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.
NewUcSubscriptionDataWithDefaults instantiates a new UcSubscriptionData 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.
NewUeContextInAmfData instantiates a new UeContextInAmfData 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.
NewUeContextInAmfDataWithDefaults instantiates a new UeContextInAmfData 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.
NewUeContextInSmfData instantiates a new UeContextInSmfData 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.
NewUeContextInSmfDataSubFilter instantiates a new UeContextInSmfDataSubFilter 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.
NewUeContextInSmfDataSubFilterWithDefaults instantiates a new UeContextInSmfDataSubFilter 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.
NewUeContextInSmfDataWithDefaults instantiates a new UeContextInSmfData 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.
NewUeContextInSmsfData instantiates a new UeContextInSmsfData 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.
NewUeContextInSmsfDataWithDefaults instantiates a new UeContextInSmsfData 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.
NewUeId instantiates a new UeId 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.
NewUeIdWithDefaults instantiates a new UeId 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.
NewUeSubscribedDataSets instantiates a new UeSubscribedDataSets 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.
NewUeSubscribedDataSetsWithDefaults instantiates a new UeSubscribedDataSets 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.
NewUeUpdateStatusFromValue returns a pointer to a valid UeUpdateStatus for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewUmtTime instantiates a new UmtTime 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.
NewUmtTimeWithDefaults instantiates a new UmtTime 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.
NewUncertaintyEllipse instantiates a new UncertaintyEllipse 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.
NewUncertaintyEllipseWithDefaults instantiates a new UncertaintyEllipse 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.
NewUncertaintyEllipsoid instantiates a new UncertaintyEllipsoid 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.
NewUncertaintyEllipsoidWithDefaults instantiates a new UncertaintyEllipsoid 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.
NewUnrelatedClass instantiates a new UnrelatedClass 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.
NewUnrelatedClassWithDefaults instantiates a new UnrelatedClass 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.
NewUpSecurity instantiates a new UpSecurity 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.
NewUpSecurityWithDefaults instantiates a new UpSecurity 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.
NewUpuData instantiates a new UpuData 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.
NewUpuData1 instantiates a new UpuData1 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.
NewUpuData1WithDefaults instantiates a new UpuData1 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.
NewUpuDataWithDefaults instantiates a new UpuData 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.
NewUpuInfo instantiates a new UpuInfo 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.
NewUpuInfoWithDefaults instantiates a new UpuInfo 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.
NewUserIdentifier instantiates a new UserIdentifier 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.
NewUserIdentifierWithDefaults instantiates a new UserIdentifier 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.
NewV2xSubscriptionData instantiates a new V2xSubscriptionData 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.
NewV2xSubscriptionDataWithDefaults instantiates a new V2xSubscriptionData 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.
NewValidTimePeriod instantiates a new ValidTimePeriod 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.
NewValidTimePeriodWithDefaults instantiates a new ValidTimePeriod 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.
NewVarSnssai instantiates a new VarSnssai 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.
NewVarSnssaiWithDefaults instantiates a new VarSnssai 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.
NewVgmlcAddress instantiates a new VgmlcAddress 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.
NewVgmlcAddressWithDefaults instantiates a new VgmlcAddress 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.
NewVnGroupData instantiates a new VnGroupData 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.
NewVnGroupDataWithDefaults instantiates a new VnGroupData 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.
NewWirelineArea instantiates a new WirelineArea 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.
NewWirelineAreaWithDefaults instantiates a new WirelineArea 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.
NewWirelineServiceAreaRestriction instantiates a new WirelineServiceAreaRestriction 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.
NewWirelineServiceAreaRestrictionWithDefaults instantiates a new WirelineServiceAreaRestriction 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.
PatchResultAsModifysubscriptionDataSubscription200Response is a convenience function that returns PatchResult wrapped in ModifysubscriptionDataSubscription200Response.
ProvisionedDataSetsAsImmediateReport is a convenience function that returns ProvisionedDataSets wrapped in ImmediateReport.
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.
stringAsOperatorSpecificDataContainerValue is a convenience function that returns string wrapped in OperatorSpecificDataContainerValue.
stringAsSteeringContainer is a convenience function that returns string wrapped in SteeringContainer.
SubscriptionDataSetsAsImmediateReport1 is a convenience function that returns SubscriptionDataSets wrapped in ImmediateReport1.
SubscriptionDataSubscriptionsAsModifysubscriptionDataSubscription200Response is a convenience function that returns SubscriptionDataSubscriptions wrapped in ModifysubscriptionDataSubscription200Response.

# Constants

List of UeUpdateStatus.
List of Sign.
List of UeUpdateStatus.
List of AccessType.
List of UeUpdateStatus.
List of NullValue.
List of Sign.
List of UeUpdateStatus.
List of UeUpdateStatus.

# Variables

All allowed values of AccessType enum.
All allowed values of NullValue enum.
All allowed values of Sign enum.
All allowed values of UeUpdateStatus enum.
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

AccessAndMobilitySubscriptionData struct for AccessAndMobilitySubscriptionData.
AccessAndMobilitySubscriptionDataSubscribedDnnListInner struct for AccessAndMobilitySubscriptionDataSubscribedDnnListInner.
AccessTech Represents the access technology.
AccessTokenErr Error returned in the access token response message.
AccessTokenReq Contains information related to the access token request.
AcsInfo The ACS information for the 5G-RG is defined in BBF TR-069 [42] or in BBF TR-369.
AcsInfoRm This data type is defined in the same way as the 'AcsInfo' data type, but with the OpenAPI 'nullable: true' property.
AdditionalEeSubsInfo struct for AdditionalEeSubsInfo.
AdditionalSnssaiData struct for AdditionalSnssaiData.
AerialUeIndication Indicates the Aerial service for the UE is allowed or not allowed, possible values are - AERIAL_UE_ALLOWED: Aerial service for the UE is allowed.
AerialUeSubscriptionInfo Contains the Aerial UE Subscription Information, it at least contains the Aerial UE Indication.
AfExternal struct for AfExternal.
AllowedMtcProviderInfo struct for AllowedMtcProviderInfo.
Ambr Contains the maximum aggregated uplink and downlink bit rates.
AmbrRm This data type is defined in the same way as the 'Ambr' data type, but with the OpenAPI 'nullable: true' property.\".
Amf3GppAccessRegistration struct for Amf3GppAccessRegistration.
AmfInfo struct for AmfInfo.
AmfNon3GppAccessRegistration struct for AmfNon3GppAccessRegistration.
AmfSubscriptionInfo Information the UDR stores and retrieves related to active subscriptions at the AMF(s).
No description provided by the author
No description provided by the author
APIClient manages communication with the Unified Data Repository Service API file for subscription data API v- In most cases there should be only one, shared, APIClient.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
APIKey provides API key based authentication to a request passed via context using ContextAPIKey.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
APIResponse stores the API response returned by the server.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
AppDescriptor struct for AppDescriptor.
AppPortId struct for AppPortId.
Area - Provides area information.
AreaScope Contain the area based on Cells or Tracking Areas.
Arp Contains Allocation and Retention Priority information.
AssociationType struct for AssociationType.
AuthenticationSubscription A UE's authentication data.
AuthEvent struct for AuthEvent.
AuthMethod Contains the Authentication Method.
AuthorizationData NIDD Authorization Information.
AuthorizationInfo Represents NIDD authorization information.
AuthType struct for AuthType.
BackupAmfInfo Provides details of the Backup AMF.
BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth.
BatteryIndication Parameters \"replaceableInd\" and \"rechargeableInd\" are only included if the value of Parameter \"batteryInd\" is true.
BatteryIndicationRm This data type is defined in the same way as the 'BatteryIndication' data type, but with the OpenAPI 'nullable: true' property.
CagAckData Used to store the status of the latest CAG data update.
CagData struct for CagData.
CagInfo struct for CagInfo.
ChangeItem It contains data which need to be changed.
ChangeType Indicates the type of change to be performed.
CivicAddress Indicates a Civic address.
CodeWordInd struct for CodeWordInd.
CollectionPeriodRmmLteMdt The enumeration CollectionPeriodRmmLteMdt defines Collection period for RRM measurements LTE for MDT in the trace.
CollectionPeriodRmmNrMdt The enumeration CollectionPeriodRmmNrMdt defines Collection period for RRM measurements NR for MDT in the trace.
CommunicationCharacteristics struct for CommunicationCharacteristics.
CommunicationCharacteristicsAF struct for CommunicationCharacteristicsAF.
Configuration stores the configuration of the API client.
ContextDataSetName struct for ContextDataSetName.
ContextDataSets Contains the context data sets.
ContextInfo struct for ContextInfo.
CoreNetworkType It contains the Core Network type 5GC or EPC.
DataChangeNotify Container for data which have changed and notification was requested when changed.
DatalinkReportingConfiguration struct for DatalinkReportingConfiguration.
DataSetName The name of data set.
DddTrafficDescriptor Contains a Traffic Descriptor.
DefaultUnrelatedClass struct for DefaultUnrelatedClass.
DlDataDeliveryStatus Possible values are: - BUFFERED: The first downlink data is buffered with extended buffering matching the source of the downlink traffic.
DnnConfiguration struct for DnnConfiguration.
DnnInfo struct for DnnInfo.
Ecgi Contains the ECGI (E-UTRAN Cell Global Identity), as described in 3GPP 23.003.
EcRestriction struct for EcRestriction.
EcRestrictionDataWb struct for EcRestrictionDataWb.
EcsAddrConfigInfo struct for EcsAddrConfigInfo.
EcsServerAddr Contains the Edge Configuration Server Address Configuration Information as defined in clause 5.2.3.6.1 of 3GPP TS 23.502.
EdrxParameters struct for EdrxParameters.
EeGroupProfileData struct for EeGroupProfileData.
EeProfileData Event Exposure Profile Data.
EeSubscription struct for EeSubscription.
EeSubscriptionExt struct for EeSubscriptionExt.
EllipsoidArc Ellipsoid Arc.
EllipsoidArcAllOf struct for EllipsoidArcAllOf.
EmergencyInfo - struct for EmergencyInfo.
EnhancedCoverageRestrictionData struct for EnhancedCoverageRestrictionData.
EpsInterworkingInfo struct for EpsInterworkingInfo.
EpsIwkPgw struct for EpsIwkPgw.
EventForMdt The enumeration EventForMdt defines events triggered measurement for logged MDT in the trace.
EventReportMode struct for EventReportMode.
EventType struct for EventType.
ExpectedUeBehaviour struct for ExpectedUeBehaviour.
ExpectedUeBehaviourData struct for ExpectedUeBehaviourData.
ExtendedSmSubsData Contains identifiers of shared Session Management Subscription Data and optionally individual Session Management Subscription Data.
ExternalUnrelatedClass struct for ExternalUnrelatedClass.
FrameRouteInfo struct for FrameRouteInfo.
GADShape Common base type for GAD shapes.
GenericOpenAPIError Provides access to the body, error and model on returned errors.
GeographicalCoordinates Geographical coordinates.
GeographicArea Geographic area specified by different shape.
GeoServiceArea List of geographic area or list of civic address info.
GetPPDataEntryUeIdParameter struct for GetPPDataEntryUeIdParameter.
GlobalRanNodeId - One of the six attributes n3IwfId, gNbIdm, ngeNbId, wagfId, tngfId, eNbId shall be present.
GNbId Provides the G-NB identifier.
GroupIdentifiers External or Internal Group Identifier with a list of group members.
Guami Globally Unique AMF Identifier constructed out of PLMN, Network and AMF identity.
HssSubscriptionInfo Information related to active subscriptions at the HSS(s).
HssSubscriptionItem Contains info about a single HSS event subscription.
IdentityData Identity data corresponds to the provided ueId.
ImmediateReport - struct for ImmediateReport.
ImmediateReport1 - struct for ImmediateReport1.
ImsVoPs struct for ImsVoPs.
InterFreqTargetInfo Indicates the Inter Frequency Target information.
InvalidParam It contains an invalid parameter and a related description.
IpAddr - Contains an IP adresse.
IpAddress - struct for IpAddress.
IpIndex Represents the IP Index to be sent from UDM to the SMF (its value can be either an integer or a string).
IpSmGwRegistration struct for IpSmGwRegistration.
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.
JobType The enumeration JobType defines Job Type in the trace.
LcsBroadcastAssistanceTypesData struct for LcsBroadcastAssistanceTypesData.
LcsClientClass struct for LcsClientClass.
LcsClientExternal struct for LcsClientExternal.
LcsClientGroupExternal struct for LcsClientGroupExternal.
LcsMoData struct for LcsMoData.
LcsMoServiceClass struct for LcsMoServiceClass.
LcsPrivacy struct for LcsPrivacy.
LcsPrivacyData struct for LcsPrivacyData.
Local2dPointUncertaintyEllipse Local 2D point with uncertainty ellipse.
Local2dPointUncertaintyEllipseAllOf struct for Local2dPointUncertaintyEllipseAllOf.
Local3dPointUncertaintyEllipsoid Local 3D point with uncertainty ellipsoid.
Local3dPointUncertaintyEllipsoidAllOf struct for Local3dPointUncertaintyEllipsoidAllOf.
LocalOrigin Indicates a Local origin in a reference system.
LocationAccuracy struct for LocationAccuracy.
LocationArea struct for LocationArea.
LocationInfo struct for LocationInfo.
LocationPrivacyInd struct for LocationPrivacyInd.
LocationReportingConfiguration struct for LocationReportingConfiguration.
LoggingDurationMdt The enumeration LoggingIntervalMdt defines Logging Interval for MDT in the trace.
LoggingDurationNrMdt The enumeration LoggingDurationMdt defines Logging Duration in NR for MDT in the trace.
LoggingIntervalMdt The enumeration LoggingIntervalMdt defines Logging Interval for MDT in the trace.
LoggingIntervalNrMdt The enumeration LoggingIntervalNrMdt defines Logging Interval in NR for MDT in the trace.
LossConnectivityCfg struct for LossConnectivityCfg.
Lpi struct for Lpi.
LteV2xAuth Contains LTE V2X services authorized information.
MbsfnArea Contains an MBSFN area information.
MbsSessionId MBS Session Identifier.
MbsSubscriptionData Contains the 5MBS Subscription Data.
MdtConfiguration contains contain MDT configuration data.
MdtUserConsent struct for MdtUserConsent.
MeasurementLteForMdt The enumeration MeasurementLteForMdt defines Measurements used for MDT in LTE in the trace.
MeasurementNrForMdt The enumeration MeasurementNrForMdt defines Measurements used for MDT in NR in the trace.
MeasurementPeriodLteMdt The enumeration MeasurementPeriodLteMdt defines Measurement period LTE for MDT in the trace.
MessageWaitingData Message Waiting Data list.
Model5GVnGroupConfiguration struct for Model5GVnGroupConfiguration.
Model5GVnGroupData struct for Model5GVnGroupData.
Model5MbsAuthorizationInfo struct for Model5MbsAuthorizationInfo.
ModifysubscriptionDataSubscription200Response - struct for ModifysubscriptionDataSubscription200Response.
MonitoringConfiguration struct for MonitoringConfiguration.
MtcProvider MTC provider information.
Ncgi Contains the NCGI (NR Cell Global Identity), as described in 3GPP 23.003.
NetworkAreaInfo Describes a network area information in which the NF service consumer requests the number of UEs.
NetworkNodeDiameterAddress struct for NetworkNodeDiameterAddress.
NfIdentifier struct for NfIdentifier.
NFType NF types known to NRF.
NiddAuthorizationInfo Information related to active NIDD Authorizations.
NiddInformation struct for NiddInformation.
NotificationFlag Possible values are: - ACTIVATE: The event notification is activated.
NotifyItem Indicates changes on a resource.
NrV2xAuth Contains NR V2X services authorized information.
Nssai struct for Nssai.
NssaiAckData Used to store the status of the latest NSSAI data update.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
OdbData Contains information regarding operater determined barring.
OdbPacketServices The enumeration OdbPacketServices defines the Barring of Packet Oriented Services.
OdbPacketServicesAnyOf struct for OdbPacketServicesAnyOf.
OperationMode struct for OperationMode.
OperatorSpecificDataContainer Container for operator specific data.
OperatorSpecificDataContainerValue - struct for OperatorSpecificDataContainerValue.
PatchItem it contains information on data to be changed.
PatchOperation Operations as defined in IETF RFC 6902.
PatchResult The execution report result on failed modification.
PcfSelectionAssistanceInfo struct for PcfSelectionAssistanceInfo.
PduSession struct for PduSession.
PduSessionContinuityInd struct for PduSessionContinuityInd.
PduSessionStatusCfg struct for PduSessionStatusCfg.
PduSessionType PduSessionType indicates the type of a PDU session.
PduSessionTypes struct for PduSessionTypes.
PeiUpdateInfo struct for PeiUpdateInfo.
PgwInfo struct for PgwInfo.
PlmnEcInfo struct for PlmnEcInfo.
PlmnId When PlmnId needs to be converted to string (e.g.
PlmnIdNid Contains the serving core network operator PLMN ID and, for an SNPN, the NID that together with the PLMN ID identifies the SNPN.
PlmnOperatorClass struct for PlmnOperatorClass.
PlmnRestriction struct for PlmnRestriction.
Point Ellipsoid Point.
PointAllOf struct for PointAllOf.
PointAltitude Ellipsoid point with altitude.
PointAltitudeAllOf struct for PointAltitudeAllOf.
PointAltitudeUncertainty Ellipsoid point with altitude and uncertainty ellipsoid.
PointAltitudeUncertaintyAllOf struct for PointAltitudeUncertaintyAllOf.
PointUncertaintyCircle Ellipsoid point with uncertainty circle.
PointUncertaintyCircleAllOf struct for PointUncertaintyCircleAllOf.
PointUncertaintyEllipse Ellipsoid point with uncertainty ellipse.
PointUncertaintyEllipseAllOf struct for PointUncertaintyEllipseAllOf.
Polygon Polygon.
PolygonAllOf struct for PolygonAllOf.
PositioningMethodMdt The enumeration LoggingDurationMdt defines Logging Duration for MDT in the trace.
Pp5gVnGroupProfileData struct for Pp5gVnGroupProfileData.
PpActiveTime struct for PpActiveTime.
PpData struct for PpData.
PpDataEntry struct for PpDataEntry.
PpDataEntryList Contains a list of the Provisioned Parameters entries.
PpDataType struct for PpDataType.
PpDlPacketCountExt struct for PpDlPacketCountExt.
PpMaximumLatency struct for PpMaximumLatency.
PpMaximumResponseTime struct for PpMaximumResponseTime.
PpProfileData struct for PpProfileData.
PpSubsRegTimer struct for PpSubsRegTimer.
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.
PrivacyCheckRelatedAction struct for PrivacyCheckRelatedAction.
ProblemDetails Provides additional information in an error response.
ProSeAllowedPlmn Contains the PLMN identities where the Prose services are authorised to use and the authorised Prose services on this given PLMNs.
ProseDirectAllowed Indicates the 5G ProSe Direct services that can be authorised to use in the given PLMN for the UE.
ProseServiceAuth Indicates whether the UE is authorized to use ProSe Direct Discovery, ProSe Direct Communication, or both.
ProseSubscriptionData Contains the ProSe Subscription Data.
ProvisionedDataSets Contains the provisioned data sets.
PtwParameters struct for PtwParameters.
RatType Indicates the radio access used.
ReachabilityForDataConfiguration struct for ReachabilityForDataConfiguration.
ReachabilityForDataReportConfig struct for ReachabilityForDataReportConfig.
ReachabilityForSmsConfiguration struct for ReachabilityForSmsConfiguration.
RegistrationLocationInfo struct for RegistrationLocationInfo.
RegistrationReason struct for RegistrationReason.
RelativeCartesianLocation Relative Cartesian Location.
ReportAmountMdt The enumeration ReportAmountMdt defines Report Amount for MDT in the trace.
ReportingOptions struct for ReportingOptions.
ReportingTrigger The enumeration ReportingTrigger defines Reporting Triggers for MDT in the trace.
ReportIntervalMdt The enumeration ReportIntervalMdt defines Report Interval for MDT in the trace.
ReportIntervalNrMdt The enumeration ReportIntervalNrMdt defines Report Interval in NR for MDT in the trace.
ReportItem indicates performed modivications.
ReportTypeMdt The enumeration ReportTypeMdt defines Report Type for logged MDT in the trace.
RestrictionType It contains the restriction type ALLOWED_AREAS or NOT_ALLOWED_AREAS.
RoamingInfoUpdate Contains the Roaming Information Update.
RoamingOdb The enumeration RoamingOdb defines the Barring of Roaming as.
RoamingRestrictions Indicates if access is allowed to a given serving network, e.g.
ScheduledCommunicationTime Identifies time and day of the week when the UE is available for communication.
ScheduledCommunicationTimeRm This data type is defined in the same way as the 'ScheduledCommunicationTime' data type, but with the OpenAPI 'nullable: true' property.
ScheduledCommunicationType Possible values are: -DOWNLINK_ONLY: Downlink only -UPLINK_ONLY: Uplink only -BIDIRECTIONA: Bi-directional.
ScheduledCommunicationTypeRm This enumeration is defined in the same way as the 'ScheduledCommunicationTypen' enumeration, but with the OpenAPI 'nullable: true' property.\".
SdmSubscription struct for SdmSubscription.
SensorMeasurement The enumeration SensorMeasurement defines sensor measurement type for MDT in the trace.
SequenceNumber Contains the SQN.
ServerConfiguration stores the information about a server.
ServerVariable stores the information about a server variable.
ServiceAreaRestriction Provides information about allowed or not allowed areas.
ServiceName Service names known to NRF.
ServiceSpecificAuthorizationInfo Information related to active Service Specific Authorizations.
ServiceType Possible values are - AF_GUIDANCE_FOR_URSP.
ServiceTypeUnrelatedClass struct for ServiceTypeUnrelatedClass.
SessionManagementSubscriptionData struct for SessionManagementSubscriptionData.
SharedData struct for SharedData.
SharedDataTreatmentInstruction struct for SharedDataTreatmentInstruction.
SliceMbr MBR related to slice.
SliceMbrRm SliceMbr with nullable: true.
SmfRegistration struct for SmfRegistration.
SmfSelectionSubscriptionData struct for SmfSelectionSubscriptionData.
SmfSubscriptionInfo Information related to active subscriptions at the SMF(s).
SmfSubscriptionItem Contains info about a single SMF event subscription.
SmscData Addresses of SM-Service Center entities with SMS wating to be delivered to the UE.
SmsfInfo struct for SmsfInfo.
SmsfRegistration struct for SmsfRegistration.
SmsManagementSubscriptionData struct for SmsManagementSubscriptionData.
SmsSubscriptionData struct for SmsSubscriptionData.
SmSubsData - struct for SmSubsData.
Snssai When Snssai needs to be converted to string (e.g.
SnssaiInfo struct for SnssaiInfo.
SorData Used to store the status of the latest SOR data update.
SorInfo struct for SorInfo.
SorUpdateIndicator struct for SorUpdateIndicator.
SpatialValidityCond Contains the Spatial Validity Condition.
SqnScheme Scheme for generation of Sequence Numbers.
SscMode represents the service and session continuity mode It shall comply with the provisions defined in table 5.4.3.6-1.
SscModes struct for SscModes.
Ssm Source specific IP multicast address.
StationaryIndication Possible values are: - STATIONARY: Identifies the UE is stationary - MOBILE: Identifies the UE is mobile.
StationaryIndicationRm This enumeration is defined in the same way as the 'StationaryIndication' enumeration, but with the OpenAPI 'nullable: true' property.\".
SteeringContainer - struct for SteeringContainer.
SteeringInfo Contains a combination of one PLMN identity and zero or more access technologies.
SubscribedDefaultQos Provides the subsribed 5QI and the ARP, it may contain the priority level.
SubscriptionDataSets struct for SubscriptionDataSets.
SubscriptionDataSubscriptions A subscription to notifications.
SuggestedPacketNumDl struct for SuggestedPacketNumDl.
SupportedGADShapes Indicates supported GAD shapes.
TacInfo contains tracking area information (tracking area codes).
Tai Contains the tracking area identity as described in 3GPP 23.003.
Tmgi Temporary Mobile Group Identity.
TraceData contains Trace control and configuration parameters.
TraceDepth The enumeration TraceDepth defines how detailed information should be recorded in the trace.
TrafficProfile Possible values are: - SINGLE_TRANS_UL: Uplink single packet transmission.
TrafficProfileRm This enumeration is defined in the same way as the 'TrafficProfile' enumeration, but with the OpenAPI 'nullable: true' property.
UcPurpose Indicates the purpose of the user consent.
UcSubscriptionData Contains the User Consent Subscription Data.
UeAuth Possible values are: - AUTHORIZED: Indicates that the UE is authorized.
UeContextInAmfData struct for UeContextInAmfData.
UeContextInSmfData struct for UeContextInSmfData.
UeContextInSmfDataSubFilter UE Context In Smf Data Subscription Filter.
UeContextInSmsfData struct for UeContextInSmsfData.
UeId struct for UeId.
UeReachableInd UE Reachable Indication.
UeSubscribedDataSets Contains the subscribed data sets of a UE.
UmtTime struct for UmtTime.
UncertaintyEllipse Ellipse with uncertainty.
UncertaintyEllipsoid Ellipsoid with uncertainty.
UnrelatedClass struct for UnrelatedClass.
UpConfidentiality indicates whether UP confidentiality protection is required, preferred or not needed for all the traffic on the PDU Session.
UpIntegrity indicates whether UP integrity protection is required, preferred or not needed for all the traffic on the PDU Session.
UpSecurity Contains Userplain security information.
UpuData Used to store the status of the latest UPU data update.
UpuData1 Contains UE parameters update data set (e.g., the updated Routing ID Data or the Default configured NSSAI).
UpuInfo struct for UpuInfo.
UserConsent struct for UserConsent.
UserIdentifier Represents the user identifier.
V2xSubscriptionData struct for V2xSubscriptionData.
ValidTimePeriod struct for ValidTimePeriod.
VarSnssai When Snssai needs to be converted to string (e.g.
VgmlcAddress struct for VgmlcAddress.
VnGroupData struct for VnGroupData.
WirelineArea One and only one of the \"globLineIds\", \"hfcNIds\", \"areaCodeB\" and \"areaCodeC\" attributes shall be included in a WirelineArea data structure.
WirelineServiceAreaRestriction The \"restrictionType\" attribute and the \"areas\" attribute shall be either both present or absent.

# Interfaces

No description provided by the author

# Type aliases

AccessAndMobilitySubscriptionDataDocumentApiService AccessAndMobilitySubscriptionDataDocumentApi service.
AccessType Indicates whether the access is via 3GPP or via non-3GPP.
AMF3GPPAccessRegistrationDocumentApiService AMF3GPPAccessRegistrationDocumentApi service.
AMFGroupSubscriptionInfoDocumentApiService AMFGroupSubscriptionInfoDocumentApi service.
AMFNon3GPPAccessRegistrationDocumentApiService AMFNon3GPPAccessRegistrationDocumentApi service.
AmfSubscriptionInfoDocumentApiService AmfSubscriptionInfoDocumentApi service.
AuthenticationDataDocumentApiService AuthenticationDataDocumentApi service.
AuthenticationSoRDocumentApiService AuthenticationSoRDocumentApi service.
AuthenticationStatusDocumentApiService AuthenticationStatusDocumentApi service.
AuthenticationSubscriptionDocumentApiService AuthenticationSubscriptionDocumentApi service.
AuthenticationUPUDocumentApiService AuthenticationUPUDocumentApi service.
AuthEventDocumentApiService AuthEventDocumentApi service.
CAGACKDocumentApiService CAGACKDocumentApi service.
CAGUpdateAckDocumentApiService CAGUpdateAckDocumentApi service.
Class5GVnGroupConfigurationDocumentApiService Class5GVnGroupConfigurationDocumentApi service.
Class5GVNGroupsInternalDocumentApiService Class5GVNGroupsInternalDocumentApi service.
Class5GVNGroupsStoreApiService Class5GVNGroupsStoreApi service.
Class5MBSSubscriptionDataDocumentApiService Class5MBSSubscriptionDataDocumentApi service.
ContextDataDocumentApiService ContextDataDocumentApi service.
Delete5GVnGroupApiService Delete5GVnGroupApi service.
EnhancedCoverageRestrictionDataApiService EnhancedCoverageRestrictionDataApi service.
EventAMFSubscriptionInfoDocumentApiService EventAMFSubscriptionInfoDocumentApi service.
EventExposureDataDocumentApiService EventExposureDataDocumentApi service.
EventExposureDataForAGroupDocumentApiService EventExposureDataForAGroupDocumentApi service.
EventExposureGroupSubscriptionDocumentApiService EventExposureGroupSubscriptionDocumentApi service.
EventExposureGroupSubscriptionsCollectionApiService EventExposureGroupSubscriptionsCollectionApi service.
EventExposureSubscriptionDocumentApiService EventExposureSubscriptionDocumentApi service.
EventExposureSubscriptionsCollectionApiService EventExposureSubscriptionsCollectionApi service.
GroupIdentifiersApiService GroupIdentifiersApi service.
HSSEventGroupSubscriptionInfoDocumentApiService HSSEventGroupSubscriptionInfoDocumentApi service.
HSSEventSubscriptionInfoDocumentApiService HSSEventSubscriptionInfoDocumentApi service.
HSSSDMSubscriptionInfoDocumentApiService HSSSDMSubscriptionInfoDocumentApi service.
IndividualAuthenticationStatusDocumentApiService IndividualAuthenticationStatusDocumentApi service.
IndividualAuthEventDocumentApiService IndividualAuthEventDocumentApi service.
IPSMGWRegistrationDocumentApiService IPSMGWRegistrationDocumentApi service.
LCSBroadcastAssistanceSubscriptionDataApiService LCSBroadcastAssistanceSubscriptionDataApi service.
LCSMobileOriginatedSubscriptionDataApiService LCSMobileOriginatedSubscriptionDataApi service.
LCSPrivacySubscriptionDataApiService LCSPrivacySubscriptionDataApi service.
MessageWaitingDataDocumentApiService MessageWaitingDataDocumentApi service.
Modify5GVnGroupApiService Modify5GVnGroupApi service.
NIDDAuthorizationInfoDocumentApiService NIDDAuthorizationInfoDocumentApi service.
NSSAIACKDocumentApiService NSSAIACKDocumentApi service.
NSSAIUpdateAckDocumentApiService NSSAIUpdateAckDocumentApi service.
NullValue JSON's null value.
OperatorSpecificDataContainerDocumentApiService OperatorSpecificDataContainerDocumentApi service.
ParameterProvisionDocumentApiService ParameterProvisionDocumentApi service.
ParameterProvisionProfileDataDocumentApiService ParameterProvisionProfileDataDocumentApi service.
ParameterProvisionProfileDataFor5GVNGroupDocumentApiService ParameterProvisionProfileDataFor5GVNGroupDocumentApi service.
ProSeServiceSubscriptionDataApiService ProSeServiceSubscriptionDataApi service.
ProvisionedDataDocumentApiService ProvisionedDataDocumentApi service.
ProvisionedParameterDataDocumentApiService ProvisionedParameterDataDocumentApi service.
ProvisionedParameterDataEntriesCollectionApiService ProvisionedParameterDataEntriesCollectionApi service.
ProvisionedParameterDataEntryDocumentApiService ProvisionedParameterDataEntryDocumentApi service.
Query5GVnGroupConfigurationDocumentApiService Query5GVnGroupConfigurationDocumentApi service.
QueryAMFSubscriptionInfoDocumentApiService QueryAMFSubscriptionInfoDocumentApi service.
QueryIdentityDataBySUPIOrGPSIDocumentApiService QueryIdentityDataBySUPIOrGPSIDocumentApi service.
QueryNIDDAuthorizationDataGPSIOrExternalGroupIdentifierDocumentApiService QueryNIDDAuthorizationDataGPSIOrExternalGroupIdentifierDocumentApi service.
QueryODBDataBySUPIOrGPSIDocumentApiService QueryODBDataBySUPIOrGPSIDocumentApi service.
QueryServiceSpecificAuthorizationDataDocumentApiService QueryServiceSpecificAuthorizationDataDocumentApi service.
RetrievalOfIndividualSharedDataApiService RetrievalOfIndividualSharedDataApi service.
RetrievalOfSharedDataApiService RetrievalOfSharedDataApi service.
RetrieveTheRoamingInformationOfThe5GCEPCDomainsDocumentApiService RetrieveTheRoamingInformationOfThe5GCEPCDomainsDocumentApi service.
RetrieveTheRoamingInformationOfTheEPCDomainDocumentApiService RetrieveTheRoamingInformationOfTheEPCDomainDocumentApi service.
SDMSubscriptionDocumentApiService SDMSubscriptionDocumentApi service.
SDMSubscriptionsCollectionApiService SDMSubscriptionsCollectionApi service.
ServerConfigurations stores multiple ServerConfiguration items.
ServiceSpecificAuthorizationInfoDocumentApiService ServiceSpecificAuthorizationInfoDocumentApi service.
SessionManagementSubscriptionDataApiService SessionManagementSubscriptionDataApi service.
Sign Sign of the DIF value.
SMFEventGroupSubscriptionInfoDocumentApiService SMFEventGroupSubscriptionInfoDocumentApi service.
SMFEventSubscriptionInfoDocumentApiService SMFEventSubscriptionInfoDocumentApi service.
SMFRegistrationDocumentApiService SMFRegistrationDocumentApi service.
SMFRegistrationsCollectionApiService SMFRegistrationsCollectionApi service.
SMFSelectionSubscriptionDataDocumentApiService SMFSelectionSubscriptionDataDocumentApi service.
SMSF3GPPRegistrationDocumentApiService SMSF3GPPRegistrationDocumentApi service.
SMSFNon3GPPRegistrationDocumentApiService SMSFNon3GPPRegistrationDocumentApi service.
SMSManagementSubscriptionDataDocumentApiService SMSManagementSubscriptionDataDocumentApi service.
SMSSubscriptionDataDocumentApiService SMSSubscriptionDataDocumentApi service.
SubsToNotifyCollectionApiService SubsToNotifyCollectionApi service.
SubsToNotifyDocumentApiService SubsToNotifyDocumentApi service.
TraceDataDocumentApiService TraceDataDocumentApi service.
UEsLocationInformationDocumentApiService UEsLocationInformationDocumentApi service.
UESubscribedDataDocumentApiService UESubscribedDataDocumentApi service.
UeUpdateStatus Status of the procedure.
UpdateThePEIInformationOfThe5GCEPCDomainsDocumentApiService UpdateThePEIInformationOfThe5GCEPCDomainsDocumentApi service.
UpdateTheRoamingInformationOfTheEPCDomainDocumentApiService UpdateTheRoamingInformationOfTheEPCDomainDocumentApi service.
UserConsentDataApiService UserConsentDataApi service.
V2XSubscriptionDataApiService V2XSubscriptionDataApi service.