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 AllowedAfEventAnyOfEnumValues = []AfEventAnyOf + var AllowedCacheStatusAnyOfEnumValues = []CacheStatusAnyOf + var AllowedCollectiveBehaviourFilterTypeAnyOfEnumValues = []CollectiveBehaviourFilterTypeAnyOf + var AllowedExceptionIdAnyOfEnumValues = []ExceptionIdAnyOf + var AllowedExceptionTrendAnyOfEnumValues = []ExceptionTrendAnyOf + var AllowedFlowDirectionAnyOfEnumValues = []FlowDirectionAnyOf + var AllowedNotificationFlagAnyOfEnumValues = []NotificationFlagAnyOf + var AllowedNotificationMethodAnyOfEnumValues = []NotificationMethodAnyOf + var AllowedPartitioningCriteriaAnyOfEnumValues = []PartitioningCriteriaAnyOf + var AllowedSupportedGADShapesAnyOfEnumValues = []SupportedGADShapesAnyOf + 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 + IndividualMediaStreamingEventExposureSubscriptionDocumentApi *IndividualMediaStreamingEventExposureSubscriptionDocumentApiService + MediaStreamingEventExposureSubscriptionsCollectionApi *MediaStreamingEventExposureSubscriptionsCollectionApiService + 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 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 AfEvent struct + AfEventAnyOf *AfEventAnyOf + String *string + func (dst *AfEvent) UnmarshalJSON(data []byte) error + func (src *AfEvent) MarshalJSON() ([]byte, error) + type AfEventAnyOf string + const COLLECTIVE_BEHAVIOUR + const DISPERSION + const EXCEPTIONS + const MS_ACCESS_ACTIVITY + const MS_CONSUMPTION + const MS_DYN_POLICY_INVOCATION + const MS_NET_ASSIST_INVOCATION + const MS_QOE_METRICS + const PERF_DATA + const SVC_EXPERIENCE + const UE_COMM + const UE_MOBILITY + const USER_DATA_CONGESTION + func NewAfEventAnyOfFromValue(v string) (*AfEventAnyOf, error) + func (v *AfEventAnyOf) UnmarshalJSON(src []byte) error + func (v AfEventAnyOf) IsValid() bool + func (v AfEventAnyOf) Ptr() *AfEventAnyOf + type AfEventExposureNotif struct + EventNotifs []AfEventNotification + NotifId string + func NewAfEventExposureNotif(notifId string, eventNotifs []AfEventNotification) *AfEventExposureNotif + func NewAfEventExposureNotifWithDefaults() *AfEventExposureNotif + func (o *AfEventExposureNotif) GetEventNotifs() []AfEventNotification + func (o *AfEventExposureNotif) GetEventNotifsOk() ([]AfEventNotification, bool) + func (o *AfEventExposureNotif) GetNotifId() string + func (o *AfEventExposureNotif) GetNotifIdOk() (*string, bool) + func (o *AfEventExposureNotif) SetEventNotifs(v []AfEventNotification) + func (o *AfEventExposureNotif) SetNotifId(v string) + func (o AfEventExposureNotif) MarshalJSON() ([]byte, error) + func (o AfEventExposureNotif) ToMap() (map[string]interface{}, error) + type AfEventExposureSubsc struct + DataAccProfId *string + EventNotifs []AfEventNotification + EventsRepInfo ReportingInformation + EventsSubs []EventsSubs + NotifId string + NotifUri string + SuppFeat *string + func NewAfEventExposureSubsc(eventsSubs []EventsSubs, eventsRepInfo ReportingInformation, notifUri string, ...) *AfEventExposureSubsc + func NewAfEventExposureSubscWithDefaults() *AfEventExposureSubsc + func (o *AfEventExposureSubsc) GetDataAccProfId() string + func (o *AfEventExposureSubsc) GetDataAccProfIdOk() (*string, bool) + func (o *AfEventExposureSubsc) GetEventNotifs() []AfEventNotification + func (o *AfEventExposureSubsc) GetEventNotifsOk() ([]AfEventNotification, bool) + func (o *AfEventExposureSubsc) GetEventsRepInfo() ReportingInformation + func (o *AfEventExposureSubsc) GetEventsRepInfoOk() (*ReportingInformation, bool) + func (o *AfEventExposureSubsc) GetEventsSubs() []EventsSubs + func (o *AfEventExposureSubsc) GetEventsSubsOk() ([]EventsSubs, bool) + func (o *AfEventExposureSubsc) GetNotifId() string + func (o *AfEventExposureSubsc) GetNotifIdOk() (*string, bool) + func (o *AfEventExposureSubsc) GetNotifUri() string + func (o *AfEventExposureSubsc) GetNotifUriOk() (*string, bool) + func (o *AfEventExposureSubsc) GetSuppFeat() string + func (o *AfEventExposureSubsc) GetSuppFeatOk() (*string, bool) + func (o *AfEventExposureSubsc) HasDataAccProfId() bool + func (o *AfEventExposureSubsc) HasEventNotifs() bool + func (o *AfEventExposureSubsc) HasSuppFeat() bool + func (o *AfEventExposureSubsc) SetDataAccProfId(v string) + func (o *AfEventExposureSubsc) SetEventNotifs(v []AfEventNotification) + func (o *AfEventExposureSubsc) SetEventsRepInfo(v ReportingInformation) + func (o *AfEventExposureSubsc) SetEventsSubs(v []EventsSubs) + func (o *AfEventExposureSubsc) SetNotifId(v string) + func (o *AfEventExposureSubsc) SetNotifUri(v string) + func (o *AfEventExposureSubsc) SetSuppFeat(v string) + func (o AfEventExposureSubsc) MarshalJSON() ([]byte, error) + func (o AfEventExposureSubsc) ToMap() (map[string]interface{}, error) + type AfEventNotification struct + CollBhvrInfs []CollectiveBehaviourInfo + CongestionInfos []UserDataCongestionCollection + DispersionInfos []DispersionCollection + Event AfEvent + ExcepInfos []ExceptionInfo + MsAccActInfos []MSAccessActivityCollection + MsConsumpInfos []MsConsumptionCollection + MsDynPlyInvInfos []MsDynPolicyInvocationCollection + MsNetAssInvInfos []MsNetAssInvocationCollection + MsQoeMetrInfos []MsQoeMetricsCollection + PerfDataInfos []PerformanceDataCollection + SvcExprcInfos []ServiceExperienceInfoPerApp + TimeStamp time.Time + UeCommInfos []UeCommunicationCollection + UeMobilityInfos []UeMobilityCollection + func NewAfEventNotification(event AfEvent, timeStamp time.Time) *AfEventNotification + func NewAfEventNotificationWithDefaults() *AfEventNotification + func (o *AfEventNotification) GetCollBhvrInfs() []CollectiveBehaviourInfo + func (o *AfEventNotification) GetCollBhvrInfsOk() ([]CollectiveBehaviourInfo, bool) + func (o *AfEventNotification) GetCongestionInfos() []UserDataCongestionCollection + func (o *AfEventNotification) GetCongestionInfosOk() ([]UserDataCongestionCollection, bool) + func (o *AfEventNotification) GetDispersionInfos() []DispersionCollection + func (o *AfEventNotification) GetDispersionInfosOk() ([]DispersionCollection, bool) + func (o *AfEventNotification) GetEvent() AfEvent + func (o *AfEventNotification) GetEventOk() (*AfEvent, bool) + func (o *AfEventNotification) GetExcepInfos() []ExceptionInfo + func (o *AfEventNotification) GetExcepInfosOk() ([]ExceptionInfo, bool) + func (o *AfEventNotification) GetMsAccActInfos() []MSAccessActivityCollection + func (o *AfEventNotification) GetMsAccActInfosOk() ([]MSAccessActivityCollection, bool) + func (o *AfEventNotification) GetMsConsumpInfos() []MsConsumptionCollection + func (o *AfEventNotification) GetMsConsumpInfosOk() ([]MsConsumptionCollection, bool) + func (o *AfEventNotification) GetMsDynPlyInvInfos() []MsDynPolicyInvocationCollection + func (o *AfEventNotification) GetMsDynPlyInvInfosOk() ([]MsDynPolicyInvocationCollection, bool) + func (o *AfEventNotification) GetMsNetAssInvInfos() []MsNetAssInvocationCollection + func (o *AfEventNotification) GetMsNetAssInvInfosOk() ([]MsNetAssInvocationCollection, bool) + func (o *AfEventNotification) GetMsQoeMetrInfos() []MsQoeMetricsCollection + func (o *AfEventNotification) GetMsQoeMetrInfosOk() ([]MsQoeMetricsCollection, bool) + func (o *AfEventNotification) GetPerfDataInfos() []PerformanceDataCollection + func (o *AfEventNotification) GetPerfDataInfosOk() ([]PerformanceDataCollection, bool) + func (o *AfEventNotification) GetSvcExprcInfos() []ServiceExperienceInfoPerApp + func (o *AfEventNotification) GetSvcExprcInfosOk() ([]ServiceExperienceInfoPerApp, bool) + func (o *AfEventNotification) GetTimeStamp() time.Time + func (o *AfEventNotification) GetTimeStampOk() (*time.Time, bool) + func (o *AfEventNotification) GetUeCommInfos() []UeCommunicationCollection + func (o *AfEventNotification) GetUeCommInfosOk() ([]UeCommunicationCollection, bool) + func (o *AfEventNotification) GetUeMobilityInfos() []UeMobilityCollection + func (o *AfEventNotification) GetUeMobilityInfosOk() ([]UeMobilityCollection, bool) + func (o *AfEventNotification) HasCollBhvrInfs() bool + func (o *AfEventNotification) HasCongestionInfos() bool + func (o *AfEventNotification) HasDispersionInfos() bool + func (o *AfEventNotification) HasExcepInfos() bool + func (o *AfEventNotification) HasMsAccActInfos() bool + func (o *AfEventNotification) HasMsConsumpInfos() bool + func (o *AfEventNotification) HasMsDynPlyInvInfos() bool + func (o *AfEventNotification) HasMsNetAssInvInfos() bool + func (o *AfEventNotification) HasMsQoeMetrInfos() bool + func (o *AfEventNotification) HasPerfDataInfos() bool + func (o *AfEventNotification) HasSvcExprcInfos() bool + func (o *AfEventNotification) HasUeCommInfos() bool + func (o *AfEventNotification) HasUeMobilityInfos() bool + func (o *AfEventNotification) SetCollBhvrInfs(v []CollectiveBehaviourInfo) + func (o *AfEventNotification) SetCongestionInfos(v []UserDataCongestionCollection) + func (o *AfEventNotification) SetDispersionInfos(v []DispersionCollection) + func (o *AfEventNotification) SetEvent(v AfEvent) + func (o *AfEventNotification) SetExcepInfos(v []ExceptionInfo) + func (o *AfEventNotification) SetMsAccActInfos(v []MSAccessActivityCollection) + func (o *AfEventNotification) SetMsConsumpInfos(v []MsConsumptionCollection) + func (o *AfEventNotification) SetMsDynPlyInvInfos(v []MsDynPolicyInvocationCollection) + func (o *AfEventNotification) SetMsNetAssInvInfos(v []MsNetAssInvocationCollection) + func (o *AfEventNotification) SetMsQoeMetrInfos(v []MsQoeMetricsCollection) + func (o *AfEventNotification) SetPerfDataInfos(v []PerformanceDataCollection) + func (o *AfEventNotification) SetSvcExprcInfos(v []ServiceExperienceInfoPerApp) + func (o *AfEventNotification) SetTimeStamp(v time.Time) + func (o *AfEventNotification) SetUeCommInfos(v []UeCommunicationCollection) + func (o *AfEventNotification) SetUeMobilityInfos(v []UeMobilityCollection) + func (o AfEventNotification) MarshalJSON() ([]byte, error) + func (o AfEventNotification) ToMap() (map[string]interface{}, error) + type ApiCreateMSEventExposureSubscRequest struct + ApiService *MediaStreamingEventExposureSubscriptionsCollectionApiService + func (r ApiCreateMSEventExposureSubscRequest) AfEventExposureSubsc(afEventExposureSubsc AfEventExposureSubsc) ApiCreateMSEventExposureSubscRequest + func (r ApiCreateMSEventExposureSubscRequest) Execute() (*AfEventExposureSubsc, *http.Response, error) + type ApiDeleteIndivMSEventExposureSubscRequest struct + ApiService *IndividualMediaStreamingEventExposureSubscriptionDocumentApiService + func (r ApiDeleteIndivMSEventExposureSubscRequest) Execute() (*http.Response, error) + type ApiRetrieveIndivMSEventExposureSubscRequest struct + ApiService *IndividualMediaStreamingEventExposureSubscriptionDocumentApiService + func (r ApiRetrieveIndivMSEventExposureSubscRequest) Execute() (*AfEventExposureSubsc, *http.Response, error) + type ApiRetrieveMSEventExposureSubscsRequest struct + ApiService *MediaStreamingEventExposureSubscriptionsCollectionApiService + func (r ApiRetrieveMSEventExposureSubscsRequest) Execute() ([]AfEventExposureSubsc, *http.Response, error) + type ApiUpdateIndivMSEventExposureSubscRequest struct + ApiService *IndividualMediaStreamingEventExposureSubscriptionDocumentApiService + func (r ApiUpdateIndivMSEventExposureSubscRequest) AfEventExposureSubsc(afEventExposureSubsc AfEventExposureSubsc) ApiUpdateIndivMSEventExposureSubscRequest + func (r ApiUpdateIndivMSEventExposureSubscRequest) Execute() (*AfEventExposureSubsc, *http.Response, error) + type BaseRecord struct + Timestamp time.Time + func NewBaseRecord(timestamp time.Time) *BaseRecord + func NewBaseRecordWithDefaults() *BaseRecord + func (o *BaseRecord) GetTimestamp() time.Time + func (o *BaseRecord) GetTimestampOk() (*time.Time, bool) + func (o *BaseRecord) SetTimestamp(v time.Time) + func (o BaseRecord) MarshalJSON() ([]byte, error) + func (o BaseRecord) ToMap() (map[string]interface{}, error) + type BasicAuth struct + Password string + UserName string + type CacheStatus struct + CacheStatusAnyOf *CacheStatusAnyOf + String *string + func (dst *CacheStatus) UnmarshalJSON(data []byte) error + func (src *CacheStatus) MarshalJSON() ([]byte, error) + type CacheStatusAnyOf string + const EXPIRED + const HIT + const MISS + func NewCacheStatusAnyOfFromValue(v string) (*CacheStatusAnyOf, error) + func (v *CacheStatusAnyOf) UnmarshalJSON(src []byte) error + func (v CacheStatusAnyOf) IsValid() bool + func (v CacheStatusAnyOf) Ptr() *CacheStatusAnyOf + 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 CollectiveBehaviourFilter struct + ListOfUeInd *bool + Type CollectiveBehaviourFilterType + Value string + func NewCollectiveBehaviourFilter(type_ CollectiveBehaviourFilterType, value string) *CollectiveBehaviourFilter + func NewCollectiveBehaviourFilterWithDefaults() *CollectiveBehaviourFilter + func (o *CollectiveBehaviourFilter) GetListOfUeInd() bool + func (o *CollectiveBehaviourFilter) GetListOfUeIndOk() (*bool, bool) + func (o *CollectiveBehaviourFilter) GetType() CollectiveBehaviourFilterType + func (o *CollectiveBehaviourFilter) GetTypeOk() (*CollectiveBehaviourFilterType, bool) + func (o *CollectiveBehaviourFilter) GetValue() string + func (o *CollectiveBehaviourFilter) GetValueOk() (*string, bool) + func (o *CollectiveBehaviourFilter) HasListOfUeInd() bool + func (o *CollectiveBehaviourFilter) SetListOfUeInd(v bool) + func (o *CollectiveBehaviourFilter) SetType(v CollectiveBehaviourFilterType) + func (o *CollectiveBehaviourFilter) SetValue(v string) + func (o CollectiveBehaviourFilter) MarshalJSON() ([]byte, error) + func (o CollectiveBehaviourFilter) ToMap() (map[string]interface{}, error) + type CollectiveBehaviourFilterType struct + CollectiveBehaviourFilterTypeAnyOf *CollectiveBehaviourFilterTypeAnyOf + String *string + func (dst *CollectiveBehaviourFilterType) UnmarshalJSON(data []byte) error + func (src *CollectiveBehaviourFilterType) MarshalJSON() ([]byte, error) + type CollectiveBehaviourFilterTypeAnyOf string + const COLLECTIVE_ATTRIBUTE + const DATA_PROCESSING + func NewCollectiveBehaviourFilterTypeAnyOfFromValue(v string) (*CollectiveBehaviourFilterTypeAnyOf, error) + func (v *CollectiveBehaviourFilterTypeAnyOf) UnmarshalJSON(src []byte) error + func (v CollectiveBehaviourFilterTypeAnyOf) IsValid() bool + func (v CollectiveBehaviourFilterTypeAnyOf) Ptr() *CollectiveBehaviourFilterTypeAnyOf + type CollectiveBehaviourInfo struct + Interface *interface{} + func InterfaceAsCollectiveBehaviourInfo(v *interface{}) CollectiveBehaviourInfo + func (dst *CollectiveBehaviourInfo) UnmarshalJSON(data []byte) error + func (obj *CollectiveBehaviourInfo) GetActualInstance() interface{} + func (src CollectiveBehaviourInfo) MarshalJSON() ([]byte, error) + type CommunicationCollection struct + DlVol int64 + EndTime time.Time + StartTime time.Time + UlVol int64 + func NewCommunicationCollection(startTime time.Time, endTime time.Time, ulVol int64, dlVol int64) *CommunicationCollection + func NewCommunicationCollectionWithDefaults() *CommunicationCollection + func (o *CommunicationCollection) GetDlVol() int64 + func (o *CommunicationCollection) GetDlVolOk() (*int64, bool) + func (o *CommunicationCollection) GetEndTime() time.Time + func (o *CommunicationCollection) GetEndTimeOk() (*time.Time, bool) + func (o *CommunicationCollection) GetStartTime() time.Time + func (o *CommunicationCollection) GetStartTimeOk() (*time.Time, bool) + func (o *CommunicationCollection) GetUlVol() int64 + func (o *CommunicationCollection) GetUlVolOk() (*int64, bool) + func (o *CommunicationCollection) SetDlVol(v int64) + func (o *CommunicationCollection) SetEndTime(v time.Time) + func (o *CommunicationCollection) SetStartTime(v time.Time) + func (o *CommunicationCollection) SetUlVol(v int64) + func (o CommunicationCollection) MarshalJSON() ([]byte, error) + func (o CommunicationCollection) ToMap() (map[string]interface{}, error) + type 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 DispersionCollection struct + Interface *interface{} + func InterfaceAsDispersionCollection(v *interface{}) DispersionCollection + func (dst *DispersionCollection) UnmarshalJSON(data []byte) error + func (obj *DispersionCollection) GetActualInstance() interface{} + func (src DispersionCollection) MarshalJSON() ([]byte, error) + type DynamicPolicy struct + DynamicPolicyId string + EnforcementBitRate *int32 + EnforcementMethod *string + PolicyTemplateId string + ProvisioningSessionId string + QosSpecification *M5QoSSpecification + ServiceDataFlowDescriptions []ServiceDataFlowDescription + func NewDynamicPolicy(dynamicPolicyId string, policyTemplateId string, ...) *DynamicPolicy + func NewDynamicPolicyWithDefaults() *DynamicPolicy + func (o *DynamicPolicy) GetDynamicPolicyId() string + func (o *DynamicPolicy) GetDynamicPolicyIdOk() (*string, bool) + func (o *DynamicPolicy) GetEnforcementBitRate() int32 + func (o *DynamicPolicy) GetEnforcementBitRateOk() (*int32, bool) + func (o *DynamicPolicy) GetEnforcementMethod() string + func (o *DynamicPolicy) GetEnforcementMethodOk() (*string, bool) + func (o *DynamicPolicy) GetPolicyTemplateId() string + func (o *DynamicPolicy) GetPolicyTemplateIdOk() (*string, bool) + func (o *DynamicPolicy) GetProvisioningSessionId() string + func (o *DynamicPolicy) GetProvisioningSessionIdOk() (*string, bool) + func (o *DynamicPolicy) GetQosSpecification() M5QoSSpecification + func (o *DynamicPolicy) GetQosSpecificationOk() (*M5QoSSpecification, bool) + func (o *DynamicPolicy) GetServiceDataFlowDescriptions() []ServiceDataFlowDescription + func (o *DynamicPolicy) GetServiceDataFlowDescriptionsOk() ([]ServiceDataFlowDescription, bool) + func (o *DynamicPolicy) HasEnforcementBitRate() bool + func (o *DynamicPolicy) HasEnforcementMethod() bool + func (o *DynamicPolicy) HasQosSpecification() bool + func (o *DynamicPolicy) SetDynamicPolicyId(v string) + func (o *DynamicPolicy) SetEnforcementBitRate(v int32) + func (o *DynamicPolicy) SetEnforcementMethod(v string) + func (o *DynamicPolicy) SetPolicyTemplateId(v string) + func (o *DynamicPolicy) SetProvisioningSessionId(v string) + func (o *DynamicPolicy) SetQosSpecification(v M5QoSSpecification) + func (o *DynamicPolicy) SetServiceDataFlowDescriptions(v []ServiceDataFlowDescription) + func (o DynamicPolicy) MarshalJSON() ([]byte, error) + func (o DynamicPolicy) ToMap() (map[string]interface{}, error) + type Ecgi struct + EutraCellId string + Nid *string + PlmnId PlmnId + func NewEcgi(plmnId PlmnId, eutraCellId string) *Ecgi + func NewEcgiWithDefaults() *Ecgi + func (o *Ecgi) GetEutraCellId() string + func (o *Ecgi) GetEutraCellIdOk() (*string, bool) + func (o *Ecgi) GetNid() string + func (o *Ecgi) GetNidOk() (*string, bool) + func (o *Ecgi) GetPlmnId() PlmnId + func (o *Ecgi) GetPlmnIdOk() (*PlmnId, bool) + func (o *Ecgi) HasNid() bool + func (o *Ecgi) SetEutraCellId(v string) + func (o *Ecgi) SetNid(v string) + func (o *Ecgi) SetPlmnId(v PlmnId) + func (o Ecgi) MarshalJSON() ([]byte, error) + func (o Ecgi) ToMap() (map[string]interface{}, error) + type EllipsoidArc struct + Confidence int32 + IncludedAngle int32 + InnerRadius int32 + OffsetAngle int32 + Point GeographicalCoordinates + UncertaintyRadius float32 + func NewEllipsoidArc(point GeographicalCoordinates, innerRadius int32, uncertaintyRadius float32, ...) *EllipsoidArc + func NewEllipsoidArcWithDefaults() *EllipsoidArc + func (o *EllipsoidArc) GetConfidence() int32 + func (o *EllipsoidArc) GetConfidenceOk() (*int32, bool) + func (o *EllipsoidArc) GetIncludedAngle() int32 + func (o *EllipsoidArc) GetIncludedAngleOk() (*int32, bool) + func (o *EllipsoidArc) GetInnerRadius() int32 + func (o *EllipsoidArc) GetInnerRadiusOk() (*int32, bool) + func (o *EllipsoidArc) GetOffsetAngle() int32 + func (o *EllipsoidArc) GetOffsetAngleOk() (*int32, bool) + func (o *EllipsoidArc) GetPoint() GeographicalCoordinates + func (o *EllipsoidArc) GetPointOk() (*GeographicalCoordinates, bool) + func (o *EllipsoidArc) GetUncertaintyRadius() float32 + func (o *EllipsoidArc) GetUncertaintyRadiusOk() (*float32, bool) + func (o *EllipsoidArc) SetConfidence(v int32) + func (o *EllipsoidArc) SetIncludedAngle(v int32) + func (o *EllipsoidArc) SetInnerRadius(v int32) + func (o *EllipsoidArc) SetOffsetAngle(v int32) + func (o *EllipsoidArc) SetPoint(v GeographicalCoordinates) + func (o *EllipsoidArc) SetUncertaintyRadius(v float32) + func (o EllipsoidArc) MarshalJSON() ([]byte, error) + func (o EllipsoidArc) ToMap() (map[string]interface{}, error) + type EllipsoidArcAllOf struct + Confidence int32 + IncludedAngle int32 + InnerRadius int32 + OffsetAngle int32 + Point GeographicalCoordinates + UncertaintyRadius float32 + func NewEllipsoidArcAllOf(point GeographicalCoordinates, innerRadius int32, uncertaintyRadius float32, ...) *EllipsoidArcAllOf + func NewEllipsoidArcAllOfWithDefaults() *EllipsoidArcAllOf + func (o *EllipsoidArcAllOf) GetConfidence() int32 + func (o *EllipsoidArcAllOf) GetConfidenceOk() (*int32, bool) + func (o *EllipsoidArcAllOf) GetIncludedAngle() int32 + func (o *EllipsoidArcAllOf) GetIncludedAngleOk() (*int32, bool) + func (o *EllipsoidArcAllOf) GetInnerRadius() int32 + func (o *EllipsoidArcAllOf) GetInnerRadiusOk() (*int32, bool) + func (o *EllipsoidArcAllOf) GetOffsetAngle() int32 + func (o *EllipsoidArcAllOf) GetOffsetAngleOk() (*int32, bool) + func (o *EllipsoidArcAllOf) GetPoint() GeographicalCoordinates + func (o *EllipsoidArcAllOf) GetPointOk() (*GeographicalCoordinates, bool) + func (o *EllipsoidArcAllOf) GetUncertaintyRadius() float32 + func (o *EllipsoidArcAllOf) GetUncertaintyRadiusOk() (*float32, bool) + func (o *EllipsoidArcAllOf) SetConfidence(v int32) + func (o *EllipsoidArcAllOf) SetIncludedAngle(v int32) + func (o *EllipsoidArcAllOf) SetInnerRadius(v int32) + func (o *EllipsoidArcAllOf) SetOffsetAngle(v int32) + func (o *EllipsoidArcAllOf) SetPoint(v GeographicalCoordinates) + func (o *EllipsoidArcAllOf) SetUncertaintyRadius(v float32) + func (o EllipsoidArcAllOf) MarshalJSON() ([]byte, error) + func (o EllipsoidArcAllOf) ToMap() (map[string]interface{}, error) + type EndpointAddress struct + Ipv4Addr *string + Ipv6Addr *Ipv6Addr + PortNumber int32 + func NewEndpointAddress(portNumber int32) *EndpointAddress + func NewEndpointAddressWithDefaults() *EndpointAddress + func (o *EndpointAddress) GetIpv4Addr() string + func (o *EndpointAddress) GetIpv4AddrOk() (*string, bool) + func (o *EndpointAddress) GetIpv6Addr() Ipv6Addr + func (o *EndpointAddress) GetIpv6AddrOk() (*Ipv6Addr, bool) + func (o *EndpointAddress) GetPortNumber() int32 + func (o *EndpointAddress) GetPortNumberOk() (*int32, bool) + func (o *EndpointAddress) HasIpv4Addr() bool + func (o *EndpointAddress) HasIpv6Addr() bool + func (o *EndpointAddress) SetIpv4Addr(v string) + func (o *EndpointAddress) SetIpv6Addr(v Ipv6Addr) + func (o *EndpointAddress) SetPortNumber(v int32) + func (o EndpointAddress) MarshalJSON() ([]byte, error) + func (o EndpointAddress) ToMap() (map[string]interface{}, error) + type EthFlowDescription struct + DestMacAddr *string + DestMacAddrEnd *string + EthType string + FDesc *string + FDir *FlowDirection + SourceMacAddr *string + SrcMacAddrEnd *string + VlanTags []string + func NewEthFlowDescription(ethType string) *EthFlowDescription + func NewEthFlowDescriptionWithDefaults() *EthFlowDescription + func (o *EthFlowDescription) GetDestMacAddr() string + func (o *EthFlowDescription) GetDestMacAddrEnd() string + func (o *EthFlowDescription) GetDestMacAddrEndOk() (*string, bool) + func (o *EthFlowDescription) GetDestMacAddrOk() (*string, bool) + func (o *EthFlowDescription) GetEthType() string + func (o *EthFlowDescription) GetEthTypeOk() (*string, bool) + func (o *EthFlowDescription) GetFDesc() string + func (o *EthFlowDescription) GetFDescOk() (*string, bool) + func (o *EthFlowDescription) GetFDir() FlowDirection + func (o *EthFlowDescription) GetFDirOk() (*FlowDirection, bool) + func (o *EthFlowDescription) GetSourceMacAddr() string + func (o *EthFlowDescription) GetSourceMacAddrOk() (*string, bool) + func (o *EthFlowDescription) GetSrcMacAddrEnd() string + func (o *EthFlowDescription) GetSrcMacAddrEndOk() (*string, bool) + func (o *EthFlowDescription) GetVlanTags() []string + func (o *EthFlowDescription) GetVlanTagsOk() ([]string, bool) + func (o *EthFlowDescription) HasDestMacAddr() bool + func (o *EthFlowDescription) HasDestMacAddrEnd() bool + func (o *EthFlowDescription) HasFDesc() bool + func (o *EthFlowDescription) HasFDir() bool + func (o *EthFlowDescription) HasSourceMacAddr() bool + func (o *EthFlowDescription) HasSrcMacAddrEnd() bool + func (o *EthFlowDescription) HasVlanTags() bool + func (o *EthFlowDescription) SetDestMacAddr(v string) + func (o *EthFlowDescription) SetDestMacAddrEnd(v string) + func (o *EthFlowDescription) SetEthType(v string) + func (o *EthFlowDescription) SetFDesc(v string) + func (o *EthFlowDescription) SetFDir(v FlowDirection) + func (o *EthFlowDescription) SetSourceMacAddr(v string) + func (o *EthFlowDescription) SetSrcMacAddrEnd(v string) + func (o *EthFlowDescription) SetVlanTags(v []string) + func (o EthFlowDescription) MarshalJSON() ([]byte, error) + func (o EthFlowDescription) ToMap() (map[string]interface{}, error) + type EventFilter struct + AnyUeInd *bool + AppIds []string + CollAttrs []CollectiveBehaviourFilter + ExterGroupIds []string + Gpsis []string + InterGroupIds []string + LocArea *LocationArea5G + Supis []string + func NewEventFilter() *EventFilter + func NewEventFilterWithDefaults() *EventFilter + func (o *EventFilter) GetAnyUeInd() bool + func (o *EventFilter) GetAnyUeIndOk() (*bool, bool) + func (o *EventFilter) GetAppIds() []string + func (o *EventFilter) GetAppIdsOk() ([]string, bool) + func (o *EventFilter) GetCollAttrs() []CollectiveBehaviourFilter + func (o *EventFilter) GetCollAttrsOk() ([]CollectiveBehaviourFilter, bool) + func (o *EventFilter) GetExterGroupIds() []string + func (o *EventFilter) GetExterGroupIdsOk() ([]string, bool) + func (o *EventFilter) GetGpsis() []string + func (o *EventFilter) GetGpsisOk() ([]string, bool) + func (o *EventFilter) GetInterGroupIds() []string + func (o *EventFilter) GetInterGroupIdsOk() ([]string, bool) + func (o *EventFilter) GetLocArea() LocationArea5G + func (o *EventFilter) GetLocAreaOk() (*LocationArea5G, bool) + func (o *EventFilter) GetSupis() []string + func (o *EventFilter) GetSupisOk() ([]string, bool) + func (o *EventFilter) HasAnyUeInd() bool + func (o *EventFilter) HasAppIds() bool + func (o *EventFilter) HasCollAttrs() bool + func (o *EventFilter) HasExterGroupIds() bool + func (o *EventFilter) HasGpsis() bool + func (o *EventFilter) HasInterGroupIds() bool + func (o *EventFilter) HasLocArea() bool + func (o *EventFilter) HasSupis() bool + func (o *EventFilter) SetAnyUeInd(v bool) + func (o *EventFilter) SetAppIds(v []string) + func (o *EventFilter) SetCollAttrs(v []CollectiveBehaviourFilter) + func (o *EventFilter) SetExterGroupIds(v []string) + func (o *EventFilter) SetGpsis(v []string) + func (o *EventFilter) SetInterGroupIds(v []string) + func (o *EventFilter) SetLocArea(v LocationArea5G) + func (o *EventFilter) SetSupis(v []string) + func (o EventFilter) MarshalJSON() ([]byte, error) + func (o EventFilter) ToMap() (map[string]interface{}, error) + type EventsSubs struct + Event AfEvent + EventFilter EventFilter + func NewEventsSubs(event AfEvent, eventFilter EventFilter) *EventsSubs + func NewEventsSubsWithDefaults() *EventsSubs + func (o *EventsSubs) GetEvent() AfEvent + func (o *EventsSubs) GetEventFilter() EventFilter + func (o *EventsSubs) GetEventFilterOk() (*EventFilter, bool) + func (o *EventsSubs) GetEventOk() (*AfEvent, bool) + func (o *EventsSubs) SetEvent(v AfEvent) + func (o *EventsSubs) SetEventFilter(v EventFilter) + func (o EventsSubs) MarshalJSON() ([]byte, error) + func (o EventsSubs) 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 ExceptionInfo struct + Interface *interface{} + func InterfaceAsExceptionInfo(v *interface{}) ExceptionInfo + func (dst *ExceptionInfo) UnmarshalJSON(data []byte) error + func (obj *ExceptionInfo) GetActualInstance() interface{} + func (src ExceptionInfo) MarshalJSON() ([]byte, error) + type ExceptionTrend struct + 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 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 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 IndividualMediaStreamingEventExposureSubscriptionDocumentApiService service + func (a *IndividualMediaStreamingEventExposureSubscriptionDocumentApiService) DeleteIndivMSEventExposureSubsc(ctx context.Context, subscriptionId string) ApiDeleteIndivMSEventExposureSubscRequest + func (a *IndividualMediaStreamingEventExposureSubscriptionDocumentApiService) DeleteIndivMSEventExposureSubscExecute(r ApiDeleteIndivMSEventExposureSubscRequest) (*http.Response, error) + func (a *IndividualMediaStreamingEventExposureSubscriptionDocumentApiService) RetrieveIndivMSEventExposureSubsc(ctx context.Context, subscriptionId string) ApiRetrieveIndivMSEventExposureSubscRequest + func (a *IndividualMediaStreamingEventExposureSubscriptionDocumentApiService) RetrieveIndivMSEventExposureSubscExecute(r ApiRetrieveIndivMSEventExposureSubscRequest) (*AfEventExposureSubsc, *http.Response, error) + func (a *IndividualMediaStreamingEventExposureSubscriptionDocumentApiService) UpdateIndivMSEventExposureSubsc(ctx context.Context, subscriptionId string) ApiUpdateIndivMSEventExposureSubscRequest + func (a *IndividualMediaStreamingEventExposureSubscriptionDocumentApiService) UpdateIndivMSEventExposureSubscExecute(r ApiUpdateIndivMSEventExposureSubscRequest) (*AfEventExposureSubsc, *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 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 IpPacketFilterSet struct + Direction string + DstIp *string + DstPort *int32 + FlowLabel *int32 + Protocol *int32 + Spi *int32 + SrcIp *string + SrcPort *int32 + ToSTc *string + func NewIpPacketFilterSet(direction string) *IpPacketFilterSet + func NewIpPacketFilterSetWithDefaults() *IpPacketFilterSet + func (o *IpPacketFilterSet) GetDirection() string + func (o *IpPacketFilterSet) GetDirectionOk() (*string, bool) + func (o *IpPacketFilterSet) GetDstIp() string + func (o *IpPacketFilterSet) GetDstIpOk() (*string, bool) + func (o *IpPacketFilterSet) GetDstPort() int32 + func (o *IpPacketFilterSet) GetDstPortOk() (*int32, bool) + func (o *IpPacketFilterSet) GetFlowLabel() int32 + func (o *IpPacketFilterSet) GetFlowLabelOk() (*int32, bool) + func (o *IpPacketFilterSet) GetProtocol() int32 + func (o *IpPacketFilterSet) GetProtocolOk() (*int32, bool) + func (o *IpPacketFilterSet) GetSpi() int32 + func (o *IpPacketFilterSet) GetSpiOk() (*int32, bool) + func (o *IpPacketFilterSet) GetSrcIp() string + func (o *IpPacketFilterSet) GetSrcIpOk() (*string, bool) + func (o *IpPacketFilterSet) GetSrcPort() int32 + func (o *IpPacketFilterSet) GetSrcPortOk() (*int32, bool) + func (o *IpPacketFilterSet) GetToSTc() string + func (o *IpPacketFilterSet) GetToSTcOk() (*string, bool) + func (o *IpPacketFilterSet) HasDstIp() bool + func (o *IpPacketFilterSet) HasDstPort() bool + func (o *IpPacketFilterSet) HasFlowLabel() bool + func (o *IpPacketFilterSet) HasProtocol() bool + func (o *IpPacketFilterSet) HasSpi() bool + func (o *IpPacketFilterSet) HasSrcIp() bool + func (o *IpPacketFilterSet) HasSrcPort() bool + func (o *IpPacketFilterSet) HasToSTc() bool + func (o *IpPacketFilterSet) SetDirection(v string) + func (o *IpPacketFilterSet) SetDstIp(v string) + func (o *IpPacketFilterSet) SetDstPort(v int32) + func (o *IpPacketFilterSet) SetFlowLabel(v int32) + func (o *IpPacketFilterSet) SetProtocol(v int32) + func (o *IpPacketFilterSet) SetSpi(v int32) + func (o *IpPacketFilterSet) SetSrcIp(v string) + func (o *IpPacketFilterSet) SetSrcPort(v int32) + func (o *IpPacketFilterSet) SetToSTc(v string) + func (o IpPacketFilterSet) MarshalJSON() ([]byte, error) + func (o IpPacketFilterSet) ToMap() (map[string]interface{}, error) + type 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 Local2dPointUncertaintyEllipse struct + Confidence int32 + LocalOrigin LocalOrigin + Point RelativeCartesianLocation + UncertaintyEllipse UncertaintyEllipse + func NewLocal2dPointUncertaintyEllipse(localOrigin LocalOrigin, point RelativeCartesianLocation, ...) *Local2dPointUncertaintyEllipse + func NewLocal2dPointUncertaintyEllipseWithDefaults() *Local2dPointUncertaintyEllipse + func (o *Local2dPointUncertaintyEllipse) GetConfidence() int32 + func (o *Local2dPointUncertaintyEllipse) GetConfidenceOk() (*int32, bool) + func (o *Local2dPointUncertaintyEllipse) GetLocalOrigin() LocalOrigin + func (o *Local2dPointUncertaintyEllipse) GetLocalOriginOk() (*LocalOrigin, bool) + func (o *Local2dPointUncertaintyEllipse) GetPoint() RelativeCartesianLocation + func (o *Local2dPointUncertaintyEllipse) GetPointOk() (*RelativeCartesianLocation, bool) + func (o *Local2dPointUncertaintyEllipse) GetUncertaintyEllipse() UncertaintyEllipse + func (o *Local2dPointUncertaintyEllipse) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool) + func (o *Local2dPointUncertaintyEllipse) SetConfidence(v int32) + func (o *Local2dPointUncertaintyEllipse) SetLocalOrigin(v LocalOrigin) + func (o *Local2dPointUncertaintyEllipse) SetPoint(v RelativeCartesianLocation) + func (o *Local2dPointUncertaintyEllipse) SetUncertaintyEllipse(v UncertaintyEllipse) + func (o Local2dPointUncertaintyEllipse) MarshalJSON() ([]byte, error) + func (o Local2dPointUncertaintyEllipse) ToMap() (map[string]interface{}, error) + type Local2dPointUncertaintyEllipseAllOf struct + Confidence int32 + LocalOrigin LocalOrigin + Point RelativeCartesianLocation + UncertaintyEllipse UncertaintyEllipse + func NewLocal2dPointUncertaintyEllipseAllOf(localOrigin LocalOrigin, point RelativeCartesianLocation, ...) *Local2dPointUncertaintyEllipseAllOf + func NewLocal2dPointUncertaintyEllipseAllOfWithDefaults() *Local2dPointUncertaintyEllipseAllOf + func (o *Local2dPointUncertaintyEllipseAllOf) GetConfidence() int32 + func (o *Local2dPointUncertaintyEllipseAllOf) GetConfidenceOk() (*int32, bool) + func (o *Local2dPointUncertaintyEllipseAllOf) GetLocalOrigin() LocalOrigin + func (o *Local2dPointUncertaintyEllipseAllOf) GetLocalOriginOk() (*LocalOrigin, bool) + func (o *Local2dPointUncertaintyEllipseAllOf) GetPoint() RelativeCartesianLocation + func (o *Local2dPointUncertaintyEllipseAllOf) GetPointOk() (*RelativeCartesianLocation, bool) + func (o *Local2dPointUncertaintyEllipseAllOf) GetUncertaintyEllipse() UncertaintyEllipse + func (o *Local2dPointUncertaintyEllipseAllOf) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool) + func (o *Local2dPointUncertaintyEllipseAllOf) SetConfidence(v int32) + func (o *Local2dPointUncertaintyEllipseAllOf) SetLocalOrigin(v LocalOrigin) + func (o *Local2dPointUncertaintyEllipseAllOf) SetPoint(v RelativeCartesianLocation) + func (o *Local2dPointUncertaintyEllipseAllOf) SetUncertaintyEllipse(v UncertaintyEllipse) + func (o Local2dPointUncertaintyEllipseAllOf) MarshalJSON() ([]byte, error) + func (o Local2dPointUncertaintyEllipseAllOf) ToMap() (map[string]interface{}, error) + type Local3dPointUncertaintyEllipsoid struct + Confidence int32 + LocalOrigin LocalOrigin + Point RelativeCartesianLocation + UncertaintyEllipsoid UncertaintyEllipsoid + func NewLocal3dPointUncertaintyEllipsoid(localOrigin LocalOrigin, point RelativeCartesianLocation, ...) *Local3dPointUncertaintyEllipsoid + func NewLocal3dPointUncertaintyEllipsoidWithDefaults() *Local3dPointUncertaintyEllipsoid + func (o *Local3dPointUncertaintyEllipsoid) GetConfidence() int32 + func (o *Local3dPointUncertaintyEllipsoid) GetConfidenceOk() (*int32, bool) + func (o *Local3dPointUncertaintyEllipsoid) GetLocalOrigin() LocalOrigin + func (o *Local3dPointUncertaintyEllipsoid) GetLocalOriginOk() (*LocalOrigin, bool) + func (o *Local3dPointUncertaintyEllipsoid) GetPoint() RelativeCartesianLocation + func (o *Local3dPointUncertaintyEllipsoid) GetPointOk() (*RelativeCartesianLocation, bool) + func (o *Local3dPointUncertaintyEllipsoid) GetUncertaintyEllipsoid() UncertaintyEllipsoid + func (o *Local3dPointUncertaintyEllipsoid) GetUncertaintyEllipsoidOk() (*UncertaintyEllipsoid, bool) + func (o *Local3dPointUncertaintyEllipsoid) SetConfidence(v int32) + func (o *Local3dPointUncertaintyEllipsoid) SetLocalOrigin(v LocalOrigin) + func (o *Local3dPointUncertaintyEllipsoid) SetPoint(v RelativeCartesianLocation) + func (o *Local3dPointUncertaintyEllipsoid) SetUncertaintyEllipsoid(v UncertaintyEllipsoid) + func (o Local3dPointUncertaintyEllipsoid) MarshalJSON() ([]byte, error) + func (o Local3dPointUncertaintyEllipsoid) ToMap() (map[string]interface{}, error) + type Local3dPointUncertaintyEllipsoidAllOf struct + Confidence int32 + LocalOrigin LocalOrigin + Point RelativeCartesianLocation + UncertaintyEllipsoid UncertaintyEllipsoid + func NewLocal3dPointUncertaintyEllipsoidAllOf(localOrigin LocalOrigin, point RelativeCartesianLocation, ...) *Local3dPointUncertaintyEllipsoidAllOf + func NewLocal3dPointUncertaintyEllipsoidAllOfWithDefaults() *Local3dPointUncertaintyEllipsoidAllOf + func (o *Local3dPointUncertaintyEllipsoidAllOf) GetConfidence() int32 + func (o *Local3dPointUncertaintyEllipsoidAllOf) GetConfidenceOk() (*int32, bool) + func (o *Local3dPointUncertaintyEllipsoidAllOf) GetLocalOrigin() LocalOrigin + func (o *Local3dPointUncertaintyEllipsoidAllOf) GetLocalOriginOk() (*LocalOrigin, bool) + func (o *Local3dPointUncertaintyEllipsoidAllOf) GetPoint() RelativeCartesianLocation + func (o *Local3dPointUncertaintyEllipsoidAllOf) GetPointOk() (*RelativeCartesianLocation, bool) + func (o *Local3dPointUncertaintyEllipsoidAllOf) GetUncertaintyEllipsoid() UncertaintyEllipsoid + func (o *Local3dPointUncertaintyEllipsoidAllOf) GetUncertaintyEllipsoidOk() (*UncertaintyEllipsoid, bool) + func (o *Local3dPointUncertaintyEllipsoidAllOf) SetConfidence(v int32) + func (o *Local3dPointUncertaintyEllipsoidAllOf) SetLocalOrigin(v LocalOrigin) + func (o *Local3dPointUncertaintyEllipsoidAllOf) SetPoint(v RelativeCartesianLocation) + func (o *Local3dPointUncertaintyEllipsoidAllOf) SetUncertaintyEllipsoid(v UncertaintyEllipsoid) + func (o Local3dPointUncertaintyEllipsoidAllOf) MarshalJSON() ([]byte, error) + func (o Local3dPointUncertaintyEllipsoidAllOf) ToMap() (map[string]interface{}, error) + type LocalOrigin struct + CoordinateId *string + Point *GeographicalCoordinates + func NewLocalOrigin() *LocalOrigin + func NewLocalOriginWithDefaults() *LocalOrigin + func (o *LocalOrigin) GetCoordinateId() string + func (o *LocalOrigin) GetCoordinateIdOk() (*string, bool) + func (o *LocalOrigin) GetPoint() GeographicalCoordinates + func (o *LocalOrigin) GetPointOk() (*GeographicalCoordinates, bool) + func (o *LocalOrigin) HasCoordinateId() bool + func (o *LocalOrigin) HasPoint() bool + func (o *LocalOrigin) SetCoordinateId(v string) + func (o *LocalOrigin) SetPoint(v GeographicalCoordinates) + func (o LocalOrigin) MarshalJSON() ([]byte, error) + func (o LocalOrigin) ToMap() (map[string]interface{}, error) + type LocationArea5G struct + CivicAddresses []CivicAddress + GeographicAreas []GeographicArea + NwAreaInfo *NetworkAreaInfo + func NewLocationArea5G() *LocationArea5G + func NewLocationArea5GWithDefaults() *LocationArea5G + func (o *LocationArea5G) GetCivicAddresses() []CivicAddress + func (o *LocationArea5G) GetCivicAddressesOk() ([]CivicAddress, bool) + func (o *LocationArea5G) GetGeographicAreas() []GeographicArea + func (o *LocationArea5G) GetGeographicAreasOk() ([]GeographicArea, bool) + func (o *LocationArea5G) GetNwAreaInfo() NetworkAreaInfo + func (o *LocationArea5G) GetNwAreaInfoOk() (*NetworkAreaInfo, bool) + func (o *LocationArea5G) HasCivicAddresses() bool + func (o *LocationArea5G) HasGeographicAreas() bool + func (o *LocationArea5G) HasNwAreaInfo() bool + func (o *LocationArea5G) SetCivicAddresses(v []CivicAddress) + func (o *LocationArea5G) SetGeographicAreas(v []GeographicArea) + func (o *LocationArea5G) SetNwAreaInfo(v NetworkAreaInfo) + func (o LocationArea5G) MarshalJSON() ([]byte, error) + func (o LocationArea5G) ToMap() (map[string]interface{}, error) + type M5QoSSpecification struct + DesLatency *int32 + DesLoss *int32 + MarBwDlBitRate string + MarBwUlBitRate string + MinDesBwDlBitRate *string + MinDesBwUlBitRate *string + MirBwDlBitRate string + MirBwUlBitRate string + func NewM5QoSSpecification(marBwDlBitRate string, marBwUlBitRate string, mirBwDlBitRate string, ...) *M5QoSSpecification + func NewM5QoSSpecificationWithDefaults() *M5QoSSpecification + func (o *M5QoSSpecification) GetDesLatency() int32 + func (o *M5QoSSpecification) GetDesLatencyOk() (*int32, bool) + func (o *M5QoSSpecification) GetDesLoss() int32 + func (o *M5QoSSpecification) GetDesLossOk() (*int32, bool) + func (o *M5QoSSpecification) GetMarBwDlBitRate() string + func (o *M5QoSSpecification) GetMarBwDlBitRateOk() (*string, bool) + func (o *M5QoSSpecification) GetMarBwUlBitRate() string + func (o *M5QoSSpecification) GetMarBwUlBitRateOk() (*string, bool) + func (o *M5QoSSpecification) GetMinDesBwDlBitRate() string + func (o *M5QoSSpecification) GetMinDesBwDlBitRateOk() (*string, bool) + func (o *M5QoSSpecification) GetMinDesBwUlBitRate() string + func (o *M5QoSSpecification) GetMinDesBwUlBitRateOk() (*string, bool) + func (o *M5QoSSpecification) GetMirBwDlBitRate() string + func (o *M5QoSSpecification) GetMirBwDlBitRateOk() (*string, bool) + func (o *M5QoSSpecification) GetMirBwUlBitRate() string + func (o *M5QoSSpecification) GetMirBwUlBitRateOk() (*string, bool) + func (o *M5QoSSpecification) HasDesLatency() bool + func (o *M5QoSSpecification) HasDesLoss() bool + func (o *M5QoSSpecification) HasMinDesBwDlBitRate() bool + func (o *M5QoSSpecification) HasMinDesBwUlBitRate() bool + func (o *M5QoSSpecification) SetDesLatency(v int32) + func (o *M5QoSSpecification) SetDesLoss(v int32) + func (o *M5QoSSpecification) SetMarBwDlBitRate(v string) + func (o *M5QoSSpecification) SetMarBwUlBitRate(v string) + func (o *M5QoSSpecification) SetMinDesBwDlBitRate(v string) + func (o *M5QoSSpecification) SetMinDesBwUlBitRate(v string) + func (o *M5QoSSpecification) SetMirBwDlBitRate(v string) + func (o *M5QoSSpecification) SetMirBwUlBitRate(v string) + func (o M5QoSSpecification) MarshalJSON() ([]byte, error) + func (o M5QoSSpecification) ToMap() (map[string]interface{}, error) + type MSAccessActivityCollection struct + MsAccActs []MediaStreamingAccessRecord + func NewMSAccessActivityCollection(msAccActs []MediaStreamingAccessRecord) *MSAccessActivityCollection + func NewMSAccessActivityCollectionWithDefaults() *MSAccessActivityCollection + func (o *MSAccessActivityCollection) GetMsAccActs() []MediaStreamingAccessRecord + func (o *MSAccessActivityCollection) GetMsAccActsOk() ([]MediaStreamingAccessRecord, bool) + func (o *MSAccessActivityCollection) SetMsAccActs(v []MediaStreamingAccessRecord) + func (o MSAccessActivityCollection) MarshalJSON() ([]byte, error) + func (o MSAccessActivityCollection) ToMap() (map[string]interface{}, error) + type MappedNullable interface + ToMap func() (map[string]interface{}, error) + type MediaStreamingAccessRecord struct + ApplicationServerEndpointAddress EndpointAddress + CacheStatus *CacheStatus + ConnectionMetrics *MediaStreamingAccessRecordAllOfConnectionMetrics + MediaStreamHandlerEndpointAddress EndpointAddress + ProcessingLatency float32 + RequestMessage MediaStreamingAccessRecordAllOfRequestMessage + ResponseMessage MediaStreamingAccessRecordAllOfResponseMessage + SessionIdentifier *string + Timestamp time.Time + func NewMediaStreamingAccessRecord(timestamp time.Time, mediaStreamHandlerEndpointAddress EndpointAddress, ...) *MediaStreamingAccessRecord + func NewMediaStreamingAccessRecordWithDefaults() *MediaStreamingAccessRecord + func (o *MediaStreamingAccessRecord) GetApplicationServerEndpointAddress() EndpointAddress + func (o *MediaStreamingAccessRecord) GetApplicationServerEndpointAddressOk() (*EndpointAddress, bool) + func (o *MediaStreamingAccessRecord) GetCacheStatus() CacheStatus + func (o *MediaStreamingAccessRecord) GetCacheStatusOk() (*CacheStatus, bool) + func (o *MediaStreamingAccessRecord) GetConnectionMetrics() MediaStreamingAccessRecordAllOfConnectionMetrics + func (o *MediaStreamingAccessRecord) GetConnectionMetricsOk() (*MediaStreamingAccessRecordAllOfConnectionMetrics, bool) + func (o *MediaStreamingAccessRecord) GetMediaStreamHandlerEndpointAddress() EndpointAddress + func (o *MediaStreamingAccessRecord) GetMediaStreamHandlerEndpointAddressOk() (*EndpointAddress, bool) + func (o *MediaStreamingAccessRecord) GetProcessingLatency() float32 + func (o *MediaStreamingAccessRecord) GetProcessingLatencyOk() (*float32, bool) + func (o *MediaStreamingAccessRecord) GetRequestMessage() MediaStreamingAccessRecordAllOfRequestMessage + func (o *MediaStreamingAccessRecord) GetRequestMessageOk() (*MediaStreamingAccessRecordAllOfRequestMessage, bool) + func (o *MediaStreamingAccessRecord) GetResponseMessage() MediaStreamingAccessRecordAllOfResponseMessage + func (o *MediaStreamingAccessRecord) GetResponseMessageOk() (*MediaStreamingAccessRecordAllOfResponseMessage, bool) + func (o *MediaStreamingAccessRecord) GetSessionIdentifier() string + func (o *MediaStreamingAccessRecord) GetSessionIdentifierOk() (*string, bool) + func (o *MediaStreamingAccessRecord) GetTimestamp() time.Time + func (o *MediaStreamingAccessRecord) GetTimestampOk() (*time.Time, bool) + func (o *MediaStreamingAccessRecord) HasCacheStatus() bool + func (o *MediaStreamingAccessRecord) HasConnectionMetrics() bool + func (o *MediaStreamingAccessRecord) HasSessionIdentifier() bool + func (o *MediaStreamingAccessRecord) SetApplicationServerEndpointAddress(v EndpointAddress) + func (o *MediaStreamingAccessRecord) SetCacheStatus(v CacheStatus) + func (o *MediaStreamingAccessRecord) SetConnectionMetrics(v MediaStreamingAccessRecordAllOfConnectionMetrics) + func (o *MediaStreamingAccessRecord) SetMediaStreamHandlerEndpointAddress(v EndpointAddress) + func (o *MediaStreamingAccessRecord) SetProcessingLatency(v float32) + func (o *MediaStreamingAccessRecord) SetRequestMessage(v MediaStreamingAccessRecordAllOfRequestMessage) + func (o *MediaStreamingAccessRecord) SetResponseMessage(v MediaStreamingAccessRecordAllOfResponseMessage) + func (o *MediaStreamingAccessRecord) SetSessionIdentifier(v string) + func (o *MediaStreamingAccessRecord) SetTimestamp(v time.Time) + func (o MediaStreamingAccessRecord) MarshalJSON() ([]byte, error) + func (o MediaStreamingAccessRecord) ToMap() (map[string]interface{}, error) + type MediaStreamingAccessRecordAllOf struct + ApplicationServerEndpointAddress EndpointAddress + CacheStatus *CacheStatus + ConnectionMetrics *MediaStreamingAccessRecordAllOfConnectionMetrics + MediaStreamHandlerEndpointAddress EndpointAddress + ProcessingLatency float32 + RequestMessage MediaStreamingAccessRecordAllOfRequestMessage + ResponseMessage MediaStreamingAccessRecordAllOfResponseMessage + SessionIdentifier *string + func NewMediaStreamingAccessRecordAllOf(mediaStreamHandlerEndpointAddress EndpointAddress, ...) *MediaStreamingAccessRecordAllOf + func NewMediaStreamingAccessRecordAllOfWithDefaults() *MediaStreamingAccessRecordAllOf + func (o *MediaStreamingAccessRecordAllOf) GetApplicationServerEndpointAddress() EndpointAddress + func (o *MediaStreamingAccessRecordAllOf) GetApplicationServerEndpointAddressOk() (*EndpointAddress, bool) + func (o *MediaStreamingAccessRecordAllOf) GetCacheStatus() CacheStatus + func (o *MediaStreamingAccessRecordAllOf) GetCacheStatusOk() (*CacheStatus, bool) + func (o *MediaStreamingAccessRecordAllOf) GetConnectionMetrics() MediaStreamingAccessRecordAllOfConnectionMetrics + func (o *MediaStreamingAccessRecordAllOf) GetConnectionMetricsOk() (*MediaStreamingAccessRecordAllOfConnectionMetrics, bool) + func (o *MediaStreamingAccessRecordAllOf) GetMediaStreamHandlerEndpointAddress() EndpointAddress + func (o *MediaStreamingAccessRecordAllOf) GetMediaStreamHandlerEndpointAddressOk() (*EndpointAddress, bool) + func (o *MediaStreamingAccessRecordAllOf) GetProcessingLatency() float32 + func (o *MediaStreamingAccessRecordAllOf) GetProcessingLatencyOk() (*float32, bool) + func (o *MediaStreamingAccessRecordAllOf) GetRequestMessage() MediaStreamingAccessRecordAllOfRequestMessage + func (o *MediaStreamingAccessRecordAllOf) GetRequestMessageOk() (*MediaStreamingAccessRecordAllOfRequestMessage, bool) + func (o *MediaStreamingAccessRecordAllOf) GetResponseMessage() MediaStreamingAccessRecordAllOfResponseMessage + func (o *MediaStreamingAccessRecordAllOf) GetResponseMessageOk() (*MediaStreamingAccessRecordAllOfResponseMessage, bool) + func (o *MediaStreamingAccessRecordAllOf) GetSessionIdentifier() string + func (o *MediaStreamingAccessRecordAllOf) GetSessionIdentifierOk() (*string, bool) + func (o *MediaStreamingAccessRecordAllOf) HasCacheStatus() bool + func (o *MediaStreamingAccessRecordAllOf) HasConnectionMetrics() bool + func (o *MediaStreamingAccessRecordAllOf) HasSessionIdentifier() bool + func (o *MediaStreamingAccessRecordAllOf) SetApplicationServerEndpointAddress(v EndpointAddress) + func (o *MediaStreamingAccessRecordAllOf) SetCacheStatus(v CacheStatus) + func (o *MediaStreamingAccessRecordAllOf) SetConnectionMetrics(v MediaStreamingAccessRecordAllOfConnectionMetrics) + func (o *MediaStreamingAccessRecordAllOf) SetMediaStreamHandlerEndpointAddress(v EndpointAddress) + func (o *MediaStreamingAccessRecordAllOf) SetProcessingLatency(v float32) + func (o *MediaStreamingAccessRecordAllOf) SetRequestMessage(v MediaStreamingAccessRecordAllOfRequestMessage) + func (o *MediaStreamingAccessRecordAllOf) SetResponseMessage(v MediaStreamingAccessRecordAllOfResponseMessage) + func (o *MediaStreamingAccessRecordAllOf) SetSessionIdentifier(v string) + func (o MediaStreamingAccessRecordAllOf) MarshalJSON() ([]byte, error) + func (o MediaStreamingAccessRecordAllOf) ToMap() (map[string]interface{}, error) + type MediaStreamingAccessRecordAllOfConnectionMetrics struct + CongestionWindowSize int32 + MeanNetworkRoundTripTime float32 + NetworkRoundTripTimeVariation float32 + func NewMediaStreamingAccessRecordAllOfConnectionMetrics(meanNetworkRoundTripTime float32, networkRoundTripTimeVariation float32, ...) *MediaStreamingAccessRecordAllOfConnectionMetrics + func NewMediaStreamingAccessRecordAllOfConnectionMetricsWithDefaults() *MediaStreamingAccessRecordAllOfConnectionMetrics + func (o *MediaStreamingAccessRecordAllOfConnectionMetrics) GetCongestionWindowSize() int32 + func (o *MediaStreamingAccessRecordAllOfConnectionMetrics) GetCongestionWindowSizeOk() (*int32, bool) + func (o *MediaStreamingAccessRecordAllOfConnectionMetrics) GetMeanNetworkRoundTripTime() float32 + func (o *MediaStreamingAccessRecordAllOfConnectionMetrics) GetMeanNetworkRoundTripTimeOk() (*float32, bool) + func (o *MediaStreamingAccessRecordAllOfConnectionMetrics) GetNetworkRoundTripTimeVariation() float32 + func (o *MediaStreamingAccessRecordAllOfConnectionMetrics) GetNetworkRoundTripTimeVariationOk() (*float32, bool) + func (o *MediaStreamingAccessRecordAllOfConnectionMetrics) SetCongestionWindowSize(v int32) + func (o *MediaStreamingAccessRecordAllOfConnectionMetrics) SetMeanNetworkRoundTripTime(v float32) + func (o *MediaStreamingAccessRecordAllOfConnectionMetrics) SetNetworkRoundTripTimeVariation(v float32) + func (o MediaStreamingAccessRecordAllOfConnectionMetrics) MarshalJSON() ([]byte, error) + func (o MediaStreamingAccessRecordAllOfConnectionMetrics) ToMap() (map[string]interface{}, error) + type MediaStreamingAccessRecordAllOfRequestMessage struct + BodySize int32 + ContentType *string + Method string + ProtocolVersion string + Range *string + Referer *string + Size int32 + Url string + UserAgent *string + UserIdentity *string + func NewMediaStreamingAccessRecordAllOfRequestMessage(method string, url string, protocolVersion string, size int32, bodySize int32) *MediaStreamingAccessRecordAllOfRequestMessage + func NewMediaStreamingAccessRecordAllOfRequestMessageWithDefaults() *MediaStreamingAccessRecordAllOfRequestMessage + func (o *MediaStreamingAccessRecordAllOfRequestMessage) GetBodySize() int32 + func (o *MediaStreamingAccessRecordAllOfRequestMessage) GetBodySizeOk() (*int32, bool) + func (o *MediaStreamingAccessRecordAllOfRequestMessage) GetContentType() string + func (o *MediaStreamingAccessRecordAllOfRequestMessage) GetContentTypeOk() (*string, bool) + func (o *MediaStreamingAccessRecordAllOfRequestMessage) GetMethod() string + func (o *MediaStreamingAccessRecordAllOfRequestMessage) GetMethodOk() (*string, bool) + func (o *MediaStreamingAccessRecordAllOfRequestMessage) GetProtocolVersion() string + func (o *MediaStreamingAccessRecordAllOfRequestMessage) GetProtocolVersionOk() (*string, bool) + func (o *MediaStreamingAccessRecordAllOfRequestMessage) GetRange() string + func (o *MediaStreamingAccessRecordAllOfRequestMessage) GetRangeOk() (*string, bool) + func (o *MediaStreamingAccessRecordAllOfRequestMessage) GetReferer() string + func (o *MediaStreamingAccessRecordAllOfRequestMessage) GetRefererOk() (*string, bool) + func (o *MediaStreamingAccessRecordAllOfRequestMessage) GetSize() int32 + func (o *MediaStreamingAccessRecordAllOfRequestMessage) GetSizeOk() (*int32, bool) + func (o *MediaStreamingAccessRecordAllOfRequestMessage) GetUrl() string + func (o *MediaStreamingAccessRecordAllOfRequestMessage) GetUrlOk() (*string, bool) + func (o *MediaStreamingAccessRecordAllOfRequestMessage) GetUserAgent() string + func (o *MediaStreamingAccessRecordAllOfRequestMessage) GetUserAgentOk() (*string, bool) + func (o *MediaStreamingAccessRecordAllOfRequestMessage) GetUserIdentity() string + func (o *MediaStreamingAccessRecordAllOfRequestMessage) GetUserIdentityOk() (*string, bool) + func (o *MediaStreamingAccessRecordAllOfRequestMessage) HasContentType() bool + func (o *MediaStreamingAccessRecordAllOfRequestMessage) HasRange() bool + func (o *MediaStreamingAccessRecordAllOfRequestMessage) HasReferer() bool + func (o *MediaStreamingAccessRecordAllOfRequestMessage) HasUserAgent() bool + func (o *MediaStreamingAccessRecordAllOfRequestMessage) HasUserIdentity() bool + func (o *MediaStreamingAccessRecordAllOfRequestMessage) SetBodySize(v int32) + func (o *MediaStreamingAccessRecordAllOfRequestMessage) SetContentType(v string) + func (o *MediaStreamingAccessRecordAllOfRequestMessage) SetMethod(v string) + func (o *MediaStreamingAccessRecordAllOfRequestMessage) SetProtocolVersion(v string) + func (o *MediaStreamingAccessRecordAllOfRequestMessage) SetRange(v string) + func (o *MediaStreamingAccessRecordAllOfRequestMessage) SetReferer(v string) + func (o *MediaStreamingAccessRecordAllOfRequestMessage) SetSize(v int32) + func (o *MediaStreamingAccessRecordAllOfRequestMessage) SetUrl(v string) + func (o *MediaStreamingAccessRecordAllOfRequestMessage) SetUserAgent(v string) + func (o *MediaStreamingAccessRecordAllOfRequestMessage) SetUserIdentity(v string) + func (o MediaStreamingAccessRecordAllOfRequestMessage) MarshalJSON() ([]byte, error) + func (o MediaStreamingAccessRecordAllOfRequestMessage) ToMap() (map[string]interface{}, error) + type MediaStreamingAccessRecordAllOfResponseMessage struct + BodySize int32 + ContentType *string + ResponseCode int32 + Size int32 + func NewMediaStreamingAccessRecordAllOfResponseMessage(responseCode int32, size int32, bodySize int32) *MediaStreamingAccessRecordAllOfResponseMessage + func NewMediaStreamingAccessRecordAllOfResponseMessageWithDefaults() *MediaStreamingAccessRecordAllOfResponseMessage + func (o *MediaStreamingAccessRecordAllOfResponseMessage) GetBodySize() int32 + func (o *MediaStreamingAccessRecordAllOfResponseMessage) GetBodySizeOk() (*int32, bool) + func (o *MediaStreamingAccessRecordAllOfResponseMessage) GetContentType() string + func (o *MediaStreamingAccessRecordAllOfResponseMessage) GetContentTypeOk() (*string, bool) + func (o *MediaStreamingAccessRecordAllOfResponseMessage) GetResponseCode() int32 + func (o *MediaStreamingAccessRecordAllOfResponseMessage) GetResponseCodeOk() (*int32, bool) + func (o *MediaStreamingAccessRecordAllOfResponseMessage) GetSize() int32 + func (o *MediaStreamingAccessRecordAllOfResponseMessage) GetSizeOk() (*int32, bool) + func (o *MediaStreamingAccessRecordAllOfResponseMessage) HasContentType() bool + func (o *MediaStreamingAccessRecordAllOfResponseMessage) SetBodySize(v int32) + func (o *MediaStreamingAccessRecordAllOfResponseMessage) SetContentType(v string) + func (o *MediaStreamingAccessRecordAllOfResponseMessage) SetResponseCode(v int32) + func (o *MediaStreamingAccessRecordAllOfResponseMessage) SetSize(v int32) + func (o MediaStreamingAccessRecordAllOfResponseMessage) MarshalJSON() ([]byte, error) + func (o MediaStreamingAccessRecordAllOfResponseMessage) ToMap() (map[string]interface{}, error) + type MediaStreamingEventExposureSubscriptionsCollectionApiService service + func (a *MediaStreamingEventExposureSubscriptionsCollectionApiService) CreateMSEventExposureSubsc(ctx context.Context) ApiCreateMSEventExposureSubscRequest + func (a *MediaStreamingEventExposureSubscriptionsCollectionApiService) CreateMSEventExposureSubscExecute(r ApiCreateMSEventExposureSubscRequest) (*AfEventExposureSubsc, *http.Response, error) + func (a *MediaStreamingEventExposureSubscriptionsCollectionApiService) RetrieveMSEventExposureSubscs(ctx context.Context) ApiRetrieveMSEventExposureSubscsRequest + func (a *MediaStreamingEventExposureSubscriptionsCollectionApiService) RetrieveMSEventExposureSubscsExecute(r ApiRetrieveMSEventExposureSubscsRequest) ([]AfEventExposureSubsc, *http.Response, error) + type MsConsumptionCollection struct + MsConsumps []string + func NewMsConsumptionCollection(msConsumps []string) *MsConsumptionCollection + func NewMsConsumptionCollectionWithDefaults() *MsConsumptionCollection + func (o *MsConsumptionCollection) GetMsConsumps() []string + func (o *MsConsumptionCollection) GetMsConsumpsOk() ([]string, bool) + func (o *MsConsumptionCollection) SetMsConsumps(v []string) + func (o MsConsumptionCollection) MarshalJSON() ([]byte, error) + func (o MsConsumptionCollection) ToMap() (map[string]interface{}, error) + type MsDynPolicyInvocationCollection struct + MsDynPlyInvocs []DynamicPolicy + func NewMsDynPolicyInvocationCollection(msDynPlyInvocs []DynamicPolicy) *MsDynPolicyInvocationCollection + func NewMsDynPolicyInvocationCollectionWithDefaults() *MsDynPolicyInvocationCollection + func (o *MsDynPolicyInvocationCollection) GetMsDynPlyInvocs() []DynamicPolicy + func (o *MsDynPolicyInvocationCollection) GetMsDynPlyInvocsOk() ([]DynamicPolicy, bool) + func (o *MsDynPolicyInvocationCollection) SetMsDynPlyInvocs(v []DynamicPolicy) + func (o MsDynPolicyInvocationCollection) MarshalJSON() ([]byte, error) + func (o MsDynPolicyInvocationCollection) ToMap() (map[string]interface{}, error) + type MsNetAssInvocationCollection struct + MsNetAssInvocs []NetworkAssistanceSession + func NewMsNetAssInvocationCollection(msNetAssInvocs []NetworkAssistanceSession) *MsNetAssInvocationCollection + func NewMsNetAssInvocationCollectionWithDefaults() *MsNetAssInvocationCollection + func (o *MsNetAssInvocationCollection) GetMsNetAssInvocs() []NetworkAssistanceSession + func (o *MsNetAssInvocationCollection) GetMsNetAssInvocsOk() ([]NetworkAssistanceSession, bool) + func (o *MsNetAssInvocationCollection) SetMsNetAssInvocs(v []NetworkAssistanceSession) + func (o MsNetAssInvocationCollection) MarshalJSON() ([]byte, error) + func (o MsNetAssInvocationCollection) ToMap() (map[string]interface{}, error) + type MsQoeMetricsCollection struct + MsQoeMetrics []string + func NewMsQoeMetricsCollection(msQoeMetrics []string) *MsQoeMetricsCollection + func NewMsQoeMetricsCollectionWithDefaults() *MsQoeMetricsCollection + func (o *MsQoeMetricsCollection) GetMsQoeMetrics() []string + func (o *MsQoeMetricsCollection) GetMsQoeMetricsOk() ([]string, bool) + func (o *MsQoeMetricsCollection) SetMsQoeMetrics(v []string) + func (o MsQoeMetricsCollection) MarshalJSON() ([]byte, error) + func (o MsQoeMetricsCollection) ToMap() (map[string]interface{}, error) + type 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 NetworkAssistanceSession struct + NaSessionId string + NotficationURL *string + PolicyTemplateId *string + RecommendedQoS *M5QoSSpecification + RequestedQoS *M5QoSSpecification + ServiceDataFlowDescription []ServiceDataFlowDescription + func NewNetworkAssistanceSession(naSessionId string) *NetworkAssistanceSession + func NewNetworkAssistanceSessionWithDefaults() *NetworkAssistanceSession + func (o *NetworkAssistanceSession) GetNaSessionId() string + func (o *NetworkAssistanceSession) GetNaSessionIdOk() (*string, bool) + func (o *NetworkAssistanceSession) GetNotficationURL() string + func (o *NetworkAssistanceSession) GetNotficationURLOk() (*string, bool) + func (o *NetworkAssistanceSession) GetPolicyTemplateId() string + func (o *NetworkAssistanceSession) GetPolicyTemplateIdOk() (*string, bool) + func (o *NetworkAssistanceSession) GetRecommendedQoS() M5QoSSpecification + func (o *NetworkAssistanceSession) GetRecommendedQoSOk() (*M5QoSSpecification, bool) + func (o *NetworkAssistanceSession) GetRequestedQoS() M5QoSSpecification + func (o *NetworkAssistanceSession) GetRequestedQoSOk() (*M5QoSSpecification, bool) + func (o *NetworkAssistanceSession) GetServiceDataFlowDescription() []ServiceDataFlowDescription + func (o *NetworkAssistanceSession) GetServiceDataFlowDescriptionOk() ([]ServiceDataFlowDescription, bool) + func (o *NetworkAssistanceSession) HasNotficationURL() bool + func (o *NetworkAssistanceSession) HasPolicyTemplateId() bool + func (o *NetworkAssistanceSession) HasRecommendedQoS() bool + func (o *NetworkAssistanceSession) HasRequestedQoS() bool + func (o *NetworkAssistanceSession) HasServiceDataFlowDescription() bool + func (o *NetworkAssistanceSession) SetNaSessionId(v string) + func (o *NetworkAssistanceSession) SetNotficationURL(v string) + func (o *NetworkAssistanceSession) SetPolicyTemplateId(v string) + func (o *NetworkAssistanceSession) SetRecommendedQoS(v M5QoSSpecification) + func (o *NetworkAssistanceSession) SetRequestedQoS(v M5QoSSpecification) + func (o *NetworkAssistanceSession) SetServiceDataFlowDescription(v []ServiceDataFlowDescription) + func (o NetworkAssistanceSession) MarshalJSON() ([]byte, error) + func (o NetworkAssistanceSession) ToMap() (map[string]interface{}, error) + type 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 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 NullableAfEvent struct + func NewNullableAfEvent(val *AfEvent) *NullableAfEvent + func (v *NullableAfEvent) Set(val *AfEvent) + func (v *NullableAfEvent) UnmarshalJSON(src []byte) error + func (v *NullableAfEvent) Unset() + func (v NullableAfEvent) Get() *AfEvent + func (v NullableAfEvent) IsSet() bool + func (v NullableAfEvent) MarshalJSON() ([]byte, error) + type NullableAfEventAnyOf struct + func NewNullableAfEventAnyOf(val *AfEventAnyOf) *NullableAfEventAnyOf + func (v *NullableAfEventAnyOf) Set(val *AfEventAnyOf) + func (v *NullableAfEventAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableAfEventAnyOf) Unset() + func (v NullableAfEventAnyOf) Get() *AfEventAnyOf + func (v NullableAfEventAnyOf) IsSet() bool + func (v NullableAfEventAnyOf) MarshalJSON() ([]byte, error) + type NullableAfEventExposureNotif struct + func NewNullableAfEventExposureNotif(val *AfEventExposureNotif) *NullableAfEventExposureNotif + func (v *NullableAfEventExposureNotif) Set(val *AfEventExposureNotif) + func (v *NullableAfEventExposureNotif) UnmarshalJSON(src []byte) error + func (v *NullableAfEventExposureNotif) Unset() + func (v NullableAfEventExposureNotif) Get() *AfEventExposureNotif + func (v NullableAfEventExposureNotif) IsSet() bool + func (v NullableAfEventExposureNotif) MarshalJSON() ([]byte, error) + type NullableAfEventExposureSubsc struct + func NewNullableAfEventExposureSubsc(val *AfEventExposureSubsc) *NullableAfEventExposureSubsc + func (v *NullableAfEventExposureSubsc) Set(val *AfEventExposureSubsc) + func (v *NullableAfEventExposureSubsc) UnmarshalJSON(src []byte) error + func (v *NullableAfEventExposureSubsc) Unset() + func (v NullableAfEventExposureSubsc) Get() *AfEventExposureSubsc + func (v NullableAfEventExposureSubsc) IsSet() bool + func (v NullableAfEventExposureSubsc) MarshalJSON() ([]byte, error) + type NullableAfEventNotification struct + func NewNullableAfEventNotification(val *AfEventNotification) *NullableAfEventNotification + func (v *NullableAfEventNotification) Set(val *AfEventNotification) + func (v *NullableAfEventNotification) UnmarshalJSON(src []byte) error + func (v *NullableAfEventNotification) Unset() + func (v NullableAfEventNotification) Get() *AfEventNotification + func (v NullableAfEventNotification) IsSet() bool + func (v NullableAfEventNotification) MarshalJSON() ([]byte, error) + type NullableBaseRecord struct + func NewNullableBaseRecord(val *BaseRecord) *NullableBaseRecord + func (v *NullableBaseRecord) Set(val *BaseRecord) + func (v *NullableBaseRecord) UnmarshalJSON(src []byte) error + func (v *NullableBaseRecord) Unset() + func (v NullableBaseRecord) Get() *BaseRecord + func (v NullableBaseRecord) IsSet() bool + func (v NullableBaseRecord) MarshalJSON() ([]byte, error) + type NullableBool struct + func NewNullableBool(val *bool) *NullableBool + func (v *NullableBool) Set(val *bool) + func (v *NullableBool) UnmarshalJSON(src []byte) error + func (v *NullableBool) Unset() + func (v NullableBool) Get() *bool + func (v NullableBool) IsSet() bool + func (v NullableBool) MarshalJSON() ([]byte, error) + type NullableCacheStatus struct + func NewNullableCacheStatus(val *CacheStatus) *NullableCacheStatus + func (v *NullableCacheStatus) Set(val *CacheStatus) + func (v *NullableCacheStatus) UnmarshalJSON(src []byte) error + func (v *NullableCacheStatus) Unset() + func (v NullableCacheStatus) Get() *CacheStatus + func (v NullableCacheStatus) IsSet() bool + func (v NullableCacheStatus) MarshalJSON() ([]byte, error) + type NullableCacheStatusAnyOf struct + func NewNullableCacheStatusAnyOf(val *CacheStatusAnyOf) *NullableCacheStatusAnyOf + func (v *NullableCacheStatusAnyOf) Set(val *CacheStatusAnyOf) + func (v *NullableCacheStatusAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableCacheStatusAnyOf) Unset() + func (v NullableCacheStatusAnyOf) Get() *CacheStatusAnyOf + func (v NullableCacheStatusAnyOf) IsSet() bool + func (v NullableCacheStatusAnyOf) 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 NullableCollectiveBehaviourFilter struct + func NewNullableCollectiveBehaviourFilter(val *CollectiveBehaviourFilter) *NullableCollectiveBehaviourFilter + func (v *NullableCollectiveBehaviourFilter) Set(val *CollectiveBehaviourFilter) + func (v *NullableCollectiveBehaviourFilter) UnmarshalJSON(src []byte) error + func (v *NullableCollectiveBehaviourFilter) Unset() + func (v NullableCollectiveBehaviourFilter) Get() *CollectiveBehaviourFilter + func (v NullableCollectiveBehaviourFilter) IsSet() bool + func (v NullableCollectiveBehaviourFilter) MarshalJSON() ([]byte, error) + type NullableCollectiveBehaviourFilterType struct + func NewNullableCollectiveBehaviourFilterType(val *CollectiveBehaviourFilterType) *NullableCollectiveBehaviourFilterType + func (v *NullableCollectiveBehaviourFilterType) Set(val *CollectiveBehaviourFilterType) + func (v *NullableCollectiveBehaviourFilterType) UnmarshalJSON(src []byte) error + func (v *NullableCollectiveBehaviourFilterType) Unset() + func (v NullableCollectiveBehaviourFilterType) Get() *CollectiveBehaviourFilterType + func (v NullableCollectiveBehaviourFilterType) IsSet() bool + func (v NullableCollectiveBehaviourFilterType) MarshalJSON() ([]byte, error) + type NullableCollectiveBehaviourFilterTypeAnyOf struct + func NewNullableCollectiveBehaviourFilterTypeAnyOf(val *CollectiveBehaviourFilterTypeAnyOf) *NullableCollectiveBehaviourFilterTypeAnyOf + func (v *NullableCollectiveBehaviourFilterTypeAnyOf) Set(val *CollectiveBehaviourFilterTypeAnyOf) + func (v *NullableCollectiveBehaviourFilterTypeAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableCollectiveBehaviourFilterTypeAnyOf) Unset() + func (v NullableCollectiveBehaviourFilterTypeAnyOf) Get() *CollectiveBehaviourFilterTypeAnyOf + func (v NullableCollectiveBehaviourFilterTypeAnyOf) IsSet() bool + func (v NullableCollectiveBehaviourFilterTypeAnyOf) MarshalJSON() ([]byte, error) + type NullableCollectiveBehaviourInfo struct + func NewNullableCollectiveBehaviourInfo(val *CollectiveBehaviourInfo) *NullableCollectiveBehaviourInfo + func (v *NullableCollectiveBehaviourInfo) Set(val *CollectiveBehaviourInfo) + func (v *NullableCollectiveBehaviourInfo) UnmarshalJSON(src []byte) error + func (v *NullableCollectiveBehaviourInfo) Unset() + func (v NullableCollectiveBehaviourInfo) Get() *CollectiveBehaviourInfo + func (v NullableCollectiveBehaviourInfo) IsSet() bool + func (v NullableCollectiveBehaviourInfo) MarshalJSON() ([]byte, error) + type NullableCommunicationCollection struct + func NewNullableCommunicationCollection(val *CommunicationCollection) *NullableCommunicationCollection + func (v *NullableCommunicationCollection) Set(val *CommunicationCollection) + func (v *NullableCommunicationCollection) UnmarshalJSON(src []byte) error + func (v *NullableCommunicationCollection) Unset() + func (v NullableCommunicationCollection) Get() *CommunicationCollection + func (v NullableCommunicationCollection) IsSet() bool + func (v NullableCommunicationCollection) MarshalJSON() ([]byte, error) + type 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 NullableDynamicPolicy struct + func NewNullableDynamicPolicy(val *DynamicPolicy) *NullableDynamicPolicy + func (v *NullableDynamicPolicy) Set(val *DynamicPolicy) + func (v *NullableDynamicPolicy) UnmarshalJSON(src []byte) error + func (v *NullableDynamicPolicy) Unset() + func (v NullableDynamicPolicy) Get() *DynamicPolicy + func (v NullableDynamicPolicy) IsSet() bool + func (v NullableDynamicPolicy) MarshalJSON() ([]byte, error) + type NullableEcgi struct + func NewNullableEcgi(val *Ecgi) *NullableEcgi + func (v *NullableEcgi) Set(val *Ecgi) + func (v *NullableEcgi) UnmarshalJSON(src []byte) error + func (v *NullableEcgi) Unset() + func (v NullableEcgi) Get() *Ecgi + func (v NullableEcgi) IsSet() bool + func (v NullableEcgi) MarshalJSON() ([]byte, error) + type NullableEllipsoidArc struct + func NewNullableEllipsoidArc(val *EllipsoidArc) *NullableEllipsoidArc + func (v *NullableEllipsoidArc) Set(val *EllipsoidArc) + func (v *NullableEllipsoidArc) UnmarshalJSON(src []byte) error + func (v *NullableEllipsoidArc) Unset() + func (v NullableEllipsoidArc) Get() *EllipsoidArc + func (v NullableEllipsoidArc) IsSet() bool + func (v NullableEllipsoidArc) MarshalJSON() ([]byte, error) + type NullableEllipsoidArcAllOf struct + func NewNullableEllipsoidArcAllOf(val *EllipsoidArcAllOf) *NullableEllipsoidArcAllOf + func (v *NullableEllipsoidArcAllOf) Set(val *EllipsoidArcAllOf) + func (v *NullableEllipsoidArcAllOf) UnmarshalJSON(src []byte) error + func (v *NullableEllipsoidArcAllOf) Unset() + func (v NullableEllipsoidArcAllOf) Get() *EllipsoidArcAllOf + func (v NullableEllipsoidArcAllOf) IsSet() bool + func (v NullableEllipsoidArcAllOf) MarshalJSON() ([]byte, error) + type NullableEndpointAddress struct + func NewNullableEndpointAddress(val *EndpointAddress) *NullableEndpointAddress + func (v *NullableEndpointAddress) Set(val *EndpointAddress) + func (v *NullableEndpointAddress) UnmarshalJSON(src []byte) error + func (v *NullableEndpointAddress) Unset() + func (v NullableEndpointAddress) Get() *EndpointAddress + func (v NullableEndpointAddress) IsSet() bool + func (v NullableEndpointAddress) MarshalJSON() ([]byte, error) + type NullableEthFlowDescription struct + func NewNullableEthFlowDescription(val *EthFlowDescription) *NullableEthFlowDescription + func (v *NullableEthFlowDescription) Set(val *EthFlowDescription) + func (v *NullableEthFlowDescription) UnmarshalJSON(src []byte) error + func (v *NullableEthFlowDescription) Unset() + func (v NullableEthFlowDescription) Get() *EthFlowDescription + func (v NullableEthFlowDescription) IsSet() bool + func (v NullableEthFlowDescription) MarshalJSON() ([]byte, error) + type NullableEventFilter struct + func NewNullableEventFilter(val *EventFilter) *NullableEventFilter + func (v *NullableEventFilter) Set(val *EventFilter) + func (v *NullableEventFilter) UnmarshalJSON(src []byte) error + func (v *NullableEventFilter) Unset() + func (v NullableEventFilter) Get() *EventFilter + func (v NullableEventFilter) IsSet() bool + func (v NullableEventFilter) MarshalJSON() ([]byte, error) + type NullableEventsSubs struct + func NewNullableEventsSubs(val *EventsSubs) *NullableEventsSubs + func (v *NullableEventsSubs) Set(val *EventsSubs) + func (v *NullableEventsSubs) UnmarshalJSON(src []byte) error + func (v *NullableEventsSubs) Unset() + func (v NullableEventsSubs) Get() *EventsSubs + func (v NullableEventsSubs) IsSet() bool + func (v NullableEventsSubs) 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 NullableExceptionInfo struct + func NewNullableExceptionInfo(val *ExceptionInfo) *NullableExceptionInfo + func (v *NullableExceptionInfo) Set(val *ExceptionInfo) + func (v *NullableExceptionInfo) UnmarshalJSON(src []byte) error + func (v *NullableExceptionInfo) Unset() + func (v NullableExceptionInfo) Get() *ExceptionInfo + func (v NullableExceptionInfo) IsSet() bool + func (v NullableExceptionInfo) MarshalJSON() ([]byte, error) + type NullableExceptionTrend struct + func NewNullableExceptionTrend(val *ExceptionTrend) *NullableExceptionTrend + func (v *NullableExceptionTrend) Set(val *ExceptionTrend) + func (v *NullableExceptionTrend) UnmarshalJSON(src []byte) error + func (v *NullableExceptionTrend) Unset() + func (v NullableExceptionTrend) Get() *ExceptionTrend + func (v NullableExceptionTrend) IsSet() bool + func (v NullableExceptionTrend) MarshalJSON() ([]byte, error) + type 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 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 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 NullableInt struct + func NewNullableInt(val *int) *NullableInt + func (v *NullableInt) Set(val *int) + func (v *NullableInt) UnmarshalJSON(src []byte) error + func (v *NullableInt) Unset() + func (v NullableInt) Get() *int + func (v NullableInt) IsSet() bool + func (v NullableInt) MarshalJSON() ([]byte, error) + type NullableInt32 struct + func NewNullableInt32(val *int32) *NullableInt32 + func (v *NullableInt32) Set(val *int32) + func (v *NullableInt32) UnmarshalJSON(src []byte) error + func (v *NullableInt32) Unset() + func (v NullableInt32) Get() *int32 + func (v NullableInt32) IsSet() bool + func (v NullableInt32) MarshalJSON() ([]byte, error) + type NullableInt64 struct + func NewNullableInt64(val *int64) *NullableInt64 + func (v *NullableInt64) Set(val *int64) + func (v *NullableInt64) UnmarshalJSON(src []byte) error + func (v *NullableInt64) Unset() + func (v NullableInt64) Get() *int64 + func (v NullableInt64) IsSet() bool + func (v NullableInt64) MarshalJSON() ([]byte, error) + type NullableInvalidParam struct + func NewNullableInvalidParam(val *InvalidParam) *NullableInvalidParam + func (v *NullableInvalidParam) Set(val *InvalidParam) + func (v *NullableInvalidParam) UnmarshalJSON(src []byte) error + func (v *NullableInvalidParam) Unset() + func (v NullableInvalidParam) Get() *InvalidParam + func (v NullableInvalidParam) IsSet() bool + func (v NullableInvalidParam) MarshalJSON() ([]byte, error) + type NullableIpAddr struct + func NewNullableIpAddr(val *IpAddr) *NullableIpAddr + func (v *NullableIpAddr) Set(val *IpAddr) + func (v *NullableIpAddr) UnmarshalJSON(src []byte) error + func (v *NullableIpAddr) Unset() + func (v NullableIpAddr) Get() *IpAddr + func (v NullableIpAddr) IsSet() bool + func (v NullableIpAddr) MarshalJSON() ([]byte, error) + type NullableIpPacketFilterSet struct + func NewNullableIpPacketFilterSet(val *IpPacketFilterSet) *NullableIpPacketFilterSet + func (v *NullableIpPacketFilterSet) Set(val *IpPacketFilterSet) + func (v *NullableIpPacketFilterSet) UnmarshalJSON(src []byte) error + func (v *NullableIpPacketFilterSet) Unset() + func (v NullableIpPacketFilterSet) Get() *IpPacketFilterSet + func (v NullableIpPacketFilterSet) IsSet() bool + func (v NullableIpPacketFilterSet) MarshalJSON() ([]byte, error) + type 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 NullableLocal2dPointUncertaintyEllipse struct + func NewNullableLocal2dPointUncertaintyEllipse(val *Local2dPointUncertaintyEllipse) *NullableLocal2dPointUncertaintyEllipse + func (v *NullableLocal2dPointUncertaintyEllipse) Set(val *Local2dPointUncertaintyEllipse) + func (v *NullableLocal2dPointUncertaintyEllipse) UnmarshalJSON(src []byte) error + func (v *NullableLocal2dPointUncertaintyEllipse) Unset() + func (v NullableLocal2dPointUncertaintyEllipse) Get() *Local2dPointUncertaintyEllipse + func (v NullableLocal2dPointUncertaintyEllipse) IsSet() bool + func (v NullableLocal2dPointUncertaintyEllipse) MarshalJSON() ([]byte, error) + type NullableLocal2dPointUncertaintyEllipseAllOf struct + func NewNullableLocal2dPointUncertaintyEllipseAllOf(val *Local2dPointUncertaintyEllipseAllOf) *NullableLocal2dPointUncertaintyEllipseAllOf + func (v *NullableLocal2dPointUncertaintyEllipseAllOf) Set(val *Local2dPointUncertaintyEllipseAllOf) + func (v *NullableLocal2dPointUncertaintyEllipseAllOf) UnmarshalJSON(src []byte) error + func (v *NullableLocal2dPointUncertaintyEllipseAllOf) Unset() + func (v NullableLocal2dPointUncertaintyEllipseAllOf) Get() *Local2dPointUncertaintyEllipseAllOf + func (v NullableLocal2dPointUncertaintyEllipseAllOf) IsSet() bool + func (v NullableLocal2dPointUncertaintyEllipseAllOf) MarshalJSON() ([]byte, error) + type NullableLocal3dPointUncertaintyEllipsoid struct + func NewNullableLocal3dPointUncertaintyEllipsoid(val *Local3dPointUncertaintyEllipsoid) *NullableLocal3dPointUncertaintyEllipsoid + func (v *NullableLocal3dPointUncertaintyEllipsoid) Set(val *Local3dPointUncertaintyEllipsoid) + func (v *NullableLocal3dPointUncertaintyEllipsoid) UnmarshalJSON(src []byte) error + func (v *NullableLocal3dPointUncertaintyEllipsoid) Unset() + func (v NullableLocal3dPointUncertaintyEllipsoid) Get() *Local3dPointUncertaintyEllipsoid + func (v NullableLocal3dPointUncertaintyEllipsoid) IsSet() bool + func (v NullableLocal3dPointUncertaintyEllipsoid) MarshalJSON() ([]byte, error) + type NullableLocal3dPointUncertaintyEllipsoidAllOf struct + func NewNullableLocal3dPointUncertaintyEllipsoidAllOf(val *Local3dPointUncertaintyEllipsoidAllOf) *NullableLocal3dPointUncertaintyEllipsoidAllOf + func (v *NullableLocal3dPointUncertaintyEllipsoidAllOf) Set(val *Local3dPointUncertaintyEllipsoidAllOf) + func (v *NullableLocal3dPointUncertaintyEllipsoidAllOf) UnmarshalJSON(src []byte) error + func (v *NullableLocal3dPointUncertaintyEllipsoidAllOf) Unset() + func (v NullableLocal3dPointUncertaintyEllipsoidAllOf) Get() *Local3dPointUncertaintyEllipsoidAllOf + func (v NullableLocal3dPointUncertaintyEllipsoidAllOf) IsSet() bool + func (v NullableLocal3dPointUncertaintyEllipsoidAllOf) MarshalJSON() ([]byte, error) + type NullableLocalOrigin struct + func NewNullableLocalOrigin(val *LocalOrigin) *NullableLocalOrigin + func (v *NullableLocalOrigin) Set(val *LocalOrigin) + func (v *NullableLocalOrigin) UnmarshalJSON(src []byte) error + func (v *NullableLocalOrigin) Unset() + func (v NullableLocalOrigin) Get() *LocalOrigin + func (v NullableLocalOrigin) IsSet() bool + func (v NullableLocalOrigin) MarshalJSON() ([]byte, error) + type NullableLocationArea5G struct + func NewNullableLocationArea5G(val *LocationArea5G) *NullableLocationArea5G + func (v *NullableLocationArea5G) Set(val *LocationArea5G) + func (v *NullableLocationArea5G) UnmarshalJSON(src []byte) error + func (v *NullableLocationArea5G) Unset() + func (v NullableLocationArea5G) Get() *LocationArea5G + func (v NullableLocationArea5G) IsSet() bool + func (v NullableLocationArea5G) MarshalJSON() ([]byte, error) + type NullableM5QoSSpecification struct + func NewNullableM5QoSSpecification(val *M5QoSSpecification) *NullableM5QoSSpecification + func (v *NullableM5QoSSpecification) Set(val *M5QoSSpecification) + func (v *NullableM5QoSSpecification) UnmarshalJSON(src []byte) error + func (v *NullableM5QoSSpecification) Unset() + func (v NullableM5QoSSpecification) Get() *M5QoSSpecification + func (v NullableM5QoSSpecification) IsSet() bool + func (v NullableM5QoSSpecification) MarshalJSON() ([]byte, error) + type NullableMSAccessActivityCollection struct + func NewNullableMSAccessActivityCollection(val *MSAccessActivityCollection) *NullableMSAccessActivityCollection + func (v *NullableMSAccessActivityCollection) Set(val *MSAccessActivityCollection) + func (v *NullableMSAccessActivityCollection) UnmarshalJSON(src []byte) error + func (v *NullableMSAccessActivityCollection) Unset() + func (v NullableMSAccessActivityCollection) Get() *MSAccessActivityCollection + func (v NullableMSAccessActivityCollection) IsSet() bool + func (v NullableMSAccessActivityCollection) MarshalJSON() ([]byte, error) + type NullableMediaStreamingAccessRecord struct + func NewNullableMediaStreamingAccessRecord(val *MediaStreamingAccessRecord) *NullableMediaStreamingAccessRecord + func (v *NullableMediaStreamingAccessRecord) Set(val *MediaStreamingAccessRecord) + func (v *NullableMediaStreamingAccessRecord) UnmarshalJSON(src []byte) error + func (v *NullableMediaStreamingAccessRecord) Unset() + func (v NullableMediaStreamingAccessRecord) Get() *MediaStreamingAccessRecord + func (v NullableMediaStreamingAccessRecord) IsSet() bool + func (v NullableMediaStreamingAccessRecord) MarshalJSON() ([]byte, error) + type NullableMediaStreamingAccessRecordAllOf struct + func NewNullableMediaStreamingAccessRecordAllOf(val *MediaStreamingAccessRecordAllOf) *NullableMediaStreamingAccessRecordAllOf + func (v *NullableMediaStreamingAccessRecordAllOf) Set(val *MediaStreamingAccessRecordAllOf) + func (v *NullableMediaStreamingAccessRecordAllOf) UnmarshalJSON(src []byte) error + func (v *NullableMediaStreamingAccessRecordAllOf) Unset() + func (v NullableMediaStreamingAccessRecordAllOf) Get() *MediaStreamingAccessRecordAllOf + func (v NullableMediaStreamingAccessRecordAllOf) IsSet() bool + func (v NullableMediaStreamingAccessRecordAllOf) MarshalJSON() ([]byte, error) + type NullableMediaStreamingAccessRecordAllOfConnectionMetrics struct + func NewNullableMediaStreamingAccessRecordAllOfConnectionMetrics(val *MediaStreamingAccessRecordAllOfConnectionMetrics) *NullableMediaStreamingAccessRecordAllOfConnectionMetrics + func (v *NullableMediaStreamingAccessRecordAllOfConnectionMetrics) Set(val *MediaStreamingAccessRecordAllOfConnectionMetrics) + func (v *NullableMediaStreamingAccessRecordAllOfConnectionMetrics) UnmarshalJSON(src []byte) error + func (v *NullableMediaStreamingAccessRecordAllOfConnectionMetrics) Unset() + func (v NullableMediaStreamingAccessRecordAllOfConnectionMetrics) Get() *MediaStreamingAccessRecordAllOfConnectionMetrics + func (v NullableMediaStreamingAccessRecordAllOfConnectionMetrics) IsSet() bool + func (v NullableMediaStreamingAccessRecordAllOfConnectionMetrics) MarshalJSON() ([]byte, error) + type NullableMediaStreamingAccessRecordAllOfRequestMessage struct + func NewNullableMediaStreamingAccessRecordAllOfRequestMessage(val *MediaStreamingAccessRecordAllOfRequestMessage) *NullableMediaStreamingAccessRecordAllOfRequestMessage + func (v *NullableMediaStreamingAccessRecordAllOfRequestMessage) Set(val *MediaStreamingAccessRecordAllOfRequestMessage) + func (v *NullableMediaStreamingAccessRecordAllOfRequestMessage) UnmarshalJSON(src []byte) error + func (v *NullableMediaStreamingAccessRecordAllOfRequestMessage) Unset() + func (v NullableMediaStreamingAccessRecordAllOfRequestMessage) Get() *MediaStreamingAccessRecordAllOfRequestMessage + func (v NullableMediaStreamingAccessRecordAllOfRequestMessage) IsSet() bool + func (v NullableMediaStreamingAccessRecordAllOfRequestMessage) MarshalJSON() ([]byte, error) + type NullableMediaStreamingAccessRecordAllOfResponseMessage struct + func NewNullableMediaStreamingAccessRecordAllOfResponseMessage(val *MediaStreamingAccessRecordAllOfResponseMessage) *NullableMediaStreamingAccessRecordAllOfResponseMessage + func (v *NullableMediaStreamingAccessRecordAllOfResponseMessage) Set(val *MediaStreamingAccessRecordAllOfResponseMessage) + func (v *NullableMediaStreamingAccessRecordAllOfResponseMessage) UnmarshalJSON(src []byte) error + func (v *NullableMediaStreamingAccessRecordAllOfResponseMessage) Unset() + func (v NullableMediaStreamingAccessRecordAllOfResponseMessage) Get() *MediaStreamingAccessRecordAllOfResponseMessage + func (v NullableMediaStreamingAccessRecordAllOfResponseMessage) IsSet() bool + func (v NullableMediaStreamingAccessRecordAllOfResponseMessage) MarshalJSON() ([]byte, error) + type NullableMsConsumptionCollection struct + func NewNullableMsConsumptionCollection(val *MsConsumptionCollection) *NullableMsConsumptionCollection + func (v *NullableMsConsumptionCollection) Set(val *MsConsumptionCollection) + func (v *NullableMsConsumptionCollection) UnmarshalJSON(src []byte) error + func (v *NullableMsConsumptionCollection) Unset() + func (v NullableMsConsumptionCollection) Get() *MsConsumptionCollection + func (v NullableMsConsumptionCollection) IsSet() bool + func (v NullableMsConsumptionCollection) MarshalJSON() ([]byte, error) + type NullableMsDynPolicyInvocationCollection struct + func NewNullableMsDynPolicyInvocationCollection(val *MsDynPolicyInvocationCollection) *NullableMsDynPolicyInvocationCollection + func (v *NullableMsDynPolicyInvocationCollection) Set(val *MsDynPolicyInvocationCollection) + func (v *NullableMsDynPolicyInvocationCollection) UnmarshalJSON(src []byte) error + func (v *NullableMsDynPolicyInvocationCollection) Unset() + func (v NullableMsDynPolicyInvocationCollection) Get() *MsDynPolicyInvocationCollection + func (v NullableMsDynPolicyInvocationCollection) IsSet() bool + func (v NullableMsDynPolicyInvocationCollection) MarshalJSON() ([]byte, error) + type NullableMsNetAssInvocationCollection struct + func NewNullableMsNetAssInvocationCollection(val *MsNetAssInvocationCollection) *NullableMsNetAssInvocationCollection + func (v *NullableMsNetAssInvocationCollection) Set(val *MsNetAssInvocationCollection) + func (v *NullableMsNetAssInvocationCollection) UnmarshalJSON(src []byte) error + func (v *NullableMsNetAssInvocationCollection) Unset() + func (v NullableMsNetAssInvocationCollection) Get() *MsNetAssInvocationCollection + func (v NullableMsNetAssInvocationCollection) IsSet() bool + func (v NullableMsNetAssInvocationCollection) MarshalJSON() ([]byte, error) + type NullableMsQoeMetricsCollection struct + func NewNullableMsQoeMetricsCollection(val *MsQoeMetricsCollection) *NullableMsQoeMetricsCollection + func (v *NullableMsQoeMetricsCollection) Set(val *MsQoeMetricsCollection) + func (v *NullableMsQoeMetricsCollection) UnmarshalJSON(src []byte) error + func (v *NullableMsQoeMetricsCollection) Unset() + func (v NullableMsQoeMetricsCollection) Get() *MsQoeMetricsCollection + func (v NullableMsQoeMetricsCollection) IsSet() bool + func (v NullableMsQoeMetricsCollection) MarshalJSON() ([]byte, error) + type 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 NullableNetworkAssistanceSession struct + func NewNullableNetworkAssistanceSession(val *NetworkAssistanceSession) *NullableNetworkAssistanceSession + func (v *NullableNetworkAssistanceSession) Set(val *NetworkAssistanceSession) + func (v *NullableNetworkAssistanceSession) UnmarshalJSON(src []byte) error + func (v *NullableNetworkAssistanceSession) Unset() + func (v NullableNetworkAssistanceSession) Get() *NetworkAssistanceSession + func (v NullableNetworkAssistanceSession) IsSet() bool + func (v NullableNetworkAssistanceSession) MarshalJSON() ([]byte, error) + type 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 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 NullablePerUeAttribute struct + func NewNullablePerUeAttribute(val *PerUeAttribute) *NullablePerUeAttribute + func (v *NullablePerUeAttribute) Set(val *PerUeAttribute) + func (v *NullablePerUeAttribute) UnmarshalJSON(src []byte) error + func (v *NullablePerUeAttribute) Unset() + func (v NullablePerUeAttribute) Get() *PerUeAttribute + func (v NullablePerUeAttribute) IsSet() bool + func (v NullablePerUeAttribute) MarshalJSON() ([]byte, error) + type NullablePerformanceData struct + func NewNullablePerformanceData(val *PerformanceData) *NullablePerformanceData + func (v *NullablePerformanceData) Set(val *PerformanceData) + func (v *NullablePerformanceData) UnmarshalJSON(src []byte) error + func (v *NullablePerformanceData) Unset() + func (v NullablePerformanceData) Get() *PerformanceData + func (v NullablePerformanceData) IsSet() bool + func (v NullablePerformanceData) MarshalJSON() ([]byte, error) + type NullablePerformanceDataCollection struct + func NewNullablePerformanceDataCollection(val *PerformanceDataCollection) *NullablePerformanceDataCollection + func (v *NullablePerformanceDataCollection) Set(val *PerformanceDataCollection) + func (v *NullablePerformanceDataCollection) UnmarshalJSON(src []byte) error + func (v *NullablePerformanceDataCollection) Unset() + func (v NullablePerformanceDataCollection) Get() *PerformanceDataCollection + func (v NullablePerformanceDataCollection) IsSet() bool + func (v NullablePerformanceDataCollection) MarshalJSON() ([]byte, error) + type 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 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 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 NullableServiceDataFlowDescription struct + func NewNullableServiceDataFlowDescription(val *ServiceDataFlowDescription) *NullableServiceDataFlowDescription + func (v *NullableServiceDataFlowDescription) Set(val *ServiceDataFlowDescription) + func (v *NullableServiceDataFlowDescription) UnmarshalJSON(src []byte) error + func (v *NullableServiceDataFlowDescription) Unset() + func (v NullableServiceDataFlowDescription) Get() *ServiceDataFlowDescription + func (v NullableServiceDataFlowDescription) IsSet() bool + func (v NullableServiceDataFlowDescription) MarshalJSON() ([]byte, error) + type NullableServiceExperienceInfoPerApp struct + func NewNullableServiceExperienceInfoPerApp(val *ServiceExperienceInfoPerApp) *NullableServiceExperienceInfoPerApp + func (v *NullableServiceExperienceInfoPerApp) Set(val *ServiceExperienceInfoPerApp) + func (v *NullableServiceExperienceInfoPerApp) UnmarshalJSON(src []byte) error + func (v *NullableServiceExperienceInfoPerApp) Unset() + func (v NullableServiceExperienceInfoPerApp) Get() *ServiceExperienceInfoPerApp + func (v NullableServiceExperienceInfoPerApp) IsSet() bool + func (v NullableServiceExperienceInfoPerApp) MarshalJSON() ([]byte, error) + type NullableServiceExperienceInfoPerFlow struct + func NewNullableServiceExperienceInfoPerFlow(val *ServiceExperienceInfoPerFlow) *NullableServiceExperienceInfoPerFlow + func (v *NullableServiceExperienceInfoPerFlow) Set(val *ServiceExperienceInfoPerFlow) + func (v *NullableServiceExperienceInfoPerFlow) UnmarshalJSON(src []byte) error + func (v *NullableServiceExperienceInfoPerFlow) Unset() + func (v NullableServiceExperienceInfoPerFlow) Get() *ServiceExperienceInfoPerFlow + func (v NullableServiceExperienceInfoPerFlow) IsSet() bool + func (v NullableServiceExperienceInfoPerFlow) MarshalJSON() ([]byte, error) + type 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 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 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 NullableUeCommunicationCollection struct + func NewNullableUeCommunicationCollection(val *UeCommunicationCollection) *NullableUeCommunicationCollection + func (v *NullableUeCommunicationCollection) Set(val *UeCommunicationCollection) + func (v *NullableUeCommunicationCollection) UnmarshalJSON(src []byte) error + func (v *NullableUeCommunicationCollection) Unset() + func (v NullableUeCommunicationCollection) Get() *UeCommunicationCollection + func (v NullableUeCommunicationCollection) IsSet() bool + func (v NullableUeCommunicationCollection) MarshalJSON() ([]byte, error) + type NullableUeMobilityCollection struct + func NewNullableUeMobilityCollection(val *UeMobilityCollection) *NullableUeMobilityCollection + func (v *NullableUeMobilityCollection) Set(val *UeMobilityCollection) + func (v *NullableUeMobilityCollection) UnmarshalJSON(src []byte) error + func (v *NullableUeMobilityCollection) Unset() + func (v NullableUeMobilityCollection) Get() *UeMobilityCollection + func (v NullableUeMobilityCollection) IsSet() bool + func (v NullableUeMobilityCollection) MarshalJSON() ([]byte, error) + type NullableUeTrajectoryCollection struct + func NewNullableUeTrajectoryCollection(val *UeTrajectoryCollection) *NullableUeTrajectoryCollection + func (v *NullableUeTrajectoryCollection) Set(val *UeTrajectoryCollection) + func (v *NullableUeTrajectoryCollection) UnmarshalJSON(src []byte) error + func (v *NullableUeTrajectoryCollection) Unset() + func (v NullableUeTrajectoryCollection) Get() *UeTrajectoryCollection + func (v NullableUeTrajectoryCollection) IsSet() bool + func (v NullableUeTrajectoryCollection) MarshalJSON() ([]byte, error) + type 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 NullableUsageThreshold struct + func NewNullableUsageThreshold(val *UsageThreshold) *NullableUsageThreshold + func (v *NullableUsageThreshold) Set(val *UsageThreshold) + func (v *NullableUsageThreshold) UnmarshalJSON(src []byte) error + func (v *NullableUsageThreshold) Unset() + func (v NullableUsageThreshold) Get() *UsageThreshold + func (v NullableUsageThreshold) IsSet() bool + func (v NullableUsageThreshold) MarshalJSON() ([]byte, error) + type NullableUserDataCongestionCollection struct + func NewNullableUserDataCongestionCollection(val *UserDataCongestionCollection) *NullableUserDataCongestionCollection + func (v *NullableUserDataCongestionCollection) Set(val *UserDataCongestionCollection) + func (v *NullableUserDataCongestionCollection) UnmarshalJSON(src []byte) error + func (v *NullableUserDataCongestionCollection) Unset() + func (v NullableUserDataCongestionCollection) Get() *UserDataCongestionCollection + func (v NullableUserDataCongestionCollection) IsSet() bool + func (v NullableUserDataCongestionCollection) MarshalJSON() ([]byte, error) + type 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 PerUeAttribute struct + AvgSpeed *string + Route *string + TimeOfArrival *time.Time + UeDest *LocationArea5G + func NewPerUeAttribute() *PerUeAttribute + func NewPerUeAttributeWithDefaults() *PerUeAttribute + func (o *PerUeAttribute) GetAvgSpeed() string + func (o *PerUeAttribute) GetAvgSpeedOk() (*string, bool) + func (o *PerUeAttribute) GetRoute() string + func (o *PerUeAttribute) GetRouteOk() (*string, bool) + func (o *PerUeAttribute) GetTimeOfArrival() time.Time + func (o *PerUeAttribute) GetTimeOfArrivalOk() (*time.Time, bool) + func (o *PerUeAttribute) GetUeDest() LocationArea5G + func (o *PerUeAttribute) GetUeDestOk() (*LocationArea5G, bool) + func (o *PerUeAttribute) HasAvgSpeed() bool + func (o *PerUeAttribute) HasRoute() bool + func (o *PerUeAttribute) HasTimeOfArrival() bool + func (o *PerUeAttribute) HasUeDest() bool + func (o *PerUeAttribute) SetAvgSpeed(v string) + func (o *PerUeAttribute) SetRoute(v string) + func (o *PerUeAttribute) SetTimeOfArrival(v time.Time) + func (o *PerUeAttribute) SetUeDest(v LocationArea5G) + func (o PerUeAttribute) MarshalJSON() ([]byte, error) + func (o PerUeAttribute) ToMap() (map[string]interface{}, error) + type PerformanceData struct + Pdb *int32 + Plr *int32 + ThrputDl *string + ThrputUl *string + func NewPerformanceData() *PerformanceData + func NewPerformanceDataWithDefaults() *PerformanceData + func (o *PerformanceData) GetPdb() int32 + func (o *PerformanceData) GetPdbOk() (*int32, bool) + func (o *PerformanceData) GetPlr() int32 + func (o *PerformanceData) GetPlrOk() (*int32, bool) + func (o *PerformanceData) GetThrputDl() string + func (o *PerformanceData) GetThrputDlOk() (*string, bool) + func (o *PerformanceData) GetThrputUl() string + func (o *PerformanceData) GetThrputUlOk() (*string, bool) + func (o *PerformanceData) HasPdb() bool + func (o *PerformanceData) HasPlr() bool + func (o *PerformanceData) HasThrputDl() bool + func (o *PerformanceData) HasThrputUl() bool + func (o *PerformanceData) SetPdb(v int32) + func (o *PerformanceData) SetPlr(v int32) + func (o *PerformanceData) SetThrputDl(v string) + func (o *PerformanceData) SetThrputUl(v string) + func (o PerformanceData) MarshalJSON() ([]byte, error) + func (o PerformanceData) ToMap() (map[string]interface{}, error) + type PerformanceDataCollection struct + AppId *string + AppLocs []string + AsAddr *AddrFqdn + IpTrafficFilter *FlowInfo + PerfData PerformanceData + TimeStamp time.Time + UeIpAddr *IpAddr + UeLoc *LocationArea5G + func NewPerformanceDataCollection(perfData PerformanceData, timeStamp time.Time) *PerformanceDataCollection + func NewPerformanceDataCollectionWithDefaults() *PerformanceDataCollection + func (o *PerformanceDataCollection) GetAppId() string + func (o *PerformanceDataCollection) GetAppIdOk() (*string, bool) + func (o *PerformanceDataCollection) GetAppLocs() []string + func (o *PerformanceDataCollection) GetAppLocsOk() ([]string, bool) + func (o *PerformanceDataCollection) GetAsAddr() AddrFqdn + func (o *PerformanceDataCollection) GetAsAddrOk() (*AddrFqdn, bool) + func (o *PerformanceDataCollection) GetIpTrafficFilter() FlowInfo + func (o *PerformanceDataCollection) GetIpTrafficFilterOk() (*FlowInfo, bool) + func (o *PerformanceDataCollection) GetPerfData() PerformanceData + func (o *PerformanceDataCollection) GetPerfDataOk() (*PerformanceData, bool) + func (o *PerformanceDataCollection) GetTimeStamp() time.Time + func (o *PerformanceDataCollection) GetTimeStampOk() (*time.Time, bool) + func (o *PerformanceDataCollection) GetUeIpAddr() IpAddr + func (o *PerformanceDataCollection) GetUeIpAddrOk() (*IpAddr, bool) + func (o *PerformanceDataCollection) GetUeLoc() LocationArea5G + func (o *PerformanceDataCollection) GetUeLocOk() (*LocationArea5G, bool) + func (o *PerformanceDataCollection) HasAppId() bool + func (o *PerformanceDataCollection) HasAppLocs() bool + func (o *PerformanceDataCollection) HasAsAddr() bool + func (o *PerformanceDataCollection) HasIpTrafficFilter() bool + func (o *PerformanceDataCollection) HasUeIpAddr() bool + func (o *PerformanceDataCollection) HasUeLoc() bool + func (o *PerformanceDataCollection) SetAppId(v string) + func (o *PerformanceDataCollection) SetAppLocs(v []string) + func (o *PerformanceDataCollection) SetAsAddr(v AddrFqdn) + func (o *PerformanceDataCollection) SetIpTrafficFilter(v FlowInfo) + func (o *PerformanceDataCollection) SetPerfData(v PerformanceData) + func (o *PerformanceDataCollection) SetTimeStamp(v time.Time) + func (o *PerformanceDataCollection) SetUeIpAddr(v IpAddr) + func (o *PerformanceDataCollection) SetUeLoc(v LocationArea5G) + func (o PerformanceDataCollection) MarshalJSON() ([]byte, error) + func (o PerformanceDataCollection) ToMap() (map[string]interface{}, error) + type 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 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 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 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 ServiceDataFlowDescription struct + DomainName *string + FlowDescription *IpPacketFilterSet + func NewServiceDataFlowDescription() *ServiceDataFlowDescription + func NewServiceDataFlowDescriptionWithDefaults() *ServiceDataFlowDescription + func (o *ServiceDataFlowDescription) GetDomainName() string + func (o *ServiceDataFlowDescription) GetDomainNameOk() (*string, bool) + func (o *ServiceDataFlowDescription) GetFlowDescription() IpPacketFilterSet + func (o *ServiceDataFlowDescription) GetFlowDescriptionOk() (*IpPacketFilterSet, bool) + func (o *ServiceDataFlowDescription) HasDomainName() bool + func (o *ServiceDataFlowDescription) HasFlowDescription() bool + func (o *ServiceDataFlowDescription) SetDomainName(v string) + func (o *ServiceDataFlowDescription) SetFlowDescription(v IpPacketFilterSet) + func (o ServiceDataFlowDescription) MarshalJSON() ([]byte, error) + func (o ServiceDataFlowDescription) ToMap() (map[string]interface{}, error) + type ServiceExperienceInfoPerApp struct + AppId *string + AppServerIns *AddrFqdn + Gpsis []string + Supis []string + SvcExpPerFlows []ServiceExperienceInfoPerFlow + func NewServiceExperienceInfoPerApp(svcExpPerFlows []ServiceExperienceInfoPerFlow) *ServiceExperienceInfoPerApp + func NewServiceExperienceInfoPerAppWithDefaults() *ServiceExperienceInfoPerApp + func (o *ServiceExperienceInfoPerApp) GetAppId() string + func (o *ServiceExperienceInfoPerApp) GetAppIdOk() (*string, bool) + func (o *ServiceExperienceInfoPerApp) GetAppServerIns() AddrFqdn + func (o *ServiceExperienceInfoPerApp) GetAppServerInsOk() (*AddrFqdn, bool) + func (o *ServiceExperienceInfoPerApp) GetGpsis() []string + func (o *ServiceExperienceInfoPerApp) GetGpsisOk() ([]string, bool) + func (o *ServiceExperienceInfoPerApp) GetSupis() []string + func (o *ServiceExperienceInfoPerApp) GetSupisOk() ([]string, bool) + func (o *ServiceExperienceInfoPerApp) GetSvcExpPerFlows() []ServiceExperienceInfoPerFlow + func (o *ServiceExperienceInfoPerApp) GetSvcExpPerFlowsOk() ([]ServiceExperienceInfoPerFlow, bool) + func (o *ServiceExperienceInfoPerApp) HasAppId() bool + func (o *ServiceExperienceInfoPerApp) HasAppServerIns() bool + func (o *ServiceExperienceInfoPerApp) HasGpsis() bool + func (o *ServiceExperienceInfoPerApp) HasSupis() bool + func (o *ServiceExperienceInfoPerApp) SetAppId(v string) + func (o *ServiceExperienceInfoPerApp) SetAppServerIns(v AddrFqdn) + func (o *ServiceExperienceInfoPerApp) SetGpsis(v []string) + func (o *ServiceExperienceInfoPerApp) SetSupis(v []string) + func (o *ServiceExperienceInfoPerApp) SetSvcExpPerFlows(v []ServiceExperienceInfoPerFlow) + func (o ServiceExperienceInfoPerApp) MarshalJSON() ([]byte, error) + func (o ServiceExperienceInfoPerApp) ToMap() (map[string]interface{}, error) + type ServiceExperienceInfoPerFlow struct + Dnai *string + EthTrafficFilter *EthFlowDescription + IpTrafficFilter *FlowInfo + SvcExprc *SvcExperience + TimeIntev *TimeWindow + func NewServiceExperienceInfoPerFlow() *ServiceExperienceInfoPerFlow + func NewServiceExperienceInfoPerFlowWithDefaults() *ServiceExperienceInfoPerFlow + func (o *ServiceExperienceInfoPerFlow) GetDnai() string + func (o *ServiceExperienceInfoPerFlow) GetDnaiOk() (*string, bool) + func (o *ServiceExperienceInfoPerFlow) GetEthTrafficFilter() EthFlowDescription + func (o *ServiceExperienceInfoPerFlow) GetEthTrafficFilterOk() (*EthFlowDescription, bool) + func (o *ServiceExperienceInfoPerFlow) GetIpTrafficFilter() FlowInfo + func (o *ServiceExperienceInfoPerFlow) GetIpTrafficFilterOk() (*FlowInfo, bool) + func (o *ServiceExperienceInfoPerFlow) GetSvcExprc() SvcExperience + func (o *ServiceExperienceInfoPerFlow) GetSvcExprcOk() (*SvcExperience, bool) + func (o *ServiceExperienceInfoPerFlow) GetTimeIntev() TimeWindow + func (o *ServiceExperienceInfoPerFlow) GetTimeIntevOk() (*TimeWindow, bool) + func (o *ServiceExperienceInfoPerFlow) HasDnai() bool + func (o *ServiceExperienceInfoPerFlow) HasEthTrafficFilter() bool + func (o *ServiceExperienceInfoPerFlow) HasIpTrafficFilter() bool + func (o *ServiceExperienceInfoPerFlow) HasSvcExprc() bool + func (o *ServiceExperienceInfoPerFlow) HasTimeIntev() bool + func (o *ServiceExperienceInfoPerFlow) SetDnai(v string) + func (o *ServiceExperienceInfoPerFlow) SetEthTrafficFilter(v EthFlowDescription) + func (o *ServiceExperienceInfoPerFlow) SetIpTrafficFilter(v FlowInfo) + func (o *ServiceExperienceInfoPerFlow) SetSvcExprc(v SvcExperience) + func (o *ServiceExperienceInfoPerFlow) SetTimeIntev(v TimeWindow) + func (o ServiceExperienceInfoPerFlow) MarshalJSON() ([]byte, error) + func (o ServiceExperienceInfoPerFlow) ToMap() (map[string]interface{}, error) + type 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 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 UeCommunicationCollection struct + AppId string + Comms []CommunicationCollection + ExterGroupId *string + Gpsi *string + InterGroupId *string + Supi *string + func NewUeCommunicationCollection(appId string, comms []CommunicationCollection) *UeCommunicationCollection + func NewUeCommunicationCollectionWithDefaults() *UeCommunicationCollection + func (o *UeCommunicationCollection) GetAppId() string + func (o *UeCommunicationCollection) GetAppIdOk() (*string, bool) + func (o *UeCommunicationCollection) GetComms() []CommunicationCollection + func (o *UeCommunicationCollection) GetCommsOk() ([]CommunicationCollection, bool) + func (o *UeCommunicationCollection) GetExterGroupId() string + func (o *UeCommunicationCollection) GetExterGroupIdOk() (*string, bool) + func (o *UeCommunicationCollection) GetGpsi() string + func (o *UeCommunicationCollection) GetGpsiOk() (*string, bool) + func (o *UeCommunicationCollection) GetInterGroupId() string + func (o *UeCommunicationCollection) GetInterGroupIdOk() (*string, bool) + func (o *UeCommunicationCollection) GetSupi() string + func (o *UeCommunicationCollection) GetSupiOk() (*string, bool) + func (o *UeCommunicationCollection) HasExterGroupId() bool + func (o *UeCommunicationCollection) HasGpsi() bool + func (o *UeCommunicationCollection) HasInterGroupId() bool + func (o *UeCommunicationCollection) HasSupi() bool + func (o *UeCommunicationCollection) SetAppId(v string) + func (o *UeCommunicationCollection) SetComms(v []CommunicationCollection) + func (o *UeCommunicationCollection) SetExterGroupId(v string) + func (o *UeCommunicationCollection) SetGpsi(v string) + func (o *UeCommunicationCollection) SetInterGroupId(v string) + func (o *UeCommunicationCollection) SetSupi(v string) + func (o UeCommunicationCollection) MarshalJSON() ([]byte, error) + func (o UeCommunicationCollection) ToMap() (map[string]interface{}, error) + type UeMobilityCollection struct + AllAppInd *bool + AppId string + Gpsi *string + Supi *string + UeTrajs []UeTrajectoryCollection + func NewUeMobilityCollection(appId string, ueTrajs []UeTrajectoryCollection) *UeMobilityCollection + func NewUeMobilityCollectionWithDefaults() *UeMobilityCollection + func (o *UeMobilityCollection) GetAllAppInd() bool + func (o *UeMobilityCollection) GetAllAppIndOk() (*bool, bool) + func (o *UeMobilityCollection) GetAppId() string + func (o *UeMobilityCollection) GetAppIdOk() (*string, bool) + func (o *UeMobilityCollection) GetGpsi() string + func (o *UeMobilityCollection) GetGpsiOk() (*string, bool) + func (o *UeMobilityCollection) GetSupi() string + func (o *UeMobilityCollection) GetSupiOk() (*string, bool) + func (o *UeMobilityCollection) GetUeTrajs() []UeTrajectoryCollection + func (o *UeMobilityCollection) GetUeTrajsOk() ([]UeTrajectoryCollection, bool) + func (o *UeMobilityCollection) HasAllAppInd() bool + func (o *UeMobilityCollection) HasGpsi() bool + func (o *UeMobilityCollection) HasSupi() bool + func (o *UeMobilityCollection) SetAllAppInd(v bool) + func (o *UeMobilityCollection) SetAppId(v string) + func (o *UeMobilityCollection) SetGpsi(v string) + func (o *UeMobilityCollection) SetSupi(v string) + func (o *UeMobilityCollection) SetUeTrajs(v []UeTrajectoryCollection) + func (o UeMobilityCollection) MarshalJSON() ([]byte, error) + func (o UeMobilityCollection) ToMap() (map[string]interface{}, error) + type UeTrajectoryCollection struct + LocArea LocationArea5G + Ts time.Time + func NewUeTrajectoryCollection(ts time.Time, locArea LocationArea5G) *UeTrajectoryCollection + func NewUeTrajectoryCollectionWithDefaults() *UeTrajectoryCollection + func (o *UeTrajectoryCollection) GetLocArea() LocationArea5G + func (o *UeTrajectoryCollection) GetLocAreaOk() (*LocationArea5G, bool) + func (o *UeTrajectoryCollection) GetTs() time.Time + func (o *UeTrajectoryCollection) GetTsOk() (*time.Time, bool) + func (o *UeTrajectoryCollection) SetLocArea(v LocationArea5G) + func (o *UeTrajectoryCollection) SetTs(v time.Time) + func (o UeTrajectoryCollection) MarshalJSON() ([]byte, error) + func (o UeTrajectoryCollection) ToMap() (map[string]interface{}, error) + type 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 UsageThreshold struct + DownlinkVolume *int64 + Duration *int32 + TotalVolume *int64 + UplinkVolume *int64 + func NewUsageThreshold() *UsageThreshold + func NewUsageThresholdWithDefaults() *UsageThreshold + func (o *UsageThreshold) GetDownlinkVolume() int64 + func (o *UsageThreshold) GetDownlinkVolumeOk() (*int64, bool) + func (o *UsageThreshold) GetDuration() int32 + func (o *UsageThreshold) GetDurationOk() (*int32, bool) + func (o *UsageThreshold) GetTotalVolume() int64 + func (o *UsageThreshold) GetTotalVolumeOk() (*int64, bool) + func (o *UsageThreshold) GetUplinkVolume() int64 + func (o *UsageThreshold) GetUplinkVolumeOk() (*int64, bool) + func (o *UsageThreshold) HasDownlinkVolume() bool + func (o *UsageThreshold) HasDuration() bool + func (o *UsageThreshold) HasTotalVolume() bool + func (o *UsageThreshold) HasUplinkVolume() bool + func (o *UsageThreshold) SetDownlinkVolume(v int64) + func (o *UsageThreshold) SetDuration(v int32) + func (o *UsageThreshold) SetTotalVolume(v int64) + func (o *UsageThreshold) SetUplinkVolume(v int64) + func (o UsageThreshold) MarshalJSON() ([]byte, error) + func (o UsageThreshold) ToMap() (map[string]interface{}, error) + type UserDataCongestionCollection struct + Interface *interface{} + func InterfaceAsUserDataCongestionCollection(v *interface{}) UserDataCongestionCollection + func (dst *UserDataCongestionCollection) UnmarshalJSON(data []byte) error + func (obj *UserDataCongestionCollection) GetActualInstance() interface{} + func (src UserDataCongestionCollection) MarshalJSON() ([]byte, error)