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 AllowedACRScenarioAnyOfEnumValues = []ACRScenarioAnyOf + var AllowedAcrMgntEventAnyOfEnumValues = []AcrMgntEventAnyOf + var AllowedAcrMgntEventFailureCodeAnyOfEnumValues = []AcrMgntEventFailureCodeAnyOf + var AllowedAcrMgntEventFilterAnyOfEnumValues = []AcrMgntEventFilterAnyOf + var AllowedActStatusAnyOfEnumValues = []ActStatusAnyOf + var AllowedAvailabilityStatusAnyOfEnumValues = []AvailabilityStatusAnyOf + var AllowedDnaiChangeTypeAnyOfEnumValues = []DnaiChangeTypeAnyOf + 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 ACRManagementEventsSubscriptionsCollectionApiService service + func (a *ACRManagementEventsSubscriptionsCollectionApiService) CreateACRMngEventSubscr(ctx context.Context) ApiCreateACRMngEventSubscrRequest + func (a *ACRManagementEventsSubscriptionsCollectionApiService) CreateACRMngEventSubscrExecute(r ApiCreateACRMngEventSubscrRequest) (*AcrMgntEventsSubscription, *http.Response, error) + func (a *ACRManagementEventsSubscriptionsCollectionApiService) GetACRMngEventSubscrs(ctx context.Context) ApiGetACRMngEventSubscrsRequest + func (a *ACRManagementEventsSubscriptionsCollectionApiService) GetACRMngEventSubscrsExecute(r ApiGetACRMngEventSubscrsRequest) ([]AcrMgntEventsSubscription, *http.Response, error) + type ACRScenario struct + ACRScenarioAnyOf *ACRScenarioAnyOf + String *string + func (dst *ACRScenario) UnmarshalJSON(data []byte) error + func (src *ACRScenario) MarshalJSON() ([]byte, error) + type ACRScenarioAnyOf string + const EEC_EXECUTED_VIA_SOURCE_EES + const EEC_EXECUTED_VIA_TARGET_EES + const EEC_INITIATED + const EEL_MANAGED_ACR + const SOURCE_EAS_DECIDED + const SOURCE_EES_EXECUTED + func NewACRScenarioAnyOfFromValue(v string) (*ACRScenarioAnyOf, error) + func (v *ACRScenarioAnyOf) UnmarshalJSON(src []byte) error + func (v ACRScenarioAnyOf) IsValid() bool + func (v ACRScenarioAnyOf) Ptr() *ACRScenarioAnyOf + type APIClient struct + ACRManagementEventsSubscriptionsCollectionApi *ACRManagementEventsSubscriptionsCollectionApiService + IndividualACRManagementEventsSubscriptionDocumentApi *IndividualACRManagementEventsSubscriptionDocumentApiService + 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 AcrMgntEvent struct + AcrMgntEventAnyOf *AcrMgntEventAnyOf + String *string + func (dst *AcrMgntEvent) UnmarshalJSON(data []byte) error + func (src *AcrMgntEvent) MarshalJSON() ([]byte, error) + type AcrMgntEventAnyOf string + const ACR_FACILITATION + const ACR_MONITORING + const ACT_START_STOP + const UP_PATH_CHG + func NewAcrMgntEventAnyOfFromValue(v string) (*AcrMgntEventAnyOf, error) + func (v *AcrMgntEventAnyOf) UnmarshalJSON(src []byte) error + func (v AcrMgntEventAnyOf) IsValid() bool + func (v AcrMgntEventAnyOf) Ptr() *AcrMgntEventAnyOf + type AcrMgntEventFailureCode struct + AcrMgntEventFailureCodeAnyOf *AcrMgntEventFailureCodeAnyOf + String *string + func (dst *AcrMgntEventFailureCode) UnmarshalJSON(data []byte) error + func (src *AcrMgntEventFailureCode) MarshalJSON() ([]byte, error) + type AcrMgntEventFailureCodeAnyOf string + const OTHER_REASONS + func NewAcrMgntEventFailureCodeAnyOfFromValue(v string) (*AcrMgntEventFailureCodeAnyOf, error) + func (v *AcrMgntEventFailureCodeAnyOf) UnmarshalJSON(src []byte) error + func (v AcrMgntEventFailureCodeAnyOf) IsValid() bool + func (v AcrMgntEventFailureCodeAnyOf) Ptr() *AcrMgntEventFailureCodeAnyOf + type AcrMgntEventFilter struct + AcrMgntEventFilterAnyOf *AcrMgntEventFilterAnyOf + String *string + func (dst *AcrMgntEventFilter) UnmarshalJSON(data []byte) error + func (src *AcrMgntEventFilter) MarshalJSON() ([]byte, error) + type AcrMgntEventFilterAnyOf string + const INTER_EDN_MOBILITY + const INTRA_EDN_MOBILITY + func NewAcrMgntEventFilterAnyOfFromValue(v string) (*AcrMgntEventFilterAnyOf, error) + func (v *AcrMgntEventFilterAnyOf) UnmarshalJSON(src []byte) error + func (v AcrMgntEventFilterAnyOf) IsValid() bool + func (v AcrMgntEventFilterAnyOf) Ptr() *AcrMgntEventFilterAnyOf + type AcrMgntEventReport struct + ActStatus *ActStatus + EasEndPoint *EndPoint + Event AcrMgntEvent + TimeStamp *time.Time + UpPathChgInfo *UpPathChangeInfo + func NewAcrMgntEventReport(event AcrMgntEvent) *AcrMgntEventReport + func NewAcrMgntEventReportWithDefaults() *AcrMgntEventReport + func (o *AcrMgntEventReport) GetActStatus() ActStatus + func (o *AcrMgntEventReport) GetActStatusOk() (*ActStatus, bool) + func (o *AcrMgntEventReport) GetEasEndPoint() EndPoint + func (o *AcrMgntEventReport) GetEasEndPointOk() (*EndPoint, bool) + func (o *AcrMgntEventReport) GetEvent() AcrMgntEvent + func (o *AcrMgntEventReport) GetEventOk() (*AcrMgntEvent, bool) + func (o *AcrMgntEventReport) GetTimeStamp() time.Time + func (o *AcrMgntEventReport) GetTimeStampOk() (*time.Time, bool) + func (o *AcrMgntEventReport) GetUpPathChgInfo() UpPathChangeInfo + func (o *AcrMgntEventReport) GetUpPathChgInfoOk() (*UpPathChangeInfo, bool) + func (o *AcrMgntEventReport) HasActStatus() bool + func (o *AcrMgntEventReport) HasEasEndPoint() bool + func (o *AcrMgntEventReport) HasTimeStamp() bool + func (o *AcrMgntEventReport) HasUpPathChgInfo() bool + func (o *AcrMgntEventReport) SetActStatus(v ActStatus) + func (o *AcrMgntEventReport) SetEasEndPoint(v EndPoint) + func (o *AcrMgntEventReport) SetEvent(v AcrMgntEvent) + func (o *AcrMgntEventReport) SetTimeStamp(v time.Time) + func (o *AcrMgntEventReport) SetUpPathChgInfo(v UpPathChangeInfo) + func (o AcrMgntEventReport) MarshalJSON() ([]byte, error) + func (o AcrMgntEventReport) ToMap() (map[string]interface{}, error) + type AcrMgntEventSubsc struct + DnaiChgType *DnaiChangeType + EasAckInd *bool + EasChars []EasCharacteristics + Event AcrMgntEvent + EventFilter *AcrMgntEventFilter + EvtReq *ReportingInformation + TgtUeId *TargetUeIdentification + func NewAcrMgntEventSubsc(event AcrMgntEvent) *AcrMgntEventSubsc + func NewAcrMgntEventSubscWithDefaults() *AcrMgntEventSubsc + func (o *AcrMgntEventSubsc) GetDnaiChgType() DnaiChangeType + func (o *AcrMgntEventSubsc) GetDnaiChgTypeOk() (*DnaiChangeType, bool) + func (o *AcrMgntEventSubsc) GetEasAckInd() bool + func (o *AcrMgntEventSubsc) GetEasAckIndOk() (*bool, bool) + func (o *AcrMgntEventSubsc) GetEasChars() []EasCharacteristics + func (o *AcrMgntEventSubsc) GetEasCharsOk() ([]EasCharacteristics, bool) + func (o *AcrMgntEventSubsc) GetEvent() AcrMgntEvent + func (o *AcrMgntEventSubsc) GetEventFilter() AcrMgntEventFilter + func (o *AcrMgntEventSubsc) GetEventFilterOk() (*AcrMgntEventFilter, bool) + func (o *AcrMgntEventSubsc) GetEventOk() (*AcrMgntEvent, bool) + func (o *AcrMgntEventSubsc) GetEvtReq() ReportingInformation + func (o *AcrMgntEventSubsc) GetEvtReqOk() (*ReportingInformation, bool) + func (o *AcrMgntEventSubsc) GetTgtUeId() TargetUeIdentification + func (o *AcrMgntEventSubsc) GetTgtUeIdOk() (*TargetUeIdentification, bool) + func (o *AcrMgntEventSubsc) HasDnaiChgType() bool + func (o *AcrMgntEventSubsc) HasEasAckInd() bool + func (o *AcrMgntEventSubsc) HasEasChars() bool + func (o *AcrMgntEventSubsc) HasEventFilter() bool + func (o *AcrMgntEventSubsc) HasEvtReq() bool + func (o *AcrMgntEventSubsc) HasTgtUeId() bool + func (o *AcrMgntEventSubsc) SetDnaiChgType(v DnaiChangeType) + func (o *AcrMgntEventSubsc) SetEasAckInd(v bool) + func (o *AcrMgntEventSubsc) SetEasChars(v []EasCharacteristics) + func (o *AcrMgntEventSubsc) SetEvent(v AcrMgntEvent) + func (o *AcrMgntEventSubsc) SetEventFilter(v AcrMgntEventFilter) + func (o *AcrMgntEventSubsc) SetEvtReq(v ReportingInformation) + func (o *AcrMgntEventSubsc) SetTgtUeId(v TargetUeIdentification) + func (o AcrMgntEventSubsc) MarshalJSON() ([]byte, error) + func (o AcrMgntEventSubsc) ToMap() (map[string]interface{}, error) + type AcrMgntEventsNotification struct + EventReports []AcrMgntEventReport + SubpId string + func NewAcrMgntEventsNotification(subpId string, eventReports []AcrMgntEventReport) *AcrMgntEventsNotification + func NewAcrMgntEventsNotificationWithDefaults() *AcrMgntEventsNotification + func (o *AcrMgntEventsNotification) GetEventReports() []AcrMgntEventReport + func (o *AcrMgntEventsNotification) GetEventReportsOk() ([]AcrMgntEventReport, bool) + func (o *AcrMgntEventsNotification) GetSubpId() string + func (o *AcrMgntEventsNotification) GetSubpIdOk() (*string, bool) + func (o *AcrMgntEventsNotification) SetEventReports(v []AcrMgntEventReport) + func (o *AcrMgntEventsNotification) SetSubpId(v string) + func (o AcrMgntEventsNotification) MarshalJSON() ([]byte, error) + func (o AcrMgntEventsNotification) ToMap() (map[string]interface{}, error) + type AcrMgntEventsSubscription struct + AvailabilityInfo *AvailabilityNotif + EasId string + EventReports []AcrMgntEventReport + EventSubscs []AcrMgntEventSubsc + EvtReq *ReportingInformation + FailEventReports []FailureAcrMgntEventInfo + NotificationDestination string + RequestTestNotification *bool + Self *string + SuppFeat *string + WebsockNotifConfig *WebsockNotifConfig + func NewAcrMgntEventsSubscription(easId string, eventSubscs []AcrMgntEventSubsc, notificationDestination string) *AcrMgntEventsSubscription + func NewAcrMgntEventsSubscriptionWithDefaults() *AcrMgntEventsSubscription + func (o *AcrMgntEventsSubscription) GetAvailabilityInfo() AvailabilityNotif + func (o *AcrMgntEventsSubscription) GetAvailabilityInfoOk() (*AvailabilityNotif, bool) + func (o *AcrMgntEventsSubscription) GetEasId() string + func (o *AcrMgntEventsSubscription) GetEasIdOk() (*string, bool) + func (o *AcrMgntEventsSubscription) GetEventReports() []AcrMgntEventReport + func (o *AcrMgntEventsSubscription) GetEventReportsOk() ([]AcrMgntEventReport, bool) + func (o *AcrMgntEventsSubscription) GetEventSubscs() []AcrMgntEventSubsc + func (o *AcrMgntEventsSubscription) GetEventSubscsOk() ([]AcrMgntEventSubsc, bool) + func (o *AcrMgntEventsSubscription) GetEvtReq() ReportingInformation + func (o *AcrMgntEventsSubscription) GetEvtReqOk() (*ReportingInformation, bool) + func (o *AcrMgntEventsSubscription) GetFailEventReports() []FailureAcrMgntEventInfo + func (o *AcrMgntEventsSubscription) GetFailEventReportsOk() ([]FailureAcrMgntEventInfo, bool) + func (o *AcrMgntEventsSubscription) GetNotificationDestination() string + func (o *AcrMgntEventsSubscription) GetNotificationDestinationOk() (*string, bool) + func (o *AcrMgntEventsSubscription) GetRequestTestNotification() bool + func (o *AcrMgntEventsSubscription) GetRequestTestNotificationOk() (*bool, bool) + func (o *AcrMgntEventsSubscription) GetSelf() string + func (o *AcrMgntEventsSubscription) GetSelfOk() (*string, bool) + func (o *AcrMgntEventsSubscription) GetSuppFeat() string + func (o *AcrMgntEventsSubscription) GetSuppFeatOk() (*string, bool) + func (o *AcrMgntEventsSubscription) GetWebsockNotifConfig() WebsockNotifConfig + func (o *AcrMgntEventsSubscription) GetWebsockNotifConfigOk() (*WebsockNotifConfig, bool) + func (o *AcrMgntEventsSubscription) HasAvailabilityInfo() bool + func (o *AcrMgntEventsSubscription) HasEventReports() bool + func (o *AcrMgntEventsSubscription) HasEvtReq() bool + func (o *AcrMgntEventsSubscription) HasFailEventReports() bool + func (o *AcrMgntEventsSubscription) HasRequestTestNotification() bool + func (o *AcrMgntEventsSubscription) HasSelf() bool + func (o *AcrMgntEventsSubscription) HasSuppFeat() bool + func (o *AcrMgntEventsSubscription) HasWebsockNotifConfig() bool + func (o *AcrMgntEventsSubscription) SetAvailabilityInfo(v AvailabilityNotif) + func (o *AcrMgntEventsSubscription) SetEasId(v string) + func (o *AcrMgntEventsSubscription) SetEventReports(v []AcrMgntEventReport) + func (o *AcrMgntEventsSubscription) SetEventSubscs(v []AcrMgntEventSubsc) + func (o *AcrMgntEventsSubscription) SetEvtReq(v ReportingInformation) + func (o *AcrMgntEventsSubscription) SetFailEventReports(v []FailureAcrMgntEventInfo) + func (o *AcrMgntEventsSubscription) SetNotificationDestination(v string) + func (o *AcrMgntEventsSubscription) SetRequestTestNotification(v bool) + func (o *AcrMgntEventsSubscription) SetSelf(v string) + func (o *AcrMgntEventsSubscription) SetSuppFeat(v string) + func (o *AcrMgntEventsSubscription) SetWebsockNotifConfig(v WebsockNotifConfig) + func (o AcrMgntEventsSubscription) MarshalJSON() ([]byte, error) + func (o AcrMgntEventsSubscription) ToMap() (map[string]interface{}, error) + type AcrMgntEventsSubscriptionPatch struct + EventSubscs []AcrMgntEventSubsc + EvtReq *ReportingInformation + NotificationDestination *string + func NewAcrMgntEventsSubscriptionPatch() *AcrMgntEventsSubscriptionPatch + func NewAcrMgntEventsSubscriptionPatchWithDefaults() *AcrMgntEventsSubscriptionPatch + func (o *AcrMgntEventsSubscriptionPatch) GetEventSubscs() []AcrMgntEventSubsc + func (o *AcrMgntEventsSubscriptionPatch) GetEventSubscsOk() ([]AcrMgntEventSubsc, bool) + func (o *AcrMgntEventsSubscriptionPatch) GetEvtReq() ReportingInformation + func (o *AcrMgntEventsSubscriptionPatch) GetEvtReqOk() (*ReportingInformation, bool) + func (o *AcrMgntEventsSubscriptionPatch) GetNotificationDestination() string + func (o *AcrMgntEventsSubscriptionPatch) GetNotificationDestinationOk() (*string, bool) + func (o *AcrMgntEventsSubscriptionPatch) HasEventSubscs() bool + func (o *AcrMgntEventsSubscriptionPatch) HasEvtReq() bool + func (o *AcrMgntEventsSubscriptionPatch) HasNotificationDestination() bool + func (o *AcrMgntEventsSubscriptionPatch) SetEventSubscs(v []AcrMgntEventSubsc) + func (o *AcrMgntEventsSubscriptionPatch) SetEvtReq(v ReportingInformation) + func (o *AcrMgntEventsSubscriptionPatch) SetNotificationDestination(v string) + func (o AcrMgntEventsSubscriptionPatch) MarshalJSON() ([]byte, error) + func (o AcrMgntEventsSubscriptionPatch) ToMap() (map[string]interface{}, error) + type ActStatus struct + ActStatusAnyOf *ActStatusAnyOf + String *string + func (dst *ActStatus) UnmarshalJSON(data []byte) error + func (src *ActStatus) MarshalJSON() ([]byte, error) + type ActStatusAnyOf string + const START + const STOP + func NewActStatusAnyOfFromValue(v string) (*ActStatusAnyOf, error) + func (v *ActStatusAnyOf) UnmarshalJSON(src []byte) error + func (v ActStatusAnyOf) IsValid() bool + func (v ActStatusAnyOf) Ptr() *ActStatusAnyOf + type ApiCreateACRMngEventSubscrRequest struct + ApiService *ACRManagementEventsSubscriptionsCollectionApiService + func (r ApiCreateACRMngEventSubscrRequest) AcrMgntEventsSubscription(acrMgntEventsSubscription AcrMgntEventsSubscription) ApiCreateACRMngEventSubscrRequest + func (r ApiCreateACRMngEventSubscrRequest) Execute() (*AcrMgntEventsSubscription, *http.Response, error) + type ApiDeleteIndACRMngEventSubscrRequest struct + ApiService *IndividualACRManagementEventsSubscriptionDocumentApiService + func (r ApiDeleteIndACRMngEventSubscrRequest) Execute() (*http.Response, error) + type ApiGetACRMngEventSubscrsRequest struct + ApiService *ACRManagementEventsSubscriptionsCollectionApiService + func (r ApiGetACRMngEventSubscrsRequest) Execute() ([]AcrMgntEventsSubscription, *http.Response, error) + func (r ApiGetACRMngEventSubscrsRequest) SuppFeat(suppFeat string) ApiGetACRMngEventSubscrsRequest + type ApiGetIndACRMngEventSubscrRequest struct + ApiService *IndividualACRManagementEventsSubscriptionDocumentApiService + func (r ApiGetIndACRMngEventSubscrRequest) Execute() (*AcrMgntEventsSubscription, *http.Response, error) + func (r ApiGetIndACRMngEventSubscrRequest) SuppFeat(suppFeat string) ApiGetIndACRMngEventSubscrRequest + type ApiModifyIndACRMngEventSubscrRequest struct + ApiService *IndividualACRManagementEventsSubscriptionDocumentApiService + func (r ApiModifyIndACRMngEventSubscrRequest) AcrMgntEventsSubscriptionPatch(acrMgntEventsSubscriptionPatch AcrMgntEventsSubscriptionPatch) ApiModifyIndACRMngEventSubscrRequest + func (r ApiModifyIndACRMngEventSubscrRequest) Execute() (*AcrMgntEventsSubscription, *http.Response, error) + type ApiUpdateIndACRMngEventSubscrRequest struct + ApiService *IndividualACRManagementEventsSubscriptionDocumentApiService + func (r ApiUpdateIndACRMngEventSubscrRequest) AcrMgntEventsSubscription(acrMgntEventsSubscription AcrMgntEventsSubscription) ApiUpdateIndACRMngEventSubscrRequest + func (r ApiUpdateIndACRMngEventSubscrRequest) Execute() (*AcrMgntEventsSubscription, *http.Response, error) + type AvailabilityNotif struct + AvailabilityStatus AvailabilityStatus + func NewAvailabilityNotif(availabilityStatus AvailabilityStatus) *AvailabilityNotif + func NewAvailabilityNotifWithDefaults() *AvailabilityNotif + func (o *AvailabilityNotif) GetAvailabilityStatus() AvailabilityStatus + func (o *AvailabilityNotif) GetAvailabilityStatusOk() (*AvailabilityStatus, bool) + func (o *AvailabilityNotif) SetAvailabilityStatus(v AvailabilityStatus) + func (o AvailabilityNotif) MarshalJSON() ([]byte, error) + func (o AvailabilityNotif) ToMap() (map[string]interface{}, error) + type AvailabilityStatus struct + AvailabilityStatusAnyOf *AvailabilityStatusAnyOf + String *string + func (dst *AvailabilityStatus) UnmarshalJSON(data []byte) error + func (src *AvailabilityStatus) MarshalJSON() ([]byte, error) + type AvailabilityStatusAnyOf string + const AVAILABLE + const NOT_AVAILABLE + func NewAvailabilityStatusAnyOfFromValue(v string) (*AvailabilityStatusAnyOf, error) + func (v *AvailabilityStatusAnyOf) UnmarshalJSON(src []byte) error + func (v AvailabilityStatusAnyOf) IsValid() bool + func (v AvailabilityStatusAnyOf) Ptr() *AvailabilityStatusAnyOf + type BasicAuth struct + Password string + UserName string + 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 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 DnaiChangeType struct + DnaiChangeTypeAnyOf *DnaiChangeTypeAnyOf + String *string + func (dst *DnaiChangeType) UnmarshalJSON(data []byte) error + func (src *DnaiChangeType) MarshalJSON() ([]byte, error) + type DnaiChangeTypeAnyOf string + const EARLY + const EARLY_LATE + const LATE + func NewDnaiChangeTypeAnyOfFromValue(v string) (*DnaiChangeTypeAnyOf, error) + func (v *DnaiChangeTypeAnyOf) UnmarshalJSON(src []byte) error + func (v DnaiChangeTypeAnyOf) IsValid() bool + func (v DnaiChangeTypeAnyOf) Ptr() *DnaiChangeTypeAnyOf + type EasCharacteristics struct + EasId *string + EasProvId *string + EasSched *TimeWindow + EasSvcContinuity []ACRScenario + EasType *string + SvcArea *LocationArea5G + SvcFeats []string + SvcPermLevel *string + func NewEasCharacteristics() *EasCharacteristics + func NewEasCharacteristicsWithDefaults() *EasCharacteristics + func (o *EasCharacteristics) GetEasId() string + func (o *EasCharacteristics) GetEasIdOk() (*string, bool) + func (o *EasCharacteristics) GetEasProvId() string + func (o *EasCharacteristics) GetEasProvIdOk() (*string, bool) + func (o *EasCharacteristics) GetEasSched() TimeWindow + func (o *EasCharacteristics) GetEasSchedOk() (*TimeWindow, bool) + func (o *EasCharacteristics) GetEasSvcContinuity() []ACRScenario + func (o *EasCharacteristics) GetEasSvcContinuityOk() ([]ACRScenario, bool) + func (o *EasCharacteristics) GetEasType() string + func (o *EasCharacteristics) GetEasTypeOk() (*string, bool) + func (o *EasCharacteristics) GetSvcArea() LocationArea5G + func (o *EasCharacteristics) GetSvcAreaOk() (*LocationArea5G, bool) + func (o *EasCharacteristics) GetSvcFeats() []string + func (o *EasCharacteristics) GetSvcFeatsOk() ([]string, bool) + func (o *EasCharacteristics) GetSvcPermLevel() string + func (o *EasCharacteristics) GetSvcPermLevelOk() (*string, bool) + func (o *EasCharacteristics) HasEasId() bool + func (o *EasCharacteristics) HasEasProvId() bool + func (o *EasCharacteristics) HasEasSched() bool + func (o *EasCharacteristics) HasEasSvcContinuity() bool + func (o *EasCharacteristics) HasEasType() bool + func (o *EasCharacteristics) HasSvcArea() bool + func (o *EasCharacteristics) HasSvcFeats() bool + func (o *EasCharacteristics) HasSvcPermLevel() bool + func (o *EasCharacteristics) SetEasId(v string) + func (o *EasCharacteristics) SetEasProvId(v string) + func (o *EasCharacteristics) SetEasSched(v TimeWindow) + func (o *EasCharacteristics) SetEasSvcContinuity(v []ACRScenario) + func (o *EasCharacteristics) SetEasType(v string) + func (o *EasCharacteristics) SetSvcArea(v LocationArea5G) + func (o *EasCharacteristics) SetSvcFeats(v []string) + func (o *EasCharacteristics) SetSvcPermLevel(v string) + func (o EasCharacteristics) MarshalJSON() ([]byte, error) + func (o EasCharacteristics) 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 EndPoint struct + Interface *interface{} + func InterfaceAsEndPoint(v *interface{}) EndPoint + func (dst *EndPoint) UnmarshalJSON(data []byte) error + func (obj *EndPoint) GetActualInstance() interface{} + func (src EndPoint) MarshalJSON() ([]byte, error) + type FailureAcrMgntEventInfo struct + Event AcrMgntEvent + FailureCode AcrMgntEventFailureCode + func NewFailureAcrMgntEventInfo(event AcrMgntEvent, failureCode AcrMgntEventFailureCode) *FailureAcrMgntEventInfo + func NewFailureAcrMgntEventInfoWithDefaults() *FailureAcrMgntEventInfo + func (o *FailureAcrMgntEventInfo) GetEvent() AcrMgntEvent + func (o *FailureAcrMgntEventInfo) GetEventOk() (*AcrMgntEvent, bool) + func (o *FailureAcrMgntEventInfo) GetFailureCode() AcrMgntEventFailureCode + func (o *FailureAcrMgntEventInfo) GetFailureCodeOk() (*AcrMgntEventFailureCode, bool) + func (o *FailureAcrMgntEventInfo) SetEvent(v AcrMgntEvent) + func (o *FailureAcrMgntEventInfo) SetFailureCode(v AcrMgntEventFailureCode) + func (o FailureAcrMgntEventInfo) MarshalJSON() ([]byte, error) + func (o FailureAcrMgntEventInfo) 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 IndUeIdentification struct + Interface *interface{} + func InterfaceAsIndUeIdentification(v *interface{}) IndUeIdentification + func (dst *IndUeIdentification) UnmarshalJSON(data []byte) error + func (obj *IndUeIdentification) GetActualInstance() interface{} + func (src IndUeIdentification) MarshalJSON() ([]byte, error) + type IndividualACRManagementEventsSubscriptionDocumentApiService service + func (a *IndividualACRManagementEventsSubscriptionDocumentApiService) DeleteIndACRMngEventSubscr(ctx context.Context, subscriptionId string) ApiDeleteIndACRMngEventSubscrRequest + func (a *IndividualACRManagementEventsSubscriptionDocumentApiService) DeleteIndACRMngEventSubscrExecute(r ApiDeleteIndACRMngEventSubscrRequest) (*http.Response, error) + func (a *IndividualACRManagementEventsSubscriptionDocumentApiService) GetIndACRMngEventSubscr(ctx context.Context, subscriptionId string) ApiGetIndACRMngEventSubscrRequest + func (a *IndividualACRManagementEventsSubscriptionDocumentApiService) GetIndACRMngEventSubscrExecute(r ApiGetIndACRMngEventSubscrRequest) (*AcrMgntEventsSubscription, *http.Response, error) + func (a *IndividualACRManagementEventsSubscriptionDocumentApiService) ModifyIndACRMngEventSubscr(ctx context.Context, subscriptionId string) ApiModifyIndACRMngEventSubscrRequest + func (a *IndividualACRManagementEventsSubscriptionDocumentApiService) ModifyIndACRMngEventSubscrExecute(r ApiModifyIndACRMngEventSubscrRequest) (*AcrMgntEventsSubscription, *http.Response, error) + func (a *IndividualACRManagementEventsSubscriptionDocumentApiService) UpdateIndACRMngEventSubscr(ctx context.Context, subscriptionId string) ApiUpdateIndACRMngEventSubscrRequest + func (a *IndividualACRManagementEventsSubscriptionDocumentApiService) UpdateIndACRMngEventSubscrExecute(r ApiUpdateIndACRMngEventSubscrRequest) (*AcrMgntEventsSubscription, *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 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 MappedNullable interface + ToMap func() (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 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 NullableACRScenario struct + func NewNullableACRScenario(val *ACRScenario) *NullableACRScenario + func (v *NullableACRScenario) Set(val *ACRScenario) + func (v *NullableACRScenario) UnmarshalJSON(src []byte) error + func (v *NullableACRScenario) Unset() + func (v NullableACRScenario) Get() *ACRScenario + func (v NullableACRScenario) IsSet() bool + func (v NullableACRScenario) MarshalJSON() ([]byte, error) + type NullableACRScenarioAnyOf struct + func NewNullableACRScenarioAnyOf(val *ACRScenarioAnyOf) *NullableACRScenarioAnyOf + func (v *NullableACRScenarioAnyOf) Set(val *ACRScenarioAnyOf) + func (v *NullableACRScenarioAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableACRScenarioAnyOf) Unset() + func (v NullableACRScenarioAnyOf) Get() *ACRScenarioAnyOf + func (v NullableACRScenarioAnyOf) IsSet() bool + func (v NullableACRScenarioAnyOf) MarshalJSON() ([]byte, error) + type NullableAcrMgntEvent struct + func NewNullableAcrMgntEvent(val *AcrMgntEvent) *NullableAcrMgntEvent + func (v *NullableAcrMgntEvent) Set(val *AcrMgntEvent) + func (v *NullableAcrMgntEvent) UnmarshalJSON(src []byte) error + func (v *NullableAcrMgntEvent) Unset() + func (v NullableAcrMgntEvent) Get() *AcrMgntEvent + func (v NullableAcrMgntEvent) IsSet() bool + func (v NullableAcrMgntEvent) MarshalJSON() ([]byte, error) + type NullableAcrMgntEventAnyOf struct + func NewNullableAcrMgntEventAnyOf(val *AcrMgntEventAnyOf) *NullableAcrMgntEventAnyOf + func (v *NullableAcrMgntEventAnyOf) Set(val *AcrMgntEventAnyOf) + func (v *NullableAcrMgntEventAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableAcrMgntEventAnyOf) Unset() + func (v NullableAcrMgntEventAnyOf) Get() *AcrMgntEventAnyOf + func (v NullableAcrMgntEventAnyOf) IsSet() bool + func (v NullableAcrMgntEventAnyOf) MarshalJSON() ([]byte, error) + type NullableAcrMgntEventFailureCode struct + func NewNullableAcrMgntEventFailureCode(val *AcrMgntEventFailureCode) *NullableAcrMgntEventFailureCode + func (v *NullableAcrMgntEventFailureCode) Set(val *AcrMgntEventFailureCode) + func (v *NullableAcrMgntEventFailureCode) UnmarshalJSON(src []byte) error + func (v *NullableAcrMgntEventFailureCode) Unset() + func (v NullableAcrMgntEventFailureCode) Get() *AcrMgntEventFailureCode + func (v NullableAcrMgntEventFailureCode) IsSet() bool + func (v NullableAcrMgntEventFailureCode) MarshalJSON() ([]byte, error) + type NullableAcrMgntEventFailureCodeAnyOf struct + func NewNullableAcrMgntEventFailureCodeAnyOf(val *AcrMgntEventFailureCodeAnyOf) *NullableAcrMgntEventFailureCodeAnyOf + func (v *NullableAcrMgntEventFailureCodeAnyOf) Set(val *AcrMgntEventFailureCodeAnyOf) + func (v *NullableAcrMgntEventFailureCodeAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableAcrMgntEventFailureCodeAnyOf) Unset() + func (v NullableAcrMgntEventFailureCodeAnyOf) Get() *AcrMgntEventFailureCodeAnyOf + func (v NullableAcrMgntEventFailureCodeAnyOf) IsSet() bool + func (v NullableAcrMgntEventFailureCodeAnyOf) MarshalJSON() ([]byte, error) + type NullableAcrMgntEventFilter struct + func NewNullableAcrMgntEventFilter(val *AcrMgntEventFilter) *NullableAcrMgntEventFilter + func (v *NullableAcrMgntEventFilter) Set(val *AcrMgntEventFilter) + func (v *NullableAcrMgntEventFilter) UnmarshalJSON(src []byte) error + func (v *NullableAcrMgntEventFilter) Unset() + func (v NullableAcrMgntEventFilter) Get() *AcrMgntEventFilter + func (v NullableAcrMgntEventFilter) IsSet() bool + func (v NullableAcrMgntEventFilter) MarshalJSON() ([]byte, error) + type NullableAcrMgntEventFilterAnyOf struct + func NewNullableAcrMgntEventFilterAnyOf(val *AcrMgntEventFilterAnyOf) *NullableAcrMgntEventFilterAnyOf + func (v *NullableAcrMgntEventFilterAnyOf) Set(val *AcrMgntEventFilterAnyOf) + func (v *NullableAcrMgntEventFilterAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableAcrMgntEventFilterAnyOf) Unset() + func (v NullableAcrMgntEventFilterAnyOf) Get() *AcrMgntEventFilterAnyOf + func (v NullableAcrMgntEventFilterAnyOf) IsSet() bool + func (v NullableAcrMgntEventFilterAnyOf) MarshalJSON() ([]byte, error) + type NullableAcrMgntEventReport struct + func NewNullableAcrMgntEventReport(val *AcrMgntEventReport) *NullableAcrMgntEventReport + func (v *NullableAcrMgntEventReport) Set(val *AcrMgntEventReport) + func (v *NullableAcrMgntEventReport) UnmarshalJSON(src []byte) error + func (v *NullableAcrMgntEventReport) Unset() + func (v NullableAcrMgntEventReport) Get() *AcrMgntEventReport + func (v NullableAcrMgntEventReport) IsSet() bool + func (v NullableAcrMgntEventReport) MarshalJSON() ([]byte, error) + type NullableAcrMgntEventSubsc struct + func NewNullableAcrMgntEventSubsc(val *AcrMgntEventSubsc) *NullableAcrMgntEventSubsc + func (v *NullableAcrMgntEventSubsc) Set(val *AcrMgntEventSubsc) + func (v *NullableAcrMgntEventSubsc) UnmarshalJSON(src []byte) error + func (v *NullableAcrMgntEventSubsc) Unset() + func (v NullableAcrMgntEventSubsc) Get() *AcrMgntEventSubsc + func (v NullableAcrMgntEventSubsc) IsSet() bool + func (v NullableAcrMgntEventSubsc) MarshalJSON() ([]byte, error) + type NullableAcrMgntEventsNotification struct + func NewNullableAcrMgntEventsNotification(val *AcrMgntEventsNotification) *NullableAcrMgntEventsNotification + func (v *NullableAcrMgntEventsNotification) Set(val *AcrMgntEventsNotification) + func (v *NullableAcrMgntEventsNotification) UnmarshalJSON(src []byte) error + func (v *NullableAcrMgntEventsNotification) Unset() + func (v NullableAcrMgntEventsNotification) Get() *AcrMgntEventsNotification + func (v NullableAcrMgntEventsNotification) IsSet() bool + func (v NullableAcrMgntEventsNotification) MarshalJSON() ([]byte, error) + type NullableAcrMgntEventsSubscription struct + func NewNullableAcrMgntEventsSubscription(val *AcrMgntEventsSubscription) *NullableAcrMgntEventsSubscription + func (v *NullableAcrMgntEventsSubscription) Set(val *AcrMgntEventsSubscription) + func (v *NullableAcrMgntEventsSubscription) UnmarshalJSON(src []byte) error + func (v *NullableAcrMgntEventsSubscription) Unset() + func (v NullableAcrMgntEventsSubscription) Get() *AcrMgntEventsSubscription + func (v NullableAcrMgntEventsSubscription) IsSet() bool + func (v NullableAcrMgntEventsSubscription) MarshalJSON() ([]byte, error) + type NullableAcrMgntEventsSubscriptionPatch struct + func NewNullableAcrMgntEventsSubscriptionPatch(val *AcrMgntEventsSubscriptionPatch) *NullableAcrMgntEventsSubscriptionPatch + func (v *NullableAcrMgntEventsSubscriptionPatch) Set(val *AcrMgntEventsSubscriptionPatch) + func (v *NullableAcrMgntEventsSubscriptionPatch) UnmarshalJSON(src []byte) error + func (v *NullableAcrMgntEventsSubscriptionPatch) Unset() + func (v NullableAcrMgntEventsSubscriptionPatch) Get() *AcrMgntEventsSubscriptionPatch + func (v NullableAcrMgntEventsSubscriptionPatch) IsSet() bool + func (v NullableAcrMgntEventsSubscriptionPatch) MarshalJSON() ([]byte, error) + type NullableActStatus struct + func NewNullableActStatus(val *ActStatus) *NullableActStatus + func (v *NullableActStatus) Set(val *ActStatus) + func (v *NullableActStatus) UnmarshalJSON(src []byte) error + func (v *NullableActStatus) Unset() + func (v NullableActStatus) Get() *ActStatus + func (v NullableActStatus) IsSet() bool + func (v NullableActStatus) MarshalJSON() ([]byte, error) + type NullableActStatusAnyOf struct + func NewNullableActStatusAnyOf(val *ActStatusAnyOf) *NullableActStatusAnyOf + func (v *NullableActStatusAnyOf) Set(val *ActStatusAnyOf) + func (v *NullableActStatusAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableActStatusAnyOf) Unset() + func (v NullableActStatusAnyOf) Get() *ActStatusAnyOf + func (v NullableActStatusAnyOf) IsSet() bool + func (v NullableActStatusAnyOf) MarshalJSON() ([]byte, error) + type NullableAvailabilityNotif struct + func NewNullableAvailabilityNotif(val *AvailabilityNotif) *NullableAvailabilityNotif + func (v *NullableAvailabilityNotif) Set(val *AvailabilityNotif) + func (v *NullableAvailabilityNotif) UnmarshalJSON(src []byte) error + func (v *NullableAvailabilityNotif) Unset() + func (v NullableAvailabilityNotif) Get() *AvailabilityNotif + func (v NullableAvailabilityNotif) IsSet() bool + func (v NullableAvailabilityNotif) MarshalJSON() ([]byte, error) + type NullableAvailabilityStatus struct + func NewNullableAvailabilityStatus(val *AvailabilityStatus) *NullableAvailabilityStatus + func (v *NullableAvailabilityStatus) Set(val *AvailabilityStatus) + func (v *NullableAvailabilityStatus) UnmarshalJSON(src []byte) error + func (v *NullableAvailabilityStatus) Unset() + func (v NullableAvailabilityStatus) Get() *AvailabilityStatus + func (v NullableAvailabilityStatus) IsSet() bool + func (v NullableAvailabilityStatus) MarshalJSON() ([]byte, error) + type NullableAvailabilityStatusAnyOf struct + func NewNullableAvailabilityStatusAnyOf(val *AvailabilityStatusAnyOf) *NullableAvailabilityStatusAnyOf + func (v *NullableAvailabilityStatusAnyOf) Set(val *AvailabilityStatusAnyOf) + func (v *NullableAvailabilityStatusAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableAvailabilityStatusAnyOf) Unset() + func (v NullableAvailabilityStatusAnyOf) Get() *AvailabilityStatusAnyOf + func (v NullableAvailabilityStatusAnyOf) IsSet() bool + func (v NullableAvailabilityStatusAnyOf) 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 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 NullableDnaiChangeType struct + func NewNullableDnaiChangeType(val *DnaiChangeType) *NullableDnaiChangeType + func (v *NullableDnaiChangeType) Set(val *DnaiChangeType) + func (v *NullableDnaiChangeType) UnmarshalJSON(src []byte) error + func (v *NullableDnaiChangeType) Unset() + func (v NullableDnaiChangeType) Get() *DnaiChangeType + func (v NullableDnaiChangeType) IsSet() bool + func (v NullableDnaiChangeType) MarshalJSON() ([]byte, error) + type NullableDnaiChangeTypeAnyOf struct + func NewNullableDnaiChangeTypeAnyOf(val *DnaiChangeTypeAnyOf) *NullableDnaiChangeTypeAnyOf + func (v *NullableDnaiChangeTypeAnyOf) Set(val *DnaiChangeTypeAnyOf) + func (v *NullableDnaiChangeTypeAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableDnaiChangeTypeAnyOf) Unset() + func (v NullableDnaiChangeTypeAnyOf) Get() *DnaiChangeTypeAnyOf + func (v NullableDnaiChangeTypeAnyOf) IsSet() bool + func (v NullableDnaiChangeTypeAnyOf) MarshalJSON() ([]byte, error) + type NullableEasCharacteristics struct + func NewNullableEasCharacteristics(val *EasCharacteristics) *NullableEasCharacteristics + func (v *NullableEasCharacteristics) Set(val *EasCharacteristics) + func (v *NullableEasCharacteristics) UnmarshalJSON(src []byte) error + func (v *NullableEasCharacteristics) Unset() + func (v NullableEasCharacteristics) Get() *EasCharacteristics + func (v NullableEasCharacteristics) IsSet() bool + func (v NullableEasCharacteristics) 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 NullableEndPoint struct + func NewNullableEndPoint(val *EndPoint) *NullableEndPoint + func (v *NullableEndPoint) Set(val *EndPoint) + func (v *NullableEndPoint) UnmarshalJSON(src []byte) error + func (v *NullableEndPoint) Unset() + func (v NullableEndPoint) Get() *EndPoint + func (v NullableEndPoint) IsSet() bool + func (v NullableEndPoint) MarshalJSON() ([]byte, error) + type NullableFailureAcrMgntEventInfo struct + func NewNullableFailureAcrMgntEventInfo(val *FailureAcrMgntEventInfo) *NullableFailureAcrMgntEventInfo + func (v *NullableFailureAcrMgntEventInfo) Set(val *FailureAcrMgntEventInfo) + func (v *NullableFailureAcrMgntEventInfo) UnmarshalJSON(src []byte) error + func (v *NullableFailureAcrMgntEventInfo) Unset() + func (v NullableFailureAcrMgntEventInfo) Get() *FailureAcrMgntEventInfo + func (v NullableFailureAcrMgntEventInfo) IsSet() bool + func (v NullableFailureAcrMgntEventInfo) 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 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 NullableIndUeIdentification struct + func NewNullableIndUeIdentification(val *IndUeIdentification) *NullableIndUeIdentification + func (v *NullableIndUeIdentification) Set(val *IndUeIdentification) + func (v *NullableIndUeIdentification) UnmarshalJSON(src []byte) error + func (v *NullableIndUeIdentification) Unset() + func (v NullableIndUeIdentification) Get() *IndUeIdentification + func (v NullableIndUeIdentification) IsSet() bool + func (v NullableIndUeIdentification) 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 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 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 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 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 NullableRouteInformation struct + func NewNullableRouteInformation(val *RouteInformation) *NullableRouteInformation + func (v *NullableRouteInformation) Set(val *RouteInformation) + func (v *NullableRouteInformation) UnmarshalJSON(src []byte) error + func (v *NullableRouteInformation) Unset() + func (v NullableRouteInformation) Get() *RouteInformation + func (v NullableRouteInformation) IsSet() bool + func (v NullableRouteInformation) MarshalJSON() ([]byte, error) + type NullableRouteToLocation struct + func NewNullableRouteToLocation(val *RouteToLocation) *NullableRouteToLocation + func (v *NullableRouteToLocation) Set(val *RouteToLocation) + func (v *NullableRouteToLocation) UnmarshalJSON(src []byte) error + func (v *NullableRouteToLocation) Unset() + func (v NullableRouteToLocation) Get() *RouteToLocation + func (v NullableRouteToLocation) IsSet() bool + func (v NullableRouteToLocation) MarshalJSON() ([]byte, error) + type 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 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 NullableTargetUeIdentification struct + func NewNullableTargetUeIdentification(val *TargetUeIdentification) *NullableTargetUeIdentification + func (v *NullableTargetUeIdentification) Set(val *TargetUeIdentification) + func (v *NullableTargetUeIdentification) UnmarshalJSON(src []byte) error + func (v *NullableTargetUeIdentification) Unset() + func (v NullableTargetUeIdentification) Get() *TargetUeIdentification + func (v NullableTargetUeIdentification) IsSet() bool + func (v NullableTargetUeIdentification) 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 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 NullableUpPathChangeInfo struct + func NewNullableUpPathChangeInfo(val *UpPathChangeInfo) *NullableUpPathChangeInfo + func (v *NullableUpPathChangeInfo) Set(val *UpPathChangeInfo) + func (v *NullableUpPathChangeInfo) UnmarshalJSON(src []byte) error + func (v *NullableUpPathChangeInfo) Unset() + func (v NullableUpPathChangeInfo) Get() *UpPathChangeInfo + func (v NullableUpPathChangeInfo) IsSet() bool + func (v NullableUpPathChangeInfo) MarshalJSON() ([]byte, error) + type NullableWebsockNotifConfig struct + func NewNullableWebsockNotifConfig(val *WebsockNotifConfig) *NullableWebsockNotifConfig + func (v *NullableWebsockNotifConfig) Set(val *WebsockNotifConfig) + func (v *NullableWebsockNotifConfig) UnmarshalJSON(src []byte) error + func (v *NullableWebsockNotifConfig) Unset() + func (v NullableWebsockNotifConfig) Get() *WebsockNotifConfig + func (v NullableWebsockNotifConfig) IsSet() bool + func (v NullableWebsockNotifConfig) MarshalJSON() ([]byte, error) + type 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 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 RouteInformation struct + Ipv4Addr *string + Ipv6Addr *Ipv6Addr + PortNumber int32 + func NewRouteInformation(portNumber int32) *RouteInformation + func NewRouteInformationWithDefaults() *RouteInformation + func (o *RouteInformation) GetIpv4Addr() string + func (o *RouteInformation) GetIpv4AddrOk() (*string, bool) + func (o *RouteInformation) GetIpv6Addr() Ipv6Addr + func (o *RouteInformation) GetIpv6AddrOk() (*Ipv6Addr, bool) + func (o *RouteInformation) GetPortNumber() int32 + func (o *RouteInformation) GetPortNumberOk() (*int32, bool) + func (o *RouteInformation) HasIpv4Addr() bool + func (o *RouteInformation) HasIpv6Addr() bool + func (o *RouteInformation) SetIpv4Addr(v string) + func (o *RouteInformation) SetIpv6Addr(v Ipv6Addr) + func (o *RouteInformation) SetPortNumber(v int32) + func (o RouteInformation) MarshalJSON() ([]byte, error) + func (o RouteInformation) ToMap() (map[string]interface{}, error) + type RouteToLocation struct + Interface *interface{} + func (dst *RouteToLocation) UnmarshalJSON(data []byte) error + func (src *RouteToLocation) MarshalJSON() ([]byte, error) + type 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 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 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 TargetUeIdentification struct + Interface *interface{} + func InterfaceAsTargetUeIdentification(v *interface{}) TargetUeIdentification + func (dst *TargetUeIdentification) UnmarshalJSON(data []byte) error + func (obj *TargetUeIdentification) GetActualInstance() interface{} + func (src TargetUeIdentification) MarshalJSON() ([]byte, error) + type TimeWindow struct + StartTime time.Time + StopTime time.Time + func NewTimeWindow(startTime time.Time, stopTime time.Time) *TimeWindow + func NewTimeWindowWithDefaults() *TimeWindow + func (o *TimeWindow) GetStartTime() time.Time + func (o *TimeWindow) GetStartTimeOk() (*time.Time, bool) + func (o *TimeWindow) GetStopTime() time.Time + func (o *TimeWindow) GetStopTimeOk() (*time.Time, bool) + func (o *TimeWindow) SetStartTime(v time.Time) + func (o *TimeWindow) SetStopTime(v time.Time) + func (o TimeWindow) MarshalJSON() ([]byte, error) + func (o TimeWindow) ToMap() (map[string]interface{}, error) + type 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 UpPathChangeInfo struct + DnaiChgType DnaiChangeType + SourceDnai *string + SourceTrafficRoute NullableRouteToLocation + SrcUeIpv4Addr *string + SrcUeIpv6Prefix *Ipv6Prefix + TargetDnai *string + TargetTrafficRoute NullableRouteToLocation + TgtUeIpv4Addr *string + TgtUeIpv6Prefix *Ipv6Prefix + UeId IndUeIdentification + func NewUpPathChangeInfo(ueId IndUeIdentification, dnaiChgType DnaiChangeType) *UpPathChangeInfo + func NewUpPathChangeInfoWithDefaults() *UpPathChangeInfo + func (o *UpPathChangeInfo) GetDnaiChgType() DnaiChangeType + func (o *UpPathChangeInfo) GetDnaiChgTypeOk() (*DnaiChangeType, bool) + func (o *UpPathChangeInfo) GetSourceDnai() string + func (o *UpPathChangeInfo) GetSourceDnaiOk() (*string, bool) + func (o *UpPathChangeInfo) GetSourceTrafficRoute() RouteToLocation + func (o *UpPathChangeInfo) GetSourceTrafficRouteOk() (*RouteToLocation, bool) + func (o *UpPathChangeInfo) GetSrcUeIpv4Addr() string + func (o *UpPathChangeInfo) GetSrcUeIpv4AddrOk() (*string, bool) + func (o *UpPathChangeInfo) GetSrcUeIpv6Prefix() Ipv6Prefix + func (o *UpPathChangeInfo) GetSrcUeIpv6PrefixOk() (*Ipv6Prefix, bool) + func (o *UpPathChangeInfo) GetTargetDnai() string + func (o *UpPathChangeInfo) GetTargetDnaiOk() (*string, bool) + func (o *UpPathChangeInfo) GetTargetTrafficRoute() RouteToLocation + func (o *UpPathChangeInfo) GetTargetTrafficRouteOk() (*RouteToLocation, bool) + func (o *UpPathChangeInfo) GetTgtUeIpv4Addr() string + func (o *UpPathChangeInfo) GetTgtUeIpv4AddrOk() (*string, bool) + func (o *UpPathChangeInfo) GetTgtUeIpv6Prefix() Ipv6Prefix + func (o *UpPathChangeInfo) GetTgtUeIpv6PrefixOk() (*Ipv6Prefix, bool) + func (o *UpPathChangeInfo) GetUeId() IndUeIdentification + func (o *UpPathChangeInfo) GetUeIdOk() (*IndUeIdentification, bool) + func (o *UpPathChangeInfo) HasSourceDnai() bool + func (o *UpPathChangeInfo) HasSourceTrafficRoute() bool + func (o *UpPathChangeInfo) HasSrcUeIpv4Addr() bool + func (o *UpPathChangeInfo) HasSrcUeIpv6Prefix() bool + func (o *UpPathChangeInfo) HasTargetDnai() bool + func (o *UpPathChangeInfo) HasTargetTrafficRoute() bool + func (o *UpPathChangeInfo) HasTgtUeIpv4Addr() bool + func (o *UpPathChangeInfo) HasTgtUeIpv6Prefix() bool + func (o *UpPathChangeInfo) SetDnaiChgType(v DnaiChangeType) + func (o *UpPathChangeInfo) SetSourceDnai(v string) + func (o *UpPathChangeInfo) SetSourceTrafficRoute(v RouteToLocation) + func (o *UpPathChangeInfo) SetSourceTrafficRouteNil() + func (o *UpPathChangeInfo) SetSrcUeIpv4Addr(v string) + func (o *UpPathChangeInfo) SetSrcUeIpv6Prefix(v Ipv6Prefix) + func (o *UpPathChangeInfo) SetTargetDnai(v string) + func (o *UpPathChangeInfo) SetTargetTrafficRoute(v RouteToLocation) + func (o *UpPathChangeInfo) SetTargetTrafficRouteNil() + func (o *UpPathChangeInfo) SetTgtUeIpv4Addr(v string) + func (o *UpPathChangeInfo) SetTgtUeIpv6Prefix(v Ipv6Prefix) + func (o *UpPathChangeInfo) SetUeId(v IndUeIdentification) + func (o *UpPathChangeInfo) UnsetSourceTrafficRoute() + func (o *UpPathChangeInfo) UnsetTargetTrafficRoute() + func (o UpPathChangeInfo) MarshalJSON() ([]byte, error) + func (o UpPathChangeInfo) ToMap() (map[string]interface{}, error) + type WebsockNotifConfig struct + RequestWebsocketUri *bool + WebsocketUri *string + func NewWebsockNotifConfig() *WebsockNotifConfig + func NewWebsockNotifConfigWithDefaults() *WebsockNotifConfig + func (o *WebsockNotifConfig) GetRequestWebsocketUri() bool + func (o *WebsockNotifConfig) GetRequestWebsocketUriOk() (*bool, bool) + func (o *WebsockNotifConfig) GetWebsocketUri() string + func (o *WebsockNotifConfig) GetWebsocketUriOk() (*string, bool) + func (o *WebsockNotifConfig) HasRequestWebsocketUri() bool + func (o *WebsockNotifConfig) HasWebsocketUri() bool + func (o *WebsockNotifConfig) SetRequestWebsocketUri(v bool) + func (o *WebsockNotifConfig) SetWebsocketUri(v string) + func (o WebsockNotifConfig) MarshalJSON() ([]byte, error) + func (o WebsockNotifConfig) ToMap() (map[string]interface{}, error)