Versions in this module Expand all Collapse all v1 v1.18.2 Apr 9, 2023 Changes in this version + var AllowedAccessTypeEnumValues = []AccessType + 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 IsNil(i interface{}) bool + 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 + MFAFDataOrAnalyticsResourcesCollectionApi *MFAFDataOrAnalyticsResourcesCollectionApiService + 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 AanfInfo struct + RoutingIndicators []string + func NewAanfInfo() *AanfInfo + func NewAanfInfoWithDefaults() *AanfInfo + func (o *AanfInfo) GetRoutingIndicators() []string + func (o *AanfInfo) GetRoutingIndicatorsOk() ([]string, bool) + func (o *AanfInfo) HasRoutingIndicators() bool + func (o *AanfInfo) SetRoutingIndicators(v []string) + func (o AanfInfo) MarshalJSON() ([]byte, error) + func (o AanfInfo) ToMap() (map[string]interface{}, error) + type AbnormalBehaviour struct + AddtMeasInfo *AdditionalMeasurement + Confidence *int32 + Dnn *string + Excep Exception + Ratio *int32 + Snssai *Snssai + Supis []string + func NewAbnormalBehaviour(excep Exception) *AbnormalBehaviour + func NewAbnormalBehaviourWithDefaults() *AbnormalBehaviour + func (o *AbnormalBehaviour) GetAddtMeasInfo() AdditionalMeasurement + func (o *AbnormalBehaviour) GetAddtMeasInfoOk() (*AdditionalMeasurement, bool) + func (o *AbnormalBehaviour) GetConfidence() int32 + func (o *AbnormalBehaviour) GetConfidenceOk() (*int32, bool) + func (o *AbnormalBehaviour) GetDnn() string + func (o *AbnormalBehaviour) GetDnnOk() (*string, bool) + func (o *AbnormalBehaviour) GetExcep() Exception + func (o *AbnormalBehaviour) GetExcepOk() (*Exception, bool) + func (o *AbnormalBehaviour) GetRatio() int32 + func (o *AbnormalBehaviour) GetRatioOk() (*int32, bool) + func (o *AbnormalBehaviour) GetSnssai() Snssai + func (o *AbnormalBehaviour) GetSnssaiOk() (*Snssai, bool) + func (o *AbnormalBehaviour) GetSupis() []string + func (o *AbnormalBehaviour) GetSupisOk() ([]string, bool) + func (o *AbnormalBehaviour) HasAddtMeasInfo() bool + func (o *AbnormalBehaviour) HasConfidence() bool + func (o *AbnormalBehaviour) HasDnn() bool + func (o *AbnormalBehaviour) HasRatio() bool + func (o *AbnormalBehaviour) HasSnssai() bool + func (o *AbnormalBehaviour) HasSupis() bool + func (o *AbnormalBehaviour) SetAddtMeasInfo(v AdditionalMeasurement) + func (o *AbnormalBehaviour) SetConfidence(v int32) + func (o *AbnormalBehaviour) SetDnn(v string) + func (o *AbnormalBehaviour) SetExcep(v Exception) + func (o *AbnormalBehaviour) SetRatio(v int32) + func (o *AbnormalBehaviour) SetSnssai(v Snssai) + func (o *AbnormalBehaviour) SetSupis(v []string) + func (o AbnormalBehaviour) MarshalJSON() ([]byte, error) + func (o AbnormalBehaviour) ToMap() (map[string]interface{}, error) + type AccessStateTransitionType struct + String *string + func (dst *AccessStateTransitionType) UnmarshalJSON(data []byte) error + func (src *AccessStateTransitionType) MarshalJSON() ([]byte, error) + 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 string + const NON_3_GPP_ACCESS + func NewAccessTypeFromValue(v string) (*AccessType, error) + func (v *AccessType) UnmarshalJSON(src []byte) error + func (v AccessType) IsValid() bool + func (v AccessType) Ptr() *AccessType + type Accuracy struct + String *string + func (dst *Accuracy) UnmarshalJSON(data []byte) error + func (src *Accuracy) MarshalJSON() ([]byte, error) + type AdditionalMeasurement struct + Circums []CircumstanceDescription + DdosAttack *AddressList + UnexpFlowTeps []IpEthFlowDescription + UnexpLoc *NetworkAreaInfo + UnexpWakes []time.Time + WrgDest *AddressList + func NewAdditionalMeasurement() *AdditionalMeasurement + func NewAdditionalMeasurementWithDefaults() *AdditionalMeasurement + func (o *AdditionalMeasurement) GetCircums() []CircumstanceDescription + func (o *AdditionalMeasurement) GetCircumsOk() ([]CircumstanceDescription, bool) + func (o *AdditionalMeasurement) GetDdosAttack() AddressList + func (o *AdditionalMeasurement) GetDdosAttackOk() (*AddressList, bool) + func (o *AdditionalMeasurement) GetUnexpFlowTeps() []IpEthFlowDescription + func (o *AdditionalMeasurement) GetUnexpFlowTepsOk() ([]IpEthFlowDescription, bool) + func (o *AdditionalMeasurement) GetUnexpLoc() NetworkAreaInfo + func (o *AdditionalMeasurement) GetUnexpLocOk() (*NetworkAreaInfo, bool) + func (o *AdditionalMeasurement) GetUnexpWakes() []time.Time + func (o *AdditionalMeasurement) GetUnexpWakesOk() ([]time.Time, bool) + func (o *AdditionalMeasurement) GetWrgDest() AddressList + func (o *AdditionalMeasurement) GetWrgDestOk() (*AddressList, bool) + func (o *AdditionalMeasurement) HasCircums() bool + func (o *AdditionalMeasurement) HasDdosAttack() bool + func (o *AdditionalMeasurement) HasUnexpFlowTeps() bool + func (o *AdditionalMeasurement) HasUnexpLoc() bool + func (o *AdditionalMeasurement) HasUnexpWakes() bool + func (o *AdditionalMeasurement) HasWrgDest() bool + func (o *AdditionalMeasurement) SetCircums(v []CircumstanceDescription) + func (o *AdditionalMeasurement) SetDdosAttack(v AddressList) + func (o *AdditionalMeasurement) SetUnexpFlowTeps(v []IpEthFlowDescription) + func (o *AdditionalMeasurement) SetUnexpLoc(v NetworkAreaInfo) + func (o *AdditionalMeasurement) SetUnexpWakes(v []time.Time) + func (o *AdditionalMeasurement) SetWrgDest(v AddressList) + func (o AdditionalMeasurement) MarshalJSON() ([]byte, error) + func (o AdditionalMeasurement) ToMap() (map[string]interface{}, error) + type AddrFqdn struct + Fqdn *string + IpAddr *IpAddr + func NewAddrFqdn() *AddrFqdn + func NewAddrFqdnWithDefaults() *AddrFqdn + func (o *AddrFqdn) GetFqdn() string + func (o *AddrFqdn) GetFqdnOk() (*string, bool) + func (o *AddrFqdn) GetIpAddr() IpAddr + func (o *AddrFqdn) GetIpAddrOk() (*IpAddr, bool) + func (o *AddrFqdn) HasFqdn() bool + func (o *AddrFqdn) HasIpAddr() bool + func (o *AddrFqdn) SetFqdn(v string) + func (o *AddrFqdn) SetIpAddr(v IpAddr) + func (o AddrFqdn) MarshalJSON() ([]byte, error) + func (o AddrFqdn) ToMap() (map[string]interface{}, error) + type AddressList struct + Ipv4Addrs []string + Ipv6Addrs []Ipv6Addr + func NewAddressList() *AddressList + func NewAddressListWithDefaults() *AddressList + func (o *AddressList) GetIpv4Addrs() []string + func (o *AddressList) GetIpv4AddrsOk() ([]string, bool) + func (o *AddressList) GetIpv6Addrs() []Ipv6Addr + func (o *AddressList) GetIpv6AddrsOk() ([]Ipv6Addr, bool) + func (o *AddressList) HasIpv4Addrs() bool + func (o *AddressList) HasIpv6Addrs() bool + func (o *AddressList) SetIpv4Addrs(v []string) + func (o *AddressList) SetIpv6Addrs(v []Ipv6Addr) + func (o AddressList) MarshalJSON() ([]byte, error) + func (o AddressList) ToMap() (map[string]interface{}, error) + type AfEvent struct + String *string + func (dst *AfEvent) UnmarshalJSON(data []byte) error + func (src *AfEvent) MarshalJSON() ([]byte, error) + type AfEventExposureData struct + AfEvents []AfEvent + AfIds []string + AppIds []string + func NewAfEventExposureData(afEvents []AfEvent) *AfEventExposureData + func NewAfEventExposureDataWithDefaults() *AfEventExposureData + func (o *AfEventExposureData) GetAfEvents() []AfEvent + func (o *AfEventExposureData) GetAfEventsOk() ([]AfEvent, bool) + func (o *AfEventExposureData) GetAfIds() []string + func (o *AfEventExposureData) GetAfIdsOk() ([]string, bool) + func (o *AfEventExposureData) GetAppIds() []string + func (o *AfEventExposureData) GetAppIdsOk() ([]string, bool) + func (o *AfEventExposureData) HasAfIds() bool + func (o *AfEventExposureData) HasAppIds() bool + func (o *AfEventExposureData) SetAfEvents(v []AfEvent) + func (o *AfEventExposureData) SetAfIds(v []string) + func (o *AfEventExposureData) SetAppIds(v []string) + func (o AfEventExposureData) MarshalJSON() ([]byte, error) + func (o AfEventExposureData) ToMap() (map[string]interface{}, error) + type AfEventExposureNotif struct + EventNotifs []AfEventNotification + NotifId string + func NewAfEventExposureNotif(notifId string, eventNotifs []AfEventNotification) *AfEventExposureNotif + func NewAfEventExposureNotifWithDefaults() *AfEventExposureNotif + func (o *AfEventExposureNotif) GetEventNotifs() []AfEventNotification + func (o *AfEventExposureNotif) GetEventNotifsOk() ([]AfEventNotification, bool) + func (o *AfEventExposureNotif) GetNotifId() string + func (o *AfEventExposureNotif) GetNotifIdOk() (*string, bool) + func (o *AfEventExposureNotif) SetEventNotifs(v []AfEventNotification) + func (o *AfEventExposureNotif) SetNotifId(v string) + func (o AfEventExposureNotif) MarshalJSON() ([]byte, error) + func (o AfEventExposureNotif) ToMap() (map[string]interface{}, error) + type AfEventNotification struct + CollBhvrInfs []CollectiveBehaviourInfo + CongestionInfos []UserDataCongestionCollection + DispersionInfos []DispersionCollection1 + Event AfEvent + ExcepInfos []ExceptionInfo + MsAccActInfos []MSAccessActivityCollection + MsConsumpInfos []MsConsumptionCollection + MsDynPlyInvInfos []MsDynPolicyInvocationCollection + MsNetAssInvInfos []MsNetAssInvocationCollection + MsQoeMetrInfos []MsQoeMetricsCollection + PerfDataInfos []PerformanceDataCollection + SvcExprcInfos []ServiceExperienceInfoPerApp + TimeStamp time.Time + UeCommInfos []UeCommunicationCollection + UeMobilityInfos []UeMobilityCollection + func NewAfEventNotification(event AfEvent, timeStamp time.Time) *AfEventNotification + func NewAfEventNotificationWithDefaults() *AfEventNotification + func (o *AfEventNotification) GetCollBhvrInfs() []CollectiveBehaviourInfo + func (o *AfEventNotification) GetCollBhvrInfsOk() ([]CollectiveBehaviourInfo, bool) + func (o *AfEventNotification) GetCongestionInfos() []UserDataCongestionCollection + func (o *AfEventNotification) GetCongestionInfosOk() ([]UserDataCongestionCollection, bool) + func (o *AfEventNotification) GetDispersionInfos() []DispersionCollection1 + func (o *AfEventNotification) GetDispersionInfosOk() ([]DispersionCollection1, bool) + func (o *AfEventNotification) GetEvent() AfEvent + func (o *AfEventNotification) GetEventOk() (*AfEvent, bool) + func (o *AfEventNotification) GetExcepInfos() []ExceptionInfo + func (o *AfEventNotification) GetExcepInfosOk() ([]ExceptionInfo, bool) + func (o *AfEventNotification) GetMsAccActInfos() []MSAccessActivityCollection + func (o *AfEventNotification) GetMsAccActInfosOk() ([]MSAccessActivityCollection, bool) + func (o *AfEventNotification) GetMsConsumpInfos() []MsConsumptionCollection + func (o *AfEventNotification) GetMsConsumpInfosOk() ([]MsConsumptionCollection, bool) + func (o *AfEventNotification) GetMsDynPlyInvInfos() []MsDynPolicyInvocationCollection + func (o *AfEventNotification) GetMsDynPlyInvInfosOk() ([]MsDynPolicyInvocationCollection, bool) + func (o *AfEventNotification) GetMsNetAssInvInfos() []MsNetAssInvocationCollection + func (o *AfEventNotification) GetMsNetAssInvInfosOk() ([]MsNetAssInvocationCollection, bool) + func (o *AfEventNotification) GetMsQoeMetrInfos() []MsQoeMetricsCollection + func (o *AfEventNotification) GetMsQoeMetrInfosOk() ([]MsQoeMetricsCollection, bool) + func (o *AfEventNotification) GetPerfDataInfos() []PerformanceDataCollection + func (o *AfEventNotification) GetPerfDataInfosOk() ([]PerformanceDataCollection, bool) + func (o *AfEventNotification) GetSvcExprcInfos() []ServiceExperienceInfoPerApp + func (o *AfEventNotification) GetSvcExprcInfosOk() ([]ServiceExperienceInfoPerApp, bool) + func (o *AfEventNotification) GetTimeStamp() time.Time + func (o *AfEventNotification) GetTimeStampOk() (*time.Time, bool) + func (o *AfEventNotification) GetUeCommInfos() []UeCommunicationCollection + func (o *AfEventNotification) GetUeCommInfosOk() ([]UeCommunicationCollection, bool) + func (o *AfEventNotification) GetUeMobilityInfos() []UeMobilityCollection + func (o *AfEventNotification) GetUeMobilityInfosOk() ([]UeMobilityCollection, bool) + func (o *AfEventNotification) HasCollBhvrInfs() bool + func (o *AfEventNotification) HasCongestionInfos() bool + func (o *AfEventNotification) HasDispersionInfos() bool + func (o *AfEventNotification) HasExcepInfos() bool + func (o *AfEventNotification) HasMsAccActInfos() bool + func (o *AfEventNotification) HasMsConsumpInfos() bool + func (o *AfEventNotification) HasMsDynPlyInvInfos() bool + func (o *AfEventNotification) HasMsNetAssInvInfos() bool + func (o *AfEventNotification) HasMsQoeMetrInfos() bool + func (o *AfEventNotification) HasPerfDataInfos() bool + func (o *AfEventNotification) HasSvcExprcInfos() bool + func (o *AfEventNotification) HasUeCommInfos() bool + func (o *AfEventNotification) HasUeMobilityInfos() bool + func (o *AfEventNotification) SetCollBhvrInfs(v []CollectiveBehaviourInfo) + func (o *AfEventNotification) SetCongestionInfos(v []UserDataCongestionCollection) + func (o *AfEventNotification) SetDispersionInfos(v []DispersionCollection1) + func (o *AfEventNotification) SetEvent(v AfEvent) + func (o *AfEventNotification) SetExcepInfos(v []ExceptionInfo) + func (o *AfEventNotification) SetMsAccActInfos(v []MSAccessActivityCollection) + func (o *AfEventNotification) SetMsConsumpInfos(v []MsConsumptionCollection) + func (o *AfEventNotification) SetMsDynPlyInvInfos(v []MsDynPolicyInvocationCollection) + func (o *AfEventNotification) SetMsNetAssInvInfos(v []MsNetAssInvocationCollection) + func (o *AfEventNotification) SetMsQoeMetrInfos(v []MsQoeMetricsCollection) + func (o *AfEventNotification) SetPerfDataInfos(v []PerformanceDataCollection) + func (o *AfEventNotification) SetSvcExprcInfos(v []ServiceExperienceInfoPerApp) + func (o *AfEventNotification) SetTimeStamp(v time.Time) + func (o *AfEventNotification) SetUeCommInfos(v []UeCommunicationCollection) + func (o *AfEventNotification) SetUeMobilityInfos(v []UeMobilityCollection) + func (o AfEventNotification) MarshalJSON() ([]byte, error) + func (o AfEventNotification) ToMap() (map[string]interface{}, error) + type AmfCond struct + Interface *interface{} + func (dst *AmfCond) UnmarshalJSON(data []byte) error + func (src *AmfCond) MarshalJSON() ([]byte, error) + type AmfEventArea struct + LadnInfo *LadnInfo + NsiId *string + PresenceInfo *PresenceInfo + SNssai *Snssai + func NewAmfEventArea() *AmfEventArea + func NewAmfEventAreaWithDefaults() *AmfEventArea + func (o *AmfEventArea) GetLadnInfo() LadnInfo + func (o *AmfEventArea) GetLadnInfoOk() (*LadnInfo, bool) + func (o *AmfEventArea) GetNsiId() string + func (o *AmfEventArea) GetNsiIdOk() (*string, bool) + func (o *AmfEventArea) GetPresenceInfo() PresenceInfo + func (o *AmfEventArea) GetPresenceInfoOk() (*PresenceInfo, bool) + func (o *AmfEventArea) GetSNssai() Snssai + func (o *AmfEventArea) GetSNssaiOk() (*Snssai, bool) + func (o *AmfEventArea) HasLadnInfo() bool + func (o *AmfEventArea) HasNsiId() bool + func (o *AmfEventArea) HasPresenceInfo() bool + func (o *AmfEventArea) HasSNssai() bool + func (o *AmfEventArea) SetLadnInfo(v LadnInfo) + func (o *AmfEventArea) SetNsiId(v string) + func (o *AmfEventArea) SetPresenceInfo(v PresenceInfo) + func (o *AmfEventArea) SetSNssai(v Snssai) + func (o AmfEventArea) MarshalJSON() ([]byte, error) + func (o AmfEventArea) ToMap() (map[string]interface{}, error) + type AmfEventNotification struct + EventSubsSyncInfo *AmfEventSubsSyncInfo + NotifyCorrelationId *string + ReportList []AmfEventReport + SubsChangeNotifyCorrelationId *string + func NewAmfEventNotification() *AmfEventNotification + func NewAmfEventNotificationWithDefaults() *AmfEventNotification + func (o *AmfEventNotification) GetEventSubsSyncInfo() AmfEventSubsSyncInfo + func (o *AmfEventNotification) GetEventSubsSyncInfoOk() (*AmfEventSubsSyncInfo, bool) + func (o *AmfEventNotification) GetNotifyCorrelationId() string + func (o *AmfEventNotification) GetNotifyCorrelationIdOk() (*string, bool) + func (o *AmfEventNotification) GetReportList() []AmfEventReport + func (o *AmfEventNotification) GetReportListOk() ([]AmfEventReport, bool) + func (o *AmfEventNotification) GetSubsChangeNotifyCorrelationId() string + func (o *AmfEventNotification) GetSubsChangeNotifyCorrelationIdOk() (*string, bool) + func (o *AmfEventNotification) HasEventSubsSyncInfo() bool + func (o *AmfEventNotification) HasNotifyCorrelationId() bool + func (o *AmfEventNotification) HasReportList() bool + func (o *AmfEventNotification) HasSubsChangeNotifyCorrelationId() bool + func (o *AmfEventNotification) SetEventSubsSyncInfo(v AmfEventSubsSyncInfo) + func (o *AmfEventNotification) SetNotifyCorrelationId(v string) + func (o *AmfEventNotification) SetReportList(v []AmfEventReport) + func (o *AmfEventNotification) SetSubsChangeNotifyCorrelationId(v string) + func (o AmfEventNotification) MarshalJSON() ([]byte, error) + func (o AmfEventNotification) ToMap() (map[string]interface{}, error) + type AmfEventReport struct + AccessTypeList []AccessType + AdditionalLocation *UserLocation + AnyUe *bool + AreaList []AmfEventArea + CmInfoList []CmInfo + CommFailure *CommunicationFailure + Gpsi *string + IdleStatusIndication *IdleStatusIndication + Location *UserLocation + LossOfConnectReason *LossOfConnectivityReason + MaxAvailabilityTime *time.Time + MmTransLocationReportList []MmTransactionLocationReportItem + MmTransSliceReportList []MmTransactionSliceReportItem + NumberOfUes *int32 + Pei *string + Reachability *UeReachability + RefId *int32 + RegistrationNumber *int32 + RmInfoList []RmInfo + SnssaiTaiList []SnssaiTaiMapping + State AmfEventState + SubscriptionId *string + Supi *string + TermReason *SubTerminationReason + TimeStamp time.Time + Timezone *string + Type AmfEventType + TypeCode *string + UeAccessBehaviorTrends []UeAccessBehaviorReportItem + UeIdExt []UEIdExt + UeLocationTrends []UeLocationTrendsReportItem + Var5gsUserStateList []Model5GsUserStateInfo + func NewAmfEventReport(type_ AmfEventType, state AmfEventState, timeStamp time.Time) *AmfEventReport + func NewAmfEventReportWithDefaults() *AmfEventReport + func (o *AmfEventReport) GetAccessTypeList() []AccessType + func (o *AmfEventReport) GetAccessTypeListOk() ([]AccessType, bool) + func (o *AmfEventReport) GetAdditionalLocation() UserLocation + func (o *AmfEventReport) GetAdditionalLocationOk() (*UserLocation, bool) + func (o *AmfEventReport) GetAnyUe() bool + func (o *AmfEventReport) GetAnyUeOk() (*bool, bool) + func (o *AmfEventReport) GetAreaList() []AmfEventArea + func (o *AmfEventReport) GetAreaListOk() ([]AmfEventArea, bool) + func (o *AmfEventReport) GetCmInfoList() []CmInfo + func (o *AmfEventReport) GetCmInfoListOk() ([]CmInfo, bool) + func (o *AmfEventReport) GetCommFailure() CommunicationFailure + func (o *AmfEventReport) GetCommFailureOk() (*CommunicationFailure, bool) + func (o *AmfEventReport) GetGpsi() string + func (o *AmfEventReport) GetGpsiOk() (*string, bool) + func (o *AmfEventReport) GetIdleStatusIndication() IdleStatusIndication + func (o *AmfEventReport) GetIdleStatusIndicationOk() (*IdleStatusIndication, bool) + func (o *AmfEventReport) GetLocation() UserLocation + func (o *AmfEventReport) GetLocationOk() (*UserLocation, bool) + func (o *AmfEventReport) GetLossOfConnectReason() LossOfConnectivityReason + func (o *AmfEventReport) GetLossOfConnectReasonOk() (*LossOfConnectivityReason, bool) + func (o *AmfEventReport) GetMaxAvailabilityTime() time.Time + func (o *AmfEventReport) GetMaxAvailabilityTimeOk() (*time.Time, bool) + func (o *AmfEventReport) GetMmTransLocationReportList() []MmTransactionLocationReportItem + func (o *AmfEventReport) GetMmTransLocationReportListOk() ([]MmTransactionLocationReportItem, bool) + func (o *AmfEventReport) GetMmTransSliceReportList() []MmTransactionSliceReportItem + func (o *AmfEventReport) GetMmTransSliceReportListOk() ([]MmTransactionSliceReportItem, bool) + func (o *AmfEventReport) GetNumberOfUes() int32 + func (o *AmfEventReport) GetNumberOfUesOk() (*int32, bool) + func (o *AmfEventReport) GetPei() string + func (o *AmfEventReport) GetPeiOk() (*string, bool) + func (o *AmfEventReport) GetReachability() UeReachability + func (o *AmfEventReport) GetReachabilityOk() (*UeReachability, bool) + func (o *AmfEventReport) GetRefId() int32 + func (o *AmfEventReport) GetRefIdOk() (*int32, bool) + func (o *AmfEventReport) GetRegistrationNumber() int32 + func (o *AmfEventReport) GetRegistrationNumberOk() (*int32, bool) + func (o *AmfEventReport) GetRmInfoList() []RmInfo + func (o *AmfEventReport) GetRmInfoListOk() ([]RmInfo, bool) + func (o *AmfEventReport) GetSnssaiTaiList() []SnssaiTaiMapping + func (o *AmfEventReport) GetSnssaiTaiListOk() ([]SnssaiTaiMapping, bool) + func (o *AmfEventReport) GetState() AmfEventState + func (o *AmfEventReport) GetStateOk() (*AmfEventState, bool) + func (o *AmfEventReport) GetSubscriptionId() string + func (o *AmfEventReport) GetSubscriptionIdOk() (*string, bool) + func (o *AmfEventReport) GetSupi() string + func (o *AmfEventReport) GetSupiOk() (*string, bool) + func (o *AmfEventReport) GetTermReason() SubTerminationReason + func (o *AmfEventReport) GetTermReasonOk() (*SubTerminationReason, bool) + func (o *AmfEventReport) GetTimeStamp() time.Time + func (o *AmfEventReport) GetTimeStampOk() (*time.Time, bool) + func (o *AmfEventReport) GetTimezone() string + func (o *AmfEventReport) GetTimezoneOk() (*string, bool) + func (o *AmfEventReport) GetType() AmfEventType + func (o *AmfEventReport) GetTypeCode() string + func (o *AmfEventReport) GetTypeCodeOk() (*string, bool) + func (o *AmfEventReport) GetTypeOk() (*AmfEventType, bool) + func (o *AmfEventReport) GetUeAccessBehaviorTrends() []UeAccessBehaviorReportItem + func (o *AmfEventReport) GetUeAccessBehaviorTrendsOk() ([]UeAccessBehaviorReportItem, bool) + func (o *AmfEventReport) GetUeIdExt() []UEIdExt + func (o *AmfEventReport) GetUeIdExtOk() ([]UEIdExt, bool) + func (o *AmfEventReport) GetUeLocationTrends() []UeLocationTrendsReportItem + func (o *AmfEventReport) GetUeLocationTrendsOk() ([]UeLocationTrendsReportItem, bool) + func (o *AmfEventReport) GetVar5gsUserStateList() []Model5GsUserStateInfo + func (o *AmfEventReport) GetVar5gsUserStateListOk() ([]Model5GsUserStateInfo, bool) + func (o *AmfEventReport) HasAccessTypeList() bool + func (o *AmfEventReport) HasAdditionalLocation() bool + func (o *AmfEventReport) HasAnyUe() bool + func (o *AmfEventReport) HasAreaList() bool + func (o *AmfEventReport) HasCmInfoList() bool + func (o *AmfEventReport) HasCommFailure() bool + func (o *AmfEventReport) HasGpsi() bool + func (o *AmfEventReport) HasIdleStatusIndication() bool + func (o *AmfEventReport) HasLocation() bool + func (o *AmfEventReport) HasLossOfConnectReason() bool + func (o *AmfEventReport) HasMaxAvailabilityTime() bool + func (o *AmfEventReport) HasMmTransLocationReportList() bool + func (o *AmfEventReport) HasMmTransSliceReportList() bool + func (o *AmfEventReport) HasNumberOfUes() bool + func (o *AmfEventReport) HasPei() bool + func (o *AmfEventReport) HasReachability() bool + func (o *AmfEventReport) HasRefId() bool + func (o *AmfEventReport) HasRegistrationNumber() bool + func (o *AmfEventReport) HasRmInfoList() bool + func (o *AmfEventReport) HasSnssaiTaiList() bool + func (o *AmfEventReport) HasSubscriptionId() bool + func (o *AmfEventReport) HasSupi() bool + func (o *AmfEventReport) HasTermReason() bool + func (o *AmfEventReport) HasTimezone() bool + func (o *AmfEventReport) HasTypeCode() bool + func (o *AmfEventReport) HasUeAccessBehaviorTrends() bool + func (o *AmfEventReport) HasUeIdExt() bool + func (o *AmfEventReport) HasUeLocationTrends() bool + func (o *AmfEventReport) HasVar5gsUserStateList() bool + func (o *AmfEventReport) SetAccessTypeList(v []AccessType) + func (o *AmfEventReport) SetAdditionalLocation(v UserLocation) + func (o *AmfEventReport) SetAnyUe(v bool) + func (o *AmfEventReport) SetAreaList(v []AmfEventArea) + func (o *AmfEventReport) SetCmInfoList(v []CmInfo) + func (o *AmfEventReport) SetCommFailure(v CommunicationFailure) + func (o *AmfEventReport) SetGpsi(v string) + func (o *AmfEventReport) SetIdleStatusIndication(v IdleStatusIndication) + func (o *AmfEventReport) SetLocation(v UserLocation) + func (o *AmfEventReport) SetLossOfConnectReason(v LossOfConnectivityReason) + func (o *AmfEventReport) SetMaxAvailabilityTime(v time.Time) + func (o *AmfEventReport) SetMmTransLocationReportList(v []MmTransactionLocationReportItem) + func (o *AmfEventReport) SetMmTransSliceReportList(v []MmTransactionSliceReportItem) + func (o *AmfEventReport) SetNumberOfUes(v int32) + func (o *AmfEventReport) SetPei(v string) + func (o *AmfEventReport) SetReachability(v UeReachability) + func (o *AmfEventReport) SetRefId(v int32) + func (o *AmfEventReport) SetRegistrationNumber(v int32) + func (o *AmfEventReport) SetRmInfoList(v []RmInfo) + func (o *AmfEventReport) SetSnssaiTaiList(v []SnssaiTaiMapping) + func (o *AmfEventReport) SetState(v AmfEventState) + func (o *AmfEventReport) SetSubscriptionId(v string) + func (o *AmfEventReport) SetSupi(v string) + func (o *AmfEventReport) SetTermReason(v SubTerminationReason) + func (o *AmfEventReport) SetTimeStamp(v time.Time) + func (o *AmfEventReport) SetTimezone(v string) + func (o *AmfEventReport) SetType(v AmfEventType) + func (o *AmfEventReport) SetTypeCode(v string) + func (o *AmfEventReport) SetUeAccessBehaviorTrends(v []UeAccessBehaviorReportItem) + func (o *AmfEventReport) SetUeIdExt(v []UEIdExt) + func (o *AmfEventReport) SetUeLocationTrends(v []UeLocationTrendsReportItem) + func (o *AmfEventReport) SetVar5gsUserStateList(v []Model5GsUserStateInfo) + func (o AmfEventReport) MarshalJSON() ([]byte, error) + func (o AmfEventReport) ToMap() (map[string]interface{}, error) + type AmfEventState struct + Active bool + RemainDuration *int32 + RemainReports *int32 + func NewAmfEventState(active bool) *AmfEventState + func NewAmfEventStateWithDefaults() *AmfEventState + func (o *AmfEventState) GetActive() bool + func (o *AmfEventState) GetActiveOk() (*bool, bool) + func (o *AmfEventState) GetRemainDuration() int32 + func (o *AmfEventState) GetRemainDurationOk() (*int32, bool) + func (o *AmfEventState) GetRemainReports() int32 + func (o *AmfEventState) GetRemainReportsOk() (*int32, bool) + func (o *AmfEventState) HasRemainDuration() bool + func (o *AmfEventState) HasRemainReports() bool + func (o *AmfEventState) SetActive(v bool) + func (o *AmfEventState) SetRemainDuration(v int32) + func (o *AmfEventState) SetRemainReports(v int32) + func (o AmfEventState) MarshalJSON() ([]byte, error) + func (o AmfEventState) ToMap() (map[string]interface{}, error) + type AmfEventSubsSyncInfo struct + SubscriptionList []AmfEventSubscriptionInfo + func NewAmfEventSubsSyncInfo(subscriptionList []AmfEventSubscriptionInfo) *AmfEventSubsSyncInfo + func NewAmfEventSubsSyncInfoWithDefaults() *AmfEventSubsSyncInfo + func (o *AmfEventSubsSyncInfo) GetSubscriptionList() []AmfEventSubscriptionInfo + func (o *AmfEventSubsSyncInfo) GetSubscriptionListOk() ([]AmfEventSubscriptionInfo, bool) + func (o *AmfEventSubsSyncInfo) SetSubscriptionList(v []AmfEventSubscriptionInfo) + func (o AmfEventSubsSyncInfo) MarshalJSON() ([]byte, error) + func (o AmfEventSubsSyncInfo) ToMap() (map[string]interface{}, error) + type AmfEventSubscriptionInfo struct + NotifyCorrelationId *string + OldSubId *string + RefIdList []int32 + SubId string + func NewAmfEventSubscriptionInfo(subId string, refIdList []int32) *AmfEventSubscriptionInfo + func NewAmfEventSubscriptionInfoWithDefaults() *AmfEventSubscriptionInfo + func (o *AmfEventSubscriptionInfo) GetNotifyCorrelationId() string + func (o *AmfEventSubscriptionInfo) GetNotifyCorrelationIdOk() (*string, bool) + func (o *AmfEventSubscriptionInfo) GetOldSubId() string + func (o *AmfEventSubscriptionInfo) GetOldSubIdOk() (*string, bool) + func (o *AmfEventSubscriptionInfo) GetRefIdList() []int32 + func (o *AmfEventSubscriptionInfo) GetRefIdListOk() ([]int32, bool) + func (o *AmfEventSubscriptionInfo) GetSubId() string + func (o *AmfEventSubscriptionInfo) GetSubIdOk() (*string, bool) + func (o *AmfEventSubscriptionInfo) HasNotifyCorrelationId() bool + func (o *AmfEventSubscriptionInfo) HasOldSubId() bool + func (o *AmfEventSubscriptionInfo) SetNotifyCorrelationId(v string) + func (o *AmfEventSubscriptionInfo) SetOldSubId(v string) + func (o *AmfEventSubscriptionInfo) SetRefIdList(v []int32) + func (o *AmfEventSubscriptionInfo) SetSubId(v string) + func (o AmfEventSubscriptionInfo) MarshalJSON() ([]byte, error) + func (o AmfEventSubscriptionInfo) ToMap() (map[string]interface{}, error) + type AmfEventType struct + String *string + func (dst *AmfEventType) UnmarshalJSON(data []byte) error + func (src *AmfEventType) MarshalJSON() ([]byte, error) + type AmfInfo struct + AmfOnboardingCapability *bool + AmfRegionId string + AmfSetId string + BackupInfoAmfFailure []Guami + BackupInfoAmfRemoval []Guami + GuamiList []Guami + N2InterfaceAmfInfo *N2InterfaceAmfInfo + TaiList []Tai + TaiRangeList []TaiRange + func NewAmfInfo(amfSetId string, amfRegionId string, guamiList []Guami) *AmfInfo + func NewAmfInfoWithDefaults() *AmfInfo + func (o *AmfInfo) GetAmfOnboardingCapability() bool + func (o *AmfInfo) GetAmfOnboardingCapabilityOk() (*bool, bool) + func (o *AmfInfo) GetAmfRegionId() string + func (o *AmfInfo) GetAmfRegionIdOk() (*string, bool) + func (o *AmfInfo) GetAmfSetId() string + func (o *AmfInfo) GetAmfSetIdOk() (*string, bool) + func (o *AmfInfo) GetBackupInfoAmfFailure() []Guami + func (o *AmfInfo) GetBackupInfoAmfFailureOk() ([]Guami, bool) + func (o *AmfInfo) GetBackupInfoAmfRemoval() []Guami + func (o *AmfInfo) GetBackupInfoAmfRemovalOk() ([]Guami, bool) + func (o *AmfInfo) GetGuamiList() []Guami + func (o *AmfInfo) GetGuamiListOk() ([]Guami, bool) + func (o *AmfInfo) GetN2InterfaceAmfInfo() N2InterfaceAmfInfo + func (o *AmfInfo) GetN2InterfaceAmfInfoOk() (*N2InterfaceAmfInfo, bool) + func (o *AmfInfo) GetTaiList() []Tai + func (o *AmfInfo) GetTaiListOk() ([]Tai, bool) + func (o *AmfInfo) GetTaiRangeList() []TaiRange + func (o *AmfInfo) GetTaiRangeListOk() ([]TaiRange, bool) + func (o *AmfInfo) HasAmfOnboardingCapability() bool + func (o *AmfInfo) HasBackupInfoAmfFailure() bool + func (o *AmfInfo) HasBackupInfoAmfRemoval() bool + func (o *AmfInfo) HasN2InterfaceAmfInfo() bool + func (o *AmfInfo) HasTaiList() bool + func (o *AmfInfo) HasTaiRangeList() bool + func (o *AmfInfo) SetAmfOnboardingCapability(v bool) + func (o *AmfInfo) SetAmfRegionId(v string) + func (o *AmfInfo) SetAmfSetId(v string) + func (o *AmfInfo) SetBackupInfoAmfFailure(v []Guami) + func (o *AmfInfo) SetBackupInfoAmfRemoval(v []Guami) + func (o *AmfInfo) SetGuamiList(v []Guami) + func (o *AmfInfo) SetN2InterfaceAmfInfo(v N2InterfaceAmfInfo) + func (o *AmfInfo) SetTaiList(v []Tai) + func (o *AmfInfo) SetTaiRangeList(v []TaiRange) + func (o AmfInfo) MarshalJSON() ([]byte, error) + func (o AmfInfo) ToMap() (map[string]interface{}, error) + type AnNodeType struct + String *string + func (dst *AnNodeType) UnmarshalJSON(data []byte) error + func (src *AnNodeType) MarshalJSON() ([]byte, error) + type AnalyticsMetadataInfo struct + Accuracy *Accuracy + DataStatProps []DatasetStatisticalProperty + DataWindow *TimeWindow + NumSamples *int32 + Strategy *OutputStrategy + func NewAnalyticsMetadataInfo() *AnalyticsMetadataInfo + func NewAnalyticsMetadataInfoWithDefaults() *AnalyticsMetadataInfo + func (o *AnalyticsMetadataInfo) GetAccuracy() Accuracy + func (o *AnalyticsMetadataInfo) GetAccuracyOk() (*Accuracy, bool) + func (o *AnalyticsMetadataInfo) GetDataStatProps() []DatasetStatisticalProperty + func (o *AnalyticsMetadataInfo) GetDataStatPropsOk() ([]DatasetStatisticalProperty, bool) + func (o *AnalyticsMetadataInfo) GetDataWindow() TimeWindow + func (o *AnalyticsMetadataInfo) GetDataWindowOk() (*TimeWindow, bool) + func (o *AnalyticsMetadataInfo) GetNumSamples() int32 + func (o *AnalyticsMetadataInfo) GetNumSamplesOk() (*int32, bool) + func (o *AnalyticsMetadataInfo) GetStrategy() OutputStrategy + func (o *AnalyticsMetadataInfo) GetStrategyOk() (*OutputStrategy, bool) + func (o *AnalyticsMetadataInfo) HasAccuracy() bool + func (o *AnalyticsMetadataInfo) HasDataStatProps() bool + func (o *AnalyticsMetadataInfo) HasDataWindow() bool + func (o *AnalyticsMetadataInfo) HasNumSamples() bool + func (o *AnalyticsMetadataInfo) HasStrategy() bool + func (o *AnalyticsMetadataInfo) SetAccuracy(v Accuracy) + func (o *AnalyticsMetadataInfo) SetDataStatProps(v []DatasetStatisticalProperty) + func (o *AnalyticsMetadataInfo) SetDataWindow(v TimeWindow) + func (o *AnalyticsMetadataInfo) SetNumSamples(v int32) + func (o *AnalyticsMetadataInfo) SetStrategy(v OutputStrategy) + func (o AnalyticsMetadataInfo) MarshalJSON() ([]byte, error) + func (o AnalyticsMetadataInfo) ToMap() (map[string]interface{}, error) + type ApiCreateIndividualSubcriptionRequest struct + ApiService *MFAFDataOrAnalyticsResourcesCollectionApiService + func (r ApiCreateIndividualSubcriptionRequest) Body(body interface{}) ApiCreateIndividualSubcriptionRequest + func (r ApiCreateIndividualSubcriptionRequest) Execute() (*http.Response, error) + type AppListForUeComm struct + AppDur *int32 + AppId string + OccurRatio *int32 + SpatialValidity *NetworkAreaInfo + StartTime *time.Time + func NewAppListForUeComm(appId string) *AppListForUeComm + func NewAppListForUeCommWithDefaults() *AppListForUeComm + func (o *AppListForUeComm) GetAppDur() int32 + func (o *AppListForUeComm) GetAppDurOk() (*int32, bool) + func (o *AppListForUeComm) GetAppId() string + func (o *AppListForUeComm) GetAppIdOk() (*string, bool) + func (o *AppListForUeComm) GetOccurRatio() int32 + func (o *AppListForUeComm) GetOccurRatioOk() (*int32, bool) + func (o *AppListForUeComm) GetSpatialValidity() NetworkAreaInfo + func (o *AppListForUeComm) GetSpatialValidityOk() (*NetworkAreaInfo, bool) + func (o *AppListForUeComm) GetStartTime() time.Time + func (o *AppListForUeComm) GetStartTimeOk() (*time.Time, bool) + func (o *AppListForUeComm) HasAppDur() bool + func (o *AppListForUeComm) HasOccurRatio() bool + func (o *AppListForUeComm) HasSpatialValidity() bool + func (o *AppListForUeComm) HasStartTime() bool + func (o *AppListForUeComm) SetAppDur(v int32) + func (o *AppListForUeComm) SetAppId(v string) + func (o *AppListForUeComm) SetOccurRatio(v int32) + func (o *AppListForUeComm) SetSpatialValidity(v NetworkAreaInfo) + func (o *AppListForUeComm) SetStartTime(v time.Time) + func (o AppListForUeComm) MarshalJSON() ([]byte, error) + func (o AppListForUeComm) ToMap() (map[string]interface{}, error) + type ApplicationVolume struct + AppId string + AppVolume int64 + func NewApplicationVolume(appId string, appVolume int64) *ApplicationVolume + func NewApplicationVolumeWithDefaults() *ApplicationVolume + func (o *ApplicationVolume) GetAppId() string + func (o *ApplicationVolume) GetAppIdOk() (*string, bool) + func (o *ApplicationVolume) GetAppVolume() int64 + func (o *ApplicationVolume) GetAppVolumeOk() (*int64, bool) + func (o *ApplicationVolume) SetAppId(v string) + func (o *ApplicationVolume) SetAppVolume(v int64) + func (o ApplicationVolume) MarshalJSON() ([]byte, error) + func (o ApplicationVolume) ToMap() (map[string]interface{}, error) + type AppliedSmccType struct + String *string + func (dst *AppliedSmccType) UnmarshalJSON(data []byte) error + func (src *AppliedSmccType) MarshalJSON() ([]byte, error) + type AtsssCapability struct + AtsssLL *bool + Mptcp *bool + RttWithoutPmf *bool + func NewAtsssCapability() *AtsssCapability + func NewAtsssCapabilityWithDefaults() *AtsssCapability + func (o *AtsssCapability) GetAtsssLL() bool + func (o *AtsssCapability) GetAtsssLLOk() (*bool, bool) + func (o *AtsssCapability) GetMptcp() bool + func (o *AtsssCapability) GetMptcpOk() (*bool, bool) + func (o *AtsssCapability) GetRttWithoutPmf() bool + func (o *AtsssCapability) GetRttWithoutPmfOk() (*bool, bool) + func (o *AtsssCapability) HasAtsssLL() bool + func (o *AtsssCapability) HasMptcp() bool + func (o *AtsssCapability) HasRttWithoutPmf() bool + func (o *AtsssCapability) SetAtsssLL(v bool) + func (o *AtsssCapability) SetMptcp(v bool) + func (o *AtsssCapability) SetRttWithoutPmf(v bool) + func (o AtsssCapability) MarshalJSON() ([]byte, error) + func (o AtsssCapability) ToMap() (map[string]interface{}, error) + type AusfInfo struct + GroupId *string + RoutingIndicators []string + SuciInfos []SuciInfo + SupiRanges []SupiRange + func NewAusfInfo() *AusfInfo + func NewAusfInfoWithDefaults() *AusfInfo + func (o *AusfInfo) GetGroupId() string + func (o *AusfInfo) GetGroupIdOk() (*string, bool) + func (o *AusfInfo) GetRoutingIndicators() []string + func (o *AusfInfo) GetRoutingIndicatorsOk() ([]string, bool) + func (o *AusfInfo) GetSuciInfos() []SuciInfo + func (o *AusfInfo) GetSuciInfosOk() ([]SuciInfo, bool) + func (o *AusfInfo) GetSupiRanges() []SupiRange + func (o *AusfInfo) GetSupiRangesOk() ([]SupiRange, bool) + func (o *AusfInfo) HasGroupId() bool + func (o *AusfInfo) HasRoutingIndicators() bool + func (o *AusfInfo) HasSuciInfos() bool + func (o *AusfInfo) HasSupiRanges() bool + func (o *AusfInfo) SetGroupId(v string) + func (o *AusfInfo) SetRoutingIndicators(v []string) + func (o *AusfInfo) SetSuciInfos(v []SuciInfo) + func (o *AusfInfo) SetSupiRanges(v []SupiRange) + func (o AusfInfo) MarshalJSON() ([]byte, error) + func (o AusfInfo) ToMap() (map[string]interface{}, error) + type BaseRecord struct + Timestamp time.Time + func NewBaseRecord(timestamp time.Time) *BaseRecord + func NewBaseRecordWithDefaults() *BaseRecord + func (o *BaseRecord) GetTimestamp() time.Time + func (o *BaseRecord) GetTimestampOk() (*time.Time, bool) + func (o *BaseRecord) SetTimestamp(v time.Time) + func (o BaseRecord) MarshalJSON() ([]byte, error) + func (o BaseRecord) ToMap() (map[string]interface{}, error) + type BasicAuth struct + Password string + UserName string + type BsfInfo struct + DnnList []string + GpsiRanges []IdentityRange + GroupId *string + IpDomainList []string + Ipv4AddressRanges []Ipv4AddressRange + Ipv6PrefixRanges []Ipv6PrefixRange + RxDiamHost *string + RxDiamRealm *string + SupiRanges []SupiRange + func NewBsfInfo() *BsfInfo + func NewBsfInfoWithDefaults() *BsfInfo + func (o *BsfInfo) GetDnnList() []string + func (o *BsfInfo) GetDnnListOk() ([]string, bool) + func (o *BsfInfo) GetGpsiRanges() []IdentityRange + func (o *BsfInfo) GetGpsiRangesOk() ([]IdentityRange, bool) + func (o *BsfInfo) GetGroupId() string + func (o *BsfInfo) GetGroupIdOk() (*string, bool) + func (o *BsfInfo) GetIpDomainList() []string + func (o *BsfInfo) GetIpDomainListOk() ([]string, bool) + func (o *BsfInfo) GetIpv4AddressRanges() []Ipv4AddressRange + func (o *BsfInfo) GetIpv4AddressRangesOk() ([]Ipv4AddressRange, bool) + func (o *BsfInfo) GetIpv6PrefixRanges() []Ipv6PrefixRange + func (o *BsfInfo) GetIpv6PrefixRangesOk() ([]Ipv6PrefixRange, bool) + func (o *BsfInfo) GetRxDiamHost() string + func (o *BsfInfo) GetRxDiamHostOk() (*string, bool) + func (o *BsfInfo) GetRxDiamRealm() string + func (o *BsfInfo) GetRxDiamRealmOk() (*string, bool) + func (o *BsfInfo) GetSupiRanges() []SupiRange + func (o *BsfInfo) GetSupiRangesOk() ([]SupiRange, bool) + func (o *BsfInfo) HasDnnList() bool + func (o *BsfInfo) HasGpsiRanges() bool + func (o *BsfInfo) HasGroupId() bool + func (o *BsfInfo) HasIpDomainList() bool + func (o *BsfInfo) HasIpv4AddressRanges() bool + func (o *BsfInfo) HasIpv6PrefixRanges() bool + func (o *BsfInfo) HasRxDiamHost() bool + func (o *BsfInfo) HasRxDiamRealm() bool + func (o *BsfInfo) HasSupiRanges() bool + func (o *BsfInfo) SetDnnList(v []string) + func (o *BsfInfo) SetGpsiRanges(v []IdentityRange) + func (o *BsfInfo) SetGroupId(v string) + func (o *BsfInfo) SetIpDomainList(v []string) + func (o *BsfInfo) SetIpv4AddressRanges(v []Ipv4AddressRange) + func (o *BsfInfo) SetIpv6PrefixRanges(v []Ipv6PrefixRange) + func (o *BsfInfo) SetRxDiamHost(v string) + func (o *BsfInfo) SetRxDiamRealm(v string) + func (o *BsfInfo) SetSupiRanges(v []SupiRange) + func (o BsfInfo) MarshalJSON() ([]byte, error) + func (o BsfInfo) ToMap() (map[string]interface{}, error) + type CacheStatus struct + String *string + func (dst *CacheStatus) UnmarshalJSON(data []byte) error + func (src *CacheStatus) MarshalJSON() ([]byte, 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 ChangeOfSupiPeiAssociationReport struct + NewPei string + func NewChangeOfSupiPeiAssociationReport(newPei string) *ChangeOfSupiPeiAssociationReport + func NewChangeOfSupiPeiAssociationReportWithDefaults() *ChangeOfSupiPeiAssociationReport + func (o *ChangeOfSupiPeiAssociationReport) GetNewPei() string + func (o *ChangeOfSupiPeiAssociationReport) GetNewPeiOk() (*string, bool) + func (o *ChangeOfSupiPeiAssociationReport) SetNewPei(v string) + func (o ChangeOfSupiPeiAssociationReport) MarshalJSON() ([]byte, error) + func (o ChangeOfSupiPeiAssociationReport) ToMap() (map[string]interface{}, error) + type ChangeType struct + String *string + func (dst *ChangeType) UnmarshalJSON(data []byte) error + func (src *ChangeType) MarshalJSON() ([]byte, error) + type ChfInfo struct + GpsiRangeList []IdentityRange + GroupId *string + PlmnRangeList []PlmnRange + PrimaryChfInstance *string + SecondaryChfInstance *string + SupiRangeList []SupiRange + func NewChfInfo() *ChfInfo + func NewChfInfoWithDefaults() *ChfInfo + func (o *ChfInfo) GetGpsiRangeList() []IdentityRange + func (o *ChfInfo) GetGpsiRangeListOk() ([]IdentityRange, bool) + func (o *ChfInfo) GetGroupId() string + func (o *ChfInfo) GetGroupIdOk() (*string, bool) + func (o *ChfInfo) GetPlmnRangeList() []PlmnRange + func (o *ChfInfo) GetPlmnRangeListOk() ([]PlmnRange, bool) + func (o *ChfInfo) GetPrimaryChfInstance() string + func (o *ChfInfo) GetPrimaryChfInstanceOk() (*string, bool) + func (o *ChfInfo) GetSecondaryChfInstance() string + func (o *ChfInfo) GetSecondaryChfInstanceOk() (*string, bool) + func (o *ChfInfo) GetSupiRangeList() []SupiRange + func (o *ChfInfo) GetSupiRangeListOk() ([]SupiRange, bool) + func (o *ChfInfo) HasGpsiRangeList() bool + func (o *ChfInfo) HasGroupId() bool + func (o *ChfInfo) HasPlmnRangeList() bool + func (o *ChfInfo) HasPrimaryChfInstance() bool + func (o *ChfInfo) HasSecondaryChfInstance() bool + func (o *ChfInfo) HasSupiRangeList() bool + func (o *ChfInfo) SetGpsiRangeList(v []IdentityRange) + func (o *ChfInfo) SetGroupId(v string) + func (o *ChfInfo) SetPlmnRangeList(v []PlmnRange) + func (o *ChfInfo) SetPrimaryChfInstance(v string) + func (o *ChfInfo) SetSecondaryChfInstance(v string) + func (o *ChfInfo) SetSupiRangeList(v []SupiRange) + func (o ChfInfo) MarshalJSON() ([]byte, error) + func (o ChfInfo) ToMap() (map[string]interface{}, error) + type CircumstanceDescription struct + Freq *float32 + LocArea *NetworkAreaInfo + Tm *time.Time + Vol *int64 + func NewCircumstanceDescription() *CircumstanceDescription + func NewCircumstanceDescriptionWithDefaults() *CircumstanceDescription + func (o *CircumstanceDescription) GetFreq() float32 + func (o *CircumstanceDescription) GetFreqOk() (*float32, bool) + func (o *CircumstanceDescription) GetLocArea() NetworkAreaInfo + func (o *CircumstanceDescription) GetLocAreaOk() (*NetworkAreaInfo, bool) + func (o *CircumstanceDescription) GetTm() time.Time + func (o *CircumstanceDescription) GetTmOk() (*time.Time, bool) + func (o *CircumstanceDescription) GetVol() int64 + func (o *CircumstanceDescription) GetVolOk() (*int64, bool) + func (o *CircumstanceDescription) HasFreq() bool + func (o *CircumstanceDescription) HasLocArea() bool + func (o *CircumstanceDescription) HasTm() bool + func (o *CircumstanceDescription) HasVol() bool + func (o *CircumstanceDescription) SetFreq(v float32) + func (o *CircumstanceDescription) SetLocArea(v NetworkAreaInfo) + func (o *CircumstanceDescription) SetTm(v time.Time) + func (o *CircumstanceDescription) SetVol(v int64) + func (o CircumstanceDescription) MarshalJSON() ([]byte, error) + func (o CircumstanceDescription) ToMap() (map[string]interface{}, error) + type CivicAddress struct + A1 *string + A2 *string + A3 *string + A4 *string + A5 *string + A6 *string + ADDCODE *string + BLD *string + Country *string + FLR *string + HNO *string + HNS *string + LMK *string + LOC *string + Method *string + NAM *string + PC *string + PCN *string + PLC *string + POBOX *string + POD *string + POM *string + PRD *string + PRM *string + ProvidedBy *string + RD *string + RDBR *string + RDSEC *string + RDSUBBR *string + ROOM *string + SEAT *string + STS *string + UNIT *string + UsageRules *string + func NewCivicAddress() *CivicAddress + func NewCivicAddressWithDefaults() *CivicAddress + func (o *CivicAddress) GetA1() string + func (o *CivicAddress) GetA1Ok() (*string, bool) + func (o *CivicAddress) GetA2() string + func (o *CivicAddress) GetA2Ok() (*string, bool) + func (o *CivicAddress) GetA3() string + func (o *CivicAddress) GetA3Ok() (*string, bool) + func (o *CivicAddress) GetA4() string + func (o *CivicAddress) GetA4Ok() (*string, bool) + func (o *CivicAddress) GetA5() string + func (o *CivicAddress) GetA5Ok() (*string, bool) + func (o *CivicAddress) GetA6() string + func (o *CivicAddress) GetA6Ok() (*string, bool) + func (o *CivicAddress) GetADDCODE() string + func (o *CivicAddress) GetADDCODEOk() (*string, bool) + func (o *CivicAddress) GetBLD() string + func (o *CivicAddress) GetBLDOk() (*string, bool) + func (o *CivicAddress) GetCountry() string + func (o *CivicAddress) GetCountryOk() (*string, bool) + func (o *CivicAddress) GetFLR() string + func (o *CivicAddress) GetFLROk() (*string, bool) + func (o *CivicAddress) GetHNO() string + func (o *CivicAddress) GetHNOOk() (*string, bool) + func (o *CivicAddress) GetHNS() string + func (o *CivicAddress) GetHNSOk() (*string, bool) + func (o *CivicAddress) GetLMK() string + func (o *CivicAddress) GetLMKOk() (*string, bool) + func (o *CivicAddress) GetLOC() string + func (o *CivicAddress) GetLOCOk() (*string, bool) + func (o *CivicAddress) GetMethod() string + func (o *CivicAddress) GetMethodOk() (*string, bool) + func (o *CivicAddress) GetNAM() string + func (o *CivicAddress) GetNAMOk() (*string, bool) + func (o *CivicAddress) GetPC() string + func (o *CivicAddress) GetPCN() string + func (o *CivicAddress) GetPCNOk() (*string, bool) + func (o *CivicAddress) GetPCOk() (*string, bool) + func (o *CivicAddress) GetPLC() string + func (o *CivicAddress) GetPLCOk() (*string, bool) + func (o *CivicAddress) GetPOBOX() string + func (o *CivicAddress) GetPOBOXOk() (*string, bool) + func (o *CivicAddress) GetPOD() string + func (o *CivicAddress) GetPODOk() (*string, bool) + func (o *CivicAddress) GetPOM() string + func (o *CivicAddress) GetPOMOk() (*string, bool) + func (o *CivicAddress) GetPRD() string + func (o *CivicAddress) GetPRDOk() (*string, bool) + func (o *CivicAddress) GetPRM() string + func (o *CivicAddress) GetPRMOk() (*string, bool) + func (o *CivicAddress) GetProvidedBy() string + func (o *CivicAddress) GetProvidedByOk() (*string, bool) + func (o *CivicAddress) GetRD() string + func (o *CivicAddress) GetRDBR() string + func (o *CivicAddress) GetRDBROk() (*string, bool) + func (o *CivicAddress) GetRDOk() (*string, bool) + func (o *CivicAddress) GetRDSEC() string + func (o *CivicAddress) GetRDSECOk() (*string, bool) + func (o *CivicAddress) GetRDSUBBR() string + func (o *CivicAddress) GetRDSUBBROk() (*string, bool) + func (o *CivicAddress) GetROOM() string + func (o *CivicAddress) GetROOMOk() (*string, bool) + func (o *CivicAddress) GetSEAT() string + func (o *CivicAddress) GetSEATOk() (*string, bool) + func (o *CivicAddress) GetSTS() string + func (o *CivicAddress) GetSTSOk() (*string, bool) + func (o *CivicAddress) GetUNIT() string + func (o *CivicAddress) GetUNITOk() (*string, bool) + func (o *CivicAddress) GetUsageRules() string + func (o *CivicAddress) GetUsageRulesOk() (*string, bool) + func (o *CivicAddress) HasA1() bool + func (o *CivicAddress) HasA2() bool + func (o *CivicAddress) HasA3() bool + func (o *CivicAddress) HasA4() bool + func (o *CivicAddress) HasA5() bool + func (o *CivicAddress) HasA6() bool + func (o *CivicAddress) HasADDCODE() bool + func (o *CivicAddress) HasBLD() bool + func (o *CivicAddress) HasCountry() bool + func (o *CivicAddress) HasFLR() bool + func (o *CivicAddress) HasHNO() bool + func (o *CivicAddress) HasHNS() bool + func (o *CivicAddress) HasLMK() bool + func (o *CivicAddress) HasLOC() bool + func (o *CivicAddress) HasMethod() bool + func (o *CivicAddress) HasNAM() bool + func (o *CivicAddress) HasPC() bool + func (o *CivicAddress) HasPCN() bool + func (o *CivicAddress) HasPLC() bool + func (o *CivicAddress) HasPOBOX() bool + func (o *CivicAddress) HasPOD() bool + func (o *CivicAddress) HasPOM() bool + func (o *CivicAddress) HasPRD() bool + func (o *CivicAddress) HasPRM() bool + func (o *CivicAddress) HasProvidedBy() bool + func (o *CivicAddress) HasRD() bool + func (o *CivicAddress) HasRDBR() bool + func (o *CivicAddress) HasRDSEC() bool + func (o *CivicAddress) HasRDSUBBR() bool + func (o *CivicAddress) HasROOM() bool + func (o *CivicAddress) HasSEAT() bool + func (o *CivicAddress) HasSTS() bool + func (o *CivicAddress) HasUNIT() bool + func (o *CivicAddress) HasUsageRules() bool + func (o *CivicAddress) SetA1(v string) + func (o *CivicAddress) SetA2(v string) + func (o *CivicAddress) SetA3(v string) + func (o *CivicAddress) SetA4(v string) + func (o *CivicAddress) SetA5(v string) + func (o *CivicAddress) SetA6(v string) + func (o *CivicAddress) SetADDCODE(v string) + func (o *CivicAddress) SetBLD(v string) + func (o *CivicAddress) SetCountry(v string) + func (o *CivicAddress) SetFLR(v string) + func (o *CivicAddress) SetHNO(v string) + func (o *CivicAddress) SetHNS(v string) + func (o *CivicAddress) SetLMK(v string) + func (o *CivicAddress) SetLOC(v string) + func (o *CivicAddress) SetMethod(v string) + func (o *CivicAddress) SetNAM(v string) + func (o *CivicAddress) SetPC(v string) + func (o *CivicAddress) SetPCN(v string) + func (o *CivicAddress) SetPLC(v string) + func (o *CivicAddress) SetPOBOX(v string) + func (o *CivicAddress) SetPOD(v string) + func (o *CivicAddress) SetPOM(v string) + func (o *CivicAddress) SetPRD(v string) + func (o *CivicAddress) SetPRM(v string) + func (o *CivicAddress) SetProvidedBy(v string) + func (o *CivicAddress) SetRD(v string) + func (o *CivicAddress) SetRDBR(v string) + func (o *CivicAddress) SetRDSEC(v string) + func (o *CivicAddress) SetRDSUBBR(v string) + func (o *CivicAddress) SetROOM(v string) + func (o *CivicAddress) SetSEAT(v string) + func (o *CivicAddress) SetSTS(v string) + func (o *CivicAddress) SetUNIT(v string) + func (o *CivicAddress) SetUsageRules(v string) + func (o CivicAddress) MarshalJSON() ([]byte, error) + func (o CivicAddress) ToMap() (map[string]interface{}, error) + type CmInfo struct + AccessType AccessType + CmState CmState + func NewCmInfo(cmState CmState, accessType AccessType) *CmInfo + func NewCmInfoWithDefaults() *CmInfo + func (o *CmInfo) GetAccessType() AccessType + func (o *CmInfo) GetAccessTypeOk() (*AccessType, bool) + func (o *CmInfo) GetCmState() CmState + func (o *CmInfo) GetCmStateOk() (*CmState, bool) + func (o *CmInfo) SetAccessType(v AccessType) + func (o *CmInfo) SetCmState(v CmState) + func (o CmInfo) MarshalJSON() ([]byte, error) + func (o CmInfo) ToMap() (map[string]interface{}, error) + type CmInfoReport struct + NewCmInfoList []CmInfo + OldCmInfoList []CmInfo + func NewCmInfoReport(newCmInfoList []CmInfo) *CmInfoReport + func NewCmInfoReportWithDefaults() *CmInfoReport + func (o *CmInfoReport) GetNewCmInfoList() []CmInfo + func (o *CmInfoReport) GetNewCmInfoListOk() ([]CmInfo, bool) + func (o *CmInfoReport) GetOldCmInfoList() []CmInfo + func (o *CmInfoReport) GetOldCmInfoListOk() ([]CmInfo, bool) + func (o *CmInfoReport) HasOldCmInfoList() bool + func (o *CmInfoReport) SetNewCmInfoList(v []CmInfo) + func (o *CmInfoReport) SetOldCmInfoList(v []CmInfo) + func (o CmInfoReport) MarshalJSON() ([]byte, error) + func (o CmInfoReport) ToMap() (map[string]interface{}, error) + type CmState struct + String *string + func (dst *CmState) UnmarshalJSON(data []byte) error + func (src *CmState) MarshalJSON() ([]byte, error) + type CnType struct + String *string + func (dst *CnType) UnmarshalJSON(data []byte) error + func (src *CnType) MarshalJSON() ([]byte, error) + type CnTypeChangeReport struct + NewCnType CnType + OldCnType *CnType + func NewCnTypeChangeReport(newCnType CnType) *CnTypeChangeReport + func NewCnTypeChangeReportWithDefaults() *CnTypeChangeReport + func (o *CnTypeChangeReport) GetNewCnType() CnType + func (o *CnTypeChangeReport) GetNewCnTypeOk() (*CnType, bool) + func (o *CnTypeChangeReport) GetOldCnType() CnType + func (o *CnTypeChangeReport) GetOldCnTypeOk() (*CnType, bool) + func (o *CnTypeChangeReport) HasOldCnType() bool + func (o *CnTypeChangeReport) SetNewCnType(v CnType) + func (o *CnTypeChangeReport) SetOldCnType(v CnType) + func (o CnTypeChangeReport) MarshalJSON() ([]byte, error) + func (o CnTypeChangeReport) ToMap() (map[string]interface{}, error) + type CollectiveBehaviourInfo struct + Interface *interface{} + func InterfaceAsCollectiveBehaviourInfo(v *interface{}) CollectiveBehaviourInfo + func (dst *CollectiveBehaviourInfo) UnmarshalJSON(data []byte) error + func (obj *CollectiveBehaviourInfo) GetActualInstance() interface{} + func (src CollectiveBehaviourInfo) MarshalJSON() ([]byte, error) + type CollocatedNfInstance struct + NfInstanceId string + NfType CollocatedNfType + func NewCollocatedNfInstance(nfInstanceId string, nfType CollocatedNfType) *CollocatedNfInstance + func NewCollocatedNfInstanceWithDefaults() *CollocatedNfInstance + func (o *CollocatedNfInstance) GetNfInstanceId() string + func (o *CollocatedNfInstance) GetNfInstanceIdOk() (*string, bool) + func (o *CollocatedNfInstance) GetNfType() CollocatedNfType + func (o *CollocatedNfInstance) GetNfTypeOk() (*CollocatedNfType, bool) + func (o *CollocatedNfInstance) SetNfInstanceId(v string) + func (o *CollocatedNfInstance) SetNfType(v CollocatedNfType) + func (o CollocatedNfInstance) MarshalJSON() ([]byte, error) + func (o CollocatedNfInstance) ToMap() (map[string]interface{}, error) + type CollocatedNfType struct + String *string + func (dst *CollocatedNfType) UnmarshalJSON(data []byte) error + func (src *CollocatedNfType) MarshalJSON() ([]byte, error) + type CommunicationCollection struct + DlVol int64 + EndTime time.Time + StartTime time.Time + UlVol int64 + func NewCommunicationCollection(startTime time.Time, endTime time.Time, ulVol int64, dlVol int64) *CommunicationCollection + func NewCommunicationCollectionWithDefaults() *CommunicationCollection + func (o *CommunicationCollection) GetDlVol() int64 + func (o *CommunicationCollection) GetDlVolOk() (*int64, bool) + func (o *CommunicationCollection) GetEndTime() time.Time + func (o *CommunicationCollection) GetEndTimeOk() (*time.Time, bool) + func (o *CommunicationCollection) GetStartTime() time.Time + func (o *CommunicationCollection) GetStartTimeOk() (*time.Time, bool) + func (o *CommunicationCollection) GetUlVol() int64 + func (o *CommunicationCollection) GetUlVolOk() (*int64, bool) + func (o *CommunicationCollection) SetDlVol(v int64) + func (o *CommunicationCollection) SetEndTime(v time.Time) + func (o *CommunicationCollection) SetStartTime(v time.Time) + func (o *CommunicationCollection) SetUlVol(v int64) + func (o CommunicationCollection) MarshalJSON() ([]byte, error) + func (o CommunicationCollection) ToMap() (map[string]interface{}, error) + type CommunicationFailure struct + NasReleaseCode *string + RanReleaseCode *NgApCause + func NewCommunicationFailure() *CommunicationFailure + func NewCommunicationFailureWithDefaults() *CommunicationFailure + func (o *CommunicationFailure) GetNasReleaseCode() string + func (o *CommunicationFailure) GetNasReleaseCodeOk() (*string, bool) + func (o *CommunicationFailure) GetRanReleaseCode() NgApCause + func (o *CommunicationFailure) GetRanReleaseCodeOk() (*NgApCause, bool) + func (o *CommunicationFailure) HasNasReleaseCode() bool + func (o *CommunicationFailure) HasRanReleaseCode() bool + func (o *CommunicationFailure) SetNasReleaseCode(v string) + func (o *CommunicationFailure) SetRanReleaseCode(v NgApCause) + func (o CommunicationFailure) MarshalJSON() ([]byte, error) + func (o CommunicationFailure) ToMap() (map[string]interface{}, error) + type ConditionEventType struct + String *string + func (dst *ConditionEventType) UnmarshalJSON(data []byte) error + func (src *ConditionEventType) MarshalJSON() ([]byte, 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 CongestionInfo struct + Confidence *int32 + CongType CongestionType + Nsi ThresholdLevel + TimeIntev TimeWindow + TopAppListDl []TopApplication + TopAppListUl []TopApplication + func NewCongestionInfo(congType CongestionType, timeIntev TimeWindow, nsi ThresholdLevel) *CongestionInfo + func NewCongestionInfoWithDefaults() *CongestionInfo + func (o *CongestionInfo) GetConfidence() int32 + func (o *CongestionInfo) GetConfidenceOk() (*int32, bool) + func (o *CongestionInfo) GetCongType() CongestionType + func (o *CongestionInfo) GetCongTypeOk() (*CongestionType, bool) + func (o *CongestionInfo) GetNsi() ThresholdLevel + func (o *CongestionInfo) GetNsiOk() (*ThresholdLevel, bool) + func (o *CongestionInfo) GetTimeIntev() TimeWindow + func (o *CongestionInfo) GetTimeIntevOk() (*TimeWindow, bool) + func (o *CongestionInfo) GetTopAppListDl() []TopApplication + func (o *CongestionInfo) GetTopAppListDlOk() ([]TopApplication, bool) + func (o *CongestionInfo) GetTopAppListUl() []TopApplication + func (o *CongestionInfo) GetTopAppListUlOk() ([]TopApplication, bool) + func (o *CongestionInfo) HasConfidence() bool + func (o *CongestionInfo) HasTopAppListDl() bool + func (o *CongestionInfo) HasTopAppListUl() bool + func (o *CongestionInfo) SetConfidence(v int32) + func (o *CongestionInfo) SetCongType(v CongestionType) + func (o *CongestionInfo) SetNsi(v ThresholdLevel) + func (o *CongestionInfo) SetTimeIntev(v TimeWindow) + func (o *CongestionInfo) SetTopAppListDl(v []TopApplication) + func (o *CongestionInfo) SetTopAppListUl(v []TopApplication) + func (o CongestionInfo) MarshalJSON() ([]byte, error) + func (o CongestionInfo) ToMap() (map[string]interface{}, error) + type CongestionType struct + String *string + func (dst *CongestionType) UnmarshalJSON(data []byte) error + func (src *CongestionType) MarshalJSON() ([]byte, error) + type DataNotification struct + Interface *interface{} + func InterfaceAsDataNotification(v *interface{}) DataNotification + func (dst *DataNotification) UnmarshalJSON(data []byte) error + func (obj *DataNotification) GetActualInstance() interface{} + func (src DataNotification) MarshalJSON() ([]byte, error) + type DataSetId struct + String *string + func (dst *DataSetId) UnmarshalJSON(data []byte) error + func (src *DataSetId) MarshalJSON() ([]byte, error) + type DatasetStatisticalProperty struct + String *string + func (dst *DatasetStatisticalProperty) UnmarshalJSON(data []byte) error + func (src *DatasetStatisticalProperty) MarshalJSON() ([]byte, error) + type DccfCond struct + ConditionType string + ServingNfSetIdList []string + ServingNfTypeList []NFType + TaiList []Tai + TaiRangeList []TaiRange + func NewDccfCond(conditionType string) *DccfCond + func NewDccfCondWithDefaults() *DccfCond + func (o *DccfCond) GetConditionType() string + func (o *DccfCond) GetConditionTypeOk() (*string, bool) + func (o *DccfCond) GetServingNfSetIdList() []string + func (o *DccfCond) GetServingNfSetIdListOk() ([]string, bool) + func (o *DccfCond) GetServingNfTypeList() []NFType + func (o *DccfCond) GetServingNfTypeListOk() ([]NFType, bool) + func (o *DccfCond) GetTaiList() []Tai + func (o *DccfCond) GetTaiListOk() ([]Tai, bool) + func (o *DccfCond) GetTaiRangeList() []TaiRange + func (o *DccfCond) GetTaiRangeListOk() ([]TaiRange, bool) + func (o *DccfCond) HasServingNfSetIdList() bool + func (o *DccfCond) HasServingNfTypeList() bool + func (o *DccfCond) HasTaiList() bool + func (o *DccfCond) HasTaiRangeList() bool + func (o *DccfCond) SetConditionType(v string) + func (o *DccfCond) SetServingNfSetIdList(v []string) + func (o *DccfCond) SetServingNfTypeList(v []NFType) + func (o *DccfCond) SetTaiList(v []Tai) + func (o *DccfCond) SetTaiRangeList(v []TaiRange) + func (o DccfCond) MarshalJSON() ([]byte, error) + func (o DccfCond) ToMap() (map[string]interface{}, error) + type DccfInfo struct + ServingNfSetIdList []string + ServingNfTypeList []NFType + TaiList []Tai + TaiRangeList []TaiRange + func NewDccfInfo() *DccfInfo + func NewDccfInfoWithDefaults() *DccfInfo + func (o *DccfInfo) GetServingNfSetIdList() []string + func (o *DccfInfo) GetServingNfSetIdListOk() ([]string, bool) + func (o *DccfInfo) GetServingNfTypeList() []NFType + func (o *DccfInfo) GetServingNfTypeListOk() ([]NFType, bool) + func (o *DccfInfo) GetTaiList() []Tai + func (o *DccfInfo) GetTaiListOk() ([]Tai, bool) + func (o *DccfInfo) GetTaiRangeList() []TaiRange + func (o *DccfInfo) GetTaiRangeListOk() ([]TaiRange, bool) + func (o *DccfInfo) HasServingNfSetIdList() bool + func (o *DccfInfo) HasServingNfTypeList() bool + func (o *DccfInfo) HasTaiList() bool + func (o *DccfInfo) HasTaiRangeList() bool + func (o *DccfInfo) SetServingNfSetIdList(v []string) + func (o *DccfInfo) SetServingNfTypeList(v []NFType) + func (o *DccfInfo) SetTaiList(v []Tai) + func (o *DccfInfo) SetTaiRangeList(v []TaiRange) + func (o DccfInfo) MarshalJSON() ([]byte, error) + func (o DccfInfo) ToMap() (map[string]interface{}, error) + type DddTrafficDescriptor struct + Ipv4Addr *string + Ipv6Addr *Ipv6Addr + MacAddr *string + PortNumber *int32 + func NewDddTrafficDescriptor() *DddTrafficDescriptor + func NewDddTrafficDescriptorWithDefaults() *DddTrafficDescriptor + func (o *DddTrafficDescriptor) GetIpv4Addr() string + func (o *DddTrafficDescriptor) GetIpv4AddrOk() (*string, bool) + func (o *DddTrafficDescriptor) GetIpv6Addr() Ipv6Addr + func (o *DddTrafficDescriptor) GetIpv6AddrOk() (*Ipv6Addr, bool) + func (o *DddTrafficDescriptor) GetMacAddr() string + func (o *DddTrafficDescriptor) GetMacAddrOk() (*string, bool) + func (o *DddTrafficDescriptor) GetPortNumber() int32 + func (o *DddTrafficDescriptor) GetPortNumberOk() (*int32, bool) + func (o *DddTrafficDescriptor) HasIpv4Addr() bool + func (o *DddTrafficDescriptor) HasIpv6Addr() bool + func (o *DddTrafficDescriptor) HasMacAddr() bool + func (o *DddTrafficDescriptor) HasPortNumber() bool + func (o *DddTrafficDescriptor) SetIpv4Addr(v string) + func (o *DddTrafficDescriptor) SetIpv6Addr(v Ipv6Addr) + func (o *DddTrafficDescriptor) SetMacAddr(v string) + func (o *DddTrafficDescriptor) SetPortNumber(v int32) + func (o DddTrafficDescriptor) MarshalJSON() ([]byte, error) + func (o DddTrafficDescriptor) ToMap() (map[string]interface{}, error) + type DefSubServiceInfo struct + SupportedFeatures *string + Versions []string + func NewDefSubServiceInfo() *DefSubServiceInfo + func NewDefSubServiceInfoWithDefaults() *DefSubServiceInfo + func (o *DefSubServiceInfo) GetSupportedFeatures() string + func (o *DefSubServiceInfo) GetSupportedFeaturesOk() (*string, bool) + func (o *DefSubServiceInfo) GetVersions() []string + func (o *DefSubServiceInfo) GetVersionsOk() ([]string, bool) + func (o *DefSubServiceInfo) HasSupportedFeatures() bool + func (o *DefSubServiceInfo) HasVersions() bool + func (o *DefSubServiceInfo) SetSupportedFeatures(v string) + func (o *DefSubServiceInfo) SetVersions(v []string) + func (o DefSubServiceInfo) MarshalJSON() ([]byte, error) + func (o DefSubServiceInfo) ToMap() (map[string]interface{}, error) + type DefaultNotificationSubscription struct + AcceptedEncoding *string + Binding *string + CallbackUri string + N1MessageClass *N1MessageClass + N2InformationClass *N2InformationClass + NotificationType NotificationType + ServiceInfoList *map[string]DefSubServiceInfo + SupportedFeatures *string + Versions []string + func NewDefaultNotificationSubscription(notificationType NotificationType, callbackUri string) *DefaultNotificationSubscription + func NewDefaultNotificationSubscriptionWithDefaults() *DefaultNotificationSubscription + func (o *DefaultNotificationSubscription) GetAcceptedEncoding() string + func (o *DefaultNotificationSubscription) GetAcceptedEncodingOk() (*string, bool) + func (o *DefaultNotificationSubscription) GetBinding() string + func (o *DefaultNotificationSubscription) GetBindingOk() (*string, bool) + func (o *DefaultNotificationSubscription) GetCallbackUri() string + func (o *DefaultNotificationSubscription) GetCallbackUriOk() (*string, bool) + func (o *DefaultNotificationSubscription) GetN1MessageClass() N1MessageClass + func (o *DefaultNotificationSubscription) GetN1MessageClassOk() (*N1MessageClass, bool) + func (o *DefaultNotificationSubscription) GetN2InformationClass() N2InformationClass + func (o *DefaultNotificationSubscription) GetN2InformationClassOk() (*N2InformationClass, bool) + func (o *DefaultNotificationSubscription) GetNotificationType() NotificationType + func (o *DefaultNotificationSubscription) GetNotificationTypeOk() (*NotificationType, bool) + func (o *DefaultNotificationSubscription) GetServiceInfoList() map[string]DefSubServiceInfo + func (o *DefaultNotificationSubscription) GetServiceInfoListOk() (*map[string]DefSubServiceInfo, bool) + func (o *DefaultNotificationSubscription) GetSupportedFeatures() string + func (o *DefaultNotificationSubscription) GetSupportedFeaturesOk() (*string, bool) + func (o *DefaultNotificationSubscription) GetVersions() []string + func (o *DefaultNotificationSubscription) GetVersionsOk() ([]string, bool) + func (o *DefaultNotificationSubscription) HasAcceptedEncoding() bool + func (o *DefaultNotificationSubscription) HasBinding() bool + func (o *DefaultNotificationSubscription) HasN1MessageClass() bool + func (o *DefaultNotificationSubscription) HasN2InformationClass() bool + func (o *DefaultNotificationSubscription) HasServiceInfoList() bool + func (o *DefaultNotificationSubscription) HasSupportedFeatures() bool + func (o *DefaultNotificationSubscription) HasVersions() bool + func (o *DefaultNotificationSubscription) SetAcceptedEncoding(v string) + func (o *DefaultNotificationSubscription) SetBinding(v string) + func (o *DefaultNotificationSubscription) SetCallbackUri(v string) + func (o *DefaultNotificationSubscription) SetN1MessageClass(v N1MessageClass) + func (o *DefaultNotificationSubscription) SetN2InformationClass(v N2InformationClass) + func (o *DefaultNotificationSubscription) SetNotificationType(v NotificationType) + func (o *DefaultNotificationSubscription) SetServiceInfoList(v map[string]DefSubServiceInfo) + func (o *DefaultNotificationSubscription) SetSupportedFeatures(v string) + func (o *DefaultNotificationSubscription) SetVersions(v []string) + func (o DefaultNotificationSubscription) MarshalJSON() ([]byte, error) + func (o DefaultNotificationSubscription) ToMap() (map[string]interface{}, error) + type DispersionClass struct + String *string + func StringAsDispersionClass(v *string) DispersionClass + func (dst *DispersionClass) UnmarshalJSON(data []byte) error + func (obj *DispersionClass) GetActualInstance() interface{} + func (src DispersionClass) MarshalJSON() ([]byte, error) + type DispersionCollection struct + AppVolumes []ApplicationVolume + Confidence *int32 + DisperAmount *int32 + DisperClass *DispersionClass + Gpsis []string + PercentileRank *int32 + Snssai *Snssai + Supis []string + UeLoc *UserLocation + UeRatio *int32 + UsageRank *int32 + func NewDispersionCollection() *DispersionCollection + func NewDispersionCollectionWithDefaults() *DispersionCollection + func (o *DispersionCollection) GetAppVolumes() []ApplicationVolume + func (o *DispersionCollection) GetAppVolumesOk() ([]ApplicationVolume, bool) + func (o *DispersionCollection) GetConfidence() int32 + func (o *DispersionCollection) GetConfidenceOk() (*int32, bool) + func (o *DispersionCollection) GetDisperAmount() int32 + func (o *DispersionCollection) GetDisperAmountOk() (*int32, bool) + func (o *DispersionCollection) GetDisperClass() DispersionClass + func (o *DispersionCollection) GetDisperClassOk() (*DispersionClass, bool) + func (o *DispersionCollection) GetGpsis() []string + func (o *DispersionCollection) GetGpsisOk() ([]string, bool) + func (o *DispersionCollection) GetPercentileRank() int32 + func (o *DispersionCollection) GetPercentileRankOk() (*int32, bool) + func (o *DispersionCollection) GetSnssai() Snssai + func (o *DispersionCollection) GetSnssaiOk() (*Snssai, bool) + func (o *DispersionCollection) GetSupis() []string + func (o *DispersionCollection) GetSupisOk() ([]string, bool) + func (o *DispersionCollection) GetUeLoc() UserLocation + func (o *DispersionCollection) GetUeLocOk() (*UserLocation, bool) + func (o *DispersionCollection) GetUeRatio() int32 + func (o *DispersionCollection) GetUeRatioOk() (*int32, bool) + func (o *DispersionCollection) GetUsageRank() int32 + func (o *DispersionCollection) GetUsageRankOk() (*int32, bool) + func (o *DispersionCollection) HasAppVolumes() bool + func (o *DispersionCollection) HasConfidence() bool + func (o *DispersionCollection) HasDisperAmount() bool + func (o *DispersionCollection) HasDisperClass() bool + func (o *DispersionCollection) HasGpsis() bool + func (o *DispersionCollection) HasPercentileRank() bool + func (o *DispersionCollection) HasSnssai() bool + func (o *DispersionCollection) HasSupis() bool + func (o *DispersionCollection) HasUeLoc() bool + func (o *DispersionCollection) HasUeRatio() bool + func (o *DispersionCollection) HasUsageRank() bool + func (o *DispersionCollection) SetAppVolumes(v []ApplicationVolume) + func (o *DispersionCollection) SetConfidence(v int32) + func (o *DispersionCollection) SetDisperAmount(v int32) + func (o *DispersionCollection) SetDisperClass(v DispersionClass) + func (o *DispersionCollection) SetGpsis(v []string) + func (o *DispersionCollection) SetPercentileRank(v int32) + func (o *DispersionCollection) SetSnssai(v Snssai) + func (o *DispersionCollection) SetSupis(v []string) + func (o *DispersionCollection) SetUeLoc(v UserLocation) + func (o *DispersionCollection) SetUeRatio(v int32) + func (o *DispersionCollection) SetUsageRank(v int32) + func (o DispersionCollection) MarshalJSON() ([]byte, error) + func (o DispersionCollection) ToMap() (map[string]interface{}, error) + type DispersionCollection1 struct + Interface *interface{} + func InterfaceAsDispersionCollection1(v *interface{}) DispersionCollection1 + func (dst *DispersionCollection1) UnmarshalJSON(data []byte) error + func (obj *DispersionCollection1) GetActualInstance() interface{} + func (src DispersionCollection1) MarshalJSON() ([]byte, error) + type DispersionInfo struct + DisperCollects []DispersionCollection + DisperType DispersionType + TsDuration int32 + TsStart time.Time + func NewDispersionInfo(tsStart time.Time, tsDuration int32, disperCollects []DispersionCollection, ...) *DispersionInfo + func NewDispersionInfoWithDefaults() *DispersionInfo + func (o *DispersionInfo) GetDisperCollects() []DispersionCollection + func (o *DispersionInfo) GetDisperCollectsOk() ([]DispersionCollection, bool) + func (o *DispersionInfo) GetDisperType() DispersionType + func (o *DispersionInfo) GetDisperTypeOk() (*DispersionType, bool) + func (o *DispersionInfo) GetTsDuration() int32 + func (o *DispersionInfo) GetTsDurationOk() (*int32, bool) + func (o *DispersionInfo) GetTsStart() time.Time + func (o *DispersionInfo) GetTsStartOk() (*time.Time, bool) + func (o *DispersionInfo) SetDisperCollects(v []DispersionCollection) + func (o *DispersionInfo) SetDisperType(v DispersionType) + func (o *DispersionInfo) SetTsDuration(v int32) + func (o *DispersionInfo) SetTsStart(v time.Time) + func (o DispersionInfo) MarshalJSON() ([]byte, error) + func (o DispersionInfo) ToMap() (map[string]interface{}, error) + type DispersionType struct + String *string + func StringAsDispersionType(v *string) DispersionType + func (dst *DispersionType) UnmarshalJSON(data []byte) error + func (obj *DispersionType) GetActualInstance() interface{} + func (src DispersionType) MarshalJSON() ([]byte, error) + type DlDataDeliveryStatus struct + String *string + func (dst *DlDataDeliveryStatus) UnmarshalJSON(data []byte) error + func (src *DlDataDeliveryStatus) MarshalJSON() ([]byte, error) + type DnPerf struct + AppServerInsAddr *AddrFqdn + Dnai *string + PerfData PerfData + SpatialValidCon *NetworkAreaInfo + TemporalValidCon *TimeWindow + UpfInfo *UpfInformation + func NewDnPerf(perfData PerfData) *DnPerf + func NewDnPerfWithDefaults() *DnPerf + func (o *DnPerf) GetAppServerInsAddr() AddrFqdn + func (o *DnPerf) GetAppServerInsAddrOk() (*AddrFqdn, bool) + func (o *DnPerf) GetDnai() string + func (o *DnPerf) GetDnaiOk() (*string, bool) + func (o *DnPerf) GetPerfData() PerfData + func (o *DnPerf) GetPerfDataOk() (*PerfData, bool) + func (o *DnPerf) GetSpatialValidCon() NetworkAreaInfo + func (o *DnPerf) GetSpatialValidConOk() (*NetworkAreaInfo, bool) + func (o *DnPerf) GetTemporalValidCon() TimeWindow + func (o *DnPerf) GetTemporalValidConOk() (*TimeWindow, bool) + func (o *DnPerf) GetUpfInfo() UpfInformation + func (o *DnPerf) GetUpfInfoOk() (*UpfInformation, bool) + func (o *DnPerf) HasAppServerInsAddr() bool + func (o *DnPerf) HasDnai() bool + func (o *DnPerf) HasSpatialValidCon() bool + func (o *DnPerf) HasTemporalValidCon() bool + func (o *DnPerf) HasUpfInfo() bool + func (o *DnPerf) SetAppServerInsAddr(v AddrFqdn) + func (o *DnPerf) SetDnai(v string) + func (o *DnPerf) SetPerfData(v PerfData) + func (o *DnPerf) SetSpatialValidCon(v NetworkAreaInfo) + func (o *DnPerf) SetTemporalValidCon(v TimeWindow) + func (o *DnPerf) SetUpfInfo(v UpfInformation) + func (o DnPerf) MarshalJSON() ([]byte, error) + func (o DnPerf) ToMap() (map[string]interface{}, error) + type DnPerfInfo struct + AppId *string + Confidence *int32 + DnPerf []DnPerf + Dnn *string + Snssai *Snssai + func NewDnPerfInfo(dnPerf []DnPerf) *DnPerfInfo + func NewDnPerfInfoWithDefaults() *DnPerfInfo + func (o *DnPerfInfo) GetAppId() string + func (o *DnPerfInfo) GetAppIdOk() (*string, bool) + func (o *DnPerfInfo) GetConfidence() int32 + func (o *DnPerfInfo) GetConfidenceOk() (*int32, bool) + func (o *DnPerfInfo) GetDnPerf() []DnPerf + func (o *DnPerfInfo) GetDnPerfOk() ([]DnPerf, bool) + func (o *DnPerfInfo) GetDnn() string + func (o *DnPerfInfo) GetDnnOk() (*string, bool) + func (o *DnPerfInfo) GetSnssai() Snssai + func (o *DnPerfInfo) GetSnssaiOk() (*Snssai, bool) + func (o *DnPerfInfo) HasAppId() bool + func (o *DnPerfInfo) HasConfidence() bool + func (o *DnPerfInfo) HasDnn() bool + func (o *DnPerfInfo) HasSnssai() bool + func (o *DnPerfInfo) SetAppId(v string) + func (o *DnPerfInfo) SetConfidence(v int32) + func (o *DnPerfInfo) SetDnPerf(v []DnPerf) + func (o *DnPerfInfo) SetDnn(v string) + func (o *DnPerfInfo) SetSnssai(v Snssai) + func (o DnPerfInfo) MarshalJSON() ([]byte, error) + func (o DnPerfInfo) ToMap() (map[string]interface{}, error) + type DnaiChangeType struct + String *string + func (dst *DnaiChangeType) UnmarshalJSON(data []byte) error + func (src *DnaiChangeType) MarshalJSON() ([]byte, error) + type DnnEasdfInfoItem struct + DnaiList []string + Dnn DnnSmfInfoItemDnn + func NewDnnEasdfInfoItem(dnn DnnSmfInfoItemDnn) *DnnEasdfInfoItem + func NewDnnEasdfInfoItemWithDefaults() *DnnEasdfInfoItem + func (o *DnnEasdfInfoItem) GetDnaiList() []string + func (o *DnnEasdfInfoItem) GetDnaiListOk() ([]string, bool) + func (o *DnnEasdfInfoItem) GetDnn() DnnSmfInfoItemDnn + func (o *DnnEasdfInfoItem) GetDnnOk() (*DnnSmfInfoItemDnn, bool) + func (o *DnnEasdfInfoItem) HasDnaiList() bool + func (o *DnnEasdfInfoItem) SetDnaiList(v []string) + func (o *DnnEasdfInfoItem) SetDnn(v DnnSmfInfoItemDnn) + func (o DnnEasdfInfoItem) MarshalJSON() ([]byte, error) + func (o DnnEasdfInfoItem) ToMap() (map[string]interface{}, error) + type DnnInfoItem struct + Dnn DnnSmfInfoItemDnn + func NewDnnInfoItem(dnn DnnSmfInfoItemDnn) *DnnInfoItem + func NewDnnInfoItemWithDefaults() *DnnInfoItem + func (o *DnnInfoItem) GetDnn() DnnSmfInfoItemDnn + func (o *DnnInfoItem) GetDnnOk() (*DnnSmfInfoItemDnn, bool) + func (o *DnnInfoItem) SetDnn(v DnnSmfInfoItemDnn) + func (o DnnInfoItem) MarshalJSON() ([]byte, error) + func (o DnnInfoItem) ToMap() (map[string]interface{}, error) + type DnnMbSmfInfoItem struct + Dnn DnnSmfInfoItemDnn + func NewDnnMbSmfInfoItem(dnn DnnSmfInfoItemDnn) *DnnMbSmfInfoItem + func NewDnnMbSmfInfoItemWithDefaults() *DnnMbSmfInfoItem + func (o *DnnMbSmfInfoItem) GetDnn() DnnSmfInfoItemDnn + func (o *DnnMbSmfInfoItem) GetDnnOk() (*DnnSmfInfoItemDnn, bool) + func (o *DnnMbSmfInfoItem) SetDnn(v DnnSmfInfoItemDnn) + func (o DnnMbSmfInfoItem) MarshalJSON() ([]byte, error) + func (o DnnMbSmfInfoItem) ToMap() (map[string]interface{}, error) + type DnnSmfInfoItem struct + DnaiList []DnnSmfInfoItemDnaiListInner + Dnn DnnSmfInfoItemDnn + func NewDnnSmfInfoItem(dnn DnnSmfInfoItemDnn) *DnnSmfInfoItem + func NewDnnSmfInfoItemWithDefaults() *DnnSmfInfoItem + func (o *DnnSmfInfoItem) GetDnaiList() []DnnSmfInfoItemDnaiListInner + func (o *DnnSmfInfoItem) GetDnaiListOk() ([]DnnSmfInfoItemDnaiListInner, bool) + func (o *DnnSmfInfoItem) GetDnn() DnnSmfInfoItemDnn + func (o *DnnSmfInfoItem) GetDnnOk() (*DnnSmfInfoItemDnn, bool) + func (o *DnnSmfInfoItem) HasDnaiList() bool + func (o *DnnSmfInfoItem) SetDnaiList(v []DnnSmfInfoItemDnaiListInner) + func (o *DnnSmfInfoItem) SetDnn(v DnnSmfInfoItemDnn) + func (o DnnSmfInfoItem) MarshalJSON() ([]byte, error) + func (o DnnSmfInfoItem) ToMap() (map[string]interface{}, error) + type DnnSmfInfoItemDnaiListInner struct + String *string + func (dst *DnnSmfInfoItemDnaiListInner) UnmarshalJSON(data []byte) error + func (src *DnnSmfInfoItemDnaiListInner) MarshalJSON() ([]byte, error) + type DnnSmfInfoItemDnn struct + String *string + func (dst *DnnSmfInfoItemDnn) UnmarshalJSON(data []byte) error + func (src *DnnSmfInfoItemDnn) MarshalJSON() ([]byte, error) + type DnnTsctsfInfoItem struct + Dnn DnnSmfInfoItemDnn + func NewDnnTsctsfInfoItem(dnn DnnSmfInfoItemDnn) *DnnTsctsfInfoItem + func NewDnnTsctsfInfoItemWithDefaults() *DnnTsctsfInfoItem + func (o *DnnTsctsfInfoItem) GetDnn() DnnSmfInfoItemDnn + func (o *DnnTsctsfInfoItem) GetDnnOk() (*DnnSmfInfoItemDnn, bool) + func (o *DnnTsctsfInfoItem) SetDnn(v DnnSmfInfoItemDnn) + func (o DnnTsctsfInfoItem) MarshalJSON() ([]byte, error) + func (o DnnTsctsfInfoItem) ToMap() (map[string]interface{}, error) + type DnnUpfInfoItem struct + DnaiList []string + DnaiNwInstanceList *map[string]string + Dnn string + Ipv4AddressRanges []Ipv4AddressRange + Ipv4IndexList []IpIndex + Ipv6IndexList []IpIndex + Ipv6PrefixRanges []Ipv6PrefixRange + NetworkInstance *string + PduSessionTypes []PduSessionType + func NewDnnUpfInfoItem(dnn string) *DnnUpfInfoItem + func NewDnnUpfInfoItemWithDefaults() *DnnUpfInfoItem + func (o *DnnUpfInfoItem) GetDnaiList() []string + func (o *DnnUpfInfoItem) GetDnaiListOk() ([]string, bool) + func (o *DnnUpfInfoItem) GetDnaiNwInstanceList() map[string]string + func (o *DnnUpfInfoItem) GetDnaiNwInstanceListOk() (*map[string]string, bool) + func (o *DnnUpfInfoItem) GetDnn() string + func (o *DnnUpfInfoItem) GetDnnOk() (*string, bool) + func (o *DnnUpfInfoItem) GetIpv4AddressRanges() []Ipv4AddressRange + func (o *DnnUpfInfoItem) GetIpv4AddressRangesOk() ([]Ipv4AddressRange, bool) + func (o *DnnUpfInfoItem) GetIpv4IndexList() []IpIndex + func (o *DnnUpfInfoItem) GetIpv4IndexListOk() ([]IpIndex, bool) + func (o *DnnUpfInfoItem) GetIpv6IndexList() []IpIndex + func (o *DnnUpfInfoItem) GetIpv6IndexListOk() ([]IpIndex, bool) + func (o *DnnUpfInfoItem) GetIpv6PrefixRanges() []Ipv6PrefixRange + func (o *DnnUpfInfoItem) GetIpv6PrefixRangesOk() ([]Ipv6PrefixRange, bool) + func (o *DnnUpfInfoItem) GetNetworkInstance() string + func (o *DnnUpfInfoItem) GetNetworkInstanceOk() (*string, bool) + func (o *DnnUpfInfoItem) GetPduSessionTypes() []PduSessionType + func (o *DnnUpfInfoItem) GetPduSessionTypesOk() ([]PduSessionType, bool) + func (o *DnnUpfInfoItem) HasDnaiList() bool + func (o *DnnUpfInfoItem) HasDnaiNwInstanceList() bool + func (o *DnnUpfInfoItem) HasIpv4AddressRanges() bool + func (o *DnnUpfInfoItem) HasIpv4IndexList() bool + func (o *DnnUpfInfoItem) HasIpv6IndexList() bool + func (o *DnnUpfInfoItem) HasIpv6PrefixRanges() bool + func (o *DnnUpfInfoItem) HasNetworkInstance() bool + func (o *DnnUpfInfoItem) HasPduSessionTypes() bool + func (o *DnnUpfInfoItem) SetDnaiList(v []string) + func (o *DnnUpfInfoItem) SetDnaiNwInstanceList(v map[string]string) + func (o *DnnUpfInfoItem) SetDnn(v string) + func (o *DnnUpfInfoItem) SetIpv4AddressRanges(v []Ipv4AddressRange) + func (o *DnnUpfInfoItem) SetIpv4IndexList(v []IpIndex) + func (o *DnnUpfInfoItem) SetIpv6IndexList(v []IpIndex) + func (o *DnnUpfInfoItem) SetIpv6PrefixRanges(v []Ipv6PrefixRange) + func (o *DnnUpfInfoItem) SetNetworkInstance(v string) + func (o *DnnUpfInfoItem) SetPduSessionTypes(v []PduSessionType) + func (o DnnUpfInfoItem) MarshalJSON() ([]byte, error) + func (o DnnUpfInfoItem) ToMap() (map[string]interface{}, error) + type DynamicPolicy struct + DynamicPolicyId string + EnforcementBitRate *int32 + EnforcementMethod *string + PolicyTemplateId string + ProvisioningSessionId string + QosSpecification *M5QoSSpecification + ServiceDataFlowDescriptions []ServiceDataFlowDescription + func NewDynamicPolicy(dynamicPolicyId string, policyTemplateId string, ...) *DynamicPolicy + func NewDynamicPolicyWithDefaults() *DynamicPolicy + func (o *DynamicPolicy) GetDynamicPolicyId() string + func (o *DynamicPolicy) GetDynamicPolicyIdOk() (*string, bool) + func (o *DynamicPolicy) GetEnforcementBitRate() int32 + func (o *DynamicPolicy) GetEnforcementBitRateOk() (*int32, bool) + func (o *DynamicPolicy) GetEnforcementMethod() string + func (o *DynamicPolicy) GetEnforcementMethodOk() (*string, bool) + func (o *DynamicPolicy) GetPolicyTemplateId() string + func (o *DynamicPolicy) GetPolicyTemplateIdOk() (*string, bool) + func (o *DynamicPolicy) GetProvisioningSessionId() string + func (o *DynamicPolicy) GetProvisioningSessionIdOk() (*string, bool) + func (o *DynamicPolicy) GetQosSpecification() M5QoSSpecification + func (o *DynamicPolicy) GetQosSpecificationOk() (*M5QoSSpecification, bool) + func (o *DynamicPolicy) GetServiceDataFlowDescriptions() []ServiceDataFlowDescription + func (o *DynamicPolicy) GetServiceDataFlowDescriptionsOk() ([]ServiceDataFlowDescription, bool) + func (o *DynamicPolicy) HasEnforcementBitRate() bool + func (o *DynamicPolicy) HasEnforcementMethod() bool + func (o *DynamicPolicy) HasQosSpecification() bool + func (o *DynamicPolicy) SetDynamicPolicyId(v string) + func (o *DynamicPolicy) SetEnforcementBitRate(v int32) + func (o *DynamicPolicy) SetEnforcementMethod(v string) + func (o *DynamicPolicy) SetPolicyTemplateId(v string) + func (o *DynamicPolicy) SetProvisioningSessionId(v string) + func (o *DynamicPolicy) SetQosSpecification(v M5QoSSpecification) + func (o *DynamicPolicy) SetServiceDataFlowDescriptions(v []ServiceDataFlowDescription) + func (o DynamicPolicy) MarshalJSON() ([]byte, error) + func (o DynamicPolicy) ToMap() (map[string]interface{}, error) + type EasdfInfo struct + EasdfN6IpAddressList []IpAddr + SNssaiEasdfInfoList []SnssaiEasdfInfoItem + UpfN6IpAddressList []IpAddr + func NewEasdfInfo() *EasdfInfo + func NewEasdfInfoWithDefaults() *EasdfInfo + func (o *EasdfInfo) GetEasdfN6IpAddressList() []IpAddr + func (o *EasdfInfo) GetEasdfN6IpAddressListOk() ([]IpAddr, bool) + func (o *EasdfInfo) GetSNssaiEasdfInfoList() []SnssaiEasdfInfoItem + func (o *EasdfInfo) GetSNssaiEasdfInfoListOk() ([]SnssaiEasdfInfoItem, bool) + func (o *EasdfInfo) GetUpfN6IpAddressList() []IpAddr + func (o *EasdfInfo) GetUpfN6IpAddressListOk() ([]IpAddr, bool) + func (o *EasdfInfo) HasEasdfN6IpAddressList() bool + func (o *EasdfInfo) HasSNssaiEasdfInfoList() bool + func (o *EasdfInfo) HasUpfN6IpAddressList() bool + func (o *EasdfInfo) SetEasdfN6IpAddressList(v []IpAddr) + func (o *EasdfInfo) SetSNssaiEasdfInfoList(v []SnssaiEasdfInfoItem) + func (o *EasdfInfo) SetUpfN6IpAddressList(v []IpAddr) + func (o EasdfInfo) MarshalJSON() ([]byte, error) + func (o EasdfInfo) 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 EllipsoidArc struct + Confidence int32 + IncludedAngle int32 + InnerRadius int32 + OffsetAngle int32 + Point GeographicalCoordinates + UncertaintyRadius float32 + func NewEllipsoidArc(point GeographicalCoordinates, innerRadius int32, uncertaintyRadius float32, ...) *EllipsoidArc + func NewEllipsoidArcWithDefaults() *EllipsoidArc + func (o *EllipsoidArc) GetConfidence() int32 + func (o *EllipsoidArc) GetConfidenceOk() (*int32, bool) + func (o *EllipsoidArc) GetIncludedAngle() int32 + func (o *EllipsoidArc) GetIncludedAngleOk() (*int32, bool) + func (o *EllipsoidArc) GetInnerRadius() int32 + func (o *EllipsoidArc) GetInnerRadiusOk() (*int32, bool) + func (o *EllipsoidArc) GetOffsetAngle() int32 + func (o *EllipsoidArc) GetOffsetAngleOk() (*int32, bool) + func (o *EllipsoidArc) GetPoint() GeographicalCoordinates + func (o *EllipsoidArc) GetPointOk() (*GeographicalCoordinates, bool) + func (o *EllipsoidArc) GetUncertaintyRadius() float32 + func (o *EllipsoidArc) GetUncertaintyRadiusOk() (*float32, bool) + func (o *EllipsoidArc) SetConfidence(v int32) + func (o *EllipsoidArc) SetIncludedAngle(v int32) + func (o *EllipsoidArc) SetInnerRadius(v int32) + func (o *EllipsoidArc) SetOffsetAngle(v int32) + func (o *EllipsoidArc) SetPoint(v GeographicalCoordinates) + func (o *EllipsoidArc) SetUncertaintyRadius(v float32) + func (o EllipsoidArc) MarshalJSON() ([]byte, error) + func (o EllipsoidArc) ToMap() (map[string]interface{}, error) + type EllipsoidArcAllOf struct + Confidence int32 + IncludedAngle int32 + InnerRadius int32 + OffsetAngle int32 + Point GeographicalCoordinates + UncertaintyRadius float32 + func NewEllipsoidArcAllOf(point GeographicalCoordinates, innerRadius int32, uncertaintyRadius float32, ...) *EllipsoidArcAllOf + func NewEllipsoidArcAllOfWithDefaults() *EllipsoidArcAllOf + func (o *EllipsoidArcAllOf) GetConfidence() int32 + func (o *EllipsoidArcAllOf) GetConfidenceOk() (*int32, bool) + func (o *EllipsoidArcAllOf) GetIncludedAngle() int32 + func (o *EllipsoidArcAllOf) GetIncludedAngleOk() (*int32, bool) + func (o *EllipsoidArcAllOf) GetInnerRadius() int32 + func (o *EllipsoidArcAllOf) GetInnerRadiusOk() (*int32, bool) + func (o *EllipsoidArcAllOf) GetOffsetAngle() int32 + func (o *EllipsoidArcAllOf) GetOffsetAngleOk() (*int32, bool) + func (o *EllipsoidArcAllOf) GetPoint() GeographicalCoordinates + func (o *EllipsoidArcAllOf) GetPointOk() (*GeographicalCoordinates, bool) + func (o *EllipsoidArcAllOf) GetUncertaintyRadius() float32 + func (o *EllipsoidArcAllOf) GetUncertaintyRadiusOk() (*float32, bool) + func (o *EllipsoidArcAllOf) SetConfidence(v int32) + func (o *EllipsoidArcAllOf) SetIncludedAngle(v int32) + func (o *EllipsoidArcAllOf) SetInnerRadius(v int32) + func (o *EllipsoidArcAllOf) SetOffsetAngle(v int32) + func (o *EllipsoidArcAllOf) SetPoint(v GeographicalCoordinates) + func (o *EllipsoidArcAllOf) SetUncertaintyRadius(v float32) + func (o EllipsoidArcAllOf) MarshalJSON() ([]byte, error) + func (o EllipsoidArcAllOf) ToMap() (map[string]interface{}, error) + type EndpointAddress struct + Ipv4Addr *string + Ipv6Addr *Ipv6Addr + PortNumber int32 + func NewEndpointAddress(portNumber int32) *EndpointAddress + func NewEndpointAddressWithDefaults() *EndpointAddress + func (o *EndpointAddress) GetIpv4Addr() string + func (o *EndpointAddress) GetIpv4AddrOk() (*string, bool) + func (o *EndpointAddress) GetIpv6Addr() Ipv6Addr + func (o *EndpointAddress) GetIpv6AddrOk() (*Ipv6Addr, bool) + func (o *EndpointAddress) GetPortNumber() int32 + func (o *EndpointAddress) GetPortNumberOk() (*int32, bool) + func (o *EndpointAddress) HasIpv4Addr() bool + func (o *EndpointAddress) HasIpv6Addr() bool + func (o *EndpointAddress) SetIpv4Addr(v string) + func (o *EndpointAddress) SetIpv6Addr(v Ipv6Addr) + func (o *EndpointAddress) SetPortNumber(v int32) + func (o EndpointAddress) MarshalJSON() ([]byte, error) + func (o EndpointAddress) ToMap() (map[string]interface{}, error) + type EthFlowDescription struct + DestMacAddr *string + DestMacAddrEnd *string + EthType string + FDesc *string + FDir *FlowDirection + SourceMacAddr *string + SrcMacAddrEnd *string + VlanTags []string + func NewEthFlowDescription(ethType string) *EthFlowDescription + func NewEthFlowDescriptionWithDefaults() *EthFlowDescription + func (o *EthFlowDescription) GetDestMacAddr() string + func (o *EthFlowDescription) GetDestMacAddrEnd() string + func (o *EthFlowDescription) GetDestMacAddrEndOk() (*string, bool) + func (o *EthFlowDescription) GetDestMacAddrOk() (*string, bool) + func (o *EthFlowDescription) GetEthType() string + func (o *EthFlowDescription) GetEthTypeOk() (*string, bool) + func (o *EthFlowDescription) GetFDesc() string + func (o *EthFlowDescription) GetFDescOk() (*string, bool) + func (o *EthFlowDescription) GetFDir() FlowDirection + func (o *EthFlowDescription) GetFDirOk() (*FlowDirection, bool) + func (o *EthFlowDescription) GetSourceMacAddr() string + func (o *EthFlowDescription) GetSourceMacAddrOk() (*string, bool) + func (o *EthFlowDescription) GetSrcMacAddrEnd() string + func (o *EthFlowDescription) GetSrcMacAddrEndOk() (*string, bool) + func (o *EthFlowDescription) GetVlanTags() []string + func (o *EthFlowDescription) GetVlanTagsOk() ([]string, bool) + func (o *EthFlowDescription) HasDestMacAddr() bool + func (o *EthFlowDescription) HasDestMacAddrEnd() bool + func (o *EthFlowDescription) HasFDesc() bool + func (o *EthFlowDescription) HasFDir() bool + func (o *EthFlowDescription) HasSourceMacAddr() bool + func (o *EthFlowDescription) HasSrcMacAddrEnd() bool + func (o *EthFlowDescription) HasVlanTags() bool + func (o *EthFlowDescription) SetDestMacAddr(v string) + func (o *EthFlowDescription) SetDestMacAddrEnd(v string) + func (o *EthFlowDescription) SetEthType(v string) + func (o *EthFlowDescription) SetFDesc(v string) + func (o *EthFlowDescription) SetFDir(v FlowDirection) + func (o *EthFlowDescription) SetSourceMacAddr(v string) + func (o *EthFlowDescription) SetSrcMacAddrEnd(v string) + func (o *EthFlowDescription) SetVlanTags(v []string) + func (o EthFlowDescription) MarshalJSON() ([]byte, error) + func (o EthFlowDescription) 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 EventId struct + String *string + func (dst *EventId) UnmarshalJSON(data []byte) error + func (src *EventId) MarshalJSON() ([]byte, error) + type EventNotification struct + AbnorBehavrs []AbnormalBehaviour + AnaMetaInfo *AnalyticsMetadataInfo + DisperInfos []DispersionInfo + DnPerfInfos []DnPerfInfo + Event NwdafEvent + Expiry *time.Time + FailNotifyCode *NwdafFailureCode + NfLoadLevelInfos []NfLoadLevelInformation + NsiLoadLevelInfos []NsiLoadLevelInfo + NwPerfs []NetworkPerfInfo + QosSustainInfos []QosSustainabilityInfo + RedTransInfos []RedundantTransmissionExpInfo + RvWaitTime *int32 + SliceLoadLevelInfo *SliceLoadLevelInformation + SmccExps []SmcceInfo + Start *time.Time + SvcExps []ServiceExperienceInfo + TimeStampGen *time.Time + UeComms []UeCommunication + UeMobs []UeMobility + UserDataCongInfos []UserDataCongestionInfo + WlanInfos []WlanPerformanceInfo + func NewEventNotification(event NwdafEvent) *EventNotification + func NewEventNotificationWithDefaults() *EventNotification + func (o *EventNotification) GetAbnorBehavrs() []AbnormalBehaviour + func (o *EventNotification) GetAbnorBehavrsOk() ([]AbnormalBehaviour, bool) + func (o *EventNotification) GetAnaMetaInfo() AnalyticsMetadataInfo + func (o *EventNotification) GetAnaMetaInfoOk() (*AnalyticsMetadataInfo, bool) + func (o *EventNotification) GetDisperInfos() []DispersionInfo + func (o *EventNotification) GetDisperInfosOk() ([]DispersionInfo, bool) + func (o *EventNotification) GetDnPerfInfos() []DnPerfInfo + func (o *EventNotification) GetDnPerfInfosOk() ([]DnPerfInfo, bool) + func (o *EventNotification) GetEvent() NwdafEvent + func (o *EventNotification) GetEventOk() (*NwdafEvent, bool) + func (o *EventNotification) GetExpiry() time.Time + func (o *EventNotification) GetExpiryOk() (*time.Time, bool) + func (o *EventNotification) GetFailNotifyCode() NwdafFailureCode + func (o *EventNotification) GetFailNotifyCodeOk() (*NwdafFailureCode, bool) + func (o *EventNotification) GetNfLoadLevelInfos() []NfLoadLevelInformation + func (o *EventNotification) GetNfLoadLevelInfosOk() ([]NfLoadLevelInformation, bool) + func (o *EventNotification) GetNsiLoadLevelInfos() []NsiLoadLevelInfo + func (o *EventNotification) GetNsiLoadLevelInfosOk() ([]NsiLoadLevelInfo, bool) + func (o *EventNotification) GetNwPerfs() []NetworkPerfInfo + func (o *EventNotification) GetNwPerfsOk() ([]NetworkPerfInfo, bool) + func (o *EventNotification) GetQosSustainInfos() []QosSustainabilityInfo + func (o *EventNotification) GetQosSustainInfosOk() ([]QosSustainabilityInfo, bool) + func (o *EventNotification) GetRedTransInfos() []RedundantTransmissionExpInfo + func (o *EventNotification) GetRedTransInfosOk() ([]RedundantTransmissionExpInfo, bool) + func (o *EventNotification) GetRvWaitTime() int32 + func (o *EventNotification) GetRvWaitTimeOk() (*int32, bool) + func (o *EventNotification) GetSliceLoadLevelInfo() SliceLoadLevelInformation + func (o *EventNotification) GetSliceLoadLevelInfoOk() (*SliceLoadLevelInformation, bool) + func (o *EventNotification) GetSmccExps() []SmcceInfo + func (o *EventNotification) GetSmccExpsOk() ([]SmcceInfo, bool) + func (o *EventNotification) GetStart() time.Time + func (o *EventNotification) GetStartOk() (*time.Time, bool) + func (o *EventNotification) GetSvcExps() []ServiceExperienceInfo + func (o *EventNotification) GetSvcExpsOk() ([]ServiceExperienceInfo, bool) + func (o *EventNotification) GetTimeStampGen() time.Time + func (o *EventNotification) GetTimeStampGenOk() (*time.Time, bool) + func (o *EventNotification) GetUeComms() []UeCommunication + func (o *EventNotification) GetUeCommsOk() ([]UeCommunication, bool) + func (o *EventNotification) GetUeMobs() []UeMobility + func (o *EventNotification) GetUeMobsOk() ([]UeMobility, bool) + func (o *EventNotification) GetUserDataCongInfos() []UserDataCongestionInfo + func (o *EventNotification) GetUserDataCongInfosOk() ([]UserDataCongestionInfo, bool) + func (o *EventNotification) GetWlanInfos() []WlanPerformanceInfo + func (o *EventNotification) GetWlanInfosOk() ([]WlanPerformanceInfo, bool) + func (o *EventNotification) HasAbnorBehavrs() bool + func (o *EventNotification) HasAnaMetaInfo() bool + func (o *EventNotification) HasDisperInfos() bool + func (o *EventNotification) HasDnPerfInfos() bool + func (o *EventNotification) HasExpiry() bool + func (o *EventNotification) HasFailNotifyCode() bool + func (o *EventNotification) HasNfLoadLevelInfos() bool + func (o *EventNotification) HasNsiLoadLevelInfos() bool + func (o *EventNotification) HasNwPerfs() bool + func (o *EventNotification) HasQosSustainInfos() bool + func (o *EventNotification) HasRedTransInfos() bool + func (o *EventNotification) HasRvWaitTime() bool + func (o *EventNotification) HasSliceLoadLevelInfo() bool + func (o *EventNotification) HasSmccExps() bool + func (o *EventNotification) HasStart() bool + func (o *EventNotification) HasSvcExps() bool + func (o *EventNotification) HasTimeStampGen() bool + func (o *EventNotification) HasUeComms() bool + func (o *EventNotification) HasUeMobs() bool + func (o *EventNotification) HasUserDataCongInfos() bool + func (o *EventNotification) HasWlanInfos() bool + func (o *EventNotification) SetAbnorBehavrs(v []AbnormalBehaviour) + func (o *EventNotification) SetAnaMetaInfo(v AnalyticsMetadataInfo) + func (o *EventNotification) SetDisperInfos(v []DispersionInfo) + func (o *EventNotification) SetDnPerfInfos(v []DnPerfInfo) + func (o *EventNotification) SetEvent(v NwdafEvent) + func (o *EventNotification) SetExpiry(v time.Time) + func (o *EventNotification) SetFailNotifyCode(v NwdafFailureCode) + func (o *EventNotification) SetNfLoadLevelInfos(v []NfLoadLevelInformation) + func (o *EventNotification) SetNsiLoadLevelInfos(v []NsiLoadLevelInfo) + func (o *EventNotification) SetNwPerfs(v []NetworkPerfInfo) + func (o *EventNotification) SetQosSustainInfos(v []QosSustainabilityInfo) + func (o *EventNotification) SetRedTransInfos(v []RedundantTransmissionExpInfo) + func (o *EventNotification) SetRvWaitTime(v int32) + func (o *EventNotification) SetSliceLoadLevelInfo(v SliceLoadLevelInformation) + func (o *EventNotification) SetSmccExps(v []SmcceInfo) + func (o *EventNotification) SetStart(v time.Time) + func (o *EventNotification) SetSvcExps(v []ServiceExperienceInfo) + func (o *EventNotification) SetTimeStampGen(v time.Time) + func (o *EventNotification) SetUeComms(v []UeCommunication) + func (o *EventNotification) SetUeMobs(v []UeMobility) + func (o *EventNotification) SetUserDataCongInfos(v []UserDataCongestionInfo) + func (o *EventNotification) SetWlanInfos(v []WlanPerformanceInfo) + func (o EventNotification) MarshalJSON() ([]byte, error) + func (o EventNotification) ToMap() (map[string]interface{}, error) + type EventNotification1 struct + AccType *AccessType + AdIpv4Addr *string + AdIpv6Prefix *Ipv6Prefix + AppId *string + BssId *string + CommFailure *CommunicationFailure + DddStatus *DlDataDeliveryStatus + DddTraDescriptor *DddTrafficDescriptor + DlDelays []int32 + DnaiChgType *DnaiChangeType + Dnn *string + EndWlan *time.Time + EthFlowDescs []EthFlowDescription + EthfDescs []EthFlowDescription + Event SmfEvent + FDescs []string + FlowDescs []string + Gpsi *string + Ipv4Addr *string + Ipv6Addrs []Ipv6Addr + Ipv6Prefixes []Ipv6Prefix + MaxWaitTime *time.Time + PduSeId *int32 + PduSessInfos []PduSessionInformation + PduSessType *PduSessionType + PlmnId *PlmnId + Qfi *int32 + RatType *RatType + ReIpv4Addr *string + ReIpv6Prefix *Ipv6Prefix + RtDelays []int32 + SmNasFromSmf *SmNasFromSmf + SmNasFromUe *SmNasFromUe + Snssai *Snssai + SourceDnai *string + SourceTraRouting NullableRouteToLocation + SourceUeIpv4Addr *string + SourceUeIpv6Prefix *Ipv6Prefix + SsId *string + StartWlan *time.Time + Supi *string + TargetDnai *string + TargetTraRouting NullableRouteToLocation + TargetUeIpv4Addr *string + TargetUeIpv6Prefix *Ipv6Prefix + TimeStamp time.Time + TimeWindow *TimeWindow + TransacInfos []TransactionInfo + UeIpAddr *IpAddr + UeMac *string + UlDelays []int32 + UpRedTrans *bool + UpfInfo *UpfInformation + func NewEventNotification1(event SmfEvent, timeStamp time.Time) *EventNotification1 + func NewEventNotification1WithDefaults() *EventNotification1 + func (o *EventNotification1) GetAccType() AccessType + func (o *EventNotification1) GetAccTypeOk() (*AccessType, bool) + func (o *EventNotification1) GetAdIpv4Addr() string + func (o *EventNotification1) GetAdIpv4AddrOk() (*string, bool) + func (o *EventNotification1) GetAdIpv6Prefix() Ipv6Prefix + func (o *EventNotification1) GetAdIpv6PrefixOk() (*Ipv6Prefix, bool) + func (o *EventNotification1) GetAppId() string + func (o *EventNotification1) GetAppIdOk() (*string, bool) + func (o *EventNotification1) GetBssId() string + func (o *EventNotification1) GetBssIdOk() (*string, bool) + func (o *EventNotification1) GetCommFailure() CommunicationFailure + func (o *EventNotification1) GetCommFailureOk() (*CommunicationFailure, bool) + func (o *EventNotification1) GetDddStatus() DlDataDeliveryStatus + func (o *EventNotification1) GetDddStatusOk() (*DlDataDeliveryStatus, bool) + func (o *EventNotification1) GetDddTraDescriptor() DddTrafficDescriptor + func (o *EventNotification1) GetDddTraDescriptorOk() (*DddTrafficDescriptor, bool) + func (o *EventNotification1) GetDlDelays() []int32 + func (o *EventNotification1) GetDlDelaysOk() ([]int32, bool) + func (o *EventNotification1) GetDnaiChgType() DnaiChangeType + func (o *EventNotification1) GetDnaiChgTypeOk() (*DnaiChangeType, bool) + func (o *EventNotification1) GetDnn() string + func (o *EventNotification1) GetDnnOk() (*string, bool) + func (o *EventNotification1) GetEndWlan() time.Time + func (o *EventNotification1) GetEndWlanOk() (*time.Time, bool) + func (o *EventNotification1) GetEthFlowDescs() []EthFlowDescription + func (o *EventNotification1) GetEthFlowDescsOk() ([]EthFlowDescription, bool) + func (o *EventNotification1) GetEthfDescs() []EthFlowDescription + func (o *EventNotification1) GetEthfDescsOk() ([]EthFlowDescription, bool) + func (o *EventNotification1) GetEvent() SmfEvent + func (o *EventNotification1) GetEventOk() (*SmfEvent, bool) + func (o *EventNotification1) GetFDescs() []string + func (o *EventNotification1) GetFDescsOk() ([]string, bool) + func (o *EventNotification1) GetFlowDescs() []string + func (o *EventNotification1) GetFlowDescsOk() ([]string, bool) + func (o *EventNotification1) GetGpsi() string + func (o *EventNotification1) GetGpsiOk() (*string, bool) + func (o *EventNotification1) GetIpv4Addr() string + func (o *EventNotification1) GetIpv4AddrOk() (*string, bool) + func (o *EventNotification1) GetIpv6Addrs() []Ipv6Addr + func (o *EventNotification1) GetIpv6AddrsOk() ([]Ipv6Addr, bool) + func (o *EventNotification1) GetIpv6Prefixes() []Ipv6Prefix + func (o *EventNotification1) GetIpv6PrefixesOk() ([]Ipv6Prefix, bool) + func (o *EventNotification1) GetMaxWaitTime() time.Time + func (o *EventNotification1) GetMaxWaitTimeOk() (*time.Time, bool) + func (o *EventNotification1) GetPduSeId() int32 + func (o *EventNotification1) GetPduSeIdOk() (*int32, bool) + func (o *EventNotification1) GetPduSessInfos() []PduSessionInformation + func (o *EventNotification1) GetPduSessInfosOk() ([]PduSessionInformation, bool) + func (o *EventNotification1) GetPduSessType() PduSessionType + func (o *EventNotification1) GetPduSessTypeOk() (*PduSessionType, bool) + func (o *EventNotification1) GetPlmnId() PlmnId + func (o *EventNotification1) GetPlmnIdOk() (*PlmnId, bool) + func (o *EventNotification1) GetQfi() int32 + func (o *EventNotification1) GetQfiOk() (*int32, bool) + func (o *EventNotification1) GetRatType() RatType + func (o *EventNotification1) GetRatTypeOk() (*RatType, bool) + func (o *EventNotification1) GetReIpv4Addr() string + func (o *EventNotification1) GetReIpv4AddrOk() (*string, bool) + func (o *EventNotification1) GetReIpv6Prefix() Ipv6Prefix + func (o *EventNotification1) GetReIpv6PrefixOk() (*Ipv6Prefix, bool) + func (o *EventNotification1) GetRtDelays() []int32 + func (o *EventNotification1) GetRtDelaysOk() ([]int32, bool) + func (o *EventNotification1) GetSmNasFromSmf() SmNasFromSmf + func (o *EventNotification1) GetSmNasFromSmfOk() (*SmNasFromSmf, bool) + func (o *EventNotification1) GetSmNasFromUe() SmNasFromUe + func (o *EventNotification1) GetSmNasFromUeOk() (*SmNasFromUe, bool) + func (o *EventNotification1) GetSnssai() Snssai + func (o *EventNotification1) GetSnssaiOk() (*Snssai, bool) + func (o *EventNotification1) GetSourceDnai() string + func (o *EventNotification1) GetSourceDnaiOk() (*string, bool) + func (o *EventNotification1) GetSourceTraRouting() RouteToLocation + func (o *EventNotification1) GetSourceTraRoutingOk() (*RouteToLocation, bool) + func (o *EventNotification1) GetSourceUeIpv4Addr() string + func (o *EventNotification1) GetSourceUeIpv4AddrOk() (*string, bool) + func (o *EventNotification1) GetSourceUeIpv6Prefix() Ipv6Prefix + func (o *EventNotification1) GetSourceUeIpv6PrefixOk() (*Ipv6Prefix, bool) + func (o *EventNotification1) GetSsId() string + func (o *EventNotification1) GetSsIdOk() (*string, bool) + func (o *EventNotification1) GetStartWlan() time.Time + func (o *EventNotification1) GetStartWlanOk() (*time.Time, bool) + func (o *EventNotification1) GetSupi() string + func (o *EventNotification1) GetSupiOk() (*string, bool) + func (o *EventNotification1) GetTargetDnai() string + func (o *EventNotification1) GetTargetDnaiOk() (*string, bool) + func (o *EventNotification1) GetTargetTraRouting() RouteToLocation + func (o *EventNotification1) GetTargetTraRoutingOk() (*RouteToLocation, bool) + func (o *EventNotification1) GetTargetUeIpv4Addr() string + func (o *EventNotification1) GetTargetUeIpv4AddrOk() (*string, bool) + func (o *EventNotification1) GetTargetUeIpv6Prefix() Ipv6Prefix + func (o *EventNotification1) GetTargetUeIpv6PrefixOk() (*Ipv6Prefix, bool) + func (o *EventNotification1) GetTimeStamp() time.Time + func (o *EventNotification1) GetTimeStampOk() (*time.Time, bool) + func (o *EventNotification1) GetTimeWindow() TimeWindow + func (o *EventNotification1) GetTimeWindowOk() (*TimeWindow, bool) + func (o *EventNotification1) GetTransacInfos() []TransactionInfo + func (o *EventNotification1) GetTransacInfosOk() ([]TransactionInfo, bool) + func (o *EventNotification1) GetUeIpAddr() IpAddr + func (o *EventNotification1) GetUeIpAddrOk() (*IpAddr, bool) + func (o *EventNotification1) GetUeMac() string + func (o *EventNotification1) GetUeMacOk() (*string, bool) + func (o *EventNotification1) GetUlDelays() []int32 + func (o *EventNotification1) GetUlDelaysOk() ([]int32, bool) + func (o *EventNotification1) GetUpRedTrans() bool + func (o *EventNotification1) GetUpRedTransOk() (*bool, bool) + func (o *EventNotification1) GetUpfInfo() UpfInformation + func (o *EventNotification1) GetUpfInfoOk() (*UpfInformation, bool) + func (o *EventNotification1) HasAccType() bool + func (o *EventNotification1) HasAdIpv4Addr() bool + func (o *EventNotification1) HasAdIpv6Prefix() bool + func (o *EventNotification1) HasAppId() bool + func (o *EventNotification1) HasBssId() bool + func (o *EventNotification1) HasCommFailure() bool + func (o *EventNotification1) HasDddStatus() bool + func (o *EventNotification1) HasDddTraDescriptor() bool + func (o *EventNotification1) HasDlDelays() bool + func (o *EventNotification1) HasDnaiChgType() bool + func (o *EventNotification1) HasDnn() bool + func (o *EventNotification1) HasEndWlan() bool + func (o *EventNotification1) HasEthFlowDescs() bool + func (o *EventNotification1) HasEthfDescs() bool + func (o *EventNotification1) HasFDescs() bool + func (o *EventNotification1) HasFlowDescs() bool + func (o *EventNotification1) HasGpsi() bool + func (o *EventNotification1) HasIpv4Addr() bool + func (o *EventNotification1) HasIpv6Addrs() bool + func (o *EventNotification1) HasIpv6Prefixes() bool + func (o *EventNotification1) HasMaxWaitTime() bool + func (o *EventNotification1) HasPduSeId() bool + func (o *EventNotification1) HasPduSessInfos() bool + func (o *EventNotification1) HasPduSessType() bool + func (o *EventNotification1) HasPlmnId() bool + func (o *EventNotification1) HasQfi() bool + func (o *EventNotification1) HasRatType() bool + func (o *EventNotification1) HasReIpv4Addr() bool + func (o *EventNotification1) HasReIpv6Prefix() bool + func (o *EventNotification1) HasRtDelays() bool + func (o *EventNotification1) HasSmNasFromSmf() bool + func (o *EventNotification1) HasSmNasFromUe() bool + func (o *EventNotification1) HasSnssai() bool + func (o *EventNotification1) HasSourceDnai() bool + func (o *EventNotification1) HasSourceTraRouting() bool + func (o *EventNotification1) HasSourceUeIpv4Addr() bool + func (o *EventNotification1) HasSourceUeIpv6Prefix() bool + func (o *EventNotification1) HasSsId() bool + func (o *EventNotification1) HasStartWlan() bool + func (o *EventNotification1) HasSupi() bool + func (o *EventNotification1) HasTargetDnai() bool + func (o *EventNotification1) HasTargetTraRouting() bool + func (o *EventNotification1) HasTargetUeIpv4Addr() bool + func (o *EventNotification1) HasTargetUeIpv6Prefix() bool + func (o *EventNotification1) HasTimeWindow() bool + func (o *EventNotification1) HasTransacInfos() bool + func (o *EventNotification1) HasUeIpAddr() bool + func (o *EventNotification1) HasUeMac() bool + func (o *EventNotification1) HasUlDelays() bool + func (o *EventNotification1) HasUpRedTrans() bool + func (o *EventNotification1) HasUpfInfo() bool + func (o *EventNotification1) SetAccType(v AccessType) + func (o *EventNotification1) SetAdIpv4Addr(v string) + func (o *EventNotification1) SetAdIpv6Prefix(v Ipv6Prefix) + func (o *EventNotification1) SetAppId(v string) + func (o *EventNotification1) SetBssId(v string) + func (o *EventNotification1) SetCommFailure(v CommunicationFailure) + func (o *EventNotification1) SetDddStatus(v DlDataDeliveryStatus) + func (o *EventNotification1) SetDddTraDescriptor(v DddTrafficDescriptor) + func (o *EventNotification1) SetDlDelays(v []int32) + func (o *EventNotification1) SetDnaiChgType(v DnaiChangeType) + func (o *EventNotification1) SetDnn(v string) + func (o *EventNotification1) SetEndWlan(v time.Time) + func (o *EventNotification1) SetEthFlowDescs(v []EthFlowDescription) + func (o *EventNotification1) SetEthfDescs(v []EthFlowDescription) + func (o *EventNotification1) SetEvent(v SmfEvent) + func (o *EventNotification1) SetFDescs(v []string) + func (o *EventNotification1) SetFlowDescs(v []string) + func (o *EventNotification1) SetGpsi(v string) + func (o *EventNotification1) SetIpv4Addr(v string) + func (o *EventNotification1) SetIpv6Addrs(v []Ipv6Addr) + func (o *EventNotification1) SetIpv6Prefixes(v []Ipv6Prefix) + func (o *EventNotification1) SetMaxWaitTime(v time.Time) + func (o *EventNotification1) SetPduSeId(v int32) + func (o *EventNotification1) SetPduSessInfos(v []PduSessionInformation) + func (o *EventNotification1) SetPduSessType(v PduSessionType) + func (o *EventNotification1) SetPlmnId(v PlmnId) + func (o *EventNotification1) SetQfi(v int32) + func (o *EventNotification1) SetRatType(v RatType) + func (o *EventNotification1) SetReIpv4Addr(v string) + func (o *EventNotification1) SetReIpv6Prefix(v Ipv6Prefix) + func (o *EventNotification1) SetRtDelays(v []int32) + func (o *EventNotification1) SetSmNasFromSmf(v SmNasFromSmf) + func (o *EventNotification1) SetSmNasFromUe(v SmNasFromUe) + func (o *EventNotification1) SetSnssai(v Snssai) + func (o *EventNotification1) SetSourceDnai(v string) + func (o *EventNotification1) SetSourceTraRouting(v RouteToLocation) + func (o *EventNotification1) SetSourceTraRoutingNil() + func (o *EventNotification1) SetSourceUeIpv4Addr(v string) + func (o *EventNotification1) SetSourceUeIpv6Prefix(v Ipv6Prefix) + func (o *EventNotification1) SetSsId(v string) + func (o *EventNotification1) SetStartWlan(v time.Time) + func (o *EventNotification1) SetSupi(v string) + func (o *EventNotification1) SetTargetDnai(v string) + func (o *EventNotification1) SetTargetTraRouting(v RouteToLocation) + func (o *EventNotification1) SetTargetTraRoutingNil() + func (o *EventNotification1) SetTargetUeIpv4Addr(v string) + func (o *EventNotification1) SetTargetUeIpv6Prefix(v Ipv6Prefix) + func (o *EventNotification1) SetTimeStamp(v time.Time) + func (o *EventNotification1) SetTimeWindow(v TimeWindow) + func (o *EventNotification1) SetTransacInfos(v []TransactionInfo) + func (o *EventNotification1) SetUeIpAddr(v IpAddr) + func (o *EventNotification1) SetUeMac(v string) + func (o *EventNotification1) SetUlDelays(v []int32) + func (o *EventNotification1) SetUpRedTrans(v bool) + func (o *EventNotification1) SetUpfInfo(v UpfInformation) + func (o *EventNotification1) UnsetSourceTraRouting() + func (o *EventNotification1) UnsetTargetTraRouting() + func (o EventNotification1) MarshalJSON() ([]byte, error) + func (o EventNotification1) ToMap() (map[string]interface{}, error) + type EventType struct + String *string + func (dst *EventType) UnmarshalJSON(data []byte) error + func (src *EventType) MarshalJSON() ([]byte, error) + type Exception struct + ExcepId ExceptionId + ExcepLevel *int32 + ExcepTrend *ExceptionTrend + func NewException(excepId ExceptionId) *Exception + func NewExceptionWithDefaults() *Exception + func (o *Exception) GetExcepId() ExceptionId + func (o *Exception) GetExcepIdOk() (*ExceptionId, bool) + func (o *Exception) GetExcepLevel() int32 + func (o *Exception) GetExcepLevelOk() (*int32, bool) + func (o *Exception) GetExcepTrend() ExceptionTrend + func (o *Exception) GetExcepTrendOk() (*ExceptionTrend, bool) + func (o *Exception) HasExcepLevel() bool + func (o *Exception) HasExcepTrend() bool + func (o *Exception) SetExcepId(v ExceptionId) + func (o *Exception) SetExcepLevel(v int32) + func (o *Exception) SetExcepTrend(v ExceptionTrend) + func (o Exception) MarshalJSON() ([]byte, error) + func (o Exception) ToMap() (map[string]interface{}, error) + type ExceptionId struct + String *string + func (dst *ExceptionId) UnmarshalJSON(data []byte) error + func (src *ExceptionId) MarshalJSON() ([]byte, error) + type ExceptionInfo struct + Interface *interface{} + func InterfaceAsExceptionInfo(v *interface{}) ExceptionInfo + func (dst *ExceptionInfo) UnmarshalJSON(data []byte) error + func (obj *ExceptionInfo) GetActualInstance() interface{} + func (src ExceptionInfo) MarshalJSON() ([]byte, error) + type ExceptionTrend struct + String *string + func (dst *ExceptionTrend) UnmarshalJSON(data []byte) error + func (src *ExceptionTrend) MarshalJSON() ([]byte, error) + type ExtSnssai struct + SdRanges []SdRange + WildcardSd *bool + func NewExtSnssai(sst int32) *ExtSnssai + func NewExtSnssaiWithDefaults() *ExtSnssai + func (o *ExtSnssai) GetSdRanges() []SdRange + func (o *ExtSnssai) GetSdRangesOk() ([]SdRange, bool) + func (o *ExtSnssai) GetWildcardSd() bool + func (o *ExtSnssai) GetWildcardSdOk() (*bool, bool) + func (o *ExtSnssai) HasSdRanges() bool + func (o *ExtSnssai) HasWildcardSd() bool + func (o *ExtSnssai) SetSdRanges(v []SdRange) + func (o *ExtSnssai) SetWildcardSd(v bool) + func (o ExtSnssai) MarshalJSON() ([]byte, error) + func (o ExtSnssai) ToMap() (map[string]interface{}, error) + type ExternalClientType struct + String *string + func (dst *ExternalClientType) UnmarshalJSON(data []byte) error + func (src *ExternalClientType) MarshalJSON() ([]byte, error) + type FetchInstruction struct + Expiry *time.Time + FetchCorrIds []string + FetchUri string + func NewFetchInstruction(fetchUri string, fetchCorrIds []string) *FetchInstruction + func NewFetchInstructionWithDefaults() *FetchInstruction + func (o *FetchInstruction) GetExpiry() time.Time + func (o *FetchInstruction) GetExpiryOk() (*time.Time, bool) + func (o *FetchInstruction) GetFetchCorrIds() []string + func (o *FetchInstruction) GetFetchCorrIdsOk() ([]string, bool) + func (o *FetchInstruction) GetFetchUri() string + func (o *FetchInstruction) GetFetchUriOk() (*string, bool) + func (o *FetchInstruction) HasExpiry() bool + func (o *FetchInstruction) SetExpiry(v time.Time) + func (o *FetchInstruction) SetFetchCorrIds(v []string) + func (o *FetchInstruction) SetFetchUri(v string) + func (o FetchInstruction) MarshalJSON() ([]byte, error) + func (o FetchInstruction) ToMap() (map[string]interface{}, error) + type FlowDirection struct + String *string + func (dst *FlowDirection) UnmarshalJSON(data []byte) error + func (src *FlowDirection) MarshalJSON() ([]byte, error) + type FlowInfo struct + FlowDescriptions []string + FlowId int32 + func NewFlowInfo(flowId int32) *FlowInfo + func NewFlowInfoWithDefaults() *FlowInfo + func (o *FlowInfo) GetFlowDescriptions() []string + func (o *FlowInfo) GetFlowDescriptionsOk() ([]string, bool) + func (o *FlowInfo) GetFlowId() int32 + func (o *FlowInfo) GetFlowIdOk() (*int32, bool) + func (o *FlowInfo) HasFlowDescriptions() bool + func (o *FlowInfo) SetFlowDescriptions(v []string) + func (o *FlowInfo) SetFlowId(v int32) + func (o FlowInfo) MarshalJSON() ([]byte, error) + func (o FlowInfo) ToMap() (map[string]interface{}, error) + type GADShape struct + Shape SupportedGADShapes + func NewGADShape(shape SupportedGADShapes) *GADShape + func NewGADShapeWithDefaults() *GADShape + func (o *GADShape) GetShape() SupportedGADShapes + func (o *GADShape) GetShapeOk() (*SupportedGADShapes, bool) + func (o *GADShape) SetShape(v SupportedGADShapes) + func (o GADShape) MarshalJSON() ([]byte, error) + func (o GADShape) 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 GeographicArea struct + EllipsoidArc *EllipsoidArc + Point *Point + PointAltitude *PointAltitude + PointAltitudeUncertainty *PointAltitudeUncertainty + PointUncertaintyCircle *PointUncertaintyCircle + PointUncertaintyEllipse *PointUncertaintyEllipse + Polygon *Polygon + func (dst *GeographicArea) UnmarshalJSON(data []byte) error + func (src *GeographicArea) MarshalJSON() ([]byte, error) + type GeographicalCoordinates struct + Lat float64 + Lon float64 + func NewGeographicalCoordinates(lon float64, lat float64) *GeographicalCoordinates + func NewGeographicalCoordinatesWithDefaults() *GeographicalCoordinates + func (o *GeographicalCoordinates) GetLat() float64 + func (o *GeographicalCoordinates) GetLatOk() (*float64, bool) + func (o *GeographicalCoordinates) GetLon() float64 + func (o *GeographicalCoordinates) GetLonOk() (*float64, bool) + func (o *GeographicalCoordinates) SetLat(v float64) + func (o *GeographicalCoordinates) SetLon(v float64) + func (o GeographicalCoordinates) MarshalJSON() ([]byte, error) + func (o GeographicalCoordinates) ToMap() (map[string]interface{}, error) + 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 GmlcInfo struct + GmlcNumbers []string + ServingClientTypes []ExternalClientType + func NewGmlcInfo() *GmlcInfo + func NewGmlcInfoWithDefaults() *GmlcInfo + func (o *GmlcInfo) GetGmlcNumbers() []string + func (o *GmlcInfo) GetGmlcNumbersOk() ([]string, bool) + func (o *GmlcInfo) GetServingClientTypes() []ExternalClientType + func (o *GmlcInfo) GetServingClientTypesOk() ([]ExternalClientType, bool) + func (o *GmlcInfo) HasGmlcNumbers() bool + func (o *GmlcInfo) HasServingClientTypes() bool + func (o *GmlcInfo) SetGmlcNumbers(v []string) + func (o *GmlcInfo) SetServingClientTypes(v []ExternalClientType) + func (o GmlcInfo) MarshalJSON() ([]byte, error) + func (o GmlcInfo) ToMap() (map[string]interface{}, error) + type Guami struct + AmfId string + PlmnId PlmnIdNid + func NewGuami(plmnId PlmnIdNid, amfId string) *Guami + func NewGuamiWithDefaults() *Guami + func (o *Guami) GetAmfId() string + func (o *Guami) GetAmfIdOk() (*string, bool) + func (o *Guami) GetPlmnId() PlmnIdNid + func (o *Guami) GetPlmnIdOk() (*PlmnIdNid, bool) + func (o *Guami) SetAmfId(v string) + func (o *Guami) SetPlmnId(v PlmnIdNid) + func (o Guami) MarshalJSON() ([]byte, error) + func (o Guami) ToMap() (map[string]interface{}, error) + type GuamiListCond struct + GuamiList []Guami + func NewGuamiListCond(guamiList []Guami) *GuamiListCond + func NewGuamiListCondWithDefaults() *GuamiListCond + func (o *GuamiListCond) GetGuamiList() []Guami + func (o *GuamiListCond) GetGuamiListOk() ([]Guami, bool) + func (o *GuamiListCond) SetGuamiList(v []Guami) + func (o GuamiListCond) MarshalJSON() ([]byte, error) + func (o GuamiListCond) ToMap() (map[string]interface{}, error) + type HfcNodeId struct + HfcNId string + func NewHfcNodeId(hfcNId string) *HfcNodeId + func NewHfcNodeIdWithDefaults() *HfcNodeId + func (o *HfcNodeId) GetHfcNId() string + func (o *HfcNodeId) GetHfcNIdOk() (*string, bool) + func (o *HfcNodeId) SetHfcNId(v string) + func (o HfcNodeId) MarshalJSON() ([]byte, error) + func (o HfcNodeId) ToMap() (map[string]interface{}, error) + type HssInfo struct + AdditionalDiamAddresses []NetworkNodeDiameterAddress + ExternalGroupIdentifiersRanges []IdentityRange + GroupId *string + HssDiameterAddress *NetworkNodeDiameterAddress + ImsPrivateIdentityRanges []IdentityRange + ImsPublicIdentityRanges []IdentityRange + ImsiRanges []ImsiRange + MsisdnRanges []IdentityRange + func NewHssInfo() *HssInfo + func NewHssInfoWithDefaults() *HssInfo + func (o *HssInfo) GetAdditionalDiamAddresses() []NetworkNodeDiameterAddress + func (o *HssInfo) GetAdditionalDiamAddressesOk() ([]NetworkNodeDiameterAddress, bool) + func (o *HssInfo) GetExternalGroupIdentifiersRanges() []IdentityRange + func (o *HssInfo) GetExternalGroupIdentifiersRangesOk() ([]IdentityRange, bool) + func (o *HssInfo) GetGroupId() string + func (o *HssInfo) GetGroupIdOk() (*string, bool) + func (o *HssInfo) GetHssDiameterAddress() NetworkNodeDiameterAddress + func (o *HssInfo) GetHssDiameterAddressOk() (*NetworkNodeDiameterAddress, bool) + func (o *HssInfo) GetImsPrivateIdentityRanges() []IdentityRange + func (o *HssInfo) GetImsPrivateIdentityRangesOk() ([]IdentityRange, bool) + func (o *HssInfo) GetImsPublicIdentityRanges() []IdentityRange + func (o *HssInfo) GetImsPublicIdentityRangesOk() ([]IdentityRange, bool) + func (o *HssInfo) GetImsiRanges() []ImsiRange + func (o *HssInfo) GetImsiRangesOk() ([]ImsiRange, bool) + func (o *HssInfo) GetMsisdnRanges() []IdentityRange + func (o *HssInfo) GetMsisdnRangesOk() ([]IdentityRange, bool) + func (o *HssInfo) HasAdditionalDiamAddresses() bool + func (o *HssInfo) HasExternalGroupIdentifiersRanges() bool + func (o *HssInfo) HasGroupId() bool + func (o *HssInfo) HasHssDiameterAddress() bool + func (o *HssInfo) HasImsPrivateIdentityRanges() bool + func (o *HssInfo) HasImsPublicIdentityRanges() bool + func (o *HssInfo) HasImsiRanges() bool + func (o *HssInfo) HasMsisdnRanges() bool + func (o *HssInfo) SetAdditionalDiamAddresses(v []NetworkNodeDiameterAddress) + func (o *HssInfo) SetExternalGroupIdentifiersRanges(v []IdentityRange) + func (o *HssInfo) SetGroupId(v string) + func (o *HssInfo) SetHssDiameterAddress(v NetworkNodeDiameterAddress) + func (o *HssInfo) SetImsPrivateIdentityRanges(v []IdentityRange) + func (o *HssInfo) SetImsPublicIdentityRanges(v []IdentityRange) + func (o *HssInfo) SetImsiRanges(v []ImsiRange) + func (o *HssInfo) SetMsisdnRanges(v []IdentityRange) + func (o HssInfo) MarshalJSON() ([]byte, error) + func (o HssInfo) ToMap() (map[string]interface{}, error) + type IdentityRange struct + Interface *interface{} + func InterfaceAsIdentityRange(v *interface{}) IdentityRange + func (dst *IdentityRange) UnmarshalJSON(data []byte) error + func (obj *IdentityRange) GetActualInstance() interface{} + func (src IdentityRange) MarshalJSON() ([]byte, error) + type IdleStatusIndication struct + ActiveTime *int32 + EdrxCycleLength *int32 + SubsRegTimer *int32 + SuggestedNumOfDlPackets *int32 + TimeStamp *time.Time + func NewIdleStatusIndication() *IdleStatusIndication + func NewIdleStatusIndicationWithDefaults() *IdleStatusIndication + func (o *IdleStatusIndication) GetActiveTime() int32 + func (o *IdleStatusIndication) GetActiveTimeOk() (*int32, bool) + func (o *IdleStatusIndication) GetEdrxCycleLength() int32 + func (o *IdleStatusIndication) GetEdrxCycleLengthOk() (*int32, bool) + func (o *IdleStatusIndication) GetSubsRegTimer() int32 + func (o *IdleStatusIndication) GetSubsRegTimerOk() (*int32, bool) + func (o *IdleStatusIndication) GetSuggestedNumOfDlPackets() int32 + func (o *IdleStatusIndication) GetSuggestedNumOfDlPacketsOk() (*int32, bool) + func (o *IdleStatusIndication) GetTimeStamp() time.Time + func (o *IdleStatusIndication) GetTimeStampOk() (*time.Time, bool) + func (o *IdleStatusIndication) HasActiveTime() bool + func (o *IdleStatusIndication) HasEdrxCycleLength() bool + func (o *IdleStatusIndication) HasSubsRegTimer() bool + func (o *IdleStatusIndication) HasSuggestedNumOfDlPackets() bool + func (o *IdleStatusIndication) HasTimeStamp() bool + func (o *IdleStatusIndication) SetActiveTime(v int32) + func (o *IdleStatusIndication) SetEdrxCycleLength(v int32) + func (o *IdleStatusIndication) SetSubsRegTimer(v int32) + func (o *IdleStatusIndication) SetSuggestedNumOfDlPackets(v int32) + func (o *IdleStatusIndication) SetTimeStamp(v time.Time) + func (o IdleStatusIndication) MarshalJSON() ([]byte, error) + func (o IdleStatusIndication) ToMap() (map[string]interface{}, error) + type ImsiRange struct + Interface *interface{} + func InterfaceAsImsiRange(v *interface{}) ImsiRange + func (dst *ImsiRange) UnmarshalJSON(data []byte) error + func (obj *ImsiRange) GetActualInstance() interface{} + func (src ImsiRange) MarshalJSON() ([]byte, error) + type InterfaceUpfInfoItem struct + Interface *interface{} + func (dst *InterfaceUpfInfoItem) UnmarshalJSON(data []byte) error + func (src *InterfaceUpfInfoItem) MarshalJSON() ([]byte, error) + type InternalGroupIdRange struct + Interface *interface{} + func InterfaceAsInternalGroupIdRange(v *interface{}) InternalGroupIdRange + func (dst *InternalGroupIdRange) UnmarshalJSON(data []byte) error + func (obj *InternalGroupIdRange) GetActualInstance() interface{} + func (src InternalGroupIdRange) MarshalJSON() ([]byte, error) + 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 IpEndPoint struct + Ipv4Address *string + Ipv6Address *Ipv6Addr + Port *int32 + Transport *TransportProtocol1 + func NewIpEndPoint() *IpEndPoint + func NewIpEndPointWithDefaults() *IpEndPoint + func (o *IpEndPoint) GetIpv4Address() string + func (o *IpEndPoint) GetIpv4AddressOk() (*string, bool) + func (o *IpEndPoint) GetIpv6Address() Ipv6Addr + func (o *IpEndPoint) GetIpv6AddressOk() (*Ipv6Addr, bool) + func (o *IpEndPoint) GetPort() int32 + func (o *IpEndPoint) GetPortOk() (*int32, bool) + func (o *IpEndPoint) GetTransport() TransportProtocol1 + func (o *IpEndPoint) GetTransportOk() (*TransportProtocol1, bool) + func (o *IpEndPoint) HasIpv4Address() bool + func (o *IpEndPoint) HasIpv6Address() bool + func (o *IpEndPoint) HasPort() bool + func (o *IpEndPoint) HasTransport() bool + func (o *IpEndPoint) SetIpv4Address(v string) + func (o *IpEndPoint) SetIpv6Address(v Ipv6Addr) + func (o *IpEndPoint) SetPort(v int32) + func (o *IpEndPoint) SetTransport(v TransportProtocol1) + func (o IpEndPoint) MarshalJSON() ([]byte, error) + func (o IpEndPoint) ToMap() (map[string]interface{}, error) + type IpEthFlowDescription struct + Interface *interface{} + func InterfaceAsIpEthFlowDescription(v *interface{}) IpEthFlowDescription + func (dst *IpEthFlowDescription) UnmarshalJSON(data []byte) error + func (obj *IpEthFlowDescription) GetActualInstance() interface{} + func (src IpEthFlowDescription) MarshalJSON() ([]byte, error) + type IpIndex struct + Int32 *int32 + String *string + func (dst *IpIndex) UnmarshalJSON(data []byte) error + func (src *IpIndex) MarshalJSON() ([]byte, error) + type IpPacketFilterSet struct + Direction string + DstIp *string + DstPort *int32 + FlowLabel *int32 + Protocol *int32 + Spi *int32 + SrcIp *string + SrcPort *int32 + ToSTc *string + func NewIpPacketFilterSet(direction string) *IpPacketFilterSet + func NewIpPacketFilterSetWithDefaults() *IpPacketFilterSet + func (o *IpPacketFilterSet) GetDirection() string + func (o *IpPacketFilterSet) GetDirectionOk() (*string, bool) + func (o *IpPacketFilterSet) GetDstIp() string + func (o *IpPacketFilterSet) GetDstIpOk() (*string, bool) + func (o *IpPacketFilterSet) GetDstPort() int32 + func (o *IpPacketFilterSet) GetDstPortOk() (*int32, bool) + func (o *IpPacketFilterSet) GetFlowLabel() int32 + func (o *IpPacketFilterSet) GetFlowLabelOk() (*int32, bool) + func (o *IpPacketFilterSet) GetProtocol() int32 + func (o *IpPacketFilterSet) GetProtocolOk() (*int32, bool) + func (o *IpPacketFilterSet) GetSpi() int32 + func (o *IpPacketFilterSet) GetSpiOk() (*int32, bool) + func (o *IpPacketFilterSet) GetSrcIp() string + func (o *IpPacketFilterSet) GetSrcIpOk() (*string, bool) + func (o *IpPacketFilterSet) GetSrcPort() int32 + func (o *IpPacketFilterSet) GetSrcPortOk() (*int32, bool) + func (o *IpPacketFilterSet) GetToSTc() string + func (o *IpPacketFilterSet) GetToSTcOk() (*string, bool) + func (o *IpPacketFilterSet) HasDstIp() bool + func (o *IpPacketFilterSet) HasDstPort() bool + func (o *IpPacketFilterSet) HasFlowLabel() bool + func (o *IpPacketFilterSet) HasProtocol() bool + func (o *IpPacketFilterSet) HasSpi() bool + func (o *IpPacketFilterSet) HasSrcIp() bool + func (o *IpPacketFilterSet) HasSrcPort() bool + func (o *IpPacketFilterSet) HasToSTc() bool + func (o *IpPacketFilterSet) SetDirection(v string) + func (o *IpPacketFilterSet) SetDstIp(v string) + func (o *IpPacketFilterSet) SetDstPort(v int32) + func (o *IpPacketFilterSet) SetFlowLabel(v int32) + func (o *IpPacketFilterSet) SetProtocol(v int32) + func (o *IpPacketFilterSet) SetSpi(v int32) + func (o *IpPacketFilterSet) SetSrcIp(v string) + func (o *IpPacketFilterSet) SetSrcPort(v int32) + func (o *IpPacketFilterSet) SetToSTc(v string) + func (o IpPacketFilterSet) MarshalJSON() ([]byte, error) + func (o IpPacketFilterSet) ToMap() (map[string]interface{}, error) + type IpReachability struct + String *string + func (dst *IpReachability) UnmarshalJSON(data []byte) error + func (src *IpReachability) MarshalJSON() ([]byte, error) + type Ipv4AddressRange struct + End *string + Start *string + func NewIpv4AddressRange() *Ipv4AddressRange + func NewIpv4AddressRangeWithDefaults() *Ipv4AddressRange + func (o *Ipv4AddressRange) GetEnd() string + func (o *Ipv4AddressRange) GetEndOk() (*string, bool) + func (o *Ipv4AddressRange) GetStart() string + func (o *Ipv4AddressRange) GetStartOk() (*string, bool) + func (o *Ipv4AddressRange) HasEnd() bool + func (o *Ipv4AddressRange) HasStart() bool + func (o *Ipv4AddressRange) SetEnd(v string) + func (o *Ipv4AddressRange) SetStart(v string) + func (o Ipv4AddressRange) MarshalJSON() ([]byte, error) + func (o Ipv4AddressRange) 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 Ipv6PrefixRange struct + End *Ipv6Prefix + Start *Ipv6Prefix + func NewIpv6PrefixRange() *Ipv6PrefixRange + func NewIpv6PrefixRangeWithDefaults() *Ipv6PrefixRange + func (o *Ipv6PrefixRange) GetEnd() Ipv6Prefix + func (o *Ipv6PrefixRange) GetEndOk() (*Ipv6Prefix, bool) + func (o *Ipv6PrefixRange) GetStart() Ipv6Prefix + func (o *Ipv6PrefixRange) GetStartOk() (*Ipv6Prefix, bool) + func (o *Ipv6PrefixRange) HasEnd() bool + func (o *Ipv6PrefixRange) HasStart() bool + func (o *Ipv6PrefixRange) SetEnd(v Ipv6Prefix) + func (o *Ipv6PrefixRange) SetStart(v Ipv6Prefix) + func (o Ipv6PrefixRange) MarshalJSON() ([]byte, error) + func (o Ipv6PrefixRange) ToMap() (map[string]interface{}, error) + type IwmscInfo struct + MsisdnRanges []IdentityRange + ScNumber *string + SupiRanges []SupiRange + TaiRangeList []TaiRange + func NewIwmscInfo() *IwmscInfo + func NewIwmscInfoWithDefaults() *IwmscInfo + func (o *IwmscInfo) GetMsisdnRanges() []IdentityRange + func (o *IwmscInfo) GetMsisdnRangesOk() ([]IdentityRange, bool) + func (o *IwmscInfo) GetScNumber() string + func (o *IwmscInfo) GetScNumberOk() (*string, bool) + func (o *IwmscInfo) GetSupiRanges() []SupiRange + func (o *IwmscInfo) GetSupiRangesOk() ([]SupiRange, bool) + func (o *IwmscInfo) GetTaiRangeList() []TaiRange + func (o *IwmscInfo) GetTaiRangeListOk() ([]TaiRange, bool) + func (o *IwmscInfo) HasMsisdnRanges() bool + func (o *IwmscInfo) HasScNumber() bool + func (o *IwmscInfo) HasSupiRanges() bool + func (o *IwmscInfo) HasTaiRangeList() bool + func (o *IwmscInfo) SetMsisdnRanges(v []IdentityRange) + func (o *IwmscInfo) SetScNumber(v string) + func (o *IwmscInfo) SetSupiRanges(v []SupiRange) + func (o *IwmscInfo) SetTaiRangeList(v []TaiRange) + func (o IwmscInfo) MarshalJSON() ([]byte, error) + func (o IwmscInfo) ToMap() (map[string]interface{}, error) + type LadnInfo struct + Ladn string + Presence *PresenceState + func NewLadnInfo(ladn string) *LadnInfo + func NewLadnInfoWithDefaults() *LadnInfo + func (o *LadnInfo) GetLadn() string + func (o *LadnInfo) GetLadnOk() (*string, bool) + func (o *LadnInfo) GetPresence() PresenceState + func (o *LadnInfo) GetPresenceOk() (*PresenceState, bool) + func (o *LadnInfo) HasPresence() bool + func (o *LadnInfo) SetLadn(v string) + func (o *LadnInfo) SetPresence(v PresenceState) + func (o LadnInfo) MarshalJSON() ([]byte, error) + func (o LadnInfo) ToMap() (map[string]interface{}, error) + type LineType struct + String *string + func (dst *LineType) UnmarshalJSON(data []byte) error + func (src *LineType) MarshalJSON() ([]byte, error) + type LmfInfo struct + LmfId *string + ServingAccessTypes []AccessType + ServingAnNodeTypes []AnNodeType + ServingClientTypes []ExternalClientType + ServingRatTypes []RatType + SupportedGADShapes []SupportedGADShapes + TaiList []Tai + TaiRangeList []TaiRange + func NewLmfInfo() *LmfInfo + func NewLmfInfoWithDefaults() *LmfInfo + func (o *LmfInfo) GetLmfId() string + func (o *LmfInfo) GetLmfIdOk() (*string, bool) + func (o *LmfInfo) GetServingAccessTypes() []AccessType + func (o *LmfInfo) GetServingAccessTypesOk() ([]AccessType, bool) + func (o *LmfInfo) GetServingAnNodeTypes() []AnNodeType + func (o *LmfInfo) GetServingAnNodeTypesOk() ([]AnNodeType, bool) + func (o *LmfInfo) GetServingClientTypes() []ExternalClientType + func (o *LmfInfo) GetServingClientTypesOk() ([]ExternalClientType, bool) + func (o *LmfInfo) GetServingRatTypes() []RatType + func (o *LmfInfo) GetServingRatTypesOk() ([]RatType, bool) + func (o *LmfInfo) GetSupportedGADShapes() []SupportedGADShapes + func (o *LmfInfo) GetSupportedGADShapesOk() ([]SupportedGADShapes, bool) + func (o *LmfInfo) GetTaiList() []Tai + func (o *LmfInfo) GetTaiListOk() ([]Tai, bool) + func (o *LmfInfo) GetTaiRangeList() []TaiRange + func (o *LmfInfo) GetTaiRangeListOk() ([]TaiRange, bool) + func (o *LmfInfo) HasLmfId() bool + func (o *LmfInfo) HasServingAccessTypes() bool + func (o *LmfInfo) HasServingAnNodeTypes() bool + func (o *LmfInfo) HasServingClientTypes() bool + func (o *LmfInfo) HasServingRatTypes() bool + func (o *LmfInfo) HasSupportedGADShapes() bool + func (o *LmfInfo) HasTaiList() bool + func (o *LmfInfo) HasTaiRangeList() bool + func (o *LmfInfo) SetLmfId(v string) + func (o *LmfInfo) SetServingAccessTypes(v []AccessType) + func (o *LmfInfo) SetServingAnNodeTypes(v []AnNodeType) + func (o *LmfInfo) SetServingClientTypes(v []ExternalClientType) + func (o *LmfInfo) SetServingRatTypes(v []RatType) + func (o *LmfInfo) SetSupportedGADShapes(v []SupportedGADShapes) + func (o *LmfInfo) SetTaiList(v []Tai) + func (o *LmfInfo) SetTaiRangeList(v []TaiRange) + func (o LmfInfo) MarshalJSON() ([]byte, error) + func (o LmfInfo) ToMap() (map[string]interface{}, error) + type Local2dPointUncertaintyEllipse struct + Confidence int32 + LocalOrigin LocalOrigin + Point RelativeCartesianLocation + UncertaintyEllipse UncertaintyEllipse + func NewLocal2dPointUncertaintyEllipse(localOrigin LocalOrigin, point RelativeCartesianLocation, ...) *Local2dPointUncertaintyEllipse + func NewLocal2dPointUncertaintyEllipseWithDefaults() *Local2dPointUncertaintyEllipse + func (o *Local2dPointUncertaintyEllipse) GetConfidence() int32 + func (o *Local2dPointUncertaintyEllipse) GetConfidenceOk() (*int32, bool) + func (o *Local2dPointUncertaintyEllipse) GetLocalOrigin() LocalOrigin + func (o *Local2dPointUncertaintyEllipse) GetLocalOriginOk() (*LocalOrigin, bool) + func (o *Local2dPointUncertaintyEllipse) GetPoint() RelativeCartesianLocation + func (o *Local2dPointUncertaintyEllipse) GetPointOk() (*RelativeCartesianLocation, bool) + func (o *Local2dPointUncertaintyEllipse) GetUncertaintyEllipse() UncertaintyEllipse + func (o *Local2dPointUncertaintyEllipse) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool) + func (o *Local2dPointUncertaintyEllipse) SetConfidence(v int32) + func (o *Local2dPointUncertaintyEllipse) SetLocalOrigin(v LocalOrigin) + func (o *Local2dPointUncertaintyEllipse) SetPoint(v RelativeCartesianLocation) + func (o *Local2dPointUncertaintyEllipse) SetUncertaintyEllipse(v UncertaintyEllipse) + func (o Local2dPointUncertaintyEllipse) MarshalJSON() ([]byte, error) + func (o Local2dPointUncertaintyEllipse) ToMap() (map[string]interface{}, error) + type Local2dPointUncertaintyEllipseAllOf struct + Confidence int32 + LocalOrigin LocalOrigin + Point RelativeCartesianLocation + UncertaintyEllipse UncertaintyEllipse + func NewLocal2dPointUncertaintyEllipseAllOf(localOrigin LocalOrigin, point RelativeCartesianLocation, ...) *Local2dPointUncertaintyEllipseAllOf + func NewLocal2dPointUncertaintyEllipseAllOfWithDefaults() *Local2dPointUncertaintyEllipseAllOf + func (o *Local2dPointUncertaintyEllipseAllOf) GetConfidence() int32 + func (o *Local2dPointUncertaintyEllipseAllOf) GetConfidenceOk() (*int32, bool) + func (o *Local2dPointUncertaintyEllipseAllOf) GetLocalOrigin() LocalOrigin + func (o *Local2dPointUncertaintyEllipseAllOf) GetLocalOriginOk() (*LocalOrigin, bool) + func (o *Local2dPointUncertaintyEllipseAllOf) GetPoint() RelativeCartesianLocation + func (o *Local2dPointUncertaintyEllipseAllOf) GetPointOk() (*RelativeCartesianLocation, bool) + func (o *Local2dPointUncertaintyEllipseAllOf) GetUncertaintyEllipse() UncertaintyEllipse + func (o *Local2dPointUncertaintyEllipseAllOf) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool) + func (o *Local2dPointUncertaintyEllipseAllOf) SetConfidence(v int32) + func (o *Local2dPointUncertaintyEllipseAllOf) SetLocalOrigin(v LocalOrigin) + func (o *Local2dPointUncertaintyEllipseAllOf) SetPoint(v RelativeCartesianLocation) + func (o *Local2dPointUncertaintyEllipseAllOf) SetUncertaintyEllipse(v UncertaintyEllipse) + func (o Local2dPointUncertaintyEllipseAllOf) MarshalJSON() ([]byte, error) + func (o Local2dPointUncertaintyEllipseAllOf) ToMap() (map[string]interface{}, error) + type Local3dPointUncertaintyEllipsoid struct + Confidence int32 + LocalOrigin LocalOrigin + Point RelativeCartesianLocation + UncertaintyEllipsoid UncertaintyEllipsoid + func NewLocal3dPointUncertaintyEllipsoid(localOrigin LocalOrigin, point RelativeCartesianLocation, ...) *Local3dPointUncertaintyEllipsoid + func NewLocal3dPointUncertaintyEllipsoidWithDefaults() *Local3dPointUncertaintyEllipsoid + func (o *Local3dPointUncertaintyEllipsoid) GetConfidence() int32 + func (o *Local3dPointUncertaintyEllipsoid) GetConfidenceOk() (*int32, bool) + func (o *Local3dPointUncertaintyEllipsoid) GetLocalOrigin() LocalOrigin + func (o *Local3dPointUncertaintyEllipsoid) GetLocalOriginOk() (*LocalOrigin, bool) + func (o *Local3dPointUncertaintyEllipsoid) GetPoint() RelativeCartesianLocation + func (o *Local3dPointUncertaintyEllipsoid) GetPointOk() (*RelativeCartesianLocation, bool) + func (o *Local3dPointUncertaintyEllipsoid) GetUncertaintyEllipsoid() UncertaintyEllipsoid + func (o *Local3dPointUncertaintyEllipsoid) GetUncertaintyEllipsoidOk() (*UncertaintyEllipsoid, bool) + func (o *Local3dPointUncertaintyEllipsoid) SetConfidence(v int32) + func (o *Local3dPointUncertaintyEllipsoid) SetLocalOrigin(v LocalOrigin) + func (o *Local3dPointUncertaintyEllipsoid) SetPoint(v RelativeCartesianLocation) + func (o *Local3dPointUncertaintyEllipsoid) SetUncertaintyEllipsoid(v UncertaintyEllipsoid) + func (o Local3dPointUncertaintyEllipsoid) MarshalJSON() ([]byte, error) + func (o Local3dPointUncertaintyEllipsoid) ToMap() (map[string]interface{}, error) + type Local3dPointUncertaintyEllipsoidAllOf struct + Confidence int32 + LocalOrigin LocalOrigin + Point RelativeCartesianLocation + UncertaintyEllipsoid UncertaintyEllipsoid + func NewLocal3dPointUncertaintyEllipsoidAllOf(localOrigin LocalOrigin, point RelativeCartesianLocation, ...) *Local3dPointUncertaintyEllipsoidAllOf + func NewLocal3dPointUncertaintyEllipsoidAllOfWithDefaults() *Local3dPointUncertaintyEllipsoidAllOf + func (o *Local3dPointUncertaintyEllipsoidAllOf) GetConfidence() int32 + func (o *Local3dPointUncertaintyEllipsoidAllOf) GetConfidenceOk() (*int32, bool) + func (o *Local3dPointUncertaintyEllipsoidAllOf) GetLocalOrigin() LocalOrigin + func (o *Local3dPointUncertaintyEllipsoidAllOf) GetLocalOriginOk() (*LocalOrigin, bool) + func (o *Local3dPointUncertaintyEllipsoidAllOf) GetPoint() RelativeCartesianLocation + func (o *Local3dPointUncertaintyEllipsoidAllOf) GetPointOk() (*RelativeCartesianLocation, bool) + func (o *Local3dPointUncertaintyEllipsoidAllOf) GetUncertaintyEllipsoid() UncertaintyEllipsoid + func (o *Local3dPointUncertaintyEllipsoidAllOf) GetUncertaintyEllipsoidOk() (*UncertaintyEllipsoid, bool) + func (o *Local3dPointUncertaintyEllipsoidAllOf) SetConfidence(v int32) + func (o *Local3dPointUncertaintyEllipsoidAllOf) SetLocalOrigin(v LocalOrigin) + func (o *Local3dPointUncertaintyEllipsoidAllOf) SetPoint(v RelativeCartesianLocation) + func (o *Local3dPointUncertaintyEllipsoidAllOf) SetUncertaintyEllipsoid(v UncertaintyEllipsoid) + func (o Local3dPointUncertaintyEllipsoidAllOf) MarshalJSON() ([]byte, error) + func (o Local3dPointUncertaintyEllipsoidAllOf) ToMap() (map[string]interface{}, error) + type LocalOrigin struct + CoordinateId *string + Point *GeographicalCoordinates + func NewLocalOrigin() *LocalOrigin + func NewLocalOriginWithDefaults() *LocalOrigin + func (o *LocalOrigin) GetCoordinateId() string + func (o *LocalOrigin) GetCoordinateIdOk() (*string, bool) + func (o *LocalOrigin) GetPoint() GeographicalCoordinates + func (o *LocalOrigin) GetPointOk() (*GeographicalCoordinates, bool) + func (o *LocalOrigin) HasCoordinateId() bool + func (o *LocalOrigin) HasPoint() bool + func (o *LocalOrigin) SetCoordinateId(v string) + func (o *LocalOrigin) SetPoint(v GeographicalCoordinates) + func (o LocalOrigin) MarshalJSON() ([]byte, error) + func (o LocalOrigin) ToMap() (map[string]interface{}, error) + type LocationArea5G struct + CivicAddresses []CivicAddress + GeographicAreas []GeographicArea + NwAreaInfo *NetworkAreaInfo + func NewLocationArea5G() *LocationArea5G + func NewLocationArea5GWithDefaults() *LocationArea5G + func (o *LocationArea5G) GetCivicAddresses() []CivicAddress + func (o *LocationArea5G) GetCivicAddressesOk() ([]CivicAddress, bool) + func (o *LocationArea5G) GetGeographicAreas() []GeographicArea + func (o *LocationArea5G) GetGeographicAreasOk() ([]GeographicArea, bool) + func (o *LocationArea5G) GetNwAreaInfo() NetworkAreaInfo + func (o *LocationArea5G) GetNwAreaInfoOk() (*NetworkAreaInfo, bool) + func (o *LocationArea5G) HasCivicAddresses() bool + func (o *LocationArea5G) HasGeographicAreas() bool + func (o *LocationArea5G) HasNwAreaInfo() bool + func (o *LocationArea5G) SetCivicAddresses(v []CivicAddress) + func (o *LocationArea5G) SetGeographicAreas(v []GeographicArea) + func (o *LocationArea5G) SetNwAreaInfo(v NetworkAreaInfo) + func (o LocationArea5G) MarshalJSON() ([]byte, error) + func (o LocationArea5G) 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 LocationInfo struct + Confidence *int32 + Loc UserLocation + Ratio *int32 + func NewLocationInfo(loc UserLocation) *LocationInfo + func NewLocationInfoWithDefaults() *LocationInfo + func (o *LocationInfo) GetConfidence() int32 + func (o *LocationInfo) GetConfidenceOk() (*int32, bool) + func (o *LocationInfo) GetLoc() UserLocation + func (o *LocationInfo) GetLocOk() (*UserLocation, bool) + func (o *LocationInfo) GetRatio() int32 + func (o *LocationInfo) GetRatioOk() (*int32, bool) + func (o *LocationInfo) HasConfidence() bool + func (o *LocationInfo) HasRatio() bool + func (o *LocationInfo) SetConfidence(v int32) + func (o *LocationInfo) SetLoc(v UserLocation) + func (o *LocationInfo) SetRatio(v int32) + func (o LocationInfo) MarshalJSON() ([]byte, error) + func (o LocationInfo) ToMap() (map[string]interface{}, error) + type LocationReport struct + Location UserLocation + func NewLocationReport(location UserLocation) *LocationReport + func NewLocationReportWithDefaults() *LocationReport + func (o *LocationReport) GetLocation() UserLocation + func (o *LocationReport) GetLocationOk() (*UserLocation, bool) + func (o *LocationReport) SetLocation(v UserLocation) + func (o LocationReport) MarshalJSON() ([]byte, error) + func (o LocationReport) ToMap() (map[string]interface{}, error) + type LossConnectivityReport struct + LossOfConnectReason LossOfConnectivityReason + func NewLossConnectivityReport(lossOfConnectReason LossOfConnectivityReason) *LossConnectivityReport + func NewLossConnectivityReportWithDefaults() *LossConnectivityReport + func (o *LossConnectivityReport) GetLossOfConnectReason() LossOfConnectivityReason + func (o *LossConnectivityReport) GetLossOfConnectReasonOk() (*LossOfConnectivityReason, bool) + func (o *LossConnectivityReport) SetLossOfConnectReason(v LossOfConnectivityReason) + func (o LossConnectivityReport) MarshalJSON() ([]byte, error) + func (o LossConnectivityReport) ToMap() (map[string]interface{}, error) + type LossOfConnectivityReason struct + String *string + func (dst *LossOfConnectivityReason) UnmarshalJSON(data []byte) error + func (src *LossOfConnectivityReason) MarshalJSON() ([]byte, error) + type M5QoSSpecification struct + DesLatency *int32 + DesLoss *int32 + MarBwDlBitRate string + MarBwUlBitRate string + MinDesBwDlBitRate *string + MinDesBwUlBitRate *string + MirBwDlBitRate string + MirBwUlBitRate string + func NewM5QoSSpecification(marBwDlBitRate string, marBwUlBitRate string, mirBwDlBitRate string, ...) *M5QoSSpecification + func NewM5QoSSpecificationWithDefaults() *M5QoSSpecification + func (o *M5QoSSpecification) GetDesLatency() int32 + func (o *M5QoSSpecification) GetDesLatencyOk() (*int32, bool) + func (o *M5QoSSpecification) GetDesLoss() int32 + func (o *M5QoSSpecification) GetDesLossOk() (*int32, bool) + func (o *M5QoSSpecification) GetMarBwDlBitRate() string + func (o *M5QoSSpecification) GetMarBwDlBitRateOk() (*string, bool) + func (o *M5QoSSpecification) GetMarBwUlBitRate() string + func (o *M5QoSSpecification) GetMarBwUlBitRateOk() (*string, bool) + func (o *M5QoSSpecification) GetMinDesBwDlBitRate() string + func (o *M5QoSSpecification) GetMinDesBwDlBitRateOk() (*string, bool) + func (o *M5QoSSpecification) GetMinDesBwUlBitRate() string + func (o *M5QoSSpecification) GetMinDesBwUlBitRateOk() (*string, bool) + func (o *M5QoSSpecification) GetMirBwDlBitRate() string + func (o *M5QoSSpecification) GetMirBwDlBitRateOk() (*string, bool) + func (o *M5QoSSpecification) GetMirBwUlBitRate() string + func (o *M5QoSSpecification) GetMirBwUlBitRateOk() (*string, bool) + func (o *M5QoSSpecification) HasDesLatency() bool + func (o *M5QoSSpecification) HasDesLoss() bool + func (o *M5QoSSpecification) HasMinDesBwDlBitRate() bool + func (o *M5QoSSpecification) HasMinDesBwUlBitRate() bool + func (o *M5QoSSpecification) SetDesLatency(v int32) + func (o *M5QoSSpecification) SetDesLoss(v int32) + func (o *M5QoSSpecification) SetMarBwDlBitRate(v string) + func (o *M5QoSSpecification) SetMarBwUlBitRate(v string) + func (o *M5QoSSpecification) SetMinDesBwDlBitRate(v string) + func (o *M5QoSSpecification) SetMinDesBwUlBitRate(v string) + func (o *M5QoSSpecification) SetMirBwDlBitRate(v string) + func (o *M5QoSSpecification) SetMirBwUlBitRate(v string) + func (o M5QoSSpecification) MarshalJSON() ([]byte, error) + func (o M5QoSSpecification) ToMap() (map[string]interface{}, error) + type MFAFDataOrAnalyticsResourcesCollectionApiService service + func (a *MFAFDataOrAnalyticsResourcesCollectionApiService) CreateIndividualSubcription(ctx context.Context) ApiCreateIndividualSubcriptionRequest + func (a *MFAFDataOrAnalyticsResourcesCollectionApiService) CreateIndividualSubcriptionExecute(r ApiCreateIndividualSubcriptionRequest) (*http.Response, error) + type MSAccessActivityCollection struct + MsAccActs []MediaStreamingAccessRecord + func NewMSAccessActivityCollection(msAccActs []MediaStreamingAccessRecord) *MSAccessActivityCollection + func NewMSAccessActivityCollectionWithDefaults() *MSAccessActivityCollection + func (o *MSAccessActivityCollection) GetMsAccActs() []MediaStreamingAccessRecord + func (o *MSAccessActivityCollection) GetMsAccActsOk() ([]MediaStreamingAccessRecord, bool) + func (o *MSAccessActivityCollection) SetMsAccActs(v []MediaStreamingAccessRecord) + func (o MSAccessActivityCollection) MarshalJSON() ([]byte, error) + func (o MSAccessActivityCollection) ToMap() (map[string]interface{}, error) + type MappedNullable interface + ToMap func() (map[string]interface{}, error) + type MatchingDirection struct + String *string + func (dst *MatchingDirection) UnmarshalJSON(data []byte) error + func (src *MatchingDirection) MarshalJSON() ([]byte, error) + type MbSmfInfo struct + MbsSessionList *map[string]MbsSession + SNssaiInfoList *map[string]SnssaiMbSmfInfoItem + TaiList []Tai + TaiRangeList []TaiRange + TmgiRangeList *map[string]TmgiRange + func NewMbSmfInfo() *MbSmfInfo + func NewMbSmfInfoWithDefaults() *MbSmfInfo + func (o *MbSmfInfo) GetMbsSessionList() map[string]MbsSession + func (o *MbSmfInfo) GetMbsSessionListOk() (*map[string]MbsSession, bool) + func (o *MbSmfInfo) GetSNssaiInfoList() map[string]SnssaiMbSmfInfoItem + func (o *MbSmfInfo) GetSNssaiInfoListOk() (*map[string]SnssaiMbSmfInfoItem, bool) + func (o *MbSmfInfo) GetTaiList() []Tai + func (o *MbSmfInfo) GetTaiListOk() ([]Tai, bool) + func (o *MbSmfInfo) GetTaiRangeList() []TaiRange + func (o *MbSmfInfo) GetTaiRangeListOk() ([]TaiRange, bool) + func (o *MbSmfInfo) GetTmgiRangeList() map[string]TmgiRange + func (o *MbSmfInfo) GetTmgiRangeListOk() (*map[string]TmgiRange, bool) + func (o *MbSmfInfo) HasMbsSessionList() bool + func (o *MbSmfInfo) HasSNssaiInfoList() bool + func (o *MbSmfInfo) HasTaiList() bool + func (o *MbSmfInfo) HasTaiRangeList() bool + func (o *MbSmfInfo) HasTmgiRangeList() bool + func (o *MbSmfInfo) SetMbsSessionList(v map[string]MbsSession) + func (o *MbSmfInfo) SetSNssaiInfoList(v map[string]SnssaiMbSmfInfoItem) + func (o *MbSmfInfo) SetTaiList(v []Tai) + func (o *MbSmfInfo) SetTaiRangeList(v []TaiRange) + func (o *MbSmfInfo) SetTmgiRangeList(v map[string]TmgiRange) + func (o MbSmfInfo) MarshalJSON() ([]byte, error) + func (o MbSmfInfo) ToMap() (map[string]interface{}, error) + type MbUpfInfo struct + InterfaceMbUpfInfoList []InterfaceUpfInfoItem + MbSmfServingArea []string + Priority *int32 + SNssaiMbUpfInfoList []SnssaiUpfInfoItem + SupportedPfcpFeatures *string + TaiList []Tai + TaiRangeList []TaiRange + func NewMbUpfInfo(sNssaiMbUpfInfoList []SnssaiUpfInfoItem) *MbUpfInfo + func NewMbUpfInfoWithDefaults() *MbUpfInfo + func (o *MbUpfInfo) GetInterfaceMbUpfInfoList() []InterfaceUpfInfoItem + func (o *MbUpfInfo) GetInterfaceMbUpfInfoListOk() ([]InterfaceUpfInfoItem, bool) + func (o *MbUpfInfo) GetMbSmfServingArea() []string + func (o *MbUpfInfo) GetMbSmfServingAreaOk() ([]string, bool) + func (o *MbUpfInfo) GetPriority() int32 + func (o *MbUpfInfo) GetPriorityOk() (*int32, bool) + func (o *MbUpfInfo) GetSNssaiMbUpfInfoList() []SnssaiUpfInfoItem + func (o *MbUpfInfo) GetSNssaiMbUpfInfoListOk() ([]SnssaiUpfInfoItem, bool) + func (o *MbUpfInfo) GetSupportedPfcpFeatures() string + func (o *MbUpfInfo) GetSupportedPfcpFeaturesOk() (*string, bool) + func (o *MbUpfInfo) GetTaiList() []Tai + func (o *MbUpfInfo) GetTaiListOk() ([]Tai, bool) + func (o *MbUpfInfo) GetTaiRangeList() []TaiRange + func (o *MbUpfInfo) GetTaiRangeListOk() ([]TaiRange, bool) + func (o *MbUpfInfo) HasInterfaceMbUpfInfoList() bool + func (o *MbUpfInfo) HasMbSmfServingArea() bool + func (o *MbUpfInfo) HasPriority() bool + func (o *MbUpfInfo) HasSupportedPfcpFeatures() bool + func (o *MbUpfInfo) HasTaiList() bool + func (o *MbUpfInfo) HasTaiRangeList() bool + func (o *MbUpfInfo) SetInterfaceMbUpfInfoList(v []InterfaceUpfInfoItem) + func (o *MbUpfInfo) SetMbSmfServingArea(v []string) + func (o *MbUpfInfo) SetPriority(v int32) + func (o *MbUpfInfo) SetSNssaiMbUpfInfoList(v []SnssaiUpfInfoItem) + func (o *MbUpfInfo) SetSupportedPfcpFeatures(v string) + func (o *MbUpfInfo) SetTaiList(v []Tai) + func (o *MbUpfInfo) SetTaiRangeList(v []TaiRange) + func (o MbUpfInfo) MarshalJSON() ([]byte, error) + func (o MbUpfInfo) ToMap() (map[string]interface{}, error) + type MbsServiceArea struct + Interface *interface{} + func (dst *MbsServiceArea) UnmarshalJSON(data []byte) error + func (src *MbsServiceArea) MarshalJSON() ([]byte, error) + type MbsServiceAreaInfo struct + AreaSessionId int32 + MbsServiceArea MbsServiceArea + func NewMbsServiceAreaInfo(areaSessionId int32, mbsServiceArea MbsServiceArea) *MbsServiceAreaInfo + func NewMbsServiceAreaInfoWithDefaults() *MbsServiceAreaInfo + func (o *MbsServiceAreaInfo) GetAreaSessionId() int32 + func (o *MbsServiceAreaInfo) GetAreaSessionIdOk() (*int32, bool) + func (o *MbsServiceAreaInfo) GetMbsServiceArea() MbsServiceArea + func (o *MbsServiceAreaInfo) GetMbsServiceAreaOk() (*MbsServiceArea, bool) + func (o *MbsServiceAreaInfo) SetAreaSessionId(v int32) + func (o *MbsServiceAreaInfo) SetMbsServiceArea(v MbsServiceArea) + func (o MbsServiceAreaInfo) MarshalJSON() ([]byte, error) + func (o MbsServiceAreaInfo) ToMap() (map[string]interface{}, error) + type MbsSession struct + MbsAreaSessions *map[string]MbsServiceAreaInfo + MbsSessionId MbsSessionId + func NewMbsSession(mbsSessionId MbsSessionId) *MbsSession + func NewMbsSessionWithDefaults() *MbsSession + func (o *MbsSession) GetMbsAreaSessions() map[string]MbsServiceAreaInfo + func (o *MbsSession) GetMbsAreaSessionsOk() (*map[string]MbsServiceAreaInfo, bool) + func (o *MbsSession) GetMbsSessionId() MbsSessionId + func (o *MbsSession) GetMbsSessionIdOk() (*MbsSessionId, bool) + func (o *MbsSession) HasMbsAreaSessions() bool + func (o *MbsSession) SetMbsAreaSessions(v map[string]MbsServiceAreaInfo) + func (o *MbsSession) SetMbsSessionId(v MbsSessionId) + func (o MbsSession) MarshalJSON() ([]byte, error) + func (o MbsSession) ToMap() (map[string]interface{}, error) + type MbsSessionId struct + Interface *interface{} + func (dst *MbsSessionId) UnmarshalJSON(data []byte) error + func (src *MbsSessionId) MarshalJSON() ([]byte, error) + type MediaStreamingAccessRecord struct + ApplicationServerEndpointAddress EndpointAddress + CacheStatus *CacheStatus + ConnectionMetrics *MediaStreamingAccessRecordAllOfConnectionMetrics + MediaStreamHandlerEndpointAddress EndpointAddress + ProcessingLatency float32 + RequestMessage MediaStreamingAccessRecordAllOfRequestMessage + ResponseMessage MediaStreamingAccessRecordAllOfResponseMessage + SessionIdentifier *string + func NewMediaStreamingAccessRecord(mediaStreamHandlerEndpointAddress EndpointAddress, ...) *MediaStreamingAccessRecord + func NewMediaStreamingAccessRecordWithDefaults() *MediaStreamingAccessRecord + func (o *MediaStreamingAccessRecord) GetApplicationServerEndpointAddress() EndpointAddress + func (o *MediaStreamingAccessRecord) GetApplicationServerEndpointAddressOk() (*EndpointAddress, bool) + func (o *MediaStreamingAccessRecord) GetCacheStatus() CacheStatus + func (o *MediaStreamingAccessRecord) GetCacheStatusOk() (*CacheStatus, bool) + func (o *MediaStreamingAccessRecord) GetConnectionMetrics() MediaStreamingAccessRecordAllOfConnectionMetrics + func (o *MediaStreamingAccessRecord) GetConnectionMetricsOk() (*MediaStreamingAccessRecordAllOfConnectionMetrics, bool) + func (o *MediaStreamingAccessRecord) GetMediaStreamHandlerEndpointAddress() EndpointAddress + func (o *MediaStreamingAccessRecord) GetMediaStreamHandlerEndpointAddressOk() (*EndpointAddress, bool) + func (o *MediaStreamingAccessRecord) GetProcessingLatency() float32 + func (o *MediaStreamingAccessRecord) GetProcessingLatencyOk() (*float32, bool) + func (o *MediaStreamingAccessRecord) GetRequestMessage() MediaStreamingAccessRecordAllOfRequestMessage + func (o *MediaStreamingAccessRecord) GetRequestMessageOk() (*MediaStreamingAccessRecordAllOfRequestMessage, bool) + func (o *MediaStreamingAccessRecord) GetResponseMessage() MediaStreamingAccessRecordAllOfResponseMessage + func (o *MediaStreamingAccessRecord) GetResponseMessageOk() (*MediaStreamingAccessRecordAllOfResponseMessage, bool) + func (o *MediaStreamingAccessRecord) GetSessionIdentifier() string + func (o *MediaStreamingAccessRecord) GetSessionIdentifierOk() (*string, bool) + func (o *MediaStreamingAccessRecord) HasCacheStatus() bool + func (o *MediaStreamingAccessRecord) HasConnectionMetrics() bool + func (o *MediaStreamingAccessRecord) HasSessionIdentifier() bool + func (o *MediaStreamingAccessRecord) SetApplicationServerEndpointAddress(v EndpointAddress) + func (o *MediaStreamingAccessRecord) SetCacheStatus(v CacheStatus) + func (o *MediaStreamingAccessRecord) SetConnectionMetrics(v MediaStreamingAccessRecordAllOfConnectionMetrics) + func (o *MediaStreamingAccessRecord) SetMediaStreamHandlerEndpointAddress(v EndpointAddress) + func (o *MediaStreamingAccessRecord) SetProcessingLatency(v float32) + func (o *MediaStreamingAccessRecord) SetRequestMessage(v MediaStreamingAccessRecordAllOfRequestMessage) + func (o *MediaStreamingAccessRecord) SetResponseMessage(v MediaStreamingAccessRecordAllOfResponseMessage) + func (o *MediaStreamingAccessRecord) SetSessionIdentifier(v string) + func (o MediaStreamingAccessRecord) MarshalJSON() ([]byte, error) + func (o MediaStreamingAccessRecord) ToMap() (map[string]interface{}, error) + type MediaStreamingAccessRecordAllOf struct + ApplicationServerEndpointAddress EndpointAddress + CacheStatus *CacheStatus + ConnectionMetrics *MediaStreamingAccessRecordAllOfConnectionMetrics + MediaStreamHandlerEndpointAddress EndpointAddress + ProcessingLatency float32 + RequestMessage MediaStreamingAccessRecordAllOfRequestMessage + ResponseMessage MediaStreamingAccessRecordAllOfResponseMessage + SessionIdentifier *string + func NewMediaStreamingAccessRecordAllOf(mediaStreamHandlerEndpointAddress EndpointAddress, ...) *MediaStreamingAccessRecordAllOf + func NewMediaStreamingAccessRecordAllOfWithDefaults() *MediaStreamingAccessRecordAllOf + func (o *MediaStreamingAccessRecordAllOf) GetApplicationServerEndpointAddress() EndpointAddress + func (o *MediaStreamingAccessRecordAllOf) GetApplicationServerEndpointAddressOk() (*EndpointAddress, bool) + func (o *MediaStreamingAccessRecordAllOf) GetCacheStatus() CacheStatus + func (o *MediaStreamingAccessRecordAllOf) GetCacheStatusOk() (*CacheStatus, bool) + func (o *MediaStreamingAccessRecordAllOf) GetConnectionMetrics() MediaStreamingAccessRecordAllOfConnectionMetrics + func (o *MediaStreamingAccessRecordAllOf) GetConnectionMetricsOk() (*MediaStreamingAccessRecordAllOfConnectionMetrics, bool) + func (o *MediaStreamingAccessRecordAllOf) GetMediaStreamHandlerEndpointAddress() EndpointAddress + func (o *MediaStreamingAccessRecordAllOf) GetMediaStreamHandlerEndpointAddressOk() (*EndpointAddress, bool) + func (o *MediaStreamingAccessRecordAllOf) GetProcessingLatency() float32 + func (o *MediaStreamingAccessRecordAllOf) GetProcessingLatencyOk() (*float32, bool) + func (o *MediaStreamingAccessRecordAllOf) GetRequestMessage() MediaStreamingAccessRecordAllOfRequestMessage + func (o *MediaStreamingAccessRecordAllOf) GetRequestMessageOk() (*MediaStreamingAccessRecordAllOfRequestMessage, bool) + func (o *MediaStreamingAccessRecordAllOf) GetResponseMessage() MediaStreamingAccessRecordAllOfResponseMessage + func (o *MediaStreamingAccessRecordAllOf) GetResponseMessageOk() (*MediaStreamingAccessRecordAllOfResponseMessage, bool) + func (o *MediaStreamingAccessRecordAllOf) GetSessionIdentifier() string + func (o *MediaStreamingAccessRecordAllOf) GetSessionIdentifierOk() (*string, bool) + func (o *MediaStreamingAccessRecordAllOf) HasCacheStatus() bool + func (o *MediaStreamingAccessRecordAllOf) HasConnectionMetrics() bool + func (o *MediaStreamingAccessRecordAllOf) HasSessionIdentifier() bool + func (o *MediaStreamingAccessRecordAllOf) SetApplicationServerEndpointAddress(v EndpointAddress) + func (o *MediaStreamingAccessRecordAllOf) SetCacheStatus(v CacheStatus) + func (o *MediaStreamingAccessRecordAllOf) SetConnectionMetrics(v MediaStreamingAccessRecordAllOfConnectionMetrics) + func (o *MediaStreamingAccessRecordAllOf) SetMediaStreamHandlerEndpointAddress(v EndpointAddress) + func (o *MediaStreamingAccessRecordAllOf) SetProcessingLatency(v float32) + func (o *MediaStreamingAccessRecordAllOf) SetRequestMessage(v MediaStreamingAccessRecordAllOfRequestMessage) + func (o *MediaStreamingAccessRecordAllOf) SetResponseMessage(v MediaStreamingAccessRecordAllOfResponseMessage) + func (o *MediaStreamingAccessRecordAllOf) SetSessionIdentifier(v string) + func (o MediaStreamingAccessRecordAllOf) MarshalJSON() ([]byte, error) + func (o MediaStreamingAccessRecordAllOf) ToMap() (map[string]interface{}, error) + type MediaStreamingAccessRecordAllOfConnectionMetrics struct + CongestionWindowSize int32 + MeanNetworkRoundTripTime float32 + NetworkRoundTripTimeVariation float32 + func NewMediaStreamingAccessRecordAllOfConnectionMetrics(meanNetworkRoundTripTime float32, networkRoundTripTimeVariation float32, ...) *MediaStreamingAccessRecordAllOfConnectionMetrics + func NewMediaStreamingAccessRecordAllOfConnectionMetricsWithDefaults() *MediaStreamingAccessRecordAllOfConnectionMetrics + func (o *MediaStreamingAccessRecordAllOfConnectionMetrics) GetCongestionWindowSize() int32 + func (o *MediaStreamingAccessRecordAllOfConnectionMetrics) GetCongestionWindowSizeOk() (*int32, bool) + func (o *MediaStreamingAccessRecordAllOfConnectionMetrics) GetMeanNetworkRoundTripTime() float32 + func (o *MediaStreamingAccessRecordAllOfConnectionMetrics) GetMeanNetworkRoundTripTimeOk() (*float32, bool) + func (o *MediaStreamingAccessRecordAllOfConnectionMetrics) GetNetworkRoundTripTimeVariation() float32 + func (o *MediaStreamingAccessRecordAllOfConnectionMetrics) GetNetworkRoundTripTimeVariationOk() (*float32, bool) + func (o *MediaStreamingAccessRecordAllOfConnectionMetrics) SetCongestionWindowSize(v int32) + func (o *MediaStreamingAccessRecordAllOfConnectionMetrics) SetMeanNetworkRoundTripTime(v float32) + func (o *MediaStreamingAccessRecordAllOfConnectionMetrics) SetNetworkRoundTripTimeVariation(v float32) + func (o MediaStreamingAccessRecordAllOfConnectionMetrics) MarshalJSON() ([]byte, error) + func (o MediaStreamingAccessRecordAllOfConnectionMetrics) ToMap() (map[string]interface{}, error) + type MediaStreamingAccessRecordAllOfRequestMessage struct + BodySize int32 + ContentType *string + Method string + ProtocolVersion string + Range *string + Referer *string + Size int32 + Url string + UserAgent *string + UserIdentity *string + func NewMediaStreamingAccessRecordAllOfRequestMessage(method string, url string, protocolVersion string, size int32, bodySize int32) *MediaStreamingAccessRecordAllOfRequestMessage + func NewMediaStreamingAccessRecordAllOfRequestMessageWithDefaults() *MediaStreamingAccessRecordAllOfRequestMessage + func (o *MediaStreamingAccessRecordAllOfRequestMessage) GetBodySize() int32 + func (o *MediaStreamingAccessRecordAllOfRequestMessage) GetBodySizeOk() (*int32, bool) + func (o *MediaStreamingAccessRecordAllOfRequestMessage) GetContentType() string + func (o *MediaStreamingAccessRecordAllOfRequestMessage) GetContentTypeOk() (*string, bool) + func (o *MediaStreamingAccessRecordAllOfRequestMessage) GetMethod() string + func (o *MediaStreamingAccessRecordAllOfRequestMessage) GetMethodOk() (*string, bool) + func (o *MediaStreamingAccessRecordAllOfRequestMessage) GetProtocolVersion() string + func (o *MediaStreamingAccessRecordAllOfRequestMessage) GetProtocolVersionOk() (*string, bool) + func (o *MediaStreamingAccessRecordAllOfRequestMessage) GetRange() string + func (o *MediaStreamingAccessRecordAllOfRequestMessage) GetRangeOk() (*string, bool) + func (o *MediaStreamingAccessRecordAllOfRequestMessage) GetReferer() string + func (o *MediaStreamingAccessRecordAllOfRequestMessage) GetRefererOk() (*string, bool) + func (o *MediaStreamingAccessRecordAllOfRequestMessage) GetSize() int32 + func (o *MediaStreamingAccessRecordAllOfRequestMessage) GetSizeOk() (*int32, bool) + func (o *MediaStreamingAccessRecordAllOfRequestMessage) GetUrl() string + func (o *MediaStreamingAccessRecordAllOfRequestMessage) GetUrlOk() (*string, bool) + func (o *MediaStreamingAccessRecordAllOfRequestMessage) GetUserAgent() string + func (o *MediaStreamingAccessRecordAllOfRequestMessage) GetUserAgentOk() (*string, bool) + func (o *MediaStreamingAccessRecordAllOfRequestMessage) GetUserIdentity() string + func (o *MediaStreamingAccessRecordAllOfRequestMessage) GetUserIdentityOk() (*string, bool) + func (o *MediaStreamingAccessRecordAllOfRequestMessage) HasContentType() bool + func (o *MediaStreamingAccessRecordAllOfRequestMessage) HasRange() bool + func (o *MediaStreamingAccessRecordAllOfRequestMessage) HasReferer() bool + func (o *MediaStreamingAccessRecordAllOfRequestMessage) HasUserAgent() bool + func (o *MediaStreamingAccessRecordAllOfRequestMessage) HasUserIdentity() bool + func (o *MediaStreamingAccessRecordAllOfRequestMessage) SetBodySize(v int32) + func (o *MediaStreamingAccessRecordAllOfRequestMessage) SetContentType(v string) + func (o *MediaStreamingAccessRecordAllOfRequestMessage) SetMethod(v string) + func (o *MediaStreamingAccessRecordAllOfRequestMessage) SetProtocolVersion(v string) + func (o *MediaStreamingAccessRecordAllOfRequestMessage) SetRange(v string) + func (o *MediaStreamingAccessRecordAllOfRequestMessage) SetReferer(v string) + func (o *MediaStreamingAccessRecordAllOfRequestMessage) SetSize(v int32) + func (o *MediaStreamingAccessRecordAllOfRequestMessage) SetUrl(v string) + func (o *MediaStreamingAccessRecordAllOfRequestMessage) SetUserAgent(v string) + func (o *MediaStreamingAccessRecordAllOfRequestMessage) SetUserIdentity(v string) + func (o MediaStreamingAccessRecordAllOfRequestMessage) MarshalJSON() ([]byte, error) + func (o MediaStreamingAccessRecordAllOfRequestMessage) ToMap() (map[string]interface{}, error) + type MediaStreamingAccessRecordAllOfResponseMessage struct + BodySize int32 + ContentType *string + ResponseCode int32 + Size int32 + func NewMediaStreamingAccessRecordAllOfResponseMessage(responseCode int32, size int32, bodySize int32) *MediaStreamingAccessRecordAllOfResponseMessage + func NewMediaStreamingAccessRecordAllOfResponseMessageWithDefaults() *MediaStreamingAccessRecordAllOfResponseMessage + func (o *MediaStreamingAccessRecordAllOfResponseMessage) GetBodySize() int32 + func (o *MediaStreamingAccessRecordAllOfResponseMessage) GetBodySizeOk() (*int32, bool) + func (o *MediaStreamingAccessRecordAllOfResponseMessage) GetContentType() string + func (o *MediaStreamingAccessRecordAllOfResponseMessage) GetContentTypeOk() (*string, bool) + func (o *MediaStreamingAccessRecordAllOfResponseMessage) GetResponseCode() int32 + func (o *MediaStreamingAccessRecordAllOfResponseMessage) GetResponseCodeOk() (*int32, bool) + func (o *MediaStreamingAccessRecordAllOfResponseMessage) GetSize() int32 + func (o *MediaStreamingAccessRecordAllOfResponseMessage) GetSizeOk() (*int32, bool) + func (o *MediaStreamingAccessRecordAllOfResponseMessage) HasContentType() bool + func (o *MediaStreamingAccessRecordAllOfResponseMessage) SetBodySize(v int32) + func (o *MediaStreamingAccessRecordAllOfResponseMessage) SetContentType(v string) + func (o *MediaStreamingAccessRecordAllOfResponseMessage) SetResponseCode(v int32) + func (o *MediaStreamingAccessRecordAllOfResponseMessage) SetSize(v int32) + func (o MediaStreamingAccessRecordAllOfResponseMessage) MarshalJSON() ([]byte, error) + func (o MediaStreamingAccessRecordAllOfResponseMessage) ToMap() (map[string]interface{}, error) + type MfafInfo struct + ServingNfSetIdList []string + ServingNfTypeList []NFType + TaiList []Tai + TaiRangeList []TaiRange + func NewMfafInfo() *MfafInfo + func NewMfafInfoWithDefaults() *MfafInfo + func (o *MfafInfo) GetServingNfSetIdList() []string + func (o *MfafInfo) GetServingNfSetIdListOk() ([]string, bool) + func (o *MfafInfo) GetServingNfTypeList() []NFType + func (o *MfafInfo) GetServingNfTypeListOk() ([]NFType, bool) + func (o *MfafInfo) GetTaiList() []Tai + func (o *MfafInfo) GetTaiListOk() ([]Tai, bool) + func (o *MfafInfo) GetTaiRangeList() []TaiRange + func (o *MfafInfo) GetTaiRangeListOk() ([]TaiRange, bool) + func (o *MfafInfo) HasServingNfSetIdList() bool + func (o *MfafInfo) HasServingNfTypeList() bool + func (o *MfafInfo) HasTaiList() bool + func (o *MfafInfo) HasTaiRangeList() bool + func (o *MfafInfo) SetServingNfSetIdList(v []string) + func (o *MfafInfo) SetServingNfTypeList(v []NFType) + func (o *MfafInfo) SetTaiList(v []Tai) + func (o *MfafInfo) SetTaiRangeList(v []TaiRange) + func (o MfafInfo) MarshalJSON() ([]byte, error) + func (o MfafInfo) ToMap() (map[string]interface{}, error) + type MlAnalyticsInfo struct + MlAnalyticsIds []NwdafEvent + SnssaiList []Snssai + TrackingAreaList []Tai + func NewMlAnalyticsInfo() *MlAnalyticsInfo + func NewMlAnalyticsInfoWithDefaults() *MlAnalyticsInfo + func (o *MlAnalyticsInfo) GetMlAnalyticsIds() []NwdafEvent + func (o *MlAnalyticsInfo) GetMlAnalyticsIdsOk() ([]NwdafEvent, bool) + func (o *MlAnalyticsInfo) GetSnssaiList() []Snssai + func (o *MlAnalyticsInfo) GetSnssaiListOk() ([]Snssai, bool) + func (o *MlAnalyticsInfo) GetTrackingAreaList() []Tai + func (o *MlAnalyticsInfo) GetTrackingAreaListOk() ([]Tai, bool) + func (o *MlAnalyticsInfo) HasMlAnalyticsIds() bool + func (o *MlAnalyticsInfo) HasSnssaiList() bool + func (o *MlAnalyticsInfo) HasTrackingAreaList() bool + func (o *MlAnalyticsInfo) SetMlAnalyticsIds(v []NwdafEvent) + func (o *MlAnalyticsInfo) SetSnssaiList(v []Snssai) + func (o *MlAnalyticsInfo) SetTrackingAreaList(v []Tai) + func (o MlAnalyticsInfo) MarshalJSON() ([]byte, error) + func (o MlAnalyticsInfo) ToMap() (map[string]interface{}, error) + type MmTransactionLocationReportItem struct + Ecgi *Ecgi + N3gaLocation *N3gaLocation + Ncgi *Ncgi + Tai *Tai + Timestamp time.Time + Transactions int32 + func NewMmTransactionLocationReportItem(timestamp time.Time, transactions int32) *MmTransactionLocationReportItem + func NewMmTransactionLocationReportItemWithDefaults() *MmTransactionLocationReportItem + func (o *MmTransactionLocationReportItem) GetEcgi() Ecgi + func (o *MmTransactionLocationReportItem) GetEcgiOk() (*Ecgi, bool) + func (o *MmTransactionLocationReportItem) GetN3gaLocation() N3gaLocation + func (o *MmTransactionLocationReportItem) GetN3gaLocationOk() (*N3gaLocation, bool) + func (o *MmTransactionLocationReportItem) GetNcgi() Ncgi + func (o *MmTransactionLocationReportItem) GetNcgiOk() (*Ncgi, bool) + func (o *MmTransactionLocationReportItem) GetTai() Tai + func (o *MmTransactionLocationReportItem) GetTaiOk() (*Tai, bool) + func (o *MmTransactionLocationReportItem) GetTimestamp() time.Time + func (o *MmTransactionLocationReportItem) GetTimestampOk() (*time.Time, bool) + func (o *MmTransactionLocationReportItem) GetTransactions() int32 + func (o *MmTransactionLocationReportItem) GetTransactionsOk() (*int32, bool) + func (o *MmTransactionLocationReportItem) HasEcgi() bool + func (o *MmTransactionLocationReportItem) HasN3gaLocation() bool + func (o *MmTransactionLocationReportItem) HasNcgi() bool + func (o *MmTransactionLocationReportItem) HasTai() bool + func (o *MmTransactionLocationReportItem) SetEcgi(v Ecgi) + func (o *MmTransactionLocationReportItem) SetN3gaLocation(v N3gaLocation) + func (o *MmTransactionLocationReportItem) SetNcgi(v Ncgi) + func (o *MmTransactionLocationReportItem) SetTai(v Tai) + func (o *MmTransactionLocationReportItem) SetTimestamp(v time.Time) + func (o *MmTransactionLocationReportItem) SetTransactions(v int32) + func (o MmTransactionLocationReportItem) MarshalJSON() ([]byte, error) + func (o MmTransactionLocationReportItem) ToMap() (map[string]interface{}, error) + type MmTransactionSliceReportItem struct + Snssai *Snssai + Timestamp time.Time + Transactions int32 + func NewMmTransactionSliceReportItem(timestamp time.Time, transactions int32) *MmTransactionSliceReportItem + func NewMmTransactionSliceReportItemWithDefaults() *MmTransactionSliceReportItem + func (o *MmTransactionSliceReportItem) GetSnssai() Snssai + func (o *MmTransactionSliceReportItem) GetSnssaiOk() (*Snssai, bool) + func (o *MmTransactionSliceReportItem) GetTimestamp() time.Time + func (o *MmTransactionSliceReportItem) GetTimestampOk() (*time.Time, bool) + func (o *MmTransactionSliceReportItem) GetTransactions() int32 + func (o *MmTransactionSliceReportItem) GetTransactionsOk() (*int32, bool) + func (o *MmTransactionSliceReportItem) HasSnssai() bool + func (o *MmTransactionSliceReportItem) SetSnssai(v Snssai) + func (o *MmTransactionSliceReportItem) SetTimestamp(v time.Time) + func (o *MmTransactionSliceReportItem) SetTransactions(v int32) + func (o MmTransactionSliceReportItem) MarshalJSON() ([]byte, error) + func (o MmTransactionSliceReportItem) ToMap() (map[string]interface{}, error) + type MnpfInfo struct + MsisdnRanges []IdentityRange + func NewMnpfInfo(msisdnRanges []IdentityRange) *MnpfInfo + func NewMnpfInfoWithDefaults() *MnpfInfo + func (o *MnpfInfo) GetMsisdnRanges() []IdentityRange + func (o *MnpfInfo) GetMsisdnRangesOk() ([]IdentityRange, bool) + func (o *MnpfInfo) SetMsisdnRanges(v []IdentityRange) + func (o MnpfInfo) MarshalJSON() ([]byte, error) + func (o MnpfInfo) ToMap() (map[string]interface{}, error) + type Model5GDdnmfInfo struct + PlmnId PlmnId + func NewModel5GDdnmfInfo(plmnId PlmnId) *Model5GDdnmfInfo + func NewModel5GDdnmfInfoWithDefaults() *Model5GDdnmfInfo + func (o *Model5GDdnmfInfo) GetPlmnId() PlmnId + func (o *Model5GDdnmfInfo) GetPlmnIdOk() (*PlmnId, bool) + func (o *Model5GDdnmfInfo) SetPlmnId(v PlmnId) + func (o Model5GDdnmfInfo) MarshalJSON() ([]byte, error) + func (o Model5GDdnmfInfo) ToMap() (map[string]interface{}, error) + type Model5GsUserState struct + String *string + func (dst *Model5GsUserState) UnmarshalJSON(data []byte) error + func (src *Model5GsUserState) MarshalJSON() ([]byte, error) + type Model5GsUserStateInfo struct + AccessType AccessType + Var5gsUserState Model5GsUserState + func NewModel5GsUserStateInfo(var5gsUserState Model5GsUserState, accessType AccessType) *Model5GsUserStateInfo + func NewModel5GsUserStateInfoWithDefaults() *Model5GsUserStateInfo + func (o *Model5GsUserStateInfo) GetAccessType() AccessType + func (o *Model5GsUserStateInfo) GetAccessTypeOk() (*AccessType, bool) + func (o *Model5GsUserStateInfo) GetVar5gsUserState() Model5GsUserState + func (o *Model5GsUserStateInfo) GetVar5gsUserStateOk() (*Model5GsUserState, bool) + func (o *Model5GsUserStateInfo) SetAccessType(v AccessType) + func (o *Model5GsUserStateInfo) SetVar5gsUserState(v Model5GsUserState) + func (o Model5GsUserStateInfo) MarshalJSON() ([]byte, error) + func (o Model5GsUserStateInfo) ToMap() (map[string]interface{}, error) + type MonitoringReport struct + EventType EventType + Gpsi *string + ReachabilityForSmsReport *ReachabilityForSmsReport + ReachabilityReport *ReachabilityReport + ReferenceId int32 + Report *Report + TimeStamp time.Time + func NewMonitoringReport(referenceId int32, eventType EventType, timeStamp time.Time) *MonitoringReport + func NewMonitoringReportWithDefaults() *MonitoringReport + func (o *MonitoringReport) GetEventType() EventType + func (o *MonitoringReport) GetEventTypeOk() (*EventType, bool) + func (o *MonitoringReport) GetGpsi() string + func (o *MonitoringReport) GetGpsiOk() (*string, bool) + func (o *MonitoringReport) GetReachabilityForSmsReport() ReachabilityForSmsReport + func (o *MonitoringReport) GetReachabilityForSmsReportOk() (*ReachabilityForSmsReport, bool) + func (o *MonitoringReport) GetReachabilityReport() ReachabilityReport + func (o *MonitoringReport) GetReachabilityReportOk() (*ReachabilityReport, bool) + func (o *MonitoringReport) GetReferenceId() int32 + func (o *MonitoringReport) GetReferenceIdOk() (*int32, bool) + func (o *MonitoringReport) GetReport() Report + func (o *MonitoringReport) GetReportOk() (*Report, bool) + func (o *MonitoringReport) GetTimeStamp() time.Time + func (o *MonitoringReport) GetTimeStampOk() (*time.Time, bool) + func (o *MonitoringReport) HasGpsi() bool + func (o *MonitoringReport) HasReachabilityForSmsReport() bool + func (o *MonitoringReport) HasReachabilityReport() bool + func (o *MonitoringReport) HasReport() bool + func (o *MonitoringReport) SetEventType(v EventType) + func (o *MonitoringReport) SetGpsi(v string) + func (o *MonitoringReport) SetReachabilityForSmsReport(v ReachabilityForSmsReport) + func (o *MonitoringReport) SetReachabilityReport(v ReachabilityReport) + func (o *MonitoringReport) SetReferenceId(v int32) + func (o *MonitoringReport) SetReport(v Report) + func (o *MonitoringReport) SetTimeStamp(v time.Time) + func (o MonitoringReport) MarshalJSON() ([]byte, error) + func (o MonitoringReport) ToMap() (map[string]interface{}, error) + type MsConsumptionCollection struct + MsConsumps []string + func NewMsConsumptionCollection(msConsumps []string) *MsConsumptionCollection + func NewMsConsumptionCollectionWithDefaults() *MsConsumptionCollection + func (o *MsConsumptionCollection) GetMsConsumps() []string + func (o *MsConsumptionCollection) GetMsConsumpsOk() ([]string, bool) + func (o *MsConsumptionCollection) SetMsConsumps(v []string) + func (o MsConsumptionCollection) MarshalJSON() ([]byte, error) + func (o MsConsumptionCollection) ToMap() (map[string]interface{}, error) + type MsDynPolicyInvocationCollection struct + MsDynPlyInvocs []DynamicPolicy + func NewMsDynPolicyInvocationCollection(msDynPlyInvocs []DynamicPolicy) *MsDynPolicyInvocationCollection + func NewMsDynPolicyInvocationCollectionWithDefaults() *MsDynPolicyInvocationCollection + func (o *MsDynPolicyInvocationCollection) GetMsDynPlyInvocs() []DynamicPolicy + func (o *MsDynPolicyInvocationCollection) GetMsDynPlyInvocsOk() ([]DynamicPolicy, bool) + func (o *MsDynPolicyInvocationCollection) SetMsDynPlyInvocs(v []DynamicPolicy) + func (o MsDynPolicyInvocationCollection) MarshalJSON() ([]byte, error) + func (o MsDynPolicyInvocationCollection) ToMap() (map[string]interface{}, error) + type MsNetAssInvocationCollection struct + MsNetAssInvocs []NetworkAssistanceSession + func NewMsNetAssInvocationCollection(msNetAssInvocs []NetworkAssistanceSession) *MsNetAssInvocationCollection + func NewMsNetAssInvocationCollectionWithDefaults() *MsNetAssInvocationCollection + func (o *MsNetAssInvocationCollection) GetMsNetAssInvocs() []NetworkAssistanceSession + func (o *MsNetAssInvocationCollection) GetMsNetAssInvocsOk() ([]NetworkAssistanceSession, bool) + func (o *MsNetAssInvocationCollection) SetMsNetAssInvocs(v []NetworkAssistanceSession) + func (o MsNetAssInvocationCollection) MarshalJSON() ([]byte, error) + func (o MsNetAssInvocationCollection) ToMap() (map[string]interface{}, error) + type MsQoeMetricsCollection struct + MsQoeMetrics []string + func NewMsQoeMetricsCollection(msQoeMetrics []string) *MsQoeMetricsCollection + func NewMsQoeMetricsCollectionWithDefaults() *MsQoeMetricsCollection + func (o *MsQoeMetricsCollection) GetMsQoeMetrics() []string + func (o *MsQoeMetricsCollection) GetMsQoeMetricsOk() ([]string, bool) + func (o *MsQoeMetricsCollection) SetMsQoeMetrics(v []string) + func (o MsQoeMetricsCollection) MarshalJSON() ([]byte, error) + func (o MsQoeMetricsCollection) ToMap() (map[string]interface{}, error) + type N1MessageClass struct + String *string + func (dst *N1MessageClass) UnmarshalJSON(data []byte) error + func (src *N1MessageClass) MarshalJSON() ([]byte, error) + type N2InformationClass struct + String *string + func (dst *N2InformationClass) UnmarshalJSON(data []byte) error + func (src *N2InformationClass) MarshalJSON() ([]byte, error) + type N2InterfaceAmfInfo struct + Interface *interface{} + func (dst *N2InterfaceAmfInfo) UnmarshalJSON(data []byte) error + func (src *N2InterfaceAmfInfo) MarshalJSON() ([]byte, error) + type N32Purpose struct + String *string + func (dst *N32Purpose) UnmarshalJSON(data []byte) error + func (src *N32Purpose) MarshalJSON() ([]byte, error) + type N3gaLocation struct + Gci *string + Gli *string + HfcNodeId *HfcNodeId + N3IwfId *string + N3gppTai *Tai + PortNumber *int32 + Protocol *TransportProtocol + TnapId *TnapId + TwapId *TwapId + UeIpv4Addr *string + UeIpv6Addr *Ipv6Addr + W5gbanLineType *LineType + func NewN3gaLocation() *N3gaLocation + func NewN3gaLocationWithDefaults() *N3gaLocation + func (o *N3gaLocation) GetGci() string + func (o *N3gaLocation) GetGciOk() (*string, bool) + func (o *N3gaLocation) GetGli() string + func (o *N3gaLocation) GetGliOk() (*string, bool) + func (o *N3gaLocation) GetHfcNodeId() HfcNodeId + func (o *N3gaLocation) GetHfcNodeIdOk() (*HfcNodeId, bool) + func (o *N3gaLocation) GetN3IwfId() string + func (o *N3gaLocation) GetN3IwfIdOk() (*string, bool) + func (o *N3gaLocation) GetN3gppTai() Tai + func (o *N3gaLocation) GetN3gppTaiOk() (*Tai, bool) + func (o *N3gaLocation) GetPortNumber() int32 + func (o *N3gaLocation) GetPortNumberOk() (*int32, bool) + func (o *N3gaLocation) GetProtocol() TransportProtocol + func (o *N3gaLocation) GetProtocolOk() (*TransportProtocol, bool) + func (o *N3gaLocation) GetTnapId() TnapId + func (o *N3gaLocation) GetTnapIdOk() (*TnapId, bool) + func (o *N3gaLocation) GetTwapId() TwapId + func (o *N3gaLocation) GetTwapIdOk() (*TwapId, bool) + func (o *N3gaLocation) GetUeIpv4Addr() string + func (o *N3gaLocation) GetUeIpv4AddrOk() (*string, bool) + func (o *N3gaLocation) GetUeIpv6Addr() Ipv6Addr + func (o *N3gaLocation) GetUeIpv6AddrOk() (*Ipv6Addr, bool) + func (o *N3gaLocation) GetW5gbanLineType() LineType + func (o *N3gaLocation) GetW5gbanLineTypeOk() (*LineType, bool) + func (o *N3gaLocation) HasGci() bool + func (o *N3gaLocation) HasGli() bool + func (o *N3gaLocation) HasHfcNodeId() bool + func (o *N3gaLocation) HasN3IwfId() bool + func (o *N3gaLocation) HasN3gppTai() bool + func (o *N3gaLocation) HasPortNumber() bool + func (o *N3gaLocation) HasProtocol() bool + func (o *N3gaLocation) HasTnapId() bool + func (o *N3gaLocation) HasTwapId() bool + func (o *N3gaLocation) HasUeIpv4Addr() bool + func (o *N3gaLocation) HasUeIpv6Addr() bool + func (o *N3gaLocation) HasW5gbanLineType() bool + func (o *N3gaLocation) SetGci(v string) + func (o *N3gaLocation) SetGli(v string) + func (o *N3gaLocation) SetHfcNodeId(v HfcNodeId) + func (o *N3gaLocation) SetN3IwfId(v string) + func (o *N3gaLocation) SetN3gppTai(v Tai) + func (o *N3gaLocation) SetPortNumber(v int32) + func (o *N3gaLocation) SetProtocol(v TransportProtocol) + func (o *N3gaLocation) SetTnapId(v TnapId) + func (o *N3gaLocation) SetTwapId(v TwapId) + func (o *N3gaLocation) SetUeIpv4Addr(v string) + func (o *N3gaLocation) SetUeIpv6Addr(v Ipv6Addr) + func (o *N3gaLocation) SetW5gbanLineType(v LineType) + func (o N3gaLocation) MarshalJSON() ([]byte, error) + func (o N3gaLocation) ToMap() (map[string]interface{}, error) + type NFProfile struct + Interface *interface{} + func (dst *NFProfile) UnmarshalJSON(data []byte) error + func (src *NFProfile) MarshalJSON() ([]byte, error) + type NFService struct + AllowedNfDomains []string + AllowedNfTypes []NFType + AllowedNssais []ExtSnssai + AllowedOperationsPerNfInstance *map[string][]string + AllowedOperationsPerNfInstanceOverrides *bool + AllowedOperationsPerNfType *map[string][]string + AllowedPlmns []PlmnId + AllowedSnpns []PlmnIdNid + ApiPrefix *string + Capacity *int32 + DefaultNotificationSubscriptions []DefaultNotificationSubscription + Fqdn *string + InterPlmnFqdn *string + IpEndPoints []IpEndPoint + Load *int32 + LoadTimeStamp *time.Time + NfServiceSetIdList []string + NfServiceStatus NFServiceStatus + Oauth2Required *bool + PerPlmnOauth2ReqList *PlmnOauth2 + PerPlmnSnssaiList []PlmnSnssai + Priority *int32 + RecoveryTime *time.Time + SNssais []ExtSnssai + Scheme UriScheme + ServiceInstanceId string + ServiceName ServiceName + SupportedFeatures *string + SupportedVendorSpecificFeatures *map[string][]VendorSpecificFeature + VendorId *string + Versions []NFServiceVersion + func NewNFService(serviceInstanceId string, serviceName ServiceName, versions []NFServiceVersion, ...) *NFService + func NewNFServiceWithDefaults() *NFService + func (o *NFService) GetAllowedNfDomains() []string + func (o *NFService) GetAllowedNfDomainsOk() ([]string, bool) + func (o *NFService) GetAllowedNfTypes() []NFType + func (o *NFService) GetAllowedNfTypesOk() ([]NFType, bool) + func (o *NFService) GetAllowedNssais() []ExtSnssai + func (o *NFService) GetAllowedNssaisOk() ([]ExtSnssai, bool) + func (o *NFService) GetAllowedOperationsPerNfInstance() map[string][]string + func (o *NFService) GetAllowedOperationsPerNfInstanceOk() (*map[string][]string, bool) + func (o *NFService) GetAllowedOperationsPerNfInstanceOverrides() bool + func (o *NFService) GetAllowedOperationsPerNfInstanceOverridesOk() (*bool, bool) + func (o *NFService) GetAllowedOperationsPerNfType() map[string][]string + func (o *NFService) GetAllowedOperationsPerNfTypeOk() (*map[string][]string, bool) + func (o *NFService) GetAllowedPlmns() []PlmnId + func (o *NFService) GetAllowedPlmnsOk() ([]PlmnId, bool) + func (o *NFService) GetAllowedSnpns() []PlmnIdNid + func (o *NFService) GetAllowedSnpnsOk() ([]PlmnIdNid, bool) + func (o *NFService) GetApiPrefix() string + func (o *NFService) GetApiPrefixOk() (*string, bool) + func (o *NFService) GetCapacity() int32 + func (o *NFService) GetCapacityOk() (*int32, bool) + func (o *NFService) GetDefaultNotificationSubscriptions() []DefaultNotificationSubscription + func (o *NFService) GetDefaultNotificationSubscriptionsOk() ([]DefaultNotificationSubscription, bool) + func (o *NFService) GetFqdn() string + func (o *NFService) GetFqdnOk() (*string, bool) + func (o *NFService) GetInterPlmnFqdn() string + func (o *NFService) GetInterPlmnFqdnOk() (*string, bool) + func (o *NFService) GetIpEndPoints() []IpEndPoint + func (o *NFService) GetIpEndPointsOk() ([]IpEndPoint, bool) + func (o *NFService) GetLoad() int32 + func (o *NFService) GetLoadOk() (*int32, bool) + func (o *NFService) GetLoadTimeStamp() time.Time + func (o *NFService) GetLoadTimeStampOk() (*time.Time, bool) + func (o *NFService) GetNfServiceSetIdList() []string + func (o *NFService) GetNfServiceSetIdListOk() ([]string, bool) + func (o *NFService) GetNfServiceStatus() NFServiceStatus + func (o *NFService) GetNfServiceStatusOk() (*NFServiceStatus, bool) + func (o *NFService) GetOauth2Required() bool + func (o *NFService) GetOauth2RequiredOk() (*bool, bool) + func (o *NFService) GetPerPlmnOauth2ReqList() PlmnOauth2 + func (o *NFService) GetPerPlmnOauth2ReqListOk() (*PlmnOauth2, bool) + func (o *NFService) GetPerPlmnSnssaiList() []PlmnSnssai + func (o *NFService) GetPerPlmnSnssaiListOk() ([]PlmnSnssai, bool) + func (o *NFService) GetPriority() int32 + func (o *NFService) GetPriorityOk() (*int32, bool) + func (o *NFService) GetRecoveryTime() time.Time + func (o *NFService) GetRecoveryTimeOk() (*time.Time, bool) + func (o *NFService) GetSNssais() []ExtSnssai + func (o *NFService) GetSNssaisOk() ([]ExtSnssai, bool) + func (o *NFService) GetScheme() UriScheme + func (o *NFService) GetSchemeOk() (*UriScheme, bool) + func (o *NFService) GetServiceInstanceId() string + func (o *NFService) GetServiceInstanceIdOk() (*string, bool) + func (o *NFService) GetServiceName() ServiceName + func (o *NFService) GetServiceNameOk() (*ServiceName, bool) + func (o *NFService) GetSupportedFeatures() string + func (o *NFService) GetSupportedFeaturesOk() (*string, bool) + func (o *NFService) GetSupportedVendorSpecificFeatures() map[string][]VendorSpecificFeature + func (o *NFService) GetSupportedVendorSpecificFeaturesOk() (*map[string][]VendorSpecificFeature, bool) + func (o *NFService) GetVendorId() string + func (o *NFService) GetVendorIdOk() (*string, bool) + func (o *NFService) GetVersions() []NFServiceVersion + func (o *NFService) GetVersionsOk() ([]NFServiceVersion, bool) + func (o *NFService) HasAllowedNfDomains() bool + func (o *NFService) HasAllowedNfTypes() bool + func (o *NFService) HasAllowedNssais() bool + func (o *NFService) HasAllowedOperationsPerNfInstance() bool + func (o *NFService) HasAllowedOperationsPerNfInstanceOverrides() bool + func (o *NFService) HasAllowedOperationsPerNfType() bool + func (o *NFService) HasAllowedPlmns() bool + func (o *NFService) HasAllowedSnpns() bool + func (o *NFService) HasApiPrefix() bool + func (o *NFService) HasCapacity() bool + func (o *NFService) HasDefaultNotificationSubscriptions() bool + func (o *NFService) HasFqdn() bool + func (o *NFService) HasInterPlmnFqdn() bool + func (o *NFService) HasIpEndPoints() bool + func (o *NFService) HasLoad() bool + func (o *NFService) HasLoadTimeStamp() bool + func (o *NFService) HasNfServiceSetIdList() bool + func (o *NFService) HasOauth2Required() bool + func (o *NFService) HasPerPlmnOauth2ReqList() bool + func (o *NFService) HasPerPlmnSnssaiList() bool + func (o *NFService) HasPriority() bool + func (o *NFService) HasRecoveryTime() bool + func (o *NFService) HasSNssais() bool + func (o *NFService) HasSupportedFeatures() bool + func (o *NFService) HasSupportedVendorSpecificFeatures() bool + func (o *NFService) HasVendorId() bool + func (o *NFService) SetAllowedNfDomains(v []string) + func (o *NFService) SetAllowedNfTypes(v []NFType) + func (o *NFService) SetAllowedNssais(v []ExtSnssai) + func (o *NFService) SetAllowedOperationsPerNfInstance(v map[string][]string) + func (o *NFService) SetAllowedOperationsPerNfInstanceOverrides(v bool) + func (o *NFService) SetAllowedOperationsPerNfType(v map[string][]string) + func (o *NFService) SetAllowedPlmns(v []PlmnId) + func (o *NFService) SetAllowedSnpns(v []PlmnIdNid) + func (o *NFService) SetApiPrefix(v string) + func (o *NFService) SetCapacity(v int32) + func (o *NFService) SetDefaultNotificationSubscriptions(v []DefaultNotificationSubscription) + func (o *NFService) SetFqdn(v string) + func (o *NFService) SetInterPlmnFqdn(v string) + func (o *NFService) SetIpEndPoints(v []IpEndPoint) + func (o *NFService) SetLoad(v int32) + func (o *NFService) SetLoadTimeStamp(v time.Time) + func (o *NFService) SetNfServiceSetIdList(v []string) + func (o *NFService) SetNfServiceStatus(v NFServiceStatus) + func (o *NFService) SetOauth2Required(v bool) + func (o *NFService) SetPerPlmnOauth2ReqList(v PlmnOauth2) + func (o *NFService) SetPerPlmnSnssaiList(v []PlmnSnssai) + func (o *NFService) SetPriority(v int32) + func (o *NFService) SetRecoveryTime(v time.Time) + func (o *NFService) SetSNssais(v []ExtSnssai) + func (o *NFService) SetScheme(v UriScheme) + func (o *NFService) SetServiceInstanceId(v string) + func (o *NFService) SetServiceName(v ServiceName) + func (o *NFService) SetSupportedFeatures(v string) + func (o *NFService) SetSupportedVendorSpecificFeatures(v map[string][]VendorSpecificFeature) + func (o *NFService) SetVendorId(v string) + func (o *NFService) SetVersions(v []NFServiceVersion) + func (o NFService) MarshalJSON() ([]byte, error) + func (o NFService) ToMap() (map[string]interface{}, error) + type NFServiceStatus struct + String *string + func (dst *NFServiceStatus) UnmarshalJSON(data []byte) error + func (src *NFServiceStatus) MarshalJSON() ([]byte, error) + type NFServiceVersion struct + ApiFullVersion string + ApiVersionInUri string + Expiry *time.Time + func NewNFServiceVersion(apiVersionInUri string, apiFullVersion string) *NFServiceVersion + func NewNFServiceVersionWithDefaults() *NFServiceVersion + func (o *NFServiceVersion) GetApiFullVersion() string + func (o *NFServiceVersion) GetApiFullVersionOk() (*string, bool) + func (o *NFServiceVersion) GetApiVersionInUri() string + func (o *NFServiceVersion) GetApiVersionInUriOk() (*string, bool) + func (o *NFServiceVersion) GetExpiry() time.Time + func (o *NFServiceVersion) GetExpiryOk() (*time.Time, bool) + func (o *NFServiceVersion) HasExpiry() bool + func (o *NFServiceVersion) SetApiFullVersion(v string) + func (o *NFServiceVersion) SetApiVersionInUri(v string) + func (o *NFServiceVersion) SetExpiry(v time.Time) + func (o NFServiceVersion) MarshalJSON() ([]byte, error) + func (o NFServiceVersion) ToMap() (map[string]interface{}, error) + type NFType struct + String *string + func (dst *NFType) UnmarshalJSON(data []byte) error + func (src *NFType) MarshalJSON() ([]byte, error) + 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 NcgiTai struct + CellList []Ncgi + Tai Tai + func NewNcgiTai(tai Tai, cellList []Ncgi) *NcgiTai + func NewNcgiTaiWithDefaults() *NcgiTai + func (o *NcgiTai) GetCellList() []Ncgi + func (o *NcgiTai) GetCellListOk() ([]Ncgi, bool) + func (o *NcgiTai) GetTai() Tai + func (o *NcgiTai) GetTaiOk() (*Tai, bool) + func (o *NcgiTai) SetCellList(v []Ncgi) + func (o *NcgiTai) SetTai(v Tai) + func (o NcgiTai) MarshalJSON() ([]byte, error) + func (o NcgiTai) ToMap() (map[string]interface{}, error) + type NefCond struct + AfEvents []AfEvent + ConditionType string + ExternalGroupIdentifiersRanges []IdentityRange + GpsiRanges []IdentityRange + PfdData *PfdData + ServedFqdnList []string + SnssaiList []Snssai + func NewNefCond(conditionType string) *NefCond + func NewNefCondWithDefaults() *NefCond + func (o *NefCond) GetAfEvents() []AfEvent + func (o *NefCond) GetAfEventsOk() ([]AfEvent, bool) + func (o *NefCond) GetConditionType() string + func (o *NefCond) GetConditionTypeOk() (*string, bool) + func (o *NefCond) GetExternalGroupIdentifiersRanges() []IdentityRange + func (o *NefCond) GetExternalGroupIdentifiersRangesOk() ([]IdentityRange, bool) + func (o *NefCond) GetGpsiRanges() []IdentityRange + func (o *NefCond) GetGpsiRangesOk() ([]IdentityRange, bool) + func (o *NefCond) GetPfdData() PfdData + func (o *NefCond) GetPfdDataOk() (*PfdData, bool) + func (o *NefCond) GetServedFqdnList() []string + func (o *NefCond) GetServedFqdnListOk() ([]string, bool) + func (o *NefCond) GetSnssaiList() []Snssai + func (o *NefCond) GetSnssaiListOk() ([]Snssai, bool) + func (o *NefCond) HasAfEvents() bool + func (o *NefCond) HasExternalGroupIdentifiersRanges() bool + func (o *NefCond) HasGpsiRanges() bool + func (o *NefCond) HasPfdData() bool + func (o *NefCond) HasServedFqdnList() bool + func (o *NefCond) HasSnssaiList() bool + func (o *NefCond) SetAfEvents(v []AfEvent) + func (o *NefCond) SetConditionType(v string) + func (o *NefCond) SetExternalGroupIdentifiersRanges(v []IdentityRange) + func (o *NefCond) SetGpsiRanges(v []IdentityRange) + func (o *NefCond) SetPfdData(v PfdData) + func (o *NefCond) SetServedFqdnList(v []string) + func (o *NefCond) SetSnssaiList(v []Snssai) + func (o NefCond) MarshalJSON() ([]byte, error) + func (o NefCond) ToMap() (map[string]interface{}, error) + type NefEvent struct + String *string + func (dst *NefEvent) UnmarshalJSON(data []byte) error + func (src *NefEvent) MarshalJSON() ([]byte, error) + type NefEventExposureNotif struct + EventNotifs []NefEventNotification + NotifId string + func NewNefEventExposureNotif(notifId string, eventNotifs []NefEventNotification) *NefEventExposureNotif + func NewNefEventExposureNotifWithDefaults() *NefEventExposureNotif + func (o *NefEventExposureNotif) GetEventNotifs() []NefEventNotification + func (o *NefEventExposureNotif) GetEventNotifsOk() ([]NefEventNotification, bool) + func (o *NefEventExposureNotif) GetNotifId() string + func (o *NefEventExposureNotif) GetNotifIdOk() (*string, bool) + func (o *NefEventExposureNotif) SetEventNotifs(v []NefEventNotification) + func (o *NefEventExposureNotif) SetNotifId(v string) + func (o NefEventExposureNotif) MarshalJSON() ([]byte, error) + func (o NefEventExposureNotif) ToMap() (map[string]interface{}, error) + type NefEventNotification struct + CollBhvrInfs []CollectiveBehaviourInfo + CongestionInfos []UserDataCongestionCollection + DispersionInfos []DispersionCollection1 + Event NefEvent + ExcepInfos []ExceptionInfo + MsAccActInfos []MSAccessActivityCollection + MsConsumpInfos []MsConsumptionCollection + MsDynPlyInvInfos []MsDynPolicyInvocationCollection + MsNetAssInvInfos []MsNetAssInvocationCollection + MsQoeMetrInfos []MsQoeMetricsCollection + PerfDataInfos []PerformanceDataInfo + SvcExprcInfos []ServiceExperienceInfo1 + TimeStamp time.Time + UeCommInfos []UeCommunicationInfo + UeMobilityInfos []UeMobilityInfo + func NewNefEventNotification(event NefEvent, timeStamp time.Time) *NefEventNotification + func NewNefEventNotificationWithDefaults() *NefEventNotification + func (o *NefEventNotification) GetCollBhvrInfs() []CollectiveBehaviourInfo + func (o *NefEventNotification) GetCollBhvrInfsOk() ([]CollectiveBehaviourInfo, bool) + func (o *NefEventNotification) GetCongestionInfos() []UserDataCongestionCollection + func (o *NefEventNotification) GetCongestionInfosOk() ([]UserDataCongestionCollection, bool) + func (o *NefEventNotification) GetDispersionInfos() []DispersionCollection1 + func (o *NefEventNotification) GetDispersionInfosOk() ([]DispersionCollection1, bool) + func (o *NefEventNotification) GetEvent() NefEvent + func (o *NefEventNotification) GetEventOk() (*NefEvent, bool) + func (o *NefEventNotification) GetExcepInfos() []ExceptionInfo + func (o *NefEventNotification) GetExcepInfosOk() ([]ExceptionInfo, bool) + func (o *NefEventNotification) GetMsAccActInfos() []MSAccessActivityCollection + func (o *NefEventNotification) GetMsAccActInfosOk() ([]MSAccessActivityCollection, bool) + func (o *NefEventNotification) GetMsConsumpInfos() []MsConsumptionCollection + func (o *NefEventNotification) GetMsConsumpInfosOk() ([]MsConsumptionCollection, bool) + func (o *NefEventNotification) GetMsDynPlyInvInfos() []MsDynPolicyInvocationCollection + func (o *NefEventNotification) GetMsDynPlyInvInfosOk() ([]MsDynPolicyInvocationCollection, bool) + func (o *NefEventNotification) GetMsNetAssInvInfos() []MsNetAssInvocationCollection + func (o *NefEventNotification) GetMsNetAssInvInfosOk() ([]MsNetAssInvocationCollection, bool) + func (o *NefEventNotification) GetMsQoeMetrInfos() []MsQoeMetricsCollection + func (o *NefEventNotification) GetMsQoeMetrInfosOk() ([]MsQoeMetricsCollection, bool) + func (o *NefEventNotification) GetPerfDataInfos() []PerformanceDataInfo + func (o *NefEventNotification) GetPerfDataInfosOk() ([]PerformanceDataInfo, bool) + func (o *NefEventNotification) GetSvcExprcInfos() []ServiceExperienceInfo1 + func (o *NefEventNotification) GetSvcExprcInfosOk() ([]ServiceExperienceInfo1, bool) + func (o *NefEventNotification) GetTimeStamp() time.Time + func (o *NefEventNotification) GetTimeStampOk() (*time.Time, bool) + func (o *NefEventNotification) GetUeCommInfos() []UeCommunicationInfo + func (o *NefEventNotification) GetUeCommInfosOk() ([]UeCommunicationInfo, bool) + func (o *NefEventNotification) GetUeMobilityInfos() []UeMobilityInfo + func (o *NefEventNotification) GetUeMobilityInfosOk() ([]UeMobilityInfo, bool) + func (o *NefEventNotification) HasCollBhvrInfs() bool + func (o *NefEventNotification) HasCongestionInfos() bool + func (o *NefEventNotification) HasDispersionInfos() bool + func (o *NefEventNotification) HasExcepInfos() bool + func (o *NefEventNotification) HasMsAccActInfos() bool + func (o *NefEventNotification) HasMsConsumpInfos() bool + func (o *NefEventNotification) HasMsDynPlyInvInfos() bool + func (o *NefEventNotification) HasMsNetAssInvInfos() bool + func (o *NefEventNotification) HasMsQoeMetrInfos() bool + func (o *NefEventNotification) HasPerfDataInfos() bool + func (o *NefEventNotification) HasSvcExprcInfos() bool + func (o *NefEventNotification) HasUeCommInfos() bool + func (o *NefEventNotification) HasUeMobilityInfos() bool + func (o *NefEventNotification) SetCollBhvrInfs(v []CollectiveBehaviourInfo) + func (o *NefEventNotification) SetCongestionInfos(v []UserDataCongestionCollection) + func (o *NefEventNotification) SetDispersionInfos(v []DispersionCollection1) + func (o *NefEventNotification) SetEvent(v NefEvent) + func (o *NefEventNotification) SetExcepInfos(v []ExceptionInfo) + func (o *NefEventNotification) SetMsAccActInfos(v []MSAccessActivityCollection) + func (o *NefEventNotification) SetMsConsumpInfos(v []MsConsumptionCollection) + func (o *NefEventNotification) SetMsDynPlyInvInfos(v []MsDynPolicyInvocationCollection) + func (o *NefEventNotification) SetMsNetAssInvInfos(v []MsNetAssInvocationCollection) + func (o *NefEventNotification) SetMsQoeMetrInfos(v []MsQoeMetricsCollection) + func (o *NefEventNotification) SetPerfDataInfos(v []PerformanceDataInfo) + func (o *NefEventNotification) SetSvcExprcInfos(v []ServiceExperienceInfo1) + func (o *NefEventNotification) SetTimeStamp(v time.Time) + func (o *NefEventNotification) SetUeCommInfos(v []UeCommunicationInfo) + func (o *NefEventNotification) SetUeMobilityInfos(v []UeMobilityInfo) + func (o NefEventNotification) MarshalJSON() ([]byte, error) + func (o NefEventNotification) ToMap() (map[string]interface{}, error) + type NefInfo struct + AfEeData *AfEventExposureData + DnaiList []string + ExternalGroupIdentifiersRanges []IdentityRange + GpsiRanges []IdentityRange + NefId *string + PfdData *PfdData + ServedFqdnList []string + TaiList []Tai + TaiRangeList []TaiRange + UasNfFunctionalityInd *bool + UnTrustAfInfoList []UnTrustAfInfo + func NewNefInfo() *NefInfo + func NewNefInfoWithDefaults() *NefInfo + func (o *NefInfo) GetAfEeData() AfEventExposureData + func (o *NefInfo) GetAfEeDataOk() (*AfEventExposureData, bool) + func (o *NefInfo) GetDnaiList() []string + func (o *NefInfo) GetDnaiListOk() ([]string, bool) + func (o *NefInfo) GetExternalGroupIdentifiersRanges() []IdentityRange + func (o *NefInfo) GetExternalGroupIdentifiersRangesOk() ([]IdentityRange, bool) + func (o *NefInfo) GetGpsiRanges() []IdentityRange + func (o *NefInfo) GetGpsiRangesOk() ([]IdentityRange, bool) + func (o *NefInfo) GetNefId() string + func (o *NefInfo) GetNefIdOk() (*string, bool) + func (o *NefInfo) GetPfdData() PfdData + func (o *NefInfo) GetPfdDataOk() (*PfdData, bool) + func (o *NefInfo) GetServedFqdnList() []string + func (o *NefInfo) GetServedFqdnListOk() ([]string, bool) + func (o *NefInfo) GetTaiList() []Tai + func (o *NefInfo) GetTaiListOk() ([]Tai, bool) + func (o *NefInfo) GetTaiRangeList() []TaiRange + func (o *NefInfo) GetTaiRangeListOk() ([]TaiRange, bool) + func (o *NefInfo) GetUasNfFunctionalityInd() bool + func (o *NefInfo) GetUasNfFunctionalityIndOk() (*bool, bool) + func (o *NefInfo) GetUnTrustAfInfoList() []UnTrustAfInfo + func (o *NefInfo) GetUnTrustAfInfoListOk() ([]UnTrustAfInfo, bool) + func (o *NefInfo) HasAfEeData() bool + func (o *NefInfo) HasDnaiList() bool + func (o *NefInfo) HasExternalGroupIdentifiersRanges() bool + func (o *NefInfo) HasGpsiRanges() bool + func (o *NefInfo) HasNefId() bool + func (o *NefInfo) HasPfdData() bool + func (o *NefInfo) HasServedFqdnList() bool + func (o *NefInfo) HasTaiList() bool + func (o *NefInfo) HasTaiRangeList() bool + func (o *NefInfo) HasUasNfFunctionalityInd() bool + func (o *NefInfo) HasUnTrustAfInfoList() bool + func (o *NefInfo) SetAfEeData(v AfEventExposureData) + func (o *NefInfo) SetDnaiList(v []string) + func (o *NefInfo) SetExternalGroupIdentifiersRanges(v []IdentityRange) + func (o *NefInfo) SetGpsiRanges(v []IdentityRange) + func (o *NefInfo) SetNefId(v string) + func (o *NefInfo) SetPfdData(v PfdData) + func (o *NefInfo) SetServedFqdnList(v []string) + func (o *NefInfo) SetTaiList(v []Tai) + func (o *NefInfo) SetTaiRangeList(v []TaiRange) + func (o *NefInfo) SetUasNfFunctionalityInd(v bool) + func (o *NefInfo) SetUnTrustAfInfoList(v []UnTrustAfInfo) + func (o NefInfo) MarshalJSON() ([]byte, error) + func (o NefInfo) ToMap() (map[string]interface{}, error) + type NetworkAreaInfo struct + Ecgis []Ecgi + GRanNodeIds []GlobalRanNodeId + Ncgis []Ncgi + Tais []Tai + func NewNetworkAreaInfo() *NetworkAreaInfo + func NewNetworkAreaInfoWithDefaults() *NetworkAreaInfo + func (o *NetworkAreaInfo) GetEcgis() []Ecgi + func (o *NetworkAreaInfo) GetEcgisOk() ([]Ecgi, bool) + func (o *NetworkAreaInfo) GetGRanNodeIds() []GlobalRanNodeId + func (o *NetworkAreaInfo) GetGRanNodeIdsOk() ([]GlobalRanNodeId, bool) + func (o *NetworkAreaInfo) GetNcgis() []Ncgi + func (o *NetworkAreaInfo) GetNcgisOk() ([]Ncgi, bool) + func (o *NetworkAreaInfo) GetTais() []Tai + func (o *NetworkAreaInfo) GetTaisOk() ([]Tai, bool) + func (o *NetworkAreaInfo) HasEcgis() bool + func (o *NetworkAreaInfo) HasGRanNodeIds() bool + func (o *NetworkAreaInfo) HasNcgis() bool + func (o *NetworkAreaInfo) HasTais() bool + func (o *NetworkAreaInfo) SetEcgis(v []Ecgi) + func (o *NetworkAreaInfo) SetGRanNodeIds(v []GlobalRanNodeId) + func (o *NetworkAreaInfo) SetNcgis(v []Ncgi) + func (o *NetworkAreaInfo) SetTais(v []Tai) + func (o NetworkAreaInfo) MarshalJSON() ([]byte, error) + func (o NetworkAreaInfo) ToMap() (map[string]interface{}, error) + type NetworkAssistanceSession struct + NaSessionId string + NotficationURL *string + PolicyTemplateId *string + RecommendedQoS *M5QoSSpecification + RequestedQoS *M5QoSSpecification + ServiceDataFlowDescription []ServiceDataFlowDescription + func NewNetworkAssistanceSession(naSessionId string) *NetworkAssistanceSession + func NewNetworkAssistanceSessionWithDefaults() *NetworkAssistanceSession + func (o *NetworkAssistanceSession) GetNaSessionId() string + func (o *NetworkAssistanceSession) GetNaSessionIdOk() (*string, bool) + func (o *NetworkAssistanceSession) GetNotficationURL() string + func (o *NetworkAssistanceSession) GetNotficationURLOk() (*string, bool) + func (o *NetworkAssistanceSession) GetPolicyTemplateId() string + func (o *NetworkAssistanceSession) GetPolicyTemplateIdOk() (*string, bool) + func (o *NetworkAssistanceSession) GetRecommendedQoS() M5QoSSpecification + func (o *NetworkAssistanceSession) GetRecommendedQoSOk() (*M5QoSSpecification, bool) + func (o *NetworkAssistanceSession) GetRequestedQoS() M5QoSSpecification + func (o *NetworkAssistanceSession) GetRequestedQoSOk() (*M5QoSSpecification, bool) + func (o *NetworkAssistanceSession) GetServiceDataFlowDescription() []ServiceDataFlowDescription + func (o *NetworkAssistanceSession) GetServiceDataFlowDescriptionOk() ([]ServiceDataFlowDescription, bool) + func (o *NetworkAssistanceSession) HasNotficationURL() bool + func (o *NetworkAssistanceSession) HasPolicyTemplateId() bool + func (o *NetworkAssistanceSession) HasRecommendedQoS() bool + func (o *NetworkAssistanceSession) HasRequestedQoS() bool + func (o *NetworkAssistanceSession) HasServiceDataFlowDescription() bool + func (o *NetworkAssistanceSession) SetNaSessionId(v string) + func (o *NetworkAssistanceSession) SetNotficationURL(v string) + func (o *NetworkAssistanceSession) SetPolicyTemplateId(v string) + func (o *NetworkAssistanceSession) SetRecommendedQoS(v M5QoSSpecification) + func (o *NetworkAssistanceSession) SetRequestedQoS(v M5QoSSpecification) + func (o *NetworkAssistanceSession) SetServiceDataFlowDescription(v []ServiceDataFlowDescription) + func (o NetworkAssistanceSession) MarshalJSON() ([]byte, error) + func (o NetworkAssistanceSession) ToMap() (map[string]interface{}, error) + type NetworkNodeDiameterAddress struct + Name string + Realm string + func NewNetworkNodeDiameterAddress(name string, realm string) *NetworkNodeDiameterAddress + func NewNetworkNodeDiameterAddressWithDefaults() *NetworkNodeDiameterAddress + func (o *NetworkNodeDiameterAddress) GetName() string + func (o *NetworkNodeDiameterAddress) GetNameOk() (*string, bool) + func (o *NetworkNodeDiameterAddress) GetRealm() string + func (o *NetworkNodeDiameterAddress) GetRealmOk() (*string, bool) + func (o *NetworkNodeDiameterAddress) SetName(v string) + func (o *NetworkNodeDiameterAddress) SetRealm(v string) + func (o NetworkNodeDiameterAddress) MarshalJSON() ([]byte, error) + func (o NetworkNodeDiameterAddress) ToMap() (map[string]interface{}, error) + type NetworkPerfInfo struct + AbsoluteNum *int32 + Confidence *int32 + NetworkArea *NetworkAreaInfo + NwPerfType *NetworkPerfType + RelativeRatio *int32 + func NewNetworkPerfInfo() *NetworkPerfInfo + func NewNetworkPerfInfoWithDefaults() *NetworkPerfInfo + func (o *NetworkPerfInfo) GetAbsoluteNum() int32 + func (o *NetworkPerfInfo) GetAbsoluteNumOk() (*int32, bool) + func (o *NetworkPerfInfo) GetConfidence() int32 + func (o *NetworkPerfInfo) GetConfidenceOk() (*int32, bool) + func (o *NetworkPerfInfo) GetNetworkArea() NetworkAreaInfo + func (o *NetworkPerfInfo) GetNetworkAreaOk() (*NetworkAreaInfo, bool) + func (o *NetworkPerfInfo) GetNwPerfType() NetworkPerfType + func (o *NetworkPerfInfo) GetNwPerfTypeOk() (*NetworkPerfType, bool) + func (o *NetworkPerfInfo) GetRelativeRatio() int32 + func (o *NetworkPerfInfo) GetRelativeRatioOk() (*int32, bool) + func (o *NetworkPerfInfo) HasAbsoluteNum() bool + func (o *NetworkPerfInfo) HasConfidence() bool + func (o *NetworkPerfInfo) HasNetworkArea() bool + func (o *NetworkPerfInfo) HasNwPerfType() bool + func (o *NetworkPerfInfo) HasRelativeRatio() bool + func (o *NetworkPerfInfo) SetAbsoluteNum(v int32) + func (o *NetworkPerfInfo) SetConfidence(v int32) + func (o *NetworkPerfInfo) SetNetworkArea(v NetworkAreaInfo) + func (o *NetworkPerfInfo) SetNwPerfType(v NetworkPerfType) + func (o *NetworkPerfInfo) SetRelativeRatio(v int32) + func (o NetworkPerfInfo) MarshalJSON() ([]byte, error) + func (o NetworkPerfInfo) ToMap() (map[string]interface{}, error) + type NetworkPerfType struct + String *string + func (dst *NetworkPerfType) UnmarshalJSON(data []byte) error + func (src *NetworkPerfType) MarshalJSON() ([]byte, error) + type NetworkSliceCond struct + NsiList []string + SnssaiList []Snssai + func NewNetworkSliceCond(snssaiList []Snssai) *NetworkSliceCond + func NewNetworkSliceCondWithDefaults() *NetworkSliceCond + func (o *NetworkSliceCond) GetNsiList() []string + func (o *NetworkSliceCond) GetNsiListOk() ([]string, bool) + func (o *NetworkSliceCond) GetSnssaiList() []Snssai + func (o *NetworkSliceCond) GetSnssaiListOk() ([]Snssai, bool) + func (o *NetworkSliceCond) HasNsiList() bool + func (o *NetworkSliceCond) SetNsiList(v []string) + func (o *NetworkSliceCond) SetSnssaiList(v []Snssai) + func (o NetworkSliceCond) MarshalJSON() ([]byte, error) + func (o NetworkSliceCond) ToMap() (map[string]interface{}, error) + type NfGroupCond struct + NfGroupId string + NfType string + func NewNfGroupCond(nfType string, nfGroupId string) *NfGroupCond + func NewNfGroupCondWithDefaults() *NfGroupCond + func (o *NfGroupCond) GetNfGroupId() string + func (o *NfGroupCond) GetNfGroupIdOk() (*string, bool) + func (o *NfGroupCond) GetNfType() string + func (o *NfGroupCond) GetNfTypeOk() (*string, bool) + func (o *NfGroupCond) SetNfGroupId(v string) + func (o *NfGroupCond) SetNfType(v string) + func (o NfGroupCond) MarshalJSON() ([]byte, error) + func (o NfGroupCond) ToMap() (map[string]interface{}, error) + type NfGroupListCond struct + ConditionType string + NfGroupIdList []string + NfType string + func NewNfGroupListCond(conditionType string, nfType string, nfGroupIdList []string) *NfGroupListCond + func NewNfGroupListCondWithDefaults() *NfGroupListCond + func (o *NfGroupListCond) GetConditionType() string + func (o *NfGroupListCond) GetConditionTypeOk() (*string, bool) + func (o *NfGroupListCond) GetNfGroupIdList() []string + func (o *NfGroupListCond) GetNfGroupIdListOk() ([]string, bool) + func (o *NfGroupListCond) GetNfType() string + func (o *NfGroupListCond) GetNfTypeOk() (*string, bool) + func (o *NfGroupListCond) SetConditionType(v string) + func (o *NfGroupListCond) SetNfGroupIdList(v []string) + func (o *NfGroupListCond) SetNfType(v string) + func (o NfGroupListCond) MarshalJSON() ([]byte, error) + func (o NfGroupListCond) ToMap() (map[string]interface{}, error) + type NfInfo struct + NfType *NFType + func NewNfInfo() *NfInfo + func NewNfInfoWithDefaults() *NfInfo + func (o *NfInfo) GetNfType() NFType + func (o *NfInfo) GetNfTypeOk() (*NFType, bool) + func (o *NfInfo) HasNfType() bool + func (o *NfInfo) SetNfType(v NFType) + func (o NfInfo) MarshalJSON() ([]byte, error) + func (o NfInfo) ToMap() (map[string]interface{}, error) + type NfInstanceIdCond struct + NfInstanceId string + func NewNfInstanceIdCond(nfInstanceId string) *NfInstanceIdCond + func NewNfInstanceIdCondWithDefaults() *NfInstanceIdCond + func (o *NfInstanceIdCond) GetNfInstanceId() string + func (o *NfInstanceIdCond) GetNfInstanceIdOk() (*string, bool) + func (o *NfInstanceIdCond) SetNfInstanceId(v string) + func (o NfInstanceIdCond) MarshalJSON() ([]byte, error) + func (o NfInstanceIdCond) ToMap() (map[string]interface{}, error) + type NfInstanceIdListCond struct + NfInstanceIdList []string + func NewNfInstanceIdListCond(nfInstanceIdList []string) *NfInstanceIdListCond + func NewNfInstanceIdListCondWithDefaults() *NfInstanceIdListCond + func (o *NfInstanceIdListCond) GetNfInstanceIdList() []string + func (o *NfInstanceIdListCond) GetNfInstanceIdListOk() ([]string, bool) + func (o *NfInstanceIdListCond) SetNfInstanceIdList(v []string) + func (o NfInstanceIdListCond) MarshalJSON() ([]byte, error) + func (o NfInstanceIdListCond) ToMap() (map[string]interface{}, error) + type NfLoadLevelInformation struct + Confidence *int32 + NfCpuUsage *int32 + NfInstanceId *string + NfLoadAvgInAoi *int32 + NfLoadLevelAverage *int32 + NfLoadLevelpeak *int32 + NfMemoryUsage *int32 + NfSetId *string + NfStatus *NfStatus + NfStorageUsage *int32 + NfType *NFType + Snssai *Snssai + func NewNfLoadLevelInformation() *NfLoadLevelInformation + func NewNfLoadLevelInformationWithDefaults() *NfLoadLevelInformation + func (o *NfLoadLevelInformation) GetConfidence() int32 + func (o *NfLoadLevelInformation) GetConfidenceOk() (*int32, bool) + func (o *NfLoadLevelInformation) GetNfCpuUsage() int32 + func (o *NfLoadLevelInformation) GetNfCpuUsageOk() (*int32, bool) + func (o *NfLoadLevelInformation) GetNfInstanceId() string + func (o *NfLoadLevelInformation) GetNfInstanceIdOk() (*string, bool) + func (o *NfLoadLevelInformation) GetNfLoadAvgInAoi() int32 + func (o *NfLoadLevelInformation) GetNfLoadAvgInAoiOk() (*int32, bool) + func (o *NfLoadLevelInformation) GetNfLoadLevelAverage() int32 + func (o *NfLoadLevelInformation) GetNfLoadLevelAverageOk() (*int32, bool) + func (o *NfLoadLevelInformation) GetNfLoadLevelpeak() int32 + func (o *NfLoadLevelInformation) GetNfLoadLevelpeakOk() (*int32, bool) + func (o *NfLoadLevelInformation) GetNfMemoryUsage() int32 + func (o *NfLoadLevelInformation) GetNfMemoryUsageOk() (*int32, bool) + func (o *NfLoadLevelInformation) GetNfSetId() string + func (o *NfLoadLevelInformation) GetNfSetIdOk() (*string, bool) + func (o *NfLoadLevelInformation) GetNfStatus() NfStatus + func (o *NfLoadLevelInformation) GetNfStatusOk() (*NfStatus, bool) + func (o *NfLoadLevelInformation) GetNfStorageUsage() int32 + func (o *NfLoadLevelInformation) GetNfStorageUsageOk() (*int32, bool) + func (o *NfLoadLevelInformation) GetNfType() NFType + func (o *NfLoadLevelInformation) GetNfTypeOk() (*NFType, bool) + func (o *NfLoadLevelInformation) GetSnssai() Snssai + func (o *NfLoadLevelInformation) GetSnssaiOk() (*Snssai, bool) + func (o *NfLoadLevelInformation) HasConfidence() bool + func (o *NfLoadLevelInformation) HasNfCpuUsage() bool + func (o *NfLoadLevelInformation) HasNfInstanceId() bool + func (o *NfLoadLevelInformation) HasNfLoadAvgInAoi() bool + func (o *NfLoadLevelInformation) HasNfLoadLevelAverage() bool + func (o *NfLoadLevelInformation) HasNfLoadLevelpeak() bool + func (o *NfLoadLevelInformation) HasNfMemoryUsage() bool + func (o *NfLoadLevelInformation) HasNfSetId() bool + func (o *NfLoadLevelInformation) HasNfStatus() bool + func (o *NfLoadLevelInformation) HasNfStorageUsage() bool + func (o *NfLoadLevelInformation) HasNfType() bool + func (o *NfLoadLevelInformation) HasSnssai() bool + func (o *NfLoadLevelInformation) SetConfidence(v int32) + func (o *NfLoadLevelInformation) SetNfCpuUsage(v int32) + func (o *NfLoadLevelInformation) SetNfInstanceId(v string) + func (o *NfLoadLevelInformation) SetNfLoadAvgInAoi(v int32) + func (o *NfLoadLevelInformation) SetNfLoadLevelAverage(v int32) + func (o *NfLoadLevelInformation) SetNfLoadLevelpeak(v int32) + func (o *NfLoadLevelInformation) SetNfMemoryUsage(v int32) + func (o *NfLoadLevelInformation) SetNfSetId(v string) + func (o *NfLoadLevelInformation) SetNfStatus(v NfStatus) + func (o *NfLoadLevelInformation) SetNfStorageUsage(v int32) + func (o *NfLoadLevelInformation) SetNfType(v NFType) + func (o *NfLoadLevelInformation) SetSnssai(v Snssai) + func (o NfLoadLevelInformation) MarshalJSON() ([]byte, error) + func (o NfLoadLevelInformation) ToMap() (map[string]interface{}, error) + type NfServiceSetCond struct + NfServiceSetId string + NfSetId *string + func NewNfServiceSetCond(nfServiceSetId string) *NfServiceSetCond + func NewNfServiceSetCondWithDefaults() *NfServiceSetCond + func (o *NfServiceSetCond) GetNfServiceSetId() string + func (o *NfServiceSetCond) GetNfServiceSetIdOk() (*string, bool) + func (o *NfServiceSetCond) GetNfSetId() string + func (o *NfServiceSetCond) GetNfSetIdOk() (*string, bool) + func (o *NfServiceSetCond) HasNfSetId() bool + func (o *NfServiceSetCond) SetNfServiceSetId(v string) + func (o *NfServiceSetCond) SetNfSetId(v string) + func (o NfServiceSetCond) MarshalJSON() ([]byte, error) + func (o NfServiceSetCond) ToMap() (map[string]interface{}, error) + type NfSetCond struct + NfSetId string + func NewNfSetCond(nfSetId string) *NfSetCond + func NewNfSetCondWithDefaults() *NfSetCond + func (o *NfSetCond) GetNfSetId() string + func (o *NfSetCond) GetNfSetIdOk() (*string, bool) + func (o *NfSetCond) SetNfSetId(v string) + func (o NfSetCond) MarshalJSON() ([]byte, error) + func (o NfSetCond) ToMap() (map[string]interface{}, error) + type NfStatus struct + Interface *interface{} + func (dst *NfStatus) UnmarshalJSON(data []byte) error + func (src *NfStatus) MarshalJSON() ([]byte, error) + type NfTypeCond struct + NfType NFType + func NewNfTypeCond(nfType NFType) *NfTypeCond + func NewNfTypeCondWithDefaults() *NfTypeCond + func (o *NfTypeCond) GetNfType() NFType + func (o *NfTypeCond) GetNfTypeOk() (*NFType, bool) + func (o *NfTypeCond) SetNfType(v NFType) + func (o NfTypeCond) MarshalJSON() ([]byte, error) + func (o NfTypeCond) ToMap() (map[string]interface{}, error) + type NgApCause struct + Group int32 + Value int32 + func NewNgApCause(group int32, value int32) *NgApCause + func NewNgApCauseWithDefaults() *NgApCause + func (o *NgApCause) GetGroup() int32 + func (o *NgApCause) GetGroupOk() (*int32, bool) + func (o *NgApCause) GetValue() int32 + func (o *NgApCause) GetValueOk() (*int32, bool) + func (o *NgApCause) SetGroup(v int32) + func (o *NgApCause) SetValue(v int32) + func (o NgApCause) MarshalJSON() ([]byte, error) + func (o NgApCause) ToMap() (map[string]interface{}, error) + type NmfafDataAnaNotification struct + Interface *interface{} + func InterfaceAsNmfafDataAnaNotification(v *interface{}) NmfafDataAnaNotification + func (dst *NmfafDataAnaNotification) UnmarshalJSON(data []byte) error + func (obj *NmfafDataAnaNotification) GetActualInstance() interface{} + func (src NmfafDataAnaNotification) MarshalJSON() ([]byte, error) + type NmfafDataRetrievalNotification struct + Interface *interface{} + func InterfaceAsNmfafDataRetrievalNotification(v *interface{}) NmfafDataRetrievalNotification + func (dst *NmfafDataRetrievalNotification) UnmarshalJSON(data []byte) error + func (obj *NmfafDataRetrievalNotification) GetActualInstance() interface{} + func (src NmfafDataRetrievalNotification) MarshalJSON() ([]byte, error) + type NnwdafEventsSubscriptionNotification struct + Interface *interface{} + func InterfaceAsNnwdafEventsSubscriptionNotification(v *interface{}) NnwdafEventsSubscriptionNotification + func (dst *NnwdafEventsSubscriptionNotification) UnmarshalJSON(data []byte) error + func (obj *NnwdafEventsSubscriptionNotification) GetActualInstance() interface{} + func (src NnwdafEventsSubscriptionNotification) MarshalJSON() ([]byte, error) + type NotificationData struct + CompleteNfProfile *NFProfile + ConditionEvent *ConditionEventType + Event NotificationEventType + NfInstanceUri string + NfProfile *NFProfile + ProfileChanges []ChangeItem + SubscriptionContext *SubscriptionContext + func NewNotificationData(event NotificationEventType, nfInstanceUri string) *NotificationData + func NewNotificationDataWithDefaults() *NotificationData + func (o *NotificationData) GetCompleteNfProfile() NFProfile + func (o *NotificationData) GetCompleteNfProfileOk() (*NFProfile, bool) + func (o *NotificationData) GetConditionEvent() ConditionEventType + func (o *NotificationData) GetConditionEventOk() (*ConditionEventType, bool) + func (o *NotificationData) GetEvent() NotificationEventType + func (o *NotificationData) GetEventOk() (*NotificationEventType, bool) + func (o *NotificationData) GetNfInstanceUri() string + func (o *NotificationData) GetNfInstanceUriOk() (*string, bool) + func (o *NotificationData) GetNfProfile() NFProfile + func (o *NotificationData) GetNfProfileOk() (*NFProfile, bool) + func (o *NotificationData) GetProfileChanges() []ChangeItem + func (o *NotificationData) GetProfileChangesOk() ([]ChangeItem, bool) + func (o *NotificationData) GetSubscriptionContext() SubscriptionContext + func (o *NotificationData) GetSubscriptionContextOk() (*SubscriptionContext, bool) + func (o *NotificationData) HasCompleteNfProfile() bool + func (o *NotificationData) HasConditionEvent() bool + func (o *NotificationData) HasNfProfile() bool + func (o *NotificationData) HasProfileChanges() bool + func (o *NotificationData) HasSubscriptionContext() bool + func (o *NotificationData) SetCompleteNfProfile(v NFProfile) + func (o *NotificationData) SetConditionEvent(v ConditionEventType) + func (o *NotificationData) SetEvent(v NotificationEventType) + func (o *NotificationData) SetNfInstanceUri(v string) + func (o *NotificationData) SetNfProfile(v NFProfile) + func (o *NotificationData) SetProfileChanges(v []ChangeItem) + func (o *NotificationData) SetSubscriptionContext(v SubscriptionContext) + func (o NotificationData) MarshalJSON() ([]byte, error) + func (o NotificationData) ToMap() (map[string]interface{}, error) + type NotificationEventType struct + String *string + func (dst *NotificationEventType) UnmarshalJSON(data []byte) error + func (src *NotificationEventType) MarshalJSON() ([]byte, error) + type NotificationType struct + String *string + func (dst *NotificationType) UnmarshalJSON(data []byte) error + func (src *NotificationType) MarshalJSON() ([]byte, 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 NrfInfo struct + Served5gDdnmfInfo *map[string]Model5GDdnmfInfo + ServedAanfInfoList *map[string]map[string]NrfInfoServedAanfInfoListValueValue + ServedAmfInfo *map[string]NrfInfoServedAmfInfoValue + ServedAmfInfoList *map[string]map[string]NrfInfoServedAmfInfoValue + ServedAusfInfo *map[string]NrfInfoServedAusfInfoValue + ServedAusfInfoList *map[string]map[string]NrfInfoServedAusfInfoValue + ServedBsfInfo *map[string]NrfInfoServedBsfInfoValue + ServedBsfInfoList *map[string]map[string]NrfInfoServedBsfInfoValue + ServedChfInfo *map[string]NrfInfoServedChfInfoValue + ServedChfInfoList *map[string]map[string]NrfInfoServedChfInfoValue + ServedDccfInfoList *map[string]DccfInfo + ServedEasdfInfoList *map[string]map[string]EasdfInfo + ServedGmlcInfo *map[string]NrfInfoServedGmlcInfoValue + ServedHssInfoList *map[string]map[string]NrfInfoServedHssInfoListValueValue + ServedLmfInfo *map[string]NrfInfoServedLmfInfoValue + ServedMbSmfInfoList *map[string]map[string]NrfInfoServedMbSmfInfoListValueValue + ServedMbUpfInfoList *map[string]map[string]MbUpfInfo + ServedMfafInfoList *map[string]MfafInfo + ServedNefInfo *map[string]NrfInfoServedNefInfoValue + ServedNfInfo *map[string]NfInfo + ServedNssaafInfo *map[string]NssaafInfo + ServedNwdafInfo *map[string]NrfInfoServedNwdafInfoValue + ServedNwdafInfoList *map[string]map[string]NwdafInfo + ServedPcfInfo *map[string]NrfInfoServedPcfInfoValue + ServedPcfInfoList *map[string]map[string]NrfInfoServedPcfInfoValue + ServedPcscfInfoList *map[string]map[string]NrfInfoServedPcscfInfoListValueValue + ServedScpInfoList *map[string]NrfInfoServedScpInfoListValue + ServedSeppInfoList *map[string]NrfInfoServedSeppInfoListValue + ServedSmfInfo *map[string]NrfInfoServedSmfInfoValue + ServedSmfInfoList *map[string]map[string]NrfInfoServedSmfInfoValue + ServedTrustAfInfo *map[string]TrustAfInfo + ServedTsctsfInfoList *map[string]map[string]TsctsfInfo + ServedUdmInfo *map[string]NrfInfoServedUdmInfoValue + ServedUdmInfoList *map[string]map[string]NrfInfoServedUdmInfoValue + ServedUdrInfo *map[string]NrfInfoServedUdrInfoValue + ServedUdrInfoList *map[string]map[string]NrfInfoServedUdrInfoValue + ServedUdsfInfo *map[string]NrfInfoServedUdsfInfoValue + ServedUdsfInfoList *map[string]map[string]NrfInfoServedUdsfInfoValue + ServedUpfInfo *map[string]NrfInfoServedUpfInfoValue + ServedUpfInfoList *map[string]map[string]NrfInfoServedUpfInfoValue + func NewNrfInfo() *NrfInfo + func NewNrfInfoWithDefaults() *NrfInfo + func (o *NrfInfo) GetServed5gDdnmfInfo() map[string]Model5GDdnmfInfo + func (o *NrfInfo) GetServed5gDdnmfInfoOk() (*map[string]Model5GDdnmfInfo, bool) + func (o *NrfInfo) GetServedAanfInfoList() map[string]map[string]NrfInfoServedAanfInfoListValueValue + func (o *NrfInfo) GetServedAanfInfoListOk() (*map[string]map[string]NrfInfoServedAanfInfoListValueValue, bool) + func (o *NrfInfo) GetServedAmfInfo() map[string]NrfInfoServedAmfInfoValue + func (o *NrfInfo) GetServedAmfInfoList() map[string]map[string]NrfInfoServedAmfInfoValue + func (o *NrfInfo) GetServedAmfInfoListOk() (*map[string]map[string]NrfInfoServedAmfInfoValue, bool) + func (o *NrfInfo) GetServedAmfInfoOk() (*map[string]NrfInfoServedAmfInfoValue, bool) + func (o *NrfInfo) GetServedAusfInfo() map[string]NrfInfoServedAusfInfoValue + func (o *NrfInfo) GetServedAusfInfoList() map[string]map[string]NrfInfoServedAusfInfoValue + func (o *NrfInfo) GetServedAusfInfoListOk() (*map[string]map[string]NrfInfoServedAusfInfoValue, bool) + func (o *NrfInfo) GetServedAusfInfoOk() (*map[string]NrfInfoServedAusfInfoValue, bool) + func (o *NrfInfo) GetServedBsfInfo() map[string]NrfInfoServedBsfInfoValue + func (o *NrfInfo) GetServedBsfInfoList() map[string]map[string]NrfInfoServedBsfInfoValue + func (o *NrfInfo) GetServedBsfInfoListOk() (*map[string]map[string]NrfInfoServedBsfInfoValue, bool) + func (o *NrfInfo) GetServedBsfInfoOk() (*map[string]NrfInfoServedBsfInfoValue, bool) + func (o *NrfInfo) GetServedChfInfo() map[string]NrfInfoServedChfInfoValue + func (o *NrfInfo) GetServedChfInfoList() map[string]map[string]NrfInfoServedChfInfoValue + func (o *NrfInfo) GetServedChfInfoListOk() (*map[string]map[string]NrfInfoServedChfInfoValue, bool) + func (o *NrfInfo) GetServedChfInfoOk() (*map[string]NrfInfoServedChfInfoValue, bool) + func (o *NrfInfo) GetServedDccfInfoList() map[string]DccfInfo + func (o *NrfInfo) GetServedDccfInfoListOk() (*map[string]DccfInfo, bool) + func (o *NrfInfo) GetServedEasdfInfoList() map[string]map[string]EasdfInfo + func (o *NrfInfo) GetServedEasdfInfoListOk() (*map[string]map[string]EasdfInfo, bool) + func (o *NrfInfo) GetServedGmlcInfo() map[string]NrfInfoServedGmlcInfoValue + func (o *NrfInfo) GetServedGmlcInfoOk() (*map[string]NrfInfoServedGmlcInfoValue, bool) + func (o *NrfInfo) GetServedHssInfoList() map[string]map[string]NrfInfoServedHssInfoListValueValue + func (o *NrfInfo) GetServedHssInfoListOk() (*map[string]map[string]NrfInfoServedHssInfoListValueValue, bool) + func (o *NrfInfo) GetServedLmfInfo() map[string]NrfInfoServedLmfInfoValue + func (o *NrfInfo) GetServedLmfInfoOk() (*map[string]NrfInfoServedLmfInfoValue, bool) + func (o *NrfInfo) GetServedMbSmfInfoList() map[string]map[string]NrfInfoServedMbSmfInfoListValueValue + func (o *NrfInfo) GetServedMbSmfInfoListOk() (*map[string]map[string]NrfInfoServedMbSmfInfoListValueValue, bool) + func (o *NrfInfo) GetServedMbUpfInfoList() map[string]map[string]MbUpfInfo + func (o *NrfInfo) GetServedMbUpfInfoListOk() (*map[string]map[string]MbUpfInfo, bool) + func (o *NrfInfo) GetServedMfafInfoList() map[string]MfafInfo + func (o *NrfInfo) GetServedMfafInfoListOk() (*map[string]MfafInfo, bool) + func (o *NrfInfo) GetServedNefInfo() map[string]NrfInfoServedNefInfoValue + func (o *NrfInfo) GetServedNefInfoOk() (*map[string]NrfInfoServedNefInfoValue, bool) + func (o *NrfInfo) GetServedNfInfo() map[string]NfInfo + func (o *NrfInfo) GetServedNfInfoOk() (*map[string]NfInfo, bool) + func (o *NrfInfo) GetServedNssaafInfo() map[string]NssaafInfo + func (o *NrfInfo) GetServedNssaafInfoOk() (*map[string]NssaafInfo, bool) + func (o *NrfInfo) GetServedNwdafInfo() map[string]NrfInfoServedNwdafInfoValue + func (o *NrfInfo) GetServedNwdafInfoList() map[string]map[string]NwdafInfo + func (o *NrfInfo) GetServedNwdafInfoListOk() (*map[string]map[string]NwdafInfo, bool) + func (o *NrfInfo) GetServedNwdafInfoOk() (*map[string]NrfInfoServedNwdafInfoValue, bool) + func (o *NrfInfo) GetServedPcfInfo() map[string]NrfInfoServedPcfInfoValue + func (o *NrfInfo) GetServedPcfInfoList() map[string]map[string]NrfInfoServedPcfInfoValue + func (o *NrfInfo) GetServedPcfInfoListOk() (*map[string]map[string]NrfInfoServedPcfInfoValue, bool) + func (o *NrfInfo) GetServedPcfInfoOk() (*map[string]NrfInfoServedPcfInfoValue, bool) + func (o *NrfInfo) GetServedPcscfInfoList() map[string]map[string]NrfInfoServedPcscfInfoListValueValue + func (o *NrfInfo) GetServedPcscfInfoListOk() (*map[string]map[string]NrfInfoServedPcscfInfoListValueValue, bool) + func (o *NrfInfo) GetServedScpInfoList() map[string]NrfInfoServedScpInfoListValue + func (o *NrfInfo) GetServedScpInfoListOk() (*map[string]NrfInfoServedScpInfoListValue, bool) + func (o *NrfInfo) GetServedSeppInfoList() map[string]NrfInfoServedSeppInfoListValue + func (o *NrfInfo) GetServedSeppInfoListOk() (*map[string]NrfInfoServedSeppInfoListValue, bool) + func (o *NrfInfo) GetServedSmfInfo() map[string]NrfInfoServedSmfInfoValue + func (o *NrfInfo) GetServedSmfInfoList() map[string]map[string]NrfInfoServedSmfInfoValue + func (o *NrfInfo) GetServedSmfInfoListOk() (*map[string]map[string]NrfInfoServedSmfInfoValue, bool) + func (o *NrfInfo) GetServedSmfInfoOk() (*map[string]NrfInfoServedSmfInfoValue, bool) + func (o *NrfInfo) GetServedTrustAfInfo() map[string]TrustAfInfo + func (o *NrfInfo) GetServedTrustAfInfoOk() (*map[string]TrustAfInfo, bool) + func (o *NrfInfo) GetServedTsctsfInfoList() map[string]map[string]TsctsfInfo + func (o *NrfInfo) GetServedTsctsfInfoListOk() (*map[string]map[string]TsctsfInfo, bool) + func (o *NrfInfo) GetServedUdmInfo() map[string]NrfInfoServedUdmInfoValue + func (o *NrfInfo) GetServedUdmInfoList() map[string]map[string]NrfInfoServedUdmInfoValue + func (o *NrfInfo) GetServedUdmInfoListOk() (*map[string]map[string]NrfInfoServedUdmInfoValue, bool) + func (o *NrfInfo) GetServedUdmInfoOk() (*map[string]NrfInfoServedUdmInfoValue, bool) + func (o *NrfInfo) GetServedUdrInfo() map[string]NrfInfoServedUdrInfoValue + func (o *NrfInfo) GetServedUdrInfoList() map[string]map[string]NrfInfoServedUdrInfoValue + func (o *NrfInfo) GetServedUdrInfoListOk() (*map[string]map[string]NrfInfoServedUdrInfoValue, bool) + func (o *NrfInfo) GetServedUdrInfoOk() (*map[string]NrfInfoServedUdrInfoValue, bool) + func (o *NrfInfo) GetServedUdsfInfo() map[string]NrfInfoServedUdsfInfoValue + func (o *NrfInfo) GetServedUdsfInfoList() map[string]map[string]NrfInfoServedUdsfInfoValue + func (o *NrfInfo) GetServedUdsfInfoListOk() (*map[string]map[string]NrfInfoServedUdsfInfoValue, bool) + func (o *NrfInfo) GetServedUdsfInfoOk() (*map[string]NrfInfoServedUdsfInfoValue, bool) + func (o *NrfInfo) GetServedUpfInfo() map[string]NrfInfoServedUpfInfoValue + func (o *NrfInfo) GetServedUpfInfoList() map[string]map[string]NrfInfoServedUpfInfoValue + func (o *NrfInfo) GetServedUpfInfoListOk() (*map[string]map[string]NrfInfoServedUpfInfoValue, bool) + func (o *NrfInfo) GetServedUpfInfoOk() (*map[string]NrfInfoServedUpfInfoValue, bool) + func (o *NrfInfo) HasServed5gDdnmfInfo() bool + func (o *NrfInfo) HasServedAanfInfoList() bool + func (o *NrfInfo) HasServedAmfInfo() bool + func (o *NrfInfo) HasServedAmfInfoList() bool + func (o *NrfInfo) HasServedAusfInfo() bool + func (o *NrfInfo) HasServedAusfInfoList() bool + func (o *NrfInfo) HasServedBsfInfo() bool + func (o *NrfInfo) HasServedBsfInfoList() bool + func (o *NrfInfo) HasServedChfInfo() bool + func (o *NrfInfo) HasServedChfInfoList() bool + func (o *NrfInfo) HasServedDccfInfoList() bool + func (o *NrfInfo) HasServedEasdfInfoList() bool + func (o *NrfInfo) HasServedGmlcInfo() bool + func (o *NrfInfo) HasServedHssInfoList() bool + func (o *NrfInfo) HasServedLmfInfo() bool + func (o *NrfInfo) HasServedMbSmfInfoList() bool + func (o *NrfInfo) HasServedMbUpfInfoList() bool + func (o *NrfInfo) HasServedMfafInfoList() bool + func (o *NrfInfo) HasServedNefInfo() bool + func (o *NrfInfo) HasServedNfInfo() bool + func (o *NrfInfo) HasServedNssaafInfo() bool + func (o *NrfInfo) HasServedNwdafInfo() bool + func (o *NrfInfo) HasServedNwdafInfoList() bool + func (o *NrfInfo) HasServedPcfInfo() bool + func (o *NrfInfo) HasServedPcfInfoList() bool + func (o *NrfInfo) HasServedPcscfInfoList() bool + func (o *NrfInfo) HasServedScpInfoList() bool + func (o *NrfInfo) HasServedSeppInfoList() bool + func (o *NrfInfo) HasServedSmfInfo() bool + func (o *NrfInfo) HasServedSmfInfoList() bool + func (o *NrfInfo) HasServedTrustAfInfo() bool + func (o *NrfInfo) HasServedTsctsfInfoList() bool + func (o *NrfInfo) HasServedUdmInfo() bool + func (o *NrfInfo) HasServedUdmInfoList() bool + func (o *NrfInfo) HasServedUdrInfo() bool + func (o *NrfInfo) HasServedUdrInfoList() bool + func (o *NrfInfo) HasServedUdsfInfo() bool + func (o *NrfInfo) HasServedUdsfInfoList() bool + func (o *NrfInfo) HasServedUpfInfo() bool + func (o *NrfInfo) HasServedUpfInfoList() bool + func (o *NrfInfo) SetServed5gDdnmfInfo(v map[string]Model5GDdnmfInfo) + func (o *NrfInfo) SetServedAanfInfoList(v map[string]map[string]NrfInfoServedAanfInfoListValueValue) + func (o *NrfInfo) SetServedAmfInfo(v map[string]NrfInfoServedAmfInfoValue) + func (o *NrfInfo) SetServedAmfInfoList(v map[string]map[string]NrfInfoServedAmfInfoValue) + func (o *NrfInfo) SetServedAusfInfo(v map[string]NrfInfoServedAusfInfoValue) + func (o *NrfInfo) SetServedAusfInfoList(v map[string]map[string]NrfInfoServedAusfInfoValue) + func (o *NrfInfo) SetServedBsfInfo(v map[string]NrfInfoServedBsfInfoValue) + func (o *NrfInfo) SetServedBsfInfoList(v map[string]map[string]NrfInfoServedBsfInfoValue) + func (o *NrfInfo) SetServedChfInfo(v map[string]NrfInfoServedChfInfoValue) + func (o *NrfInfo) SetServedChfInfoList(v map[string]map[string]NrfInfoServedChfInfoValue) + func (o *NrfInfo) SetServedDccfInfoList(v map[string]DccfInfo) + func (o *NrfInfo) SetServedEasdfInfoList(v map[string]map[string]EasdfInfo) + func (o *NrfInfo) SetServedGmlcInfo(v map[string]NrfInfoServedGmlcInfoValue) + func (o *NrfInfo) SetServedHssInfoList(v map[string]map[string]NrfInfoServedHssInfoListValueValue) + func (o *NrfInfo) SetServedLmfInfo(v map[string]NrfInfoServedLmfInfoValue) + func (o *NrfInfo) SetServedMbSmfInfoList(v map[string]map[string]NrfInfoServedMbSmfInfoListValueValue) + func (o *NrfInfo) SetServedMbUpfInfoList(v map[string]map[string]MbUpfInfo) + func (o *NrfInfo) SetServedMfafInfoList(v map[string]MfafInfo) + func (o *NrfInfo) SetServedNefInfo(v map[string]NrfInfoServedNefInfoValue) + func (o *NrfInfo) SetServedNfInfo(v map[string]NfInfo) + func (o *NrfInfo) SetServedNssaafInfo(v map[string]NssaafInfo) + func (o *NrfInfo) SetServedNwdafInfo(v map[string]NrfInfoServedNwdafInfoValue) + func (o *NrfInfo) SetServedNwdafInfoList(v map[string]map[string]NwdafInfo) + func (o *NrfInfo) SetServedPcfInfo(v map[string]NrfInfoServedPcfInfoValue) + func (o *NrfInfo) SetServedPcfInfoList(v map[string]map[string]NrfInfoServedPcfInfoValue) + func (o *NrfInfo) SetServedPcscfInfoList(v map[string]map[string]NrfInfoServedPcscfInfoListValueValue) + func (o *NrfInfo) SetServedScpInfoList(v map[string]NrfInfoServedScpInfoListValue) + func (o *NrfInfo) SetServedSeppInfoList(v map[string]NrfInfoServedSeppInfoListValue) + func (o *NrfInfo) SetServedSmfInfo(v map[string]NrfInfoServedSmfInfoValue) + func (o *NrfInfo) SetServedSmfInfoList(v map[string]map[string]NrfInfoServedSmfInfoValue) + func (o *NrfInfo) SetServedTrustAfInfo(v map[string]TrustAfInfo) + func (o *NrfInfo) SetServedTsctsfInfoList(v map[string]map[string]TsctsfInfo) + func (o *NrfInfo) SetServedUdmInfo(v map[string]NrfInfoServedUdmInfoValue) + func (o *NrfInfo) SetServedUdmInfoList(v map[string]map[string]NrfInfoServedUdmInfoValue) + func (o *NrfInfo) SetServedUdrInfo(v map[string]NrfInfoServedUdrInfoValue) + func (o *NrfInfo) SetServedUdrInfoList(v map[string]map[string]NrfInfoServedUdrInfoValue) + func (o *NrfInfo) SetServedUdsfInfo(v map[string]NrfInfoServedUdsfInfoValue) + func (o *NrfInfo) SetServedUdsfInfoList(v map[string]map[string]NrfInfoServedUdsfInfoValue) + func (o *NrfInfo) SetServedUpfInfo(v map[string]NrfInfoServedUpfInfoValue) + func (o *NrfInfo) SetServedUpfInfoList(v map[string]map[string]NrfInfoServedUpfInfoValue) + func (o NrfInfo) MarshalJSON() ([]byte, error) + func (o NrfInfo) ToMap() (map[string]interface{}, error) + type NrfInfoServedAanfInfoListValueValue struct + AanfInfo *AanfInfo + MapOfInterface *map[string]interface{} + func (dst *NrfInfoServedAanfInfoListValueValue) UnmarshalJSON(data []byte) error + func (src *NrfInfoServedAanfInfoListValueValue) MarshalJSON() ([]byte, error) + type NrfInfoServedAmfInfoValue struct + AmfInfo *AmfInfo + MapOfInterface *map[string]interface{} + func (dst *NrfInfoServedAmfInfoValue) UnmarshalJSON(data []byte) error + func (src *NrfInfoServedAmfInfoValue) MarshalJSON() ([]byte, error) + type NrfInfoServedAusfInfoValue struct + AusfInfo *AusfInfo + MapOfInterface *map[string]interface{} + func (dst *NrfInfoServedAusfInfoValue) UnmarshalJSON(data []byte) error + func (src *NrfInfoServedAusfInfoValue) MarshalJSON() ([]byte, error) + type NrfInfoServedBsfInfoValue struct + BsfInfo *BsfInfo + MapOfInterface *map[string]interface{} + func (dst *NrfInfoServedBsfInfoValue) UnmarshalJSON(data []byte) error + func (src *NrfInfoServedBsfInfoValue) MarshalJSON() ([]byte, error) + type NrfInfoServedChfInfoValue struct + ChfInfo *ChfInfo + MapOfInterface *map[string]interface{} + func (dst *NrfInfoServedChfInfoValue) UnmarshalJSON(data []byte) error + func (src *NrfInfoServedChfInfoValue) MarshalJSON() ([]byte, error) + type NrfInfoServedGmlcInfoValue struct + GmlcInfo *GmlcInfo + MapOfInterface *map[string]interface{} + func (dst *NrfInfoServedGmlcInfoValue) UnmarshalJSON(data []byte) error + func (src *NrfInfoServedGmlcInfoValue) MarshalJSON() ([]byte, error) + type NrfInfoServedHssInfoListValueValue struct + HssInfo *HssInfo + MapOfInterface *map[string]interface{} + func (dst *NrfInfoServedHssInfoListValueValue) UnmarshalJSON(data []byte) error + func (src *NrfInfoServedHssInfoListValueValue) MarshalJSON() ([]byte, error) + type NrfInfoServedLmfInfoValue struct + LmfInfo *LmfInfo + MapOfInterface *map[string]interface{} + func (dst *NrfInfoServedLmfInfoValue) UnmarshalJSON(data []byte) error + func (src *NrfInfoServedLmfInfoValue) MarshalJSON() ([]byte, error) + type NrfInfoServedMbSmfInfoListValueValue struct + MapOfInterface *map[string]interface{} + MbSmfInfo *MbSmfInfo + func (dst *NrfInfoServedMbSmfInfoListValueValue) UnmarshalJSON(data []byte) error + func (src *NrfInfoServedMbSmfInfoListValueValue) MarshalJSON() ([]byte, error) + type NrfInfoServedNefInfoValue struct + MapOfInterface *map[string]interface{} + NefInfo *NefInfo + func (dst *NrfInfoServedNefInfoValue) UnmarshalJSON(data []byte) error + func (src *NrfInfoServedNefInfoValue) MarshalJSON() ([]byte, error) + type NrfInfoServedNwdafInfoValue struct + MapOfInterface *map[string]interface{} + NwdafInfo *NwdafInfo + func (dst *NrfInfoServedNwdafInfoValue) UnmarshalJSON(data []byte) error + func (src *NrfInfoServedNwdafInfoValue) MarshalJSON() ([]byte, error) + type NrfInfoServedPcfInfoValue struct + MapOfInterface *map[string]interface{} + PcfInfo *PcfInfo + func (dst *NrfInfoServedPcfInfoValue) UnmarshalJSON(data []byte) error + func (src *NrfInfoServedPcfInfoValue) MarshalJSON() ([]byte, error) + type NrfInfoServedPcscfInfoListValueValue struct + MapOfInterface *map[string]interface{} + PcscfInfo *PcscfInfo + func (dst *NrfInfoServedPcscfInfoListValueValue) UnmarshalJSON(data []byte) error + func (src *NrfInfoServedPcscfInfoListValueValue) MarshalJSON() ([]byte, error) + type NrfInfoServedScpInfoListValue struct + MapOfInterface *map[string]interface{} + ScpInfo *ScpInfo + func (dst *NrfInfoServedScpInfoListValue) UnmarshalJSON(data []byte) error + func (src *NrfInfoServedScpInfoListValue) MarshalJSON() ([]byte, error) + type NrfInfoServedSeppInfoListValue struct + MapOfInterface *map[string]interface{} + SeppInfo *SeppInfo + func (dst *NrfInfoServedSeppInfoListValue) UnmarshalJSON(data []byte) error + func (src *NrfInfoServedSeppInfoListValue) MarshalJSON() ([]byte, error) + type NrfInfoServedSmfInfoValue struct + MapOfInterface *map[string]interface{} + SmfInfo *SmfInfo + func (dst *NrfInfoServedSmfInfoValue) UnmarshalJSON(data []byte) error + func (src *NrfInfoServedSmfInfoValue) MarshalJSON() ([]byte, error) + type NrfInfoServedUdmInfoValue struct + MapOfInterface *map[string]interface{} + UdmInfo *UdmInfo + func (dst *NrfInfoServedUdmInfoValue) UnmarshalJSON(data []byte) error + func (src *NrfInfoServedUdmInfoValue) MarshalJSON() ([]byte, error) + type NrfInfoServedUdrInfoValue struct + MapOfInterface *map[string]interface{} + UdrInfo *UdrInfo + func (dst *NrfInfoServedUdrInfoValue) UnmarshalJSON(data []byte) error + func (src *NrfInfoServedUdrInfoValue) MarshalJSON() ([]byte, error) + type NrfInfoServedUdsfInfoValue struct + MapOfInterface *map[string]interface{} + UdsfInfo *UdsfInfo + func (dst *NrfInfoServedUdsfInfoValue) UnmarshalJSON(data []byte) error + func (src *NrfInfoServedUdsfInfoValue) MarshalJSON() ([]byte, error) + type NrfInfoServedUpfInfoValue struct + MapOfInterface *map[string]interface{} + UpfInfo *UpfInfo + func (dst *NrfInfoServedUpfInfoValue) UnmarshalJSON(data []byte) error + func (src *NrfInfoServedUpfInfoValue) MarshalJSON() ([]byte, error) + type NsacfCapability struct + SupportPduSAC *bool + SupportUeSAC *bool + func NewNsacfCapability() *NsacfCapability + func NewNsacfCapabilityWithDefaults() *NsacfCapability + func (o *NsacfCapability) GetSupportPduSAC() bool + func (o *NsacfCapability) GetSupportPduSACOk() (*bool, bool) + func (o *NsacfCapability) GetSupportUeSAC() bool + func (o *NsacfCapability) GetSupportUeSACOk() (*bool, bool) + func (o *NsacfCapability) HasSupportPduSAC() bool + func (o *NsacfCapability) HasSupportUeSAC() bool + func (o *NsacfCapability) SetSupportPduSAC(v bool) + func (o *NsacfCapability) SetSupportUeSAC(v bool) + func (o NsacfCapability) MarshalJSON() ([]byte, error) + func (o NsacfCapability) ToMap() (map[string]interface{}, error) + type NsacfInfo struct + NsacfCapability NsacfCapability + TaiList []Tai + TaiRangeList []TaiRange + func NewNsacfInfo(nsacfCapability NsacfCapability) *NsacfInfo + func NewNsacfInfoWithDefaults() *NsacfInfo + func (o *NsacfInfo) GetNsacfCapability() NsacfCapability + func (o *NsacfInfo) GetNsacfCapabilityOk() (*NsacfCapability, bool) + func (o *NsacfInfo) GetTaiList() []Tai + func (o *NsacfInfo) GetTaiListOk() ([]Tai, bool) + func (o *NsacfInfo) GetTaiRangeList() []TaiRange + func (o *NsacfInfo) GetTaiRangeListOk() ([]TaiRange, bool) + func (o *NsacfInfo) HasTaiList() bool + func (o *NsacfInfo) HasTaiRangeList() bool + func (o *NsacfInfo) SetNsacfCapability(v NsacfCapability) + func (o *NsacfInfo) SetTaiList(v []Tai) + func (o *NsacfInfo) SetTaiRangeList(v []TaiRange) + func (o NsacfInfo) MarshalJSON() ([]byte, error) + func (o NsacfInfo) ToMap() (map[string]interface{}, error) + type NsiLoadLevelInfo struct + Confidence *int32 + ExceedLoadLevelThrInd *bool + LoadLevelInformation int32 + NetworkArea *NetworkAreaInfo + NsiId *string + NumOfExceedLoadLevelThr *int32 + NumOfPduSess *NumberAverage + NumOfUes *NumberAverage + ResUsage *ResourceUsage + ResUsgThrCrossTimePeriod []TimeWindow + Snssai Snssai + TimePeriod *TimeWindow + func NewNsiLoadLevelInfo(loadLevelInformation int32, snssai Snssai) *NsiLoadLevelInfo + func NewNsiLoadLevelInfoWithDefaults() *NsiLoadLevelInfo + func (o *NsiLoadLevelInfo) GetConfidence() int32 + func (o *NsiLoadLevelInfo) GetConfidenceOk() (*int32, bool) + func (o *NsiLoadLevelInfo) GetExceedLoadLevelThrInd() bool + func (o *NsiLoadLevelInfo) GetExceedLoadLevelThrIndOk() (*bool, bool) + func (o *NsiLoadLevelInfo) GetLoadLevelInformation() int32 + func (o *NsiLoadLevelInfo) GetLoadLevelInformationOk() (*int32, bool) + func (o *NsiLoadLevelInfo) GetNetworkArea() NetworkAreaInfo + func (o *NsiLoadLevelInfo) GetNetworkAreaOk() (*NetworkAreaInfo, bool) + func (o *NsiLoadLevelInfo) GetNsiId() string + func (o *NsiLoadLevelInfo) GetNsiIdOk() (*string, bool) + func (o *NsiLoadLevelInfo) GetNumOfExceedLoadLevelThr() int32 + func (o *NsiLoadLevelInfo) GetNumOfExceedLoadLevelThrOk() (*int32, bool) + func (o *NsiLoadLevelInfo) GetNumOfPduSess() NumberAverage + func (o *NsiLoadLevelInfo) GetNumOfPduSessOk() (*NumberAverage, bool) + func (o *NsiLoadLevelInfo) GetNumOfUes() NumberAverage + func (o *NsiLoadLevelInfo) GetNumOfUesOk() (*NumberAverage, bool) + func (o *NsiLoadLevelInfo) GetResUsage() ResourceUsage + func (o *NsiLoadLevelInfo) GetResUsageOk() (*ResourceUsage, bool) + func (o *NsiLoadLevelInfo) GetResUsgThrCrossTimePeriod() []TimeWindow + func (o *NsiLoadLevelInfo) GetResUsgThrCrossTimePeriodOk() ([]TimeWindow, bool) + func (o *NsiLoadLevelInfo) GetSnssai() Snssai + func (o *NsiLoadLevelInfo) GetSnssaiOk() (*Snssai, bool) + func (o *NsiLoadLevelInfo) GetTimePeriod() TimeWindow + func (o *NsiLoadLevelInfo) GetTimePeriodOk() (*TimeWindow, bool) + func (o *NsiLoadLevelInfo) HasConfidence() bool + func (o *NsiLoadLevelInfo) HasExceedLoadLevelThrInd() bool + func (o *NsiLoadLevelInfo) HasNetworkArea() bool + func (o *NsiLoadLevelInfo) HasNsiId() bool + func (o *NsiLoadLevelInfo) HasNumOfExceedLoadLevelThr() bool + func (o *NsiLoadLevelInfo) HasNumOfPduSess() bool + func (o *NsiLoadLevelInfo) HasNumOfUes() bool + func (o *NsiLoadLevelInfo) HasResUsage() bool + func (o *NsiLoadLevelInfo) HasResUsgThrCrossTimePeriod() bool + func (o *NsiLoadLevelInfo) HasTimePeriod() bool + func (o *NsiLoadLevelInfo) SetConfidence(v int32) + func (o *NsiLoadLevelInfo) SetExceedLoadLevelThrInd(v bool) + func (o *NsiLoadLevelInfo) SetLoadLevelInformation(v int32) + func (o *NsiLoadLevelInfo) SetNetworkArea(v NetworkAreaInfo) + func (o *NsiLoadLevelInfo) SetNsiId(v string) + func (o *NsiLoadLevelInfo) SetNumOfExceedLoadLevelThr(v int32) + func (o *NsiLoadLevelInfo) SetNumOfPduSess(v NumberAverage) + func (o *NsiLoadLevelInfo) SetNumOfUes(v NumberAverage) + func (o *NsiLoadLevelInfo) SetResUsage(v ResourceUsage) + func (o *NsiLoadLevelInfo) SetResUsgThrCrossTimePeriod(v []TimeWindow) + func (o *NsiLoadLevelInfo) SetSnssai(v Snssai) + func (o *NsiLoadLevelInfo) SetTimePeriod(v TimeWindow) + func (o NsiLoadLevelInfo) MarshalJSON() ([]byte, error) + func (o NsiLoadLevelInfo) ToMap() (map[string]interface{}, error) + type NsmfEventExposureNotification struct + AckUri *string + EventNotifs []EventNotification1 + NotifId string + func NewNsmfEventExposureNotification(notifId string, eventNotifs []EventNotification1) *NsmfEventExposureNotification + func NewNsmfEventExposureNotificationWithDefaults() *NsmfEventExposureNotification + func (o *NsmfEventExposureNotification) GetAckUri() string + func (o *NsmfEventExposureNotification) GetAckUriOk() (*string, bool) + func (o *NsmfEventExposureNotification) GetEventNotifs() []EventNotification1 + func (o *NsmfEventExposureNotification) GetEventNotifsOk() ([]EventNotification1, bool) + func (o *NsmfEventExposureNotification) GetNotifId() string + func (o *NsmfEventExposureNotification) GetNotifIdOk() (*string, bool) + func (o *NsmfEventExposureNotification) HasAckUri() bool + func (o *NsmfEventExposureNotification) SetAckUri(v string) + func (o *NsmfEventExposureNotification) SetEventNotifs(v []EventNotification1) + func (o *NsmfEventExposureNotification) SetNotifId(v string) + func (o NsmfEventExposureNotification) MarshalJSON() ([]byte, error) + func (o NsmfEventExposureNotification) ToMap() (map[string]interface{}, error) + type NssaafInfo struct + InternalGroupIdentifiersRanges []InternalGroupIdRange + SupiRanges []SupiRange + func NewNssaafInfo() *NssaafInfo + func NewNssaafInfoWithDefaults() *NssaafInfo + func (o *NssaafInfo) GetInternalGroupIdentifiersRanges() []InternalGroupIdRange + func (o *NssaafInfo) GetInternalGroupIdentifiersRangesOk() ([]InternalGroupIdRange, bool) + func (o *NssaafInfo) GetSupiRanges() []SupiRange + func (o *NssaafInfo) GetSupiRangesOk() ([]SupiRange, bool) + func (o *NssaafInfo) HasInternalGroupIdentifiersRanges() bool + func (o *NssaafInfo) HasSupiRanges() bool + func (o *NssaafInfo) SetInternalGroupIdentifiersRanges(v []InternalGroupIdRange) + func (o *NssaafInfo) SetSupiRanges(v []SupiRange) + func (o NssaafInfo) MarshalJSON() ([]byte, error) + func (o NssaafInfo) ToMap() (map[string]interface{}, error) + type NullableAanfInfo struct + func NewNullableAanfInfo(val *AanfInfo) *NullableAanfInfo + func (v *NullableAanfInfo) Set(val *AanfInfo) + func (v *NullableAanfInfo) UnmarshalJSON(src []byte) error + func (v *NullableAanfInfo) Unset() + func (v NullableAanfInfo) Get() *AanfInfo + func (v NullableAanfInfo) IsSet() bool + func (v NullableAanfInfo) MarshalJSON() ([]byte, error) + type NullableAbnormalBehaviour struct + func NewNullableAbnormalBehaviour(val *AbnormalBehaviour) *NullableAbnormalBehaviour + func (v *NullableAbnormalBehaviour) Set(val *AbnormalBehaviour) + func (v *NullableAbnormalBehaviour) UnmarshalJSON(src []byte) error + func (v *NullableAbnormalBehaviour) Unset() + func (v NullableAbnormalBehaviour) Get() *AbnormalBehaviour + func (v NullableAbnormalBehaviour) IsSet() bool + func (v NullableAbnormalBehaviour) MarshalJSON() ([]byte, error) + type NullableAccessStateTransitionType struct + func NewNullableAccessStateTransitionType(val *AccessStateTransitionType) *NullableAccessStateTransitionType + func (v *NullableAccessStateTransitionType) Set(val *AccessStateTransitionType) + func (v *NullableAccessStateTransitionType) UnmarshalJSON(src []byte) error + func (v *NullableAccessStateTransitionType) Unset() + func (v NullableAccessStateTransitionType) Get() *AccessStateTransitionType + func (v NullableAccessStateTransitionType) IsSet() bool + func (v NullableAccessStateTransitionType) MarshalJSON() ([]byte, 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 NullableAccuracy struct + func NewNullableAccuracy(val *Accuracy) *NullableAccuracy + func (v *NullableAccuracy) Set(val *Accuracy) + func (v *NullableAccuracy) UnmarshalJSON(src []byte) error + func (v *NullableAccuracy) Unset() + func (v NullableAccuracy) Get() *Accuracy + func (v NullableAccuracy) IsSet() bool + func (v NullableAccuracy) MarshalJSON() ([]byte, error) + type NullableAdditionalMeasurement struct + func NewNullableAdditionalMeasurement(val *AdditionalMeasurement) *NullableAdditionalMeasurement + func (v *NullableAdditionalMeasurement) Set(val *AdditionalMeasurement) + func (v *NullableAdditionalMeasurement) UnmarshalJSON(src []byte) error + func (v *NullableAdditionalMeasurement) Unset() + func (v NullableAdditionalMeasurement) Get() *AdditionalMeasurement + func (v NullableAdditionalMeasurement) IsSet() bool + func (v NullableAdditionalMeasurement) MarshalJSON() ([]byte, error) + type NullableAddrFqdn struct + func NewNullableAddrFqdn(val *AddrFqdn) *NullableAddrFqdn + func (v *NullableAddrFqdn) Set(val *AddrFqdn) + func (v *NullableAddrFqdn) UnmarshalJSON(src []byte) error + func (v *NullableAddrFqdn) Unset() + func (v NullableAddrFqdn) Get() *AddrFqdn + func (v NullableAddrFqdn) IsSet() bool + func (v NullableAddrFqdn) MarshalJSON() ([]byte, error) + type NullableAddressList struct + func NewNullableAddressList(val *AddressList) *NullableAddressList + func (v *NullableAddressList) Set(val *AddressList) + func (v *NullableAddressList) UnmarshalJSON(src []byte) error + func (v *NullableAddressList) Unset() + func (v NullableAddressList) Get() *AddressList + func (v NullableAddressList) IsSet() bool + func (v NullableAddressList) MarshalJSON() ([]byte, error) + type NullableAfEvent struct + func NewNullableAfEvent(val *AfEvent) *NullableAfEvent + func (v *NullableAfEvent) Set(val *AfEvent) + func (v *NullableAfEvent) UnmarshalJSON(src []byte) error + func (v *NullableAfEvent) Unset() + func (v NullableAfEvent) Get() *AfEvent + func (v NullableAfEvent) IsSet() bool + func (v NullableAfEvent) MarshalJSON() ([]byte, error) + type NullableAfEventExposureData struct + func NewNullableAfEventExposureData(val *AfEventExposureData) *NullableAfEventExposureData + func (v *NullableAfEventExposureData) Set(val *AfEventExposureData) + func (v *NullableAfEventExposureData) UnmarshalJSON(src []byte) error + func (v *NullableAfEventExposureData) Unset() + func (v NullableAfEventExposureData) Get() *AfEventExposureData + func (v NullableAfEventExposureData) IsSet() bool + func (v NullableAfEventExposureData) MarshalJSON() ([]byte, error) + type NullableAfEventExposureNotif struct + func NewNullableAfEventExposureNotif(val *AfEventExposureNotif) *NullableAfEventExposureNotif + func (v *NullableAfEventExposureNotif) Set(val *AfEventExposureNotif) + func (v *NullableAfEventExposureNotif) UnmarshalJSON(src []byte) error + func (v *NullableAfEventExposureNotif) Unset() + func (v NullableAfEventExposureNotif) Get() *AfEventExposureNotif + func (v NullableAfEventExposureNotif) IsSet() bool + func (v NullableAfEventExposureNotif) MarshalJSON() ([]byte, error) + type NullableAfEventNotification struct + func NewNullableAfEventNotification(val *AfEventNotification) *NullableAfEventNotification + func (v *NullableAfEventNotification) Set(val *AfEventNotification) + func (v *NullableAfEventNotification) UnmarshalJSON(src []byte) error + func (v *NullableAfEventNotification) Unset() + func (v NullableAfEventNotification) Get() *AfEventNotification + func (v NullableAfEventNotification) IsSet() bool + func (v NullableAfEventNotification) MarshalJSON() ([]byte, error) + type NullableAmfCond struct + func NewNullableAmfCond(val *AmfCond) *NullableAmfCond + func (v *NullableAmfCond) Set(val *AmfCond) + func (v *NullableAmfCond) UnmarshalJSON(src []byte) error + func (v *NullableAmfCond) Unset() + func (v NullableAmfCond) Get() *AmfCond + func (v NullableAmfCond) IsSet() bool + func (v NullableAmfCond) MarshalJSON() ([]byte, error) + type NullableAmfEventArea struct + func NewNullableAmfEventArea(val *AmfEventArea) *NullableAmfEventArea + func (v *NullableAmfEventArea) Set(val *AmfEventArea) + func (v *NullableAmfEventArea) UnmarshalJSON(src []byte) error + func (v *NullableAmfEventArea) Unset() + func (v NullableAmfEventArea) Get() *AmfEventArea + func (v NullableAmfEventArea) IsSet() bool + func (v NullableAmfEventArea) MarshalJSON() ([]byte, error) + type NullableAmfEventNotification struct + func NewNullableAmfEventNotification(val *AmfEventNotification) *NullableAmfEventNotification + func (v *NullableAmfEventNotification) Set(val *AmfEventNotification) + func (v *NullableAmfEventNotification) UnmarshalJSON(src []byte) error + func (v *NullableAmfEventNotification) Unset() + func (v NullableAmfEventNotification) Get() *AmfEventNotification + func (v NullableAmfEventNotification) IsSet() bool + func (v NullableAmfEventNotification) MarshalJSON() ([]byte, error) + type NullableAmfEventReport struct + func NewNullableAmfEventReport(val *AmfEventReport) *NullableAmfEventReport + func (v *NullableAmfEventReport) Set(val *AmfEventReport) + func (v *NullableAmfEventReport) UnmarshalJSON(src []byte) error + func (v *NullableAmfEventReport) Unset() + func (v NullableAmfEventReport) Get() *AmfEventReport + func (v NullableAmfEventReport) IsSet() bool + func (v NullableAmfEventReport) MarshalJSON() ([]byte, error) + type NullableAmfEventState struct + func NewNullableAmfEventState(val *AmfEventState) *NullableAmfEventState + func (v *NullableAmfEventState) Set(val *AmfEventState) + func (v *NullableAmfEventState) UnmarshalJSON(src []byte) error + func (v *NullableAmfEventState) Unset() + func (v NullableAmfEventState) Get() *AmfEventState + func (v NullableAmfEventState) IsSet() bool + func (v NullableAmfEventState) MarshalJSON() ([]byte, error) + type NullableAmfEventSubsSyncInfo struct + func NewNullableAmfEventSubsSyncInfo(val *AmfEventSubsSyncInfo) *NullableAmfEventSubsSyncInfo + func (v *NullableAmfEventSubsSyncInfo) Set(val *AmfEventSubsSyncInfo) + func (v *NullableAmfEventSubsSyncInfo) UnmarshalJSON(src []byte) error + func (v *NullableAmfEventSubsSyncInfo) Unset() + func (v NullableAmfEventSubsSyncInfo) Get() *AmfEventSubsSyncInfo + func (v NullableAmfEventSubsSyncInfo) IsSet() bool + func (v NullableAmfEventSubsSyncInfo) MarshalJSON() ([]byte, error) + type NullableAmfEventSubscriptionInfo struct + func NewNullableAmfEventSubscriptionInfo(val *AmfEventSubscriptionInfo) *NullableAmfEventSubscriptionInfo + func (v *NullableAmfEventSubscriptionInfo) Set(val *AmfEventSubscriptionInfo) + func (v *NullableAmfEventSubscriptionInfo) UnmarshalJSON(src []byte) error + func (v *NullableAmfEventSubscriptionInfo) Unset() + func (v NullableAmfEventSubscriptionInfo) Get() *AmfEventSubscriptionInfo + func (v NullableAmfEventSubscriptionInfo) IsSet() bool + func (v NullableAmfEventSubscriptionInfo) MarshalJSON() ([]byte, error) + type NullableAmfEventType struct + func NewNullableAmfEventType(val *AmfEventType) *NullableAmfEventType + func (v *NullableAmfEventType) Set(val *AmfEventType) + func (v *NullableAmfEventType) UnmarshalJSON(src []byte) error + func (v *NullableAmfEventType) Unset() + func (v NullableAmfEventType) Get() *AmfEventType + func (v NullableAmfEventType) IsSet() bool + func (v NullableAmfEventType) MarshalJSON() ([]byte, error) + type NullableAmfInfo struct + func NewNullableAmfInfo(val *AmfInfo) *NullableAmfInfo + func (v *NullableAmfInfo) Set(val *AmfInfo) + func (v *NullableAmfInfo) UnmarshalJSON(src []byte) error + func (v *NullableAmfInfo) Unset() + func (v NullableAmfInfo) Get() *AmfInfo + func (v NullableAmfInfo) IsSet() bool + func (v NullableAmfInfo) MarshalJSON() ([]byte, error) + type NullableAnNodeType struct + func NewNullableAnNodeType(val *AnNodeType) *NullableAnNodeType + func (v *NullableAnNodeType) Set(val *AnNodeType) + func (v *NullableAnNodeType) UnmarshalJSON(src []byte) error + func (v *NullableAnNodeType) Unset() + func (v NullableAnNodeType) Get() *AnNodeType + func (v NullableAnNodeType) IsSet() bool + func (v NullableAnNodeType) MarshalJSON() ([]byte, error) + type NullableAnalyticsMetadataInfo struct + func NewNullableAnalyticsMetadataInfo(val *AnalyticsMetadataInfo) *NullableAnalyticsMetadataInfo + func (v *NullableAnalyticsMetadataInfo) Set(val *AnalyticsMetadataInfo) + func (v *NullableAnalyticsMetadataInfo) UnmarshalJSON(src []byte) error + func (v *NullableAnalyticsMetadataInfo) Unset() + func (v NullableAnalyticsMetadataInfo) Get() *AnalyticsMetadataInfo + func (v NullableAnalyticsMetadataInfo) IsSet() bool + func (v NullableAnalyticsMetadataInfo) MarshalJSON() ([]byte, error) + type NullableAppListForUeComm struct + func NewNullableAppListForUeComm(val *AppListForUeComm) *NullableAppListForUeComm + func (v *NullableAppListForUeComm) Set(val *AppListForUeComm) + func (v *NullableAppListForUeComm) UnmarshalJSON(src []byte) error + func (v *NullableAppListForUeComm) Unset() + func (v NullableAppListForUeComm) Get() *AppListForUeComm + func (v NullableAppListForUeComm) IsSet() bool + func (v NullableAppListForUeComm) MarshalJSON() ([]byte, error) + type NullableApplicationVolume struct + func NewNullableApplicationVolume(val *ApplicationVolume) *NullableApplicationVolume + func (v *NullableApplicationVolume) Set(val *ApplicationVolume) + func (v *NullableApplicationVolume) UnmarshalJSON(src []byte) error + func (v *NullableApplicationVolume) Unset() + func (v NullableApplicationVolume) Get() *ApplicationVolume + func (v NullableApplicationVolume) IsSet() bool + func (v NullableApplicationVolume) MarshalJSON() ([]byte, error) + type NullableAppliedSmccType struct + func NewNullableAppliedSmccType(val *AppliedSmccType) *NullableAppliedSmccType + func (v *NullableAppliedSmccType) Set(val *AppliedSmccType) + func (v *NullableAppliedSmccType) UnmarshalJSON(src []byte) error + func (v *NullableAppliedSmccType) Unset() + func (v NullableAppliedSmccType) Get() *AppliedSmccType + func (v NullableAppliedSmccType) IsSet() bool + func (v NullableAppliedSmccType) MarshalJSON() ([]byte, error) + type NullableAtsssCapability struct + func NewNullableAtsssCapability(val *AtsssCapability) *NullableAtsssCapability + func (v *NullableAtsssCapability) Set(val *AtsssCapability) + func (v *NullableAtsssCapability) UnmarshalJSON(src []byte) error + func (v *NullableAtsssCapability) Unset() + func (v NullableAtsssCapability) Get() *AtsssCapability + func (v NullableAtsssCapability) IsSet() bool + func (v NullableAtsssCapability) MarshalJSON() ([]byte, error) + type NullableAusfInfo struct + func NewNullableAusfInfo(val *AusfInfo) *NullableAusfInfo + func (v *NullableAusfInfo) Set(val *AusfInfo) + func (v *NullableAusfInfo) UnmarshalJSON(src []byte) error + func (v *NullableAusfInfo) Unset() + func (v NullableAusfInfo) Get() *AusfInfo + func (v NullableAusfInfo) IsSet() bool + func (v NullableAusfInfo) MarshalJSON() ([]byte, error) + type NullableBaseRecord struct + func NewNullableBaseRecord(val *BaseRecord) *NullableBaseRecord + func (v *NullableBaseRecord) Set(val *BaseRecord) + func (v *NullableBaseRecord) UnmarshalJSON(src []byte) error + func (v *NullableBaseRecord) Unset() + func (v NullableBaseRecord) Get() *BaseRecord + func (v NullableBaseRecord) IsSet() bool + func (v NullableBaseRecord) 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 NullableBsfInfo struct + func NewNullableBsfInfo(val *BsfInfo) *NullableBsfInfo + func (v *NullableBsfInfo) Set(val *BsfInfo) + func (v *NullableBsfInfo) UnmarshalJSON(src []byte) error + func (v *NullableBsfInfo) Unset() + func (v NullableBsfInfo) Get() *BsfInfo + func (v NullableBsfInfo) IsSet() bool + func (v NullableBsfInfo) MarshalJSON() ([]byte, error) + type NullableCacheStatus struct + func NewNullableCacheStatus(val *CacheStatus) *NullableCacheStatus + func (v *NullableCacheStatus) Set(val *CacheStatus) + func (v *NullableCacheStatus) UnmarshalJSON(src []byte) error + func (v *NullableCacheStatus) Unset() + func (v NullableCacheStatus) Get() *CacheStatus + func (v NullableCacheStatus) IsSet() bool + func (v NullableCacheStatus) 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 NullableChangeOfSupiPeiAssociationReport struct + func NewNullableChangeOfSupiPeiAssociationReport(val *ChangeOfSupiPeiAssociationReport) *NullableChangeOfSupiPeiAssociationReport + func (v *NullableChangeOfSupiPeiAssociationReport) Set(val *ChangeOfSupiPeiAssociationReport) + func (v *NullableChangeOfSupiPeiAssociationReport) UnmarshalJSON(src []byte) error + func (v *NullableChangeOfSupiPeiAssociationReport) Unset() + func (v NullableChangeOfSupiPeiAssociationReport) Get() *ChangeOfSupiPeiAssociationReport + func (v NullableChangeOfSupiPeiAssociationReport) IsSet() bool + func (v NullableChangeOfSupiPeiAssociationReport) 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 NullableChfInfo struct + func NewNullableChfInfo(val *ChfInfo) *NullableChfInfo + func (v *NullableChfInfo) Set(val *ChfInfo) + func (v *NullableChfInfo) UnmarshalJSON(src []byte) error + func (v *NullableChfInfo) Unset() + func (v NullableChfInfo) Get() *ChfInfo + func (v NullableChfInfo) IsSet() bool + func (v NullableChfInfo) MarshalJSON() ([]byte, error) + type NullableCircumstanceDescription struct + func NewNullableCircumstanceDescription(val *CircumstanceDescription) *NullableCircumstanceDescription + func (v *NullableCircumstanceDescription) Set(val *CircumstanceDescription) + func (v *NullableCircumstanceDescription) UnmarshalJSON(src []byte) error + func (v *NullableCircumstanceDescription) Unset() + func (v NullableCircumstanceDescription) Get() *CircumstanceDescription + func (v NullableCircumstanceDescription) IsSet() bool + func (v NullableCircumstanceDescription) MarshalJSON() ([]byte, error) + type NullableCivicAddress struct + func NewNullableCivicAddress(val *CivicAddress) *NullableCivicAddress + func (v *NullableCivicAddress) Set(val *CivicAddress) + func (v *NullableCivicAddress) UnmarshalJSON(src []byte) error + func (v *NullableCivicAddress) Unset() + func (v NullableCivicAddress) Get() *CivicAddress + func (v NullableCivicAddress) IsSet() bool + func (v NullableCivicAddress) MarshalJSON() ([]byte, error) + type NullableCmInfo struct + func NewNullableCmInfo(val *CmInfo) *NullableCmInfo + func (v *NullableCmInfo) Set(val *CmInfo) + func (v *NullableCmInfo) UnmarshalJSON(src []byte) error + func (v *NullableCmInfo) Unset() + func (v NullableCmInfo) Get() *CmInfo + func (v NullableCmInfo) IsSet() bool + func (v NullableCmInfo) MarshalJSON() ([]byte, error) + type NullableCmInfoReport struct + func NewNullableCmInfoReport(val *CmInfoReport) *NullableCmInfoReport + func (v *NullableCmInfoReport) Set(val *CmInfoReport) + func (v *NullableCmInfoReport) UnmarshalJSON(src []byte) error + func (v *NullableCmInfoReport) Unset() + func (v NullableCmInfoReport) Get() *CmInfoReport + func (v NullableCmInfoReport) IsSet() bool + func (v NullableCmInfoReport) MarshalJSON() ([]byte, error) + type NullableCmState struct + func NewNullableCmState(val *CmState) *NullableCmState + func (v *NullableCmState) Set(val *CmState) + func (v *NullableCmState) UnmarshalJSON(src []byte) error + func (v *NullableCmState) Unset() + func (v NullableCmState) Get() *CmState + func (v NullableCmState) IsSet() bool + func (v NullableCmState) MarshalJSON() ([]byte, error) + type NullableCnType struct + func NewNullableCnType(val *CnType) *NullableCnType + func (v *NullableCnType) Set(val *CnType) + func (v *NullableCnType) UnmarshalJSON(src []byte) error + func (v *NullableCnType) Unset() + func (v NullableCnType) Get() *CnType + func (v NullableCnType) IsSet() bool + func (v NullableCnType) MarshalJSON() ([]byte, error) + type NullableCnTypeChangeReport struct + func NewNullableCnTypeChangeReport(val *CnTypeChangeReport) *NullableCnTypeChangeReport + func (v *NullableCnTypeChangeReport) Set(val *CnTypeChangeReport) + func (v *NullableCnTypeChangeReport) UnmarshalJSON(src []byte) error + func (v *NullableCnTypeChangeReport) Unset() + func (v NullableCnTypeChangeReport) Get() *CnTypeChangeReport + func (v NullableCnTypeChangeReport) IsSet() bool + func (v NullableCnTypeChangeReport) MarshalJSON() ([]byte, error) + type NullableCollectiveBehaviourInfo struct + func NewNullableCollectiveBehaviourInfo(val *CollectiveBehaviourInfo) *NullableCollectiveBehaviourInfo + func (v *NullableCollectiveBehaviourInfo) Set(val *CollectiveBehaviourInfo) + func (v *NullableCollectiveBehaviourInfo) UnmarshalJSON(src []byte) error + func (v *NullableCollectiveBehaviourInfo) Unset() + func (v NullableCollectiveBehaviourInfo) Get() *CollectiveBehaviourInfo + func (v NullableCollectiveBehaviourInfo) IsSet() bool + func (v NullableCollectiveBehaviourInfo) MarshalJSON() ([]byte, error) + type NullableCollocatedNfInstance struct + func NewNullableCollocatedNfInstance(val *CollocatedNfInstance) *NullableCollocatedNfInstance + func (v *NullableCollocatedNfInstance) Set(val *CollocatedNfInstance) + func (v *NullableCollocatedNfInstance) UnmarshalJSON(src []byte) error + func (v *NullableCollocatedNfInstance) Unset() + func (v NullableCollocatedNfInstance) Get() *CollocatedNfInstance + func (v NullableCollocatedNfInstance) IsSet() bool + func (v NullableCollocatedNfInstance) MarshalJSON() ([]byte, error) + type NullableCollocatedNfType struct + func NewNullableCollocatedNfType(val *CollocatedNfType) *NullableCollocatedNfType + func (v *NullableCollocatedNfType) Set(val *CollocatedNfType) + func (v *NullableCollocatedNfType) UnmarshalJSON(src []byte) error + func (v *NullableCollocatedNfType) Unset() + func (v NullableCollocatedNfType) Get() *CollocatedNfType + func (v NullableCollocatedNfType) IsSet() bool + func (v NullableCollocatedNfType) MarshalJSON() ([]byte, error) + type NullableCommunicationCollection struct + func NewNullableCommunicationCollection(val *CommunicationCollection) *NullableCommunicationCollection + func (v *NullableCommunicationCollection) Set(val *CommunicationCollection) + func (v *NullableCommunicationCollection) UnmarshalJSON(src []byte) error + func (v *NullableCommunicationCollection) Unset() + func (v NullableCommunicationCollection) Get() *CommunicationCollection + func (v NullableCommunicationCollection) IsSet() bool + func (v NullableCommunicationCollection) MarshalJSON() ([]byte, error) + type NullableCommunicationFailure struct + func NewNullableCommunicationFailure(val *CommunicationFailure) *NullableCommunicationFailure + func (v *NullableCommunicationFailure) Set(val *CommunicationFailure) + func (v *NullableCommunicationFailure) UnmarshalJSON(src []byte) error + func (v *NullableCommunicationFailure) Unset() + func (v NullableCommunicationFailure) Get() *CommunicationFailure + func (v NullableCommunicationFailure) IsSet() bool + func (v NullableCommunicationFailure) MarshalJSON() ([]byte, error) + type NullableConditionEventType struct + func NewNullableConditionEventType(val *ConditionEventType) *NullableConditionEventType + func (v *NullableConditionEventType) Set(val *ConditionEventType) + func (v *NullableConditionEventType) UnmarshalJSON(src []byte) error + func (v *NullableConditionEventType) Unset() + func (v NullableConditionEventType) Get() *ConditionEventType + func (v NullableConditionEventType) IsSet() bool + func (v NullableConditionEventType) MarshalJSON() ([]byte, error) + type NullableCongestionInfo struct + func NewNullableCongestionInfo(val *CongestionInfo) *NullableCongestionInfo + func (v *NullableCongestionInfo) Set(val *CongestionInfo) + func (v *NullableCongestionInfo) UnmarshalJSON(src []byte) error + func (v *NullableCongestionInfo) Unset() + func (v NullableCongestionInfo) Get() *CongestionInfo + func (v NullableCongestionInfo) IsSet() bool + func (v NullableCongestionInfo) MarshalJSON() ([]byte, error) + type NullableCongestionType struct + func NewNullableCongestionType(val *CongestionType) *NullableCongestionType + func (v *NullableCongestionType) Set(val *CongestionType) + func (v *NullableCongestionType) UnmarshalJSON(src []byte) error + func (v *NullableCongestionType) Unset() + func (v NullableCongestionType) Get() *CongestionType + func (v NullableCongestionType) IsSet() bool + func (v NullableCongestionType) MarshalJSON() ([]byte, error) + type NullableDataNotification struct + func NewNullableDataNotification(val *DataNotification) *NullableDataNotification + func (v *NullableDataNotification) Set(val *DataNotification) + func (v *NullableDataNotification) UnmarshalJSON(src []byte) error + func (v *NullableDataNotification) Unset() + func (v NullableDataNotification) Get() *DataNotification + func (v NullableDataNotification) IsSet() bool + func (v NullableDataNotification) MarshalJSON() ([]byte, error) + type NullableDataSetId struct + func NewNullableDataSetId(val *DataSetId) *NullableDataSetId + func (v *NullableDataSetId) Set(val *DataSetId) + func (v *NullableDataSetId) UnmarshalJSON(src []byte) error + func (v *NullableDataSetId) Unset() + func (v NullableDataSetId) Get() *DataSetId + func (v NullableDataSetId) IsSet() bool + func (v NullableDataSetId) MarshalJSON() ([]byte, error) + type NullableDatasetStatisticalProperty struct + func NewNullableDatasetStatisticalProperty(val *DatasetStatisticalProperty) *NullableDatasetStatisticalProperty + func (v *NullableDatasetStatisticalProperty) Set(val *DatasetStatisticalProperty) + func (v *NullableDatasetStatisticalProperty) UnmarshalJSON(src []byte) error + func (v *NullableDatasetStatisticalProperty) Unset() + func (v NullableDatasetStatisticalProperty) Get() *DatasetStatisticalProperty + func (v NullableDatasetStatisticalProperty) IsSet() bool + func (v NullableDatasetStatisticalProperty) MarshalJSON() ([]byte, error) + type NullableDccfCond struct + func NewNullableDccfCond(val *DccfCond) *NullableDccfCond + func (v *NullableDccfCond) Set(val *DccfCond) + func (v *NullableDccfCond) UnmarshalJSON(src []byte) error + func (v *NullableDccfCond) Unset() + func (v NullableDccfCond) Get() *DccfCond + func (v NullableDccfCond) IsSet() bool + func (v NullableDccfCond) MarshalJSON() ([]byte, error) + type NullableDccfInfo struct + func NewNullableDccfInfo(val *DccfInfo) *NullableDccfInfo + func (v *NullableDccfInfo) Set(val *DccfInfo) + func (v *NullableDccfInfo) UnmarshalJSON(src []byte) error + func (v *NullableDccfInfo) Unset() + func (v NullableDccfInfo) Get() *DccfInfo + func (v NullableDccfInfo) IsSet() bool + func (v NullableDccfInfo) MarshalJSON() ([]byte, error) + type NullableDddTrafficDescriptor struct + func NewNullableDddTrafficDescriptor(val *DddTrafficDescriptor) *NullableDddTrafficDescriptor + func (v *NullableDddTrafficDescriptor) Set(val *DddTrafficDescriptor) + func (v *NullableDddTrafficDescriptor) UnmarshalJSON(src []byte) error + func (v *NullableDddTrafficDescriptor) Unset() + func (v NullableDddTrafficDescriptor) Get() *DddTrafficDescriptor + func (v NullableDddTrafficDescriptor) IsSet() bool + func (v NullableDddTrafficDescriptor) MarshalJSON() ([]byte, error) + type NullableDefSubServiceInfo struct + func NewNullableDefSubServiceInfo(val *DefSubServiceInfo) *NullableDefSubServiceInfo + func (v *NullableDefSubServiceInfo) Set(val *DefSubServiceInfo) + func (v *NullableDefSubServiceInfo) UnmarshalJSON(src []byte) error + func (v *NullableDefSubServiceInfo) Unset() + func (v NullableDefSubServiceInfo) Get() *DefSubServiceInfo + func (v NullableDefSubServiceInfo) IsSet() bool + func (v NullableDefSubServiceInfo) MarshalJSON() ([]byte, error) + type NullableDefaultNotificationSubscription struct + func NewNullableDefaultNotificationSubscription(val *DefaultNotificationSubscription) *NullableDefaultNotificationSubscription + func (v *NullableDefaultNotificationSubscription) Set(val *DefaultNotificationSubscription) + func (v *NullableDefaultNotificationSubscription) UnmarshalJSON(src []byte) error + func (v *NullableDefaultNotificationSubscription) Unset() + func (v NullableDefaultNotificationSubscription) Get() *DefaultNotificationSubscription + func (v NullableDefaultNotificationSubscription) IsSet() bool + func (v NullableDefaultNotificationSubscription) MarshalJSON() ([]byte, error) + type NullableDispersionClass struct + func NewNullableDispersionClass(val *DispersionClass) *NullableDispersionClass + func (v *NullableDispersionClass) Set(val *DispersionClass) + func (v *NullableDispersionClass) UnmarshalJSON(src []byte) error + func (v *NullableDispersionClass) Unset() + func (v NullableDispersionClass) Get() *DispersionClass + func (v NullableDispersionClass) IsSet() bool + func (v NullableDispersionClass) MarshalJSON() ([]byte, error) + type NullableDispersionCollection struct + func NewNullableDispersionCollection(val *DispersionCollection) *NullableDispersionCollection + func (v *NullableDispersionCollection) Set(val *DispersionCollection) + func (v *NullableDispersionCollection) UnmarshalJSON(src []byte) error + func (v *NullableDispersionCollection) Unset() + func (v NullableDispersionCollection) Get() *DispersionCollection + func (v NullableDispersionCollection) IsSet() bool + func (v NullableDispersionCollection) MarshalJSON() ([]byte, error) + type NullableDispersionCollection1 struct + func NewNullableDispersionCollection1(val *DispersionCollection1) *NullableDispersionCollection1 + func (v *NullableDispersionCollection1) Set(val *DispersionCollection1) + func (v *NullableDispersionCollection1) UnmarshalJSON(src []byte) error + func (v *NullableDispersionCollection1) Unset() + func (v NullableDispersionCollection1) Get() *DispersionCollection1 + func (v NullableDispersionCollection1) IsSet() bool + func (v NullableDispersionCollection1) MarshalJSON() ([]byte, error) + type NullableDispersionInfo struct + func NewNullableDispersionInfo(val *DispersionInfo) *NullableDispersionInfo + func (v *NullableDispersionInfo) Set(val *DispersionInfo) + func (v *NullableDispersionInfo) UnmarshalJSON(src []byte) error + func (v *NullableDispersionInfo) Unset() + func (v NullableDispersionInfo) Get() *DispersionInfo + func (v NullableDispersionInfo) IsSet() bool + func (v NullableDispersionInfo) MarshalJSON() ([]byte, error) + type NullableDispersionType struct + func NewNullableDispersionType(val *DispersionType) *NullableDispersionType + func (v *NullableDispersionType) Set(val *DispersionType) + func (v *NullableDispersionType) UnmarshalJSON(src []byte) error + func (v *NullableDispersionType) Unset() + func (v NullableDispersionType) Get() *DispersionType + func (v NullableDispersionType) IsSet() bool + func (v NullableDispersionType) MarshalJSON() ([]byte, error) + type NullableDlDataDeliveryStatus struct + func NewNullableDlDataDeliveryStatus(val *DlDataDeliveryStatus) *NullableDlDataDeliveryStatus + func (v *NullableDlDataDeliveryStatus) Set(val *DlDataDeliveryStatus) + func (v *NullableDlDataDeliveryStatus) UnmarshalJSON(src []byte) error + func (v *NullableDlDataDeliveryStatus) Unset() + func (v NullableDlDataDeliveryStatus) Get() *DlDataDeliveryStatus + func (v NullableDlDataDeliveryStatus) IsSet() bool + func (v NullableDlDataDeliveryStatus) MarshalJSON() ([]byte, error) + type NullableDnPerf struct + func NewNullableDnPerf(val *DnPerf) *NullableDnPerf + func (v *NullableDnPerf) Set(val *DnPerf) + func (v *NullableDnPerf) UnmarshalJSON(src []byte) error + func (v *NullableDnPerf) Unset() + func (v NullableDnPerf) Get() *DnPerf + func (v NullableDnPerf) IsSet() bool + func (v NullableDnPerf) MarshalJSON() ([]byte, error) + type NullableDnPerfInfo struct + func NewNullableDnPerfInfo(val *DnPerfInfo) *NullableDnPerfInfo + func (v *NullableDnPerfInfo) Set(val *DnPerfInfo) + func (v *NullableDnPerfInfo) UnmarshalJSON(src []byte) error + func (v *NullableDnPerfInfo) Unset() + func (v NullableDnPerfInfo) Get() *DnPerfInfo + func (v NullableDnPerfInfo) IsSet() bool + func (v NullableDnPerfInfo) MarshalJSON() ([]byte, error) + type NullableDnaiChangeType struct + func NewNullableDnaiChangeType(val *DnaiChangeType) *NullableDnaiChangeType + func (v *NullableDnaiChangeType) Set(val *DnaiChangeType) + func (v *NullableDnaiChangeType) UnmarshalJSON(src []byte) error + func (v *NullableDnaiChangeType) Unset() + func (v NullableDnaiChangeType) Get() *DnaiChangeType + func (v NullableDnaiChangeType) IsSet() bool + func (v NullableDnaiChangeType) MarshalJSON() ([]byte, error) + type NullableDnnEasdfInfoItem struct + func NewNullableDnnEasdfInfoItem(val *DnnEasdfInfoItem) *NullableDnnEasdfInfoItem + func (v *NullableDnnEasdfInfoItem) Set(val *DnnEasdfInfoItem) + func (v *NullableDnnEasdfInfoItem) UnmarshalJSON(src []byte) error + func (v *NullableDnnEasdfInfoItem) Unset() + func (v NullableDnnEasdfInfoItem) Get() *DnnEasdfInfoItem + func (v NullableDnnEasdfInfoItem) IsSet() bool + func (v NullableDnnEasdfInfoItem) MarshalJSON() ([]byte, error) + type NullableDnnInfoItem struct + func NewNullableDnnInfoItem(val *DnnInfoItem) *NullableDnnInfoItem + func (v *NullableDnnInfoItem) Set(val *DnnInfoItem) + func (v *NullableDnnInfoItem) UnmarshalJSON(src []byte) error + func (v *NullableDnnInfoItem) Unset() + func (v NullableDnnInfoItem) Get() *DnnInfoItem + func (v NullableDnnInfoItem) IsSet() bool + func (v NullableDnnInfoItem) MarshalJSON() ([]byte, error) + type NullableDnnMbSmfInfoItem struct + func NewNullableDnnMbSmfInfoItem(val *DnnMbSmfInfoItem) *NullableDnnMbSmfInfoItem + func (v *NullableDnnMbSmfInfoItem) Set(val *DnnMbSmfInfoItem) + func (v *NullableDnnMbSmfInfoItem) UnmarshalJSON(src []byte) error + func (v *NullableDnnMbSmfInfoItem) Unset() + func (v NullableDnnMbSmfInfoItem) Get() *DnnMbSmfInfoItem + func (v NullableDnnMbSmfInfoItem) IsSet() bool + func (v NullableDnnMbSmfInfoItem) MarshalJSON() ([]byte, error) + type NullableDnnSmfInfoItem struct + func NewNullableDnnSmfInfoItem(val *DnnSmfInfoItem) *NullableDnnSmfInfoItem + func (v *NullableDnnSmfInfoItem) Set(val *DnnSmfInfoItem) + func (v *NullableDnnSmfInfoItem) UnmarshalJSON(src []byte) error + func (v *NullableDnnSmfInfoItem) Unset() + func (v NullableDnnSmfInfoItem) Get() *DnnSmfInfoItem + func (v NullableDnnSmfInfoItem) IsSet() bool + func (v NullableDnnSmfInfoItem) MarshalJSON() ([]byte, error) + type NullableDnnSmfInfoItemDnaiListInner struct + func NewNullableDnnSmfInfoItemDnaiListInner(val *DnnSmfInfoItemDnaiListInner) *NullableDnnSmfInfoItemDnaiListInner + func (v *NullableDnnSmfInfoItemDnaiListInner) Set(val *DnnSmfInfoItemDnaiListInner) + func (v *NullableDnnSmfInfoItemDnaiListInner) UnmarshalJSON(src []byte) error + func (v *NullableDnnSmfInfoItemDnaiListInner) Unset() + func (v NullableDnnSmfInfoItemDnaiListInner) Get() *DnnSmfInfoItemDnaiListInner + func (v NullableDnnSmfInfoItemDnaiListInner) IsSet() bool + func (v NullableDnnSmfInfoItemDnaiListInner) MarshalJSON() ([]byte, error) + type NullableDnnSmfInfoItemDnn struct + func NewNullableDnnSmfInfoItemDnn(val *DnnSmfInfoItemDnn) *NullableDnnSmfInfoItemDnn + func (v *NullableDnnSmfInfoItemDnn) Set(val *DnnSmfInfoItemDnn) + func (v *NullableDnnSmfInfoItemDnn) UnmarshalJSON(src []byte) error + func (v *NullableDnnSmfInfoItemDnn) Unset() + func (v NullableDnnSmfInfoItemDnn) Get() *DnnSmfInfoItemDnn + func (v NullableDnnSmfInfoItemDnn) IsSet() bool + func (v NullableDnnSmfInfoItemDnn) MarshalJSON() ([]byte, error) + type NullableDnnTsctsfInfoItem struct + func NewNullableDnnTsctsfInfoItem(val *DnnTsctsfInfoItem) *NullableDnnTsctsfInfoItem + func (v *NullableDnnTsctsfInfoItem) Set(val *DnnTsctsfInfoItem) + func (v *NullableDnnTsctsfInfoItem) UnmarshalJSON(src []byte) error + func (v *NullableDnnTsctsfInfoItem) Unset() + func (v NullableDnnTsctsfInfoItem) Get() *DnnTsctsfInfoItem + func (v NullableDnnTsctsfInfoItem) IsSet() bool + func (v NullableDnnTsctsfInfoItem) MarshalJSON() ([]byte, error) + type NullableDnnUpfInfoItem struct + func NewNullableDnnUpfInfoItem(val *DnnUpfInfoItem) *NullableDnnUpfInfoItem + func (v *NullableDnnUpfInfoItem) Set(val *DnnUpfInfoItem) + func (v *NullableDnnUpfInfoItem) UnmarshalJSON(src []byte) error + func (v *NullableDnnUpfInfoItem) Unset() + func (v NullableDnnUpfInfoItem) Get() *DnnUpfInfoItem + func (v NullableDnnUpfInfoItem) IsSet() bool + func (v NullableDnnUpfInfoItem) MarshalJSON() ([]byte, error) + type NullableDynamicPolicy struct + func NewNullableDynamicPolicy(val *DynamicPolicy) *NullableDynamicPolicy + func (v *NullableDynamicPolicy) Set(val *DynamicPolicy) + func (v *NullableDynamicPolicy) UnmarshalJSON(src []byte) error + func (v *NullableDynamicPolicy) Unset() + func (v NullableDynamicPolicy) Get() *DynamicPolicy + func (v NullableDynamicPolicy) IsSet() bool + func (v NullableDynamicPolicy) MarshalJSON() ([]byte, error) + type NullableEasdfInfo struct + func NewNullableEasdfInfo(val *EasdfInfo) *NullableEasdfInfo + func (v *NullableEasdfInfo) Set(val *EasdfInfo) + func (v *NullableEasdfInfo) UnmarshalJSON(src []byte) error + func (v *NullableEasdfInfo) Unset() + func (v NullableEasdfInfo) Get() *EasdfInfo + func (v NullableEasdfInfo) IsSet() bool + func (v NullableEasdfInfo) 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 NullableEllipsoidArc struct + func NewNullableEllipsoidArc(val *EllipsoidArc) *NullableEllipsoidArc + func (v *NullableEllipsoidArc) Set(val *EllipsoidArc) + func (v *NullableEllipsoidArc) UnmarshalJSON(src []byte) error + func (v *NullableEllipsoidArc) Unset() + func (v NullableEllipsoidArc) Get() *EllipsoidArc + func (v NullableEllipsoidArc) IsSet() bool + func (v NullableEllipsoidArc) MarshalJSON() ([]byte, error) + type NullableEllipsoidArcAllOf struct + func NewNullableEllipsoidArcAllOf(val *EllipsoidArcAllOf) *NullableEllipsoidArcAllOf + func (v *NullableEllipsoidArcAllOf) Set(val *EllipsoidArcAllOf) + func (v *NullableEllipsoidArcAllOf) UnmarshalJSON(src []byte) error + func (v *NullableEllipsoidArcAllOf) Unset() + func (v NullableEllipsoidArcAllOf) Get() *EllipsoidArcAllOf + func (v NullableEllipsoidArcAllOf) IsSet() bool + func (v NullableEllipsoidArcAllOf) MarshalJSON() ([]byte, error) + type NullableEndpointAddress struct + func NewNullableEndpointAddress(val *EndpointAddress) *NullableEndpointAddress + func (v *NullableEndpointAddress) Set(val *EndpointAddress) + func (v *NullableEndpointAddress) UnmarshalJSON(src []byte) error + func (v *NullableEndpointAddress) Unset() + func (v NullableEndpointAddress) Get() *EndpointAddress + func (v NullableEndpointAddress) IsSet() bool + func (v NullableEndpointAddress) MarshalJSON() ([]byte, error) + type NullableEthFlowDescription struct + func NewNullableEthFlowDescription(val *EthFlowDescription) *NullableEthFlowDescription + func (v *NullableEthFlowDescription) Set(val *EthFlowDescription) + func (v *NullableEthFlowDescription) UnmarshalJSON(src []byte) error + func (v *NullableEthFlowDescription) Unset() + func (v NullableEthFlowDescription) Get() *EthFlowDescription + func (v NullableEthFlowDescription) IsSet() bool + func (v NullableEthFlowDescription) 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 NullableEventId struct + func NewNullableEventId(val *EventId) *NullableEventId + func (v *NullableEventId) Set(val *EventId) + func (v *NullableEventId) UnmarshalJSON(src []byte) error + func (v *NullableEventId) Unset() + func (v NullableEventId) Get() *EventId + func (v NullableEventId) IsSet() bool + func (v NullableEventId) MarshalJSON() ([]byte, error) + type NullableEventNotification struct + func NewNullableEventNotification(val *EventNotification) *NullableEventNotification + func (v *NullableEventNotification) Set(val *EventNotification) + func (v *NullableEventNotification) UnmarshalJSON(src []byte) error + func (v *NullableEventNotification) Unset() + func (v NullableEventNotification) Get() *EventNotification + func (v NullableEventNotification) IsSet() bool + func (v NullableEventNotification) MarshalJSON() ([]byte, error) + type NullableEventNotification1 struct + func NewNullableEventNotification1(val *EventNotification1) *NullableEventNotification1 + func (v *NullableEventNotification1) Set(val *EventNotification1) + func (v *NullableEventNotification1) UnmarshalJSON(src []byte) error + func (v *NullableEventNotification1) Unset() + func (v NullableEventNotification1) Get() *EventNotification1 + func (v NullableEventNotification1) IsSet() bool + func (v NullableEventNotification1) MarshalJSON() ([]byte, error) + type NullableEventType struct + func NewNullableEventType(val *EventType) *NullableEventType + func (v *NullableEventType) Set(val *EventType) + func (v *NullableEventType) UnmarshalJSON(src []byte) error + func (v *NullableEventType) Unset() + func (v NullableEventType) Get() *EventType + func (v NullableEventType) IsSet() bool + func (v NullableEventType) MarshalJSON() ([]byte, error) + type NullableException struct + func NewNullableException(val *Exception) *NullableException + func (v *NullableException) Set(val *Exception) + func (v *NullableException) UnmarshalJSON(src []byte) error + func (v *NullableException) Unset() + func (v NullableException) Get() *Exception + func (v NullableException) IsSet() bool + func (v NullableException) MarshalJSON() ([]byte, error) + type NullableExceptionId struct + func NewNullableExceptionId(val *ExceptionId) *NullableExceptionId + func (v *NullableExceptionId) Set(val *ExceptionId) + func (v *NullableExceptionId) UnmarshalJSON(src []byte) error + func (v *NullableExceptionId) Unset() + func (v NullableExceptionId) Get() *ExceptionId + func (v NullableExceptionId) IsSet() bool + func (v NullableExceptionId) MarshalJSON() ([]byte, error) + type NullableExceptionInfo struct + func NewNullableExceptionInfo(val *ExceptionInfo) *NullableExceptionInfo + func (v *NullableExceptionInfo) Set(val *ExceptionInfo) + func (v *NullableExceptionInfo) UnmarshalJSON(src []byte) error + func (v *NullableExceptionInfo) Unset() + func (v NullableExceptionInfo) Get() *ExceptionInfo + func (v NullableExceptionInfo) IsSet() bool + func (v NullableExceptionInfo) MarshalJSON() ([]byte, error) + type NullableExceptionTrend struct + func NewNullableExceptionTrend(val *ExceptionTrend) *NullableExceptionTrend + func (v *NullableExceptionTrend) Set(val *ExceptionTrend) + func (v *NullableExceptionTrend) UnmarshalJSON(src []byte) error + func (v *NullableExceptionTrend) Unset() + func (v NullableExceptionTrend) Get() *ExceptionTrend + func (v NullableExceptionTrend) IsSet() bool + func (v NullableExceptionTrend) MarshalJSON() ([]byte, error) + type NullableExtSnssai struct + func NewNullableExtSnssai(val *ExtSnssai) *NullableExtSnssai + func (v *NullableExtSnssai) Set(val *ExtSnssai) + func (v *NullableExtSnssai) UnmarshalJSON(src []byte) error + func (v *NullableExtSnssai) Unset() + func (v NullableExtSnssai) Get() *ExtSnssai + func (v NullableExtSnssai) IsSet() bool + func (v NullableExtSnssai) MarshalJSON() ([]byte, error) + type NullableExternalClientType struct + func NewNullableExternalClientType(val *ExternalClientType) *NullableExternalClientType + func (v *NullableExternalClientType) Set(val *ExternalClientType) + func (v *NullableExternalClientType) UnmarshalJSON(src []byte) error + func (v *NullableExternalClientType) Unset() + func (v NullableExternalClientType) Get() *ExternalClientType + func (v NullableExternalClientType) IsSet() bool + func (v NullableExternalClientType) MarshalJSON() ([]byte, error) + type NullableFetchInstruction struct + func NewNullableFetchInstruction(val *FetchInstruction) *NullableFetchInstruction + func (v *NullableFetchInstruction) Set(val *FetchInstruction) + func (v *NullableFetchInstruction) UnmarshalJSON(src []byte) error + func (v *NullableFetchInstruction) Unset() + func (v NullableFetchInstruction) Get() *FetchInstruction + func (v NullableFetchInstruction) IsSet() bool + func (v NullableFetchInstruction) 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 NullableFlowDirection struct + func NewNullableFlowDirection(val *FlowDirection) *NullableFlowDirection + func (v *NullableFlowDirection) Set(val *FlowDirection) + func (v *NullableFlowDirection) UnmarshalJSON(src []byte) error + func (v *NullableFlowDirection) Unset() + func (v NullableFlowDirection) Get() *FlowDirection + func (v NullableFlowDirection) IsSet() bool + func (v NullableFlowDirection) MarshalJSON() ([]byte, error) + type NullableFlowInfo struct + func NewNullableFlowInfo(val *FlowInfo) *NullableFlowInfo + func (v *NullableFlowInfo) Set(val *FlowInfo) + func (v *NullableFlowInfo) UnmarshalJSON(src []byte) error + func (v *NullableFlowInfo) Unset() + func (v NullableFlowInfo) Get() *FlowInfo + func (v NullableFlowInfo) IsSet() bool + func (v NullableFlowInfo) MarshalJSON() ([]byte, error) + type NullableGADShape struct + func NewNullableGADShape(val *GADShape) *NullableGADShape + func (v *NullableGADShape) Set(val *GADShape) + func (v *NullableGADShape) UnmarshalJSON(src []byte) error + func (v *NullableGADShape) Unset() + func (v NullableGADShape) Get() *GADShape + func (v NullableGADShape) IsSet() bool + func (v NullableGADShape) 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 NullableGeographicArea struct + func NewNullableGeographicArea(val *GeographicArea) *NullableGeographicArea + func (v *NullableGeographicArea) Set(val *GeographicArea) + func (v *NullableGeographicArea) UnmarshalJSON(src []byte) error + func (v *NullableGeographicArea) Unset() + func (v NullableGeographicArea) Get() *GeographicArea + func (v NullableGeographicArea) IsSet() bool + func (v NullableGeographicArea) MarshalJSON() ([]byte, error) + type NullableGeographicalCoordinates struct + func NewNullableGeographicalCoordinates(val *GeographicalCoordinates) *NullableGeographicalCoordinates + func (v *NullableGeographicalCoordinates) Set(val *GeographicalCoordinates) + func (v *NullableGeographicalCoordinates) UnmarshalJSON(src []byte) error + func (v *NullableGeographicalCoordinates) Unset() + func (v NullableGeographicalCoordinates) Get() *GeographicalCoordinates + func (v NullableGeographicalCoordinates) IsSet() bool + func (v NullableGeographicalCoordinates) 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 NullableGmlcInfo struct + func NewNullableGmlcInfo(val *GmlcInfo) *NullableGmlcInfo + func (v *NullableGmlcInfo) Set(val *GmlcInfo) + func (v *NullableGmlcInfo) UnmarshalJSON(src []byte) error + func (v *NullableGmlcInfo) Unset() + func (v NullableGmlcInfo) Get() *GmlcInfo + func (v NullableGmlcInfo) IsSet() bool + func (v NullableGmlcInfo) MarshalJSON() ([]byte, error) + type NullableGuami struct + func NewNullableGuami(val *Guami) *NullableGuami + func (v *NullableGuami) Set(val *Guami) + func (v *NullableGuami) UnmarshalJSON(src []byte) error + func (v *NullableGuami) Unset() + func (v NullableGuami) Get() *Guami + func (v NullableGuami) IsSet() bool + func (v NullableGuami) MarshalJSON() ([]byte, error) + type NullableGuamiListCond struct + func NewNullableGuamiListCond(val *GuamiListCond) *NullableGuamiListCond + func (v *NullableGuamiListCond) Set(val *GuamiListCond) + func (v *NullableGuamiListCond) UnmarshalJSON(src []byte) error + func (v *NullableGuamiListCond) Unset() + func (v NullableGuamiListCond) Get() *GuamiListCond + func (v NullableGuamiListCond) IsSet() bool + func (v NullableGuamiListCond) MarshalJSON() ([]byte, error) + type NullableHfcNodeId struct + func NewNullableHfcNodeId(val *HfcNodeId) *NullableHfcNodeId + func (v *NullableHfcNodeId) Set(val *HfcNodeId) + func (v *NullableHfcNodeId) UnmarshalJSON(src []byte) error + func (v *NullableHfcNodeId) Unset() + func (v NullableHfcNodeId) Get() *HfcNodeId + func (v NullableHfcNodeId) IsSet() bool + func (v NullableHfcNodeId) MarshalJSON() ([]byte, error) + type NullableHssInfo struct + func NewNullableHssInfo(val *HssInfo) *NullableHssInfo + func (v *NullableHssInfo) Set(val *HssInfo) + func (v *NullableHssInfo) UnmarshalJSON(src []byte) error + func (v *NullableHssInfo) Unset() + func (v NullableHssInfo) Get() *HssInfo + func (v NullableHssInfo) IsSet() bool + func (v NullableHssInfo) MarshalJSON() ([]byte, error) + type NullableIdentityRange struct + func NewNullableIdentityRange(val *IdentityRange) *NullableIdentityRange + func (v *NullableIdentityRange) Set(val *IdentityRange) + func (v *NullableIdentityRange) UnmarshalJSON(src []byte) error + func (v *NullableIdentityRange) Unset() + func (v NullableIdentityRange) Get() *IdentityRange + func (v NullableIdentityRange) IsSet() bool + func (v NullableIdentityRange) MarshalJSON() ([]byte, error) + type NullableIdleStatusIndication struct + func NewNullableIdleStatusIndication(val *IdleStatusIndication) *NullableIdleStatusIndication + func (v *NullableIdleStatusIndication) Set(val *IdleStatusIndication) + func (v *NullableIdleStatusIndication) UnmarshalJSON(src []byte) error + func (v *NullableIdleStatusIndication) Unset() + func (v NullableIdleStatusIndication) Get() *IdleStatusIndication + func (v NullableIdleStatusIndication) IsSet() bool + func (v NullableIdleStatusIndication) MarshalJSON() ([]byte, error) + type NullableImsiRange struct + func NewNullableImsiRange(val *ImsiRange) *NullableImsiRange + func (v *NullableImsiRange) Set(val *ImsiRange) + func (v *NullableImsiRange) UnmarshalJSON(src []byte) error + func (v *NullableImsiRange) Unset() + func (v NullableImsiRange) Get() *ImsiRange + func (v NullableImsiRange) IsSet() bool + func (v NullableImsiRange) 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 NullableInterfaceUpfInfoItem struct + func NewNullableInterfaceUpfInfoItem(val *InterfaceUpfInfoItem) *NullableInterfaceUpfInfoItem + func (v *NullableInterfaceUpfInfoItem) Set(val *InterfaceUpfInfoItem) + func (v *NullableInterfaceUpfInfoItem) UnmarshalJSON(src []byte) error + func (v *NullableInterfaceUpfInfoItem) Unset() + func (v NullableInterfaceUpfInfoItem) Get() *InterfaceUpfInfoItem + func (v NullableInterfaceUpfInfoItem) IsSet() bool + func (v NullableInterfaceUpfInfoItem) MarshalJSON() ([]byte, error) + type NullableInternalGroupIdRange struct + func NewNullableInternalGroupIdRange(val *InternalGroupIdRange) *NullableInternalGroupIdRange + func (v *NullableInternalGroupIdRange) Set(val *InternalGroupIdRange) + func (v *NullableInternalGroupIdRange) UnmarshalJSON(src []byte) error + func (v *NullableInternalGroupIdRange) Unset() + func (v NullableInternalGroupIdRange) Get() *InternalGroupIdRange + func (v NullableInternalGroupIdRange) IsSet() bool + func (v NullableInternalGroupIdRange) 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 NullableIpEndPoint struct + func NewNullableIpEndPoint(val *IpEndPoint) *NullableIpEndPoint + func (v *NullableIpEndPoint) Set(val *IpEndPoint) + func (v *NullableIpEndPoint) UnmarshalJSON(src []byte) error + func (v *NullableIpEndPoint) Unset() + func (v NullableIpEndPoint) Get() *IpEndPoint + func (v NullableIpEndPoint) IsSet() bool + func (v NullableIpEndPoint) MarshalJSON() ([]byte, error) + type NullableIpEthFlowDescription struct + func NewNullableIpEthFlowDescription(val *IpEthFlowDescription) *NullableIpEthFlowDescription + func (v *NullableIpEthFlowDescription) Set(val *IpEthFlowDescription) + func (v *NullableIpEthFlowDescription) UnmarshalJSON(src []byte) error + func (v *NullableIpEthFlowDescription) Unset() + func (v NullableIpEthFlowDescription) Get() *IpEthFlowDescription + func (v NullableIpEthFlowDescription) IsSet() bool + func (v NullableIpEthFlowDescription) MarshalJSON() ([]byte, error) + type NullableIpIndex struct + func NewNullableIpIndex(val *IpIndex) *NullableIpIndex + func (v *NullableIpIndex) Set(val *IpIndex) + func (v *NullableIpIndex) UnmarshalJSON(src []byte) error + func (v *NullableIpIndex) Unset() + func (v NullableIpIndex) Get() *IpIndex + func (v NullableIpIndex) IsSet() bool + func (v NullableIpIndex) MarshalJSON() ([]byte, error) + type NullableIpPacketFilterSet struct + func NewNullableIpPacketFilterSet(val *IpPacketFilterSet) *NullableIpPacketFilterSet + func (v *NullableIpPacketFilterSet) Set(val *IpPacketFilterSet) + func (v *NullableIpPacketFilterSet) UnmarshalJSON(src []byte) error + func (v *NullableIpPacketFilterSet) Unset() + func (v NullableIpPacketFilterSet) Get() *IpPacketFilterSet + func (v NullableIpPacketFilterSet) IsSet() bool + func (v NullableIpPacketFilterSet) MarshalJSON() ([]byte, error) + type NullableIpReachability struct + func NewNullableIpReachability(val *IpReachability) *NullableIpReachability + func (v *NullableIpReachability) Set(val *IpReachability) + func (v *NullableIpReachability) UnmarshalJSON(src []byte) error + func (v *NullableIpReachability) Unset() + func (v NullableIpReachability) Get() *IpReachability + func (v NullableIpReachability) IsSet() bool + func (v NullableIpReachability) MarshalJSON() ([]byte, error) + type NullableIpv4AddressRange struct + func NewNullableIpv4AddressRange(val *Ipv4AddressRange) *NullableIpv4AddressRange + func (v *NullableIpv4AddressRange) Set(val *Ipv4AddressRange) + func (v *NullableIpv4AddressRange) UnmarshalJSON(src []byte) error + func (v *NullableIpv4AddressRange) Unset() + func (v NullableIpv4AddressRange) Get() *Ipv4AddressRange + func (v NullableIpv4AddressRange) IsSet() bool + func (v NullableIpv4AddressRange) 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 NullableIpv6PrefixRange struct + func NewNullableIpv6PrefixRange(val *Ipv6PrefixRange) *NullableIpv6PrefixRange + func (v *NullableIpv6PrefixRange) Set(val *Ipv6PrefixRange) + func (v *NullableIpv6PrefixRange) UnmarshalJSON(src []byte) error + func (v *NullableIpv6PrefixRange) Unset() + func (v NullableIpv6PrefixRange) Get() *Ipv6PrefixRange + func (v NullableIpv6PrefixRange) IsSet() bool + func (v NullableIpv6PrefixRange) MarshalJSON() ([]byte, error) + type NullableIwmscInfo struct + func NewNullableIwmscInfo(val *IwmscInfo) *NullableIwmscInfo + func (v *NullableIwmscInfo) Set(val *IwmscInfo) + func (v *NullableIwmscInfo) UnmarshalJSON(src []byte) error + func (v *NullableIwmscInfo) Unset() + func (v NullableIwmscInfo) Get() *IwmscInfo + func (v NullableIwmscInfo) IsSet() bool + func (v NullableIwmscInfo) MarshalJSON() ([]byte, error) + type NullableLadnInfo struct + func NewNullableLadnInfo(val *LadnInfo) *NullableLadnInfo + func (v *NullableLadnInfo) Set(val *LadnInfo) + func (v *NullableLadnInfo) UnmarshalJSON(src []byte) error + func (v *NullableLadnInfo) Unset() + func (v NullableLadnInfo) Get() *LadnInfo + func (v NullableLadnInfo) IsSet() bool + func (v NullableLadnInfo) MarshalJSON() ([]byte, error) + type NullableLineType struct + func NewNullableLineType(val *LineType) *NullableLineType + func (v *NullableLineType) Set(val *LineType) + func (v *NullableLineType) UnmarshalJSON(src []byte) error + func (v *NullableLineType) Unset() + func (v NullableLineType) Get() *LineType + func (v NullableLineType) IsSet() bool + func (v NullableLineType) MarshalJSON() ([]byte, error) + type NullableLmfInfo struct + func NewNullableLmfInfo(val *LmfInfo) *NullableLmfInfo + func (v *NullableLmfInfo) Set(val *LmfInfo) + func (v *NullableLmfInfo) UnmarshalJSON(src []byte) error + func (v *NullableLmfInfo) Unset() + func (v NullableLmfInfo) Get() *LmfInfo + func (v NullableLmfInfo) IsSet() bool + func (v NullableLmfInfo) MarshalJSON() ([]byte, error) + type NullableLocal2dPointUncertaintyEllipse struct + func NewNullableLocal2dPointUncertaintyEllipse(val *Local2dPointUncertaintyEllipse) *NullableLocal2dPointUncertaintyEllipse + func (v *NullableLocal2dPointUncertaintyEllipse) Set(val *Local2dPointUncertaintyEllipse) + func (v *NullableLocal2dPointUncertaintyEllipse) UnmarshalJSON(src []byte) error + func (v *NullableLocal2dPointUncertaintyEllipse) Unset() + func (v NullableLocal2dPointUncertaintyEllipse) Get() *Local2dPointUncertaintyEllipse + func (v NullableLocal2dPointUncertaintyEllipse) IsSet() bool + func (v NullableLocal2dPointUncertaintyEllipse) MarshalJSON() ([]byte, error) + type NullableLocal2dPointUncertaintyEllipseAllOf struct + func NewNullableLocal2dPointUncertaintyEllipseAllOf(val *Local2dPointUncertaintyEllipseAllOf) *NullableLocal2dPointUncertaintyEllipseAllOf + func (v *NullableLocal2dPointUncertaintyEllipseAllOf) Set(val *Local2dPointUncertaintyEllipseAllOf) + func (v *NullableLocal2dPointUncertaintyEllipseAllOf) UnmarshalJSON(src []byte) error + func (v *NullableLocal2dPointUncertaintyEllipseAllOf) Unset() + func (v NullableLocal2dPointUncertaintyEllipseAllOf) Get() *Local2dPointUncertaintyEllipseAllOf + func (v NullableLocal2dPointUncertaintyEllipseAllOf) IsSet() bool + func (v NullableLocal2dPointUncertaintyEllipseAllOf) MarshalJSON() ([]byte, error) + type NullableLocal3dPointUncertaintyEllipsoid struct + func NewNullableLocal3dPointUncertaintyEllipsoid(val *Local3dPointUncertaintyEllipsoid) *NullableLocal3dPointUncertaintyEllipsoid + func (v *NullableLocal3dPointUncertaintyEllipsoid) Set(val *Local3dPointUncertaintyEllipsoid) + func (v *NullableLocal3dPointUncertaintyEllipsoid) UnmarshalJSON(src []byte) error + func (v *NullableLocal3dPointUncertaintyEllipsoid) Unset() + func (v NullableLocal3dPointUncertaintyEllipsoid) Get() *Local3dPointUncertaintyEllipsoid + func (v NullableLocal3dPointUncertaintyEllipsoid) IsSet() bool + func (v NullableLocal3dPointUncertaintyEllipsoid) MarshalJSON() ([]byte, error) + type NullableLocal3dPointUncertaintyEllipsoidAllOf struct + func NewNullableLocal3dPointUncertaintyEllipsoidAllOf(val *Local3dPointUncertaintyEllipsoidAllOf) *NullableLocal3dPointUncertaintyEllipsoidAllOf + func (v *NullableLocal3dPointUncertaintyEllipsoidAllOf) Set(val *Local3dPointUncertaintyEllipsoidAllOf) + func (v *NullableLocal3dPointUncertaintyEllipsoidAllOf) UnmarshalJSON(src []byte) error + func (v *NullableLocal3dPointUncertaintyEllipsoidAllOf) Unset() + func (v NullableLocal3dPointUncertaintyEllipsoidAllOf) Get() *Local3dPointUncertaintyEllipsoidAllOf + func (v NullableLocal3dPointUncertaintyEllipsoidAllOf) IsSet() bool + func (v NullableLocal3dPointUncertaintyEllipsoidAllOf) MarshalJSON() ([]byte, error) + type NullableLocalOrigin struct + func NewNullableLocalOrigin(val *LocalOrigin) *NullableLocalOrigin + func (v *NullableLocalOrigin) Set(val *LocalOrigin) + func (v *NullableLocalOrigin) UnmarshalJSON(src []byte) error + func (v *NullableLocalOrigin) Unset() + func (v NullableLocalOrigin) Get() *LocalOrigin + func (v NullableLocalOrigin) IsSet() bool + func (v NullableLocalOrigin) MarshalJSON() ([]byte, error) + type NullableLocationArea5G struct + func NewNullableLocationArea5G(val *LocationArea5G) *NullableLocationArea5G + func (v *NullableLocationArea5G) Set(val *LocationArea5G) + func (v *NullableLocationArea5G) UnmarshalJSON(src []byte) error + func (v *NullableLocationArea5G) Unset() + func (v NullableLocationArea5G) Get() *LocationArea5G + func (v NullableLocationArea5G) IsSet() bool + func (v NullableLocationArea5G) 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 NullableLocationInfo struct + func NewNullableLocationInfo(val *LocationInfo) *NullableLocationInfo + func (v *NullableLocationInfo) Set(val *LocationInfo) + func (v *NullableLocationInfo) UnmarshalJSON(src []byte) error + func (v *NullableLocationInfo) Unset() + func (v NullableLocationInfo) Get() *LocationInfo + func (v NullableLocationInfo) IsSet() bool + func (v NullableLocationInfo) MarshalJSON() ([]byte, error) + type NullableLocationReport struct + func NewNullableLocationReport(val *LocationReport) *NullableLocationReport + func (v *NullableLocationReport) Set(val *LocationReport) + func (v *NullableLocationReport) UnmarshalJSON(src []byte) error + func (v *NullableLocationReport) Unset() + func (v NullableLocationReport) Get() *LocationReport + func (v NullableLocationReport) IsSet() bool + func (v NullableLocationReport) MarshalJSON() ([]byte, error) + type NullableLossConnectivityReport struct + func NewNullableLossConnectivityReport(val *LossConnectivityReport) *NullableLossConnectivityReport + func (v *NullableLossConnectivityReport) Set(val *LossConnectivityReport) + func (v *NullableLossConnectivityReport) UnmarshalJSON(src []byte) error + func (v *NullableLossConnectivityReport) Unset() + func (v NullableLossConnectivityReport) Get() *LossConnectivityReport + func (v NullableLossConnectivityReport) IsSet() bool + func (v NullableLossConnectivityReport) MarshalJSON() ([]byte, error) + type NullableLossOfConnectivityReason struct + func NewNullableLossOfConnectivityReason(val *LossOfConnectivityReason) *NullableLossOfConnectivityReason + func (v *NullableLossOfConnectivityReason) Set(val *LossOfConnectivityReason) + func (v *NullableLossOfConnectivityReason) UnmarshalJSON(src []byte) error + func (v *NullableLossOfConnectivityReason) Unset() + func (v NullableLossOfConnectivityReason) Get() *LossOfConnectivityReason + func (v NullableLossOfConnectivityReason) IsSet() bool + func (v NullableLossOfConnectivityReason) MarshalJSON() ([]byte, error) + type NullableM5QoSSpecification struct + func NewNullableM5QoSSpecification(val *M5QoSSpecification) *NullableM5QoSSpecification + func (v *NullableM5QoSSpecification) Set(val *M5QoSSpecification) + func (v *NullableM5QoSSpecification) UnmarshalJSON(src []byte) error + func (v *NullableM5QoSSpecification) Unset() + func (v NullableM5QoSSpecification) Get() *M5QoSSpecification + func (v NullableM5QoSSpecification) IsSet() bool + func (v NullableM5QoSSpecification) MarshalJSON() ([]byte, error) + type NullableMSAccessActivityCollection struct + func NewNullableMSAccessActivityCollection(val *MSAccessActivityCollection) *NullableMSAccessActivityCollection + func (v *NullableMSAccessActivityCollection) Set(val *MSAccessActivityCollection) + func (v *NullableMSAccessActivityCollection) UnmarshalJSON(src []byte) error + func (v *NullableMSAccessActivityCollection) Unset() + func (v NullableMSAccessActivityCollection) Get() *MSAccessActivityCollection + func (v NullableMSAccessActivityCollection) IsSet() bool + func (v NullableMSAccessActivityCollection) MarshalJSON() ([]byte, error) + type NullableMatchingDirection struct + func NewNullableMatchingDirection(val *MatchingDirection) *NullableMatchingDirection + func (v *NullableMatchingDirection) Set(val *MatchingDirection) + func (v *NullableMatchingDirection) UnmarshalJSON(src []byte) error + func (v *NullableMatchingDirection) Unset() + func (v NullableMatchingDirection) Get() *MatchingDirection + func (v NullableMatchingDirection) IsSet() bool + func (v NullableMatchingDirection) MarshalJSON() ([]byte, error) + type NullableMbSmfInfo struct + func NewNullableMbSmfInfo(val *MbSmfInfo) *NullableMbSmfInfo + func (v *NullableMbSmfInfo) Set(val *MbSmfInfo) + func (v *NullableMbSmfInfo) UnmarshalJSON(src []byte) error + func (v *NullableMbSmfInfo) Unset() + func (v NullableMbSmfInfo) Get() *MbSmfInfo + func (v NullableMbSmfInfo) IsSet() bool + func (v NullableMbSmfInfo) MarshalJSON() ([]byte, error) + type NullableMbUpfInfo struct + func NewNullableMbUpfInfo(val *MbUpfInfo) *NullableMbUpfInfo + func (v *NullableMbUpfInfo) Set(val *MbUpfInfo) + func (v *NullableMbUpfInfo) UnmarshalJSON(src []byte) error + func (v *NullableMbUpfInfo) Unset() + func (v NullableMbUpfInfo) Get() *MbUpfInfo + func (v NullableMbUpfInfo) IsSet() bool + func (v NullableMbUpfInfo) MarshalJSON() ([]byte, error) + type NullableMbsServiceArea struct + func NewNullableMbsServiceArea(val *MbsServiceArea) *NullableMbsServiceArea + func (v *NullableMbsServiceArea) Set(val *MbsServiceArea) + func (v *NullableMbsServiceArea) UnmarshalJSON(src []byte) error + func (v *NullableMbsServiceArea) Unset() + func (v NullableMbsServiceArea) Get() *MbsServiceArea + func (v NullableMbsServiceArea) IsSet() bool + func (v NullableMbsServiceArea) MarshalJSON() ([]byte, error) + type NullableMbsServiceAreaInfo struct + func NewNullableMbsServiceAreaInfo(val *MbsServiceAreaInfo) *NullableMbsServiceAreaInfo + func (v *NullableMbsServiceAreaInfo) Set(val *MbsServiceAreaInfo) + func (v *NullableMbsServiceAreaInfo) UnmarshalJSON(src []byte) error + func (v *NullableMbsServiceAreaInfo) Unset() + func (v NullableMbsServiceAreaInfo) Get() *MbsServiceAreaInfo + func (v NullableMbsServiceAreaInfo) IsSet() bool + func (v NullableMbsServiceAreaInfo) MarshalJSON() ([]byte, error) + type NullableMbsSession struct + func NewNullableMbsSession(val *MbsSession) *NullableMbsSession + func (v *NullableMbsSession) Set(val *MbsSession) + func (v *NullableMbsSession) UnmarshalJSON(src []byte) error + func (v *NullableMbsSession) Unset() + func (v NullableMbsSession) Get() *MbsSession + func (v NullableMbsSession) IsSet() bool + func (v NullableMbsSession) MarshalJSON() ([]byte, error) + type NullableMbsSessionId struct + func NewNullableMbsSessionId(val *MbsSessionId) *NullableMbsSessionId + func (v *NullableMbsSessionId) Set(val *MbsSessionId) + func (v *NullableMbsSessionId) UnmarshalJSON(src []byte) error + func (v *NullableMbsSessionId) Unset() + func (v NullableMbsSessionId) Get() *MbsSessionId + func (v NullableMbsSessionId) IsSet() bool + func (v NullableMbsSessionId) MarshalJSON() ([]byte, error) + type NullableMediaStreamingAccessRecord struct + func NewNullableMediaStreamingAccessRecord(val *MediaStreamingAccessRecord) *NullableMediaStreamingAccessRecord + func (v *NullableMediaStreamingAccessRecord) Set(val *MediaStreamingAccessRecord) + func (v *NullableMediaStreamingAccessRecord) UnmarshalJSON(src []byte) error + func (v *NullableMediaStreamingAccessRecord) Unset() + func (v NullableMediaStreamingAccessRecord) Get() *MediaStreamingAccessRecord + func (v NullableMediaStreamingAccessRecord) IsSet() bool + func (v NullableMediaStreamingAccessRecord) MarshalJSON() ([]byte, error) + type NullableMediaStreamingAccessRecordAllOf struct + func NewNullableMediaStreamingAccessRecordAllOf(val *MediaStreamingAccessRecordAllOf) *NullableMediaStreamingAccessRecordAllOf + func (v *NullableMediaStreamingAccessRecordAllOf) Set(val *MediaStreamingAccessRecordAllOf) + func (v *NullableMediaStreamingAccessRecordAllOf) UnmarshalJSON(src []byte) error + func (v *NullableMediaStreamingAccessRecordAllOf) Unset() + func (v NullableMediaStreamingAccessRecordAllOf) Get() *MediaStreamingAccessRecordAllOf + func (v NullableMediaStreamingAccessRecordAllOf) IsSet() bool + func (v NullableMediaStreamingAccessRecordAllOf) MarshalJSON() ([]byte, error) + type NullableMediaStreamingAccessRecordAllOfConnectionMetrics struct + func NewNullableMediaStreamingAccessRecordAllOfConnectionMetrics(val *MediaStreamingAccessRecordAllOfConnectionMetrics) *NullableMediaStreamingAccessRecordAllOfConnectionMetrics + func (v *NullableMediaStreamingAccessRecordAllOfConnectionMetrics) Set(val *MediaStreamingAccessRecordAllOfConnectionMetrics) + func (v *NullableMediaStreamingAccessRecordAllOfConnectionMetrics) UnmarshalJSON(src []byte) error + func (v *NullableMediaStreamingAccessRecordAllOfConnectionMetrics) Unset() + func (v NullableMediaStreamingAccessRecordAllOfConnectionMetrics) Get() *MediaStreamingAccessRecordAllOfConnectionMetrics + func (v NullableMediaStreamingAccessRecordAllOfConnectionMetrics) IsSet() bool + func (v NullableMediaStreamingAccessRecordAllOfConnectionMetrics) MarshalJSON() ([]byte, error) + type NullableMediaStreamingAccessRecordAllOfRequestMessage struct + func NewNullableMediaStreamingAccessRecordAllOfRequestMessage(val *MediaStreamingAccessRecordAllOfRequestMessage) *NullableMediaStreamingAccessRecordAllOfRequestMessage + func (v *NullableMediaStreamingAccessRecordAllOfRequestMessage) Set(val *MediaStreamingAccessRecordAllOfRequestMessage) + func (v *NullableMediaStreamingAccessRecordAllOfRequestMessage) UnmarshalJSON(src []byte) error + func (v *NullableMediaStreamingAccessRecordAllOfRequestMessage) Unset() + func (v NullableMediaStreamingAccessRecordAllOfRequestMessage) Get() *MediaStreamingAccessRecordAllOfRequestMessage + func (v NullableMediaStreamingAccessRecordAllOfRequestMessage) IsSet() bool + func (v NullableMediaStreamingAccessRecordAllOfRequestMessage) MarshalJSON() ([]byte, error) + type NullableMediaStreamingAccessRecordAllOfResponseMessage struct + func NewNullableMediaStreamingAccessRecordAllOfResponseMessage(val *MediaStreamingAccessRecordAllOfResponseMessage) *NullableMediaStreamingAccessRecordAllOfResponseMessage + func (v *NullableMediaStreamingAccessRecordAllOfResponseMessage) Set(val *MediaStreamingAccessRecordAllOfResponseMessage) + func (v *NullableMediaStreamingAccessRecordAllOfResponseMessage) UnmarshalJSON(src []byte) error + func (v *NullableMediaStreamingAccessRecordAllOfResponseMessage) Unset() + func (v NullableMediaStreamingAccessRecordAllOfResponseMessage) Get() *MediaStreamingAccessRecordAllOfResponseMessage + func (v NullableMediaStreamingAccessRecordAllOfResponseMessage) IsSet() bool + func (v NullableMediaStreamingAccessRecordAllOfResponseMessage) MarshalJSON() ([]byte, error) + type NullableMfafInfo struct + func NewNullableMfafInfo(val *MfafInfo) *NullableMfafInfo + func (v *NullableMfafInfo) Set(val *MfafInfo) + func (v *NullableMfafInfo) UnmarshalJSON(src []byte) error + func (v *NullableMfafInfo) Unset() + func (v NullableMfafInfo) Get() *MfafInfo + func (v NullableMfafInfo) IsSet() bool + func (v NullableMfafInfo) MarshalJSON() ([]byte, error) + type NullableMlAnalyticsInfo struct + func NewNullableMlAnalyticsInfo(val *MlAnalyticsInfo) *NullableMlAnalyticsInfo + func (v *NullableMlAnalyticsInfo) Set(val *MlAnalyticsInfo) + func (v *NullableMlAnalyticsInfo) UnmarshalJSON(src []byte) error + func (v *NullableMlAnalyticsInfo) Unset() + func (v NullableMlAnalyticsInfo) Get() *MlAnalyticsInfo + func (v NullableMlAnalyticsInfo) IsSet() bool + func (v NullableMlAnalyticsInfo) MarshalJSON() ([]byte, error) + type NullableMmTransactionLocationReportItem struct + func NewNullableMmTransactionLocationReportItem(val *MmTransactionLocationReportItem) *NullableMmTransactionLocationReportItem + func (v *NullableMmTransactionLocationReportItem) Set(val *MmTransactionLocationReportItem) + func (v *NullableMmTransactionLocationReportItem) UnmarshalJSON(src []byte) error + func (v *NullableMmTransactionLocationReportItem) Unset() + func (v NullableMmTransactionLocationReportItem) Get() *MmTransactionLocationReportItem + func (v NullableMmTransactionLocationReportItem) IsSet() bool + func (v NullableMmTransactionLocationReportItem) MarshalJSON() ([]byte, error) + type NullableMmTransactionSliceReportItem struct + func NewNullableMmTransactionSliceReportItem(val *MmTransactionSliceReportItem) *NullableMmTransactionSliceReportItem + func (v *NullableMmTransactionSliceReportItem) Set(val *MmTransactionSliceReportItem) + func (v *NullableMmTransactionSliceReportItem) UnmarshalJSON(src []byte) error + func (v *NullableMmTransactionSliceReportItem) Unset() + func (v NullableMmTransactionSliceReportItem) Get() *MmTransactionSliceReportItem + func (v NullableMmTransactionSliceReportItem) IsSet() bool + func (v NullableMmTransactionSliceReportItem) MarshalJSON() ([]byte, error) + type NullableMnpfInfo struct + func NewNullableMnpfInfo(val *MnpfInfo) *NullableMnpfInfo + func (v *NullableMnpfInfo) Set(val *MnpfInfo) + func (v *NullableMnpfInfo) UnmarshalJSON(src []byte) error + func (v *NullableMnpfInfo) Unset() + func (v NullableMnpfInfo) Get() *MnpfInfo + func (v NullableMnpfInfo) IsSet() bool + func (v NullableMnpfInfo) MarshalJSON() ([]byte, error) + type NullableModel5GDdnmfInfo struct + func NewNullableModel5GDdnmfInfo(val *Model5GDdnmfInfo) *NullableModel5GDdnmfInfo + func (v *NullableModel5GDdnmfInfo) Set(val *Model5GDdnmfInfo) + func (v *NullableModel5GDdnmfInfo) UnmarshalJSON(src []byte) error + func (v *NullableModel5GDdnmfInfo) Unset() + func (v NullableModel5GDdnmfInfo) Get() *Model5GDdnmfInfo + func (v NullableModel5GDdnmfInfo) IsSet() bool + func (v NullableModel5GDdnmfInfo) MarshalJSON() ([]byte, error) + type NullableModel5GsUserState struct + func NewNullableModel5GsUserState(val *Model5GsUserState) *NullableModel5GsUserState + func (v *NullableModel5GsUserState) Set(val *Model5GsUserState) + func (v *NullableModel5GsUserState) UnmarshalJSON(src []byte) error + func (v *NullableModel5GsUserState) Unset() + func (v NullableModel5GsUserState) Get() *Model5GsUserState + func (v NullableModel5GsUserState) IsSet() bool + func (v NullableModel5GsUserState) MarshalJSON() ([]byte, error) + type NullableModel5GsUserStateInfo struct + func NewNullableModel5GsUserStateInfo(val *Model5GsUserStateInfo) *NullableModel5GsUserStateInfo + func (v *NullableModel5GsUserStateInfo) Set(val *Model5GsUserStateInfo) + func (v *NullableModel5GsUserStateInfo) UnmarshalJSON(src []byte) error + func (v *NullableModel5GsUserStateInfo) Unset() + func (v NullableModel5GsUserStateInfo) Get() *Model5GsUserStateInfo + func (v NullableModel5GsUserStateInfo) IsSet() bool + func (v NullableModel5GsUserStateInfo) MarshalJSON() ([]byte, error) + type NullableMonitoringReport struct + func NewNullableMonitoringReport(val *MonitoringReport) *NullableMonitoringReport + func (v *NullableMonitoringReport) Set(val *MonitoringReport) + func (v *NullableMonitoringReport) UnmarshalJSON(src []byte) error + func (v *NullableMonitoringReport) Unset() + func (v NullableMonitoringReport) Get() *MonitoringReport + func (v NullableMonitoringReport) IsSet() bool + func (v NullableMonitoringReport) MarshalJSON() ([]byte, error) + type NullableMsConsumptionCollection struct + func NewNullableMsConsumptionCollection(val *MsConsumptionCollection) *NullableMsConsumptionCollection + func (v *NullableMsConsumptionCollection) Set(val *MsConsumptionCollection) + func (v *NullableMsConsumptionCollection) UnmarshalJSON(src []byte) error + func (v *NullableMsConsumptionCollection) Unset() + func (v NullableMsConsumptionCollection) Get() *MsConsumptionCollection + func (v NullableMsConsumptionCollection) IsSet() bool + func (v NullableMsConsumptionCollection) MarshalJSON() ([]byte, error) + type NullableMsDynPolicyInvocationCollection struct + func NewNullableMsDynPolicyInvocationCollection(val *MsDynPolicyInvocationCollection) *NullableMsDynPolicyInvocationCollection + func (v *NullableMsDynPolicyInvocationCollection) Set(val *MsDynPolicyInvocationCollection) + func (v *NullableMsDynPolicyInvocationCollection) UnmarshalJSON(src []byte) error + func (v *NullableMsDynPolicyInvocationCollection) Unset() + func (v NullableMsDynPolicyInvocationCollection) Get() *MsDynPolicyInvocationCollection + func (v NullableMsDynPolicyInvocationCollection) IsSet() bool + func (v NullableMsDynPolicyInvocationCollection) MarshalJSON() ([]byte, error) + type NullableMsNetAssInvocationCollection struct + func NewNullableMsNetAssInvocationCollection(val *MsNetAssInvocationCollection) *NullableMsNetAssInvocationCollection + func (v *NullableMsNetAssInvocationCollection) Set(val *MsNetAssInvocationCollection) + func (v *NullableMsNetAssInvocationCollection) UnmarshalJSON(src []byte) error + func (v *NullableMsNetAssInvocationCollection) Unset() + func (v NullableMsNetAssInvocationCollection) Get() *MsNetAssInvocationCollection + func (v NullableMsNetAssInvocationCollection) IsSet() bool + func (v NullableMsNetAssInvocationCollection) MarshalJSON() ([]byte, error) + type NullableMsQoeMetricsCollection struct + func NewNullableMsQoeMetricsCollection(val *MsQoeMetricsCollection) *NullableMsQoeMetricsCollection + func (v *NullableMsQoeMetricsCollection) Set(val *MsQoeMetricsCollection) + func (v *NullableMsQoeMetricsCollection) UnmarshalJSON(src []byte) error + func (v *NullableMsQoeMetricsCollection) Unset() + func (v NullableMsQoeMetricsCollection) Get() *MsQoeMetricsCollection + func (v NullableMsQoeMetricsCollection) IsSet() bool + func (v NullableMsQoeMetricsCollection) MarshalJSON() ([]byte, error) + type NullableN1MessageClass struct + func NewNullableN1MessageClass(val *N1MessageClass) *NullableN1MessageClass + func (v *NullableN1MessageClass) Set(val *N1MessageClass) + func (v *NullableN1MessageClass) UnmarshalJSON(src []byte) error + func (v *NullableN1MessageClass) Unset() + func (v NullableN1MessageClass) Get() *N1MessageClass + func (v NullableN1MessageClass) IsSet() bool + func (v NullableN1MessageClass) MarshalJSON() ([]byte, error) + type NullableN2InformationClass struct + func NewNullableN2InformationClass(val *N2InformationClass) *NullableN2InformationClass + func (v *NullableN2InformationClass) Set(val *N2InformationClass) + func (v *NullableN2InformationClass) UnmarshalJSON(src []byte) error + func (v *NullableN2InformationClass) Unset() + func (v NullableN2InformationClass) Get() *N2InformationClass + func (v NullableN2InformationClass) IsSet() bool + func (v NullableN2InformationClass) MarshalJSON() ([]byte, error) + type NullableN2InterfaceAmfInfo struct + func NewNullableN2InterfaceAmfInfo(val *N2InterfaceAmfInfo) *NullableN2InterfaceAmfInfo + func (v *NullableN2InterfaceAmfInfo) Set(val *N2InterfaceAmfInfo) + func (v *NullableN2InterfaceAmfInfo) UnmarshalJSON(src []byte) error + func (v *NullableN2InterfaceAmfInfo) Unset() + func (v NullableN2InterfaceAmfInfo) Get() *N2InterfaceAmfInfo + func (v NullableN2InterfaceAmfInfo) IsSet() bool + func (v NullableN2InterfaceAmfInfo) MarshalJSON() ([]byte, error) + type NullableN32Purpose struct + func NewNullableN32Purpose(val *N32Purpose) *NullableN32Purpose + func (v *NullableN32Purpose) Set(val *N32Purpose) + func (v *NullableN32Purpose) UnmarshalJSON(src []byte) error + func (v *NullableN32Purpose) Unset() + func (v NullableN32Purpose) Get() *N32Purpose + func (v NullableN32Purpose) IsSet() bool + func (v NullableN32Purpose) MarshalJSON() ([]byte, error) + type NullableN3gaLocation struct + func NewNullableN3gaLocation(val *N3gaLocation) *NullableN3gaLocation + func (v *NullableN3gaLocation) Set(val *N3gaLocation) + func (v *NullableN3gaLocation) UnmarshalJSON(src []byte) error + func (v *NullableN3gaLocation) Unset() + func (v NullableN3gaLocation) Get() *N3gaLocation + func (v NullableN3gaLocation) IsSet() bool + func (v NullableN3gaLocation) MarshalJSON() ([]byte, error) + type NullableNFProfile struct + func NewNullableNFProfile(val *NFProfile) *NullableNFProfile + func (v *NullableNFProfile) Set(val *NFProfile) + func (v *NullableNFProfile) UnmarshalJSON(src []byte) error + func (v *NullableNFProfile) Unset() + func (v NullableNFProfile) Get() *NFProfile + func (v NullableNFProfile) IsSet() bool + func (v NullableNFProfile) MarshalJSON() ([]byte, error) + type NullableNFService struct + func NewNullableNFService(val *NFService) *NullableNFService + func (v *NullableNFService) Set(val *NFService) + func (v *NullableNFService) UnmarshalJSON(src []byte) error + func (v *NullableNFService) Unset() + func (v NullableNFService) Get() *NFService + func (v NullableNFService) IsSet() bool + func (v NullableNFService) MarshalJSON() ([]byte, error) + type NullableNFServiceStatus struct + func NewNullableNFServiceStatus(val *NFServiceStatus) *NullableNFServiceStatus + func (v *NullableNFServiceStatus) Set(val *NFServiceStatus) + func (v *NullableNFServiceStatus) UnmarshalJSON(src []byte) error + func (v *NullableNFServiceStatus) Unset() + func (v NullableNFServiceStatus) Get() *NFServiceStatus + func (v NullableNFServiceStatus) IsSet() bool + func (v NullableNFServiceStatus) MarshalJSON() ([]byte, error) + type NullableNFServiceVersion struct + func NewNullableNFServiceVersion(val *NFServiceVersion) *NullableNFServiceVersion + func (v *NullableNFServiceVersion) Set(val *NFServiceVersion) + func (v *NullableNFServiceVersion) UnmarshalJSON(src []byte) error + func (v *NullableNFServiceVersion) Unset() + func (v NullableNFServiceVersion) Get() *NFServiceVersion + func (v NullableNFServiceVersion) IsSet() bool + func (v NullableNFServiceVersion) 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 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 NullableNcgiTai struct + func NewNullableNcgiTai(val *NcgiTai) *NullableNcgiTai + func (v *NullableNcgiTai) Set(val *NcgiTai) + func (v *NullableNcgiTai) UnmarshalJSON(src []byte) error + func (v *NullableNcgiTai) Unset() + func (v NullableNcgiTai) Get() *NcgiTai + func (v NullableNcgiTai) IsSet() bool + func (v NullableNcgiTai) MarshalJSON() ([]byte, error) + type NullableNefCond struct + func NewNullableNefCond(val *NefCond) *NullableNefCond + func (v *NullableNefCond) Set(val *NefCond) + func (v *NullableNefCond) UnmarshalJSON(src []byte) error + func (v *NullableNefCond) Unset() + func (v NullableNefCond) Get() *NefCond + func (v NullableNefCond) IsSet() bool + func (v NullableNefCond) MarshalJSON() ([]byte, error) + type NullableNefEvent struct + func NewNullableNefEvent(val *NefEvent) *NullableNefEvent + func (v *NullableNefEvent) Set(val *NefEvent) + func (v *NullableNefEvent) UnmarshalJSON(src []byte) error + func (v *NullableNefEvent) Unset() + func (v NullableNefEvent) Get() *NefEvent + func (v NullableNefEvent) IsSet() bool + func (v NullableNefEvent) MarshalJSON() ([]byte, error) + type NullableNefEventExposureNotif struct + func NewNullableNefEventExposureNotif(val *NefEventExposureNotif) *NullableNefEventExposureNotif + func (v *NullableNefEventExposureNotif) Set(val *NefEventExposureNotif) + func (v *NullableNefEventExposureNotif) UnmarshalJSON(src []byte) error + func (v *NullableNefEventExposureNotif) Unset() + func (v NullableNefEventExposureNotif) Get() *NefEventExposureNotif + func (v NullableNefEventExposureNotif) IsSet() bool + func (v NullableNefEventExposureNotif) MarshalJSON() ([]byte, error) + type NullableNefEventNotification struct + func NewNullableNefEventNotification(val *NefEventNotification) *NullableNefEventNotification + func (v *NullableNefEventNotification) Set(val *NefEventNotification) + func (v *NullableNefEventNotification) UnmarshalJSON(src []byte) error + func (v *NullableNefEventNotification) Unset() + func (v NullableNefEventNotification) Get() *NefEventNotification + func (v NullableNefEventNotification) IsSet() bool + func (v NullableNefEventNotification) MarshalJSON() ([]byte, error) + type NullableNefInfo struct + func NewNullableNefInfo(val *NefInfo) *NullableNefInfo + func (v *NullableNefInfo) Set(val *NefInfo) + func (v *NullableNefInfo) UnmarshalJSON(src []byte) error + func (v *NullableNefInfo) Unset() + func (v NullableNefInfo) Get() *NefInfo + func (v NullableNefInfo) IsSet() bool + func (v NullableNefInfo) MarshalJSON() ([]byte, error) + type NullableNetworkAreaInfo struct + func NewNullableNetworkAreaInfo(val *NetworkAreaInfo) *NullableNetworkAreaInfo + func (v *NullableNetworkAreaInfo) Set(val *NetworkAreaInfo) + func (v *NullableNetworkAreaInfo) UnmarshalJSON(src []byte) error + func (v *NullableNetworkAreaInfo) Unset() + func (v NullableNetworkAreaInfo) Get() *NetworkAreaInfo + func (v NullableNetworkAreaInfo) IsSet() bool + func (v NullableNetworkAreaInfo) MarshalJSON() ([]byte, error) + type NullableNetworkAssistanceSession struct + func NewNullableNetworkAssistanceSession(val *NetworkAssistanceSession) *NullableNetworkAssistanceSession + func (v *NullableNetworkAssistanceSession) Set(val *NetworkAssistanceSession) + func (v *NullableNetworkAssistanceSession) UnmarshalJSON(src []byte) error + func (v *NullableNetworkAssistanceSession) Unset() + func (v NullableNetworkAssistanceSession) Get() *NetworkAssistanceSession + func (v NullableNetworkAssistanceSession) IsSet() bool + func (v NullableNetworkAssistanceSession) MarshalJSON() ([]byte, error) + type NullableNetworkNodeDiameterAddress struct + func NewNullableNetworkNodeDiameterAddress(val *NetworkNodeDiameterAddress) *NullableNetworkNodeDiameterAddress + func (v *NullableNetworkNodeDiameterAddress) Set(val *NetworkNodeDiameterAddress) + func (v *NullableNetworkNodeDiameterAddress) UnmarshalJSON(src []byte) error + func (v *NullableNetworkNodeDiameterAddress) Unset() + func (v NullableNetworkNodeDiameterAddress) Get() *NetworkNodeDiameterAddress + func (v NullableNetworkNodeDiameterAddress) IsSet() bool + func (v NullableNetworkNodeDiameterAddress) MarshalJSON() ([]byte, error) + type NullableNetworkPerfInfo struct + func NewNullableNetworkPerfInfo(val *NetworkPerfInfo) *NullableNetworkPerfInfo + func (v *NullableNetworkPerfInfo) Set(val *NetworkPerfInfo) + func (v *NullableNetworkPerfInfo) UnmarshalJSON(src []byte) error + func (v *NullableNetworkPerfInfo) Unset() + func (v NullableNetworkPerfInfo) Get() *NetworkPerfInfo + func (v NullableNetworkPerfInfo) IsSet() bool + func (v NullableNetworkPerfInfo) MarshalJSON() ([]byte, error) + type NullableNetworkPerfType struct + func NewNullableNetworkPerfType(val *NetworkPerfType) *NullableNetworkPerfType + func (v *NullableNetworkPerfType) Set(val *NetworkPerfType) + func (v *NullableNetworkPerfType) UnmarshalJSON(src []byte) error + func (v *NullableNetworkPerfType) Unset() + func (v NullableNetworkPerfType) Get() *NetworkPerfType + func (v NullableNetworkPerfType) IsSet() bool + func (v NullableNetworkPerfType) MarshalJSON() ([]byte, error) + type NullableNetworkSliceCond struct + func NewNullableNetworkSliceCond(val *NetworkSliceCond) *NullableNetworkSliceCond + func (v *NullableNetworkSliceCond) Set(val *NetworkSliceCond) + func (v *NullableNetworkSliceCond) UnmarshalJSON(src []byte) error + func (v *NullableNetworkSliceCond) Unset() + func (v NullableNetworkSliceCond) Get() *NetworkSliceCond + func (v NullableNetworkSliceCond) IsSet() bool + func (v NullableNetworkSliceCond) MarshalJSON() ([]byte, error) + type NullableNfGroupCond struct + func NewNullableNfGroupCond(val *NfGroupCond) *NullableNfGroupCond + func (v *NullableNfGroupCond) Set(val *NfGroupCond) + func (v *NullableNfGroupCond) UnmarshalJSON(src []byte) error + func (v *NullableNfGroupCond) Unset() + func (v NullableNfGroupCond) Get() *NfGroupCond + func (v NullableNfGroupCond) IsSet() bool + func (v NullableNfGroupCond) MarshalJSON() ([]byte, error) + type NullableNfGroupListCond struct + func NewNullableNfGroupListCond(val *NfGroupListCond) *NullableNfGroupListCond + func (v *NullableNfGroupListCond) Set(val *NfGroupListCond) + func (v *NullableNfGroupListCond) UnmarshalJSON(src []byte) error + func (v *NullableNfGroupListCond) Unset() + func (v NullableNfGroupListCond) Get() *NfGroupListCond + func (v NullableNfGroupListCond) IsSet() bool + func (v NullableNfGroupListCond) MarshalJSON() ([]byte, error) + type NullableNfInfo struct + func NewNullableNfInfo(val *NfInfo) *NullableNfInfo + func (v *NullableNfInfo) Set(val *NfInfo) + func (v *NullableNfInfo) UnmarshalJSON(src []byte) error + func (v *NullableNfInfo) Unset() + func (v NullableNfInfo) Get() *NfInfo + func (v NullableNfInfo) IsSet() bool + func (v NullableNfInfo) MarshalJSON() ([]byte, error) + type NullableNfInstanceIdCond struct + func NewNullableNfInstanceIdCond(val *NfInstanceIdCond) *NullableNfInstanceIdCond + func (v *NullableNfInstanceIdCond) Set(val *NfInstanceIdCond) + func (v *NullableNfInstanceIdCond) UnmarshalJSON(src []byte) error + func (v *NullableNfInstanceIdCond) Unset() + func (v NullableNfInstanceIdCond) Get() *NfInstanceIdCond + func (v NullableNfInstanceIdCond) IsSet() bool + func (v NullableNfInstanceIdCond) MarshalJSON() ([]byte, error) + type NullableNfInstanceIdListCond struct + func NewNullableNfInstanceIdListCond(val *NfInstanceIdListCond) *NullableNfInstanceIdListCond + func (v *NullableNfInstanceIdListCond) Set(val *NfInstanceIdListCond) + func (v *NullableNfInstanceIdListCond) UnmarshalJSON(src []byte) error + func (v *NullableNfInstanceIdListCond) Unset() + func (v NullableNfInstanceIdListCond) Get() *NfInstanceIdListCond + func (v NullableNfInstanceIdListCond) IsSet() bool + func (v NullableNfInstanceIdListCond) MarshalJSON() ([]byte, error) + type NullableNfLoadLevelInformation struct + func NewNullableNfLoadLevelInformation(val *NfLoadLevelInformation) *NullableNfLoadLevelInformation + func (v *NullableNfLoadLevelInformation) Set(val *NfLoadLevelInformation) + func (v *NullableNfLoadLevelInformation) UnmarshalJSON(src []byte) error + func (v *NullableNfLoadLevelInformation) Unset() + func (v NullableNfLoadLevelInformation) Get() *NfLoadLevelInformation + func (v NullableNfLoadLevelInformation) IsSet() bool + func (v NullableNfLoadLevelInformation) MarshalJSON() ([]byte, error) + type NullableNfServiceSetCond struct + func NewNullableNfServiceSetCond(val *NfServiceSetCond) *NullableNfServiceSetCond + func (v *NullableNfServiceSetCond) Set(val *NfServiceSetCond) + func (v *NullableNfServiceSetCond) UnmarshalJSON(src []byte) error + func (v *NullableNfServiceSetCond) Unset() + func (v NullableNfServiceSetCond) Get() *NfServiceSetCond + func (v NullableNfServiceSetCond) IsSet() bool + func (v NullableNfServiceSetCond) MarshalJSON() ([]byte, error) + type NullableNfSetCond struct + func NewNullableNfSetCond(val *NfSetCond) *NullableNfSetCond + func (v *NullableNfSetCond) Set(val *NfSetCond) + func (v *NullableNfSetCond) UnmarshalJSON(src []byte) error + func (v *NullableNfSetCond) Unset() + func (v NullableNfSetCond) Get() *NfSetCond + func (v NullableNfSetCond) IsSet() bool + func (v NullableNfSetCond) MarshalJSON() ([]byte, error) + type NullableNfStatus struct + func NewNullableNfStatus(val *NfStatus) *NullableNfStatus + func (v *NullableNfStatus) Set(val *NfStatus) + func (v *NullableNfStatus) UnmarshalJSON(src []byte) error + func (v *NullableNfStatus) Unset() + func (v NullableNfStatus) Get() *NfStatus + func (v NullableNfStatus) IsSet() bool + func (v NullableNfStatus) MarshalJSON() ([]byte, error) + type NullableNfTypeCond struct + func NewNullableNfTypeCond(val *NfTypeCond) *NullableNfTypeCond + func (v *NullableNfTypeCond) Set(val *NfTypeCond) + func (v *NullableNfTypeCond) UnmarshalJSON(src []byte) error + func (v *NullableNfTypeCond) Unset() + func (v NullableNfTypeCond) Get() *NfTypeCond + func (v NullableNfTypeCond) IsSet() bool + func (v NullableNfTypeCond) MarshalJSON() ([]byte, error) + type NullableNgApCause struct + func NewNullableNgApCause(val *NgApCause) *NullableNgApCause + func (v *NullableNgApCause) Set(val *NgApCause) + func (v *NullableNgApCause) UnmarshalJSON(src []byte) error + func (v *NullableNgApCause) Unset() + func (v NullableNgApCause) Get() *NgApCause + func (v NullableNgApCause) IsSet() bool + func (v NullableNgApCause) MarshalJSON() ([]byte, error) + type NullableNmfafDataAnaNotification struct + func NewNullableNmfafDataAnaNotification(val *NmfafDataAnaNotification) *NullableNmfafDataAnaNotification + func (v *NullableNmfafDataAnaNotification) Set(val *NmfafDataAnaNotification) + func (v *NullableNmfafDataAnaNotification) UnmarshalJSON(src []byte) error + func (v *NullableNmfafDataAnaNotification) Unset() + func (v NullableNmfafDataAnaNotification) Get() *NmfafDataAnaNotification + func (v NullableNmfafDataAnaNotification) IsSet() bool + func (v NullableNmfafDataAnaNotification) MarshalJSON() ([]byte, error) + type NullableNmfafDataRetrievalNotification struct + func NewNullableNmfafDataRetrievalNotification(val *NmfafDataRetrievalNotification) *NullableNmfafDataRetrievalNotification + func (v *NullableNmfafDataRetrievalNotification) Set(val *NmfafDataRetrievalNotification) + func (v *NullableNmfafDataRetrievalNotification) UnmarshalJSON(src []byte) error + func (v *NullableNmfafDataRetrievalNotification) Unset() + func (v NullableNmfafDataRetrievalNotification) Get() *NmfafDataRetrievalNotification + func (v NullableNmfafDataRetrievalNotification) IsSet() bool + func (v NullableNmfafDataRetrievalNotification) MarshalJSON() ([]byte, error) + type NullableNnwdafEventsSubscriptionNotification struct + func NewNullableNnwdafEventsSubscriptionNotification(val *NnwdafEventsSubscriptionNotification) *NullableNnwdafEventsSubscriptionNotification + func (v *NullableNnwdafEventsSubscriptionNotification) Set(val *NnwdafEventsSubscriptionNotification) + func (v *NullableNnwdafEventsSubscriptionNotification) UnmarshalJSON(src []byte) error + func (v *NullableNnwdafEventsSubscriptionNotification) Unset() + func (v NullableNnwdafEventsSubscriptionNotification) Get() *NnwdafEventsSubscriptionNotification + func (v NullableNnwdafEventsSubscriptionNotification) IsSet() bool + func (v NullableNnwdafEventsSubscriptionNotification) MarshalJSON() ([]byte, error) + type NullableNotificationData struct + func NewNullableNotificationData(val *NotificationData) *NullableNotificationData + func (v *NullableNotificationData) Set(val *NotificationData) + func (v *NullableNotificationData) UnmarshalJSON(src []byte) error + func (v *NullableNotificationData) Unset() + func (v NullableNotificationData) Get() *NotificationData + func (v NullableNotificationData) IsSet() bool + func (v NullableNotificationData) MarshalJSON() ([]byte, error) + type NullableNotificationEventType struct + func NewNullableNotificationEventType(val *NotificationEventType) *NullableNotificationEventType + func (v *NullableNotificationEventType) Set(val *NotificationEventType) + func (v *NullableNotificationEventType) UnmarshalJSON(src []byte) error + func (v *NullableNotificationEventType) Unset() + func (v NullableNotificationEventType) Get() *NotificationEventType + func (v NullableNotificationEventType) IsSet() bool + func (v NullableNotificationEventType) MarshalJSON() ([]byte, error) + type NullableNotificationType struct + func NewNullableNotificationType(val *NotificationType) *NullableNotificationType + func (v *NullableNotificationType) Set(val *NotificationType) + func (v *NullableNotificationType) UnmarshalJSON(src []byte) error + func (v *NullableNotificationType) Unset() + func (v NullableNotificationType) Get() *NotificationType + func (v NullableNotificationType) IsSet() bool + func (v NullableNotificationType) 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 NullableNrfInfo struct + func NewNullableNrfInfo(val *NrfInfo) *NullableNrfInfo + func (v *NullableNrfInfo) Set(val *NrfInfo) + func (v *NullableNrfInfo) UnmarshalJSON(src []byte) error + func (v *NullableNrfInfo) Unset() + func (v NullableNrfInfo) Get() *NrfInfo + func (v NullableNrfInfo) IsSet() bool + func (v NullableNrfInfo) MarshalJSON() ([]byte, error) + type NullableNrfInfoServedAanfInfoListValueValue struct + func NewNullableNrfInfoServedAanfInfoListValueValue(val *NrfInfoServedAanfInfoListValueValue) *NullableNrfInfoServedAanfInfoListValueValue + func (v *NullableNrfInfoServedAanfInfoListValueValue) Set(val *NrfInfoServedAanfInfoListValueValue) + func (v *NullableNrfInfoServedAanfInfoListValueValue) UnmarshalJSON(src []byte) error + func (v *NullableNrfInfoServedAanfInfoListValueValue) Unset() + func (v NullableNrfInfoServedAanfInfoListValueValue) Get() *NrfInfoServedAanfInfoListValueValue + func (v NullableNrfInfoServedAanfInfoListValueValue) IsSet() bool + func (v NullableNrfInfoServedAanfInfoListValueValue) MarshalJSON() ([]byte, error) + type NullableNrfInfoServedAmfInfoValue struct + func NewNullableNrfInfoServedAmfInfoValue(val *NrfInfoServedAmfInfoValue) *NullableNrfInfoServedAmfInfoValue + func (v *NullableNrfInfoServedAmfInfoValue) Set(val *NrfInfoServedAmfInfoValue) + func (v *NullableNrfInfoServedAmfInfoValue) UnmarshalJSON(src []byte) error + func (v *NullableNrfInfoServedAmfInfoValue) Unset() + func (v NullableNrfInfoServedAmfInfoValue) Get() *NrfInfoServedAmfInfoValue + func (v NullableNrfInfoServedAmfInfoValue) IsSet() bool + func (v NullableNrfInfoServedAmfInfoValue) MarshalJSON() ([]byte, error) + type NullableNrfInfoServedAusfInfoValue struct + func NewNullableNrfInfoServedAusfInfoValue(val *NrfInfoServedAusfInfoValue) *NullableNrfInfoServedAusfInfoValue + func (v *NullableNrfInfoServedAusfInfoValue) Set(val *NrfInfoServedAusfInfoValue) + func (v *NullableNrfInfoServedAusfInfoValue) UnmarshalJSON(src []byte) error + func (v *NullableNrfInfoServedAusfInfoValue) Unset() + func (v NullableNrfInfoServedAusfInfoValue) Get() *NrfInfoServedAusfInfoValue + func (v NullableNrfInfoServedAusfInfoValue) IsSet() bool + func (v NullableNrfInfoServedAusfInfoValue) MarshalJSON() ([]byte, error) + type NullableNrfInfoServedBsfInfoValue struct + func NewNullableNrfInfoServedBsfInfoValue(val *NrfInfoServedBsfInfoValue) *NullableNrfInfoServedBsfInfoValue + func (v *NullableNrfInfoServedBsfInfoValue) Set(val *NrfInfoServedBsfInfoValue) + func (v *NullableNrfInfoServedBsfInfoValue) UnmarshalJSON(src []byte) error + func (v *NullableNrfInfoServedBsfInfoValue) Unset() + func (v NullableNrfInfoServedBsfInfoValue) Get() *NrfInfoServedBsfInfoValue + func (v NullableNrfInfoServedBsfInfoValue) IsSet() bool + func (v NullableNrfInfoServedBsfInfoValue) MarshalJSON() ([]byte, error) + type NullableNrfInfoServedChfInfoValue struct + func NewNullableNrfInfoServedChfInfoValue(val *NrfInfoServedChfInfoValue) *NullableNrfInfoServedChfInfoValue + func (v *NullableNrfInfoServedChfInfoValue) Set(val *NrfInfoServedChfInfoValue) + func (v *NullableNrfInfoServedChfInfoValue) UnmarshalJSON(src []byte) error + func (v *NullableNrfInfoServedChfInfoValue) Unset() + func (v NullableNrfInfoServedChfInfoValue) Get() *NrfInfoServedChfInfoValue + func (v NullableNrfInfoServedChfInfoValue) IsSet() bool + func (v NullableNrfInfoServedChfInfoValue) MarshalJSON() ([]byte, error) + type NullableNrfInfoServedGmlcInfoValue struct + func NewNullableNrfInfoServedGmlcInfoValue(val *NrfInfoServedGmlcInfoValue) *NullableNrfInfoServedGmlcInfoValue + func (v *NullableNrfInfoServedGmlcInfoValue) Set(val *NrfInfoServedGmlcInfoValue) + func (v *NullableNrfInfoServedGmlcInfoValue) UnmarshalJSON(src []byte) error + func (v *NullableNrfInfoServedGmlcInfoValue) Unset() + func (v NullableNrfInfoServedGmlcInfoValue) Get() *NrfInfoServedGmlcInfoValue + func (v NullableNrfInfoServedGmlcInfoValue) IsSet() bool + func (v NullableNrfInfoServedGmlcInfoValue) MarshalJSON() ([]byte, error) + type NullableNrfInfoServedHssInfoListValueValue struct + func NewNullableNrfInfoServedHssInfoListValueValue(val *NrfInfoServedHssInfoListValueValue) *NullableNrfInfoServedHssInfoListValueValue + func (v *NullableNrfInfoServedHssInfoListValueValue) Set(val *NrfInfoServedHssInfoListValueValue) + func (v *NullableNrfInfoServedHssInfoListValueValue) UnmarshalJSON(src []byte) error + func (v *NullableNrfInfoServedHssInfoListValueValue) Unset() + func (v NullableNrfInfoServedHssInfoListValueValue) Get() *NrfInfoServedHssInfoListValueValue + func (v NullableNrfInfoServedHssInfoListValueValue) IsSet() bool + func (v NullableNrfInfoServedHssInfoListValueValue) MarshalJSON() ([]byte, error) + type NullableNrfInfoServedLmfInfoValue struct + func NewNullableNrfInfoServedLmfInfoValue(val *NrfInfoServedLmfInfoValue) *NullableNrfInfoServedLmfInfoValue + func (v *NullableNrfInfoServedLmfInfoValue) Set(val *NrfInfoServedLmfInfoValue) + func (v *NullableNrfInfoServedLmfInfoValue) UnmarshalJSON(src []byte) error + func (v *NullableNrfInfoServedLmfInfoValue) Unset() + func (v NullableNrfInfoServedLmfInfoValue) Get() *NrfInfoServedLmfInfoValue + func (v NullableNrfInfoServedLmfInfoValue) IsSet() bool + func (v NullableNrfInfoServedLmfInfoValue) MarshalJSON() ([]byte, error) + type NullableNrfInfoServedMbSmfInfoListValueValue struct + func NewNullableNrfInfoServedMbSmfInfoListValueValue(val *NrfInfoServedMbSmfInfoListValueValue) *NullableNrfInfoServedMbSmfInfoListValueValue + func (v *NullableNrfInfoServedMbSmfInfoListValueValue) Set(val *NrfInfoServedMbSmfInfoListValueValue) + func (v *NullableNrfInfoServedMbSmfInfoListValueValue) UnmarshalJSON(src []byte) error + func (v *NullableNrfInfoServedMbSmfInfoListValueValue) Unset() + func (v NullableNrfInfoServedMbSmfInfoListValueValue) Get() *NrfInfoServedMbSmfInfoListValueValue + func (v NullableNrfInfoServedMbSmfInfoListValueValue) IsSet() bool + func (v NullableNrfInfoServedMbSmfInfoListValueValue) MarshalJSON() ([]byte, error) + type NullableNrfInfoServedNefInfoValue struct + func NewNullableNrfInfoServedNefInfoValue(val *NrfInfoServedNefInfoValue) *NullableNrfInfoServedNefInfoValue + func (v *NullableNrfInfoServedNefInfoValue) Set(val *NrfInfoServedNefInfoValue) + func (v *NullableNrfInfoServedNefInfoValue) UnmarshalJSON(src []byte) error + func (v *NullableNrfInfoServedNefInfoValue) Unset() + func (v NullableNrfInfoServedNefInfoValue) Get() *NrfInfoServedNefInfoValue + func (v NullableNrfInfoServedNefInfoValue) IsSet() bool + func (v NullableNrfInfoServedNefInfoValue) MarshalJSON() ([]byte, error) + type NullableNrfInfoServedNwdafInfoValue struct + func NewNullableNrfInfoServedNwdafInfoValue(val *NrfInfoServedNwdafInfoValue) *NullableNrfInfoServedNwdafInfoValue + func (v *NullableNrfInfoServedNwdafInfoValue) Set(val *NrfInfoServedNwdafInfoValue) + func (v *NullableNrfInfoServedNwdafInfoValue) UnmarshalJSON(src []byte) error + func (v *NullableNrfInfoServedNwdafInfoValue) Unset() + func (v NullableNrfInfoServedNwdafInfoValue) Get() *NrfInfoServedNwdafInfoValue + func (v NullableNrfInfoServedNwdafInfoValue) IsSet() bool + func (v NullableNrfInfoServedNwdafInfoValue) MarshalJSON() ([]byte, error) + type NullableNrfInfoServedPcfInfoValue struct + func NewNullableNrfInfoServedPcfInfoValue(val *NrfInfoServedPcfInfoValue) *NullableNrfInfoServedPcfInfoValue + func (v *NullableNrfInfoServedPcfInfoValue) Set(val *NrfInfoServedPcfInfoValue) + func (v *NullableNrfInfoServedPcfInfoValue) UnmarshalJSON(src []byte) error + func (v *NullableNrfInfoServedPcfInfoValue) Unset() + func (v NullableNrfInfoServedPcfInfoValue) Get() *NrfInfoServedPcfInfoValue + func (v NullableNrfInfoServedPcfInfoValue) IsSet() bool + func (v NullableNrfInfoServedPcfInfoValue) MarshalJSON() ([]byte, error) + type NullableNrfInfoServedPcscfInfoListValueValue struct + func NewNullableNrfInfoServedPcscfInfoListValueValue(val *NrfInfoServedPcscfInfoListValueValue) *NullableNrfInfoServedPcscfInfoListValueValue + func (v *NullableNrfInfoServedPcscfInfoListValueValue) Set(val *NrfInfoServedPcscfInfoListValueValue) + func (v *NullableNrfInfoServedPcscfInfoListValueValue) UnmarshalJSON(src []byte) error + func (v *NullableNrfInfoServedPcscfInfoListValueValue) Unset() + func (v NullableNrfInfoServedPcscfInfoListValueValue) Get() *NrfInfoServedPcscfInfoListValueValue + func (v NullableNrfInfoServedPcscfInfoListValueValue) IsSet() bool + func (v NullableNrfInfoServedPcscfInfoListValueValue) MarshalJSON() ([]byte, error) + type NullableNrfInfoServedScpInfoListValue struct + func NewNullableNrfInfoServedScpInfoListValue(val *NrfInfoServedScpInfoListValue) *NullableNrfInfoServedScpInfoListValue + func (v *NullableNrfInfoServedScpInfoListValue) Set(val *NrfInfoServedScpInfoListValue) + func (v *NullableNrfInfoServedScpInfoListValue) UnmarshalJSON(src []byte) error + func (v *NullableNrfInfoServedScpInfoListValue) Unset() + func (v NullableNrfInfoServedScpInfoListValue) Get() *NrfInfoServedScpInfoListValue + func (v NullableNrfInfoServedScpInfoListValue) IsSet() bool + func (v NullableNrfInfoServedScpInfoListValue) MarshalJSON() ([]byte, error) + type NullableNrfInfoServedSeppInfoListValue struct + func NewNullableNrfInfoServedSeppInfoListValue(val *NrfInfoServedSeppInfoListValue) *NullableNrfInfoServedSeppInfoListValue + func (v *NullableNrfInfoServedSeppInfoListValue) Set(val *NrfInfoServedSeppInfoListValue) + func (v *NullableNrfInfoServedSeppInfoListValue) UnmarshalJSON(src []byte) error + func (v *NullableNrfInfoServedSeppInfoListValue) Unset() + func (v NullableNrfInfoServedSeppInfoListValue) Get() *NrfInfoServedSeppInfoListValue + func (v NullableNrfInfoServedSeppInfoListValue) IsSet() bool + func (v NullableNrfInfoServedSeppInfoListValue) MarshalJSON() ([]byte, error) + type NullableNrfInfoServedSmfInfoValue struct + func NewNullableNrfInfoServedSmfInfoValue(val *NrfInfoServedSmfInfoValue) *NullableNrfInfoServedSmfInfoValue + func (v *NullableNrfInfoServedSmfInfoValue) Set(val *NrfInfoServedSmfInfoValue) + func (v *NullableNrfInfoServedSmfInfoValue) UnmarshalJSON(src []byte) error + func (v *NullableNrfInfoServedSmfInfoValue) Unset() + func (v NullableNrfInfoServedSmfInfoValue) Get() *NrfInfoServedSmfInfoValue + func (v NullableNrfInfoServedSmfInfoValue) IsSet() bool + func (v NullableNrfInfoServedSmfInfoValue) MarshalJSON() ([]byte, error) + type NullableNrfInfoServedUdmInfoValue struct + func NewNullableNrfInfoServedUdmInfoValue(val *NrfInfoServedUdmInfoValue) *NullableNrfInfoServedUdmInfoValue + func (v *NullableNrfInfoServedUdmInfoValue) Set(val *NrfInfoServedUdmInfoValue) + func (v *NullableNrfInfoServedUdmInfoValue) UnmarshalJSON(src []byte) error + func (v *NullableNrfInfoServedUdmInfoValue) Unset() + func (v NullableNrfInfoServedUdmInfoValue) Get() *NrfInfoServedUdmInfoValue + func (v NullableNrfInfoServedUdmInfoValue) IsSet() bool + func (v NullableNrfInfoServedUdmInfoValue) MarshalJSON() ([]byte, error) + type NullableNrfInfoServedUdrInfoValue struct + func NewNullableNrfInfoServedUdrInfoValue(val *NrfInfoServedUdrInfoValue) *NullableNrfInfoServedUdrInfoValue + func (v *NullableNrfInfoServedUdrInfoValue) Set(val *NrfInfoServedUdrInfoValue) + func (v *NullableNrfInfoServedUdrInfoValue) UnmarshalJSON(src []byte) error + func (v *NullableNrfInfoServedUdrInfoValue) Unset() + func (v NullableNrfInfoServedUdrInfoValue) Get() *NrfInfoServedUdrInfoValue + func (v NullableNrfInfoServedUdrInfoValue) IsSet() bool + func (v NullableNrfInfoServedUdrInfoValue) MarshalJSON() ([]byte, error) + type NullableNrfInfoServedUdsfInfoValue struct + func NewNullableNrfInfoServedUdsfInfoValue(val *NrfInfoServedUdsfInfoValue) *NullableNrfInfoServedUdsfInfoValue + func (v *NullableNrfInfoServedUdsfInfoValue) Set(val *NrfInfoServedUdsfInfoValue) + func (v *NullableNrfInfoServedUdsfInfoValue) UnmarshalJSON(src []byte) error + func (v *NullableNrfInfoServedUdsfInfoValue) Unset() + func (v NullableNrfInfoServedUdsfInfoValue) Get() *NrfInfoServedUdsfInfoValue + func (v NullableNrfInfoServedUdsfInfoValue) IsSet() bool + func (v NullableNrfInfoServedUdsfInfoValue) MarshalJSON() ([]byte, error) + type NullableNrfInfoServedUpfInfoValue struct + func NewNullableNrfInfoServedUpfInfoValue(val *NrfInfoServedUpfInfoValue) *NullableNrfInfoServedUpfInfoValue + func (v *NullableNrfInfoServedUpfInfoValue) Set(val *NrfInfoServedUpfInfoValue) + func (v *NullableNrfInfoServedUpfInfoValue) UnmarshalJSON(src []byte) error + func (v *NullableNrfInfoServedUpfInfoValue) Unset() + func (v NullableNrfInfoServedUpfInfoValue) Get() *NrfInfoServedUpfInfoValue + func (v NullableNrfInfoServedUpfInfoValue) IsSet() bool + func (v NullableNrfInfoServedUpfInfoValue) MarshalJSON() ([]byte, error) + type NullableNsacfCapability struct + func NewNullableNsacfCapability(val *NsacfCapability) *NullableNsacfCapability + func (v *NullableNsacfCapability) Set(val *NsacfCapability) + func (v *NullableNsacfCapability) UnmarshalJSON(src []byte) error + func (v *NullableNsacfCapability) Unset() + func (v NullableNsacfCapability) Get() *NsacfCapability + func (v NullableNsacfCapability) IsSet() bool + func (v NullableNsacfCapability) MarshalJSON() ([]byte, error) + type NullableNsacfInfo struct + func NewNullableNsacfInfo(val *NsacfInfo) *NullableNsacfInfo + func (v *NullableNsacfInfo) Set(val *NsacfInfo) + func (v *NullableNsacfInfo) UnmarshalJSON(src []byte) error + func (v *NullableNsacfInfo) Unset() + func (v NullableNsacfInfo) Get() *NsacfInfo + func (v NullableNsacfInfo) IsSet() bool + func (v NullableNsacfInfo) MarshalJSON() ([]byte, error) + type NullableNsiLoadLevelInfo struct + func NewNullableNsiLoadLevelInfo(val *NsiLoadLevelInfo) *NullableNsiLoadLevelInfo + func (v *NullableNsiLoadLevelInfo) Set(val *NsiLoadLevelInfo) + func (v *NullableNsiLoadLevelInfo) UnmarshalJSON(src []byte) error + func (v *NullableNsiLoadLevelInfo) Unset() + func (v NullableNsiLoadLevelInfo) Get() *NsiLoadLevelInfo + func (v NullableNsiLoadLevelInfo) IsSet() bool + func (v NullableNsiLoadLevelInfo) MarshalJSON() ([]byte, error) + type NullableNsmfEventExposureNotification struct + func NewNullableNsmfEventExposureNotification(val *NsmfEventExposureNotification) *NullableNsmfEventExposureNotification + func (v *NullableNsmfEventExposureNotification) Set(val *NsmfEventExposureNotification) + func (v *NullableNsmfEventExposureNotification) UnmarshalJSON(src []byte) error + func (v *NullableNsmfEventExposureNotification) Unset() + func (v NullableNsmfEventExposureNotification) Get() *NsmfEventExposureNotification + func (v NullableNsmfEventExposureNotification) IsSet() bool + func (v NullableNsmfEventExposureNotification) MarshalJSON() ([]byte, error) + type NullableNssaafInfo struct + func NewNullableNssaafInfo(val *NssaafInfo) *NullableNssaafInfo + func (v *NullableNssaafInfo) Set(val *NssaafInfo) + func (v *NullableNssaafInfo) UnmarshalJSON(src []byte) error + func (v *NullableNssaafInfo) Unset() + func (v NullableNssaafInfo) Get() *NssaafInfo + func (v NullableNssaafInfo) IsSet() bool + func (v NullableNssaafInfo) MarshalJSON() ([]byte, error) + type NullableNumberAverage struct + func NewNullableNumberAverage(val *NumberAverage) *NullableNumberAverage + func (v *NullableNumberAverage) Set(val *NumberAverage) + func (v *NullableNumberAverage) UnmarshalJSON(src []byte) error + func (v *NullableNumberAverage) Unset() + func (v NullableNumberAverage) Get() *NumberAverage + func (v NullableNumberAverage) IsSet() bool + func (v NullableNumberAverage) MarshalJSON() ([]byte, error) + type NullableNwdafCapability struct + func NewNullableNwdafCapability(val *NwdafCapability) *NullableNwdafCapability + func (v *NullableNwdafCapability) Set(val *NwdafCapability) + func (v *NullableNwdafCapability) UnmarshalJSON(src []byte) error + func (v *NullableNwdafCapability) Unset() + func (v NullableNwdafCapability) Get() *NwdafCapability + func (v NullableNwdafCapability) IsSet() bool + func (v NullableNwdafCapability) MarshalJSON() ([]byte, error) + type NullableNwdafCond struct + func NewNullableNwdafCond(val *NwdafCond) *NullableNwdafCond + func (v *NullableNwdafCond) Set(val *NwdafCond) + func (v *NullableNwdafCond) UnmarshalJSON(src []byte) error + func (v *NullableNwdafCond) Unset() + func (v NullableNwdafCond) Get() *NwdafCond + func (v NullableNwdafCond) IsSet() bool + func (v NullableNwdafCond) MarshalJSON() ([]byte, error) + type NullableNwdafEvent struct + func NewNullableNwdafEvent(val *NwdafEvent) *NullableNwdafEvent + func (v *NullableNwdafEvent) Set(val *NwdafEvent) + func (v *NullableNwdafEvent) UnmarshalJSON(src []byte) error + func (v *NullableNwdafEvent) Unset() + func (v NullableNwdafEvent) Get() *NwdafEvent + func (v NullableNwdafEvent) IsSet() bool + func (v NullableNwdafEvent) MarshalJSON() ([]byte, error) + type NullableNwdafFailureCode struct + func NewNullableNwdafFailureCode(val *NwdafFailureCode) *NullableNwdafFailureCode + func (v *NullableNwdafFailureCode) Set(val *NwdafFailureCode) + func (v *NullableNwdafFailureCode) UnmarshalJSON(src []byte) error + func (v *NullableNwdafFailureCode) Unset() + func (v NullableNwdafFailureCode) Get() *NwdafFailureCode + func (v NullableNwdafFailureCode) IsSet() bool + func (v NullableNwdafFailureCode) MarshalJSON() ([]byte, error) + type NullableNwdafInfo struct + func NewNullableNwdafInfo(val *NwdafInfo) *NullableNwdafInfo + func (v *NullableNwdafInfo) Set(val *NwdafInfo) + func (v *NullableNwdafInfo) UnmarshalJSON(src []byte) error + func (v *NullableNwdafInfo) Unset() + func (v NullableNwdafInfo) Get() *NwdafInfo + func (v NullableNwdafInfo) IsSet() bool + func (v NullableNwdafInfo) MarshalJSON() ([]byte, error) + type NullableObservedRedundantTransExp struct + func NewNullableObservedRedundantTransExp(val *ObservedRedundantTransExp) *NullableObservedRedundantTransExp + func (v *NullableObservedRedundantTransExp) Set(val *ObservedRedundantTransExp) + func (v *NullableObservedRedundantTransExp) UnmarshalJSON(src []byte) error + func (v *NullableObservedRedundantTransExp) Unset() + func (v NullableObservedRedundantTransExp) Get() *ObservedRedundantTransExp + func (v NullableObservedRedundantTransExp) IsSet() bool + func (v NullableObservedRedundantTransExp) MarshalJSON() ([]byte, error) + type NullableOutputStrategy struct + func NewNullableOutputStrategy(val *OutputStrategy) *NullableOutputStrategy + func (v *NullableOutputStrategy) Set(val *OutputStrategy) + func (v *NullableOutputStrategy) UnmarshalJSON(src []byte) error + func (v *NullableOutputStrategy) Unset() + func (v NullableOutputStrategy) Get() *OutputStrategy + func (v NullableOutputStrategy) IsSet() bool + func (v NullableOutputStrategy) MarshalJSON() ([]byte, error) + type NullablePcfInfo struct + func NewNullablePcfInfo(val *PcfInfo) *NullablePcfInfo + func (v *NullablePcfInfo) Set(val *PcfInfo) + func (v *NullablePcfInfo) UnmarshalJSON(src []byte) error + func (v *NullablePcfInfo) Unset() + func (v NullablePcfInfo) Get() *PcfInfo + func (v NullablePcfInfo) IsSet() bool + func (v NullablePcfInfo) MarshalJSON() ([]byte, error) + type NullablePcscfInfo struct + func NewNullablePcscfInfo(val *PcscfInfo) *NullablePcscfInfo + func (v *NullablePcscfInfo) Set(val *PcscfInfo) + func (v *NullablePcscfInfo) UnmarshalJSON(src []byte) error + func (v *NullablePcscfInfo) Unset() + func (v NullablePcscfInfo) Get() *PcscfInfo + func (v NullablePcscfInfo) IsSet() bool + func (v NullablePcscfInfo) MarshalJSON() ([]byte, error) + type NullablePdnConnectivityStatReport struct + func NewNullablePdnConnectivityStatReport(val *PdnConnectivityStatReport) *NullablePdnConnectivityStatReport + func (v *NullablePdnConnectivityStatReport) Set(val *PdnConnectivityStatReport) + func (v *NullablePdnConnectivityStatReport) UnmarshalJSON(src []byte) error + func (v *NullablePdnConnectivityStatReport) Unset() + func (v NullablePdnConnectivityStatReport) Get() *PdnConnectivityStatReport + func (v NullablePdnConnectivityStatReport) IsSet() bool + func (v NullablePdnConnectivityStatReport) MarshalJSON() ([]byte, error) + type NullablePdnConnectivityStatus struct + func NewNullablePdnConnectivityStatus(val *PdnConnectivityStatus) *NullablePdnConnectivityStatus + func (v *NullablePdnConnectivityStatus) Set(val *PdnConnectivityStatus) + func (v *NullablePdnConnectivityStatus) UnmarshalJSON(src []byte) error + func (v *NullablePdnConnectivityStatus) Unset() + func (v NullablePdnConnectivityStatus) Get() *PdnConnectivityStatus + func (v NullablePdnConnectivityStatus) IsSet() bool + func (v NullablePdnConnectivityStatus) MarshalJSON() ([]byte, error) + type NullablePduSessionInfo struct + func NewNullablePduSessionInfo(val *PduSessionInfo) *NullablePduSessionInfo + func (v *NullablePduSessionInfo) Set(val *PduSessionInfo) + func (v *NullablePduSessionInfo) UnmarshalJSON(src []byte) error + func (v *NullablePduSessionInfo) Unset() + func (v NullablePduSessionInfo) Get() *PduSessionInfo + func (v NullablePduSessionInfo) IsSet() bool + func (v NullablePduSessionInfo) MarshalJSON() ([]byte, error) + type NullablePduSessionInformation struct + func NewNullablePduSessionInformation(val *PduSessionInformation) *NullablePduSessionInformation + func (v *NullablePduSessionInformation) Set(val *PduSessionInformation) + func (v *NullablePduSessionInformation) UnmarshalJSON(src []byte) error + func (v *NullablePduSessionInformation) Unset() + func (v NullablePduSessionInformation) Get() *PduSessionInformation + func (v NullablePduSessionInformation) IsSet() bool + func (v NullablePduSessionInformation) MarshalJSON() ([]byte, error) + type NullablePduSessionStatus struct + func NewNullablePduSessionStatus(val *PduSessionStatus) *NullablePduSessionStatus + func (v *NullablePduSessionStatus) Set(val *PduSessionStatus) + func (v *NullablePduSessionStatus) UnmarshalJSON(src []byte) error + func (v *NullablePduSessionStatus) Unset() + func (v NullablePduSessionStatus) Get() *PduSessionStatus + func (v NullablePduSessionStatus) IsSet() bool + func (v NullablePduSessionStatus) MarshalJSON() ([]byte, error) + type NullablePduSessionType struct + func NewNullablePduSessionType(val *PduSessionType) *NullablePduSessionType + func (v *NullablePduSessionType) Set(val *PduSessionType) + func (v *NullablePduSessionType) UnmarshalJSON(src []byte) error + func (v *NullablePduSessionType) Unset() + func (v NullablePduSessionType) Get() *PduSessionType + func (v NullablePduSessionType) IsSet() bool + func (v NullablePduSessionType) MarshalJSON() ([]byte, error) + type NullablePerUeAttribute struct + func NewNullablePerUeAttribute(val *PerUeAttribute) *NullablePerUeAttribute + func (v *NullablePerUeAttribute) Set(val *PerUeAttribute) + func (v *NullablePerUeAttribute) UnmarshalJSON(src []byte) error + func (v *NullablePerUeAttribute) Unset() + func (v NullablePerUeAttribute) Get() *PerUeAttribute + func (v NullablePerUeAttribute) IsSet() bool + func (v NullablePerUeAttribute) MarshalJSON() ([]byte, error) + type NullablePerfData struct + func NewNullablePerfData(val *PerfData) *NullablePerfData + func (v *NullablePerfData) Set(val *PerfData) + func (v *NullablePerfData) UnmarshalJSON(src []byte) error + func (v *NullablePerfData) Unset() + func (v NullablePerfData) Get() *PerfData + func (v NullablePerfData) IsSet() bool + func (v NullablePerfData) MarshalJSON() ([]byte, error) + type NullablePerformanceData struct + func NewNullablePerformanceData(val *PerformanceData) *NullablePerformanceData + func (v *NullablePerformanceData) Set(val *PerformanceData) + func (v *NullablePerformanceData) UnmarshalJSON(src []byte) error + func (v *NullablePerformanceData) Unset() + func (v NullablePerformanceData) Get() *PerformanceData + func (v NullablePerformanceData) IsSet() bool + func (v NullablePerformanceData) MarshalJSON() ([]byte, error) + type NullablePerformanceDataCollection struct + func NewNullablePerformanceDataCollection(val *PerformanceDataCollection) *NullablePerformanceDataCollection + func (v *NullablePerformanceDataCollection) Set(val *PerformanceDataCollection) + func (v *NullablePerformanceDataCollection) UnmarshalJSON(src []byte) error + func (v *NullablePerformanceDataCollection) Unset() + func (v NullablePerformanceDataCollection) Get() *PerformanceDataCollection + func (v NullablePerformanceDataCollection) IsSet() bool + func (v NullablePerformanceDataCollection) MarshalJSON() ([]byte, error) + type NullablePerformanceDataInfo struct + func NewNullablePerformanceDataInfo(val *PerformanceDataInfo) *NullablePerformanceDataInfo + func (v *NullablePerformanceDataInfo) Set(val *PerformanceDataInfo) + func (v *NullablePerformanceDataInfo) UnmarshalJSON(src []byte) error + func (v *NullablePerformanceDataInfo) Unset() + func (v NullablePerformanceDataInfo) Get() *PerformanceDataInfo + func (v NullablePerformanceDataInfo) IsSet() bool + func (v NullablePerformanceDataInfo) MarshalJSON() ([]byte, error) + type NullablePfdData struct + func NewNullablePfdData(val *PfdData) *NullablePfdData + func (v *NullablePfdData) Set(val *PfdData) + func (v *NullablePfdData) UnmarshalJSON(src []byte) error + func (v *NullablePfdData) Unset() + func (v NullablePfdData) Get() *PfdData + func (v NullablePfdData) IsSet() bool + func (v NullablePfdData) 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 NullablePlmnOauth2 struct + func NewNullablePlmnOauth2(val *PlmnOauth2) *NullablePlmnOauth2 + func (v *NullablePlmnOauth2) Set(val *PlmnOauth2) + func (v *NullablePlmnOauth2) UnmarshalJSON(src []byte) error + func (v *NullablePlmnOauth2) Unset() + func (v NullablePlmnOauth2) Get() *PlmnOauth2 + func (v NullablePlmnOauth2) IsSet() bool + func (v NullablePlmnOauth2) MarshalJSON() ([]byte, error) + type NullablePlmnRange struct + func NewNullablePlmnRange(val *PlmnRange) *NullablePlmnRange + func (v *NullablePlmnRange) Set(val *PlmnRange) + func (v *NullablePlmnRange) UnmarshalJSON(src []byte) error + func (v *NullablePlmnRange) Unset() + func (v NullablePlmnRange) Get() *PlmnRange + func (v NullablePlmnRange) IsSet() bool + func (v NullablePlmnRange) MarshalJSON() ([]byte, error) + type NullablePlmnSnssai struct + func NewNullablePlmnSnssai(val *PlmnSnssai) *NullablePlmnSnssai + func (v *NullablePlmnSnssai) Set(val *PlmnSnssai) + func (v *NullablePlmnSnssai) UnmarshalJSON(src []byte) error + func (v *NullablePlmnSnssai) Unset() + func (v NullablePlmnSnssai) Get() *PlmnSnssai + func (v NullablePlmnSnssai) IsSet() bool + func (v NullablePlmnSnssai) MarshalJSON() ([]byte, error) + type NullablePoint struct + func NewNullablePoint(val *Point) *NullablePoint + func (v *NullablePoint) Set(val *Point) + func (v *NullablePoint) UnmarshalJSON(src []byte) error + func (v *NullablePoint) Unset() + func (v NullablePoint) Get() *Point + func (v NullablePoint) IsSet() bool + func (v NullablePoint) MarshalJSON() ([]byte, error) + type NullablePointAllOf struct + func NewNullablePointAllOf(val *PointAllOf) *NullablePointAllOf + func (v *NullablePointAllOf) Set(val *PointAllOf) + func (v *NullablePointAllOf) UnmarshalJSON(src []byte) error + func (v *NullablePointAllOf) Unset() + func (v NullablePointAllOf) Get() *PointAllOf + func (v NullablePointAllOf) IsSet() bool + func (v NullablePointAllOf) MarshalJSON() ([]byte, error) + type NullablePointAltitude struct + func NewNullablePointAltitude(val *PointAltitude) *NullablePointAltitude + func (v *NullablePointAltitude) Set(val *PointAltitude) + func (v *NullablePointAltitude) UnmarshalJSON(src []byte) error + func (v *NullablePointAltitude) Unset() + func (v NullablePointAltitude) Get() *PointAltitude + func (v NullablePointAltitude) IsSet() bool + func (v NullablePointAltitude) MarshalJSON() ([]byte, error) + type NullablePointAltitudeAllOf struct + func NewNullablePointAltitudeAllOf(val *PointAltitudeAllOf) *NullablePointAltitudeAllOf + func (v *NullablePointAltitudeAllOf) Set(val *PointAltitudeAllOf) + func (v *NullablePointAltitudeAllOf) UnmarshalJSON(src []byte) error + func (v *NullablePointAltitudeAllOf) Unset() + func (v NullablePointAltitudeAllOf) Get() *PointAltitudeAllOf + func (v NullablePointAltitudeAllOf) IsSet() bool + func (v NullablePointAltitudeAllOf) MarshalJSON() ([]byte, error) + type NullablePointAltitudeUncertainty struct + func NewNullablePointAltitudeUncertainty(val *PointAltitudeUncertainty) *NullablePointAltitudeUncertainty + func (v *NullablePointAltitudeUncertainty) Set(val *PointAltitudeUncertainty) + func (v *NullablePointAltitudeUncertainty) UnmarshalJSON(src []byte) error + func (v *NullablePointAltitudeUncertainty) Unset() + func (v NullablePointAltitudeUncertainty) Get() *PointAltitudeUncertainty + func (v NullablePointAltitudeUncertainty) IsSet() bool + func (v NullablePointAltitudeUncertainty) MarshalJSON() ([]byte, error) + type NullablePointAltitudeUncertaintyAllOf struct + func NewNullablePointAltitudeUncertaintyAllOf(val *PointAltitudeUncertaintyAllOf) *NullablePointAltitudeUncertaintyAllOf + func (v *NullablePointAltitudeUncertaintyAllOf) Set(val *PointAltitudeUncertaintyAllOf) + func (v *NullablePointAltitudeUncertaintyAllOf) UnmarshalJSON(src []byte) error + func (v *NullablePointAltitudeUncertaintyAllOf) Unset() + func (v NullablePointAltitudeUncertaintyAllOf) Get() *PointAltitudeUncertaintyAllOf + func (v NullablePointAltitudeUncertaintyAllOf) IsSet() bool + func (v NullablePointAltitudeUncertaintyAllOf) MarshalJSON() ([]byte, error) + type NullablePointUncertaintyCircle struct + func NewNullablePointUncertaintyCircle(val *PointUncertaintyCircle) *NullablePointUncertaintyCircle + func (v *NullablePointUncertaintyCircle) Set(val *PointUncertaintyCircle) + func (v *NullablePointUncertaintyCircle) UnmarshalJSON(src []byte) error + func (v *NullablePointUncertaintyCircle) Unset() + func (v NullablePointUncertaintyCircle) Get() *PointUncertaintyCircle + func (v NullablePointUncertaintyCircle) IsSet() bool + func (v NullablePointUncertaintyCircle) MarshalJSON() ([]byte, error) + type NullablePointUncertaintyCircleAllOf struct + func NewNullablePointUncertaintyCircleAllOf(val *PointUncertaintyCircleAllOf) *NullablePointUncertaintyCircleAllOf + func (v *NullablePointUncertaintyCircleAllOf) Set(val *PointUncertaintyCircleAllOf) + func (v *NullablePointUncertaintyCircleAllOf) UnmarshalJSON(src []byte) error + func (v *NullablePointUncertaintyCircleAllOf) Unset() + func (v NullablePointUncertaintyCircleAllOf) Get() *PointUncertaintyCircleAllOf + func (v NullablePointUncertaintyCircleAllOf) IsSet() bool + func (v NullablePointUncertaintyCircleAllOf) MarshalJSON() ([]byte, error) + type NullablePointUncertaintyEllipse struct + func NewNullablePointUncertaintyEllipse(val *PointUncertaintyEllipse) *NullablePointUncertaintyEllipse + func (v *NullablePointUncertaintyEllipse) Set(val *PointUncertaintyEllipse) + func (v *NullablePointUncertaintyEllipse) UnmarshalJSON(src []byte) error + func (v *NullablePointUncertaintyEllipse) Unset() + func (v NullablePointUncertaintyEllipse) Get() *PointUncertaintyEllipse + func (v NullablePointUncertaintyEllipse) IsSet() bool + func (v NullablePointUncertaintyEllipse) MarshalJSON() ([]byte, error) + type NullablePointUncertaintyEllipseAllOf struct + func NewNullablePointUncertaintyEllipseAllOf(val *PointUncertaintyEllipseAllOf) *NullablePointUncertaintyEllipseAllOf + func (v *NullablePointUncertaintyEllipseAllOf) Set(val *PointUncertaintyEllipseAllOf) + func (v *NullablePointUncertaintyEllipseAllOf) UnmarshalJSON(src []byte) error + func (v *NullablePointUncertaintyEllipseAllOf) Unset() + func (v NullablePointUncertaintyEllipseAllOf) Get() *PointUncertaintyEllipseAllOf + func (v NullablePointUncertaintyEllipseAllOf) IsSet() bool + func (v NullablePointUncertaintyEllipseAllOf) MarshalJSON() ([]byte, error) + type NullablePolygon struct + func NewNullablePolygon(val *Polygon) *NullablePolygon + func (v *NullablePolygon) Set(val *Polygon) + func (v *NullablePolygon) UnmarshalJSON(src []byte) error + func (v *NullablePolygon) Unset() + func (v NullablePolygon) Get() *Polygon + func (v NullablePolygon) IsSet() bool + func (v NullablePolygon) MarshalJSON() ([]byte, error) + type NullablePolygonAllOf struct + func NewNullablePolygonAllOf(val *PolygonAllOf) *NullablePolygonAllOf + func (v *NullablePolygonAllOf) Set(val *PolygonAllOf) + func (v *NullablePolygonAllOf) UnmarshalJSON(src []byte) error + func (v *NullablePolygonAllOf) Unset() + func (v NullablePolygonAllOf) Get() *PolygonAllOf + func (v NullablePolygonAllOf) IsSet() bool + func (v NullablePolygonAllOf) MarshalJSON() ([]byte, error) + type NullablePresenceInfo struct + func NewNullablePresenceInfo(val *PresenceInfo) *NullablePresenceInfo + func (v *NullablePresenceInfo) Set(val *PresenceInfo) + func (v *NullablePresenceInfo) UnmarshalJSON(src []byte) error + func (v *NullablePresenceInfo) Unset() + func (v NullablePresenceInfo) Get() *PresenceInfo + func (v NullablePresenceInfo) IsSet() bool + func (v NullablePresenceInfo) MarshalJSON() ([]byte, error) + type NullablePresenceState struct + func NewNullablePresenceState(val *PresenceState) *NullablePresenceState + func (v *NullablePresenceState) Set(val *PresenceState) + func (v *NullablePresenceState) UnmarshalJSON(src []byte) error + func (v *NullablePresenceState) Unset() + func (v NullablePresenceState) Get() *PresenceState + func (v NullablePresenceState) IsSet() bool + func (v NullablePresenceState) MarshalJSON() ([]byte, error) + type NullableProSeCapability struct + func NewNullableProSeCapability(val *ProSeCapability) *NullableProSeCapability + func (v *NullableProSeCapability) Set(val *ProSeCapability) + func (v *NullableProSeCapability) UnmarshalJSON(src []byte) error + func (v *NullableProSeCapability) Unset() + func (v NullableProSeCapability) Get() *ProSeCapability + func (v NullableProSeCapability) IsSet() bool + func (v NullableProSeCapability) 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 NullableQosSustainabilityInfo struct + func NewNullableQosSustainabilityInfo(val *QosSustainabilityInfo) *NullableQosSustainabilityInfo + func (v *NullableQosSustainabilityInfo) Set(val *QosSustainabilityInfo) + func (v *NullableQosSustainabilityInfo) UnmarshalJSON(src []byte) error + func (v *NullableQosSustainabilityInfo) Unset() + func (v NullableQosSustainabilityInfo) Get() *QosSustainabilityInfo + func (v NullableQosSustainabilityInfo) IsSet() bool + func (v NullableQosSustainabilityInfo) MarshalJSON() ([]byte, error) + type NullableRatFreqInformation struct + func NewNullableRatFreqInformation(val *RatFreqInformation) *NullableRatFreqInformation + func (v *NullableRatFreqInformation) Set(val *RatFreqInformation) + func (v *NullableRatFreqInformation) UnmarshalJSON(src []byte) error + func (v *NullableRatFreqInformation) Unset() + func (v NullableRatFreqInformation) Get() *RatFreqInformation + func (v NullableRatFreqInformation) IsSet() bool + func (v NullableRatFreqInformation) 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 NullableReachabilityForSmsReport struct + func NewNullableReachabilityForSmsReport(val *ReachabilityForSmsReport) *NullableReachabilityForSmsReport + func (v *NullableReachabilityForSmsReport) Set(val *ReachabilityForSmsReport) + func (v *NullableReachabilityForSmsReport) UnmarshalJSON(src []byte) error + func (v *NullableReachabilityForSmsReport) Unset() + func (v NullableReachabilityForSmsReport) Get() *ReachabilityForSmsReport + func (v NullableReachabilityForSmsReport) IsSet() bool + func (v NullableReachabilityForSmsReport) MarshalJSON() ([]byte, error) + type NullableReachabilityReport struct + func NewNullableReachabilityReport(val *ReachabilityReport) *NullableReachabilityReport + func (v *NullableReachabilityReport) Set(val *ReachabilityReport) + func (v *NullableReachabilityReport) UnmarshalJSON(src []byte) error + func (v *NullableReachabilityReport) Unset() + func (v NullableReachabilityReport) Get() *ReachabilityReport + func (v NullableReachabilityReport) IsSet() bool + func (v NullableReachabilityReport) 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 NullableRedundantTransmissionExpInfo struct + func NewNullableRedundantTransmissionExpInfo(val *RedundantTransmissionExpInfo) *NullableRedundantTransmissionExpInfo + func (v *NullableRedundantTransmissionExpInfo) Set(val *RedundantTransmissionExpInfo) + func (v *NullableRedundantTransmissionExpInfo) UnmarshalJSON(src []byte) error + func (v *NullableRedundantTransmissionExpInfo) Unset() + func (v NullableRedundantTransmissionExpInfo) Get() *RedundantTransmissionExpInfo + func (v NullableRedundantTransmissionExpInfo) IsSet() bool + func (v NullableRedundantTransmissionExpInfo) MarshalJSON() ([]byte, error) + type NullableRedundantTransmissionExpPerTS struct + func NewNullableRedundantTransmissionExpPerTS(val *RedundantTransmissionExpPerTS) *NullableRedundantTransmissionExpPerTS + func (v *NullableRedundantTransmissionExpPerTS) Set(val *RedundantTransmissionExpPerTS) + func (v *NullableRedundantTransmissionExpPerTS) UnmarshalJSON(src []byte) error + func (v *NullableRedundantTransmissionExpPerTS) Unset() + func (v NullableRedundantTransmissionExpPerTS) Get() *RedundantTransmissionExpPerTS + func (v NullableRedundantTransmissionExpPerTS) IsSet() bool + func (v NullableRedundantTransmissionExpPerTS) MarshalJSON() ([]byte, error) + type NullableRelativeCartesianLocation struct + func NewNullableRelativeCartesianLocation(val *RelativeCartesianLocation) *NullableRelativeCartesianLocation + func (v *NullableRelativeCartesianLocation) Set(val *RelativeCartesianLocation) + func (v *NullableRelativeCartesianLocation) UnmarshalJSON(src []byte) error + func (v *NullableRelativeCartesianLocation) Unset() + func (v NullableRelativeCartesianLocation) Get() *RelativeCartesianLocation + func (v NullableRelativeCartesianLocation) IsSet() bool + func (v NullableRelativeCartesianLocation) MarshalJSON() ([]byte, error) + type NullableReport struct + func NewNullableReport(val *Report) *NullableReport + func (v *NullableReport) Set(val *Report) + func (v *NullableReport) UnmarshalJSON(src []byte) error + func (v *NullableReport) Unset() + func (v NullableReport) Get() *Report + func (v NullableReport) IsSet() bool + func (v NullableReport) MarshalJSON() ([]byte, error) + type NullableResourceUsage struct + func NewNullableResourceUsage(val *ResourceUsage) *NullableResourceUsage + func (v *NullableResourceUsage) Set(val *ResourceUsage) + func (v *NullableResourceUsage) UnmarshalJSON(src []byte) error + func (v *NullableResourceUsage) Unset() + func (v NullableResourceUsage) Get() *ResourceUsage + func (v NullableResourceUsage) IsSet() bool + func (v NullableResourceUsage) MarshalJSON() ([]byte, error) + type NullableRetainabilityThreshold struct + func NewNullableRetainabilityThreshold(val *RetainabilityThreshold) *NullableRetainabilityThreshold + func (v *NullableRetainabilityThreshold) Set(val *RetainabilityThreshold) + func (v *NullableRetainabilityThreshold) UnmarshalJSON(src []byte) error + func (v *NullableRetainabilityThreshold) Unset() + func (v NullableRetainabilityThreshold) Get() *RetainabilityThreshold + func (v NullableRetainabilityThreshold) IsSet() bool + func (v NullableRetainabilityThreshold) MarshalJSON() ([]byte, error) + type NullableRmInfo struct + func NewNullableRmInfo(val *RmInfo) *NullableRmInfo + func (v *NullableRmInfo) Set(val *RmInfo) + func (v *NullableRmInfo) UnmarshalJSON(src []byte) error + func (v *NullableRmInfo) Unset() + func (v NullableRmInfo) Get() *RmInfo + func (v NullableRmInfo) IsSet() bool + func (v NullableRmInfo) MarshalJSON() ([]byte, error) + type NullableRmState struct + func NewNullableRmState(val *RmState) *NullableRmState + func (v *NullableRmState) Set(val *RmState) + func (v *NullableRmState) UnmarshalJSON(src []byte) error + func (v *NullableRmState) Unset() + func (v NullableRmState) Get() *RmState + func (v NullableRmState) IsSet() bool + func (v NullableRmState) MarshalJSON() ([]byte, error) + type NullableRoamingStatusReport struct + func NewNullableRoamingStatusReport(val *RoamingStatusReport) *NullableRoamingStatusReport + func (v *NullableRoamingStatusReport) Set(val *RoamingStatusReport) + func (v *NullableRoamingStatusReport) UnmarshalJSON(src []byte) error + func (v *NullableRoamingStatusReport) Unset() + func (v NullableRoamingStatusReport) Get() *RoamingStatusReport + func (v NullableRoamingStatusReport) IsSet() bool + func (v NullableRoamingStatusReport) MarshalJSON() ([]byte, error) + type NullableRouteInformation struct + func NewNullableRouteInformation(val *RouteInformation) *NullableRouteInformation + func (v *NullableRouteInformation) Set(val *RouteInformation) + func (v *NullableRouteInformation) UnmarshalJSON(src []byte) error + func (v *NullableRouteInformation) Unset() + func (v NullableRouteInformation) Get() *RouteInformation + func (v NullableRouteInformation) IsSet() bool + func (v NullableRouteInformation) MarshalJSON() ([]byte, error) + type NullableRouteToLocation struct + func NewNullableRouteToLocation(val *RouteToLocation) *NullableRouteToLocation + func (v *NullableRouteToLocation) Set(val *RouteToLocation) + func (v *NullableRouteToLocation) UnmarshalJSON(src []byte) error + func (v *NullableRouteToLocation) Unset() + func (v NullableRouteToLocation) Get() *RouteToLocation + func (v NullableRouteToLocation) IsSet() bool + func (v NullableRouteToLocation) 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 NullableSACEventReport struct + func NewNullableSACEventReport(val *SACEventReport) *NullableSACEventReport + func (v *NullableSACEventReport) Set(val *SACEventReport) + func (v *NullableSACEventReport) UnmarshalJSON(src []byte) error + func (v *NullableSACEventReport) Unset() + func (v NullableSACEventReport) Get() *SACEventReport + func (v NullableSACEventReport) IsSet() bool + func (v NullableSACEventReport) MarshalJSON() ([]byte, error) + type NullableSACEventReportItem struct + func NewNullableSACEventReportItem(val *SACEventReportItem) *NullableSACEventReportItem + func (v *NullableSACEventReportItem) Set(val *SACEventReportItem) + func (v *NullableSACEventReportItem) UnmarshalJSON(src []byte) error + func (v *NullableSACEventReportItem) Unset() + func (v NullableSACEventReportItem) Get() *SACEventReportItem + func (v NullableSACEventReportItem) IsSet() bool + func (v NullableSACEventReportItem) MarshalJSON() ([]byte, error) + type NullableSACEventState struct + func NewNullableSACEventState(val *SACEventState) *NullableSACEventState + func (v *NullableSACEventState) Set(val *SACEventState) + func (v *NullableSACEventState) UnmarshalJSON(src []byte) error + func (v *NullableSACEventState) Unset() + func (v NullableSACEventState) Get() *SACEventState + func (v NullableSACEventState) IsSet() bool + func (v NullableSACEventState) MarshalJSON() ([]byte, error) + type NullableSACEventStatus struct + func NewNullableSACEventStatus(val *SACEventStatus) *NullableSACEventStatus + func (v *NullableSACEventStatus) Set(val *SACEventStatus) + func (v *NullableSACEventStatus) UnmarshalJSON(src []byte) error + func (v *NullableSACEventStatus) Unset() + func (v NullableSACEventStatus) Get() *SACEventStatus + func (v NullableSACEventStatus) IsSet() bool + func (v NullableSACEventStatus) MarshalJSON() ([]byte, error) + type NullableSACEventType struct + func NewNullableSACEventType(val *SACEventType) *NullableSACEventType + func (v *NullableSACEventType) Set(val *SACEventType) + func (v *NullableSACEventType) UnmarshalJSON(src []byte) error + func (v *NullableSACEventType) Unset() + func (v NullableSACEventType) Get() *SACEventType + func (v NullableSACEventType) IsSet() bool + func (v NullableSACEventType) MarshalJSON() ([]byte, error) + type NullableSACInfo struct + func NewNullableSACInfo(val *SACInfo) *NullableSACInfo + func (v *NullableSACInfo) Set(val *SACInfo) + func (v *NullableSACInfo) UnmarshalJSON(src []byte) error + func (v *NullableSACInfo) Unset() + func (v NullableSACInfo) Get() *SACInfo + func (v NullableSACInfo) IsSet() bool + func (v NullableSACInfo) MarshalJSON() ([]byte, error) + type NullableScheduledCommunicationTime struct + func NewNullableScheduledCommunicationTime(val *ScheduledCommunicationTime) *NullableScheduledCommunicationTime + func (v *NullableScheduledCommunicationTime) Set(val *ScheduledCommunicationTime) + func (v *NullableScheduledCommunicationTime) UnmarshalJSON(src []byte) error + func (v *NullableScheduledCommunicationTime) Unset() + func (v NullableScheduledCommunicationTime) Get() *ScheduledCommunicationTime + func (v NullableScheduledCommunicationTime) IsSet() bool + func (v NullableScheduledCommunicationTime) MarshalJSON() ([]byte, error) + type NullableScpCapability struct + func NewNullableScpCapability(val *ScpCapability) *NullableScpCapability + func (v *NullableScpCapability) Set(val *ScpCapability) + func (v *NullableScpCapability) UnmarshalJSON(src []byte) error + func (v *NullableScpCapability) Unset() + func (v NullableScpCapability) Get() *ScpCapability + func (v NullableScpCapability) IsSet() bool + func (v NullableScpCapability) MarshalJSON() ([]byte, error) + type NullableScpDomainCond struct + func NewNullableScpDomainCond(val *ScpDomainCond) *NullableScpDomainCond + func (v *NullableScpDomainCond) Set(val *ScpDomainCond) + func (v *NullableScpDomainCond) UnmarshalJSON(src []byte) error + func (v *NullableScpDomainCond) Unset() + func (v NullableScpDomainCond) Get() *ScpDomainCond + func (v NullableScpDomainCond) IsSet() bool + func (v NullableScpDomainCond) MarshalJSON() ([]byte, error) + type NullableScpDomainInfo struct + func NewNullableScpDomainInfo(val *ScpDomainInfo) *NullableScpDomainInfo + func (v *NullableScpDomainInfo) Set(val *ScpDomainInfo) + func (v *NullableScpDomainInfo) UnmarshalJSON(src []byte) error + func (v *NullableScpDomainInfo) Unset() + func (v NullableScpDomainInfo) Get() *ScpDomainInfo + func (v NullableScpDomainInfo) IsSet() bool + func (v NullableScpDomainInfo) MarshalJSON() ([]byte, error) + type NullableScpInfo struct + func NewNullableScpInfo(val *ScpInfo) *NullableScpInfo + func (v *NullableScpInfo) Set(val *ScpInfo) + func (v *NullableScpInfo) UnmarshalJSON(src []byte) error + func (v *NullableScpInfo) Unset() + func (v NullableScpInfo) Get() *ScpInfo + func (v NullableScpInfo) IsSet() bool + func (v NullableScpInfo) MarshalJSON() ([]byte, error) + type NullableSdRange struct + func NewNullableSdRange(val *SdRange) *NullableSdRange + func (v *NullableSdRange) Set(val *SdRange) + func (v *NullableSdRange) UnmarshalJSON(src []byte) error + func (v *NullableSdRange) Unset() + func (v NullableSdRange) Get() *SdRange + func (v NullableSdRange) IsSet() bool + func (v NullableSdRange) MarshalJSON() ([]byte, error) + type NullableSeppInfo struct + func NewNullableSeppInfo(val *SeppInfo) *NullableSeppInfo + func (v *NullableSeppInfo) Set(val *SeppInfo) + func (v *NullableSeppInfo) UnmarshalJSON(src []byte) error + func (v *NullableSeppInfo) Unset() + func (v NullableSeppInfo) Get() *SeppInfo + func (v NullableSeppInfo) IsSet() bool + func (v NullableSeppInfo) 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 NullableServiceDataFlowDescription struct + func NewNullableServiceDataFlowDescription(val *ServiceDataFlowDescription) *NullableServiceDataFlowDescription + func (v *NullableServiceDataFlowDescription) Set(val *ServiceDataFlowDescription) + func (v *NullableServiceDataFlowDescription) UnmarshalJSON(src []byte) error + func (v *NullableServiceDataFlowDescription) Unset() + func (v NullableServiceDataFlowDescription) Get() *ServiceDataFlowDescription + func (v NullableServiceDataFlowDescription) IsSet() bool + func (v NullableServiceDataFlowDescription) MarshalJSON() ([]byte, error) + type NullableServiceExperienceInfo struct + func NewNullableServiceExperienceInfo(val *ServiceExperienceInfo) *NullableServiceExperienceInfo + func (v *NullableServiceExperienceInfo) Set(val *ServiceExperienceInfo) + func (v *NullableServiceExperienceInfo) UnmarshalJSON(src []byte) error + func (v *NullableServiceExperienceInfo) Unset() + func (v NullableServiceExperienceInfo) Get() *ServiceExperienceInfo + func (v NullableServiceExperienceInfo) IsSet() bool + func (v NullableServiceExperienceInfo) MarshalJSON() ([]byte, error) + type NullableServiceExperienceInfo1 struct + func NewNullableServiceExperienceInfo1(val *ServiceExperienceInfo1) *NullableServiceExperienceInfo1 + func (v *NullableServiceExperienceInfo1) Set(val *ServiceExperienceInfo1) + func (v *NullableServiceExperienceInfo1) UnmarshalJSON(src []byte) error + func (v *NullableServiceExperienceInfo1) Unset() + func (v NullableServiceExperienceInfo1) Get() *ServiceExperienceInfo1 + func (v NullableServiceExperienceInfo1) IsSet() bool + func (v NullableServiceExperienceInfo1) MarshalJSON() ([]byte, error) + type NullableServiceExperienceInfoPerApp struct + func NewNullableServiceExperienceInfoPerApp(val *ServiceExperienceInfoPerApp) *NullableServiceExperienceInfoPerApp + func (v *NullableServiceExperienceInfoPerApp) Set(val *ServiceExperienceInfoPerApp) + func (v *NullableServiceExperienceInfoPerApp) UnmarshalJSON(src []byte) error + func (v *NullableServiceExperienceInfoPerApp) Unset() + func (v NullableServiceExperienceInfoPerApp) Get() *ServiceExperienceInfoPerApp + func (v NullableServiceExperienceInfoPerApp) IsSet() bool + func (v NullableServiceExperienceInfoPerApp) MarshalJSON() ([]byte, error) + type NullableServiceExperienceInfoPerFlow struct + func NewNullableServiceExperienceInfoPerFlow(val *ServiceExperienceInfoPerFlow) *NullableServiceExperienceInfoPerFlow + func (v *NullableServiceExperienceInfoPerFlow) Set(val *ServiceExperienceInfoPerFlow) + func (v *NullableServiceExperienceInfoPerFlow) UnmarshalJSON(src []byte) error + func (v *NullableServiceExperienceInfoPerFlow) Unset() + func (v NullableServiceExperienceInfoPerFlow) Get() *ServiceExperienceInfoPerFlow + func (v NullableServiceExperienceInfoPerFlow) IsSet() bool + func (v NullableServiceExperienceInfoPerFlow) MarshalJSON() ([]byte, error) + type NullableServiceExperienceType struct + func NewNullableServiceExperienceType(val *ServiceExperienceType) *NullableServiceExperienceType + func (v *NullableServiceExperienceType) Set(val *ServiceExperienceType) + func (v *NullableServiceExperienceType) UnmarshalJSON(src []byte) error + func (v *NullableServiceExperienceType) Unset() + func (v NullableServiceExperienceType) Get() *ServiceExperienceType + func (v NullableServiceExperienceType) IsSet() bool + func (v NullableServiceExperienceType) MarshalJSON() ([]byte, error) + type NullableServiceName struct + func NewNullableServiceName(val *ServiceName) *NullableServiceName + func (v *NullableServiceName) Set(val *ServiceName) + func (v *NullableServiceName) UnmarshalJSON(src []byte) error + func (v *NullableServiceName) Unset() + func (v NullableServiceName) Get() *ServiceName + func (v NullableServiceName) IsSet() bool + func (v NullableServiceName) MarshalJSON() ([]byte, error) + type NullableServiceNameCond struct + func NewNullableServiceNameCond(val *ServiceNameCond) *NullableServiceNameCond + func (v *NullableServiceNameCond) Set(val *ServiceNameCond) + func (v *NullableServiceNameCond) UnmarshalJSON(src []byte) error + func (v *NullableServiceNameCond) Unset() + func (v NullableServiceNameCond) Get() *ServiceNameCond + func (v NullableServiceNameCond) IsSet() bool + func (v NullableServiceNameCond) MarshalJSON() ([]byte, error) + type NullableServiceNameListCond struct + func NewNullableServiceNameListCond(val *ServiceNameListCond) *NullableServiceNameListCond + func (v *NullableServiceNameListCond) Set(val *ServiceNameListCond) + func (v *NullableServiceNameListCond) UnmarshalJSON(src []byte) error + func (v *NullableServiceNameListCond) Unset() + func (v NullableServiceNameListCond) Get() *ServiceNameListCond + func (v NullableServiceNameListCond) IsSet() bool + func (v NullableServiceNameListCond) MarshalJSON() ([]byte, error) + type NullableSessInactTimerForUeComm struct + func NewNullableSessInactTimerForUeComm(val *SessInactTimerForUeComm) *NullableSessInactTimerForUeComm + func (v *NullableSessInactTimerForUeComm) Set(val *SessInactTimerForUeComm) + func (v *NullableSessInactTimerForUeComm) UnmarshalJSON(src []byte) error + func (v *NullableSessInactTimerForUeComm) Unset() + func (v NullableSessInactTimerForUeComm) Get() *SessInactTimerForUeComm + func (v NullableSessInactTimerForUeComm) IsSet() bool + func (v NullableSessInactTimerForUeComm) MarshalJSON() ([]byte, error) + type NullableSharedDataIdRange struct + func NewNullableSharedDataIdRange(val *SharedDataIdRange) *NullableSharedDataIdRange + func (v *NullableSharedDataIdRange) Set(val *SharedDataIdRange) + func (v *NullableSharedDataIdRange) UnmarshalJSON(src []byte) error + func (v *NullableSharedDataIdRange) Unset() + func (v NullableSharedDataIdRange) Get() *SharedDataIdRange + func (v NullableSharedDataIdRange) IsSet() bool + func (v NullableSharedDataIdRange) MarshalJSON() ([]byte, error) + type NullableSliceLoadLevelInformation struct + func NewNullableSliceLoadLevelInformation(val *SliceLoadLevelInformation) *NullableSliceLoadLevelInformation + func (v *NullableSliceLoadLevelInformation) Set(val *SliceLoadLevelInformation) + func (v *NullableSliceLoadLevelInformation) UnmarshalJSON(src []byte) error + func (v *NullableSliceLoadLevelInformation) Unset() + func (v NullableSliceLoadLevelInformation) Get() *SliceLoadLevelInformation + func (v NullableSliceLoadLevelInformation) IsSet() bool + func (v NullableSliceLoadLevelInformation) MarshalJSON() ([]byte, error) + type NullableSmNasFromSmf struct + func NewNullableSmNasFromSmf(val *SmNasFromSmf) *NullableSmNasFromSmf + func (v *NullableSmNasFromSmf) Set(val *SmNasFromSmf) + func (v *NullableSmNasFromSmf) UnmarshalJSON(src []byte) error + func (v *NullableSmNasFromSmf) Unset() + func (v NullableSmNasFromSmf) Get() *SmNasFromSmf + func (v NullableSmNasFromSmf) IsSet() bool + func (v NullableSmNasFromSmf) MarshalJSON() ([]byte, error) + type NullableSmNasFromUe struct + func NewNullableSmNasFromUe(val *SmNasFromUe) *NullableSmNasFromUe + func (v *NullableSmNasFromUe) Set(val *SmNasFromUe) + func (v *NullableSmNasFromUe) UnmarshalJSON(src []byte) error + func (v *NullableSmNasFromUe) Unset() + func (v NullableSmNasFromUe) Get() *SmNasFromUe + func (v NullableSmNasFromUe) IsSet() bool + func (v NullableSmNasFromUe) MarshalJSON() ([]byte, error) + type NullableSmcceInfo struct + func NewNullableSmcceInfo(val *SmcceInfo) *NullableSmcceInfo + func (v *NullableSmcceInfo) Set(val *SmcceInfo) + func (v *NullableSmcceInfo) UnmarshalJSON(src []byte) error + func (v *NullableSmcceInfo) Unset() + func (v NullableSmcceInfo) Get() *SmcceInfo + func (v NullableSmcceInfo) IsSet() bool + func (v NullableSmcceInfo) MarshalJSON() ([]byte, error) + type NullableSmcceUeList struct + func NewNullableSmcceUeList(val *SmcceUeList) *NullableSmcceUeList + func (v *NullableSmcceUeList) Set(val *SmcceUeList) + func (v *NullableSmcceUeList) UnmarshalJSON(src []byte) error + func (v *NullableSmcceUeList) Unset() + func (v NullableSmcceUeList) Get() *SmcceUeList + func (v NullableSmcceUeList) IsSet() bool + func (v NullableSmcceUeList) MarshalJSON() ([]byte, error) + type NullableSmfEvent struct + func NewNullableSmfEvent(val *SmfEvent) *NullableSmfEvent + func (v *NullableSmfEvent) Set(val *SmfEvent) + func (v *NullableSmfEvent) UnmarshalJSON(src []byte) error + func (v *NullableSmfEvent) Unset() + func (v NullableSmfEvent) Get() *SmfEvent + func (v NullableSmfEvent) IsSet() bool + func (v NullableSmfEvent) MarshalJSON() ([]byte, error) + type NullableSmfInfo struct + func NewNullableSmfInfo(val *SmfInfo) *NullableSmfInfo + func (v *NullableSmfInfo) Set(val *SmfInfo) + func (v *NullableSmfInfo) UnmarshalJSON(src []byte) error + func (v *NullableSmfInfo) Unset() + func (v NullableSmfInfo) Get() *SmfInfo + func (v NullableSmfInfo) IsSet() bool + func (v NullableSmfInfo) MarshalJSON() ([]byte, error) + type NullableSmsfInfo struct + func NewNullableSmsfInfo(val *SmsfInfo) *NullableSmsfInfo + func (v *NullableSmsfInfo) Set(val *SmsfInfo) + func (v *NullableSmsfInfo) UnmarshalJSON(src []byte) error + func (v *NullableSmsfInfo) Unset() + func (v NullableSmsfInfo) Get() *SmsfInfo + func (v NullableSmsfInfo) IsSet() bool + func (v NullableSmsfInfo) 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 NullableSnssaiEasdfInfoItem struct + func NewNullableSnssaiEasdfInfoItem(val *SnssaiEasdfInfoItem) *NullableSnssaiEasdfInfoItem + func (v *NullableSnssaiEasdfInfoItem) Set(val *SnssaiEasdfInfoItem) + func (v *NullableSnssaiEasdfInfoItem) UnmarshalJSON(src []byte) error + func (v *NullableSnssaiEasdfInfoItem) Unset() + func (v NullableSnssaiEasdfInfoItem) Get() *SnssaiEasdfInfoItem + func (v NullableSnssaiEasdfInfoItem) IsSet() bool + func (v NullableSnssaiEasdfInfoItem) MarshalJSON() ([]byte, error) + type NullableSnssaiExtension struct + func NewNullableSnssaiExtension(val *SnssaiExtension) *NullableSnssaiExtension + func (v *NullableSnssaiExtension) Set(val *SnssaiExtension) + func (v *NullableSnssaiExtension) UnmarshalJSON(src []byte) error + func (v *NullableSnssaiExtension) Unset() + func (v NullableSnssaiExtension) Get() *SnssaiExtension + func (v NullableSnssaiExtension) IsSet() bool + func (v NullableSnssaiExtension) MarshalJSON() ([]byte, error) + type NullableSnssaiInfoItem struct + func NewNullableSnssaiInfoItem(val *SnssaiInfoItem) *NullableSnssaiInfoItem + func (v *NullableSnssaiInfoItem) Set(val *SnssaiInfoItem) + func (v *NullableSnssaiInfoItem) UnmarshalJSON(src []byte) error + func (v *NullableSnssaiInfoItem) Unset() + func (v NullableSnssaiInfoItem) Get() *SnssaiInfoItem + func (v NullableSnssaiInfoItem) IsSet() bool + func (v NullableSnssaiInfoItem) MarshalJSON() ([]byte, error) + type NullableSnssaiMbSmfInfoItem struct + func NewNullableSnssaiMbSmfInfoItem(val *SnssaiMbSmfInfoItem) *NullableSnssaiMbSmfInfoItem + func (v *NullableSnssaiMbSmfInfoItem) Set(val *SnssaiMbSmfInfoItem) + func (v *NullableSnssaiMbSmfInfoItem) UnmarshalJSON(src []byte) error + func (v *NullableSnssaiMbSmfInfoItem) Unset() + func (v NullableSnssaiMbSmfInfoItem) Get() *SnssaiMbSmfInfoItem + func (v NullableSnssaiMbSmfInfoItem) IsSet() bool + func (v NullableSnssaiMbSmfInfoItem) MarshalJSON() ([]byte, error) + type NullableSnssaiSmfInfoItem struct + func NewNullableSnssaiSmfInfoItem(val *SnssaiSmfInfoItem) *NullableSnssaiSmfInfoItem + func (v *NullableSnssaiSmfInfoItem) Set(val *SnssaiSmfInfoItem) + func (v *NullableSnssaiSmfInfoItem) UnmarshalJSON(src []byte) error + func (v *NullableSnssaiSmfInfoItem) Unset() + func (v NullableSnssaiSmfInfoItem) Get() *SnssaiSmfInfoItem + func (v NullableSnssaiSmfInfoItem) IsSet() bool + func (v NullableSnssaiSmfInfoItem) MarshalJSON() ([]byte, error) + type NullableSnssaiTaiMapping struct + func NewNullableSnssaiTaiMapping(val *SnssaiTaiMapping) *NullableSnssaiTaiMapping + func (v *NullableSnssaiTaiMapping) Set(val *SnssaiTaiMapping) + func (v *NullableSnssaiTaiMapping) UnmarshalJSON(src []byte) error + func (v *NullableSnssaiTaiMapping) Unset() + func (v NullableSnssaiTaiMapping) Get() *SnssaiTaiMapping + func (v NullableSnssaiTaiMapping) IsSet() bool + func (v NullableSnssaiTaiMapping) MarshalJSON() ([]byte, error) + type NullableSnssaiTsctsfInfoItem struct + func NewNullableSnssaiTsctsfInfoItem(val *SnssaiTsctsfInfoItem) *NullableSnssaiTsctsfInfoItem + func (v *NullableSnssaiTsctsfInfoItem) Set(val *SnssaiTsctsfInfoItem) + func (v *NullableSnssaiTsctsfInfoItem) UnmarshalJSON(src []byte) error + func (v *NullableSnssaiTsctsfInfoItem) Unset() + func (v NullableSnssaiTsctsfInfoItem) Get() *SnssaiTsctsfInfoItem + func (v NullableSnssaiTsctsfInfoItem) IsSet() bool + func (v NullableSnssaiTsctsfInfoItem) MarshalJSON() ([]byte, error) + type NullableSnssaiUpfInfoItem struct + func NewNullableSnssaiUpfInfoItem(val *SnssaiUpfInfoItem) *NullableSnssaiUpfInfoItem + func (v *NullableSnssaiUpfInfoItem) Set(val *SnssaiUpfInfoItem) + func (v *NullableSnssaiUpfInfoItem) UnmarshalJSON(src []byte) error + func (v *NullableSnssaiUpfInfoItem) Unset() + func (v NullableSnssaiUpfInfoItem) Get() *SnssaiUpfInfoItem + func (v NullableSnssaiUpfInfoItem) IsSet() bool + func (v NullableSnssaiUpfInfoItem) MarshalJSON() ([]byte, error) + type NullableSsm struct + func NewNullableSsm(val *Ssm) *NullableSsm + func (v *NullableSsm) Set(val *Ssm) + func (v *NullableSsm) UnmarshalJSON(src []byte) error + func (v *NullableSsm) Unset() + func (v NullableSsm) Get() *Ssm + func (v NullableSsm) IsSet() bool + func (v NullableSsm) 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 NullableSubTerminationReason struct + func NewNullableSubTerminationReason(val *SubTerminationReason) *NullableSubTerminationReason + func (v *NullableSubTerminationReason) Set(val *SubTerminationReason) + func (v *NullableSubTerminationReason) UnmarshalJSON(src []byte) error + func (v *NullableSubTerminationReason) Unset() + func (v NullableSubTerminationReason) Get() *SubTerminationReason + func (v NullableSubTerminationReason) IsSet() bool + func (v NullableSubTerminationReason) MarshalJSON() ([]byte, error) + type NullableSubscrCond struct + func NewNullableSubscrCond(val *SubscrCond) *NullableSubscrCond + func (v *NullableSubscrCond) Set(val *SubscrCond) + func (v *NullableSubscrCond) UnmarshalJSON(src []byte) error + func (v *NullableSubscrCond) Unset() + func (v NullableSubscrCond) Get() *SubscrCond + func (v NullableSubscrCond) IsSet() bool + func (v NullableSubscrCond) MarshalJSON() ([]byte, error) + type NullableSubscriptionContext struct + func NewNullableSubscriptionContext(val *SubscriptionContext) *NullableSubscriptionContext + func (v *NullableSubscriptionContext) Set(val *SubscriptionContext) + func (v *NullableSubscriptionContext) UnmarshalJSON(src []byte) error + func (v *NullableSubscriptionContext) Unset() + func (v NullableSubscriptionContext) Get() *SubscriptionContext + func (v NullableSubscriptionContext) IsSet() bool + func (v NullableSubscriptionContext) MarshalJSON() ([]byte, error) + type NullableSuciInfo struct + func NewNullableSuciInfo(val *SuciInfo) *NullableSuciInfo + func (v *NullableSuciInfo) Set(val *SuciInfo) + func (v *NullableSuciInfo) UnmarshalJSON(src []byte) error + func (v *NullableSuciInfo) Unset() + func (v NullableSuciInfo) Get() *SuciInfo + func (v NullableSuciInfo) IsSet() bool + func (v NullableSuciInfo) MarshalJSON() ([]byte, error) + type NullableSupiRange struct + func NewNullableSupiRange(val *SupiRange) *NullableSupiRange + func (v *NullableSupiRange) Set(val *SupiRange) + func (v *NullableSupiRange) UnmarshalJSON(src []byte) error + func (v *NullableSupiRange) Unset() + func (v NullableSupiRange) Get() *SupiRange + func (v NullableSupiRange) IsSet() bool + func (v NullableSupiRange) MarshalJSON() ([]byte, error) + type NullableSupportedGADShapes struct + func NewNullableSupportedGADShapes(val *SupportedGADShapes) *NullableSupportedGADShapes + func (v *NullableSupportedGADShapes) Set(val *SupportedGADShapes) + func (v *NullableSupportedGADShapes) UnmarshalJSON(src []byte) error + func (v *NullableSupportedGADShapes) Unset() + func (v NullableSupportedGADShapes) Get() *SupportedGADShapes + func (v NullableSupportedGADShapes) IsSet() bool + func (v NullableSupportedGADShapes) MarshalJSON() ([]byte, error) + type NullableSupportedSnssai struct + func NewNullableSupportedSnssai(val *SupportedSnssai) *NullableSupportedSnssai + func (v *NullableSupportedSnssai) Set(val *SupportedSnssai) + func (v *NullableSupportedSnssai) UnmarshalJSON(src []byte) error + func (v *NullableSupportedSnssai) Unset() + func (v NullableSupportedSnssai) Get() *SupportedSnssai + func (v NullableSupportedSnssai) IsSet() bool + func (v NullableSupportedSnssai) MarshalJSON() ([]byte, error) + type NullableSvcExperience struct + func NewNullableSvcExperience(val *SvcExperience) *NullableSvcExperience + func (v *NullableSvcExperience) Set(val *SvcExperience) + func (v *NullableSvcExperience) UnmarshalJSON(src []byte) error + func (v *NullableSvcExperience) Unset() + func (v NullableSvcExperience) Get() *SvcExperience + func (v NullableSvcExperience) IsSet() bool + func (v NullableSvcExperience) MarshalJSON() ([]byte, error) + type NullableTacRange struct + func NewNullableTacRange(val *TacRange) *NullableTacRange + func (v *NullableTacRange) Set(val *TacRange) + func (v *NullableTacRange) UnmarshalJSON(src []byte) error + func (v *NullableTacRange) Unset() + func (v NullableTacRange) Get() *TacRange + func (v NullableTacRange) IsSet() bool + func (v NullableTacRange) 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 NullableTaiRange struct + func NewNullableTaiRange(val *TaiRange) *NullableTaiRange + func (v *NullableTaiRange) Set(val *TaiRange) + func (v *NullableTaiRange) UnmarshalJSON(src []byte) error + func (v *NullableTaiRange) Unset() + func (v NullableTaiRange) Get() *TaiRange + func (v NullableTaiRange) IsSet() bool + func (v NullableTaiRange) MarshalJSON() ([]byte, error) + type NullableTargetArea struct + func NewNullableTargetArea(val *TargetArea) *NullableTargetArea + func (v *NullableTargetArea) Set(val *TargetArea) + func (v *NullableTargetArea) UnmarshalJSON(src []byte) error + func (v *NullableTargetArea) Unset() + func (v NullableTargetArea) Get() *TargetArea + func (v NullableTargetArea) IsSet() bool + func (v NullableTargetArea) MarshalJSON() ([]byte, error) + type NullableTermCause struct + func NewNullableTermCause(val *TermCause) *NullableTermCause + func (v *NullableTermCause) Set(val *TermCause) + func (v *NullableTermCause) UnmarshalJSON(src []byte) error + func (v *NullableTermCause) Unset() + func (v NullableTermCause) Get() *TermCause + func (v NullableTermCause) IsSet() bool + func (v NullableTermCause) MarshalJSON() ([]byte, error) + type NullableThresholdLevel struct + func NewNullableThresholdLevel(val *ThresholdLevel) *NullableThresholdLevel + func (v *NullableThresholdLevel) Set(val *ThresholdLevel) + func (v *NullableThresholdLevel) UnmarshalJSON(src []byte) error + func (v *NullableThresholdLevel) Unset() + func (v NullableThresholdLevel) Get() *ThresholdLevel + func (v NullableThresholdLevel) IsSet() bool + func (v NullableThresholdLevel) 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 NullableTimeUnit struct + func NewNullableTimeUnit(val *TimeUnit) *NullableTimeUnit + func (v *NullableTimeUnit) Set(val *TimeUnit) + func (v *NullableTimeUnit) UnmarshalJSON(src []byte) error + func (v *NullableTimeUnit) Unset() + func (v NullableTimeUnit) Get() *TimeUnit + func (v NullableTimeUnit) IsSet() bool + func (v NullableTimeUnit) MarshalJSON() ([]byte, error) + type NullableTimeWindow struct + func NewNullableTimeWindow(val *TimeWindow) *NullableTimeWindow + func (v *NullableTimeWindow) Set(val *TimeWindow) + func (v *NullableTimeWindow) UnmarshalJSON(src []byte) error + func (v *NullableTimeWindow) Unset() + func (v NullableTimeWindow) Get() *TimeWindow + func (v NullableTimeWindow) IsSet() bool + func (v NullableTimeWindow) MarshalJSON() ([]byte, error) + type NullableTmgi struct + func NewNullableTmgi(val *Tmgi) *NullableTmgi + func (v *NullableTmgi) Set(val *Tmgi) + func (v *NullableTmgi) UnmarshalJSON(src []byte) error + func (v *NullableTmgi) Unset() + func (v NullableTmgi) Get() *Tmgi + func (v NullableTmgi) IsSet() bool + func (v NullableTmgi) MarshalJSON() ([]byte, error) + type NullableTmgiRange struct + func NewNullableTmgiRange(val *TmgiRange) *NullableTmgiRange + func (v *NullableTmgiRange) Set(val *TmgiRange) + func (v *NullableTmgiRange) UnmarshalJSON(src []byte) error + func (v *NullableTmgiRange) Unset() + func (v NullableTmgiRange) Get() *TmgiRange + func (v NullableTmgiRange) IsSet() bool + func (v NullableTmgiRange) MarshalJSON() ([]byte, error) + type NullableTnapId struct + func NewNullableTnapId(val *TnapId) *NullableTnapId + func (v *NullableTnapId) Set(val *TnapId) + func (v *NullableTnapId) UnmarshalJSON(src []byte) error + func (v *NullableTnapId) Unset() + func (v NullableTnapId) Get() *TnapId + func (v NullableTnapId) IsSet() bool + func (v NullableTnapId) MarshalJSON() ([]byte, error) + type NullableTngfInfo struct + func NewNullableTngfInfo(val *TngfInfo) *NullableTngfInfo + func (v *NullableTngfInfo) Set(val *TngfInfo) + func (v *NullableTngfInfo) UnmarshalJSON(src []byte) error + func (v *NullableTngfInfo) Unset() + func (v NullableTngfInfo) Get() *TngfInfo + func (v NullableTngfInfo) IsSet() bool + func (v NullableTngfInfo) MarshalJSON() ([]byte, error) + type NullableTopApplication struct + func NewNullableTopApplication(val *TopApplication) *NullableTopApplication + func (v *NullableTopApplication) Set(val *TopApplication) + func (v *NullableTopApplication) UnmarshalJSON(src []byte) error + func (v *NullableTopApplication) Unset() + func (v NullableTopApplication) Get() *TopApplication + func (v NullableTopApplication) IsSet() bool + func (v NullableTopApplication) MarshalJSON() ([]byte, error) + type NullableTrafficCharacterization struct + func NewNullableTrafficCharacterization(val *TrafficCharacterization) *NullableTrafficCharacterization + func (v *NullableTrafficCharacterization) Set(val *TrafficCharacterization) + func (v *NullableTrafficCharacterization) UnmarshalJSON(src []byte) error + func (v *NullableTrafficCharacterization) Unset() + func (v NullableTrafficCharacterization) Get() *TrafficCharacterization + func (v NullableTrafficCharacterization) IsSet() bool + func (v NullableTrafficCharacterization) MarshalJSON() ([]byte, error) + type NullableTrafficInformation struct + func NewNullableTrafficInformation(val *TrafficInformation) *NullableTrafficInformation + func (v *NullableTrafficInformation) Set(val *TrafficInformation) + func (v *NullableTrafficInformation) UnmarshalJSON(src []byte) error + func (v *NullableTrafficInformation) Unset() + func (v NullableTrafficInformation) Get() *TrafficInformation + func (v NullableTrafficInformation) IsSet() bool + func (v NullableTrafficInformation) MarshalJSON() ([]byte, error) + type NullableTransactionInfo struct + func NewNullableTransactionInfo(val *TransactionInfo) *NullableTransactionInfo + func (v *NullableTransactionInfo) Set(val *TransactionInfo) + func (v *NullableTransactionInfo) UnmarshalJSON(src []byte) error + func (v *NullableTransactionInfo) Unset() + func (v NullableTransactionInfo) Get() *TransactionInfo + func (v NullableTransactionInfo) IsSet() bool + func (v NullableTransactionInfo) MarshalJSON() ([]byte, error) + type NullableTransactionMetric struct + func NewNullableTransactionMetric(val *TransactionMetric) *NullableTransactionMetric + func (v *NullableTransactionMetric) Set(val *TransactionMetric) + func (v *NullableTransactionMetric) UnmarshalJSON(src []byte) error + func (v *NullableTransactionMetric) Unset() + func (v NullableTransactionMetric) Get() *TransactionMetric + func (v NullableTransactionMetric) IsSet() bool + func (v NullableTransactionMetric) MarshalJSON() ([]byte, error) + type NullableTransportProtocol struct + func NewNullableTransportProtocol(val *TransportProtocol) *NullableTransportProtocol + func (v *NullableTransportProtocol) Set(val *TransportProtocol) + func (v *NullableTransportProtocol) UnmarshalJSON(src []byte) error + func (v *NullableTransportProtocol) Unset() + func (v NullableTransportProtocol) Get() *TransportProtocol + func (v NullableTransportProtocol) IsSet() bool + func (v NullableTransportProtocol) MarshalJSON() ([]byte, error) + type NullableTransportProtocol1 struct + func NewNullableTransportProtocol1(val *TransportProtocol1) *NullableTransportProtocol1 + func (v *NullableTransportProtocol1) Set(val *TransportProtocol1) + func (v *NullableTransportProtocol1) UnmarshalJSON(src []byte) error + func (v *NullableTransportProtocol1) Unset() + func (v NullableTransportProtocol1) Get() *TransportProtocol1 + func (v NullableTransportProtocol1) IsSet() bool + func (v NullableTransportProtocol1) MarshalJSON() ([]byte, error) + type NullableTrustAfInfo struct + func NewNullableTrustAfInfo(val *TrustAfInfo) *NullableTrustAfInfo + func (v *NullableTrustAfInfo) Set(val *TrustAfInfo) + func (v *NullableTrustAfInfo) UnmarshalJSON(src []byte) error + func (v *NullableTrustAfInfo) Unset() + func (v NullableTrustAfInfo) Get() *TrustAfInfo + func (v NullableTrustAfInfo) IsSet() bool + func (v NullableTrustAfInfo) MarshalJSON() ([]byte, error) + type NullableTsctsfInfo struct + func NewNullableTsctsfInfo(val *TsctsfInfo) *NullableTsctsfInfo + func (v *NullableTsctsfInfo) Set(val *TsctsfInfo) + func (v *NullableTsctsfInfo) UnmarshalJSON(src []byte) error + func (v *NullableTsctsfInfo) Unset() + func (v NullableTsctsfInfo) Get() *TsctsfInfo + func (v NullableTsctsfInfo) IsSet() bool + func (v NullableTsctsfInfo) MarshalJSON() ([]byte, error) + type NullableTwapId struct + func NewNullableTwapId(val *TwapId) *NullableTwapId + func (v *NullableTwapId) Set(val *TwapId) + func (v *NullableTwapId) UnmarshalJSON(src []byte) error + func (v *NullableTwapId) Unset() + func (v NullableTwapId) Get() *TwapId + func (v NullableTwapId) IsSet() bool + func (v NullableTwapId) MarshalJSON() ([]byte, error) + type NullableTwifInfo struct + func NewNullableTwifInfo(val *TwifInfo) *NullableTwifInfo + func (v *NullableTwifInfo) Set(val *TwifInfo) + func (v *NullableTwifInfo) UnmarshalJSON(src []byte) error + func (v *NullableTwifInfo) Unset() + func (v NullableTwifInfo) Get() *TwifInfo + func (v NullableTwifInfo) IsSet() bool + func (v NullableTwifInfo) MarshalJSON() ([]byte, error) + type NullableUEIdExt struct + func NewNullableUEIdExt(val *UEIdExt) *NullableUEIdExt + func (v *NullableUEIdExt) Set(val *UEIdExt) + func (v *NullableUEIdExt) UnmarshalJSON(src []byte) error + func (v *NullableUEIdExt) Unset() + func (v NullableUEIdExt) Get() *UEIdExt + func (v NullableUEIdExt) IsSet() bool + func (v NullableUEIdExt) MarshalJSON() ([]byte, error) + type NullableUPInterfaceType struct + func NewNullableUPInterfaceType(val *UPInterfaceType) *NullableUPInterfaceType + func (v *NullableUPInterfaceType) Set(val *UPInterfaceType) + func (v *NullableUPInterfaceType) UnmarshalJSON(src []byte) error + func (v *NullableUPInterfaceType) Unset() + func (v NullableUPInterfaceType) Get() *UPInterfaceType + func (v NullableUPInterfaceType) IsSet() bool + func (v NullableUPInterfaceType) MarshalJSON() ([]byte, error) + type NullableUdmInfo struct + func NewNullableUdmInfo(val *UdmInfo) *NullableUdmInfo + func (v *NullableUdmInfo) Set(val *UdmInfo) + func (v *NullableUdmInfo) UnmarshalJSON(src []byte) error + func (v *NullableUdmInfo) Unset() + func (v NullableUdmInfo) Get() *UdmInfo + func (v NullableUdmInfo) IsSet() bool + func (v NullableUdmInfo) MarshalJSON() ([]byte, error) + type NullableUdrInfo struct + func NewNullableUdrInfo(val *UdrInfo) *NullableUdrInfo + func (v *NullableUdrInfo) Set(val *UdrInfo) + func (v *NullableUdrInfo) UnmarshalJSON(src []byte) error + func (v *NullableUdrInfo) Unset() + func (v NullableUdrInfo) Get() *UdrInfo + func (v NullableUdrInfo) IsSet() bool + func (v NullableUdrInfo) MarshalJSON() ([]byte, error) + type NullableUdsfInfo struct + func NewNullableUdsfInfo(val *UdsfInfo) *NullableUdsfInfo + func (v *NullableUdsfInfo) Set(val *UdsfInfo) + func (v *NullableUdsfInfo) UnmarshalJSON(src []byte) error + func (v *NullableUdsfInfo) Unset() + func (v NullableUdsfInfo) Get() *UdsfInfo + func (v NullableUdsfInfo) IsSet() bool + func (v NullableUdsfInfo) MarshalJSON() ([]byte, error) + type NullableUeAccessBehaviorReportItem struct + func NewNullableUeAccessBehaviorReportItem(val *UeAccessBehaviorReportItem) *NullableUeAccessBehaviorReportItem + func (v *NullableUeAccessBehaviorReportItem) Set(val *UeAccessBehaviorReportItem) + func (v *NullableUeAccessBehaviorReportItem) UnmarshalJSON(src []byte) error + func (v *NullableUeAccessBehaviorReportItem) Unset() + func (v NullableUeAccessBehaviorReportItem) Get() *UeAccessBehaviorReportItem + func (v NullableUeAccessBehaviorReportItem) IsSet() bool + func (v NullableUeAccessBehaviorReportItem) MarshalJSON() ([]byte, error) + type NullableUeCommunication struct + func NewNullableUeCommunication(val *UeCommunication) *NullableUeCommunication + func (v *NullableUeCommunication) Set(val *UeCommunication) + func (v *NullableUeCommunication) UnmarshalJSON(src []byte) error + func (v *NullableUeCommunication) Unset() + func (v NullableUeCommunication) Get() *UeCommunication + func (v NullableUeCommunication) IsSet() bool + func (v NullableUeCommunication) MarshalJSON() ([]byte, error) + type NullableUeCommunicationCollection struct + func NewNullableUeCommunicationCollection(val *UeCommunicationCollection) *NullableUeCommunicationCollection + func (v *NullableUeCommunicationCollection) Set(val *UeCommunicationCollection) + func (v *NullableUeCommunicationCollection) UnmarshalJSON(src []byte) error + func (v *NullableUeCommunicationCollection) Unset() + func (v NullableUeCommunicationCollection) Get() *UeCommunicationCollection + func (v NullableUeCommunicationCollection) IsSet() bool + func (v NullableUeCommunicationCollection) MarshalJSON() ([]byte, error) + type NullableUeCommunicationInfo struct + func NewNullableUeCommunicationInfo(val *UeCommunicationInfo) *NullableUeCommunicationInfo + func (v *NullableUeCommunicationInfo) Set(val *UeCommunicationInfo) + func (v *NullableUeCommunicationInfo) UnmarshalJSON(src []byte) error + func (v *NullableUeCommunicationInfo) Unset() + func (v NullableUeCommunicationInfo) Get() *UeCommunicationInfo + func (v NullableUeCommunicationInfo) IsSet() bool + func (v NullableUeCommunicationInfo) MarshalJSON() ([]byte, error) + type NullableUeLocationTrendsReportItem struct + func NewNullableUeLocationTrendsReportItem(val *UeLocationTrendsReportItem) *NullableUeLocationTrendsReportItem + func (v *NullableUeLocationTrendsReportItem) Set(val *UeLocationTrendsReportItem) + func (v *NullableUeLocationTrendsReportItem) UnmarshalJSON(src []byte) error + func (v *NullableUeLocationTrendsReportItem) Unset() + func (v NullableUeLocationTrendsReportItem) Get() *UeLocationTrendsReportItem + func (v NullableUeLocationTrendsReportItem) IsSet() bool + func (v NullableUeLocationTrendsReportItem) MarshalJSON() ([]byte, error) + type NullableUeMobility struct + func NewNullableUeMobility(val *UeMobility) *NullableUeMobility + func (v *NullableUeMobility) Set(val *UeMobility) + func (v *NullableUeMobility) UnmarshalJSON(src []byte) error + func (v *NullableUeMobility) Unset() + func (v NullableUeMobility) Get() *UeMobility + func (v NullableUeMobility) IsSet() bool + func (v NullableUeMobility) MarshalJSON() ([]byte, error) + type NullableUeMobilityCollection struct + func NewNullableUeMobilityCollection(val *UeMobilityCollection) *NullableUeMobilityCollection + func (v *NullableUeMobilityCollection) Set(val *UeMobilityCollection) + func (v *NullableUeMobilityCollection) UnmarshalJSON(src []byte) error + func (v *NullableUeMobilityCollection) Unset() + func (v NullableUeMobilityCollection) Get() *UeMobilityCollection + func (v NullableUeMobilityCollection) IsSet() bool + func (v NullableUeMobilityCollection) MarshalJSON() ([]byte, error) + type NullableUeMobilityInfo struct + func NewNullableUeMobilityInfo(val *UeMobilityInfo) *NullableUeMobilityInfo + func (v *NullableUeMobilityInfo) Set(val *UeMobilityInfo) + func (v *NullableUeMobilityInfo) UnmarshalJSON(src []byte) error + func (v *NullableUeMobilityInfo) Unset() + func (v NullableUeMobilityInfo) Get() *UeMobilityInfo + func (v NullableUeMobilityInfo) IsSet() bool + func (v NullableUeMobilityInfo) MarshalJSON() ([]byte, error) + type NullableUeReachability struct + func NewNullableUeReachability(val *UeReachability) *NullableUeReachability + func (v *NullableUeReachability) Set(val *UeReachability) + func (v *NullableUeReachability) UnmarshalJSON(src []byte) error + func (v *NullableUeReachability) Unset() + func (v NullableUeReachability) Get() *UeReachability + func (v NullableUeReachability) IsSet() bool + func (v NullableUeReachability) MarshalJSON() ([]byte, error) + type NullableUeTrajectoryCollection struct + func NewNullableUeTrajectoryCollection(val *UeTrajectoryCollection) *NullableUeTrajectoryCollection + func (v *NullableUeTrajectoryCollection) Set(val *UeTrajectoryCollection) + func (v *NullableUeTrajectoryCollection) UnmarshalJSON(src []byte) error + func (v *NullableUeTrajectoryCollection) Unset() + func (v NullableUeTrajectoryCollection) Get() *UeTrajectoryCollection + func (v NullableUeTrajectoryCollection) IsSet() bool + func (v NullableUeTrajectoryCollection) MarshalJSON() ([]byte, error) + type NullableUeTrajectoryInfo struct + func NewNullableUeTrajectoryInfo(val *UeTrajectoryInfo) *NullableUeTrajectoryInfo + func (v *NullableUeTrajectoryInfo) Set(val *UeTrajectoryInfo) + func (v *NullableUeTrajectoryInfo) UnmarshalJSON(src []byte) error + func (v *NullableUeTrajectoryInfo) Unset() + func (v NullableUeTrajectoryInfo) Get() *UeTrajectoryInfo + func (v NullableUeTrajectoryInfo) IsSet() bool + func (v NullableUeTrajectoryInfo) MarshalJSON() ([]byte, error) + type NullableUnTrustAfInfo struct + func NewNullableUnTrustAfInfo(val *UnTrustAfInfo) *NullableUnTrustAfInfo + func (v *NullableUnTrustAfInfo) Set(val *UnTrustAfInfo) + func (v *NullableUnTrustAfInfo) UnmarshalJSON(src []byte) error + func (v *NullableUnTrustAfInfo) Unset() + func (v NullableUnTrustAfInfo) Get() *UnTrustAfInfo + func (v NullableUnTrustAfInfo) IsSet() bool + func (v NullableUnTrustAfInfo) MarshalJSON() ([]byte, error) + type NullableUncertaintyEllipse struct + func NewNullableUncertaintyEllipse(val *UncertaintyEllipse) *NullableUncertaintyEllipse + func (v *NullableUncertaintyEllipse) Set(val *UncertaintyEllipse) + func (v *NullableUncertaintyEllipse) UnmarshalJSON(src []byte) error + func (v *NullableUncertaintyEllipse) Unset() + func (v NullableUncertaintyEllipse) Get() *UncertaintyEllipse + func (v NullableUncertaintyEllipse) IsSet() bool + func (v NullableUncertaintyEllipse) MarshalJSON() ([]byte, error) + type NullableUncertaintyEllipsoid struct + func NewNullableUncertaintyEllipsoid(val *UncertaintyEllipsoid) *NullableUncertaintyEllipsoid + func (v *NullableUncertaintyEllipsoid) Set(val *UncertaintyEllipsoid) + func (v *NullableUncertaintyEllipsoid) UnmarshalJSON(src []byte) error + func (v *NullableUncertaintyEllipsoid) Unset() + func (v NullableUncertaintyEllipsoid) Get() *UncertaintyEllipsoid + func (v NullableUncertaintyEllipsoid) IsSet() bool + func (v NullableUncertaintyEllipsoid) MarshalJSON() ([]byte, error) + type NullableUpfCond struct + func NewNullableUpfCond(val *UpfCond) *NullableUpfCond + func (v *NullableUpfCond) Set(val *UpfCond) + func (v *NullableUpfCond) UnmarshalJSON(src []byte) error + func (v *NullableUpfCond) Unset() + func (v NullableUpfCond) Get() *UpfCond + func (v NullableUpfCond) IsSet() bool + func (v NullableUpfCond) MarshalJSON() ([]byte, error) + type NullableUpfInfo struct + func NewNullableUpfInfo(val *UpfInfo) *NullableUpfInfo + func (v *NullableUpfInfo) Set(val *UpfInfo) + func (v *NullableUpfInfo) UnmarshalJSON(src []byte) error + func (v *NullableUpfInfo) Unset() + func (v NullableUpfInfo) Get() *UpfInfo + func (v NullableUpfInfo) IsSet() bool + func (v NullableUpfInfo) MarshalJSON() ([]byte, error) + type NullableUpfInformation struct + func NewNullableUpfInformation(val *UpfInformation) *NullableUpfInformation + func (v *NullableUpfInformation) Set(val *UpfInformation) + func (v *NullableUpfInformation) UnmarshalJSON(src []byte) error + func (v *NullableUpfInformation) Unset() + func (v NullableUpfInformation) Get() *UpfInformation + func (v NullableUpfInformation) IsSet() bool + func (v NullableUpfInformation) MarshalJSON() ([]byte, error) + type NullableUriScheme struct + func NewNullableUriScheme(val *UriScheme) *NullableUriScheme + func (v *NullableUriScheme) Set(val *UriScheme) + func (v *NullableUriScheme) UnmarshalJSON(src []byte) error + func (v *NullableUriScheme) Unset() + func (v NullableUriScheme) Get() *UriScheme + func (v NullableUriScheme) IsSet() bool + func (v NullableUriScheme) MarshalJSON() ([]byte, error) + type NullableUsageThreshold struct + func NewNullableUsageThreshold(val *UsageThreshold) *NullableUsageThreshold + func (v *NullableUsageThreshold) Set(val *UsageThreshold) + func (v *NullableUsageThreshold) UnmarshalJSON(src []byte) error + func (v *NullableUsageThreshold) Unset() + func (v NullableUsageThreshold) Get() *UsageThreshold + func (v NullableUsageThreshold) IsSet() bool + func (v NullableUsageThreshold) MarshalJSON() ([]byte, error) + type NullableUserDataCongestionCollection struct + func NewNullableUserDataCongestionCollection(val *UserDataCongestionCollection) *NullableUserDataCongestionCollection + func (v *NullableUserDataCongestionCollection) Set(val *UserDataCongestionCollection) + func (v *NullableUserDataCongestionCollection) UnmarshalJSON(src []byte) error + func (v *NullableUserDataCongestionCollection) Unset() + func (v NullableUserDataCongestionCollection) Get() *UserDataCongestionCollection + func (v NullableUserDataCongestionCollection) IsSet() bool + func (v NullableUserDataCongestionCollection) MarshalJSON() ([]byte, error) + type NullableUserDataCongestionInfo struct + func NewNullableUserDataCongestionInfo(val *UserDataCongestionInfo) *NullableUserDataCongestionInfo + func (v *NullableUserDataCongestionInfo) Set(val *UserDataCongestionInfo) + func (v *NullableUserDataCongestionInfo) UnmarshalJSON(src []byte) error + func (v *NullableUserDataCongestionInfo) Unset() + func (v NullableUserDataCongestionInfo) Get() *UserDataCongestionInfo + func (v NullableUserDataCongestionInfo) IsSet() bool + func (v NullableUserDataCongestionInfo) MarshalJSON() ([]byte, error) + type NullableUserLocation struct + func NewNullableUserLocation(val *UserLocation) *NullableUserLocation + func (v *NullableUserLocation) Set(val *UserLocation) + func (v *NullableUserLocation) UnmarshalJSON(src []byte) error + func (v *NullableUserLocation) Unset() + func (v NullableUserLocation) Get() *UserLocation + func (v NullableUserLocation) IsSet() bool + func (v NullableUserLocation) 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 NullableV2xCapability struct + func NewNullableV2xCapability(val *V2xCapability) *NullableV2xCapability + func (v *NullableV2xCapability) Set(val *V2xCapability) + func (v *NullableV2xCapability) UnmarshalJSON(src []byte) error + func (v *NullableV2xCapability) Unset() + func (v NullableV2xCapability) Get() *V2xCapability + func (v NullableV2xCapability) IsSet() bool + func (v NullableV2xCapability) MarshalJSON() ([]byte, error) + type NullableVendorSpecificFeature struct + func NewNullableVendorSpecificFeature(val *VendorSpecificFeature) *NullableVendorSpecificFeature + func (v *NullableVendorSpecificFeature) Set(val *VendorSpecificFeature) + func (v *NullableVendorSpecificFeature) UnmarshalJSON(src []byte) error + func (v *NullableVendorSpecificFeature) Unset() + func (v NullableVendorSpecificFeature) Get() *VendorSpecificFeature + func (v NullableVendorSpecificFeature) IsSet() bool + func (v NullableVendorSpecificFeature) MarshalJSON() ([]byte, error) + type NullableWAgfInfo struct + func NewNullableWAgfInfo(val *WAgfInfo) *NullableWAgfInfo + func (v *NullableWAgfInfo) Set(val *WAgfInfo) + func (v *NullableWAgfInfo) UnmarshalJSON(src []byte) error + func (v *NullableWAgfInfo) Unset() + func (v NullableWAgfInfo) Get() *WAgfInfo + func (v NullableWAgfInfo) IsSet() bool + func (v NullableWAgfInfo) MarshalJSON() ([]byte, error) + type NullableWlanPerSsIdPerformanceInfo struct + func NewNullableWlanPerSsIdPerformanceInfo(val *WlanPerSsIdPerformanceInfo) *NullableWlanPerSsIdPerformanceInfo + func (v *NullableWlanPerSsIdPerformanceInfo) Set(val *WlanPerSsIdPerformanceInfo) + func (v *NullableWlanPerSsIdPerformanceInfo) UnmarshalJSON(src []byte) error + func (v *NullableWlanPerSsIdPerformanceInfo) Unset() + func (v NullableWlanPerSsIdPerformanceInfo) Get() *WlanPerSsIdPerformanceInfo + func (v NullableWlanPerSsIdPerformanceInfo) IsSet() bool + func (v NullableWlanPerSsIdPerformanceInfo) MarshalJSON() ([]byte, error) + type NullableWlanPerTsPerformanceInfo struct + func NewNullableWlanPerTsPerformanceInfo(val *WlanPerTsPerformanceInfo) *NullableWlanPerTsPerformanceInfo + func (v *NullableWlanPerTsPerformanceInfo) Set(val *WlanPerTsPerformanceInfo) + func (v *NullableWlanPerTsPerformanceInfo) UnmarshalJSON(src []byte) error + func (v *NullableWlanPerTsPerformanceInfo) Unset() + func (v NullableWlanPerTsPerformanceInfo) Get() *WlanPerTsPerformanceInfo + func (v NullableWlanPerTsPerformanceInfo) IsSet() bool + func (v NullableWlanPerTsPerformanceInfo) MarshalJSON() ([]byte, error) + type NullableWlanPerformanceInfo struct + func NewNullableWlanPerformanceInfo(val *WlanPerformanceInfo) *NullableWlanPerformanceInfo + func (v *NullableWlanPerformanceInfo) Set(val *WlanPerformanceInfo) + func (v *NullableWlanPerformanceInfo) UnmarshalJSON(src []byte) error + func (v *NullableWlanPerformanceInfo) Unset() + func (v NullableWlanPerformanceInfo) Get() *WlanPerformanceInfo + func (v NullableWlanPerformanceInfo) IsSet() bool + func (v NullableWlanPerformanceInfo) MarshalJSON() ([]byte, error) + type NumberAverage struct + Number float32 + Skewness *float32 + Variance float32 + func NewNumberAverage(number float32, variance float32) *NumberAverage + func NewNumberAverageWithDefaults() *NumberAverage + func (o *NumberAverage) GetNumber() float32 + func (o *NumberAverage) GetNumberOk() (*float32, bool) + func (o *NumberAverage) GetSkewness() float32 + func (o *NumberAverage) GetSkewnessOk() (*float32, bool) + func (o *NumberAverage) GetVariance() float32 + func (o *NumberAverage) GetVarianceOk() (*float32, bool) + func (o *NumberAverage) HasSkewness() bool + func (o *NumberAverage) SetNumber(v float32) + func (o *NumberAverage) SetSkewness(v float32) + func (o *NumberAverage) SetVariance(v float32) + func (o NumberAverage) MarshalJSON() ([]byte, error) + func (o NumberAverage) ToMap() (map[string]interface{}, error) + type NwdafCapability struct + AnalyticsAggregation *bool + AnalyticsMetadataProvisioning *bool + func NewNwdafCapability() *NwdafCapability + func NewNwdafCapabilityWithDefaults() *NwdafCapability + func (o *NwdafCapability) GetAnalyticsAggregation() bool + func (o *NwdafCapability) GetAnalyticsAggregationOk() (*bool, bool) + func (o *NwdafCapability) GetAnalyticsMetadataProvisioning() bool + func (o *NwdafCapability) GetAnalyticsMetadataProvisioningOk() (*bool, bool) + func (o *NwdafCapability) HasAnalyticsAggregation() bool + func (o *NwdafCapability) HasAnalyticsMetadataProvisioning() bool + func (o *NwdafCapability) SetAnalyticsAggregation(v bool) + func (o *NwdafCapability) SetAnalyticsMetadataProvisioning(v bool) + func (o NwdafCapability) MarshalJSON() ([]byte, error) + func (o NwdafCapability) ToMap() (map[string]interface{}, error) + type NwdafCond struct + AnalyticsIds []string + ConditionType string + MlAnalyticsList []MlAnalyticsInfo + ServingNfSetIdList []string + ServingNfTypeList []NFType + SnssaiList []Snssai + TaiList []Tai + TaiRangeList []TaiRange + func NewNwdafCond(conditionType string) *NwdafCond + func NewNwdafCondWithDefaults() *NwdafCond + func (o *NwdafCond) GetAnalyticsIds() []string + func (o *NwdafCond) GetAnalyticsIdsOk() ([]string, bool) + func (o *NwdafCond) GetConditionType() string + func (o *NwdafCond) GetConditionTypeOk() (*string, bool) + func (o *NwdafCond) GetMlAnalyticsList() []MlAnalyticsInfo + func (o *NwdafCond) GetMlAnalyticsListOk() ([]MlAnalyticsInfo, bool) + func (o *NwdafCond) GetServingNfSetIdList() []string + func (o *NwdafCond) GetServingNfSetIdListOk() ([]string, bool) + func (o *NwdafCond) GetServingNfTypeList() []NFType + func (o *NwdafCond) GetServingNfTypeListOk() ([]NFType, bool) + func (o *NwdafCond) GetSnssaiList() []Snssai + func (o *NwdafCond) GetSnssaiListOk() ([]Snssai, bool) + func (o *NwdafCond) GetTaiList() []Tai + func (o *NwdafCond) GetTaiListOk() ([]Tai, bool) + func (o *NwdafCond) GetTaiRangeList() []TaiRange + func (o *NwdafCond) GetTaiRangeListOk() ([]TaiRange, bool) + func (o *NwdafCond) HasAnalyticsIds() bool + func (o *NwdafCond) HasMlAnalyticsList() bool + func (o *NwdafCond) HasServingNfSetIdList() bool + func (o *NwdafCond) HasServingNfTypeList() bool + func (o *NwdafCond) HasSnssaiList() bool + func (o *NwdafCond) HasTaiList() bool + func (o *NwdafCond) HasTaiRangeList() bool + func (o *NwdafCond) SetAnalyticsIds(v []string) + func (o *NwdafCond) SetConditionType(v string) + func (o *NwdafCond) SetMlAnalyticsList(v []MlAnalyticsInfo) + func (o *NwdafCond) SetServingNfSetIdList(v []string) + func (o *NwdafCond) SetServingNfTypeList(v []NFType) + func (o *NwdafCond) SetSnssaiList(v []Snssai) + func (o *NwdafCond) SetTaiList(v []Tai) + func (o *NwdafCond) SetTaiRangeList(v []TaiRange) + func (o NwdafCond) MarshalJSON() ([]byte, error) + func (o NwdafCond) ToMap() (map[string]interface{}, error) + type NwdafEvent struct + String *string + func (dst *NwdafEvent) UnmarshalJSON(data []byte) error + func (src *NwdafEvent) MarshalJSON() ([]byte, error) + type NwdafFailureCode struct + String *string + func (dst *NwdafFailureCode) UnmarshalJSON(data []byte) error + func (src *NwdafFailureCode) MarshalJSON() ([]byte, error) + type NwdafInfo struct + AnalyticsDelay *int32 + EventIds []EventId + MlAnalyticsList []MlAnalyticsInfo + NwdafCapability *NwdafCapability + NwdafEvents []NwdafEvent + ServingNfSetIdList []string + ServingNfTypeList []NFType + TaiList []Tai + TaiRangeList []TaiRange + func NewNwdafInfo() *NwdafInfo + func NewNwdafInfoWithDefaults() *NwdafInfo + func (o *NwdafInfo) GetAnalyticsDelay() int32 + func (o *NwdafInfo) GetAnalyticsDelayOk() (*int32, bool) + func (o *NwdafInfo) GetEventIds() []EventId + func (o *NwdafInfo) GetEventIdsOk() ([]EventId, bool) + func (o *NwdafInfo) GetMlAnalyticsList() []MlAnalyticsInfo + func (o *NwdafInfo) GetMlAnalyticsListOk() ([]MlAnalyticsInfo, bool) + func (o *NwdafInfo) GetNwdafCapability() NwdafCapability + func (o *NwdafInfo) GetNwdafCapabilityOk() (*NwdafCapability, bool) + func (o *NwdafInfo) GetNwdafEvents() []NwdafEvent + func (o *NwdafInfo) GetNwdafEventsOk() ([]NwdafEvent, bool) + func (o *NwdafInfo) GetServingNfSetIdList() []string + func (o *NwdafInfo) GetServingNfSetIdListOk() ([]string, bool) + func (o *NwdafInfo) GetServingNfTypeList() []NFType + func (o *NwdafInfo) GetServingNfTypeListOk() ([]NFType, bool) + func (o *NwdafInfo) GetTaiList() []Tai + func (o *NwdafInfo) GetTaiListOk() ([]Tai, bool) + func (o *NwdafInfo) GetTaiRangeList() []TaiRange + func (o *NwdafInfo) GetTaiRangeListOk() ([]TaiRange, bool) + func (o *NwdafInfo) HasAnalyticsDelay() bool + func (o *NwdafInfo) HasEventIds() bool + func (o *NwdafInfo) HasMlAnalyticsList() bool + func (o *NwdafInfo) HasNwdafCapability() bool + func (o *NwdafInfo) HasNwdafEvents() bool + func (o *NwdafInfo) HasServingNfSetIdList() bool + func (o *NwdafInfo) HasServingNfTypeList() bool + func (o *NwdafInfo) HasTaiList() bool + func (o *NwdafInfo) HasTaiRangeList() bool + func (o *NwdafInfo) SetAnalyticsDelay(v int32) + func (o *NwdafInfo) SetEventIds(v []EventId) + func (o *NwdafInfo) SetMlAnalyticsList(v []MlAnalyticsInfo) + func (o *NwdafInfo) SetNwdafCapability(v NwdafCapability) + func (o *NwdafInfo) SetNwdafEvents(v []NwdafEvent) + func (o *NwdafInfo) SetServingNfSetIdList(v []string) + func (o *NwdafInfo) SetServingNfTypeList(v []NFType) + func (o *NwdafInfo) SetTaiList(v []Tai) + func (o *NwdafInfo) SetTaiRangeList(v []TaiRange) + func (o NwdafInfo) MarshalJSON() ([]byte, error) + func (o NwdafInfo) ToMap() (map[string]interface{}, error) + type ObservedRedundantTransExp struct + AvgPktDelayDl *int32 + AvgPktDelayUl *int32 + AvgPktDropRateDl *int32 + AvgPktDropRateUl *int32 + VarPktDelayDl *float32 + VarPktDelayUl *float32 + VarPktDropRateDl *float32 + VarPktDropRateUl *float32 + func NewObservedRedundantTransExp() *ObservedRedundantTransExp + func NewObservedRedundantTransExpWithDefaults() *ObservedRedundantTransExp + func (o *ObservedRedundantTransExp) GetAvgPktDelayDl() int32 + func (o *ObservedRedundantTransExp) GetAvgPktDelayDlOk() (*int32, bool) + func (o *ObservedRedundantTransExp) GetAvgPktDelayUl() int32 + func (o *ObservedRedundantTransExp) GetAvgPktDelayUlOk() (*int32, bool) + func (o *ObservedRedundantTransExp) GetAvgPktDropRateDl() int32 + func (o *ObservedRedundantTransExp) GetAvgPktDropRateDlOk() (*int32, bool) + func (o *ObservedRedundantTransExp) GetAvgPktDropRateUl() int32 + func (o *ObservedRedundantTransExp) GetAvgPktDropRateUlOk() (*int32, bool) + func (o *ObservedRedundantTransExp) GetVarPktDelayDl() float32 + func (o *ObservedRedundantTransExp) GetVarPktDelayDlOk() (*float32, bool) + func (o *ObservedRedundantTransExp) GetVarPktDelayUl() float32 + func (o *ObservedRedundantTransExp) GetVarPktDelayUlOk() (*float32, bool) + func (o *ObservedRedundantTransExp) GetVarPktDropRateDl() float32 + func (o *ObservedRedundantTransExp) GetVarPktDropRateDlOk() (*float32, bool) + func (o *ObservedRedundantTransExp) GetVarPktDropRateUl() float32 + func (o *ObservedRedundantTransExp) GetVarPktDropRateUlOk() (*float32, bool) + func (o *ObservedRedundantTransExp) HasAvgPktDelayDl() bool + func (o *ObservedRedundantTransExp) HasAvgPktDelayUl() bool + func (o *ObservedRedundantTransExp) HasAvgPktDropRateDl() bool + func (o *ObservedRedundantTransExp) HasAvgPktDropRateUl() bool + func (o *ObservedRedundantTransExp) HasVarPktDelayDl() bool + func (o *ObservedRedundantTransExp) HasVarPktDelayUl() bool + func (o *ObservedRedundantTransExp) HasVarPktDropRateDl() bool + func (o *ObservedRedundantTransExp) HasVarPktDropRateUl() bool + func (o *ObservedRedundantTransExp) SetAvgPktDelayDl(v int32) + func (o *ObservedRedundantTransExp) SetAvgPktDelayUl(v int32) + func (o *ObservedRedundantTransExp) SetAvgPktDropRateDl(v int32) + func (o *ObservedRedundantTransExp) SetAvgPktDropRateUl(v int32) + func (o *ObservedRedundantTransExp) SetVarPktDelayDl(v float32) + func (o *ObservedRedundantTransExp) SetVarPktDelayUl(v float32) + func (o *ObservedRedundantTransExp) SetVarPktDropRateDl(v float32) + func (o *ObservedRedundantTransExp) SetVarPktDropRateUl(v float32) + func (o ObservedRedundantTransExp) MarshalJSON() ([]byte, error) + func (o ObservedRedundantTransExp) ToMap() (map[string]interface{}, error) + type OutputStrategy struct + String *string + func (dst *OutputStrategy) UnmarshalJSON(data []byte) error + func (src *OutputStrategy) MarshalJSON() ([]byte, error) + type PcfInfo struct + DnnList []string + GpsiRanges []IdentityRange + GroupId *string + ProseCapability *ProSeCapability + ProseSupportInd *bool + RxDiamHost *string + RxDiamRealm *string + SupiRanges []SupiRange + V2xCapability *V2xCapability + V2xSupportInd *bool + func NewPcfInfo() *PcfInfo + func NewPcfInfoWithDefaults() *PcfInfo + func (o *PcfInfo) GetDnnList() []string + func (o *PcfInfo) GetDnnListOk() ([]string, bool) + func (o *PcfInfo) GetGpsiRanges() []IdentityRange + func (o *PcfInfo) GetGpsiRangesOk() ([]IdentityRange, bool) + func (o *PcfInfo) GetGroupId() string + func (o *PcfInfo) GetGroupIdOk() (*string, bool) + func (o *PcfInfo) GetProseCapability() ProSeCapability + func (o *PcfInfo) GetProseCapabilityOk() (*ProSeCapability, bool) + func (o *PcfInfo) GetProseSupportInd() bool + func (o *PcfInfo) GetProseSupportIndOk() (*bool, bool) + func (o *PcfInfo) GetRxDiamHost() string + func (o *PcfInfo) GetRxDiamHostOk() (*string, bool) + func (o *PcfInfo) GetRxDiamRealm() string + func (o *PcfInfo) GetRxDiamRealmOk() (*string, bool) + func (o *PcfInfo) GetSupiRanges() []SupiRange + func (o *PcfInfo) GetSupiRangesOk() ([]SupiRange, bool) + func (o *PcfInfo) GetV2xCapability() V2xCapability + func (o *PcfInfo) GetV2xCapabilityOk() (*V2xCapability, bool) + func (o *PcfInfo) GetV2xSupportInd() bool + func (o *PcfInfo) GetV2xSupportIndOk() (*bool, bool) + func (o *PcfInfo) HasDnnList() bool + func (o *PcfInfo) HasGpsiRanges() bool + func (o *PcfInfo) HasGroupId() bool + func (o *PcfInfo) HasProseCapability() bool + func (o *PcfInfo) HasProseSupportInd() bool + func (o *PcfInfo) HasRxDiamHost() bool + func (o *PcfInfo) HasRxDiamRealm() bool + func (o *PcfInfo) HasSupiRanges() bool + func (o *PcfInfo) HasV2xCapability() bool + func (o *PcfInfo) HasV2xSupportInd() bool + func (o *PcfInfo) SetDnnList(v []string) + func (o *PcfInfo) SetGpsiRanges(v []IdentityRange) + func (o *PcfInfo) SetGroupId(v string) + func (o *PcfInfo) SetProseCapability(v ProSeCapability) + func (o *PcfInfo) SetProseSupportInd(v bool) + func (o *PcfInfo) SetRxDiamHost(v string) + func (o *PcfInfo) SetRxDiamRealm(v string) + func (o *PcfInfo) SetSupiRanges(v []SupiRange) + func (o *PcfInfo) SetV2xCapability(v V2xCapability) + func (o *PcfInfo) SetV2xSupportInd(v bool) + func (o PcfInfo) MarshalJSON() ([]byte, error) + func (o PcfInfo) ToMap() (map[string]interface{}, error) + type PcscfInfo struct + AccessType []AccessType + DnnList []string + GmFqdn *string + GmIpv4Addresses []string + GmIpv6Addresses []Ipv6Addr + MwFqdn *string + MwIpv4Addresses []string + MwIpv6Addresses []Ipv6Addr + ServedIpv4AddressRanges []Ipv4AddressRange + ServedIpv6PrefixRanges []Ipv6PrefixRange + func NewPcscfInfo() *PcscfInfo + func NewPcscfInfoWithDefaults() *PcscfInfo + func (o *PcscfInfo) GetAccessType() []AccessType + func (o *PcscfInfo) GetAccessTypeOk() ([]AccessType, bool) + func (o *PcscfInfo) GetDnnList() []string + func (o *PcscfInfo) GetDnnListOk() ([]string, bool) + func (o *PcscfInfo) GetGmFqdn() string + func (o *PcscfInfo) GetGmFqdnOk() (*string, bool) + func (o *PcscfInfo) GetGmIpv4Addresses() []string + func (o *PcscfInfo) GetGmIpv4AddressesOk() ([]string, bool) + func (o *PcscfInfo) GetGmIpv6Addresses() []Ipv6Addr + func (o *PcscfInfo) GetGmIpv6AddressesOk() ([]Ipv6Addr, bool) + func (o *PcscfInfo) GetMwFqdn() string + func (o *PcscfInfo) GetMwFqdnOk() (*string, bool) + func (o *PcscfInfo) GetMwIpv4Addresses() []string + func (o *PcscfInfo) GetMwIpv4AddressesOk() ([]string, bool) + func (o *PcscfInfo) GetMwIpv6Addresses() []Ipv6Addr + func (o *PcscfInfo) GetMwIpv6AddressesOk() ([]Ipv6Addr, bool) + func (o *PcscfInfo) GetServedIpv4AddressRanges() []Ipv4AddressRange + func (o *PcscfInfo) GetServedIpv4AddressRangesOk() ([]Ipv4AddressRange, bool) + func (o *PcscfInfo) GetServedIpv6PrefixRanges() []Ipv6PrefixRange + func (o *PcscfInfo) GetServedIpv6PrefixRangesOk() ([]Ipv6PrefixRange, bool) + func (o *PcscfInfo) HasAccessType() bool + func (o *PcscfInfo) HasDnnList() bool + func (o *PcscfInfo) HasGmFqdn() bool + func (o *PcscfInfo) HasGmIpv4Addresses() bool + func (o *PcscfInfo) HasGmIpv6Addresses() bool + func (o *PcscfInfo) HasMwFqdn() bool + func (o *PcscfInfo) HasMwIpv4Addresses() bool + func (o *PcscfInfo) HasMwIpv6Addresses() bool + func (o *PcscfInfo) HasServedIpv4AddressRanges() bool + func (o *PcscfInfo) HasServedIpv6PrefixRanges() bool + func (o *PcscfInfo) SetAccessType(v []AccessType) + func (o *PcscfInfo) SetDnnList(v []string) + func (o *PcscfInfo) SetGmFqdn(v string) + func (o *PcscfInfo) SetGmIpv4Addresses(v []string) + func (o *PcscfInfo) SetGmIpv6Addresses(v []Ipv6Addr) + func (o *PcscfInfo) SetMwFqdn(v string) + func (o *PcscfInfo) SetMwIpv4Addresses(v []string) + func (o *PcscfInfo) SetMwIpv6Addresses(v []Ipv6Addr) + func (o *PcscfInfo) SetServedIpv4AddressRanges(v []Ipv4AddressRange) + func (o *PcscfInfo) SetServedIpv6PrefixRanges(v []Ipv6PrefixRange) + func (o PcscfInfo) MarshalJSON() ([]byte, error) + func (o PcscfInfo) ToMap() (map[string]interface{}, error) + type PdnConnectivityStatReport struct + Dnn *string + Ipv4Addr *string + Ipv6Addrs []Ipv6Addr + Ipv6Prefixes []Ipv6Prefix + PdnConnStat PdnConnectivityStatus + PduSeId *int32 + PduSessType *PduSessionType + func NewPdnConnectivityStatReport(pdnConnStat PdnConnectivityStatus) *PdnConnectivityStatReport + func NewPdnConnectivityStatReportWithDefaults() *PdnConnectivityStatReport + func (o *PdnConnectivityStatReport) GetDnn() string + func (o *PdnConnectivityStatReport) GetDnnOk() (*string, bool) + func (o *PdnConnectivityStatReport) GetIpv4Addr() string + func (o *PdnConnectivityStatReport) GetIpv4AddrOk() (*string, bool) + func (o *PdnConnectivityStatReport) GetIpv6Addrs() []Ipv6Addr + func (o *PdnConnectivityStatReport) GetIpv6AddrsOk() ([]Ipv6Addr, bool) + func (o *PdnConnectivityStatReport) GetIpv6Prefixes() []Ipv6Prefix + func (o *PdnConnectivityStatReport) GetIpv6PrefixesOk() ([]Ipv6Prefix, bool) + func (o *PdnConnectivityStatReport) GetPdnConnStat() PdnConnectivityStatus + func (o *PdnConnectivityStatReport) GetPdnConnStatOk() (*PdnConnectivityStatus, bool) + func (o *PdnConnectivityStatReport) GetPduSeId() int32 + func (o *PdnConnectivityStatReport) GetPduSeIdOk() (*int32, bool) + func (o *PdnConnectivityStatReport) GetPduSessType() PduSessionType + func (o *PdnConnectivityStatReport) GetPduSessTypeOk() (*PduSessionType, bool) + func (o *PdnConnectivityStatReport) HasDnn() bool + func (o *PdnConnectivityStatReport) HasIpv4Addr() bool + func (o *PdnConnectivityStatReport) HasIpv6Addrs() bool + func (o *PdnConnectivityStatReport) HasIpv6Prefixes() bool + func (o *PdnConnectivityStatReport) HasPduSeId() bool + func (o *PdnConnectivityStatReport) HasPduSessType() bool + func (o *PdnConnectivityStatReport) SetDnn(v string) + func (o *PdnConnectivityStatReport) SetIpv4Addr(v string) + func (o *PdnConnectivityStatReport) SetIpv6Addrs(v []Ipv6Addr) + func (o *PdnConnectivityStatReport) SetIpv6Prefixes(v []Ipv6Prefix) + func (o *PdnConnectivityStatReport) SetPdnConnStat(v PdnConnectivityStatus) + func (o *PdnConnectivityStatReport) SetPduSeId(v int32) + func (o *PdnConnectivityStatReport) SetPduSessType(v PduSessionType) + func (o PdnConnectivityStatReport) MarshalJSON() ([]byte, error) + func (o PdnConnectivityStatReport) ToMap() (map[string]interface{}, error) + type PdnConnectivityStatus struct + String *string + func (dst *PdnConnectivityStatus) UnmarshalJSON(data []byte) error + func (src *PdnConnectivityStatus) MarshalJSON() ([]byte, error) + type PduSessionInfo struct + N4SessId *string + PduSessStatus *PduSessionStatus + SessInactiveTimer *int32 + func NewPduSessionInfo() *PduSessionInfo + func NewPduSessionInfoWithDefaults() *PduSessionInfo + func (o *PduSessionInfo) GetN4SessId() string + func (o *PduSessionInfo) GetN4SessIdOk() (*string, bool) + func (o *PduSessionInfo) GetPduSessStatus() PduSessionStatus + func (o *PduSessionInfo) GetPduSessStatusOk() (*PduSessionStatus, bool) + func (o *PduSessionInfo) GetSessInactiveTimer() int32 + func (o *PduSessionInfo) GetSessInactiveTimerOk() (*int32, bool) + func (o *PduSessionInfo) HasN4SessId() bool + func (o *PduSessionInfo) HasPduSessStatus() bool + func (o *PduSessionInfo) HasSessInactiveTimer() bool + func (o *PduSessionInfo) SetN4SessId(v string) + func (o *PduSessionInfo) SetPduSessStatus(v PduSessionStatus) + func (o *PduSessionInfo) SetSessInactiveTimer(v int32) + func (o PduSessionInfo) MarshalJSON() ([]byte, error) + func (o PduSessionInfo) ToMap() (map[string]interface{}, error) + type PduSessionInformation struct + PduSessId *int32 + SessInfo *PduSessionInfo + func NewPduSessionInformation() *PduSessionInformation + func NewPduSessionInformationWithDefaults() *PduSessionInformation + func (o *PduSessionInformation) GetPduSessId() int32 + func (o *PduSessionInformation) GetPduSessIdOk() (*int32, bool) + func (o *PduSessionInformation) GetSessInfo() PduSessionInfo + func (o *PduSessionInformation) GetSessInfoOk() (*PduSessionInfo, bool) + func (o *PduSessionInformation) HasPduSessId() bool + func (o *PduSessionInformation) HasSessInfo() bool + func (o *PduSessionInformation) SetPduSessId(v int32) + func (o *PduSessionInformation) SetSessInfo(v PduSessionInfo) + func (o PduSessionInformation) MarshalJSON() ([]byte, error) + func (o PduSessionInformation) ToMap() (map[string]interface{}, error) + type PduSessionStatus struct + String *string + func (dst *PduSessionStatus) UnmarshalJSON(data []byte) error + func (src *PduSessionStatus) MarshalJSON() ([]byte, error) + type PduSessionType struct + String *string + func (dst *PduSessionType) UnmarshalJSON(data []byte) error + func (src *PduSessionType) MarshalJSON() ([]byte, error) + type PerUeAttribute struct + AvgSpeed *string + Route *string + TimeOfArrival *time.Time + UeDest *LocationArea5G + func NewPerUeAttribute() *PerUeAttribute + func NewPerUeAttributeWithDefaults() *PerUeAttribute + func (o *PerUeAttribute) GetAvgSpeed() string + func (o *PerUeAttribute) GetAvgSpeedOk() (*string, bool) + func (o *PerUeAttribute) GetRoute() string + func (o *PerUeAttribute) GetRouteOk() (*string, bool) + func (o *PerUeAttribute) GetTimeOfArrival() time.Time + func (o *PerUeAttribute) GetTimeOfArrivalOk() (*time.Time, bool) + func (o *PerUeAttribute) GetUeDest() LocationArea5G + func (o *PerUeAttribute) GetUeDestOk() (*LocationArea5G, bool) + func (o *PerUeAttribute) HasAvgSpeed() bool + func (o *PerUeAttribute) HasRoute() bool + func (o *PerUeAttribute) HasTimeOfArrival() bool + func (o *PerUeAttribute) HasUeDest() bool + func (o *PerUeAttribute) SetAvgSpeed(v string) + func (o *PerUeAttribute) SetRoute(v string) + func (o *PerUeAttribute) SetTimeOfArrival(v time.Time) + func (o *PerUeAttribute) SetUeDest(v LocationArea5G) + func (o PerUeAttribute) MarshalJSON() ([]byte, error) + func (o PerUeAttribute) ToMap() (map[string]interface{}, error) + type PerfData struct + AvePacketDelay *int32 + AvgPacketLossRate *int32 + AvgTrafficRate *string + MaxPacketDelay *int32 + MaxTrafficRate *string + func NewPerfData() *PerfData + func NewPerfDataWithDefaults() *PerfData + func (o *PerfData) GetAvePacketDelay() int32 + func (o *PerfData) GetAvePacketDelayOk() (*int32, bool) + func (o *PerfData) GetAvgPacketLossRate() int32 + func (o *PerfData) GetAvgPacketLossRateOk() (*int32, bool) + func (o *PerfData) GetAvgTrafficRate() string + func (o *PerfData) GetAvgTrafficRateOk() (*string, bool) + func (o *PerfData) GetMaxPacketDelay() int32 + func (o *PerfData) GetMaxPacketDelayOk() (*int32, bool) + func (o *PerfData) GetMaxTrafficRate() string + func (o *PerfData) GetMaxTrafficRateOk() (*string, bool) + func (o *PerfData) HasAvePacketDelay() bool + func (o *PerfData) HasAvgPacketLossRate() bool + func (o *PerfData) HasAvgTrafficRate() bool + func (o *PerfData) HasMaxPacketDelay() bool + func (o *PerfData) HasMaxTrafficRate() bool + func (o *PerfData) SetAvePacketDelay(v int32) + func (o *PerfData) SetAvgPacketLossRate(v int32) + func (o *PerfData) SetAvgTrafficRate(v string) + func (o *PerfData) SetMaxPacketDelay(v int32) + func (o *PerfData) SetMaxTrafficRate(v string) + func (o PerfData) MarshalJSON() ([]byte, error) + func (o PerfData) ToMap() (map[string]interface{}, error) + type PerformanceData struct + Pdb *int32 + Plr *int32 + ThrputDl *string + ThrputUl *string + func NewPerformanceData() *PerformanceData + func NewPerformanceDataWithDefaults() *PerformanceData + func (o *PerformanceData) GetPdb() int32 + func (o *PerformanceData) GetPdbOk() (*int32, bool) + func (o *PerformanceData) GetPlr() int32 + func (o *PerformanceData) GetPlrOk() (*int32, bool) + func (o *PerformanceData) GetThrputDl() string + func (o *PerformanceData) GetThrputDlOk() (*string, bool) + func (o *PerformanceData) GetThrputUl() string + func (o *PerformanceData) GetThrputUlOk() (*string, bool) + func (o *PerformanceData) HasPdb() bool + func (o *PerformanceData) HasPlr() bool + func (o *PerformanceData) HasThrputDl() bool + func (o *PerformanceData) HasThrputUl() bool + func (o *PerformanceData) SetPdb(v int32) + func (o *PerformanceData) SetPlr(v int32) + func (o *PerformanceData) SetThrputDl(v string) + func (o *PerformanceData) SetThrputUl(v string) + func (o PerformanceData) MarshalJSON() ([]byte, error) + func (o PerformanceData) ToMap() (map[string]interface{}, error) + type PerformanceDataCollection struct + AppId *string + AppLocs []string + AsAddr *AddrFqdn + IpTrafficFilter *FlowInfo + PerfData PerformanceData + TimeStamp time.Time + UeIpAddr *IpAddr + UeLoc *LocationArea5G + func NewPerformanceDataCollection(perfData PerformanceData, timeStamp time.Time) *PerformanceDataCollection + func NewPerformanceDataCollectionWithDefaults() *PerformanceDataCollection + func (o *PerformanceDataCollection) GetAppId() string + func (o *PerformanceDataCollection) GetAppIdOk() (*string, bool) + func (o *PerformanceDataCollection) GetAppLocs() []string + func (o *PerformanceDataCollection) GetAppLocsOk() ([]string, bool) + func (o *PerformanceDataCollection) GetAsAddr() AddrFqdn + func (o *PerformanceDataCollection) GetAsAddrOk() (*AddrFqdn, bool) + func (o *PerformanceDataCollection) GetIpTrafficFilter() FlowInfo + func (o *PerformanceDataCollection) GetIpTrafficFilterOk() (*FlowInfo, bool) + func (o *PerformanceDataCollection) GetPerfData() PerformanceData + func (o *PerformanceDataCollection) GetPerfDataOk() (*PerformanceData, bool) + func (o *PerformanceDataCollection) GetTimeStamp() time.Time + func (o *PerformanceDataCollection) GetTimeStampOk() (*time.Time, bool) + func (o *PerformanceDataCollection) GetUeIpAddr() IpAddr + func (o *PerformanceDataCollection) GetUeIpAddrOk() (*IpAddr, bool) + func (o *PerformanceDataCollection) GetUeLoc() LocationArea5G + func (o *PerformanceDataCollection) GetUeLocOk() (*LocationArea5G, bool) + func (o *PerformanceDataCollection) HasAppId() bool + func (o *PerformanceDataCollection) HasAppLocs() bool + func (o *PerformanceDataCollection) HasAsAddr() bool + func (o *PerformanceDataCollection) HasIpTrafficFilter() bool + func (o *PerformanceDataCollection) HasUeIpAddr() bool + func (o *PerformanceDataCollection) HasUeLoc() bool + func (o *PerformanceDataCollection) SetAppId(v string) + func (o *PerformanceDataCollection) SetAppLocs(v []string) + func (o *PerformanceDataCollection) SetAsAddr(v AddrFqdn) + func (o *PerformanceDataCollection) SetIpTrafficFilter(v FlowInfo) + func (o *PerformanceDataCollection) SetPerfData(v PerformanceData) + func (o *PerformanceDataCollection) SetTimeStamp(v time.Time) + func (o *PerformanceDataCollection) SetUeIpAddr(v IpAddr) + func (o *PerformanceDataCollection) SetUeLoc(v LocationArea5G) + func (o PerformanceDataCollection) MarshalJSON() ([]byte, error) + func (o PerformanceDataCollection) ToMap() (map[string]interface{}, error) + type PerformanceDataInfo struct + AppId *string + AppLocs []string + AsAddr *AddrFqdn + IpTrafficFilter *FlowInfo + PerfData PerformanceData + TimeStamp time.Time + UeIpAddr *IpAddr + UserLoc *UserLocation + func NewPerformanceDataInfo(perfData PerformanceData, timeStamp time.Time) *PerformanceDataInfo + func NewPerformanceDataInfoWithDefaults() *PerformanceDataInfo + func (o *PerformanceDataInfo) GetAppId() string + func (o *PerformanceDataInfo) GetAppIdOk() (*string, bool) + func (o *PerformanceDataInfo) GetAppLocs() []string + func (o *PerformanceDataInfo) GetAppLocsOk() ([]string, bool) + func (o *PerformanceDataInfo) GetAsAddr() AddrFqdn + func (o *PerformanceDataInfo) GetAsAddrOk() (*AddrFqdn, bool) + func (o *PerformanceDataInfo) GetIpTrafficFilter() FlowInfo + func (o *PerformanceDataInfo) GetIpTrafficFilterOk() (*FlowInfo, bool) + func (o *PerformanceDataInfo) GetPerfData() PerformanceData + func (o *PerformanceDataInfo) GetPerfDataOk() (*PerformanceData, bool) + func (o *PerformanceDataInfo) GetTimeStamp() time.Time + func (o *PerformanceDataInfo) GetTimeStampOk() (*time.Time, bool) + func (o *PerformanceDataInfo) GetUeIpAddr() IpAddr + func (o *PerformanceDataInfo) GetUeIpAddrOk() (*IpAddr, bool) + func (o *PerformanceDataInfo) GetUserLoc() UserLocation + func (o *PerformanceDataInfo) GetUserLocOk() (*UserLocation, bool) + func (o *PerformanceDataInfo) HasAppId() bool + func (o *PerformanceDataInfo) HasAppLocs() bool + func (o *PerformanceDataInfo) HasAsAddr() bool + func (o *PerformanceDataInfo) HasIpTrafficFilter() bool + func (o *PerformanceDataInfo) HasUeIpAddr() bool + func (o *PerformanceDataInfo) HasUserLoc() bool + func (o *PerformanceDataInfo) SetAppId(v string) + func (o *PerformanceDataInfo) SetAppLocs(v []string) + func (o *PerformanceDataInfo) SetAsAddr(v AddrFqdn) + func (o *PerformanceDataInfo) SetIpTrafficFilter(v FlowInfo) + func (o *PerformanceDataInfo) SetPerfData(v PerformanceData) + func (o *PerformanceDataInfo) SetTimeStamp(v time.Time) + func (o *PerformanceDataInfo) SetUeIpAddr(v IpAddr) + func (o *PerformanceDataInfo) SetUserLoc(v UserLocation) + func (o PerformanceDataInfo) MarshalJSON() ([]byte, error) + func (o PerformanceDataInfo) ToMap() (map[string]interface{}, error) + type PfdData struct + AfIds []string + AppIds []string + func NewPfdData() *PfdData + func NewPfdDataWithDefaults() *PfdData + func (o *PfdData) GetAfIds() []string + func (o *PfdData) GetAfIdsOk() ([]string, bool) + func (o *PfdData) GetAppIds() []string + func (o *PfdData) GetAppIdsOk() ([]string, bool) + func (o *PfdData) HasAfIds() bool + func (o *PfdData) HasAppIds() bool + func (o *PfdData) SetAfIds(v []string) + func (o *PfdData) SetAppIds(v []string) + func (o PfdData) MarshalJSON() ([]byte, error) + func (o PfdData) 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 PlmnOauth2 struct + Oauth2NotRequiredPlmnIdList []PlmnId + Oauth2RequiredPlmnIdList []PlmnId + func NewPlmnOauth2() *PlmnOauth2 + func NewPlmnOauth2WithDefaults() *PlmnOauth2 + func (o *PlmnOauth2) GetOauth2NotRequiredPlmnIdList() []PlmnId + func (o *PlmnOauth2) GetOauth2NotRequiredPlmnIdListOk() ([]PlmnId, bool) + func (o *PlmnOauth2) GetOauth2RequiredPlmnIdList() []PlmnId + func (o *PlmnOauth2) GetOauth2RequiredPlmnIdListOk() ([]PlmnId, bool) + func (o *PlmnOauth2) HasOauth2NotRequiredPlmnIdList() bool + func (o *PlmnOauth2) HasOauth2RequiredPlmnIdList() bool + func (o *PlmnOauth2) SetOauth2NotRequiredPlmnIdList(v []PlmnId) + func (o *PlmnOauth2) SetOauth2RequiredPlmnIdList(v []PlmnId) + func (o PlmnOauth2) MarshalJSON() ([]byte, error) + func (o PlmnOauth2) ToMap() (map[string]interface{}, error) + type PlmnRange struct + Interface *interface{} + func InterfaceAsPlmnRange(v *interface{}) PlmnRange + func (dst *PlmnRange) UnmarshalJSON(data []byte) error + func (obj *PlmnRange) GetActualInstance() interface{} + func (src PlmnRange) MarshalJSON() ([]byte, error) + type PlmnSnssai struct + Nid *string + PlmnId PlmnId + SNssaiList []ExtSnssai + func NewPlmnSnssai(plmnId PlmnId, sNssaiList []ExtSnssai) *PlmnSnssai + func NewPlmnSnssaiWithDefaults() *PlmnSnssai + func (o *PlmnSnssai) GetNid() string + func (o *PlmnSnssai) GetNidOk() (*string, bool) + func (o *PlmnSnssai) GetPlmnId() PlmnId + func (o *PlmnSnssai) GetPlmnIdOk() (*PlmnId, bool) + func (o *PlmnSnssai) GetSNssaiList() []ExtSnssai + func (o *PlmnSnssai) GetSNssaiListOk() ([]ExtSnssai, bool) + func (o *PlmnSnssai) HasNid() bool + func (o *PlmnSnssai) SetNid(v string) + func (o *PlmnSnssai) SetPlmnId(v PlmnId) + func (o *PlmnSnssai) SetSNssaiList(v []ExtSnssai) + func (o PlmnSnssai) MarshalJSON() ([]byte, error) + func (o PlmnSnssai) ToMap() (map[string]interface{}, error) + type Point struct + Point GeographicalCoordinates + func NewPoint(point GeographicalCoordinates, shape SupportedGADShapes) *Point + func NewPointWithDefaults() *Point + func (o *Point) GetPoint() GeographicalCoordinates + func (o *Point) GetPointOk() (*GeographicalCoordinates, bool) + func (o *Point) SetPoint(v GeographicalCoordinates) + func (o Point) MarshalJSON() ([]byte, error) + func (o Point) ToMap() (map[string]interface{}, error) + type PointAllOf struct + Point GeographicalCoordinates + func NewPointAllOf(point GeographicalCoordinates) *PointAllOf + func NewPointAllOfWithDefaults() *PointAllOf + func (o *PointAllOf) GetPoint() GeographicalCoordinates + func (o *PointAllOf) GetPointOk() (*GeographicalCoordinates, bool) + func (o *PointAllOf) SetPoint(v GeographicalCoordinates) + func (o PointAllOf) MarshalJSON() ([]byte, error) + func (o PointAllOf) ToMap() (map[string]interface{}, error) + type PointAltitude struct + Altitude float64 + Point GeographicalCoordinates + func NewPointAltitude(point GeographicalCoordinates, altitude float64, shape SupportedGADShapes) *PointAltitude + func NewPointAltitudeWithDefaults() *PointAltitude + func (o *PointAltitude) GetAltitude() float64 + func (o *PointAltitude) GetAltitudeOk() (*float64, bool) + func (o *PointAltitude) GetPoint() GeographicalCoordinates + func (o *PointAltitude) GetPointOk() (*GeographicalCoordinates, bool) + func (o *PointAltitude) SetAltitude(v float64) + func (o *PointAltitude) SetPoint(v GeographicalCoordinates) + func (o PointAltitude) MarshalJSON() ([]byte, error) + func (o PointAltitude) ToMap() (map[string]interface{}, error) + type PointAltitudeAllOf struct + Altitude float64 + Point GeographicalCoordinates + func NewPointAltitudeAllOf(point GeographicalCoordinates, altitude float64) *PointAltitudeAllOf + func NewPointAltitudeAllOfWithDefaults() *PointAltitudeAllOf + func (o *PointAltitudeAllOf) GetAltitude() float64 + func (o *PointAltitudeAllOf) GetAltitudeOk() (*float64, bool) + func (o *PointAltitudeAllOf) GetPoint() GeographicalCoordinates + func (o *PointAltitudeAllOf) GetPointOk() (*GeographicalCoordinates, bool) + func (o *PointAltitudeAllOf) SetAltitude(v float64) + func (o *PointAltitudeAllOf) SetPoint(v GeographicalCoordinates) + func (o PointAltitudeAllOf) MarshalJSON() ([]byte, error) + func (o PointAltitudeAllOf) ToMap() (map[string]interface{}, error) + type PointAltitudeUncertainty struct + Altitude float64 + Confidence int32 + Point GeographicalCoordinates + UncertaintyAltitude float32 + UncertaintyEllipse UncertaintyEllipse + func NewPointAltitudeUncertainty(point GeographicalCoordinates, altitude float64, ...) *PointAltitudeUncertainty + func NewPointAltitudeUncertaintyWithDefaults() *PointAltitudeUncertainty + func (o *PointAltitudeUncertainty) GetAltitude() float64 + func (o *PointAltitudeUncertainty) GetAltitudeOk() (*float64, bool) + func (o *PointAltitudeUncertainty) GetConfidence() int32 + func (o *PointAltitudeUncertainty) GetConfidenceOk() (*int32, bool) + func (o *PointAltitudeUncertainty) GetPoint() GeographicalCoordinates + func (o *PointAltitudeUncertainty) GetPointOk() (*GeographicalCoordinates, bool) + func (o *PointAltitudeUncertainty) GetUncertaintyAltitude() float32 + func (o *PointAltitudeUncertainty) GetUncertaintyAltitudeOk() (*float32, bool) + func (o *PointAltitudeUncertainty) GetUncertaintyEllipse() UncertaintyEllipse + func (o *PointAltitudeUncertainty) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool) + func (o *PointAltitudeUncertainty) SetAltitude(v float64) + func (o *PointAltitudeUncertainty) SetConfidence(v int32) + func (o *PointAltitudeUncertainty) SetPoint(v GeographicalCoordinates) + func (o *PointAltitudeUncertainty) SetUncertaintyAltitude(v float32) + func (o *PointAltitudeUncertainty) SetUncertaintyEllipse(v UncertaintyEllipse) + func (o PointAltitudeUncertainty) MarshalJSON() ([]byte, error) + func (o PointAltitudeUncertainty) ToMap() (map[string]interface{}, error) + type PointAltitudeUncertaintyAllOf struct + Altitude float64 + Confidence int32 + Point GeographicalCoordinates + UncertaintyAltitude float32 + UncertaintyEllipse UncertaintyEllipse + func NewPointAltitudeUncertaintyAllOf(point GeographicalCoordinates, altitude float64, ...) *PointAltitudeUncertaintyAllOf + func NewPointAltitudeUncertaintyAllOfWithDefaults() *PointAltitudeUncertaintyAllOf + func (o *PointAltitudeUncertaintyAllOf) GetAltitude() float64 + func (o *PointAltitudeUncertaintyAllOf) GetAltitudeOk() (*float64, bool) + func (o *PointAltitudeUncertaintyAllOf) GetConfidence() int32 + func (o *PointAltitudeUncertaintyAllOf) GetConfidenceOk() (*int32, bool) + func (o *PointAltitudeUncertaintyAllOf) GetPoint() GeographicalCoordinates + func (o *PointAltitudeUncertaintyAllOf) GetPointOk() (*GeographicalCoordinates, bool) + func (o *PointAltitudeUncertaintyAllOf) GetUncertaintyAltitude() float32 + func (o *PointAltitudeUncertaintyAllOf) GetUncertaintyAltitudeOk() (*float32, bool) + func (o *PointAltitudeUncertaintyAllOf) GetUncertaintyEllipse() UncertaintyEllipse + func (o *PointAltitudeUncertaintyAllOf) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool) + func (o *PointAltitudeUncertaintyAllOf) SetAltitude(v float64) + func (o *PointAltitudeUncertaintyAllOf) SetConfidence(v int32) + func (o *PointAltitudeUncertaintyAllOf) SetPoint(v GeographicalCoordinates) + func (o *PointAltitudeUncertaintyAllOf) SetUncertaintyAltitude(v float32) + func (o *PointAltitudeUncertaintyAllOf) SetUncertaintyEllipse(v UncertaintyEllipse) + func (o PointAltitudeUncertaintyAllOf) MarshalJSON() ([]byte, error) + func (o PointAltitudeUncertaintyAllOf) ToMap() (map[string]interface{}, error) + type PointUncertaintyCircle struct + Point GeographicalCoordinates + Uncertainty float32 + func NewPointUncertaintyCircle(point GeographicalCoordinates, uncertainty float32, shape SupportedGADShapes) *PointUncertaintyCircle + func NewPointUncertaintyCircleWithDefaults() *PointUncertaintyCircle + func (o *PointUncertaintyCircle) GetPoint() GeographicalCoordinates + func (o *PointUncertaintyCircle) GetPointOk() (*GeographicalCoordinates, bool) + func (o *PointUncertaintyCircle) GetUncertainty() float32 + func (o *PointUncertaintyCircle) GetUncertaintyOk() (*float32, bool) + func (o *PointUncertaintyCircle) SetPoint(v GeographicalCoordinates) + func (o *PointUncertaintyCircle) SetUncertainty(v float32) + func (o PointUncertaintyCircle) MarshalJSON() ([]byte, error) + func (o PointUncertaintyCircle) ToMap() (map[string]interface{}, error) + type PointUncertaintyCircleAllOf struct + Point GeographicalCoordinates + Uncertainty float32 + func NewPointUncertaintyCircleAllOf(point GeographicalCoordinates, uncertainty float32) *PointUncertaintyCircleAllOf + func NewPointUncertaintyCircleAllOfWithDefaults() *PointUncertaintyCircleAllOf + func (o *PointUncertaintyCircleAllOf) GetPoint() GeographicalCoordinates + func (o *PointUncertaintyCircleAllOf) GetPointOk() (*GeographicalCoordinates, bool) + func (o *PointUncertaintyCircleAllOf) GetUncertainty() float32 + func (o *PointUncertaintyCircleAllOf) GetUncertaintyOk() (*float32, bool) + func (o *PointUncertaintyCircleAllOf) SetPoint(v GeographicalCoordinates) + func (o *PointUncertaintyCircleAllOf) SetUncertainty(v float32) + func (o PointUncertaintyCircleAllOf) MarshalJSON() ([]byte, error) + func (o PointUncertaintyCircleAllOf) ToMap() (map[string]interface{}, error) + type PointUncertaintyEllipse struct + Confidence int32 + Point GeographicalCoordinates + UncertaintyEllipse UncertaintyEllipse + func NewPointUncertaintyEllipse(point GeographicalCoordinates, uncertaintyEllipse UncertaintyEllipse, ...) *PointUncertaintyEllipse + func NewPointUncertaintyEllipseWithDefaults() *PointUncertaintyEllipse + func (o *PointUncertaintyEllipse) GetConfidence() int32 + func (o *PointUncertaintyEllipse) GetConfidenceOk() (*int32, bool) + func (o *PointUncertaintyEllipse) GetPoint() GeographicalCoordinates + func (o *PointUncertaintyEllipse) GetPointOk() (*GeographicalCoordinates, bool) + func (o *PointUncertaintyEllipse) GetUncertaintyEllipse() UncertaintyEllipse + func (o *PointUncertaintyEllipse) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool) + func (o *PointUncertaintyEllipse) SetConfidence(v int32) + func (o *PointUncertaintyEllipse) SetPoint(v GeographicalCoordinates) + func (o *PointUncertaintyEllipse) SetUncertaintyEllipse(v UncertaintyEllipse) + func (o PointUncertaintyEllipse) MarshalJSON() ([]byte, error) + func (o PointUncertaintyEllipse) ToMap() (map[string]interface{}, error) + type PointUncertaintyEllipseAllOf struct + Confidence int32 + Point GeographicalCoordinates + UncertaintyEllipse UncertaintyEllipse + func NewPointUncertaintyEllipseAllOf(point GeographicalCoordinates, uncertaintyEllipse UncertaintyEllipse, ...) *PointUncertaintyEllipseAllOf + func NewPointUncertaintyEllipseAllOfWithDefaults() *PointUncertaintyEllipseAllOf + func (o *PointUncertaintyEllipseAllOf) GetConfidence() int32 + func (o *PointUncertaintyEllipseAllOf) GetConfidenceOk() (*int32, bool) + func (o *PointUncertaintyEllipseAllOf) GetPoint() GeographicalCoordinates + func (o *PointUncertaintyEllipseAllOf) GetPointOk() (*GeographicalCoordinates, bool) + func (o *PointUncertaintyEllipseAllOf) GetUncertaintyEllipse() UncertaintyEllipse + func (o *PointUncertaintyEllipseAllOf) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool) + func (o *PointUncertaintyEllipseAllOf) SetConfidence(v int32) + func (o *PointUncertaintyEllipseAllOf) SetPoint(v GeographicalCoordinates) + func (o *PointUncertaintyEllipseAllOf) SetUncertaintyEllipse(v UncertaintyEllipse) + func (o PointUncertaintyEllipseAllOf) MarshalJSON() ([]byte, error) + func (o PointUncertaintyEllipseAllOf) ToMap() (map[string]interface{}, error) + type Polygon struct + PointList []GeographicalCoordinates + func NewPolygon(pointList []GeographicalCoordinates, shape SupportedGADShapes) *Polygon + func NewPolygonWithDefaults() *Polygon + func (o *Polygon) GetPointList() []GeographicalCoordinates + func (o *Polygon) GetPointListOk() ([]GeographicalCoordinates, bool) + func (o *Polygon) SetPointList(v []GeographicalCoordinates) + func (o Polygon) MarshalJSON() ([]byte, error) + func (o Polygon) ToMap() (map[string]interface{}, error) + type PolygonAllOf struct + PointList []GeographicalCoordinates + func NewPolygonAllOf(pointList []GeographicalCoordinates) *PolygonAllOf + func NewPolygonAllOfWithDefaults() *PolygonAllOf + func (o *PolygonAllOf) GetPointList() []GeographicalCoordinates + func (o *PolygonAllOf) GetPointListOk() ([]GeographicalCoordinates, bool) + func (o *PolygonAllOf) SetPointList(v []GeographicalCoordinates) + func (o PolygonAllOf) MarshalJSON() ([]byte, error) + func (o PolygonAllOf) ToMap() (map[string]interface{}, error) + type PresenceInfo struct + AdditionalPraId *string + EcgiList []Ecgi + GlobalRanNodeIdList []GlobalRanNodeId + GlobaleNbIdList []GlobalRanNodeId + NcgiList []Ncgi + PraId *string + PresenceState *PresenceState + TrackingAreaList []Tai + func NewPresenceInfo() *PresenceInfo + func NewPresenceInfoWithDefaults() *PresenceInfo + func (o *PresenceInfo) GetAdditionalPraId() string + func (o *PresenceInfo) GetAdditionalPraIdOk() (*string, bool) + func (o *PresenceInfo) GetEcgiList() []Ecgi + func (o *PresenceInfo) GetEcgiListOk() ([]Ecgi, bool) + func (o *PresenceInfo) GetGlobalRanNodeIdList() []GlobalRanNodeId + func (o *PresenceInfo) GetGlobalRanNodeIdListOk() ([]GlobalRanNodeId, bool) + func (o *PresenceInfo) GetGlobaleNbIdList() []GlobalRanNodeId + func (o *PresenceInfo) GetGlobaleNbIdListOk() ([]GlobalRanNodeId, bool) + func (o *PresenceInfo) GetNcgiList() []Ncgi + func (o *PresenceInfo) GetNcgiListOk() ([]Ncgi, bool) + func (o *PresenceInfo) GetPraId() string + func (o *PresenceInfo) GetPraIdOk() (*string, bool) + func (o *PresenceInfo) GetPresenceState() PresenceState + func (o *PresenceInfo) GetPresenceStateOk() (*PresenceState, bool) + func (o *PresenceInfo) GetTrackingAreaList() []Tai + func (o *PresenceInfo) GetTrackingAreaListOk() ([]Tai, bool) + func (o *PresenceInfo) HasAdditionalPraId() bool + func (o *PresenceInfo) HasEcgiList() bool + func (o *PresenceInfo) HasGlobalRanNodeIdList() bool + func (o *PresenceInfo) HasGlobaleNbIdList() bool + func (o *PresenceInfo) HasNcgiList() bool + func (o *PresenceInfo) HasPraId() bool + func (o *PresenceInfo) HasPresenceState() bool + func (o *PresenceInfo) HasTrackingAreaList() bool + func (o *PresenceInfo) SetAdditionalPraId(v string) + func (o *PresenceInfo) SetEcgiList(v []Ecgi) + func (o *PresenceInfo) SetGlobalRanNodeIdList(v []GlobalRanNodeId) + func (o *PresenceInfo) SetGlobaleNbIdList(v []GlobalRanNodeId) + func (o *PresenceInfo) SetNcgiList(v []Ncgi) + func (o *PresenceInfo) SetPraId(v string) + func (o *PresenceInfo) SetPresenceState(v PresenceState) + func (o *PresenceInfo) SetTrackingAreaList(v []Tai) + func (o PresenceInfo) MarshalJSON() ([]byte, error) + func (o PresenceInfo) ToMap() (map[string]interface{}, error) + type PresenceState struct + String *string + func (dst *PresenceState) UnmarshalJSON(data []byte) error + func (src *PresenceState) MarshalJSON() ([]byte, error) + type ProSeCapability struct + ProseDirectCommunication *bool + ProseDirectDiscovey *bool + ProseL2RemoteUe *bool + ProseL2UetoNetworkRelay *bool + ProseL3RemoteUe *bool + ProseL3UetoNetworkRelay *bool + func NewProSeCapability() *ProSeCapability + func NewProSeCapabilityWithDefaults() *ProSeCapability + func (o *ProSeCapability) GetProseDirectCommunication() bool + func (o *ProSeCapability) GetProseDirectCommunicationOk() (*bool, bool) + func (o *ProSeCapability) GetProseDirectDiscovey() bool + func (o *ProSeCapability) GetProseDirectDiscoveyOk() (*bool, bool) + func (o *ProSeCapability) GetProseL2RemoteUe() bool + func (o *ProSeCapability) GetProseL2RemoteUeOk() (*bool, bool) + func (o *ProSeCapability) GetProseL2UetoNetworkRelay() bool + func (o *ProSeCapability) GetProseL2UetoNetworkRelayOk() (*bool, bool) + func (o *ProSeCapability) GetProseL3RemoteUe() bool + func (o *ProSeCapability) GetProseL3RemoteUeOk() (*bool, bool) + func (o *ProSeCapability) GetProseL3UetoNetworkRelay() bool + func (o *ProSeCapability) GetProseL3UetoNetworkRelayOk() (*bool, bool) + func (o *ProSeCapability) HasProseDirectCommunication() bool + func (o *ProSeCapability) HasProseDirectDiscovey() bool + func (o *ProSeCapability) HasProseL2RemoteUe() bool + func (o *ProSeCapability) HasProseL2UetoNetworkRelay() bool + func (o *ProSeCapability) HasProseL3RemoteUe() bool + func (o *ProSeCapability) HasProseL3UetoNetworkRelay() bool + func (o *ProSeCapability) SetProseDirectCommunication(v bool) + func (o *ProSeCapability) SetProseDirectDiscovey(v bool) + func (o *ProSeCapability) SetProseL2RemoteUe(v bool) + func (o *ProSeCapability) SetProseL2UetoNetworkRelay(v bool) + func (o *ProSeCapability) SetProseL3RemoteUe(v bool) + func (o *ProSeCapability) SetProseL3UetoNetworkRelay(v bool) + func (o ProSeCapability) MarshalJSON() ([]byte, error) + func (o ProSeCapability) ToMap() (map[string]interface{}, error) + 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 QosSustainabilityInfo struct + Interface *interface{} + func InterfaceAsQosSustainabilityInfo(v *interface{}) QosSustainabilityInfo + func (dst *QosSustainabilityInfo) UnmarshalJSON(data []byte) error + func (obj *QosSustainabilityInfo) GetActualInstance() interface{} + func (src QosSustainabilityInfo) MarshalJSON() ([]byte, error) + type RatFreqInformation struct + AllFreq *bool + AllRat *bool + Freq *int32 + MatchingDir *MatchingDirection + RatType *RatType + SvcExpThreshold *ThresholdLevel + func NewRatFreqInformation() *RatFreqInformation + func NewRatFreqInformationWithDefaults() *RatFreqInformation + func (o *RatFreqInformation) GetAllFreq() bool + func (o *RatFreqInformation) GetAllFreqOk() (*bool, bool) + func (o *RatFreqInformation) GetAllRat() bool + func (o *RatFreqInformation) GetAllRatOk() (*bool, bool) + func (o *RatFreqInformation) GetFreq() int32 + func (o *RatFreqInformation) GetFreqOk() (*int32, bool) + func (o *RatFreqInformation) GetMatchingDir() MatchingDirection + func (o *RatFreqInformation) GetMatchingDirOk() (*MatchingDirection, bool) + func (o *RatFreqInformation) GetRatType() RatType + func (o *RatFreqInformation) GetRatTypeOk() (*RatType, bool) + func (o *RatFreqInformation) GetSvcExpThreshold() ThresholdLevel + func (o *RatFreqInformation) GetSvcExpThresholdOk() (*ThresholdLevel, bool) + func (o *RatFreqInformation) HasAllFreq() bool + func (o *RatFreqInformation) HasAllRat() bool + func (o *RatFreqInformation) HasFreq() bool + func (o *RatFreqInformation) HasMatchingDir() bool + func (o *RatFreqInformation) HasRatType() bool + func (o *RatFreqInformation) HasSvcExpThreshold() bool + func (o *RatFreqInformation) SetAllFreq(v bool) + func (o *RatFreqInformation) SetAllRat(v bool) + func (o *RatFreqInformation) SetFreq(v int32) + func (o *RatFreqInformation) SetMatchingDir(v MatchingDirection) + func (o *RatFreqInformation) SetRatType(v RatType) + func (o *RatFreqInformation) SetSvcExpThreshold(v ThresholdLevel) + func (o RatFreqInformation) MarshalJSON() ([]byte, error) + func (o RatFreqInformation) ToMap() (map[string]interface{}, error) + type RatType struct + String *string + func (dst *RatType) UnmarshalJSON(data []byte) error + func (src *RatType) MarshalJSON() ([]byte, error) + type ReachabilityForSmsReport struct + MaxAvailabilityTime *time.Time + SmsfAccessType AccessType + func NewReachabilityForSmsReport(smsfAccessType AccessType) *ReachabilityForSmsReport + func NewReachabilityForSmsReportWithDefaults() *ReachabilityForSmsReport + func (o *ReachabilityForSmsReport) GetMaxAvailabilityTime() time.Time + func (o *ReachabilityForSmsReport) GetMaxAvailabilityTimeOk() (*time.Time, bool) + func (o *ReachabilityForSmsReport) GetSmsfAccessType() AccessType + func (o *ReachabilityForSmsReport) GetSmsfAccessTypeOk() (*AccessType, bool) + func (o *ReachabilityForSmsReport) HasMaxAvailabilityTime() bool + func (o *ReachabilityForSmsReport) SetMaxAvailabilityTime(v time.Time) + func (o *ReachabilityForSmsReport) SetSmsfAccessType(v AccessType) + func (o ReachabilityForSmsReport) MarshalJSON() ([]byte, error) + func (o ReachabilityForSmsReport) ToMap() (map[string]interface{}, error) + type ReachabilityReport struct + AccessTypeList []AccessType + AmfInstanceId *string + IdleStatusIndication *IdleStatusIndication + MaxAvailabilityTime *time.Time + Reachability *UeReachability + func NewReachabilityReport() *ReachabilityReport + func NewReachabilityReportWithDefaults() *ReachabilityReport + func (o *ReachabilityReport) GetAccessTypeList() []AccessType + func (o *ReachabilityReport) GetAccessTypeListOk() ([]AccessType, bool) + func (o *ReachabilityReport) GetAmfInstanceId() string + func (o *ReachabilityReport) GetAmfInstanceIdOk() (*string, bool) + func (o *ReachabilityReport) GetIdleStatusIndication() IdleStatusIndication + func (o *ReachabilityReport) GetIdleStatusIndicationOk() (*IdleStatusIndication, bool) + func (o *ReachabilityReport) GetMaxAvailabilityTime() time.Time + func (o *ReachabilityReport) GetMaxAvailabilityTimeOk() (*time.Time, bool) + func (o *ReachabilityReport) GetReachability() UeReachability + func (o *ReachabilityReport) GetReachabilityOk() (*UeReachability, bool) + func (o *ReachabilityReport) HasAccessTypeList() bool + func (o *ReachabilityReport) HasAmfInstanceId() bool + func (o *ReachabilityReport) HasIdleStatusIndication() bool + func (o *ReachabilityReport) HasMaxAvailabilityTime() bool + func (o *ReachabilityReport) HasReachability() bool + func (o *ReachabilityReport) SetAccessTypeList(v []AccessType) + func (o *ReachabilityReport) SetAmfInstanceId(v string) + func (o *ReachabilityReport) SetIdleStatusIndication(v IdleStatusIndication) + func (o *ReachabilityReport) SetMaxAvailabilityTime(v time.Time) + func (o *ReachabilityReport) SetReachability(v UeReachability) + func (o ReachabilityReport) MarshalJSON() ([]byte, error) + func (o ReachabilityReport) ToMap() (map[string]interface{}, 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 RedundantTransmissionExpInfo struct + Dnn *string + RedTransExps []RedundantTransmissionExpPerTS + SpatialValidCon *NetworkAreaInfo + func NewRedundantTransmissionExpInfo(redTransExps []RedundantTransmissionExpPerTS) *RedundantTransmissionExpInfo + func NewRedundantTransmissionExpInfoWithDefaults() *RedundantTransmissionExpInfo + func (o *RedundantTransmissionExpInfo) GetDnn() string + func (o *RedundantTransmissionExpInfo) GetDnnOk() (*string, bool) + func (o *RedundantTransmissionExpInfo) GetRedTransExps() []RedundantTransmissionExpPerTS + func (o *RedundantTransmissionExpInfo) GetRedTransExpsOk() ([]RedundantTransmissionExpPerTS, bool) + func (o *RedundantTransmissionExpInfo) GetSpatialValidCon() NetworkAreaInfo + func (o *RedundantTransmissionExpInfo) GetSpatialValidConOk() (*NetworkAreaInfo, bool) + func (o *RedundantTransmissionExpInfo) HasDnn() bool + func (o *RedundantTransmissionExpInfo) HasSpatialValidCon() bool + func (o *RedundantTransmissionExpInfo) SetDnn(v string) + func (o *RedundantTransmissionExpInfo) SetRedTransExps(v []RedundantTransmissionExpPerTS) + func (o *RedundantTransmissionExpInfo) SetSpatialValidCon(v NetworkAreaInfo) + func (o RedundantTransmissionExpInfo) MarshalJSON() ([]byte, error) + func (o RedundantTransmissionExpInfo) ToMap() (map[string]interface{}, error) + type RedundantTransmissionExpPerTS struct + Confidence *int32 + ObsvRedTransExp ObservedRedundantTransExp + RedTransStatus *bool + TsDuration int32 + TsStart time.Time + UeRatio *int32 + func NewRedundantTransmissionExpPerTS(tsStart time.Time, tsDuration int32, obsvRedTransExp ObservedRedundantTransExp) *RedundantTransmissionExpPerTS + func NewRedundantTransmissionExpPerTSWithDefaults() *RedundantTransmissionExpPerTS + func (o *RedundantTransmissionExpPerTS) GetConfidence() int32 + func (o *RedundantTransmissionExpPerTS) GetConfidenceOk() (*int32, bool) + func (o *RedundantTransmissionExpPerTS) GetObsvRedTransExp() ObservedRedundantTransExp + func (o *RedundantTransmissionExpPerTS) GetObsvRedTransExpOk() (*ObservedRedundantTransExp, bool) + func (o *RedundantTransmissionExpPerTS) GetRedTransStatus() bool + func (o *RedundantTransmissionExpPerTS) GetRedTransStatusOk() (*bool, bool) + func (o *RedundantTransmissionExpPerTS) GetTsDuration() int32 + func (o *RedundantTransmissionExpPerTS) GetTsDurationOk() (*int32, bool) + func (o *RedundantTransmissionExpPerTS) GetTsStart() time.Time + func (o *RedundantTransmissionExpPerTS) GetTsStartOk() (*time.Time, bool) + func (o *RedundantTransmissionExpPerTS) GetUeRatio() int32 + func (o *RedundantTransmissionExpPerTS) GetUeRatioOk() (*int32, bool) + func (o *RedundantTransmissionExpPerTS) HasConfidence() bool + func (o *RedundantTransmissionExpPerTS) HasRedTransStatus() bool + func (o *RedundantTransmissionExpPerTS) HasUeRatio() bool + func (o *RedundantTransmissionExpPerTS) SetConfidence(v int32) + func (o *RedundantTransmissionExpPerTS) SetObsvRedTransExp(v ObservedRedundantTransExp) + func (o *RedundantTransmissionExpPerTS) SetRedTransStatus(v bool) + func (o *RedundantTransmissionExpPerTS) SetTsDuration(v int32) + func (o *RedundantTransmissionExpPerTS) SetTsStart(v time.Time) + func (o *RedundantTransmissionExpPerTS) SetUeRatio(v int32) + func (o RedundantTransmissionExpPerTS) MarshalJSON() ([]byte, error) + func (o RedundantTransmissionExpPerTS) ToMap() (map[string]interface{}, error) + type RelativeCartesianLocation struct + X float32 + Y float32 + Z *float32 + func NewRelativeCartesianLocation(x float32, y float32) *RelativeCartesianLocation + func NewRelativeCartesianLocationWithDefaults() *RelativeCartesianLocation + func (o *RelativeCartesianLocation) GetX() float32 + func (o *RelativeCartesianLocation) GetXOk() (*float32, bool) + func (o *RelativeCartesianLocation) GetY() float32 + func (o *RelativeCartesianLocation) GetYOk() (*float32, bool) + func (o *RelativeCartesianLocation) GetZ() float32 + func (o *RelativeCartesianLocation) GetZOk() (*float32, bool) + func (o *RelativeCartesianLocation) HasZ() bool + func (o *RelativeCartesianLocation) SetX(v float32) + func (o *RelativeCartesianLocation) SetY(v float32) + func (o *RelativeCartesianLocation) SetZ(v float32) + func (o RelativeCartesianLocation) MarshalJSON() ([]byte, error) + func (o RelativeCartesianLocation) ToMap() (map[string]interface{}, error) + type Report struct + ChangeOfSupiPeiAssociationReport *ChangeOfSupiPeiAssociationReport + CmInfoReport *CmInfoReport + CnTypeChangeReport *CnTypeChangeReport + LocationReport *LocationReport + LossConnectivityReport *LossConnectivityReport + PdnConnectivityStatReport *PdnConnectivityStatReport + RoamingStatusReport *RoamingStatusReport + func ChangeOfSupiPeiAssociationReportAsReport(v *ChangeOfSupiPeiAssociationReport) Report + func CmInfoReportAsReport(v *CmInfoReport) Report + func CnTypeChangeReportAsReport(v *CnTypeChangeReport) Report + func LocationReportAsReport(v *LocationReport) Report + func LossConnectivityReportAsReport(v *LossConnectivityReport) Report + func PdnConnectivityStatReportAsReport(v *PdnConnectivityStatReport) Report + func RoamingStatusReportAsReport(v *RoamingStatusReport) Report + func (dst *Report) UnmarshalJSON(data []byte) error + func (obj *Report) GetActualInstance() interface{} + func (src Report) MarshalJSON() ([]byte, error) + type ResourceUsage struct + CpuUsage *int32 + MemoryUsage *int32 + StorageUsage *int32 + func NewResourceUsage() *ResourceUsage + func NewResourceUsageWithDefaults() *ResourceUsage + func (o *ResourceUsage) GetCpuUsage() int32 + func (o *ResourceUsage) GetCpuUsageOk() (*int32, bool) + func (o *ResourceUsage) GetMemoryUsage() int32 + func (o *ResourceUsage) GetMemoryUsageOk() (*int32, bool) + func (o *ResourceUsage) GetStorageUsage() int32 + func (o *ResourceUsage) GetStorageUsageOk() (*int32, bool) + func (o *ResourceUsage) HasCpuUsage() bool + func (o *ResourceUsage) HasMemoryUsage() bool + func (o *ResourceUsage) HasStorageUsage() bool + func (o *ResourceUsage) SetCpuUsage(v int32) + func (o *ResourceUsage) SetMemoryUsage(v int32) + func (o *ResourceUsage) SetStorageUsage(v int32) + func (o ResourceUsage) MarshalJSON() ([]byte, error) + func (o ResourceUsage) ToMap() (map[string]interface{}, error) + type RetainabilityThreshold struct + Interface *interface{} + func InterfaceAsRetainabilityThreshold(v *interface{}) RetainabilityThreshold + func (dst *RetainabilityThreshold) UnmarshalJSON(data []byte) error + func (obj *RetainabilityThreshold) GetActualInstance() interface{} + func (src RetainabilityThreshold) MarshalJSON() ([]byte, error) + type RmInfo struct + AccessType AccessType + RmState RmState + func NewRmInfo(rmState RmState, accessType AccessType) *RmInfo + func NewRmInfoWithDefaults() *RmInfo + func (o *RmInfo) GetAccessType() AccessType + func (o *RmInfo) GetAccessTypeOk() (*AccessType, bool) + func (o *RmInfo) GetRmState() RmState + func (o *RmInfo) GetRmStateOk() (*RmState, bool) + func (o *RmInfo) SetAccessType(v AccessType) + func (o *RmInfo) SetRmState(v RmState) + func (o RmInfo) MarshalJSON() ([]byte, error) + func (o RmInfo) ToMap() (map[string]interface{}, error) + type RmState struct + String *string + func (dst *RmState) UnmarshalJSON(data []byte) error + func (src *RmState) MarshalJSON() ([]byte, error) + type RoamingStatusReport struct + AccessType *AccessType + NewServingPlmn PlmnId + Roaming bool + func NewRoamingStatusReport(roaming bool, newServingPlmn PlmnId) *RoamingStatusReport + func NewRoamingStatusReportWithDefaults() *RoamingStatusReport + func (o *RoamingStatusReport) GetAccessType() AccessType + func (o *RoamingStatusReport) GetAccessTypeOk() (*AccessType, bool) + func (o *RoamingStatusReport) GetNewServingPlmn() PlmnId + func (o *RoamingStatusReport) GetNewServingPlmnOk() (*PlmnId, bool) + func (o *RoamingStatusReport) GetRoaming() bool + func (o *RoamingStatusReport) GetRoamingOk() (*bool, bool) + func (o *RoamingStatusReport) HasAccessType() bool + func (o *RoamingStatusReport) SetAccessType(v AccessType) + func (o *RoamingStatusReport) SetNewServingPlmn(v PlmnId) + func (o *RoamingStatusReport) SetRoaming(v bool) + func (o RoamingStatusReport) MarshalJSON() ([]byte, error) + func (o RoamingStatusReport) ToMap() (map[string]interface{}, error) + type RouteInformation struct + Ipv4Addr *string + Ipv6Addr *Ipv6Addr + PortNumber int32 + func NewRouteInformation(portNumber int32) *RouteInformation + func NewRouteInformationWithDefaults() *RouteInformation + func (o *RouteInformation) GetIpv4Addr() string + func (o *RouteInformation) GetIpv4AddrOk() (*string, bool) + func (o *RouteInformation) GetIpv6Addr() Ipv6Addr + func (o *RouteInformation) GetIpv6AddrOk() (*Ipv6Addr, bool) + func (o *RouteInformation) GetPortNumber() int32 + func (o *RouteInformation) GetPortNumberOk() (*int32, bool) + func (o *RouteInformation) HasIpv4Addr() bool + func (o *RouteInformation) HasIpv6Addr() bool + func (o *RouteInformation) SetIpv4Addr(v string) + func (o *RouteInformation) SetIpv6Addr(v Ipv6Addr) + func (o *RouteInformation) SetPortNumber(v int32) + func (o RouteInformation) MarshalJSON() ([]byte, error) + func (o RouteInformation) ToMap() (map[string]interface{}, error) + type RouteToLocation struct + Interface *interface{} + func (dst *RouteToLocation) UnmarshalJSON(data []byte) error + func (src *RouteToLocation) MarshalJSON() ([]byte, 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 SACEventReport struct + NotifyCorrelationId *string + Report SACEventReportItem + func NewSACEventReport(report SACEventReportItem) *SACEventReport + func NewSACEventReportWithDefaults() *SACEventReport + func (o *SACEventReport) GetNotifyCorrelationId() string + func (o *SACEventReport) GetNotifyCorrelationIdOk() (*string, bool) + func (o *SACEventReport) GetReport() SACEventReportItem + func (o *SACEventReport) GetReportOk() (*SACEventReportItem, bool) + func (o *SACEventReport) HasNotifyCorrelationId() bool + func (o *SACEventReport) SetNotifyCorrelationId(v string) + func (o *SACEventReport) SetReport(v SACEventReportItem) + func (o SACEventReport) MarshalJSON() ([]byte, error) + func (o SACEventReport) ToMap() (map[string]interface{}, error) + type SACEventReportItem struct + EventFilter Snssai + EventState SACEventState + EventType SACEventType + SliceStautsInfo *SACEventStatus + TimeStamp time.Time + func NewSACEventReportItem(eventType SACEventType, eventState SACEventState, timeStamp time.Time, ...) *SACEventReportItem + func NewSACEventReportItemWithDefaults() *SACEventReportItem + func (o *SACEventReportItem) GetEventFilter() Snssai + func (o *SACEventReportItem) GetEventFilterOk() (*Snssai, bool) + func (o *SACEventReportItem) GetEventState() SACEventState + func (o *SACEventReportItem) GetEventStateOk() (*SACEventState, bool) + func (o *SACEventReportItem) GetEventType() SACEventType + func (o *SACEventReportItem) GetEventTypeOk() (*SACEventType, bool) + func (o *SACEventReportItem) GetSliceStautsInfo() SACEventStatus + func (o *SACEventReportItem) GetSliceStautsInfoOk() (*SACEventStatus, bool) + func (o *SACEventReportItem) GetTimeStamp() time.Time + func (o *SACEventReportItem) GetTimeStampOk() (*time.Time, bool) + func (o *SACEventReportItem) HasSliceStautsInfo() bool + func (o *SACEventReportItem) SetEventFilter(v Snssai) + func (o *SACEventReportItem) SetEventState(v SACEventState) + func (o *SACEventReportItem) SetEventType(v SACEventType) + func (o *SACEventReportItem) SetSliceStautsInfo(v SACEventStatus) + func (o *SACEventReportItem) SetTimeStamp(v time.Time) + func (o SACEventReportItem) MarshalJSON() ([]byte, error) + func (o SACEventReportItem) ToMap() (map[string]interface{}, error) + type SACEventState struct + Active bool + RemainDuration *int32 + RemainReports *int32 + func NewSACEventState(active bool) *SACEventState + func NewSACEventStateWithDefaults() *SACEventState + func (o *SACEventState) GetActive() bool + func (o *SACEventState) GetActiveOk() (*bool, bool) + func (o *SACEventState) GetRemainDuration() int32 + func (o *SACEventState) GetRemainDurationOk() (*int32, bool) + func (o *SACEventState) GetRemainReports() int32 + func (o *SACEventState) GetRemainReportsOk() (*int32, bool) + func (o *SACEventState) HasRemainDuration() bool + func (o *SACEventState) HasRemainReports() bool + func (o *SACEventState) SetActive(v bool) + func (o *SACEventState) SetRemainDuration(v int32) + func (o *SACEventState) SetRemainReports(v int32) + func (o SACEventState) MarshalJSON() ([]byte, error) + func (o SACEventState) ToMap() (map[string]interface{}, error) + type SACEventStatus struct + ReachedNumPduSess *SACInfo + ReachedNumUes *SACInfo + func NewSACEventStatus() *SACEventStatus + func NewSACEventStatusWithDefaults() *SACEventStatus + func (o *SACEventStatus) GetReachedNumPduSess() SACInfo + func (o *SACEventStatus) GetReachedNumPduSessOk() (*SACInfo, bool) + func (o *SACEventStatus) GetReachedNumUes() SACInfo + func (o *SACEventStatus) GetReachedNumUesOk() (*SACInfo, bool) + func (o *SACEventStatus) HasReachedNumPduSess() bool + func (o *SACEventStatus) HasReachedNumUes() bool + func (o *SACEventStatus) SetReachedNumPduSess(v SACInfo) + func (o *SACEventStatus) SetReachedNumUes(v SACInfo) + func (o SACEventStatus) MarshalJSON() ([]byte, error) + func (o SACEventStatus) ToMap() (map[string]interface{}, error) + type SACEventType struct + String *string + func (dst *SACEventType) UnmarshalJSON(data []byte) error + func (src *SACEventType) MarshalJSON() ([]byte, error) + type SACInfo struct + NumericValNumPduSess *int32 + NumericValNumUes *int32 + PercValueNumPduSess *int32 + PercValueNumUes *int32 + func NewSACInfo() *SACInfo + func NewSACInfoWithDefaults() *SACInfo + func (o *SACInfo) GetNumericValNumPduSess() int32 + func (o *SACInfo) GetNumericValNumPduSessOk() (*int32, bool) + func (o *SACInfo) GetNumericValNumUes() int32 + func (o *SACInfo) GetNumericValNumUesOk() (*int32, bool) + func (o *SACInfo) GetPercValueNumPduSess() int32 + func (o *SACInfo) GetPercValueNumPduSessOk() (*int32, bool) + func (o *SACInfo) GetPercValueNumUes() int32 + func (o *SACInfo) GetPercValueNumUesOk() (*int32, bool) + func (o *SACInfo) HasNumericValNumPduSess() bool + func (o *SACInfo) HasNumericValNumUes() bool + func (o *SACInfo) HasPercValueNumPduSess() bool + func (o *SACInfo) HasPercValueNumUes() bool + func (o *SACInfo) SetNumericValNumPduSess(v int32) + func (o *SACInfo) SetNumericValNumUes(v int32) + func (o *SACInfo) SetPercValueNumPduSess(v int32) + func (o *SACInfo) SetPercValueNumUes(v int32) + func (o SACInfo) MarshalJSON() ([]byte, error) + func (o SACInfo) ToMap() (map[string]interface{}, error) + type ScheduledCommunicationTime struct + DaysOfWeek []int32 + TimeOfDayEnd *string + TimeOfDayStart *string + func NewScheduledCommunicationTime() *ScheduledCommunicationTime + func NewScheduledCommunicationTimeWithDefaults() *ScheduledCommunicationTime + func (o *ScheduledCommunicationTime) GetDaysOfWeek() []int32 + func (o *ScheduledCommunicationTime) GetDaysOfWeekOk() ([]int32, bool) + func (o *ScheduledCommunicationTime) GetTimeOfDayEnd() string + func (o *ScheduledCommunicationTime) GetTimeOfDayEndOk() (*string, bool) + func (o *ScheduledCommunicationTime) GetTimeOfDayStart() string + func (o *ScheduledCommunicationTime) GetTimeOfDayStartOk() (*string, bool) + func (o *ScheduledCommunicationTime) HasDaysOfWeek() bool + func (o *ScheduledCommunicationTime) HasTimeOfDayEnd() bool + func (o *ScheduledCommunicationTime) HasTimeOfDayStart() bool + func (o *ScheduledCommunicationTime) SetDaysOfWeek(v []int32) + func (o *ScheduledCommunicationTime) SetTimeOfDayEnd(v string) + func (o *ScheduledCommunicationTime) SetTimeOfDayStart(v string) + func (o ScheduledCommunicationTime) MarshalJSON() ([]byte, error) + func (o ScheduledCommunicationTime) ToMap() (map[string]interface{}, error) + type ScpCapability struct + String *string + func (dst *ScpCapability) UnmarshalJSON(data []byte) error + func (src *ScpCapability) MarshalJSON() ([]byte, error) + type ScpDomainCond struct + NfTypeList []NFType + ScpDomains []string + func NewScpDomainCond(scpDomains []string) *ScpDomainCond + func NewScpDomainCondWithDefaults() *ScpDomainCond + func (o *ScpDomainCond) GetNfTypeList() []NFType + func (o *ScpDomainCond) GetNfTypeListOk() ([]NFType, bool) + func (o *ScpDomainCond) GetScpDomains() []string + func (o *ScpDomainCond) GetScpDomainsOk() ([]string, bool) + func (o *ScpDomainCond) HasNfTypeList() bool + func (o *ScpDomainCond) SetNfTypeList(v []NFType) + func (o *ScpDomainCond) SetScpDomains(v []string) + func (o ScpDomainCond) MarshalJSON() ([]byte, error) + func (o ScpDomainCond) ToMap() (map[string]interface{}, error) + type ScpDomainInfo struct + ScpFqdn *string + ScpIpEndPoints []IpEndPoint + ScpPorts *map[string]int32 + ScpPrefix *string + func NewScpDomainInfo() *ScpDomainInfo + func NewScpDomainInfoWithDefaults() *ScpDomainInfo + func (o *ScpDomainInfo) GetScpFqdn() string + func (o *ScpDomainInfo) GetScpFqdnOk() (*string, bool) + func (o *ScpDomainInfo) GetScpIpEndPoints() []IpEndPoint + func (o *ScpDomainInfo) GetScpIpEndPointsOk() ([]IpEndPoint, bool) + func (o *ScpDomainInfo) GetScpPorts() map[string]int32 + func (o *ScpDomainInfo) GetScpPortsOk() (*map[string]int32, bool) + func (o *ScpDomainInfo) GetScpPrefix() string + func (o *ScpDomainInfo) GetScpPrefixOk() (*string, bool) + func (o *ScpDomainInfo) HasScpFqdn() bool + func (o *ScpDomainInfo) HasScpIpEndPoints() bool + func (o *ScpDomainInfo) HasScpPorts() bool + func (o *ScpDomainInfo) HasScpPrefix() bool + func (o *ScpDomainInfo) SetScpFqdn(v string) + func (o *ScpDomainInfo) SetScpIpEndPoints(v []IpEndPoint) + func (o *ScpDomainInfo) SetScpPorts(v map[string]int32) + func (o *ScpDomainInfo) SetScpPrefix(v string) + func (o ScpDomainInfo) MarshalJSON() ([]byte, error) + func (o ScpDomainInfo) ToMap() (map[string]interface{}, error) + type ScpInfo struct + AddressDomains []string + IpReachability *IpReachability + Ipv4AddrRanges []Ipv4AddressRange + Ipv4Addresses []string + Ipv6PrefixRanges []Ipv6PrefixRange + Ipv6Prefixes []Ipv6Prefix + RemotePlmnList []PlmnId + RemoteSnpnList []PlmnIdNid + ScpCapabilities []ScpCapability + ScpDomainInfoList *map[string]ScpDomainInfo + ScpPorts *map[string]int32 + ScpPrefix *string + ServedNfSetIdList []string + func NewScpInfo() *ScpInfo + func NewScpInfoWithDefaults() *ScpInfo + func (o *ScpInfo) GetAddressDomains() []string + func (o *ScpInfo) GetAddressDomainsOk() ([]string, bool) + func (o *ScpInfo) GetIpReachability() IpReachability + func (o *ScpInfo) GetIpReachabilityOk() (*IpReachability, bool) + func (o *ScpInfo) GetIpv4AddrRanges() []Ipv4AddressRange + func (o *ScpInfo) GetIpv4AddrRangesOk() ([]Ipv4AddressRange, bool) + func (o *ScpInfo) GetIpv4Addresses() []string + func (o *ScpInfo) GetIpv4AddressesOk() ([]string, bool) + func (o *ScpInfo) GetIpv6PrefixRanges() []Ipv6PrefixRange + func (o *ScpInfo) GetIpv6PrefixRangesOk() ([]Ipv6PrefixRange, bool) + func (o *ScpInfo) GetIpv6Prefixes() []Ipv6Prefix + func (o *ScpInfo) GetIpv6PrefixesOk() ([]Ipv6Prefix, bool) + func (o *ScpInfo) GetRemotePlmnList() []PlmnId + func (o *ScpInfo) GetRemotePlmnListOk() ([]PlmnId, bool) + func (o *ScpInfo) GetRemoteSnpnList() []PlmnIdNid + func (o *ScpInfo) GetRemoteSnpnListOk() ([]PlmnIdNid, bool) + func (o *ScpInfo) GetScpCapabilities() []ScpCapability + func (o *ScpInfo) GetScpCapabilitiesOk() ([]ScpCapability, bool) + func (o *ScpInfo) GetScpDomainInfoList() map[string]ScpDomainInfo + func (o *ScpInfo) GetScpDomainInfoListOk() (*map[string]ScpDomainInfo, bool) + func (o *ScpInfo) GetScpPorts() map[string]int32 + func (o *ScpInfo) GetScpPortsOk() (*map[string]int32, bool) + func (o *ScpInfo) GetScpPrefix() string + func (o *ScpInfo) GetScpPrefixOk() (*string, bool) + func (o *ScpInfo) GetServedNfSetIdList() []string + func (o *ScpInfo) GetServedNfSetIdListOk() ([]string, bool) + func (o *ScpInfo) HasAddressDomains() bool + func (o *ScpInfo) HasIpReachability() bool + func (o *ScpInfo) HasIpv4AddrRanges() bool + func (o *ScpInfo) HasIpv4Addresses() bool + func (o *ScpInfo) HasIpv6PrefixRanges() bool + func (o *ScpInfo) HasIpv6Prefixes() bool + func (o *ScpInfo) HasRemotePlmnList() bool + func (o *ScpInfo) HasRemoteSnpnList() bool + func (o *ScpInfo) HasScpCapabilities() bool + func (o *ScpInfo) HasScpDomainInfoList() bool + func (o *ScpInfo) HasScpPorts() bool + func (o *ScpInfo) HasScpPrefix() bool + func (o *ScpInfo) HasServedNfSetIdList() bool + func (o *ScpInfo) SetAddressDomains(v []string) + func (o *ScpInfo) SetIpReachability(v IpReachability) + func (o *ScpInfo) SetIpv4AddrRanges(v []Ipv4AddressRange) + func (o *ScpInfo) SetIpv4Addresses(v []string) + func (o *ScpInfo) SetIpv6PrefixRanges(v []Ipv6PrefixRange) + func (o *ScpInfo) SetIpv6Prefixes(v []Ipv6Prefix) + func (o *ScpInfo) SetRemotePlmnList(v []PlmnId) + func (o *ScpInfo) SetRemoteSnpnList(v []PlmnIdNid) + func (o *ScpInfo) SetScpCapabilities(v []ScpCapability) + func (o *ScpInfo) SetScpDomainInfoList(v map[string]ScpDomainInfo) + func (o *ScpInfo) SetScpPorts(v map[string]int32) + func (o *ScpInfo) SetScpPrefix(v string) + func (o *ScpInfo) SetServedNfSetIdList(v []string) + func (o ScpInfo) MarshalJSON() ([]byte, error) + func (o ScpInfo) ToMap() (map[string]interface{}, error) + type SdRange struct + End *string + Start *string + func NewSdRange() *SdRange + func NewSdRangeWithDefaults() *SdRange + func (o *SdRange) GetEnd() string + func (o *SdRange) GetEndOk() (*string, bool) + func (o *SdRange) GetStart() string + func (o *SdRange) GetStartOk() (*string, bool) + func (o *SdRange) HasEnd() bool + func (o *SdRange) HasStart() bool + func (o *SdRange) SetEnd(v string) + func (o *SdRange) SetStart(v string) + func (o SdRange) MarshalJSON() ([]byte, error) + func (o SdRange) ToMap() (map[string]interface{}, error) + type SeppInfo struct + N32Purposes []N32Purpose + RemotePlmnList []PlmnId + RemoteSnpnList []PlmnIdNid + SeppPorts *map[string]int32 + SeppPrefix *string + func NewSeppInfo() *SeppInfo + func NewSeppInfoWithDefaults() *SeppInfo + func (o *SeppInfo) GetN32Purposes() []N32Purpose + func (o *SeppInfo) GetN32PurposesOk() ([]N32Purpose, bool) + func (o *SeppInfo) GetRemotePlmnList() []PlmnId + func (o *SeppInfo) GetRemotePlmnListOk() ([]PlmnId, bool) + func (o *SeppInfo) GetRemoteSnpnList() []PlmnIdNid + func (o *SeppInfo) GetRemoteSnpnListOk() ([]PlmnIdNid, bool) + func (o *SeppInfo) GetSeppPorts() map[string]int32 + func (o *SeppInfo) GetSeppPortsOk() (*map[string]int32, bool) + func (o *SeppInfo) GetSeppPrefix() string + func (o *SeppInfo) GetSeppPrefixOk() (*string, bool) + func (o *SeppInfo) HasN32Purposes() bool + func (o *SeppInfo) HasRemotePlmnList() bool + func (o *SeppInfo) HasRemoteSnpnList() bool + func (o *SeppInfo) HasSeppPorts() bool + func (o *SeppInfo) HasSeppPrefix() bool + func (o *SeppInfo) SetN32Purposes(v []N32Purpose) + func (o *SeppInfo) SetRemotePlmnList(v []PlmnId) + func (o *SeppInfo) SetRemoteSnpnList(v []PlmnIdNid) + func (o *SeppInfo) SetSeppPorts(v map[string]int32) + func (o *SeppInfo) SetSeppPrefix(v string) + func (o SeppInfo) MarshalJSON() ([]byte, error) + func (o SeppInfo) 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 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 ServiceDataFlowDescription struct + DomainName *string + FlowDescription *IpPacketFilterSet + func NewServiceDataFlowDescription() *ServiceDataFlowDescription + func NewServiceDataFlowDescriptionWithDefaults() *ServiceDataFlowDescription + func (o *ServiceDataFlowDescription) GetDomainName() string + func (o *ServiceDataFlowDescription) GetDomainNameOk() (*string, bool) + func (o *ServiceDataFlowDescription) GetFlowDescription() IpPacketFilterSet + func (o *ServiceDataFlowDescription) GetFlowDescriptionOk() (*IpPacketFilterSet, bool) + func (o *ServiceDataFlowDescription) HasDomainName() bool + func (o *ServiceDataFlowDescription) HasFlowDescription() bool + func (o *ServiceDataFlowDescription) SetDomainName(v string) + func (o *ServiceDataFlowDescription) SetFlowDescription(v IpPacketFilterSet) + func (o ServiceDataFlowDescription) MarshalJSON() ([]byte, error) + func (o ServiceDataFlowDescription) ToMap() (map[string]interface{}, error) + type ServiceExperienceInfo struct + AppId *string + AppServerInst *AddrFqdn + Confidence *int32 + Dnai *string + Dnn *string + NetworkArea *NetworkAreaInfo + NsiId *string + RatFreq *RatFreqInformation + Ratio *int32 + Snssai *Snssai + SrvExpcType *ServiceExperienceType + Supis []string + SvcExprc SvcExperience + SvcExprcVariance *float32 + UeLocs []LocationInfo + UpfInfo *UpfInformation + func NewServiceExperienceInfo(svcExprc SvcExperience) *ServiceExperienceInfo + func NewServiceExperienceInfoWithDefaults() *ServiceExperienceInfo + func (o *ServiceExperienceInfo) GetAppId() string + func (o *ServiceExperienceInfo) GetAppIdOk() (*string, bool) + func (o *ServiceExperienceInfo) GetAppServerInst() AddrFqdn + func (o *ServiceExperienceInfo) GetAppServerInstOk() (*AddrFqdn, bool) + func (o *ServiceExperienceInfo) GetConfidence() int32 + func (o *ServiceExperienceInfo) GetConfidenceOk() (*int32, bool) + func (o *ServiceExperienceInfo) GetDnai() string + func (o *ServiceExperienceInfo) GetDnaiOk() (*string, bool) + func (o *ServiceExperienceInfo) GetDnn() string + func (o *ServiceExperienceInfo) GetDnnOk() (*string, bool) + func (o *ServiceExperienceInfo) GetNetworkArea() NetworkAreaInfo + func (o *ServiceExperienceInfo) GetNetworkAreaOk() (*NetworkAreaInfo, bool) + func (o *ServiceExperienceInfo) GetNsiId() string + func (o *ServiceExperienceInfo) GetNsiIdOk() (*string, bool) + func (o *ServiceExperienceInfo) GetRatFreq() RatFreqInformation + func (o *ServiceExperienceInfo) GetRatFreqOk() (*RatFreqInformation, bool) + func (o *ServiceExperienceInfo) GetRatio() int32 + func (o *ServiceExperienceInfo) GetRatioOk() (*int32, bool) + func (o *ServiceExperienceInfo) GetSnssai() Snssai + func (o *ServiceExperienceInfo) GetSnssaiOk() (*Snssai, bool) + func (o *ServiceExperienceInfo) GetSrvExpcType() ServiceExperienceType + func (o *ServiceExperienceInfo) GetSrvExpcTypeOk() (*ServiceExperienceType, bool) + func (o *ServiceExperienceInfo) GetSupis() []string + func (o *ServiceExperienceInfo) GetSupisOk() ([]string, bool) + func (o *ServiceExperienceInfo) GetSvcExprc() SvcExperience + func (o *ServiceExperienceInfo) GetSvcExprcOk() (*SvcExperience, bool) + func (o *ServiceExperienceInfo) GetSvcExprcVariance() float32 + func (o *ServiceExperienceInfo) GetSvcExprcVarianceOk() (*float32, bool) + func (o *ServiceExperienceInfo) GetUeLocs() []LocationInfo + func (o *ServiceExperienceInfo) GetUeLocsOk() ([]LocationInfo, bool) + func (o *ServiceExperienceInfo) GetUpfInfo() UpfInformation + func (o *ServiceExperienceInfo) GetUpfInfoOk() (*UpfInformation, bool) + func (o *ServiceExperienceInfo) HasAppId() bool + func (o *ServiceExperienceInfo) HasAppServerInst() bool + func (o *ServiceExperienceInfo) HasConfidence() bool + func (o *ServiceExperienceInfo) HasDnai() bool + func (o *ServiceExperienceInfo) HasDnn() bool + func (o *ServiceExperienceInfo) HasNetworkArea() bool + func (o *ServiceExperienceInfo) HasNsiId() bool + func (o *ServiceExperienceInfo) HasRatFreq() bool + func (o *ServiceExperienceInfo) HasRatio() bool + func (o *ServiceExperienceInfo) HasSnssai() bool + func (o *ServiceExperienceInfo) HasSrvExpcType() bool + func (o *ServiceExperienceInfo) HasSupis() bool + func (o *ServiceExperienceInfo) HasSvcExprcVariance() bool + func (o *ServiceExperienceInfo) HasUeLocs() bool + func (o *ServiceExperienceInfo) HasUpfInfo() bool + func (o *ServiceExperienceInfo) SetAppId(v string) + func (o *ServiceExperienceInfo) SetAppServerInst(v AddrFqdn) + func (o *ServiceExperienceInfo) SetConfidence(v int32) + func (o *ServiceExperienceInfo) SetDnai(v string) + func (o *ServiceExperienceInfo) SetDnn(v string) + func (o *ServiceExperienceInfo) SetNetworkArea(v NetworkAreaInfo) + func (o *ServiceExperienceInfo) SetNsiId(v string) + func (o *ServiceExperienceInfo) SetRatFreq(v RatFreqInformation) + func (o *ServiceExperienceInfo) SetRatio(v int32) + func (o *ServiceExperienceInfo) SetSnssai(v Snssai) + func (o *ServiceExperienceInfo) SetSrvExpcType(v ServiceExperienceType) + func (o *ServiceExperienceInfo) SetSupis(v []string) + func (o *ServiceExperienceInfo) SetSvcExprc(v SvcExperience) + func (o *ServiceExperienceInfo) SetSvcExprcVariance(v float32) + func (o *ServiceExperienceInfo) SetUeLocs(v []LocationInfo) + func (o *ServiceExperienceInfo) SetUpfInfo(v UpfInformation) + func (o ServiceExperienceInfo) MarshalJSON() ([]byte, error) + func (o ServiceExperienceInfo) ToMap() (map[string]interface{}, error) + type ServiceExperienceInfo1 struct + AppId *string + Supis []string + SvcExpPerFlows []ServiceExperienceInfoPerFlow + func NewServiceExperienceInfo1(svcExpPerFlows []ServiceExperienceInfoPerFlow) *ServiceExperienceInfo1 + func NewServiceExperienceInfo1WithDefaults() *ServiceExperienceInfo1 + func (o *ServiceExperienceInfo1) GetAppId() string + func (o *ServiceExperienceInfo1) GetAppIdOk() (*string, bool) + func (o *ServiceExperienceInfo1) GetSupis() []string + func (o *ServiceExperienceInfo1) GetSupisOk() ([]string, bool) + func (o *ServiceExperienceInfo1) GetSvcExpPerFlows() []ServiceExperienceInfoPerFlow + func (o *ServiceExperienceInfo1) GetSvcExpPerFlowsOk() ([]ServiceExperienceInfoPerFlow, bool) + func (o *ServiceExperienceInfo1) HasAppId() bool + func (o *ServiceExperienceInfo1) HasSupis() bool + func (o *ServiceExperienceInfo1) SetAppId(v string) + func (o *ServiceExperienceInfo1) SetSupis(v []string) + func (o *ServiceExperienceInfo1) SetSvcExpPerFlows(v []ServiceExperienceInfoPerFlow) + func (o ServiceExperienceInfo1) MarshalJSON() ([]byte, error) + func (o ServiceExperienceInfo1) ToMap() (map[string]interface{}, error) + type ServiceExperienceInfoPerApp struct + AppId *string + AppServerIns *AddrFqdn + Gpsis []string + Supis []string + SvcExpPerFlows []ServiceExperienceInfoPerFlow + func NewServiceExperienceInfoPerApp(svcExpPerFlows []ServiceExperienceInfoPerFlow) *ServiceExperienceInfoPerApp + func NewServiceExperienceInfoPerAppWithDefaults() *ServiceExperienceInfoPerApp + func (o *ServiceExperienceInfoPerApp) GetAppId() string + func (o *ServiceExperienceInfoPerApp) GetAppIdOk() (*string, bool) + func (o *ServiceExperienceInfoPerApp) GetAppServerIns() AddrFqdn + func (o *ServiceExperienceInfoPerApp) GetAppServerInsOk() (*AddrFqdn, bool) + func (o *ServiceExperienceInfoPerApp) GetGpsis() []string + func (o *ServiceExperienceInfoPerApp) GetGpsisOk() ([]string, bool) + func (o *ServiceExperienceInfoPerApp) GetSupis() []string + func (o *ServiceExperienceInfoPerApp) GetSupisOk() ([]string, bool) + func (o *ServiceExperienceInfoPerApp) GetSvcExpPerFlows() []ServiceExperienceInfoPerFlow + func (o *ServiceExperienceInfoPerApp) GetSvcExpPerFlowsOk() ([]ServiceExperienceInfoPerFlow, bool) + func (o *ServiceExperienceInfoPerApp) HasAppId() bool + func (o *ServiceExperienceInfoPerApp) HasAppServerIns() bool + func (o *ServiceExperienceInfoPerApp) HasGpsis() bool + func (o *ServiceExperienceInfoPerApp) HasSupis() bool + func (o *ServiceExperienceInfoPerApp) SetAppId(v string) + func (o *ServiceExperienceInfoPerApp) SetAppServerIns(v AddrFqdn) + func (o *ServiceExperienceInfoPerApp) SetGpsis(v []string) + func (o *ServiceExperienceInfoPerApp) SetSupis(v []string) + func (o *ServiceExperienceInfoPerApp) SetSvcExpPerFlows(v []ServiceExperienceInfoPerFlow) + func (o ServiceExperienceInfoPerApp) MarshalJSON() ([]byte, error) + func (o ServiceExperienceInfoPerApp) ToMap() (map[string]interface{}, error) + type ServiceExperienceInfoPerFlow struct + Dnai *string + EthTrafficFilter *EthFlowDescription + IpTrafficFilter *FlowInfo + SvcExprc *SvcExperience + TimeIntev *TimeWindow + func NewServiceExperienceInfoPerFlow() *ServiceExperienceInfoPerFlow + func NewServiceExperienceInfoPerFlowWithDefaults() *ServiceExperienceInfoPerFlow + func (o *ServiceExperienceInfoPerFlow) GetDnai() string + func (o *ServiceExperienceInfoPerFlow) GetDnaiOk() (*string, bool) + func (o *ServiceExperienceInfoPerFlow) GetEthTrafficFilter() EthFlowDescription + func (o *ServiceExperienceInfoPerFlow) GetEthTrafficFilterOk() (*EthFlowDescription, bool) + func (o *ServiceExperienceInfoPerFlow) GetIpTrafficFilter() FlowInfo + func (o *ServiceExperienceInfoPerFlow) GetIpTrafficFilterOk() (*FlowInfo, bool) + func (o *ServiceExperienceInfoPerFlow) GetSvcExprc() SvcExperience + func (o *ServiceExperienceInfoPerFlow) GetSvcExprcOk() (*SvcExperience, bool) + func (o *ServiceExperienceInfoPerFlow) GetTimeIntev() TimeWindow + func (o *ServiceExperienceInfoPerFlow) GetTimeIntevOk() (*TimeWindow, bool) + func (o *ServiceExperienceInfoPerFlow) HasDnai() bool + func (o *ServiceExperienceInfoPerFlow) HasEthTrafficFilter() bool + func (o *ServiceExperienceInfoPerFlow) HasIpTrafficFilter() bool + func (o *ServiceExperienceInfoPerFlow) HasSvcExprc() bool + func (o *ServiceExperienceInfoPerFlow) HasTimeIntev() bool + func (o *ServiceExperienceInfoPerFlow) SetDnai(v string) + func (o *ServiceExperienceInfoPerFlow) SetEthTrafficFilter(v EthFlowDescription) + func (o *ServiceExperienceInfoPerFlow) SetIpTrafficFilter(v FlowInfo) + func (o *ServiceExperienceInfoPerFlow) SetSvcExprc(v SvcExperience) + func (o *ServiceExperienceInfoPerFlow) SetTimeIntev(v TimeWindow) + func (o ServiceExperienceInfoPerFlow) MarshalJSON() ([]byte, error) + func (o ServiceExperienceInfoPerFlow) ToMap() (map[string]interface{}, error) + type ServiceExperienceType struct + String *string + func (dst *ServiceExperienceType) UnmarshalJSON(data []byte) error + func (src *ServiceExperienceType) MarshalJSON() ([]byte, error) + type ServiceName struct + String *string + func (dst *ServiceName) UnmarshalJSON(data []byte) error + func (src *ServiceName) MarshalJSON() ([]byte, error) + type ServiceNameCond struct + ServiceName ServiceName + func NewServiceNameCond(serviceName ServiceName) *ServiceNameCond + func NewServiceNameCondWithDefaults() *ServiceNameCond + func (o *ServiceNameCond) GetServiceName() ServiceName + func (o *ServiceNameCond) GetServiceNameOk() (*ServiceName, bool) + func (o *ServiceNameCond) SetServiceName(v ServiceName) + func (o ServiceNameCond) MarshalJSON() ([]byte, error) + func (o ServiceNameCond) ToMap() (map[string]interface{}, error) + type ServiceNameListCond struct + ConditionType string + ServiceNameList []ServiceName + func NewServiceNameListCond(conditionType string, serviceNameList []ServiceName) *ServiceNameListCond + func NewServiceNameListCondWithDefaults() *ServiceNameListCond + func (o *ServiceNameListCond) GetConditionType() string + func (o *ServiceNameListCond) GetConditionTypeOk() (*string, bool) + func (o *ServiceNameListCond) GetServiceNameList() []ServiceName + func (o *ServiceNameListCond) GetServiceNameListOk() ([]ServiceName, bool) + func (o *ServiceNameListCond) SetConditionType(v string) + func (o *ServiceNameListCond) SetServiceNameList(v []ServiceName) + func (o ServiceNameListCond) MarshalJSON() ([]byte, error) + func (o ServiceNameListCond) ToMap() (map[string]interface{}, error) + type SessInactTimerForUeComm struct + N4SessId int32 + SessInactiveTimer int32 + func NewSessInactTimerForUeComm(n4SessId int32, sessInactiveTimer int32) *SessInactTimerForUeComm + func NewSessInactTimerForUeCommWithDefaults() *SessInactTimerForUeComm + func (o *SessInactTimerForUeComm) GetN4SessId() int32 + func (o *SessInactTimerForUeComm) GetN4SessIdOk() (*int32, bool) + func (o *SessInactTimerForUeComm) GetSessInactiveTimer() int32 + func (o *SessInactTimerForUeComm) GetSessInactiveTimerOk() (*int32, bool) + func (o *SessInactTimerForUeComm) SetN4SessId(v int32) + func (o *SessInactTimerForUeComm) SetSessInactiveTimer(v int32) + func (o SessInactTimerForUeComm) MarshalJSON() ([]byte, error) + func (o SessInactTimerForUeComm) ToMap() (map[string]interface{}, error) + type SharedDataIdRange struct + Pattern *string + func NewSharedDataIdRange() *SharedDataIdRange + func NewSharedDataIdRangeWithDefaults() *SharedDataIdRange + func (o *SharedDataIdRange) GetPattern() string + func (o *SharedDataIdRange) GetPatternOk() (*string, bool) + func (o *SharedDataIdRange) HasPattern() bool + func (o *SharedDataIdRange) SetPattern(v string) + func (o SharedDataIdRange) MarshalJSON() ([]byte, error) + func (o SharedDataIdRange) ToMap() (map[string]interface{}, error) + type SliceLoadLevelInformation struct + LoadLevelInformation int32 + Snssais []Snssai + func NewSliceLoadLevelInformation(loadLevelInformation int32, snssais []Snssai) *SliceLoadLevelInformation + func NewSliceLoadLevelInformationWithDefaults() *SliceLoadLevelInformation + func (o *SliceLoadLevelInformation) GetLoadLevelInformation() int32 + func (o *SliceLoadLevelInformation) GetLoadLevelInformationOk() (*int32, bool) + func (o *SliceLoadLevelInformation) GetSnssais() []Snssai + func (o *SliceLoadLevelInformation) GetSnssaisOk() ([]Snssai, bool) + func (o *SliceLoadLevelInformation) SetLoadLevelInformation(v int32) + func (o *SliceLoadLevelInformation) SetSnssais(v []Snssai) + func (o SliceLoadLevelInformation) MarshalJSON() ([]byte, error) + func (o SliceLoadLevelInformation) ToMap() (map[string]interface{}, error) + type SmNasFromSmf struct + AppliedSmccType AppliedSmccType + BackoffTimer int32 + SmNasType string + TimeStamp time.Time + func NewSmNasFromSmf(smNasType string, timeStamp time.Time, backoffTimer int32, ...) *SmNasFromSmf + func NewSmNasFromSmfWithDefaults() *SmNasFromSmf + func (o *SmNasFromSmf) GetAppliedSmccType() AppliedSmccType + func (o *SmNasFromSmf) GetAppliedSmccTypeOk() (*AppliedSmccType, bool) + func (o *SmNasFromSmf) GetBackoffTimer() int32 + func (o *SmNasFromSmf) GetBackoffTimerOk() (*int32, bool) + func (o *SmNasFromSmf) GetSmNasType() string + func (o *SmNasFromSmf) GetSmNasTypeOk() (*string, bool) + func (o *SmNasFromSmf) GetTimeStamp() time.Time + func (o *SmNasFromSmf) GetTimeStampOk() (*time.Time, bool) + func (o *SmNasFromSmf) SetAppliedSmccType(v AppliedSmccType) + func (o *SmNasFromSmf) SetBackoffTimer(v int32) + func (o *SmNasFromSmf) SetSmNasType(v string) + func (o *SmNasFromSmf) SetTimeStamp(v time.Time) + func (o SmNasFromSmf) MarshalJSON() ([]byte, error) + func (o SmNasFromSmf) ToMap() (map[string]interface{}, error) + type SmNasFromUe struct + SmNasType string + TimeStamp time.Time + func NewSmNasFromUe(smNasType string, timeStamp time.Time) *SmNasFromUe + func NewSmNasFromUeWithDefaults() *SmNasFromUe + func (o *SmNasFromUe) GetSmNasType() string + func (o *SmNasFromUe) GetSmNasTypeOk() (*string, bool) + func (o *SmNasFromUe) GetTimeStamp() time.Time + func (o *SmNasFromUe) GetTimeStampOk() (*time.Time, bool) + func (o *SmNasFromUe) SetSmNasType(v string) + func (o *SmNasFromUe) SetTimeStamp(v time.Time) + func (o SmNasFromUe) MarshalJSON() ([]byte, error) + func (o SmNasFromUe) ToMap() (map[string]interface{}, error) + type SmcceInfo struct + Dnn *string + SmcceUeList SmcceUeList + Snssai *Snssai + func NewSmcceInfo(smcceUeList SmcceUeList) *SmcceInfo + func NewSmcceInfoWithDefaults() *SmcceInfo + func (o *SmcceInfo) GetDnn() string + func (o *SmcceInfo) GetDnnOk() (*string, bool) + func (o *SmcceInfo) GetSmcceUeList() SmcceUeList + func (o *SmcceInfo) GetSmcceUeListOk() (*SmcceUeList, bool) + func (o *SmcceInfo) GetSnssai() Snssai + func (o *SmcceInfo) GetSnssaiOk() (*Snssai, bool) + func (o *SmcceInfo) HasDnn() bool + func (o *SmcceInfo) HasSnssai() bool + func (o *SmcceInfo) SetDnn(v string) + func (o *SmcceInfo) SetSmcceUeList(v SmcceUeList) + func (o *SmcceInfo) SetSnssai(v Snssai) + func (o SmcceInfo) MarshalJSON() ([]byte, error) + func (o SmcceInfo) ToMap() (map[string]interface{}, error) + type SmcceUeList struct + Interface *interface{} + func (dst *SmcceUeList) UnmarshalJSON(data []byte) error + func (src *SmcceUeList) MarshalJSON() ([]byte, error) + type SmfEvent struct + String *string + func (dst *SmfEvent) UnmarshalJSON(data []byte) error + func (src *SmfEvent) MarshalJSON() ([]byte, error) + type SmfInfo struct + AccessType []AccessType + IsmfSupportInd *bool + PgwFqdn *string + PgwFqdnList []string + PgwIpAddrList []IpAddr + Priority *int32 + SNssaiSmfInfoList []SnssaiSmfInfoItem + SmfOnboardingCapability *bool + SmfUPRPCapability *bool + TaiList []Tai + TaiRangeList []TaiRange + VsmfSupportInd *bool + func NewSmfInfo(sNssaiSmfInfoList []SnssaiSmfInfoItem) *SmfInfo + func NewSmfInfoWithDefaults() *SmfInfo + func (o *SmfInfo) GetAccessType() []AccessType + func (o *SmfInfo) GetAccessTypeOk() ([]AccessType, bool) + func (o *SmfInfo) GetIsmfSupportInd() bool + func (o *SmfInfo) GetIsmfSupportIndOk() (*bool, bool) + func (o *SmfInfo) GetPgwFqdn() string + func (o *SmfInfo) GetPgwFqdnList() []string + func (o *SmfInfo) GetPgwFqdnListOk() ([]string, bool) + func (o *SmfInfo) GetPgwFqdnOk() (*string, bool) + func (o *SmfInfo) GetPgwIpAddrList() []IpAddr + func (o *SmfInfo) GetPgwIpAddrListOk() ([]IpAddr, bool) + func (o *SmfInfo) GetPriority() int32 + func (o *SmfInfo) GetPriorityOk() (*int32, bool) + func (o *SmfInfo) GetSNssaiSmfInfoList() []SnssaiSmfInfoItem + func (o *SmfInfo) GetSNssaiSmfInfoListOk() ([]SnssaiSmfInfoItem, bool) + func (o *SmfInfo) GetSmfOnboardingCapability() bool + func (o *SmfInfo) GetSmfOnboardingCapabilityOk() (*bool, bool) + func (o *SmfInfo) GetSmfUPRPCapability() bool + func (o *SmfInfo) GetSmfUPRPCapabilityOk() (*bool, bool) + func (o *SmfInfo) GetTaiList() []Tai + func (o *SmfInfo) GetTaiListOk() ([]Tai, bool) + func (o *SmfInfo) GetTaiRangeList() []TaiRange + func (o *SmfInfo) GetTaiRangeListOk() ([]TaiRange, bool) + func (o *SmfInfo) GetVsmfSupportInd() bool + func (o *SmfInfo) GetVsmfSupportIndOk() (*bool, bool) + func (o *SmfInfo) HasAccessType() bool + func (o *SmfInfo) HasIsmfSupportInd() bool + func (o *SmfInfo) HasPgwFqdn() bool + func (o *SmfInfo) HasPgwFqdnList() bool + func (o *SmfInfo) HasPgwIpAddrList() bool + func (o *SmfInfo) HasPriority() bool + func (o *SmfInfo) HasSmfOnboardingCapability() bool + func (o *SmfInfo) HasSmfUPRPCapability() bool + func (o *SmfInfo) HasTaiList() bool + func (o *SmfInfo) HasTaiRangeList() bool + func (o *SmfInfo) HasVsmfSupportInd() bool + func (o *SmfInfo) SetAccessType(v []AccessType) + func (o *SmfInfo) SetIsmfSupportInd(v bool) + func (o *SmfInfo) SetPgwFqdn(v string) + func (o *SmfInfo) SetPgwFqdnList(v []string) + func (o *SmfInfo) SetPgwIpAddrList(v []IpAddr) + func (o *SmfInfo) SetPriority(v int32) + func (o *SmfInfo) SetSNssaiSmfInfoList(v []SnssaiSmfInfoItem) + func (o *SmfInfo) SetSmfOnboardingCapability(v bool) + func (o *SmfInfo) SetSmfUPRPCapability(v bool) + func (o *SmfInfo) SetTaiList(v []Tai) + func (o *SmfInfo) SetTaiRangeList(v []TaiRange) + func (o *SmfInfo) SetVsmfSupportInd(v bool) + func (o SmfInfo) MarshalJSON() ([]byte, error) + func (o SmfInfo) ToMap() (map[string]interface{}, error) + type SmsfInfo struct + RemotePlmnRangeList []PlmnRange + RoamingUeInd *bool + func NewSmsfInfo() *SmsfInfo + func NewSmsfInfoWithDefaults() *SmsfInfo + func (o *SmsfInfo) GetRemotePlmnRangeList() []PlmnRange + func (o *SmsfInfo) GetRemotePlmnRangeListOk() ([]PlmnRange, bool) + func (o *SmsfInfo) GetRoamingUeInd() bool + func (o *SmsfInfo) GetRoamingUeIndOk() (*bool, bool) + func (o *SmsfInfo) HasRemotePlmnRangeList() bool + func (o *SmsfInfo) HasRoamingUeInd() bool + func (o *SmsfInfo) SetRemotePlmnRangeList(v []PlmnRange) + func (o *SmsfInfo) SetRoamingUeInd(v bool) + func (o SmsfInfo) MarshalJSON() ([]byte, error) + func (o SmsfInfo) 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 SnssaiEasdfInfoItem struct + DnnEasdfInfoList []DnnEasdfInfoItem + SNssai ExtSnssai + func NewSnssaiEasdfInfoItem(sNssai ExtSnssai, dnnEasdfInfoList []DnnEasdfInfoItem) *SnssaiEasdfInfoItem + func NewSnssaiEasdfInfoItemWithDefaults() *SnssaiEasdfInfoItem + func (o *SnssaiEasdfInfoItem) GetDnnEasdfInfoList() []DnnEasdfInfoItem + func (o *SnssaiEasdfInfoItem) GetDnnEasdfInfoListOk() ([]DnnEasdfInfoItem, bool) + func (o *SnssaiEasdfInfoItem) GetSNssai() ExtSnssai + func (o *SnssaiEasdfInfoItem) GetSNssaiOk() (*ExtSnssai, bool) + func (o *SnssaiEasdfInfoItem) SetDnnEasdfInfoList(v []DnnEasdfInfoItem) + func (o *SnssaiEasdfInfoItem) SetSNssai(v ExtSnssai) + func (o SnssaiEasdfInfoItem) MarshalJSON() ([]byte, error) + func (o SnssaiEasdfInfoItem) ToMap() (map[string]interface{}, error) + type SnssaiExtension struct + SdRanges []SdRange + WildcardSd *bool + func NewSnssaiExtension() *SnssaiExtension + func NewSnssaiExtensionWithDefaults() *SnssaiExtension + func (o *SnssaiExtension) GetSdRanges() []SdRange + func (o *SnssaiExtension) GetSdRangesOk() ([]SdRange, bool) + func (o *SnssaiExtension) GetWildcardSd() bool + func (o *SnssaiExtension) GetWildcardSdOk() (*bool, bool) + func (o *SnssaiExtension) HasSdRanges() bool + func (o *SnssaiExtension) HasWildcardSd() bool + func (o *SnssaiExtension) SetSdRanges(v []SdRange) + func (o *SnssaiExtension) SetWildcardSd(v bool) + func (o SnssaiExtension) MarshalJSON() ([]byte, error) + func (o SnssaiExtension) ToMap() (map[string]interface{}, error) + type SnssaiInfoItem struct + DnnInfoList []DnnInfoItem + SNssai ExtSnssai + func NewSnssaiInfoItem(sNssai ExtSnssai, dnnInfoList []DnnInfoItem) *SnssaiInfoItem + func NewSnssaiInfoItemWithDefaults() *SnssaiInfoItem + func (o *SnssaiInfoItem) GetDnnInfoList() []DnnInfoItem + func (o *SnssaiInfoItem) GetDnnInfoListOk() ([]DnnInfoItem, bool) + func (o *SnssaiInfoItem) GetSNssai() ExtSnssai + func (o *SnssaiInfoItem) GetSNssaiOk() (*ExtSnssai, bool) + func (o *SnssaiInfoItem) SetDnnInfoList(v []DnnInfoItem) + func (o *SnssaiInfoItem) SetSNssai(v ExtSnssai) + func (o SnssaiInfoItem) MarshalJSON() ([]byte, error) + func (o SnssaiInfoItem) ToMap() (map[string]interface{}, error) + type SnssaiMbSmfInfoItem struct + DnnInfoList []DnnMbSmfInfoItem + SNssai ExtSnssai + func NewSnssaiMbSmfInfoItem(sNssai ExtSnssai, dnnInfoList []DnnMbSmfInfoItem) *SnssaiMbSmfInfoItem + func NewSnssaiMbSmfInfoItemWithDefaults() *SnssaiMbSmfInfoItem + func (o *SnssaiMbSmfInfoItem) GetDnnInfoList() []DnnMbSmfInfoItem + func (o *SnssaiMbSmfInfoItem) GetDnnInfoListOk() ([]DnnMbSmfInfoItem, bool) + func (o *SnssaiMbSmfInfoItem) GetSNssai() ExtSnssai + func (o *SnssaiMbSmfInfoItem) GetSNssaiOk() (*ExtSnssai, bool) + func (o *SnssaiMbSmfInfoItem) SetDnnInfoList(v []DnnMbSmfInfoItem) + func (o *SnssaiMbSmfInfoItem) SetSNssai(v ExtSnssai) + func (o SnssaiMbSmfInfoItem) MarshalJSON() ([]byte, error) + func (o SnssaiMbSmfInfoItem) ToMap() (map[string]interface{}, error) + type SnssaiSmfInfoItem struct + DnnSmfInfoList []DnnSmfInfoItem + SNssai ExtSnssai + func NewSnssaiSmfInfoItem(sNssai ExtSnssai, dnnSmfInfoList []DnnSmfInfoItem) *SnssaiSmfInfoItem + func NewSnssaiSmfInfoItemWithDefaults() *SnssaiSmfInfoItem + func (o *SnssaiSmfInfoItem) GetDnnSmfInfoList() []DnnSmfInfoItem + func (o *SnssaiSmfInfoItem) GetDnnSmfInfoListOk() ([]DnnSmfInfoItem, bool) + func (o *SnssaiSmfInfoItem) GetSNssai() ExtSnssai + func (o *SnssaiSmfInfoItem) GetSNssaiOk() (*ExtSnssai, bool) + func (o *SnssaiSmfInfoItem) SetDnnSmfInfoList(v []DnnSmfInfoItem) + func (o *SnssaiSmfInfoItem) SetSNssai(v ExtSnssai) + func (o SnssaiSmfInfoItem) MarshalJSON() ([]byte, error) + func (o SnssaiSmfInfoItem) ToMap() (map[string]interface{}, error) + type SnssaiTaiMapping struct + AccessTypeList []AccessType + ReportingArea TargetArea + SupportedSnssaiList []SupportedSnssai + func NewSnssaiTaiMapping(reportingArea TargetArea) *SnssaiTaiMapping + func NewSnssaiTaiMappingWithDefaults() *SnssaiTaiMapping + func (o *SnssaiTaiMapping) GetAccessTypeList() []AccessType + func (o *SnssaiTaiMapping) GetAccessTypeListOk() ([]AccessType, bool) + func (o *SnssaiTaiMapping) GetReportingArea() TargetArea + func (o *SnssaiTaiMapping) GetReportingAreaOk() (*TargetArea, bool) + func (o *SnssaiTaiMapping) GetSupportedSnssaiList() []SupportedSnssai + func (o *SnssaiTaiMapping) GetSupportedSnssaiListOk() ([]SupportedSnssai, bool) + func (o *SnssaiTaiMapping) HasAccessTypeList() bool + func (o *SnssaiTaiMapping) HasSupportedSnssaiList() bool + func (o *SnssaiTaiMapping) SetAccessTypeList(v []AccessType) + func (o *SnssaiTaiMapping) SetReportingArea(v TargetArea) + func (o *SnssaiTaiMapping) SetSupportedSnssaiList(v []SupportedSnssai) + func (o SnssaiTaiMapping) MarshalJSON() ([]byte, error) + func (o SnssaiTaiMapping) ToMap() (map[string]interface{}, error) + type SnssaiTsctsfInfoItem struct + DnnInfoList []DnnTsctsfInfoItem + SNssai ExtSnssai + func NewSnssaiTsctsfInfoItem(sNssai ExtSnssai, dnnInfoList []DnnTsctsfInfoItem) *SnssaiTsctsfInfoItem + func NewSnssaiTsctsfInfoItemWithDefaults() *SnssaiTsctsfInfoItem + func (o *SnssaiTsctsfInfoItem) GetDnnInfoList() []DnnTsctsfInfoItem + func (o *SnssaiTsctsfInfoItem) GetDnnInfoListOk() ([]DnnTsctsfInfoItem, bool) + func (o *SnssaiTsctsfInfoItem) GetSNssai() ExtSnssai + func (o *SnssaiTsctsfInfoItem) GetSNssaiOk() (*ExtSnssai, bool) + func (o *SnssaiTsctsfInfoItem) SetDnnInfoList(v []DnnTsctsfInfoItem) + func (o *SnssaiTsctsfInfoItem) SetSNssai(v ExtSnssai) + func (o SnssaiTsctsfInfoItem) MarshalJSON() ([]byte, error) + func (o SnssaiTsctsfInfoItem) ToMap() (map[string]interface{}, error) + type SnssaiUpfInfoItem struct + DnnUpfInfoList []DnnUpfInfoItem + RedundantTransport *bool + SNssai ExtSnssai + func NewSnssaiUpfInfoItem(sNssai ExtSnssai, dnnUpfInfoList []DnnUpfInfoItem) *SnssaiUpfInfoItem + func NewSnssaiUpfInfoItemWithDefaults() *SnssaiUpfInfoItem + func (o *SnssaiUpfInfoItem) GetDnnUpfInfoList() []DnnUpfInfoItem + func (o *SnssaiUpfInfoItem) GetDnnUpfInfoListOk() ([]DnnUpfInfoItem, bool) + func (o *SnssaiUpfInfoItem) GetRedundantTransport() bool + func (o *SnssaiUpfInfoItem) GetRedundantTransportOk() (*bool, bool) + func (o *SnssaiUpfInfoItem) GetSNssai() ExtSnssai + func (o *SnssaiUpfInfoItem) GetSNssaiOk() (*ExtSnssai, bool) + func (o *SnssaiUpfInfoItem) HasRedundantTransport() bool + func (o *SnssaiUpfInfoItem) SetDnnUpfInfoList(v []DnnUpfInfoItem) + func (o *SnssaiUpfInfoItem) SetRedundantTransport(v bool) + func (o *SnssaiUpfInfoItem) SetSNssai(v ExtSnssai) + func (o SnssaiUpfInfoItem) MarshalJSON() ([]byte, error) + func (o SnssaiUpfInfoItem) ToMap() (map[string]interface{}, error) + type Ssm struct + DestIpAddr IpAddr + SourceIpAddr IpAddr + func NewSsm(sourceIpAddr IpAddr, destIpAddr IpAddr) *Ssm + func NewSsmWithDefaults() *Ssm + func (o *Ssm) GetDestIpAddr() IpAddr + func (o *Ssm) GetDestIpAddrOk() (*IpAddr, bool) + func (o *Ssm) GetSourceIpAddr() IpAddr + func (o *Ssm) GetSourceIpAddrOk() (*IpAddr, bool) + func (o *Ssm) SetDestIpAddr(v IpAddr) + func (o *Ssm) SetSourceIpAddr(v IpAddr) + func (o Ssm) MarshalJSON() ([]byte, error) + func (o Ssm) ToMap() (map[string]interface{}, error) + type SubTerminationReason struct + String *string + func (dst *SubTerminationReason) UnmarshalJSON(data []byte) error + func (src *SubTerminationReason) MarshalJSON() ([]byte, error) + type SubscrCond struct + AmfCond *AmfCond + DccfCond *DccfCond + GuamiListCond *GuamiListCond + NefCond *NefCond + NetworkSliceCond *NetworkSliceCond + NfGroupCond *NfGroupCond + NfGroupListCond *NfGroupListCond + NfInstanceIdCond *NfInstanceIdCond + NfInstanceIdListCond *NfInstanceIdListCond + NfServiceSetCond *NfServiceSetCond + NfSetCond *NfSetCond + NfTypeCond *NfTypeCond + NwdafCond *NwdafCond + ScpDomainCond *ScpDomainCond + ServiceNameCond *ServiceNameCond + ServiceNameListCond *ServiceNameListCond + UpfCond *UpfCond + func AmfCondAsSubscrCond(v *AmfCond) SubscrCond + func DccfCondAsSubscrCond(v *DccfCond) SubscrCond + func GuamiListCondAsSubscrCond(v *GuamiListCond) SubscrCond + func NefCondAsSubscrCond(v *NefCond) SubscrCond + func NetworkSliceCondAsSubscrCond(v *NetworkSliceCond) SubscrCond + func NfGroupCondAsSubscrCond(v *NfGroupCond) SubscrCond + func NfGroupListCondAsSubscrCond(v *NfGroupListCond) SubscrCond + func NfInstanceIdCondAsSubscrCond(v *NfInstanceIdCond) SubscrCond + func NfInstanceIdListCondAsSubscrCond(v *NfInstanceIdListCond) SubscrCond + func NfServiceSetCondAsSubscrCond(v *NfServiceSetCond) SubscrCond + func NfSetCondAsSubscrCond(v *NfSetCond) SubscrCond + func NfTypeCondAsSubscrCond(v *NfTypeCond) SubscrCond + func NwdafCondAsSubscrCond(v *NwdafCond) SubscrCond + func ScpDomainCondAsSubscrCond(v *ScpDomainCond) SubscrCond + func ServiceNameCondAsSubscrCond(v *ServiceNameCond) SubscrCond + func ServiceNameListCondAsSubscrCond(v *ServiceNameListCond) SubscrCond + func UpfCondAsSubscrCond(v *UpfCond) SubscrCond + func (dst *SubscrCond) UnmarshalJSON(data []byte) error + func (obj *SubscrCond) GetActualInstance() interface{} + func (src SubscrCond) MarshalJSON() ([]byte, error) + type SubscriptionContext struct + SubscrCond *SubscrCond + SubscriptionId string + func NewSubscriptionContext(subscriptionId string) *SubscriptionContext + func NewSubscriptionContextWithDefaults() *SubscriptionContext + func (o *SubscriptionContext) GetSubscrCond() SubscrCond + func (o *SubscriptionContext) GetSubscrCondOk() (*SubscrCond, bool) + func (o *SubscriptionContext) GetSubscriptionId() string + func (o *SubscriptionContext) GetSubscriptionIdOk() (*string, bool) + func (o *SubscriptionContext) HasSubscrCond() bool + func (o *SubscriptionContext) SetSubscrCond(v SubscrCond) + func (o *SubscriptionContext) SetSubscriptionId(v string) + func (o SubscriptionContext) MarshalJSON() ([]byte, error) + func (o SubscriptionContext) ToMap() (map[string]interface{}, error) + type SuciInfo struct + HNwPubKeyIds []int32 + RoutingInds []string + func NewSuciInfo() *SuciInfo + func NewSuciInfoWithDefaults() *SuciInfo + func (o *SuciInfo) GetHNwPubKeyIds() []int32 + func (o *SuciInfo) GetHNwPubKeyIdsOk() ([]int32, bool) + func (o *SuciInfo) GetRoutingInds() []string + func (o *SuciInfo) GetRoutingIndsOk() ([]string, bool) + func (o *SuciInfo) HasHNwPubKeyIds() bool + func (o *SuciInfo) HasRoutingInds() bool + func (o *SuciInfo) SetHNwPubKeyIds(v []int32) + func (o *SuciInfo) SetRoutingInds(v []string) + func (o SuciInfo) MarshalJSON() ([]byte, error) + func (o SuciInfo) ToMap() (map[string]interface{}, error) + type SupiRange struct + Interface *interface{} + func InterfaceAsSupiRange(v *interface{}) SupiRange + func (dst *SupiRange) UnmarshalJSON(data []byte) error + func (obj *SupiRange) GetActualInstance() interface{} + func (src SupiRange) MarshalJSON() ([]byte, error) + type SupportedGADShapes struct + String *string + func (dst *SupportedGADShapes) UnmarshalJSON(data []byte) error + func (src *SupportedGADShapes) MarshalJSON() ([]byte, error) + type SupportedSnssai struct + RestrictionInd *bool + SNssai ExtSnssai + func NewSupportedSnssai(sNssai ExtSnssai) *SupportedSnssai + func NewSupportedSnssaiWithDefaults() *SupportedSnssai + func (o *SupportedSnssai) GetRestrictionInd() bool + func (o *SupportedSnssai) GetRestrictionIndOk() (*bool, bool) + func (o *SupportedSnssai) GetSNssai() ExtSnssai + func (o *SupportedSnssai) GetSNssaiOk() (*ExtSnssai, bool) + func (o *SupportedSnssai) HasRestrictionInd() bool + func (o *SupportedSnssai) SetRestrictionInd(v bool) + func (o *SupportedSnssai) SetSNssai(v ExtSnssai) + func (o SupportedSnssai) MarshalJSON() ([]byte, error) + func (o SupportedSnssai) ToMap() (map[string]interface{}, error) + type SvcExperience struct + LowerRange *float32 + Mos *float32 + UpperRange *float32 + func NewSvcExperience() *SvcExperience + func NewSvcExperienceWithDefaults() *SvcExperience + func (o *SvcExperience) GetLowerRange() float32 + func (o *SvcExperience) GetLowerRangeOk() (*float32, bool) + func (o *SvcExperience) GetMos() float32 + func (o *SvcExperience) GetMosOk() (*float32, bool) + func (o *SvcExperience) GetUpperRange() float32 + func (o *SvcExperience) GetUpperRangeOk() (*float32, bool) + func (o *SvcExperience) HasLowerRange() bool + func (o *SvcExperience) HasMos() bool + func (o *SvcExperience) HasUpperRange() bool + func (o *SvcExperience) SetLowerRange(v float32) + func (o *SvcExperience) SetMos(v float32) + func (o *SvcExperience) SetUpperRange(v float32) + func (o SvcExperience) MarshalJSON() ([]byte, error) + func (o SvcExperience) ToMap() (map[string]interface{}, error) + type TacRange struct + Interface *interface{} + func InterfaceAsTacRange(v *interface{}) TacRange + func (dst *TacRange) UnmarshalJSON(data []byte) error + func (obj *TacRange) GetActualInstance() interface{} + func (src TacRange) MarshalJSON() ([]byte, 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 TaiRange struct + Nid *string + PlmnId PlmnId + TacRangeList []TacRange + func NewTaiRange(plmnId PlmnId, tacRangeList []TacRange) *TaiRange + func NewTaiRangeWithDefaults() *TaiRange + func (o *TaiRange) GetNid() string + func (o *TaiRange) GetNidOk() (*string, bool) + func (o *TaiRange) GetPlmnId() PlmnId + func (o *TaiRange) GetPlmnIdOk() (*PlmnId, bool) + func (o *TaiRange) GetTacRangeList() []TacRange + func (o *TaiRange) GetTacRangeListOk() ([]TacRange, bool) + func (o *TaiRange) HasNid() bool + func (o *TaiRange) SetNid(v string) + func (o *TaiRange) SetPlmnId(v PlmnId) + func (o *TaiRange) SetTacRangeList(v []TacRange) + func (o TaiRange) MarshalJSON() ([]byte, error) + func (o TaiRange) ToMap() (map[string]interface{}, error) + type TargetArea struct + AnyTa *bool + TaList []Tai + TaiRangeList []TaiRange + func NewTargetArea() *TargetArea + func NewTargetAreaWithDefaults() *TargetArea + func (o *TargetArea) GetAnyTa() bool + func (o *TargetArea) GetAnyTaOk() (*bool, bool) + func (o *TargetArea) GetTaList() []Tai + func (o *TargetArea) GetTaListOk() ([]Tai, bool) + func (o *TargetArea) GetTaiRangeList() []TaiRange + func (o *TargetArea) GetTaiRangeListOk() ([]TaiRange, bool) + func (o *TargetArea) HasAnyTa() bool + func (o *TargetArea) HasTaList() bool + func (o *TargetArea) HasTaiRangeList() bool + func (o *TargetArea) SetAnyTa(v bool) + func (o *TargetArea) SetTaList(v []Tai) + func (o *TargetArea) SetTaiRangeList(v []TaiRange) + func (o TargetArea) MarshalJSON() ([]byte, error) + func (o TargetArea) ToMap() (map[string]interface{}, error) + type TermCause struct + String *string + func (dst *TermCause) UnmarshalJSON(data []byte) error + func (src *TermCause) MarshalJSON() ([]byte, error) + type ThresholdLevel struct + AvgPacketDelay *int32 + AvgPacketLossRate *int32 + AvgTrafficRate *string + CongLevel *int32 + MaxPacketDelay *int32 + MaxTrafficRate *string + NfCpuUsage *int32 + NfLoadLevel *int32 + NfMemoryUsage *int32 + NfStorageUsage *int32 + SvcExpLevel *float32 + func NewThresholdLevel() *ThresholdLevel + func NewThresholdLevelWithDefaults() *ThresholdLevel + func (o *ThresholdLevel) GetAvgPacketDelay() int32 + func (o *ThresholdLevel) GetAvgPacketDelayOk() (*int32, bool) + func (o *ThresholdLevel) GetAvgPacketLossRate() int32 + func (o *ThresholdLevel) GetAvgPacketLossRateOk() (*int32, bool) + func (o *ThresholdLevel) GetAvgTrafficRate() string + func (o *ThresholdLevel) GetAvgTrafficRateOk() (*string, bool) + func (o *ThresholdLevel) GetCongLevel() int32 + func (o *ThresholdLevel) GetCongLevelOk() (*int32, bool) + func (o *ThresholdLevel) GetMaxPacketDelay() int32 + func (o *ThresholdLevel) GetMaxPacketDelayOk() (*int32, bool) + func (o *ThresholdLevel) GetMaxTrafficRate() string + func (o *ThresholdLevel) GetMaxTrafficRateOk() (*string, bool) + func (o *ThresholdLevel) GetNfCpuUsage() int32 + func (o *ThresholdLevel) GetNfCpuUsageOk() (*int32, bool) + func (o *ThresholdLevel) GetNfLoadLevel() int32 + func (o *ThresholdLevel) GetNfLoadLevelOk() (*int32, bool) + func (o *ThresholdLevel) GetNfMemoryUsage() int32 + func (o *ThresholdLevel) GetNfMemoryUsageOk() (*int32, bool) + func (o *ThresholdLevel) GetNfStorageUsage() int32 + func (o *ThresholdLevel) GetNfStorageUsageOk() (*int32, bool) + func (o *ThresholdLevel) GetSvcExpLevel() float32 + func (o *ThresholdLevel) GetSvcExpLevelOk() (*float32, bool) + func (o *ThresholdLevel) HasAvgPacketDelay() bool + func (o *ThresholdLevel) HasAvgPacketLossRate() bool + func (o *ThresholdLevel) HasAvgTrafficRate() bool + func (o *ThresholdLevel) HasCongLevel() bool + func (o *ThresholdLevel) HasMaxPacketDelay() bool + func (o *ThresholdLevel) HasMaxTrafficRate() bool + func (o *ThresholdLevel) HasNfCpuUsage() bool + func (o *ThresholdLevel) HasNfLoadLevel() bool + func (o *ThresholdLevel) HasNfMemoryUsage() bool + func (o *ThresholdLevel) HasNfStorageUsage() bool + func (o *ThresholdLevel) HasSvcExpLevel() bool + func (o *ThresholdLevel) SetAvgPacketDelay(v int32) + func (o *ThresholdLevel) SetAvgPacketLossRate(v int32) + func (o *ThresholdLevel) SetAvgTrafficRate(v string) + func (o *ThresholdLevel) SetCongLevel(v int32) + func (o *ThresholdLevel) SetMaxPacketDelay(v int32) + func (o *ThresholdLevel) SetMaxTrafficRate(v string) + func (o *ThresholdLevel) SetNfCpuUsage(v int32) + func (o *ThresholdLevel) SetNfLoadLevel(v int32) + func (o *ThresholdLevel) SetNfMemoryUsage(v int32) + func (o *ThresholdLevel) SetNfStorageUsage(v int32) + func (o *ThresholdLevel) SetSvcExpLevel(v float32) + func (o ThresholdLevel) MarshalJSON() ([]byte, error) + func (o ThresholdLevel) ToMap() (map[string]interface{}, error) + type TimeUnit struct + String *string + func (dst *TimeUnit) UnmarshalJSON(data []byte) error + func (src *TimeUnit) MarshalJSON() ([]byte, error) + type TimeWindow struct + StartTime time.Time + StopTime time.Time + func NewTimeWindow(startTime time.Time, stopTime time.Time) *TimeWindow + func NewTimeWindowWithDefaults() *TimeWindow + func (o *TimeWindow) GetStartTime() time.Time + func (o *TimeWindow) GetStartTimeOk() (*time.Time, bool) + func (o *TimeWindow) GetStopTime() time.Time + func (o *TimeWindow) GetStopTimeOk() (*time.Time, bool) + func (o *TimeWindow) SetStartTime(v time.Time) + func (o *TimeWindow) SetStopTime(v time.Time) + func (o TimeWindow) MarshalJSON() ([]byte, error) + func (o TimeWindow) ToMap() (map[string]interface{}, error) + type Tmgi struct + MbsServiceId string + PlmnId PlmnId + func NewTmgi(mbsServiceId string, plmnId PlmnId) *Tmgi + func NewTmgiWithDefaults() *Tmgi + func (o *Tmgi) GetMbsServiceId() string + func (o *Tmgi) GetMbsServiceIdOk() (*string, bool) + func (o *Tmgi) GetPlmnId() PlmnId + func (o *Tmgi) GetPlmnIdOk() (*PlmnId, bool) + func (o *Tmgi) SetMbsServiceId(v string) + func (o *Tmgi) SetPlmnId(v PlmnId) + func (o Tmgi) MarshalJSON() ([]byte, error) + func (o Tmgi) ToMap() (map[string]interface{}, error) + type TmgiRange struct + MbsServiceIdEnd string + MbsServiceIdStart string + Nid *string + PlmnId PlmnId + func NewTmgiRange(mbsServiceIdStart string, mbsServiceIdEnd string, plmnId PlmnId) *TmgiRange + func NewTmgiRangeWithDefaults() *TmgiRange + func (o *TmgiRange) GetMbsServiceIdEnd() string + func (o *TmgiRange) GetMbsServiceIdEndOk() (*string, bool) + func (o *TmgiRange) GetMbsServiceIdStart() string + func (o *TmgiRange) GetMbsServiceIdStartOk() (*string, bool) + func (o *TmgiRange) GetNid() string + func (o *TmgiRange) GetNidOk() (*string, bool) + func (o *TmgiRange) GetPlmnId() PlmnId + func (o *TmgiRange) GetPlmnIdOk() (*PlmnId, bool) + func (o *TmgiRange) HasNid() bool + func (o *TmgiRange) SetMbsServiceIdEnd(v string) + func (o *TmgiRange) SetMbsServiceIdStart(v string) + func (o *TmgiRange) SetNid(v string) + func (o *TmgiRange) SetPlmnId(v PlmnId) + func (o TmgiRange) MarshalJSON() ([]byte, error) + func (o TmgiRange) ToMap() (map[string]interface{}, error) + type TnapId struct + BssId *string + CivicAddress *string + SsId *string + func NewTnapId() *TnapId + func NewTnapIdWithDefaults() *TnapId + func (o *TnapId) GetBssId() string + func (o *TnapId) GetBssIdOk() (*string, bool) + func (o *TnapId) GetCivicAddress() string + func (o *TnapId) GetCivicAddressOk() (*string, bool) + func (o *TnapId) GetSsId() string + func (o *TnapId) GetSsIdOk() (*string, bool) + func (o *TnapId) HasBssId() bool + func (o *TnapId) HasCivicAddress() bool + func (o *TnapId) HasSsId() bool + func (o *TnapId) SetBssId(v string) + func (o *TnapId) SetCivicAddress(v string) + func (o *TnapId) SetSsId(v string) + func (o TnapId) MarshalJSON() ([]byte, error) + func (o TnapId) ToMap() (map[string]interface{}, error) + type TngfInfo struct + Interface *interface{} + func (dst *TngfInfo) UnmarshalJSON(data []byte) error + func (src *TngfInfo) MarshalJSON() ([]byte, error) + type TopApplication struct + Interface *interface{} + func InterfaceAsTopApplication(v *interface{}) TopApplication + func (dst *TopApplication) UnmarshalJSON(data []byte) error + func (obj *TopApplication) GetActualInstance() interface{} + func (src TopApplication) MarshalJSON() ([]byte, error) + type TrafficCharacterization struct + Interface *interface{} + func (dst *TrafficCharacterization) UnmarshalJSON(data []byte) error + func (src *TrafficCharacterization) MarshalJSON() ([]byte, error) + type TrafficInformation struct + Interface *interface{} + func (dst *TrafficInformation) UnmarshalJSON(data []byte) error + func (src *TrafficInformation) MarshalJSON() ([]byte, error) + type TransactionInfo struct + AppIds []string + Snssai *Snssai + TransacMetrics []TransactionMetric + Transaction int32 + func NewTransactionInfo(transaction int32) *TransactionInfo + func NewTransactionInfoWithDefaults() *TransactionInfo + func (o *TransactionInfo) GetAppIds() []string + func (o *TransactionInfo) GetAppIdsOk() ([]string, bool) + func (o *TransactionInfo) GetSnssai() Snssai + func (o *TransactionInfo) GetSnssaiOk() (*Snssai, bool) + func (o *TransactionInfo) GetTransacMetrics() []TransactionMetric + func (o *TransactionInfo) GetTransacMetricsOk() ([]TransactionMetric, bool) + func (o *TransactionInfo) GetTransaction() int32 + func (o *TransactionInfo) GetTransactionOk() (*int32, bool) + func (o *TransactionInfo) HasAppIds() bool + func (o *TransactionInfo) HasSnssai() bool + func (o *TransactionInfo) HasTransacMetrics() bool + func (o *TransactionInfo) SetAppIds(v []string) + func (o *TransactionInfo) SetSnssai(v Snssai) + func (o *TransactionInfo) SetTransacMetrics(v []TransactionMetric) + func (o *TransactionInfo) SetTransaction(v int32) + func (o TransactionInfo) MarshalJSON() ([]byte, error) + func (o TransactionInfo) ToMap() (map[string]interface{}, error) + type TransactionMetric struct + String *string + func (dst *TransactionMetric) UnmarshalJSON(data []byte) error + func (src *TransactionMetric) MarshalJSON() ([]byte, error) + type TransportProtocol struct + String *string + func (dst *TransportProtocol) UnmarshalJSON(data []byte) error + func (src *TransportProtocol) MarshalJSON() ([]byte, error) + type TransportProtocol1 struct + String *string + func (dst *TransportProtocol1) UnmarshalJSON(data []byte) error + func (src *TransportProtocol1) MarshalJSON() ([]byte, error) + type TrustAfInfo struct + AfEvents []AfEvent + AppIds []string + InternalGroupId []string + MappingInd *bool + SNssaiInfoList []SnssaiInfoItem + func NewTrustAfInfo() *TrustAfInfo + func NewTrustAfInfoWithDefaults() *TrustAfInfo + func (o *TrustAfInfo) GetAfEvents() []AfEvent + func (o *TrustAfInfo) GetAfEventsOk() ([]AfEvent, bool) + func (o *TrustAfInfo) GetAppIds() []string + func (o *TrustAfInfo) GetAppIdsOk() ([]string, bool) + func (o *TrustAfInfo) GetInternalGroupId() []string + func (o *TrustAfInfo) GetInternalGroupIdOk() ([]string, bool) + func (o *TrustAfInfo) GetMappingInd() bool + func (o *TrustAfInfo) GetMappingIndOk() (*bool, bool) + func (o *TrustAfInfo) GetSNssaiInfoList() []SnssaiInfoItem + func (o *TrustAfInfo) GetSNssaiInfoListOk() ([]SnssaiInfoItem, bool) + func (o *TrustAfInfo) HasAfEvents() bool + func (o *TrustAfInfo) HasAppIds() bool + func (o *TrustAfInfo) HasInternalGroupId() bool + func (o *TrustAfInfo) HasMappingInd() bool + func (o *TrustAfInfo) HasSNssaiInfoList() bool + func (o *TrustAfInfo) SetAfEvents(v []AfEvent) + func (o *TrustAfInfo) SetAppIds(v []string) + func (o *TrustAfInfo) SetInternalGroupId(v []string) + func (o *TrustAfInfo) SetMappingInd(v bool) + func (o *TrustAfInfo) SetSNssaiInfoList(v []SnssaiInfoItem) + func (o TrustAfInfo) MarshalJSON() ([]byte, error) + func (o TrustAfInfo) ToMap() (map[string]interface{}, error) + type TsctsfInfo struct + ExternalGroupIdentifiersRanges []IdentityRange + GpsiRanges []IdentityRange + InternalGroupIdentifiersRanges []InternalGroupIdRange + SNssaiInfoList *map[string]SnssaiTsctsfInfoItem + SupiRanges []SupiRange + func NewTsctsfInfo() *TsctsfInfo + func NewTsctsfInfoWithDefaults() *TsctsfInfo + func (o *TsctsfInfo) GetExternalGroupIdentifiersRanges() []IdentityRange + func (o *TsctsfInfo) GetExternalGroupIdentifiersRangesOk() ([]IdentityRange, bool) + func (o *TsctsfInfo) GetGpsiRanges() []IdentityRange + func (o *TsctsfInfo) GetGpsiRangesOk() ([]IdentityRange, bool) + func (o *TsctsfInfo) GetInternalGroupIdentifiersRanges() []InternalGroupIdRange + func (o *TsctsfInfo) GetInternalGroupIdentifiersRangesOk() ([]InternalGroupIdRange, bool) + func (o *TsctsfInfo) GetSNssaiInfoList() map[string]SnssaiTsctsfInfoItem + func (o *TsctsfInfo) GetSNssaiInfoListOk() (*map[string]SnssaiTsctsfInfoItem, bool) + func (o *TsctsfInfo) GetSupiRanges() []SupiRange + func (o *TsctsfInfo) GetSupiRangesOk() ([]SupiRange, bool) + func (o *TsctsfInfo) HasExternalGroupIdentifiersRanges() bool + func (o *TsctsfInfo) HasGpsiRanges() bool + func (o *TsctsfInfo) HasInternalGroupIdentifiersRanges() bool + func (o *TsctsfInfo) HasSNssaiInfoList() bool + func (o *TsctsfInfo) HasSupiRanges() bool + func (o *TsctsfInfo) SetExternalGroupIdentifiersRanges(v []IdentityRange) + func (o *TsctsfInfo) SetGpsiRanges(v []IdentityRange) + func (o *TsctsfInfo) SetInternalGroupIdentifiersRanges(v []InternalGroupIdRange) + func (o *TsctsfInfo) SetSNssaiInfoList(v map[string]SnssaiTsctsfInfoItem) + func (o *TsctsfInfo) SetSupiRanges(v []SupiRange) + func (o TsctsfInfo) MarshalJSON() ([]byte, error) + func (o TsctsfInfo) ToMap() (map[string]interface{}, error) + type TwapId struct + BssId *string + CivicAddress *string + SsId string + func NewTwapId(ssId string) *TwapId + func NewTwapIdWithDefaults() *TwapId + func (o *TwapId) GetBssId() string + func (o *TwapId) GetBssIdOk() (*string, bool) + func (o *TwapId) GetCivicAddress() string + func (o *TwapId) GetCivicAddressOk() (*string, bool) + func (o *TwapId) GetSsId() string + func (o *TwapId) GetSsIdOk() (*string, bool) + func (o *TwapId) HasBssId() bool + func (o *TwapId) HasCivicAddress() bool + func (o *TwapId) SetBssId(v string) + func (o *TwapId) SetCivicAddress(v string) + func (o *TwapId) SetSsId(v string) + func (o TwapId) MarshalJSON() ([]byte, error) + func (o TwapId) ToMap() (map[string]interface{}, error) + type TwifInfo struct + Interface *interface{} + func (dst *TwifInfo) UnmarshalJSON(data []byte) error + func (src *TwifInfo) MarshalJSON() ([]byte, error) + type UEIdExt struct + Gpsi *string + Supi *string + func NewUEIdExt() *UEIdExt + func NewUEIdExtWithDefaults() *UEIdExt + func (o *UEIdExt) GetGpsi() string + func (o *UEIdExt) GetGpsiOk() (*string, bool) + func (o *UEIdExt) GetSupi() string + func (o *UEIdExt) GetSupiOk() (*string, bool) + func (o *UEIdExt) HasGpsi() bool + func (o *UEIdExt) HasSupi() bool + func (o *UEIdExt) SetGpsi(v string) + func (o *UEIdExt) SetSupi(v string) + func (o UEIdExt) MarshalJSON() ([]byte, error) + func (o UEIdExt) ToMap() (map[string]interface{}, error) + type UPInterfaceType struct + String *string + func (dst *UPInterfaceType) UnmarshalJSON(data []byte) error + func (src *UPInterfaceType) MarshalJSON() ([]byte, error) + type UdmInfo struct + ExternalGroupIdentifiersRanges []IdentityRange + GpsiRanges []IdentityRange + GroupId *string + InternalGroupIdentifiersRanges []InternalGroupIdRange + RoutingIndicators []string + SuciInfos []SuciInfo + SupiRanges []SupiRange + func NewUdmInfo() *UdmInfo + func NewUdmInfoWithDefaults() *UdmInfo + func (o *UdmInfo) GetExternalGroupIdentifiersRanges() []IdentityRange + func (o *UdmInfo) GetExternalGroupIdentifiersRangesOk() ([]IdentityRange, bool) + func (o *UdmInfo) GetGpsiRanges() []IdentityRange + func (o *UdmInfo) GetGpsiRangesOk() ([]IdentityRange, bool) + func (o *UdmInfo) GetGroupId() string + func (o *UdmInfo) GetGroupIdOk() (*string, bool) + func (o *UdmInfo) GetInternalGroupIdentifiersRanges() []InternalGroupIdRange + func (o *UdmInfo) GetInternalGroupIdentifiersRangesOk() ([]InternalGroupIdRange, bool) + func (o *UdmInfo) GetRoutingIndicators() []string + func (o *UdmInfo) GetRoutingIndicatorsOk() ([]string, bool) + func (o *UdmInfo) GetSuciInfos() []SuciInfo + func (o *UdmInfo) GetSuciInfosOk() ([]SuciInfo, bool) + func (o *UdmInfo) GetSupiRanges() []SupiRange + func (o *UdmInfo) GetSupiRangesOk() ([]SupiRange, bool) + func (o *UdmInfo) HasExternalGroupIdentifiersRanges() bool + func (o *UdmInfo) HasGpsiRanges() bool + func (o *UdmInfo) HasGroupId() bool + func (o *UdmInfo) HasInternalGroupIdentifiersRanges() bool + func (o *UdmInfo) HasRoutingIndicators() bool + func (o *UdmInfo) HasSuciInfos() bool + func (o *UdmInfo) HasSupiRanges() bool + func (o *UdmInfo) SetExternalGroupIdentifiersRanges(v []IdentityRange) + func (o *UdmInfo) SetGpsiRanges(v []IdentityRange) + func (o *UdmInfo) SetGroupId(v string) + func (o *UdmInfo) SetInternalGroupIdentifiersRanges(v []InternalGroupIdRange) + func (o *UdmInfo) SetRoutingIndicators(v []string) + func (o *UdmInfo) SetSuciInfos(v []SuciInfo) + func (o *UdmInfo) SetSupiRanges(v []SupiRange) + func (o UdmInfo) MarshalJSON() ([]byte, error) + func (o UdmInfo) ToMap() (map[string]interface{}, error) + type UdrInfo struct + ExternalGroupIdentifiersRanges []IdentityRange + GpsiRanges []IdentityRange + GroupId *string + SharedDataIdRanges []SharedDataIdRange + SupiRanges []SupiRange + SupportedDataSets []DataSetId + func NewUdrInfo() *UdrInfo + func NewUdrInfoWithDefaults() *UdrInfo + func (o *UdrInfo) GetExternalGroupIdentifiersRanges() []IdentityRange + func (o *UdrInfo) GetExternalGroupIdentifiersRangesOk() ([]IdentityRange, bool) + func (o *UdrInfo) GetGpsiRanges() []IdentityRange + func (o *UdrInfo) GetGpsiRangesOk() ([]IdentityRange, bool) + func (o *UdrInfo) GetGroupId() string + func (o *UdrInfo) GetGroupIdOk() (*string, bool) + func (o *UdrInfo) GetSharedDataIdRanges() []SharedDataIdRange + func (o *UdrInfo) GetSharedDataIdRangesOk() ([]SharedDataIdRange, bool) + func (o *UdrInfo) GetSupiRanges() []SupiRange + func (o *UdrInfo) GetSupiRangesOk() ([]SupiRange, bool) + func (o *UdrInfo) GetSupportedDataSets() []DataSetId + func (o *UdrInfo) GetSupportedDataSetsOk() ([]DataSetId, bool) + func (o *UdrInfo) HasExternalGroupIdentifiersRanges() bool + func (o *UdrInfo) HasGpsiRanges() bool + func (o *UdrInfo) HasGroupId() bool + func (o *UdrInfo) HasSharedDataIdRanges() bool + func (o *UdrInfo) HasSupiRanges() bool + func (o *UdrInfo) HasSupportedDataSets() bool + func (o *UdrInfo) SetExternalGroupIdentifiersRanges(v []IdentityRange) + func (o *UdrInfo) SetGpsiRanges(v []IdentityRange) + func (o *UdrInfo) SetGroupId(v string) + func (o *UdrInfo) SetSharedDataIdRanges(v []SharedDataIdRange) + func (o *UdrInfo) SetSupiRanges(v []SupiRange) + func (o *UdrInfo) SetSupportedDataSets(v []DataSetId) + func (o UdrInfo) MarshalJSON() ([]byte, error) + func (o UdrInfo) ToMap() (map[string]interface{}, error) + type UdsfInfo struct + GroupId *string + StorageIdRanges *map[string][]IdentityRange + SupiRanges []SupiRange + func NewUdsfInfo() *UdsfInfo + func NewUdsfInfoWithDefaults() *UdsfInfo + func (o *UdsfInfo) GetGroupId() string + func (o *UdsfInfo) GetGroupIdOk() (*string, bool) + func (o *UdsfInfo) GetStorageIdRanges() map[string][]IdentityRange + func (o *UdsfInfo) GetStorageIdRangesOk() (*map[string][]IdentityRange, bool) + func (o *UdsfInfo) GetSupiRanges() []SupiRange + func (o *UdsfInfo) GetSupiRangesOk() ([]SupiRange, bool) + func (o *UdsfInfo) HasGroupId() bool + func (o *UdsfInfo) HasStorageIdRanges() bool + func (o *UdsfInfo) HasSupiRanges() bool + func (o *UdsfInfo) SetGroupId(v string) + func (o *UdsfInfo) SetStorageIdRanges(v map[string][]IdentityRange) + func (o *UdsfInfo) SetSupiRanges(v []SupiRange) + func (o UdsfInfo) MarshalJSON() ([]byte, error) + func (o UdsfInfo) ToMap() (map[string]interface{}, error) + type UeAccessBehaviorReportItem struct + Duration int32 + Spacing int32 + StateTransitionType AccessStateTransitionType + func NewUeAccessBehaviorReportItem(stateTransitionType AccessStateTransitionType, spacing int32, duration int32) *UeAccessBehaviorReportItem + func NewUeAccessBehaviorReportItemWithDefaults() *UeAccessBehaviorReportItem + func (o *UeAccessBehaviorReportItem) GetDuration() int32 + func (o *UeAccessBehaviorReportItem) GetDurationOk() (*int32, bool) + func (o *UeAccessBehaviorReportItem) GetSpacing() int32 + func (o *UeAccessBehaviorReportItem) GetSpacingOk() (*int32, bool) + func (o *UeAccessBehaviorReportItem) GetStateTransitionType() AccessStateTransitionType + func (o *UeAccessBehaviorReportItem) GetStateTransitionTypeOk() (*AccessStateTransitionType, bool) + func (o *UeAccessBehaviorReportItem) SetDuration(v int32) + func (o *UeAccessBehaviorReportItem) SetSpacing(v int32) + func (o *UeAccessBehaviorReportItem) SetStateTransitionType(v AccessStateTransitionType) + func (o UeAccessBehaviorReportItem) MarshalJSON() ([]byte, error) + func (o UeAccessBehaviorReportItem) ToMap() (map[string]interface{}, error) + type UeCommunication struct + AnaOfAppList *AppListForUeComm + CommDur *int32 + CommDurVariance *float32 + Confidence *int32 + PerioCommInd *bool + PerioTime *int32 + PerioTimeVariance *float32 + Ratio *int32 + RecurringTime *ScheduledCommunicationTime + SessInactTimer *SessInactTimerForUeComm + TrafChar *TrafficCharacterization + Ts *time.Time + TsVariance *float32 + func NewUeCommunication() *UeCommunication + func NewUeCommunicationWithDefaults() *UeCommunication + func (o *UeCommunication) GetAnaOfAppList() AppListForUeComm + func (o *UeCommunication) GetAnaOfAppListOk() (*AppListForUeComm, bool) + func (o *UeCommunication) GetCommDur() int32 + func (o *UeCommunication) GetCommDurOk() (*int32, bool) + func (o *UeCommunication) GetCommDurVariance() float32 + func (o *UeCommunication) GetCommDurVarianceOk() (*float32, bool) + func (o *UeCommunication) GetConfidence() int32 + func (o *UeCommunication) GetConfidenceOk() (*int32, bool) + func (o *UeCommunication) GetPerioCommInd() bool + func (o *UeCommunication) GetPerioCommIndOk() (*bool, bool) + func (o *UeCommunication) GetPerioTime() int32 + func (o *UeCommunication) GetPerioTimeOk() (*int32, bool) + func (o *UeCommunication) GetPerioTimeVariance() float32 + func (o *UeCommunication) GetPerioTimeVarianceOk() (*float32, bool) + func (o *UeCommunication) GetRatio() int32 + func (o *UeCommunication) GetRatioOk() (*int32, bool) + func (o *UeCommunication) GetRecurringTime() ScheduledCommunicationTime + func (o *UeCommunication) GetRecurringTimeOk() (*ScheduledCommunicationTime, bool) + func (o *UeCommunication) GetSessInactTimer() SessInactTimerForUeComm + func (o *UeCommunication) GetSessInactTimerOk() (*SessInactTimerForUeComm, bool) + func (o *UeCommunication) GetTrafChar() TrafficCharacterization + func (o *UeCommunication) GetTrafCharOk() (*TrafficCharacterization, bool) + func (o *UeCommunication) GetTs() time.Time + func (o *UeCommunication) GetTsOk() (*time.Time, bool) + func (o *UeCommunication) GetTsVariance() float32 + func (o *UeCommunication) GetTsVarianceOk() (*float32, bool) + func (o *UeCommunication) HasAnaOfAppList() bool + func (o *UeCommunication) HasCommDur() bool + func (o *UeCommunication) HasCommDurVariance() bool + func (o *UeCommunication) HasConfidence() bool + func (o *UeCommunication) HasPerioCommInd() bool + func (o *UeCommunication) HasPerioTime() bool + func (o *UeCommunication) HasPerioTimeVariance() bool + func (o *UeCommunication) HasRatio() bool + func (o *UeCommunication) HasRecurringTime() bool + func (o *UeCommunication) HasSessInactTimer() bool + func (o *UeCommunication) HasTrafChar() bool + func (o *UeCommunication) HasTs() bool + func (o *UeCommunication) HasTsVariance() bool + func (o *UeCommunication) SetAnaOfAppList(v AppListForUeComm) + func (o *UeCommunication) SetCommDur(v int32) + func (o *UeCommunication) SetCommDurVariance(v float32) + func (o *UeCommunication) SetConfidence(v int32) + func (o *UeCommunication) SetPerioCommInd(v bool) + func (o *UeCommunication) SetPerioTime(v int32) + func (o *UeCommunication) SetPerioTimeVariance(v float32) + func (o *UeCommunication) SetRatio(v int32) + func (o *UeCommunication) SetRecurringTime(v ScheduledCommunicationTime) + func (o *UeCommunication) SetSessInactTimer(v SessInactTimerForUeComm) + func (o *UeCommunication) SetTrafChar(v TrafficCharacterization) + func (o *UeCommunication) SetTs(v time.Time) + func (o *UeCommunication) SetTsVariance(v float32) + func (o UeCommunication) MarshalJSON() ([]byte, error) + func (o UeCommunication) ToMap() (map[string]interface{}, error) + type UeCommunicationCollection struct + AppId string + Comms []CommunicationCollection + ExterGroupId *string + Gpsi *string + InterGroupId *string + Supi *string + func NewUeCommunicationCollection(appId string, comms []CommunicationCollection) *UeCommunicationCollection + func NewUeCommunicationCollectionWithDefaults() *UeCommunicationCollection + func (o *UeCommunicationCollection) GetAppId() string + func (o *UeCommunicationCollection) GetAppIdOk() (*string, bool) + func (o *UeCommunicationCollection) GetComms() []CommunicationCollection + func (o *UeCommunicationCollection) GetCommsOk() ([]CommunicationCollection, bool) + func (o *UeCommunicationCollection) GetExterGroupId() string + func (o *UeCommunicationCollection) GetExterGroupIdOk() (*string, bool) + func (o *UeCommunicationCollection) GetGpsi() string + func (o *UeCommunicationCollection) GetGpsiOk() (*string, bool) + func (o *UeCommunicationCollection) GetInterGroupId() string + func (o *UeCommunicationCollection) GetInterGroupIdOk() (*string, bool) + func (o *UeCommunicationCollection) GetSupi() string + func (o *UeCommunicationCollection) GetSupiOk() (*string, bool) + func (o *UeCommunicationCollection) HasExterGroupId() bool + func (o *UeCommunicationCollection) HasGpsi() bool + func (o *UeCommunicationCollection) HasInterGroupId() bool + func (o *UeCommunicationCollection) HasSupi() bool + func (o *UeCommunicationCollection) SetAppId(v string) + func (o *UeCommunicationCollection) SetComms(v []CommunicationCollection) + func (o *UeCommunicationCollection) SetExterGroupId(v string) + func (o *UeCommunicationCollection) SetGpsi(v string) + func (o *UeCommunicationCollection) SetInterGroupId(v string) + func (o *UeCommunicationCollection) SetSupi(v string) + func (o UeCommunicationCollection) MarshalJSON() ([]byte, error) + func (o UeCommunicationCollection) ToMap() (map[string]interface{}, error) + type UeCommunicationInfo struct + AppId *string + Comms []CommunicationCollection + InterGroupId *string + Supi *string + func NewUeCommunicationInfo(comms []CommunicationCollection) *UeCommunicationInfo + func NewUeCommunicationInfoWithDefaults() *UeCommunicationInfo + func (o *UeCommunicationInfo) GetAppId() string + func (o *UeCommunicationInfo) GetAppIdOk() (*string, bool) + func (o *UeCommunicationInfo) GetComms() []CommunicationCollection + func (o *UeCommunicationInfo) GetCommsOk() ([]CommunicationCollection, bool) + func (o *UeCommunicationInfo) GetInterGroupId() string + func (o *UeCommunicationInfo) GetInterGroupIdOk() (*string, bool) + func (o *UeCommunicationInfo) GetSupi() string + func (o *UeCommunicationInfo) GetSupiOk() (*string, bool) + func (o *UeCommunicationInfo) HasAppId() bool + func (o *UeCommunicationInfo) HasInterGroupId() bool + func (o *UeCommunicationInfo) HasSupi() bool + func (o *UeCommunicationInfo) SetAppId(v string) + func (o *UeCommunicationInfo) SetComms(v []CommunicationCollection) + func (o *UeCommunicationInfo) SetInterGroupId(v string) + func (o *UeCommunicationInfo) SetSupi(v string) + func (o UeCommunicationInfo) MarshalJSON() ([]byte, error) + func (o UeCommunicationInfo) ToMap() (map[string]interface{}, error) + type UeLocationTrendsReportItem struct + Duration int32 + Ecgi *Ecgi + N3gaLocation *N3gaLocation + Ncgi *Ncgi + Spacing int32 + Tai *Tai + Timestamp time.Time + func NewUeLocationTrendsReportItem(spacing int32, duration int32, timestamp time.Time) *UeLocationTrendsReportItem + func NewUeLocationTrendsReportItemWithDefaults() *UeLocationTrendsReportItem + func (o *UeLocationTrendsReportItem) GetDuration() int32 + func (o *UeLocationTrendsReportItem) GetDurationOk() (*int32, bool) + func (o *UeLocationTrendsReportItem) GetEcgi() Ecgi + func (o *UeLocationTrendsReportItem) GetEcgiOk() (*Ecgi, bool) + func (o *UeLocationTrendsReportItem) GetN3gaLocation() N3gaLocation + func (o *UeLocationTrendsReportItem) GetN3gaLocationOk() (*N3gaLocation, bool) + func (o *UeLocationTrendsReportItem) GetNcgi() Ncgi + func (o *UeLocationTrendsReportItem) GetNcgiOk() (*Ncgi, bool) + func (o *UeLocationTrendsReportItem) GetSpacing() int32 + func (o *UeLocationTrendsReportItem) GetSpacingOk() (*int32, bool) + func (o *UeLocationTrendsReportItem) GetTai() Tai + func (o *UeLocationTrendsReportItem) GetTaiOk() (*Tai, bool) + func (o *UeLocationTrendsReportItem) GetTimestamp() time.Time + func (o *UeLocationTrendsReportItem) GetTimestampOk() (*time.Time, bool) + func (o *UeLocationTrendsReportItem) HasEcgi() bool + func (o *UeLocationTrendsReportItem) HasN3gaLocation() bool + func (o *UeLocationTrendsReportItem) HasNcgi() bool + func (o *UeLocationTrendsReportItem) HasTai() bool + func (o *UeLocationTrendsReportItem) SetDuration(v int32) + func (o *UeLocationTrendsReportItem) SetEcgi(v Ecgi) + func (o *UeLocationTrendsReportItem) SetN3gaLocation(v N3gaLocation) + func (o *UeLocationTrendsReportItem) SetNcgi(v Ncgi) + func (o *UeLocationTrendsReportItem) SetSpacing(v int32) + func (o *UeLocationTrendsReportItem) SetTai(v Tai) + func (o *UeLocationTrendsReportItem) SetTimestamp(v time.Time) + func (o UeLocationTrendsReportItem) MarshalJSON() ([]byte, error) + func (o UeLocationTrendsReportItem) ToMap() (map[string]interface{}, error) + type UeMobility struct + Duration *int32 + DurationVariance *float32 + LocInfos []LocationInfo + RecurringTime *ScheduledCommunicationTime + Ts *time.Time + func NewUeMobility() *UeMobility + func NewUeMobilityWithDefaults() *UeMobility + func (o *UeMobility) GetDuration() int32 + func (o *UeMobility) GetDurationOk() (*int32, bool) + func (o *UeMobility) GetDurationVariance() float32 + func (o *UeMobility) GetDurationVarianceOk() (*float32, bool) + func (o *UeMobility) GetLocInfos() []LocationInfo + func (o *UeMobility) GetLocInfosOk() ([]LocationInfo, bool) + func (o *UeMobility) GetRecurringTime() ScheduledCommunicationTime + func (o *UeMobility) GetRecurringTimeOk() (*ScheduledCommunicationTime, bool) + func (o *UeMobility) GetTs() time.Time + func (o *UeMobility) GetTsOk() (*time.Time, bool) + func (o *UeMobility) HasDuration() bool + func (o *UeMobility) HasDurationVariance() bool + func (o *UeMobility) HasLocInfos() bool + func (o *UeMobility) HasRecurringTime() bool + func (o *UeMobility) HasTs() bool + func (o *UeMobility) SetDuration(v int32) + func (o *UeMobility) SetDurationVariance(v float32) + func (o *UeMobility) SetLocInfos(v []LocationInfo) + func (o *UeMobility) SetRecurringTime(v ScheduledCommunicationTime) + func (o *UeMobility) SetTs(v time.Time) + func (o UeMobility) MarshalJSON() ([]byte, error) + func (o UeMobility) ToMap() (map[string]interface{}, error) + type UeMobilityCollection struct + AllAppInd *bool + AppId string + Gpsi *string + Supi *string + UeTrajs []UeTrajectoryCollection + func NewUeMobilityCollection(appId string, ueTrajs []UeTrajectoryCollection) *UeMobilityCollection + func NewUeMobilityCollectionWithDefaults() *UeMobilityCollection + func (o *UeMobilityCollection) GetAllAppInd() bool + func (o *UeMobilityCollection) GetAllAppIndOk() (*bool, bool) + func (o *UeMobilityCollection) GetAppId() string + func (o *UeMobilityCollection) GetAppIdOk() (*string, bool) + func (o *UeMobilityCollection) GetGpsi() string + func (o *UeMobilityCollection) GetGpsiOk() (*string, bool) + func (o *UeMobilityCollection) GetSupi() string + func (o *UeMobilityCollection) GetSupiOk() (*string, bool) + func (o *UeMobilityCollection) GetUeTrajs() []UeTrajectoryCollection + func (o *UeMobilityCollection) GetUeTrajsOk() ([]UeTrajectoryCollection, bool) + func (o *UeMobilityCollection) HasAllAppInd() bool + func (o *UeMobilityCollection) HasGpsi() bool + func (o *UeMobilityCollection) HasSupi() bool + func (o *UeMobilityCollection) SetAllAppInd(v bool) + func (o *UeMobilityCollection) SetAppId(v string) + func (o *UeMobilityCollection) SetGpsi(v string) + func (o *UeMobilityCollection) SetSupi(v string) + func (o *UeMobilityCollection) SetUeTrajs(v []UeTrajectoryCollection) + func (o UeMobilityCollection) MarshalJSON() ([]byte, error) + func (o UeMobilityCollection) ToMap() (map[string]interface{}, error) + type UeMobilityInfo struct + AppId *string + Supi string + UeTrajs []UeTrajectoryInfo + func NewUeMobilityInfo(supi string, ueTrajs []UeTrajectoryInfo) *UeMobilityInfo + func NewUeMobilityInfoWithDefaults() *UeMobilityInfo + func (o *UeMobilityInfo) GetAppId() string + func (o *UeMobilityInfo) GetAppIdOk() (*string, bool) + func (o *UeMobilityInfo) GetSupi() string + func (o *UeMobilityInfo) GetSupiOk() (*string, bool) + func (o *UeMobilityInfo) GetUeTrajs() []UeTrajectoryInfo + func (o *UeMobilityInfo) GetUeTrajsOk() ([]UeTrajectoryInfo, bool) + func (o *UeMobilityInfo) HasAppId() bool + func (o *UeMobilityInfo) SetAppId(v string) + func (o *UeMobilityInfo) SetSupi(v string) + func (o *UeMobilityInfo) SetUeTrajs(v []UeTrajectoryInfo) + func (o UeMobilityInfo) MarshalJSON() ([]byte, error) + func (o UeMobilityInfo) ToMap() (map[string]interface{}, error) + type UeReachability struct + String *string + func (dst *UeReachability) UnmarshalJSON(data []byte) error + func (src *UeReachability) MarshalJSON() ([]byte, error) + type UeTrajectoryCollection struct + LocArea LocationArea5G + Ts time.Time + func NewUeTrajectoryCollection(ts time.Time, locArea LocationArea5G) *UeTrajectoryCollection + func NewUeTrajectoryCollectionWithDefaults() *UeTrajectoryCollection + func (o *UeTrajectoryCollection) GetLocArea() LocationArea5G + func (o *UeTrajectoryCollection) GetLocAreaOk() (*LocationArea5G, bool) + func (o *UeTrajectoryCollection) GetTs() time.Time + func (o *UeTrajectoryCollection) GetTsOk() (*time.Time, bool) + func (o *UeTrajectoryCollection) SetLocArea(v LocationArea5G) + func (o *UeTrajectoryCollection) SetTs(v time.Time) + func (o UeTrajectoryCollection) MarshalJSON() ([]byte, error) + func (o UeTrajectoryCollection) ToMap() (map[string]interface{}, error) + type UeTrajectoryInfo struct + Location UserLocation + Ts time.Time + func NewUeTrajectoryInfo(ts time.Time, location UserLocation) *UeTrajectoryInfo + func NewUeTrajectoryInfoWithDefaults() *UeTrajectoryInfo + func (o *UeTrajectoryInfo) GetLocation() UserLocation + func (o *UeTrajectoryInfo) GetLocationOk() (*UserLocation, bool) + func (o *UeTrajectoryInfo) GetTs() time.Time + func (o *UeTrajectoryInfo) GetTsOk() (*time.Time, bool) + func (o *UeTrajectoryInfo) SetLocation(v UserLocation) + func (o *UeTrajectoryInfo) SetTs(v time.Time) + func (o UeTrajectoryInfo) MarshalJSON() ([]byte, error) + func (o UeTrajectoryInfo) ToMap() (map[string]interface{}, error) + type UnTrustAfInfo struct + AfId string + MappingInd *bool + SNssaiInfoList []SnssaiInfoItem + func NewUnTrustAfInfo(afId string) *UnTrustAfInfo + func NewUnTrustAfInfoWithDefaults() *UnTrustAfInfo + func (o *UnTrustAfInfo) GetAfId() string + func (o *UnTrustAfInfo) GetAfIdOk() (*string, bool) + func (o *UnTrustAfInfo) GetMappingInd() bool + func (o *UnTrustAfInfo) GetMappingIndOk() (*bool, bool) + func (o *UnTrustAfInfo) GetSNssaiInfoList() []SnssaiInfoItem + func (o *UnTrustAfInfo) GetSNssaiInfoListOk() ([]SnssaiInfoItem, bool) + func (o *UnTrustAfInfo) HasMappingInd() bool + func (o *UnTrustAfInfo) HasSNssaiInfoList() bool + func (o *UnTrustAfInfo) SetAfId(v string) + func (o *UnTrustAfInfo) SetMappingInd(v bool) + func (o *UnTrustAfInfo) SetSNssaiInfoList(v []SnssaiInfoItem) + func (o UnTrustAfInfo) MarshalJSON() ([]byte, error) + func (o UnTrustAfInfo) ToMap() (map[string]interface{}, error) + type UncertaintyEllipse struct + OrientationMajor int32 + SemiMajor float32 + SemiMinor float32 + func NewUncertaintyEllipse(semiMajor float32, semiMinor float32, orientationMajor int32) *UncertaintyEllipse + func NewUncertaintyEllipseWithDefaults() *UncertaintyEllipse + func (o *UncertaintyEllipse) GetOrientationMajor() int32 + func (o *UncertaintyEllipse) GetOrientationMajorOk() (*int32, bool) + func (o *UncertaintyEllipse) GetSemiMajor() float32 + func (o *UncertaintyEllipse) GetSemiMajorOk() (*float32, bool) + func (o *UncertaintyEllipse) GetSemiMinor() float32 + func (o *UncertaintyEllipse) GetSemiMinorOk() (*float32, bool) + func (o *UncertaintyEllipse) SetOrientationMajor(v int32) + func (o *UncertaintyEllipse) SetSemiMajor(v float32) + func (o *UncertaintyEllipse) SetSemiMinor(v float32) + func (o UncertaintyEllipse) MarshalJSON() ([]byte, error) + func (o UncertaintyEllipse) ToMap() (map[string]interface{}, error) + type UncertaintyEllipsoid struct + OrientationMajor int32 + SemiMajor float32 + SemiMinor float32 + Vertical float32 + func NewUncertaintyEllipsoid(semiMajor float32, semiMinor float32, vertical float32, orientationMajor int32) *UncertaintyEllipsoid + func NewUncertaintyEllipsoidWithDefaults() *UncertaintyEllipsoid + func (o *UncertaintyEllipsoid) GetOrientationMajor() int32 + func (o *UncertaintyEllipsoid) GetOrientationMajorOk() (*int32, bool) + func (o *UncertaintyEllipsoid) GetSemiMajor() float32 + func (o *UncertaintyEllipsoid) GetSemiMajorOk() (*float32, bool) + func (o *UncertaintyEllipsoid) GetSemiMinor() float32 + func (o *UncertaintyEllipsoid) GetSemiMinorOk() (*float32, bool) + func (o *UncertaintyEllipsoid) GetVertical() float32 + func (o *UncertaintyEllipsoid) GetVerticalOk() (*float32, bool) + func (o *UncertaintyEllipsoid) SetOrientationMajor(v int32) + func (o *UncertaintyEllipsoid) SetSemiMajor(v float32) + func (o *UncertaintyEllipsoid) SetSemiMinor(v float32) + func (o *UncertaintyEllipsoid) SetVertical(v float32) + func (o UncertaintyEllipsoid) MarshalJSON() ([]byte, error) + func (o UncertaintyEllipsoid) ToMap() (map[string]interface{}, error) + type UpfCond struct + ConditionType string + SmfServingArea []string + TaiList []Tai + func NewUpfCond(conditionType string) *UpfCond + func NewUpfCondWithDefaults() *UpfCond + func (o *UpfCond) GetConditionType() string + func (o *UpfCond) GetConditionTypeOk() (*string, bool) + func (o *UpfCond) GetSmfServingArea() []string + func (o *UpfCond) GetSmfServingAreaOk() ([]string, bool) + func (o *UpfCond) GetTaiList() []Tai + func (o *UpfCond) GetTaiListOk() ([]Tai, bool) + func (o *UpfCond) HasSmfServingArea() bool + func (o *UpfCond) HasTaiList() bool + func (o *UpfCond) SetConditionType(v string) + func (o *UpfCond) SetSmfServingArea(v []string) + func (o *UpfCond) SetTaiList(v []Tai) + func (o UpfCond) MarshalJSON() ([]byte, error) + func (o UpfCond) ToMap() (map[string]interface{}, error) + type UpfInfo struct + AtsssCapability *AtsssCapability + DataForwarding *bool + InterfaceUpfInfoList []InterfaceUpfInfoItem + Ipups *bool + IwkEpsInd *bool + PduSessionTypes []PduSessionType + Priority *int32 + RedundantGtpu *bool + SNssaiUpfInfoList []SnssaiUpfInfoItem + SmfServingArea []string + SupportedPfcpFeatures *string + SxaInd *bool + TaiList []Tai + TaiRangeList []TaiRange + TngfInfo *TngfInfo + TwifInfo *TwifInfo + UeIpAddrInd *bool + WAgfInfo *WAgfInfo + func NewUpfInfo(sNssaiUpfInfoList []SnssaiUpfInfoItem) *UpfInfo + func NewUpfInfoWithDefaults() *UpfInfo + func (o *UpfInfo) GetAtsssCapability() AtsssCapability + func (o *UpfInfo) GetAtsssCapabilityOk() (*AtsssCapability, bool) + func (o *UpfInfo) GetDataForwarding() bool + func (o *UpfInfo) GetDataForwardingOk() (*bool, bool) + func (o *UpfInfo) GetInterfaceUpfInfoList() []InterfaceUpfInfoItem + func (o *UpfInfo) GetInterfaceUpfInfoListOk() ([]InterfaceUpfInfoItem, bool) + func (o *UpfInfo) GetIpups() bool + func (o *UpfInfo) GetIpupsOk() (*bool, bool) + func (o *UpfInfo) GetIwkEpsInd() bool + func (o *UpfInfo) GetIwkEpsIndOk() (*bool, bool) + func (o *UpfInfo) GetPduSessionTypes() []PduSessionType + func (o *UpfInfo) GetPduSessionTypesOk() ([]PduSessionType, bool) + func (o *UpfInfo) GetPriority() int32 + func (o *UpfInfo) GetPriorityOk() (*int32, bool) + func (o *UpfInfo) GetRedundantGtpu() bool + func (o *UpfInfo) GetRedundantGtpuOk() (*bool, bool) + func (o *UpfInfo) GetSNssaiUpfInfoList() []SnssaiUpfInfoItem + func (o *UpfInfo) GetSNssaiUpfInfoListOk() ([]SnssaiUpfInfoItem, bool) + func (o *UpfInfo) GetSmfServingArea() []string + func (o *UpfInfo) GetSmfServingAreaOk() ([]string, bool) + func (o *UpfInfo) GetSupportedPfcpFeatures() string + func (o *UpfInfo) GetSupportedPfcpFeaturesOk() (*string, bool) + func (o *UpfInfo) GetSxaInd() bool + func (o *UpfInfo) GetSxaIndOk() (*bool, bool) + func (o *UpfInfo) GetTaiList() []Tai + func (o *UpfInfo) GetTaiListOk() ([]Tai, bool) + func (o *UpfInfo) GetTaiRangeList() []TaiRange + func (o *UpfInfo) GetTaiRangeListOk() ([]TaiRange, bool) + func (o *UpfInfo) GetTngfInfo() TngfInfo + func (o *UpfInfo) GetTngfInfoOk() (*TngfInfo, bool) + func (o *UpfInfo) GetTwifInfo() TwifInfo + func (o *UpfInfo) GetTwifInfoOk() (*TwifInfo, bool) + func (o *UpfInfo) GetUeIpAddrInd() bool + func (o *UpfInfo) GetUeIpAddrIndOk() (*bool, bool) + func (o *UpfInfo) GetWAgfInfo() WAgfInfo + func (o *UpfInfo) GetWAgfInfoOk() (*WAgfInfo, bool) + func (o *UpfInfo) HasAtsssCapability() bool + func (o *UpfInfo) HasDataForwarding() bool + func (o *UpfInfo) HasInterfaceUpfInfoList() bool + func (o *UpfInfo) HasIpups() bool + func (o *UpfInfo) HasIwkEpsInd() bool + func (o *UpfInfo) HasPduSessionTypes() bool + func (o *UpfInfo) HasPriority() bool + func (o *UpfInfo) HasRedundantGtpu() bool + func (o *UpfInfo) HasSmfServingArea() bool + func (o *UpfInfo) HasSupportedPfcpFeatures() bool + func (o *UpfInfo) HasSxaInd() bool + func (o *UpfInfo) HasTaiList() bool + func (o *UpfInfo) HasTaiRangeList() bool + func (o *UpfInfo) HasTngfInfo() bool + func (o *UpfInfo) HasTwifInfo() bool + func (o *UpfInfo) HasUeIpAddrInd() bool + func (o *UpfInfo) HasWAgfInfo() bool + func (o *UpfInfo) SetAtsssCapability(v AtsssCapability) + func (o *UpfInfo) SetDataForwarding(v bool) + func (o *UpfInfo) SetInterfaceUpfInfoList(v []InterfaceUpfInfoItem) + func (o *UpfInfo) SetIpups(v bool) + func (o *UpfInfo) SetIwkEpsInd(v bool) + func (o *UpfInfo) SetPduSessionTypes(v []PduSessionType) + func (o *UpfInfo) SetPriority(v int32) + func (o *UpfInfo) SetRedundantGtpu(v bool) + func (o *UpfInfo) SetSNssaiUpfInfoList(v []SnssaiUpfInfoItem) + func (o *UpfInfo) SetSmfServingArea(v []string) + func (o *UpfInfo) SetSupportedPfcpFeatures(v string) + func (o *UpfInfo) SetSxaInd(v bool) + func (o *UpfInfo) SetTaiList(v []Tai) + func (o *UpfInfo) SetTaiRangeList(v []TaiRange) + func (o *UpfInfo) SetTngfInfo(v TngfInfo) + func (o *UpfInfo) SetTwifInfo(v TwifInfo) + func (o *UpfInfo) SetUeIpAddrInd(v bool) + func (o *UpfInfo) SetWAgfInfo(v WAgfInfo) + func (o UpfInfo) MarshalJSON() ([]byte, error) + func (o UpfInfo) ToMap() (map[string]interface{}, error) + type UpfInformation struct + UpfAddr *AddrFqdn + UpfId *string + func NewUpfInformation() *UpfInformation + func NewUpfInformationWithDefaults() *UpfInformation + func (o *UpfInformation) GetUpfAddr() AddrFqdn + func (o *UpfInformation) GetUpfAddrOk() (*AddrFqdn, bool) + func (o *UpfInformation) GetUpfId() string + func (o *UpfInformation) GetUpfIdOk() (*string, bool) + func (o *UpfInformation) HasUpfAddr() bool + func (o *UpfInformation) HasUpfId() bool + func (o *UpfInformation) SetUpfAddr(v AddrFqdn) + func (o *UpfInformation) SetUpfId(v string) + func (o UpfInformation) MarshalJSON() ([]byte, error) + func (o UpfInformation) ToMap() (map[string]interface{}, error) + type UriScheme struct + String *string + func (dst *UriScheme) UnmarshalJSON(data []byte) error + func (src *UriScheme) MarshalJSON() ([]byte, error) + type UsageThreshold struct + DownlinkVolume *int64 + Duration *int32 + TotalVolume *int64 + UplinkVolume *int64 + func NewUsageThreshold() *UsageThreshold + func NewUsageThresholdWithDefaults() *UsageThreshold + func (o *UsageThreshold) GetDownlinkVolume() int64 + func (o *UsageThreshold) GetDownlinkVolumeOk() (*int64, bool) + func (o *UsageThreshold) GetDuration() int32 + func (o *UsageThreshold) GetDurationOk() (*int32, bool) + func (o *UsageThreshold) GetTotalVolume() int64 + func (o *UsageThreshold) GetTotalVolumeOk() (*int64, bool) + func (o *UsageThreshold) GetUplinkVolume() int64 + func (o *UsageThreshold) GetUplinkVolumeOk() (*int64, bool) + func (o *UsageThreshold) HasDownlinkVolume() bool + func (o *UsageThreshold) HasDuration() bool + func (o *UsageThreshold) HasTotalVolume() bool + func (o *UsageThreshold) HasUplinkVolume() bool + func (o *UsageThreshold) SetDownlinkVolume(v int64) + func (o *UsageThreshold) SetDuration(v int32) + func (o *UsageThreshold) SetTotalVolume(v int64) + func (o *UsageThreshold) SetUplinkVolume(v int64) + func (o UsageThreshold) MarshalJSON() ([]byte, error) + func (o UsageThreshold) ToMap() (map[string]interface{}, error) + type UserDataCongestionCollection struct + Interface *interface{} + func InterfaceAsUserDataCongestionCollection(v *interface{}) UserDataCongestionCollection + func (dst *UserDataCongestionCollection) UnmarshalJSON(data []byte) error + func (obj *UserDataCongestionCollection) GetActualInstance() interface{} + func (src UserDataCongestionCollection) MarshalJSON() ([]byte, error) + type UserDataCongestionInfo struct + CongestionInfo CongestionInfo + NetworkArea NetworkAreaInfo + Snssai *Snssai + func NewUserDataCongestionInfo(networkArea NetworkAreaInfo, congestionInfo CongestionInfo) *UserDataCongestionInfo + func NewUserDataCongestionInfoWithDefaults() *UserDataCongestionInfo + func (o *UserDataCongestionInfo) GetCongestionInfo() CongestionInfo + func (o *UserDataCongestionInfo) GetCongestionInfoOk() (*CongestionInfo, bool) + func (o *UserDataCongestionInfo) GetNetworkArea() NetworkAreaInfo + func (o *UserDataCongestionInfo) GetNetworkAreaOk() (*NetworkAreaInfo, bool) + func (o *UserDataCongestionInfo) GetSnssai() Snssai + func (o *UserDataCongestionInfo) GetSnssaiOk() (*Snssai, bool) + func (o *UserDataCongestionInfo) HasSnssai() bool + func (o *UserDataCongestionInfo) SetCongestionInfo(v CongestionInfo) + func (o *UserDataCongestionInfo) SetNetworkArea(v NetworkAreaInfo) + func (o *UserDataCongestionInfo) SetSnssai(v Snssai) + func (o UserDataCongestionInfo) MarshalJSON() ([]byte, error) + func (o UserDataCongestionInfo) ToMap() (map[string]interface{}, error) + type UserLocation struct + EutraLocation *EutraLocation + GeraLocation *GeraLocation + N3gaLocation *N3gaLocation + NrLocation *NrLocation + UtraLocation *UtraLocation + func NewUserLocation() *UserLocation + func NewUserLocationWithDefaults() *UserLocation + func (o *UserLocation) GetEutraLocation() EutraLocation + func (o *UserLocation) GetEutraLocationOk() (*EutraLocation, bool) + func (o *UserLocation) GetGeraLocation() GeraLocation + func (o *UserLocation) GetGeraLocationOk() (*GeraLocation, bool) + func (o *UserLocation) GetN3gaLocation() N3gaLocation + func (o *UserLocation) GetN3gaLocationOk() (*N3gaLocation, bool) + func (o *UserLocation) GetNrLocation() NrLocation + func (o *UserLocation) GetNrLocationOk() (*NrLocation, bool) + func (o *UserLocation) GetUtraLocation() UtraLocation + func (o *UserLocation) GetUtraLocationOk() (*UtraLocation, bool) + func (o *UserLocation) HasEutraLocation() bool + func (o *UserLocation) HasGeraLocation() bool + func (o *UserLocation) HasN3gaLocation() bool + func (o *UserLocation) HasNrLocation() bool + func (o *UserLocation) HasUtraLocation() bool + func (o *UserLocation) SetEutraLocation(v EutraLocation) + func (o *UserLocation) SetGeraLocation(v GeraLocation) + func (o *UserLocation) SetN3gaLocation(v N3gaLocation) + func (o *UserLocation) SetNrLocation(v NrLocation) + func (o *UserLocation) SetUtraLocation(v UtraLocation) + func (o UserLocation) MarshalJSON() ([]byte, error) + func (o UserLocation) ToMap() (map[string]interface{}, error) + 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) + type V2xCapability struct + LteV2x *bool + NrV2x *bool + func NewV2xCapability() *V2xCapability + func NewV2xCapabilityWithDefaults() *V2xCapability + func (o *V2xCapability) GetLteV2x() bool + func (o *V2xCapability) GetLteV2xOk() (*bool, bool) + func (o *V2xCapability) GetNrV2x() bool + func (o *V2xCapability) GetNrV2xOk() (*bool, bool) + func (o *V2xCapability) HasLteV2x() bool + func (o *V2xCapability) HasNrV2x() bool + func (o *V2xCapability) SetLteV2x(v bool) + func (o *V2xCapability) SetNrV2x(v bool) + func (o V2xCapability) MarshalJSON() ([]byte, error) + func (o V2xCapability) ToMap() (map[string]interface{}, error) + type VendorSpecificFeature struct + FeatureName string + FeatureVersion string + func NewVendorSpecificFeature(featureName string, featureVersion string) *VendorSpecificFeature + func NewVendorSpecificFeatureWithDefaults() *VendorSpecificFeature + func (o *VendorSpecificFeature) GetFeatureName() string + func (o *VendorSpecificFeature) GetFeatureNameOk() (*string, bool) + func (o *VendorSpecificFeature) GetFeatureVersion() string + func (o *VendorSpecificFeature) GetFeatureVersionOk() (*string, bool) + func (o *VendorSpecificFeature) SetFeatureName(v string) + func (o *VendorSpecificFeature) SetFeatureVersion(v string) + func (o VendorSpecificFeature) MarshalJSON() ([]byte, error) + func (o VendorSpecificFeature) ToMap() (map[string]interface{}, error) + type WAgfInfo struct + Interface *interface{} + func (dst *WAgfInfo) UnmarshalJSON(data []byte) error + func (src *WAgfInfo) MarshalJSON() ([]byte, error) + type WlanPerSsIdPerformanceInfo struct + SsId string + WlanPerTsInfos []WlanPerTsPerformanceInfo + func NewWlanPerSsIdPerformanceInfo(ssId string, wlanPerTsInfos []WlanPerTsPerformanceInfo) *WlanPerSsIdPerformanceInfo + func NewWlanPerSsIdPerformanceInfoWithDefaults() *WlanPerSsIdPerformanceInfo + func (o *WlanPerSsIdPerformanceInfo) GetSsId() string + func (o *WlanPerSsIdPerformanceInfo) GetSsIdOk() (*string, bool) + func (o *WlanPerSsIdPerformanceInfo) GetWlanPerTsInfos() []WlanPerTsPerformanceInfo + func (o *WlanPerSsIdPerformanceInfo) GetWlanPerTsInfosOk() ([]WlanPerTsPerformanceInfo, bool) + func (o *WlanPerSsIdPerformanceInfo) SetSsId(v string) + func (o *WlanPerSsIdPerformanceInfo) SetWlanPerTsInfos(v []WlanPerTsPerformanceInfo) + func (o WlanPerSsIdPerformanceInfo) MarshalJSON() ([]byte, error) + func (o WlanPerSsIdPerformanceInfo) ToMap() (map[string]interface{}, error) + type WlanPerTsPerformanceInfo struct + Interface *interface{} + func (dst *WlanPerTsPerformanceInfo) UnmarshalJSON(data []byte) error + func (src *WlanPerTsPerformanceInfo) MarshalJSON() ([]byte, error) + type WlanPerformanceInfo struct + NetworkArea *NetworkAreaInfo + WlanPerSsidInfos []WlanPerSsIdPerformanceInfo + func NewWlanPerformanceInfo(wlanPerSsidInfos []WlanPerSsIdPerformanceInfo) *WlanPerformanceInfo + func NewWlanPerformanceInfoWithDefaults() *WlanPerformanceInfo + func (o *WlanPerformanceInfo) GetNetworkArea() NetworkAreaInfo + func (o *WlanPerformanceInfo) GetNetworkAreaOk() (*NetworkAreaInfo, bool) + func (o *WlanPerformanceInfo) GetWlanPerSsidInfos() []WlanPerSsIdPerformanceInfo + func (o *WlanPerformanceInfo) GetWlanPerSsidInfosOk() ([]WlanPerSsIdPerformanceInfo, bool) + func (o *WlanPerformanceInfo) HasNetworkArea() bool + func (o *WlanPerformanceInfo) SetNetworkArea(v NetworkAreaInfo) + func (o *WlanPerformanceInfo) SetWlanPerSsidInfos(v []WlanPerSsIdPerformanceInfo) + func (o WlanPerformanceInfo) MarshalJSON() ([]byte, error) + func (o WlanPerformanceInfo) ToMap() (map[string]interface{}, error)