Versions in this module Expand all Collapse all v1 v1.18.2 Apr 9, 2023 Changes in this version + func IsNil(i interface{}) bool v1.18.1 Apr 8, 2023 Changes in this version + var AllowedAccessType1EnumValues = []AccessType1 + var AllowedAccessTypeAnyOfEnumValues = []AccessTypeAnyOf + var AllowedActivationStateAnyOfEnumValues = []ActivationStateAnyOf + var AllowedChangeTypeAnyOfEnumValues = []ChangeTypeAnyOf + var AllowedDataSetNameAnyOfEnumValues = []DataSetNameAnyOf + var AllowedDetectingNodeAnyOfEnumValues = []DetectingNodeAnyOf + var AllowedIdentityTypeAnyOfEnumValues = []IdentityTypeAnyOf + var AllowedImsRegistrationStateAnyOfEnumValues = []ImsRegistrationStateAnyOf + var AllowedImsVoiceOverPsSessionSupportAnyOfEnumValues = []ImsVoiceOverPsSessionSupportAnyOf + var AllowedNFTypeAnyOfEnumValues = []NFTypeAnyOf + var AllowedPatchOperationAnyOfEnumValues = []PatchOperationAnyOf + var AllowedPrivateIdentityTypeAnyOfEnumValues = []PrivateIdentityTypeAnyOf + var AllowedRatTypeAnyOfEnumValues = []RatTypeAnyOf + var AllowedRegistrationTypeAnyOfEnumValues = []RegistrationTypeAnyOf + var AllowedRequestDirectionAnyOfEnumValues = []RequestDirectionAnyOf + var AllowedRequestedNodeAnyOfEnumValues = []RequestedNodeAnyOf + var AllowedServiceInformationAnyOfEnumValues = []ServiceInformationAnyOf + var AllowedSrvccCapabilityAnyOfEnumValues = []SrvccCapabilityAnyOf + var AllowedTypeOfConditionAnyOfEnumValues = []TypeOfConditionAnyOf + var AllowedUserStateCsAnyOfEnumValues = []UserStateCsAnyOf + var AllowedUserStatePsAnyOfEnumValues = []UserStatePsAnyOf + var ContextOAuth2 = contextKey("token") + var ContextOperationServerIndices = contextKey("serverOperationIndices") + var ContextOperationServerVariables = contextKey("serverOperationVariables") + var ContextServerIndex = contextKey("serverIndex") + var ContextServerVariables = contextKey("serverVariables") + func CacheExpires(r *http.Response) time.Time + func PtrBool(v bool) *bool + func PtrFloat32(v float32) *float32 + func PtrFloat64(v float64) *float64 + func PtrInt(v int) *int + func PtrInt32(v int32) *int32 + func PtrInt64(v int64) *int64 + func PtrString(v string) *string + func PtrTime(v time.Time) *time.Time + type APIClient struct + CSLocationRetrievalApi *CSLocationRetrievalApiService + CSRNRetrievalApi *CSRNRetrievalApiService + CSUserStateInfoRetrievalApi *CSUserStateInfoRetrievalApiService + ChargingInfoRetrievalApi *ChargingInfoRetrievalApiService + DSAIRegistrationInformationApi *DSAIRegistrationInformationApiService + DeleteRepositoryDataApi *DeleteRepositoryDataApiService + DeleteSMSRegistrationInformationApi *DeleteSMSRegistrationInformationApiService + IFCsRetrievalApi *IFCsRetrievalApiService + IMEISVRetrievalApi *IMEISVRetrievalApiService + IMSProfileDataRetrievalApi *IMSProfileDataRetrievalApiService + IPAddressInfoRetrievalApi *IPAddressInfoRetrievalApiService + PSLocationRetrievalApi *PSLocationRetrievalApiService + PSUserStateInfoRetrievalApi *PSUserStateInfoRetrievalApiService + PriorityInfoRetrievalApi *PriorityInfoRetrievalApiService + ReachabilitySubscriptionDeletionApi *ReachabilitySubscriptionDeletionApiService + ReachabilitySubscriptionModificationApi *ReachabilitySubscriptionModificationApiService + ReferenceLocationInfoRetrievalApi *ReferenceLocationInfoRetrievalApiService + RegistrationStatusRetrievalApi *RegistrationStatusRetrievalApiService + RepositoryDataApi *RepositoryDataApiService + RepositoryDataListApi *RepositoryDataListApiService + RetrievalOfAssociatedIMSPrivateIdentitiesApi *RetrievalOfAssociatedIMSPrivateIdentitiesApiService + RetrievalOfAssociatedIMSPublicIdentitiesApi *RetrievalOfAssociatedIMSPublicIdentitiesApiService + RetrievalOfPSIActivationStateApi *RetrievalOfPSIActivationStateApiService + RetrievalOfSharedDataApi *RetrievalOfSharedDataApiService + RetrievalOfTheAssociatedMsisdnsApi *RetrievalOfTheAssociatedMsisdnsApiService + RetrievalOfTheSCSCFCapabilitiesForTheIMSSubscriptionApi *RetrievalOfTheSCSCFCapabilitiesForTheIMSSubscriptionApiService + RetrievalOfTheSCSCFSelectionAssistanceInformationForTheIMSSubscriptionApi *RetrievalOfTheSCSCFSelectionAssistanceInformationForTheIMSSubscriptionApiService + RetrievalOfUESRVCCCapabilityAndSTNSRApi *RetrievalOfUESRVCCCapabilityAndSTNSRApiService + SDMSubscriptionCreationApi *SDMSubscriptionCreationApiService + SDMSubscriptionDeletionApi *SDMSubscriptionDeletionApiService + SDMSubscriptionModificationApi *SDMSubscriptionModificationApiService + SMSRegistrationInformationApi *SMSRegistrationInformationApiService + ServerNameRetrievalApi *ServerNameRetrievalApiService + ServiceTraceInfoRetrievalApi *ServiceTraceInfoRetrievalApiService + SubscriptionCreationForSharedDataApi *SubscriptionCreationForSharedDataApiService + SubscriptionDeletionForSharedDataApi *SubscriptionDeletionForSharedDataApiService + SubscriptionModificationApi *SubscriptionModificationApiService + TADSInfoRetrievalApi *TADSInfoRetrievalApiService + UEIPReachabilitySubscriptionCreationApi *UEIPReachabilitySubscriptionCreationApiService + UpdateDsaiStateApi *UpdateDsaiStateApiService + UpdatePSIStateDataApi *UpdatePSIStateDataApiService + UpdateRepositoryDataApi *UpdateRepositoryDataApiService + UpdateSMSRegistrationInfoApi *UpdateSMSRegistrationInfoApiService + UpdateSRVCCDataApi *UpdateSRVCCDataApiService + func NewAPIClient(cfg *Configuration) *APIClient + func (c *APIClient) GetConfig() *Configuration + type APIKey struct + Key string + Prefix string + type APIResponse struct + Message string + Method string + Operation string + Payload []byte + RequestURL string + func NewAPIResponse(r *http.Response) *APIResponse + func NewAPIResponseWithError(errorMessage string) *APIResponse + type AccessTokenErr struct + Error string + ErrorDescription *string + ErrorUri *string + func NewAccessTokenErr(error_ string) *AccessTokenErr + func NewAccessTokenErrWithDefaults() *AccessTokenErr + func (o *AccessTokenErr) GetError() string + func (o *AccessTokenErr) GetErrorDescription() string + func (o *AccessTokenErr) GetErrorDescriptionOk() (*string, bool) + func (o *AccessTokenErr) GetErrorOk() (*string, bool) + func (o *AccessTokenErr) GetErrorUri() string + func (o *AccessTokenErr) GetErrorUriOk() (*string, bool) + func (o *AccessTokenErr) HasErrorDescription() bool + func (o *AccessTokenErr) HasErrorUri() bool + func (o *AccessTokenErr) SetError(v string) + func (o *AccessTokenErr) SetErrorDescription(v string) + func (o *AccessTokenErr) SetErrorUri(v string) + func (o AccessTokenErr) MarshalJSON() ([]byte, error) + func (o AccessTokenErr) ToMap() (map[string]interface{}, error) + type AccessTokenReq struct + GrantType string + HnrfAccessTokenUri *string + NfInstanceId string + NfType *NFType + RequesterFqdn *string + RequesterPlmn *PlmnId + RequesterPlmnList []PlmnId + RequesterSnpnList []PlmnIdNid + RequesterSnssaiList []Snssai + Scope string + SourceNfInstanceId *string + TargetNfInstanceId *string + TargetNfServiceSetId *string + TargetNfSetId *string + TargetNfType *NFType + TargetNsiList []string + TargetPlmn *PlmnId + TargetSnpn *PlmnIdNid + TargetSnssaiList []Snssai + func NewAccessTokenReq(grantType string, nfInstanceId string, scope string) *AccessTokenReq + func NewAccessTokenReqWithDefaults() *AccessTokenReq + func (o *AccessTokenReq) GetGrantType() string + func (o *AccessTokenReq) GetGrantTypeOk() (*string, bool) + func (o *AccessTokenReq) GetHnrfAccessTokenUri() string + func (o *AccessTokenReq) GetHnrfAccessTokenUriOk() (*string, bool) + func (o *AccessTokenReq) GetNfInstanceId() string + func (o *AccessTokenReq) GetNfInstanceIdOk() (*string, bool) + func (o *AccessTokenReq) GetNfType() NFType + func (o *AccessTokenReq) GetNfTypeOk() (*NFType, bool) + func (o *AccessTokenReq) GetRequesterFqdn() string + func (o *AccessTokenReq) GetRequesterFqdnOk() (*string, bool) + func (o *AccessTokenReq) GetRequesterPlmn() PlmnId + func (o *AccessTokenReq) GetRequesterPlmnList() []PlmnId + func (o *AccessTokenReq) GetRequesterPlmnListOk() ([]PlmnId, bool) + func (o *AccessTokenReq) GetRequesterPlmnOk() (*PlmnId, bool) + func (o *AccessTokenReq) GetRequesterSnpnList() []PlmnIdNid + func (o *AccessTokenReq) GetRequesterSnpnListOk() ([]PlmnIdNid, bool) + func (o *AccessTokenReq) GetRequesterSnssaiList() []Snssai + func (o *AccessTokenReq) GetRequesterSnssaiListOk() ([]Snssai, bool) + func (o *AccessTokenReq) GetScope() string + func (o *AccessTokenReq) GetScopeOk() (*string, bool) + func (o *AccessTokenReq) GetSourceNfInstanceId() string + func (o *AccessTokenReq) GetSourceNfInstanceIdOk() (*string, bool) + func (o *AccessTokenReq) GetTargetNfInstanceId() string + func (o *AccessTokenReq) GetTargetNfInstanceIdOk() (*string, bool) + func (o *AccessTokenReq) GetTargetNfServiceSetId() string + func (o *AccessTokenReq) GetTargetNfServiceSetIdOk() (*string, bool) + func (o *AccessTokenReq) GetTargetNfSetId() string + func (o *AccessTokenReq) GetTargetNfSetIdOk() (*string, bool) + func (o *AccessTokenReq) GetTargetNfType() NFType + func (o *AccessTokenReq) GetTargetNfTypeOk() (*NFType, bool) + func (o *AccessTokenReq) GetTargetNsiList() []string + func (o *AccessTokenReq) GetTargetNsiListOk() ([]string, bool) + func (o *AccessTokenReq) GetTargetPlmn() PlmnId + func (o *AccessTokenReq) GetTargetPlmnOk() (*PlmnId, bool) + func (o *AccessTokenReq) GetTargetSnpn() PlmnIdNid + func (o *AccessTokenReq) GetTargetSnpnOk() (*PlmnIdNid, bool) + func (o *AccessTokenReq) GetTargetSnssaiList() []Snssai + func (o *AccessTokenReq) GetTargetSnssaiListOk() ([]Snssai, bool) + func (o *AccessTokenReq) HasHnrfAccessTokenUri() bool + func (o *AccessTokenReq) HasNfType() bool + func (o *AccessTokenReq) HasRequesterFqdn() bool + func (o *AccessTokenReq) HasRequesterPlmn() bool + func (o *AccessTokenReq) HasRequesterPlmnList() bool + func (o *AccessTokenReq) HasRequesterSnpnList() bool + func (o *AccessTokenReq) HasRequesterSnssaiList() bool + func (o *AccessTokenReq) HasSourceNfInstanceId() bool + func (o *AccessTokenReq) HasTargetNfInstanceId() bool + func (o *AccessTokenReq) HasTargetNfServiceSetId() bool + func (o *AccessTokenReq) HasTargetNfSetId() bool + func (o *AccessTokenReq) HasTargetNfType() bool + func (o *AccessTokenReq) HasTargetNsiList() bool + func (o *AccessTokenReq) HasTargetPlmn() bool + func (o *AccessTokenReq) HasTargetSnpn() bool + func (o *AccessTokenReq) HasTargetSnssaiList() bool + func (o *AccessTokenReq) SetGrantType(v string) + func (o *AccessTokenReq) SetHnrfAccessTokenUri(v string) + func (o *AccessTokenReq) SetNfInstanceId(v string) + func (o *AccessTokenReq) SetNfType(v NFType) + func (o *AccessTokenReq) SetRequesterFqdn(v string) + func (o *AccessTokenReq) SetRequesterPlmn(v PlmnId) + func (o *AccessTokenReq) SetRequesterPlmnList(v []PlmnId) + func (o *AccessTokenReq) SetRequesterSnpnList(v []PlmnIdNid) + func (o *AccessTokenReq) SetRequesterSnssaiList(v []Snssai) + func (o *AccessTokenReq) SetScope(v string) + func (o *AccessTokenReq) SetSourceNfInstanceId(v string) + func (o *AccessTokenReq) SetTargetNfInstanceId(v string) + func (o *AccessTokenReq) SetTargetNfServiceSetId(v string) + func (o *AccessTokenReq) SetTargetNfSetId(v string) + func (o *AccessTokenReq) SetTargetNfType(v NFType) + func (o *AccessTokenReq) SetTargetNsiList(v []string) + func (o *AccessTokenReq) SetTargetPlmn(v PlmnId) + func (o *AccessTokenReq) SetTargetSnpn(v PlmnIdNid) + func (o *AccessTokenReq) SetTargetSnssaiList(v []Snssai) + func (o AccessTokenReq) MarshalJSON() ([]byte, error) + func (o AccessTokenReq) ToMap() (map[string]interface{}, error) + type AccessType struct + AccessTypeAnyOf *AccessTypeAnyOf + String *string + func (dst *AccessType) UnmarshalJSON(data []byte) error + func (src *AccessType) MarshalJSON() ([]byte, error) + type AccessType1 string + const NON_3_GPP_ACCESS + func NewAccessType1FromValue(v string) (*AccessType1, error) + func (v *AccessType1) UnmarshalJSON(src []byte) error + func (v AccessType1) IsValid() bool + func (v AccessType1) Ptr() *AccessType1 + type AccessTypeAnyOf string + func NewAccessTypeAnyOfFromValue(v string) (*AccessTypeAnyOf, error) + func (v *AccessTypeAnyOf) UnmarshalJSON(src []byte) error + func (v AccessTypeAnyOf) IsValid() bool + func (v AccessTypeAnyOf) Ptr() *AccessTypeAnyOf + type ActivationState struct + ActivationStateAnyOf *ActivationStateAnyOf + String *string + func (dst *ActivationState) UnmarshalJSON(data []byte) error + func (src *ActivationState) MarshalJSON() ([]byte, error) + type ActivationStateAnyOf string + const ACTIVE + const INACTIVE + func NewActivationStateAnyOfFromValue(v string) (*ActivationStateAnyOf, error) + func (v *ActivationStateAnyOf) UnmarshalJSON(src []byte) error + func (v ActivationStateAnyOf) IsValid() bool + func (v ActivationStateAnyOf) Ptr() *ActivationStateAnyOf + type AmfLocationData struct + AmfAddress string + AmfLocation *NrLocation + PlmnId PlmnId + RatType *RatType + SmsfAddress *string + TimeZone *string + func NewAmfLocationData(amfAddress string, plmnId PlmnId) *AmfLocationData + func NewAmfLocationDataWithDefaults() *AmfLocationData + func (o *AmfLocationData) GetAmfAddress() string + func (o *AmfLocationData) GetAmfAddressOk() (*string, bool) + func (o *AmfLocationData) GetAmfLocation() NrLocation + func (o *AmfLocationData) GetAmfLocationOk() (*NrLocation, bool) + func (o *AmfLocationData) GetPlmnId() PlmnId + func (o *AmfLocationData) GetPlmnIdOk() (*PlmnId, bool) + func (o *AmfLocationData) GetRatType() RatType + func (o *AmfLocationData) GetRatTypeOk() (*RatType, bool) + func (o *AmfLocationData) GetSmsfAddress() string + func (o *AmfLocationData) GetSmsfAddressOk() (*string, bool) + func (o *AmfLocationData) GetTimeZone() string + func (o *AmfLocationData) GetTimeZoneOk() (*string, bool) + func (o *AmfLocationData) HasAmfLocation() bool + func (o *AmfLocationData) HasRatType() bool + func (o *AmfLocationData) HasSmsfAddress() bool + func (o *AmfLocationData) HasTimeZone() bool + func (o *AmfLocationData) SetAmfAddress(v string) + func (o *AmfLocationData) SetAmfLocation(v NrLocation) + func (o *AmfLocationData) SetPlmnId(v PlmnId) + func (o *AmfLocationData) SetRatType(v RatType) + func (o *AmfLocationData) SetSmsfAddress(v string) + func (o *AmfLocationData) SetTimeZone(v string) + func (o AmfLocationData) MarshalJSON() ([]byte, error) + func (o AmfLocationData) ToMap() (map[string]interface{}, error) + type ApiDeleteRepositoryDataServIndRequest struct + ApiService *DeleteRepositoryDataApiService + func (r ApiDeleteRepositoryDataServIndRequest) Execute() (*http.Response, error) + type ApiDeleteSmsRegistrationInfoRequest struct + ApiService *DeleteSMSRegistrationInformationApiService + func (r ApiDeleteSmsRegistrationInfoRequest) Execute() (*http.Response, error) + func (r ApiDeleteSmsRegistrationInfoRequest) PrivateIdentity(privateIdentity string) ApiDeleteSmsRegistrationInfoRequest + type ApiGetChargingInfoRequest struct + ApiService *ChargingInfoRetrievalApiService + func (r ApiGetChargingInfoRequest) Execute() (*ChargingInfo, *http.Response, error) + func (r ApiGetChargingInfoRequest) SupportedFeatures(supportedFeatures string) ApiGetChargingInfoRequest + type ApiGetCsUserStateInfoRequest struct + ApiService *CSUserStateInfoRetrievalApiService + func (r ApiGetCsUserStateInfoRequest) Execute() (*CsUserState, *http.Response, error) + func (r ApiGetCsUserStateInfoRequest) PrivateIdentity(privateIdentity string) ApiGetCsUserStateInfoRequest + type ApiGetCsrnRequest struct + ApiService *CSRNRetrievalApiService + func (r ApiGetCsrnRequest) CallReferenceInfo(callReferenceInfo CallReferenceInfo) ApiGetCsrnRequest + func (r ApiGetCsrnRequest) Execute() (*Csrn, *http.Response, error) + func (r ApiGetCsrnRequest) PrePaging(prePaging bool) ApiGetCsrnRequest + func (r ApiGetCsrnRequest) PrivateIdentity(privateIdentity string) ApiGetCsrnRequest + func (r ApiGetCsrnRequest) SupportedFeatures(supportedFeatures string) ApiGetCsrnRequest + type ApiGetDsaiInfoRequest struct + ApiService *DSAIRegistrationInformationApiService + func (r ApiGetDsaiInfoRequest) ApplicationServerName(applicationServerName string) ApiGetDsaiInfoRequest + func (r ApiGetDsaiInfoRequest) DsaiTag(dsaiTag string) ApiGetDsaiInfoRequest + func (r ApiGetDsaiInfoRequest) Execute() (*DsaiTagInformation, *http.Response, error) + func (r ApiGetDsaiInfoRequest) SupportedFeatures(supportedFeatures string) ApiGetDsaiInfoRequest + type ApiGetIMEISVInfoRequest struct + ApiService *IMEISVRetrievalApiService + func (r ApiGetIMEISVInfoRequest) Execute() (*ImeiSvInformation, *http.Response, error) + func (r ApiGetIMEISVInfoRequest) PrivateIdentity(privateIdentity string) ApiGetIMEISVInfoRequest + type ApiGetIfcsRequest struct + ApiService *IFCsRetrievalApiService + func (r ApiGetIfcsRequest) ApplicationServerName(applicationServerName string) ApiGetIfcsRequest + func (r ApiGetIfcsRequest) Execute() (*Ifcs, *http.Response, error) + func (r ApiGetIfcsRequest) SupportedFeatures(supportedFeatures string) ApiGetIfcsRequest + type ApiGetImsAssocIdsRequest struct + ApiService *RetrievalOfAssociatedIMSPublicIdentitiesApiService + func (r ApiGetImsAssocIdsRequest) Execute() (*ImsAssociatedIdentities, *http.Response, error) + type ApiGetImsPrivateIdsRequest struct + ApiService *RetrievalOfAssociatedIMSPrivateIdentitiesApiService + func (r ApiGetImsPrivateIdsRequest) Execute() (*PrivateIdentities, *http.Response, error) + func (r ApiGetImsPrivateIdsRequest) Impi(impi string) ApiGetImsPrivateIdsRequest + func (r ApiGetImsPrivateIdsRequest) SupportedFeatures(supportedFeatures string) ApiGetImsPrivateIdsRequest + type ApiGetIpAddressInfoRequest struct + ApiService *IPAddressInfoRetrievalApiService + func (r ApiGetIpAddressInfoRequest) Execute() (*IpAddr, *http.Response, error) + type ApiGetLocCsDomainRequest struct + ApiService *CSLocationRetrievalApiService + func (r ApiGetLocCsDomainRequest) CurrentLocation(currentLocation bool) ApiGetLocCsDomainRequest + func (r ApiGetLocCsDomainRequest) Execute() (*CsLocation, *http.Response, error) + func (r ApiGetLocCsDomainRequest) LocalTime(localTime bool) ApiGetLocCsDomainRequest + func (r ApiGetLocCsDomainRequest) PrivateIdentity(privateIdentity string) ApiGetLocCsDomainRequest + func (r ApiGetLocCsDomainRequest) ServingNode(servingNode bool) ApiGetLocCsDomainRequest + func (r ApiGetLocCsDomainRequest) SupportedFeatures(supportedFeatures string) ApiGetLocCsDomainRequest + type ApiGetLocPsDomainRequest struct + ApiService *PSLocationRetrievalApiService + func (r ApiGetLocPsDomainRequest) CurrentLocation(currentLocation bool) ApiGetLocPsDomainRequest + func (r ApiGetLocPsDomainRequest) Execute() (*PsLocation, *http.Response, error) + func (r ApiGetLocPsDomainRequest) LocalTime(localTime bool) ApiGetLocPsDomainRequest + func (r ApiGetLocPsDomainRequest) PrivateIdentity(privateIdentity string) ApiGetLocPsDomainRequest + func (r ApiGetLocPsDomainRequest) RatType(ratType bool) ApiGetLocPsDomainRequest + func (r ApiGetLocPsDomainRequest) RequestedNodes(requestedNodes []RequestedNode) ApiGetLocPsDomainRequest + func (r ApiGetLocPsDomainRequest) ServingNode(servingNode bool) ApiGetLocPsDomainRequest + func (r ApiGetLocPsDomainRequest) SupportedFeatures(supportedFeatures string) ApiGetLocPsDomainRequest + type ApiGetMsisdnsRequest struct + ApiService *RetrievalOfTheAssociatedMsisdnsApiService + func (r ApiGetMsisdnsRequest) Execute() (*MsisdnList, *http.Response, error) + func (r ApiGetMsisdnsRequest) PrivateId(privateId string) ApiGetMsisdnsRequest + type ApiGetPriorityInfoRequest struct + ApiService *PriorityInfoRetrievalApiService + func (r ApiGetPriorityInfoRequest) Execute() (*PriorityLevels, *http.Response, error) + func (r ApiGetPriorityInfoRequest) SupportedFeatures(supportedFeatures string) ApiGetPriorityInfoRequest + type ApiGetProfileDataRequest struct + ApiService *IMSProfileDataRetrievalApiService + func (r ApiGetProfileDataRequest) DatasetNames(datasetNames []DataSetName) ApiGetProfileDataRequest + func (r ApiGetProfileDataRequest) Execute() (*ImsProfileData, *http.Response, error) + type ApiGetPsUserStateInfoRequest struct + ApiService *PSUserStateInfoRetrievalApiService + func (r ApiGetPsUserStateInfoRequest) Execute() (*PsUserState, *http.Response, error) + func (r ApiGetPsUserStateInfoRequest) PrivateIdentity(privateIdentity string) ApiGetPsUserStateInfoRequest + func (r ApiGetPsUserStateInfoRequest) RequestedNodes(requestedNodes []RequestedNode) ApiGetPsUserStateInfoRequest + type ApiGetPsiStateRequest struct + ApiService *RetrievalOfPSIActivationStateApiService + func (r ApiGetPsiStateRequest) Execute() (*PsiActivationState, *http.Response, error) + func (r ApiGetPsiStateRequest) SupportedFeatures(supportedFeatures string) ApiGetPsiStateRequest + type ApiGetReferenceLocationInfoRequest struct + ApiService *ReferenceLocationInfoRetrievalApiService + func (r ApiGetReferenceLocationInfoRequest) Execute() (*ReferenceLocationInformation, *http.Response, error) + func (r ApiGetReferenceLocationInfoRequest) PrivateIdentity(privateIdentity string) ApiGetReferenceLocationInfoRequest + func (r ApiGetReferenceLocationInfoRequest) SupportedFeatures(supportedFeatures string) ApiGetReferenceLocationInfoRequest + type ApiGetRegistrationStatusRequest struct + ApiService *RegistrationStatusRetrievalApiService + func (r ApiGetRegistrationStatusRequest) Execute() (*ImsRegistrationStatus, *http.Response, error) + func (r ApiGetRegistrationStatusRequest) SupportedFeatures(supportedFeatures string) ApiGetRegistrationStatusRequest + type ApiGetRepositoryDataServIndListRequest struct + ApiService *RepositoryDataListApiService + func (r ApiGetRepositoryDataServIndListRequest) Execute() (*RepositoryDataList, *http.Response, error) + func (r ApiGetRepositoryDataServIndListRequest) ServiceIndications(serviceIndications []string) ApiGetRepositoryDataServIndListRequest + func (r ApiGetRepositoryDataServIndListRequest) SupportedFeatures(supportedFeatures string) ApiGetRepositoryDataServIndListRequest + type ApiGetRepositoryDataServIndRequest struct + ApiService *RepositoryDataApiService + func (r ApiGetRepositoryDataServIndRequest) Execute() (*RepositoryData, *http.Response, error) + func (r ApiGetRepositoryDataServIndRequest) SupportedFeatures(supportedFeatures string) ApiGetRepositoryDataServIndRequest + type ApiGetScscfCapabilitiesRequest struct + ApiService *RetrievalOfTheSCSCFCapabilitiesForTheIMSSubscriptionApiService + func (r ApiGetScscfCapabilitiesRequest) Execute() (*ScscfCapabilityList, *http.Response, error) + type ApiGetScscfSelectionAssistanceInfoRequest struct + ApiService *RetrievalOfTheSCSCFSelectionAssistanceInformationForTheIMSSubscriptionApiService + func (r ApiGetScscfSelectionAssistanceInfoRequest) Execute() (*ScscfSelectionAssistanceInformation, *http.Response, error) + type ApiGetServerNameRequest struct + ApiService *ServerNameRetrievalApiService + func (r ApiGetServerNameRequest) Execute() (*ImsLocationData, *http.Response, error) + func (r ApiGetServerNameRequest) SupportedFeatures(supportedFeatures string) ApiGetServerNameRequest + type ApiGetServiceTraceInfoRequest struct + ApiService *ServiceTraceInfoRetrievalApiService + func (r ApiGetServiceTraceInfoRequest) Execute() (*ServiceLevelTraceInformation, *http.Response, error) + func (r ApiGetServiceTraceInfoRequest) SupportedFeatures(supportedFeatures string) ApiGetServiceTraceInfoRequest + type ApiGetSharedDataRequest struct + ApiService *RetrievalOfSharedDataApiService + func (r ApiGetSharedDataRequest) Execute() ([]SharedData, *http.Response, error) + func (r ApiGetSharedDataRequest) SharedDataIds(sharedDataIds []string) ApiGetSharedDataRequest + type ApiGetSmsRegistrationInfoRequest struct + ApiService *SMSRegistrationInformationApiService + func (r ApiGetSmsRegistrationInfoRequest) Execute() (*SmsRegistrationInfo, *http.Response, error) + func (r ApiGetSmsRegistrationInfoRequest) PrivateIdentity(privateIdentity string) ApiGetSmsRegistrationInfoRequest + type ApiGetSrvccDataRequest struct + ApiService *RetrievalOfUESRVCCCapabilityAndSTNSRApiService + func (r ApiGetSrvccDataRequest) Execute() (*SrvccData, *http.Response, error) + func (r ApiGetSrvccDataRequest) PrivateIdentity(privateIdentity string) ApiGetSrvccDataRequest + func (r ApiGetSrvccDataRequest) SupportedFeatures(supportedFeatures string) ApiGetSrvccDataRequest + type ApiGetTadsInfoRequest struct + ApiService *TADSInfoRetrievalApiService + func (r ApiGetTadsInfoRequest) Execute() (*TadsInformation, *http.Response, error) + func (r ApiGetTadsInfoRequest) PrivateIdentity(privateIdentity string) ApiGetTadsInfoRequest + type ApiImsSdmSubsModifyRequest struct + ApiService *SDMSubscriptionModificationApiService + func (r ApiImsSdmSubsModifyRequest) Execute() (*PatchResult, *http.Response, error) + func (r ApiImsSdmSubsModifyRequest) PatchItem(patchItem []PatchItem) ApiImsSdmSubsModifyRequest + func (r ApiImsSdmSubsModifyRequest) SupportedFeatures(supportedFeatures string) ApiImsSdmSubsModifyRequest + type ApiImsSdmSubscribeRequest struct + ApiService *SDMSubscriptionCreationApiService + func (r ApiImsSdmSubscribeRequest) Execute() (*ImsSdmSubscription, *http.Response, error) + func (r ApiImsSdmSubscribeRequest) ImsSdmSubscription(imsSdmSubscription ImsSdmSubscription) ApiImsSdmSubscribeRequest + type ApiImsSdmUnsubscribeRequest struct + ApiService *SDMSubscriptionDeletionApiService + func (r ApiImsSdmUnsubscribeRequest) Execute() (*http.Response, error) + type ApiModifySharedDataSubsRequest struct + ApiService *SubscriptionModificationApiService + func (r ApiModifySharedDataSubsRequest) Execute() (*PatchResult, *http.Response, error) + func (r ApiModifySharedDataSubsRequest) PatchItem(patchItem []PatchItem) ApiModifySharedDataSubsRequest + func (r ApiModifySharedDataSubsRequest) SupportedFeatures(supportedFeatures string) ApiModifySharedDataSubsRequest + type ApiSubscribeToSharedDataRequest struct + ApiService *SubscriptionCreationForSharedDataApiService + func (r ApiSubscribeToSharedDataRequest) Execute() (*ImsSdmSubscription, *http.Response, error) + func (r ApiSubscribeToSharedDataRequest) ImsSdmSubscription(imsSdmSubscription ImsSdmSubscription) ApiSubscribeToSharedDataRequest + type ApiUeReachIpSubscribeRequest struct + ApiService *UEIPReachabilitySubscriptionCreationApiService + func (r ApiUeReachIpSubscribeRequest) Execute() (*CreatedUeReachabilitySubscription, *http.Response, error) + func (r ApiUeReachIpSubscribeRequest) PrivateIdentity(privateIdentity string) ApiUeReachIpSubscribeRequest + func (r ApiUeReachIpSubscribeRequest) UeReachabilitySubscription(ueReachabilitySubscription UeReachabilitySubscription) ApiUeReachIpSubscribeRequest + type ApiUeReachSubsModifyRequest struct + ApiService *ReachabilitySubscriptionModificationApiService + func (r ApiUeReachSubsModifyRequest) Execute() (*PatchResult, *http.Response, error) + func (r ApiUeReachSubsModifyRequest) PatchItem(patchItem []PatchItem) ApiUeReachSubsModifyRequest + func (r ApiUeReachSubsModifyRequest) PrivateIdentity(privateIdentity string) ApiUeReachSubsModifyRequest + func (r ApiUeReachSubsModifyRequest) SupportedFeatures(supportedFeatures string) ApiUeReachSubsModifyRequest + type ApiUeReachUnsubscribeRequest struct + ApiService *ReachabilitySubscriptionDeletionApiService + func (r ApiUeReachUnsubscribeRequest) Execute() (*http.Response, error) + func (r ApiUeReachUnsubscribeRequest) PrivateIdentity(privateIdentity string) ApiUeReachUnsubscribeRequest + type ApiUnsubscribeForSharedDataRequest struct + ApiService *SubscriptionDeletionForSharedDataApiService + func (r ApiUnsubscribeForSharedDataRequest) Execute() (*http.Response, error) + type ApiUpdateDsaiStateRequest struct + ApiService *UpdateDsaiStateApiService + func (r ApiUpdateDsaiStateRequest) Execute() (*PatchResult, *http.Response, error) + func (r ApiUpdateDsaiStateRequest) PatchItem(patchItem []PatchItem) ApiUpdateDsaiStateRequest + func (r ApiUpdateDsaiStateRequest) SupportedFeatures(supportedFeatures string) ApiUpdateDsaiStateRequest + type ApiUpdatePsiStateRequest struct + ApiService *UpdatePSIStateDataApiService + func (r ApiUpdatePsiStateRequest) Execute() (*PatchResult, *http.Response, error) + func (r ApiUpdatePsiStateRequest) PatchItem(patchItem []PatchItem) ApiUpdatePsiStateRequest + func (r ApiUpdatePsiStateRequest) SupportedFeatures(supportedFeatures string) ApiUpdatePsiStateRequest + type ApiUpdateRepositoryDataServIndRequest struct + ApiService *UpdateRepositoryDataApiService + func (r ApiUpdateRepositoryDataServIndRequest) Execute() (*RepositoryData, *http.Response, error) + func (r ApiUpdateRepositoryDataServIndRequest) RepositoryData(repositoryData RepositoryData) ApiUpdateRepositoryDataServIndRequest + type ApiUpdateSmsRegistrationInfoRequest struct + ApiService *UpdateSMSRegistrationInfoApiService + func (r ApiUpdateSmsRegistrationInfoRequest) Execute() (*SmsRegistrationInfo, *http.Response, error) + func (r ApiUpdateSmsRegistrationInfoRequest) IpSmGwAddress(ipSmGwAddress IpSmGwAddress) ApiUpdateSmsRegistrationInfoRequest + func (r ApiUpdateSmsRegistrationInfoRequest) PrivateIdentity(privateIdentity string) ApiUpdateSmsRegistrationInfoRequest + type ApiUpdateSrvccDataRequest struct + ApiService *UpdateSRVCCDataApiService + func (r ApiUpdateSrvccDataRequest) Execute() (*PatchResult, *http.Response, error) + func (r ApiUpdateSrvccDataRequest) PatchItem(patchItem []PatchItem) ApiUpdateSrvccDataRequest + func (r ApiUpdateSrvccDataRequest) PrivateIdentity(privateIdentity string) ApiUpdateSrvccDataRequest + func (r ApiUpdateSrvccDataRequest) SupportedFeatures(supportedFeatures string) ApiUpdateSrvccDataRequest + type ApplicationServer struct + AsUri string + ServiceInfoList []ServiceInformation + SessionContinue *bool + func NewApplicationServer(asUri string) *ApplicationServer + func NewApplicationServerWithDefaults() *ApplicationServer + func (o *ApplicationServer) GetAsUri() string + func (o *ApplicationServer) GetAsUriOk() (*string, bool) + func (o *ApplicationServer) GetServiceInfoList() []ServiceInformation + func (o *ApplicationServer) GetServiceInfoListOk() ([]ServiceInformation, bool) + func (o *ApplicationServer) GetSessionContinue() bool + func (o *ApplicationServer) GetSessionContinueOk() (*bool, bool) + func (o *ApplicationServer) HasServiceInfoList() bool + func (o *ApplicationServer) HasSessionContinue() bool + func (o *ApplicationServer) SetAsUri(v string) + func (o *ApplicationServer) SetServiceInfoList(v []ServiceInformation) + func (o *ApplicationServer) SetSessionContinue(v bool) + func (o ApplicationServer) MarshalJSON() ([]byte, error) + func (o ApplicationServer) ToMap() (map[string]interface{}, error) + type BasicAuth struct + Password string + UserName string + type CSLocationRetrievalApiService service + func (a *CSLocationRetrievalApiService) GetLocCsDomain(ctx context.Context, imsUeId string) ApiGetLocCsDomainRequest + func (a *CSLocationRetrievalApiService) GetLocCsDomainExecute(r ApiGetLocCsDomainRequest) (*CsLocation, *http.Response, error) + type CSRNRetrievalApiService service + func (a *CSRNRetrievalApiService) GetCsrn(ctx context.Context, imsUeId string) ApiGetCsrnRequest + func (a *CSRNRetrievalApiService) GetCsrnExecute(r ApiGetCsrnRequest) (*Csrn, *http.Response, error) + type CSUserStateInfoRetrievalApiService service + func (a *CSUserStateInfoRetrievalApiService) GetCsUserStateInfo(ctx context.Context, imsUeId string) ApiGetCsUserStateInfoRequest + func (a *CSUserStateInfoRetrievalApiService) GetCsUserStateInfoExecute(r ApiGetCsUserStateInfoRequest) (*CsUserState, *http.Response, error) + type CallReferenceInfo struct + AsNumber string + CallRefNumber string + func NewCallReferenceInfo(callRefNumber string, asNumber string) *CallReferenceInfo + func NewCallReferenceInfoWithDefaults() *CallReferenceInfo + func (o *CallReferenceInfo) GetAsNumber() string + func (o *CallReferenceInfo) GetAsNumberOk() (*string, bool) + func (o *CallReferenceInfo) GetCallRefNumber() string + func (o *CallReferenceInfo) GetCallRefNumberOk() (*string, bool) + func (o *CallReferenceInfo) SetAsNumber(v string) + func (o *CallReferenceInfo) SetCallRefNumber(v string) + func (o CallReferenceInfo) MarshalJSON() ([]byte, error) + func (o CallReferenceInfo) ToMap() (map[string]interface{}, error) + type CellGlobalId struct + CellId string + Lac string + PlmnId PlmnId + func NewCellGlobalId(plmnId PlmnId, lac string, cellId string) *CellGlobalId + func NewCellGlobalIdWithDefaults() *CellGlobalId + func (o *CellGlobalId) GetCellId() string + func (o *CellGlobalId) GetCellIdOk() (*string, bool) + func (o *CellGlobalId) GetLac() string + func (o *CellGlobalId) GetLacOk() (*string, bool) + func (o *CellGlobalId) GetPlmnId() PlmnId + func (o *CellGlobalId) GetPlmnIdOk() (*PlmnId, bool) + func (o *CellGlobalId) SetCellId(v string) + func (o *CellGlobalId) SetLac(v string) + func (o *CellGlobalId) SetPlmnId(v PlmnId) + func (o CellGlobalId) MarshalJSON() ([]byte, error) + func (o CellGlobalId) ToMap() (map[string]interface{}, error) + type ChangeItem struct + From *string + NewValue interface{} + Op ChangeType + OrigValue interface{} + Path string + func NewChangeItem(op ChangeType, path string) *ChangeItem + func NewChangeItemWithDefaults() *ChangeItem + func (o *ChangeItem) GetFrom() string + func (o *ChangeItem) GetFromOk() (*string, bool) + func (o *ChangeItem) GetNewValue() interface{} + func (o *ChangeItem) GetNewValueOk() (*interface{}, bool) + func (o *ChangeItem) GetOp() ChangeType + func (o *ChangeItem) GetOpOk() (*ChangeType, bool) + func (o *ChangeItem) GetOrigValue() interface{} + func (o *ChangeItem) GetOrigValueOk() (*interface{}, bool) + func (o *ChangeItem) GetPath() string + func (o *ChangeItem) GetPathOk() (*string, bool) + func (o *ChangeItem) HasFrom() bool + func (o *ChangeItem) HasNewValue() bool + func (o *ChangeItem) HasOrigValue() bool + func (o *ChangeItem) SetFrom(v string) + func (o *ChangeItem) SetNewValue(v interface{}) + func (o *ChangeItem) SetOp(v ChangeType) + func (o *ChangeItem) SetOrigValue(v interface{}) + func (o *ChangeItem) SetPath(v string) + func (o ChangeItem) MarshalJSON() ([]byte, error) + func (o ChangeItem) ToMap() (map[string]interface{}, error) + type ChangeType struct + ChangeTypeAnyOf *ChangeTypeAnyOf + String *string + func (dst *ChangeType) UnmarshalJSON(data []byte) error + func (src *ChangeType) MarshalJSON() ([]byte, error) + type ChangeTypeAnyOf string + const ADD + const MOVE + const REMOVE + const REPLACE + func NewChangeTypeAnyOfFromValue(v string) (*ChangeTypeAnyOf, error) + func (v *ChangeTypeAnyOf) UnmarshalJSON(src []byte) error + func (v ChangeTypeAnyOf) IsValid() bool + func (v ChangeTypeAnyOf) Ptr() *ChangeTypeAnyOf + type ChargingInfo struct + Interface *interface{} + func (dst *ChargingInfo) UnmarshalJSON(data []byte) error + func (src *ChargingInfo) MarshalJSON() ([]byte, error) + type ChargingInfoRetrievalApiService service + func (a *ChargingInfoRetrievalApiService) GetChargingInfo(ctx context.Context, imsUeId string) ApiGetChargingInfoRequest + func (a *ChargingInfoRetrievalApiService) GetChargingInfoExecute(r ApiGetChargingInfoRequest) (*ChargingInfo, *http.Response, error) + type Configuration struct + Debug bool + DefaultHeader map[string]string + HTTPClient *http.Client + Host string + OperationServers map[string]ServerConfigurations + Scheme string + Servers ServerConfigurations + UserAgent string + func NewConfiguration() *Configuration + func (c *Configuration) AddDefaultHeader(key string, value string) + func (c *Configuration) ServerURL(index int, variables map[string]string) (string, error) + func (c *Configuration) ServerURLWithContext(ctx context.Context, endpoint string) (string, error) + type CoreNetworkServiceAuthorization struct + SubscribedMediaProfileId *int32 + func NewCoreNetworkServiceAuthorization() *CoreNetworkServiceAuthorization + func NewCoreNetworkServiceAuthorizationWithDefaults() *CoreNetworkServiceAuthorization + func (o *CoreNetworkServiceAuthorization) GetSubscribedMediaProfileId() int32 + func (o *CoreNetworkServiceAuthorization) GetSubscribedMediaProfileIdOk() (*int32, bool) + func (o *CoreNetworkServiceAuthorization) HasSubscribedMediaProfileId() bool + func (o *CoreNetworkServiceAuthorization) SetSubscribedMediaProfileId(v int32) + func (o CoreNetworkServiceAuthorization) MarshalJSON() ([]byte, error) + func (o CoreNetworkServiceAuthorization) ToMap() (map[string]interface{}, error) + type CreatedUeReachabilitySubscription struct + Expiry time.Time + func NewCreatedUeReachabilitySubscription(expiry time.Time) *CreatedUeReachabilitySubscription + func NewCreatedUeReachabilitySubscriptionWithDefaults() *CreatedUeReachabilitySubscription + func (o *CreatedUeReachabilitySubscription) GetExpiry() time.Time + func (o *CreatedUeReachabilitySubscription) GetExpiryOk() (*time.Time, bool) + func (o *CreatedUeReachabilitySubscription) SetExpiry(v time.Time) + func (o CreatedUeReachabilitySubscription) MarshalJSON() ([]byte, error) + func (o CreatedUeReachabilitySubscription) ToMap() (map[string]interface{}, error) + type CsLocation struct + CsgInformation *CsgInformation + EUtranCgi *Ecgi + MscNumber string + PlmnId PlmnId + Tai *Tai + TimeZone *string + VlrLocation *GeraLocation + VlrNumber string + func NewCsLocation(mscNumber string, vlrNumber string, plmnId PlmnId) *CsLocation + func NewCsLocationWithDefaults() *CsLocation + func (o *CsLocation) GetCsgInformation() CsgInformation + func (o *CsLocation) GetCsgInformationOk() (*CsgInformation, bool) + func (o *CsLocation) GetEUtranCgi() Ecgi + func (o *CsLocation) GetEUtranCgiOk() (*Ecgi, bool) + func (o *CsLocation) GetMscNumber() string + func (o *CsLocation) GetMscNumberOk() (*string, bool) + func (o *CsLocation) GetPlmnId() PlmnId + func (o *CsLocation) GetPlmnIdOk() (*PlmnId, bool) + func (o *CsLocation) GetTai() Tai + func (o *CsLocation) GetTaiOk() (*Tai, bool) + func (o *CsLocation) GetTimeZone() string + func (o *CsLocation) GetTimeZoneOk() (*string, bool) + func (o *CsLocation) GetVlrLocation() GeraLocation + func (o *CsLocation) GetVlrLocationOk() (*GeraLocation, bool) + func (o *CsLocation) GetVlrNumber() string + func (o *CsLocation) GetVlrNumberOk() (*string, bool) + func (o *CsLocation) HasCsgInformation() bool + func (o *CsLocation) HasEUtranCgi() bool + func (o *CsLocation) HasTai() bool + func (o *CsLocation) HasTimeZone() bool + func (o *CsLocation) HasVlrLocation() bool + func (o *CsLocation) SetCsgInformation(v CsgInformation) + func (o *CsLocation) SetEUtranCgi(v Ecgi) + func (o *CsLocation) SetMscNumber(v string) + func (o *CsLocation) SetPlmnId(v PlmnId) + func (o *CsLocation) SetTai(v Tai) + func (o *CsLocation) SetTimeZone(v string) + func (o *CsLocation) SetVlrLocation(v GeraLocation) + func (o *CsLocation) SetVlrNumber(v string) + func (o CsLocation) MarshalJSON() ([]byte, error) + func (o CsLocation) ToMap() (map[string]interface{}, error) + type CsUserState struct + MscVlrUserState UserStateCs + func NewCsUserState(mscVlrUserState UserStateCs) *CsUserState + func NewCsUserStateWithDefaults() *CsUserState + func (o *CsUserState) GetMscVlrUserState() UserStateCs + func (o *CsUserState) GetMscVlrUserStateOk() (*UserStateCs, bool) + func (o *CsUserState) SetMscVlrUserState(v UserStateCs) + func (o CsUserState) MarshalJSON() ([]byte, error) + func (o CsUserState) ToMap() (map[string]interface{}, error) + type CsgInformation struct + AccessMode *string + CMi *bool + CsgId string + func NewCsgInformation(csgId string) *CsgInformation + func NewCsgInformationWithDefaults() *CsgInformation + func (o *CsgInformation) GetAccessMode() string + func (o *CsgInformation) GetAccessModeOk() (*string, bool) + func (o *CsgInformation) GetCMi() bool + func (o *CsgInformation) GetCMiOk() (*bool, bool) + func (o *CsgInformation) GetCsgId() string + func (o *CsgInformation) GetCsgIdOk() (*string, bool) + func (o *CsgInformation) HasAccessMode() bool + func (o *CsgInformation) HasCMi() bool + func (o *CsgInformation) SetAccessMode(v string) + func (o *CsgInformation) SetCMi(v bool) + func (o *CsgInformation) SetCsgId(v string) + func (o CsgInformation) MarshalJSON() ([]byte, error) + func (o CsgInformation) ToMap() (map[string]interface{}, error) + type Csrn struct + Csrn string + func NewCsrn(csrn string) *Csrn + func NewCsrnWithDefaults() *Csrn + func (o *Csrn) GetCsrn() string + func (o *Csrn) GetCsrnOk() (*string, bool) + func (o *Csrn) SetCsrn(v string) + func (o Csrn) MarshalJSON() ([]byte, error) + func (o Csrn) ToMap() (map[string]interface{}, error) + type DSAIRegistrationInformationApiService service + func (a *DSAIRegistrationInformationApiService) GetDsaiInfo(ctx context.Context, imsUeId string) ApiGetDsaiInfoRequest + func (a *DSAIRegistrationInformationApiService) GetDsaiInfoExecute(r ApiGetDsaiInfoRequest) (*DsaiTagInformation, *http.Response, error) + type DataSetName struct + DataSetNameAnyOf *DataSetNameAnyOf + String *string + func (dst *DataSetName) UnmarshalJSON(data []byte) error + func (src *DataSetName) MarshalJSON() ([]byte, error) + type DataSetNameAnyOf string + const CHARGING_DATA + const IFC_DATA + const PRIORITY_DATA + const TRACE_DATA + func NewDataSetNameAnyOfFromValue(v string) (*DataSetNameAnyOf, error) + func (v *DataSetNameAnyOf) UnmarshalJSON(src []byte) error + func (v DataSetNameAnyOf) IsValid() bool + func (v DataSetNameAnyOf) Ptr() *DataSetNameAnyOf + type DeleteRepositoryDataApiService service + func (a *DeleteRepositoryDataApiService) DeleteRepositoryDataServInd(ctx context.Context, imsUeId string, serviceIndication string) ApiDeleteRepositoryDataServIndRequest + func (a *DeleteRepositoryDataApiService) DeleteRepositoryDataServIndExecute(r ApiDeleteRepositoryDataServIndRequest) (*http.Response, error) + type DeleteSMSRegistrationInformationApiService service + func (a *DeleteSMSRegistrationInformationApiService) DeleteSmsRegistrationInfo(ctx context.Context, imsUeId string) ApiDeleteSmsRegistrationInfoRequest + func (a *DeleteSMSRegistrationInformationApiService) DeleteSmsRegistrationInfoExecute(r ApiDeleteSmsRegistrationInfoRequest) (*http.Response, error) + type DetectingNode struct + DetectingNodeAnyOf *DetectingNodeAnyOf + String *string + func (dst *DetectingNode) UnmarshalJSON(data []byte) error + func (src *DetectingNode) MarshalJSON() ([]byte, error) + type DetectingNodeAnyOf string + const AMF + const MME + const SGSN + func NewDetectingNodeAnyOfFromValue(v string) (*DetectingNodeAnyOf, error) + func (v *DetectingNodeAnyOf) UnmarshalJSON(src []byte) error + func (v DetectingNodeAnyOf) IsValid() bool + func (v DetectingNodeAnyOf) Ptr() *DetectingNodeAnyOf + type DsaiTagInformation struct + DsaiTagStatusList []DsaiTagStatus + func NewDsaiTagInformation(dsaiTagStatusList []DsaiTagStatus) *DsaiTagInformation + func NewDsaiTagInformationWithDefaults() *DsaiTagInformation + func (o *DsaiTagInformation) GetDsaiTagStatusList() []DsaiTagStatus + func (o *DsaiTagInformation) GetDsaiTagStatusListOk() ([]DsaiTagStatus, bool) + func (o *DsaiTagInformation) SetDsaiTagStatusList(v []DsaiTagStatus) + func (o DsaiTagInformation) MarshalJSON() ([]byte, error) + func (o DsaiTagInformation) ToMap() (map[string]interface{}, error) + type DsaiTagStatus struct + DsaiState ActivationState + DsaiTag string + func NewDsaiTagStatus(dsaiTag string, dsaiState ActivationState) *DsaiTagStatus + func NewDsaiTagStatusWithDefaults() *DsaiTagStatus + func (o *DsaiTagStatus) GetDsaiState() ActivationState + func (o *DsaiTagStatus) GetDsaiStateOk() (*ActivationState, bool) + func (o *DsaiTagStatus) GetDsaiTag() string + func (o *DsaiTagStatus) GetDsaiTagOk() (*string, bool) + func (o *DsaiTagStatus) SetDsaiState(v ActivationState) + func (o *DsaiTagStatus) SetDsaiTag(v string) + func (o DsaiTagStatus) MarshalJSON() ([]byte, error) + func (o DsaiTagStatus) ToMap() (map[string]interface{}, error) + type Ecgi struct + EutraCellId string + Nid *string + PlmnId PlmnId + func NewEcgi(plmnId PlmnId, eutraCellId string) *Ecgi + func NewEcgiWithDefaults() *Ecgi + func (o *Ecgi) GetEutraCellId() string + func (o *Ecgi) GetEutraCellIdOk() (*string, bool) + func (o *Ecgi) GetNid() string + func (o *Ecgi) GetNidOk() (*string, bool) + func (o *Ecgi) GetPlmnId() PlmnId + func (o *Ecgi) GetPlmnIdOk() (*PlmnId, bool) + func (o *Ecgi) HasNid() bool + func (o *Ecgi) SetEutraCellId(v string) + func (o *Ecgi) SetNid(v string) + func (o *Ecgi) SetPlmnId(v PlmnId) + func (o Ecgi) MarshalJSON() ([]byte, error) + func (o Ecgi) ToMap() (map[string]interface{}, error) + type EutraLocation struct + AgeOfLocationInformation *int32 + Ecgi Ecgi + GeodeticInformation *string + GeographicalInformation *string + GlobalENbId *GlobalRanNodeId + GlobalNgenbId *GlobalRanNodeId + IgnoreEcgi *bool + IgnoreTai *bool + Tai Tai + UeLocationTimestamp *time.Time + func NewEutraLocation(tai Tai, ecgi Ecgi) *EutraLocation + func NewEutraLocationWithDefaults() *EutraLocation + func (o *EutraLocation) GetAgeOfLocationInformation() int32 + func (o *EutraLocation) GetAgeOfLocationInformationOk() (*int32, bool) + func (o *EutraLocation) GetEcgi() Ecgi + func (o *EutraLocation) GetEcgiOk() (*Ecgi, bool) + func (o *EutraLocation) GetGeodeticInformation() string + func (o *EutraLocation) GetGeodeticInformationOk() (*string, bool) + func (o *EutraLocation) GetGeographicalInformation() string + func (o *EutraLocation) GetGeographicalInformationOk() (*string, bool) + func (o *EutraLocation) GetGlobalENbId() GlobalRanNodeId + func (o *EutraLocation) GetGlobalENbIdOk() (*GlobalRanNodeId, bool) + func (o *EutraLocation) GetGlobalNgenbId() GlobalRanNodeId + func (o *EutraLocation) GetGlobalNgenbIdOk() (*GlobalRanNodeId, bool) + func (o *EutraLocation) GetIgnoreEcgi() bool + func (o *EutraLocation) GetIgnoreEcgiOk() (*bool, bool) + func (o *EutraLocation) GetIgnoreTai() bool + func (o *EutraLocation) GetIgnoreTaiOk() (*bool, bool) + func (o *EutraLocation) GetTai() Tai + func (o *EutraLocation) GetTaiOk() (*Tai, bool) + func (o *EutraLocation) GetUeLocationTimestamp() time.Time + func (o *EutraLocation) GetUeLocationTimestampOk() (*time.Time, bool) + func (o *EutraLocation) HasAgeOfLocationInformation() bool + func (o *EutraLocation) HasGeodeticInformation() bool + func (o *EutraLocation) HasGeographicalInformation() bool + func (o *EutraLocation) HasGlobalENbId() bool + func (o *EutraLocation) HasGlobalNgenbId() bool + func (o *EutraLocation) HasIgnoreEcgi() bool + func (o *EutraLocation) HasIgnoreTai() bool + func (o *EutraLocation) HasUeLocationTimestamp() bool + func (o *EutraLocation) SetAgeOfLocationInformation(v int32) + func (o *EutraLocation) SetEcgi(v Ecgi) + func (o *EutraLocation) SetGeodeticInformation(v string) + func (o *EutraLocation) SetGeographicalInformation(v string) + func (o *EutraLocation) SetGlobalENbId(v GlobalRanNodeId) + func (o *EutraLocation) SetGlobalNgenbId(v GlobalRanNodeId) + func (o *EutraLocation) SetIgnoreEcgi(v bool) + func (o *EutraLocation) SetIgnoreTai(v bool) + func (o *EutraLocation) SetTai(v Tai) + func (o *EutraLocation) SetUeLocationTimestamp(v time.Time) + func (o EutraLocation) MarshalJSON() ([]byte, error) + func (o EutraLocation) ToMap() (map[string]interface{}, error) + type GNbId struct + BitLength int32 + GNBValue string + func NewGNbId(bitLength int32, gNBValue string) *GNbId + func NewGNbIdWithDefaults() *GNbId + func (o *GNbId) GetBitLength() int32 + func (o *GNbId) GetBitLengthOk() (*int32, bool) + func (o *GNbId) GetGNBValue() string + func (o *GNbId) GetGNBValueOk() (*string, bool) + func (o *GNbId) SetBitLength(v int32) + func (o *GNbId) SetGNBValue(v string) + func (o GNbId) MarshalJSON() ([]byte, error) + func (o GNbId) ToMap() (map[string]interface{}, error) + type GenericOpenAPIError struct + func (e GenericOpenAPIError) Body() []byte + func (e GenericOpenAPIError) Error() string + func (e GenericOpenAPIError) Model() interface{} + type GeraLocation struct + Interface *interface{} + func InterfaceAsGeraLocation(v *interface{}) GeraLocation + func (dst *GeraLocation) UnmarshalJSON(data []byte) error + func (obj *GeraLocation) GetActualInstance() interface{} + func (src GeraLocation) MarshalJSON() ([]byte, error) + type GlobalRanNodeId struct + Interface *interface{} + func InterfaceAsGlobalRanNodeId(v *interface{}) GlobalRanNodeId + func (dst *GlobalRanNodeId) UnmarshalJSON(data []byte) error + func (obj *GlobalRanNodeId) GetActualInstance() interface{} + func (src GlobalRanNodeId) MarshalJSON() ([]byte, error) + type HeaderSipRequest struct + Content *string + Header string + func NewHeaderSipRequest(header string) *HeaderSipRequest + func NewHeaderSipRequestWithDefaults() *HeaderSipRequest + func (o *HeaderSipRequest) GetContent() string + func (o *HeaderSipRequest) GetContentOk() (*string, bool) + func (o *HeaderSipRequest) GetHeader() string + func (o *HeaderSipRequest) GetHeaderOk() (*string, bool) + func (o *HeaderSipRequest) HasContent() bool + func (o *HeaderSipRequest) SetContent(v string) + func (o *HeaderSipRequest) SetHeader(v string) + func (o HeaderSipRequest) MarshalJSON() ([]byte, error) + func (o HeaderSipRequest) ToMap() (map[string]interface{}, error) + type IFCsRetrievalApiService service + func (a *IFCsRetrievalApiService) GetIfcs(ctx context.Context, imsUeId string) ApiGetIfcsRequest + func (a *IFCsRetrievalApiService) GetIfcsExecute(r ApiGetIfcsRequest) (*Ifcs, *http.Response, error) + type IMEISVRetrievalApiService service + func (a *IMEISVRetrievalApiService) GetIMEISVInfo(ctx context.Context, imsUeId string) ApiGetIMEISVInfoRequest + func (a *IMEISVRetrievalApiService) GetIMEISVInfoExecute(r ApiGetIMEISVInfoRequest) (*ImeiSvInformation, *http.Response, error) + type IMSProfileDataRetrievalApiService service + func (a *IMSProfileDataRetrievalApiService) GetProfileData(ctx context.Context, imsUeId string) ApiGetProfileDataRequest + func (a *IMSProfileDataRetrievalApiService) GetProfileDataExecute(r ApiGetProfileDataRequest) (*ImsProfileData, *http.Response, error) + type IPAddressInfoRetrievalApiService service + func (a *IPAddressInfoRetrievalApiService) GetIpAddressInfo(ctx context.Context, imsUeId string) ApiGetIpAddressInfoRequest + func (a *IPAddressInfoRetrievalApiService) GetIpAddressInfoExecute(r ApiGetIpAddressInfoRequest) (*IpAddr, *http.Response, error) + type IdentityType struct + IdentityTypeAnyOf *IdentityTypeAnyOf + String *string + func (dst *IdentityType) UnmarshalJSON(data []byte) error + func (src *IdentityType) MarshalJSON() ([]byte, error) + type IdentityTypeAnyOf string + const DISTINCT_IMPU + const DISTINCT_PSI + const WILDCARDED_IMPU + const WILDCARDED_PSI + func NewIdentityTypeAnyOfFromValue(v string) (*IdentityTypeAnyOf, error) + func (v *IdentityTypeAnyOf) UnmarshalJSON(src []byte) error + func (v IdentityTypeAnyOf) IsValid() bool + func (v IdentityTypeAnyOf) Ptr() *IdentityTypeAnyOf + type Ifc struct + AppServer ApplicationServer + Priority int32 + Trigger *TriggerPoint + func NewIfc(priority int32, appServer ApplicationServer) *Ifc + func NewIfcWithDefaults() *Ifc + func (o *Ifc) GetAppServer() ApplicationServer + func (o *Ifc) GetAppServerOk() (*ApplicationServer, bool) + func (o *Ifc) GetPriority() int32 + func (o *Ifc) GetPriorityOk() (*int32, bool) + func (o *Ifc) GetTrigger() TriggerPoint + func (o *Ifc) GetTriggerOk() (*TriggerPoint, bool) + func (o *Ifc) HasTrigger() bool + func (o *Ifc) SetAppServer(v ApplicationServer) + func (o *Ifc) SetPriority(v int32) + func (o *Ifc) SetTrigger(v TriggerPoint) + func (o Ifc) MarshalJSON() ([]byte, error) + func (o Ifc) ToMap() (map[string]interface{}, error) + type Ifcs struct + Interface *interface{} + func (dst *Ifcs) UnmarshalJSON(data []byte) error + func (src *Ifcs) MarshalJSON() ([]byte, error) + type ImeiSvInformation struct + Interface *interface{} + func InterfaceAsImeiSvInformation(v *interface{}) ImeiSvInformation + func (dst *ImeiSvInformation) UnmarshalJSON(data []byte) error + func (obj *ImeiSvInformation) GetActualInstance() interface{} + func (src ImeiSvInformation) MarshalJSON() ([]byte, error) + type ImsAssociatedIdentities struct + IrsState ImsRegistrationState + PublicIdentities PublicIdentities + func NewImsAssociatedIdentities(irsState ImsRegistrationState, publicIdentities PublicIdentities) *ImsAssociatedIdentities + func NewImsAssociatedIdentitiesWithDefaults() *ImsAssociatedIdentities + func (o *ImsAssociatedIdentities) GetIrsState() ImsRegistrationState + func (o *ImsAssociatedIdentities) GetIrsStateOk() (*ImsRegistrationState, bool) + func (o *ImsAssociatedIdentities) GetPublicIdentities() PublicIdentities + func (o *ImsAssociatedIdentities) GetPublicIdentitiesOk() (*PublicIdentities, bool) + func (o *ImsAssociatedIdentities) SetIrsState(v ImsRegistrationState) + func (o *ImsAssociatedIdentities) SetPublicIdentities(v PublicIdentities) + func (o ImsAssociatedIdentities) MarshalJSON() ([]byte, error) + func (o ImsAssociatedIdentities) ToMap() (map[string]interface{}, error) + type ImsLocationData struct + ScscfName string + func NewImsLocationData(scscfName string) *ImsLocationData + func NewImsLocationDataWithDefaults() *ImsLocationData + func (o *ImsLocationData) GetScscfName() string + func (o *ImsLocationData) GetScscfNameOk() (*string, bool) + func (o *ImsLocationData) SetScscfName(v string) + func (o ImsLocationData) MarshalJSON() ([]byte, error) + func (o ImsLocationData) ToMap() (map[string]interface{}, error) + type ImsProfileData struct + ChargingInfo *ChargingInfo + ImsServiceProfiles []ImsServiceProfile + MaxAllowedSimulReg *int32 + ServiceLevelTraceInfo *ServiceLevelTraceInformation + ServicePriorityLevel *int32 + ServicePriorityLevelList []string + SupportedFeatures *string + func NewImsProfileData(imsServiceProfiles []ImsServiceProfile) *ImsProfileData + func NewImsProfileDataWithDefaults() *ImsProfileData + func (o *ImsProfileData) GetChargingInfo() ChargingInfo + func (o *ImsProfileData) GetChargingInfoOk() (*ChargingInfo, bool) + func (o *ImsProfileData) GetImsServiceProfiles() []ImsServiceProfile + func (o *ImsProfileData) GetImsServiceProfilesOk() ([]ImsServiceProfile, bool) + func (o *ImsProfileData) GetMaxAllowedSimulReg() int32 + func (o *ImsProfileData) GetMaxAllowedSimulRegOk() (*int32, bool) + func (o *ImsProfileData) GetServiceLevelTraceInfo() ServiceLevelTraceInformation + func (o *ImsProfileData) GetServiceLevelTraceInfoOk() (*ServiceLevelTraceInformation, bool) + func (o *ImsProfileData) GetServicePriorityLevel() int32 + func (o *ImsProfileData) GetServicePriorityLevelList() []string + func (o *ImsProfileData) GetServicePriorityLevelListOk() ([]string, bool) + func (o *ImsProfileData) GetServicePriorityLevelOk() (*int32, bool) + func (o *ImsProfileData) GetSupportedFeatures() string + func (o *ImsProfileData) GetSupportedFeaturesOk() (*string, bool) + func (o *ImsProfileData) HasChargingInfo() bool + func (o *ImsProfileData) HasMaxAllowedSimulReg() bool + func (o *ImsProfileData) HasServiceLevelTraceInfo() bool + func (o *ImsProfileData) HasServicePriorityLevel() bool + func (o *ImsProfileData) HasServicePriorityLevelList() bool + func (o *ImsProfileData) HasSupportedFeatures() bool + func (o *ImsProfileData) SetChargingInfo(v ChargingInfo) + func (o *ImsProfileData) SetImsServiceProfiles(v []ImsServiceProfile) + func (o *ImsProfileData) SetMaxAllowedSimulReg(v int32) + func (o *ImsProfileData) SetServiceLevelTraceInfo(v ServiceLevelTraceInformation) + func (o *ImsProfileData) SetServicePriorityLevel(v int32) + func (o *ImsProfileData) SetServicePriorityLevelList(v []string) + func (o *ImsProfileData) SetSupportedFeatures(v string) + func (o ImsProfileData) MarshalJSON() ([]byte, error) + func (o ImsProfileData) ToMap() (map[string]interface{}, error) + type ImsRegistrationState struct + ImsRegistrationStateAnyOf *ImsRegistrationStateAnyOf + String *string + func (dst *ImsRegistrationState) UnmarshalJSON(data []byte) error + func (src *ImsRegistrationState) MarshalJSON() ([]byte, error) + type ImsRegistrationStateAnyOf string + const AUTHENTICATION_PENDING + const NOT_REGISTERED + const REGISTERED + const REGISTERED_UNREG_SERVICES + func NewImsRegistrationStateAnyOfFromValue(v string) (*ImsRegistrationStateAnyOf, error) + func (v *ImsRegistrationStateAnyOf) UnmarshalJSON(src []byte) error + func (v ImsRegistrationStateAnyOf) IsValid() bool + func (v ImsRegistrationStateAnyOf) Ptr() *ImsRegistrationStateAnyOf + type ImsRegistrationStatus struct + ImsUserStatus ImsRegistrationState + func NewImsRegistrationStatus(imsUserStatus ImsRegistrationState) *ImsRegistrationStatus + func NewImsRegistrationStatusWithDefaults() *ImsRegistrationStatus + func (o *ImsRegistrationStatus) GetImsUserStatus() ImsRegistrationState + func (o *ImsRegistrationStatus) GetImsUserStatusOk() (*ImsRegistrationState, bool) + func (o *ImsRegistrationStatus) SetImsUserStatus(v ImsRegistrationState) + func (o ImsRegistrationStatus) MarshalJSON() ([]byte, error) + func (o ImsRegistrationStatus) ToMap() (map[string]interface{}, error) + type ImsSdmSubscription struct + CallbackReference string + Expires *time.Time + MonitoredResourceUris []string + NfInstanceId string + func NewImsSdmSubscription(nfInstanceId string, callbackReference string, monitoredResourceUris []string) *ImsSdmSubscription + func NewImsSdmSubscriptionWithDefaults() *ImsSdmSubscription + func (o *ImsSdmSubscription) GetCallbackReference() string + func (o *ImsSdmSubscription) GetCallbackReferenceOk() (*string, bool) + func (o *ImsSdmSubscription) GetExpires() time.Time + func (o *ImsSdmSubscription) GetExpiresOk() (*time.Time, bool) + func (o *ImsSdmSubscription) GetMonitoredResourceUris() []string + func (o *ImsSdmSubscription) GetMonitoredResourceUrisOk() ([]string, bool) + func (o *ImsSdmSubscription) GetNfInstanceId() string + func (o *ImsSdmSubscription) GetNfInstanceIdOk() (*string, bool) + func (o *ImsSdmSubscription) HasExpires() bool + func (o *ImsSdmSubscription) SetCallbackReference(v string) + func (o *ImsSdmSubscription) SetExpires(v time.Time) + func (o *ImsSdmSubscription) SetMonitoredResourceUris(v []string) + func (o *ImsSdmSubscription) SetNfInstanceId(v string) + func (o ImsSdmSubscription) MarshalJSON() ([]byte, error) + func (o ImsSdmSubscription) ToMap() (map[string]interface{}, error) + type ImsServiceProfile struct + CnServiceAuthorization *CoreNetworkServiceAuthorization + Ifcs *Ifcs + PublicIdentifierList []PublicIdentifier + func NewImsServiceProfile(publicIdentifierList []PublicIdentifier) *ImsServiceProfile + func NewImsServiceProfileWithDefaults() *ImsServiceProfile + func (o *ImsServiceProfile) GetCnServiceAuthorization() CoreNetworkServiceAuthorization + func (o *ImsServiceProfile) GetCnServiceAuthorizationOk() (*CoreNetworkServiceAuthorization, bool) + func (o *ImsServiceProfile) GetIfcs() Ifcs + func (o *ImsServiceProfile) GetIfcsOk() (*Ifcs, bool) + func (o *ImsServiceProfile) GetPublicIdentifierList() []PublicIdentifier + func (o *ImsServiceProfile) GetPublicIdentifierListOk() ([]PublicIdentifier, bool) + func (o *ImsServiceProfile) HasCnServiceAuthorization() bool + func (o *ImsServiceProfile) HasIfcs() bool + func (o *ImsServiceProfile) SetCnServiceAuthorization(v CoreNetworkServiceAuthorization) + func (o *ImsServiceProfile) SetIfcs(v Ifcs) + func (o *ImsServiceProfile) SetPublicIdentifierList(v []PublicIdentifier) + func (o ImsServiceProfile) MarshalJSON() ([]byte, error) + func (o ImsServiceProfile) ToMap() (map[string]interface{}, error) + type ImsVoiceOverPsSessionSupport struct + ImsVoiceOverPsSessionSupportAnyOf *ImsVoiceOverPsSessionSupportAnyOf + String *string + func (dst *ImsVoiceOverPsSessionSupport) UnmarshalJSON(data []byte) error + func (src *ImsVoiceOverPsSessionSupport) MarshalJSON() ([]byte, error) + type ImsVoiceOverPsSessionSupportAnyOf string + const NOT_SUPPORTED + const SUPPORTED + const SUPPORT_UNKNOWN + func NewImsVoiceOverPsSessionSupportAnyOfFromValue(v string) (*ImsVoiceOverPsSessionSupportAnyOf, error) + func (v *ImsVoiceOverPsSessionSupportAnyOf) UnmarshalJSON(src []byte) error + func (v ImsVoiceOverPsSessionSupportAnyOf) IsValid() bool + func (v ImsVoiceOverPsSessionSupportAnyOf) Ptr() *ImsVoiceOverPsSessionSupportAnyOf + type InvalidParam struct + Param string + Reason *string + func NewInvalidParam(param string) *InvalidParam + func NewInvalidParamWithDefaults() *InvalidParam + func (o *InvalidParam) GetParam() string + func (o *InvalidParam) GetParamOk() (*string, bool) + func (o *InvalidParam) GetReason() string + func (o *InvalidParam) GetReasonOk() (*string, bool) + func (o *InvalidParam) HasReason() bool + func (o *InvalidParam) SetParam(v string) + func (o *InvalidParam) SetReason(v string) + func (o InvalidParam) MarshalJSON() ([]byte, error) + func (o InvalidParam) ToMap() (map[string]interface{}, error) + type IpAddr struct + Interface *interface{} + func InterfaceAsIpAddr(v *interface{}) IpAddr + func (dst *IpAddr) UnmarshalJSON(data []byte) error + func (obj *IpAddr) GetActualInstance() interface{} + func (src IpAddr) MarshalJSON() ([]byte, error) + type IpSmGwAddress struct + IpSmGwDiaRealm *string + IpSmGwDiaUri *string + IpSmGwNumber string + IpSmGwSbiSupInd *bool + func NewIpSmGwAddress(ipSmGwNumber string) *IpSmGwAddress + func NewIpSmGwAddressWithDefaults() *IpSmGwAddress + func (o *IpSmGwAddress) GetIpSmGwDiaRealm() string + func (o *IpSmGwAddress) GetIpSmGwDiaRealmOk() (*string, bool) + func (o *IpSmGwAddress) GetIpSmGwDiaUri() string + func (o *IpSmGwAddress) GetIpSmGwDiaUriOk() (*string, bool) + func (o *IpSmGwAddress) GetIpSmGwNumber() string + func (o *IpSmGwAddress) GetIpSmGwNumberOk() (*string, bool) + func (o *IpSmGwAddress) GetIpSmGwSbiSupInd() bool + func (o *IpSmGwAddress) GetIpSmGwSbiSupIndOk() (*bool, bool) + func (o *IpSmGwAddress) HasIpSmGwDiaRealm() bool + func (o *IpSmGwAddress) HasIpSmGwDiaUri() bool + func (o *IpSmGwAddress) HasIpSmGwSbiSupInd() bool + func (o *IpSmGwAddress) SetIpSmGwDiaRealm(v string) + func (o *IpSmGwAddress) SetIpSmGwDiaUri(v string) + func (o *IpSmGwAddress) SetIpSmGwNumber(v string) + func (o *IpSmGwAddress) SetIpSmGwSbiSupInd(v bool) + func (o IpSmGwAddress) MarshalJSON() ([]byte, error) + func (o IpSmGwAddress) ToMap() (map[string]interface{}, error) + type Ipv6Addr struct + func NewIpv6Addr() *Ipv6Addr + func NewIpv6AddrWithDefaults() *Ipv6Addr + func (o Ipv6Addr) MarshalJSON() ([]byte, error) + func (o Ipv6Addr) ToMap() (map[string]interface{}, error) + type Ipv6Prefix struct + func NewIpv6Prefix() *Ipv6Prefix + func NewIpv6PrefixWithDefaults() *Ipv6Prefix + func (o Ipv6Prefix) MarshalJSON() ([]byte, error) + func (o Ipv6Prefix) ToMap() (map[string]interface{}, error) + type LocationAreaId struct + Lac string + PlmnId PlmnId + func NewLocationAreaId(plmnId PlmnId, lac string) *LocationAreaId + func NewLocationAreaIdWithDefaults() *LocationAreaId + func (o *LocationAreaId) GetLac() string + func (o *LocationAreaId) GetLacOk() (*string, bool) + func (o *LocationAreaId) GetPlmnId() PlmnId + func (o *LocationAreaId) GetPlmnIdOk() (*PlmnId, bool) + func (o *LocationAreaId) SetLac(v string) + func (o *LocationAreaId) SetPlmnId(v PlmnId) + func (o LocationAreaId) MarshalJSON() ([]byte, error) + func (o LocationAreaId) ToMap() (map[string]interface{}, error) + type MappedNullable interface + ToMap func() (map[string]interface{}, error) + type MmeLocationData struct + CsgInformation *CsgInformation + MmeAddress string + MmeLocation *EutraLocation + PlmnId PlmnId + RatType *RatType + TimeZone *string + func NewMmeLocationData(mmeAddress string, plmnId PlmnId) *MmeLocationData + func NewMmeLocationDataWithDefaults() *MmeLocationData + func (o *MmeLocationData) GetCsgInformation() CsgInformation + func (o *MmeLocationData) GetCsgInformationOk() (*CsgInformation, bool) + func (o *MmeLocationData) GetMmeAddress() string + func (o *MmeLocationData) GetMmeAddressOk() (*string, bool) + func (o *MmeLocationData) GetMmeLocation() EutraLocation + func (o *MmeLocationData) GetMmeLocationOk() (*EutraLocation, bool) + func (o *MmeLocationData) GetPlmnId() PlmnId + func (o *MmeLocationData) GetPlmnIdOk() (*PlmnId, bool) + func (o *MmeLocationData) GetRatType() RatType + func (o *MmeLocationData) GetRatTypeOk() (*RatType, bool) + func (o *MmeLocationData) GetTimeZone() string + func (o *MmeLocationData) GetTimeZoneOk() (*string, bool) + func (o *MmeLocationData) HasCsgInformation() bool + func (o *MmeLocationData) HasMmeLocation() bool + func (o *MmeLocationData) HasRatType() bool + func (o *MmeLocationData) HasTimeZone() bool + func (o *MmeLocationData) SetCsgInformation(v CsgInformation) + func (o *MmeLocationData) SetMmeAddress(v string) + func (o *MmeLocationData) SetMmeLocation(v EutraLocation) + func (o *MmeLocationData) SetPlmnId(v PlmnId) + func (o *MmeLocationData) SetRatType(v RatType) + func (o *MmeLocationData) SetTimeZone(v string) + func (o MmeLocationData) MarshalJSON() ([]byte, error) + func (o MmeLocationData) ToMap() (map[string]interface{}, error) + type ModificationNotification struct + NotifyItems []NotifyItem + SubscriptionId *string + func NewModificationNotification(notifyItems []NotifyItem) *ModificationNotification + func NewModificationNotificationWithDefaults() *ModificationNotification + func (o *ModificationNotification) GetNotifyItems() []NotifyItem + func (o *ModificationNotification) GetNotifyItemsOk() ([]NotifyItem, bool) + func (o *ModificationNotification) GetSubscriptionId() string + func (o *ModificationNotification) GetSubscriptionIdOk() (*string, bool) + func (o *ModificationNotification) HasSubscriptionId() bool + func (o *ModificationNotification) SetNotifyItems(v []NotifyItem) + func (o *ModificationNotification) SetSubscriptionId(v string) + func (o ModificationNotification) MarshalJSON() ([]byte, error) + func (o ModificationNotification) ToMap() (map[string]interface{}, error) + type MsisdnList struct + AdditionalMsisdns []string + BasicMsisdn string + func NewMsisdnList(basicMsisdn string) *MsisdnList + func NewMsisdnListWithDefaults() *MsisdnList + func (o *MsisdnList) GetAdditionalMsisdns() []string + func (o *MsisdnList) GetAdditionalMsisdnsOk() ([]string, bool) + func (o *MsisdnList) GetBasicMsisdn() string + func (o *MsisdnList) GetBasicMsisdnOk() (*string, bool) + func (o *MsisdnList) HasAdditionalMsisdns() bool + func (o *MsisdnList) SetAdditionalMsisdns(v []string) + func (o *MsisdnList) SetBasicMsisdn(v string) + func (o MsisdnList) MarshalJSON() ([]byte, error) + func (o MsisdnList) ToMap() (map[string]interface{}, error) + type NFType struct + NFTypeAnyOf *NFTypeAnyOf + String *string + func (dst *NFType) UnmarshalJSON(data []byte) error + func (src *NFType) MarshalJSON() ([]byte, error) + type NFTypeAnyOf string + const AANF + const ADRF + const AF + const AUSF + const BSF + const CBCF + const CEF + const CHF + const DCCF + const DRA + const EASDF + const GBA_BSF + const GMLC + const HSS + const ICSCF + const IMS_AS + const LMF + const MBSF + const MBSTF + const MB_SMF + const MB_UPF + const MFAF + const MNPF + const N3_IWF + const NEF + const NRF + const NSACF + const NSSAAF + const NSSF + const NSWOF + const NWDAF + const PANF + const PCF + const PCSCF + const PKMF + const SCEF + const SCP + const SCSAS + const SCSCF + const SEPP + const SMF + const SMSF + const SMS_GMSC + const SMS_IWMSC + const SOR_AF + const SPAF + const TSCTSF + const UCMF + const UDM + const UDR + const UDSF + const UPF + func NewNFTypeAnyOfFromValue(v string) (*NFTypeAnyOf, error) + func (v *NFTypeAnyOf) UnmarshalJSON(src []byte) error + func (v NFTypeAnyOf) IsValid() bool + func (v NFTypeAnyOf) Ptr() *NFTypeAnyOf + type Ncgi struct + Nid *string + NrCellId string + PlmnId PlmnId + func NewNcgi(plmnId PlmnId, nrCellId string) *Ncgi + func NewNcgiWithDefaults() *Ncgi + func (o *Ncgi) GetNid() string + func (o *Ncgi) GetNidOk() (*string, bool) + func (o *Ncgi) GetNrCellId() string + func (o *Ncgi) GetNrCellIdOk() (*string, bool) + func (o *Ncgi) GetPlmnId() PlmnId + func (o *Ncgi) GetPlmnIdOk() (*PlmnId, bool) + func (o *Ncgi) HasNid() bool + func (o *Ncgi) SetNid(v string) + func (o *Ncgi) SetNrCellId(v string) + func (o *Ncgi) SetPlmnId(v PlmnId) + func (o Ncgi) MarshalJSON() ([]byte, error) + func (o Ncgi) ToMap() (map[string]interface{}, error) + type NotifyItem struct + Changes []ChangeItem + ResourceId string + func NewNotifyItem(resourceId string, changes []ChangeItem) *NotifyItem + func NewNotifyItemWithDefaults() *NotifyItem + func (o *NotifyItem) GetChanges() []ChangeItem + func (o *NotifyItem) GetChangesOk() ([]ChangeItem, bool) + func (o *NotifyItem) GetResourceId() string + func (o *NotifyItem) GetResourceIdOk() (*string, bool) + func (o *NotifyItem) SetChanges(v []ChangeItem) + func (o *NotifyItem) SetResourceId(v string) + func (o NotifyItem) MarshalJSON() ([]byte, error) + func (o NotifyItem) ToMap() (map[string]interface{}, error) + type NrLocation struct + AgeOfLocationInformation *int32 + GeodeticInformation *string + GeographicalInformation *string + GlobalGnbId *GlobalRanNodeId + IgnoreNcgi *bool + Ncgi Ncgi + Tai Tai + UeLocationTimestamp *time.Time + func NewNrLocation(tai Tai, ncgi Ncgi) *NrLocation + func NewNrLocationWithDefaults() *NrLocation + func (o *NrLocation) GetAgeOfLocationInformation() int32 + func (o *NrLocation) GetAgeOfLocationInformationOk() (*int32, bool) + func (o *NrLocation) GetGeodeticInformation() string + func (o *NrLocation) GetGeodeticInformationOk() (*string, bool) + func (o *NrLocation) GetGeographicalInformation() string + func (o *NrLocation) GetGeographicalInformationOk() (*string, bool) + func (o *NrLocation) GetGlobalGnbId() GlobalRanNodeId + func (o *NrLocation) GetGlobalGnbIdOk() (*GlobalRanNodeId, bool) + func (o *NrLocation) GetIgnoreNcgi() bool + func (o *NrLocation) GetIgnoreNcgiOk() (*bool, bool) + func (o *NrLocation) GetNcgi() Ncgi + func (o *NrLocation) GetNcgiOk() (*Ncgi, bool) + func (o *NrLocation) GetTai() Tai + func (o *NrLocation) GetTaiOk() (*Tai, bool) + func (o *NrLocation) GetUeLocationTimestamp() time.Time + func (o *NrLocation) GetUeLocationTimestampOk() (*time.Time, bool) + func (o *NrLocation) HasAgeOfLocationInformation() bool + func (o *NrLocation) HasGeodeticInformation() bool + func (o *NrLocation) HasGeographicalInformation() bool + func (o *NrLocation) HasGlobalGnbId() bool + func (o *NrLocation) HasIgnoreNcgi() bool + func (o *NrLocation) HasUeLocationTimestamp() bool + func (o *NrLocation) SetAgeOfLocationInformation(v int32) + func (o *NrLocation) SetGeodeticInformation(v string) + func (o *NrLocation) SetGeographicalInformation(v string) + func (o *NrLocation) SetGlobalGnbId(v GlobalRanNodeId) + func (o *NrLocation) SetIgnoreNcgi(v bool) + func (o *NrLocation) SetNcgi(v Ncgi) + func (o *NrLocation) SetTai(v Tai) + func (o *NrLocation) SetUeLocationTimestamp(v time.Time) + func (o NrLocation) MarshalJSON() ([]byte, error) + func (o NrLocation) ToMap() (map[string]interface{}, error) + type NullableAccessTokenErr struct + func NewNullableAccessTokenErr(val *AccessTokenErr) *NullableAccessTokenErr + func (v *NullableAccessTokenErr) Set(val *AccessTokenErr) + func (v *NullableAccessTokenErr) UnmarshalJSON(src []byte) error + func (v *NullableAccessTokenErr) Unset() + func (v NullableAccessTokenErr) Get() *AccessTokenErr + func (v NullableAccessTokenErr) IsSet() bool + func (v NullableAccessTokenErr) MarshalJSON() ([]byte, error) + type NullableAccessTokenReq struct + func NewNullableAccessTokenReq(val *AccessTokenReq) *NullableAccessTokenReq + func (v *NullableAccessTokenReq) Set(val *AccessTokenReq) + func (v *NullableAccessTokenReq) UnmarshalJSON(src []byte) error + func (v *NullableAccessTokenReq) Unset() + func (v NullableAccessTokenReq) Get() *AccessTokenReq + func (v NullableAccessTokenReq) IsSet() bool + func (v NullableAccessTokenReq) MarshalJSON() ([]byte, error) + type NullableAccessType struct + func NewNullableAccessType(val *AccessType) *NullableAccessType + func (v *NullableAccessType) Set(val *AccessType) + func (v *NullableAccessType) UnmarshalJSON(src []byte) error + func (v *NullableAccessType) Unset() + func (v NullableAccessType) Get() *AccessType + func (v NullableAccessType) IsSet() bool + func (v NullableAccessType) MarshalJSON() ([]byte, error) + type NullableAccessType1 struct + func NewNullableAccessType1(val *AccessType1) *NullableAccessType1 + func (v *NullableAccessType1) Set(val *AccessType1) + func (v *NullableAccessType1) UnmarshalJSON(src []byte) error + func (v *NullableAccessType1) Unset() + func (v NullableAccessType1) Get() *AccessType1 + func (v NullableAccessType1) IsSet() bool + func (v NullableAccessType1) MarshalJSON() ([]byte, error) + type NullableAccessTypeAnyOf struct + func NewNullableAccessTypeAnyOf(val *AccessTypeAnyOf) *NullableAccessTypeAnyOf + func (v *NullableAccessTypeAnyOf) Set(val *AccessTypeAnyOf) + func (v *NullableAccessTypeAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableAccessTypeAnyOf) Unset() + func (v NullableAccessTypeAnyOf) Get() *AccessTypeAnyOf + func (v NullableAccessTypeAnyOf) IsSet() bool + func (v NullableAccessTypeAnyOf) MarshalJSON() ([]byte, error) + type NullableActivationState struct + func NewNullableActivationState(val *ActivationState) *NullableActivationState + func (v *NullableActivationState) Set(val *ActivationState) + func (v *NullableActivationState) UnmarshalJSON(src []byte) error + func (v *NullableActivationState) Unset() + func (v NullableActivationState) Get() *ActivationState + func (v NullableActivationState) IsSet() bool + func (v NullableActivationState) MarshalJSON() ([]byte, error) + type NullableActivationStateAnyOf struct + func NewNullableActivationStateAnyOf(val *ActivationStateAnyOf) *NullableActivationStateAnyOf + func (v *NullableActivationStateAnyOf) Set(val *ActivationStateAnyOf) + func (v *NullableActivationStateAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableActivationStateAnyOf) Unset() + func (v NullableActivationStateAnyOf) Get() *ActivationStateAnyOf + func (v NullableActivationStateAnyOf) IsSet() bool + func (v NullableActivationStateAnyOf) MarshalJSON() ([]byte, error) + type NullableAmfLocationData struct + func NewNullableAmfLocationData(val *AmfLocationData) *NullableAmfLocationData + func (v *NullableAmfLocationData) Set(val *AmfLocationData) + func (v *NullableAmfLocationData) UnmarshalJSON(src []byte) error + func (v *NullableAmfLocationData) Unset() + func (v NullableAmfLocationData) Get() *AmfLocationData + func (v NullableAmfLocationData) IsSet() bool + func (v NullableAmfLocationData) MarshalJSON() ([]byte, error) + type NullableApplicationServer struct + func NewNullableApplicationServer(val *ApplicationServer) *NullableApplicationServer + func (v *NullableApplicationServer) Set(val *ApplicationServer) + func (v *NullableApplicationServer) UnmarshalJSON(src []byte) error + func (v *NullableApplicationServer) Unset() + func (v NullableApplicationServer) Get() *ApplicationServer + func (v NullableApplicationServer) IsSet() bool + func (v NullableApplicationServer) MarshalJSON() ([]byte, error) + type NullableBool struct + func NewNullableBool(val *bool) *NullableBool + func (v *NullableBool) Set(val *bool) + func (v *NullableBool) UnmarshalJSON(src []byte) error + func (v *NullableBool) Unset() + func (v NullableBool) Get() *bool + func (v NullableBool) IsSet() bool + func (v NullableBool) MarshalJSON() ([]byte, error) + type NullableCallReferenceInfo struct + func NewNullableCallReferenceInfo(val *CallReferenceInfo) *NullableCallReferenceInfo + func (v *NullableCallReferenceInfo) Set(val *CallReferenceInfo) + func (v *NullableCallReferenceInfo) UnmarshalJSON(src []byte) error + func (v *NullableCallReferenceInfo) Unset() + func (v NullableCallReferenceInfo) Get() *CallReferenceInfo + func (v NullableCallReferenceInfo) IsSet() bool + func (v NullableCallReferenceInfo) MarshalJSON() ([]byte, error) + type NullableCellGlobalId struct + func NewNullableCellGlobalId(val *CellGlobalId) *NullableCellGlobalId + func (v *NullableCellGlobalId) Set(val *CellGlobalId) + func (v *NullableCellGlobalId) UnmarshalJSON(src []byte) error + func (v *NullableCellGlobalId) Unset() + func (v NullableCellGlobalId) Get() *CellGlobalId + func (v NullableCellGlobalId) IsSet() bool + func (v NullableCellGlobalId) MarshalJSON() ([]byte, error) + type NullableChangeItem struct + func NewNullableChangeItem(val *ChangeItem) *NullableChangeItem + func (v *NullableChangeItem) Set(val *ChangeItem) + func (v *NullableChangeItem) UnmarshalJSON(src []byte) error + func (v *NullableChangeItem) Unset() + func (v NullableChangeItem) Get() *ChangeItem + func (v NullableChangeItem) IsSet() bool + func (v NullableChangeItem) MarshalJSON() ([]byte, error) + type NullableChangeType struct + func NewNullableChangeType(val *ChangeType) *NullableChangeType + func (v *NullableChangeType) Set(val *ChangeType) + func (v *NullableChangeType) UnmarshalJSON(src []byte) error + func (v *NullableChangeType) Unset() + func (v NullableChangeType) Get() *ChangeType + func (v NullableChangeType) IsSet() bool + func (v NullableChangeType) MarshalJSON() ([]byte, error) + type NullableChangeTypeAnyOf struct + func NewNullableChangeTypeAnyOf(val *ChangeTypeAnyOf) *NullableChangeTypeAnyOf + func (v *NullableChangeTypeAnyOf) Set(val *ChangeTypeAnyOf) + func (v *NullableChangeTypeAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableChangeTypeAnyOf) Unset() + func (v NullableChangeTypeAnyOf) Get() *ChangeTypeAnyOf + func (v NullableChangeTypeAnyOf) IsSet() bool + func (v NullableChangeTypeAnyOf) MarshalJSON() ([]byte, error) + type NullableChargingInfo struct + func NewNullableChargingInfo(val *ChargingInfo) *NullableChargingInfo + func (v *NullableChargingInfo) Set(val *ChargingInfo) + func (v *NullableChargingInfo) UnmarshalJSON(src []byte) error + func (v *NullableChargingInfo) Unset() + func (v NullableChargingInfo) Get() *ChargingInfo + func (v NullableChargingInfo) IsSet() bool + func (v NullableChargingInfo) MarshalJSON() ([]byte, error) + type NullableCoreNetworkServiceAuthorization struct + func NewNullableCoreNetworkServiceAuthorization(val *CoreNetworkServiceAuthorization) *NullableCoreNetworkServiceAuthorization + func (v *NullableCoreNetworkServiceAuthorization) Set(val *CoreNetworkServiceAuthorization) + func (v *NullableCoreNetworkServiceAuthorization) UnmarshalJSON(src []byte) error + func (v *NullableCoreNetworkServiceAuthorization) Unset() + func (v NullableCoreNetworkServiceAuthorization) Get() *CoreNetworkServiceAuthorization + func (v NullableCoreNetworkServiceAuthorization) IsSet() bool + func (v NullableCoreNetworkServiceAuthorization) MarshalJSON() ([]byte, error) + type NullableCreatedUeReachabilitySubscription struct + func NewNullableCreatedUeReachabilitySubscription(val *CreatedUeReachabilitySubscription) *NullableCreatedUeReachabilitySubscription + func (v *NullableCreatedUeReachabilitySubscription) Set(val *CreatedUeReachabilitySubscription) + func (v *NullableCreatedUeReachabilitySubscription) UnmarshalJSON(src []byte) error + func (v *NullableCreatedUeReachabilitySubscription) Unset() + func (v NullableCreatedUeReachabilitySubscription) Get() *CreatedUeReachabilitySubscription + func (v NullableCreatedUeReachabilitySubscription) IsSet() bool + func (v NullableCreatedUeReachabilitySubscription) MarshalJSON() ([]byte, error) + type NullableCsLocation struct + func NewNullableCsLocation(val *CsLocation) *NullableCsLocation + func (v *NullableCsLocation) Set(val *CsLocation) + func (v *NullableCsLocation) UnmarshalJSON(src []byte) error + func (v *NullableCsLocation) Unset() + func (v NullableCsLocation) Get() *CsLocation + func (v NullableCsLocation) IsSet() bool + func (v NullableCsLocation) MarshalJSON() ([]byte, error) + type NullableCsUserState struct + func NewNullableCsUserState(val *CsUserState) *NullableCsUserState + func (v *NullableCsUserState) Set(val *CsUserState) + func (v *NullableCsUserState) UnmarshalJSON(src []byte) error + func (v *NullableCsUserState) Unset() + func (v NullableCsUserState) Get() *CsUserState + func (v NullableCsUserState) IsSet() bool + func (v NullableCsUserState) MarshalJSON() ([]byte, error) + type NullableCsgInformation struct + func NewNullableCsgInformation(val *CsgInformation) *NullableCsgInformation + func (v *NullableCsgInformation) Set(val *CsgInformation) + func (v *NullableCsgInformation) UnmarshalJSON(src []byte) error + func (v *NullableCsgInformation) Unset() + func (v NullableCsgInformation) Get() *CsgInformation + func (v NullableCsgInformation) IsSet() bool + func (v NullableCsgInformation) MarshalJSON() ([]byte, error) + type NullableCsrn struct + func NewNullableCsrn(val *Csrn) *NullableCsrn + func (v *NullableCsrn) Set(val *Csrn) + func (v *NullableCsrn) UnmarshalJSON(src []byte) error + func (v *NullableCsrn) Unset() + func (v NullableCsrn) Get() *Csrn + func (v NullableCsrn) IsSet() bool + func (v NullableCsrn) MarshalJSON() ([]byte, error) + type NullableDataSetName struct + func NewNullableDataSetName(val *DataSetName) *NullableDataSetName + func (v *NullableDataSetName) Set(val *DataSetName) + func (v *NullableDataSetName) UnmarshalJSON(src []byte) error + func (v *NullableDataSetName) Unset() + func (v NullableDataSetName) Get() *DataSetName + func (v NullableDataSetName) IsSet() bool + func (v NullableDataSetName) MarshalJSON() ([]byte, error) + type NullableDataSetNameAnyOf struct + func NewNullableDataSetNameAnyOf(val *DataSetNameAnyOf) *NullableDataSetNameAnyOf + func (v *NullableDataSetNameAnyOf) Set(val *DataSetNameAnyOf) + func (v *NullableDataSetNameAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableDataSetNameAnyOf) Unset() + func (v NullableDataSetNameAnyOf) Get() *DataSetNameAnyOf + func (v NullableDataSetNameAnyOf) IsSet() bool + func (v NullableDataSetNameAnyOf) MarshalJSON() ([]byte, error) + type NullableDetectingNode struct + func NewNullableDetectingNode(val *DetectingNode) *NullableDetectingNode + func (v *NullableDetectingNode) Set(val *DetectingNode) + func (v *NullableDetectingNode) UnmarshalJSON(src []byte) error + func (v *NullableDetectingNode) Unset() + func (v NullableDetectingNode) Get() *DetectingNode + func (v NullableDetectingNode) IsSet() bool + func (v NullableDetectingNode) MarshalJSON() ([]byte, error) + type NullableDetectingNodeAnyOf struct + func NewNullableDetectingNodeAnyOf(val *DetectingNodeAnyOf) *NullableDetectingNodeAnyOf + func (v *NullableDetectingNodeAnyOf) Set(val *DetectingNodeAnyOf) + func (v *NullableDetectingNodeAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableDetectingNodeAnyOf) Unset() + func (v NullableDetectingNodeAnyOf) Get() *DetectingNodeAnyOf + func (v NullableDetectingNodeAnyOf) IsSet() bool + func (v NullableDetectingNodeAnyOf) MarshalJSON() ([]byte, error) + type NullableDsaiTagInformation struct + func NewNullableDsaiTagInformation(val *DsaiTagInformation) *NullableDsaiTagInformation + func (v *NullableDsaiTagInformation) Set(val *DsaiTagInformation) + func (v *NullableDsaiTagInformation) UnmarshalJSON(src []byte) error + func (v *NullableDsaiTagInformation) Unset() + func (v NullableDsaiTagInformation) Get() *DsaiTagInformation + func (v NullableDsaiTagInformation) IsSet() bool + func (v NullableDsaiTagInformation) MarshalJSON() ([]byte, error) + type NullableDsaiTagStatus struct + func NewNullableDsaiTagStatus(val *DsaiTagStatus) *NullableDsaiTagStatus + func (v *NullableDsaiTagStatus) Set(val *DsaiTagStatus) + func (v *NullableDsaiTagStatus) UnmarshalJSON(src []byte) error + func (v *NullableDsaiTagStatus) Unset() + func (v NullableDsaiTagStatus) Get() *DsaiTagStatus + func (v NullableDsaiTagStatus) IsSet() bool + func (v NullableDsaiTagStatus) MarshalJSON() ([]byte, error) + type NullableEcgi struct + func NewNullableEcgi(val *Ecgi) *NullableEcgi + func (v *NullableEcgi) Set(val *Ecgi) + func (v *NullableEcgi) UnmarshalJSON(src []byte) error + func (v *NullableEcgi) Unset() + func (v NullableEcgi) Get() *Ecgi + func (v NullableEcgi) IsSet() bool + func (v NullableEcgi) MarshalJSON() ([]byte, error) + type NullableEutraLocation struct + func NewNullableEutraLocation(val *EutraLocation) *NullableEutraLocation + func (v *NullableEutraLocation) Set(val *EutraLocation) + func (v *NullableEutraLocation) UnmarshalJSON(src []byte) error + func (v *NullableEutraLocation) Unset() + func (v NullableEutraLocation) Get() *EutraLocation + func (v NullableEutraLocation) IsSet() bool + func (v NullableEutraLocation) MarshalJSON() ([]byte, error) + type NullableFloat32 struct + func NewNullableFloat32(val *float32) *NullableFloat32 + func (v *NullableFloat32) Set(val *float32) + func (v *NullableFloat32) UnmarshalJSON(src []byte) error + func (v *NullableFloat32) Unset() + func (v NullableFloat32) Get() *float32 + func (v NullableFloat32) IsSet() bool + func (v NullableFloat32) MarshalJSON() ([]byte, error) + type NullableFloat64 struct + func NewNullableFloat64(val *float64) *NullableFloat64 + func (v *NullableFloat64) Set(val *float64) + func (v *NullableFloat64) UnmarshalJSON(src []byte) error + func (v *NullableFloat64) Unset() + func (v NullableFloat64) Get() *float64 + func (v NullableFloat64) IsSet() bool + func (v NullableFloat64) MarshalJSON() ([]byte, error) + type NullableGNbId struct + func NewNullableGNbId(val *GNbId) *NullableGNbId + func (v *NullableGNbId) Set(val *GNbId) + func (v *NullableGNbId) UnmarshalJSON(src []byte) error + func (v *NullableGNbId) Unset() + func (v NullableGNbId) Get() *GNbId + func (v NullableGNbId) IsSet() bool + func (v NullableGNbId) MarshalJSON() ([]byte, error) + type NullableGeraLocation struct + func NewNullableGeraLocation(val *GeraLocation) *NullableGeraLocation + func (v *NullableGeraLocation) Set(val *GeraLocation) + func (v *NullableGeraLocation) UnmarshalJSON(src []byte) error + func (v *NullableGeraLocation) Unset() + func (v NullableGeraLocation) Get() *GeraLocation + func (v NullableGeraLocation) IsSet() bool + func (v NullableGeraLocation) MarshalJSON() ([]byte, error) + type NullableGlobalRanNodeId struct + func NewNullableGlobalRanNodeId(val *GlobalRanNodeId) *NullableGlobalRanNodeId + func (v *NullableGlobalRanNodeId) Set(val *GlobalRanNodeId) + func (v *NullableGlobalRanNodeId) UnmarshalJSON(src []byte) error + func (v *NullableGlobalRanNodeId) Unset() + func (v NullableGlobalRanNodeId) Get() *GlobalRanNodeId + func (v NullableGlobalRanNodeId) IsSet() bool + func (v NullableGlobalRanNodeId) MarshalJSON() ([]byte, error) + type NullableHeaderSipRequest struct + func NewNullableHeaderSipRequest(val *HeaderSipRequest) *NullableHeaderSipRequest + func (v *NullableHeaderSipRequest) Set(val *HeaderSipRequest) + func (v *NullableHeaderSipRequest) UnmarshalJSON(src []byte) error + func (v *NullableHeaderSipRequest) Unset() + func (v NullableHeaderSipRequest) Get() *HeaderSipRequest + func (v NullableHeaderSipRequest) IsSet() bool + func (v NullableHeaderSipRequest) MarshalJSON() ([]byte, error) + type NullableIdentityType struct + func NewNullableIdentityType(val *IdentityType) *NullableIdentityType + func (v *NullableIdentityType) Set(val *IdentityType) + func (v *NullableIdentityType) UnmarshalJSON(src []byte) error + func (v *NullableIdentityType) Unset() + func (v NullableIdentityType) Get() *IdentityType + func (v NullableIdentityType) IsSet() bool + func (v NullableIdentityType) MarshalJSON() ([]byte, error) + type NullableIdentityTypeAnyOf struct + func NewNullableIdentityTypeAnyOf(val *IdentityTypeAnyOf) *NullableIdentityTypeAnyOf + func (v *NullableIdentityTypeAnyOf) Set(val *IdentityTypeAnyOf) + func (v *NullableIdentityTypeAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableIdentityTypeAnyOf) Unset() + func (v NullableIdentityTypeAnyOf) Get() *IdentityTypeAnyOf + func (v NullableIdentityTypeAnyOf) IsSet() bool + func (v NullableIdentityTypeAnyOf) MarshalJSON() ([]byte, error) + type NullableIfc struct + func NewNullableIfc(val *Ifc) *NullableIfc + func (v *NullableIfc) Set(val *Ifc) + func (v *NullableIfc) UnmarshalJSON(src []byte) error + func (v *NullableIfc) Unset() + func (v NullableIfc) Get() *Ifc + func (v NullableIfc) IsSet() bool + func (v NullableIfc) MarshalJSON() ([]byte, error) + type NullableIfcs struct + func NewNullableIfcs(val *Ifcs) *NullableIfcs + func (v *NullableIfcs) Set(val *Ifcs) + func (v *NullableIfcs) UnmarshalJSON(src []byte) error + func (v *NullableIfcs) Unset() + func (v NullableIfcs) Get() *Ifcs + func (v NullableIfcs) IsSet() bool + func (v NullableIfcs) MarshalJSON() ([]byte, error) + type NullableImeiSvInformation struct + func NewNullableImeiSvInformation(val *ImeiSvInformation) *NullableImeiSvInformation + func (v *NullableImeiSvInformation) Set(val *ImeiSvInformation) + func (v *NullableImeiSvInformation) UnmarshalJSON(src []byte) error + func (v *NullableImeiSvInformation) Unset() + func (v NullableImeiSvInformation) Get() *ImeiSvInformation + func (v NullableImeiSvInformation) IsSet() bool + func (v NullableImeiSvInformation) MarshalJSON() ([]byte, error) + type NullableImsAssociatedIdentities struct + func NewNullableImsAssociatedIdentities(val *ImsAssociatedIdentities) *NullableImsAssociatedIdentities + func (v *NullableImsAssociatedIdentities) Set(val *ImsAssociatedIdentities) + func (v *NullableImsAssociatedIdentities) UnmarshalJSON(src []byte) error + func (v *NullableImsAssociatedIdentities) Unset() + func (v NullableImsAssociatedIdentities) Get() *ImsAssociatedIdentities + func (v NullableImsAssociatedIdentities) IsSet() bool + func (v NullableImsAssociatedIdentities) MarshalJSON() ([]byte, error) + type NullableImsLocationData struct + func NewNullableImsLocationData(val *ImsLocationData) *NullableImsLocationData + func (v *NullableImsLocationData) Set(val *ImsLocationData) + func (v *NullableImsLocationData) UnmarshalJSON(src []byte) error + func (v *NullableImsLocationData) Unset() + func (v NullableImsLocationData) Get() *ImsLocationData + func (v NullableImsLocationData) IsSet() bool + func (v NullableImsLocationData) MarshalJSON() ([]byte, error) + type NullableImsProfileData struct + func NewNullableImsProfileData(val *ImsProfileData) *NullableImsProfileData + func (v *NullableImsProfileData) Set(val *ImsProfileData) + func (v *NullableImsProfileData) UnmarshalJSON(src []byte) error + func (v *NullableImsProfileData) Unset() + func (v NullableImsProfileData) Get() *ImsProfileData + func (v NullableImsProfileData) IsSet() bool + func (v NullableImsProfileData) MarshalJSON() ([]byte, error) + type NullableImsRegistrationState struct + func NewNullableImsRegistrationState(val *ImsRegistrationState) *NullableImsRegistrationState + func (v *NullableImsRegistrationState) Set(val *ImsRegistrationState) + func (v *NullableImsRegistrationState) UnmarshalJSON(src []byte) error + func (v *NullableImsRegistrationState) Unset() + func (v NullableImsRegistrationState) Get() *ImsRegistrationState + func (v NullableImsRegistrationState) IsSet() bool + func (v NullableImsRegistrationState) MarshalJSON() ([]byte, error) + type NullableImsRegistrationStateAnyOf struct + func NewNullableImsRegistrationStateAnyOf(val *ImsRegistrationStateAnyOf) *NullableImsRegistrationStateAnyOf + func (v *NullableImsRegistrationStateAnyOf) Set(val *ImsRegistrationStateAnyOf) + func (v *NullableImsRegistrationStateAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableImsRegistrationStateAnyOf) Unset() + func (v NullableImsRegistrationStateAnyOf) Get() *ImsRegistrationStateAnyOf + func (v NullableImsRegistrationStateAnyOf) IsSet() bool + func (v NullableImsRegistrationStateAnyOf) MarshalJSON() ([]byte, error) + type NullableImsRegistrationStatus struct + func NewNullableImsRegistrationStatus(val *ImsRegistrationStatus) *NullableImsRegistrationStatus + func (v *NullableImsRegistrationStatus) Set(val *ImsRegistrationStatus) + func (v *NullableImsRegistrationStatus) UnmarshalJSON(src []byte) error + func (v *NullableImsRegistrationStatus) Unset() + func (v NullableImsRegistrationStatus) Get() *ImsRegistrationStatus + func (v NullableImsRegistrationStatus) IsSet() bool + func (v NullableImsRegistrationStatus) MarshalJSON() ([]byte, error) + type NullableImsSdmSubscription struct + func NewNullableImsSdmSubscription(val *ImsSdmSubscription) *NullableImsSdmSubscription + func (v *NullableImsSdmSubscription) Set(val *ImsSdmSubscription) + func (v *NullableImsSdmSubscription) UnmarshalJSON(src []byte) error + func (v *NullableImsSdmSubscription) Unset() + func (v NullableImsSdmSubscription) Get() *ImsSdmSubscription + func (v NullableImsSdmSubscription) IsSet() bool + func (v NullableImsSdmSubscription) MarshalJSON() ([]byte, error) + type NullableImsServiceProfile struct + func NewNullableImsServiceProfile(val *ImsServiceProfile) *NullableImsServiceProfile + func (v *NullableImsServiceProfile) Set(val *ImsServiceProfile) + func (v *NullableImsServiceProfile) UnmarshalJSON(src []byte) error + func (v *NullableImsServiceProfile) Unset() + func (v NullableImsServiceProfile) Get() *ImsServiceProfile + func (v NullableImsServiceProfile) IsSet() bool + func (v NullableImsServiceProfile) MarshalJSON() ([]byte, error) + type NullableImsVoiceOverPsSessionSupport struct + func NewNullableImsVoiceOverPsSessionSupport(val *ImsVoiceOverPsSessionSupport) *NullableImsVoiceOverPsSessionSupport + func (v *NullableImsVoiceOverPsSessionSupport) Set(val *ImsVoiceOverPsSessionSupport) + func (v *NullableImsVoiceOverPsSessionSupport) UnmarshalJSON(src []byte) error + func (v *NullableImsVoiceOverPsSessionSupport) Unset() + func (v NullableImsVoiceOverPsSessionSupport) Get() *ImsVoiceOverPsSessionSupport + func (v NullableImsVoiceOverPsSessionSupport) IsSet() bool + func (v NullableImsVoiceOverPsSessionSupport) MarshalJSON() ([]byte, error) + type NullableImsVoiceOverPsSessionSupportAnyOf struct + func NewNullableImsVoiceOverPsSessionSupportAnyOf(val *ImsVoiceOverPsSessionSupportAnyOf) *NullableImsVoiceOverPsSessionSupportAnyOf + func (v *NullableImsVoiceOverPsSessionSupportAnyOf) Set(val *ImsVoiceOverPsSessionSupportAnyOf) + func (v *NullableImsVoiceOverPsSessionSupportAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableImsVoiceOverPsSessionSupportAnyOf) Unset() + func (v NullableImsVoiceOverPsSessionSupportAnyOf) Get() *ImsVoiceOverPsSessionSupportAnyOf + func (v NullableImsVoiceOverPsSessionSupportAnyOf) IsSet() bool + func (v NullableImsVoiceOverPsSessionSupportAnyOf) MarshalJSON() ([]byte, error) + type NullableInt struct + func NewNullableInt(val *int) *NullableInt + func (v *NullableInt) Set(val *int) + func (v *NullableInt) UnmarshalJSON(src []byte) error + func (v *NullableInt) Unset() + func (v NullableInt) Get() *int + func (v NullableInt) IsSet() bool + func (v NullableInt) MarshalJSON() ([]byte, error) + type NullableInt32 struct + func NewNullableInt32(val *int32) *NullableInt32 + func (v *NullableInt32) Set(val *int32) + func (v *NullableInt32) UnmarshalJSON(src []byte) error + func (v *NullableInt32) Unset() + func (v NullableInt32) Get() *int32 + func (v NullableInt32) IsSet() bool + func (v NullableInt32) MarshalJSON() ([]byte, error) + type NullableInt64 struct + func NewNullableInt64(val *int64) *NullableInt64 + func (v *NullableInt64) Set(val *int64) + func (v *NullableInt64) UnmarshalJSON(src []byte) error + func (v *NullableInt64) Unset() + func (v NullableInt64) Get() *int64 + func (v NullableInt64) IsSet() bool + func (v NullableInt64) MarshalJSON() ([]byte, error) + type NullableInvalidParam struct + func NewNullableInvalidParam(val *InvalidParam) *NullableInvalidParam + func (v *NullableInvalidParam) Set(val *InvalidParam) + func (v *NullableInvalidParam) UnmarshalJSON(src []byte) error + func (v *NullableInvalidParam) Unset() + func (v NullableInvalidParam) Get() *InvalidParam + func (v NullableInvalidParam) IsSet() bool + func (v NullableInvalidParam) MarshalJSON() ([]byte, error) + type NullableIpAddr struct + func NewNullableIpAddr(val *IpAddr) *NullableIpAddr + func (v *NullableIpAddr) Set(val *IpAddr) + func (v *NullableIpAddr) UnmarshalJSON(src []byte) error + func (v *NullableIpAddr) Unset() + func (v NullableIpAddr) Get() *IpAddr + func (v NullableIpAddr) IsSet() bool + func (v NullableIpAddr) MarshalJSON() ([]byte, error) + type NullableIpSmGwAddress struct + func NewNullableIpSmGwAddress(val *IpSmGwAddress) *NullableIpSmGwAddress + func (v *NullableIpSmGwAddress) Set(val *IpSmGwAddress) + func (v *NullableIpSmGwAddress) UnmarshalJSON(src []byte) error + func (v *NullableIpSmGwAddress) Unset() + func (v NullableIpSmGwAddress) Get() *IpSmGwAddress + func (v NullableIpSmGwAddress) IsSet() bool + func (v NullableIpSmGwAddress) MarshalJSON() ([]byte, error) + type NullableIpv6Addr struct + func NewNullableIpv6Addr(val *Ipv6Addr) *NullableIpv6Addr + func (v *NullableIpv6Addr) Set(val *Ipv6Addr) + func (v *NullableIpv6Addr) UnmarshalJSON(src []byte) error + func (v *NullableIpv6Addr) Unset() + func (v NullableIpv6Addr) Get() *Ipv6Addr + func (v NullableIpv6Addr) IsSet() bool + func (v NullableIpv6Addr) MarshalJSON() ([]byte, error) + type NullableIpv6Prefix struct + func NewNullableIpv6Prefix(val *Ipv6Prefix) *NullableIpv6Prefix + func (v *NullableIpv6Prefix) Set(val *Ipv6Prefix) + func (v *NullableIpv6Prefix) UnmarshalJSON(src []byte) error + func (v *NullableIpv6Prefix) Unset() + func (v NullableIpv6Prefix) Get() *Ipv6Prefix + func (v NullableIpv6Prefix) IsSet() bool + func (v NullableIpv6Prefix) MarshalJSON() ([]byte, error) + type NullableLocationAreaId struct + func NewNullableLocationAreaId(val *LocationAreaId) *NullableLocationAreaId + func (v *NullableLocationAreaId) Set(val *LocationAreaId) + func (v *NullableLocationAreaId) UnmarshalJSON(src []byte) error + func (v *NullableLocationAreaId) Unset() + func (v NullableLocationAreaId) Get() *LocationAreaId + func (v NullableLocationAreaId) IsSet() bool + func (v NullableLocationAreaId) MarshalJSON() ([]byte, error) + type NullableMmeLocationData struct + func NewNullableMmeLocationData(val *MmeLocationData) *NullableMmeLocationData + func (v *NullableMmeLocationData) Set(val *MmeLocationData) + func (v *NullableMmeLocationData) UnmarshalJSON(src []byte) error + func (v *NullableMmeLocationData) Unset() + func (v NullableMmeLocationData) Get() *MmeLocationData + func (v NullableMmeLocationData) IsSet() bool + func (v NullableMmeLocationData) MarshalJSON() ([]byte, error) + type NullableModificationNotification struct + func NewNullableModificationNotification(val *ModificationNotification) *NullableModificationNotification + func (v *NullableModificationNotification) Set(val *ModificationNotification) + func (v *NullableModificationNotification) UnmarshalJSON(src []byte) error + func (v *NullableModificationNotification) Unset() + func (v NullableModificationNotification) Get() *ModificationNotification + func (v NullableModificationNotification) IsSet() bool + func (v NullableModificationNotification) MarshalJSON() ([]byte, error) + type NullableMsisdnList struct + func NewNullableMsisdnList(val *MsisdnList) *NullableMsisdnList + func (v *NullableMsisdnList) Set(val *MsisdnList) + func (v *NullableMsisdnList) UnmarshalJSON(src []byte) error + func (v *NullableMsisdnList) Unset() + func (v NullableMsisdnList) Get() *MsisdnList + func (v NullableMsisdnList) IsSet() bool + func (v NullableMsisdnList) MarshalJSON() ([]byte, error) + type NullableNFType struct + func NewNullableNFType(val *NFType) *NullableNFType + func (v *NullableNFType) Set(val *NFType) + func (v *NullableNFType) UnmarshalJSON(src []byte) error + func (v *NullableNFType) Unset() + func (v NullableNFType) Get() *NFType + func (v NullableNFType) IsSet() bool + func (v NullableNFType) MarshalJSON() ([]byte, error) + type NullableNFTypeAnyOf struct + func NewNullableNFTypeAnyOf(val *NFTypeAnyOf) *NullableNFTypeAnyOf + func (v *NullableNFTypeAnyOf) Set(val *NFTypeAnyOf) + func (v *NullableNFTypeAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableNFTypeAnyOf) Unset() + func (v NullableNFTypeAnyOf) Get() *NFTypeAnyOf + func (v NullableNFTypeAnyOf) IsSet() bool + func (v NullableNFTypeAnyOf) MarshalJSON() ([]byte, error) + type NullableNcgi struct + func NewNullableNcgi(val *Ncgi) *NullableNcgi + func (v *NullableNcgi) Set(val *Ncgi) + func (v *NullableNcgi) UnmarshalJSON(src []byte) error + func (v *NullableNcgi) Unset() + func (v NullableNcgi) Get() *Ncgi + func (v NullableNcgi) IsSet() bool + func (v NullableNcgi) MarshalJSON() ([]byte, error) + type NullableNotifyItem struct + func NewNullableNotifyItem(val *NotifyItem) *NullableNotifyItem + func (v *NullableNotifyItem) Set(val *NotifyItem) + func (v *NullableNotifyItem) UnmarshalJSON(src []byte) error + func (v *NullableNotifyItem) Unset() + func (v NullableNotifyItem) Get() *NotifyItem + func (v NullableNotifyItem) IsSet() bool + func (v NullableNotifyItem) MarshalJSON() ([]byte, error) + type NullableNrLocation struct + func NewNullableNrLocation(val *NrLocation) *NullableNrLocation + func (v *NullableNrLocation) Set(val *NrLocation) + func (v *NullableNrLocation) UnmarshalJSON(src []byte) error + func (v *NullableNrLocation) Unset() + func (v NullableNrLocation) Get() *NrLocation + func (v NullableNrLocation) IsSet() bool + func (v NullableNrLocation) MarshalJSON() ([]byte, error) + type NullablePatchItem struct + func NewNullablePatchItem(val *PatchItem) *NullablePatchItem + func (v *NullablePatchItem) Set(val *PatchItem) + func (v *NullablePatchItem) UnmarshalJSON(src []byte) error + func (v *NullablePatchItem) Unset() + func (v NullablePatchItem) Get() *PatchItem + func (v NullablePatchItem) IsSet() bool + func (v NullablePatchItem) MarshalJSON() ([]byte, error) + type NullablePatchOperation struct + func NewNullablePatchOperation(val *PatchOperation) *NullablePatchOperation + func (v *NullablePatchOperation) Set(val *PatchOperation) + func (v *NullablePatchOperation) UnmarshalJSON(src []byte) error + func (v *NullablePatchOperation) Unset() + func (v NullablePatchOperation) Get() *PatchOperation + func (v NullablePatchOperation) IsSet() bool + func (v NullablePatchOperation) MarshalJSON() ([]byte, error) + type NullablePatchOperationAnyOf struct + func NewNullablePatchOperationAnyOf(val *PatchOperationAnyOf) *NullablePatchOperationAnyOf + func (v *NullablePatchOperationAnyOf) Set(val *PatchOperationAnyOf) + func (v *NullablePatchOperationAnyOf) UnmarshalJSON(src []byte) error + func (v *NullablePatchOperationAnyOf) Unset() + func (v NullablePatchOperationAnyOf) Get() *PatchOperationAnyOf + func (v NullablePatchOperationAnyOf) IsSet() bool + func (v NullablePatchOperationAnyOf) MarshalJSON() ([]byte, error) + type NullablePatchResult struct + func NewNullablePatchResult(val *PatchResult) *NullablePatchResult + func (v *NullablePatchResult) Set(val *PatchResult) + func (v *NullablePatchResult) UnmarshalJSON(src []byte) error + func (v *NullablePatchResult) Unset() + func (v NullablePatchResult) Get() *PatchResult + func (v NullablePatchResult) IsSet() bool + func (v NullablePatchResult) MarshalJSON() ([]byte, error) + type NullablePlmnId struct + func NewNullablePlmnId(val *PlmnId) *NullablePlmnId + func (v *NullablePlmnId) Set(val *PlmnId) + func (v *NullablePlmnId) UnmarshalJSON(src []byte) error + func (v *NullablePlmnId) Unset() + func (v NullablePlmnId) Get() *PlmnId + func (v NullablePlmnId) IsSet() bool + func (v NullablePlmnId) MarshalJSON() ([]byte, error) + type NullablePlmnIdNid struct + func NewNullablePlmnIdNid(val *PlmnIdNid) *NullablePlmnIdNid + func (v *NullablePlmnIdNid) Set(val *PlmnIdNid) + func (v *NullablePlmnIdNid) UnmarshalJSON(src []byte) error + func (v *NullablePlmnIdNid) Unset() + func (v NullablePlmnIdNid) Get() *PlmnIdNid + func (v NullablePlmnIdNid) IsSet() bool + func (v NullablePlmnIdNid) MarshalJSON() ([]byte, error) + type NullablePriorityLevels struct + func NewNullablePriorityLevels(val *PriorityLevels) *NullablePriorityLevels + func (v *NullablePriorityLevels) Set(val *PriorityLevels) + func (v *NullablePriorityLevels) UnmarshalJSON(src []byte) error + func (v *NullablePriorityLevels) Unset() + func (v NullablePriorityLevels) Get() *PriorityLevels + func (v NullablePriorityLevels) IsSet() bool + func (v NullablePriorityLevels) MarshalJSON() ([]byte, error) + type NullablePrivateIdentities struct + func NewNullablePrivateIdentities(val *PrivateIdentities) *NullablePrivateIdentities + func (v *NullablePrivateIdentities) Set(val *PrivateIdentities) + func (v *NullablePrivateIdentities) UnmarshalJSON(src []byte) error + func (v *NullablePrivateIdentities) Unset() + func (v NullablePrivateIdentities) Get() *PrivateIdentities + func (v NullablePrivateIdentities) IsSet() bool + func (v NullablePrivateIdentities) MarshalJSON() ([]byte, error) + type NullablePrivateIdentity struct + func NewNullablePrivateIdentity(val *PrivateIdentity) *NullablePrivateIdentity + func (v *NullablePrivateIdentity) Set(val *PrivateIdentity) + func (v *NullablePrivateIdentity) UnmarshalJSON(src []byte) error + func (v *NullablePrivateIdentity) Unset() + func (v NullablePrivateIdentity) Get() *PrivateIdentity + func (v NullablePrivateIdentity) IsSet() bool + func (v NullablePrivateIdentity) MarshalJSON() ([]byte, error) + type NullablePrivateIdentityType struct + func NewNullablePrivateIdentityType(val *PrivateIdentityType) *NullablePrivateIdentityType + func (v *NullablePrivateIdentityType) Set(val *PrivateIdentityType) + func (v *NullablePrivateIdentityType) UnmarshalJSON(src []byte) error + func (v *NullablePrivateIdentityType) Unset() + func (v NullablePrivateIdentityType) Get() *PrivateIdentityType + func (v NullablePrivateIdentityType) IsSet() bool + func (v NullablePrivateIdentityType) MarshalJSON() ([]byte, error) + type NullablePrivateIdentityTypeAnyOf struct + func NewNullablePrivateIdentityTypeAnyOf(val *PrivateIdentityTypeAnyOf) *NullablePrivateIdentityTypeAnyOf + func (v *NullablePrivateIdentityTypeAnyOf) Set(val *PrivateIdentityTypeAnyOf) + func (v *NullablePrivateIdentityTypeAnyOf) UnmarshalJSON(src []byte) error + func (v *NullablePrivateIdentityTypeAnyOf) Unset() + func (v NullablePrivateIdentityTypeAnyOf) Get() *PrivateIdentityTypeAnyOf + func (v NullablePrivateIdentityTypeAnyOf) IsSet() bool + func (v NullablePrivateIdentityTypeAnyOf) MarshalJSON() ([]byte, error) + type NullableProblemDetails struct + func NewNullableProblemDetails(val *ProblemDetails) *NullableProblemDetails + func (v *NullableProblemDetails) Set(val *ProblemDetails) + func (v *NullableProblemDetails) UnmarshalJSON(src []byte) error + func (v *NullableProblemDetails) Unset() + func (v NullableProblemDetails) Get() *ProblemDetails + func (v NullableProblemDetails) IsSet() bool + func (v NullableProblemDetails) MarshalJSON() ([]byte, error) + type NullablePsLocation struct + func NewNullablePsLocation(val *PsLocation) *NullablePsLocation + func (v *NullablePsLocation) Set(val *PsLocation) + func (v *NullablePsLocation) UnmarshalJSON(src []byte) error + func (v *NullablePsLocation) Unset() + func (v NullablePsLocation) Get() *PsLocation + func (v NullablePsLocation) IsSet() bool + func (v NullablePsLocation) MarshalJSON() ([]byte, error) + type NullablePsUserState struct + func NewNullablePsUserState(val *PsUserState) *NullablePsUserState + func (v *NullablePsUserState) Set(val *PsUserState) + func (v *NullablePsUserState) UnmarshalJSON(src []byte) error + func (v *NullablePsUserState) Unset() + func (v NullablePsUserState) Get() *PsUserState + func (v NullablePsUserState) IsSet() bool + func (v NullablePsUserState) MarshalJSON() ([]byte, error) + type NullablePsiActivationState struct + func NewNullablePsiActivationState(val *PsiActivationState) *NullablePsiActivationState + func (v *NullablePsiActivationState) Set(val *PsiActivationState) + func (v *NullablePsiActivationState) UnmarshalJSON(src []byte) error + func (v *NullablePsiActivationState) Unset() + func (v NullablePsiActivationState) Get() *PsiActivationState + func (v NullablePsiActivationState) IsSet() bool + func (v NullablePsiActivationState) MarshalJSON() ([]byte, error) + type NullablePublicIdentifier struct + func NewNullablePublicIdentifier(val *PublicIdentifier) *NullablePublicIdentifier + func (v *NullablePublicIdentifier) Set(val *PublicIdentifier) + func (v *NullablePublicIdentifier) UnmarshalJSON(src []byte) error + func (v *NullablePublicIdentifier) Unset() + func (v NullablePublicIdentifier) Get() *PublicIdentifier + func (v NullablePublicIdentifier) IsSet() bool + func (v NullablePublicIdentifier) MarshalJSON() ([]byte, error) + type NullablePublicIdentities struct + func NewNullablePublicIdentities(val *PublicIdentities) *NullablePublicIdentities + func (v *NullablePublicIdentities) Set(val *PublicIdentities) + func (v *NullablePublicIdentities) UnmarshalJSON(src []byte) error + func (v *NullablePublicIdentities) Unset() + func (v NullablePublicIdentities) Get() *PublicIdentities + func (v NullablePublicIdentities) IsSet() bool + func (v NullablePublicIdentities) MarshalJSON() ([]byte, error) + type NullablePublicIdentity struct + func NewNullablePublicIdentity(val *PublicIdentity) *NullablePublicIdentity + func (v *NullablePublicIdentity) Set(val *PublicIdentity) + func (v *NullablePublicIdentity) UnmarshalJSON(src []byte) error + func (v *NullablePublicIdentity) Unset() + func (v NullablePublicIdentity) Get() *PublicIdentity + func (v NullablePublicIdentity) IsSet() bool + func (v NullablePublicIdentity) MarshalJSON() ([]byte, error) + type NullableRatType struct + func NewNullableRatType(val *RatType) *NullableRatType + func (v *NullableRatType) Set(val *RatType) + func (v *NullableRatType) UnmarshalJSON(src []byte) error + func (v *NullableRatType) Unset() + func (v NullableRatType) Get() *RatType + func (v NullableRatType) IsSet() bool + func (v NullableRatType) MarshalJSON() ([]byte, error) + type NullableRatTypeAnyOf struct + func NewNullableRatTypeAnyOf(val *RatTypeAnyOf) *NullableRatTypeAnyOf + func (v *NullableRatTypeAnyOf) Set(val *RatTypeAnyOf) + func (v *NullableRatTypeAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableRatTypeAnyOf) Unset() + func (v NullableRatTypeAnyOf) Get() *RatTypeAnyOf + func (v NullableRatTypeAnyOf) IsSet() bool + func (v NullableRatTypeAnyOf) MarshalJSON() ([]byte, error) + type NullableRedirectResponse struct + func NewNullableRedirectResponse(val *RedirectResponse) *NullableRedirectResponse + func (v *NullableRedirectResponse) Set(val *RedirectResponse) + func (v *NullableRedirectResponse) UnmarshalJSON(src []byte) error + func (v *NullableRedirectResponse) Unset() + func (v NullableRedirectResponse) Get() *RedirectResponse + func (v NullableRedirectResponse) IsSet() bool + func (v NullableRedirectResponse) MarshalJSON() ([]byte, error) + type NullableReferenceLocationInformation struct + func NewNullableReferenceLocationInformation(val *ReferenceLocationInformation) *NullableReferenceLocationInformation + func (v *NullableReferenceLocationInformation) Set(val *ReferenceLocationInformation) + func (v *NullableReferenceLocationInformation) UnmarshalJSON(src []byte) error + func (v *NullableReferenceLocationInformation) Unset() + func (v NullableReferenceLocationInformation) Get() *ReferenceLocationInformation + func (v NullableReferenceLocationInformation) IsSet() bool + func (v NullableReferenceLocationInformation) MarshalJSON() ([]byte, error) + type NullableRegistrationType struct + func NewNullableRegistrationType(val *RegistrationType) *NullableRegistrationType + func (v *NullableRegistrationType) Set(val *RegistrationType) + func (v *NullableRegistrationType) UnmarshalJSON(src []byte) error + func (v *NullableRegistrationType) Unset() + func (v NullableRegistrationType) Get() *RegistrationType + func (v NullableRegistrationType) IsSet() bool + func (v NullableRegistrationType) MarshalJSON() ([]byte, error) + type NullableRegistrationTypeAnyOf struct + func NewNullableRegistrationTypeAnyOf(val *RegistrationTypeAnyOf) *NullableRegistrationTypeAnyOf + func (v *NullableRegistrationTypeAnyOf) Set(val *RegistrationTypeAnyOf) + func (v *NullableRegistrationTypeAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableRegistrationTypeAnyOf) Unset() + func (v NullableRegistrationTypeAnyOf) Get() *RegistrationTypeAnyOf + func (v NullableRegistrationTypeAnyOf) IsSet() bool + func (v NullableRegistrationTypeAnyOf) MarshalJSON() ([]byte, error) + type NullableReportItem struct + func NewNullableReportItem(val *ReportItem) *NullableReportItem + func (v *NullableReportItem) Set(val *ReportItem) + func (v *NullableReportItem) UnmarshalJSON(src []byte) error + func (v *NullableReportItem) Unset() + func (v NullableReportItem) Get() *ReportItem + func (v NullableReportItem) IsSet() bool + func (v NullableReportItem) MarshalJSON() ([]byte, error) + type NullableRepositoryData struct + func NewNullableRepositoryData(val *RepositoryData) *NullableRepositoryData + func (v *NullableRepositoryData) Set(val *RepositoryData) + func (v *NullableRepositoryData) UnmarshalJSON(src []byte) error + func (v *NullableRepositoryData) Unset() + func (v NullableRepositoryData) Get() *RepositoryData + func (v NullableRepositoryData) IsSet() bool + func (v NullableRepositoryData) MarshalJSON() ([]byte, error) + type NullableRepositoryDataList struct + func NewNullableRepositoryDataList(val *RepositoryDataList) *NullableRepositoryDataList + func (v *NullableRepositoryDataList) Set(val *RepositoryDataList) + func (v *NullableRepositoryDataList) UnmarshalJSON(src []byte) error + func (v *NullableRepositoryDataList) Unset() + func (v NullableRepositoryDataList) Get() *RepositoryDataList + func (v NullableRepositoryDataList) IsSet() bool + func (v NullableRepositoryDataList) MarshalJSON() ([]byte, error) + type NullableRequestDirection struct + func NewNullableRequestDirection(val *RequestDirection) *NullableRequestDirection + func (v *NullableRequestDirection) Set(val *RequestDirection) + func (v *NullableRequestDirection) UnmarshalJSON(src []byte) error + func (v *NullableRequestDirection) Unset() + func (v NullableRequestDirection) Get() *RequestDirection + func (v NullableRequestDirection) IsSet() bool + func (v NullableRequestDirection) MarshalJSON() ([]byte, error) + type NullableRequestDirectionAnyOf struct + func NewNullableRequestDirectionAnyOf(val *RequestDirectionAnyOf) *NullableRequestDirectionAnyOf + func (v *NullableRequestDirectionAnyOf) Set(val *RequestDirectionAnyOf) + func (v *NullableRequestDirectionAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableRequestDirectionAnyOf) Unset() + func (v NullableRequestDirectionAnyOf) Get() *RequestDirectionAnyOf + func (v NullableRequestDirectionAnyOf) IsSet() bool + func (v NullableRequestDirectionAnyOf) MarshalJSON() ([]byte, error) + type NullableRequestedNode struct + func NewNullableRequestedNode(val *RequestedNode) *NullableRequestedNode + func (v *NullableRequestedNode) Set(val *RequestedNode) + func (v *NullableRequestedNode) UnmarshalJSON(src []byte) error + func (v *NullableRequestedNode) Unset() + func (v NullableRequestedNode) Get() *RequestedNode + func (v NullableRequestedNode) IsSet() bool + func (v NullableRequestedNode) MarshalJSON() ([]byte, error) + type NullableRequestedNodeAnyOf struct + func NewNullableRequestedNodeAnyOf(val *RequestedNodeAnyOf) *NullableRequestedNodeAnyOf + func (v *NullableRequestedNodeAnyOf) Set(val *RequestedNodeAnyOf) + func (v *NullableRequestedNodeAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableRequestedNodeAnyOf) Unset() + func (v NullableRequestedNodeAnyOf) Get() *RequestedNodeAnyOf + func (v NullableRequestedNodeAnyOf) IsSet() bool + func (v NullableRequestedNodeAnyOf) MarshalJSON() ([]byte, error) + type NullableRoutingAreaId struct + func NewNullableRoutingAreaId(val *RoutingAreaId) *NullableRoutingAreaId + func (v *NullableRoutingAreaId) Set(val *RoutingAreaId) + func (v *NullableRoutingAreaId) UnmarshalJSON(src []byte) error + func (v *NullableRoutingAreaId) Unset() + func (v NullableRoutingAreaId) Get() *RoutingAreaId + func (v NullableRoutingAreaId) IsSet() bool + func (v NullableRoutingAreaId) MarshalJSON() ([]byte, error) + type NullableScscfCapabilityList struct + func NewNullableScscfCapabilityList(val *ScscfCapabilityList) *NullableScscfCapabilityList + func (v *NullableScscfCapabilityList) Set(val *ScscfCapabilityList) + func (v *NullableScscfCapabilityList) UnmarshalJSON(src []byte) error + func (v *NullableScscfCapabilityList) Unset() + func (v NullableScscfCapabilityList) Get() *ScscfCapabilityList + func (v NullableScscfCapabilityList) IsSet() bool + func (v NullableScscfCapabilityList) MarshalJSON() ([]byte, error) + type NullableScscfSelectionAssistanceInformation struct + func NewNullableScscfSelectionAssistanceInformation(val *ScscfSelectionAssistanceInformation) *NullableScscfSelectionAssistanceInformation + func (v *NullableScscfSelectionAssistanceInformation) Set(val *ScscfSelectionAssistanceInformation) + func (v *NullableScscfSelectionAssistanceInformation) UnmarshalJSON(src []byte) error + func (v *NullableScscfSelectionAssistanceInformation) Unset() + func (v NullableScscfSelectionAssistanceInformation) Get() *ScscfSelectionAssistanceInformation + func (v NullableScscfSelectionAssistanceInformation) IsSet() bool + func (v NullableScscfSelectionAssistanceInformation) MarshalJSON() ([]byte, error) + type NullableSdpDescription struct + func NewNullableSdpDescription(val *SdpDescription) *NullableSdpDescription + func (v *NullableSdpDescription) Set(val *SdpDescription) + func (v *NullableSdpDescription) UnmarshalJSON(src []byte) error + func (v *NullableSdpDescription) Unset() + func (v NullableSdpDescription) Get() *SdpDescription + func (v NullableSdpDescription) IsSet() bool + func (v NullableSdpDescription) MarshalJSON() ([]byte, error) + type NullableServiceAreaId struct + func NewNullableServiceAreaId(val *ServiceAreaId) *NullableServiceAreaId + func (v *NullableServiceAreaId) Set(val *ServiceAreaId) + func (v *NullableServiceAreaId) UnmarshalJSON(src []byte) error + func (v *NullableServiceAreaId) Unset() + func (v NullableServiceAreaId) Get() *ServiceAreaId + func (v NullableServiceAreaId) IsSet() bool + func (v NullableServiceAreaId) MarshalJSON() ([]byte, error) + type NullableServiceInformation struct + func NewNullableServiceInformation(val *ServiceInformation) *NullableServiceInformation + func (v *NullableServiceInformation) Set(val *ServiceInformation) + func (v *NullableServiceInformation) UnmarshalJSON(src []byte) error + func (v *NullableServiceInformation) Unset() + func (v NullableServiceInformation) Get() *ServiceInformation + func (v NullableServiceInformation) IsSet() bool + func (v NullableServiceInformation) MarshalJSON() ([]byte, error) + type NullableServiceInformationAnyOf struct + func NewNullableServiceInformationAnyOf(val *ServiceInformationAnyOf) *NullableServiceInformationAnyOf + func (v *NullableServiceInformationAnyOf) Set(val *ServiceInformationAnyOf) + func (v *NullableServiceInformationAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableServiceInformationAnyOf) Unset() + func (v NullableServiceInformationAnyOf) Get() *ServiceInformationAnyOf + func (v NullableServiceInformationAnyOf) IsSet() bool + func (v NullableServiceInformationAnyOf) MarshalJSON() ([]byte, error) + type NullableServiceLevelTraceInformation struct + func NewNullableServiceLevelTraceInformation(val *ServiceLevelTraceInformation) *NullableServiceLevelTraceInformation + func (v *NullableServiceLevelTraceInformation) Set(val *ServiceLevelTraceInformation) + func (v *NullableServiceLevelTraceInformation) UnmarshalJSON(src []byte) error + func (v *NullableServiceLevelTraceInformation) Unset() + func (v NullableServiceLevelTraceInformation) Get() *ServiceLevelTraceInformation + func (v NullableServiceLevelTraceInformation) IsSet() bool + func (v NullableServiceLevelTraceInformation) MarshalJSON() ([]byte, error) + type NullableSgsnLocationData struct + func NewNullableSgsnLocationData(val *SgsnLocationData) *NullableSgsnLocationData + func (v *NullableSgsnLocationData) Set(val *SgsnLocationData) + func (v *NullableSgsnLocationData) UnmarshalJSON(src []byte) error + func (v *NullableSgsnLocationData) Unset() + func (v NullableSgsnLocationData) Get() *SgsnLocationData + func (v NullableSgsnLocationData) IsSet() bool + func (v NullableSgsnLocationData) MarshalJSON() ([]byte, error) + type NullableSharedData struct + func NewNullableSharedData(val *SharedData) *NullableSharedData + func (v *NullableSharedData) Set(val *SharedData) + func (v *NullableSharedData) UnmarshalJSON(src []byte) error + func (v *NullableSharedData) Unset() + func (v NullableSharedData) Get() *SharedData + func (v NullableSharedData) IsSet() bool + func (v NullableSharedData) MarshalJSON() ([]byte, error) + type NullableSmsRegistrationInfo struct + func NewNullableSmsRegistrationInfo(val *SmsRegistrationInfo) *NullableSmsRegistrationInfo + func (v *NullableSmsRegistrationInfo) Set(val *SmsRegistrationInfo) + func (v *NullableSmsRegistrationInfo) UnmarshalJSON(src []byte) error + func (v *NullableSmsRegistrationInfo) Unset() + func (v NullableSmsRegistrationInfo) Get() *SmsRegistrationInfo + func (v NullableSmsRegistrationInfo) IsSet() bool + func (v NullableSmsRegistrationInfo) MarshalJSON() ([]byte, error) + type NullableSnssai struct + func NewNullableSnssai(val *Snssai) *NullableSnssai + func (v *NullableSnssai) Set(val *Snssai) + func (v *NullableSnssai) UnmarshalJSON(src []byte) error + func (v *NullableSnssai) Unset() + func (v NullableSnssai) Get() *Snssai + func (v NullableSnssai) IsSet() bool + func (v NullableSnssai) MarshalJSON() ([]byte, error) + type NullableSpt struct + func NewNullableSpt(val *Spt) *NullableSpt + func (v *NullableSpt) Set(val *Spt) + func (v *NullableSpt) UnmarshalJSON(src []byte) error + func (v *NullableSpt) Unset() + func (v NullableSpt) Get() *Spt + func (v NullableSpt) IsSet() bool + func (v NullableSpt) MarshalJSON() ([]byte, error) + type NullableSrvccCapability struct + func NewNullableSrvccCapability(val *SrvccCapability) *NullableSrvccCapability + func (v *NullableSrvccCapability) Set(val *SrvccCapability) + func (v *NullableSrvccCapability) UnmarshalJSON(src []byte) error + func (v *NullableSrvccCapability) Unset() + func (v NullableSrvccCapability) Get() *SrvccCapability + func (v NullableSrvccCapability) IsSet() bool + func (v NullableSrvccCapability) MarshalJSON() ([]byte, error) + type NullableSrvccCapabilityAnyOf struct + func NewNullableSrvccCapabilityAnyOf(val *SrvccCapabilityAnyOf) *NullableSrvccCapabilityAnyOf + func (v *NullableSrvccCapabilityAnyOf) Set(val *SrvccCapabilityAnyOf) + func (v *NullableSrvccCapabilityAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableSrvccCapabilityAnyOf) Unset() + func (v NullableSrvccCapabilityAnyOf) Get() *SrvccCapabilityAnyOf + func (v NullableSrvccCapabilityAnyOf) IsSet() bool + func (v NullableSrvccCapabilityAnyOf) MarshalJSON() ([]byte, error) + type NullableSrvccData struct + func NewNullableSrvccData(val *SrvccData) *NullableSrvccData + func (v *NullableSrvccData) Set(val *SrvccData) + func (v *NullableSrvccData) UnmarshalJSON(src []byte) error + func (v *NullableSrvccData) Unset() + func (v NullableSrvccData) Get() *SrvccData + func (v NullableSrvccData) IsSet() bool + func (v NullableSrvccData) MarshalJSON() ([]byte, error) + type NullableString struct + func NewNullableString(val *string) *NullableString + func (v *NullableString) Set(val *string) + func (v *NullableString) UnmarshalJSON(src []byte) error + func (v *NullableString) Unset() + func (v NullableString) Get() *string + func (v NullableString) IsSet() bool + func (v NullableString) MarshalJSON() ([]byte, error) + type NullableTadsInformation struct + func NewNullableTadsInformation(val *TadsInformation) *NullableTadsInformation + func (v *NullableTadsInformation) Set(val *TadsInformation) + func (v *NullableTadsInformation) UnmarshalJSON(src []byte) error + func (v *NullableTadsInformation) Unset() + func (v NullableTadsInformation) Get() *TadsInformation + func (v NullableTadsInformation) IsSet() bool + func (v NullableTadsInformation) MarshalJSON() ([]byte, error) + type NullableTai struct + func NewNullableTai(val *Tai) *NullableTai + func (v *NullableTai) Set(val *Tai) + func (v *NullableTai) UnmarshalJSON(src []byte) error + func (v *NullableTai) Unset() + func (v NullableTai) Get() *Tai + func (v NullableTai) IsSet() bool + func (v NullableTai) MarshalJSON() ([]byte, error) + type NullableTime struct + func NewNullableTime(val *time.Time) *NullableTime + func (v *NullableTime) Set(val *time.Time) + func (v *NullableTime) UnmarshalJSON(src []byte) error + func (v *NullableTime) Unset() + func (v NullableTime) Get() *time.Time + func (v NullableTime) IsSet() bool + func (v NullableTime) MarshalJSON() ([]byte, error) + type NullableTriggerPoint struct + func NewNullableTriggerPoint(val *TriggerPoint) *NullableTriggerPoint + func (v *NullableTriggerPoint) Set(val *TriggerPoint) + func (v *NullableTriggerPoint) UnmarshalJSON(src []byte) error + func (v *NullableTriggerPoint) Unset() + func (v NullableTriggerPoint) Get() *TriggerPoint + func (v NullableTriggerPoint) IsSet() bool + func (v NullableTriggerPoint) MarshalJSON() ([]byte, error) + type NullableTwanLocationData struct + func NewNullableTwanLocationData(val *TwanLocationData) *NullableTwanLocationData + func (v *NullableTwanLocationData) Set(val *TwanLocationData) + func (v *NullableTwanLocationData) UnmarshalJSON(src []byte) error + func (v *NullableTwanLocationData) Unset() + func (v NullableTwanLocationData) Get() *TwanLocationData + func (v NullableTwanLocationData) IsSet() bool + func (v NullableTwanLocationData) MarshalJSON() ([]byte, error) + type NullableTypeOfCondition struct + func NewNullableTypeOfCondition(val *TypeOfCondition) *NullableTypeOfCondition + func (v *NullableTypeOfCondition) Set(val *TypeOfCondition) + func (v *NullableTypeOfCondition) UnmarshalJSON(src []byte) error + func (v *NullableTypeOfCondition) Unset() + func (v NullableTypeOfCondition) Get() *TypeOfCondition + func (v NullableTypeOfCondition) IsSet() bool + func (v NullableTypeOfCondition) MarshalJSON() ([]byte, error) + type NullableTypeOfConditionAnyOf struct + func NewNullableTypeOfConditionAnyOf(val *TypeOfConditionAnyOf) *NullableTypeOfConditionAnyOf + func (v *NullableTypeOfConditionAnyOf) Set(val *TypeOfConditionAnyOf) + func (v *NullableTypeOfConditionAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableTypeOfConditionAnyOf) Unset() + func (v NullableTypeOfConditionAnyOf) Get() *TypeOfConditionAnyOf + func (v NullableTypeOfConditionAnyOf) IsSet() bool + func (v NullableTypeOfConditionAnyOf) MarshalJSON() ([]byte, error) + type NullableUeReachabilityNotification struct + func NewNullableUeReachabilityNotification(val *UeReachabilityNotification) *NullableUeReachabilityNotification + func (v *NullableUeReachabilityNotification) Set(val *UeReachabilityNotification) + func (v *NullableUeReachabilityNotification) UnmarshalJSON(src []byte) error + func (v *NullableUeReachabilityNotification) Unset() + func (v NullableUeReachabilityNotification) Get() *UeReachabilityNotification + func (v NullableUeReachabilityNotification) IsSet() bool + func (v NullableUeReachabilityNotification) MarshalJSON() ([]byte, error) + type NullableUeReachabilitySubscription struct + func NewNullableUeReachabilitySubscription(val *UeReachabilitySubscription) *NullableUeReachabilitySubscription + func (v *NullableUeReachabilitySubscription) Set(val *UeReachabilitySubscription) + func (v *NullableUeReachabilitySubscription) UnmarshalJSON(src []byte) error + func (v *NullableUeReachabilitySubscription) Unset() + func (v NullableUeReachabilitySubscription) Get() *UeReachabilitySubscription + func (v NullableUeReachabilitySubscription) IsSet() bool + func (v NullableUeReachabilitySubscription) MarshalJSON() ([]byte, error) + type NullableUserStateCs struct + func NewNullableUserStateCs(val *UserStateCs) *NullableUserStateCs + func (v *NullableUserStateCs) Set(val *UserStateCs) + func (v *NullableUserStateCs) UnmarshalJSON(src []byte) error + func (v *NullableUserStateCs) Unset() + func (v NullableUserStateCs) Get() *UserStateCs + func (v NullableUserStateCs) IsSet() bool + func (v NullableUserStateCs) MarshalJSON() ([]byte, error) + type NullableUserStateCsAnyOf struct + func NewNullableUserStateCsAnyOf(val *UserStateCsAnyOf) *NullableUserStateCsAnyOf + func (v *NullableUserStateCsAnyOf) Set(val *UserStateCsAnyOf) + func (v *NullableUserStateCsAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableUserStateCsAnyOf) Unset() + func (v NullableUserStateCsAnyOf) Get() *UserStateCsAnyOf + func (v NullableUserStateCsAnyOf) IsSet() bool + func (v NullableUserStateCsAnyOf) MarshalJSON() ([]byte, error) + type NullableUserStatePs struct + func NewNullableUserStatePs(val *UserStatePs) *NullableUserStatePs + func (v *NullableUserStatePs) Set(val *UserStatePs) + func (v *NullableUserStatePs) UnmarshalJSON(src []byte) error + func (v *NullableUserStatePs) Unset() + func (v NullableUserStatePs) Get() *UserStatePs + func (v NullableUserStatePs) IsSet() bool + func (v NullableUserStatePs) MarshalJSON() ([]byte, error) + type NullableUserStatePsAnyOf struct + func NewNullableUserStatePsAnyOf(val *UserStatePsAnyOf) *NullableUserStatePsAnyOf + func (v *NullableUserStatePsAnyOf) Set(val *UserStatePsAnyOf) + func (v *NullableUserStatePsAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableUserStatePsAnyOf) Unset() + func (v NullableUserStatePsAnyOf) Get() *UserStatePsAnyOf + func (v NullableUserStatePsAnyOf) IsSet() bool + func (v NullableUserStatePsAnyOf) MarshalJSON() ([]byte, error) + type NullableUtraLocation struct + func NewNullableUtraLocation(val *UtraLocation) *NullableUtraLocation + func (v *NullableUtraLocation) Set(val *UtraLocation) + func (v *NullableUtraLocation) UnmarshalJSON(src []byte) error + func (v *NullableUtraLocation) Unset() + func (v NullableUtraLocation) Get() *UtraLocation + func (v NullableUtraLocation) IsSet() bool + func (v NullableUtraLocation) MarshalJSON() ([]byte, error) + type PSLocationRetrievalApiService service + func (a *PSLocationRetrievalApiService) GetLocPsDomain(ctx context.Context, imsUeId string) ApiGetLocPsDomainRequest + func (a *PSLocationRetrievalApiService) GetLocPsDomainExecute(r ApiGetLocPsDomainRequest) (*PsLocation, *http.Response, error) + type PSUserStateInfoRetrievalApiService service + func (a *PSUserStateInfoRetrievalApiService) GetPsUserStateInfo(ctx context.Context, imsUeId string) ApiGetPsUserStateInfoRequest + func (a *PSUserStateInfoRetrievalApiService) GetPsUserStateInfoExecute(r ApiGetPsUserStateInfoRequest) (*PsUserState, *http.Response, error) + type PatchItem struct + From *string + Op PatchOperation + Path string + Value interface{} + func NewPatchItem(op PatchOperation, path string) *PatchItem + func NewPatchItemWithDefaults() *PatchItem + func (o *PatchItem) GetFrom() string + func (o *PatchItem) GetFromOk() (*string, bool) + func (o *PatchItem) GetOp() PatchOperation + func (o *PatchItem) GetOpOk() (*PatchOperation, bool) + func (o *PatchItem) GetPath() string + func (o *PatchItem) GetPathOk() (*string, bool) + func (o *PatchItem) GetValue() interface{} + func (o *PatchItem) GetValueOk() (*interface{}, bool) + func (o *PatchItem) HasFrom() bool + func (o *PatchItem) HasValue() bool + func (o *PatchItem) SetFrom(v string) + func (o *PatchItem) SetOp(v PatchOperation) + func (o *PatchItem) SetPath(v string) + func (o *PatchItem) SetValue(v interface{}) + func (o PatchItem) MarshalJSON() ([]byte, error) + func (o PatchItem) ToMap() (map[string]interface{}, error) + type PatchOperation struct + PatchOperationAnyOf *PatchOperationAnyOf + String *string + func (dst *PatchOperation) UnmarshalJSON(data []byte) error + func (src *PatchOperation) MarshalJSON() ([]byte, error) + type PatchOperationAnyOf string + const COPY + const TEST + func NewPatchOperationAnyOfFromValue(v string) (*PatchOperationAnyOf, error) + func (v *PatchOperationAnyOf) UnmarshalJSON(src []byte) error + func (v PatchOperationAnyOf) IsValid() bool + func (v PatchOperationAnyOf) Ptr() *PatchOperationAnyOf + type PatchResult struct + Report []ReportItem + func NewPatchResult(report []ReportItem) *PatchResult + func NewPatchResultWithDefaults() *PatchResult + func (o *PatchResult) GetReport() []ReportItem + func (o *PatchResult) GetReportOk() ([]ReportItem, bool) + func (o *PatchResult) SetReport(v []ReportItem) + func (o PatchResult) MarshalJSON() ([]byte, error) + func (o PatchResult) ToMap() (map[string]interface{}, error) + type PlmnId struct + Mcc string + Mnc string + func NewPlmnId(mcc string, mnc string) *PlmnId + func NewPlmnIdWithDefaults() *PlmnId + func (o *PlmnId) GetMcc() string + func (o *PlmnId) GetMccOk() (*string, bool) + func (o *PlmnId) GetMnc() string + func (o *PlmnId) GetMncOk() (*string, bool) + func (o *PlmnId) SetMcc(v string) + func (o *PlmnId) SetMnc(v string) + func (o PlmnId) MarshalJSON() ([]byte, error) + func (o PlmnId) ToMap() (map[string]interface{}, error) + type PlmnIdNid struct + Mcc string + Mnc string + Nid *string + func NewPlmnIdNid(mcc string, mnc string) *PlmnIdNid + func NewPlmnIdNidWithDefaults() *PlmnIdNid + func (o *PlmnIdNid) GetMcc() string + func (o *PlmnIdNid) GetMccOk() (*string, bool) + func (o *PlmnIdNid) GetMnc() string + func (o *PlmnIdNid) GetMncOk() (*string, bool) + func (o *PlmnIdNid) GetNid() string + func (o *PlmnIdNid) GetNidOk() (*string, bool) + func (o *PlmnIdNid) HasNid() bool + func (o *PlmnIdNid) SetMcc(v string) + func (o *PlmnIdNid) SetMnc(v string) + func (o *PlmnIdNid) SetNid(v string) + func (o PlmnIdNid) MarshalJSON() ([]byte, error) + func (o PlmnIdNid) ToMap() (map[string]interface{}, error) + type PriorityInfoRetrievalApiService service + func (a *PriorityInfoRetrievalApiService) GetPriorityInfo(ctx context.Context, imsUeId string) ApiGetPriorityInfoRequest + func (a *PriorityInfoRetrievalApiService) GetPriorityInfoExecute(r ApiGetPriorityInfoRequest) (*PriorityLevels, *http.Response, error) + type PriorityLevels struct + ServicePriorityLevel *int32 + ServicePriorityLevelList []string + func NewPriorityLevels(servicePriorityLevelList []string) *PriorityLevels + func NewPriorityLevelsWithDefaults() *PriorityLevels + func (o *PriorityLevels) GetServicePriorityLevel() int32 + func (o *PriorityLevels) GetServicePriorityLevelList() []string + func (o *PriorityLevels) GetServicePriorityLevelListOk() ([]string, bool) + func (o *PriorityLevels) GetServicePriorityLevelOk() (*int32, bool) + func (o *PriorityLevels) HasServicePriorityLevel() bool + func (o *PriorityLevels) SetServicePriorityLevel(v int32) + func (o *PriorityLevels) SetServicePriorityLevelList(v []string) + func (o PriorityLevels) MarshalJSON() ([]byte, error) + func (o PriorityLevels) ToMap() (map[string]interface{}, error) + type PrivateIdentities struct + PrivateIdentities []PrivateIdentity + func NewPrivateIdentities(privateIdentities []PrivateIdentity) *PrivateIdentities + func NewPrivateIdentitiesWithDefaults() *PrivateIdentities + func (o *PrivateIdentities) GetPrivateIdentities() []PrivateIdentity + func (o *PrivateIdentities) GetPrivateIdentitiesOk() ([]PrivateIdentity, bool) + func (o *PrivateIdentities) SetPrivateIdentities(v []PrivateIdentity) + func (o PrivateIdentities) MarshalJSON() ([]byte, error) + func (o PrivateIdentities) ToMap() (map[string]interface{}, error) + type PrivateIdentity struct + PrivateIdentity string + PrivateIdentityType PrivateIdentityType + func NewPrivateIdentity(privateIdentity string, privateIdentityType PrivateIdentityType) *PrivateIdentity + func NewPrivateIdentityWithDefaults() *PrivateIdentity + func (o *PrivateIdentity) GetPrivateIdentity() string + func (o *PrivateIdentity) GetPrivateIdentityOk() (*string, bool) + func (o *PrivateIdentity) GetPrivateIdentityType() PrivateIdentityType + func (o *PrivateIdentity) GetPrivateIdentityTypeOk() (*PrivateIdentityType, bool) + func (o *PrivateIdentity) SetPrivateIdentity(v string) + func (o *PrivateIdentity) SetPrivateIdentityType(v PrivateIdentityType) + func (o PrivateIdentity) MarshalJSON() ([]byte, error) + func (o PrivateIdentity) ToMap() (map[string]interface{}, error) + type PrivateIdentityType struct + PrivateIdentityTypeAnyOf *PrivateIdentityTypeAnyOf + String *string + func (dst *PrivateIdentityType) UnmarshalJSON(data []byte) error + func (src *PrivateIdentityType) MarshalJSON() ([]byte, error) + type PrivateIdentityTypeAnyOf string + const IMPI + const IMSI + func NewPrivateIdentityTypeAnyOfFromValue(v string) (*PrivateIdentityTypeAnyOf, error) + func (v *PrivateIdentityTypeAnyOf) UnmarshalJSON(src []byte) error + func (v PrivateIdentityTypeAnyOf) IsValid() bool + func (v PrivateIdentityTypeAnyOf) Ptr() *PrivateIdentityTypeAnyOf + type ProblemDetails struct + AccessTokenError *AccessTokenErr + AccessTokenRequest *AccessTokenReq + Cause *string + Detail *string + Instance *string + InvalidParams []InvalidParam + NrfId *string + Status *int32 + SupportedApiVersions []string + SupportedFeatures *string + Title *string + Type *string + func NewProblemDetails() *ProblemDetails + func NewProblemDetailsWithDefaults() *ProblemDetails + func (o *ProblemDetails) GetAccessTokenError() AccessTokenErr + func (o *ProblemDetails) GetAccessTokenErrorOk() (*AccessTokenErr, bool) + func (o *ProblemDetails) GetAccessTokenRequest() AccessTokenReq + func (o *ProblemDetails) GetAccessTokenRequestOk() (*AccessTokenReq, bool) + func (o *ProblemDetails) GetCause() string + func (o *ProblemDetails) GetCauseOk() (*string, bool) + func (o *ProblemDetails) GetDetail() string + func (o *ProblemDetails) GetDetailOk() (*string, bool) + func (o *ProblemDetails) GetInstance() string + func (o *ProblemDetails) GetInstanceOk() (*string, bool) + func (o *ProblemDetails) GetInvalidParams() []InvalidParam + func (o *ProblemDetails) GetInvalidParamsOk() ([]InvalidParam, bool) + func (o *ProblemDetails) GetNrfId() string + func (o *ProblemDetails) GetNrfIdOk() (*string, bool) + func (o *ProblemDetails) GetStatus() int32 + func (o *ProblemDetails) GetStatusOk() (*int32, bool) + func (o *ProblemDetails) GetSupportedApiVersions() []string + func (o *ProblemDetails) GetSupportedApiVersionsOk() ([]string, bool) + func (o *ProblemDetails) GetSupportedFeatures() string + func (o *ProblemDetails) GetSupportedFeaturesOk() (*string, bool) + func (o *ProblemDetails) GetTitle() string + func (o *ProblemDetails) GetTitleOk() (*string, bool) + func (o *ProblemDetails) GetType() string + func (o *ProblemDetails) GetTypeOk() (*string, bool) + func (o *ProblemDetails) HasAccessTokenError() bool + func (o *ProblemDetails) HasAccessTokenRequest() bool + func (o *ProblemDetails) HasCause() bool + func (o *ProblemDetails) HasDetail() bool + func (o *ProblemDetails) HasInstance() bool + func (o *ProblemDetails) HasInvalidParams() bool + func (o *ProblemDetails) HasNrfId() bool + func (o *ProblemDetails) HasStatus() bool + func (o *ProblemDetails) HasSupportedApiVersions() bool + func (o *ProblemDetails) HasSupportedFeatures() bool + func (o *ProblemDetails) HasTitle() bool + func (o *ProblemDetails) HasType() bool + func (o *ProblemDetails) SetAccessTokenError(v AccessTokenErr) + func (o *ProblemDetails) SetAccessTokenRequest(v AccessTokenReq) + func (o *ProblemDetails) SetCause(v string) + func (o *ProblemDetails) SetDetail(v string) + func (o *ProblemDetails) SetInstance(v string) + func (o *ProblemDetails) SetInvalidParams(v []InvalidParam) + func (o *ProblemDetails) SetNrfId(v string) + func (o *ProblemDetails) SetStatus(v int32) + func (o *ProblemDetails) SetSupportedApiVersions(v []string) + func (o *ProblemDetails) SetSupportedFeatures(v string) + func (o *ProblemDetails) SetTitle(v string) + func (o *ProblemDetails) SetType(v string) + func (o ProblemDetails) MarshalJSON() ([]byte, error) + func (o ProblemDetails) ToMap() (map[string]interface{}, error) + type PsLocation struct + Interface *interface{} + func InterfaceAsPsLocation(v *interface{}) PsLocation + func (dst *PsLocation) UnmarshalJSON(data []byte) error + func (obj *PsLocation) GetActualInstance() interface{} + func (src PsLocation) MarshalJSON() ([]byte, error) + type PsUserState struct + Interface *interface{} + func InterfaceAsPsUserState(v *interface{}) PsUserState + func (dst *PsUserState) UnmarshalJSON(data []byte) error + func (obj *PsUserState) GetActualInstance() interface{} + func (src PsUserState) MarshalJSON() ([]byte, error) + type PsiActivationState struct + ActivationState ActivationState + func NewPsiActivationState(activationState ActivationState) *PsiActivationState + func NewPsiActivationStateWithDefaults() *PsiActivationState + func (o *PsiActivationState) GetActivationState() ActivationState + func (o *PsiActivationState) GetActivationStateOk() (*ActivationState, bool) + func (o *PsiActivationState) SetActivationState(v ActivationState) + func (o PsiActivationState) MarshalJSON() ([]byte, error) + func (o PsiActivationState) ToMap() (map[string]interface{}, error) + type PublicIdentifier struct + BarringIndicator *bool + DisplayName *string + ImsServicePriority *PriorityLevels + PublicIdentity PublicIdentity + ServiceLevelTraceInfo *ServiceLevelTraceInformation + WildcardedImpu *string + func NewPublicIdentifier(publicIdentity PublicIdentity) *PublicIdentifier + func NewPublicIdentifierWithDefaults() *PublicIdentifier + func (o *PublicIdentifier) GetBarringIndicator() bool + func (o *PublicIdentifier) GetBarringIndicatorOk() (*bool, bool) + func (o *PublicIdentifier) GetDisplayName() string + func (o *PublicIdentifier) GetDisplayNameOk() (*string, bool) + func (o *PublicIdentifier) GetImsServicePriority() PriorityLevels + func (o *PublicIdentifier) GetImsServicePriorityOk() (*PriorityLevels, bool) + func (o *PublicIdentifier) GetPublicIdentity() PublicIdentity + func (o *PublicIdentifier) GetPublicIdentityOk() (*PublicIdentity, bool) + func (o *PublicIdentifier) GetServiceLevelTraceInfo() ServiceLevelTraceInformation + func (o *PublicIdentifier) GetServiceLevelTraceInfoOk() (*ServiceLevelTraceInformation, bool) + func (o *PublicIdentifier) GetWildcardedImpu() string + func (o *PublicIdentifier) GetWildcardedImpuOk() (*string, bool) + func (o *PublicIdentifier) HasBarringIndicator() bool + func (o *PublicIdentifier) HasDisplayName() bool + func (o *PublicIdentifier) HasImsServicePriority() bool + func (o *PublicIdentifier) HasServiceLevelTraceInfo() bool + func (o *PublicIdentifier) HasWildcardedImpu() bool + func (o *PublicIdentifier) SetBarringIndicator(v bool) + func (o *PublicIdentifier) SetDisplayName(v string) + func (o *PublicIdentifier) SetImsServicePriority(v PriorityLevels) + func (o *PublicIdentifier) SetPublicIdentity(v PublicIdentity) + func (o *PublicIdentifier) SetServiceLevelTraceInfo(v ServiceLevelTraceInformation) + func (o *PublicIdentifier) SetWildcardedImpu(v string) + func (o PublicIdentifier) MarshalJSON() ([]byte, error) + func (o PublicIdentifier) ToMap() (map[string]interface{}, error) + type PublicIdentities struct + PublicIdentities []PublicIdentity + func NewPublicIdentities(publicIdentities []PublicIdentity) *PublicIdentities + func NewPublicIdentitiesWithDefaults() *PublicIdentities + func (o *PublicIdentities) GetPublicIdentities() []PublicIdentity + func (o *PublicIdentities) GetPublicIdentitiesOk() ([]PublicIdentity, bool) + func (o *PublicIdentities) SetPublicIdentities(v []PublicIdentity) + func (o PublicIdentities) MarshalJSON() ([]byte, error) + func (o PublicIdentities) ToMap() (map[string]interface{}, error) + type PublicIdentity struct + AliasGroupId *string + IdentityType IdentityType + ImsPublicId string + IrsIsDefault *bool + func NewPublicIdentity(imsPublicId string, identityType IdentityType) *PublicIdentity + func NewPublicIdentityWithDefaults() *PublicIdentity + func (o *PublicIdentity) GetAliasGroupId() string + func (o *PublicIdentity) GetAliasGroupIdOk() (*string, bool) + func (o *PublicIdentity) GetIdentityType() IdentityType + func (o *PublicIdentity) GetIdentityTypeOk() (*IdentityType, bool) + func (o *PublicIdentity) GetImsPublicId() string + func (o *PublicIdentity) GetImsPublicIdOk() (*string, bool) + func (o *PublicIdentity) GetIrsIsDefault() bool + func (o *PublicIdentity) GetIrsIsDefaultOk() (*bool, bool) + func (o *PublicIdentity) HasAliasGroupId() bool + func (o *PublicIdentity) HasIrsIsDefault() bool + func (o *PublicIdentity) SetAliasGroupId(v string) + func (o *PublicIdentity) SetIdentityType(v IdentityType) + func (o *PublicIdentity) SetImsPublicId(v string) + func (o *PublicIdentity) SetIrsIsDefault(v bool) + func (o PublicIdentity) MarshalJSON() ([]byte, error) + func (o PublicIdentity) ToMap() (map[string]interface{}, error) + type RatType struct + RatTypeAnyOf *RatTypeAnyOf + String *string + func (dst *RatType) UnmarshalJSON(data []byte) error + func (src *RatType) MarshalJSON() ([]byte, error) + type RatTypeAnyOf string + const EUTRA + const EUTRA_U + const GERA + const LTE_M + const NBIOT + const NR + const NR_GEO + const NR_LEO + const NR_MEO + const NR_OTHER_SAT + const NR_REDCAP + const NR_U + const TRUSTED_N3_GA + const TRUSTED_WLAN + const UTRA + const VIRTUAL + const WIRELINE + const WIRELINE_BBF + const WIRELINE_CABLE + const WLAN + func NewRatTypeAnyOfFromValue(v string) (*RatTypeAnyOf, error) + func (v *RatTypeAnyOf) UnmarshalJSON(src []byte) error + func (v RatTypeAnyOf) IsValid() bool + func (v RatTypeAnyOf) Ptr() *RatTypeAnyOf + type ReachabilitySubscriptionDeletionApiService service + func (a *ReachabilitySubscriptionDeletionApiService) UeReachUnsubscribe(ctx context.Context, imsUeId string, subscriptionId string) ApiUeReachUnsubscribeRequest + func (a *ReachabilitySubscriptionDeletionApiService) UeReachUnsubscribeExecute(r ApiUeReachUnsubscribeRequest) (*http.Response, error) + type ReachabilitySubscriptionModificationApiService service + func (a *ReachabilitySubscriptionModificationApiService) UeReachSubsModify(ctx context.Context, imsUeId string, subscriptionId string) ApiUeReachSubsModifyRequest + func (a *ReachabilitySubscriptionModificationApiService) UeReachSubsModifyExecute(r ApiUeReachSubsModifyRequest) (*PatchResult, *http.Response, error) + type RedirectResponse struct + Cause *string + TargetScp *string + TargetSepp *string + func NewRedirectResponse() *RedirectResponse + func NewRedirectResponseWithDefaults() *RedirectResponse + func (o *RedirectResponse) GetCause() string + func (o *RedirectResponse) GetCauseOk() (*string, bool) + func (o *RedirectResponse) GetTargetScp() string + func (o *RedirectResponse) GetTargetScpOk() (*string, bool) + func (o *RedirectResponse) GetTargetSepp() string + func (o *RedirectResponse) GetTargetSeppOk() (*string, bool) + func (o *RedirectResponse) HasCause() bool + func (o *RedirectResponse) HasTargetScp() bool + func (o *RedirectResponse) HasTargetSepp() bool + func (o *RedirectResponse) SetCause(v string) + func (o *RedirectResponse) SetTargetScp(v string) + func (o *RedirectResponse) SetTargetSepp(v string) + func (o RedirectResponse) MarshalJSON() ([]byte, error) + func (o RedirectResponse) ToMap() (map[string]interface{}, error) + type ReferenceLocationInfoRetrievalApiService service + func (a *ReferenceLocationInfoRetrievalApiService) GetReferenceLocationInfo(ctx context.Context, imsUeId string) ApiGetReferenceLocationInfoRequest + func (a *ReferenceLocationInfoRetrievalApiService) GetReferenceLocationInfoExecute(r ApiGetReferenceLocationInfoRequest) (*ReferenceLocationInformation, *http.Response, error) + type ReferenceLocationInformation struct + Interface *interface{} + func (dst *ReferenceLocationInformation) UnmarshalJSON(data []byte) error + func (src *ReferenceLocationInformation) MarshalJSON() ([]byte, error) + type RegistrationStatusRetrievalApiService service + func (a *RegistrationStatusRetrievalApiService) GetRegistrationStatus(ctx context.Context, imsUeId string) ApiGetRegistrationStatusRequest + func (a *RegistrationStatusRetrievalApiService) GetRegistrationStatusExecute(r ApiGetRegistrationStatusRequest) (*ImsRegistrationStatus, *http.Response, error) + type RegistrationType struct + RegistrationTypeAnyOf *RegistrationTypeAnyOf + String *string + func (dst *RegistrationType) UnmarshalJSON(data []byte) error + func (src *RegistrationType) MarshalJSON() ([]byte, error) + type RegistrationTypeAnyOf string + const DE_REGISTRATION + const INITIAL_REGISTRATION + const RE_REGISTRATION + func NewRegistrationTypeAnyOfFromValue(v string) (*RegistrationTypeAnyOf, error) + func (v *RegistrationTypeAnyOf) UnmarshalJSON(src []byte) error + func (v RegistrationTypeAnyOf) IsValid() bool + func (v RegistrationTypeAnyOf) Ptr() *RegistrationTypeAnyOf + type ReportItem struct + Path string + Reason *string + func NewReportItem(path string) *ReportItem + func NewReportItemWithDefaults() *ReportItem + func (o *ReportItem) GetPath() string + func (o *ReportItem) GetPathOk() (*string, bool) + func (o *ReportItem) GetReason() string + func (o *ReportItem) GetReasonOk() (*string, bool) + func (o *ReportItem) HasReason() bool + func (o *ReportItem) SetPath(v string) + func (o *ReportItem) SetReason(v string) + func (o ReportItem) MarshalJSON() ([]byte, error) + func (o ReportItem) ToMap() (map[string]interface{}, error) + type RepositoryData struct + SequenceNumber int32 + ServiceData string + func NewRepositoryData(sequenceNumber int32, serviceData string) *RepositoryData + func NewRepositoryDataWithDefaults() *RepositoryData + func (o *RepositoryData) GetSequenceNumber() int32 + func (o *RepositoryData) GetSequenceNumberOk() (*int32, bool) + func (o *RepositoryData) GetServiceData() string + func (o *RepositoryData) GetServiceDataOk() (*string, bool) + func (o *RepositoryData) SetSequenceNumber(v int32) + func (o *RepositoryData) SetServiceData(v string) + func (o RepositoryData) MarshalJSON() ([]byte, error) + func (o RepositoryData) ToMap() (map[string]interface{}, error) + type RepositoryDataApiService service + func (a *RepositoryDataApiService) GetRepositoryDataServInd(ctx context.Context, imsUeId string, serviceIndication string) ApiGetRepositoryDataServIndRequest + func (a *RepositoryDataApiService) GetRepositoryDataServIndExecute(r ApiGetRepositoryDataServIndRequest) (*RepositoryData, *http.Response, error) + type RepositoryDataList struct + RepositoryDataMap map[string]RepositoryData + func NewRepositoryDataList(repositoryDataMap map[string]RepositoryData) *RepositoryDataList + func NewRepositoryDataListWithDefaults() *RepositoryDataList + func (o *RepositoryDataList) GetRepositoryDataMap() map[string]RepositoryData + func (o *RepositoryDataList) GetRepositoryDataMapOk() (*map[string]RepositoryData, bool) + func (o *RepositoryDataList) SetRepositoryDataMap(v map[string]RepositoryData) + func (o RepositoryDataList) MarshalJSON() ([]byte, error) + func (o RepositoryDataList) ToMap() (map[string]interface{}, error) + type RepositoryDataListApiService service + func (a *RepositoryDataListApiService) GetRepositoryDataServIndList(ctx context.Context, imsUeId string) ApiGetRepositoryDataServIndListRequest + func (a *RepositoryDataListApiService) GetRepositoryDataServIndListExecute(r ApiGetRepositoryDataServIndListRequest) (*RepositoryDataList, *http.Response, error) + type RequestDirection struct + RequestDirectionAnyOf *RequestDirectionAnyOf + String *string + func (dst *RequestDirection) UnmarshalJSON(data []byte) error + func (src *RequestDirection) MarshalJSON() ([]byte, error) + type RequestDirectionAnyOf string + const ORIGINATING_CDIV + const ORIGINATING_REGISTERED + const ORIGINATING_UNREGISTERED + const TERMINATING_REGISTERED + const TERMINATING_UNREGISTERED + func NewRequestDirectionAnyOfFromValue(v string) (*RequestDirectionAnyOf, error) + func (v *RequestDirectionAnyOf) UnmarshalJSON(src []byte) error + func (v RequestDirectionAnyOf) IsValid() bool + func (v RequestDirectionAnyOf) Ptr() *RequestDirectionAnyOf + type RequestedNode struct + RequestedNodeAnyOf *RequestedNodeAnyOf + String *string + func (dst *RequestedNode) UnmarshalJSON(data []byte) error + func (src *RequestedNode) MarshalJSON() ([]byte, error) + type RequestedNodeAnyOf string + func NewRequestedNodeAnyOfFromValue(v string) (*RequestedNodeAnyOf, error) + func (v *RequestedNodeAnyOf) UnmarshalJSON(src []byte) error + func (v RequestedNodeAnyOf) IsValid() bool + func (v RequestedNodeAnyOf) Ptr() *RequestedNodeAnyOf + type RetrievalOfAssociatedIMSPrivateIdentitiesApiService service + func (a *RetrievalOfAssociatedIMSPrivateIdentitiesApiService) GetImsPrivateIds(ctx context.Context, imsUeId string) ApiGetImsPrivateIdsRequest + func (a *RetrievalOfAssociatedIMSPrivateIdentitiesApiService) GetImsPrivateIdsExecute(r ApiGetImsPrivateIdsRequest) (*PrivateIdentities, *http.Response, error) + type RetrievalOfAssociatedIMSPublicIdentitiesApiService service + func (a *RetrievalOfAssociatedIMSPublicIdentitiesApiService) GetImsAssocIds(ctx context.Context, imsUeId string) ApiGetImsAssocIdsRequest + func (a *RetrievalOfAssociatedIMSPublicIdentitiesApiService) GetImsAssocIdsExecute(r ApiGetImsAssocIdsRequest) (*ImsAssociatedIdentities, *http.Response, error) + type RetrievalOfPSIActivationStateApiService service + func (a *RetrievalOfPSIActivationStateApiService) GetPsiState(ctx context.Context, imsUeId string) ApiGetPsiStateRequest + func (a *RetrievalOfPSIActivationStateApiService) GetPsiStateExecute(r ApiGetPsiStateRequest) (*PsiActivationState, *http.Response, error) + type RetrievalOfSharedDataApiService service + func (a *RetrievalOfSharedDataApiService) GetSharedData(ctx context.Context) ApiGetSharedDataRequest + func (a *RetrievalOfSharedDataApiService) GetSharedDataExecute(r ApiGetSharedDataRequest) ([]SharedData, *http.Response, error) + type RetrievalOfTheAssociatedMsisdnsApiService service + func (a *RetrievalOfTheAssociatedMsisdnsApiService) GetMsisdns(ctx context.Context, imsUeId string) ApiGetMsisdnsRequest + func (a *RetrievalOfTheAssociatedMsisdnsApiService) GetMsisdnsExecute(r ApiGetMsisdnsRequest) (*MsisdnList, *http.Response, error) + type RetrievalOfTheSCSCFCapabilitiesForTheIMSSubscriptionApiService service + func (a *RetrievalOfTheSCSCFCapabilitiesForTheIMSSubscriptionApiService) GetScscfCapabilities(ctx context.Context, imsUeId string) ApiGetScscfCapabilitiesRequest + func (a *RetrievalOfTheSCSCFCapabilitiesForTheIMSSubscriptionApiService) GetScscfCapabilitiesExecute(r ApiGetScscfCapabilitiesRequest) (*ScscfCapabilityList, *http.Response, error) + type RetrievalOfTheSCSCFSelectionAssistanceInformationForTheIMSSubscriptionApiService service + func (a *RetrievalOfTheSCSCFSelectionAssistanceInformationForTheIMSSubscriptionApiService) GetScscfSelectionAssistanceInfo(ctx context.Context, imsUeId string) ApiGetScscfSelectionAssistanceInfoRequest + func (a *RetrievalOfTheSCSCFSelectionAssistanceInformationForTheIMSSubscriptionApiService) GetScscfSelectionAssistanceInfoExecute(r ApiGetScscfSelectionAssistanceInfoRequest) (*ScscfSelectionAssistanceInformation, *http.Response, error) + type RetrievalOfUESRVCCCapabilityAndSTNSRApiService service + func (a *RetrievalOfUESRVCCCapabilityAndSTNSRApiService) GetSrvccData(ctx context.Context, imsUeId string) ApiGetSrvccDataRequest + func (a *RetrievalOfUESRVCCCapabilityAndSTNSRApiService) GetSrvccDataExecute(r ApiGetSrvccDataRequest) (*SrvccData, *http.Response, error) + type RoutingAreaId struct + Lac string + PlmnId PlmnId + Rac string + func NewRoutingAreaId(plmnId PlmnId, lac string, rac string) *RoutingAreaId + func NewRoutingAreaIdWithDefaults() *RoutingAreaId + func (o *RoutingAreaId) GetLac() string + func (o *RoutingAreaId) GetLacOk() (*string, bool) + func (o *RoutingAreaId) GetPlmnId() PlmnId + func (o *RoutingAreaId) GetPlmnIdOk() (*PlmnId, bool) + func (o *RoutingAreaId) GetRac() string + func (o *RoutingAreaId) GetRacOk() (*string, bool) + func (o *RoutingAreaId) SetLac(v string) + func (o *RoutingAreaId) SetPlmnId(v PlmnId) + func (o *RoutingAreaId) SetRac(v string) + func (o RoutingAreaId) MarshalJSON() ([]byte, error) + func (o RoutingAreaId) ToMap() (map[string]interface{}, error) + type SDMSubscriptionCreationApiService service + func (a *SDMSubscriptionCreationApiService) ImsSdmSubscribe(ctx context.Context, imsUeId string) ApiImsSdmSubscribeRequest + func (a *SDMSubscriptionCreationApiService) ImsSdmSubscribeExecute(r ApiImsSdmSubscribeRequest) (*ImsSdmSubscription, *http.Response, error) + type SDMSubscriptionDeletionApiService service + func (a *SDMSubscriptionDeletionApiService) ImsSdmUnsubscribe(ctx context.Context, imsUeId string, subscriptionId string) ApiImsSdmUnsubscribeRequest + func (a *SDMSubscriptionDeletionApiService) ImsSdmUnsubscribeExecute(r ApiImsSdmUnsubscribeRequest) (*http.Response, error) + type SDMSubscriptionModificationApiService service + func (a *SDMSubscriptionModificationApiService) ImsSdmSubsModify(ctx context.Context, imsUeId string, subscriptionId string) ApiImsSdmSubsModifyRequest + func (a *SDMSubscriptionModificationApiService) ImsSdmSubsModifyExecute(r ApiImsSdmSubsModifyRequest) (*PatchResult, *http.Response, error) + type SMSRegistrationInformationApiService service + func (a *SMSRegistrationInformationApiService) GetSmsRegistrationInfo(ctx context.Context, imsUeId string) ApiGetSmsRegistrationInfoRequest + func (a *SMSRegistrationInformationApiService) GetSmsRegistrationInfoExecute(r ApiGetSmsRegistrationInfoRequest) (*SmsRegistrationInfo, *http.Response, error) + type ScscfCapabilityList struct + Interface *interface{} + func (dst *ScscfCapabilityList) UnmarshalJSON(data []byte) error + func (src *ScscfCapabilityList) MarshalJSON() ([]byte, error) + type ScscfSelectionAssistanceInformation struct + Interface *interface{} + func (dst *ScscfSelectionAssistanceInformation) UnmarshalJSON(data []byte) error + func (src *ScscfSelectionAssistanceInformation) MarshalJSON() ([]byte, error) + type SdpDescription struct + Content *string + Line string + func NewSdpDescription(line string) *SdpDescription + func NewSdpDescriptionWithDefaults() *SdpDescription + func (o *SdpDescription) GetContent() string + func (o *SdpDescription) GetContentOk() (*string, bool) + func (o *SdpDescription) GetLine() string + func (o *SdpDescription) GetLineOk() (*string, bool) + func (o *SdpDescription) HasContent() bool + func (o *SdpDescription) SetContent(v string) + func (o *SdpDescription) SetLine(v string) + func (o SdpDescription) MarshalJSON() ([]byte, error) + func (o SdpDescription) ToMap() (map[string]interface{}, error) + type ServerConfiguration struct + Description string + URL string + Variables map[string]ServerVariable + type ServerConfigurations []ServerConfiguration + func (sc ServerConfigurations) URL(index int, variables map[string]string) (string, error) + type ServerNameRetrievalApiService service + func (a *ServerNameRetrievalApiService) GetServerName(ctx context.Context, imsUeId string) ApiGetServerNameRequest + func (a *ServerNameRetrievalApiService) GetServerNameExecute(r ApiGetServerNameRequest) (*ImsLocationData, *http.Response, error) + type ServerVariable struct + DefaultValue string + Description string + EnumValues []string + type ServiceAreaId struct + Lac string + PlmnId PlmnId + Sac string + func NewServiceAreaId(plmnId PlmnId, lac string, sac string) *ServiceAreaId + func NewServiceAreaIdWithDefaults() *ServiceAreaId + func (o *ServiceAreaId) GetLac() string + func (o *ServiceAreaId) GetLacOk() (*string, bool) + func (o *ServiceAreaId) GetPlmnId() PlmnId + func (o *ServiceAreaId) GetPlmnIdOk() (*PlmnId, bool) + func (o *ServiceAreaId) GetSac() string + func (o *ServiceAreaId) GetSacOk() (*string, bool) + func (o *ServiceAreaId) SetLac(v string) + func (o *ServiceAreaId) SetPlmnId(v PlmnId) + func (o *ServiceAreaId) SetSac(v string) + func (o ServiceAreaId) MarshalJSON() ([]byte, error) + func (o ServiceAreaId) ToMap() (map[string]interface{}, error) + type ServiceInformation struct + ServiceInformationAnyOf *ServiceInformationAnyOf + String *string + func (dst *ServiceInformation) UnmarshalJSON(data []byte) error + func (src *ServiceInformation) MarshalJSON() ([]byte, error) + type ServiceInformationAnyOf string + const REQUEST + const RESPONSE + func NewServiceInformationAnyOfFromValue(v string) (*ServiceInformationAnyOf, error) + func (v *ServiceInformationAnyOf) UnmarshalJSON(src []byte) error + func (v ServiceInformationAnyOf) IsValid() bool + func (v ServiceInformationAnyOf) Ptr() *ServiceInformationAnyOf + type ServiceLevelTraceInformation struct + ServiceLevelTraceInfo *string + func NewServiceLevelTraceInformation() *ServiceLevelTraceInformation + func NewServiceLevelTraceInformationWithDefaults() *ServiceLevelTraceInformation + func (o *ServiceLevelTraceInformation) GetServiceLevelTraceInfo() string + func (o *ServiceLevelTraceInformation) GetServiceLevelTraceInfoOk() (*string, bool) + func (o *ServiceLevelTraceInformation) HasServiceLevelTraceInfo() bool + func (o *ServiceLevelTraceInformation) SetServiceLevelTraceInfo(v string) + func (o ServiceLevelTraceInformation) MarshalJSON() ([]byte, error) + func (o ServiceLevelTraceInformation) ToMap() (map[string]interface{}, error) + type ServiceTraceInfoRetrievalApiService service + func (a *ServiceTraceInfoRetrievalApiService) GetServiceTraceInfo(ctx context.Context, imsUeId string) ApiGetServiceTraceInfoRequest + func (a *ServiceTraceInfoRetrievalApiService) GetServiceTraceInfoExecute(r ApiGetServiceTraceInfoRequest) (*ServiceLevelTraceInformation, *http.Response, error) + type SgsnLocationData struct + CsgInformation *CsgInformation + PlmnId PlmnId + RatType *RatType + SgsnLocation *UtraLocation + SgsnNumber string + TimeZone *string + func NewSgsnLocationData(sgsnNumber string, plmnId PlmnId) *SgsnLocationData + func NewSgsnLocationDataWithDefaults() *SgsnLocationData + func (o *SgsnLocationData) GetCsgInformation() CsgInformation + func (o *SgsnLocationData) GetCsgInformationOk() (*CsgInformation, bool) + func (o *SgsnLocationData) GetPlmnId() PlmnId + func (o *SgsnLocationData) GetPlmnIdOk() (*PlmnId, bool) + func (o *SgsnLocationData) GetRatType() RatType + func (o *SgsnLocationData) GetRatTypeOk() (*RatType, bool) + func (o *SgsnLocationData) GetSgsnLocation() UtraLocation + func (o *SgsnLocationData) GetSgsnLocationOk() (*UtraLocation, bool) + func (o *SgsnLocationData) GetSgsnNumber() string + func (o *SgsnLocationData) GetSgsnNumberOk() (*string, bool) + func (o *SgsnLocationData) GetTimeZone() string + func (o *SgsnLocationData) GetTimeZoneOk() (*string, bool) + func (o *SgsnLocationData) HasCsgInformation() bool + func (o *SgsnLocationData) HasRatType() bool + func (o *SgsnLocationData) HasSgsnLocation() bool + func (o *SgsnLocationData) HasTimeZone() bool + func (o *SgsnLocationData) SetCsgInformation(v CsgInformation) + func (o *SgsnLocationData) SetPlmnId(v PlmnId) + func (o *SgsnLocationData) SetRatType(v RatType) + func (o *SgsnLocationData) SetSgsnLocation(v UtraLocation) + func (o *SgsnLocationData) SetSgsnNumber(v string) + func (o *SgsnLocationData) SetTimeZone(v string) + func (o SgsnLocationData) MarshalJSON() ([]byte, error) + func (o SgsnLocationData) ToMap() (map[string]interface{}, error) + type SharedData struct + SharedDataId string + SharedImsIfcData *Ifcs + func NewSharedData(sharedDataId string) *SharedData + func NewSharedDataWithDefaults() *SharedData + func (o *SharedData) GetSharedDataId() string + func (o *SharedData) GetSharedDataIdOk() (*string, bool) + func (o *SharedData) GetSharedImsIfcData() Ifcs + func (o *SharedData) GetSharedImsIfcDataOk() (*Ifcs, bool) + func (o *SharedData) HasSharedImsIfcData() bool + func (o *SharedData) SetSharedDataId(v string) + func (o *SharedData) SetSharedImsIfcData(v Ifcs) + func (o SharedData) MarshalJSON() ([]byte, error) + func (o SharedData) ToMap() (map[string]interface{}, error) + type SmsRegistrationInfo struct + IpSmGwNumber string + ScAddress *string + func NewSmsRegistrationInfo(ipSmGwNumber string) *SmsRegistrationInfo + func NewSmsRegistrationInfoWithDefaults() *SmsRegistrationInfo + func (o *SmsRegistrationInfo) GetIpSmGwNumber() string + func (o *SmsRegistrationInfo) GetIpSmGwNumberOk() (*string, bool) + func (o *SmsRegistrationInfo) GetScAddress() string + func (o *SmsRegistrationInfo) GetScAddressOk() (*string, bool) + func (o *SmsRegistrationInfo) HasScAddress() bool + func (o *SmsRegistrationInfo) SetIpSmGwNumber(v string) + func (o *SmsRegistrationInfo) SetScAddress(v string) + func (o SmsRegistrationInfo) MarshalJSON() ([]byte, error) + func (o SmsRegistrationInfo) ToMap() (map[string]interface{}, error) + type Snssai struct + Sd *string + Sst int32 + func NewSnssai(sst int32) *Snssai + func NewSnssaiWithDefaults() *Snssai + func (o *Snssai) GetSd() string + func (o *Snssai) GetSdOk() (*string, bool) + func (o *Snssai) GetSst() int32 + func (o *Snssai) GetSstOk() (*int32, bool) + func (o *Snssai) HasSd() bool + func (o *Snssai) SetSd(v string) + func (o *Snssai) SetSst(v int32) + func (o Snssai) MarshalJSON() ([]byte, error) + func (o Snssai) ToMap() (map[string]interface{}, error) + type Spt struct + ConditionNegated bool + RegType []RegistrationType + RequestUri *string + SessionCase *RequestDirection + SessionDescription *SdpDescription + SipHeader *HeaderSipRequest + SipMethod *string + SptGroup []int32 + func NewSpt(conditionNegated bool, sptGroup []int32) *Spt + func NewSptWithDefaults() *Spt + func (o *Spt) GetConditionNegated() bool + func (o *Spt) GetConditionNegatedOk() (*bool, bool) + func (o *Spt) GetRegType() []RegistrationType + func (o *Spt) GetRegTypeOk() ([]RegistrationType, bool) + func (o *Spt) GetRequestUri() string + func (o *Spt) GetRequestUriOk() (*string, bool) + func (o *Spt) GetSessionCase() RequestDirection + func (o *Spt) GetSessionCaseOk() (*RequestDirection, bool) + func (o *Spt) GetSessionDescription() SdpDescription + func (o *Spt) GetSessionDescriptionOk() (*SdpDescription, bool) + func (o *Spt) GetSipHeader() HeaderSipRequest + func (o *Spt) GetSipHeaderOk() (*HeaderSipRequest, bool) + func (o *Spt) GetSipMethod() string + func (o *Spt) GetSipMethodOk() (*string, bool) + func (o *Spt) GetSptGroup() []int32 + func (o *Spt) GetSptGroupOk() ([]int32, bool) + func (o *Spt) HasRegType() bool + func (o *Spt) HasRequestUri() bool + func (o *Spt) HasSessionCase() bool + func (o *Spt) HasSessionDescription() bool + func (o *Spt) HasSipHeader() bool + func (o *Spt) HasSipMethod() bool + func (o *Spt) SetConditionNegated(v bool) + func (o *Spt) SetRegType(v []RegistrationType) + func (o *Spt) SetRequestUri(v string) + func (o *Spt) SetSessionCase(v RequestDirection) + func (o *Spt) SetSessionDescription(v SdpDescription) + func (o *Spt) SetSipHeader(v HeaderSipRequest) + func (o *Spt) SetSipMethod(v string) + func (o *Spt) SetSptGroup(v []int32) + func (o Spt) MarshalJSON() ([]byte, error) + func (o Spt) ToMap() (map[string]interface{}, error) + type SrvccCapability struct + SrvccCapabilityAnyOf *SrvccCapabilityAnyOf + String *string + func (dst *SrvccCapability) UnmarshalJSON(data []byte) error + func (src *SrvccCapability) MarshalJSON() ([]byte, error) + type SrvccCapabilityAnyOf string + func NewSrvccCapabilityAnyOfFromValue(v string) (*SrvccCapabilityAnyOf, error) + func (v *SrvccCapabilityAnyOf) UnmarshalJSON(src []byte) error + func (v SrvccCapabilityAnyOf) IsValid() bool + func (v SrvccCapabilityAnyOf) Ptr() *SrvccCapabilityAnyOf + type SrvccData struct + StnSr string + UeSrvccCapabilities []SrvccCapability + func NewSrvccData(stnSr string) *SrvccData + func NewSrvccDataWithDefaults() *SrvccData + func (o *SrvccData) GetStnSr() string + func (o *SrvccData) GetStnSrOk() (*string, bool) + func (o *SrvccData) GetUeSrvccCapabilities() []SrvccCapability + func (o *SrvccData) GetUeSrvccCapabilitiesOk() ([]SrvccCapability, bool) + func (o *SrvccData) HasUeSrvccCapabilities() bool + func (o *SrvccData) SetStnSr(v string) + func (o *SrvccData) SetUeSrvccCapabilities(v []SrvccCapability) + func (o SrvccData) MarshalJSON() ([]byte, error) + func (o SrvccData) ToMap() (map[string]interface{}, error) + type SubscriptionCreationForSharedDataApiService service + func (a *SubscriptionCreationForSharedDataApiService) SubscribeToSharedData(ctx context.Context) ApiSubscribeToSharedDataRequest + func (a *SubscriptionCreationForSharedDataApiService) SubscribeToSharedDataExecute(r ApiSubscribeToSharedDataRequest) (*ImsSdmSubscription, *http.Response, error) + type SubscriptionDeletionForSharedDataApiService service + func (a *SubscriptionDeletionForSharedDataApiService) UnsubscribeForSharedData(ctx context.Context, subscriptionId string) ApiUnsubscribeForSharedDataRequest + func (a *SubscriptionDeletionForSharedDataApiService) UnsubscribeForSharedDataExecute(r ApiUnsubscribeForSharedDataRequest) (*http.Response, error) + type SubscriptionModificationApiService service + func (a *SubscriptionModificationApiService) ModifySharedDataSubs(ctx context.Context, subscriptionId string) ApiModifySharedDataSubsRequest + func (a *SubscriptionModificationApiService) ModifySharedDataSubsExecute(r ApiModifySharedDataSubsRequest) (*PatchResult, *http.Response, error) + type TADSInfoRetrievalApiService service + func (a *TADSInfoRetrievalApiService) GetTadsInfo(ctx context.Context, imsUeId string) ApiGetTadsInfoRequest + func (a *TADSInfoRetrievalApiService) GetTadsInfoExecute(r ApiGetTadsInfoRequest) (*TadsInformation, *http.Response, error) + type TadsInformation struct + AccessType *AccessType1 + LastUeActivityTime *time.Time + RatType *RatType + VoiceOverPsSessionSupport ImsVoiceOverPsSessionSupport + func NewTadsInformation(voiceOverPsSessionSupport ImsVoiceOverPsSessionSupport) *TadsInformation + func NewTadsInformationWithDefaults() *TadsInformation + func (o *TadsInformation) GetAccessType() AccessType1 + func (o *TadsInformation) GetAccessTypeOk() (*AccessType1, bool) + func (o *TadsInformation) GetLastUeActivityTime() time.Time + func (o *TadsInformation) GetLastUeActivityTimeOk() (*time.Time, bool) + func (o *TadsInformation) GetRatType() RatType + func (o *TadsInformation) GetRatTypeOk() (*RatType, bool) + func (o *TadsInformation) GetVoiceOverPsSessionSupport() ImsVoiceOverPsSessionSupport + func (o *TadsInformation) GetVoiceOverPsSessionSupportOk() (*ImsVoiceOverPsSessionSupport, bool) + func (o *TadsInformation) HasAccessType() bool + func (o *TadsInformation) HasLastUeActivityTime() bool + func (o *TadsInformation) HasRatType() bool + func (o *TadsInformation) SetAccessType(v AccessType1) + func (o *TadsInformation) SetLastUeActivityTime(v time.Time) + func (o *TadsInformation) SetRatType(v RatType) + func (o *TadsInformation) SetVoiceOverPsSessionSupport(v ImsVoiceOverPsSessionSupport) + func (o TadsInformation) MarshalJSON() ([]byte, error) + func (o TadsInformation) ToMap() (map[string]interface{}, error) + type Tai struct + Nid *string + PlmnId PlmnId + Tac string + func NewTai(plmnId PlmnId, tac string) *Tai + func NewTaiWithDefaults() *Tai + func (o *Tai) GetNid() string + func (o *Tai) GetNidOk() (*string, bool) + func (o *Tai) GetPlmnId() PlmnId + func (o *Tai) GetPlmnIdOk() (*PlmnId, bool) + func (o *Tai) GetTac() string + func (o *Tai) GetTacOk() (*string, bool) + func (o *Tai) HasNid() bool + func (o *Tai) SetNid(v string) + func (o *Tai) SetPlmnId(v PlmnId) + func (o *Tai) SetTac(v string) + func (o Tai) MarshalJSON() ([]byte, error) + func (o Tai) ToMap() (map[string]interface{}, error) + type TriggerPoint struct + ConditionType TypeOfCondition + SptList []Spt + func NewTriggerPoint(conditionType TypeOfCondition, sptList []Spt) *TriggerPoint + func NewTriggerPointWithDefaults() *TriggerPoint + func (o *TriggerPoint) GetConditionType() TypeOfCondition + func (o *TriggerPoint) GetConditionTypeOk() (*TypeOfCondition, bool) + func (o *TriggerPoint) GetSptList() []Spt + func (o *TriggerPoint) GetSptListOk() ([]Spt, bool) + func (o *TriggerPoint) SetConditionType(v TypeOfCondition) + func (o *TriggerPoint) SetSptList(v []Spt) + func (o TriggerPoint) MarshalJSON() ([]byte, error) + func (o TriggerPoint) ToMap() (map[string]interface{}, error) + type TwanLocationData struct + CivicAddress *string + LogicalAccessId *string + PlmnId PlmnId + TimeZone *string + TwanBssid *string + TwanOperatorName *string + TwanSsid string + func NewTwanLocationData(twanSsid string, plmnId PlmnId) *TwanLocationData + func NewTwanLocationDataWithDefaults() *TwanLocationData + func (o *TwanLocationData) GetCivicAddress() string + func (o *TwanLocationData) GetCivicAddressOk() (*string, bool) + func (o *TwanLocationData) GetLogicalAccessId() string + func (o *TwanLocationData) GetLogicalAccessIdOk() (*string, bool) + func (o *TwanLocationData) GetPlmnId() PlmnId + func (o *TwanLocationData) GetPlmnIdOk() (*PlmnId, bool) + func (o *TwanLocationData) GetTimeZone() string + func (o *TwanLocationData) GetTimeZoneOk() (*string, bool) + func (o *TwanLocationData) GetTwanBssid() string + func (o *TwanLocationData) GetTwanBssidOk() (*string, bool) + func (o *TwanLocationData) GetTwanOperatorName() string + func (o *TwanLocationData) GetTwanOperatorNameOk() (*string, bool) + func (o *TwanLocationData) GetTwanSsid() string + func (o *TwanLocationData) GetTwanSsidOk() (*string, bool) + func (o *TwanLocationData) HasCivicAddress() bool + func (o *TwanLocationData) HasLogicalAccessId() bool + func (o *TwanLocationData) HasTimeZone() bool + func (o *TwanLocationData) HasTwanBssid() bool + func (o *TwanLocationData) HasTwanOperatorName() bool + func (o *TwanLocationData) SetCivicAddress(v string) + func (o *TwanLocationData) SetLogicalAccessId(v string) + func (o *TwanLocationData) SetPlmnId(v PlmnId) + func (o *TwanLocationData) SetTimeZone(v string) + func (o *TwanLocationData) SetTwanBssid(v string) + func (o *TwanLocationData) SetTwanOperatorName(v string) + func (o *TwanLocationData) SetTwanSsid(v string) + func (o TwanLocationData) MarshalJSON() ([]byte, error) + func (o TwanLocationData) ToMap() (map[string]interface{}, error) + type TypeOfCondition struct + String *string + TypeOfConditionAnyOf *TypeOfConditionAnyOf + func (dst *TypeOfCondition) UnmarshalJSON(data []byte) error + func (src *TypeOfCondition) MarshalJSON() ([]byte, error) + type TypeOfConditionAnyOf string + const CNF + const DNF + func NewTypeOfConditionAnyOfFromValue(v string) (*TypeOfConditionAnyOf, error) + func (v *TypeOfConditionAnyOf) UnmarshalJSON(src []byte) error + func (v TypeOfConditionAnyOf) IsValid() bool + func (v TypeOfConditionAnyOf) Ptr() *TypeOfConditionAnyOf + type UEIPReachabilitySubscriptionCreationApiService service + func (a *UEIPReachabilitySubscriptionCreationApiService) UeReachIpSubscribe(ctx context.Context, imsUeId string) ApiUeReachIpSubscribeRequest + func (a *UEIPReachabilitySubscriptionCreationApiService) UeReachIpSubscribeExecute(r ApiUeReachIpSubscribeRequest) (*CreatedUeReachabilitySubscription, *http.Response, error) + type UeReachabilityNotification struct + AccessType AccessType + DetectingNode DetectingNode + ReachabilityIndicator bool + func NewUeReachabilityNotification(reachabilityIndicator bool, detectingNode DetectingNode, accessType AccessType) *UeReachabilityNotification + func NewUeReachabilityNotificationWithDefaults() *UeReachabilityNotification + func (o *UeReachabilityNotification) GetAccessType() AccessType + func (o *UeReachabilityNotification) GetAccessTypeOk() (*AccessType, bool) + func (o *UeReachabilityNotification) GetDetectingNode() DetectingNode + func (o *UeReachabilityNotification) GetDetectingNodeOk() (*DetectingNode, bool) + func (o *UeReachabilityNotification) GetReachabilityIndicator() bool + func (o *UeReachabilityNotification) GetReachabilityIndicatorOk() (*bool, bool) + func (o *UeReachabilityNotification) SetAccessType(v AccessType) + func (o *UeReachabilityNotification) SetDetectingNode(v DetectingNode) + func (o *UeReachabilityNotification) SetReachabilityIndicator(v bool) + func (o UeReachabilityNotification) MarshalJSON() ([]byte, error) + func (o UeReachabilityNotification) ToMap() (map[string]interface{}, error) + type UeReachabilitySubscription struct + CallbackReference string + Expiry time.Time + func NewUeReachabilitySubscription(expiry time.Time, callbackReference string) *UeReachabilitySubscription + func NewUeReachabilitySubscriptionWithDefaults() *UeReachabilitySubscription + func (o *UeReachabilitySubscription) GetCallbackReference() string + func (o *UeReachabilitySubscription) GetCallbackReferenceOk() (*string, bool) + func (o *UeReachabilitySubscription) GetExpiry() time.Time + func (o *UeReachabilitySubscription) GetExpiryOk() (*time.Time, bool) + func (o *UeReachabilitySubscription) SetCallbackReference(v string) + func (o *UeReachabilitySubscription) SetExpiry(v time.Time) + func (o UeReachabilitySubscription) MarshalJSON() ([]byte, error) + func (o UeReachabilitySubscription) ToMap() (map[string]interface{}, error) + type UpdateDsaiStateApiService service + func (a *UpdateDsaiStateApiService) UpdateDsaiState(ctx context.Context, imsUeId string) ApiUpdateDsaiStateRequest + func (a *UpdateDsaiStateApiService) UpdateDsaiStateExecute(r ApiUpdateDsaiStateRequest) (*PatchResult, *http.Response, error) + type UpdatePSIStateDataApiService service + func (a *UpdatePSIStateDataApiService) UpdatePsiState(ctx context.Context, imsUeId string) ApiUpdatePsiStateRequest + func (a *UpdatePSIStateDataApiService) UpdatePsiStateExecute(r ApiUpdatePsiStateRequest) (*PatchResult, *http.Response, error) + type UpdateRepositoryDataApiService service + func (a *UpdateRepositoryDataApiService) UpdateRepositoryDataServInd(ctx context.Context, imsUeId string, serviceIndication string) ApiUpdateRepositoryDataServIndRequest + func (a *UpdateRepositoryDataApiService) UpdateRepositoryDataServIndExecute(r ApiUpdateRepositoryDataServIndRequest) (*RepositoryData, *http.Response, error) + type UpdateSMSRegistrationInfoApiService service + func (a *UpdateSMSRegistrationInfoApiService) UpdateSmsRegistrationInfo(ctx context.Context, imsUeId string) ApiUpdateSmsRegistrationInfoRequest + func (a *UpdateSMSRegistrationInfoApiService) UpdateSmsRegistrationInfoExecute(r ApiUpdateSmsRegistrationInfoRequest) (*SmsRegistrationInfo, *http.Response, error) + type UpdateSRVCCDataApiService service + func (a *UpdateSRVCCDataApiService) UpdateSrvccData(ctx context.Context, imsUeId string) ApiUpdateSrvccDataRequest + func (a *UpdateSRVCCDataApiService) UpdateSrvccDataExecute(r ApiUpdateSrvccDataRequest) (*PatchResult, *http.Response, error) + type UserStateCs struct + String *string + UserStateCsAnyOf *UserStateCsAnyOf + func (dst *UserStateCs) UnmarshalJSON(data []byte) error + func (src *UserStateCs) MarshalJSON() ([]byte, error) + type UserStateCsAnyOf string + const ASSUMED_IDLE + const CAMEL_BUSY + const NETWORK_DETERMINED_NOT_REACHABLE + const NOT_PROVIDED_FROM_VLR + func NewUserStateCsAnyOfFromValue(v string) (*UserStateCsAnyOf, error) + func (v *UserStateCsAnyOf) UnmarshalJSON(src []byte) error + func (v UserStateCsAnyOf) IsValid() bool + func (v UserStateCsAnyOf) Ptr() *UserStateCsAnyOf + type UserStatePs struct + String *string + UserStatePsAnyOf *UserStatePsAnyOf + func (dst *UserStatePs) UnmarshalJSON(data []byte) error + func (src *UserStatePs) MarshalJSON() ([]byte, error) + type UserStatePsAnyOf string + const ATTACHED_NOT_REACHABLE_FOR_PAGING + const ATTACHED_REACHABLE_FOR_PAGING + const CONNECTED_NOT_REACHABLE_FOR_PAGING + const CONNECTED_REACHABLE_FOR_PAGING + const DETACHED + const NOT_PROVIDED_FROM_SGSN_OR_MME_OR_AMF + func NewUserStatePsAnyOfFromValue(v string) (*UserStatePsAnyOf, error) + func (v *UserStatePsAnyOf) UnmarshalJSON(src []byte) error + func (v UserStatePsAnyOf) IsValid() bool + func (v UserStatePsAnyOf) Ptr() *UserStatePsAnyOf + type UtraLocation struct + Interface *interface{} + func InterfaceAsUtraLocation(v *interface{}) UtraLocation + func (dst *UtraLocation) UnmarshalJSON(data []byte) error + func (obj *UtraLocation) GetActualInstance() interface{} + func (src UtraLocation) MarshalJSON() ([]byte, error)