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

# README

Go API client for openapi_Nudr_DR

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

Overview

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

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

Installation

Install the following dependencies:

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

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

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

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

Documentation for API Endpoints

All URIs are relative to https://example.com/nudr-dr/v2

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
AccessAndMobilityDataApiCreateOrReplaceAccessAndMobilityDataPut /exposure-data/{ueId}/access-and-mobility-dataCreates and updates the access and mobility exposure data for a UE
AccessAndMobilityDataApiDeleteAccessAndMobilityDataDelete /exposure-data/{ueId}/access-and-mobility-dataDeletes the access and mobility exposure data for a UE
AccessAndMobilityDataApiQueryAccessAndMobilityDataGet /exposure-data/{ueId}/access-and-mobility-dataRetrieves the access and mobility exposure data for a UE
AccessAndMobilityDataApiUpdateAccessAndMobilityDataPatch /exposure-data/{ueId}/access-and-mobility-dataUpdates the access and mobility exposure data for a UE
AccessAndMobilityPolicyDataDocumentApiReadAccessAndMobilityPolicyDataGet /policy-data/ues/{ueId}/am-dataRetrieves the access and mobility policy data for a subscriber
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
ApplicationDataSubscriptionsCollectionApiCreateIndividualApplicationDataSubscriptionPost /application-data/subs-to-notifyCreate a subscription to receive notification of application data changes
ApplicationDataSubscriptionsCollectionApiReadApplicationDataChangeSubscriptionsGet /application-data/subs-to-notifyRead Application Data change Subscriptions
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
BdtDataStoreApiReadBdtDataGet /policy-data/bdt-dataRetrieves the BDT data collection
BdtPolicyDataStoreApiReadBdtPolicyDataGet /application-data/bdtPolicyDataRetrieve applied BDT Policy Data
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
ExposureDataSubscriptionsCollectionApiCreateIndividualExposureDataSubscriptionPost /exposure-data/subs-to-notifyCreate a subscription to receive notification of exposure data changes
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
IPTVConfigurationDataStoreApiReadIPTVCongifurationDataGet /application-data/iptvConfigDataRetrieve IPTV configuration Data
IndividualApplicationDataSubscriptionDocumentApiDeleteIndividualApplicationDataSubscriptionDelete /application-data/subs-to-notify/{subsId}Delete the individual Application Data subscription
IndividualApplicationDataSubscriptionDocumentApiReadIndividualApplicationDataSubscriptionGet /application-data/subs-to-notify/{subsId}Get an existing individual Application Data Subscription resource
IndividualApplicationDataSubscriptionDocumentApiReplaceIndividualApplicationDataSubscriptionPut /application-data/subs-to-notify/{subsId}Modify a subscription to receive notification of application data changes
IndividualAppliedBDTPolicyDataDocumentApiCreateIndividualAppliedBdtPolicyDataPut /application-data/bdtPolicyData/{bdtPolicyId}Create an individual applied BDT Policy Data resource
IndividualAppliedBDTPolicyDataDocumentApiDeleteIndividualAppliedBdtPolicyDataDelete /application-data/bdtPolicyData/{bdtPolicyId}Delete an individual Applied BDT Policy Data resource
IndividualAppliedBDTPolicyDataDocumentApiUpdateIndividualAppliedBdtPolicyDataPatch /application-data/bdtPolicyData/{bdtPolicyId}Modify part of the properties of an individual Applied BDT Policy Data resource
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
IndividualBdtDataDocumentApiCreateIndividualBdtDataPut /policy-data/bdt-data/{bdtReferenceId}Creates an BDT data resource associated with an BDT reference Id
IndividualBdtDataDocumentApiDeleteIndividualBdtDataDelete /policy-data/bdt-data/{bdtReferenceId}Deletes an BDT data resource associated with an BDT reference Id
IndividualBdtDataDocumentApiReadIndividualBdtDataGet /policy-data/bdt-data/{bdtReferenceId}Retrieves the BDT data information associated with a BDT reference Id
IndividualBdtDataDocumentApiUpdateIndividualBdtDataPatch /policy-data/bdt-data/{bdtReferenceId}Modifies an BDT data resource associated with an BDT reference Id
IndividualExposureDataSubscriptionDocumentApiDeleteIndividualExposureDataSubscriptionDelete /exposure-data/subs-to-notify/{subId}Deletes the individual Exposure Data subscription
IndividualExposureDataSubscriptionDocumentApiReplaceIndividualExposureDataSubscriptionPut /exposure-data/subs-to-notify/{subId}updates a subscription to receive notifications of exposure data changes
IndividualIPTVConfigurationDataDocumentApiCreateOrReplaceIndividualIPTVConfigurationDataPut /application-data/iptvConfigData/{configurationId}Create or update an individual IPTV configuration resource
IndividualIPTVConfigurationDataDocumentApiDeleteIndividualIPTVConfigurationDataDelete /application-data/iptvConfigData/{configurationId}Delete an individual IPTV configuration resource
IndividualIPTVConfigurationDataDocumentApiPartialReplaceIndividualIPTVConfigurationDataPatch /application-data/iptvConfigData/{configurationId}Partial update an individual IPTV configuration resource
IndividualInfluenceDataDocumentApiCreateOrReplaceIndividualInfluenceDataPut /application-data/influenceData/{influenceId}Create or update an individual Influence Data resource
IndividualInfluenceDataDocumentApiDeleteIndividualInfluenceDataDelete /application-data/influenceData/{influenceId}Delete an individual Influence Data resource
IndividualInfluenceDataDocumentApiUpdateIndividualInfluenceDataPatch /application-data/influenceData/{influenceId}Modify part of the properties of an individual Influence Data resource
IndividualInfluenceDataSubscriptionDocumentApiDeleteIndividualInfluenceDataSubscriptionDelete /application-data/influenceData/subs-to-notify/{subscriptionId}Delete an individual Influence Data Subscription resource
IndividualInfluenceDataSubscriptionDocumentApiReadIndividualInfluenceDataSubscriptionGet /application-data/influenceData/subs-to-notify/{subscriptionId}Get an existing individual Influence Data Subscription resource
IndividualInfluenceDataSubscriptionDocumentApiReplaceIndividualInfluenceDataSubscriptionPut /application-data/influenceData/subs-to-notify/{subscriptionId}Modify an existing individual Influence Data Subscription resource
IndividualPFDDataDocumentApiCreateOrReplaceIndividualPFDDataPut /application-data/pfds/{appId}Create or update the corresponding PFDs for the specified application identifier
IndividualPFDDataDocumentApiDeleteIndividualPFDDataDelete /application-data/pfds/{appId}Delete the corresponding PFDs of the specified application identifier
IndividualPFDDataDocumentApiReadIndividualPFDDataGet /application-data/pfds/{appId}Retrieve the corresponding PFDs of the specified application identifier
IndividualPolicyDataSubscriptionDocumentApiDeleteIndividualPolicyDataSubscriptionDelete /policy-data/subs-to-notify/{subsId}Delete the individual Policy Data subscription
IndividualPolicyDataSubscriptionDocumentApiReplaceIndividualPolicyDataSubscriptionPut /policy-data/subs-to-notify/{subsId}Modify a subscription to receive notification of policy data changes
IndividualServiceParameterDataDocumentApiCreateOrReplaceServiceParameterDataPut /application-data/serviceParamData/{serviceParamId}Create or update an individual Service Parameter Data resource
IndividualServiceParameterDataDocumentApiDeleteIndividualServiceParameterDataDelete /application-data/serviceParamData/{serviceParamId}Delete an individual Service Parameter Data resource
IndividualServiceParameterDataDocumentApiUpdateIndividualServiceParameterDataPatch /application-data/serviceParamData/{serviceParamId}Modify part of the properties of an individual Service Parameter Data resource
InfluenceDataStoreApiReadInfluenceDataGet /application-data/influenceDataRetrieve Traffic Influence Data
InfluenceDataSubscriptionsCollectionApiCreateIndividualInfluenceDataSubscriptionPost /application-data/influenceData/subs-to-notifyCreate a new Individual Influence Data Subscription resource
InfluenceDataSubscriptionsCollectionApiReadInfluenceDataSubscriptionsGet /application-data/influenceData/subs-to-notifyRead Influence Data Subscriptions
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
OperatorSpecificDataDocumentApiDeleteOperatorSpecificDataDelete /policy-data/ues/{ueId}/operator-specific-dataWhen the feature OSDResource_Create_Delete is supported, delete OperatorSpecificData resource
OperatorSpecificDataDocumentApiReadOperatorSpecificDataGet /policy-data/ues/{ueId}/operator-specific-dataRetrieve the operator specific policy data of an UE
OperatorSpecificDataDocumentApiReplaceOperatorSpecificDataPut /policy-data/ues/{ueId}/operator-specific-dataCreate or modify the operator specific policy data of a UE
OperatorSpecificDataDocumentApiUpdateOperatorSpecificDataPatch /policy-data/ues/{ueId}/operator-specific-dataModify the operator specific policy data of a UE
PFDDataStoreApiReadPFDDataGet /application-data/pfdsRetrieve PFDs for application identifier(s)
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
PduSessionManagementDataApiCreateOrReplaceSessionManagementDataPut /exposure-data/{ueId}/session-management-data/{pduSessionId}Creates and updates the session management data for a UE and for an individual PDU session
PduSessionManagementDataApiDeleteSessionManagementDataDelete /exposure-data/{ueId}/session-management-data/{pduSessionId}Deletes the session management data for a UE and for an individual PDU session
PduSessionManagementDataApiQuerySessionManagementDataGet /exposure-data/{ueId}/session-management-data/{pduSessionId}Retrieves the session management data for a UE and for an individual PDU session
PlmnUePolicySetDocumentApiReadPlmnUePolicySetGet /policy-data/plmns/{plmnId}/ue-policy-setRetrieve the UE policy set data for an H-PLMN
PolicyDataForIndividualUeDocumentApiReadPolicyDataGet /policy-data/ues/{ueId}Retrieve the policy data for a subscriber
PolicyDataSubscriptionsCollectionApiCreateIndividualPolicyDataSubscriptionPost /policy-data/subs-to-notifyCreate a subscription to receive notification of policy data changes
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
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
ServiceParameterDataStoreApiReadServiceParameterDataGet /application-data/serviceParamDataRetrieve Service Parameter Data
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
SessionManagementPolicyDataDocumentApiReadSessionManagementPolicyDataGet /policy-data/ues/{ueId}/sm-dataRetrieves the session management policy data for a subscriber
SessionManagementPolicyDataDocumentApiUpdateSessionManagementPolicyDataPatch /policy-data/ues/{ueId}/sm-dataModify the session management policy data for a subscriber
SessionManagementSubscriptionDataApiQuerySmDataGet /subscription-data/{ueId}/{servingPlmnId}/provisioned-data/sm-dataRetrieves the Session Management subscription data of a UE
SponsorConnectivityDataDocumentApiReadSponsorConnectivityDataGet /policy-data/sponsor-connectivity-data/{sponsorId}Retrieves the sponsored connectivity information for a given sponsorId
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
SubscriptionsCollectionApiCreateIndividualSubcriptionPost /data-restoration-eventssubscribe to data restoration notifications
TraceDataDocumentApiQueryTraceDataGet /subscription-data/{ueId}/{servingPlmnId}/provisioned-data/trace-dataRetrieves the trace configuration data of a UE
UEPolicySetDocumentApiCreateOrReplaceUEPolicySetPut /policy-data/ues/{ueId}/ue-policy-setCreate or modify the UE policy set data for a subscriber
UEPolicySetDocumentApiReadUEPolicySetGet /policy-data/ues/{ueId}/ue-policy-setRetrieves the UE policy set data for a subscriber
UEPolicySetDocumentApiUpdateUEPolicySetPatch /policy-data/ues/{ueId}/ue-policy-setModify the UE policy set data for a subscriber
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
UsageMonitoringInformationDocumentApiCreateUsageMonitoringResourcePut /policy-data/ues/{ueId}/sm-data/{usageMonId}Create a usage monitoring resource
UsageMonitoringInformationDocumentApiDeleteUsageMonitoringInformationDelete /policy-data/ues/{ueId}/sm-data/{usageMonId}Delete a usage monitoring resource
UsageMonitoringInformationDocumentApiReadUsageMonitoringInformationGet /policy-data/ues/{ueId}/sm-data/{usageMonId}Retrieve a usage monitoring resource
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

oAuth2ClientCredentials

  • Type: OAuth
  • Flow: application
  • Authorization URL:
  • Scopes:
  • nudr-dr: Access to the Nudr_DataRepository API
  • nudr-dr:subscription-data: Access to the SubscriptionData data set
  • nudr-dr:subscription-data:authentication-subscription:read: Access to read the AuthenticationSubscription resource of the SubscriptionData data set
  • nudr-dr:subscription-data:authentication-subscription:modify: Access to update the AuthenticationSubscription resource of the SubscriptionData data set
  • nudr-dr:subscription-data:registrations:write: Write access to NF registration resources of the SubscriptionData data set
  • nudr-dr:policy-data: Access to the PolicyData data set
  • nudr-dr:policy-data:ues:read: Access to read the UEs resource
  • nudr-dr:policy-data:ues:am-data:read: Access to read the UEs Access and Mobility policy data
  • nudr-dr:policy-data:ues:ue-policy-set:read: Access to read the UEs Policy Set data
  • nudr-dr:policy-data:ues:ue-policy-set:create: Access to create the UEs Policy Set data
  • nudr-dr:policy-data:ues:ue-policy-set:modify: Access to update the UEs Policy Set data
  • nudr-dr:policy-data:ues:sm-data:read: Access to read the UEs Session Management Policy data
  • nudr-dr:policy-data:ues:sm-data:modify: Access to update the UEs Session Management Policy data
  • nudr-dr:policy-data:ues:sm-data:create: Access to create the UEs Session Management Policy data
  • nudr-dr:policy-data:sponsor-connectivity-data:read: Access to read the sponsored Connectivity Data
  • nudr-dr:policy-data:bdt-data:read: Access to read the BDT data resource
  • nudr-dr:policy-data:bdt-data:create: Access to create the BDT data resource
  • nudr-dr:policy-data:bdt-data:modify: Access to update the BDT data resource
  • nudr-dr:policy-data:subs-to-notify:create: Access to create Subscriptions resources
  • nudr-dr:policy-data:subs-to-notify:modify: Access to update Subscriptions resources
  • nudr-dr:policy-data:ues:operator-specific-data:read: Access to read the UEs operator specific policy data
  • nudr-dr:policy-data:ues:operator-specific-data:modify: Access to update the UEs operator specific policy data
  • nudr-dr:policy-data:ues:operator-specific-data:create: Access to create the UEs operator specific policy data
  • nudr-dr:policy-data:slice-control-data:read: Access to read Slice specific Policy Control Data
  • nudr-dr:policy-data:slice-control-data:modify: Access to update Slice specific Policy Control Data
  • nudr-dr:exposure-data: Access to the ExposureData data set
  • nudr-dr:exposure-data:access-and-mobility-data:create: Access to create ExposureData
  • nudr-dr:exposure-data:access-and-mobility-data:read: Access to read ExposureData
  • nudr-dr:exposure-data:access-and-mobility-data:modify: Access to update ExposureData
  • nudr-dr:exposure-data:session-management-data:create: Access to create ExposureData
  • nudr-dr:exposure-data:session-management-data:read: Access to read ExposureData
  • nudr-dr:exposure-data:session-management-data:modify: Access to update ExposureData
  • nudr-dr:exposure-data:subs-to-notify:create: Access to create Subscriptions resources
  • nudr-dr:exposure-data:subs-to-notify:modify: Access to update Subscriptions resources
  • nudr-dr:application-data: Access to the ApplicationData data set
  • nudr-dr:application-data:pfds:read: Access to read PFDData
  • nudr-dr:application-data:pfds:modify: Access to update PFDData
  • nudr-dr:application-data:pfds:create: Access to create PFDData
  • nudr-dr:application-data:influence-data:read: Access to read Traffic Influence Data
  • nudr-dr:application-data:influence-data:create: Access to create Traffic Influence Data.
  • nudr-dr:application-data:influence-data:modify: Access to update Traffic Influence Data
  • nudr-dr:application-data:influence-data:subscriptions:read: Access to read Traffic Influence Data Subscriptions
  • nudr-dr:application-data:influence-data:subscriptions:create: Access to create Traffic Influence Data Subscriptions
  • nudr-dr:application-data:influence-data:subscriptions:modify: Access to update Traffic Influence Data Subscriptions
  • nudr-dr:application-data:bdt-policy-data:read: Access to read BDT Policy Data
  • nudr-dr:application-data:bdt-policy-data:create: Access to create BDT Policy Data
  • nudr-dr:application-data:bdt-policy-data:modify: Access to update BDT Policy Data
  • nudr-dr:application-data:iptv-config-data:read: Access to read IPTV Configuration Data
  • nudr-dr:application-data:iptv-config-data:create: Access to create IPTV Configuration Data
  • nudr-dr:application-data:iptv-config-data:modify: Access to update IPTV Configuration Data
  • nudr-dr:application-data:service-param-data:read: Access to read Service Parameter Data
  • nudr-dr:application-data:service-param-data:create: Access to create Service Parameter Data
  • nudr-dr:application-data:service-param-data:modify: Access to update Service Parameter Data
  • nudr-dr:application-data:am-influence-data:read: Access to read AM Influence Data
  • nudr-dr:application-data:am-influence-data:create: Access to create AM Influence Data
  • nudr-dr:application-data:am-influence-data:modify: Access to update AM Influence Data
  • nudr-dr:application-data:subs-to-notify:create: Access to create Subscriptions resources
  • nudr-dr:application-data:subs-to-notify:read: Access to read Subscriptions resources
  • nudr-dr:application-data:subs-to-notify:modify: Access to update Subscriptions resources
  • nudr-dr:application-data:eas-deploy-data:read: Access to read EAS Deployment Information Data
  • nudr-dr:application-data:eas-deploy-data:create: Access to create EAS Deployment Information Data
  • nudr-dr:application-data:eas-deploy-data:modify: Access to update EAS Deployment Information Data

Example

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

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

import "golang.org/x/oauth2"

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

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

Documentation for Utility Methods

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

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

Author

# Functions

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{}AsArea1 is a convenience function that returns interface{} wrapped in Area1.
interface{}AsEmergencyInfo is a convenience function that returns interface{} wrapped in EmergencyInfo.
interface{}AsGeraLocation is a convenience function that returns interface{} wrapped in GeraLocation.
interface{}AsGlobalRanNodeId is a convenience function that returns interface{} wrapped in GlobalRanNodeId.
interface{}AsGlobalRanNodeId1 is a convenience function that returns interface{} wrapped in GlobalRanNodeId1.
interface{}AsIdentityRange is a convenience function that returns interface{} wrapped in IdentityRange.
interface{}AsIpAddr is a convenience function that returns interface{} wrapped in IpAddr.
interface{}AsIpAddr1 is a convenience function that returns interface{} wrapped in IpAddr1.
interface{}AsIpAddress is a convenience function that returns interface{} wrapped in IpAddress.
interface{}AsIpAddress1 is a convenience function that returns interface{} wrapped in IpAddress1.
interface{}AsIptvConfigData is a convenience function that returns interface{} wrapped in IptvConfigData.
interface{}AsSupiRange is a convenience function that returns interface{} wrapped in SupiRange.
interface{}AsTrafficInfluSub is a convenience function that returns interface{} wrapped in TrafficInfluSub.
interface{}AsUtraLocation is a convenience function that returns interface{} wrapped in UtraLocation.
IsNil checks if an input is nil.
map[string]interface{}AsOperatorSpecificDataContainerValue is a convenience function that returns map[string]interface{} wrapped in OperatorSpecificDataContainerValue.
NewAccessAndMobilityData instantiates a new AccessAndMobilityData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccessAndMobilityDataWithDefaults instantiates a new AccessAndMobilityData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewAccessAndMobilitySubscriptionData1 instantiates a new AccessAndMobilitySubscriptionData1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccessAndMobilitySubscriptionData1WithDefaults instantiates a new AccessAndMobilitySubscriptionData1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewAcsInfo1 instantiates a new AcsInfo1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAcsInfo1WithDefaults instantiates a new AcsInfo1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewAdditionalSnssaiData1 instantiates a new AdditionalSnssaiData1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAdditionalSnssaiData1WithDefaults instantiates a new AdditionalSnssaiData1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewAerialUeSubscriptionInfo1 instantiates a new AerialUeSubscriptionInfo1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAerialUeSubscriptionInfo1WithDefaults instantiates a new AerialUeSubscriptionInfo1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewAmbr1 instantiates a new Ambr1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAmbr1WithDefaults instantiates a new Ambr1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewAmInfluData instantiates a new AmInfluData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAmInfluDataWithDefaults instantiates a new AmInfluData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAmPolicyData instantiates a new AmPolicyData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAmPolicyDataWithDefaults instantiates a new AmPolicyData object This 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.
NewAppDescriptor1 instantiates a new AppDescriptor1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAppDescriptor1WithDefaults instantiates a new AppDescriptor1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewApplicationDataChangeNotif instantiates a new ApplicationDataChangeNotif object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewApplicationDataChangeNotifWithDefaults instantiates a new ApplicationDataChangeNotif object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewApplicationDataSubs instantiates a new ApplicationDataSubs object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewApplicationDataSubsWithDefaults instantiates a new ApplicationDataSubs object This 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.
NewArp1 instantiates a new Arp1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewArp1WithDefaults instantiates a new Arp1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewBdtData instantiates a new BdtData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBdtDataPatch instantiates a new BdtDataPatch object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBdtDataPatchWithDefaults instantiates a new BdtDataPatch object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBdtDataWithDefaults instantiates a new BdtData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBdtPolicyData instantiates a new BdtPolicyData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBdtPolicyDataPatch instantiates a new BdtPolicyDataPatch object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBdtPolicyDataPatchWithDefaults instantiates a new BdtPolicyDataPatch object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBdtPolicyDataWithDefaults instantiates a new BdtPolicyData object This 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.
NewCagData1 instantiates a new CagData1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCagData1WithDefaults instantiates a new CagData1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewCagInfo1 instantiates a new CagInfo1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCagInfo1WithDefaults instantiates a new CagInfo1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewCellGlobalId instantiates a new CellGlobalId object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCellGlobalIdWithDefaults instantiates a new CellGlobalId object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewChargingInformation instantiates a new ChargingInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewChargingInformationWithDefaults instantiates a new ChargingInformation object This 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.
NewCmInfo instantiates a new CmInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCmInfoWithDefaults instantiates a new CmInfo object This 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.
NewDataFilter instantiates a new DataFilter object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDataFilterWithDefaults instantiates a new DataFilter object This 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.
NewDatalinkReportingConfiguration1 instantiates a new DatalinkReportingConfiguration1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDatalinkReportingConfiguration1WithDefaults instantiates a new DatalinkReportingConfiguration1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewDataRestorationNotification instantiates a new DataRestorationNotification object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDataRestorationNotificationWithDefaults instantiates a new DataRestorationNotification object This 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.
NewDddTrafficDescriptor1 instantiates a new DddTrafficDescriptor1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDddTrafficDescriptor1WithDefaults instantiates a new DddTrafficDescriptor1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewDnnConfiguration1 instantiates a new DnnConfiguration1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDnnConfiguration1WithDefaults instantiates a new DnnConfiguration1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewDnnRouteSelectionDescriptor instantiates a new DnnRouteSelectionDescriptor object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDnnRouteSelectionDescriptorWithDefaults instantiates a new DnnRouteSelectionDescriptor object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDnnSnssaiInformation instantiates a new DnnSnssaiInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDnnSnssaiInformationWithDefaults instantiates a new DnnSnssaiInformation object This 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.
NewEcgi1 instantiates a new Ecgi1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEcgi1WithDefaults instantiates a new Ecgi1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewEcRestriction1 instantiates a new EcRestriction1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEcRestriction1WithDefaults instantiates a new EcRestriction1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewEcsAddrConfigInfo1 instantiates a new EcsAddrConfigInfo1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEcsAddrConfigInfo1WithDefaults instantiates a new EcsAddrConfigInfo1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewEdrxParameters1 instantiates a new EdrxParameters1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEdrxParameters1WithDefaults instantiates a new EdrxParameters1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewEeSubscription1 instantiates a new EeSubscription1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEeSubscription1WithDefaults instantiates a new EeSubscription1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewEthFlowDescription instantiates a new EthFlowDescription object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEthFlowDescriptionWithDefaults instantiates a new EthFlowDescription object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEutraLocation instantiates a new EutraLocation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEutraLocationWithDefaults instantiates a new EutraLocation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewExpectedUeBehaviourData1 instantiates a new ExpectedUeBehaviourData1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewExpectedUeBehaviourData1WithDefaults instantiates a new ExpectedUeBehaviourData1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewExposureDataChangeNotification instantiates a new ExposureDataChangeNotification object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewExposureDataChangeNotificationWithDefaults instantiates a new ExposureDataChangeNotification object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewExposureDataSubscription instantiates a new ExposureDataSubscription object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewExposureDataSubscriptionWithDefaults instantiates a new ExposureDataSubscription object This 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.
NewFlowInfo instantiates a new FlowInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFlowInfoWithDefaults instantiates a new FlowInfo object This 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.
NewFrameRouteInfo1 instantiates a new FrameRouteInfo1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFrameRouteInfo1WithDefaults instantiates a new FrameRouteInfo1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewGeographicalArea instantiates a new GeographicalArea object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGeographicalAreaWithDefaults instantiates a new GeographicalArea object This 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.
NewGeoServiceArea1 instantiates a new GeoServiceArea1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGeoServiceArea1WithDefaults instantiates a new GeoServiceArea1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewHfcNodeId instantiates a new HfcNodeId object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewHfcNodeIdWithDefaults instantiates a new HfcNodeId object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewInterFreqTargetInfo1 instantiates a new InterFreqTargetInfo1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewInterFreqTargetInfo1WithDefaults instantiates a new InterFreqTargetInfo1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewIptvConfigDataPatch instantiates a new IptvConfigDataPatch object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIptvConfigDataPatchWithDefaults instantiates a new IptvConfigDataPatch object This 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.
NewLimitIdToMonitoringKey instantiates a new LimitIdToMonitoringKey object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLimitIdToMonitoringKeyWithDefaults instantiates a new LimitIdToMonitoringKey object This 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.
NewLocationArea1 instantiates a new LocationArea1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLocationArea1WithDefaults instantiates a new LocationArea1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLocationAreaId instantiates a new LocationAreaId object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLocationAreaIdWithDefaults instantiates a new LocationAreaId object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewLocationReportingConfiguration1 instantiates a new LocationReportingConfiguration1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLocationReportingConfiguration1WithDefaults instantiates a new LocationReportingConfiguration1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewLossConnectivityCfg1 instantiates a new LossConnectivityCfg1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLossConnectivityCfg1WithDefaults instantiates a new LossConnectivityCfg1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewMbsSubscriptionData1 instantiates a new MbsSubscriptionData1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMbsSubscriptionData1WithDefaults instantiates a new MbsSubscriptionData1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewMdtConfiguration1 instantiates a new MdtConfiguration1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMdtConfiguration1WithDefaults instantiates a new MdtConfiguration1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewMonitoringConfiguration1 instantiates a new MonitoringConfiguration1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMonitoringConfiguration1WithDefaults instantiates a new MonitoringConfiguration1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewMulticastAccessControl instantiates a new MulticastAccessControl object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMulticastAccessControlWithDefaults instantiates a new MulticastAccessControl object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewN3gaLocation instantiates a new N3gaLocation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewN3gaLocationWithDefaults instantiates a new N3gaLocation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNcgi instantiates a new Ncgi object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNcgi1 instantiates a new Ncgi1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNcgi1WithDefaults instantiates a new Ncgi1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewNetworkAreaInfo1 instantiates a new NetworkAreaInfo1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNetworkAreaInfo1WithDefaults instantiates a new NetworkAreaInfo1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNetworkAreaInfo2 instantiates a new NetworkAreaInfo2 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNetworkAreaInfo2WithDefaults instantiates a new NetworkAreaInfo2 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewNetworkNodeDiameterAddress1 instantiates a new NetworkNodeDiameterAddress1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNetworkNodeDiameterAddress1WithDefaults instantiates a new NetworkNodeDiameterAddress1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewNiddInformation1 instantiates a new NiddInformation1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNiddInformation1WithDefaults instantiates a new NiddInformation1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewNotificationItem instantiates a new NotificationItem object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNotificationItemWithDefaults instantiates a new NotificationItem object This 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.
NewNrLocation instantiates a new NrLocation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNrLocationWithDefaults instantiates a new NrLocation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewNssai1 instantiates a new Nssai1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNssai1WithDefaults instantiates a new Nssai1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
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.
NewPcfSelectionAssistanceInfo1 instantiates a new PcfSelectionAssistanceInfo1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPcfSelectionAssistanceInfo1WithDefaults instantiates a new PcfSelectionAssistanceInfo1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewPduSessionManagementData instantiates a new PduSessionManagementData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPduSessionManagementDataWithDefaults instantiates a new PduSessionManagementData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewPduSessionStatusCfg1 instantiates a new PduSessionStatusCfg1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPduSessionStatusCfg1WithDefaults instantiates a new PduSessionStatusCfg1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewPduSessionTypes1 instantiates a new PduSessionTypes1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPduSessionTypes1WithDefaults instantiates a new PduSessionTypes1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewPfdChangeNotification instantiates a new PfdChangeNotification object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPfdChangeNotificationWithDefaults instantiates a new PfdChangeNotification object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPfdContent instantiates a new PfdContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPfdContentWithDefaults instantiates a new PfdContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPfdDataForAppExt instantiates a new PfdDataForAppExt object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPfdDataForAppExtWithDefaults instantiates a new PfdDataForAppExt object This 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.
NewPlmnEcInfo1 instantiates a new PlmnEcInfo1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPlmnEcInfo1WithDefaults instantiates a new PlmnEcInfo1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewPlmnId1 instantiates a new PlmnId1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPlmnId1WithDefaults instantiates a new PlmnId1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPlmnIdNid instantiates a new PlmnIdNid object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPlmnIdNid1 instantiates a new PlmnIdNid1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPlmnIdNid1WithDefaults instantiates a new PlmnIdNid1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewPlmnRestriction1 instantiates a new PlmnRestriction1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPlmnRestriction1WithDefaults instantiates a new PlmnRestriction1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewPlmnRouteSelectionDescriptor instantiates a new PlmnRouteSelectionDescriptor object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPlmnRouteSelectionDescriptorWithDefaults instantiates a new PlmnRouteSelectionDescriptor object This 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.
NewPolicyDataChangeNotification instantiates a new PolicyDataChangeNotification object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPolicyDataChangeNotificationWithDefaults instantiates a new PolicyDataChangeNotification object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPolicyDataForIndividualUe instantiates a new PolicyDataForIndividualUe object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPolicyDataForIndividualUeWithDefaults instantiates a new PolicyDataForIndividualUe object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPolicyDataSubscription instantiates a new PolicyDataSubscription object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPolicyDataSubscriptionWithDefaults instantiates a new PolicyDataSubscription object This 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.
NewPresenceInfo instantiates a new PresenceInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPresenceInfoWithDefaults instantiates a new PresenceInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewProblemDetails instantiates a new ProblemDetails object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewProblemDetails1 instantiates a new ProblemDetails1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewProblemDetails1WithDefaults instantiates a new ProblemDetails1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewPtwParameters1 instantiates a new PtwParameters1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPtwParameters1WithDefaults instantiates a new PtwParameters1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewReachabilityForDataConfiguration1 instantiates a new ReachabilityForDataConfiguration1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReachabilityForDataConfiguration1WithDefaults instantiates a new ReachabilityForDataConfiguration1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewRedirectResponse instantiates a new RedirectResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRedirectResponseWithDefaults instantiates a new RedirectResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewReportingOptions1 instantiates a new ReportingOptions1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReportingOptions1WithDefaults instantiates a new ReportingOptions1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewResourceItem instantiates a new ResourceItem object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResourceItemWithDefaults instantiates a new ResourceItem object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRmInfo instantiates a new RmInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRmInfoWithDefaults instantiates a new RmInfo object This 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.
NewRouteInformation instantiates a new RouteInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRouteInformationWithDefaults instantiates a new RouteInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRouteSelectionParameterSet instantiates a new RouteSelectionParameterSet object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRouteSelectionParameterSetWithDefaults instantiates a new RouteSelectionParameterSet object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRoutingAreaId instantiates a new RoutingAreaId object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRoutingAreaIdWithDefaults instantiates a new RoutingAreaId object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewScheduledCommunicationTime1 instantiates a new ScheduledCommunicationTime1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewScheduledCommunicationTime1WithDefaults instantiates a new ScheduledCommunicationTime1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewSdmSubscription1 instantiates a new SdmSubscription1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSdmSubscription1WithDefaults instantiates a new SdmSubscription1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewServiceAreaCoverageInfo instantiates a new ServiceAreaCoverageInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewServiceAreaCoverageInfoWithDefaults instantiates a new ServiceAreaCoverageInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewServiceAreaId instantiates a new ServiceAreaId object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewServiceAreaIdWithDefaults instantiates a new ServiceAreaId object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewServiceAreaRestriction instantiates a new ServiceAreaRestriction object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewServiceAreaRestriction1 instantiates a new ServiceAreaRestriction1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewServiceAreaRestriction1WithDefaults instantiates a new ServiceAreaRestriction1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewServiceParameterData instantiates a new ServiceParameterData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewServiceParameterDataPatch instantiates a new ServiceParameterDataPatch object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewServiceParameterDataPatchWithDefaults instantiates a new ServiceParameterDataPatch object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewServiceParameterDataWithDefaults instantiates a new ServiceParameterData object This 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.
NewSessionManagementSubscriptionData1 instantiates a new SessionManagementSubscriptionData1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSessionManagementSubscriptionData1WithDefaults instantiates a new SessionManagementSubscriptionData1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewSliceMbr1 instantiates a new SliceMbr1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSliceMbr1WithDefaults instantiates a new SliceMbr1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewSlicePolicyData instantiates a new SlicePolicyData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSlicePolicyDataWithDefaults instantiates a new SlicePolicyData object This 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.
NewSmPolicyData instantiates a new SmPolicyData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSmPolicyDataPatch instantiates a new SmPolicyDataPatch object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSmPolicyDataPatchWithDefaults instantiates a new SmPolicyDataPatch object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSmPolicyDataWithDefaults instantiates a new SmPolicyData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSmPolicyDnnData instantiates a new SmPolicyDnnData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSmPolicyDnnDataPatch instantiates a new SmPolicyDnnDataPatch object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSmPolicyDnnDataPatchWithDefaults instantiates a new SmPolicyDnnDataPatch object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSmPolicyDnnDataWithDefaults instantiates a new SmPolicyDnnData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSmPolicySnssaiData instantiates a new SmPolicySnssaiData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSmPolicySnssaiDataPatch instantiates a new SmPolicySnssaiDataPatch object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSmPolicySnssaiDataPatchWithDefaults instantiates a new SmPolicySnssaiDataPatch object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSmPolicySnssaiDataWithDefaults instantiates a new SmPolicySnssaiData object This 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.
NewSmsManagementSubscriptionData1 instantiates a new SmsManagementSubscriptionData1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSmsManagementSubscriptionData1WithDefaults instantiates a new SmsManagementSubscriptionData1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewSmsSubscriptionData1 instantiates a new SmsSubscriptionData1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSmsSubscriptionData1WithDefaults instantiates a new SmsSubscriptionData1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewSnssaiRouteSelectionDescriptor instantiates a new SnssaiRouteSelectionDescriptor object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSnssaiRouteSelectionDescriptorWithDefaults instantiates a new SnssaiRouteSelectionDescriptor object This 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.
NewSorInfo1 instantiates a new SorInfo1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSorInfo1WithDefaults instantiates a new SorInfo1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewSpatialValidityCond1 instantiates a new SpatialValidityCond1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSpatialValidityCond1WithDefaults instantiates a new SpatialValidityCond1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewSponsorConnectivityData instantiates a new SponsorConnectivityData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSponsorConnectivityDataWithDefaults instantiates a new SponsorConnectivityData object This 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.
NewSscModes1 instantiates a new SscModes1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSscModes1WithDefaults instantiates a new SscModes1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewSsm1 instantiates a new Ssm1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSsm1WithDefaults instantiates a new Ssm1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewSubscribedDefaultQos1 instantiates a new SubscribedDefaultQos1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSubscribedDefaultQos1WithDefaults instantiates a new SubscribedDefaultQos1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewSuggestedPacketNumDl1 instantiates a new SuggestedPacketNumDl1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSuggestedPacketNumDl1WithDefaults instantiates a new SuggestedPacketNumDl1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewTai1 instantiates a new Tai1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTai1WithDefaults instantiates a new Tai1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTaiWithDefaults instantiates a new Tai object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTemporalValidity instantiates a new TemporalValidity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTemporalValidityWithDefaults instantiates a new TemporalValidity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTimePeriod instantiates a new TimePeriod object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTimePeriodWithDefaults instantiates a new TimePeriod object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTimeWindow instantiates a new TimeWindow object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTimeWindowWithDefaults instantiates a new TimeWindow object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewTmgi1 instantiates a new Tmgi1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTmgi1WithDefaults instantiates a new Tmgi1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewTnapId instantiates a new TnapId object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTnapIdWithDefaults instantiates a new TnapId object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewTraceData1 instantiates a new TraceData1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTraceData1WithDefaults instantiates a new TraceData1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewTrafficInfluData instantiates a new TrafficInfluData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTrafficInfluDataNotif instantiates a new TrafficInfluDataNotif object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTrafficInfluDataNotifWithDefaults instantiates a new TrafficInfluDataNotif object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTrafficInfluDataPatch instantiates a new TrafficInfluDataPatch object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTrafficInfluDataPatchWithDefaults instantiates a new TrafficInfluDataPatch object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTrafficInfluDataWithDefaults instantiates a new TrafficInfluData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTransferPolicy instantiates a new TransferPolicy object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTransferPolicyWithDefaults instantiates a new TransferPolicy object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTwapId instantiates a new TwapId object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTwapIdWithDefaults instantiates a new TwapId object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewUeContextInSmfDataSubFilter1 instantiates a new UeContextInSmfDataSubFilter1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUeContextInSmfDataSubFilter1WithDefaults instantiates a new UeContextInSmfDataSubFilter1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewUePolicySection instantiates a new UePolicySection object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUePolicySectionWithDefaults instantiates a new UePolicySection object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUePolicySet instantiates a new UePolicySet object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUePolicySetPatch instantiates a new UePolicySetPatch object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUePolicySetPatchWithDefaults instantiates a new UePolicySetPatch object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUePolicySetWithDefaults instantiates a new UePolicySet object This 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.
NewUmtTime1 instantiates a new UmtTime1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUmtTime1WithDefaults instantiates a new UmtTime1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewUpdatedItem instantiates a new UpdatedItem object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpdatedItemWithDefaults instantiates a new UpdatedItem object This 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.
NewUpSecurity1 instantiates a new UpSecurity1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpSecurity1WithDefaults instantiates a new UpSecurity1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewUpuData2 instantiates a new UpuData2 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpuData2WithDefaults instantiates a new UpuData2 object This 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.
NewUpuInfo1 instantiates a new UpuInfo1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpuInfo1WithDefaults instantiates a new UpuInfo1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewUrspRuleRequest instantiates a new UrspRuleRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUrspRuleRequestWithDefaults instantiates a new UrspRuleRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUsageMonData instantiates a new UsageMonData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUsageMonDataLimit instantiates a new UsageMonDataLimit object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUsageMonDataLimitWithDefaults instantiates a new UsageMonDataLimit object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUsageMonDataScope instantiates a new UsageMonDataScope object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUsageMonDataScopeWithDefaults instantiates a new UsageMonDataScope object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUsageMonDataWithDefaults instantiates a new UsageMonData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUsageThreshold instantiates a new UsageThreshold object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUsageThresholdWithDefaults instantiates a new UsageThreshold object This 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.
NewUserLocation instantiates a new UserLocation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUserLocationWithDefaults instantiates a new UserLocation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
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.
NewWirelineArea1 instantiates a new WirelineArea1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewWirelineArea1WithDefaults instantiates a new WirelineArea1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewWirelineServiceAreaRestriction1 instantiates a new WirelineServiceAreaRestriction1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewWirelineServiceAreaRestriction1WithDefaults instantiates a new WirelineServiceAreaRestriction1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
ProvisionedDataSetsAsImmediateReport1 is a convenience function that returns ProvisionedDataSets wrapped in ImmediateReport1.
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.
SubscriptionDataSetsAsImmediateReport is a convenience function that returns SubscriptionDataSets wrapped in ImmediateReport.
SubscriptionDataSubscriptionsAsModifysubscriptionDataSubscription200Response is a convenience function that returns SubscriptionDataSubscriptions wrapped in ModifysubscriptionDataSubscription200Response.
TrafficInfluDataAsApplicationDataInfluenceDataSubsToNotifyPostRequestInner is a convenience function that returns TrafficInfluData wrapped in ApplicationDataInfluenceDataSubsToNotifyPostRequestInner.
TrafficInfluDataNotifAsApplicationDataInfluenceDataSubsToNotifyPostRequestInner is a convenience function that returns TrafficInfluDataNotif wrapped in ApplicationDataInfluenceDataSubsToNotifyPostRequestInner.

# 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.
ContextOAuth2 takes an oauth2.TokenSource as authentication for the request.
ContextOperationServerIndices uses a server configuration from the index mapping.
ContextOperationServerVariables overrides a server configuration variables using operation specific values.
ContextServerIndex uses a server configuration from the index.
ContextServerVariables overrides a server configuration variables.

# Structs

AccessAndMobilityData Represents Access and Mobility data for a UE.
AccessAndMobilitySubscriptionData struct for AccessAndMobilitySubscriptionData.
AccessAndMobilitySubscriptionData1 struct for AccessAndMobilitySubscriptionData1.
AccessAndMobilitySubscriptionDataSubscribedDnnListInner struct for AccessAndMobilitySubscriptionDataSubscribedDnnListInner.
AccessRightStatus Possible values are: - FULLY_ALLOWED: The User is fully allowed to access to the channel.
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.
AcsInfo1 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.
AdditionalSnssaiData1 struct for AdditionalSnssaiData1.
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.
AerialUeSubscriptionInfo1 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.
Ambr1 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).
AmInfluData Represents the AM Influence Data.
AmInfluEvent Represents the service area coverage outcome event.
AmPolicyData Contains the AM policy data for a given subscriber.
No description provided by the author
No description provided by the author
APIClient manages communication with the Nudr_DataRepository API OpenAPI file API v2.3.0-alpha.1 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
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
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
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
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
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
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.
AppDescriptor1 Represents an operation system and the corresponding applications.
ApplicationDataChangeNotif Contains changed application data for which notification was requested.
ApplicationDataInfluenceDataSubsToNotifyPostRequestInner - struct for ApplicationDataInfluenceDataSubsToNotifyPostRequestInner.
ApplicationDataSubs Identifies a subscription to application data change notification.
AppPortId struct for AppPortId.
Area - Provides area information.
Area1 - Provides area information.
AreaScope Contain the area based on Cells or Tracking Areas.
Arp Contains Allocation and Retention Priority information.
Arp1 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.
BdtData Contains the background data transfer data.
BdtDataPatch Contains the modified background data transfer data.
BdtPolicyData Represents applied BDT policy data.
BdtPolicyDataPatch Represents modification instructions to be performed on the applied BDT policy data.
BdtPolicyStatus Indicates the validation status of a negotiated BDT policy.
CagAckData Used to store the status of the latest CAG data update.
CagData struct for CagData.
CagData1 struct for CagData1.
CagInfo struct for CagInfo.
CagInfo1 struct for CagInfo1.
CellGlobalId Contains a Cell Global Identification as defined in 3GPP TS 23.003, clause 4.3.1.
ChangeItem It contains data which need to be changed.
ChangeType Indicates the type of change to be performed.
ChargingInformation Contains the addresses of the charging functions.
CivicAddress Indicates a Civic address.
CmInfo Represents the connection management state of a UE for an access type.
CmState Describes the connection management state of a UE.
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.
ConnectionCapabilities Possible values are - IMS: Indicates the connection capability to support IMS service.
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.
DataFilter Identifies a data filter.
DataInd Possible values are - PFD - IPTV - BDT - SVC_PARAM - AM.
DatalinkReportingConfiguration struct for DatalinkReportingConfiguration.
DatalinkReportingConfiguration1 struct for DatalinkReportingConfiguration1.
DataRestorationNotification Contains identities representing those UEs potentially affected by a data-loss event at the UDR.
DataSetName The name of data set.
DddTrafficDescriptor Contains a Traffic Descriptor.
DddTrafficDescriptor1 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.
DnaiChangeType Possible values are: - EARLY: Early notification of UP path reconfiguration.
DnnConfiguration struct for DnnConfiguration.
DnnConfiguration1 struct for DnnConfiguration1.
DnnInfo struct for DnnInfo.
DnnRouteSelectionDescriptor Contains the route selector parameters (PDU session types, SSC modes and ATSSS information) per DNN.
DnnSnssaiInformation Represents a (DNN, SNSSAI) combination.
DomainNameProtocol Possible values are - DNS_QNAME: Identifies the DNS protocol and the question name in DNS query.
Ecgi Contains the ECGI (E-UTRAN Cell Global Identity), as described in 3GPP 23.003.
Ecgi1 Contains the ECGI (E-UTRAN Cell Global Identity), as described in 3GPP 23.003.
EcRestriction struct for EcRestriction.
EcRestriction1 struct for EcRestriction1.
EcRestrictionDataWb struct for EcRestrictionDataWb.
EcsAddrConfigInfo struct for EcsAddrConfigInfo.
EcsAddrConfigInfo1 struct for EcsAddrConfigInfo1.
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.
EdrxParameters1 struct for EdrxParameters1.
EeGroupProfileData struct for EeGroupProfileData.
EeProfileData Event Exposure Profile Data.
EeSubscription struct for EeSubscription.
EeSubscription1 struct for EeSubscription1.
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.
EthFlowDescription Identifies an Ethernet flow.
EutraLocation Contains the E-UTRA user location.
Event Possible values are: - SUCCESS_UE_POL_DEL_SP: Successful UE Policy Delivery related to the invocation of AF provisioned Service Parameters.
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.
ExpectedUeBehaviourData1 struct for ExpectedUeBehaviourData1.
ExposureDataChangeNotification Represents changed exposure data for one UE for which Notification was requested.
ExposureDataSubscription Represents a Subscription to Notifications about Exposure Data.
ExtendedSmSubsData Contains identifiers of shared Session Management Subscription Data and optionally individual Session Management Subscription Data.
ExternalUnrelatedClass struct for ExternalUnrelatedClass.
FlowDirection Possible values are: - DOWNLINK: The corresponding filter applies for traffic to the UE.
FlowInfo Represents IP flow information.
FrameRouteInfo struct for FrameRouteInfo.
FrameRouteInfo1 struct for FrameRouteInfo1.
GADShape Common base type for GAD shapes.
GenericOpenAPIError Provides access to the body, error and model on returned errors.
GeographicalArea Contains geographical area information (e.g.a civic address or shapes).
GeographicalCoordinates Geographical coordinates.
GeographicArea Geographic area specified by different shape.
GeoServiceArea List of geographic area or list of civic address info.
GeoServiceArea1 List of geographic area or list of civic address info.
GeraLocation - Exactly one of cgi, sai or lai shall be present.
GetMultiplePPDataEntriesUeIdParameter struct for GetMultiplePPDataEntriesUeIdParameter.
GlobalRanNodeId - One of the six attributes n3IwfId, gNbIdm, ngeNbId, wagfId, tngfId, eNbId shall be present.
GlobalRanNodeId1 - 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.
HfcNodeId REpresents the HFC Node Identifer received over NGAP.
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.
IdentityRange - A range of GPSIs (subscriber identities), either based on a numeric range, or based on regular-expression matching.
ImmediateReport - struct for ImmediateReport.
ImmediateReport1 - struct for ImmediateReport1.
ImsVoPs struct for ImsVoPs.
InterFreqTargetInfo Indicates the Inter Frequency Target information.
InterFreqTargetInfo1 Indicates the Inter Frequency Target information.
InvalidParam It contains an invalid parameter and a related description.
IpAddr - Contains an IP adresse.
IpAddr1 - Contains an IP adresse.
IpAddress - struct for IpAddress.
IpAddress1 - struct for IpAddress1.
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.
IptvConfigData - Represents IPTV configuration data information.
IptvConfigDataPatch Represents the parameters to request the modification of an IPTV Configuration resource.
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.
LimitIdToMonitoringKey Contains the limit identifier and the corresponding monitoring key for a given S-NSSAI and DNN.
LineType Possible values are: - DSL: Identifies a DSL line - PON: Identifies a PON line.
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.
LocationArea1 struct for LocationArea1.
LocationAreaId Contains a Location area identification as defined in 3GPP TS 23.003, clause 4.1.
LocationInfo struct for LocationInfo.
LocationPrivacyInd struct for LocationPrivacyInd.
LocationReportingConfiguration struct for LocationReportingConfiguration.
LocationReportingConfiguration1 struct for LocationReportingConfiguration1.
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.
LossConnectivityCfg1 struct for LossConnectivityCfg1.
Lpi struct for Lpi.
LteV2xAuth Contains LTE V2X services authorized information.
MbsfnArea Contains an MBSFN area information.
MbsSessionId MBS Session Identifier.
MbsSessionId1 MBS Session Identifier.
MbsSubscriptionData Contains the 5MBS Subscription Data.
MbsSubscriptionData1 Contains the 5MBS Subscription Data.
MdtConfiguration contains contain MDT configuration data.
MdtConfiguration1 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.
MonitoringConfiguration1 struct for MonitoringConfiguration1.
MtcProvider MTC provider information.
MulticastAccessControl Represents multicast address access control information.
N3gaLocation Contains the Non-3GPP access user location.
Ncgi Contains the NCGI (NR Cell Global Identity), as described in 3GPP 23.003.
Ncgi1 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.
NetworkAreaInfo1 Describes a network area information in which the NF service consumer requests the number of UEs.
NetworkAreaInfo2 Describes a network area information in which the NF service consumer requests the number of UEs.
NetworkNodeDiameterAddress struct for NetworkNodeDiameterAddress.
NetworkNodeDiameterAddress1 struct for NetworkNodeDiameterAddress1.
NfIdentifier struct for NfIdentifier.
NFType NF types known to NRF.
NiddAuthorizationInfo Information related to active NIDD Authorizations.
NiddInformation struct for NiddInformation.
NiddInformation1 struct for NiddInformation1.
NotificationFlag Possible values are: - ACTIVATE: The event notification is activated.
NotificationItem Identifies a data change notification when the change occurs in a fragment (subset of resource data) of a given resource.
NotifyItem Indicates changes on a resource.
NrLocation Contains the NR user location.
NrV2xAuth Contains NR V2X services authorized information.
Nssai struct for Nssai.
Nssai1 struct for Nssai1.
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
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
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.
PcfSelectionAssistanceInfo1 struct for PcfSelectionAssistanceInfo1.
PduSession struct for PduSession.
PduSessionContinuityInd struct for PduSessionContinuityInd.
PduSessionManagementData Represents Session management data for a UE and a PDU session.
PduSessionStatus Possible values are - \"ACTIVE\" - \"RELEASED\".
PduSessionStatusCfg struct for PduSessionStatusCfg.
PduSessionStatusCfg1 struct for PduSessionStatusCfg1.
PduSessionType PduSessionType indicates the type of a PDU session.
PduSessionTypes struct for PduSessionTypes.
PduSessionTypes1 struct for PduSessionTypes1.
PeiUpdateInfo struct for PeiUpdateInfo.
Periodicity Represents the time period.
PfdChangeNotification Represents information related to a notification of PFD change.
PfdContent Represents the content of a PFD for an application identifier.
PfdDataForAppExt Represents the PFDs and related data for the application.
PgwInfo struct for PgwInfo.
PlmnEcInfo struct for PlmnEcInfo.
PlmnEcInfo1 struct for PlmnEcInfo1.
PlmnId When PlmnId needs to be converted to string (e.g.
PlmnId1 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.
PlmnIdNid1 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.
PlmnRestriction1 struct for PlmnRestriction1.
PlmnRouteSelectionDescriptor Contains the route selection descriptors (combinations of SNSSAI, DNNs, PDU session types, SSC modes and ATSSS information) allowed by subscription to the UE for a serving PLMN.
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.
PolicyDataChangeNotification Contains changed policy data for which notification was requested.
PolicyDataForIndividualUe Contains policy data for a given subscriber.
PolicyDataSubscription Identifies a subscription to policy data change notification.
PolicyDataSubset Indicates a policy data subset.
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.
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.
PresenceInfo If the additionalPraId IE is present, this IE shall state the presence information of the UE for the individual PRA identified by the additionalPraId IE; If the additionalPraId IE is not present, this IE shall state the presence information of the UE for the PRA identified by the praId IE.
PresenceState Possible values are: -IN_AREA: Indicates that the UE is inside or enters the presence reporting area.
PrivacyCheckRelatedAction struct for PrivacyCheckRelatedAction.
ProblemDetails Provides additional information in an error response.
ProblemDetails1 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.
PtwParameters1 struct for PtwParameters1.
RatType Indicates the radio access used.
ReachabilityForDataConfiguration struct for ReachabilityForDataConfiguration.
ReachabilityForDataConfiguration1 struct for ReachabilityForDataConfiguration1.
ReachabilityForDataReportConfig struct for ReachabilityForDataReportConfig.
ReachabilityForSmsConfiguration struct for ReachabilityForSmsConfiguration.
RedirectResponse The response shall include a Location header field containing a different URI (pointing to a different URI of an other service instance), or the same URI if a request is redirected to the same target resource via a different SCP.
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.
ReportingOptions1 struct for ReportingOptions1.
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.
ResourceItem Identifies a subscription to policy data change notification when the change occurs in a fragment (subset of resource data) of a given resource.
RestrictionType It contains the restriction type ALLOWED_AREAS or NOT_ALLOWED_AREAS.
RmInfo Represents the registration state of a UE for an access type.
RmState Describes the registration management state of a UE.
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.
RouteInformation At least one of the \"ipv4Addr\" attribute and the \"ipv6Addr\" attribute shall be included in the \"RouteInformation\" data type.
RouteSelectionParameterSet Contains parameters that can be used to guide the Route Selection Descriptors of the URSP.
RouteToLocation At least one of the \"routeInfo\" attribute and the \"routeProfId\" attribute shall be included in the \"RouteToLocation\" data type.
RoutingAreaId Contains a Routing Area Identification as defined in 3GPP TS 23.003, clause 4.2.
ScheduledCommunicationTime Identifies time and day of the week when the UE is available for communication.
ScheduledCommunicationTime1 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.
SdmSubscription1 struct for SdmSubscription1.
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.
ServiceAreaCoverageInfo It represents a list of Tracking Areas within a serving network.
ServiceAreaId Contains a Service Area Identifier as defined in 3GPP TS 23.003, clause 12.5.
ServiceAreaRestriction Provides information about allowed or not allowed areas.
ServiceAreaRestriction1 Provides information about allowed or not allowed areas.
ServiceName Service names known to NRF.
ServiceParameterData Represents the service parameter data.
ServiceParameterDataPatch Represents the service parameter data that can be updated.
ServiceSpecificAuthorizationInfo Information related to active Service Specific Authorizations.
ServiceType Possible values are - AF_GUIDANCE_FOR_URSP.
ServiceTypeUnrelatedClass struct for ServiceTypeUnrelatedClass.
SessionManagementSubscriptionData struct for SessionManagementSubscriptionData.
SessionManagementSubscriptionData1 struct for SessionManagementSubscriptionData1.
SharedData struct for SharedData.
SharedDataTreatmentInstruction struct for SharedDataTreatmentInstruction.
SliceMbr MBR related to slice.
SliceMbr1 MBR related to slice.
SliceMbrRm SliceMbr with nullable: true.
SlicePolicyData Contains the network slice specific policy control information.
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.
SmPolicyData Contains the SM policy data for a given subscriber.
SmPolicyDataPatch Contains the SM policy data for a given subscriber.
SmPolicyDnnData Contains the SM policy data for a given DNN (and S-NSSAI).
SmPolicyDnnDataPatch Contains the SM policy data for a given DNN (and S-NSSAI).
SmPolicySnssaiData Contains the SM policy data for a given subscriber and S-NSSAI.
SmPolicySnssaiDataPatch Contains the SM policy data for a given subscriber and S-NSSAI.
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.
SmsManagementSubscriptionData1 struct for SmsManagementSubscriptionData1.
SmsSubscriptionData struct for SmsSubscriptionData.
SmsSubscriptionData1 struct for SmsSubscriptionData1.
SmsSupport Indicates the supported SMS delivery of a UE.
SmSubsData - struct for SmSubsData.
Snssai When Snssai needs to be converted to string (e.g.
SnssaiInfo struct for SnssaiInfo.
SnssaiRouteSelectionDescriptor Contains the route selector parameters (DNNs, PDU session types, SSC modes and ATSSS information) per SNSSAI.
SorData Used to store the status of the latest SOR data update.
SorInfo struct for SorInfo.
SorInfo1 struct for SorInfo1.
SorUpdateIndicator struct for SorUpdateIndicator.
SpatialValidityCond Contains the Spatial Validity Condition.
SpatialValidityCond1 Contains the Spatial Validity Condition.
SponsorConnectivityData Contains the sponsored data connectivity related information for a sponsor identifier.
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.
SscModes1 struct for SscModes1.
Ssm Source specific IP multicast address.
Ssm1 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.
SubscribedDefaultQos1 Provides the subsribed 5QI and the ARP, it may contain the priority level.
SubscribedEvent Possible values are: - UP_PATH_CHANGE: The AF requests to be notified when the UP path changes for the PDU session.
SubscriptionDataSets struct for SubscriptionDataSets.
SubscriptionDataSubscriptions A subscription to notifications.
SuggestedPacketNumDl struct for SuggestedPacketNumDl.
SuggestedPacketNumDl1 struct for SuggestedPacketNumDl1.
SupiRange - A range of SUPIs (subscriber identities), either based on a numeric range, or based on regular-expression matching.
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.
Tai1 Contains the tracking area identity as described in 3GPP 23.003.
TemporalValidity Indicates the time interval(s) during which the AF request is to be applied.
TimePeriod Contains the periodicity for the defined usage monitoring data limits.
TimeWindow Represents a time window identified by a start time and a stop time.
Tmgi Temporary Mobile Group Identity.
Tmgi1 Temporary Mobile Group Identity.
TnapId Contain the TNAP Identifier see clause5.6.2 of 3GPP TS 23.501.
TraceData contains Trace control and configuration parameters.
TraceData1 contains Trace control and configuration parameters.
TraceDepth The enumeration TraceDepth defines how detailed information should be recorded in the trace.
TrafficDescriptorComponents Traffic descriptor components for the requested URSP.
TrafficInfluData Represents the Traffic Influence Data.
TrafficInfluDataNotif Represents traffic influence data for notification.
TrafficInfluDataPatch Represents the Traffic Influence Data to be updated in the UDR.
TrafficInfluSub - Represents traffic influence subscription data.
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.
TransferPolicy Describes a transfer policy.
TransportProtocol Possible values are: - UDP: User Datagram Protocol.
TwapId Contain the TWAP Identifier as defined in clause 4.2.8.5.3 of 3GPP TS 23.501 or the WLAN location information as defined in clause 4.5.7.2.8 of 3GPP TS 23.402.
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.
UeContextInSmfDataSubFilter1 UE Context In Smf Data Subscription Filter.
UeContextInSmsfData struct for UeContextInSmsfData.
UeId struct for UeId.
UePolicySection Contains the UE policy section.
UePolicySet Contains the UE policy data for a given subscriber.
UePolicySetPatch Contains the UE policy set for a given subscriber.
UeReachability Describes the reachability of the UE.
UeReachableInd UE Reachable Indication.
UmtTime struct for UmtTime.
UmtTime1 struct for UmtTime1.
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.
UpdatedItem Identifies a fragment of a resource.
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.
UpSecurity1 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).
UpuData2 Contains UE parameters update data set (e.g., the updated Routing ID Data or the Default configured NSSAI).
UpuInfo struct for UpuInfo.
UpuInfo1 struct for UpuInfo1.
UrspRuleRequest Contains parameters that can be used to guide the URSP.
UsageMonData Contains remain allowed usage data for a subscriber.
UsageMonDataLimit Contains usage monitoring control data for a subscriber.
UsageMonDataScope Contains a SNSSAI and DNN combinations to which the UsageMonData instance belongs to.
UsageMonLevel Represents the usage monitoring level.
UsageThreshold Represents a usage threshold.
UserConsent struct for UserConsent.
UserIdentifier Represents the user identifier.
UserLocation At least one of eutraLocation, nrLocation and n3gaLocation shall be present.
UtraLocation - Exactly one of cgi, sai or lai shall be present.
V2xSubscriptionData struct for V2xSubscriptionData.
ValidTimePeriod struct for ValidTimePeriod.
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.
WirelineArea1 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.
WirelineServiceAreaRestriction1 The \"restrictionType\" attribute and the \"areas\" attribute shall be either both present or absent.

# Interfaces

No description provided by the author

# Type aliases

AccessAndMobilityDataApiService AccessAndMobilityDataApi service.
AccessAndMobilityPolicyDataDocumentApiService AccessAndMobilityPolicyDataDocumentApi service.
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.
ApplicationDataSubscriptionsCollectionApiService ApplicationDataSubscriptionsCollectionApi service.
AuthenticationDataDocumentApiService AuthenticationDataDocumentApi service.
AuthenticationSoRDocumentApiService AuthenticationSoRDocumentApi service.
AuthenticationStatusDocumentApiService AuthenticationStatusDocumentApi service.
AuthenticationSubscriptionDocumentApiService AuthenticationSubscriptionDocumentApi service.
AuthenticationUPUDocumentApiService AuthenticationUPUDocumentApi service.
AuthEventDocumentApiService AuthEventDocumentApi service.
BdtDataStoreApiService BdtDataStoreApi service.
BdtPolicyDataStoreApiService BdtPolicyDataStoreApi 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.
ExposureDataSubscriptionsCollectionApiService ExposureDataSubscriptionsCollectionApi service.
GroupIdentifiersApiService GroupIdentifiersApi service.
HSSEventGroupSubscriptionInfoDocumentApiService HSSEventGroupSubscriptionInfoDocumentApi service.
HSSEventSubscriptionInfoDocumentApiService HSSEventSubscriptionInfoDocumentApi service.
HSSSDMSubscriptionInfoDocumentApiService HSSSDMSubscriptionInfoDocumentApi service.
IndividualApplicationDataSubscriptionDocumentApiService IndividualApplicationDataSubscriptionDocumentApi service.
IndividualAppliedBDTPolicyDataDocumentApiService IndividualAppliedBDTPolicyDataDocumentApi service.
IndividualAuthenticationStatusDocumentApiService IndividualAuthenticationStatusDocumentApi service.
IndividualAuthEventDocumentApiService IndividualAuthEventDocumentApi service.
IndividualBdtDataDocumentApiService IndividualBdtDataDocumentApi service.
IndividualExposureDataSubscriptionDocumentApiService IndividualExposureDataSubscriptionDocumentApi service.
IndividualInfluenceDataDocumentApiService IndividualInfluenceDataDocumentApi service.
IndividualInfluenceDataSubscriptionDocumentApiService IndividualInfluenceDataSubscriptionDocumentApi service.
IndividualIPTVConfigurationDataDocumentApiService IndividualIPTVConfigurationDataDocumentApi service.
IndividualPFDDataDocumentApiService IndividualPFDDataDocumentApi service.
IndividualPolicyDataSubscriptionDocumentApiService IndividualPolicyDataSubscriptionDocumentApi service.
IndividualServiceParameterDataDocumentApiService IndividualServiceParameterDataDocumentApi service.
InfluenceDataStoreApiService InfluenceDataStoreApi service.
InfluenceDataSubscriptionsCollectionApiService InfluenceDataSubscriptionsCollectionApi service.
IPSMGWRegistrationDocumentApiService IPSMGWRegistrationDocumentApi service.
IPTVConfigurationDataStoreApiService IPTVConfigurationDataStoreApi 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.
OperatorSpecificDataDocumentApiService OperatorSpecificDataDocumentApi service.
ParameterProvisionDocumentApiService ParameterProvisionDocumentApi service.
ParameterProvisionProfileDataDocumentApiService ParameterProvisionProfileDataDocumentApi service.
ParameterProvisionProfileDataFor5GVNGroupDocumentApiService ParameterProvisionProfileDataFor5GVNGroupDocumentApi service.
PduSessionManagementDataApiService PduSessionManagementDataApi service.
PFDDataStoreApiService PFDDataStoreApi service.
PlmnUePolicySetDocumentApiService PlmnUePolicySetDocumentApi service.
PolicyDataForIndividualUeDocumentApiService PolicyDataForIndividualUeDocumentApi service.
PolicyDataSubscriptionsCollectionApiService PolicyDataSubscriptionsCollectionApi service.
ProSeServiceSubscriptionDataApiService ProSeServiceSubscriptionDataApi service.
ProvisionedDataDocumentApiService ProvisionedDataDocumentApi service.
ProvisionedParameterDataDocumentApiService ProvisionedParameterDataDocumentApi service.
ProvisionedParameterDataEntriesCollectionApiService ProvisionedParameterDataEntriesCollectionApi 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.
ServiceParameterDataStoreApiService ServiceParameterDataStoreApi service.
ServiceSpecificAuthorizationInfoDocumentApiService ServiceSpecificAuthorizationInfoDocumentApi service.
SessionManagementPolicyDataDocumentApiService SessionManagementPolicyDataDocumentApi 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.
SponsorConnectivityDataDocumentApiService SponsorConnectivityDataDocumentApi service.
SubscriptionsCollectionApiService SubscriptionsCollectionApi service.
SubsToNotifyCollectionApiService SubsToNotifyCollectionApi service.
SubsToNotifyDocumentApiService SubsToNotifyDocumentApi service.
TraceDataDocumentApiService TraceDataDocumentApi service.
UEPolicySetDocumentApiService UEPolicySetDocumentApi service.
UEsLocationInformationDocumentApiService UEsLocationInformationDocumentApi service.
UeUpdateStatus Status of the procedure.
UpdateThePEIInformationOfThe5GCEPCDomainsDocumentApiService UpdateThePEIInformationOfThe5GCEPCDomainsDocumentApi service.
UpdateTheRoamingInformationOfTheEPCDomainDocumentApiService UpdateTheRoamingInformationOfTheEPCDomainDocumentApi service.
UsageMonitoringInformationDocumentApiService UsageMonitoringInformationDocumentApi service.
UserConsentDataApiService UserConsentDataApi service.
V2XSubscriptionDataApiService V2XSubscriptionDataApi service.