Versions in this module Expand all Collapse all v1 v1.18.2 Apr 9, 2023 Changes in this version + func IsNil(i interface{}) bool v1.18.1 Apr 8, 2023 Changes in this version + var AllowedAccuracyAnyOfEnumValues = []AccuracyAnyOf + var AllowedAnalyticsEventAnyOfEnumValues = []AnalyticsEventAnyOf + var AllowedAnalyticsFailureCodeAnyOfEnumValues = []AnalyticsFailureCodeAnyOf + var AllowedAnalyticsMetadataAnyOfEnumValues = []AnalyticsMetadataAnyOf + var AllowedAnalyticsSubsetAnyOfEnumValues = []AnalyticsSubsetAnyOf + var AllowedCongestionTypeAnyOfEnumValues = []CongestionTypeAnyOf + var AllowedDatasetStatisticalPropertyAnyOfEnumValues = []DatasetStatisticalPropertyAnyOf + var AllowedDispersionClassOneOfEnumValues = []DispersionClassOneOf + var AllowedDispersionOrderingCriterionAnyOfEnumValues = []DispersionOrderingCriterionAnyOf + var AllowedDispersionTypeOneOfEnumValues = []DispersionTypeOneOf + var AllowedDnPerfOrderingCriterionAnyOfEnumValues = []DnPerfOrderingCriterionAnyOf + var AllowedExceptionIdAnyOfEnumValues = []ExceptionIdAnyOf + var AllowedExceptionTrendAnyOfEnumValues = []ExceptionTrendAnyOf + var AllowedExpectedAnalyticsTypeAnyOfEnumValues = []ExpectedAnalyticsTypeAnyOf + var AllowedFlowDirectionAnyOfEnumValues = []FlowDirectionAnyOf + var AllowedLineTypeAnyOfEnumValues = []LineTypeAnyOf + var AllowedMatchingDirectionAnyOfEnumValues = []MatchingDirectionAnyOf + var AllowedNFTypeAnyOfEnumValues = []NFTypeAnyOf + var AllowedNetworkPerfTypeAnyOfEnumValues = []NetworkPerfTypeAnyOf + var AllowedNotificationFlagAnyOfEnumValues = []NotificationFlagAnyOf + var AllowedNotificationMethodAnyOfEnumValues = []NotificationMethodAnyOf + var AllowedOutputStrategyAnyOfEnumValues = []OutputStrategyAnyOf + var AllowedPartitioningCriteriaAnyOfEnumValues = []PartitioningCriteriaAnyOf + var AllowedQosResourceTypeAnyOfEnumValues = []QosResourceTypeAnyOf + var AllowedRatTypeAnyOfEnumValues = []RatTypeAnyOf + var AllowedScheduledCommunicationTypeAnyOfEnumValues = []ScheduledCommunicationTypeAnyOf + var AllowedServiceExperienceTypeAnyOfEnumValues = []ServiceExperienceTypeAnyOf + var AllowedStationaryIndicationAnyOfEnumValues = []StationaryIndicationAnyOf + var AllowedSupportedGADShapesAnyOfEnumValues = []SupportedGADShapesAnyOf + var AllowedTermCauseAnyOfEnumValues = []TermCauseAnyOf + var AllowedTimeUnitAnyOfEnumValues = []TimeUnitAnyOf + var AllowedTrafficProfileAnyOfEnumValues = []TrafficProfileAnyOf + var AllowedTransportProtocolAnyOfEnumValues = []TransportProtocolAnyOf + var ContextOAuth2 = contextKey("token") + var ContextOperationServerIndices = contextKey("serverOperationIndices") + var ContextOperationServerVariables = contextKey("serverOperationVariables") + var ContextServerIndex = contextKey("serverIndex") + var ContextServerVariables = contextKey("serverVariables") + func CacheExpires(r *http.Response) time.Time + func PtrBool(v bool) *bool + func PtrFloat32(v float32) *float32 + func PtrFloat64(v float64) *float64 + func PtrInt(v int) *int + func PtrInt32(v int32) *int32 + func PtrInt64(v int64) *int64 + func PtrString(v string) *string + func PtrTime(v time.Time) *time.Time + type APIClient struct + AnalyticsExposureAPIFetchAnalyticsInformationApi *AnalyticsExposureAPIFetchAnalyticsInformationApiService + AnalyticsExposureSubscriptionsApi *AnalyticsExposureSubscriptionsApiService + IndividualAnalyticsExposureSubscriptionApi *IndividualAnalyticsExposureSubscriptionApiService + 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 AbnormalExposure struct + AddtMeasInfo *AdditionalMeasurement + AppId *string + Confidence *int32 + Dnn *string + Excep Exception + Gpsis []string + Ratio *int32 + Snssai *Snssai + func NewAbnormalExposure(excep Exception) *AbnormalExposure + func NewAbnormalExposureWithDefaults() *AbnormalExposure + func (o *AbnormalExposure) GetAddtMeasInfo() AdditionalMeasurement + func (o *AbnormalExposure) GetAddtMeasInfoOk() (*AdditionalMeasurement, bool) + func (o *AbnormalExposure) GetAppId() string + func (o *AbnormalExposure) GetAppIdOk() (*string, bool) + func (o *AbnormalExposure) GetConfidence() int32 + func (o *AbnormalExposure) GetConfidenceOk() (*int32, bool) + func (o *AbnormalExposure) GetDnn() string + func (o *AbnormalExposure) GetDnnOk() (*string, bool) + func (o *AbnormalExposure) GetExcep() Exception + func (o *AbnormalExposure) GetExcepOk() (*Exception, bool) + func (o *AbnormalExposure) GetGpsis() []string + func (o *AbnormalExposure) GetGpsisOk() ([]string, bool) + func (o *AbnormalExposure) GetRatio() int32 + func (o *AbnormalExposure) GetRatioOk() (*int32, bool) + func (o *AbnormalExposure) GetSnssai() Snssai + func (o *AbnormalExposure) GetSnssaiOk() (*Snssai, bool) + func (o *AbnormalExposure) HasAddtMeasInfo() bool + func (o *AbnormalExposure) HasAppId() bool + func (o *AbnormalExposure) HasConfidence() bool + func (o *AbnormalExposure) HasDnn() bool + func (o *AbnormalExposure) HasGpsis() bool + func (o *AbnormalExposure) HasRatio() bool + func (o *AbnormalExposure) HasSnssai() bool + func (o *AbnormalExposure) SetAddtMeasInfo(v AdditionalMeasurement) + func (o *AbnormalExposure) SetAppId(v string) + func (o *AbnormalExposure) SetConfidence(v int32) + func (o *AbnormalExposure) SetDnn(v string) + func (o *AbnormalExposure) SetExcep(v Exception) + func (o *AbnormalExposure) SetGpsis(v []string) + func (o *AbnormalExposure) SetRatio(v int32) + func (o *AbnormalExposure) SetSnssai(v Snssai) + func (o AbnormalExposure) MarshalJSON() ([]byte, error) + func (o AbnormalExposure) ToMap() (map[string]interface{}, 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 Accuracy struct + AccuracyAnyOf *AccuracyAnyOf + String *string + func (dst *Accuracy) UnmarshalJSON(data []byte) error + func (src *Accuracy) MarshalJSON() ([]byte, error) + type AccuracyAnyOf string + const HIGH + const LOW + func NewAccuracyAnyOfFromValue(v string) (*AccuracyAnyOf, error) + func (v *AccuracyAnyOf) UnmarshalJSON(src []byte) error + func (v AccuracyAnyOf) IsValid() bool + func (v AccuracyAnyOf) Ptr() *AccuracyAnyOf + type AdditionInfoAnalyticsInfoRequest struct + RvWaitTime *int32 + func NewAdditionInfoAnalyticsInfoRequest() *AdditionInfoAnalyticsInfoRequest + func NewAdditionInfoAnalyticsInfoRequestWithDefaults() *AdditionInfoAnalyticsInfoRequest + func (o *AdditionInfoAnalyticsInfoRequest) GetRvWaitTime() int32 + func (o *AdditionInfoAnalyticsInfoRequest) GetRvWaitTimeOk() (*int32, bool) + func (o *AdditionInfoAnalyticsInfoRequest) HasRvWaitTime() bool + func (o *AdditionInfoAnalyticsInfoRequest) SetRvWaitTime(v int32) + func (o AdditionInfoAnalyticsInfoRequest) MarshalJSON() ([]byte, error) + func (o AdditionInfoAnalyticsInfoRequest) ToMap() (map[string]interface{}, 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 AnalyticsData struct + AbnormalInfos []AbnormalExposure + CongestInfos []CongestInfo + DisperInfos []DispersionInfo + DisperReqs []DispersionRequirement + DnPerfInfos []DnPerfInfo + Expiry *time.Time + NwPerfInfos []NetworkPerfExposure + QosSustainInfos []QosSustainabilityExposure + Start *time.Time + SuppFeat string + SvcExps []ServiceExperienceInfo + TimeStampGen *time.Time + UeCommInfos []UeCommunication + UeMobilityInfos []UeMobilityExposure + func NewAnalyticsData(suppFeat string) *AnalyticsData + func NewAnalyticsDataWithDefaults() *AnalyticsData + func (o *AnalyticsData) GetAbnormalInfos() []AbnormalExposure + func (o *AnalyticsData) GetAbnormalInfosOk() ([]AbnormalExposure, bool) + func (o *AnalyticsData) GetCongestInfos() []CongestInfo + func (o *AnalyticsData) GetCongestInfosOk() ([]CongestInfo, bool) + func (o *AnalyticsData) GetDisperInfos() []DispersionInfo + func (o *AnalyticsData) GetDisperInfosOk() ([]DispersionInfo, bool) + func (o *AnalyticsData) GetDisperReqs() []DispersionRequirement + func (o *AnalyticsData) GetDisperReqsOk() ([]DispersionRequirement, bool) + func (o *AnalyticsData) GetDnPerfInfos() []DnPerfInfo + func (o *AnalyticsData) GetDnPerfInfosOk() ([]DnPerfInfo, bool) + func (o *AnalyticsData) GetExpiry() time.Time + func (o *AnalyticsData) GetExpiryOk() (*time.Time, bool) + func (o *AnalyticsData) GetNwPerfInfos() []NetworkPerfExposure + func (o *AnalyticsData) GetNwPerfInfosOk() ([]NetworkPerfExposure, bool) + func (o *AnalyticsData) GetQosSustainInfos() []QosSustainabilityExposure + func (o *AnalyticsData) GetQosSustainInfosOk() ([]QosSustainabilityExposure, bool) + func (o *AnalyticsData) GetStart() time.Time + func (o *AnalyticsData) GetStartOk() (*time.Time, bool) + func (o *AnalyticsData) GetSuppFeat() string + func (o *AnalyticsData) GetSuppFeatOk() (*string, bool) + func (o *AnalyticsData) GetSvcExps() []ServiceExperienceInfo + func (o *AnalyticsData) GetSvcExpsOk() ([]ServiceExperienceInfo, bool) + func (o *AnalyticsData) GetTimeStampGen() time.Time + func (o *AnalyticsData) GetTimeStampGenOk() (*time.Time, bool) + func (o *AnalyticsData) GetUeCommInfos() []UeCommunication + func (o *AnalyticsData) GetUeCommInfosOk() ([]UeCommunication, bool) + func (o *AnalyticsData) GetUeMobilityInfos() []UeMobilityExposure + func (o *AnalyticsData) GetUeMobilityInfosOk() ([]UeMobilityExposure, bool) + func (o *AnalyticsData) HasAbnormalInfos() bool + func (o *AnalyticsData) HasCongestInfos() bool + func (o *AnalyticsData) HasDisperInfos() bool + func (o *AnalyticsData) HasDisperReqs() bool + func (o *AnalyticsData) HasDnPerfInfos() bool + func (o *AnalyticsData) HasExpiry() bool + func (o *AnalyticsData) HasNwPerfInfos() bool + func (o *AnalyticsData) HasQosSustainInfos() bool + func (o *AnalyticsData) HasStart() bool + func (o *AnalyticsData) HasSvcExps() bool + func (o *AnalyticsData) HasTimeStampGen() bool + func (o *AnalyticsData) HasUeCommInfos() bool + func (o *AnalyticsData) HasUeMobilityInfos() bool + func (o *AnalyticsData) SetAbnormalInfos(v []AbnormalExposure) + func (o *AnalyticsData) SetCongestInfos(v []CongestInfo) + func (o *AnalyticsData) SetDisperInfos(v []DispersionInfo) + func (o *AnalyticsData) SetDisperReqs(v []DispersionRequirement) + func (o *AnalyticsData) SetDnPerfInfos(v []DnPerfInfo) + func (o *AnalyticsData) SetExpiry(v time.Time) + func (o *AnalyticsData) SetNwPerfInfos(v []NetworkPerfExposure) + func (o *AnalyticsData) SetQosSustainInfos(v []QosSustainabilityExposure) + func (o *AnalyticsData) SetStart(v time.Time) + func (o *AnalyticsData) SetSuppFeat(v string) + func (o *AnalyticsData) SetSvcExps(v []ServiceExperienceInfo) + func (o *AnalyticsData) SetTimeStampGen(v time.Time) + func (o *AnalyticsData) SetUeCommInfos(v []UeCommunication) + func (o *AnalyticsData) SetUeMobilityInfos(v []UeMobilityExposure) + func (o AnalyticsData) MarshalJSON() ([]byte, error) + func (o AnalyticsData) ToMap() (map[string]interface{}, error) + type AnalyticsEvent struct + AnalyticsEventAnyOf *AnalyticsEventAnyOf + String *string + func (dst *AnalyticsEvent) UnmarshalJSON(data []byte) error + func (src *AnalyticsEvent) MarshalJSON() ([]byte, error) + type AnalyticsEventAnyOf string + const ABNORMAL_BEHAVIOR + const CONGESTION + const DISPERSION + const DN_PERFORMANCE + const NETWORK_PERFORMANCE + const QOS_SUSTAINABILITY + const SERVICE_EXPERIENCE + const UE_COMM + const UE_MOBILITY + func NewAnalyticsEventAnyOfFromValue(v string) (*AnalyticsEventAnyOf, error) + func (v *AnalyticsEventAnyOf) UnmarshalJSON(src []byte) error + func (v AnalyticsEventAnyOf) IsValid() bool + func (v AnalyticsEventAnyOf) Ptr() *AnalyticsEventAnyOf + type AnalyticsEventFilter struct + AppIds []string + AppServerAddrs []AddrFqdn + BwRequs []BwRequirement + DnPerfReqs []DnPerformanceReq + Dnais []string + Dnn *string + ExcepIds []ExceptionId + ExptAnaType *ExpectedAnalyticsType + ExptUeBehav *ExpectedUeBehaviourData + ListOfAnaSubsets []AnalyticsSubset + LocArea *LocationArea5G + MaxNumOfTopAppDl *int32 + MaxNumOfTopAppUl *int32 + NsiIdInfos []NsiIdInfo + NwPerfTypes []NetworkPerfType + QosReq *QosRequirement + RatFreqs []RatFreqInformation + Snssai *Snssai + VisitedLocAreas []LocationArea5G + func NewAnalyticsEventFilter() *AnalyticsEventFilter + func NewAnalyticsEventFilterWithDefaults() *AnalyticsEventFilter + func (o *AnalyticsEventFilter) GetAppIds() []string + func (o *AnalyticsEventFilter) GetAppIdsOk() ([]string, bool) + func (o *AnalyticsEventFilter) GetAppServerAddrs() []AddrFqdn + func (o *AnalyticsEventFilter) GetAppServerAddrsOk() ([]AddrFqdn, bool) + func (o *AnalyticsEventFilter) GetBwRequs() []BwRequirement + func (o *AnalyticsEventFilter) GetBwRequsOk() ([]BwRequirement, bool) + func (o *AnalyticsEventFilter) GetDnPerfReqs() []DnPerformanceReq + func (o *AnalyticsEventFilter) GetDnPerfReqsOk() ([]DnPerformanceReq, bool) + func (o *AnalyticsEventFilter) GetDnais() []string + func (o *AnalyticsEventFilter) GetDnaisOk() ([]string, bool) + func (o *AnalyticsEventFilter) GetDnn() string + func (o *AnalyticsEventFilter) GetDnnOk() (*string, bool) + func (o *AnalyticsEventFilter) GetExcepIds() []ExceptionId + func (o *AnalyticsEventFilter) GetExcepIdsOk() ([]ExceptionId, bool) + func (o *AnalyticsEventFilter) GetExptAnaType() ExpectedAnalyticsType + func (o *AnalyticsEventFilter) GetExptAnaTypeOk() (*ExpectedAnalyticsType, bool) + func (o *AnalyticsEventFilter) GetExptUeBehav() ExpectedUeBehaviourData + func (o *AnalyticsEventFilter) GetExptUeBehavOk() (*ExpectedUeBehaviourData, bool) + func (o *AnalyticsEventFilter) GetListOfAnaSubsets() []AnalyticsSubset + func (o *AnalyticsEventFilter) GetListOfAnaSubsetsOk() ([]AnalyticsSubset, bool) + func (o *AnalyticsEventFilter) GetLocArea() LocationArea5G + func (o *AnalyticsEventFilter) GetLocAreaOk() (*LocationArea5G, bool) + func (o *AnalyticsEventFilter) GetMaxNumOfTopAppDl() int32 + func (o *AnalyticsEventFilter) GetMaxNumOfTopAppDlOk() (*int32, bool) + func (o *AnalyticsEventFilter) GetMaxNumOfTopAppUl() int32 + func (o *AnalyticsEventFilter) GetMaxNumOfTopAppUlOk() (*int32, bool) + func (o *AnalyticsEventFilter) GetNsiIdInfos() []NsiIdInfo + func (o *AnalyticsEventFilter) GetNsiIdInfosOk() ([]NsiIdInfo, bool) + func (o *AnalyticsEventFilter) GetNwPerfTypes() []NetworkPerfType + func (o *AnalyticsEventFilter) GetNwPerfTypesOk() ([]NetworkPerfType, bool) + func (o *AnalyticsEventFilter) GetQosReq() QosRequirement + func (o *AnalyticsEventFilter) GetQosReqOk() (*QosRequirement, bool) + func (o *AnalyticsEventFilter) GetRatFreqs() []RatFreqInformation + func (o *AnalyticsEventFilter) GetRatFreqsOk() ([]RatFreqInformation, bool) + func (o *AnalyticsEventFilter) GetSnssai() Snssai + func (o *AnalyticsEventFilter) GetSnssaiOk() (*Snssai, bool) + func (o *AnalyticsEventFilter) GetVisitedLocAreas() []LocationArea5G + func (o *AnalyticsEventFilter) GetVisitedLocAreasOk() ([]LocationArea5G, bool) + func (o *AnalyticsEventFilter) HasAppIds() bool + func (o *AnalyticsEventFilter) HasAppServerAddrs() bool + func (o *AnalyticsEventFilter) HasBwRequs() bool + func (o *AnalyticsEventFilter) HasDnPerfReqs() bool + func (o *AnalyticsEventFilter) HasDnais() bool + func (o *AnalyticsEventFilter) HasDnn() bool + func (o *AnalyticsEventFilter) HasExcepIds() bool + func (o *AnalyticsEventFilter) HasExptAnaType() bool + func (o *AnalyticsEventFilter) HasExptUeBehav() bool + func (o *AnalyticsEventFilter) HasListOfAnaSubsets() bool + func (o *AnalyticsEventFilter) HasLocArea() bool + func (o *AnalyticsEventFilter) HasMaxNumOfTopAppDl() bool + func (o *AnalyticsEventFilter) HasMaxNumOfTopAppUl() bool + func (o *AnalyticsEventFilter) HasNsiIdInfos() bool + func (o *AnalyticsEventFilter) HasNwPerfTypes() bool + func (o *AnalyticsEventFilter) HasQosReq() bool + func (o *AnalyticsEventFilter) HasRatFreqs() bool + func (o *AnalyticsEventFilter) HasSnssai() bool + func (o *AnalyticsEventFilter) HasVisitedLocAreas() bool + func (o *AnalyticsEventFilter) SetAppIds(v []string) + func (o *AnalyticsEventFilter) SetAppServerAddrs(v []AddrFqdn) + func (o *AnalyticsEventFilter) SetBwRequs(v []BwRequirement) + func (o *AnalyticsEventFilter) SetDnPerfReqs(v []DnPerformanceReq) + func (o *AnalyticsEventFilter) SetDnais(v []string) + func (o *AnalyticsEventFilter) SetDnn(v string) + func (o *AnalyticsEventFilter) SetExcepIds(v []ExceptionId) + func (o *AnalyticsEventFilter) SetExptAnaType(v ExpectedAnalyticsType) + func (o *AnalyticsEventFilter) SetExptUeBehav(v ExpectedUeBehaviourData) + func (o *AnalyticsEventFilter) SetListOfAnaSubsets(v []AnalyticsSubset) + func (o *AnalyticsEventFilter) SetLocArea(v LocationArea5G) + func (o *AnalyticsEventFilter) SetMaxNumOfTopAppDl(v int32) + func (o *AnalyticsEventFilter) SetMaxNumOfTopAppUl(v int32) + func (o *AnalyticsEventFilter) SetNsiIdInfos(v []NsiIdInfo) + func (o *AnalyticsEventFilter) SetNwPerfTypes(v []NetworkPerfType) + func (o *AnalyticsEventFilter) SetQosReq(v QosRequirement) + func (o *AnalyticsEventFilter) SetRatFreqs(v []RatFreqInformation) + func (o *AnalyticsEventFilter) SetSnssai(v Snssai) + func (o *AnalyticsEventFilter) SetVisitedLocAreas(v []LocationArea5G) + func (o AnalyticsEventFilter) MarshalJSON() ([]byte, error) + func (o AnalyticsEventFilter) ToMap() (map[string]interface{}, error) + type AnalyticsEventFilterSubsc struct + AppIds []string + AppServerAddrs []AddrFqdn + BwRequs []BwRequirement + DisperReqs []DispersionRequirement + DnPerfReqs []DnPerformanceReq + Dnais []string + Dnn *string + ExcepRequs []Exception + ExptAnaType *ExpectedAnalyticsType + ExptUeBehav *ExpectedUeBehaviourData + ExtraReportReq *EventReportingRequirement + ListOfAnaSubsets []AnalyticsSubset + LocArea *LocationArea5G + MatchingDir *MatchingDirection + MaxNumOfTopAppDl *int32 + MaxNumOfTopAppUl *int32 + NsiIdInfos []NsiIdInfo + NwPerfReqs []NetworkPerfRequirement + QosFlowRetThds []RetainabilityThreshold + QosReq *QosRequirement + RanUeThrouThds []string + RatFreqs []RatFreqInformation + ReptThlds []ThresholdLevel + Snssai *Snssai + VisitedLocAreas []LocationArea5G + func NewAnalyticsEventFilterSubsc() *AnalyticsEventFilterSubsc + func NewAnalyticsEventFilterSubscWithDefaults() *AnalyticsEventFilterSubsc + func (o *AnalyticsEventFilterSubsc) GetAppIds() []string + func (o *AnalyticsEventFilterSubsc) GetAppIdsOk() ([]string, bool) + func (o *AnalyticsEventFilterSubsc) GetAppServerAddrs() []AddrFqdn + func (o *AnalyticsEventFilterSubsc) GetAppServerAddrsOk() ([]AddrFqdn, bool) + func (o *AnalyticsEventFilterSubsc) GetBwRequs() []BwRequirement + func (o *AnalyticsEventFilterSubsc) GetBwRequsOk() ([]BwRequirement, bool) + func (o *AnalyticsEventFilterSubsc) GetDisperReqs() []DispersionRequirement + func (o *AnalyticsEventFilterSubsc) GetDisperReqsOk() ([]DispersionRequirement, bool) + func (o *AnalyticsEventFilterSubsc) GetDnPerfReqs() []DnPerformanceReq + func (o *AnalyticsEventFilterSubsc) GetDnPerfReqsOk() ([]DnPerformanceReq, bool) + func (o *AnalyticsEventFilterSubsc) GetDnais() []string + func (o *AnalyticsEventFilterSubsc) GetDnaisOk() ([]string, bool) + func (o *AnalyticsEventFilterSubsc) GetDnn() string + func (o *AnalyticsEventFilterSubsc) GetDnnOk() (*string, bool) + func (o *AnalyticsEventFilterSubsc) GetExcepRequs() []Exception + func (o *AnalyticsEventFilterSubsc) GetExcepRequsOk() ([]Exception, bool) + func (o *AnalyticsEventFilterSubsc) GetExptAnaType() ExpectedAnalyticsType + func (o *AnalyticsEventFilterSubsc) GetExptAnaTypeOk() (*ExpectedAnalyticsType, bool) + func (o *AnalyticsEventFilterSubsc) GetExptUeBehav() ExpectedUeBehaviourData + func (o *AnalyticsEventFilterSubsc) GetExptUeBehavOk() (*ExpectedUeBehaviourData, bool) + func (o *AnalyticsEventFilterSubsc) GetExtraReportReq() EventReportingRequirement + func (o *AnalyticsEventFilterSubsc) GetExtraReportReqOk() (*EventReportingRequirement, bool) + func (o *AnalyticsEventFilterSubsc) GetListOfAnaSubsets() []AnalyticsSubset + func (o *AnalyticsEventFilterSubsc) GetListOfAnaSubsetsOk() ([]AnalyticsSubset, bool) + func (o *AnalyticsEventFilterSubsc) GetLocArea() LocationArea5G + func (o *AnalyticsEventFilterSubsc) GetLocAreaOk() (*LocationArea5G, bool) + func (o *AnalyticsEventFilterSubsc) GetMatchingDir() MatchingDirection + func (o *AnalyticsEventFilterSubsc) GetMatchingDirOk() (*MatchingDirection, bool) + func (o *AnalyticsEventFilterSubsc) GetMaxNumOfTopAppDl() int32 + func (o *AnalyticsEventFilterSubsc) GetMaxNumOfTopAppDlOk() (*int32, bool) + func (o *AnalyticsEventFilterSubsc) GetMaxNumOfTopAppUl() int32 + func (o *AnalyticsEventFilterSubsc) GetMaxNumOfTopAppUlOk() (*int32, bool) + func (o *AnalyticsEventFilterSubsc) GetNsiIdInfos() []NsiIdInfo + func (o *AnalyticsEventFilterSubsc) GetNsiIdInfosOk() ([]NsiIdInfo, bool) + func (o *AnalyticsEventFilterSubsc) GetNwPerfReqs() []NetworkPerfRequirement + func (o *AnalyticsEventFilterSubsc) GetNwPerfReqsOk() ([]NetworkPerfRequirement, bool) + func (o *AnalyticsEventFilterSubsc) GetQosFlowRetThds() []RetainabilityThreshold + func (o *AnalyticsEventFilterSubsc) GetQosFlowRetThdsOk() ([]RetainabilityThreshold, bool) + func (o *AnalyticsEventFilterSubsc) GetQosReq() QosRequirement + func (o *AnalyticsEventFilterSubsc) GetQosReqOk() (*QosRequirement, bool) + func (o *AnalyticsEventFilterSubsc) GetRanUeThrouThds() []string + func (o *AnalyticsEventFilterSubsc) GetRanUeThrouThdsOk() ([]string, bool) + func (o *AnalyticsEventFilterSubsc) GetRatFreqs() []RatFreqInformation + func (o *AnalyticsEventFilterSubsc) GetRatFreqsOk() ([]RatFreqInformation, bool) + func (o *AnalyticsEventFilterSubsc) GetReptThlds() []ThresholdLevel + func (o *AnalyticsEventFilterSubsc) GetReptThldsOk() ([]ThresholdLevel, bool) + func (o *AnalyticsEventFilterSubsc) GetSnssai() Snssai + func (o *AnalyticsEventFilterSubsc) GetSnssaiOk() (*Snssai, bool) + func (o *AnalyticsEventFilterSubsc) GetVisitedLocAreas() []LocationArea5G + func (o *AnalyticsEventFilterSubsc) GetVisitedLocAreasOk() ([]LocationArea5G, bool) + func (o *AnalyticsEventFilterSubsc) HasAppIds() bool + func (o *AnalyticsEventFilterSubsc) HasAppServerAddrs() bool + func (o *AnalyticsEventFilterSubsc) HasBwRequs() bool + func (o *AnalyticsEventFilterSubsc) HasDisperReqs() bool + func (o *AnalyticsEventFilterSubsc) HasDnPerfReqs() bool + func (o *AnalyticsEventFilterSubsc) HasDnais() bool + func (o *AnalyticsEventFilterSubsc) HasDnn() bool + func (o *AnalyticsEventFilterSubsc) HasExcepRequs() bool + func (o *AnalyticsEventFilterSubsc) HasExptAnaType() bool + func (o *AnalyticsEventFilterSubsc) HasExptUeBehav() bool + func (o *AnalyticsEventFilterSubsc) HasExtraReportReq() bool + func (o *AnalyticsEventFilterSubsc) HasListOfAnaSubsets() bool + func (o *AnalyticsEventFilterSubsc) HasLocArea() bool + func (o *AnalyticsEventFilterSubsc) HasMatchingDir() bool + func (o *AnalyticsEventFilterSubsc) HasMaxNumOfTopAppDl() bool + func (o *AnalyticsEventFilterSubsc) HasMaxNumOfTopAppUl() bool + func (o *AnalyticsEventFilterSubsc) HasNsiIdInfos() bool + func (o *AnalyticsEventFilterSubsc) HasNwPerfReqs() bool + func (o *AnalyticsEventFilterSubsc) HasQosFlowRetThds() bool + func (o *AnalyticsEventFilterSubsc) HasQosReq() bool + func (o *AnalyticsEventFilterSubsc) HasRanUeThrouThds() bool + func (o *AnalyticsEventFilterSubsc) HasRatFreqs() bool + func (o *AnalyticsEventFilterSubsc) HasReptThlds() bool + func (o *AnalyticsEventFilterSubsc) HasSnssai() bool + func (o *AnalyticsEventFilterSubsc) HasVisitedLocAreas() bool + func (o *AnalyticsEventFilterSubsc) SetAppIds(v []string) + func (o *AnalyticsEventFilterSubsc) SetAppServerAddrs(v []AddrFqdn) + func (o *AnalyticsEventFilterSubsc) SetBwRequs(v []BwRequirement) + func (o *AnalyticsEventFilterSubsc) SetDisperReqs(v []DispersionRequirement) + func (o *AnalyticsEventFilterSubsc) SetDnPerfReqs(v []DnPerformanceReq) + func (o *AnalyticsEventFilterSubsc) SetDnais(v []string) + func (o *AnalyticsEventFilterSubsc) SetDnn(v string) + func (o *AnalyticsEventFilterSubsc) SetExcepRequs(v []Exception) + func (o *AnalyticsEventFilterSubsc) SetExptAnaType(v ExpectedAnalyticsType) + func (o *AnalyticsEventFilterSubsc) SetExptUeBehav(v ExpectedUeBehaviourData) + func (o *AnalyticsEventFilterSubsc) SetExtraReportReq(v EventReportingRequirement) + func (o *AnalyticsEventFilterSubsc) SetListOfAnaSubsets(v []AnalyticsSubset) + func (o *AnalyticsEventFilterSubsc) SetLocArea(v LocationArea5G) + func (o *AnalyticsEventFilterSubsc) SetMatchingDir(v MatchingDirection) + func (o *AnalyticsEventFilterSubsc) SetMaxNumOfTopAppDl(v int32) + func (o *AnalyticsEventFilterSubsc) SetMaxNumOfTopAppUl(v int32) + func (o *AnalyticsEventFilterSubsc) SetNsiIdInfos(v []NsiIdInfo) + func (o *AnalyticsEventFilterSubsc) SetNwPerfReqs(v []NetworkPerfRequirement) + func (o *AnalyticsEventFilterSubsc) SetQosFlowRetThds(v []RetainabilityThreshold) + func (o *AnalyticsEventFilterSubsc) SetQosReq(v QosRequirement) + func (o *AnalyticsEventFilterSubsc) SetRanUeThrouThds(v []string) + func (o *AnalyticsEventFilterSubsc) SetRatFreqs(v []RatFreqInformation) + func (o *AnalyticsEventFilterSubsc) SetReptThlds(v []ThresholdLevel) + func (o *AnalyticsEventFilterSubsc) SetSnssai(v Snssai) + func (o *AnalyticsEventFilterSubsc) SetVisitedLocAreas(v []LocationArea5G) + func (o AnalyticsEventFilterSubsc) MarshalJSON() ([]byte, error) + func (o AnalyticsEventFilterSubsc) ToMap() (map[string]interface{}, error) + type AnalyticsEventNotif struct + AbnormalInfos []AbnormalExposure + AnalyEvent AnalyticsEvent + CongestInfos []CongestInfo + DisperInfos []DispersionInfo + DnPerfInfos []DnPerfInfo + Expiry *time.Time + FailNotifyCode *NwdafFailureCode + NwPerfInfos []NetworkPerfExposure + QosSustainInfos []QosSustainabilityExposure + RvWaitTime *int32 + Start *time.Time + SvcExps []ServiceExperienceInfo + TimeStamp time.Time + TimeStampGen *time.Time + UeCommInfos []UeCommunication + UeMobilityInfos []UeMobilityExposure + func NewAnalyticsEventNotif(analyEvent AnalyticsEvent, timeStamp time.Time) *AnalyticsEventNotif + func NewAnalyticsEventNotifWithDefaults() *AnalyticsEventNotif + func (o *AnalyticsEventNotif) GetAbnormalInfos() []AbnormalExposure + func (o *AnalyticsEventNotif) GetAbnormalInfosOk() ([]AbnormalExposure, bool) + func (o *AnalyticsEventNotif) GetAnalyEvent() AnalyticsEvent + func (o *AnalyticsEventNotif) GetAnalyEventOk() (*AnalyticsEvent, bool) + func (o *AnalyticsEventNotif) GetCongestInfos() []CongestInfo + func (o *AnalyticsEventNotif) GetCongestInfosOk() ([]CongestInfo, bool) + func (o *AnalyticsEventNotif) GetDisperInfos() []DispersionInfo + func (o *AnalyticsEventNotif) GetDisperInfosOk() ([]DispersionInfo, bool) + func (o *AnalyticsEventNotif) GetDnPerfInfos() []DnPerfInfo + func (o *AnalyticsEventNotif) GetDnPerfInfosOk() ([]DnPerfInfo, bool) + func (o *AnalyticsEventNotif) GetExpiry() time.Time + func (o *AnalyticsEventNotif) GetExpiryOk() (*time.Time, bool) + func (o *AnalyticsEventNotif) GetFailNotifyCode() NwdafFailureCode + func (o *AnalyticsEventNotif) GetFailNotifyCodeOk() (*NwdafFailureCode, bool) + func (o *AnalyticsEventNotif) GetNwPerfInfos() []NetworkPerfExposure + func (o *AnalyticsEventNotif) GetNwPerfInfosOk() ([]NetworkPerfExposure, bool) + func (o *AnalyticsEventNotif) GetQosSustainInfos() []QosSustainabilityExposure + func (o *AnalyticsEventNotif) GetQosSustainInfosOk() ([]QosSustainabilityExposure, bool) + func (o *AnalyticsEventNotif) GetRvWaitTime() int32 + func (o *AnalyticsEventNotif) GetRvWaitTimeOk() (*int32, bool) + func (o *AnalyticsEventNotif) GetStart() time.Time + func (o *AnalyticsEventNotif) GetStartOk() (*time.Time, bool) + func (o *AnalyticsEventNotif) GetSvcExps() []ServiceExperienceInfo + func (o *AnalyticsEventNotif) GetSvcExpsOk() ([]ServiceExperienceInfo, bool) + func (o *AnalyticsEventNotif) GetTimeStamp() time.Time + func (o *AnalyticsEventNotif) GetTimeStampGen() time.Time + func (o *AnalyticsEventNotif) GetTimeStampGenOk() (*time.Time, bool) + func (o *AnalyticsEventNotif) GetTimeStampOk() (*time.Time, bool) + func (o *AnalyticsEventNotif) GetUeCommInfos() []UeCommunication + func (o *AnalyticsEventNotif) GetUeCommInfosOk() ([]UeCommunication, bool) + func (o *AnalyticsEventNotif) GetUeMobilityInfos() []UeMobilityExposure + func (o *AnalyticsEventNotif) GetUeMobilityInfosOk() ([]UeMobilityExposure, bool) + func (o *AnalyticsEventNotif) HasAbnormalInfos() bool + func (o *AnalyticsEventNotif) HasCongestInfos() bool + func (o *AnalyticsEventNotif) HasDisperInfos() bool + func (o *AnalyticsEventNotif) HasDnPerfInfos() bool + func (o *AnalyticsEventNotif) HasExpiry() bool + func (o *AnalyticsEventNotif) HasFailNotifyCode() bool + func (o *AnalyticsEventNotif) HasNwPerfInfos() bool + func (o *AnalyticsEventNotif) HasQosSustainInfos() bool + func (o *AnalyticsEventNotif) HasRvWaitTime() bool + func (o *AnalyticsEventNotif) HasStart() bool + func (o *AnalyticsEventNotif) HasSvcExps() bool + func (o *AnalyticsEventNotif) HasTimeStampGen() bool + func (o *AnalyticsEventNotif) HasUeCommInfos() bool + func (o *AnalyticsEventNotif) HasUeMobilityInfos() bool + func (o *AnalyticsEventNotif) SetAbnormalInfos(v []AbnormalExposure) + func (o *AnalyticsEventNotif) SetAnalyEvent(v AnalyticsEvent) + func (o *AnalyticsEventNotif) SetCongestInfos(v []CongestInfo) + func (o *AnalyticsEventNotif) SetDisperInfos(v []DispersionInfo) + func (o *AnalyticsEventNotif) SetDnPerfInfos(v []DnPerfInfo) + func (o *AnalyticsEventNotif) SetExpiry(v time.Time) + func (o *AnalyticsEventNotif) SetFailNotifyCode(v NwdafFailureCode) + func (o *AnalyticsEventNotif) SetNwPerfInfos(v []NetworkPerfExposure) + func (o *AnalyticsEventNotif) SetQosSustainInfos(v []QosSustainabilityExposure) + func (o *AnalyticsEventNotif) SetRvWaitTime(v int32) + func (o *AnalyticsEventNotif) SetStart(v time.Time) + func (o *AnalyticsEventNotif) SetSvcExps(v []ServiceExperienceInfo) + func (o *AnalyticsEventNotif) SetTimeStamp(v time.Time) + func (o *AnalyticsEventNotif) SetTimeStampGen(v time.Time) + func (o *AnalyticsEventNotif) SetUeCommInfos(v []UeCommunication) + func (o *AnalyticsEventNotif) SetUeMobilityInfos(v []UeMobilityExposure) + func (o AnalyticsEventNotif) MarshalJSON() ([]byte, error) + func (o AnalyticsEventNotif) ToMap() (map[string]interface{}, error) + type AnalyticsEventNotification struct + AnalyEventNotifs []AnalyticsEventNotif + NotifId string + TermCause *TermCause + func NewAnalyticsEventNotification(notifId string, analyEventNotifs []AnalyticsEventNotif) *AnalyticsEventNotification + func NewAnalyticsEventNotificationWithDefaults() *AnalyticsEventNotification + func (o *AnalyticsEventNotification) GetAnalyEventNotifs() []AnalyticsEventNotif + func (o *AnalyticsEventNotification) GetAnalyEventNotifsOk() ([]AnalyticsEventNotif, bool) + func (o *AnalyticsEventNotification) GetNotifId() string + func (o *AnalyticsEventNotification) GetNotifIdOk() (*string, bool) + func (o *AnalyticsEventNotification) GetTermCause() TermCause + func (o *AnalyticsEventNotification) GetTermCauseOk() (*TermCause, bool) + func (o *AnalyticsEventNotification) HasTermCause() bool + func (o *AnalyticsEventNotification) SetAnalyEventNotifs(v []AnalyticsEventNotif) + func (o *AnalyticsEventNotification) SetNotifId(v string) + func (o *AnalyticsEventNotification) SetTermCause(v TermCause) + func (o AnalyticsEventNotification) MarshalJSON() ([]byte, error) + func (o AnalyticsEventNotification) ToMap() (map[string]interface{}, error) + type AnalyticsEventSubsc struct + AnalyEvent AnalyticsEvent + AnalyEventFilter *AnalyticsEventFilterSubsc + TgtUe *TargetUeId + func NewAnalyticsEventSubsc(analyEvent AnalyticsEvent) *AnalyticsEventSubsc + func NewAnalyticsEventSubscWithDefaults() *AnalyticsEventSubsc + func (o *AnalyticsEventSubsc) GetAnalyEvent() AnalyticsEvent + func (o *AnalyticsEventSubsc) GetAnalyEventFilter() AnalyticsEventFilterSubsc + func (o *AnalyticsEventSubsc) GetAnalyEventFilterOk() (*AnalyticsEventFilterSubsc, bool) + func (o *AnalyticsEventSubsc) GetAnalyEventOk() (*AnalyticsEvent, bool) + func (o *AnalyticsEventSubsc) GetTgtUe() TargetUeId + func (o *AnalyticsEventSubsc) GetTgtUeOk() (*TargetUeId, bool) + func (o *AnalyticsEventSubsc) HasAnalyEventFilter() bool + func (o *AnalyticsEventSubsc) HasTgtUe() bool + func (o *AnalyticsEventSubsc) SetAnalyEvent(v AnalyticsEvent) + func (o *AnalyticsEventSubsc) SetAnalyEventFilter(v AnalyticsEventFilterSubsc) + func (o *AnalyticsEventSubsc) SetTgtUe(v TargetUeId) + func (o AnalyticsEventSubsc) MarshalJSON() ([]byte, error) + func (o AnalyticsEventSubsc) ToMap() (map[string]interface{}, error) + type AnalyticsExposureAPIFetchAnalyticsInformationApiService service + func (a *AnalyticsExposureAPIFetchAnalyticsInformationApiService) FetchAnalyticsInfo(ctx context.Context, afId string) ApiFetchAnalyticsInfoRequest + func (a *AnalyticsExposureAPIFetchAnalyticsInformationApiService) FetchAnalyticsInfoExecute(r ApiFetchAnalyticsInfoRequest) (*AnalyticsData, *http.Response, error) + type AnalyticsExposureSubsc struct + AnalyEventsSubs []AnalyticsEventSubsc + AnalyRepInfo *ReportingInformation + EventNotifis []AnalyticsEventNotif + FailEventReports []AnalyticsFailureEventInfo + NotifId string + NotifUri string + RequestTestNotification *bool + Self *string + SuppFeat *string + WebsockNotifConfig *WebsockNotifConfig + func NewAnalyticsExposureSubsc(analyEventsSubs []AnalyticsEventSubsc, notifUri string, notifId string) *AnalyticsExposureSubsc + func NewAnalyticsExposureSubscWithDefaults() *AnalyticsExposureSubsc + func (o *AnalyticsExposureSubsc) GetAnalyEventsSubs() []AnalyticsEventSubsc + func (o *AnalyticsExposureSubsc) GetAnalyEventsSubsOk() ([]AnalyticsEventSubsc, bool) + func (o *AnalyticsExposureSubsc) GetAnalyRepInfo() ReportingInformation + func (o *AnalyticsExposureSubsc) GetAnalyRepInfoOk() (*ReportingInformation, bool) + func (o *AnalyticsExposureSubsc) GetEventNotifis() []AnalyticsEventNotif + func (o *AnalyticsExposureSubsc) GetEventNotifisOk() ([]AnalyticsEventNotif, bool) + func (o *AnalyticsExposureSubsc) GetFailEventReports() []AnalyticsFailureEventInfo + func (o *AnalyticsExposureSubsc) GetFailEventReportsOk() ([]AnalyticsFailureEventInfo, bool) + func (o *AnalyticsExposureSubsc) GetNotifId() string + func (o *AnalyticsExposureSubsc) GetNotifIdOk() (*string, bool) + func (o *AnalyticsExposureSubsc) GetNotifUri() string + func (o *AnalyticsExposureSubsc) GetNotifUriOk() (*string, bool) + func (o *AnalyticsExposureSubsc) GetRequestTestNotification() bool + func (o *AnalyticsExposureSubsc) GetRequestTestNotificationOk() (*bool, bool) + func (o *AnalyticsExposureSubsc) GetSelf() string + func (o *AnalyticsExposureSubsc) GetSelfOk() (*string, bool) + func (o *AnalyticsExposureSubsc) GetSuppFeat() string + func (o *AnalyticsExposureSubsc) GetSuppFeatOk() (*string, bool) + func (o *AnalyticsExposureSubsc) GetWebsockNotifConfig() WebsockNotifConfig + func (o *AnalyticsExposureSubsc) GetWebsockNotifConfigOk() (*WebsockNotifConfig, bool) + func (o *AnalyticsExposureSubsc) HasAnalyRepInfo() bool + func (o *AnalyticsExposureSubsc) HasEventNotifis() bool + func (o *AnalyticsExposureSubsc) HasFailEventReports() bool + func (o *AnalyticsExposureSubsc) HasRequestTestNotification() bool + func (o *AnalyticsExposureSubsc) HasSelf() bool + func (o *AnalyticsExposureSubsc) HasSuppFeat() bool + func (o *AnalyticsExposureSubsc) HasWebsockNotifConfig() bool + func (o *AnalyticsExposureSubsc) SetAnalyEventsSubs(v []AnalyticsEventSubsc) + func (o *AnalyticsExposureSubsc) SetAnalyRepInfo(v ReportingInformation) + func (o *AnalyticsExposureSubsc) SetEventNotifis(v []AnalyticsEventNotif) + func (o *AnalyticsExposureSubsc) SetFailEventReports(v []AnalyticsFailureEventInfo) + func (o *AnalyticsExposureSubsc) SetNotifId(v string) + func (o *AnalyticsExposureSubsc) SetNotifUri(v string) + func (o *AnalyticsExposureSubsc) SetRequestTestNotification(v bool) + func (o *AnalyticsExposureSubsc) SetSelf(v string) + func (o *AnalyticsExposureSubsc) SetSuppFeat(v string) + func (o *AnalyticsExposureSubsc) SetWebsockNotifConfig(v WebsockNotifConfig) + func (o AnalyticsExposureSubsc) MarshalJSON() ([]byte, error) + func (o AnalyticsExposureSubsc) ToMap() (map[string]interface{}, error) + type AnalyticsExposureSubscriptionsApiService service + func (a *AnalyticsExposureSubscriptionsApiService) CreateNewSubscription(ctx context.Context, afId string) ApiCreateNewSubscriptionRequest + func (a *AnalyticsExposureSubscriptionsApiService) CreateNewSubscriptionExecute(r ApiCreateNewSubscriptionRequest) (*AnalyticsExposureSubsc, *http.Response, error) + func (a *AnalyticsExposureSubscriptionsApiService) ReadAllSubscriptions(ctx context.Context, afId string) ApiReadAllSubscriptionsRequest + func (a *AnalyticsExposureSubscriptionsApiService) ReadAllSubscriptionsExecute(r ApiReadAllSubscriptionsRequest) ([]AnalyticsExposureSubsc, *http.Response, error) + type AnalyticsFailureCode struct + AnalyticsFailureCodeAnyOf *AnalyticsFailureCodeAnyOf + String *string + func (dst *AnalyticsFailureCode) UnmarshalJSON(data []byte) error + func (src *AnalyticsFailureCode) MarshalJSON() ([]byte, error) + type AnalyticsFailureCodeAnyOf string + const BOTH_STAT_PRED_NOT_ALLOWED + const OTHER + const UNAVAILABLE_DATA + const UNSATISFIED_REQUESTED_ANALYTICS_TIME + func NewAnalyticsFailureCodeAnyOfFromValue(v string) (*AnalyticsFailureCodeAnyOf, error) + func (v *AnalyticsFailureCodeAnyOf) UnmarshalJSON(src []byte) error + func (v AnalyticsFailureCodeAnyOf) IsValid() bool + func (v AnalyticsFailureCodeAnyOf) Ptr() *AnalyticsFailureCodeAnyOf + type AnalyticsFailureEventInfo struct + Event AnalyticsEvent + FailureCode AnalyticsFailureCode + func NewAnalyticsFailureEventInfo(event AnalyticsEvent, failureCode AnalyticsFailureCode) *AnalyticsFailureEventInfo + func NewAnalyticsFailureEventInfoWithDefaults() *AnalyticsFailureEventInfo + func (o *AnalyticsFailureEventInfo) GetEvent() AnalyticsEvent + func (o *AnalyticsFailureEventInfo) GetEventOk() (*AnalyticsEvent, bool) + func (o *AnalyticsFailureEventInfo) GetFailureCode() AnalyticsFailureCode + func (o *AnalyticsFailureEventInfo) GetFailureCodeOk() (*AnalyticsFailureCode, bool) + func (o *AnalyticsFailureEventInfo) SetEvent(v AnalyticsEvent) + func (o *AnalyticsFailureEventInfo) SetFailureCode(v AnalyticsFailureCode) + func (o AnalyticsFailureEventInfo) MarshalJSON() ([]byte, error) + func (o AnalyticsFailureEventInfo) ToMap() (map[string]interface{}, error) + type AnalyticsMetadata struct + AnalyticsMetadataAnyOf *AnalyticsMetadataAnyOf + String *string + func (dst *AnalyticsMetadata) UnmarshalJSON(data []byte) error + func (src *AnalyticsMetadata) MarshalJSON() ([]byte, error) + type AnalyticsMetadataAnyOf string + const ACCURACY + const DATA_STAT_PROPS + const DATA_WINDOW + const NUM_OF_SAMPLES + const STRATEGY + func NewAnalyticsMetadataAnyOfFromValue(v string) (*AnalyticsMetadataAnyOf, error) + func (v *AnalyticsMetadataAnyOf) UnmarshalJSON(src []byte) error + func (v AnalyticsMetadataAnyOf) IsValid() bool + func (v AnalyticsMetadataAnyOf) Ptr() *AnalyticsMetadataAnyOf + type AnalyticsMetadataIndication struct + AggrNwdafIds []string + DataStatProps []DatasetStatisticalProperty + DataWindow *TimeWindow + Strategy *OutputStrategy + func NewAnalyticsMetadataIndication() *AnalyticsMetadataIndication + func NewAnalyticsMetadataIndicationWithDefaults() *AnalyticsMetadataIndication + func (o *AnalyticsMetadataIndication) GetAggrNwdafIds() []string + func (o *AnalyticsMetadataIndication) GetAggrNwdafIdsOk() ([]string, bool) + func (o *AnalyticsMetadataIndication) GetDataStatProps() []DatasetStatisticalProperty + func (o *AnalyticsMetadataIndication) GetDataStatPropsOk() ([]DatasetStatisticalProperty, bool) + func (o *AnalyticsMetadataIndication) GetDataWindow() TimeWindow + func (o *AnalyticsMetadataIndication) GetDataWindowOk() (*TimeWindow, bool) + func (o *AnalyticsMetadataIndication) GetStrategy() OutputStrategy + func (o *AnalyticsMetadataIndication) GetStrategyOk() (*OutputStrategy, bool) + func (o *AnalyticsMetadataIndication) HasAggrNwdafIds() bool + func (o *AnalyticsMetadataIndication) HasDataStatProps() bool + func (o *AnalyticsMetadataIndication) HasDataWindow() bool + func (o *AnalyticsMetadataIndication) HasStrategy() bool + func (o *AnalyticsMetadataIndication) SetAggrNwdafIds(v []string) + func (o *AnalyticsMetadataIndication) SetDataStatProps(v []DatasetStatisticalProperty) + func (o *AnalyticsMetadataIndication) SetDataWindow(v TimeWindow) + func (o *AnalyticsMetadataIndication) SetStrategy(v OutputStrategy) + func (o AnalyticsMetadataIndication) MarshalJSON() ([]byte, error) + func (o AnalyticsMetadataIndication) ToMap() (map[string]interface{}, error) + type AnalyticsRequest struct + AnalyEvent AnalyticsEvent + AnalyEventFilter *AnalyticsEventFilter + AnalyRep *EventReportingRequirement + SuppFeat string + TgtUe *TargetUeId + func NewAnalyticsRequest(analyEvent AnalyticsEvent, suppFeat string) *AnalyticsRequest + func NewAnalyticsRequestWithDefaults() *AnalyticsRequest + func (o *AnalyticsRequest) GetAnalyEvent() AnalyticsEvent + func (o *AnalyticsRequest) GetAnalyEventFilter() AnalyticsEventFilter + func (o *AnalyticsRequest) GetAnalyEventFilterOk() (*AnalyticsEventFilter, bool) + func (o *AnalyticsRequest) GetAnalyEventOk() (*AnalyticsEvent, bool) + func (o *AnalyticsRequest) GetAnalyRep() EventReportingRequirement + func (o *AnalyticsRequest) GetAnalyRepOk() (*EventReportingRequirement, bool) + func (o *AnalyticsRequest) GetSuppFeat() string + func (o *AnalyticsRequest) GetSuppFeatOk() (*string, bool) + func (o *AnalyticsRequest) GetTgtUe() TargetUeId + func (o *AnalyticsRequest) GetTgtUeOk() (*TargetUeId, bool) + func (o *AnalyticsRequest) HasAnalyEventFilter() bool + func (o *AnalyticsRequest) HasAnalyRep() bool + func (o *AnalyticsRequest) HasTgtUe() bool + func (o *AnalyticsRequest) SetAnalyEvent(v AnalyticsEvent) + func (o *AnalyticsRequest) SetAnalyEventFilter(v AnalyticsEventFilter) + func (o *AnalyticsRequest) SetAnalyRep(v EventReportingRequirement) + func (o *AnalyticsRequest) SetSuppFeat(v string) + func (o *AnalyticsRequest) SetTgtUe(v TargetUeId) + func (o AnalyticsRequest) MarshalJSON() ([]byte, error) + func (o AnalyticsRequest) ToMap() (map[string]interface{}, error) + type AnalyticsSubset struct + AnalyticsSubsetAnyOf *AnalyticsSubsetAnyOf + String *string + func (dst *AnalyticsSubset) UnmarshalJSON(data []byte) error + func (src *AnalyticsSubset) MarshalJSON() ([]byte, error) + type AnalyticsSubsetAnyOf string + const APP_LIST_FOR_UE_COMM + const AVG_DL_PKT_DELAY + const AVG_DL_PKT_DROP_RATE + const AVG_PACKET_DELAY + const AVG_PACKET_LOSS_RATE + const AVG_TRAFFIC_RATE + const AVG_UL_PKT_DELAY + const AVG_UL_PKT_DROP_RATE + const DISPER_AMOUNT + const DISPER_CLASS + const EXCEED_LOAD_LEVEL_THR_IND + const LIST_OF_HIGH_EXP_UE + const LIST_OF_LOW_EXP_UE + const LIST_OF_MEDIUM_EXP_UE + const LIST_OF_TOP_APP_DL + const LIST_OF_TOP_APP_UL + const MAX_PACKET_DELAY + const MAX_TRAFFIC_RATE + const N4_SESS_INACT_TIMER_FOR_UE_COMM + const NF_LOAD + const NF_LOAD_AVG_IN_AOI + const NF_PEAK_LOAD + const NF_RESOURCE_USAGE + const NF_STATUS + const NUMBER_OF_UES + const NUM_OF_EXCEED_RES_USAGE_LOAD_LEVEL_THR + const NUM_OF_PDU_SESS_ESTBL + const NUM_OF_UE_REG + const PERCENTILE_RANKING + const PERIOD_OF_EXCEED_RES_USAGE_LOAD_LEVEL_THR + const RANKING + const RES_USAGE + const RSSI + const RTT + const TRAFFIC_INFO + const UE_LOCATION + const VAR_DL_PKT_DELAY + const VAR_DL_PKT_DROP_RATE + const VAR_UL_PKT_DELAY + const VAR_UL_PKT_DROP_RATE + func NewAnalyticsSubsetAnyOfFromValue(v string) (*AnalyticsSubsetAnyOf, error) + func (v *AnalyticsSubsetAnyOf) UnmarshalJSON(src []byte) error + func (v AnalyticsSubsetAnyOf) IsValid() bool + func (v AnalyticsSubsetAnyOf) Ptr() *AnalyticsSubsetAnyOf + type ApiCreateNewSubscriptionRequest struct + ApiService *AnalyticsExposureSubscriptionsApiService + func (r ApiCreateNewSubscriptionRequest) AnalyticsExposureSubsc(analyticsExposureSubsc AnalyticsExposureSubsc) ApiCreateNewSubscriptionRequest + func (r ApiCreateNewSubscriptionRequest) Execute() (*AnalyticsExposureSubsc, *http.Response, error) + type ApiDeleteAnSubscriptionRequest struct + ApiService *IndividualAnalyticsExposureSubscriptionApiService + func (r ApiDeleteAnSubscriptionRequest) Execute() (*http.Response, error) + type ApiFetchAnalyticsInfoRequest struct + ApiService *AnalyticsExposureAPIFetchAnalyticsInformationApiService + func (r ApiFetchAnalyticsInfoRequest) AnalyticsRequest(analyticsRequest AnalyticsRequest) ApiFetchAnalyticsInfoRequest + func (r ApiFetchAnalyticsInfoRequest) Execute() (*AnalyticsData, *http.Response, error) + type ApiFullyUpdateAnSubscriptionRequest struct + ApiService *IndividualAnalyticsExposureSubscriptionApiService + func (r ApiFullyUpdateAnSubscriptionRequest) AnalyticsExposureSubsc(analyticsExposureSubsc AnalyticsExposureSubsc) ApiFullyUpdateAnSubscriptionRequest + func (r ApiFullyUpdateAnSubscriptionRequest) Execute() (*AnalyticsExposureSubsc, *http.Response, error) + type ApiReadAllSubscriptionsRequest struct + ApiService *AnalyticsExposureSubscriptionsApiService + func (r ApiReadAllSubscriptionsRequest) Execute() ([]AnalyticsExposureSubsc, *http.Response, error) + func (r ApiReadAllSubscriptionsRequest) SuppFeat(suppFeat string) ApiReadAllSubscriptionsRequest + type ApiReadAnSubscriptionRequest struct + ApiService *IndividualAnalyticsExposureSubscriptionApiService + func (r ApiReadAnSubscriptionRequest) Execute() (*AnalyticsExposureSubsc, *http.Response, error) + func (r ApiReadAnSubscriptionRequest) SuppFeat(suppFeat string) ApiReadAnSubscriptionRequest + 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 BasicAuth struct + Password string + UserName string + type BatteryIndication struct + BatteryInd *bool + RechargeableInd *bool + ReplaceableInd *bool + func NewBatteryIndication() *BatteryIndication + func NewBatteryIndicationWithDefaults() *BatteryIndication + func (o *BatteryIndication) GetBatteryInd() bool + func (o *BatteryIndication) GetBatteryIndOk() (*bool, bool) + func (o *BatteryIndication) GetRechargeableInd() bool + func (o *BatteryIndication) GetRechargeableIndOk() (*bool, bool) + func (o *BatteryIndication) GetReplaceableInd() bool + func (o *BatteryIndication) GetReplaceableIndOk() (*bool, bool) + func (o *BatteryIndication) HasBatteryInd() bool + func (o *BatteryIndication) HasRechargeableInd() bool + func (o *BatteryIndication) HasReplaceableInd() bool + func (o *BatteryIndication) SetBatteryInd(v bool) + func (o *BatteryIndication) SetRechargeableInd(v bool) + func (o *BatteryIndication) SetReplaceableInd(v bool) + func (o BatteryIndication) MarshalJSON() ([]byte, error) + func (o BatteryIndication) ToMap() (map[string]interface{}, error) + type BwRequirement struct + AppId string + MarBwDl *string + MarBwUl *string + MirBwDl *string + MirBwUl *string + func NewBwRequirement(appId string) *BwRequirement + func NewBwRequirementWithDefaults() *BwRequirement + func (o *BwRequirement) GetAppId() string + func (o *BwRequirement) GetAppIdOk() (*string, bool) + func (o *BwRequirement) GetMarBwDl() string + func (o *BwRequirement) GetMarBwDlOk() (*string, bool) + func (o *BwRequirement) GetMarBwUl() string + func (o *BwRequirement) GetMarBwUlOk() (*string, bool) + func (o *BwRequirement) GetMirBwDl() string + func (o *BwRequirement) GetMirBwDlOk() (*string, bool) + func (o *BwRequirement) GetMirBwUl() string + func (o *BwRequirement) GetMirBwUlOk() (*string, bool) + func (o *BwRequirement) HasMarBwDl() bool + func (o *BwRequirement) HasMarBwUl() bool + func (o *BwRequirement) HasMirBwDl() bool + func (o *BwRequirement) HasMirBwUl() bool + func (o *BwRequirement) SetAppId(v string) + func (o *BwRequirement) SetMarBwDl(v string) + func (o *BwRequirement) SetMarBwUl(v string) + func (o *BwRequirement) SetMirBwDl(v string) + func (o *BwRequirement) SetMirBwUl(v string) + func (o BwRequirement) MarshalJSON() ([]byte, error) + func (o BwRequirement) ToMap() (map[string]interface{}, error) + type CellGlobalId struct + CellId string + Lac string + PlmnId PlmnId + func NewCellGlobalId(plmnId PlmnId, lac string, cellId string) *CellGlobalId + func NewCellGlobalIdWithDefaults() *CellGlobalId + func (o *CellGlobalId) GetCellId() string + func (o *CellGlobalId) GetCellIdOk() (*string, bool) + func (o *CellGlobalId) GetLac() string + func (o *CellGlobalId) GetLacOk() (*string, bool) + func (o *CellGlobalId) GetPlmnId() PlmnId + func (o *CellGlobalId) GetPlmnIdOk() (*PlmnId, bool) + func (o *CellGlobalId) SetCellId(v string) + func (o *CellGlobalId) SetLac(v string) + func (o *CellGlobalId) SetPlmnId(v PlmnId) + func (o CellGlobalId) MarshalJSON() ([]byte, error) + func (o CellGlobalId) ToMap() (map[string]interface{}, error) + type 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 ClassCriterion struct + ClassThreshold int32 + DisperClass DispersionClass + ThresMatch MatchingDirection + func NewClassCriterion(disperClass DispersionClass, classThreshold int32, ...) *ClassCriterion + func NewClassCriterionWithDefaults() *ClassCriterion + func (o *ClassCriterion) GetClassThreshold() int32 + func (o *ClassCriterion) GetClassThresholdOk() (*int32, bool) + func (o *ClassCriterion) GetDisperClass() DispersionClass + func (o *ClassCriterion) GetDisperClassOk() (*DispersionClass, bool) + func (o *ClassCriterion) GetThresMatch() MatchingDirection + func (o *ClassCriterion) GetThresMatchOk() (*MatchingDirection, bool) + func (o *ClassCriterion) SetClassThreshold(v int32) + func (o *ClassCriterion) SetDisperClass(v DispersionClass) + func (o *ClassCriterion) SetThresMatch(v MatchingDirection) + func (o ClassCriterion) MarshalJSON() ([]byte, error) + func (o ClassCriterion) ToMap() (map[string]interface{}, 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 CongestInfo struct + CngAnas []CongestionAnalytics + LocArea LocationArea5G + func NewCongestInfo(locArea LocationArea5G, cngAnas []CongestionAnalytics) *CongestInfo + func NewCongestInfoWithDefaults() *CongestInfo + func (o *CongestInfo) GetCngAnas() []CongestionAnalytics + func (o *CongestInfo) GetCngAnasOk() ([]CongestionAnalytics, bool) + func (o *CongestInfo) GetLocArea() LocationArea5G + func (o *CongestInfo) GetLocAreaOk() (*LocationArea5G, bool) + func (o *CongestInfo) SetCngAnas(v []CongestionAnalytics) + func (o *CongestInfo) SetLocArea(v LocationArea5G) + func (o CongestInfo) MarshalJSON() ([]byte, error) + func (o CongestInfo) ToMap() (map[string]interface{}, error) + type CongestionAnalytics struct + CngType CongestionType + Confidence *int32 + Nsi ThresholdLevel + TmWdw TimeWindow + TopAppListDl []TopApplication + TopAppListUl []TopApplication + func NewCongestionAnalytics(cngType CongestionType, tmWdw TimeWindow, nsi ThresholdLevel) *CongestionAnalytics + func NewCongestionAnalyticsWithDefaults() *CongestionAnalytics + func (o *CongestionAnalytics) GetCngType() CongestionType + func (o *CongestionAnalytics) GetCngTypeOk() (*CongestionType, bool) + func (o *CongestionAnalytics) GetConfidence() int32 + func (o *CongestionAnalytics) GetConfidenceOk() (*int32, bool) + func (o *CongestionAnalytics) GetNsi() ThresholdLevel + func (o *CongestionAnalytics) GetNsiOk() (*ThresholdLevel, bool) + func (o *CongestionAnalytics) GetTmWdw() TimeWindow + func (o *CongestionAnalytics) GetTmWdwOk() (*TimeWindow, bool) + func (o *CongestionAnalytics) GetTopAppListDl() []TopApplication + func (o *CongestionAnalytics) GetTopAppListDlOk() ([]TopApplication, bool) + func (o *CongestionAnalytics) GetTopAppListUl() []TopApplication + func (o *CongestionAnalytics) GetTopAppListUlOk() ([]TopApplication, bool) + func (o *CongestionAnalytics) HasConfidence() bool + func (o *CongestionAnalytics) HasTopAppListDl() bool + func (o *CongestionAnalytics) HasTopAppListUl() bool + func (o *CongestionAnalytics) SetCngType(v CongestionType) + func (o *CongestionAnalytics) SetConfidence(v int32) + func (o *CongestionAnalytics) SetNsi(v ThresholdLevel) + func (o *CongestionAnalytics) SetTmWdw(v TimeWindow) + func (o *CongestionAnalytics) SetTopAppListDl(v []TopApplication) + func (o *CongestionAnalytics) SetTopAppListUl(v []TopApplication) + func (o CongestionAnalytics) MarshalJSON() ([]byte, error) + func (o CongestionAnalytics) ToMap() (map[string]interface{}, error) + type CongestionType struct + CongestionTypeAnyOf *CongestionTypeAnyOf + String *string + func (dst *CongestionType) UnmarshalJSON(data []byte) error + func (src *CongestionType) MarshalJSON() ([]byte, error) + type CongestionTypeAnyOf string + const CONTROL_PLANE + const USER_AND_CONTROL_PLANE + const USER_PLANE + func NewCongestionTypeAnyOfFromValue(v string) (*CongestionTypeAnyOf, error) + func (v *CongestionTypeAnyOf) UnmarshalJSON(src []byte) error + func (v CongestionTypeAnyOf) IsValid() bool + func (v CongestionTypeAnyOf) Ptr() *CongestionTypeAnyOf + type DatasetStatisticalProperty struct + DatasetStatisticalPropertyAnyOf *DatasetStatisticalPropertyAnyOf + String *string + func (dst *DatasetStatisticalProperty) UnmarshalJSON(data []byte) error + func (src *DatasetStatisticalProperty) MarshalJSON() ([]byte, error) + type DatasetStatisticalPropertyAnyOf string + const NO_OUTLIERS + const UNIFORM_DIST_DATA + func NewDatasetStatisticalPropertyAnyOfFromValue(v string) (*DatasetStatisticalPropertyAnyOf, error) + func (v *DatasetStatisticalPropertyAnyOf) UnmarshalJSON(src []byte) error + func (v DatasetStatisticalPropertyAnyOf) IsValid() bool + func (v DatasetStatisticalPropertyAnyOf) Ptr() *DatasetStatisticalPropertyAnyOf + type DispersionClass struct + DispersionClassOneOf *DispersionClassOneOf + String *string + func DispersionClassOneOfAsDispersionClass(v *DispersionClassOneOf) DispersionClass + func StringAsDispersionClass(v *string) DispersionClass + func (dst *DispersionClass) UnmarshalJSON(data []byte) error + func (obj *DispersionClass) GetActualInstance() interface{} + func (src DispersionClass) MarshalJSON() ([]byte, error) + type DispersionClassOneOf string + const CAMPER + const FIXED + const TOP_HEAVY + const TRAVELLER + func NewDispersionClassOneOfFromValue(v string) (*DispersionClassOneOf, error) + func (v *DispersionClassOneOf) UnmarshalJSON(src []byte) error + func (v DispersionClassOneOf) IsValid() bool + func (v DispersionClassOneOf) Ptr() *DispersionClassOneOf + 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 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 DispersionOrderingCriterion struct + DispersionOrderingCriterionAnyOf *DispersionOrderingCriterionAnyOf + String *string + func (dst *DispersionOrderingCriterion) UnmarshalJSON(data []byte) error + func (src *DispersionOrderingCriterion) MarshalJSON() ([]byte, error) + type DispersionOrderingCriterionAnyOf string + const CLASSIFICATION + const TIME_SLOT_START + func NewDispersionOrderingCriterionAnyOfFromValue(v string) (*DispersionOrderingCriterionAnyOf, error) + func (v *DispersionOrderingCriterionAnyOf) UnmarshalJSON(src []byte) error + func (v DispersionOrderingCriterionAnyOf) IsValid() bool + func (v DispersionOrderingCriterionAnyOf) Ptr() *DispersionOrderingCriterionAnyOf + type DispersionRequirement struct + ClassCriters []ClassCriterion + DispOrderCriter *DispersionOrderingCriterion + DisperType DispersionType + Order *MatchingDirection + RankCriters []RankingCriterion + func NewDispersionRequirement(disperType DispersionType) *DispersionRequirement + func NewDispersionRequirementWithDefaults() *DispersionRequirement + func (o *DispersionRequirement) GetClassCriters() []ClassCriterion + func (o *DispersionRequirement) GetClassCritersOk() ([]ClassCriterion, bool) + func (o *DispersionRequirement) GetDispOrderCriter() DispersionOrderingCriterion + func (o *DispersionRequirement) GetDispOrderCriterOk() (*DispersionOrderingCriterion, bool) + func (o *DispersionRequirement) GetDisperType() DispersionType + func (o *DispersionRequirement) GetDisperTypeOk() (*DispersionType, bool) + func (o *DispersionRequirement) GetOrder() MatchingDirection + func (o *DispersionRequirement) GetOrderOk() (*MatchingDirection, bool) + func (o *DispersionRequirement) GetRankCriters() []RankingCriterion + func (o *DispersionRequirement) GetRankCritersOk() ([]RankingCriterion, bool) + func (o *DispersionRequirement) HasClassCriters() bool + func (o *DispersionRequirement) HasDispOrderCriter() bool + func (o *DispersionRequirement) HasOrder() bool + func (o *DispersionRequirement) HasRankCriters() bool + func (o *DispersionRequirement) SetClassCriters(v []ClassCriterion) + func (o *DispersionRequirement) SetDispOrderCriter(v DispersionOrderingCriterion) + func (o *DispersionRequirement) SetDisperType(v DispersionType) + func (o *DispersionRequirement) SetOrder(v MatchingDirection) + func (o *DispersionRequirement) SetRankCriters(v []RankingCriterion) + func (o DispersionRequirement) MarshalJSON() ([]byte, error) + func (o DispersionRequirement) ToMap() (map[string]interface{}, error) + type DispersionType struct + DispersionTypeOneOf *DispersionTypeOneOf + String *string + func DispersionTypeOneOfAsDispersionType(v *DispersionTypeOneOf) DispersionType + func StringAsDispersionType(v *string) DispersionType + func (dst *DispersionType) UnmarshalJSON(data []byte) error + func (obj *DispersionType) GetActualInstance() interface{} + func (src DispersionType) MarshalJSON() ([]byte, error) + type DispersionTypeOneOf string + const DVDA + const DVDA_AND_TDA + const TDA + func NewDispersionTypeOneOfFromValue(v string) (*DispersionTypeOneOf, error) + func (v *DispersionTypeOneOf) UnmarshalJSON(src []byte) error + func (v DispersionTypeOneOf) IsValid() bool + func (v DispersionTypeOneOf) Ptr() *DispersionTypeOneOf + 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 DnPerfOrderingCriterion struct + DnPerfOrderingCriterionAnyOf *DnPerfOrderingCriterionAnyOf + String *string + func (dst *DnPerfOrderingCriterion) UnmarshalJSON(data []byte) error + func (src *DnPerfOrderingCriterion) MarshalJSON() ([]byte, error) + type DnPerfOrderingCriterionAnyOf string + const AVERAGE_PACKET_DELAY + const AVERAGE_PACKET_LOSS_RATE + const AVERAGE_TRAFFIC_RATE + const MAXIMUM_PACKET_DELAY + const MAXIMUM_TRAFFIC_RATE + func NewDnPerfOrderingCriterionAnyOfFromValue(v string) (*DnPerfOrderingCriterionAnyOf, error) + func (v *DnPerfOrderingCriterionAnyOf) UnmarshalJSON(src []byte) error + func (v DnPerfOrderingCriterionAnyOf) IsValid() bool + func (v DnPerfOrderingCriterionAnyOf) Ptr() *DnPerfOrderingCriterionAnyOf + type DnPerformanceReq struct + DnPerfOrderCriter *DnPerfOrderingCriterion + Order *MatchingDirection + ReportThresholds []ThresholdLevel + func NewDnPerformanceReq() *DnPerformanceReq + func NewDnPerformanceReqWithDefaults() *DnPerformanceReq + func (o *DnPerformanceReq) GetDnPerfOrderCriter() DnPerfOrderingCriterion + func (o *DnPerformanceReq) GetDnPerfOrderCriterOk() (*DnPerfOrderingCriterion, bool) + func (o *DnPerformanceReq) GetOrder() MatchingDirection + func (o *DnPerformanceReq) GetOrderOk() (*MatchingDirection, bool) + func (o *DnPerformanceReq) GetReportThresholds() []ThresholdLevel + func (o *DnPerformanceReq) GetReportThresholdsOk() ([]ThresholdLevel, bool) + func (o *DnPerformanceReq) HasDnPerfOrderCriter() bool + func (o *DnPerformanceReq) HasOrder() bool + func (o *DnPerformanceReq) HasReportThresholds() bool + func (o *DnPerformanceReq) SetDnPerfOrderCriter(v DnPerfOrderingCriterion) + func (o *DnPerformanceReq) SetOrder(v MatchingDirection) + func (o *DnPerformanceReq) SetReportThresholds(v []ThresholdLevel) + func (o DnPerformanceReq) MarshalJSON() ([]byte, error) + func (o DnPerformanceReq) 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 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 EventReportingRequirement struct + AccPerSubset []Accuracy + Accuracy *Accuracy + AnaMeta []AnalyticsMetadata + AnaMetaInd *AnalyticsMetadataIndication + EndTs *time.Time + MaxObjectNbr *int32 + MaxSupiNbr *int32 + OffsetPeriod *int32 + SampRatio *int32 + StartTs *time.Time + TimeAnaNeeded *time.Time + func NewEventReportingRequirement() *EventReportingRequirement + func NewEventReportingRequirementWithDefaults() *EventReportingRequirement + func (o *EventReportingRequirement) GetAccPerSubset() []Accuracy + func (o *EventReportingRequirement) GetAccPerSubsetOk() ([]Accuracy, bool) + func (o *EventReportingRequirement) GetAccuracy() Accuracy + func (o *EventReportingRequirement) GetAccuracyOk() (*Accuracy, bool) + func (o *EventReportingRequirement) GetAnaMeta() []AnalyticsMetadata + func (o *EventReportingRequirement) GetAnaMetaInd() AnalyticsMetadataIndication + func (o *EventReportingRequirement) GetAnaMetaIndOk() (*AnalyticsMetadataIndication, bool) + func (o *EventReportingRequirement) GetAnaMetaOk() ([]AnalyticsMetadata, bool) + func (o *EventReportingRequirement) GetEndTs() time.Time + func (o *EventReportingRequirement) GetEndTsOk() (*time.Time, bool) + func (o *EventReportingRequirement) GetMaxObjectNbr() int32 + func (o *EventReportingRequirement) GetMaxObjectNbrOk() (*int32, bool) + func (o *EventReportingRequirement) GetMaxSupiNbr() int32 + func (o *EventReportingRequirement) GetMaxSupiNbrOk() (*int32, bool) + func (o *EventReportingRequirement) GetOffsetPeriod() int32 + func (o *EventReportingRequirement) GetOffsetPeriodOk() (*int32, bool) + func (o *EventReportingRequirement) GetSampRatio() int32 + func (o *EventReportingRequirement) GetSampRatioOk() (*int32, bool) + func (o *EventReportingRequirement) GetStartTs() time.Time + func (o *EventReportingRequirement) GetStartTsOk() (*time.Time, bool) + func (o *EventReportingRequirement) GetTimeAnaNeeded() time.Time + func (o *EventReportingRequirement) GetTimeAnaNeededOk() (*time.Time, bool) + func (o *EventReportingRequirement) HasAccPerSubset() bool + func (o *EventReportingRequirement) HasAccuracy() bool + func (o *EventReportingRequirement) HasAnaMeta() bool + func (o *EventReportingRequirement) HasAnaMetaInd() bool + func (o *EventReportingRequirement) HasEndTs() bool + func (o *EventReportingRequirement) HasMaxObjectNbr() bool + func (o *EventReportingRequirement) HasMaxSupiNbr() bool + func (o *EventReportingRequirement) HasOffsetPeriod() bool + func (o *EventReportingRequirement) HasSampRatio() bool + func (o *EventReportingRequirement) HasStartTs() bool + func (o *EventReportingRequirement) HasTimeAnaNeeded() bool + func (o *EventReportingRequirement) SetAccPerSubset(v []Accuracy) + func (o *EventReportingRequirement) SetAccuracy(v Accuracy) + func (o *EventReportingRequirement) SetAnaMeta(v []AnalyticsMetadata) + func (o *EventReportingRequirement) SetAnaMetaInd(v AnalyticsMetadataIndication) + func (o *EventReportingRequirement) SetEndTs(v time.Time) + func (o *EventReportingRequirement) SetMaxObjectNbr(v int32) + func (o *EventReportingRequirement) SetMaxSupiNbr(v int32) + func (o *EventReportingRequirement) SetOffsetPeriod(v int32) + func (o *EventReportingRequirement) SetSampRatio(v int32) + func (o *EventReportingRequirement) SetStartTs(v time.Time) + func (o *EventReportingRequirement) SetTimeAnaNeeded(v time.Time) + func (o EventReportingRequirement) MarshalJSON() ([]byte, error) + func (o EventReportingRequirement) ToMap() (map[string]interface{}, 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 + ExceptionIdAnyOf *ExceptionIdAnyOf + String *string + func (dst *ExceptionId) UnmarshalJSON(data []byte) error + func (src *ExceptionId) MarshalJSON() ([]byte, error) + type ExceptionIdAnyOf string + const PING_PONG_ACROSS_CELLS + const SUSPICION_OF_DDOS_ATTACK + const TOO_FREQUENT_SERVICE_ACCESS + const UNEXPECTED_LARGE_RATE_FLOW + const UNEXPECTED_LONG_LIVE_FLOW + const UNEXPECTED_RADIO_LINK_FAILURES + const UNEXPECTED_UE_LOCATION + const UNEXPECTED_WAKEUP + const WRONG_DESTINATION_ADDRESS + func NewExceptionIdAnyOfFromValue(v string) (*ExceptionIdAnyOf, error) + func (v *ExceptionIdAnyOf) UnmarshalJSON(src []byte) error + func (v ExceptionIdAnyOf) IsValid() bool + func (v ExceptionIdAnyOf) Ptr() *ExceptionIdAnyOf + type ExceptionTrend struct + ExceptionTrendAnyOf *ExceptionTrendAnyOf + String *string + func (dst *ExceptionTrend) UnmarshalJSON(data []byte) error + func (src *ExceptionTrend) MarshalJSON() ([]byte, error) + type ExceptionTrendAnyOf string + const DOWN + const STABLE + const UNKNOW + const UP + func NewExceptionTrendAnyOfFromValue(v string) (*ExceptionTrendAnyOf, error) + func (v *ExceptionTrendAnyOf) UnmarshalJSON(src []byte) error + func (v ExceptionTrendAnyOf) IsValid() bool + func (v ExceptionTrendAnyOf) Ptr() *ExceptionTrendAnyOf + type ExpectedAnalyticsType struct + ExpectedAnalyticsTypeAnyOf *ExpectedAnalyticsTypeAnyOf + String *string + func (dst *ExpectedAnalyticsType) UnmarshalJSON(data []byte) error + func (src *ExpectedAnalyticsType) MarshalJSON() ([]byte, error) + type ExpectedAnalyticsTypeAnyOf string + const COMMUN + const MOBILITY + const MOBILITY_AND_COMMUN + func NewExpectedAnalyticsTypeAnyOfFromValue(v string) (*ExpectedAnalyticsTypeAnyOf, error) + func (v *ExpectedAnalyticsTypeAnyOf) UnmarshalJSON(src []byte) error + func (v ExpectedAnalyticsTypeAnyOf) IsValid() bool + func (v ExpectedAnalyticsTypeAnyOf) Ptr() *ExpectedAnalyticsTypeAnyOf + type ExpectedUeBehaviourData struct + BatteryIndication *BatteryIndication + CommunicationDurationTime *int32 + ExpectedUmts []LocationArea + PeriodicTime *int32 + ScheduledCommunicationTime *ScheduledCommunicationTime1 + ScheduledCommunicationType *ScheduledCommunicationType + StationaryIndication *StationaryIndication + TrafficProfile *TrafficProfile + ValidityTime *time.Time + func NewExpectedUeBehaviourData() *ExpectedUeBehaviourData + func NewExpectedUeBehaviourDataWithDefaults() *ExpectedUeBehaviourData + func (o *ExpectedUeBehaviourData) GetBatteryIndication() BatteryIndication + func (o *ExpectedUeBehaviourData) GetBatteryIndicationOk() (*BatteryIndication, bool) + func (o *ExpectedUeBehaviourData) GetCommunicationDurationTime() int32 + func (o *ExpectedUeBehaviourData) GetCommunicationDurationTimeOk() (*int32, bool) + func (o *ExpectedUeBehaviourData) GetExpectedUmts() []LocationArea + func (o *ExpectedUeBehaviourData) GetExpectedUmtsOk() ([]LocationArea, bool) + func (o *ExpectedUeBehaviourData) GetPeriodicTime() int32 + func (o *ExpectedUeBehaviourData) GetPeriodicTimeOk() (*int32, bool) + func (o *ExpectedUeBehaviourData) GetScheduledCommunicationTime() ScheduledCommunicationTime1 + func (o *ExpectedUeBehaviourData) GetScheduledCommunicationTimeOk() (*ScheduledCommunicationTime1, bool) + func (o *ExpectedUeBehaviourData) GetScheduledCommunicationType() ScheduledCommunicationType + func (o *ExpectedUeBehaviourData) GetScheduledCommunicationTypeOk() (*ScheduledCommunicationType, bool) + func (o *ExpectedUeBehaviourData) GetStationaryIndication() StationaryIndication + func (o *ExpectedUeBehaviourData) GetStationaryIndicationOk() (*StationaryIndication, bool) + func (o *ExpectedUeBehaviourData) GetTrafficProfile() TrafficProfile + func (o *ExpectedUeBehaviourData) GetTrafficProfileOk() (*TrafficProfile, bool) + func (o *ExpectedUeBehaviourData) GetValidityTime() time.Time + func (o *ExpectedUeBehaviourData) GetValidityTimeOk() (*time.Time, bool) + func (o *ExpectedUeBehaviourData) HasBatteryIndication() bool + func (o *ExpectedUeBehaviourData) HasCommunicationDurationTime() bool + func (o *ExpectedUeBehaviourData) HasExpectedUmts() bool + func (o *ExpectedUeBehaviourData) HasPeriodicTime() bool + func (o *ExpectedUeBehaviourData) HasScheduledCommunicationTime() bool + func (o *ExpectedUeBehaviourData) HasScheduledCommunicationType() bool + func (o *ExpectedUeBehaviourData) HasStationaryIndication() bool + func (o *ExpectedUeBehaviourData) HasTrafficProfile() bool + func (o *ExpectedUeBehaviourData) HasValidityTime() bool + func (o *ExpectedUeBehaviourData) SetBatteryIndication(v BatteryIndication) + func (o *ExpectedUeBehaviourData) SetCommunicationDurationTime(v int32) + func (o *ExpectedUeBehaviourData) SetExpectedUmts(v []LocationArea) + func (o *ExpectedUeBehaviourData) SetPeriodicTime(v int32) + func (o *ExpectedUeBehaviourData) SetScheduledCommunicationTime(v ScheduledCommunicationTime1) + func (o *ExpectedUeBehaviourData) SetScheduledCommunicationType(v ScheduledCommunicationType) + func (o *ExpectedUeBehaviourData) SetStationaryIndication(v StationaryIndication) + func (o *ExpectedUeBehaviourData) SetTrafficProfile(v TrafficProfile) + func (o *ExpectedUeBehaviourData) SetValidityTime(v time.Time) + func (o ExpectedUeBehaviourData) MarshalJSON() ([]byte, error) + func (o ExpectedUeBehaviourData) ToMap() (map[string]interface{}, error) + type FlowDirection struct + FlowDirectionAnyOf *FlowDirectionAnyOf + String *string + func (dst *FlowDirection) UnmarshalJSON(data []byte) error + func (src *FlowDirection) MarshalJSON() ([]byte, error) + type FlowDirectionAnyOf string + const BIDIRECTIONAL + const DOWNLINK + const UNSPECIFIED + const UPLINK + func NewFlowDirectionAnyOfFromValue(v string) (*FlowDirectionAnyOf, error) + func (v *FlowDirectionAnyOf) UnmarshalJSON(src []byte) error + func (v FlowDirectionAnyOf) IsValid() bool + func (v FlowDirectionAnyOf) Ptr() *FlowDirectionAnyOf + 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 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 IndividualAnalyticsExposureSubscriptionApiService service + func (a *IndividualAnalyticsExposureSubscriptionApiService) DeleteAnSubscription(ctx context.Context, afId string, subscriptionId string) ApiDeleteAnSubscriptionRequest + func (a *IndividualAnalyticsExposureSubscriptionApiService) DeleteAnSubscriptionExecute(r ApiDeleteAnSubscriptionRequest) (*http.Response, error) + func (a *IndividualAnalyticsExposureSubscriptionApiService) FullyUpdateAnSubscription(ctx context.Context, afId string, subscriptionId string) ApiFullyUpdateAnSubscriptionRequest + func (a *IndividualAnalyticsExposureSubscriptionApiService) FullyUpdateAnSubscriptionExecute(r ApiFullyUpdateAnSubscriptionRequest) (*AnalyticsExposureSubsc, *http.Response, error) + func (a *IndividualAnalyticsExposureSubscriptionApiService) ReadAnSubscription(ctx context.Context, afId string, subscriptionId string) ApiReadAnSubscriptionRequest + func (a *IndividualAnalyticsExposureSubscriptionApiService) ReadAnSubscriptionExecute(r ApiReadAnSubscriptionRequest) (*AnalyticsExposureSubsc, *http.Response, 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 InvalidParam1 struct + Param string + Reason *string + func NewInvalidParam1(param string) *InvalidParam1 + func NewInvalidParam1WithDefaults() *InvalidParam1 + func (o *InvalidParam1) GetParam() string + func (o *InvalidParam1) GetParamOk() (*string, bool) + func (o *InvalidParam1) GetReason() string + func (o *InvalidParam1) GetReasonOk() (*string, bool) + func (o *InvalidParam1) HasReason() bool + func (o *InvalidParam1) SetParam(v string) + func (o *InvalidParam1) SetReason(v string) + func (o InvalidParam1) MarshalJSON() ([]byte, error) + func (o InvalidParam1) 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 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 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 LineType struct + LineTypeAnyOf *LineTypeAnyOf + String *string + func (dst *LineType) UnmarshalJSON(data []byte) error + func (src *LineType) MarshalJSON() ([]byte, error) + type LineTypeAnyOf string + const DSL + const PON + func NewLineTypeAnyOfFromValue(v string) (*LineTypeAnyOf, error) + func (v *LineTypeAnyOf) UnmarshalJSON(src []byte) error + func (v LineTypeAnyOf) IsValid() bool + func (v LineTypeAnyOf) Ptr() *LineTypeAnyOf + 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 LocationArea struct + CivicAddresses []CivicAddress + GeographicAreas []GeographicArea + NwAreaInfo *NetworkAreaInfo1 + UmtTime *UmtTime + func NewLocationArea() *LocationArea + func NewLocationAreaWithDefaults() *LocationArea + func (o *LocationArea) GetCivicAddresses() []CivicAddress + func (o *LocationArea) GetCivicAddressesOk() ([]CivicAddress, bool) + func (o *LocationArea) GetGeographicAreas() []GeographicArea + func (o *LocationArea) GetGeographicAreasOk() ([]GeographicArea, bool) + func (o *LocationArea) GetNwAreaInfo() NetworkAreaInfo1 + func (o *LocationArea) GetNwAreaInfoOk() (*NetworkAreaInfo1, bool) + func (o *LocationArea) GetUmtTime() UmtTime + func (o *LocationArea) GetUmtTimeOk() (*UmtTime, bool) + func (o *LocationArea) HasCivicAddresses() bool + func (o *LocationArea) HasGeographicAreas() bool + func (o *LocationArea) HasNwAreaInfo() bool + func (o *LocationArea) HasUmtTime() bool + func (o *LocationArea) SetCivicAddresses(v []CivicAddress) + func (o *LocationArea) SetGeographicAreas(v []GeographicArea) + func (o *LocationArea) SetNwAreaInfo(v NetworkAreaInfo1) + func (o *LocationArea) SetUmtTime(v UmtTime) + func (o LocationArea) MarshalJSON() ([]byte, error) + func (o LocationArea) 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 MappedNullable interface + ToMap func() (map[string]interface{}, error) + type MatchingDirection struct + MatchingDirectionAnyOf *MatchingDirectionAnyOf + String *string + func (dst *MatchingDirection) UnmarshalJSON(data []byte) error + func (src *MatchingDirection) MarshalJSON() ([]byte, error) + type MatchingDirectionAnyOf string + const ASCENDING + const CROSSED + const DESCENDING + func NewMatchingDirectionAnyOfFromValue(v string) (*MatchingDirectionAnyOf, error) + func (v *MatchingDirectionAnyOf) UnmarshalJSON(src []byte) error + func (v MatchingDirectionAnyOf) IsValid() bool + func (v MatchingDirectionAnyOf) Ptr() *MatchingDirectionAnyOf + 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 NFType struct + NFTypeAnyOf *NFTypeAnyOf + String *string + func (dst *NFType) UnmarshalJSON(data []byte) error + func (src *NFType) MarshalJSON() ([]byte, error) + type NFTypeAnyOf string + const AANF + const ADRF + const AF + const AMF + const AUSF + const BSF + const CBCF + const CEF + const CHF + const DCCF + const DRA + const EASDF + const GBA_BSF + const GMLC + const HSS + const ICSCF + const IMS_AS + const LMF + const MBSF + const MBSTF + const MB_SMF + const MB_UPF + const MFAF + const MME + const MNPF + const N3_IWF + const NEF + const NRF + const NSACF + const NSSAAF + const NSSF + const NSWOF + const NWDAF + const PANF + const PCF + const PCSCF + const PKMF + const SCEF + const SCP + const SCSAS + const SCSCF + const SEPP + const SMF + const SMSF + const SMS_GMSC + const SMS_IWMSC + const SOR_AF + const SPAF + const TSCTSF + const UCMF + const UDM + const UDR + const UDSF + const UPF + func NewNFTypeAnyOfFromValue(v string) (*NFTypeAnyOf, error) + func (v *NFTypeAnyOf) UnmarshalJSON(src []byte) error + func (v NFTypeAnyOf) IsValid() bool + func (v NFTypeAnyOf) Ptr() *NFTypeAnyOf + type Ncgi struct + Nid *string + NrCellId string + PlmnId PlmnId + func NewNcgi(plmnId PlmnId, nrCellId string) *Ncgi + func NewNcgiWithDefaults() *Ncgi + func (o *Ncgi) GetNid() string + func (o *Ncgi) GetNidOk() (*string, bool) + func (o *Ncgi) GetNrCellId() string + func (o *Ncgi) GetNrCellIdOk() (*string, bool) + func (o *Ncgi) GetPlmnId() PlmnId + func (o *Ncgi) GetPlmnIdOk() (*PlmnId, bool) + func (o *Ncgi) HasNid() bool + func (o *Ncgi) SetNid(v string) + func (o *Ncgi) SetNrCellId(v string) + func (o *Ncgi) SetPlmnId(v PlmnId) + func (o Ncgi) MarshalJSON() ([]byte, error) + func (o Ncgi) ToMap() (map[string]interface{}, error) + type 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 NetworkAreaInfo1 struct + Ecgis []Ecgi + GRanNodeIds []GlobalRanNodeId + Ncgis []Ncgi + Tais []Tai + func NewNetworkAreaInfo1() *NetworkAreaInfo1 + func NewNetworkAreaInfo1WithDefaults() *NetworkAreaInfo1 + func (o *NetworkAreaInfo1) GetEcgis() []Ecgi + func (o *NetworkAreaInfo1) GetEcgisOk() ([]Ecgi, bool) + func (o *NetworkAreaInfo1) GetGRanNodeIds() []GlobalRanNodeId + func (o *NetworkAreaInfo1) GetGRanNodeIdsOk() ([]GlobalRanNodeId, bool) + func (o *NetworkAreaInfo1) GetNcgis() []Ncgi + func (o *NetworkAreaInfo1) GetNcgisOk() ([]Ncgi, bool) + func (o *NetworkAreaInfo1) GetTais() []Tai + func (o *NetworkAreaInfo1) GetTaisOk() ([]Tai, bool) + func (o *NetworkAreaInfo1) HasEcgis() bool + func (o *NetworkAreaInfo1) HasGRanNodeIds() bool + func (o *NetworkAreaInfo1) HasNcgis() bool + func (o *NetworkAreaInfo1) HasTais() bool + func (o *NetworkAreaInfo1) SetEcgis(v []Ecgi) + func (o *NetworkAreaInfo1) SetGRanNodeIds(v []GlobalRanNodeId) + func (o *NetworkAreaInfo1) SetNcgis(v []Ncgi) + func (o *NetworkAreaInfo1) SetTais(v []Tai) + func (o NetworkAreaInfo1) MarshalJSON() ([]byte, error) + func (o NetworkAreaInfo1) ToMap() (map[string]interface{}, error) + type NetworkPerfExposure struct + AbsoluteNum *int32 + Confidence *int32 + LocArea LocationArea5G + NwPerfType NetworkPerfType + RelativeRatio *int32 + func NewNetworkPerfExposure(locArea LocationArea5G, nwPerfType NetworkPerfType) *NetworkPerfExposure + func NewNetworkPerfExposureWithDefaults() *NetworkPerfExposure + func (o *NetworkPerfExposure) GetAbsoluteNum() int32 + func (o *NetworkPerfExposure) GetAbsoluteNumOk() (*int32, bool) + func (o *NetworkPerfExposure) GetConfidence() int32 + func (o *NetworkPerfExposure) GetConfidenceOk() (*int32, bool) + func (o *NetworkPerfExposure) GetLocArea() LocationArea5G + func (o *NetworkPerfExposure) GetLocAreaOk() (*LocationArea5G, bool) + func (o *NetworkPerfExposure) GetNwPerfType() NetworkPerfType + func (o *NetworkPerfExposure) GetNwPerfTypeOk() (*NetworkPerfType, bool) + func (o *NetworkPerfExposure) GetRelativeRatio() int32 + func (o *NetworkPerfExposure) GetRelativeRatioOk() (*int32, bool) + func (o *NetworkPerfExposure) HasAbsoluteNum() bool + func (o *NetworkPerfExposure) HasConfidence() bool + func (o *NetworkPerfExposure) HasRelativeRatio() bool + func (o *NetworkPerfExposure) SetAbsoluteNum(v int32) + func (o *NetworkPerfExposure) SetConfidence(v int32) + func (o *NetworkPerfExposure) SetLocArea(v LocationArea5G) + func (o *NetworkPerfExposure) SetNwPerfType(v NetworkPerfType) + func (o *NetworkPerfExposure) SetRelativeRatio(v int32) + func (o NetworkPerfExposure) MarshalJSON() ([]byte, error) + func (o NetworkPerfExposure) ToMap() (map[string]interface{}, error) + type NetworkPerfRequirement struct + AbsoluteNum *int32 + NwPerfType NetworkPerfType + RelativeRatio *int32 + func NewNetworkPerfRequirement(nwPerfType NetworkPerfType) *NetworkPerfRequirement + func NewNetworkPerfRequirementWithDefaults() *NetworkPerfRequirement + func (o *NetworkPerfRequirement) GetAbsoluteNum() int32 + func (o *NetworkPerfRequirement) GetAbsoluteNumOk() (*int32, bool) + func (o *NetworkPerfRequirement) GetNwPerfType() NetworkPerfType + func (o *NetworkPerfRequirement) GetNwPerfTypeOk() (*NetworkPerfType, bool) + func (o *NetworkPerfRequirement) GetRelativeRatio() int32 + func (o *NetworkPerfRequirement) GetRelativeRatioOk() (*int32, bool) + func (o *NetworkPerfRequirement) HasAbsoluteNum() bool + func (o *NetworkPerfRequirement) HasRelativeRatio() bool + func (o *NetworkPerfRequirement) SetAbsoluteNum(v int32) + func (o *NetworkPerfRequirement) SetNwPerfType(v NetworkPerfType) + func (o *NetworkPerfRequirement) SetRelativeRatio(v int32) + func (o NetworkPerfRequirement) MarshalJSON() ([]byte, error) + func (o NetworkPerfRequirement) ToMap() (map[string]interface{}, error) + type NetworkPerfType struct + NetworkPerfTypeAnyOf *NetworkPerfTypeAnyOf + String *string + func (dst *NetworkPerfType) UnmarshalJSON(data []byte) error + func (src *NetworkPerfType) MarshalJSON() ([]byte, error) + type NetworkPerfTypeAnyOf string + const GNB_ACTIVE_RATIO + const GNB_COMPUTING_USAGE + const GNB_DISK_USAGE + const GNB_MEMORY_USAGE + const HO_SUCC_RATIO + const NUM_OF_UE + const SESS_SUCC_RATIO + func NewNetworkPerfTypeAnyOfFromValue(v string) (*NetworkPerfTypeAnyOf, error) + func (v *NetworkPerfTypeAnyOf) UnmarshalJSON(src []byte) error + func (v NetworkPerfTypeAnyOf) IsValid() bool + func (v NetworkPerfTypeAnyOf) Ptr() *NetworkPerfTypeAnyOf + type NotificationFlag struct + NotificationFlagAnyOf *NotificationFlagAnyOf + String *string + func (dst *NotificationFlag) UnmarshalJSON(data []byte) error + func (src *NotificationFlag) MarshalJSON() ([]byte, error) + type NotificationFlagAnyOf string + const ACTIVATE + const DEACTIVATE + const RETRIEVAL + func NewNotificationFlagAnyOfFromValue(v string) (*NotificationFlagAnyOf, error) + func (v *NotificationFlagAnyOf) UnmarshalJSON(src []byte) error + func (v NotificationFlagAnyOf) IsValid() bool + func (v NotificationFlagAnyOf) Ptr() *NotificationFlagAnyOf + type NotificationMethod struct + NotificationMethodAnyOf *NotificationMethodAnyOf + String *string + func (dst *NotificationMethod) UnmarshalJSON(data []byte) error + func (src *NotificationMethod) MarshalJSON() ([]byte, error) + type NotificationMethodAnyOf string + const ONE_TIME + const ON_EVENT_DETECTION + const PERIODIC + func NewNotificationMethodAnyOfFromValue(v string) (*NotificationMethodAnyOf, error) + func (v *NotificationMethodAnyOf) UnmarshalJSON(src []byte) error + func (v NotificationMethodAnyOf) IsValid() bool + func (v NotificationMethodAnyOf) Ptr() *NotificationMethodAnyOf + 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 NsiIdInfo struct + NsiIds []string + Snssai Snssai + func NewNsiIdInfo(snssai Snssai) *NsiIdInfo + func NewNsiIdInfoWithDefaults() *NsiIdInfo + func (o *NsiIdInfo) GetNsiIds() []string + func (o *NsiIdInfo) GetNsiIdsOk() ([]string, bool) + func (o *NsiIdInfo) GetSnssai() Snssai + func (o *NsiIdInfo) GetSnssaiOk() (*Snssai, bool) + func (o *NsiIdInfo) HasNsiIds() bool + func (o *NsiIdInfo) SetNsiIds(v []string) + func (o *NsiIdInfo) SetSnssai(v Snssai) + func (o NsiIdInfo) MarshalJSON() ([]byte, error) + func (o NsiIdInfo) ToMap() (map[string]interface{}, error) + type NullableAbnormalExposure struct + func NewNullableAbnormalExposure(val *AbnormalExposure) *NullableAbnormalExposure + func (v *NullableAbnormalExposure) Set(val *AbnormalExposure) + func (v *NullableAbnormalExposure) UnmarshalJSON(src []byte) error + func (v *NullableAbnormalExposure) Unset() + func (v NullableAbnormalExposure) Get() *AbnormalExposure + func (v NullableAbnormalExposure) IsSet() bool + func (v NullableAbnormalExposure) 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 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 NullableAccuracyAnyOf struct + func NewNullableAccuracyAnyOf(val *AccuracyAnyOf) *NullableAccuracyAnyOf + func (v *NullableAccuracyAnyOf) Set(val *AccuracyAnyOf) + func (v *NullableAccuracyAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableAccuracyAnyOf) Unset() + func (v NullableAccuracyAnyOf) Get() *AccuracyAnyOf + func (v NullableAccuracyAnyOf) IsSet() bool + func (v NullableAccuracyAnyOf) MarshalJSON() ([]byte, error) + type NullableAdditionInfoAnalyticsInfoRequest struct + func NewNullableAdditionInfoAnalyticsInfoRequest(val *AdditionInfoAnalyticsInfoRequest) *NullableAdditionInfoAnalyticsInfoRequest + func (v *NullableAdditionInfoAnalyticsInfoRequest) Set(val *AdditionInfoAnalyticsInfoRequest) + func (v *NullableAdditionInfoAnalyticsInfoRequest) UnmarshalJSON(src []byte) error + func (v *NullableAdditionInfoAnalyticsInfoRequest) Unset() + func (v NullableAdditionInfoAnalyticsInfoRequest) Get() *AdditionInfoAnalyticsInfoRequest + func (v NullableAdditionInfoAnalyticsInfoRequest) IsSet() bool + func (v NullableAdditionInfoAnalyticsInfoRequest) 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 NullableAnalyticsData struct + func NewNullableAnalyticsData(val *AnalyticsData) *NullableAnalyticsData + func (v *NullableAnalyticsData) Set(val *AnalyticsData) + func (v *NullableAnalyticsData) UnmarshalJSON(src []byte) error + func (v *NullableAnalyticsData) Unset() + func (v NullableAnalyticsData) Get() *AnalyticsData + func (v NullableAnalyticsData) IsSet() bool + func (v NullableAnalyticsData) MarshalJSON() ([]byte, error) + type NullableAnalyticsEvent struct + func NewNullableAnalyticsEvent(val *AnalyticsEvent) *NullableAnalyticsEvent + func (v *NullableAnalyticsEvent) Set(val *AnalyticsEvent) + func (v *NullableAnalyticsEvent) UnmarshalJSON(src []byte) error + func (v *NullableAnalyticsEvent) Unset() + func (v NullableAnalyticsEvent) Get() *AnalyticsEvent + func (v NullableAnalyticsEvent) IsSet() bool + func (v NullableAnalyticsEvent) MarshalJSON() ([]byte, error) + type NullableAnalyticsEventAnyOf struct + func NewNullableAnalyticsEventAnyOf(val *AnalyticsEventAnyOf) *NullableAnalyticsEventAnyOf + func (v *NullableAnalyticsEventAnyOf) Set(val *AnalyticsEventAnyOf) + func (v *NullableAnalyticsEventAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableAnalyticsEventAnyOf) Unset() + func (v NullableAnalyticsEventAnyOf) Get() *AnalyticsEventAnyOf + func (v NullableAnalyticsEventAnyOf) IsSet() bool + func (v NullableAnalyticsEventAnyOf) MarshalJSON() ([]byte, error) + type NullableAnalyticsEventFilter struct + func NewNullableAnalyticsEventFilter(val *AnalyticsEventFilter) *NullableAnalyticsEventFilter + func (v *NullableAnalyticsEventFilter) Set(val *AnalyticsEventFilter) + func (v *NullableAnalyticsEventFilter) UnmarshalJSON(src []byte) error + func (v *NullableAnalyticsEventFilter) Unset() + func (v NullableAnalyticsEventFilter) Get() *AnalyticsEventFilter + func (v NullableAnalyticsEventFilter) IsSet() bool + func (v NullableAnalyticsEventFilter) MarshalJSON() ([]byte, error) + type NullableAnalyticsEventFilterSubsc struct + func NewNullableAnalyticsEventFilterSubsc(val *AnalyticsEventFilterSubsc) *NullableAnalyticsEventFilterSubsc + func (v *NullableAnalyticsEventFilterSubsc) Set(val *AnalyticsEventFilterSubsc) + func (v *NullableAnalyticsEventFilterSubsc) UnmarshalJSON(src []byte) error + func (v *NullableAnalyticsEventFilterSubsc) Unset() + func (v NullableAnalyticsEventFilterSubsc) Get() *AnalyticsEventFilterSubsc + func (v NullableAnalyticsEventFilterSubsc) IsSet() bool + func (v NullableAnalyticsEventFilterSubsc) MarshalJSON() ([]byte, error) + type NullableAnalyticsEventNotif struct + func NewNullableAnalyticsEventNotif(val *AnalyticsEventNotif) *NullableAnalyticsEventNotif + func (v *NullableAnalyticsEventNotif) Set(val *AnalyticsEventNotif) + func (v *NullableAnalyticsEventNotif) UnmarshalJSON(src []byte) error + func (v *NullableAnalyticsEventNotif) Unset() + func (v NullableAnalyticsEventNotif) Get() *AnalyticsEventNotif + func (v NullableAnalyticsEventNotif) IsSet() bool + func (v NullableAnalyticsEventNotif) MarshalJSON() ([]byte, error) + type NullableAnalyticsEventNotification struct + func NewNullableAnalyticsEventNotification(val *AnalyticsEventNotification) *NullableAnalyticsEventNotification + func (v *NullableAnalyticsEventNotification) Set(val *AnalyticsEventNotification) + func (v *NullableAnalyticsEventNotification) UnmarshalJSON(src []byte) error + func (v *NullableAnalyticsEventNotification) Unset() + func (v NullableAnalyticsEventNotification) Get() *AnalyticsEventNotification + func (v NullableAnalyticsEventNotification) IsSet() bool + func (v NullableAnalyticsEventNotification) MarshalJSON() ([]byte, error) + type NullableAnalyticsEventSubsc struct + func NewNullableAnalyticsEventSubsc(val *AnalyticsEventSubsc) *NullableAnalyticsEventSubsc + func (v *NullableAnalyticsEventSubsc) Set(val *AnalyticsEventSubsc) + func (v *NullableAnalyticsEventSubsc) UnmarshalJSON(src []byte) error + func (v *NullableAnalyticsEventSubsc) Unset() + func (v NullableAnalyticsEventSubsc) Get() *AnalyticsEventSubsc + func (v NullableAnalyticsEventSubsc) IsSet() bool + func (v NullableAnalyticsEventSubsc) MarshalJSON() ([]byte, error) + type NullableAnalyticsExposureSubsc struct + func NewNullableAnalyticsExposureSubsc(val *AnalyticsExposureSubsc) *NullableAnalyticsExposureSubsc + func (v *NullableAnalyticsExposureSubsc) Set(val *AnalyticsExposureSubsc) + func (v *NullableAnalyticsExposureSubsc) UnmarshalJSON(src []byte) error + func (v *NullableAnalyticsExposureSubsc) Unset() + func (v NullableAnalyticsExposureSubsc) Get() *AnalyticsExposureSubsc + func (v NullableAnalyticsExposureSubsc) IsSet() bool + func (v NullableAnalyticsExposureSubsc) MarshalJSON() ([]byte, error) + type NullableAnalyticsFailureCode struct + func NewNullableAnalyticsFailureCode(val *AnalyticsFailureCode) *NullableAnalyticsFailureCode + func (v *NullableAnalyticsFailureCode) Set(val *AnalyticsFailureCode) + func (v *NullableAnalyticsFailureCode) UnmarshalJSON(src []byte) error + func (v *NullableAnalyticsFailureCode) Unset() + func (v NullableAnalyticsFailureCode) Get() *AnalyticsFailureCode + func (v NullableAnalyticsFailureCode) IsSet() bool + func (v NullableAnalyticsFailureCode) MarshalJSON() ([]byte, error) + type NullableAnalyticsFailureCodeAnyOf struct + func NewNullableAnalyticsFailureCodeAnyOf(val *AnalyticsFailureCodeAnyOf) *NullableAnalyticsFailureCodeAnyOf + func (v *NullableAnalyticsFailureCodeAnyOf) Set(val *AnalyticsFailureCodeAnyOf) + func (v *NullableAnalyticsFailureCodeAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableAnalyticsFailureCodeAnyOf) Unset() + func (v NullableAnalyticsFailureCodeAnyOf) Get() *AnalyticsFailureCodeAnyOf + func (v NullableAnalyticsFailureCodeAnyOf) IsSet() bool + func (v NullableAnalyticsFailureCodeAnyOf) MarshalJSON() ([]byte, error) + type NullableAnalyticsFailureEventInfo struct + func NewNullableAnalyticsFailureEventInfo(val *AnalyticsFailureEventInfo) *NullableAnalyticsFailureEventInfo + func (v *NullableAnalyticsFailureEventInfo) Set(val *AnalyticsFailureEventInfo) + func (v *NullableAnalyticsFailureEventInfo) UnmarshalJSON(src []byte) error + func (v *NullableAnalyticsFailureEventInfo) Unset() + func (v NullableAnalyticsFailureEventInfo) Get() *AnalyticsFailureEventInfo + func (v NullableAnalyticsFailureEventInfo) IsSet() bool + func (v NullableAnalyticsFailureEventInfo) MarshalJSON() ([]byte, error) + type NullableAnalyticsMetadata struct + func NewNullableAnalyticsMetadata(val *AnalyticsMetadata) *NullableAnalyticsMetadata + func (v *NullableAnalyticsMetadata) Set(val *AnalyticsMetadata) + func (v *NullableAnalyticsMetadata) UnmarshalJSON(src []byte) error + func (v *NullableAnalyticsMetadata) Unset() + func (v NullableAnalyticsMetadata) Get() *AnalyticsMetadata + func (v NullableAnalyticsMetadata) IsSet() bool + func (v NullableAnalyticsMetadata) MarshalJSON() ([]byte, error) + type NullableAnalyticsMetadataAnyOf struct + func NewNullableAnalyticsMetadataAnyOf(val *AnalyticsMetadataAnyOf) *NullableAnalyticsMetadataAnyOf + func (v *NullableAnalyticsMetadataAnyOf) Set(val *AnalyticsMetadataAnyOf) + func (v *NullableAnalyticsMetadataAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableAnalyticsMetadataAnyOf) Unset() + func (v NullableAnalyticsMetadataAnyOf) Get() *AnalyticsMetadataAnyOf + func (v NullableAnalyticsMetadataAnyOf) IsSet() bool + func (v NullableAnalyticsMetadataAnyOf) MarshalJSON() ([]byte, error) + type NullableAnalyticsMetadataIndication struct + func NewNullableAnalyticsMetadataIndication(val *AnalyticsMetadataIndication) *NullableAnalyticsMetadataIndication + func (v *NullableAnalyticsMetadataIndication) Set(val *AnalyticsMetadataIndication) + func (v *NullableAnalyticsMetadataIndication) UnmarshalJSON(src []byte) error + func (v *NullableAnalyticsMetadataIndication) Unset() + func (v NullableAnalyticsMetadataIndication) Get() *AnalyticsMetadataIndication + func (v NullableAnalyticsMetadataIndication) IsSet() bool + func (v NullableAnalyticsMetadataIndication) MarshalJSON() ([]byte, error) + type NullableAnalyticsRequest struct + func NewNullableAnalyticsRequest(val *AnalyticsRequest) *NullableAnalyticsRequest + func (v *NullableAnalyticsRequest) Set(val *AnalyticsRequest) + func (v *NullableAnalyticsRequest) UnmarshalJSON(src []byte) error + func (v *NullableAnalyticsRequest) Unset() + func (v NullableAnalyticsRequest) Get() *AnalyticsRequest + func (v NullableAnalyticsRequest) IsSet() bool + func (v NullableAnalyticsRequest) MarshalJSON() ([]byte, error) + type NullableAnalyticsSubset struct + func NewNullableAnalyticsSubset(val *AnalyticsSubset) *NullableAnalyticsSubset + func (v *NullableAnalyticsSubset) Set(val *AnalyticsSubset) + func (v *NullableAnalyticsSubset) UnmarshalJSON(src []byte) error + func (v *NullableAnalyticsSubset) Unset() + func (v NullableAnalyticsSubset) Get() *AnalyticsSubset + func (v NullableAnalyticsSubset) IsSet() bool + func (v NullableAnalyticsSubset) MarshalJSON() ([]byte, error) + type NullableAnalyticsSubsetAnyOf struct + func NewNullableAnalyticsSubsetAnyOf(val *AnalyticsSubsetAnyOf) *NullableAnalyticsSubsetAnyOf + func (v *NullableAnalyticsSubsetAnyOf) Set(val *AnalyticsSubsetAnyOf) + func (v *NullableAnalyticsSubsetAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableAnalyticsSubsetAnyOf) Unset() + func (v NullableAnalyticsSubsetAnyOf) Get() *AnalyticsSubsetAnyOf + func (v NullableAnalyticsSubsetAnyOf) IsSet() bool + func (v NullableAnalyticsSubsetAnyOf) 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 NullableBatteryIndication struct + func NewNullableBatteryIndication(val *BatteryIndication) *NullableBatteryIndication + func (v *NullableBatteryIndication) Set(val *BatteryIndication) + func (v *NullableBatteryIndication) UnmarshalJSON(src []byte) error + func (v *NullableBatteryIndication) Unset() + func (v NullableBatteryIndication) Get() *BatteryIndication + func (v NullableBatteryIndication) IsSet() bool + func (v NullableBatteryIndication) 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 NullableBwRequirement struct + func NewNullableBwRequirement(val *BwRequirement) *NullableBwRequirement + func (v *NullableBwRequirement) Set(val *BwRequirement) + func (v *NullableBwRequirement) UnmarshalJSON(src []byte) error + func (v *NullableBwRequirement) Unset() + func (v NullableBwRequirement) Get() *BwRequirement + func (v NullableBwRequirement) IsSet() bool + func (v NullableBwRequirement) 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 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 NullableClassCriterion struct + func NewNullableClassCriterion(val *ClassCriterion) *NullableClassCriterion + func (v *NullableClassCriterion) Set(val *ClassCriterion) + func (v *NullableClassCriterion) UnmarshalJSON(src []byte) error + func (v *NullableClassCriterion) Unset() + func (v NullableClassCriterion) Get() *ClassCriterion + func (v NullableClassCriterion) IsSet() bool + func (v NullableClassCriterion) MarshalJSON() ([]byte, error) + type NullableCongestInfo struct + func NewNullableCongestInfo(val *CongestInfo) *NullableCongestInfo + func (v *NullableCongestInfo) Set(val *CongestInfo) + func (v *NullableCongestInfo) UnmarshalJSON(src []byte) error + func (v *NullableCongestInfo) Unset() + func (v NullableCongestInfo) Get() *CongestInfo + func (v NullableCongestInfo) IsSet() bool + func (v NullableCongestInfo) MarshalJSON() ([]byte, error) + type NullableCongestionAnalytics struct + func NewNullableCongestionAnalytics(val *CongestionAnalytics) *NullableCongestionAnalytics + func (v *NullableCongestionAnalytics) Set(val *CongestionAnalytics) + func (v *NullableCongestionAnalytics) UnmarshalJSON(src []byte) error + func (v *NullableCongestionAnalytics) Unset() + func (v NullableCongestionAnalytics) Get() *CongestionAnalytics + func (v NullableCongestionAnalytics) IsSet() bool + func (v NullableCongestionAnalytics) 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 NullableCongestionTypeAnyOf struct + func NewNullableCongestionTypeAnyOf(val *CongestionTypeAnyOf) *NullableCongestionTypeAnyOf + func (v *NullableCongestionTypeAnyOf) Set(val *CongestionTypeAnyOf) + func (v *NullableCongestionTypeAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableCongestionTypeAnyOf) Unset() + func (v NullableCongestionTypeAnyOf) Get() *CongestionTypeAnyOf + func (v NullableCongestionTypeAnyOf) IsSet() bool + func (v NullableCongestionTypeAnyOf) 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 NullableDatasetStatisticalPropertyAnyOf struct + func NewNullableDatasetStatisticalPropertyAnyOf(val *DatasetStatisticalPropertyAnyOf) *NullableDatasetStatisticalPropertyAnyOf + func (v *NullableDatasetStatisticalPropertyAnyOf) Set(val *DatasetStatisticalPropertyAnyOf) + func (v *NullableDatasetStatisticalPropertyAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableDatasetStatisticalPropertyAnyOf) Unset() + func (v NullableDatasetStatisticalPropertyAnyOf) Get() *DatasetStatisticalPropertyAnyOf + func (v NullableDatasetStatisticalPropertyAnyOf) IsSet() bool + func (v NullableDatasetStatisticalPropertyAnyOf) 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 NullableDispersionClassOneOf struct + func NewNullableDispersionClassOneOf(val *DispersionClassOneOf) *NullableDispersionClassOneOf + func (v *NullableDispersionClassOneOf) Set(val *DispersionClassOneOf) + func (v *NullableDispersionClassOneOf) UnmarshalJSON(src []byte) error + func (v *NullableDispersionClassOneOf) Unset() + func (v NullableDispersionClassOneOf) Get() *DispersionClassOneOf + func (v NullableDispersionClassOneOf) IsSet() bool + func (v NullableDispersionClassOneOf) 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 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 NullableDispersionOrderingCriterion struct + func NewNullableDispersionOrderingCriterion(val *DispersionOrderingCriterion) *NullableDispersionOrderingCriterion + func (v *NullableDispersionOrderingCriterion) Set(val *DispersionOrderingCriterion) + func (v *NullableDispersionOrderingCriterion) UnmarshalJSON(src []byte) error + func (v *NullableDispersionOrderingCriterion) Unset() + func (v NullableDispersionOrderingCriterion) Get() *DispersionOrderingCriterion + func (v NullableDispersionOrderingCriterion) IsSet() bool + func (v NullableDispersionOrderingCriterion) MarshalJSON() ([]byte, error) + type NullableDispersionOrderingCriterionAnyOf struct + func NewNullableDispersionOrderingCriterionAnyOf(val *DispersionOrderingCriterionAnyOf) *NullableDispersionOrderingCriterionAnyOf + func (v *NullableDispersionOrderingCriterionAnyOf) Set(val *DispersionOrderingCriterionAnyOf) + func (v *NullableDispersionOrderingCriterionAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableDispersionOrderingCriterionAnyOf) Unset() + func (v NullableDispersionOrderingCriterionAnyOf) Get() *DispersionOrderingCriterionAnyOf + func (v NullableDispersionOrderingCriterionAnyOf) IsSet() bool + func (v NullableDispersionOrderingCriterionAnyOf) MarshalJSON() ([]byte, error) + type NullableDispersionRequirement struct + func NewNullableDispersionRequirement(val *DispersionRequirement) *NullableDispersionRequirement + func (v *NullableDispersionRequirement) Set(val *DispersionRequirement) + func (v *NullableDispersionRequirement) UnmarshalJSON(src []byte) error + func (v *NullableDispersionRequirement) Unset() + func (v NullableDispersionRequirement) Get() *DispersionRequirement + func (v NullableDispersionRequirement) IsSet() bool + func (v NullableDispersionRequirement) 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 NullableDispersionTypeOneOf struct + func NewNullableDispersionTypeOneOf(val *DispersionTypeOneOf) *NullableDispersionTypeOneOf + func (v *NullableDispersionTypeOneOf) Set(val *DispersionTypeOneOf) + func (v *NullableDispersionTypeOneOf) UnmarshalJSON(src []byte) error + func (v *NullableDispersionTypeOneOf) Unset() + func (v NullableDispersionTypeOneOf) Get() *DispersionTypeOneOf + func (v NullableDispersionTypeOneOf) IsSet() bool + func (v NullableDispersionTypeOneOf) 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 NullableDnPerfOrderingCriterion struct + func NewNullableDnPerfOrderingCriterion(val *DnPerfOrderingCriterion) *NullableDnPerfOrderingCriterion + func (v *NullableDnPerfOrderingCriterion) Set(val *DnPerfOrderingCriterion) + func (v *NullableDnPerfOrderingCriterion) UnmarshalJSON(src []byte) error + func (v *NullableDnPerfOrderingCriterion) Unset() + func (v NullableDnPerfOrderingCriterion) Get() *DnPerfOrderingCriterion + func (v NullableDnPerfOrderingCriterion) IsSet() bool + func (v NullableDnPerfOrderingCriterion) MarshalJSON() ([]byte, error) + type NullableDnPerfOrderingCriterionAnyOf struct + func NewNullableDnPerfOrderingCriterionAnyOf(val *DnPerfOrderingCriterionAnyOf) *NullableDnPerfOrderingCriterionAnyOf + func (v *NullableDnPerfOrderingCriterionAnyOf) Set(val *DnPerfOrderingCriterionAnyOf) + func (v *NullableDnPerfOrderingCriterionAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableDnPerfOrderingCriterionAnyOf) Unset() + func (v NullableDnPerfOrderingCriterionAnyOf) Get() *DnPerfOrderingCriterionAnyOf + func (v NullableDnPerfOrderingCriterionAnyOf) IsSet() bool + func (v NullableDnPerfOrderingCriterionAnyOf) MarshalJSON() ([]byte, error) + type NullableDnPerformanceReq struct + func NewNullableDnPerformanceReq(val *DnPerformanceReq) *NullableDnPerformanceReq + func (v *NullableDnPerformanceReq) Set(val *DnPerformanceReq) + func (v *NullableDnPerformanceReq) UnmarshalJSON(src []byte) error + func (v *NullableDnPerformanceReq) Unset() + func (v NullableDnPerformanceReq) Get() *DnPerformanceReq + func (v NullableDnPerformanceReq) IsSet() bool + func (v NullableDnPerformanceReq) 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 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 NullableEventReportingRequirement struct + func NewNullableEventReportingRequirement(val *EventReportingRequirement) *NullableEventReportingRequirement + func (v *NullableEventReportingRequirement) Set(val *EventReportingRequirement) + func (v *NullableEventReportingRequirement) UnmarshalJSON(src []byte) error + func (v *NullableEventReportingRequirement) Unset() + func (v NullableEventReportingRequirement) Get() *EventReportingRequirement + func (v NullableEventReportingRequirement) IsSet() bool + func (v NullableEventReportingRequirement) 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 NullableExceptionIdAnyOf struct + func NewNullableExceptionIdAnyOf(val *ExceptionIdAnyOf) *NullableExceptionIdAnyOf + func (v *NullableExceptionIdAnyOf) Set(val *ExceptionIdAnyOf) + func (v *NullableExceptionIdAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableExceptionIdAnyOf) Unset() + func (v NullableExceptionIdAnyOf) Get() *ExceptionIdAnyOf + func (v NullableExceptionIdAnyOf) IsSet() bool + func (v NullableExceptionIdAnyOf) 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 NullableExceptionTrendAnyOf struct + func NewNullableExceptionTrendAnyOf(val *ExceptionTrendAnyOf) *NullableExceptionTrendAnyOf + func (v *NullableExceptionTrendAnyOf) Set(val *ExceptionTrendAnyOf) + func (v *NullableExceptionTrendAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableExceptionTrendAnyOf) Unset() + func (v NullableExceptionTrendAnyOf) Get() *ExceptionTrendAnyOf + func (v NullableExceptionTrendAnyOf) IsSet() bool + func (v NullableExceptionTrendAnyOf) MarshalJSON() ([]byte, error) + type NullableExpectedAnalyticsType struct + func NewNullableExpectedAnalyticsType(val *ExpectedAnalyticsType) *NullableExpectedAnalyticsType + func (v *NullableExpectedAnalyticsType) Set(val *ExpectedAnalyticsType) + func (v *NullableExpectedAnalyticsType) UnmarshalJSON(src []byte) error + func (v *NullableExpectedAnalyticsType) Unset() + func (v NullableExpectedAnalyticsType) Get() *ExpectedAnalyticsType + func (v NullableExpectedAnalyticsType) IsSet() bool + func (v NullableExpectedAnalyticsType) MarshalJSON() ([]byte, error) + type NullableExpectedAnalyticsTypeAnyOf struct + func NewNullableExpectedAnalyticsTypeAnyOf(val *ExpectedAnalyticsTypeAnyOf) *NullableExpectedAnalyticsTypeAnyOf + func (v *NullableExpectedAnalyticsTypeAnyOf) Set(val *ExpectedAnalyticsTypeAnyOf) + func (v *NullableExpectedAnalyticsTypeAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableExpectedAnalyticsTypeAnyOf) Unset() + func (v NullableExpectedAnalyticsTypeAnyOf) Get() *ExpectedAnalyticsTypeAnyOf + func (v NullableExpectedAnalyticsTypeAnyOf) IsSet() bool + func (v NullableExpectedAnalyticsTypeAnyOf) MarshalJSON() ([]byte, error) + type NullableExpectedUeBehaviourData struct + func NewNullableExpectedUeBehaviourData(val *ExpectedUeBehaviourData) *NullableExpectedUeBehaviourData + func (v *NullableExpectedUeBehaviourData) Set(val *ExpectedUeBehaviourData) + func (v *NullableExpectedUeBehaviourData) UnmarshalJSON(src []byte) error + func (v *NullableExpectedUeBehaviourData) Unset() + func (v NullableExpectedUeBehaviourData) Get() *ExpectedUeBehaviourData + func (v NullableExpectedUeBehaviourData) IsSet() bool + func (v NullableExpectedUeBehaviourData) 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 NullableFlowDirectionAnyOf struct + func NewNullableFlowDirectionAnyOf(val *FlowDirectionAnyOf) *NullableFlowDirectionAnyOf + func (v *NullableFlowDirectionAnyOf) Set(val *FlowDirectionAnyOf) + func (v *NullableFlowDirectionAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableFlowDirectionAnyOf) Unset() + func (v NullableFlowDirectionAnyOf) Get() *FlowDirectionAnyOf + func (v NullableFlowDirectionAnyOf) IsSet() bool + func (v NullableFlowDirectionAnyOf) 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 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 NullableInt struct + func NewNullableInt(val *int) *NullableInt + func (v *NullableInt) Set(val *int) + func (v *NullableInt) UnmarshalJSON(src []byte) error + func (v *NullableInt) Unset() + func (v NullableInt) Get() *int + func (v NullableInt) IsSet() bool + func (v NullableInt) MarshalJSON() ([]byte, error) + type NullableInt32 struct + func NewNullableInt32(val *int32) *NullableInt32 + func (v *NullableInt32) Set(val *int32) + func (v *NullableInt32) UnmarshalJSON(src []byte) error + func (v *NullableInt32) Unset() + func (v NullableInt32) Get() *int32 + func (v NullableInt32) IsSet() bool + func (v NullableInt32) MarshalJSON() ([]byte, error) + type NullableInt64 struct + func NewNullableInt64(val *int64) *NullableInt64 + func (v *NullableInt64) Set(val *int64) + func (v *NullableInt64) UnmarshalJSON(src []byte) error + func (v *NullableInt64) Unset() + func (v NullableInt64) Get() *int64 + func (v NullableInt64) IsSet() bool + func (v NullableInt64) MarshalJSON() ([]byte, error) + type NullableInvalidParam struct + func NewNullableInvalidParam(val *InvalidParam) *NullableInvalidParam + func (v *NullableInvalidParam) Set(val *InvalidParam) + func (v *NullableInvalidParam) UnmarshalJSON(src []byte) error + func (v *NullableInvalidParam) Unset() + func (v NullableInvalidParam) Get() *InvalidParam + func (v NullableInvalidParam) IsSet() bool + func (v NullableInvalidParam) MarshalJSON() ([]byte, error) + type NullableInvalidParam1 struct + func NewNullableInvalidParam1(val *InvalidParam1) *NullableInvalidParam1 + func (v *NullableInvalidParam1) Set(val *InvalidParam1) + func (v *NullableInvalidParam1) UnmarshalJSON(src []byte) error + func (v *NullableInvalidParam1) Unset() + func (v NullableInvalidParam1) Get() *InvalidParam1 + func (v NullableInvalidParam1) IsSet() bool + func (v NullableInvalidParam1) 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 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 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 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 NullableLineTypeAnyOf struct + func NewNullableLineTypeAnyOf(val *LineTypeAnyOf) *NullableLineTypeAnyOf + func (v *NullableLineTypeAnyOf) Set(val *LineTypeAnyOf) + func (v *NullableLineTypeAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableLineTypeAnyOf) Unset() + func (v NullableLineTypeAnyOf) Get() *LineTypeAnyOf + func (v NullableLineTypeAnyOf) IsSet() bool + func (v NullableLineTypeAnyOf) 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 NullableLocationArea struct + func NewNullableLocationArea(val *LocationArea) *NullableLocationArea + func (v *NullableLocationArea) Set(val *LocationArea) + func (v *NullableLocationArea) UnmarshalJSON(src []byte) error + func (v *NullableLocationArea) Unset() + func (v NullableLocationArea) Get() *LocationArea + func (v NullableLocationArea) IsSet() bool + func (v NullableLocationArea) 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 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 NullableMatchingDirectionAnyOf struct + func NewNullableMatchingDirectionAnyOf(val *MatchingDirectionAnyOf) *NullableMatchingDirectionAnyOf + func (v *NullableMatchingDirectionAnyOf) Set(val *MatchingDirectionAnyOf) + func (v *NullableMatchingDirectionAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableMatchingDirectionAnyOf) Unset() + func (v NullableMatchingDirectionAnyOf) Get() *MatchingDirectionAnyOf + func (v NullableMatchingDirectionAnyOf) IsSet() bool + func (v NullableMatchingDirectionAnyOf) 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 NullableNFType struct + func NewNullableNFType(val *NFType) *NullableNFType + func (v *NullableNFType) Set(val *NFType) + func (v *NullableNFType) UnmarshalJSON(src []byte) error + func (v *NullableNFType) Unset() + func (v NullableNFType) Get() *NFType + func (v NullableNFType) IsSet() bool + func (v NullableNFType) MarshalJSON() ([]byte, error) + type NullableNFTypeAnyOf struct + func NewNullableNFTypeAnyOf(val *NFTypeAnyOf) *NullableNFTypeAnyOf + func (v *NullableNFTypeAnyOf) Set(val *NFTypeAnyOf) + func (v *NullableNFTypeAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableNFTypeAnyOf) Unset() + func (v NullableNFTypeAnyOf) Get() *NFTypeAnyOf + func (v NullableNFTypeAnyOf) IsSet() bool + func (v NullableNFTypeAnyOf) MarshalJSON() ([]byte, error) + type NullableNcgi struct + func NewNullableNcgi(val *Ncgi) *NullableNcgi + func (v *NullableNcgi) Set(val *Ncgi) + func (v *NullableNcgi) UnmarshalJSON(src []byte) error + func (v *NullableNcgi) Unset() + func (v NullableNcgi) Get() *Ncgi + func (v NullableNcgi) IsSet() bool + func (v NullableNcgi) MarshalJSON() ([]byte, error) + type 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 NullableNetworkAreaInfo1 struct + func NewNullableNetworkAreaInfo1(val *NetworkAreaInfo1) *NullableNetworkAreaInfo1 + func (v *NullableNetworkAreaInfo1) Set(val *NetworkAreaInfo1) + func (v *NullableNetworkAreaInfo1) UnmarshalJSON(src []byte) error + func (v *NullableNetworkAreaInfo1) Unset() + func (v NullableNetworkAreaInfo1) Get() *NetworkAreaInfo1 + func (v NullableNetworkAreaInfo1) IsSet() bool + func (v NullableNetworkAreaInfo1) MarshalJSON() ([]byte, error) + type NullableNetworkPerfExposure struct + func NewNullableNetworkPerfExposure(val *NetworkPerfExposure) *NullableNetworkPerfExposure + func (v *NullableNetworkPerfExposure) Set(val *NetworkPerfExposure) + func (v *NullableNetworkPerfExposure) UnmarshalJSON(src []byte) error + func (v *NullableNetworkPerfExposure) Unset() + func (v NullableNetworkPerfExposure) Get() *NetworkPerfExposure + func (v NullableNetworkPerfExposure) IsSet() bool + func (v NullableNetworkPerfExposure) MarshalJSON() ([]byte, error) + type NullableNetworkPerfRequirement struct + func NewNullableNetworkPerfRequirement(val *NetworkPerfRequirement) *NullableNetworkPerfRequirement + func (v *NullableNetworkPerfRequirement) Set(val *NetworkPerfRequirement) + func (v *NullableNetworkPerfRequirement) UnmarshalJSON(src []byte) error + func (v *NullableNetworkPerfRequirement) Unset() + func (v NullableNetworkPerfRequirement) Get() *NetworkPerfRequirement + func (v NullableNetworkPerfRequirement) IsSet() bool + func (v NullableNetworkPerfRequirement) 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 NullableNetworkPerfTypeAnyOf struct + func NewNullableNetworkPerfTypeAnyOf(val *NetworkPerfTypeAnyOf) *NullableNetworkPerfTypeAnyOf + func (v *NullableNetworkPerfTypeAnyOf) Set(val *NetworkPerfTypeAnyOf) + func (v *NullableNetworkPerfTypeAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableNetworkPerfTypeAnyOf) Unset() + func (v NullableNetworkPerfTypeAnyOf) Get() *NetworkPerfTypeAnyOf + func (v NullableNetworkPerfTypeAnyOf) IsSet() bool + func (v NullableNetworkPerfTypeAnyOf) MarshalJSON() ([]byte, error) + type NullableNotificationFlag struct + func NewNullableNotificationFlag(val *NotificationFlag) *NullableNotificationFlag + func (v *NullableNotificationFlag) Set(val *NotificationFlag) + func (v *NullableNotificationFlag) UnmarshalJSON(src []byte) error + func (v *NullableNotificationFlag) Unset() + func (v NullableNotificationFlag) Get() *NotificationFlag + func (v NullableNotificationFlag) IsSet() bool + func (v NullableNotificationFlag) MarshalJSON() ([]byte, error) + type NullableNotificationFlagAnyOf struct + func NewNullableNotificationFlagAnyOf(val *NotificationFlagAnyOf) *NullableNotificationFlagAnyOf + func (v *NullableNotificationFlagAnyOf) Set(val *NotificationFlagAnyOf) + func (v *NullableNotificationFlagAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableNotificationFlagAnyOf) Unset() + func (v NullableNotificationFlagAnyOf) Get() *NotificationFlagAnyOf + func (v NullableNotificationFlagAnyOf) IsSet() bool + func (v NullableNotificationFlagAnyOf) MarshalJSON() ([]byte, error) + type NullableNotificationMethod struct + func NewNullableNotificationMethod(val *NotificationMethod) *NullableNotificationMethod + func (v *NullableNotificationMethod) Set(val *NotificationMethod) + func (v *NullableNotificationMethod) UnmarshalJSON(src []byte) error + func (v *NullableNotificationMethod) Unset() + func (v NullableNotificationMethod) Get() *NotificationMethod + func (v NullableNotificationMethod) IsSet() bool + func (v NullableNotificationMethod) MarshalJSON() ([]byte, error) + type NullableNotificationMethodAnyOf struct + func NewNullableNotificationMethodAnyOf(val *NotificationMethodAnyOf) *NullableNotificationMethodAnyOf + func (v *NullableNotificationMethodAnyOf) Set(val *NotificationMethodAnyOf) + func (v *NullableNotificationMethodAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableNotificationMethodAnyOf) Unset() + func (v NullableNotificationMethodAnyOf) Get() *NotificationMethodAnyOf + func (v NullableNotificationMethodAnyOf) IsSet() bool + func (v NullableNotificationMethodAnyOf) 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 NullableNsiIdInfo struct + func NewNullableNsiIdInfo(val *NsiIdInfo) *NullableNsiIdInfo + func (v *NullableNsiIdInfo) Set(val *NsiIdInfo) + func (v *NullableNsiIdInfo) UnmarshalJSON(src []byte) error + func (v *NullableNsiIdInfo) Unset() + func (v NullableNsiIdInfo) Get() *NsiIdInfo + func (v NullableNsiIdInfo) IsSet() bool + func (v NullableNsiIdInfo) 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 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 NullableOutputStrategyAnyOf struct + func NewNullableOutputStrategyAnyOf(val *OutputStrategyAnyOf) *NullableOutputStrategyAnyOf + func (v *NullableOutputStrategyAnyOf) Set(val *OutputStrategyAnyOf) + func (v *NullableOutputStrategyAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableOutputStrategyAnyOf) Unset() + func (v NullableOutputStrategyAnyOf) Get() *OutputStrategyAnyOf + func (v NullableOutputStrategyAnyOf) IsSet() bool + func (v NullableOutputStrategyAnyOf) MarshalJSON() ([]byte, error) + type NullablePartitioningCriteria struct + func NewNullablePartitioningCriteria(val *PartitioningCriteria) *NullablePartitioningCriteria + func (v *NullablePartitioningCriteria) Set(val *PartitioningCriteria) + func (v *NullablePartitioningCriteria) UnmarshalJSON(src []byte) error + func (v *NullablePartitioningCriteria) Unset() + func (v NullablePartitioningCriteria) Get() *PartitioningCriteria + func (v NullablePartitioningCriteria) IsSet() bool + func (v NullablePartitioningCriteria) MarshalJSON() ([]byte, error) + type NullablePartitioningCriteriaAnyOf struct + func NewNullablePartitioningCriteriaAnyOf(val *PartitioningCriteriaAnyOf) *NullablePartitioningCriteriaAnyOf + func (v *NullablePartitioningCriteriaAnyOf) Set(val *PartitioningCriteriaAnyOf) + func (v *NullablePartitioningCriteriaAnyOf) UnmarshalJSON(src []byte) error + func (v *NullablePartitioningCriteriaAnyOf) Unset() + func (v NullablePartitioningCriteriaAnyOf) Get() *PartitioningCriteriaAnyOf + func (v NullablePartitioningCriteriaAnyOf) IsSet() bool + func (v NullablePartitioningCriteriaAnyOf) 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 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 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 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 NullableProblemDetails1 struct + func NewNullableProblemDetails1(val *ProblemDetails1) *NullableProblemDetails1 + func (v *NullableProblemDetails1) Set(val *ProblemDetails1) + func (v *NullableProblemDetails1) UnmarshalJSON(src []byte) error + func (v *NullableProblemDetails1) Unset() + func (v NullableProblemDetails1) Get() *ProblemDetails1 + func (v NullableProblemDetails1) IsSet() bool + func (v NullableProblemDetails1) MarshalJSON() ([]byte, error) + type NullableProblemDetailsAnalyticsInfoRequest struct + func NewNullableProblemDetailsAnalyticsInfoRequest(val *ProblemDetailsAnalyticsInfoRequest) *NullableProblemDetailsAnalyticsInfoRequest + func (v *NullableProblemDetailsAnalyticsInfoRequest) Set(val *ProblemDetailsAnalyticsInfoRequest) + func (v *NullableProblemDetailsAnalyticsInfoRequest) UnmarshalJSON(src []byte) error + func (v *NullableProblemDetailsAnalyticsInfoRequest) Unset() + func (v NullableProblemDetailsAnalyticsInfoRequest) Get() *ProblemDetailsAnalyticsInfoRequest + func (v NullableProblemDetailsAnalyticsInfoRequest) IsSet() bool + func (v NullableProblemDetailsAnalyticsInfoRequest) MarshalJSON() ([]byte, error) + type NullableQosRequirement struct + func NewNullableQosRequirement(val *QosRequirement) *NullableQosRequirement + func (v *NullableQosRequirement) Set(val *QosRequirement) + func (v *NullableQosRequirement) UnmarshalJSON(src []byte) error + func (v *NullableQosRequirement) Unset() + func (v NullableQosRequirement) Get() *QosRequirement + func (v NullableQosRequirement) IsSet() bool + func (v NullableQosRequirement) MarshalJSON() ([]byte, error) + type NullableQosResourceType struct + func NewNullableQosResourceType(val *QosResourceType) *NullableQosResourceType + func (v *NullableQosResourceType) Set(val *QosResourceType) + func (v *NullableQosResourceType) UnmarshalJSON(src []byte) error + func (v *NullableQosResourceType) Unset() + func (v NullableQosResourceType) Get() *QosResourceType + func (v NullableQosResourceType) IsSet() bool + func (v NullableQosResourceType) MarshalJSON() ([]byte, error) + type NullableQosResourceTypeAnyOf struct + func NewNullableQosResourceTypeAnyOf(val *QosResourceTypeAnyOf) *NullableQosResourceTypeAnyOf + func (v *NullableQosResourceTypeAnyOf) Set(val *QosResourceTypeAnyOf) + func (v *NullableQosResourceTypeAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableQosResourceTypeAnyOf) Unset() + func (v NullableQosResourceTypeAnyOf) Get() *QosResourceTypeAnyOf + func (v NullableQosResourceTypeAnyOf) IsSet() bool + func (v NullableQosResourceTypeAnyOf) MarshalJSON() ([]byte, error) + type NullableQosSustainabilityExposure struct + func NewNullableQosSustainabilityExposure(val *QosSustainabilityExposure) *NullableQosSustainabilityExposure + func (v *NullableQosSustainabilityExposure) Set(val *QosSustainabilityExposure) + func (v *NullableQosSustainabilityExposure) UnmarshalJSON(src []byte) error + func (v *NullableQosSustainabilityExposure) Unset() + func (v NullableQosSustainabilityExposure) Get() *QosSustainabilityExposure + func (v NullableQosSustainabilityExposure) IsSet() bool + func (v NullableQosSustainabilityExposure) MarshalJSON() ([]byte, error) + type NullableRankingCriterion struct + func NewNullableRankingCriterion(val *RankingCriterion) *NullableRankingCriterion + func (v *NullableRankingCriterion) Set(val *RankingCriterion) + func (v *NullableRankingCriterion) UnmarshalJSON(src []byte) error + func (v *NullableRankingCriterion) Unset() + func (v NullableRankingCriterion) Get() *RankingCriterion + func (v NullableRankingCriterion) IsSet() bool + func (v NullableRankingCriterion) 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 NullableRatTypeAnyOf struct + func NewNullableRatTypeAnyOf(val *RatTypeAnyOf) *NullableRatTypeAnyOf + func (v *NullableRatTypeAnyOf) Set(val *RatTypeAnyOf) + func (v *NullableRatTypeAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableRatTypeAnyOf) Unset() + func (v NullableRatTypeAnyOf) Get() *RatTypeAnyOf + func (v NullableRatTypeAnyOf) IsSet() bool + func (v NullableRatTypeAnyOf) MarshalJSON() ([]byte, error) + type 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 NullableReportingInformation struct + func NewNullableReportingInformation(val *ReportingInformation) *NullableReportingInformation + func (v *NullableReportingInformation) Set(val *ReportingInformation) + func (v *NullableReportingInformation) UnmarshalJSON(src []byte) error + func (v *NullableReportingInformation) Unset() + func (v NullableReportingInformation) Get() *ReportingInformation + func (v NullableReportingInformation) IsSet() bool + func (v NullableReportingInformation) 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 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 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 NullableScheduledCommunicationTime1 struct + func NewNullableScheduledCommunicationTime1(val *ScheduledCommunicationTime1) *NullableScheduledCommunicationTime1 + func (v *NullableScheduledCommunicationTime1) Set(val *ScheduledCommunicationTime1) + func (v *NullableScheduledCommunicationTime1) UnmarshalJSON(src []byte) error + func (v *NullableScheduledCommunicationTime1) Unset() + func (v NullableScheduledCommunicationTime1) Get() *ScheduledCommunicationTime1 + func (v NullableScheduledCommunicationTime1) IsSet() bool + func (v NullableScheduledCommunicationTime1) MarshalJSON() ([]byte, error) + type NullableScheduledCommunicationType struct + func NewNullableScheduledCommunicationType(val *ScheduledCommunicationType) *NullableScheduledCommunicationType + func (v *NullableScheduledCommunicationType) Set(val *ScheduledCommunicationType) + func (v *NullableScheduledCommunicationType) UnmarshalJSON(src []byte) error + func (v *NullableScheduledCommunicationType) Unset() + func (v NullableScheduledCommunicationType) Get() *ScheduledCommunicationType + func (v NullableScheduledCommunicationType) IsSet() bool + func (v NullableScheduledCommunicationType) MarshalJSON() ([]byte, error) + type NullableScheduledCommunicationTypeAnyOf struct + func NewNullableScheduledCommunicationTypeAnyOf(val *ScheduledCommunicationTypeAnyOf) *NullableScheduledCommunicationTypeAnyOf + func (v *NullableScheduledCommunicationTypeAnyOf) Set(val *ScheduledCommunicationTypeAnyOf) + func (v *NullableScheduledCommunicationTypeAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableScheduledCommunicationTypeAnyOf) Unset() + func (v NullableScheduledCommunicationTypeAnyOf) Get() *ScheduledCommunicationTypeAnyOf + func (v NullableScheduledCommunicationTypeAnyOf) IsSet() bool + func (v NullableScheduledCommunicationTypeAnyOf) 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 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 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 NullableServiceExperienceTypeAnyOf struct + func NewNullableServiceExperienceTypeAnyOf(val *ServiceExperienceTypeAnyOf) *NullableServiceExperienceTypeAnyOf + func (v *NullableServiceExperienceTypeAnyOf) Set(val *ServiceExperienceTypeAnyOf) + func (v *NullableServiceExperienceTypeAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableServiceExperienceTypeAnyOf) Unset() + func (v NullableServiceExperienceTypeAnyOf) Get() *ServiceExperienceTypeAnyOf + func (v NullableServiceExperienceTypeAnyOf) IsSet() bool + func (v NullableServiceExperienceTypeAnyOf) 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 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 NullableStationaryIndication struct + func NewNullableStationaryIndication(val *StationaryIndication) *NullableStationaryIndication + func (v *NullableStationaryIndication) Set(val *StationaryIndication) + func (v *NullableStationaryIndication) UnmarshalJSON(src []byte) error + func (v *NullableStationaryIndication) Unset() + func (v NullableStationaryIndication) Get() *StationaryIndication + func (v NullableStationaryIndication) IsSet() bool + func (v NullableStationaryIndication) MarshalJSON() ([]byte, error) + type NullableStationaryIndicationAnyOf struct + func NewNullableStationaryIndicationAnyOf(val *StationaryIndicationAnyOf) *NullableStationaryIndicationAnyOf + func (v *NullableStationaryIndicationAnyOf) Set(val *StationaryIndicationAnyOf) + func (v *NullableStationaryIndicationAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableStationaryIndicationAnyOf) Unset() + func (v NullableStationaryIndicationAnyOf) Get() *StationaryIndicationAnyOf + func (v NullableStationaryIndicationAnyOf) IsSet() bool + func (v NullableStationaryIndicationAnyOf) 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 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 NullableSupportedGADShapesAnyOf struct + func NewNullableSupportedGADShapesAnyOf(val *SupportedGADShapesAnyOf) *NullableSupportedGADShapesAnyOf + func (v *NullableSupportedGADShapesAnyOf) Set(val *SupportedGADShapesAnyOf) + func (v *NullableSupportedGADShapesAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableSupportedGADShapesAnyOf) Unset() + func (v NullableSupportedGADShapesAnyOf) Get() *SupportedGADShapesAnyOf + func (v NullableSupportedGADShapesAnyOf) IsSet() bool + func (v NullableSupportedGADShapesAnyOf) 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 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 NullableTargetUeId struct + func NewNullableTargetUeId(val *TargetUeId) *NullableTargetUeId + func (v *NullableTargetUeId) Set(val *TargetUeId) + func (v *NullableTargetUeId) UnmarshalJSON(src []byte) error + func (v *NullableTargetUeId) Unset() + func (v NullableTargetUeId) Get() *TargetUeId + func (v NullableTargetUeId) IsSet() bool + func (v NullableTargetUeId) 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 NullableTermCauseAnyOf struct + func NewNullableTermCauseAnyOf(val *TermCauseAnyOf) *NullableTermCauseAnyOf + func (v *NullableTermCauseAnyOf) Set(val *TermCauseAnyOf) + func (v *NullableTermCauseAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableTermCauseAnyOf) Unset() + func (v NullableTermCauseAnyOf) Get() *TermCauseAnyOf + func (v NullableTermCauseAnyOf) IsSet() bool + func (v NullableTermCauseAnyOf) 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 NullableTimeUnitAnyOf struct + func NewNullableTimeUnitAnyOf(val *TimeUnitAnyOf) *NullableTimeUnitAnyOf + func (v *NullableTimeUnitAnyOf) Set(val *TimeUnitAnyOf) + func (v *NullableTimeUnitAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableTimeUnitAnyOf) Unset() + func (v NullableTimeUnitAnyOf) Get() *TimeUnitAnyOf + func (v NullableTimeUnitAnyOf) IsSet() bool + func (v NullableTimeUnitAnyOf) 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 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 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 NullableTrafficProfile struct + func NewNullableTrafficProfile(val *TrafficProfile) *NullableTrafficProfile + func (v *NullableTrafficProfile) Set(val *TrafficProfile) + func (v *NullableTrafficProfile) UnmarshalJSON(src []byte) error + func (v *NullableTrafficProfile) Unset() + func (v NullableTrafficProfile) Get() *TrafficProfile + func (v NullableTrafficProfile) IsSet() bool + func (v NullableTrafficProfile) MarshalJSON() ([]byte, error) + type NullableTrafficProfileAnyOf struct + func NewNullableTrafficProfileAnyOf(val *TrafficProfileAnyOf) *NullableTrafficProfileAnyOf + func (v *NullableTrafficProfileAnyOf) Set(val *TrafficProfileAnyOf) + func (v *NullableTrafficProfileAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableTrafficProfileAnyOf) Unset() + func (v NullableTrafficProfileAnyOf) Get() *TrafficProfileAnyOf + func (v NullableTrafficProfileAnyOf) IsSet() bool + func (v NullableTrafficProfileAnyOf) 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 NullableTransportProtocolAnyOf struct + func NewNullableTransportProtocolAnyOf(val *TransportProtocolAnyOf) *NullableTransportProtocolAnyOf + func (v *NullableTransportProtocolAnyOf) Set(val *TransportProtocolAnyOf) + func (v *NullableTransportProtocolAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableTransportProtocolAnyOf) Unset() + func (v NullableTransportProtocolAnyOf) Get() *TransportProtocolAnyOf + func (v NullableTransportProtocolAnyOf) IsSet() bool + func (v NullableTransportProtocolAnyOf) 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 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 NullableUeLocationInfo struct + func NewNullableUeLocationInfo(val *UeLocationInfo) *NullableUeLocationInfo + func (v *NullableUeLocationInfo) Set(val *UeLocationInfo) + func (v *NullableUeLocationInfo) UnmarshalJSON(src []byte) error + func (v *NullableUeLocationInfo) Unset() + func (v NullableUeLocationInfo) Get() *UeLocationInfo + func (v NullableUeLocationInfo) IsSet() bool + func (v NullableUeLocationInfo) MarshalJSON() ([]byte, error) + type NullableUeMobilityExposure struct + func NewNullableUeMobilityExposure(val *UeMobilityExposure) *NullableUeMobilityExposure + func (v *NullableUeMobilityExposure) Set(val *UeMobilityExposure) + func (v *NullableUeMobilityExposure) UnmarshalJSON(src []byte) error + func (v *NullableUeMobilityExposure) Unset() + func (v NullableUeMobilityExposure) Get() *UeMobilityExposure + func (v NullableUeMobilityExposure) IsSet() bool + func (v NullableUeMobilityExposure) MarshalJSON() ([]byte, error) + type NullableUmtTime struct + func NewNullableUmtTime(val *UmtTime) *NullableUmtTime + func (v *NullableUmtTime) Set(val *UmtTime) + func (v *NullableUmtTime) UnmarshalJSON(src []byte) error + func (v *NullableUmtTime) Unset() + func (v NullableUmtTime) Get() *UmtTime + func (v NullableUmtTime) IsSet() bool + func (v NullableUmtTime) 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 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 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 NullableWebsockNotifConfig struct + func NewNullableWebsockNotifConfig(val *WebsockNotifConfig) *NullableWebsockNotifConfig + func (v *NullableWebsockNotifConfig) Set(val *WebsockNotifConfig) + func (v *NullableWebsockNotifConfig) UnmarshalJSON(src []byte) error + func (v *NullableWebsockNotifConfig) Unset() + func (v NullableWebsockNotifConfig) Get() *WebsockNotifConfig + func (v NullableWebsockNotifConfig) IsSet() bool + func (v NullableWebsockNotifConfig) MarshalJSON() ([]byte, error) + type NwdafFailureCode struct + AnalyticsFailureCodeAnyOf *AnalyticsFailureCodeAnyOf + String *string + func (dst *NwdafFailureCode) UnmarshalJSON(data []byte) error + func (src *NwdafFailureCode) MarshalJSON() ([]byte, error) + type OutputStrategy struct + OutputStrategyAnyOf *OutputStrategyAnyOf + String *string + func (dst *OutputStrategy) UnmarshalJSON(data []byte) error + func (src *OutputStrategy) MarshalJSON() ([]byte, error) + type OutputStrategyAnyOf string + const BINARY + const GRADIENT + func NewOutputStrategyAnyOfFromValue(v string) (*OutputStrategyAnyOf, error) + func (v *OutputStrategyAnyOf) UnmarshalJSON(src []byte) error + func (v OutputStrategyAnyOf) IsValid() bool + func (v OutputStrategyAnyOf) Ptr() *OutputStrategyAnyOf + type PartitioningCriteria struct + PartitioningCriteriaAnyOf *PartitioningCriteriaAnyOf + String *string + func (dst *PartitioningCriteria) UnmarshalJSON(data []byte) error + func (src *PartitioningCriteria) MarshalJSON() ([]byte, error) + type PartitioningCriteriaAnyOf string + const DNN + const GEOAREA + const SNSSAI + const SUBPLMN + const TAC + func NewPartitioningCriteriaAnyOfFromValue(v string) (*PartitioningCriteriaAnyOf, error) + func (v *PartitioningCriteriaAnyOf) UnmarshalJSON(src []byte) error + func (v PartitioningCriteriaAnyOf) IsValid() bool + func (v PartitioningCriteriaAnyOf) Ptr() *PartitioningCriteriaAnyOf + 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 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 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 ProblemDetails struct + Cause *string + Detail *string + Instance *string + InvalidParams []InvalidParam + Status *int32 + SupportedFeatures *string + Title *string + Type *string + func NewProblemDetails() *ProblemDetails + func NewProblemDetailsWithDefaults() *ProblemDetails + 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) GetStatus() int32 + func (o *ProblemDetails) GetStatusOk() (*int32, 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) HasCause() bool + func (o *ProblemDetails) HasDetail() bool + func (o *ProblemDetails) HasInstance() bool + func (o *ProblemDetails) HasInvalidParams() bool + func (o *ProblemDetails) HasStatus() bool + func (o *ProblemDetails) HasSupportedFeatures() bool + func (o *ProblemDetails) HasTitle() bool + func (o *ProblemDetails) HasType() bool + 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) SetStatus(v int32) + 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 ProblemDetails1 struct + AccessTokenError *AccessTokenErr + AccessTokenRequest *AccessTokenReq + Cause *string + Detail *string + Instance *string + InvalidParams []InvalidParam1 + NrfId *string + Status *int32 + SupportedApiVersions []string + SupportedFeatures *string + Title *string + Type *string + func NewProblemDetails1() *ProblemDetails1 + func NewProblemDetails1WithDefaults() *ProblemDetails1 + func (o *ProblemDetails1) GetAccessTokenError() AccessTokenErr + func (o *ProblemDetails1) GetAccessTokenErrorOk() (*AccessTokenErr, bool) + func (o *ProblemDetails1) GetAccessTokenRequest() AccessTokenReq + func (o *ProblemDetails1) GetAccessTokenRequestOk() (*AccessTokenReq, bool) + func (o *ProblemDetails1) GetCause() string + func (o *ProblemDetails1) GetCauseOk() (*string, bool) + func (o *ProblemDetails1) GetDetail() string + func (o *ProblemDetails1) GetDetailOk() (*string, bool) + func (o *ProblemDetails1) GetInstance() string + func (o *ProblemDetails1) GetInstanceOk() (*string, bool) + func (o *ProblemDetails1) GetInvalidParams() []InvalidParam1 + func (o *ProblemDetails1) GetInvalidParamsOk() ([]InvalidParam1, bool) + func (o *ProblemDetails1) GetNrfId() string + func (o *ProblemDetails1) GetNrfIdOk() (*string, bool) + func (o *ProblemDetails1) GetStatus() int32 + func (o *ProblemDetails1) GetStatusOk() (*int32, bool) + func (o *ProblemDetails1) GetSupportedApiVersions() []string + func (o *ProblemDetails1) GetSupportedApiVersionsOk() ([]string, bool) + func (o *ProblemDetails1) GetSupportedFeatures() string + func (o *ProblemDetails1) GetSupportedFeaturesOk() (*string, bool) + func (o *ProblemDetails1) GetTitle() string + func (o *ProblemDetails1) GetTitleOk() (*string, bool) + func (o *ProblemDetails1) GetType() string + func (o *ProblemDetails1) GetTypeOk() (*string, bool) + func (o *ProblemDetails1) HasAccessTokenError() bool + func (o *ProblemDetails1) HasAccessTokenRequest() bool + func (o *ProblemDetails1) HasCause() bool + func (o *ProblemDetails1) HasDetail() bool + func (o *ProblemDetails1) HasInstance() bool + func (o *ProblemDetails1) HasInvalidParams() bool + func (o *ProblemDetails1) HasNrfId() bool + func (o *ProblemDetails1) HasStatus() bool + func (o *ProblemDetails1) HasSupportedApiVersions() bool + func (o *ProblemDetails1) HasSupportedFeatures() bool + func (o *ProblemDetails1) HasTitle() bool + func (o *ProblemDetails1) HasType() bool + func (o *ProblemDetails1) SetAccessTokenError(v AccessTokenErr) + func (o *ProblemDetails1) SetAccessTokenRequest(v AccessTokenReq) + func (o *ProblemDetails1) SetCause(v string) + func (o *ProblemDetails1) SetDetail(v string) + func (o *ProblemDetails1) SetInstance(v string) + func (o *ProblemDetails1) SetInvalidParams(v []InvalidParam1) + func (o *ProblemDetails1) SetNrfId(v string) + func (o *ProblemDetails1) SetStatus(v int32) + func (o *ProblemDetails1) SetSupportedApiVersions(v []string) + func (o *ProblemDetails1) SetSupportedFeatures(v string) + func (o *ProblemDetails1) SetTitle(v string) + func (o *ProblemDetails1) SetType(v string) + func (o ProblemDetails1) MarshalJSON() ([]byte, error) + func (o ProblemDetails1) ToMap() (map[string]interface{}, error) + type ProblemDetailsAnalyticsInfoRequest struct + AccessTokenError *AccessTokenErr + AccessTokenRequest *AccessTokenReq + Cause *string + Detail *string + Instance *string + InvalidParams []InvalidParam1 + NrfId *string + RvWaitTime *int32 + Status *int32 + SupportedApiVersions []string + SupportedFeatures *string + Title *string + Type *string + func NewProblemDetailsAnalyticsInfoRequest() *ProblemDetailsAnalyticsInfoRequest + func NewProblemDetailsAnalyticsInfoRequestWithDefaults() *ProblemDetailsAnalyticsInfoRequest + func (o *ProblemDetailsAnalyticsInfoRequest) GetAccessTokenError() AccessTokenErr + func (o *ProblemDetailsAnalyticsInfoRequest) GetAccessTokenErrorOk() (*AccessTokenErr, bool) + func (o *ProblemDetailsAnalyticsInfoRequest) GetAccessTokenRequest() AccessTokenReq + func (o *ProblemDetailsAnalyticsInfoRequest) GetAccessTokenRequestOk() (*AccessTokenReq, bool) + func (o *ProblemDetailsAnalyticsInfoRequest) GetCause() string + func (o *ProblemDetailsAnalyticsInfoRequest) GetCauseOk() (*string, bool) + func (o *ProblemDetailsAnalyticsInfoRequest) GetDetail() string + func (o *ProblemDetailsAnalyticsInfoRequest) GetDetailOk() (*string, bool) + func (o *ProblemDetailsAnalyticsInfoRequest) GetInstance() string + func (o *ProblemDetailsAnalyticsInfoRequest) GetInstanceOk() (*string, bool) + func (o *ProblemDetailsAnalyticsInfoRequest) GetInvalidParams() []InvalidParam1 + func (o *ProblemDetailsAnalyticsInfoRequest) GetInvalidParamsOk() ([]InvalidParam1, bool) + func (o *ProblemDetailsAnalyticsInfoRequest) GetNrfId() string + func (o *ProblemDetailsAnalyticsInfoRequest) GetNrfIdOk() (*string, bool) + func (o *ProblemDetailsAnalyticsInfoRequest) GetRvWaitTime() int32 + func (o *ProblemDetailsAnalyticsInfoRequest) GetRvWaitTimeOk() (*int32, bool) + func (o *ProblemDetailsAnalyticsInfoRequest) GetStatus() int32 + func (o *ProblemDetailsAnalyticsInfoRequest) GetStatusOk() (*int32, bool) + func (o *ProblemDetailsAnalyticsInfoRequest) GetSupportedApiVersions() []string + func (o *ProblemDetailsAnalyticsInfoRequest) GetSupportedApiVersionsOk() ([]string, bool) + func (o *ProblemDetailsAnalyticsInfoRequest) GetSupportedFeatures() string + func (o *ProblemDetailsAnalyticsInfoRequest) GetSupportedFeaturesOk() (*string, bool) + func (o *ProblemDetailsAnalyticsInfoRequest) GetTitle() string + func (o *ProblemDetailsAnalyticsInfoRequest) GetTitleOk() (*string, bool) + func (o *ProblemDetailsAnalyticsInfoRequest) GetType() string + func (o *ProblemDetailsAnalyticsInfoRequest) GetTypeOk() (*string, bool) + func (o *ProblemDetailsAnalyticsInfoRequest) HasAccessTokenError() bool + func (o *ProblemDetailsAnalyticsInfoRequest) HasAccessTokenRequest() bool + func (o *ProblemDetailsAnalyticsInfoRequest) HasCause() bool + func (o *ProblemDetailsAnalyticsInfoRequest) HasDetail() bool + func (o *ProblemDetailsAnalyticsInfoRequest) HasInstance() bool + func (o *ProblemDetailsAnalyticsInfoRequest) HasInvalidParams() bool + func (o *ProblemDetailsAnalyticsInfoRequest) HasNrfId() bool + func (o *ProblemDetailsAnalyticsInfoRequest) HasRvWaitTime() bool + func (o *ProblemDetailsAnalyticsInfoRequest) HasStatus() bool + func (o *ProblemDetailsAnalyticsInfoRequest) HasSupportedApiVersions() bool + func (o *ProblemDetailsAnalyticsInfoRequest) HasSupportedFeatures() bool + func (o *ProblemDetailsAnalyticsInfoRequest) HasTitle() bool + func (o *ProblemDetailsAnalyticsInfoRequest) HasType() bool + func (o *ProblemDetailsAnalyticsInfoRequest) SetAccessTokenError(v AccessTokenErr) + func (o *ProblemDetailsAnalyticsInfoRequest) SetAccessTokenRequest(v AccessTokenReq) + func (o *ProblemDetailsAnalyticsInfoRequest) SetCause(v string) + func (o *ProblemDetailsAnalyticsInfoRequest) SetDetail(v string) + func (o *ProblemDetailsAnalyticsInfoRequest) SetInstance(v string) + func (o *ProblemDetailsAnalyticsInfoRequest) SetInvalidParams(v []InvalidParam1) + func (o *ProblemDetailsAnalyticsInfoRequest) SetNrfId(v string) + func (o *ProblemDetailsAnalyticsInfoRequest) SetRvWaitTime(v int32) + func (o *ProblemDetailsAnalyticsInfoRequest) SetStatus(v int32) + func (o *ProblemDetailsAnalyticsInfoRequest) SetSupportedApiVersions(v []string) + func (o *ProblemDetailsAnalyticsInfoRequest) SetSupportedFeatures(v string) + func (o *ProblemDetailsAnalyticsInfoRequest) SetTitle(v string) + func (o *ProblemDetailsAnalyticsInfoRequest) SetType(v string) + func (o ProblemDetailsAnalyticsInfoRequest) MarshalJSON() ([]byte, error) + func (o ProblemDetailsAnalyticsInfoRequest) ToMap() (map[string]interface{}, error) + type QosRequirement struct + Interface *interface{} + func InterfaceAsQosRequirement(v *interface{}) QosRequirement + func (dst *QosRequirement) UnmarshalJSON(data []byte) error + func (obj *QosRequirement) GetActualInstance() interface{} + func (src QosRequirement) MarshalJSON() ([]byte, error) + type QosResourceType struct + QosResourceTypeAnyOf *QosResourceTypeAnyOf + String *string + func (dst *QosResourceType) UnmarshalJSON(data []byte) error + func (src *QosResourceType) MarshalJSON() ([]byte, error) + type QosResourceTypeAnyOf string + const CRITICAL_GBR + const NON_CRITICAL_GBR + const NON_GBR + func NewQosResourceTypeAnyOfFromValue(v string) (*QosResourceTypeAnyOf, error) + func (v *QosResourceTypeAnyOf) UnmarshalJSON(src []byte) error + func (v QosResourceTypeAnyOf) IsValid() bool + func (v QosResourceTypeAnyOf) Ptr() *QosResourceTypeAnyOf + type QosSustainabilityExposure struct + Confidence *int32 + EndTs time.Time + LocArea LocationArea5G + QosFlowRetThd *RetainabilityThreshold + RanUeThrouThd *string + Snssai *Snssai + StartTs time.Time + func NewQosSustainabilityExposure(locArea LocationArea5G, startTs time.Time, endTs time.Time) *QosSustainabilityExposure + func NewQosSustainabilityExposureWithDefaults() *QosSustainabilityExposure + func (o *QosSustainabilityExposure) GetConfidence() int32 + func (o *QosSustainabilityExposure) GetConfidenceOk() (*int32, bool) + func (o *QosSustainabilityExposure) GetEndTs() time.Time + func (o *QosSustainabilityExposure) GetEndTsOk() (*time.Time, bool) + func (o *QosSustainabilityExposure) GetLocArea() LocationArea5G + func (o *QosSustainabilityExposure) GetLocAreaOk() (*LocationArea5G, bool) + func (o *QosSustainabilityExposure) GetQosFlowRetThd() RetainabilityThreshold + func (o *QosSustainabilityExposure) GetQosFlowRetThdOk() (*RetainabilityThreshold, bool) + func (o *QosSustainabilityExposure) GetRanUeThrouThd() string + func (o *QosSustainabilityExposure) GetRanUeThrouThdOk() (*string, bool) + func (o *QosSustainabilityExposure) GetSnssai() Snssai + func (o *QosSustainabilityExposure) GetSnssaiOk() (*Snssai, bool) + func (o *QosSustainabilityExposure) GetStartTs() time.Time + func (o *QosSustainabilityExposure) GetStartTsOk() (*time.Time, bool) + func (o *QosSustainabilityExposure) HasConfidence() bool + func (o *QosSustainabilityExposure) HasQosFlowRetThd() bool + func (o *QosSustainabilityExposure) HasRanUeThrouThd() bool + func (o *QosSustainabilityExposure) HasSnssai() bool + func (o *QosSustainabilityExposure) SetConfidence(v int32) + func (o *QosSustainabilityExposure) SetEndTs(v time.Time) + func (o *QosSustainabilityExposure) SetLocArea(v LocationArea5G) + func (o *QosSustainabilityExposure) SetQosFlowRetThd(v RetainabilityThreshold) + func (o *QosSustainabilityExposure) SetRanUeThrouThd(v string) + func (o *QosSustainabilityExposure) SetSnssai(v Snssai) + func (o *QosSustainabilityExposure) SetStartTs(v time.Time) + func (o QosSustainabilityExposure) MarshalJSON() ([]byte, error) + func (o QosSustainabilityExposure) ToMap() (map[string]interface{}, error) + type RankingCriterion struct + HighBase int32 + LowBase int32 + func NewRankingCriterion(highBase int32, lowBase int32) *RankingCriterion + func NewRankingCriterionWithDefaults() *RankingCriterion + func (o *RankingCriterion) GetHighBase() int32 + func (o *RankingCriterion) GetHighBaseOk() (*int32, bool) + func (o *RankingCriterion) GetLowBase() int32 + func (o *RankingCriterion) GetLowBaseOk() (*int32, bool) + func (o *RankingCriterion) SetHighBase(v int32) + func (o *RankingCriterion) SetLowBase(v int32) + func (o RankingCriterion) MarshalJSON() ([]byte, error) + func (o RankingCriterion) ToMap() (map[string]interface{}, 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 + RatTypeAnyOf *RatTypeAnyOf + String *string + func (dst *RatType) UnmarshalJSON(data []byte) error + func (src *RatType) MarshalJSON() ([]byte, error) + type RatTypeAnyOf string + const EUTRA + const EUTRA_U + const GERA + const LTE_M + const NBIOT + const NR + const NR_GEO + const NR_LEO + const NR_MEO + const NR_OTHER_SAT + const NR_REDCAP + const NR_U + const TRUSTED_N3_GA + const TRUSTED_WLAN + const UTRA + const VIRTUAL + const WIRELINE + const WIRELINE_BBF + const WIRELINE_CABLE + const WLAN + func NewRatTypeAnyOfFromValue(v string) (*RatTypeAnyOf, error) + func (v *RatTypeAnyOf) UnmarshalJSON(src []byte) error + func (v RatTypeAnyOf) IsValid() bool + func (v RatTypeAnyOf) Ptr() *RatTypeAnyOf + type 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 ReportingInformation struct + GrpRepTime *int32 + ImmRep *bool + MaxReportNbr *int32 + MonDur *time.Time + NotifFlag *NotificationFlag + NotifMethod *NotificationMethod + PartitionCriteria []PartitioningCriteria + RepPeriod *int32 + SampRatio *int32 + func NewReportingInformation() *ReportingInformation + func NewReportingInformationWithDefaults() *ReportingInformation + func (o *ReportingInformation) GetGrpRepTime() int32 + func (o *ReportingInformation) GetGrpRepTimeOk() (*int32, bool) + func (o *ReportingInformation) GetImmRep() bool + func (o *ReportingInformation) GetImmRepOk() (*bool, bool) + func (o *ReportingInformation) GetMaxReportNbr() int32 + func (o *ReportingInformation) GetMaxReportNbrOk() (*int32, bool) + func (o *ReportingInformation) GetMonDur() time.Time + func (o *ReportingInformation) GetMonDurOk() (*time.Time, bool) + func (o *ReportingInformation) GetNotifFlag() NotificationFlag + func (o *ReportingInformation) GetNotifFlagOk() (*NotificationFlag, bool) + func (o *ReportingInformation) GetNotifMethod() NotificationMethod + func (o *ReportingInformation) GetNotifMethodOk() (*NotificationMethod, bool) + func (o *ReportingInformation) GetPartitionCriteria() []PartitioningCriteria + func (o *ReportingInformation) GetPartitionCriteriaOk() ([]PartitioningCriteria, bool) + func (o *ReportingInformation) GetRepPeriod() int32 + func (o *ReportingInformation) GetRepPeriodOk() (*int32, bool) + func (o *ReportingInformation) GetSampRatio() int32 + func (o *ReportingInformation) GetSampRatioOk() (*int32, bool) + func (o *ReportingInformation) HasGrpRepTime() bool + func (o *ReportingInformation) HasImmRep() bool + func (o *ReportingInformation) HasMaxReportNbr() bool + func (o *ReportingInformation) HasMonDur() bool + func (o *ReportingInformation) HasNotifFlag() bool + func (o *ReportingInformation) HasNotifMethod() bool + func (o *ReportingInformation) HasPartitionCriteria() bool + func (o *ReportingInformation) HasRepPeriod() bool + func (o *ReportingInformation) HasSampRatio() bool + func (o *ReportingInformation) SetGrpRepTime(v int32) + func (o *ReportingInformation) SetImmRep(v bool) + func (o *ReportingInformation) SetMaxReportNbr(v int32) + func (o *ReportingInformation) SetMonDur(v time.Time) + func (o *ReportingInformation) SetNotifFlag(v NotificationFlag) + func (o *ReportingInformation) SetNotifMethod(v NotificationMethod) + func (o *ReportingInformation) SetPartitionCriteria(v []PartitioningCriteria) + func (o *ReportingInformation) SetRepPeriod(v int32) + func (o *ReportingInformation) SetSampRatio(v int32) + func (o ReportingInformation) MarshalJSON() ([]byte, error) + func (o ReportingInformation) 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 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 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 ScheduledCommunicationTime1 struct + DaysOfWeek []int32 + TimeOfDayEnd *string + TimeOfDayStart *string + func NewScheduledCommunicationTime1() *ScheduledCommunicationTime1 + func NewScheduledCommunicationTime1WithDefaults() *ScheduledCommunicationTime1 + func (o *ScheduledCommunicationTime1) GetDaysOfWeek() []int32 + func (o *ScheduledCommunicationTime1) GetDaysOfWeekOk() ([]int32, bool) + func (o *ScheduledCommunicationTime1) GetTimeOfDayEnd() string + func (o *ScheduledCommunicationTime1) GetTimeOfDayEndOk() (*string, bool) + func (o *ScheduledCommunicationTime1) GetTimeOfDayStart() string + func (o *ScheduledCommunicationTime1) GetTimeOfDayStartOk() (*string, bool) + func (o *ScheduledCommunicationTime1) HasDaysOfWeek() bool + func (o *ScheduledCommunicationTime1) HasTimeOfDayEnd() bool + func (o *ScheduledCommunicationTime1) HasTimeOfDayStart() bool + func (o *ScheduledCommunicationTime1) SetDaysOfWeek(v []int32) + func (o *ScheduledCommunicationTime1) SetTimeOfDayEnd(v string) + func (o *ScheduledCommunicationTime1) SetTimeOfDayStart(v string) + func (o ScheduledCommunicationTime1) MarshalJSON() ([]byte, error) + func (o ScheduledCommunicationTime1) ToMap() (map[string]interface{}, error) + type ScheduledCommunicationType struct + ScheduledCommunicationTypeAnyOf *ScheduledCommunicationTypeAnyOf + String *string + func (dst *ScheduledCommunicationType) UnmarshalJSON(data []byte) error + func (src *ScheduledCommunicationType) MarshalJSON() ([]byte, error) + type ScheduledCommunicationTypeAnyOf string + const DOWNLINK_ONLY + const UPLINK_ONLY + func NewScheduledCommunicationTypeAnyOfFromValue(v string) (*ScheduledCommunicationTypeAnyOf, error) + func (v *ScheduledCommunicationTypeAnyOf) UnmarshalJSON(src []byte) error + func (v ScheduledCommunicationTypeAnyOf) IsValid() bool + func (v ScheduledCommunicationTypeAnyOf) Ptr() *ScheduledCommunicationTypeAnyOf + 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 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 ServiceExperienceType struct + ServiceExperienceTypeAnyOf *ServiceExperienceTypeAnyOf + String *string + func (dst *ServiceExperienceType) UnmarshalJSON(data []byte) error + func (src *ServiceExperienceType) MarshalJSON() ([]byte, error) + type ServiceExperienceTypeAnyOf string + const VIDEO + const VOICE + func NewServiceExperienceTypeAnyOfFromValue(v string) (*ServiceExperienceTypeAnyOf, error) + func (v *ServiceExperienceTypeAnyOf) UnmarshalJSON(src []byte) error + func (v ServiceExperienceTypeAnyOf) IsValid() bool + func (v ServiceExperienceTypeAnyOf) Ptr() *ServiceExperienceTypeAnyOf + 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 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 StationaryIndication struct + StationaryIndicationAnyOf *StationaryIndicationAnyOf + String *string + func (dst *StationaryIndication) UnmarshalJSON(data []byte) error + func (src *StationaryIndication) MarshalJSON() ([]byte, error) + type StationaryIndicationAnyOf string + const MOBILE + const STATIONARY + func NewStationaryIndicationAnyOfFromValue(v string) (*StationaryIndicationAnyOf, error) + func (v *StationaryIndicationAnyOf) UnmarshalJSON(src []byte) error + func (v StationaryIndicationAnyOf) IsValid() bool + func (v StationaryIndicationAnyOf) Ptr() *StationaryIndicationAnyOf + type SupportedGADShapes struct + String *string + SupportedGADShapesAnyOf *SupportedGADShapesAnyOf + func (dst *SupportedGADShapes) UnmarshalJSON(data []byte) error + func (src *SupportedGADShapes) MarshalJSON() ([]byte, error) + type SupportedGADShapesAnyOf string + const ELLIPSOID_ARC + const LOCAL_2_D_POINT_UNCERTAINTY_ELLIPSE + const LOCAL_3_D_POINT_UNCERTAINTY_ELLIPSOID + const POINT + const POINT_ALTITUDE + const POINT_ALTITUDE_UNCERTAINTY + const POINT_UNCERTAINTY_CIRCLE + const POINT_UNCERTAINTY_ELLIPSE + const POLYGON + func NewSupportedGADShapesAnyOfFromValue(v string) (*SupportedGADShapesAnyOf, error) + func (v *SupportedGADShapesAnyOf) UnmarshalJSON(src []byte) error + func (v SupportedGADShapesAnyOf) IsValid() bool + func (v SupportedGADShapesAnyOf) Ptr() *SupportedGADShapesAnyOf + 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 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 TargetUeId struct + AnyUeInd *bool + ExterGroupId *string + Gpsi *string + func NewTargetUeId() *TargetUeId + func NewTargetUeIdWithDefaults() *TargetUeId + func (o *TargetUeId) GetAnyUeInd() bool + func (o *TargetUeId) GetAnyUeIndOk() (*bool, bool) + func (o *TargetUeId) GetExterGroupId() string + func (o *TargetUeId) GetExterGroupIdOk() (*string, bool) + func (o *TargetUeId) GetGpsi() string + func (o *TargetUeId) GetGpsiOk() (*string, bool) + func (o *TargetUeId) HasAnyUeInd() bool + func (o *TargetUeId) HasExterGroupId() bool + func (o *TargetUeId) HasGpsi() bool + func (o *TargetUeId) SetAnyUeInd(v bool) + func (o *TargetUeId) SetExterGroupId(v string) + func (o *TargetUeId) SetGpsi(v string) + func (o TargetUeId) MarshalJSON() ([]byte, error) + func (o TargetUeId) ToMap() (map[string]interface{}, error) + type TermCause struct + String *string + TermCauseAnyOf *TermCauseAnyOf + func (dst *TermCause) UnmarshalJSON(data []byte) error + func (src *TermCause) MarshalJSON() ([]byte, error) + type TermCauseAnyOf string + const NWDAF_OVERLOAD + const UE_LEFT_AREA + const USER_CONSENT_REVOKED + func NewTermCauseAnyOfFromValue(v string) (*TermCauseAnyOf, error) + func (v *TermCauseAnyOf) UnmarshalJSON(src []byte) error + func (v TermCauseAnyOf) IsValid() bool + func (v TermCauseAnyOf) Ptr() *TermCauseAnyOf + 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 + TimeUnitAnyOf *TimeUnitAnyOf + func (dst *TimeUnit) UnmarshalJSON(data []byte) error + func (src *TimeUnit) MarshalJSON() ([]byte, error) + type TimeUnitAnyOf string + const DAY + const HOUR + const MINUTE + func NewTimeUnitAnyOfFromValue(v string) (*TimeUnitAnyOf, error) + func (v *TimeUnitAnyOf) UnmarshalJSON(src []byte) error + func (v TimeUnitAnyOf) IsValid() bool + func (v TimeUnitAnyOf) Ptr() *TimeUnitAnyOf + 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 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 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 TrafficProfile struct + String *string + TrafficProfileAnyOf *TrafficProfileAnyOf + func (dst *TrafficProfile) UnmarshalJSON(data []byte) error + func (src *TrafficProfile) MarshalJSON() ([]byte, error) + type TrafficProfileAnyOf string + const DUAL_TRANS_DL_FIRST + const DUAL_TRANS_UL_FIRST + const MULTI_TRANS + const SINGLE_TRANS_DL + const SINGLE_TRANS_UL + func NewTrafficProfileAnyOfFromValue(v string) (*TrafficProfileAnyOf, error) + func (v *TrafficProfileAnyOf) UnmarshalJSON(src []byte) error + func (v TrafficProfileAnyOf) IsValid() bool + func (v TrafficProfileAnyOf) Ptr() *TrafficProfileAnyOf + type TransportProtocol struct + String *string + TransportProtocolAnyOf *TransportProtocolAnyOf + func (dst *TransportProtocol) UnmarshalJSON(data []byte) error + func (src *TransportProtocol) MarshalJSON() ([]byte, error) + type TransportProtocolAnyOf string + const TCP + const UDP + func NewTransportProtocolAnyOfFromValue(v string) (*TransportProtocolAnyOf, error) + func (v *TransportProtocolAnyOf) UnmarshalJSON(src []byte) error + func (v TransportProtocolAnyOf) IsValid() bool + func (v TransportProtocolAnyOf) Ptr() *TransportProtocolAnyOf + 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 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 UeLocationInfo struct + Confidence *int32 + Loc LocationArea5G + Ratio *int32 + func NewUeLocationInfo(loc LocationArea5G) *UeLocationInfo + func NewUeLocationInfoWithDefaults() *UeLocationInfo + func (o *UeLocationInfo) GetConfidence() int32 + func (o *UeLocationInfo) GetConfidenceOk() (*int32, bool) + func (o *UeLocationInfo) GetLoc() LocationArea5G + func (o *UeLocationInfo) GetLocOk() (*LocationArea5G, bool) + func (o *UeLocationInfo) GetRatio() int32 + func (o *UeLocationInfo) GetRatioOk() (*int32, bool) + func (o *UeLocationInfo) HasConfidence() bool + func (o *UeLocationInfo) HasRatio() bool + func (o *UeLocationInfo) SetConfidence(v int32) + func (o *UeLocationInfo) SetLoc(v LocationArea5G) + func (o *UeLocationInfo) SetRatio(v int32) + func (o UeLocationInfo) MarshalJSON() ([]byte, error) + func (o UeLocationInfo) ToMap() (map[string]interface{}, error) + type UeMobilityExposure struct + Duration int32 + DurationVariance *float32 + LocInfo []UeLocationInfo + RecurringTime *ScheduledCommunicationTime + Ts *time.Time + func NewUeMobilityExposure(duration int32, locInfo []UeLocationInfo) *UeMobilityExposure + func NewUeMobilityExposureWithDefaults() *UeMobilityExposure + func (o *UeMobilityExposure) GetDuration() int32 + func (o *UeMobilityExposure) GetDurationOk() (*int32, bool) + func (o *UeMobilityExposure) GetDurationVariance() float32 + func (o *UeMobilityExposure) GetDurationVarianceOk() (*float32, bool) + func (o *UeMobilityExposure) GetLocInfo() []UeLocationInfo + func (o *UeMobilityExposure) GetLocInfoOk() ([]UeLocationInfo, bool) + func (o *UeMobilityExposure) GetRecurringTime() ScheduledCommunicationTime + func (o *UeMobilityExposure) GetRecurringTimeOk() (*ScheduledCommunicationTime, bool) + func (o *UeMobilityExposure) GetTs() time.Time + func (o *UeMobilityExposure) GetTsOk() (*time.Time, bool) + func (o *UeMobilityExposure) HasDurationVariance() bool + func (o *UeMobilityExposure) HasRecurringTime() bool + func (o *UeMobilityExposure) HasTs() bool + func (o *UeMobilityExposure) SetDuration(v int32) + func (o *UeMobilityExposure) SetDurationVariance(v float32) + func (o *UeMobilityExposure) SetLocInfo(v []UeLocationInfo) + func (o *UeMobilityExposure) SetRecurringTime(v ScheduledCommunicationTime) + func (o *UeMobilityExposure) SetTs(v time.Time) + func (o UeMobilityExposure) MarshalJSON() ([]byte, error) + func (o UeMobilityExposure) ToMap() (map[string]interface{}, error) + type UmtTime struct + DayOfWeek int32 + TimeOfDay string + func NewUmtTime(timeOfDay string, dayOfWeek int32) *UmtTime + func NewUmtTimeWithDefaults() *UmtTime + func (o *UmtTime) GetDayOfWeek() int32 + func (o *UmtTime) GetDayOfWeekOk() (*int32, bool) + func (o *UmtTime) GetTimeOfDay() string + func (o *UmtTime) GetTimeOfDayOk() (*string, bool) + func (o *UmtTime) SetDayOfWeek(v int32) + func (o *UmtTime) SetTimeOfDay(v string) + func (o UmtTime) MarshalJSON() ([]byte, error) + func (o UmtTime) 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 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 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 WebsockNotifConfig struct + RequestWebsocketUri *bool + WebsocketUri *string + func NewWebsockNotifConfig() *WebsockNotifConfig + func NewWebsockNotifConfigWithDefaults() *WebsockNotifConfig + func (o *WebsockNotifConfig) GetRequestWebsocketUri() bool + func (o *WebsockNotifConfig) GetRequestWebsocketUriOk() (*bool, bool) + func (o *WebsockNotifConfig) GetWebsocketUri() string + func (o *WebsockNotifConfig) GetWebsocketUriOk() (*string, bool) + func (o *WebsockNotifConfig) HasRequestWebsocketUri() bool + func (o *WebsockNotifConfig) HasWebsocketUri() bool + func (o *WebsockNotifConfig) SetRequestWebsocketUri(v bool) + func (o *WebsockNotifConfig) SetWebsocketUri(v string) + func (o WebsockNotifConfig) MarshalJSON() ([]byte, error) + func (o WebsockNotifConfig) ToMap() (map[string]interface{}, error)