Documentation ¶
Index ¶
- Variables
- func CacheExpires(r *http.Response) time.Time
- func IsNil(i interface{}) bool
- func PtrBool(v bool) *bool
- func PtrFloat32(v float32) *float32
- func PtrFloat64(v float64) *float64
- func PtrInt(v int) *int
- func PtrInt32(v int32) *int32
- func PtrInt64(v int64) *int64
- func PtrString(v string) *string
- func PtrTime(v time.Time) *time.Time
- type ACRCompleteEventInfo
- func (o *ACRCompleteEventInfo) GetAcrRes() bool
- func (o *ACRCompleteEventInfo) GetAcrResOk() (*bool, bool)
- func (o *ACRCompleteEventInfo) GetFailReason() string
- func (o *ACRCompleteEventInfo) GetFailReasonOk() (*string, bool)
- func (o *ACRCompleteEventInfo) GetTEasEndpoint() EndPoint
- func (o *ACRCompleteEventInfo) GetTEasEndpointOk() (*EndPoint, bool)
- func (o *ACRCompleteEventInfo) HasFailReason() bool
- func (o ACRCompleteEventInfo) MarshalJSON() ([]byte, error)
- func (o *ACRCompleteEventInfo) SetAcrRes(v bool)
- func (o *ACRCompleteEventInfo) SetFailReason(v string)
- func (o *ACRCompleteEventInfo) SetTEasEndpoint(v EndPoint)
- func (o ACRCompleteEventInfo) ToMap() (map[string]interface{}, error)
- func (o *ACRCompleteEventInfo) UnmarshalJSON(bytes []byte) (err error)
- type ACREventIDs
- type ACREventsSubscription
- func (o *ACREventsSubscription) GetAcIds() []string
- func (o *ACREventsSubscription) GetAcIdsOk() ([]string, bool)
- func (o *ACREventsSubscription) GetEasIds() []string
- func (o *ACREventsSubscription) GetEasIdsOk() ([]string, bool)
- func (o *ACREventsSubscription) GetEecId() string
- func (o *ACREventsSubscription) GetEecIdOk() (*string, bool)
- func (o *ACREventsSubscription) GetEventIds() ACREventIDs
- func (o *ACREventsSubscription) GetEventIdsOk() (*ACREventIDs, bool)
- func (o *ACREventsSubscription) GetExpTime() time.Time
- func (o *ACREventsSubscription) GetExpTimeOk() (*time.Time, bool)
- func (o *ACREventsSubscription) GetNotificationDestination() string
- func (o *ACREventsSubscription) GetNotificationDestinationOk() (*string, bool)
- func (o *ACREventsSubscription) GetRequestTestNotification() bool
- func (o *ACREventsSubscription) GetRequestTestNotificationOk() (*bool, bool)
- func (o *ACREventsSubscription) GetSuppFeat() string
- func (o *ACREventsSubscription) GetSuppFeatOk() (*string, bool)
- func (o *ACREventsSubscription) GetUeId() string
- func (o *ACREventsSubscription) GetUeIdOk() (*string, bool)
- func (o *ACREventsSubscription) GetWebsockNotifConfig() WebsockNotifConfig
- func (o *ACREventsSubscription) GetWebsockNotifConfigOk() (*WebsockNotifConfig, bool)
- func (o *ACREventsSubscription) HasAcIds() bool
- func (o *ACREventsSubscription) HasExpTime() bool
- func (o *ACREventsSubscription) HasRequestTestNotification() bool
- func (o *ACREventsSubscription) HasSuppFeat() bool
- func (o *ACREventsSubscription) HasUeId() bool
- func (o *ACREventsSubscription) HasWebsockNotifConfig() bool
- func (o ACREventsSubscription) MarshalJSON() ([]byte, error)
- func (o *ACREventsSubscription) SetAcIds(v []string)
- func (o *ACREventsSubscription) SetEasIds(v []string)
- func (o *ACREventsSubscription) SetEecId(v string)
- func (o *ACREventsSubscription) SetEventIds(v ACREventIDs)
- func (o *ACREventsSubscription) SetExpTime(v time.Time)
- func (o *ACREventsSubscription) SetNotificationDestination(v string)
- func (o *ACREventsSubscription) SetRequestTestNotification(v bool)
- func (o *ACREventsSubscription) SetSuppFeat(v string)
- func (o *ACREventsSubscription) SetUeId(v string)
- func (o *ACREventsSubscription) SetWebsockNotifConfig(v WebsockNotifConfig)
- func (o ACREventsSubscription) ToMap() (map[string]interface{}, error)
- func (o *ACREventsSubscription) UnmarshalJSON(bytes []byte) (err error)
- type ACREventsSubscriptionCollectionAPIService
- func (a *ACREventsSubscriptionCollectionAPIService) CreateACREventsSubscripton(ctx context.Context) ApiCreateACREventsSubscriptonRequest
- func (a *ACREventsSubscriptionCollectionAPIService) CreateACREventsSubscriptonExecute(r ApiCreateACREventsSubscriptonRequest) (*ACREventsSubscription, *http.Response, error)
- type ACREventsSubscriptionPatch
- func (o *ACREventsSubscriptionPatch) GetEasIds() []string
- func (o *ACREventsSubscriptionPatch) GetEasIdsOk() ([]string, bool)
- func (o *ACREventsSubscriptionPatch) GetEventIds() ACREventIDs
- func (o *ACREventsSubscriptionPatch) GetEventIdsOk() (*ACREventIDs, bool)
- func (o *ACREventsSubscriptionPatch) GetExpTime() time.Time
- func (o *ACREventsSubscriptionPatch) GetExpTimeOk() (*time.Time, bool)
- func (o *ACREventsSubscriptionPatch) GetNotificationDestination() string
- func (o *ACREventsSubscriptionPatch) GetNotificationDestinationOk() (*string, bool)
- func (o *ACREventsSubscriptionPatch) HasEasIds() bool
- func (o *ACREventsSubscriptionPatch) HasEventIds() bool
- func (o *ACREventsSubscriptionPatch) HasExpTime() bool
- func (o *ACREventsSubscriptionPatch) HasNotificationDestination() bool
- func (o ACREventsSubscriptionPatch) MarshalJSON() ([]byte, error)
- func (o *ACREventsSubscriptionPatch) SetEasIds(v []string)
- func (o *ACREventsSubscriptionPatch) SetEventIds(v ACREventIDs)
- func (o *ACREventsSubscriptionPatch) SetExpTime(v time.Time)
- func (o *ACREventsSubscriptionPatch) SetNotificationDestination(v string)
- func (o ACREventsSubscriptionPatch) ToMap() (map[string]interface{}, error)
- type ACRInfoNotification
- func (o *ACRInfoNotification) GetAcId() string
- func (o *ACRInfoNotification) GetAcIdOk() (*string, bool)
- func (o *ACRInfoNotification) GetAcrStatus() ACRCompleteEventInfo
- func (o *ACRInfoNotification) GetAcrStatusOk() (*ACRCompleteEventInfo, bool)
- func (o *ACRInfoNotification) GetEasId() string
- func (o *ACRInfoNotification) GetEasIdOk() (*string, bool)
- func (o *ACRInfoNotification) GetEecCtxtReloc() EecCtxtRelocStatus
- func (o *ACRInfoNotification) GetEecCtxtRelocOk() (*EecCtxtRelocStatus, bool)
- func (o *ACRInfoNotification) GetEventId() ACREventIDs
- func (o *ACRInfoNotification) GetEventIdOk() (*ACREventIDs, bool)
- func (o *ACRInfoNotification) GetSubId() string
- func (o *ACRInfoNotification) GetSubIdOk() (*string, bool)
- func (o *ACRInfoNotification) GetTrgtInfo() TargetInfo
- func (o *ACRInfoNotification) GetTrgtInfoOk() (*TargetInfo, bool)
- func (o *ACRInfoNotification) HasAcId() bool
- func (o *ACRInfoNotification) HasAcrStatus() bool
- func (o *ACRInfoNotification) HasEecCtxtReloc() bool
- func (o *ACRInfoNotification) HasTrgtInfo() bool
- func (o ACRInfoNotification) MarshalJSON() ([]byte, error)
- func (o *ACRInfoNotification) SetAcId(v string)
- func (o *ACRInfoNotification) SetAcrStatus(v ACRCompleteEventInfo)
- func (o *ACRInfoNotification) SetEasId(v string)
- func (o *ACRInfoNotification) SetEecCtxtReloc(v EecCtxtRelocStatus)
- func (o *ACRInfoNotification) SetEventId(v ACREventIDs)
- func (o *ACRInfoNotification) SetSubId(v string)
- func (o *ACRInfoNotification) SetTrgtInfo(v TargetInfo)
- func (o ACRInfoNotification) ToMap() (map[string]interface{}, error)
- func (o *ACRInfoNotification) UnmarshalJSON(bytes []byte) (err error)
- type ACRScenario
- type APIClient
- type APIKey
- type APIResponse
- type ApiCreateACREventsSubscriptonRequest
- type ApiDeleteACREventsSubscriptionRequest
- type ApiModifyACREventsSubscriptionRequest
- type ApiUpdateACREventsSubscriptionRequest
- type BasicAuth
- type 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) MarshalJSON() ([]byte, error)
- 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) ToMap() (map[string]interface{}, error)
- type Configuration
- type DiscoveredEas
- func (o *DiscoveredEas) GetEas() EASProfile
- func (o *DiscoveredEas) GetEasOk() (*EASProfile, bool)
- func (o *DiscoveredEas) GetLifeTime() time.Time
- func (o *DiscoveredEas) GetLifeTimeOk() (*time.Time, bool)
- func (o *DiscoveredEas) HasLifeTime() bool
- func (o DiscoveredEas) MarshalJSON() ([]byte, error)
- func (o *DiscoveredEas) SetEas(v EASProfile)
- func (o *DiscoveredEas) SetLifeTime(v time.Time)
- func (o DiscoveredEas) ToMap() (map[string]interface{}, error)
- func (o *DiscoveredEas) UnmarshalJSON(bytes []byte) (err error)
- type EASCategory
- type EASProfile
- func (o *EASProfile) GetAcIds() []string
- func (o *EASProfile) GetAcIdsOk() ([]string, bool)
- func (o *EASProfile) GetAppLocs() []RouteToLocation
- func (o *EASProfile) GetAppLocsOk() ([]RouteToLocation, bool)
- func (o *EASProfile) GetAvlRep() int32
- func (o *EASProfile) GetAvlRepOk() (*int32, bool)
- func (o *EASProfile) GetEasFeats() []string
- func (o *EASProfile) GetEasFeatsOk() ([]string, bool)
- func (o *EASProfile) GetEasId() string
- func (o *EASProfile) GetEasIdOk() (*string, bool)
- func (o *EASProfile) GetEndPt() EndPoint
- func (o *EASProfile) GetEndPtOk() (*EndPoint, bool)
- func (o *EASProfile) GetFlexEasType() string
- func (o *EASProfile) GetFlexEasTypeOk() (*string, bool)
- func (o *EASProfile) GetPermLvl() []PermissionLevel
- func (o *EASProfile) GetPermLvlOk() ([]PermissionLevel, bool)
- func (o *EASProfile) GetProvId() string
- func (o *EASProfile) GetProvIdOk() (*string, bool)
- func (o *EASProfile) GetScheds() []ScheduledCommunicationTime
- func (o *EASProfile) GetSchedsOk() ([]ScheduledCommunicationTime, bool)
- func (o *EASProfile) GetStatus() string
- func (o *EASProfile) GetStatusOk() (*string, bool)
- func (o *EASProfile) GetSvcArea() ServiceArea
- func (o *EASProfile) GetSvcAreaOk() (*ServiceArea, bool)
- func (o *EASProfile) GetSvcContSupp() []ACRScenario
- func (o *EASProfile) GetSvcContSuppOk() ([]ACRScenario, bool)
- func (o *EASProfile) GetSvcKpi() EASServiceKPI
- func (o *EASProfile) GetSvcKpiOk() (*EASServiceKPI, bool)
- func (o *EASProfile) GetType() EASCategory
- func (o *EASProfile) GetTypeOk() (*EASCategory, bool)
- func (o *EASProfile) HasAcIds() bool
- func (o *EASProfile) HasAppLocs() bool
- func (o *EASProfile) HasAvlRep() bool
- func (o *EASProfile) HasEasFeats() bool
- func (o *EASProfile) HasFlexEasType() bool
- func (o *EASProfile) HasPermLvl() bool
- func (o *EASProfile) HasProvId() bool
- func (o *EASProfile) HasScheds() bool
- func (o *EASProfile) HasStatus() bool
- func (o *EASProfile) HasSvcArea() bool
- func (o *EASProfile) HasSvcContSupp() bool
- func (o *EASProfile) HasSvcKpi() bool
- func (o *EASProfile) HasType() bool
- func (o EASProfile) MarshalJSON() ([]byte, error)
- func (o *EASProfile) SetAcIds(v []string)
- func (o *EASProfile) SetAppLocs(v []RouteToLocation)
- func (o *EASProfile) SetAvlRep(v int32)
- func (o *EASProfile) SetEasFeats(v []string)
- func (o *EASProfile) SetEasId(v string)
- func (o *EASProfile) SetEndPt(v EndPoint)
- func (o *EASProfile) SetFlexEasType(v string)
- func (o *EASProfile) SetPermLvl(v []PermissionLevel)
- func (o *EASProfile) SetProvId(v string)
- func (o *EASProfile) SetScheds(v []ScheduledCommunicationTime)
- func (o *EASProfile) SetStatus(v string)
- func (o *EASProfile) SetSvcArea(v ServiceArea)
- func (o *EASProfile) SetSvcContSupp(v []ACRScenario)
- func (o *EASProfile) SetSvcKpi(v EASServiceKPI)
- func (o *EASProfile) SetType(v EASCategory)
- func (o EASProfile) ToMap() (map[string]interface{}, error)
- func (o *EASProfile) UnmarshalJSON(bytes []byte) (err error)
- type EASServiceKPI
- func (o *EASServiceKPI) GetAvail() int32
- func (o *EASServiceKPI) GetAvailOk() (*int32, bool)
- func (o *EASServiceKPI) GetAvlComp() int32
- func (o *EASServiceKPI) GetAvlCompOk() (*int32, bool)
- func (o *EASServiceKPI) GetAvlGraComp() int32
- func (o *EASServiceKPI) GetAvlGraCompOk() (*int32, bool)
- func (o *EASServiceKPI) GetAvlMem() int32
- func (o *EASServiceKPI) GetAvlMemOk() (*int32, bool)
- func (o *EASServiceKPI) GetAvlStrg() int32
- func (o *EASServiceKPI) GetAvlStrgOk() (*int32, bool)
- func (o *EASServiceKPI) GetConnBand() string
- func (o *EASServiceKPI) GetConnBandOk() (*string, bool)
- func (o *EASServiceKPI) GetMaxReqRate() int32
- func (o *EASServiceKPI) GetMaxReqRateOk() (*int32, bool)
- func (o *EASServiceKPI) GetMaxRespTime() int32
- func (o *EASServiceKPI) GetMaxRespTimeOk() (*int32, bool)
- func (o *EASServiceKPI) HasAvail() bool
- func (o *EASServiceKPI) HasAvlComp() bool
- func (o *EASServiceKPI) HasAvlGraComp() bool
- func (o *EASServiceKPI) HasAvlMem() bool
- func (o *EASServiceKPI) HasAvlStrg() bool
- func (o *EASServiceKPI) HasConnBand() bool
- func (o *EASServiceKPI) HasMaxReqRate() bool
- func (o *EASServiceKPI) HasMaxRespTime() bool
- func (o EASServiceKPI) MarshalJSON() ([]byte, error)
- func (o *EASServiceKPI) SetAvail(v int32)
- func (o *EASServiceKPI) SetAvlComp(v int32)
- func (o *EASServiceKPI) SetAvlGraComp(v int32)
- func (o *EASServiceKPI) SetAvlMem(v int32)
- func (o *EASServiceKPI) SetAvlStrg(v int32)
- func (o *EASServiceKPI) SetConnBand(v string)
- func (o *EASServiceKPI) SetMaxReqRate(v int32)
- func (o *EASServiceKPI) SetMaxRespTime(v int32)
- func (o EASServiceKPI) ToMap() (map[string]interface{}, error)
- type EDNConInfo
- func (o *EDNConInfo) GetDnn() string
- func (o *EDNConInfo) GetDnnOk() (*string, bool)
- func (o *EDNConInfo) GetEdnTopoSrvArea() LocationArea5G
- func (o *EDNConInfo) GetEdnTopoSrvAreaOk() (*LocationArea5G, bool)
- func (o *EDNConInfo) GetSnssai() Snssai
- func (o *EDNConInfo) GetSnssaiOk() (*Snssai, bool)
- func (o *EDNConInfo) HasDnn() bool
- func (o *EDNConInfo) HasEdnTopoSrvArea() bool
- func (o *EDNConInfo) HasSnssai() bool
- func (o EDNConInfo) MarshalJSON() ([]byte, error)
- func (o *EDNConInfo) SetDnn(v string)
- func (o *EDNConInfo) SetEdnTopoSrvArea(v LocationArea5G)
- func (o *EDNConInfo) SetSnssai(v Snssai)
- func (o EDNConInfo) ToMap() (map[string]interface{}, error)
- type EDNConfigInfo
- func (o *EDNConfigInfo) GetEdnConInfo() EDNConInfo
- func (o *EDNConfigInfo) GetEdnConInfoOk() (*EDNConInfo, bool)
- func (o *EDNConfigInfo) GetEess() []EESInfo
- func (o *EDNConfigInfo) GetEessOk() ([]EESInfo, bool)
- func (o *EDNConfigInfo) GetLifeTime() time.Time
- func (o *EDNConfigInfo) GetLifeTimeOk() (*time.Time, bool)
- func (o *EDNConfigInfo) HasLifeTime() bool
- func (o EDNConfigInfo) MarshalJSON() ([]byte, error)
- func (o *EDNConfigInfo) SetEdnConInfo(v EDNConInfo)
- func (o *EDNConfigInfo) SetEess(v []EESInfo)
- func (o *EDNConfigInfo) SetLifeTime(v time.Time)
- func (o EDNConfigInfo) ToMap() (map[string]interface{}, error)
- func (o *EDNConfigInfo) UnmarshalJSON(bytes []byte) (err error)
- type EESInfo
- func (o *EESInfo) GetDnais() []string
- func (o *EESInfo) GetDnaisOk() ([]string, bool)
- func (o *EESInfo) GetEasIds() []string
- func (o *EESInfo) GetEasIdsOk() ([]string, bool)
- func (o *EESInfo) GetEcspInfo() string
- func (o *EESInfo) GetEcspInfoOk() (*string, bool)
- func (o *EESInfo) GetEecRegConf() bool
- func (o *EESInfo) GetEecRegConfOk() (*bool, bool)
- func (o *EESInfo) GetEesId() string
- func (o *EESInfo) GetEesIdOk() (*string, bool)
- func (o *EESInfo) GetEesSvcContSupp() []ACRScenario
- func (o *EESInfo) GetEesSvcContSuppOk() ([]ACRScenario, bool)
- func (o *EESInfo) GetEndPt() EndPoint
- func (o *EESInfo) GetEndPtOk() (*EndPoint, bool)
- func (o *EESInfo) GetSvcArea() LocationArea5G
- func (o *EESInfo) GetSvcAreaOk() (*LocationArea5G, bool)
- func (o *EESInfo) HasDnais() bool
- func (o *EESInfo) HasEasIds() bool
- func (o *EESInfo) HasEcspInfo() bool
- func (o *EESInfo) HasEesSvcContSupp() bool
- func (o *EESInfo) HasEndPt() bool
- func (o *EESInfo) HasSvcArea() bool
- func (o EESInfo) MarshalJSON() ([]byte, error)
- func (o *EESInfo) SetDnais(v []string)
- func (o *EESInfo) SetEasIds(v []string)
- func (o *EESInfo) SetEcspInfo(v string)
- func (o *EESInfo) SetEecRegConf(v bool)
- func (o *EESInfo) SetEesId(v string)
- func (o *EESInfo) SetEesSvcContSupp(v []ACRScenario)
- func (o *EESInfo) SetEndPt(v EndPoint)
- func (o *EESInfo) SetEndPtNil()
- func (o *EESInfo) SetSvcArea(v LocationArea5G)
- func (o EESInfo) ToMap() (map[string]interface{}, error)
- func (o *EESInfo) UnmarshalJSON(bytes []byte) (err error)
- func (o *EESInfo) UnsetEndPt()
- type 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) MarshalJSON() ([]byte, error)
- func (o *Ecgi) SetEutraCellId(v string)
- func (o *Ecgi) SetNid(v string)
- func (o *Ecgi) SetPlmnId(v PlmnId)
- func (o Ecgi) ToMap() (map[string]interface{}, error)
- func (o *Ecgi) UnmarshalJSON(bytes []byte) (err error)
- type EecCtxtRelocStatus
- func (o *EecCtxtRelocStatus) GetImplReg() ImplicitRegDetails
- func (o *EecCtxtRelocStatus) GetImplRegOk() (*ImplicitRegDetails, bool)
- func (o *EecCtxtRelocStatus) HasImplReg() bool
- func (o EecCtxtRelocStatus) MarshalJSON() ([]byte, error)
- func (o *EecCtxtRelocStatus) SetImplReg(v ImplicitRegDetails)
- func (o EecCtxtRelocStatus) ToMap() (map[string]interface{}, error)
- type 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) MarshalJSON() ([]byte, error)
- 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) ToMap() (map[string]interface{}, error)
- func (o *EllipsoidArc) UnmarshalJSON(bytes []byte) (err error)
- type EndPoint
- func (o *EndPoint) GetFqdn() string
- func (o *EndPoint) GetFqdnOk() (*string, bool)
- func (o *EndPoint) GetIpv4Addrs() []string
- func (o *EndPoint) GetIpv4AddrsOk() ([]string, bool)
- func (o *EndPoint) GetIpv6Addrs() []string
- func (o *EndPoint) GetIpv6AddrsOk() ([]string, bool)
- func (o *EndPoint) GetUri() string
- func (o *EndPoint) GetUriOk() (*string, bool)
- func (o *EndPoint) HasFqdn() bool
- func (o *EndPoint) HasIpv4Addrs() bool
- func (o *EndPoint) HasIpv6Addrs() bool
- func (o *EndPoint) HasUri() bool
- func (o EndPoint) MarshalJSON() ([]byte, error)
- func (o *EndPoint) SetFqdn(v string)
- func (o *EndPoint) SetIpv4Addrs(v []string)
- func (o *EndPoint) SetIpv6Addrs(v []string)
- func (o *EndPoint) SetUri(v string)
- func (o EndPoint) ToMap() (map[string]interface{}, error)
- type GADShape
- func (o *GADShape) GetShape() SupportedGADShapes
- func (o *GADShape) GetShapeOk() (*SupportedGADShapes, bool)
- func (o GADShape) MarshalJSON() ([]byte, error)
- func (o *GADShape) SetShape(v SupportedGADShapes)
- func (o GADShape) ToMap() (map[string]interface{}, error)
- func (o *GADShape) UnmarshalJSON(bytes []byte) (err error)
- type 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) MarshalJSON() ([]byte, error)
- func (o *GNbId) SetBitLength(v int32)
- func (o *GNbId) SetGNBValue(v string)
- func (o GNbId) ToMap() (map[string]interface{}, error)
- func (o *GNbId) UnmarshalJSON(bytes []byte) (err error)
- type GenericOpenAPIError
- type GeographicArea
- type 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) MarshalJSON() ([]byte, error)
- func (o *GeographicalCoordinates) SetLat(v float64)
- func (o *GeographicalCoordinates) SetLon(v float64)
- func (o GeographicalCoordinates) ToMap() (map[string]interface{}, error)
- func (o *GeographicalCoordinates) UnmarshalJSON(bytes []byte) (err error)
- type GeographicalServiceArea
- func (o *GeographicalServiceArea) GetCivicAddrs() []CivicAddress
- func (o *GeographicalServiceArea) GetCivicAddrsOk() ([]CivicAddress, bool)
- func (o *GeographicalServiceArea) GetGeoArs() []GeographicArea
- func (o *GeographicalServiceArea) GetGeoArsOk() ([]GeographicArea, bool)
- func (o *GeographicalServiceArea) HasCivicAddrs() bool
- func (o *GeographicalServiceArea) HasGeoArs() bool
- func (o GeographicalServiceArea) MarshalJSON() ([]byte, error)
- func (o *GeographicalServiceArea) SetCivicAddrs(v []CivicAddress)
- func (o *GeographicalServiceArea) SetGeoArs(v []GeographicArea)
- func (o GeographicalServiceArea) ToMap() (map[string]interface{}, error)
- type GlobalRanNodeId
- func (o *GlobalRanNodeId) GetENbId() string
- func (o *GlobalRanNodeId) GetENbIdOk() (*string, bool)
- func (o *GlobalRanNodeId) GetGNbId() GNbId
- func (o *GlobalRanNodeId) GetGNbIdOk() (*GNbId, bool)
- func (o *GlobalRanNodeId) GetN3IwfId() string
- func (o *GlobalRanNodeId) GetN3IwfIdOk() (*string, bool)
- func (o *GlobalRanNodeId) GetNgeNbId() string
- func (o *GlobalRanNodeId) GetNgeNbIdOk() (*string, bool)
- func (o *GlobalRanNodeId) GetNid() string
- func (o *GlobalRanNodeId) GetNidOk() (*string, bool)
- func (o *GlobalRanNodeId) GetPlmnId() PlmnId
- func (o *GlobalRanNodeId) GetPlmnIdOk() (*PlmnId, bool)
- func (o *GlobalRanNodeId) GetTngfId() string
- func (o *GlobalRanNodeId) GetTngfIdOk() (*string, bool)
- func (o *GlobalRanNodeId) GetWagfId() string
- func (o *GlobalRanNodeId) GetWagfIdOk() (*string, bool)
- func (o *GlobalRanNodeId) HasENbId() bool
- func (o *GlobalRanNodeId) HasGNbId() bool
- func (o *GlobalRanNodeId) HasN3IwfId() bool
- func (o *GlobalRanNodeId) HasNgeNbId() bool
- func (o *GlobalRanNodeId) HasNid() bool
- func (o *GlobalRanNodeId) HasTngfId() bool
- func (o *GlobalRanNodeId) HasWagfId() bool
- func (o GlobalRanNodeId) MarshalJSON() ([]byte, error)
- func (o *GlobalRanNodeId) SetENbId(v string)
- func (o *GlobalRanNodeId) SetGNbId(v GNbId)
- func (o *GlobalRanNodeId) SetN3IwfId(v string)
- func (o *GlobalRanNodeId) SetNgeNbId(v string)
- func (o *GlobalRanNodeId) SetNid(v string)
- func (o *GlobalRanNodeId) SetPlmnId(v PlmnId)
- func (o *GlobalRanNodeId) SetTngfId(v string)
- func (o *GlobalRanNodeId) SetWagfId(v string)
- func (o GlobalRanNodeId) ToMap() (map[string]interface{}, error)
- func (o *GlobalRanNodeId) UnmarshalJSON(bytes []byte) (err error)
- type ImplicitRegDetails
- func (o *ImplicitRegDetails) GetExpTime() time.Time
- func (o *ImplicitRegDetails) GetExpTimeOk() (*time.Time, bool)
- func (o *ImplicitRegDetails) GetRegId() string
- func (o *ImplicitRegDetails) GetRegIdOk() (*string, bool)
- func (o *ImplicitRegDetails) HasExpTime() bool
- func (o ImplicitRegDetails) MarshalJSON() ([]byte, error)
- func (o *ImplicitRegDetails) SetExpTime(v time.Time)
- func (o *ImplicitRegDetails) SetRegId(v string)
- func (o ImplicitRegDetails) ToMap() (map[string]interface{}, error)
- func (o *ImplicitRegDetails) UnmarshalJSON(bytes []byte) (err error)
- type IndividualACREventsSubscriptionAPIService
- func (a *IndividualACREventsSubscriptionAPIService) DeleteACREventsSubscription(ctx context.Context, subscriptionId string) ApiDeleteACREventsSubscriptionRequest
- func (a *IndividualACREventsSubscriptionAPIService) DeleteACREventsSubscriptionExecute(r ApiDeleteACREventsSubscriptionRequest) (*http.Response, error)
- func (a *IndividualACREventsSubscriptionAPIService) ModifyACREventsSubscription(ctx context.Context, subscriptionId string) ApiModifyACREventsSubscriptionRequest
- func (a *IndividualACREventsSubscriptionAPIService) ModifyACREventsSubscriptionExecute(r ApiModifyACREventsSubscriptionRequest) (*ACREventsSubscription, *http.Response, error)
- func (a *IndividualACREventsSubscriptionAPIService) UpdateACREventsSubscription(ctx context.Context, subscriptionId string) ApiUpdateACREventsSubscriptionRequest
- func (a *IndividualACREventsSubscriptionAPIService) UpdateACREventsSubscriptionExecute(r ApiUpdateACREventsSubscriptionRequest) (*ACREventsSubscription, *http.Response, error)
- type 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) MarshalJSON() ([]byte, error)
- func (o *InvalidParam) SetParam(v string)
- func (o *InvalidParam) SetReason(v string)
- func (o InvalidParam) ToMap() (map[string]interface{}, error)
- func (o *InvalidParam) UnmarshalJSON(bytes []byte) (err error)
- type Ipv6Addr1
- type 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) MarshalJSON() ([]byte, error)
- 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) ToMap() (map[string]interface{}, error)
- func (o *Local2dPointUncertaintyEllipse) UnmarshalJSON(bytes []byte) (err error)
- type 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) MarshalJSON() ([]byte, error)
- 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) ToMap() (map[string]interface{}, error)
- func (o *Local3dPointUncertaintyEllipsoid) UnmarshalJSON(bytes []byte) (err error)
- type 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) MarshalJSON() ([]byte, error)
- func (o *LocalOrigin) SetCoordinateId(v string)
- func (o *LocalOrigin) SetPoint(v GeographicalCoordinates)
- func (o LocalOrigin) ToMap() (map[string]interface{}, error)
- type 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) MarshalJSON() ([]byte, error)
- func (o *LocationArea5G) SetCivicAddresses(v []CivicAddress)
- func (o *LocationArea5G) SetGeographicAreas(v []GeographicArea)
- func (o *LocationArea5G) SetNwAreaInfo(v NetworkAreaInfo)
- func (o LocationArea5G) ToMap() (map[string]interface{}, error)
- type MappedNullable
- type 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) MarshalJSON() ([]byte, error)
- func (o *Ncgi) SetNid(v string)
- func (o *Ncgi) SetNrCellId(v string)
- func (o *Ncgi) SetPlmnId(v PlmnId)
- func (o Ncgi) ToMap() (map[string]interface{}, error)
- func (o *Ncgi) UnmarshalJSON(bytes []byte) (err error)
- type 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) MarshalJSON() ([]byte, error)
- 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) ToMap() (map[string]interface{}, error)
- type NullableACRCompleteEventInfo
- func (v NullableACRCompleteEventInfo) Get() *ACRCompleteEventInfo
- func (v NullableACRCompleteEventInfo) IsSet() bool
- func (v NullableACRCompleteEventInfo) MarshalJSON() ([]byte, error)
- func (v *NullableACRCompleteEventInfo) Set(val *ACRCompleteEventInfo)
- func (v *NullableACRCompleteEventInfo) UnmarshalJSON(src []byte) error
- func (v *NullableACRCompleteEventInfo) Unset()
- type NullableACREventIDs
- func (v NullableACREventIDs) Get() *ACREventIDs
- func (v NullableACREventIDs) IsSet() bool
- func (v NullableACREventIDs) MarshalJSON() ([]byte, error)
- func (v *NullableACREventIDs) Set(val *ACREventIDs)
- func (v *NullableACREventIDs) UnmarshalJSON(src []byte) error
- func (v *NullableACREventIDs) Unset()
- type NullableACREventsSubscription
- func (v NullableACREventsSubscription) Get() *ACREventsSubscription
- func (v NullableACREventsSubscription) IsSet() bool
- func (v NullableACREventsSubscription) MarshalJSON() ([]byte, error)
- func (v *NullableACREventsSubscription) Set(val *ACREventsSubscription)
- func (v *NullableACREventsSubscription) UnmarshalJSON(src []byte) error
- func (v *NullableACREventsSubscription) Unset()
- type NullableACREventsSubscriptionPatch
- func (v NullableACREventsSubscriptionPatch) Get() *ACREventsSubscriptionPatch
- func (v NullableACREventsSubscriptionPatch) IsSet() bool
- func (v NullableACREventsSubscriptionPatch) MarshalJSON() ([]byte, error)
- func (v *NullableACREventsSubscriptionPatch) Set(val *ACREventsSubscriptionPatch)
- func (v *NullableACREventsSubscriptionPatch) UnmarshalJSON(src []byte) error
- func (v *NullableACREventsSubscriptionPatch) Unset()
- type NullableACRInfoNotification
- func (v NullableACRInfoNotification) Get() *ACRInfoNotification
- func (v NullableACRInfoNotification) IsSet() bool
- func (v NullableACRInfoNotification) MarshalJSON() ([]byte, error)
- func (v *NullableACRInfoNotification) Set(val *ACRInfoNotification)
- func (v *NullableACRInfoNotification) UnmarshalJSON(src []byte) error
- func (v *NullableACRInfoNotification) Unset()
- type NullableACRScenario
- func (v NullableACRScenario) Get() *ACRScenario
- func (v NullableACRScenario) IsSet() bool
- func (v NullableACRScenario) MarshalJSON() ([]byte, error)
- func (v *NullableACRScenario) Set(val *ACRScenario)
- func (v *NullableACRScenario) UnmarshalJSON(src []byte) error
- func (v *NullableACRScenario) Unset()
- type NullableBool
- type NullableCivicAddress
- func (v NullableCivicAddress) Get() *CivicAddress
- func (v NullableCivicAddress) IsSet() bool
- func (v NullableCivicAddress) MarshalJSON() ([]byte, error)
- func (v *NullableCivicAddress) Set(val *CivicAddress)
- func (v *NullableCivicAddress) UnmarshalJSON(src []byte) error
- func (v *NullableCivicAddress) Unset()
- type NullableDiscoveredEas
- func (v NullableDiscoveredEas) Get() *DiscoveredEas
- func (v NullableDiscoveredEas) IsSet() bool
- func (v NullableDiscoveredEas) MarshalJSON() ([]byte, error)
- func (v *NullableDiscoveredEas) Set(val *DiscoveredEas)
- func (v *NullableDiscoveredEas) UnmarshalJSON(src []byte) error
- func (v *NullableDiscoveredEas) Unset()
- type NullableEASCategory
- func (v NullableEASCategory) Get() *EASCategory
- func (v NullableEASCategory) IsSet() bool
- func (v NullableEASCategory) MarshalJSON() ([]byte, error)
- func (v *NullableEASCategory) Set(val *EASCategory)
- func (v *NullableEASCategory) UnmarshalJSON(src []byte) error
- func (v *NullableEASCategory) Unset()
- type NullableEASProfile
- type NullableEASServiceKPI
- func (v NullableEASServiceKPI) Get() *EASServiceKPI
- func (v NullableEASServiceKPI) IsSet() bool
- func (v NullableEASServiceKPI) MarshalJSON() ([]byte, error)
- func (v *NullableEASServiceKPI) Set(val *EASServiceKPI)
- func (v *NullableEASServiceKPI) UnmarshalJSON(src []byte) error
- func (v *NullableEASServiceKPI) Unset()
- type NullableEDNConInfo
- type NullableEDNConfigInfo
- func (v NullableEDNConfigInfo) Get() *EDNConfigInfo
- func (v NullableEDNConfigInfo) IsSet() bool
- func (v NullableEDNConfigInfo) MarshalJSON() ([]byte, error)
- func (v *NullableEDNConfigInfo) Set(val *EDNConfigInfo)
- func (v *NullableEDNConfigInfo) UnmarshalJSON(src []byte) error
- func (v *NullableEDNConfigInfo) Unset()
- type NullableEESInfo
- type NullableEcgi
- type NullableEecCtxtRelocStatus
- func (v NullableEecCtxtRelocStatus) Get() *EecCtxtRelocStatus
- func (v NullableEecCtxtRelocStatus) IsSet() bool
- func (v NullableEecCtxtRelocStatus) MarshalJSON() ([]byte, error)
- func (v *NullableEecCtxtRelocStatus) Set(val *EecCtxtRelocStatus)
- func (v *NullableEecCtxtRelocStatus) UnmarshalJSON(src []byte) error
- func (v *NullableEecCtxtRelocStatus) Unset()
- type NullableEllipsoidArc
- func (v NullableEllipsoidArc) Get() *EllipsoidArc
- func (v NullableEllipsoidArc) IsSet() bool
- func (v NullableEllipsoidArc) MarshalJSON() ([]byte, error)
- func (v *NullableEllipsoidArc) Set(val *EllipsoidArc)
- func (v *NullableEllipsoidArc) UnmarshalJSON(src []byte) error
- func (v *NullableEllipsoidArc) Unset()
- type NullableEndPoint
- type NullableFloat32
- type NullableFloat64
- type NullableGADShape
- type NullableGNbId
- type NullableGeographicArea
- func (v NullableGeographicArea) Get() *GeographicArea
- func (v NullableGeographicArea) IsSet() bool
- func (v NullableGeographicArea) MarshalJSON() ([]byte, error)
- func (v *NullableGeographicArea) Set(val *GeographicArea)
- func (v *NullableGeographicArea) UnmarshalJSON(src []byte) error
- func (v *NullableGeographicArea) Unset()
- type NullableGeographicalCoordinates
- func (v NullableGeographicalCoordinates) Get() *GeographicalCoordinates
- func (v NullableGeographicalCoordinates) IsSet() bool
- func (v NullableGeographicalCoordinates) MarshalJSON() ([]byte, error)
- func (v *NullableGeographicalCoordinates) Set(val *GeographicalCoordinates)
- func (v *NullableGeographicalCoordinates) UnmarshalJSON(src []byte) error
- func (v *NullableGeographicalCoordinates) Unset()
- type NullableGeographicalServiceArea
- func (v NullableGeographicalServiceArea) Get() *GeographicalServiceArea
- func (v NullableGeographicalServiceArea) IsSet() bool
- func (v NullableGeographicalServiceArea) MarshalJSON() ([]byte, error)
- func (v *NullableGeographicalServiceArea) Set(val *GeographicalServiceArea)
- func (v *NullableGeographicalServiceArea) UnmarshalJSON(src []byte) error
- func (v *NullableGeographicalServiceArea) Unset()
- type NullableGlobalRanNodeId
- func (v NullableGlobalRanNodeId) Get() *GlobalRanNodeId
- func (v NullableGlobalRanNodeId) IsSet() bool
- func (v NullableGlobalRanNodeId) MarshalJSON() ([]byte, error)
- func (v *NullableGlobalRanNodeId) Set(val *GlobalRanNodeId)
- func (v *NullableGlobalRanNodeId) UnmarshalJSON(src []byte) error
- func (v *NullableGlobalRanNodeId) Unset()
- type NullableImplicitRegDetails
- func (v NullableImplicitRegDetails) Get() *ImplicitRegDetails
- func (v NullableImplicitRegDetails) IsSet() bool
- func (v NullableImplicitRegDetails) MarshalJSON() ([]byte, error)
- func (v *NullableImplicitRegDetails) Set(val *ImplicitRegDetails)
- func (v *NullableImplicitRegDetails) UnmarshalJSON(src []byte) error
- func (v *NullableImplicitRegDetails) Unset()
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableInvalidParam
- func (v NullableInvalidParam) Get() *InvalidParam
- func (v NullableInvalidParam) IsSet() bool
- func (v NullableInvalidParam) MarshalJSON() ([]byte, error)
- func (v *NullableInvalidParam) Set(val *InvalidParam)
- func (v *NullableInvalidParam) UnmarshalJSON(src []byte) error
- func (v *NullableInvalidParam) Unset()
- type NullableIpv6Addr1
- type NullableLocal2dPointUncertaintyEllipse
- func (v NullableLocal2dPointUncertaintyEllipse) Get() *Local2dPointUncertaintyEllipse
- func (v NullableLocal2dPointUncertaintyEllipse) IsSet() bool
- func (v NullableLocal2dPointUncertaintyEllipse) MarshalJSON() ([]byte, error)
- func (v *NullableLocal2dPointUncertaintyEllipse) Set(val *Local2dPointUncertaintyEllipse)
- func (v *NullableLocal2dPointUncertaintyEllipse) UnmarshalJSON(src []byte) error
- func (v *NullableLocal2dPointUncertaintyEllipse) Unset()
- type NullableLocal3dPointUncertaintyEllipsoid
- func (v NullableLocal3dPointUncertaintyEllipsoid) Get() *Local3dPointUncertaintyEllipsoid
- func (v NullableLocal3dPointUncertaintyEllipsoid) IsSet() bool
- func (v NullableLocal3dPointUncertaintyEllipsoid) MarshalJSON() ([]byte, error)
- func (v *NullableLocal3dPointUncertaintyEllipsoid) Set(val *Local3dPointUncertaintyEllipsoid)
- func (v *NullableLocal3dPointUncertaintyEllipsoid) UnmarshalJSON(src []byte) error
- func (v *NullableLocal3dPointUncertaintyEllipsoid) Unset()
- type NullableLocalOrigin
- func (v NullableLocalOrigin) Get() *LocalOrigin
- func (v NullableLocalOrigin) IsSet() bool
- func (v NullableLocalOrigin) MarshalJSON() ([]byte, error)
- func (v *NullableLocalOrigin) Set(val *LocalOrigin)
- func (v *NullableLocalOrigin) UnmarshalJSON(src []byte) error
- func (v *NullableLocalOrigin) Unset()
- type NullableLocationArea5G
- func (v NullableLocationArea5G) Get() *LocationArea5G
- func (v NullableLocationArea5G) IsSet() bool
- func (v NullableLocationArea5G) MarshalJSON() ([]byte, error)
- func (v *NullableLocationArea5G) Set(val *LocationArea5G)
- func (v *NullableLocationArea5G) UnmarshalJSON(src []byte) error
- func (v *NullableLocationArea5G) Unset()
- type NullableNcgi
- type NullableNetworkAreaInfo
- func (v NullableNetworkAreaInfo) Get() *NetworkAreaInfo
- func (v NullableNetworkAreaInfo) IsSet() bool
- func (v NullableNetworkAreaInfo) MarshalJSON() ([]byte, error)
- func (v *NullableNetworkAreaInfo) Set(val *NetworkAreaInfo)
- func (v *NullableNetworkAreaInfo) UnmarshalJSON(src []byte) error
- func (v *NullableNetworkAreaInfo) Unset()
- type NullablePermissionLevel
- func (v NullablePermissionLevel) Get() *PermissionLevel
- func (v NullablePermissionLevel) IsSet() bool
- func (v NullablePermissionLevel) MarshalJSON() ([]byte, error)
- func (v *NullablePermissionLevel) Set(val *PermissionLevel)
- func (v *NullablePermissionLevel) UnmarshalJSON(src []byte) error
- func (v *NullablePermissionLevel) Unset()
- type NullablePlmnId
- type NullablePlmnId1
- type NullablePoint
- type NullablePointAltitude
- func (v NullablePointAltitude) Get() *PointAltitude
- func (v NullablePointAltitude) IsSet() bool
- func (v NullablePointAltitude) MarshalJSON() ([]byte, error)
- func (v *NullablePointAltitude) Set(val *PointAltitude)
- func (v *NullablePointAltitude) UnmarshalJSON(src []byte) error
- func (v *NullablePointAltitude) Unset()
- type NullablePointAltitudeUncertainty
- func (v NullablePointAltitudeUncertainty) Get() *PointAltitudeUncertainty
- func (v NullablePointAltitudeUncertainty) IsSet() bool
- func (v NullablePointAltitudeUncertainty) MarshalJSON() ([]byte, error)
- func (v *NullablePointAltitudeUncertainty) Set(val *PointAltitudeUncertainty)
- func (v *NullablePointAltitudeUncertainty) UnmarshalJSON(src []byte) error
- func (v *NullablePointAltitudeUncertainty) Unset()
- type NullablePointUncertaintyCircle
- func (v NullablePointUncertaintyCircle) Get() *PointUncertaintyCircle
- func (v NullablePointUncertaintyCircle) IsSet() bool
- func (v NullablePointUncertaintyCircle) MarshalJSON() ([]byte, error)
- func (v *NullablePointUncertaintyCircle) Set(val *PointUncertaintyCircle)
- func (v *NullablePointUncertaintyCircle) UnmarshalJSON(src []byte) error
- func (v *NullablePointUncertaintyCircle) Unset()
- type NullablePointUncertaintyEllipse
- func (v NullablePointUncertaintyEllipse) Get() *PointUncertaintyEllipse
- func (v NullablePointUncertaintyEllipse) IsSet() bool
- func (v NullablePointUncertaintyEllipse) MarshalJSON() ([]byte, error)
- func (v *NullablePointUncertaintyEllipse) Set(val *PointUncertaintyEllipse)
- func (v *NullablePointUncertaintyEllipse) UnmarshalJSON(src []byte) error
- func (v *NullablePointUncertaintyEllipse) Unset()
- type NullablePolygon
- type NullableProblemDetails
- func (v NullableProblemDetails) Get() *ProblemDetails
- func (v NullableProblemDetails) IsSet() bool
- func (v NullableProblemDetails) MarshalJSON() ([]byte, error)
- func (v *NullableProblemDetails) Set(val *ProblemDetails)
- func (v *NullableProblemDetails) UnmarshalJSON(src []byte) error
- func (v *NullableProblemDetails) Unset()
- type NullableRelativeCartesianLocation
- func (v NullableRelativeCartesianLocation) Get() *RelativeCartesianLocation
- func (v NullableRelativeCartesianLocation) IsSet() bool
- func (v NullableRelativeCartesianLocation) MarshalJSON() ([]byte, error)
- func (v *NullableRelativeCartesianLocation) Set(val *RelativeCartesianLocation)
- func (v *NullableRelativeCartesianLocation) UnmarshalJSON(src []byte) error
- func (v *NullableRelativeCartesianLocation) Unset()
- type NullableRouteInformation
- func (v NullableRouteInformation) Get() *RouteInformation
- func (v NullableRouteInformation) IsSet() bool
- func (v NullableRouteInformation) MarshalJSON() ([]byte, error)
- func (v *NullableRouteInformation) Set(val *RouteInformation)
- func (v *NullableRouteInformation) UnmarshalJSON(src []byte) error
- func (v *NullableRouteInformation) Unset()
- type NullableRouteToLocation
- func (v NullableRouteToLocation) Get() *RouteToLocation
- func (v NullableRouteToLocation) IsSet() bool
- func (v NullableRouteToLocation) MarshalJSON() ([]byte, error)
- func (v *NullableRouteToLocation) Set(val *RouteToLocation)
- func (v *NullableRouteToLocation) UnmarshalJSON(src []byte) error
- func (v *NullableRouteToLocation) Unset()
- type NullableScheduledCommunicationTime
- func (v NullableScheduledCommunicationTime) Get() *ScheduledCommunicationTime
- func (v NullableScheduledCommunicationTime) IsSet() bool
- func (v NullableScheduledCommunicationTime) MarshalJSON() ([]byte, error)
- func (v *NullableScheduledCommunicationTime) Set(val *ScheduledCommunicationTime)
- func (v *NullableScheduledCommunicationTime) UnmarshalJSON(src []byte) error
- func (v *NullableScheduledCommunicationTime) Unset()
- type NullableServiceArea
- func (v NullableServiceArea) Get() *ServiceArea
- func (v NullableServiceArea) IsSet() bool
- func (v NullableServiceArea) MarshalJSON() ([]byte, error)
- func (v *NullableServiceArea) Set(val *ServiceArea)
- func (v *NullableServiceArea) UnmarshalJSON(src []byte) error
- func (v *NullableServiceArea) Unset()
- type NullableSnssai
- type NullableString
- type NullableSupportedGADShapes
- func (v NullableSupportedGADShapes) Get() *SupportedGADShapes
- func (v NullableSupportedGADShapes) IsSet() bool
- func (v NullableSupportedGADShapes) MarshalJSON() ([]byte, error)
- func (v *NullableSupportedGADShapes) Set(val *SupportedGADShapes)
- func (v *NullableSupportedGADShapes) UnmarshalJSON(src []byte) error
- func (v *NullableSupportedGADShapes) Unset()
- type NullableTai
- type NullableTargetInfo
- type NullableTime
- type NullableTopologicalServiceArea
- func (v NullableTopologicalServiceArea) Get() *TopologicalServiceArea
- func (v NullableTopologicalServiceArea) IsSet() bool
- func (v NullableTopologicalServiceArea) MarshalJSON() ([]byte, error)
- func (v *NullableTopologicalServiceArea) Set(val *TopologicalServiceArea)
- func (v *NullableTopologicalServiceArea) UnmarshalJSON(src []byte) error
- func (v *NullableTopologicalServiceArea) Unset()
- type NullableUncertaintyEllipse
- func (v NullableUncertaintyEllipse) Get() *UncertaintyEllipse
- func (v NullableUncertaintyEllipse) IsSet() bool
- func (v NullableUncertaintyEllipse) MarshalJSON() ([]byte, error)
- func (v *NullableUncertaintyEllipse) Set(val *UncertaintyEllipse)
- func (v *NullableUncertaintyEllipse) UnmarshalJSON(src []byte) error
- func (v *NullableUncertaintyEllipse) Unset()
- type NullableUncertaintyEllipsoid
- func (v NullableUncertaintyEllipsoid) Get() *UncertaintyEllipsoid
- func (v NullableUncertaintyEllipsoid) IsSet() bool
- func (v NullableUncertaintyEllipsoid) MarshalJSON() ([]byte, error)
- func (v *NullableUncertaintyEllipsoid) Set(val *UncertaintyEllipsoid)
- func (v *NullableUncertaintyEllipsoid) UnmarshalJSON(src []byte) error
- func (v *NullableUncertaintyEllipsoid) Unset()
- type NullableWebsockNotifConfig
- func (v NullableWebsockNotifConfig) Get() *WebsockNotifConfig
- func (v NullableWebsockNotifConfig) IsSet() bool
- func (v NullableWebsockNotifConfig) MarshalJSON() ([]byte, error)
- func (v *NullableWebsockNotifConfig) Set(val *WebsockNotifConfig)
- func (v *NullableWebsockNotifConfig) UnmarshalJSON(src []byte) error
- func (v *NullableWebsockNotifConfig) Unset()
- type PermissionLevel
- type 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) MarshalJSON() ([]byte, error)
- func (o *PlmnId) SetMcc(v string)
- func (o *PlmnId) SetMnc(v string)
- func (o PlmnId) ToMap() (map[string]interface{}, error)
- func (o *PlmnId) UnmarshalJSON(bytes []byte) (err error)
- type PlmnId1
- func (o *PlmnId1) GetMcc() string
- func (o *PlmnId1) GetMccOk() (*string, bool)
- func (o *PlmnId1) GetMnc() string
- func (o *PlmnId1) GetMncOk() (*string, bool)
- func (o PlmnId1) MarshalJSON() ([]byte, error)
- func (o *PlmnId1) SetMcc(v string)
- func (o *PlmnId1) SetMnc(v string)
- func (o PlmnId1) ToMap() (map[string]interface{}, error)
- func (o *PlmnId1) UnmarshalJSON(bytes []byte) (err error)
- type Point
- func (o *Point) GetPoint() GeographicalCoordinates
- func (o *Point) GetPointOk() (*GeographicalCoordinates, bool)
- func (o Point) MarshalJSON() ([]byte, error)
- func (o *Point) SetPoint(v GeographicalCoordinates)
- func (o Point) ToMap() (map[string]interface{}, error)
- func (o *Point) UnmarshalJSON(bytes []byte) (err error)
- type 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) MarshalJSON() ([]byte, error)
- func (o *PointAltitude) SetAltitude(v float64)
- func (o *PointAltitude) SetPoint(v GeographicalCoordinates)
- func (o PointAltitude) ToMap() (map[string]interface{}, error)
- func (o *PointAltitude) UnmarshalJSON(bytes []byte) (err error)
- type 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) MarshalJSON() ([]byte, error)
- 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) ToMap() (map[string]interface{}, error)
- func (o *PointAltitudeUncertainty) UnmarshalJSON(bytes []byte) (err error)
- type 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) MarshalJSON() ([]byte, error)
- func (o *PointUncertaintyCircle) SetPoint(v GeographicalCoordinates)
- func (o *PointUncertaintyCircle) SetUncertainty(v float32)
- func (o PointUncertaintyCircle) ToMap() (map[string]interface{}, error)
- func (o *PointUncertaintyCircle) UnmarshalJSON(bytes []byte) (err error)
- type 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) MarshalJSON() ([]byte, error)
- func (o *PointUncertaintyEllipse) SetConfidence(v int32)
- func (o *PointUncertaintyEllipse) SetPoint(v GeographicalCoordinates)
- func (o *PointUncertaintyEllipse) SetUncertaintyEllipse(v UncertaintyEllipse)
- func (o PointUncertaintyEllipse) ToMap() (map[string]interface{}, error)
- func (o *PointUncertaintyEllipse) UnmarshalJSON(bytes []byte) (err error)
- type Polygon
- func (o *Polygon) GetPointList() []GeographicalCoordinates
- func (o *Polygon) GetPointListOk() ([]GeographicalCoordinates, bool)
- func (o Polygon) MarshalJSON() ([]byte, error)
- func (o *Polygon) SetPointList(v []GeographicalCoordinates)
- func (o Polygon) ToMap() (map[string]interface{}, error)
- func (o *Polygon) UnmarshalJSON(bytes []byte) (err error)
- type 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) MarshalJSON() ([]byte, error)
- 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) ToMap() (map[string]interface{}, error)
- type 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) MarshalJSON() ([]byte, error)
- func (o *RelativeCartesianLocation) SetX(v float32)
- func (o *RelativeCartesianLocation) SetY(v float32)
- func (o *RelativeCartesianLocation) SetZ(v float32)
- func (o RelativeCartesianLocation) ToMap() (map[string]interface{}, error)
- func (o *RelativeCartesianLocation) UnmarshalJSON(bytes []byte) (err error)
- type RouteInformation
- func (o *RouteInformation) GetIpv4Addr() string
- func (o *RouteInformation) GetIpv4AddrOk() (*string, bool)
- func (o *RouteInformation) GetIpv6Addr() Ipv6Addr1
- func (o *RouteInformation) GetIpv6AddrOk() (*Ipv6Addr1, 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) MarshalJSON() ([]byte, error)
- func (o *RouteInformation) SetIpv4Addr(v string)
- func (o *RouteInformation) SetIpv6Addr(v Ipv6Addr1)
- func (o *RouteInformation) SetPortNumber(v int32)
- func (o RouteInformation) ToMap() (map[string]interface{}, error)
- func (o *RouteInformation) UnmarshalJSON(bytes []byte) (err error)
- type RouteToLocation
- func (o *RouteToLocation) GetDnai() string
- func (o *RouteToLocation) GetDnaiOk() (*string, bool)
- func (o *RouteToLocation) GetRouteInfo() RouteInformation
- func (o *RouteToLocation) GetRouteInfoOk() (*RouteInformation, bool)
- func (o *RouteToLocation) GetRouteProfId() string
- func (o *RouteToLocation) GetRouteProfIdOk() (*string, bool)
- func (o *RouteToLocation) HasRouteInfo() bool
- func (o *RouteToLocation) HasRouteProfId() bool
- func (o RouteToLocation) MarshalJSON() ([]byte, error)
- func (o *RouteToLocation) SetDnai(v string)
- func (o *RouteToLocation) SetRouteInfo(v RouteInformation)
- func (o *RouteToLocation) SetRouteInfoNil()
- func (o *RouteToLocation) SetRouteProfId(v string)
- func (o *RouteToLocation) SetRouteProfIdNil()
- func (o RouteToLocation) ToMap() (map[string]interface{}, error)
- func (o *RouteToLocation) UnmarshalJSON(bytes []byte) (err error)
- func (o *RouteToLocation) UnsetRouteInfo()
- func (o *RouteToLocation) UnsetRouteProfId()
- type ScheduledCommunicationTime
- func (o *ScheduledCommunicationTime) GetDaysOfWeek() []int32
- func (o *ScheduledCommunicationTime) GetDaysOfWeekOk() ([]int32, bool)
- func (o *ScheduledCommunicationTime) GetTimeOfDayEnd() string
- func (o *ScheduledCommunicationTime) GetTimeOfDayEndOk() (*string, bool)
- func (o *ScheduledCommunicationTime) GetTimeOfDayStart() string
- func (o *ScheduledCommunicationTime) GetTimeOfDayStartOk() (*string, bool)
- func (o *ScheduledCommunicationTime) HasDaysOfWeek() bool
- func (o *ScheduledCommunicationTime) HasTimeOfDayEnd() bool
- func (o *ScheduledCommunicationTime) HasTimeOfDayStart() bool
- func (o ScheduledCommunicationTime) MarshalJSON() ([]byte, error)
- func (o *ScheduledCommunicationTime) SetDaysOfWeek(v []int32)
- func (o *ScheduledCommunicationTime) SetTimeOfDayEnd(v string)
- func (o *ScheduledCommunicationTime) SetTimeOfDayStart(v string)
- func (o ScheduledCommunicationTime) ToMap() (map[string]interface{}, error)
- type ServerConfiguration
- type ServerConfigurations
- type ServerVariable
- type ServiceArea
- func (o *ServiceArea) GetGeoServAr() GeographicalServiceArea
- func (o *ServiceArea) GetGeoServArOk() (*GeographicalServiceArea, bool)
- func (o *ServiceArea) GetTopServAr() TopologicalServiceArea
- func (o *ServiceArea) GetTopServArOk() (*TopologicalServiceArea, bool)
- func (o *ServiceArea) HasGeoServAr() bool
- func (o *ServiceArea) HasTopServAr() bool
- func (o ServiceArea) MarshalJSON() ([]byte, error)
- func (o *ServiceArea) SetGeoServAr(v GeographicalServiceArea)
- func (o *ServiceArea) SetTopServAr(v TopologicalServiceArea)
- func (o ServiceArea) ToMap() (map[string]interface{}, error)
- type Snssai
- func (o *Snssai) GetSd() string
- func (o *Snssai) GetSdOk() (*string, bool)
- func (o *Snssai) GetSst() int32
- func (o *Snssai) GetSstOk() (*int32, bool)
- func (o *Snssai) HasSd() bool
- func (o Snssai) MarshalJSON() ([]byte, error)
- func (o *Snssai) SetSd(v string)
- func (o *Snssai) SetSst(v int32)
- func (o Snssai) ToMap() (map[string]interface{}, error)
- func (o *Snssai) UnmarshalJSON(bytes []byte) (err error)
- type SupportedGADShapes
- type 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) MarshalJSON() ([]byte, error)
- func (o *Tai) SetNid(v string)
- func (o *Tai) SetPlmnId(v PlmnId)
- func (o *Tai) SetTac(v string)
- func (o Tai) ToMap() (map[string]interface{}, error)
- func (o *Tai) UnmarshalJSON(bytes []byte) (err error)
- type TargetInfo
- func (o *TargetInfo) GetTrgetEASInfo() DiscoveredEas
- func (o *TargetInfo) GetTrgetEASInfoOk() (*DiscoveredEas, bool)
- func (o *TargetInfo) GetTrgetEESInfo() EDNConfigInfo
- func (o *TargetInfo) GetTrgetEESInfoOk() (*EDNConfigInfo, bool)
- func (o *TargetInfo) HasTrgetEASInfo() bool
- func (o *TargetInfo) HasTrgetEESInfo() bool
- func (o TargetInfo) MarshalJSON() ([]byte, error)
- func (o *TargetInfo) SetTrgetEASInfo(v DiscoveredEas)
- func (o *TargetInfo) SetTrgetEESInfo(v EDNConfigInfo)
- func (o TargetInfo) ToMap() (map[string]interface{}, error)
- type TopologicalServiceArea
- func (o *TopologicalServiceArea) GetEcgis() []Ecgi
- func (o *TopologicalServiceArea) GetEcgisOk() ([]Ecgi, bool)
- func (o *TopologicalServiceArea) GetNcgis() []Ncgi
- func (o *TopologicalServiceArea) GetNcgisOk() ([]Ncgi, bool)
- func (o *TopologicalServiceArea) GetPlmnIds() []PlmnId1
- func (o *TopologicalServiceArea) GetPlmnIdsOk() ([]PlmnId1, bool)
- func (o *TopologicalServiceArea) GetTais() []Tai
- func (o *TopologicalServiceArea) GetTaisOk() ([]Tai, bool)
- func (o *TopologicalServiceArea) HasEcgis() bool
- func (o *TopologicalServiceArea) HasNcgis() bool
- func (o *TopologicalServiceArea) HasPlmnIds() bool
- func (o *TopologicalServiceArea) HasTais() bool
- func (o TopologicalServiceArea) MarshalJSON() ([]byte, error)
- func (o *TopologicalServiceArea) SetEcgis(v []Ecgi)
- func (o *TopologicalServiceArea) SetNcgis(v []Ncgi)
- func (o *TopologicalServiceArea) SetPlmnIds(v []PlmnId1)
- func (o *TopologicalServiceArea) SetTais(v []Tai)
- func (o TopologicalServiceArea) ToMap() (map[string]interface{}, error)
- type 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) MarshalJSON() ([]byte, error)
- func (o *UncertaintyEllipse) SetOrientationMajor(v int32)
- func (o *UncertaintyEllipse) SetSemiMajor(v float32)
- func (o *UncertaintyEllipse) SetSemiMinor(v float32)
- func (o UncertaintyEllipse) ToMap() (map[string]interface{}, error)
- func (o *UncertaintyEllipse) UnmarshalJSON(bytes []byte) (err error)
- type 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) MarshalJSON() ([]byte, error)
- 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) ToMap() (map[string]interface{}, error)
- func (o *UncertaintyEllipsoid) UnmarshalJSON(bytes []byte) (err error)
- type 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) MarshalJSON() ([]byte, error)
- func (o *WebsockNotifConfig) SetRequestWebsocketUri(v bool)
- func (o *WebsockNotifConfig) SetWebsocketUri(v string)
- func (o WebsockNotifConfig) ToMap() (map[string]interface{}, error)
Constants ¶
This section is empty.
Variables ¶
var ( JsonCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?json)`) XmlCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?xml)`) )
var ( // ContextOAuth2 takes an oauth2.TokenSource as authentication for the request. ContextOAuth2 = contextKey("token") // ContextServerIndex uses a server configuration from the index. ContextServerIndex = contextKey("serverIndex") // ContextOperationServerIndices uses a server configuration from the index mapping. ContextOperationServerIndices = contextKey("serverOperationIndices") // ContextServerVariables overrides a server configuration variables. ContextServerVariables = contextKey("serverVariables") // ContextOperationServerVariables overrides a server configuration variables using operation specific values. ContextOperationServerVariables = contextKey("serverOperationVariables") )
Functions ¶
func CacheExpires ¶
CacheExpires helper function to determine remaining time before repeating a request.
func PtrFloat32 ¶
PtrFloat32 is a helper routine that returns a pointer to given float value.
func PtrFloat64 ¶
PtrFloat64 is a helper routine that returns a pointer to given float value.
Types ¶
type ACRCompleteEventInfo ¶
type ACRCompleteEventInfo struct { // Indicates whether the ACR is successful or failure. AcrRes bool `json:"acrRes"` TEasEndpoint NullableEndPoint `json:"tEasEndpoint"` // Indicates the cause information for the failure. FailReason *string `json:"failReason,omitempty"` }
ACRCompleteEventInfo Indicates the completed ACR result and target EAS endpoint info.
func NewACRCompleteEventInfo ¶
func NewACRCompleteEventInfo(acrRes bool, tEasEndpoint NullableEndPoint) *ACRCompleteEventInfo
NewACRCompleteEventInfo instantiates a new ACRCompleteEventInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewACRCompleteEventInfoWithDefaults ¶
func NewACRCompleteEventInfoWithDefaults() *ACRCompleteEventInfo
NewACRCompleteEventInfoWithDefaults instantiates a new ACRCompleteEventInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ACRCompleteEventInfo) GetAcrRes ¶
func (o *ACRCompleteEventInfo) GetAcrRes() bool
GetAcrRes returns the AcrRes field value
func (*ACRCompleteEventInfo) GetAcrResOk ¶
func (o *ACRCompleteEventInfo) GetAcrResOk() (*bool, bool)
GetAcrResOk returns a tuple with the AcrRes field value and a boolean to check if the value has been set.
func (*ACRCompleteEventInfo) GetFailReason ¶
func (o *ACRCompleteEventInfo) GetFailReason() string
GetFailReason returns the FailReason field value if set, zero value otherwise.
func (*ACRCompleteEventInfo) GetFailReasonOk ¶
func (o *ACRCompleteEventInfo) GetFailReasonOk() (*string, bool)
GetFailReasonOk returns a tuple with the FailReason field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ACRCompleteEventInfo) GetTEasEndpoint ¶
func (o *ACRCompleteEventInfo) GetTEasEndpoint() EndPoint
GetTEasEndpoint returns the TEasEndpoint field value If the value is explicit nil, the zero value for EndPoint will be returned
func (*ACRCompleteEventInfo) GetTEasEndpointOk ¶
func (o *ACRCompleteEventInfo) GetTEasEndpointOk() (*EndPoint, bool)
GetTEasEndpointOk returns a tuple with the TEasEndpoint field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ACRCompleteEventInfo) HasFailReason ¶
func (o *ACRCompleteEventInfo) HasFailReason() bool
HasFailReason returns a boolean if a field has been set.
func (ACRCompleteEventInfo) MarshalJSON ¶
func (o ACRCompleteEventInfo) MarshalJSON() ([]byte, error)
func (*ACRCompleteEventInfo) SetAcrRes ¶
func (o *ACRCompleteEventInfo) SetAcrRes(v bool)
SetAcrRes sets field value
func (*ACRCompleteEventInfo) SetFailReason ¶
func (o *ACRCompleteEventInfo) SetFailReason(v string)
SetFailReason gets a reference to the given string and assigns it to the FailReason field.
func (*ACRCompleteEventInfo) SetTEasEndpoint ¶
func (o *ACRCompleteEventInfo) SetTEasEndpoint(v EndPoint)
SetTEasEndpoint sets field value
func (ACRCompleteEventInfo) ToMap ¶
func (o ACRCompleteEventInfo) ToMap() (map[string]interface{}, error)
func (*ACRCompleteEventInfo) UnmarshalJSON ¶
func (o *ACRCompleteEventInfo) UnmarshalJSON(bytes []byte) (err error)
type ACREventIDs ¶
type ACREventIDs struct {
// contains filtered or unexported fields
}
ACREventIDs Possible values are - TARGET_INFORMATION: Represents the target information event. - ACR_COMPLETE: Represents the ACR complete event.
func (*ACREventIDs) MarshalJSON ¶
func (src *ACREventIDs) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*ACREventIDs) UnmarshalJSON ¶
func (dst *ACREventIDs) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type ACREventsSubscription ¶
type ACREventsSubscription struct { // Represents a unique identifier of the EEC. EecId string `json:"eecId"` // String identifying a Gpsi shall contain either an External Id or an MSISDN. It shall be formatted as follows -External Identifier= \"extid-'extid', where 'extid' shall be formatted according to clause 19.7.2 of 3GPP TS 23.003 that describes an External Identifier. UeId *string `json:"ueId,omitempty"` // string with format \"date-time\" as defined in OpenAPI. ExpTime *time.Time `json:"expTime,omitempty"` // The list of application identifiers of the EASs. EasIds []string `json:"easIds"` // List of AC identities AcIds []string `json:"acIds,omitempty"` EventIds ACREventIDs `json:"eventIds"` // string providing an URI formatted according to IETF RFC 3986. NotificationDestination string `json:"notificationDestination"` // Set to true by Subscriber to request the ECS to send a test notification. Set to false or omitted otherwise. RequestTestNotification *bool `json:"requestTestNotification,omitempty"` WebsockNotifConfig *WebsockNotifConfig `json:"websockNotifConfig,omitempty"` // A string used to indicate the features supported by an API that is used as defined in clause 6.6 in 3GPP TS 29.500. The string shall contain a bitmask indicating supported features in hexadecimal representation Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent the support of 4 features as described in table 5.2.2-3. The most significant character representing the highest-numbered features shall appear first in the string, and the character representing features 1 to 4 shall appear last in the string. The list of features and their numbering (starting with 1) are defined separately for each API. If the string contains a lower number of characters than there are defined features for an API, all features that would be represented by characters that are not present in the string are not supported. SuppFeat *string `json:"suppFeat,omitempty"` }
ACREventsSubscription ACE Events subscription request.
func NewACREventsSubscription ¶
func NewACREventsSubscription(eecId string, easIds []string, eventIds ACREventIDs, notificationDestination string) *ACREventsSubscription
NewACREventsSubscription instantiates a new ACREventsSubscription object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewACREventsSubscriptionWithDefaults ¶
func NewACREventsSubscriptionWithDefaults() *ACREventsSubscription
NewACREventsSubscriptionWithDefaults instantiates a new ACREventsSubscription object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ACREventsSubscription) GetAcIds ¶
func (o *ACREventsSubscription) GetAcIds() []string
GetAcIds returns the AcIds field value if set, zero value otherwise.
func (*ACREventsSubscription) GetAcIdsOk ¶
func (o *ACREventsSubscription) GetAcIdsOk() ([]string, bool)
GetAcIdsOk returns a tuple with the AcIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ACREventsSubscription) GetEasIds ¶
func (o *ACREventsSubscription) GetEasIds() []string
GetEasIds returns the EasIds field value
func (*ACREventsSubscription) GetEasIdsOk ¶
func (o *ACREventsSubscription) GetEasIdsOk() ([]string, bool)
GetEasIdsOk returns a tuple with the EasIds field value and a boolean to check if the value has been set.
func (*ACREventsSubscription) GetEecId ¶
func (o *ACREventsSubscription) GetEecId() string
GetEecId returns the EecId field value
func (*ACREventsSubscription) GetEecIdOk ¶
func (o *ACREventsSubscription) GetEecIdOk() (*string, bool)
GetEecIdOk returns a tuple with the EecId field value and a boolean to check if the value has been set.
func (*ACREventsSubscription) GetEventIds ¶
func (o *ACREventsSubscription) GetEventIds() ACREventIDs
GetEventIds returns the EventIds field value
func (*ACREventsSubscription) GetEventIdsOk ¶
func (o *ACREventsSubscription) GetEventIdsOk() (*ACREventIDs, bool)
GetEventIdsOk returns a tuple with the EventIds field value and a boolean to check if the value has been set.
func (*ACREventsSubscription) GetExpTime ¶
func (o *ACREventsSubscription) GetExpTime() time.Time
GetExpTime returns the ExpTime field value if set, zero value otherwise.
func (*ACREventsSubscription) GetExpTimeOk ¶
func (o *ACREventsSubscription) GetExpTimeOk() (*time.Time, bool)
GetExpTimeOk returns a tuple with the ExpTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ACREventsSubscription) GetNotificationDestination ¶
func (o *ACREventsSubscription) GetNotificationDestination() string
GetNotificationDestination returns the NotificationDestination field value
func (*ACREventsSubscription) GetNotificationDestinationOk ¶
func (o *ACREventsSubscription) GetNotificationDestinationOk() (*string, bool)
GetNotificationDestinationOk returns a tuple with the NotificationDestination field value and a boolean to check if the value has been set.
func (*ACREventsSubscription) GetRequestTestNotification ¶
func (o *ACREventsSubscription) GetRequestTestNotification() bool
GetRequestTestNotification returns the RequestTestNotification field value if set, zero value otherwise.
func (*ACREventsSubscription) GetRequestTestNotificationOk ¶
func (o *ACREventsSubscription) GetRequestTestNotificationOk() (*bool, bool)
GetRequestTestNotificationOk returns a tuple with the RequestTestNotification field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ACREventsSubscription) GetSuppFeat ¶
func (o *ACREventsSubscription) GetSuppFeat() string
GetSuppFeat returns the SuppFeat field value if set, zero value otherwise.
func (*ACREventsSubscription) GetSuppFeatOk ¶
func (o *ACREventsSubscription) GetSuppFeatOk() (*string, bool)
GetSuppFeatOk returns a tuple with the SuppFeat field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ACREventsSubscription) GetUeId ¶
func (o *ACREventsSubscription) GetUeId() string
GetUeId returns the UeId field value if set, zero value otherwise.
func (*ACREventsSubscription) GetUeIdOk ¶
func (o *ACREventsSubscription) GetUeIdOk() (*string, bool)
GetUeIdOk returns a tuple with the UeId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ACREventsSubscription) GetWebsockNotifConfig ¶
func (o *ACREventsSubscription) GetWebsockNotifConfig() WebsockNotifConfig
GetWebsockNotifConfig returns the WebsockNotifConfig field value if set, zero value otherwise.
func (*ACREventsSubscription) GetWebsockNotifConfigOk ¶
func (o *ACREventsSubscription) GetWebsockNotifConfigOk() (*WebsockNotifConfig, bool)
GetWebsockNotifConfigOk returns a tuple with the WebsockNotifConfig field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ACREventsSubscription) HasAcIds ¶
func (o *ACREventsSubscription) HasAcIds() bool
HasAcIds returns a boolean if a field has been set.
func (*ACREventsSubscription) HasExpTime ¶
func (o *ACREventsSubscription) HasExpTime() bool
HasExpTime returns a boolean if a field has been set.
func (*ACREventsSubscription) HasRequestTestNotification ¶
func (o *ACREventsSubscription) HasRequestTestNotification() bool
HasRequestTestNotification returns a boolean if a field has been set.
func (*ACREventsSubscription) HasSuppFeat ¶
func (o *ACREventsSubscription) HasSuppFeat() bool
HasSuppFeat returns a boolean if a field has been set.
func (*ACREventsSubscription) HasUeId ¶
func (o *ACREventsSubscription) HasUeId() bool
HasUeId returns a boolean if a field has been set.
func (*ACREventsSubscription) HasWebsockNotifConfig ¶
func (o *ACREventsSubscription) HasWebsockNotifConfig() bool
HasWebsockNotifConfig returns a boolean if a field has been set.
func (ACREventsSubscription) MarshalJSON ¶
func (o ACREventsSubscription) MarshalJSON() ([]byte, error)
func (*ACREventsSubscription) SetAcIds ¶
func (o *ACREventsSubscription) SetAcIds(v []string)
SetAcIds gets a reference to the given []string and assigns it to the AcIds field.
func (*ACREventsSubscription) SetEasIds ¶
func (o *ACREventsSubscription) SetEasIds(v []string)
SetEasIds sets field value
func (*ACREventsSubscription) SetEecId ¶
func (o *ACREventsSubscription) SetEecId(v string)
SetEecId sets field value
func (*ACREventsSubscription) SetEventIds ¶
func (o *ACREventsSubscription) SetEventIds(v ACREventIDs)
SetEventIds sets field value
func (*ACREventsSubscription) SetExpTime ¶
func (o *ACREventsSubscription) SetExpTime(v time.Time)
SetExpTime gets a reference to the given time.Time and assigns it to the ExpTime field.
func (*ACREventsSubscription) SetNotificationDestination ¶
func (o *ACREventsSubscription) SetNotificationDestination(v string)
SetNotificationDestination sets field value
func (*ACREventsSubscription) SetRequestTestNotification ¶
func (o *ACREventsSubscription) SetRequestTestNotification(v bool)
SetRequestTestNotification gets a reference to the given bool and assigns it to the RequestTestNotification field.
func (*ACREventsSubscription) SetSuppFeat ¶
func (o *ACREventsSubscription) SetSuppFeat(v string)
SetSuppFeat gets a reference to the given string and assigns it to the SuppFeat field.
func (*ACREventsSubscription) SetUeId ¶
func (o *ACREventsSubscription) SetUeId(v string)
SetUeId gets a reference to the given string and assigns it to the UeId field.
func (*ACREventsSubscription) SetWebsockNotifConfig ¶
func (o *ACREventsSubscription) SetWebsockNotifConfig(v WebsockNotifConfig)
SetWebsockNotifConfig gets a reference to the given WebsockNotifConfig and assigns it to the WebsockNotifConfig field.
func (ACREventsSubscription) ToMap ¶
func (o ACREventsSubscription) ToMap() (map[string]interface{}, error)
func (*ACREventsSubscription) UnmarshalJSON ¶
func (o *ACREventsSubscription) UnmarshalJSON(bytes []byte) (err error)
type ACREventsSubscriptionCollectionAPIService ¶
type ACREventsSubscriptionCollectionAPIService service
ACREventsSubscriptionCollectionAPIService ACREventsSubscriptionCollectionAPI service
func (*ACREventsSubscriptionCollectionAPIService) CreateACREventsSubscripton ¶
func (a *ACREventsSubscriptionCollectionAPIService) CreateACREventsSubscripton(ctx context.Context) ApiCreateACREventsSubscriptonRequest
CreateACREventsSubscripton Method for CreateACREventsSubscripton
Creates a new individual ACR events subscription.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiCreateACREventsSubscriptonRequest
func (*ACREventsSubscriptionCollectionAPIService) CreateACREventsSubscriptonExecute ¶
func (a *ACREventsSubscriptionCollectionAPIService) CreateACREventsSubscriptonExecute(r ApiCreateACREventsSubscriptonRequest) (*ACREventsSubscription, *http.Response, error)
Execute executes the request
@return ACREventsSubscription
type ACREventsSubscriptionPatch ¶
type ACREventsSubscriptionPatch struct { // string with format \"date-time\" as defined in OpenAPI. ExpTime *time.Time `json:"expTime,omitempty"` // The list of application identifiers of the EASs. EasIds []string `json:"easIds,omitempty"` EventIds *ACREventIDs `json:"eventIds,omitempty"` // string providing an URI formatted according to IETF RFC 3986. NotificationDestination *string `json:"notificationDestination,omitempty"` }
ACREventsSubscriptionPatch An individual ACR events subscription resource to be updated.
func NewACREventsSubscriptionPatch ¶
func NewACREventsSubscriptionPatch() *ACREventsSubscriptionPatch
NewACREventsSubscriptionPatch instantiates a new ACREventsSubscriptionPatch object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewACREventsSubscriptionPatchWithDefaults ¶
func NewACREventsSubscriptionPatchWithDefaults() *ACREventsSubscriptionPatch
NewACREventsSubscriptionPatchWithDefaults instantiates a new ACREventsSubscriptionPatch object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ACREventsSubscriptionPatch) GetEasIds ¶
func (o *ACREventsSubscriptionPatch) GetEasIds() []string
GetEasIds returns the EasIds field value if set, zero value otherwise.
func (*ACREventsSubscriptionPatch) GetEasIdsOk ¶
func (o *ACREventsSubscriptionPatch) GetEasIdsOk() ([]string, bool)
GetEasIdsOk returns a tuple with the EasIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ACREventsSubscriptionPatch) GetEventIds ¶
func (o *ACREventsSubscriptionPatch) GetEventIds() ACREventIDs
GetEventIds returns the EventIds field value if set, zero value otherwise.
func (*ACREventsSubscriptionPatch) GetEventIdsOk ¶
func (o *ACREventsSubscriptionPatch) GetEventIdsOk() (*ACREventIDs, bool)
GetEventIdsOk returns a tuple with the EventIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ACREventsSubscriptionPatch) GetExpTime ¶
func (o *ACREventsSubscriptionPatch) GetExpTime() time.Time
GetExpTime returns the ExpTime field value if set, zero value otherwise.
func (*ACREventsSubscriptionPatch) GetExpTimeOk ¶
func (o *ACREventsSubscriptionPatch) GetExpTimeOk() (*time.Time, bool)
GetExpTimeOk returns a tuple with the ExpTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ACREventsSubscriptionPatch) GetNotificationDestination ¶
func (o *ACREventsSubscriptionPatch) GetNotificationDestination() string
GetNotificationDestination returns the NotificationDestination field value if set, zero value otherwise.
func (*ACREventsSubscriptionPatch) GetNotificationDestinationOk ¶
func (o *ACREventsSubscriptionPatch) GetNotificationDestinationOk() (*string, bool)
GetNotificationDestinationOk returns a tuple with the NotificationDestination field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ACREventsSubscriptionPatch) HasEasIds ¶
func (o *ACREventsSubscriptionPatch) HasEasIds() bool
HasEasIds returns a boolean if a field has been set.
func (*ACREventsSubscriptionPatch) HasEventIds ¶
func (o *ACREventsSubscriptionPatch) HasEventIds() bool
HasEventIds returns a boolean if a field has been set.
func (*ACREventsSubscriptionPatch) HasExpTime ¶
func (o *ACREventsSubscriptionPatch) HasExpTime() bool
HasExpTime returns a boolean if a field has been set.
func (*ACREventsSubscriptionPatch) HasNotificationDestination ¶
func (o *ACREventsSubscriptionPatch) HasNotificationDestination() bool
HasNotificationDestination returns a boolean if a field has been set.
func (ACREventsSubscriptionPatch) MarshalJSON ¶
func (o ACREventsSubscriptionPatch) MarshalJSON() ([]byte, error)
func (*ACREventsSubscriptionPatch) SetEasIds ¶
func (o *ACREventsSubscriptionPatch) SetEasIds(v []string)
SetEasIds gets a reference to the given []string and assigns it to the EasIds field.
func (*ACREventsSubscriptionPatch) SetEventIds ¶
func (o *ACREventsSubscriptionPatch) SetEventIds(v ACREventIDs)
SetEventIds gets a reference to the given ACREventIDs and assigns it to the EventIds field.
func (*ACREventsSubscriptionPatch) SetExpTime ¶
func (o *ACREventsSubscriptionPatch) SetExpTime(v time.Time)
SetExpTime gets a reference to the given time.Time and assigns it to the ExpTime field.
func (*ACREventsSubscriptionPatch) SetNotificationDestination ¶
func (o *ACREventsSubscriptionPatch) SetNotificationDestination(v string)
SetNotificationDestination gets a reference to the given string and assigns it to the NotificationDestination field.
func (ACREventsSubscriptionPatch) ToMap ¶
func (o ACREventsSubscriptionPatch) ToMap() (map[string]interface{}, error)
type ACRInfoNotification ¶
type ACRInfoNotification struct { // String identifying the Individual ACR events subscription for which the ACT Information notification is delivered. SubId string `json:"subId"` // Application identifier of the EAS. EasId string `json:"easId"` // Identity of the AC. AcId *string `json:"acId,omitempty"` EventId ACREventIDs `json:"eventId"` TrgtInfo *TargetInfo `json:"trgtInfo,omitempty"` AcrStatus *ACRCompleteEventInfo `json:"acrStatus,omitempty"` EecCtxtReloc *EecCtxtRelocStatus `json:"eecCtxtReloc,omitempty"` }
ACRInfoNotification Notification of ACR events information.
func NewACRInfoNotification ¶
func NewACRInfoNotification(subId string, easId string, eventId ACREventIDs) *ACRInfoNotification
NewACRInfoNotification instantiates a new ACRInfoNotification object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewACRInfoNotificationWithDefaults ¶
func NewACRInfoNotificationWithDefaults() *ACRInfoNotification
NewACRInfoNotificationWithDefaults instantiates a new ACRInfoNotification object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ACRInfoNotification) GetAcId ¶
func (o *ACRInfoNotification) GetAcId() string
GetAcId returns the AcId field value if set, zero value otherwise.
func (*ACRInfoNotification) GetAcIdOk ¶
func (o *ACRInfoNotification) GetAcIdOk() (*string, bool)
GetAcIdOk returns a tuple with the AcId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ACRInfoNotification) GetAcrStatus ¶
func (o *ACRInfoNotification) GetAcrStatus() ACRCompleteEventInfo
GetAcrStatus returns the AcrStatus field value if set, zero value otherwise.
func (*ACRInfoNotification) GetAcrStatusOk ¶
func (o *ACRInfoNotification) GetAcrStatusOk() (*ACRCompleteEventInfo, bool)
GetAcrStatusOk returns a tuple with the AcrStatus field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ACRInfoNotification) GetEasId ¶
func (o *ACRInfoNotification) GetEasId() string
GetEasId returns the EasId field value
func (*ACRInfoNotification) GetEasIdOk ¶
func (o *ACRInfoNotification) GetEasIdOk() (*string, bool)
GetEasIdOk returns a tuple with the EasId field value and a boolean to check if the value has been set.
func (*ACRInfoNotification) GetEecCtxtReloc ¶
func (o *ACRInfoNotification) GetEecCtxtReloc() EecCtxtRelocStatus
GetEecCtxtReloc returns the EecCtxtReloc field value if set, zero value otherwise.
func (*ACRInfoNotification) GetEecCtxtRelocOk ¶
func (o *ACRInfoNotification) GetEecCtxtRelocOk() (*EecCtxtRelocStatus, bool)
GetEecCtxtRelocOk returns a tuple with the EecCtxtReloc field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ACRInfoNotification) GetEventId ¶
func (o *ACRInfoNotification) GetEventId() ACREventIDs
GetEventId returns the EventId field value
func (*ACRInfoNotification) GetEventIdOk ¶
func (o *ACRInfoNotification) GetEventIdOk() (*ACREventIDs, bool)
GetEventIdOk returns a tuple with the EventId field value and a boolean to check if the value has been set.
func (*ACRInfoNotification) GetSubId ¶
func (o *ACRInfoNotification) GetSubId() string
GetSubId returns the SubId field value
func (*ACRInfoNotification) GetSubIdOk ¶
func (o *ACRInfoNotification) GetSubIdOk() (*string, bool)
GetSubIdOk returns a tuple with the SubId field value and a boolean to check if the value has been set.
func (*ACRInfoNotification) GetTrgtInfo ¶
func (o *ACRInfoNotification) GetTrgtInfo() TargetInfo
GetTrgtInfo returns the TrgtInfo field value if set, zero value otherwise.
func (*ACRInfoNotification) GetTrgtInfoOk ¶
func (o *ACRInfoNotification) GetTrgtInfoOk() (*TargetInfo, bool)
GetTrgtInfoOk returns a tuple with the TrgtInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ACRInfoNotification) HasAcId ¶
func (o *ACRInfoNotification) HasAcId() bool
HasAcId returns a boolean if a field has been set.
func (*ACRInfoNotification) HasAcrStatus ¶
func (o *ACRInfoNotification) HasAcrStatus() bool
HasAcrStatus returns a boolean if a field has been set.
func (*ACRInfoNotification) HasEecCtxtReloc ¶
func (o *ACRInfoNotification) HasEecCtxtReloc() bool
HasEecCtxtReloc returns a boolean if a field has been set.
func (*ACRInfoNotification) HasTrgtInfo ¶
func (o *ACRInfoNotification) HasTrgtInfo() bool
HasTrgtInfo returns a boolean if a field has been set.
func (ACRInfoNotification) MarshalJSON ¶
func (o ACRInfoNotification) MarshalJSON() ([]byte, error)
func (*ACRInfoNotification) SetAcId ¶
func (o *ACRInfoNotification) SetAcId(v string)
SetAcId gets a reference to the given string and assigns it to the AcId field.
func (*ACRInfoNotification) SetAcrStatus ¶
func (o *ACRInfoNotification) SetAcrStatus(v ACRCompleteEventInfo)
SetAcrStatus gets a reference to the given ACRCompleteEventInfo and assigns it to the AcrStatus field.
func (*ACRInfoNotification) SetEasId ¶
func (o *ACRInfoNotification) SetEasId(v string)
SetEasId sets field value
func (*ACRInfoNotification) SetEecCtxtReloc ¶
func (o *ACRInfoNotification) SetEecCtxtReloc(v EecCtxtRelocStatus)
SetEecCtxtReloc gets a reference to the given EecCtxtRelocStatus and assigns it to the EecCtxtReloc field.
func (*ACRInfoNotification) SetEventId ¶
func (o *ACRInfoNotification) SetEventId(v ACREventIDs)
SetEventId sets field value
func (*ACRInfoNotification) SetSubId ¶
func (o *ACRInfoNotification) SetSubId(v string)
SetSubId sets field value
func (*ACRInfoNotification) SetTrgtInfo ¶
func (o *ACRInfoNotification) SetTrgtInfo(v TargetInfo)
SetTrgtInfo gets a reference to the given TargetInfo and assigns it to the TrgtInfo field.
func (ACRInfoNotification) ToMap ¶
func (o ACRInfoNotification) ToMap() (map[string]interface{}, error)
func (*ACRInfoNotification) UnmarshalJSON ¶
func (o *ACRInfoNotification) UnmarshalJSON(bytes []byte) (err error)
type ACRScenario ¶
type ACRScenario struct {
// contains filtered or unexported fields
}
ACRScenario Possible values are: - EEC_INITIATED: Represents the EEC initiated ACR scenario. - EEC_EXECUTED_VIA_SOURCE_EES: Represents the EEC ACR scenario executed via the S-EES. - EEC_EXECUTED_VIA_TARGET_EES: Represents the EEC ACR scenario executed via the T-EES. - SOURCE_EAS_DECIDED: Represents the EEC ACR scenario where the S-EAS decides to perform ACR. - SOURCE_EES_EXECUTED: Represents the EEC ACR scenario where S-EES executes the ACR. - EEL_MANAGED_ACR: Represents the EEC ACR scenario where the ACR is managed by the Edge Enabler Layer.
func (*ACRScenario) MarshalJSON ¶
func (src *ACRScenario) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*ACRScenario) UnmarshalJSON ¶
func (dst *ACRScenario) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type APIClient ¶
type APIClient struct { ACREventsSubscriptionCollectionAPI *ACREventsSubscriptionCollectionAPIService IndividualACREventsSubscriptionAPI *IndividualACREventsSubscriptionAPIService // contains filtered or unexported fields }
APIClient manages communication with the Eees_ACREvents API v1.0.2 In most cases there should be only one, shared, APIClient.
func NewAPIClient ¶
func NewAPIClient(cfg *Configuration) *APIClient
NewAPIClient creates a new API client. Requires a userAgent string describing your application. optionally a custom http.Client to allow for advanced features such as caching.
func (*APIClient) GetConfig ¶
func (c *APIClient) GetConfig() *Configuration
Allow modification of underlying config for alternate implementations and testing Caution: modifying the configuration while live can cause data races and potentially unwanted behavior
type APIKey ¶
APIKey provides API key based authentication to a request passed via context using ContextAPIKey
type APIResponse ¶
type APIResponse struct { *http.Response `json:"-"` Message string `json:"message,omitempty"` // Operation is the name of the OpenAPI operation. Operation string `json:"operation,omitempty"` // RequestURL is the request URL. This value is always available, even if the // embedded *http.Response is nil. RequestURL string `json:"url,omitempty"` // Method is the HTTP method used for the request. This value is always // available, even if the embedded *http.Response is nil. Method string `json:"method,omitempty"` // Payload holds the contents of the response body (which may be nil or empty). // This is provided here as the raw response.Body() reader will have already // been drained. Payload []byte `json:"-"` }
APIResponse stores the API response returned by the server.
func NewAPIResponse ¶
func NewAPIResponse(r *http.Response) *APIResponse
NewAPIResponse returns a new APIResponse object.
func NewAPIResponseWithError ¶
func NewAPIResponseWithError(errorMessage string) *APIResponse
NewAPIResponseWithError returns a new APIResponse object with the provided error message.
type ApiCreateACREventsSubscriptonRequest ¶
type ApiCreateACREventsSubscriptonRequest struct { ApiService *ACREventsSubscriptionCollectionAPIService // contains filtered or unexported fields }
func (ApiCreateACREventsSubscriptonRequest) ACREventsSubscription ¶
func (r ApiCreateACREventsSubscriptonRequest) ACREventsSubscription(aCREventsSubscription ACREventsSubscription) ApiCreateACREventsSubscriptonRequest
func (ApiCreateACREventsSubscriptonRequest) Execute ¶
func (r ApiCreateACREventsSubscriptonRequest) Execute() (*ACREventsSubscription, *http.Response, error)
type ApiDeleteACREventsSubscriptionRequest ¶
type ApiDeleteACREventsSubscriptionRequest struct { ApiService *IndividualACREventsSubscriptionAPIService // contains filtered or unexported fields }
type ApiModifyACREventsSubscriptionRequest ¶
type ApiModifyACREventsSubscriptionRequest struct { ApiService *IndividualACREventsSubscriptionAPIService // contains filtered or unexported fields }
func (ApiModifyACREventsSubscriptionRequest) ACREventsSubscriptionPatch ¶
func (r ApiModifyACREventsSubscriptionRequest) ACREventsSubscriptionPatch(aCREventsSubscriptionPatch ACREventsSubscriptionPatch) ApiModifyACREventsSubscriptionRequest
Parameters to replace the existing subscription
func (ApiModifyACREventsSubscriptionRequest) Execute ¶
func (r ApiModifyACREventsSubscriptionRequest) Execute() (*ACREventsSubscription, *http.Response, error)
type ApiUpdateACREventsSubscriptionRequest ¶
type ApiUpdateACREventsSubscriptionRequest struct { ApiService *IndividualACREventsSubscriptionAPIService // contains filtered or unexported fields }
func (ApiUpdateACREventsSubscriptionRequest) ACREventsSubscription ¶
func (r ApiUpdateACREventsSubscriptionRequest) ACREventsSubscription(aCREventsSubscription ACREventsSubscription) ApiUpdateACREventsSubscriptionRequest
Parameters to replace the existing subscription
func (ApiUpdateACREventsSubscriptionRequest) Execute ¶
func (r ApiUpdateACREventsSubscriptionRequest) Execute() (*ACREventsSubscription, *http.Response, error)
type BasicAuth ¶
type BasicAuth struct { UserName string `json:"userName,omitempty"` Password string `json:"password,omitempty"` }
BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth
type CivicAddress ¶
type CivicAddress struct { Country *string `json:"country,omitempty"` A1 *string `json:"A1,omitempty"` A2 *string `json:"A2,omitempty"` A3 *string `json:"A3,omitempty"` A4 *string `json:"A4,omitempty"` A5 *string `json:"A5,omitempty"` A6 *string `json:"A6,omitempty"` PRD *string `json:"PRD,omitempty"` POD *string `json:"POD,omitempty"` STS *string `json:"STS,omitempty"` HNO *string `json:"HNO,omitempty"` HNS *string `json:"HNS,omitempty"` LMK *string `json:"LMK,omitempty"` LOC *string `json:"LOC,omitempty"` NAM *string `json:"NAM,omitempty"` PC *string `json:"PC,omitempty"` BLD *string `json:"BLD,omitempty"` UNIT *string `json:"UNIT,omitempty"` FLR *string `json:"FLR,omitempty"` ROOM *string `json:"ROOM,omitempty"` PLC *string `json:"PLC,omitempty"` PCN *string `json:"PCN,omitempty"` POBOX *string `json:"POBOX,omitempty"` ADDCODE *string `json:"ADDCODE,omitempty"` SEAT *string `json:"SEAT,omitempty"` RD *string `json:"RD,omitempty"` RDSEC *string `json:"RDSEC,omitempty"` RDBR *string `json:"RDBR,omitempty"` RDSUBBR *string `json:"RDSUBBR,omitempty"` PRM *string `json:"PRM,omitempty"` POM *string `json:"POM,omitempty"` UsageRules *string `json:"usageRules,omitempty"` Method *string `json:"method,omitempty"` ProvidedBy *string `json:"providedBy,omitempty"` }
CivicAddress Indicates a Civic address.
func NewCivicAddress ¶
func NewCivicAddress() *CivicAddress
NewCivicAddress instantiates a new CivicAddress object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCivicAddressWithDefaults ¶
func NewCivicAddressWithDefaults() *CivicAddress
NewCivicAddressWithDefaults instantiates a new CivicAddress object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CivicAddress) GetA1 ¶
func (o *CivicAddress) GetA1() string
GetA1 returns the A1 field value if set, zero value otherwise.
func (*CivicAddress) GetA1Ok ¶
func (o *CivicAddress) GetA1Ok() (*string, bool)
GetA1Ok returns a tuple with the A1 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetA2 ¶
func (o *CivicAddress) GetA2() string
GetA2 returns the A2 field value if set, zero value otherwise.
func (*CivicAddress) GetA2Ok ¶
func (o *CivicAddress) GetA2Ok() (*string, bool)
GetA2Ok returns a tuple with the A2 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetA3 ¶
func (o *CivicAddress) GetA3() string
GetA3 returns the A3 field value if set, zero value otherwise.
func (*CivicAddress) GetA3Ok ¶
func (o *CivicAddress) GetA3Ok() (*string, bool)
GetA3Ok returns a tuple with the A3 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetA4 ¶
func (o *CivicAddress) GetA4() string
GetA4 returns the A4 field value if set, zero value otherwise.
func (*CivicAddress) GetA4Ok ¶
func (o *CivicAddress) GetA4Ok() (*string, bool)
GetA4Ok returns a tuple with the A4 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetA5 ¶
func (o *CivicAddress) GetA5() string
GetA5 returns the A5 field value if set, zero value otherwise.
func (*CivicAddress) GetA5Ok ¶
func (o *CivicAddress) GetA5Ok() (*string, bool)
GetA5Ok returns a tuple with the A5 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetA6 ¶
func (o *CivicAddress) GetA6() string
GetA6 returns the A6 field value if set, zero value otherwise.
func (*CivicAddress) GetA6Ok ¶
func (o *CivicAddress) GetA6Ok() (*string, bool)
GetA6Ok returns a tuple with the A6 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetADDCODE ¶
func (o *CivicAddress) GetADDCODE() string
GetADDCODE returns the ADDCODE field value if set, zero value otherwise.
func (*CivicAddress) GetADDCODEOk ¶
func (o *CivicAddress) GetADDCODEOk() (*string, bool)
GetADDCODEOk returns a tuple with the ADDCODE field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetBLD ¶
func (o *CivicAddress) GetBLD() string
GetBLD returns the BLD field value if set, zero value otherwise.
func (*CivicAddress) GetBLDOk ¶
func (o *CivicAddress) GetBLDOk() (*string, bool)
GetBLDOk returns a tuple with the BLD field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetCountry ¶
func (o *CivicAddress) GetCountry() string
GetCountry returns the Country field value if set, zero value otherwise.
func (*CivicAddress) GetCountryOk ¶
func (o *CivicAddress) GetCountryOk() (*string, bool)
GetCountryOk returns a tuple with the Country field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetFLR ¶
func (o *CivicAddress) GetFLR() string
GetFLR returns the FLR field value if set, zero value otherwise.
func (*CivicAddress) GetFLROk ¶
func (o *CivicAddress) GetFLROk() (*string, bool)
GetFLROk returns a tuple with the FLR field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetHNO ¶
func (o *CivicAddress) GetHNO() string
GetHNO returns the HNO field value if set, zero value otherwise.
func (*CivicAddress) GetHNOOk ¶
func (o *CivicAddress) GetHNOOk() (*string, bool)
GetHNOOk returns a tuple with the HNO field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetHNS ¶
func (o *CivicAddress) GetHNS() string
GetHNS returns the HNS field value if set, zero value otherwise.
func (*CivicAddress) GetHNSOk ¶
func (o *CivicAddress) GetHNSOk() (*string, bool)
GetHNSOk returns a tuple with the HNS field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetLMK ¶
func (o *CivicAddress) GetLMK() string
GetLMK returns the LMK field value if set, zero value otherwise.
func (*CivicAddress) GetLMKOk ¶
func (o *CivicAddress) GetLMKOk() (*string, bool)
GetLMKOk returns a tuple with the LMK field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetLOC ¶
func (o *CivicAddress) GetLOC() string
GetLOC returns the LOC field value if set, zero value otherwise.
func (*CivicAddress) GetLOCOk ¶
func (o *CivicAddress) GetLOCOk() (*string, bool)
GetLOCOk returns a tuple with the LOC field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetMethod ¶
func (o *CivicAddress) GetMethod() string
GetMethod returns the Method field value if set, zero value otherwise.
func (*CivicAddress) GetMethodOk ¶
func (o *CivicAddress) GetMethodOk() (*string, bool)
GetMethodOk returns a tuple with the Method field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetNAM ¶
func (o *CivicAddress) GetNAM() string
GetNAM returns the NAM field value if set, zero value otherwise.
func (*CivicAddress) GetNAMOk ¶
func (o *CivicAddress) GetNAMOk() (*string, bool)
GetNAMOk returns a tuple with the NAM field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetPC ¶
func (o *CivicAddress) GetPC() string
GetPC returns the PC field value if set, zero value otherwise.
func (*CivicAddress) GetPCN ¶
func (o *CivicAddress) GetPCN() string
GetPCN returns the PCN field value if set, zero value otherwise.
func (*CivicAddress) GetPCNOk ¶
func (o *CivicAddress) GetPCNOk() (*string, bool)
GetPCNOk returns a tuple with the PCN field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetPCOk ¶
func (o *CivicAddress) GetPCOk() (*string, bool)
GetPCOk returns a tuple with the PC field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetPLC ¶
func (o *CivicAddress) GetPLC() string
GetPLC returns the PLC field value if set, zero value otherwise.
func (*CivicAddress) GetPLCOk ¶
func (o *CivicAddress) GetPLCOk() (*string, bool)
GetPLCOk returns a tuple with the PLC field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetPOBOX ¶
func (o *CivicAddress) GetPOBOX() string
GetPOBOX returns the POBOX field value if set, zero value otherwise.
func (*CivicAddress) GetPOBOXOk ¶
func (o *CivicAddress) GetPOBOXOk() (*string, bool)
GetPOBOXOk returns a tuple with the POBOX field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetPOD ¶
func (o *CivicAddress) GetPOD() string
GetPOD returns the POD field value if set, zero value otherwise.
func (*CivicAddress) GetPODOk ¶
func (o *CivicAddress) GetPODOk() (*string, bool)
GetPODOk returns a tuple with the POD field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetPOM ¶
func (o *CivicAddress) GetPOM() string
GetPOM returns the POM field value if set, zero value otherwise.
func (*CivicAddress) GetPOMOk ¶
func (o *CivicAddress) GetPOMOk() (*string, bool)
GetPOMOk returns a tuple with the POM field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetPRD ¶
func (o *CivicAddress) GetPRD() string
GetPRD returns the PRD field value if set, zero value otherwise.
func (*CivicAddress) GetPRDOk ¶
func (o *CivicAddress) GetPRDOk() (*string, bool)
GetPRDOk returns a tuple with the PRD field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetPRM ¶
func (o *CivicAddress) GetPRM() string
GetPRM returns the PRM field value if set, zero value otherwise.
func (*CivicAddress) GetPRMOk ¶
func (o *CivicAddress) GetPRMOk() (*string, bool)
GetPRMOk returns a tuple with the PRM field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetProvidedBy ¶
func (o *CivicAddress) GetProvidedBy() string
GetProvidedBy returns the ProvidedBy field value if set, zero value otherwise.
func (*CivicAddress) GetProvidedByOk ¶
func (o *CivicAddress) GetProvidedByOk() (*string, bool)
GetProvidedByOk returns a tuple with the ProvidedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetRD ¶
func (o *CivicAddress) GetRD() string
GetRD returns the RD field value if set, zero value otherwise.
func (*CivicAddress) GetRDBR ¶
func (o *CivicAddress) GetRDBR() string
GetRDBR returns the RDBR field value if set, zero value otherwise.
func (*CivicAddress) GetRDBROk ¶
func (o *CivicAddress) GetRDBROk() (*string, bool)
GetRDBROk returns a tuple with the RDBR field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetRDOk ¶
func (o *CivicAddress) GetRDOk() (*string, bool)
GetRDOk returns a tuple with the RD field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetRDSEC ¶
func (o *CivicAddress) GetRDSEC() string
GetRDSEC returns the RDSEC field value if set, zero value otherwise.
func (*CivicAddress) GetRDSECOk ¶
func (o *CivicAddress) GetRDSECOk() (*string, bool)
GetRDSECOk returns a tuple with the RDSEC field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetRDSUBBR ¶
func (o *CivicAddress) GetRDSUBBR() string
GetRDSUBBR returns the RDSUBBR field value if set, zero value otherwise.
func (*CivicAddress) GetRDSUBBROk ¶
func (o *CivicAddress) GetRDSUBBROk() (*string, bool)
GetRDSUBBROk returns a tuple with the RDSUBBR field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetROOM ¶
func (o *CivicAddress) GetROOM() string
GetROOM returns the ROOM field value if set, zero value otherwise.
func (*CivicAddress) GetROOMOk ¶
func (o *CivicAddress) GetROOMOk() (*string, bool)
GetROOMOk returns a tuple with the ROOM field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetSEAT ¶
func (o *CivicAddress) GetSEAT() string
GetSEAT returns the SEAT field value if set, zero value otherwise.
func (*CivicAddress) GetSEATOk ¶
func (o *CivicAddress) GetSEATOk() (*string, bool)
GetSEATOk returns a tuple with the SEAT field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetSTS ¶
func (o *CivicAddress) GetSTS() string
GetSTS returns the STS field value if set, zero value otherwise.
func (*CivicAddress) GetSTSOk ¶
func (o *CivicAddress) GetSTSOk() (*string, bool)
GetSTSOk returns a tuple with the STS field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetUNIT ¶
func (o *CivicAddress) GetUNIT() string
GetUNIT returns the UNIT field value if set, zero value otherwise.
func (*CivicAddress) GetUNITOk ¶
func (o *CivicAddress) GetUNITOk() (*string, bool)
GetUNITOk returns a tuple with the UNIT field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetUsageRules ¶
func (o *CivicAddress) GetUsageRules() string
GetUsageRules returns the UsageRules field value if set, zero value otherwise.
func (*CivicAddress) GetUsageRulesOk ¶
func (o *CivicAddress) GetUsageRulesOk() (*string, bool)
GetUsageRulesOk returns a tuple with the UsageRules field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) HasA1 ¶
func (o *CivicAddress) HasA1() bool
HasA1 returns a boolean if a field has been set.
func (*CivicAddress) HasA2 ¶
func (o *CivicAddress) HasA2() bool
HasA2 returns a boolean if a field has been set.
func (*CivicAddress) HasA3 ¶
func (o *CivicAddress) HasA3() bool
HasA3 returns a boolean if a field has been set.
func (*CivicAddress) HasA4 ¶
func (o *CivicAddress) HasA4() bool
HasA4 returns a boolean if a field has been set.
func (*CivicAddress) HasA5 ¶
func (o *CivicAddress) HasA5() bool
HasA5 returns a boolean if a field has been set.
func (*CivicAddress) HasA6 ¶
func (o *CivicAddress) HasA6() bool
HasA6 returns a boolean if a field has been set.
func (*CivicAddress) HasADDCODE ¶
func (o *CivicAddress) HasADDCODE() bool
HasADDCODE returns a boolean if a field has been set.
func (*CivicAddress) HasBLD ¶
func (o *CivicAddress) HasBLD() bool
HasBLD returns a boolean if a field has been set.
func (*CivicAddress) HasCountry ¶
func (o *CivicAddress) HasCountry() bool
HasCountry returns a boolean if a field has been set.
func (*CivicAddress) HasFLR ¶
func (o *CivicAddress) HasFLR() bool
HasFLR returns a boolean if a field has been set.
func (*CivicAddress) HasHNO ¶
func (o *CivicAddress) HasHNO() bool
HasHNO returns a boolean if a field has been set.
func (*CivicAddress) HasHNS ¶
func (o *CivicAddress) HasHNS() bool
HasHNS returns a boolean if a field has been set.
func (*CivicAddress) HasLMK ¶
func (o *CivicAddress) HasLMK() bool
HasLMK returns a boolean if a field has been set.
func (*CivicAddress) HasLOC ¶
func (o *CivicAddress) HasLOC() bool
HasLOC returns a boolean if a field has been set.
func (*CivicAddress) HasMethod ¶
func (o *CivicAddress) HasMethod() bool
HasMethod returns a boolean if a field has been set.
func (*CivicAddress) HasNAM ¶
func (o *CivicAddress) HasNAM() bool
HasNAM returns a boolean if a field has been set.
func (*CivicAddress) HasPC ¶
func (o *CivicAddress) HasPC() bool
HasPC returns a boolean if a field has been set.
func (*CivicAddress) HasPCN ¶
func (o *CivicAddress) HasPCN() bool
HasPCN returns a boolean if a field has been set.
func (*CivicAddress) HasPLC ¶
func (o *CivicAddress) HasPLC() bool
HasPLC returns a boolean if a field has been set.
func (*CivicAddress) HasPOBOX ¶
func (o *CivicAddress) HasPOBOX() bool
HasPOBOX returns a boolean if a field has been set.
func (*CivicAddress) HasPOD ¶
func (o *CivicAddress) HasPOD() bool
HasPOD returns a boolean if a field has been set.
func (*CivicAddress) HasPOM ¶
func (o *CivicAddress) HasPOM() bool
HasPOM returns a boolean if a field has been set.
func (*CivicAddress) HasPRD ¶
func (o *CivicAddress) HasPRD() bool
HasPRD returns a boolean if a field has been set.
func (*CivicAddress) HasPRM ¶
func (o *CivicAddress) HasPRM() bool
HasPRM returns a boolean if a field has been set.
func (*CivicAddress) HasProvidedBy ¶
func (o *CivicAddress) HasProvidedBy() bool
HasProvidedBy returns a boolean if a field has been set.
func (*CivicAddress) HasRD ¶
func (o *CivicAddress) HasRD() bool
HasRD returns a boolean if a field has been set.
func (*CivicAddress) HasRDBR ¶
func (o *CivicAddress) HasRDBR() bool
HasRDBR returns a boolean if a field has been set.
func (*CivicAddress) HasRDSEC ¶
func (o *CivicAddress) HasRDSEC() bool
HasRDSEC returns a boolean if a field has been set.
func (*CivicAddress) HasRDSUBBR ¶
func (o *CivicAddress) HasRDSUBBR() bool
HasRDSUBBR returns a boolean if a field has been set.
func (*CivicAddress) HasROOM ¶
func (o *CivicAddress) HasROOM() bool
HasROOM returns a boolean if a field has been set.
func (*CivicAddress) HasSEAT ¶
func (o *CivicAddress) HasSEAT() bool
HasSEAT returns a boolean if a field has been set.
func (*CivicAddress) HasSTS ¶
func (o *CivicAddress) HasSTS() bool
HasSTS returns a boolean if a field has been set.
func (*CivicAddress) HasUNIT ¶
func (o *CivicAddress) HasUNIT() bool
HasUNIT returns a boolean if a field has been set.
func (*CivicAddress) HasUsageRules ¶
func (o *CivicAddress) HasUsageRules() bool
HasUsageRules returns a boolean if a field has been set.
func (CivicAddress) MarshalJSON ¶
func (o CivicAddress) MarshalJSON() ([]byte, error)
func (*CivicAddress) SetA1 ¶
func (o *CivicAddress) SetA1(v string)
SetA1 gets a reference to the given string and assigns it to the A1 field.
func (*CivicAddress) SetA2 ¶
func (o *CivicAddress) SetA2(v string)
SetA2 gets a reference to the given string and assigns it to the A2 field.
func (*CivicAddress) SetA3 ¶
func (o *CivicAddress) SetA3(v string)
SetA3 gets a reference to the given string and assigns it to the A3 field.
func (*CivicAddress) SetA4 ¶
func (o *CivicAddress) SetA4(v string)
SetA4 gets a reference to the given string and assigns it to the A4 field.
func (*CivicAddress) SetA5 ¶
func (o *CivicAddress) SetA5(v string)
SetA5 gets a reference to the given string and assigns it to the A5 field.
func (*CivicAddress) SetA6 ¶
func (o *CivicAddress) SetA6(v string)
SetA6 gets a reference to the given string and assigns it to the A6 field.
func (*CivicAddress) SetADDCODE ¶
func (o *CivicAddress) SetADDCODE(v string)
SetADDCODE gets a reference to the given string and assigns it to the ADDCODE field.
func (*CivicAddress) SetBLD ¶
func (o *CivicAddress) SetBLD(v string)
SetBLD gets a reference to the given string and assigns it to the BLD field.
func (*CivicAddress) SetCountry ¶
func (o *CivicAddress) SetCountry(v string)
SetCountry gets a reference to the given string and assigns it to the Country field.
func (*CivicAddress) SetFLR ¶
func (o *CivicAddress) SetFLR(v string)
SetFLR gets a reference to the given string and assigns it to the FLR field.
func (*CivicAddress) SetHNO ¶
func (o *CivicAddress) SetHNO(v string)
SetHNO gets a reference to the given string and assigns it to the HNO field.
func (*CivicAddress) SetHNS ¶
func (o *CivicAddress) SetHNS(v string)
SetHNS gets a reference to the given string and assigns it to the HNS field.
func (*CivicAddress) SetLMK ¶
func (o *CivicAddress) SetLMK(v string)
SetLMK gets a reference to the given string and assigns it to the LMK field.
func (*CivicAddress) SetLOC ¶
func (o *CivicAddress) SetLOC(v string)
SetLOC gets a reference to the given string and assigns it to the LOC field.
func (*CivicAddress) SetMethod ¶
func (o *CivicAddress) SetMethod(v string)
SetMethod gets a reference to the given string and assigns it to the Method field.
func (*CivicAddress) SetNAM ¶
func (o *CivicAddress) SetNAM(v string)
SetNAM gets a reference to the given string and assigns it to the NAM field.
func (*CivicAddress) SetPC ¶
func (o *CivicAddress) SetPC(v string)
SetPC gets a reference to the given string and assigns it to the PC field.
func (*CivicAddress) SetPCN ¶
func (o *CivicAddress) SetPCN(v string)
SetPCN gets a reference to the given string and assigns it to the PCN field.
func (*CivicAddress) SetPLC ¶
func (o *CivicAddress) SetPLC(v string)
SetPLC gets a reference to the given string and assigns it to the PLC field.
func (*CivicAddress) SetPOBOX ¶
func (o *CivicAddress) SetPOBOX(v string)
SetPOBOX gets a reference to the given string and assigns it to the POBOX field.
func (*CivicAddress) SetPOD ¶
func (o *CivicAddress) SetPOD(v string)
SetPOD gets a reference to the given string and assigns it to the POD field.
func (*CivicAddress) SetPOM ¶
func (o *CivicAddress) SetPOM(v string)
SetPOM gets a reference to the given string and assigns it to the POM field.
func (*CivicAddress) SetPRD ¶
func (o *CivicAddress) SetPRD(v string)
SetPRD gets a reference to the given string and assigns it to the PRD field.
func (*CivicAddress) SetPRM ¶
func (o *CivicAddress) SetPRM(v string)
SetPRM gets a reference to the given string and assigns it to the PRM field.
func (*CivicAddress) SetProvidedBy ¶
func (o *CivicAddress) SetProvidedBy(v string)
SetProvidedBy gets a reference to the given string and assigns it to the ProvidedBy field.
func (*CivicAddress) SetRD ¶
func (o *CivicAddress) SetRD(v string)
SetRD gets a reference to the given string and assigns it to the RD field.
func (*CivicAddress) SetRDBR ¶
func (o *CivicAddress) SetRDBR(v string)
SetRDBR gets a reference to the given string and assigns it to the RDBR field.
func (*CivicAddress) SetRDSEC ¶
func (o *CivicAddress) SetRDSEC(v string)
SetRDSEC gets a reference to the given string and assigns it to the RDSEC field.
func (*CivicAddress) SetRDSUBBR ¶
func (o *CivicAddress) SetRDSUBBR(v string)
SetRDSUBBR gets a reference to the given string and assigns it to the RDSUBBR field.
func (*CivicAddress) SetROOM ¶
func (o *CivicAddress) SetROOM(v string)
SetROOM gets a reference to the given string and assigns it to the ROOM field.
func (*CivicAddress) SetSEAT ¶
func (o *CivicAddress) SetSEAT(v string)
SetSEAT gets a reference to the given string and assigns it to the SEAT field.
func (*CivicAddress) SetSTS ¶
func (o *CivicAddress) SetSTS(v string)
SetSTS gets a reference to the given string and assigns it to the STS field.
func (*CivicAddress) SetUNIT ¶
func (o *CivicAddress) SetUNIT(v string)
SetUNIT gets a reference to the given string and assigns it to the UNIT field.
func (*CivicAddress) SetUsageRules ¶
func (o *CivicAddress) SetUsageRules(v string)
SetUsageRules gets a reference to the given string and assigns it to the UsageRules field.
func (CivicAddress) ToMap ¶
func (o CivicAddress) ToMap() (map[string]interface{}, error)
type Configuration ¶
type Configuration struct { Host string `json:"host,omitempty"` Scheme string `json:"scheme,omitempty"` DefaultHeader map[string]string `json:"defaultHeader,omitempty"` UserAgent string `json:"userAgent,omitempty"` Debug bool `json:"debug,omitempty"` Servers ServerConfigurations OperationServers map[string]ServerConfigurations HTTPClient *http.Client }
Configuration stores the configuration of the API client
func NewConfiguration ¶
func NewConfiguration() *Configuration
NewConfiguration returns a new Configuration object
func (*Configuration) AddDefaultHeader ¶
func (c *Configuration) AddDefaultHeader(key string, value string)
AddDefaultHeader adds a new HTTP header to the default header in the request
func (*Configuration) ServerURLWithContext ¶
ServerURLWithContext returns a new server URL given an endpoint
type DiscoveredEas ¶
type DiscoveredEas struct { Eas EASProfile `json:"eas"` // string with format \"date-time\" as defined in OpenAPI. LifeTime *time.Time `json:"lifeTime,omitempty"` }
DiscoveredEas Represents an EAS discovery information.
func NewDiscoveredEas ¶
func NewDiscoveredEas(eas EASProfile) *DiscoveredEas
NewDiscoveredEas instantiates a new DiscoveredEas object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDiscoveredEasWithDefaults ¶
func NewDiscoveredEasWithDefaults() *DiscoveredEas
NewDiscoveredEasWithDefaults instantiates a new DiscoveredEas object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DiscoveredEas) GetEas ¶
func (o *DiscoveredEas) GetEas() EASProfile
GetEas returns the Eas field value
func (*DiscoveredEas) GetEasOk ¶
func (o *DiscoveredEas) GetEasOk() (*EASProfile, bool)
GetEasOk returns a tuple with the Eas field value and a boolean to check if the value has been set.
func (*DiscoveredEas) GetLifeTime ¶
func (o *DiscoveredEas) GetLifeTime() time.Time
GetLifeTime returns the LifeTime field value if set, zero value otherwise.
func (*DiscoveredEas) GetLifeTimeOk ¶
func (o *DiscoveredEas) GetLifeTimeOk() (*time.Time, bool)
GetLifeTimeOk returns a tuple with the LifeTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DiscoveredEas) HasLifeTime ¶
func (o *DiscoveredEas) HasLifeTime() bool
HasLifeTime returns a boolean if a field has been set.
func (DiscoveredEas) MarshalJSON ¶
func (o DiscoveredEas) MarshalJSON() ([]byte, error)
func (*DiscoveredEas) SetLifeTime ¶
func (o *DiscoveredEas) SetLifeTime(v time.Time)
SetLifeTime gets a reference to the given time.Time and assigns it to the LifeTime field.
func (DiscoveredEas) ToMap ¶
func (o DiscoveredEas) ToMap() (map[string]interface{}, error)
func (*DiscoveredEas) UnmarshalJSON ¶
func (o *DiscoveredEas) UnmarshalJSON(bytes []byte) (err error)
type EASCategory ¶
type EASCategory struct {
// contains filtered or unexported fields
}
EASCategory Possible values are: - UAS: Category of EAS is for Uncrewed Aerial Services. - V2X: Category of EAS is for V2X Services. - OTHER: Any other type of EAS category.
func (*EASCategory) MarshalJSON ¶
func (src *EASCategory) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*EASCategory) UnmarshalJSON ¶
func (dst *EASCategory) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type EASProfile ¶
type EASProfile struct { // Identifier of the EAS. EasId string `json:"easId"` EndPt NullableEndPoint `json:"endPt"` // Identities of application clients that are served by the EAS. AcIds []string `json:"acIds,omitempty"` // Identifier of the ASP that provides the EAS. ProvId *string `json:"provId,omitempty"` Type *EASCategory `json:"type,omitempty"` // The EAS type with flexible value set. FlexEasType *string `json:"flexEasType,omitempty"` // The availability schedule of the EAS. Scheds []ScheduledCommunicationTime `json:"scheds,omitempty"` SvcArea *ServiceArea `json:"svcArea,omitempty"` SvcKpi *EASServiceKPI `json:"svcKpi,omitempty"` // level of service permissions supported by the EAS. PermLvl []PermissionLevel `json:"permLvl,omitempty"` // Service specific features supported by EAS. EasFeats []string `json:"easFeats,omitempty"` // List of DNAI(s) and the N6 traffic information associated with the EAS. AppLocs []RouteToLocation `json:"appLocs,omitempty"` // The ACR scenarios supported by the EAS for service continuity. SvcContSupp []ACRScenario `json:"svcContSupp,omitempty"` // Unsigned integer identifying a period of time in units of seconds. AvlRep *int32 `json:"avlRep,omitempty"` // EAS status information. Status *string `json:"status,omitempty"` }
EASProfile Represents the EAS profile information.
func NewEASProfile ¶
func NewEASProfile(easId string, endPt NullableEndPoint) *EASProfile
NewEASProfile instantiates a new EASProfile object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEASProfileWithDefaults ¶
func NewEASProfileWithDefaults() *EASProfile
NewEASProfileWithDefaults instantiates a new EASProfile object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EASProfile) GetAcIds ¶
func (o *EASProfile) GetAcIds() []string
GetAcIds returns the AcIds field value if set, zero value otherwise.
func (*EASProfile) GetAcIdsOk ¶
func (o *EASProfile) GetAcIdsOk() ([]string, bool)
GetAcIdsOk returns a tuple with the AcIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EASProfile) GetAppLocs ¶
func (o *EASProfile) GetAppLocs() []RouteToLocation
GetAppLocs returns the AppLocs field value if set, zero value otherwise.
func (*EASProfile) GetAppLocsOk ¶
func (o *EASProfile) GetAppLocsOk() ([]RouteToLocation, bool)
GetAppLocsOk returns a tuple with the AppLocs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EASProfile) GetAvlRep ¶
func (o *EASProfile) GetAvlRep() int32
GetAvlRep returns the AvlRep field value if set, zero value otherwise.
func (*EASProfile) GetAvlRepOk ¶
func (o *EASProfile) GetAvlRepOk() (*int32, bool)
GetAvlRepOk returns a tuple with the AvlRep field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EASProfile) GetEasFeats ¶
func (o *EASProfile) GetEasFeats() []string
GetEasFeats returns the EasFeats field value if set, zero value otherwise.
func (*EASProfile) GetEasFeatsOk ¶
func (o *EASProfile) GetEasFeatsOk() ([]string, bool)
GetEasFeatsOk returns a tuple with the EasFeats field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EASProfile) GetEasId ¶
func (o *EASProfile) GetEasId() string
GetEasId returns the EasId field value
func (*EASProfile) GetEasIdOk ¶
func (o *EASProfile) GetEasIdOk() (*string, bool)
GetEasIdOk returns a tuple with the EasId field value and a boolean to check if the value has been set.
func (*EASProfile) GetEndPt ¶
func (o *EASProfile) GetEndPt() EndPoint
GetEndPt returns the EndPt field value If the value is explicit nil, the zero value for EndPoint will be returned
func (*EASProfile) GetEndPtOk ¶
func (o *EASProfile) GetEndPtOk() (*EndPoint, bool)
GetEndPtOk returns a tuple with the EndPt field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*EASProfile) GetFlexEasType ¶
func (o *EASProfile) GetFlexEasType() string
GetFlexEasType returns the FlexEasType field value if set, zero value otherwise.
func (*EASProfile) GetFlexEasTypeOk ¶
func (o *EASProfile) GetFlexEasTypeOk() (*string, bool)
GetFlexEasTypeOk returns a tuple with the FlexEasType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EASProfile) GetPermLvl ¶
func (o *EASProfile) GetPermLvl() []PermissionLevel
GetPermLvl returns the PermLvl field value if set, zero value otherwise.
func (*EASProfile) GetPermLvlOk ¶
func (o *EASProfile) GetPermLvlOk() ([]PermissionLevel, bool)
GetPermLvlOk returns a tuple with the PermLvl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EASProfile) GetProvId ¶
func (o *EASProfile) GetProvId() string
GetProvId returns the ProvId field value if set, zero value otherwise.
func (*EASProfile) GetProvIdOk ¶
func (o *EASProfile) GetProvIdOk() (*string, bool)
GetProvIdOk returns a tuple with the ProvId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EASProfile) GetScheds ¶
func (o *EASProfile) GetScheds() []ScheduledCommunicationTime
GetScheds returns the Scheds field value if set, zero value otherwise.
func (*EASProfile) GetSchedsOk ¶
func (o *EASProfile) GetSchedsOk() ([]ScheduledCommunicationTime, bool)
GetSchedsOk returns a tuple with the Scheds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EASProfile) GetStatus ¶
func (o *EASProfile) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*EASProfile) GetStatusOk ¶
func (o *EASProfile) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EASProfile) GetSvcArea ¶
func (o *EASProfile) GetSvcArea() ServiceArea
GetSvcArea returns the SvcArea field value if set, zero value otherwise.
func (*EASProfile) GetSvcAreaOk ¶
func (o *EASProfile) GetSvcAreaOk() (*ServiceArea, bool)
GetSvcAreaOk returns a tuple with the SvcArea field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EASProfile) GetSvcContSupp ¶
func (o *EASProfile) GetSvcContSupp() []ACRScenario
GetSvcContSupp returns the SvcContSupp field value if set, zero value otherwise.
func (*EASProfile) GetSvcContSuppOk ¶
func (o *EASProfile) GetSvcContSuppOk() ([]ACRScenario, bool)
GetSvcContSuppOk returns a tuple with the SvcContSupp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EASProfile) GetSvcKpi ¶
func (o *EASProfile) GetSvcKpi() EASServiceKPI
GetSvcKpi returns the SvcKpi field value if set, zero value otherwise.
func (*EASProfile) GetSvcKpiOk ¶
func (o *EASProfile) GetSvcKpiOk() (*EASServiceKPI, bool)
GetSvcKpiOk returns a tuple with the SvcKpi field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EASProfile) GetType ¶
func (o *EASProfile) GetType() EASCategory
GetType returns the Type field value if set, zero value otherwise.
func (*EASProfile) GetTypeOk ¶
func (o *EASProfile) GetTypeOk() (*EASCategory, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EASProfile) HasAcIds ¶
func (o *EASProfile) HasAcIds() bool
HasAcIds returns a boolean if a field has been set.
func (*EASProfile) HasAppLocs ¶
func (o *EASProfile) HasAppLocs() bool
HasAppLocs returns a boolean if a field has been set.
func (*EASProfile) HasAvlRep ¶
func (o *EASProfile) HasAvlRep() bool
HasAvlRep returns a boolean if a field has been set.
func (*EASProfile) HasEasFeats ¶
func (o *EASProfile) HasEasFeats() bool
HasEasFeats returns a boolean if a field has been set.
func (*EASProfile) HasFlexEasType ¶
func (o *EASProfile) HasFlexEasType() bool
HasFlexEasType returns a boolean if a field has been set.
func (*EASProfile) HasPermLvl ¶
func (o *EASProfile) HasPermLvl() bool
HasPermLvl returns a boolean if a field has been set.
func (*EASProfile) HasProvId ¶
func (o *EASProfile) HasProvId() bool
HasProvId returns a boolean if a field has been set.
func (*EASProfile) HasScheds ¶
func (o *EASProfile) HasScheds() bool
HasScheds returns a boolean if a field has been set.
func (*EASProfile) HasStatus ¶
func (o *EASProfile) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*EASProfile) HasSvcArea ¶
func (o *EASProfile) HasSvcArea() bool
HasSvcArea returns a boolean if a field has been set.
func (*EASProfile) HasSvcContSupp ¶
func (o *EASProfile) HasSvcContSupp() bool
HasSvcContSupp returns a boolean if a field has been set.
func (*EASProfile) HasSvcKpi ¶
func (o *EASProfile) HasSvcKpi() bool
HasSvcKpi returns a boolean if a field has been set.
func (*EASProfile) HasType ¶
func (o *EASProfile) HasType() bool
HasType returns a boolean if a field has been set.
func (EASProfile) MarshalJSON ¶
func (o EASProfile) MarshalJSON() ([]byte, error)
func (*EASProfile) SetAcIds ¶
func (o *EASProfile) SetAcIds(v []string)
SetAcIds gets a reference to the given []string and assigns it to the AcIds field.
func (*EASProfile) SetAppLocs ¶
func (o *EASProfile) SetAppLocs(v []RouteToLocation)
SetAppLocs gets a reference to the given []RouteToLocation and assigns it to the AppLocs field.
func (*EASProfile) SetAvlRep ¶
func (o *EASProfile) SetAvlRep(v int32)
SetAvlRep gets a reference to the given int32 and assigns it to the AvlRep field.
func (*EASProfile) SetEasFeats ¶
func (o *EASProfile) SetEasFeats(v []string)
SetEasFeats gets a reference to the given []string and assigns it to the EasFeats field.
func (*EASProfile) SetFlexEasType ¶
func (o *EASProfile) SetFlexEasType(v string)
SetFlexEasType gets a reference to the given string and assigns it to the FlexEasType field.
func (*EASProfile) SetPermLvl ¶
func (o *EASProfile) SetPermLvl(v []PermissionLevel)
SetPermLvl gets a reference to the given []PermissionLevel and assigns it to the PermLvl field.
func (*EASProfile) SetProvId ¶
func (o *EASProfile) SetProvId(v string)
SetProvId gets a reference to the given string and assigns it to the ProvId field.
func (*EASProfile) SetScheds ¶
func (o *EASProfile) SetScheds(v []ScheduledCommunicationTime)
SetScheds gets a reference to the given []ScheduledCommunicationTime and assigns it to the Scheds field.
func (*EASProfile) SetStatus ¶
func (o *EASProfile) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (*EASProfile) SetSvcArea ¶
func (o *EASProfile) SetSvcArea(v ServiceArea)
SetSvcArea gets a reference to the given ServiceArea and assigns it to the SvcArea field.
func (*EASProfile) SetSvcContSupp ¶
func (o *EASProfile) SetSvcContSupp(v []ACRScenario)
SetSvcContSupp gets a reference to the given []ACRScenario and assigns it to the SvcContSupp field.
func (*EASProfile) SetSvcKpi ¶
func (o *EASProfile) SetSvcKpi(v EASServiceKPI)
SetSvcKpi gets a reference to the given EASServiceKPI and assigns it to the SvcKpi field.
func (*EASProfile) SetType ¶
func (o *EASProfile) SetType(v EASCategory)
SetType gets a reference to the given EASCategory and assigns it to the Type field.
func (EASProfile) ToMap ¶
func (o EASProfile) ToMap() (map[string]interface{}, error)
func (*EASProfile) UnmarshalJSON ¶
func (o *EASProfile) UnmarshalJSON(bytes []byte) (err error)
type EASServiceKPI ¶
type EASServiceKPI struct { // Unsigned Integer, i.e. only value 0 and integers above 0 are permissible. MaxReqRate *int32 `json:"maxReqRate,omitempty"` // Unsigned Integer, i.e. only value 0 and integers above 0 are permissible. MaxRespTime *int32 `json:"maxRespTime,omitempty"` // Unsigned Integer, i.e. only value 0 and integers above 0 are permissible. Avail *int32 `json:"avail,omitempty"` // Unsigned Integer, i.e. only value 0 and integers above 0 are permissible. AvlComp *int32 `json:"avlComp,omitempty"` // Unsigned Integer, i.e. only value 0 and integers above 0 are permissible. AvlGraComp *int32 `json:"avlGraComp,omitempty"` // Unsigned Integer, i.e. only value 0 and integers above 0 are permissible. AvlMem *int32 `json:"avlMem,omitempty"` // Unsigned Integer, i.e. only value 0 and integers above 0 are permissible. AvlStrg *int32 `json:"avlStrg,omitempty"` // String representing a bit rate; the prefixes follow the standard symbols from The International System of Units, and represent x1000 multipliers, with the exception that prefix \"K\" is used to represent the standard symbol \"k\". ConnBand *string `json:"connBand,omitempty"` }
EASServiceKPI Represents the EAS service KPI information.
func NewEASServiceKPI ¶
func NewEASServiceKPI() *EASServiceKPI
NewEASServiceKPI instantiates a new EASServiceKPI object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEASServiceKPIWithDefaults ¶
func NewEASServiceKPIWithDefaults() *EASServiceKPI
NewEASServiceKPIWithDefaults instantiates a new EASServiceKPI object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EASServiceKPI) GetAvail ¶
func (o *EASServiceKPI) GetAvail() int32
GetAvail returns the Avail field value if set, zero value otherwise.
func (*EASServiceKPI) GetAvailOk ¶
func (o *EASServiceKPI) GetAvailOk() (*int32, bool)
GetAvailOk returns a tuple with the Avail field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EASServiceKPI) GetAvlComp ¶
func (o *EASServiceKPI) GetAvlComp() int32
GetAvlComp returns the AvlComp field value if set, zero value otherwise.
func (*EASServiceKPI) GetAvlCompOk ¶
func (o *EASServiceKPI) GetAvlCompOk() (*int32, bool)
GetAvlCompOk returns a tuple with the AvlComp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EASServiceKPI) GetAvlGraComp ¶
func (o *EASServiceKPI) GetAvlGraComp() int32
GetAvlGraComp returns the AvlGraComp field value if set, zero value otherwise.
func (*EASServiceKPI) GetAvlGraCompOk ¶
func (o *EASServiceKPI) GetAvlGraCompOk() (*int32, bool)
GetAvlGraCompOk returns a tuple with the AvlGraComp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EASServiceKPI) GetAvlMem ¶
func (o *EASServiceKPI) GetAvlMem() int32
GetAvlMem returns the AvlMem field value if set, zero value otherwise.
func (*EASServiceKPI) GetAvlMemOk ¶
func (o *EASServiceKPI) GetAvlMemOk() (*int32, bool)
GetAvlMemOk returns a tuple with the AvlMem field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EASServiceKPI) GetAvlStrg ¶
func (o *EASServiceKPI) GetAvlStrg() int32
GetAvlStrg returns the AvlStrg field value if set, zero value otherwise.
func (*EASServiceKPI) GetAvlStrgOk ¶
func (o *EASServiceKPI) GetAvlStrgOk() (*int32, bool)
GetAvlStrgOk returns a tuple with the AvlStrg field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EASServiceKPI) GetConnBand ¶
func (o *EASServiceKPI) GetConnBand() string
GetConnBand returns the ConnBand field value if set, zero value otherwise.
func (*EASServiceKPI) GetConnBandOk ¶
func (o *EASServiceKPI) GetConnBandOk() (*string, bool)
GetConnBandOk returns a tuple with the ConnBand field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EASServiceKPI) GetMaxReqRate ¶
func (o *EASServiceKPI) GetMaxReqRate() int32
GetMaxReqRate returns the MaxReqRate field value if set, zero value otherwise.
func (*EASServiceKPI) GetMaxReqRateOk ¶
func (o *EASServiceKPI) GetMaxReqRateOk() (*int32, bool)
GetMaxReqRateOk returns a tuple with the MaxReqRate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EASServiceKPI) GetMaxRespTime ¶
func (o *EASServiceKPI) GetMaxRespTime() int32
GetMaxRespTime returns the MaxRespTime field value if set, zero value otherwise.
func (*EASServiceKPI) GetMaxRespTimeOk ¶
func (o *EASServiceKPI) GetMaxRespTimeOk() (*int32, bool)
GetMaxRespTimeOk returns a tuple with the MaxRespTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EASServiceKPI) HasAvail ¶
func (o *EASServiceKPI) HasAvail() bool
HasAvail returns a boolean if a field has been set.
func (*EASServiceKPI) HasAvlComp ¶
func (o *EASServiceKPI) HasAvlComp() bool
HasAvlComp returns a boolean if a field has been set.
func (*EASServiceKPI) HasAvlGraComp ¶
func (o *EASServiceKPI) HasAvlGraComp() bool
HasAvlGraComp returns a boolean if a field has been set.
func (*EASServiceKPI) HasAvlMem ¶
func (o *EASServiceKPI) HasAvlMem() bool
HasAvlMem returns a boolean if a field has been set.
func (*EASServiceKPI) HasAvlStrg ¶
func (o *EASServiceKPI) HasAvlStrg() bool
HasAvlStrg returns a boolean if a field has been set.
func (*EASServiceKPI) HasConnBand ¶
func (o *EASServiceKPI) HasConnBand() bool
HasConnBand returns a boolean if a field has been set.
func (*EASServiceKPI) HasMaxReqRate ¶
func (o *EASServiceKPI) HasMaxReqRate() bool
HasMaxReqRate returns a boolean if a field has been set.
func (*EASServiceKPI) HasMaxRespTime ¶
func (o *EASServiceKPI) HasMaxRespTime() bool
HasMaxRespTime returns a boolean if a field has been set.
func (EASServiceKPI) MarshalJSON ¶
func (o EASServiceKPI) MarshalJSON() ([]byte, error)
func (*EASServiceKPI) SetAvail ¶
func (o *EASServiceKPI) SetAvail(v int32)
SetAvail gets a reference to the given int32 and assigns it to the Avail field.
func (*EASServiceKPI) SetAvlComp ¶
func (o *EASServiceKPI) SetAvlComp(v int32)
SetAvlComp gets a reference to the given int32 and assigns it to the AvlComp field.
func (*EASServiceKPI) SetAvlGraComp ¶
func (o *EASServiceKPI) SetAvlGraComp(v int32)
SetAvlGraComp gets a reference to the given int32 and assigns it to the AvlGraComp field.
func (*EASServiceKPI) SetAvlMem ¶
func (o *EASServiceKPI) SetAvlMem(v int32)
SetAvlMem gets a reference to the given int32 and assigns it to the AvlMem field.
func (*EASServiceKPI) SetAvlStrg ¶
func (o *EASServiceKPI) SetAvlStrg(v int32)
SetAvlStrg gets a reference to the given int32 and assigns it to the AvlStrg field.
func (*EASServiceKPI) SetConnBand ¶
func (o *EASServiceKPI) SetConnBand(v string)
SetConnBand gets a reference to the given string and assigns it to the ConnBand field.
func (*EASServiceKPI) SetMaxReqRate ¶
func (o *EASServiceKPI) SetMaxReqRate(v int32)
SetMaxReqRate gets a reference to the given int32 and assigns it to the MaxReqRate field.
func (*EASServiceKPI) SetMaxRespTime ¶
func (o *EASServiceKPI) SetMaxRespTime(v int32)
SetMaxRespTime gets a reference to the given int32 and assigns it to the MaxRespTime field.
func (EASServiceKPI) ToMap ¶
func (o EASServiceKPI) ToMap() (map[string]interface{}, error)
type EDNConInfo ¶
type EDNConInfo struct { // String representing a Data Network as defined in clause 9A of 3GPP TS 23.003; it shall contain either a DNN Network Identifier, or a full DNN with both the Network Identifier and Operator Identifier, as specified in 3GPP TS 23.003 clause 9.1.1 and 9.1.2. It shall be coded as string in which the labels are separated by dots (e.g. \"Label1.Label2.Label3\"). Dnn *string `json:"dnn,omitempty"` Snssai *Snssai `json:"snssai,omitempty"` EdnTopoSrvArea *LocationArea5G `json:"ednTopoSrvArea,omitempty"` }
EDNConInfo Represents an EDN connection information .
func NewEDNConInfo ¶
func NewEDNConInfo() *EDNConInfo
NewEDNConInfo instantiates a new EDNConInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEDNConInfoWithDefaults ¶
func NewEDNConInfoWithDefaults() *EDNConInfo
NewEDNConInfoWithDefaults instantiates a new EDNConInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EDNConInfo) GetDnn ¶
func (o *EDNConInfo) GetDnn() string
GetDnn returns the Dnn field value if set, zero value otherwise.
func (*EDNConInfo) GetDnnOk ¶
func (o *EDNConInfo) GetDnnOk() (*string, bool)
GetDnnOk returns a tuple with the Dnn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EDNConInfo) GetEdnTopoSrvArea ¶
func (o *EDNConInfo) GetEdnTopoSrvArea() LocationArea5G
GetEdnTopoSrvArea returns the EdnTopoSrvArea field value if set, zero value otherwise.
func (*EDNConInfo) GetEdnTopoSrvAreaOk ¶
func (o *EDNConInfo) GetEdnTopoSrvAreaOk() (*LocationArea5G, bool)
GetEdnTopoSrvAreaOk returns a tuple with the EdnTopoSrvArea field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EDNConInfo) GetSnssai ¶
func (o *EDNConInfo) GetSnssai() Snssai
GetSnssai returns the Snssai field value if set, zero value otherwise.
func (*EDNConInfo) GetSnssaiOk ¶
func (o *EDNConInfo) GetSnssaiOk() (*Snssai, bool)
GetSnssaiOk returns a tuple with the Snssai field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EDNConInfo) HasDnn ¶
func (o *EDNConInfo) HasDnn() bool
HasDnn returns a boolean if a field has been set.
func (*EDNConInfo) HasEdnTopoSrvArea ¶
func (o *EDNConInfo) HasEdnTopoSrvArea() bool
HasEdnTopoSrvArea returns a boolean if a field has been set.
func (*EDNConInfo) HasSnssai ¶
func (o *EDNConInfo) HasSnssai() bool
HasSnssai returns a boolean if a field has been set.
func (EDNConInfo) MarshalJSON ¶
func (o EDNConInfo) MarshalJSON() ([]byte, error)
func (*EDNConInfo) SetDnn ¶
func (o *EDNConInfo) SetDnn(v string)
SetDnn gets a reference to the given string and assigns it to the Dnn field.
func (*EDNConInfo) SetEdnTopoSrvArea ¶
func (o *EDNConInfo) SetEdnTopoSrvArea(v LocationArea5G)
SetEdnTopoSrvArea gets a reference to the given LocationArea5G and assigns it to the EdnTopoSrvArea field.
func (*EDNConInfo) SetSnssai ¶
func (o *EDNConInfo) SetSnssai(v Snssai)
SetSnssai gets a reference to the given Snssai and assigns it to the Snssai field.
func (EDNConInfo) ToMap ¶
func (o EDNConInfo) ToMap() (map[string]interface{}, error)
type EDNConfigInfo ¶
type EDNConfigInfo struct { EdnConInfo EDNConInfo `json:"ednConInfo"` // Contains the list of EESs of the EDN. Eess []EESInfo `json:"eess"` // string with format \"date-time\" as defined in OpenAPI. LifeTime *time.Time `json:"lifeTime,omitempty"` }
EDNConfigInfo Represents the EDN information.
func NewEDNConfigInfo ¶
func NewEDNConfigInfo(ednConInfo EDNConInfo, eess []EESInfo) *EDNConfigInfo
NewEDNConfigInfo instantiates a new EDNConfigInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEDNConfigInfoWithDefaults ¶
func NewEDNConfigInfoWithDefaults() *EDNConfigInfo
NewEDNConfigInfoWithDefaults instantiates a new EDNConfigInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EDNConfigInfo) GetEdnConInfo ¶
func (o *EDNConfigInfo) GetEdnConInfo() EDNConInfo
GetEdnConInfo returns the EdnConInfo field value
func (*EDNConfigInfo) GetEdnConInfoOk ¶
func (o *EDNConfigInfo) GetEdnConInfoOk() (*EDNConInfo, bool)
GetEdnConInfoOk returns a tuple with the EdnConInfo field value and a boolean to check if the value has been set.
func (*EDNConfigInfo) GetEess ¶
func (o *EDNConfigInfo) GetEess() []EESInfo
GetEess returns the Eess field value
func (*EDNConfigInfo) GetEessOk ¶
func (o *EDNConfigInfo) GetEessOk() ([]EESInfo, bool)
GetEessOk returns a tuple with the Eess field value and a boolean to check if the value has been set.
func (*EDNConfigInfo) GetLifeTime ¶
func (o *EDNConfigInfo) GetLifeTime() time.Time
GetLifeTime returns the LifeTime field value if set, zero value otherwise.
func (*EDNConfigInfo) GetLifeTimeOk ¶
func (o *EDNConfigInfo) GetLifeTimeOk() (*time.Time, bool)
GetLifeTimeOk returns a tuple with the LifeTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EDNConfigInfo) HasLifeTime ¶
func (o *EDNConfigInfo) HasLifeTime() bool
HasLifeTime returns a boolean if a field has been set.
func (EDNConfigInfo) MarshalJSON ¶
func (o EDNConfigInfo) MarshalJSON() ([]byte, error)
func (*EDNConfigInfo) SetEdnConInfo ¶
func (o *EDNConfigInfo) SetEdnConInfo(v EDNConInfo)
SetEdnConInfo sets field value
func (*EDNConfigInfo) SetEess ¶
func (o *EDNConfigInfo) SetEess(v []EESInfo)
SetEess sets field value
func (*EDNConfigInfo) SetLifeTime ¶
func (o *EDNConfigInfo) SetLifeTime(v time.Time)
SetLifeTime gets a reference to the given time.Time and assigns it to the LifeTime field.
func (EDNConfigInfo) ToMap ¶
func (o EDNConfigInfo) ToMap() (map[string]interface{}, error)
func (*EDNConfigInfo) UnmarshalJSON ¶
func (o *EDNConfigInfo) UnmarshalJSON(bytes []byte) (err error)
type EESInfo ¶
type EESInfo struct { // Identity of the EES EesId string `json:"eesId"` EndPt NullableEndPoint `json:"endPt,omitempty"` // Application identities of the Edge Application Servers registered with the EES. EasIds []string `json:"easIds,omitempty"` // Represents an ECSP Information. EcspInfo *string `json:"ecspInfo,omitempty"` SvcArea *LocationArea5G `json:"svcArea,omitempty"` // Represents list of Data network access identifier. Dnais []string `json:"dnais,omitempty"` // Indicates if the EES supports service continuity or not, also indicates which ACR scenarios are supported by the EES. EesSvcContSupp []ACRScenario `json:"eesSvcContSupp,omitempty"` // Indicates whether the EEC is required to register on the EES to use edge services or not. EecRegConf bool `json:"eecRegConf"` }
EESInfo Represents EES information.
func NewEESInfo ¶
NewEESInfo instantiates a new EESInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEESInfoWithDefaults ¶
func NewEESInfoWithDefaults() *EESInfo
NewEESInfoWithDefaults instantiates a new EESInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EESInfo) GetDnaisOk ¶
GetDnaisOk returns a tuple with the Dnais field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EESInfo) GetEasIdsOk ¶
GetEasIdsOk returns a tuple with the EasIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EESInfo) GetEcspInfo ¶
GetEcspInfo returns the EcspInfo field value if set, zero value otherwise.
func (*EESInfo) GetEcspInfoOk ¶
GetEcspInfoOk returns a tuple with the EcspInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EESInfo) GetEecRegConf ¶
GetEecRegConf returns the EecRegConf field value
func (*EESInfo) GetEecRegConfOk ¶
GetEecRegConfOk returns a tuple with the EecRegConf field value and a boolean to check if the value has been set.
func (*EESInfo) GetEesIdOk ¶
GetEesIdOk returns a tuple with the EesId field value and a boolean to check if the value has been set.
func (*EESInfo) GetEesSvcContSupp ¶
func (o *EESInfo) GetEesSvcContSupp() []ACRScenario
GetEesSvcContSupp returns the EesSvcContSupp field value if set, zero value otherwise.
func (*EESInfo) GetEesSvcContSuppOk ¶
func (o *EESInfo) GetEesSvcContSuppOk() ([]ACRScenario, bool)
GetEesSvcContSuppOk returns a tuple with the EesSvcContSupp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EESInfo) GetEndPt ¶
GetEndPt returns the EndPt field value if set, zero value otherwise (both if not set or set to explicit null).
func (*EESInfo) GetEndPtOk ¶
GetEndPtOk returns a tuple with the EndPt field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*EESInfo) GetSvcArea ¶
func (o *EESInfo) GetSvcArea() LocationArea5G
GetSvcArea returns the SvcArea field value if set, zero value otherwise.
func (*EESInfo) GetSvcAreaOk ¶
func (o *EESInfo) GetSvcAreaOk() (*LocationArea5G, bool)
GetSvcAreaOk returns a tuple with the SvcArea field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EESInfo) HasEcspInfo ¶
HasEcspInfo returns a boolean if a field has been set.
func (*EESInfo) HasEesSvcContSupp ¶
HasEesSvcContSupp returns a boolean if a field has been set.
func (*EESInfo) HasSvcArea ¶
HasSvcArea returns a boolean if a field has been set.
func (EESInfo) MarshalJSON ¶
func (*EESInfo) SetDnais ¶
SetDnais gets a reference to the given []string and assigns it to the Dnais field.
func (*EESInfo) SetEasIds ¶
SetEasIds gets a reference to the given []string and assigns it to the EasIds field.
func (*EESInfo) SetEcspInfo ¶
SetEcspInfo gets a reference to the given string and assigns it to the EcspInfo field.
func (*EESInfo) SetEecRegConf ¶
SetEecRegConf sets field value
func (*EESInfo) SetEesSvcContSupp ¶
func (o *EESInfo) SetEesSvcContSupp(v []ACRScenario)
SetEesSvcContSupp gets a reference to the given []ACRScenario and assigns it to the EesSvcContSupp field.
func (*EESInfo) SetEndPt ¶
SetEndPt gets a reference to the given NullableEndPoint and assigns it to the EndPt field.
func (*EESInfo) SetEndPtNil ¶
func (o *EESInfo) SetEndPtNil()
SetEndPtNil sets the value for EndPt to be an explicit nil
func (*EESInfo) SetSvcArea ¶
func (o *EESInfo) SetSvcArea(v LocationArea5G)
SetSvcArea gets a reference to the given LocationArea5G and assigns it to the SvcArea field.
func (*EESInfo) UnmarshalJSON ¶
func (*EESInfo) UnsetEndPt ¶
func (o *EESInfo) UnsetEndPt()
UnsetEndPt ensures that no value is present for EndPt, not even an explicit nil
type Ecgi ¶
type Ecgi struct { PlmnId PlmnId `json:"plmnId"` // 28-bit string identifying an E-UTRA Cell Id as specified in clause 9.3.1.9 of 3GPP TS 38.413, in hexadecimal representation. Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The most significant character representing the 4 most significant bits of the Cell Id shall appear first in the string, and the character representing the 4 least significant bit of the Cell Id shall appear last in the string. EutraCellId string `json:"eutraCellId"` // This represents the Network Identifier, which together with a PLMN ID is used to identify an SNPN (see 3GPP TS 23.003 and 3GPP TS 23.501 clause 5.30.2.1). Nid *string `json:"nid,omitempty"` }
Ecgi Contains the ECGI (E-UTRAN Cell Global Identity), as described in 3GPP 23.003
func NewEcgi ¶
NewEcgi instantiates a new Ecgi object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEcgiWithDefaults ¶
func NewEcgiWithDefaults() *Ecgi
NewEcgiWithDefaults instantiates a new Ecgi object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Ecgi) GetEutraCellId ¶
GetEutraCellId returns the EutraCellId field value
func (*Ecgi) GetEutraCellIdOk ¶
GetEutraCellIdOk returns a tuple with the EutraCellId field value and a boolean to check if the value has been set.
func (*Ecgi) GetNidOk ¶
GetNidOk returns a tuple with the Nid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Ecgi) GetPlmnIdOk ¶
GetPlmnIdOk returns a tuple with the PlmnId field value and a boolean to check if the value has been set.
func (Ecgi) MarshalJSON ¶
func (*Ecgi) SetEutraCellId ¶
SetEutraCellId sets field value
func (*Ecgi) UnmarshalJSON ¶
type EecCtxtRelocStatus ¶
type EecCtxtRelocStatus struct {
ImplReg *ImplicitRegDetails `json:"implReg,omitempty"`
}
EecCtxtRelocStatus Indicates the registration id and expiry time of the registration.
func NewEecCtxtRelocStatus ¶
func NewEecCtxtRelocStatus() *EecCtxtRelocStatus
NewEecCtxtRelocStatus instantiates a new EecCtxtRelocStatus object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEecCtxtRelocStatusWithDefaults ¶
func NewEecCtxtRelocStatusWithDefaults() *EecCtxtRelocStatus
NewEecCtxtRelocStatusWithDefaults instantiates a new EecCtxtRelocStatus object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EecCtxtRelocStatus) GetImplReg ¶
func (o *EecCtxtRelocStatus) GetImplReg() ImplicitRegDetails
GetImplReg returns the ImplReg field value if set, zero value otherwise.
func (*EecCtxtRelocStatus) GetImplRegOk ¶
func (o *EecCtxtRelocStatus) GetImplRegOk() (*ImplicitRegDetails, bool)
GetImplRegOk returns a tuple with the ImplReg field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EecCtxtRelocStatus) HasImplReg ¶
func (o *EecCtxtRelocStatus) HasImplReg() bool
HasImplReg returns a boolean if a field has been set.
func (EecCtxtRelocStatus) MarshalJSON ¶
func (o EecCtxtRelocStatus) MarshalJSON() ([]byte, error)
func (*EecCtxtRelocStatus) SetImplReg ¶
func (o *EecCtxtRelocStatus) SetImplReg(v ImplicitRegDetails)
SetImplReg gets a reference to the given ImplicitRegDetails and assigns it to the ImplReg field.
func (EecCtxtRelocStatus) ToMap ¶
func (o EecCtxtRelocStatus) ToMap() (map[string]interface{}, error)
type EllipsoidArc ¶
type EllipsoidArc struct { GADShape Point GeographicalCoordinates `json:"point"` // Indicates value of the inner radius. InnerRadius int32 `json:"innerRadius"` // Indicates value of uncertainty. UncertaintyRadius float32 `json:"uncertaintyRadius"` // Indicates value of angle. OffsetAngle int32 `json:"offsetAngle"` // Indicates value of angle. IncludedAngle int32 `json:"includedAngle"` // Indicates value of confidence. Confidence int32 `json:"confidence"` }
EllipsoidArc Ellipsoid Arc.
func NewEllipsoidArc ¶
func NewEllipsoidArc(point GeographicalCoordinates, innerRadius int32, uncertaintyRadius float32, offsetAngle int32, includedAngle int32, confidence int32, shape SupportedGADShapes) *EllipsoidArc
NewEllipsoidArc instantiates a new EllipsoidArc object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEllipsoidArcWithDefaults ¶
func NewEllipsoidArcWithDefaults() *EllipsoidArc
NewEllipsoidArcWithDefaults instantiates a new EllipsoidArc object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EllipsoidArc) GetConfidence ¶
func (o *EllipsoidArc) GetConfidence() int32
GetConfidence returns the Confidence field value
func (*EllipsoidArc) GetConfidenceOk ¶
func (o *EllipsoidArc) GetConfidenceOk() (*int32, bool)
GetConfidenceOk returns a tuple with the Confidence field value and a boolean to check if the value has been set.
func (*EllipsoidArc) GetIncludedAngle ¶
func (o *EllipsoidArc) GetIncludedAngle() int32
GetIncludedAngle returns the IncludedAngle field value
func (*EllipsoidArc) GetIncludedAngleOk ¶
func (o *EllipsoidArc) GetIncludedAngleOk() (*int32, bool)
GetIncludedAngleOk returns a tuple with the IncludedAngle field value and a boolean to check if the value has been set.
func (*EllipsoidArc) GetInnerRadius ¶
func (o *EllipsoidArc) GetInnerRadius() int32
GetInnerRadius returns the InnerRadius field value
func (*EllipsoidArc) GetInnerRadiusOk ¶
func (o *EllipsoidArc) GetInnerRadiusOk() (*int32, bool)
GetInnerRadiusOk returns a tuple with the InnerRadius field value and a boolean to check if the value has been set.
func (*EllipsoidArc) GetOffsetAngle ¶
func (o *EllipsoidArc) GetOffsetAngle() int32
GetOffsetAngle returns the OffsetAngle field value
func (*EllipsoidArc) GetOffsetAngleOk ¶
func (o *EllipsoidArc) GetOffsetAngleOk() (*int32, bool)
GetOffsetAngleOk returns a tuple with the OffsetAngle field value and a boolean to check if the value has been set.
func (*EllipsoidArc) GetPoint ¶
func (o *EllipsoidArc) GetPoint() GeographicalCoordinates
GetPoint returns the Point field value
func (*EllipsoidArc) GetPointOk ¶
func (o *EllipsoidArc) GetPointOk() (*GeographicalCoordinates, bool)
GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.
func (*EllipsoidArc) GetUncertaintyRadius ¶
func (o *EllipsoidArc) GetUncertaintyRadius() float32
GetUncertaintyRadius returns the UncertaintyRadius field value
func (*EllipsoidArc) GetUncertaintyRadiusOk ¶
func (o *EllipsoidArc) GetUncertaintyRadiusOk() (*float32, bool)
GetUncertaintyRadiusOk returns a tuple with the UncertaintyRadius field value and a boolean to check if the value has been set.
func (EllipsoidArc) MarshalJSON ¶
func (o EllipsoidArc) MarshalJSON() ([]byte, error)
func (*EllipsoidArc) SetConfidence ¶
func (o *EllipsoidArc) SetConfidence(v int32)
SetConfidence sets field value
func (*EllipsoidArc) SetIncludedAngle ¶
func (o *EllipsoidArc) SetIncludedAngle(v int32)
SetIncludedAngle sets field value
func (*EllipsoidArc) SetInnerRadius ¶
func (o *EllipsoidArc) SetInnerRadius(v int32)
SetInnerRadius sets field value
func (*EllipsoidArc) SetOffsetAngle ¶
func (o *EllipsoidArc) SetOffsetAngle(v int32)
SetOffsetAngle sets field value
func (*EllipsoidArc) SetPoint ¶
func (o *EllipsoidArc) SetPoint(v GeographicalCoordinates)
SetPoint sets field value
func (*EllipsoidArc) SetUncertaintyRadius ¶
func (o *EllipsoidArc) SetUncertaintyRadius(v float32)
SetUncertaintyRadius sets field value
func (EllipsoidArc) ToMap ¶
func (o EllipsoidArc) ToMap() (map[string]interface{}, error)
func (*EllipsoidArc) UnmarshalJSON ¶
func (o *EllipsoidArc) UnmarshalJSON(bytes []byte) (err error)
type EndPoint ¶
type EndPoint struct { // Fully Qualified Domain Name Fqdn *string `json:"fqdn,omitempty"` // IPv4 addresses of the edge server. Ipv4Addrs []string `json:"ipv4Addrs,omitempty"` // IPv6 addresses of the edge server. Ipv6Addrs []string `json:"ipv6Addrs,omitempty"` // string providing an URI formatted according to IETF RFC 3986. Uri *string `json:"uri,omitempty"` }
EndPoint The end point information to reach EAS.
func NewEndPoint ¶
func NewEndPoint() *EndPoint
NewEndPoint instantiates a new EndPoint object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEndPointWithDefaults ¶
func NewEndPointWithDefaults() *EndPoint
NewEndPointWithDefaults instantiates a new EndPoint object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EndPoint) GetFqdnOk ¶
GetFqdnOk returns a tuple with the Fqdn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EndPoint) GetIpv4Addrs ¶
GetIpv4Addrs returns the Ipv4Addrs field value if set, zero value otherwise.
func (*EndPoint) GetIpv4AddrsOk ¶
GetIpv4AddrsOk returns a tuple with the Ipv4Addrs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EndPoint) GetIpv6Addrs ¶
GetIpv6Addrs returns the Ipv6Addrs field value if set, zero value otherwise.
func (*EndPoint) GetIpv6AddrsOk ¶
GetIpv6AddrsOk returns a tuple with the Ipv6Addrs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EndPoint) GetUriOk ¶
GetUriOk returns a tuple with the Uri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EndPoint) HasIpv4Addrs ¶
HasIpv4Addrs returns a boolean if a field has been set.
func (*EndPoint) HasIpv6Addrs ¶
HasIpv6Addrs returns a boolean if a field has been set.
func (EndPoint) MarshalJSON ¶
func (*EndPoint) SetFqdn ¶
SetFqdn gets a reference to the given string and assigns it to the Fqdn field.
func (*EndPoint) SetIpv4Addrs ¶
SetIpv4Addrs gets a reference to the given []string and assigns it to the Ipv4Addrs field.
func (*EndPoint) SetIpv6Addrs ¶
SetIpv6Addrs gets a reference to the given []string and assigns it to the Ipv6Addrs field.
type GADShape ¶
type GADShape struct {
Shape SupportedGADShapes `json:"shape"`
}
GADShape Common base type for GAD shapes.
func NewGADShape ¶
func NewGADShape(shape SupportedGADShapes) *GADShape
NewGADShape instantiates a new GADShape object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGADShapeWithDefaults ¶
func NewGADShapeWithDefaults() *GADShape
NewGADShapeWithDefaults instantiates a new GADShape object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GADShape) GetShape ¶
func (o *GADShape) GetShape() SupportedGADShapes
GetShape returns the Shape field value
func (*GADShape) GetShapeOk ¶
func (o *GADShape) GetShapeOk() (*SupportedGADShapes, bool)
GetShapeOk returns a tuple with the Shape field value and a boolean to check if the value has been set.
func (GADShape) MarshalJSON ¶
func (*GADShape) SetShape ¶
func (o *GADShape) SetShape(v SupportedGADShapes)
SetShape sets field value
func (*GADShape) UnmarshalJSON ¶
type GNbId ¶
type GNbId struct { // Unsigned integer representing the bit length of the gNB ID as defined in clause 9.3.1.6 of 3GPP TS 38.413 [11], within the range 22 to 32. BitLength int32 `json:"bitLength"` // This represents the identifier of the gNB. The value of the gNB ID shall be encoded in hexadecimal representation. Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The padding 0 shall be added to make multiple nibbles, the most significant character representing the padding 0 if required together with the 4 most significant bits of the gNB ID shall appear first in the string, and the character representing the 4 least significant bit of the gNB ID shall appear last in the string. GNBValue string `json:"gNBValue"` }
GNbId Provides the G-NB identifier.
func NewGNbId ¶
NewGNbId instantiates a new GNbId object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGNbIdWithDefaults ¶
func NewGNbIdWithDefaults() *GNbId
NewGNbIdWithDefaults instantiates a new GNbId object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GNbId) GetBitLength ¶
GetBitLength returns the BitLength field value
func (*GNbId) GetBitLengthOk ¶
GetBitLengthOk returns a tuple with the BitLength field value and a boolean to check if the value has been set.
func (*GNbId) GetGNBValue ¶
GetGNBValue returns the GNBValue field value
func (*GNbId) GetGNBValueOk ¶
GetGNBValueOk returns a tuple with the GNBValue field value and a boolean to check if the value has been set.
func (GNbId) MarshalJSON ¶
func (*GNbId) UnmarshalJSON ¶
type GenericOpenAPIError ¶
type GenericOpenAPIError struct {
// contains filtered or unexported fields
}
GenericOpenAPIError Provides access to the body, error and model on returned errors.
func (GenericOpenAPIError) Body ¶
func (e GenericOpenAPIError) Body() []byte
Body returns the raw bytes of the response
func (GenericOpenAPIError) Error ¶
func (e GenericOpenAPIError) Error() string
Error returns non-empty string if there was an error.
func (GenericOpenAPIError) Model ¶
func (e GenericOpenAPIError) Model() interface{}
Model returns the unpacked model of the error
type GeographicArea ¶
type GeographicArea struct { EllipsoidArc *EllipsoidArc Local2dPointUncertaintyEllipse *Local2dPointUncertaintyEllipse Local3dPointUncertaintyEllipsoid *Local3dPointUncertaintyEllipsoid Point *Point PointAltitude *PointAltitude PointAltitudeUncertainty *PointAltitudeUncertainty PointUncertaintyCircle *PointUncertaintyCircle PointUncertaintyEllipse *PointUncertaintyEllipse Polygon *Polygon }
GeographicArea Geographic area specified by different shape.
func (*GeographicArea) MarshalJSON ¶
func (src *GeographicArea) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*GeographicArea) UnmarshalJSON ¶
func (dst *GeographicArea) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type GeographicalCoordinates ¶
GeographicalCoordinates Geographical coordinates.
func NewGeographicalCoordinates ¶
func NewGeographicalCoordinates(lon float64, lat float64) *GeographicalCoordinates
NewGeographicalCoordinates instantiates a new GeographicalCoordinates object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGeographicalCoordinatesWithDefaults ¶
func NewGeographicalCoordinatesWithDefaults() *GeographicalCoordinates
NewGeographicalCoordinatesWithDefaults instantiates a new GeographicalCoordinates object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GeographicalCoordinates) GetLat ¶
func (o *GeographicalCoordinates) GetLat() float64
GetLat returns the Lat field value
func (*GeographicalCoordinates) GetLatOk ¶
func (o *GeographicalCoordinates) GetLatOk() (*float64, bool)
GetLatOk returns a tuple with the Lat field value and a boolean to check if the value has been set.
func (*GeographicalCoordinates) GetLon ¶
func (o *GeographicalCoordinates) GetLon() float64
GetLon returns the Lon field value
func (*GeographicalCoordinates) GetLonOk ¶
func (o *GeographicalCoordinates) GetLonOk() (*float64, bool)
GetLonOk returns a tuple with the Lon field value and a boolean to check if the value has been set.
func (GeographicalCoordinates) MarshalJSON ¶
func (o GeographicalCoordinates) MarshalJSON() ([]byte, error)
func (*GeographicalCoordinates) SetLat ¶
func (o *GeographicalCoordinates) SetLat(v float64)
SetLat sets field value
func (*GeographicalCoordinates) SetLon ¶
func (o *GeographicalCoordinates) SetLon(v float64)
SetLon sets field value
func (GeographicalCoordinates) ToMap ¶
func (o GeographicalCoordinates) ToMap() (map[string]interface{}, error)
func (*GeographicalCoordinates) UnmarshalJSON ¶
func (o *GeographicalCoordinates) UnmarshalJSON(bytes []byte) (err error)
type GeographicalServiceArea ¶
type GeographicalServiceArea struct { // A list of geographic area information. GeoArs []GeographicArea `json:"geoArs,omitempty"` // A list of civic address information. CivicAddrs []CivicAddress `json:"civicAddrs,omitempty"` }
GeographicalServiceArea Represents geographical service area information.
func NewGeographicalServiceArea ¶
func NewGeographicalServiceArea() *GeographicalServiceArea
NewGeographicalServiceArea instantiates a new GeographicalServiceArea object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGeographicalServiceAreaWithDefaults ¶
func NewGeographicalServiceAreaWithDefaults() *GeographicalServiceArea
NewGeographicalServiceAreaWithDefaults instantiates a new GeographicalServiceArea object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GeographicalServiceArea) GetCivicAddrs ¶
func (o *GeographicalServiceArea) GetCivicAddrs() []CivicAddress
GetCivicAddrs returns the CivicAddrs field value if set, zero value otherwise.
func (*GeographicalServiceArea) GetCivicAddrsOk ¶
func (o *GeographicalServiceArea) GetCivicAddrsOk() ([]CivicAddress, bool)
GetCivicAddrsOk returns a tuple with the CivicAddrs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GeographicalServiceArea) GetGeoArs ¶
func (o *GeographicalServiceArea) GetGeoArs() []GeographicArea
GetGeoArs returns the GeoArs field value if set, zero value otherwise.
func (*GeographicalServiceArea) GetGeoArsOk ¶
func (o *GeographicalServiceArea) GetGeoArsOk() ([]GeographicArea, bool)
GetGeoArsOk returns a tuple with the GeoArs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GeographicalServiceArea) HasCivicAddrs ¶
func (o *GeographicalServiceArea) HasCivicAddrs() bool
HasCivicAddrs returns a boolean if a field has been set.
func (*GeographicalServiceArea) HasGeoArs ¶
func (o *GeographicalServiceArea) HasGeoArs() bool
HasGeoArs returns a boolean if a field has been set.
func (GeographicalServiceArea) MarshalJSON ¶
func (o GeographicalServiceArea) MarshalJSON() ([]byte, error)
func (*GeographicalServiceArea) SetCivicAddrs ¶
func (o *GeographicalServiceArea) SetCivicAddrs(v []CivicAddress)
SetCivicAddrs gets a reference to the given []CivicAddress and assigns it to the CivicAddrs field.
func (*GeographicalServiceArea) SetGeoArs ¶
func (o *GeographicalServiceArea) SetGeoArs(v []GeographicArea)
SetGeoArs gets a reference to the given []GeographicArea and assigns it to the GeoArs field.
func (GeographicalServiceArea) ToMap ¶
func (o GeographicalServiceArea) ToMap() (map[string]interface{}, error)
type GlobalRanNodeId ¶
type GlobalRanNodeId struct { PlmnId PlmnId `json:"plmnId"` // This represents the identifier of the N3IWF ID as specified in clause 9.3.1.57 of 3GPP TS 38.413 in hexadecimal representation. Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The most significant character representing the 4 most significant bits of the N3IWF ID shall appear first in the string, and the character representing the 4 least significant bit of the N3IWF ID shall appear last in the string. N3IwfId *string `json:"n3IwfId,omitempty"` GNbId *GNbId `json:"gNbId,omitempty"` // This represents the identifier of the ng-eNB ID as specified in clause 9.3.1.8 of 3GPP TS 38.413. The value of the ng-eNB ID shall be encoded in hexadecimal representation. Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The padding 0 shall be added to make multiple nibbles, so the most significant character representing the padding 0 if required together with the 4 most significant bits of the ng-eNB ID shall appear first in the string, and the character representing the 4 least significant bit of the ng-eNB ID (to form a nibble) shall appear last in the string. NgeNbId *string `json:"ngeNbId,omitempty"` // This represents the identifier of the W-AGF ID as specified in clause 9.3.1.162 of 3GPP TS 38.413 in hexadecimal representation. Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The most significant character representing the 4 most significant bits of the W-AGF ID shall appear first in the string, and the character representing the 4 least significant bit of the W-AGF ID shall appear last in the string. WagfId *string `json:"wagfId,omitempty"` // This represents the identifier of the TNGF ID as specified in clause 9.3.1.161 of 3GPP TS 38.413 in hexadecimal representation. Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The most significant character representing the 4 most significant bits of the TNGF ID shall appear first in the string, and the character representing the 4 least significant bit of the TNGF ID shall appear last in the string. TngfId *string `json:"tngfId,omitempty"` // This represents the Network Identifier, which together with a PLMN ID is used to identify an SNPN (see 3GPP TS 23.003 and 3GPP TS 23.501 clause 5.30.2.1). Nid *string `json:"nid,omitempty"` // This represents the identifier of the eNB ID as specified in clause 9.2.1.37 of 3GPP TS 36.413. The string shall be formatted with the following pattern '^('MacroeNB-[A-Fa-f0-9]{5}|LMacroeNB-[A-Fa-f0-9]{6}|SMacroeNB-[A-Fa-f0-9]{5} |HomeeNB-[A-Fa-f0-9]{7})$'. The value of the eNB ID shall be encoded in hexadecimal representation. Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The padding 0 shall be added to make multiple nibbles, so the most significant character representing the padding 0 if required together with the 4 most significant bits of the eNB ID shall appear first in the string, and the character representing the 4 least significant bit of the eNB ID (to form a nibble) shall appear last in the string. ENbId *string `json:"eNbId,omitempty"` }
GlobalRanNodeId One of the six attributes n3IwfId, gNbIdm, ngeNbId, wagfId, tngfId, eNbId shall be present.
func NewGlobalRanNodeId ¶
func NewGlobalRanNodeId(plmnId PlmnId) *GlobalRanNodeId
NewGlobalRanNodeId instantiates a new GlobalRanNodeId object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGlobalRanNodeIdWithDefaults ¶
func NewGlobalRanNodeIdWithDefaults() *GlobalRanNodeId
NewGlobalRanNodeIdWithDefaults instantiates a new GlobalRanNodeId object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GlobalRanNodeId) GetENbId ¶
func (o *GlobalRanNodeId) GetENbId() string
GetENbId returns the ENbId field value if set, zero value otherwise.
func (*GlobalRanNodeId) GetENbIdOk ¶
func (o *GlobalRanNodeId) GetENbIdOk() (*string, bool)
GetENbIdOk returns a tuple with the ENbId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GlobalRanNodeId) GetGNbId ¶
func (o *GlobalRanNodeId) GetGNbId() GNbId
GetGNbId returns the GNbId field value if set, zero value otherwise.
func (*GlobalRanNodeId) GetGNbIdOk ¶
func (o *GlobalRanNodeId) GetGNbIdOk() (*GNbId, bool)
GetGNbIdOk returns a tuple with the GNbId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GlobalRanNodeId) GetN3IwfId ¶
func (o *GlobalRanNodeId) GetN3IwfId() string
GetN3IwfId returns the N3IwfId field value if set, zero value otherwise.
func (*GlobalRanNodeId) GetN3IwfIdOk ¶
func (o *GlobalRanNodeId) GetN3IwfIdOk() (*string, bool)
GetN3IwfIdOk returns a tuple with the N3IwfId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GlobalRanNodeId) GetNgeNbId ¶
func (o *GlobalRanNodeId) GetNgeNbId() string
GetNgeNbId returns the NgeNbId field value if set, zero value otherwise.
func (*GlobalRanNodeId) GetNgeNbIdOk ¶
func (o *GlobalRanNodeId) GetNgeNbIdOk() (*string, bool)
GetNgeNbIdOk returns a tuple with the NgeNbId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GlobalRanNodeId) GetNid ¶
func (o *GlobalRanNodeId) GetNid() string
GetNid returns the Nid field value if set, zero value otherwise.
func (*GlobalRanNodeId) GetNidOk ¶
func (o *GlobalRanNodeId) GetNidOk() (*string, bool)
GetNidOk returns a tuple with the Nid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GlobalRanNodeId) GetPlmnId ¶
func (o *GlobalRanNodeId) GetPlmnId() PlmnId
GetPlmnId returns the PlmnId field value
func (*GlobalRanNodeId) GetPlmnIdOk ¶
func (o *GlobalRanNodeId) GetPlmnIdOk() (*PlmnId, bool)
GetPlmnIdOk returns a tuple with the PlmnId field value and a boolean to check if the value has been set.
func (*GlobalRanNodeId) GetTngfId ¶
func (o *GlobalRanNodeId) GetTngfId() string
GetTngfId returns the TngfId field value if set, zero value otherwise.
func (*GlobalRanNodeId) GetTngfIdOk ¶
func (o *GlobalRanNodeId) GetTngfIdOk() (*string, bool)
GetTngfIdOk returns a tuple with the TngfId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GlobalRanNodeId) GetWagfId ¶
func (o *GlobalRanNodeId) GetWagfId() string
GetWagfId returns the WagfId field value if set, zero value otherwise.
func (*GlobalRanNodeId) GetWagfIdOk ¶
func (o *GlobalRanNodeId) GetWagfIdOk() (*string, bool)
GetWagfIdOk returns a tuple with the WagfId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GlobalRanNodeId) HasENbId ¶
func (o *GlobalRanNodeId) HasENbId() bool
HasENbId returns a boolean if a field has been set.
func (*GlobalRanNodeId) HasGNbId ¶
func (o *GlobalRanNodeId) HasGNbId() bool
HasGNbId returns a boolean if a field has been set.
func (*GlobalRanNodeId) HasN3IwfId ¶
func (o *GlobalRanNodeId) HasN3IwfId() bool
HasN3IwfId returns a boolean if a field has been set.
func (*GlobalRanNodeId) HasNgeNbId ¶
func (o *GlobalRanNodeId) HasNgeNbId() bool
HasNgeNbId returns a boolean if a field has been set.
func (*GlobalRanNodeId) HasNid ¶
func (o *GlobalRanNodeId) HasNid() bool
HasNid returns a boolean if a field has been set.
func (*GlobalRanNodeId) HasTngfId ¶
func (o *GlobalRanNodeId) HasTngfId() bool
HasTngfId returns a boolean if a field has been set.
func (*GlobalRanNodeId) HasWagfId ¶
func (o *GlobalRanNodeId) HasWagfId() bool
HasWagfId returns a boolean if a field has been set.
func (GlobalRanNodeId) MarshalJSON ¶
func (o GlobalRanNodeId) MarshalJSON() ([]byte, error)
func (*GlobalRanNodeId) SetENbId ¶
func (o *GlobalRanNodeId) SetENbId(v string)
SetENbId gets a reference to the given string and assigns it to the ENbId field.
func (*GlobalRanNodeId) SetGNbId ¶
func (o *GlobalRanNodeId) SetGNbId(v GNbId)
SetGNbId gets a reference to the given GNbId and assigns it to the GNbId field.
func (*GlobalRanNodeId) SetN3IwfId ¶
func (o *GlobalRanNodeId) SetN3IwfId(v string)
SetN3IwfId gets a reference to the given string and assigns it to the N3IwfId field.
func (*GlobalRanNodeId) SetNgeNbId ¶
func (o *GlobalRanNodeId) SetNgeNbId(v string)
SetNgeNbId gets a reference to the given string and assigns it to the NgeNbId field.
func (*GlobalRanNodeId) SetNid ¶
func (o *GlobalRanNodeId) SetNid(v string)
SetNid gets a reference to the given string and assigns it to the Nid field.
func (*GlobalRanNodeId) SetPlmnId ¶
func (o *GlobalRanNodeId) SetPlmnId(v PlmnId)
SetPlmnId sets field value
func (*GlobalRanNodeId) SetTngfId ¶
func (o *GlobalRanNodeId) SetTngfId(v string)
SetTngfId gets a reference to the given string and assigns it to the TngfId field.
func (*GlobalRanNodeId) SetWagfId ¶
func (o *GlobalRanNodeId) SetWagfId(v string)
SetWagfId gets a reference to the given string and assigns it to the WagfId field.
func (GlobalRanNodeId) ToMap ¶
func (o GlobalRanNodeId) ToMap() (map[string]interface{}, error)
func (*GlobalRanNodeId) UnmarshalJSON ¶
func (o *GlobalRanNodeId) UnmarshalJSON(bytes []byte) (err error)
type ImplicitRegDetails ¶
type ImplicitRegDetails struct { // Identifier of the EEC registration. RegId string `json:"regId"` // string with format \"date-time\" as defined in OpenAPI. ExpTime *time.Time `json:"expTime,omitempty"` }
ImplicitRegDetails Represents the EEC implicit registration details.
func NewImplicitRegDetails ¶
func NewImplicitRegDetails(regId string) *ImplicitRegDetails
NewImplicitRegDetails instantiates a new ImplicitRegDetails object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewImplicitRegDetailsWithDefaults ¶
func NewImplicitRegDetailsWithDefaults() *ImplicitRegDetails
NewImplicitRegDetailsWithDefaults instantiates a new ImplicitRegDetails object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ImplicitRegDetails) GetExpTime ¶
func (o *ImplicitRegDetails) GetExpTime() time.Time
GetExpTime returns the ExpTime field value if set, zero value otherwise.
func (*ImplicitRegDetails) GetExpTimeOk ¶
func (o *ImplicitRegDetails) GetExpTimeOk() (*time.Time, bool)
GetExpTimeOk returns a tuple with the ExpTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ImplicitRegDetails) GetRegId ¶
func (o *ImplicitRegDetails) GetRegId() string
GetRegId returns the RegId field value
func (*ImplicitRegDetails) GetRegIdOk ¶
func (o *ImplicitRegDetails) GetRegIdOk() (*string, bool)
GetRegIdOk returns a tuple with the RegId field value and a boolean to check if the value has been set.
func (*ImplicitRegDetails) HasExpTime ¶
func (o *ImplicitRegDetails) HasExpTime() bool
HasExpTime returns a boolean if a field has been set.
func (ImplicitRegDetails) MarshalJSON ¶
func (o ImplicitRegDetails) MarshalJSON() ([]byte, error)
func (*ImplicitRegDetails) SetExpTime ¶
func (o *ImplicitRegDetails) SetExpTime(v time.Time)
SetExpTime gets a reference to the given time.Time and assigns it to the ExpTime field.
func (*ImplicitRegDetails) SetRegId ¶
func (o *ImplicitRegDetails) SetRegId(v string)
SetRegId sets field value
func (ImplicitRegDetails) ToMap ¶
func (o ImplicitRegDetails) ToMap() (map[string]interface{}, error)
func (*ImplicitRegDetails) UnmarshalJSON ¶
func (o *ImplicitRegDetails) UnmarshalJSON(bytes []byte) (err error)
type IndividualACREventsSubscriptionAPIService ¶
type IndividualACREventsSubscriptionAPIService service
IndividualACREventsSubscriptionAPIService IndividualACREventsSubscriptionAPI service
func (*IndividualACREventsSubscriptionAPIService) DeleteACREventsSubscription ¶
func (a *IndividualACREventsSubscriptionAPIService) DeleteACREventsSubscription(ctx context.Context, subscriptionId string) ApiDeleteACREventsSubscriptionRequest
DeleteACREventsSubscription Method for DeleteACREventsSubscription
Deletes an existing individual ACR events subscription identified by the subscriptionId.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param subscriptionId Identifies an individual ACR Events subscription resource. @return ApiDeleteACREventsSubscriptionRequest
func (*IndividualACREventsSubscriptionAPIService) DeleteACREventsSubscriptionExecute ¶
func (a *IndividualACREventsSubscriptionAPIService) DeleteACREventsSubscriptionExecute(r ApiDeleteACREventsSubscriptionRequest) (*http.Response, error)
Execute executes the request
func (*IndividualACREventsSubscriptionAPIService) ModifyACREventsSubscription ¶
func (a *IndividualACREventsSubscriptionAPIService) ModifyACREventsSubscription(ctx context.Context, subscriptionId string) ApiModifyACREventsSubscriptionRequest
ModifyACREventsSubscription Method for ModifyACREventsSubscription
Partially modifyan existing individual ACR events subscription identified by the subscriptionId.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param subscriptionId Identifies an individual ACR Events subscription resource. @return ApiModifyACREventsSubscriptionRequest
func (*IndividualACREventsSubscriptionAPIService) ModifyACREventsSubscriptionExecute ¶
func (a *IndividualACREventsSubscriptionAPIService) ModifyACREventsSubscriptionExecute(r ApiModifyACREventsSubscriptionRequest) (*ACREventsSubscription, *http.Response, error)
Execute executes the request
@return ACREventsSubscription
func (*IndividualACREventsSubscriptionAPIService) UpdateACREventsSubscription ¶
func (a *IndividualACREventsSubscriptionAPIService) UpdateACREventsSubscription(ctx context.Context, subscriptionId string) ApiUpdateACREventsSubscriptionRequest
UpdateACREventsSubscription Method for UpdateACREventsSubscription
Updates an existing individual ACR events subscription identified by the subscriptionId.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param subscriptionId Identifies an individual ACR Events subscription resource @return ApiUpdateACREventsSubscriptionRequest
func (*IndividualACREventsSubscriptionAPIService) UpdateACREventsSubscriptionExecute ¶
func (a *IndividualACREventsSubscriptionAPIService) UpdateACREventsSubscriptionExecute(r ApiUpdateACREventsSubscriptionRequest) (*ACREventsSubscription, *http.Response, error)
Execute executes the request
@return ACREventsSubscription
type InvalidParam ¶
type InvalidParam struct { // Attribute's name encoded as a JSON Pointer, or header's name. Param string `json:"param"` // A human-readable reason, e.g. \"must be a positive integer\". Reason *string `json:"reason,omitempty"` }
InvalidParam Represents the description of invalid parameters, for a request rejected due to invalid parameters.
func NewInvalidParam ¶
func NewInvalidParam(param string) *InvalidParam
NewInvalidParam instantiates a new InvalidParam object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInvalidParamWithDefaults ¶
func NewInvalidParamWithDefaults() *InvalidParam
NewInvalidParamWithDefaults instantiates a new InvalidParam object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*InvalidParam) GetParam ¶
func (o *InvalidParam) GetParam() string
GetParam returns the Param field value
func (*InvalidParam) GetParamOk ¶
func (o *InvalidParam) GetParamOk() (*string, bool)
GetParamOk returns a tuple with the Param field value and a boolean to check if the value has been set.
func (*InvalidParam) GetReason ¶
func (o *InvalidParam) GetReason() string
GetReason returns the Reason field value if set, zero value otherwise.
func (*InvalidParam) GetReasonOk ¶
func (o *InvalidParam) GetReasonOk() (*string, bool)
GetReasonOk returns a tuple with the Reason field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InvalidParam) HasReason ¶
func (o *InvalidParam) HasReason() bool
HasReason returns a boolean if a field has been set.
func (InvalidParam) MarshalJSON ¶
func (o InvalidParam) MarshalJSON() ([]byte, error)
func (*InvalidParam) SetReason ¶
func (o *InvalidParam) SetReason(v string)
SetReason gets a reference to the given string and assigns it to the Reason field.
func (InvalidParam) ToMap ¶
func (o InvalidParam) ToMap() (map[string]interface{}, error)
func (*InvalidParam) UnmarshalJSON ¶
func (o *InvalidParam) UnmarshalJSON(bytes []byte) (err error)
type Ipv6Addr1 ¶
type Ipv6Addr1 struct { }
Ipv6Addr1 String identifying an IPv6 address formatted according to clause 4 of RFC5952. The mixed IPv4 IPv6 notation according to clause 5 of RFC5952 shall not be used.
func NewIpv6Addr1 ¶
func NewIpv6Addr1() *Ipv6Addr1
NewIpv6Addr1 instantiates a new Ipv6Addr1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIpv6Addr1WithDefaults ¶
func NewIpv6Addr1WithDefaults() *Ipv6Addr1
NewIpv6Addr1WithDefaults instantiates a new Ipv6Addr1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (Ipv6Addr1) MarshalJSON ¶
type Local2dPointUncertaintyEllipse ¶
type Local2dPointUncertaintyEllipse struct { GADShape LocalOrigin LocalOrigin `json:"localOrigin"` Point RelativeCartesianLocation `json:"point"` UncertaintyEllipse UncertaintyEllipse `json:"uncertaintyEllipse"` // Indicates value of confidence. Confidence int32 `json:"confidence"` }
Local2dPointUncertaintyEllipse Local 2D point with uncertainty ellipse
func NewLocal2dPointUncertaintyEllipse ¶
func NewLocal2dPointUncertaintyEllipse(localOrigin LocalOrigin, point RelativeCartesianLocation, uncertaintyEllipse UncertaintyEllipse, confidence int32, shape SupportedGADShapes) *Local2dPointUncertaintyEllipse
NewLocal2dPointUncertaintyEllipse instantiates a new Local2dPointUncertaintyEllipse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewLocal2dPointUncertaintyEllipseWithDefaults ¶
func NewLocal2dPointUncertaintyEllipseWithDefaults() *Local2dPointUncertaintyEllipse
NewLocal2dPointUncertaintyEllipseWithDefaults instantiates a new Local2dPointUncertaintyEllipse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Local2dPointUncertaintyEllipse) GetConfidence ¶
func (o *Local2dPointUncertaintyEllipse) GetConfidence() int32
GetConfidence returns the Confidence field value
func (*Local2dPointUncertaintyEllipse) GetConfidenceOk ¶
func (o *Local2dPointUncertaintyEllipse) GetConfidenceOk() (*int32, bool)
GetConfidenceOk returns a tuple with the Confidence field value and a boolean to check if the value has been set.
func (*Local2dPointUncertaintyEllipse) GetLocalOrigin ¶
func (o *Local2dPointUncertaintyEllipse) GetLocalOrigin() LocalOrigin
GetLocalOrigin returns the LocalOrigin field value
func (*Local2dPointUncertaintyEllipse) GetLocalOriginOk ¶
func (o *Local2dPointUncertaintyEllipse) GetLocalOriginOk() (*LocalOrigin, bool)
GetLocalOriginOk returns a tuple with the LocalOrigin field value and a boolean to check if the value has been set.
func (*Local2dPointUncertaintyEllipse) GetPoint ¶
func (o *Local2dPointUncertaintyEllipse) GetPoint() RelativeCartesianLocation
GetPoint returns the Point field value
func (*Local2dPointUncertaintyEllipse) GetPointOk ¶
func (o *Local2dPointUncertaintyEllipse) GetPointOk() (*RelativeCartesianLocation, bool)
GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.
func (*Local2dPointUncertaintyEllipse) GetUncertaintyEllipse ¶
func (o *Local2dPointUncertaintyEllipse) GetUncertaintyEllipse() UncertaintyEllipse
GetUncertaintyEllipse returns the UncertaintyEllipse field value
func (*Local2dPointUncertaintyEllipse) GetUncertaintyEllipseOk ¶
func (o *Local2dPointUncertaintyEllipse) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool)
GetUncertaintyEllipseOk returns a tuple with the UncertaintyEllipse field value and a boolean to check if the value has been set.
func (Local2dPointUncertaintyEllipse) MarshalJSON ¶
func (o Local2dPointUncertaintyEllipse) MarshalJSON() ([]byte, error)
func (*Local2dPointUncertaintyEllipse) SetConfidence ¶
func (o *Local2dPointUncertaintyEllipse) SetConfidence(v int32)
SetConfidence sets field value
func (*Local2dPointUncertaintyEllipse) SetLocalOrigin ¶
func (o *Local2dPointUncertaintyEllipse) SetLocalOrigin(v LocalOrigin)
SetLocalOrigin sets field value
func (*Local2dPointUncertaintyEllipse) SetPoint ¶
func (o *Local2dPointUncertaintyEllipse) SetPoint(v RelativeCartesianLocation)
SetPoint sets field value
func (*Local2dPointUncertaintyEllipse) SetUncertaintyEllipse ¶
func (o *Local2dPointUncertaintyEllipse) SetUncertaintyEllipse(v UncertaintyEllipse)
SetUncertaintyEllipse sets field value
func (Local2dPointUncertaintyEllipse) ToMap ¶
func (o Local2dPointUncertaintyEllipse) ToMap() (map[string]interface{}, error)
func (*Local2dPointUncertaintyEllipse) UnmarshalJSON ¶
func (o *Local2dPointUncertaintyEllipse) UnmarshalJSON(bytes []byte) (err error)
type Local3dPointUncertaintyEllipsoid ¶
type Local3dPointUncertaintyEllipsoid struct { GADShape LocalOrigin LocalOrigin `json:"localOrigin"` Point RelativeCartesianLocation `json:"point"` UncertaintyEllipsoid UncertaintyEllipsoid `json:"uncertaintyEllipsoid"` // Indicates value of confidence. Confidence int32 `json:"confidence"` }
Local3dPointUncertaintyEllipsoid Local 3D point with uncertainty ellipsoid
func NewLocal3dPointUncertaintyEllipsoid ¶
func NewLocal3dPointUncertaintyEllipsoid(localOrigin LocalOrigin, point RelativeCartesianLocation, uncertaintyEllipsoid UncertaintyEllipsoid, confidence int32, shape SupportedGADShapes) *Local3dPointUncertaintyEllipsoid
NewLocal3dPointUncertaintyEllipsoid instantiates a new Local3dPointUncertaintyEllipsoid object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewLocal3dPointUncertaintyEllipsoidWithDefaults ¶
func NewLocal3dPointUncertaintyEllipsoidWithDefaults() *Local3dPointUncertaintyEllipsoid
NewLocal3dPointUncertaintyEllipsoidWithDefaults instantiates a new Local3dPointUncertaintyEllipsoid object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Local3dPointUncertaintyEllipsoid) GetConfidence ¶
func (o *Local3dPointUncertaintyEllipsoid) GetConfidence() int32
GetConfidence returns the Confidence field value
func (*Local3dPointUncertaintyEllipsoid) GetConfidenceOk ¶
func (o *Local3dPointUncertaintyEllipsoid) GetConfidenceOk() (*int32, bool)
GetConfidenceOk returns a tuple with the Confidence field value and a boolean to check if the value has been set.
func (*Local3dPointUncertaintyEllipsoid) GetLocalOrigin ¶
func (o *Local3dPointUncertaintyEllipsoid) GetLocalOrigin() LocalOrigin
GetLocalOrigin returns the LocalOrigin field value
func (*Local3dPointUncertaintyEllipsoid) GetLocalOriginOk ¶
func (o *Local3dPointUncertaintyEllipsoid) GetLocalOriginOk() (*LocalOrigin, bool)
GetLocalOriginOk returns a tuple with the LocalOrigin field value and a boolean to check if the value has been set.
func (*Local3dPointUncertaintyEllipsoid) GetPoint ¶
func (o *Local3dPointUncertaintyEllipsoid) GetPoint() RelativeCartesianLocation
GetPoint returns the Point field value
func (*Local3dPointUncertaintyEllipsoid) GetPointOk ¶
func (o *Local3dPointUncertaintyEllipsoid) GetPointOk() (*RelativeCartesianLocation, bool)
GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.
func (*Local3dPointUncertaintyEllipsoid) GetUncertaintyEllipsoid ¶
func (o *Local3dPointUncertaintyEllipsoid) GetUncertaintyEllipsoid() UncertaintyEllipsoid
GetUncertaintyEllipsoid returns the UncertaintyEllipsoid field value
func (*Local3dPointUncertaintyEllipsoid) GetUncertaintyEllipsoidOk ¶
func (o *Local3dPointUncertaintyEllipsoid) GetUncertaintyEllipsoidOk() (*UncertaintyEllipsoid, bool)
GetUncertaintyEllipsoidOk returns a tuple with the UncertaintyEllipsoid field value and a boolean to check if the value has been set.
func (Local3dPointUncertaintyEllipsoid) MarshalJSON ¶
func (o Local3dPointUncertaintyEllipsoid) MarshalJSON() ([]byte, error)
func (*Local3dPointUncertaintyEllipsoid) SetConfidence ¶
func (o *Local3dPointUncertaintyEllipsoid) SetConfidence(v int32)
SetConfidence sets field value
func (*Local3dPointUncertaintyEllipsoid) SetLocalOrigin ¶
func (o *Local3dPointUncertaintyEllipsoid) SetLocalOrigin(v LocalOrigin)
SetLocalOrigin sets field value
func (*Local3dPointUncertaintyEllipsoid) SetPoint ¶
func (o *Local3dPointUncertaintyEllipsoid) SetPoint(v RelativeCartesianLocation)
SetPoint sets field value
func (*Local3dPointUncertaintyEllipsoid) SetUncertaintyEllipsoid ¶
func (o *Local3dPointUncertaintyEllipsoid) SetUncertaintyEllipsoid(v UncertaintyEllipsoid)
SetUncertaintyEllipsoid sets field value
func (Local3dPointUncertaintyEllipsoid) ToMap ¶
func (o Local3dPointUncertaintyEllipsoid) ToMap() (map[string]interface{}, error)
func (*Local3dPointUncertaintyEllipsoid) UnmarshalJSON ¶
func (o *Local3dPointUncertaintyEllipsoid) UnmarshalJSON(bytes []byte) (err error)
type LocalOrigin ¶
type LocalOrigin struct { CoordinateId *string `json:"coordinateId,omitempty"` Point *GeographicalCoordinates `json:"point,omitempty"` }
LocalOrigin Indicates a Local origin in a reference system
func NewLocalOrigin ¶
func NewLocalOrigin() *LocalOrigin
NewLocalOrigin instantiates a new LocalOrigin object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewLocalOriginWithDefaults ¶
func NewLocalOriginWithDefaults() *LocalOrigin
NewLocalOriginWithDefaults instantiates a new LocalOrigin object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*LocalOrigin) GetCoordinateId ¶
func (o *LocalOrigin) GetCoordinateId() string
GetCoordinateId returns the CoordinateId field value if set, zero value otherwise.
func (*LocalOrigin) GetCoordinateIdOk ¶
func (o *LocalOrigin) GetCoordinateIdOk() (*string, bool)
GetCoordinateIdOk returns a tuple with the CoordinateId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LocalOrigin) GetPoint ¶
func (o *LocalOrigin) GetPoint() GeographicalCoordinates
GetPoint returns the Point field value if set, zero value otherwise.
func (*LocalOrigin) GetPointOk ¶
func (o *LocalOrigin) GetPointOk() (*GeographicalCoordinates, bool)
GetPointOk returns a tuple with the Point field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LocalOrigin) HasCoordinateId ¶
func (o *LocalOrigin) HasCoordinateId() bool
HasCoordinateId returns a boolean if a field has been set.
func (*LocalOrigin) HasPoint ¶
func (o *LocalOrigin) HasPoint() bool
HasPoint returns a boolean if a field has been set.
func (LocalOrigin) MarshalJSON ¶
func (o LocalOrigin) MarshalJSON() ([]byte, error)
func (*LocalOrigin) SetCoordinateId ¶
func (o *LocalOrigin) SetCoordinateId(v string)
SetCoordinateId gets a reference to the given string and assigns it to the CoordinateId field.
func (*LocalOrigin) SetPoint ¶
func (o *LocalOrigin) SetPoint(v GeographicalCoordinates)
SetPoint gets a reference to the given GeographicalCoordinates and assigns it to the Point field.
func (LocalOrigin) ToMap ¶
func (o LocalOrigin) ToMap() (map[string]interface{}, error)
type LocationArea5G ¶
type LocationArea5G struct { // Identifies a list of geographic area of the user where the UE is located. GeographicAreas []GeographicArea `json:"geographicAreas,omitempty"` // Identifies a list of civic addresses of the user where the UE is located. CivicAddresses []CivicAddress `json:"civicAddresses,omitempty"` NwAreaInfo *NetworkAreaInfo `json:"nwAreaInfo,omitempty"` }
LocationArea5G Represents a user location area when the UE is attached to 5G.
func NewLocationArea5G ¶
func NewLocationArea5G() *LocationArea5G
NewLocationArea5G instantiates a new LocationArea5G object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewLocationArea5GWithDefaults ¶
func NewLocationArea5GWithDefaults() *LocationArea5G
NewLocationArea5GWithDefaults instantiates a new LocationArea5G object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*LocationArea5G) GetCivicAddresses ¶
func (o *LocationArea5G) GetCivicAddresses() []CivicAddress
GetCivicAddresses returns the CivicAddresses field value if set, zero value otherwise.
func (*LocationArea5G) GetCivicAddressesOk ¶
func (o *LocationArea5G) GetCivicAddressesOk() ([]CivicAddress, bool)
GetCivicAddressesOk returns a tuple with the CivicAddresses field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LocationArea5G) GetGeographicAreas ¶
func (o *LocationArea5G) GetGeographicAreas() []GeographicArea
GetGeographicAreas returns the GeographicAreas field value if set, zero value otherwise.
func (*LocationArea5G) GetGeographicAreasOk ¶
func (o *LocationArea5G) GetGeographicAreasOk() ([]GeographicArea, bool)
GetGeographicAreasOk returns a tuple with the GeographicAreas field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LocationArea5G) GetNwAreaInfo ¶
func (o *LocationArea5G) GetNwAreaInfo() NetworkAreaInfo
GetNwAreaInfo returns the NwAreaInfo field value if set, zero value otherwise.
func (*LocationArea5G) GetNwAreaInfoOk ¶
func (o *LocationArea5G) GetNwAreaInfoOk() (*NetworkAreaInfo, bool)
GetNwAreaInfoOk returns a tuple with the NwAreaInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LocationArea5G) HasCivicAddresses ¶
func (o *LocationArea5G) HasCivicAddresses() bool
HasCivicAddresses returns a boolean if a field has been set.
func (*LocationArea5G) HasGeographicAreas ¶
func (o *LocationArea5G) HasGeographicAreas() bool
HasGeographicAreas returns a boolean if a field has been set.
func (*LocationArea5G) HasNwAreaInfo ¶
func (o *LocationArea5G) HasNwAreaInfo() bool
HasNwAreaInfo returns a boolean if a field has been set.
func (LocationArea5G) MarshalJSON ¶
func (o LocationArea5G) MarshalJSON() ([]byte, error)
func (*LocationArea5G) SetCivicAddresses ¶
func (o *LocationArea5G) SetCivicAddresses(v []CivicAddress)
SetCivicAddresses gets a reference to the given []CivicAddress and assigns it to the CivicAddresses field.
func (*LocationArea5G) SetGeographicAreas ¶
func (o *LocationArea5G) SetGeographicAreas(v []GeographicArea)
SetGeographicAreas gets a reference to the given []GeographicArea and assigns it to the GeographicAreas field.
func (*LocationArea5G) SetNwAreaInfo ¶
func (o *LocationArea5G) SetNwAreaInfo(v NetworkAreaInfo)
SetNwAreaInfo gets a reference to the given NetworkAreaInfo and assigns it to the NwAreaInfo field.
func (LocationArea5G) ToMap ¶
func (o LocationArea5G) ToMap() (map[string]interface{}, error)
type MappedNullable ¶
type Ncgi ¶
type Ncgi struct { PlmnId PlmnId `json:"plmnId"` // 36-bit string identifying an NR Cell Id as specified in clause 9.3.1.7 of 3GPP TS 38.413, in hexadecimal representation. Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The most significant character representing the 4 most significant bits of the Cell Id shall appear first in the string, and the character representing the 4 least significant bit of the Cell Id shall appear last in the string. NrCellId string `json:"nrCellId"` // This represents the Network Identifier, which together with a PLMN ID is used to identify an SNPN (see 3GPP TS 23.003 and 3GPP TS 23.501 clause 5.30.2.1). Nid *string `json:"nid,omitempty"` }
Ncgi Contains the NCGI (NR Cell Global Identity), as described in 3GPP 23.003
func NewNcgi ¶
NewNcgi instantiates a new Ncgi object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNcgiWithDefaults ¶
func NewNcgiWithDefaults() *Ncgi
NewNcgiWithDefaults instantiates a new Ncgi object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Ncgi) GetNidOk ¶
GetNidOk returns a tuple with the Nid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Ncgi) GetNrCellId ¶
GetNrCellId returns the NrCellId field value
func (*Ncgi) GetNrCellIdOk ¶
GetNrCellIdOk returns a tuple with the NrCellId field value and a boolean to check if the value has been set.
func (*Ncgi) GetPlmnIdOk ¶
GetPlmnIdOk returns a tuple with the PlmnId field value and a boolean to check if the value has been set.
func (Ncgi) MarshalJSON ¶
func (*Ncgi) UnmarshalJSON ¶
type NetworkAreaInfo ¶
type NetworkAreaInfo struct { // Contains a list of E-UTRA cell identities. Ecgis []Ecgi `json:"ecgis,omitempty"` // Contains a list of NR cell identities. Ncgis []Ncgi `json:"ncgis,omitempty"` // Contains a list of NG RAN nodes. GRanNodeIds []GlobalRanNodeId `json:"gRanNodeIds,omitempty"` // Contains a list of tracking area identities. Tais []Tai `json:"tais,omitempty"` }
NetworkAreaInfo Describes a network area information in which the NF service consumer requests the number of UEs.
func NewNetworkAreaInfo ¶
func NewNetworkAreaInfo() *NetworkAreaInfo
NewNetworkAreaInfo instantiates a new NetworkAreaInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNetworkAreaInfoWithDefaults ¶
func NewNetworkAreaInfoWithDefaults() *NetworkAreaInfo
NewNetworkAreaInfoWithDefaults instantiates a new NetworkAreaInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NetworkAreaInfo) GetEcgis ¶
func (o *NetworkAreaInfo) GetEcgis() []Ecgi
GetEcgis returns the Ecgis field value if set, zero value otherwise.
func (*NetworkAreaInfo) GetEcgisOk ¶
func (o *NetworkAreaInfo) GetEcgisOk() ([]Ecgi, bool)
GetEcgisOk returns a tuple with the Ecgis field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkAreaInfo) GetGRanNodeIds ¶
func (o *NetworkAreaInfo) GetGRanNodeIds() []GlobalRanNodeId
GetGRanNodeIds returns the GRanNodeIds field value if set, zero value otherwise.
func (*NetworkAreaInfo) GetGRanNodeIdsOk ¶
func (o *NetworkAreaInfo) GetGRanNodeIdsOk() ([]GlobalRanNodeId, bool)
GetGRanNodeIdsOk returns a tuple with the GRanNodeIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkAreaInfo) GetNcgis ¶
func (o *NetworkAreaInfo) GetNcgis() []Ncgi
GetNcgis returns the Ncgis field value if set, zero value otherwise.
func (*NetworkAreaInfo) GetNcgisOk ¶
func (o *NetworkAreaInfo) GetNcgisOk() ([]Ncgi, bool)
GetNcgisOk returns a tuple with the Ncgis field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkAreaInfo) GetTais ¶
func (o *NetworkAreaInfo) GetTais() []Tai
GetTais returns the Tais field value if set, zero value otherwise.
func (*NetworkAreaInfo) GetTaisOk ¶
func (o *NetworkAreaInfo) GetTaisOk() ([]Tai, bool)
GetTaisOk returns a tuple with the Tais field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkAreaInfo) HasEcgis ¶
func (o *NetworkAreaInfo) HasEcgis() bool
HasEcgis returns a boolean if a field has been set.
func (*NetworkAreaInfo) HasGRanNodeIds ¶
func (o *NetworkAreaInfo) HasGRanNodeIds() bool
HasGRanNodeIds returns a boolean if a field has been set.
func (*NetworkAreaInfo) HasNcgis ¶
func (o *NetworkAreaInfo) HasNcgis() bool
HasNcgis returns a boolean if a field has been set.
func (*NetworkAreaInfo) HasTais ¶
func (o *NetworkAreaInfo) HasTais() bool
HasTais returns a boolean if a field has been set.
func (NetworkAreaInfo) MarshalJSON ¶
func (o NetworkAreaInfo) MarshalJSON() ([]byte, error)
func (*NetworkAreaInfo) SetEcgis ¶
func (o *NetworkAreaInfo) SetEcgis(v []Ecgi)
SetEcgis gets a reference to the given []Ecgi and assigns it to the Ecgis field.
func (*NetworkAreaInfo) SetGRanNodeIds ¶
func (o *NetworkAreaInfo) SetGRanNodeIds(v []GlobalRanNodeId)
SetGRanNodeIds gets a reference to the given []GlobalRanNodeId and assigns it to the GRanNodeIds field.
func (*NetworkAreaInfo) SetNcgis ¶
func (o *NetworkAreaInfo) SetNcgis(v []Ncgi)
SetNcgis gets a reference to the given []Ncgi and assigns it to the Ncgis field.
func (*NetworkAreaInfo) SetTais ¶
func (o *NetworkAreaInfo) SetTais(v []Tai)
SetTais gets a reference to the given []Tai and assigns it to the Tais field.
func (NetworkAreaInfo) ToMap ¶
func (o NetworkAreaInfo) ToMap() (map[string]interface{}, error)
type NullableACRCompleteEventInfo ¶
type NullableACRCompleteEventInfo struct {
// contains filtered or unexported fields
}
func NewNullableACRCompleteEventInfo ¶
func NewNullableACRCompleteEventInfo(val *ACRCompleteEventInfo) *NullableACRCompleteEventInfo
func (NullableACRCompleteEventInfo) Get ¶
func (v NullableACRCompleteEventInfo) Get() *ACRCompleteEventInfo
func (NullableACRCompleteEventInfo) IsSet ¶
func (v NullableACRCompleteEventInfo) IsSet() bool
func (NullableACRCompleteEventInfo) MarshalJSON ¶
func (v NullableACRCompleteEventInfo) MarshalJSON() ([]byte, error)
func (*NullableACRCompleteEventInfo) Set ¶
func (v *NullableACRCompleteEventInfo) Set(val *ACRCompleteEventInfo)
func (*NullableACRCompleteEventInfo) UnmarshalJSON ¶
func (v *NullableACRCompleteEventInfo) UnmarshalJSON(src []byte) error
func (*NullableACRCompleteEventInfo) Unset ¶
func (v *NullableACRCompleteEventInfo) Unset()
type NullableACREventIDs ¶
type NullableACREventIDs struct {
// contains filtered or unexported fields
}
func NewNullableACREventIDs ¶
func NewNullableACREventIDs(val *ACREventIDs) *NullableACREventIDs
func (NullableACREventIDs) Get ¶
func (v NullableACREventIDs) Get() *ACREventIDs
func (NullableACREventIDs) IsSet ¶
func (v NullableACREventIDs) IsSet() bool
func (NullableACREventIDs) MarshalJSON ¶
func (v NullableACREventIDs) MarshalJSON() ([]byte, error)
func (*NullableACREventIDs) Set ¶
func (v *NullableACREventIDs) Set(val *ACREventIDs)
func (*NullableACREventIDs) UnmarshalJSON ¶
func (v *NullableACREventIDs) UnmarshalJSON(src []byte) error
func (*NullableACREventIDs) Unset ¶
func (v *NullableACREventIDs) Unset()
type NullableACREventsSubscription ¶
type NullableACREventsSubscription struct {
// contains filtered or unexported fields
}
func NewNullableACREventsSubscription ¶
func NewNullableACREventsSubscription(val *ACREventsSubscription) *NullableACREventsSubscription
func (NullableACREventsSubscription) Get ¶
func (v NullableACREventsSubscription) Get() *ACREventsSubscription
func (NullableACREventsSubscription) IsSet ¶
func (v NullableACREventsSubscription) IsSet() bool
func (NullableACREventsSubscription) MarshalJSON ¶
func (v NullableACREventsSubscription) MarshalJSON() ([]byte, error)
func (*NullableACREventsSubscription) Set ¶
func (v *NullableACREventsSubscription) Set(val *ACREventsSubscription)
func (*NullableACREventsSubscription) UnmarshalJSON ¶
func (v *NullableACREventsSubscription) UnmarshalJSON(src []byte) error
func (*NullableACREventsSubscription) Unset ¶
func (v *NullableACREventsSubscription) Unset()
type NullableACREventsSubscriptionPatch ¶
type NullableACREventsSubscriptionPatch struct {
// contains filtered or unexported fields
}
func NewNullableACREventsSubscriptionPatch ¶
func NewNullableACREventsSubscriptionPatch(val *ACREventsSubscriptionPatch) *NullableACREventsSubscriptionPatch
func (NullableACREventsSubscriptionPatch) Get ¶
func (v NullableACREventsSubscriptionPatch) Get() *ACREventsSubscriptionPatch
func (NullableACREventsSubscriptionPatch) IsSet ¶
func (v NullableACREventsSubscriptionPatch) IsSet() bool
func (NullableACREventsSubscriptionPatch) MarshalJSON ¶
func (v NullableACREventsSubscriptionPatch) MarshalJSON() ([]byte, error)
func (*NullableACREventsSubscriptionPatch) Set ¶
func (v *NullableACREventsSubscriptionPatch) Set(val *ACREventsSubscriptionPatch)
func (*NullableACREventsSubscriptionPatch) UnmarshalJSON ¶
func (v *NullableACREventsSubscriptionPatch) UnmarshalJSON(src []byte) error
func (*NullableACREventsSubscriptionPatch) Unset ¶
func (v *NullableACREventsSubscriptionPatch) Unset()
type NullableACRInfoNotification ¶
type NullableACRInfoNotification struct {
// contains filtered or unexported fields
}
func NewNullableACRInfoNotification ¶
func NewNullableACRInfoNotification(val *ACRInfoNotification) *NullableACRInfoNotification
func (NullableACRInfoNotification) Get ¶
func (v NullableACRInfoNotification) Get() *ACRInfoNotification
func (NullableACRInfoNotification) IsSet ¶
func (v NullableACRInfoNotification) IsSet() bool
func (NullableACRInfoNotification) MarshalJSON ¶
func (v NullableACRInfoNotification) MarshalJSON() ([]byte, error)
func (*NullableACRInfoNotification) Set ¶
func (v *NullableACRInfoNotification) Set(val *ACRInfoNotification)
func (*NullableACRInfoNotification) UnmarshalJSON ¶
func (v *NullableACRInfoNotification) UnmarshalJSON(src []byte) error
func (*NullableACRInfoNotification) Unset ¶
func (v *NullableACRInfoNotification) Unset()
type NullableACRScenario ¶
type NullableACRScenario struct {
// contains filtered or unexported fields
}
func NewNullableACRScenario ¶
func NewNullableACRScenario(val *ACRScenario) *NullableACRScenario
func (NullableACRScenario) Get ¶
func (v NullableACRScenario) Get() *ACRScenario
func (NullableACRScenario) IsSet ¶
func (v NullableACRScenario) IsSet() bool
func (NullableACRScenario) MarshalJSON ¶
func (v NullableACRScenario) MarshalJSON() ([]byte, error)
func (*NullableACRScenario) Set ¶
func (v *NullableACRScenario) Set(val *ACRScenario)
func (*NullableACRScenario) UnmarshalJSON ¶
func (v *NullableACRScenario) UnmarshalJSON(src []byte) error
func (*NullableACRScenario) Unset ¶
func (v *NullableACRScenario) Unset()
type NullableBool ¶
type NullableBool struct {
// contains filtered or unexported fields
}
func NewNullableBool ¶
func NewNullableBool(val *bool) *NullableBool
func (NullableBool) Get ¶
func (v NullableBool) Get() *bool
func (NullableBool) IsSet ¶
func (v NullableBool) IsSet() bool
func (NullableBool) MarshalJSON ¶
func (v NullableBool) MarshalJSON() ([]byte, error)
func (*NullableBool) Set ¶
func (v *NullableBool) Set(val *bool)
func (*NullableBool) UnmarshalJSON ¶
func (v *NullableBool) UnmarshalJSON(src []byte) error
func (*NullableBool) Unset ¶
func (v *NullableBool) Unset()
type NullableCivicAddress ¶
type NullableCivicAddress struct {
// contains filtered or unexported fields
}
func NewNullableCivicAddress ¶
func NewNullableCivicAddress(val *CivicAddress) *NullableCivicAddress
func (NullableCivicAddress) Get ¶
func (v NullableCivicAddress) Get() *CivicAddress
func (NullableCivicAddress) IsSet ¶
func (v NullableCivicAddress) IsSet() bool
func (NullableCivicAddress) MarshalJSON ¶
func (v NullableCivicAddress) MarshalJSON() ([]byte, error)
func (*NullableCivicAddress) Set ¶
func (v *NullableCivicAddress) Set(val *CivicAddress)
func (*NullableCivicAddress) UnmarshalJSON ¶
func (v *NullableCivicAddress) UnmarshalJSON(src []byte) error
func (*NullableCivicAddress) Unset ¶
func (v *NullableCivicAddress) Unset()
type NullableDiscoveredEas ¶
type NullableDiscoveredEas struct {
// contains filtered or unexported fields
}
func NewNullableDiscoveredEas ¶
func NewNullableDiscoveredEas(val *DiscoveredEas) *NullableDiscoveredEas
func (NullableDiscoveredEas) Get ¶
func (v NullableDiscoveredEas) Get() *DiscoveredEas
func (NullableDiscoveredEas) IsSet ¶
func (v NullableDiscoveredEas) IsSet() bool
func (NullableDiscoveredEas) MarshalJSON ¶
func (v NullableDiscoveredEas) MarshalJSON() ([]byte, error)
func (*NullableDiscoveredEas) Set ¶
func (v *NullableDiscoveredEas) Set(val *DiscoveredEas)
func (*NullableDiscoveredEas) UnmarshalJSON ¶
func (v *NullableDiscoveredEas) UnmarshalJSON(src []byte) error
func (*NullableDiscoveredEas) Unset ¶
func (v *NullableDiscoveredEas) Unset()
type NullableEASCategory ¶
type NullableEASCategory struct {
// contains filtered or unexported fields
}
func NewNullableEASCategory ¶
func NewNullableEASCategory(val *EASCategory) *NullableEASCategory
func (NullableEASCategory) Get ¶
func (v NullableEASCategory) Get() *EASCategory
func (NullableEASCategory) IsSet ¶
func (v NullableEASCategory) IsSet() bool
func (NullableEASCategory) MarshalJSON ¶
func (v NullableEASCategory) MarshalJSON() ([]byte, error)
func (*NullableEASCategory) Set ¶
func (v *NullableEASCategory) Set(val *EASCategory)
func (*NullableEASCategory) UnmarshalJSON ¶
func (v *NullableEASCategory) UnmarshalJSON(src []byte) error
func (*NullableEASCategory) Unset ¶
func (v *NullableEASCategory) Unset()
type NullableEASProfile ¶
type NullableEASProfile struct {
// contains filtered or unexported fields
}
func NewNullableEASProfile ¶
func NewNullableEASProfile(val *EASProfile) *NullableEASProfile
func (NullableEASProfile) Get ¶
func (v NullableEASProfile) Get() *EASProfile
func (NullableEASProfile) IsSet ¶
func (v NullableEASProfile) IsSet() bool
func (NullableEASProfile) MarshalJSON ¶
func (v NullableEASProfile) MarshalJSON() ([]byte, error)
func (*NullableEASProfile) Set ¶
func (v *NullableEASProfile) Set(val *EASProfile)
func (*NullableEASProfile) UnmarshalJSON ¶
func (v *NullableEASProfile) UnmarshalJSON(src []byte) error
func (*NullableEASProfile) Unset ¶
func (v *NullableEASProfile) Unset()
type NullableEASServiceKPI ¶
type NullableEASServiceKPI struct {
// contains filtered or unexported fields
}
func NewNullableEASServiceKPI ¶
func NewNullableEASServiceKPI(val *EASServiceKPI) *NullableEASServiceKPI
func (NullableEASServiceKPI) Get ¶
func (v NullableEASServiceKPI) Get() *EASServiceKPI
func (NullableEASServiceKPI) IsSet ¶
func (v NullableEASServiceKPI) IsSet() bool
func (NullableEASServiceKPI) MarshalJSON ¶
func (v NullableEASServiceKPI) MarshalJSON() ([]byte, error)
func (*NullableEASServiceKPI) Set ¶
func (v *NullableEASServiceKPI) Set(val *EASServiceKPI)
func (*NullableEASServiceKPI) UnmarshalJSON ¶
func (v *NullableEASServiceKPI) UnmarshalJSON(src []byte) error
func (*NullableEASServiceKPI) Unset ¶
func (v *NullableEASServiceKPI) Unset()
type NullableEDNConInfo ¶
type NullableEDNConInfo struct {
// contains filtered or unexported fields
}
func NewNullableEDNConInfo ¶
func NewNullableEDNConInfo(val *EDNConInfo) *NullableEDNConInfo
func (NullableEDNConInfo) Get ¶
func (v NullableEDNConInfo) Get() *EDNConInfo
func (NullableEDNConInfo) IsSet ¶
func (v NullableEDNConInfo) IsSet() bool
func (NullableEDNConInfo) MarshalJSON ¶
func (v NullableEDNConInfo) MarshalJSON() ([]byte, error)
func (*NullableEDNConInfo) Set ¶
func (v *NullableEDNConInfo) Set(val *EDNConInfo)
func (*NullableEDNConInfo) UnmarshalJSON ¶
func (v *NullableEDNConInfo) UnmarshalJSON(src []byte) error
func (*NullableEDNConInfo) Unset ¶
func (v *NullableEDNConInfo) Unset()
type NullableEDNConfigInfo ¶
type NullableEDNConfigInfo struct {
// contains filtered or unexported fields
}
func NewNullableEDNConfigInfo ¶
func NewNullableEDNConfigInfo(val *EDNConfigInfo) *NullableEDNConfigInfo
func (NullableEDNConfigInfo) Get ¶
func (v NullableEDNConfigInfo) Get() *EDNConfigInfo
func (NullableEDNConfigInfo) IsSet ¶
func (v NullableEDNConfigInfo) IsSet() bool
func (NullableEDNConfigInfo) MarshalJSON ¶
func (v NullableEDNConfigInfo) MarshalJSON() ([]byte, error)
func (*NullableEDNConfigInfo) Set ¶
func (v *NullableEDNConfigInfo) Set(val *EDNConfigInfo)
func (*NullableEDNConfigInfo) UnmarshalJSON ¶
func (v *NullableEDNConfigInfo) UnmarshalJSON(src []byte) error
func (*NullableEDNConfigInfo) Unset ¶
func (v *NullableEDNConfigInfo) Unset()
type NullableEESInfo ¶
type NullableEESInfo struct {
// contains filtered or unexported fields
}
func NewNullableEESInfo ¶
func NewNullableEESInfo(val *EESInfo) *NullableEESInfo
func (NullableEESInfo) Get ¶
func (v NullableEESInfo) Get() *EESInfo
func (NullableEESInfo) IsSet ¶
func (v NullableEESInfo) IsSet() bool
func (NullableEESInfo) MarshalJSON ¶
func (v NullableEESInfo) MarshalJSON() ([]byte, error)
func (*NullableEESInfo) Set ¶
func (v *NullableEESInfo) Set(val *EESInfo)
func (*NullableEESInfo) UnmarshalJSON ¶
func (v *NullableEESInfo) UnmarshalJSON(src []byte) error
func (*NullableEESInfo) Unset ¶
func (v *NullableEESInfo) Unset()
type NullableEcgi ¶
type NullableEcgi struct {
// contains filtered or unexported fields
}
func NewNullableEcgi ¶
func NewNullableEcgi(val *Ecgi) *NullableEcgi
func (NullableEcgi) Get ¶
func (v NullableEcgi) Get() *Ecgi
func (NullableEcgi) IsSet ¶
func (v NullableEcgi) IsSet() bool
func (NullableEcgi) MarshalJSON ¶
func (v NullableEcgi) MarshalJSON() ([]byte, error)
func (*NullableEcgi) Set ¶
func (v *NullableEcgi) Set(val *Ecgi)
func (*NullableEcgi) UnmarshalJSON ¶
func (v *NullableEcgi) UnmarshalJSON(src []byte) error
func (*NullableEcgi) Unset ¶
func (v *NullableEcgi) Unset()
type NullableEecCtxtRelocStatus ¶
type NullableEecCtxtRelocStatus struct {
// contains filtered or unexported fields
}
func NewNullableEecCtxtRelocStatus ¶
func NewNullableEecCtxtRelocStatus(val *EecCtxtRelocStatus) *NullableEecCtxtRelocStatus
func (NullableEecCtxtRelocStatus) Get ¶
func (v NullableEecCtxtRelocStatus) Get() *EecCtxtRelocStatus
func (NullableEecCtxtRelocStatus) IsSet ¶
func (v NullableEecCtxtRelocStatus) IsSet() bool
func (NullableEecCtxtRelocStatus) MarshalJSON ¶
func (v NullableEecCtxtRelocStatus) MarshalJSON() ([]byte, error)
func (*NullableEecCtxtRelocStatus) Set ¶
func (v *NullableEecCtxtRelocStatus) Set(val *EecCtxtRelocStatus)
func (*NullableEecCtxtRelocStatus) UnmarshalJSON ¶
func (v *NullableEecCtxtRelocStatus) UnmarshalJSON(src []byte) error
func (*NullableEecCtxtRelocStatus) Unset ¶
func (v *NullableEecCtxtRelocStatus) Unset()
type NullableEllipsoidArc ¶
type NullableEllipsoidArc struct {
// contains filtered or unexported fields
}
func NewNullableEllipsoidArc ¶
func NewNullableEllipsoidArc(val *EllipsoidArc) *NullableEllipsoidArc
func (NullableEllipsoidArc) Get ¶
func (v NullableEllipsoidArc) Get() *EllipsoidArc
func (NullableEllipsoidArc) IsSet ¶
func (v NullableEllipsoidArc) IsSet() bool
func (NullableEllipsoidArc) MarshalJSON ¶
func (v NullableEllipsoidArc) MarshalJSON() ([]byte, error)
func (*NullableEllipsoidArc) Set ¶
func (v *NullableEllipsoidArc) Set(val *EllipsoidArc)
func (*NullableEllipsoidArc) UnmarshalJSON ¶
func (v *NullableEllipsoidArc) UnmarshalJSON(src []byte) error
func (*NullableEllipsoidArc) Unset ¶
func (v *NullableEllipsoidArc) Unset()
type NullableEndPoint ¶
type NullableEndPoint struct {
// contains filtered or unexported fields
}
func NewNullableEndPoint ¶
func NewNullableEndPoint(val *EndPoint) *NullableEndPoint
func (NullableEndPoint) Get ¶
func (v NullableEndPoint) Get() *EndPoint
func (NullableEndPoint) IsSet ¶
func (v NullableEndPoint) IsSet() bool
func (NullableEndPoint) MarshalJSON ¶
func (v NullableEndPoint) MarshalJSON() ([]byte, error)
func (*NullableEndPoint) Set ¶
func (v *NullableEndPoint) Set(val *EndPoint)
func (*NullableEndPoint) UnmarshalJSON ¶
func (v *NullableEndPoint) UnmarshalJSON(src []byte) error
func (*NullableEndPoint) Unset ¶
func (v *NullableEndPoint) Unset()
type NullableFloat32 ¶
type NullableFloat32 struct {
// contains filtered or unexported fields
}
func NewNullableFloat32 ¶
func NewNullableFloat32(val *float32) *NullableFloat32
func (NullableFloat32) Get ¶
func (v NullableFloat32) Get() *float32
func (NullableFloat32) IsSet ¶
func (v NullableFloat32) IsSet() bool
func (NullableFloat32) MarshalJSON ¶
func (v NullableFloat32) MarshalJSON() ([]byte, error)
func (*NullableFloat32) Set ¶
func (v *NullableFloat32) Set(val *float32)
func (*NullableFloat32) UnmarshalJSON ¶
func (v *NullableFloat32) UnmarshalJSON(src []byte) error
func (*NullableFloat32) Unset ¶
func (v *NullableFloat32) Unset()
type NullableFloat64 ¶
type NullableFloat64 struct {
// contains filtered or unexported fields
}
func NewNullableFloat64 ¶
func NewNullableFloat64(val *float64) *NullableFloat64
func (NullableFloat64) Get ¶
func (v NullableFloat64) Get() *float64
func (NullableFloat64) IsSet ¶
func (v NullableFloat64) IsSet() bool
func (NullableFloat64) MarshalJSON ¶
func (v NullableFloat64) MarshalJSON() ([]byte, error)
func (*NullableFloat64) Set ¶
func (v *NullableFloat64) Set(val *float64)
func (*NullableFloat64) UnmarshalJSON ¶
func (v *NullableFloat64) UnmarshalJSON(src []byte) error
func (*NullableFloat64) Unset ¶
func (v *NullableFloat64) Unset()
type NullableGADShape ¶
type NullableGADShape struct {
// contains filtered or unexported fields
}
func NewNullableGADShape ¶
func NewNullableGADShape(val *GADShape) *NullableGADShape
func (NullableGADShape) Get ¶
func (v NullableGADShape) Get() *GADShape
func (NullableGADShape) IsSet ¶
func (v NullableGADShape) IsSet() bool
func (NullableGADShape) MarshalJSON ¶
func (v NullableGADShape) MarshalJSON() ([]byte, error)
func (*NullableGADShape) Set ¶
func (v *NullableGADShape) Set(val *GADShape)
func (*NullableGADShape) UnmarshalJSON ¶
func (v *NullableGADShape) UnmarshalJSON(src []byte) error
func (*NullableGADShape) Unset ¶
func (v *NullableGADShape) Unset()
type NullableGNbId ¶
type NullableGNbId struct {
// contains filtered or unexported fields
}
func NewNullableGNbId ¶
func NewNullableGNbId(val *GNbId) *NullableGNbId
func (NullableGNbId) Get ¶
func (v NullableGNbId) Get() *GNbId
func (NullableGNbId) IsSet ¶
func (v NullableGNbId) IsSet() bool
func (NullableGNbId) MarshalJSON ¶
func (v NullableGNbId) MarshalJSON() ([]byte, error)
func (*NullableGNbId) Set ¶
func (v *NullableGNbId) Set(val *GNbId)
func (*NullableGNbId) UnmarshalJSON ¶
func (v *NullableGNbId) UnmarshalJSON(src []byte) error
func (*NullableGNbId) Unset ¶
func (v *NullableGNbId) Unset()
type NullableGeographicArea ¶
type NullableGeographicArea struct {
// contains filtered or unexported fields
}
func NewNullableGeographicArea ¶
func NewNullableGeographicArea(val *GeographicArea) *NullableGeographicArea
func (NullableGeographicArea) Get ¶
func (v NullableGeographicArea) Get() *GeographicArea
func (NullableGeographicArea) IsSet ¶
func (v NullableGeographicArea) IsSet() bool
func (NullableGeographicArea) MarshalJSON ¶
func (v NullableGeographicArea) MarshalJSON() ([]byte, error)
func (*NullableGeographicArea) Set ¶
func (v *NullableGeographicArea) Set(val *GeographicArea)
func (*NullableGeographicArea) UnmarshalJSON ¶
func (v *NullableGeographicArea) UnmarshalJSON(src []byte) error
func (*NullableGeographicArea) Unset ¶
func (v *NullableGeographicArea) Unset()
type NullableGeographicalCoordinates ¶
type NullableGeographicalCoordinates struct {
// contains filtered or unexported fields
}
func NewNullableGeographicalCoordinates ¶
func NewNullableGeographicalCoordinates(val *GeographicalCoordinates) *NullableGeographicalCoordinates
func (NullableGeographicalCoordinates) Get ¶
func (v NullableGeographicalCoordinates) Get() *GeographicalCoordinates
func (NullableGeographicalCoordinates) IsSet ¶
func (v NullableGeographicalCoordinates) IsSet() bool
func (NullableGeographicalCoordinates) MarshalJSON ¶
func (v NullableGeographicalCoordinates) MarshalJSON() ([]byte, error)
func (*NullableGeographicalCoordinates) Set ¶
func (v *NullableGeographicalCoordinates) Set(val *GeographicalCoordinates)
func (*NullableGeographicalCoordinates) UnmarshalJSON ¶
func (v *NullableGeographicalCoordinates) UnmarshalJSON(src []byte) error
func (*NullableGeographicalCoordinates) Unset ¶
func (v *NullableGeographicalCoordinates) Unset()
type NullableGeographicalServiceArea ¶
type NullableGeographicalServiceArea struct {
// contains filtered or unexported fields
}
func NewNullableGeographicalServiceArea ¶
func NewNullableGeographicalServiceArea(val *GeographicalServiceArea) *NullableGeographicalServiceArea
func (NullableGeographicalServiceArea) Get ¶
func (v NullableGeographicalServiceArea) Get() *GeographicalServiceArea
func (NullableGeographicalServiceArea) IsSet ¶
func (v NullableGeographicalServiceArea) IsSet() bool
func (NullableGeographicalServiceArea) MarshalJSON ¶
func (v NullableGeographicalServiceArea) MarshalJSON() ([]byte, error)
func (*NullableGeographicalServiceArea) Set ¶
func (v *NullableGeographicalServiceArea) Set(val *GeographicalServiceArea)
func (*NullableGeographicalServiceArea) UnmarshalJSON ¶
func (v *NullableGeographicalServiceArea) UnmarshalJSON(src []byte) error
func (*NullableGeographicalServiceArea) Unset ¶
func (v *NullableGeographicalServiceArea) Unset()
type NullableGlobalRanNodeId ¶
type NullableGlobalRanNodeId struct {
// contains filtered or unexported fields
}
func NewNullableGlobalRanNodeId ¶
func NewNullableGlobalRanNodeId(val *GlobalRanNodeId) *NullableGlobalRanNodeId
func (NullableGlobalRanNodeId) Get ¶
func (v NullableGlobalRanNodeId) Get() *GlobalRanNodeId
func (NullableGlobalRanNodeId) IsSet ¶
func (v NullableGlobalRanNodeId) IsSet() bool
func (NullableGlobalRanNodeId) MarshalJSON ¶
func (v NullableGlobalRanNodeId) MarshalJSON() ([]byte, error)
func (*NullableGlobalRanNodeId) Set ¶
func (v *NullableGlobalRanNodeId) Set(val *GlobalRanNodeId)
func (*NullableGlobalRanNodeId) UnmarshalJSON ¶
func (v *NullableGlobalRanNodeId) UnmarshalJSON(src []byte) error
func (*NullableGlobalRanNodeId) Unset ¶
func (v *NullableGlobalRanNodeId) Unset()
type NullableImplicitRegDetails ¶
type NullableImplicitRegDetails struct {
// contains filtered or unexported fields
}
func NewNullableImplicitRegDetails ¶
func NewNullableImplicitRegDetails(val *ImplicitRegDetails) *NullableImplicitRegDetails
func (NullableImplicitRegDetails) Get ¶
func (v NullableImplicitRegDetails) Get() *ImplicitRegDetails
func (NullableImplicitRegDetails) IsSet ¶
func (v NullableImplicitRegDetails) IsSet() bool
func (NullableImplicitRegDetails) MarshalJSON ¶
func (v NullableImplicitRegDetails) MarshalJSON() ([]byte, error)
func (*NullableImplicitRegDetails) Set ¶
func (v *NullableImplicitRegDetails) Set(val *ImplicitRegDetails)
func (*NullableImplicitRegDetails) UnmarshalJSON ¶
func (v *NullableImplicitRegDetails) UnmarshalJSON(src []byte) error
func (*NullableImplicitRegDetails) Unset ¶
func (v *NullableImplicitRegDetails) Unset()
type NullableInt ¶
type NullableInt struct {
// contains filtered or unexported fields
}
func NewNullableInt ¶
func NewNullableInt(val *int) *NullableInt
func (NullableInt) Get ¶
func (v NullableInt) Get() *int
func (NullableInt) IsSet ¶
func (v NullableInt) IsSet() bool
func (NullableInt) MarshalJSON ¶
func (v NullableInt) MarshalJSON() ([]byte, error)
func (*NullableInt) Set ¶
func (v *NullableInt) Set(val *int)
func (*NullableInt) UnmarshalJSON ¶
func (v *NullableInt) UnmarshalJSON(src []byte) error
func (*NullableInt) Unset ¶
func (v *NullableInt) Unset()
type NullableInt32 ¶
type NullableInt32 struct {
// contains filtered or unexported fields
}
func NewNullableInt32 ¶
func NewNullableInt32(val *int32) *NullableInt32
func (NullableInt32) Get ¶
func (v NullableInt32) Get() *int32
func (NullableInt32) IsSet ¶
func (v NullableInt32) IsSet() bool
func (NullableInt32) MarshalJSON ¶
func (v NullableInt32) MarshalJSON() ([]byte, error)
func (*NullableInt32) Set ¶
func (v *NullableInt32) Set(val *int32)
func (*NullableInt32) UnmarshalJSON ¶
func (v *NullableInt32) UnmarshalJSON(src []byte) error
func (*NullableInt32) Unset ¶
func (v *NullableInt32) Unset()
type NullableInt64 ¶
type NullableInt64 struct {
// contains filtered or unexported fields
}
func NewNullableInt64 ¶
func NewNullableInt64(val *int64) *NullableInt64
func (NullableInt64) Get ¶
func (v NullableInt64) Get() *int64
func (NullableInt64) IsSet ¶
func (v NullableInt64) IsSet() bool
func (NullableInt64) MarshalJSON ¶
func (v NullableInt64) MarshalJSON() ([]byte, error)
func (*NullableInt64) Set ¶
func (v *NullableInt64) Set(val *int64)
func (*NullableInt64) UnmarshalJSON ¶
func (v *NullableInt64) UnmarshalJSON(src []byte) error
func (*NullableInt64) Unset ¶
func (v *NullableInt64) Unset()
type NullableInvalidParam ¶
type NullableInvalidParam struct {
// contains filtered or unexported fields
}
func NewNullableInvalidParam ¶
func NewNullableInvalidParam(val *InvalidParam) *NullableInvalidParam
func (NullableInvalidParam) Get ¶
func (v NullableInvalidParam) Get() *InvalidParam
func (NullableInvalidParam) IsSet ¶
func (v NullableInvalidParam) IsSet() bool
func (NullableInvalidParam) MarshalJSON ¶
func (v NullableInvalidParam) MarshalJSON() ([]byte, error)
func (*NullableInvalidParam) Set ¶
func (v *NullableInvalidParam) Set(val *InvalidParam)
func (*NullableInvalidParam) UnmarshalJSON ¶
func (v *NullableInvalidParam) UnmarshalJSON(src []byte) error
func (*NullableInvalidParam) Unset ¶
func (v *NullableInvalidParam) Unset()
type NullableIpv6Addr1 ¶
type NullableIpv6Addr1 struct {
// contains filtered or unexported fields
}
func NewNullableIpv6Addr1 ¶
func NewNullableIpv6Addr1(val *Ipv6Addr1) *NullableIpv6Addr1
func (NullableIpv6Addr1) Get ¶
func (v NullableIpv6Addr1) Get() *Ipv6Addr1
func (NullableIpv6Addr1) IsSet ¶
func (v NullableIpv6Addr1) IsSet() bool
func (NullableIpv6Addr1) MarshalJSON ¶
func (v NullableIpv6Addr1) MarshalJSON() ([]byte, error)
func (*NullableIpv6Addr1) Set ¶
func (v *NullableIpv6Addr1) Set(val *Ipv6Addr1)
func (*NullableIpv6Addr1) UnmarshalJSON ¶
func (v *NullableIpv6Addr1) UnmarshalJSON(src []byte) error
func (*NullableIpv6Addr1) Unset ¶
func (v *NullableIpv6Addr1) Unset()
type NullableLocal2dPointUncertaintyEllipse ¶
type NullableLocal2dPointUncertaintyEllipse struct {
// contains filtered or unexported fields
}
func NewNullableLocal2dPointUncertaintyEllipse ¶
func NewNullableLocal2dPointUncertaintyEllipse(val *Local2dPointUncertaintyEllipse) *NullableLocal2dPointUncertaintyEllipse
func (NullableLocal2dPointUncertaintyEllipse) Get ¶
func (v NullableLocal2dPointUncertaintyEllipse) Get() *Local2dPointUncertaintyEllipse
func (NullableLocal2dPointUncertaintyEllipse) IsSet ¶
func (v NullableLocal2dPointUncertaintyEllipse) IsSet() bool
func (NullableLocal2dPointUncertaintyEllipse) MarshalJSON ¶
func (v NullableLocal2dPointUncertaintyEllipse) MarshalJSON() ([]byte, error)
func (*NullableLocal2dPointUncertaintyEllipse) Set ¶
func (v *NullableLocal2dPointUncertaintyEllipse) Set(val *Local2dPointUncertaintyEllipse)
func (*NullableLocal2dPointUncertaintyEllipse) UnmarshalJSON ¶
func (v *NullableLocal2dPointUncertaintyEllipse) UnmarshalJSON(src []byte) error
func (*NullableLocal2dPointUncertaintyEllipse) Unset ¶
func (v *NullableLocal2dPointUncertaintyEllipse) Unset()
type NullableLocal3dPointUncertaintyEllipsoid ¶
type NullableLocal3dPointUncertaintyEllipsoid struct {
// contains filtered or unexported fields
}
func NewNullableLocal3dPointUncertaintyEllipsoid ¶
func NewNullableLocal3dPointUncertaintyEllipsoid(val *Local3dPointUncertaintyEllipsoid) *NullableLocal3dPointUncertaintyEllipsoid
func (NullableLocal3dPointUncertaintyEllipsoid) IsSet ¶
func (v NullableLocal3dPointUncertaintyEllipsoid) IsSet() bool
func (NullableLocal3dPointUncertaintyEllipsoid) MarshalJSON ¶
func (v NullableLocal3dPointUncertaintyEllipsoid) MarshalJSON() ([]byte, error)
func (*NullableLocal3dPointUncertaintyEllipsoid) Set ¶
func (v *NullableLocal3dPointUncertaintyEllipsoid) Set(val *Local3dPointUncertaintyEllipsoid)
func (*NullableLocal3dPointUncertaintyEllipsoid) UnmarshalJSON ¶
func (v *NullableLocal3dPointUncertaintyEllipsoid) UnmarshalJSON(src []byte) error
func (*NullableLocal3dPointUncertaintyEllipsoid) Unset ¶
func (v *NullableLocal3dPointUncertaintyEllipsoid) Unset()
type NullableLocalOrigin ¶
type NullableLocalOrigin struct {
// contains filtered or unexported fields
}
func NewNullableLocalOrigin ¶
func NewNullableLocalOrigin(val *LocalOrigin) *NullableLocalOrigin
func (NullableLocalOrigin) Get ¶
func (v NullableLocalOrigin) Get() *LocalOrigin
func (NullableLocalOrigin) IsSet ¶
func (v NullableLocalOrigin) IsSet() bool
func (NullableLocalOrigin) MarshalJSON ¶
func (v NullableLocalOrigin) MarshalJSON() ([]byte, error)
func (*NullableLocalOrigin) Set ¶
func (v *NullableLocalOrigin) Set(val *LocalOrigin)
func (*NullableLocalOrigin) UnmarshalJSON ¶
func (v *NullableLocalOrigin) UnmarshalJSON(src []byte) error
func (*NullableLocalOrigin) Unset ¶
func (v *NullableLocalOrigin) Unset()
type NullableLocationArea5G ¶
type NullableLocationArea5G struct {
// contains filtered or unexported fields
}
func NewNullableLocationArea5G ¶
func NewNullableLocationArea5G(val *LocationArea5G) *NullableLocationArea5G
func (NullableLocationArea5G) Get ¶
func (v NullableLocationArea5G) Get() *LocationArea5G
func (NullableLocationArea5G) IsSet ¶
func (v NullableLocationArea5G) IsSet() bool
func (NullableLocationArea5G) MarshalJSON ¶
func (v NullableLocationArea5G) MarshalJSON() ([]byte, error)
func (*NullableLocationArea5G) Set ¶
func (v *NullableLocationArea5G) Set(val *LocationArea5G)
func (*NullableLocationArea5G) UnmarshalJSON ¶
func (v *NullableLocationArea5G) UnmarshalJSON(src []byte) error
func (*NullableLocationArea5G) Unset ¶
func (v *NullableLocationArea5G) Unset()
type NullableNcgi ¶
type NullableNcgi struct {
// contains filtered or unexported fields
}
func NewNullableNcgi ¶
func NewNullableNcgi(val *Ncgi) *NullableNcgi
func (NullableNcgi) Get ¶
func (v NullableNcgi) Get() *Ncgi
func (NullableNcgi) IsSet ¶
func (v NullableNcgi) IsSet() bool
func (NullableNcgi) MarshalJSON ¶
func (v NullableNcgi) MarshalJSON() ([]byte, error)
func (*NullableNcgi) Set ¶
func (v *NullableNcgi) Set(val *Ncgi)
func (*NullableNcgi) UnmarshalJSON ¶
func (v *NullableNcgi) UnmarshalJSON(src []byte) error
func (*NullableNcgi) Unset ¶
func (v *NullableNcgi) Unset()
type NullableNetworkAreaInfo ¶
type NullableNetworkAreaInfo struct {
// contains filtered or unexported fields
}
func NewNullableNetworkAreaInfo ¶
func NewNullableNetworkAreaInfo(val *NetworkAreaInfo) *NullableNetworkAreaInfo
func (NullableNetworkAreaInfo) Get ¶
func (v NullableNetworkAreaInfo) Get() *NetworkAreaInfo
func (NullableNetworkAreaInfo) IsSet ¶
func (v NullableNetworkAreaInfo) IsSet() bool
func (NullableNetworkAreaInfo) MarshalJSON ¶
func (v NullableNetworkAreaInfo) MarshalJSON() ([]byte, error)
func (*NullableNetworkAreaInfo) Set ¶
func (v *NullableNetworkAreaInfo) Set(val *NetworkAreaInfo)
func (*NullableNetworkAreaInfo) UnmarshalJSON ¶
func (v *NullableNetworkAreaInfo) UnmarshalJSON(src []byte) error
func (*NullableNetworkAreaInfo) Unset ¶
func (v *NullableNetworkAreaInfo) Unset()
type NullablePermissionLevel ¶
type NullablePermissionLevel struct {
// contains filtered or unexported fields
}
func NewNullablePermissionLevel ¶
func NewNullablePermissionLevel(val *PermissionLevel) *NullablePermissionLevel
func (NullablePermissionLevel) Get ¶
func (v NullablePermissionLevel) Get() *PermissionLevel
func (NullablePermissionLevel) IsSet ¶
func (v NullablePermissionLevel) IsSet() bool
func (NullablePermissionLevel) MarshalJSON ¶
func (v NullablePermissionLevel) MarshalJSON() ([]byte, error)
func (*NullablePermissionLevel) Set ¶
func (v *NullablePermissionLevel) Set(val *PermissionLevel)
func (*NullablePermissionLevel) UnmarshalJSON ¶
func (v *NullablePermissionLevel) UnmarshalJSON(src []byte) error
func (*NullablePermissionLevel) Unset ¶
func (v *NullablePermissionLevel) Unset()
type NullablePlmnId ¶
type NullablePlmnId struct {
// contains filtered or unexported fields
}
func NewNullablePlmnId ¶
func NewNullablePlmnId(val *PlmnId) *NullablePlmnId
func (NullablePlmnId) Get ¶
func (v NullablePlmnId) Get() *PlmnId
func (NullablePlmnId) IsSet ¶
func (v NullablePlmnId) IsSet() bool
func (NullablePlmnId) MarshalJSON ¶
func (v NullablePlmnId) MarshalJSON() ([]byte, error)
func (*NullablePlmnId) Set ¶
func (v *NullablePlmnId) Set(val *PlmnId)
func (*NullablePlmnId) UnmarshalJSON ¶
func (v *NullablePlmnId) UnmarshalJSON(src []byte) error
func (*NullablePlmnId) Unset ¶
func (v *NullablePlmnId) Unset()
type NullablePlmnId1 ¶
type NullablePlmnId1 struct {
// contains filtered or unexported fields
}
func NewNullablePlmnId1 ¶
func NewNullablePlmnId1(val *PlmnId1) *NullablePlmnId1
func (NullablePlmnId1) Get ¶
func (v NullablePlmnId1) Get() *PlmnId1
func (NullablePlmnId1) IsSet ¶
func (v NullablePlmnId1) IsSet() bool
func (NullablePlmnId1) MarshalJSON ¶
func (v NullablePlmnId1) MarshalJSON() ([]byte, error)
func (*NullablePlmnId1) Set ¶
func (v *NullablePlmnId1) Set(val *PlmnId1)
func (*NullablePlmnId1) UnmarshalJSON ¶
func (v *NullablePlmnId1) UnmarshalJSON(src []byte) error
func (*NullablePlmnId1) Unset ¶
func (v *NullablePlmnId1) Unset()
type NullablePoint ¶
type NullablePoint struct {
// contains filtered or unexported fields
}
func NewNullablePoint ¶
func NewNullablePoint(val *Point) *NullablePoint
func (NullablePoint) Get ¶
func (v NullablePoint) Get() *Point
func (NullablePoint) IsSet ¶
func (v NullablePoint) IsSet() bool
func (NullablePoint) MarshalJSON ¶
func (v NullablePoint) MarshalJSON() ([]byte, error)
func (*NullablePoint) Set ¶
func (v *NullablePoint) Set(val *Point)
func (*NullablePoint) UnmarshalJSON ¶
func (v *NullablePoint) UnmarshalJSON(src []byte) error
func (*NullablePoint) Unset ¶
func (v *NullablePoint) Unset()
type NullablePointAltitude ¶
type NullablePointAltitude struct {
// contains filtered or unexported fields
}
func NewNullablePointAltitude ¶
func NewNullablePointAltitude(val *PointAltitude) *NullablePointAltitude
func (NullablePointAltitude) Get ¶
func (v NullablePointAltitude) Get() *PointAltitude
func (NullablePointAltitude) IsSet ¶
func (v NullablePointAltitude) IsSet() bool
func (NullablePointAltitude) MarshalJSON ¶
func (v NullablePointAltitude) MarshalJSON() ([]byte, error)
func (*NullablePointAltitude) Set ¶
func (v *NullablePointAltitude) Set(val *PointAltitude)
func (*NullablePointAltitude) UnmarshalJSON ¶
func (v *NullablePointAltitude) UnmarshalJSON(src []byte) error
func (*NullablePointAltitude) Unset ¶
func (v *NullablePointAltitude) Unset()
type NullablePointAltitudeUncertainty ¶
type NullablePointAltitudeUncertainty struct {
// contains filtered or unexported fields
}
func NewNullablePointAltitudeUncertainty ¶
func NewNullablePointAltitudeUncertainty(val *PointAltitudeUncertainty) *NullablePointAltitudeUncertainty
func (NullablePointAltitudeUncertainty) Get ¶
func (v NullablePointAltitudeUncertainty) Get() *PointAltitudeUncertainty
func (NullablePointAltitudeUncertainty) IsSet ¶
func (v NullablePointAltitudeUncertainty) IsSet() bool
func (NullablePointAltitudeUncertainty) MarshalJSON ¶
func (v NullablePointAltitudeUncertainty) MarshalJSON() ([]byte, error)
func (*NullablePointAltitudeUncertainty) Set ¶
func (v *NullablePointAltitudeUncertainty) Set(val *PointAltitudeUncertainty)
func (*NullablePointAltitudeUncertainty) UnmarshalJSON ¶
func (v *NullablePointAltitudeUncertainty) UnmarshalJSON(src []byte) error
func (*NullablePointAltitudeUncertainty) Unset ¶
func (v *NullablePointAltitudeUncertainty) Unset()
type NullablePointUncertaintyCircle ¶
type NullablePointUncertaintyCircle struct {
// contains filtered or unexported fields
}
func NewNullablePointUncertaintyCircle ¶
func NewNullablePointUncertaintyCircle(val *PointUncertaintyCircle) *NullablePointUncertaintyCircle
func (NullablePointUncertaintyCircle) Get ¶
func (v NullablePointUncertaintyCircle) Get() *PointUncertaintyCircle
func (NullablePointUncertaintyCircle) IsSet ¶
func (v NullablePointUncertaintyCircle) IsSet() bool
func (NullablePointUncertaintyCircle) MarshalJSON ¶
func (v NullablePointUncertaintyCircle) MarshalJSON() ([]byte, error)
func (*NullablePointUncertaintyCircle) Set ¶
func (v *NullablePointUncertaintyCircle) Set(val *PointUncertaintyCircle)
func (*NullablePointUncertaintyCircle) UnmarshalJSON ¶
func (v *NullablePointUncertaintyCircle) UnmarshalJSON(src []byte) error
func (*NullablePointUncertaintyCircle) Unset ¶
func (v *NullablePointUncertaintyCircle) Unset()
type NullablePointUncertaintyEllipse ¶
type NullablePointUncertaintyEllipse struct {
// contains filtered or unexported fields
}
func NewNullablePointUncertaintyEllipse ¶
func NewNullablePointUncertaintyEllipse(val *PointUncertaintyEllipse) *NullablePointUncertaintyEllipse
func (NullablePointUncertaintyEllipse) Get ¶
func (v NullablePointUncertaintyEllipse) Get() *PointUncertaintyEllipse
func (NullablePointUncertaintyEllipse) IsSet ¶
func (v NullablePointUncertaintyEllipse) IsSet() bool
func (NullablePointUncertaintyEllipse) MarshalJSON ¶
func (v NullablePointUncertaintyEllipse) MarshalJSON() ([]byte, error)
func (*NullablePointUncertaintyEllipse) Set ¶
func (v *NullablePointUncertaintyEllipse) Set(val *PointUncertaintyEllipse)
func (*NullablePointUncertaintyEllipse) UnmarshalJSON ¶
func (v *NullablePointUncertaintyEllipse) UnmarshalJSON(src []byte) error
func (*NullablePointUncertaintyEllipse) Unset ¶
func (v *NullablePointUncertaintyEllipse) Unset()
type NullablePolygon ¶
type NullablePolygon struct {
// contains filtered or unexported fields
}
func NewNullablePolygon ¶
func NewNullablePolygon(val *Polygon) *NullablePolygon
func (NullablePolygon) Get ¶
func (v NullablePolygon) Get() *Polygon
func (NullablePolygon) IsSet ¶
func (v NullablePolygon) IsSet() bool
func (NullablePolygon) MarshalJSON ¶
func (v NullablePolygon) MarshalJSON() ([]byte, error)
func (*NullablePolygon) Set ¶
func (v *NullablePolygon) Set(val *Polygon)
func (*NullablePolygon) UnmarshalJSON ¶
func (v *NullablePolygon) UnmarshalJSON(src []byte) error
func (*NullablePolygon) Unset ¶
func (v *NullablePolygon) Unset()
type NullableProblemDetails ¶
type NullableProblemDetails struct {
// contains filtered or unexported fields
}
func NewNullableProblemDetails ¶
func NewNullableProblemDetails(val *ProblemDetails) *NullableProblemDetails
func (NullableProblemDetails) Get ¶
func (v NullableProblemDetails) Get() *ProblemDetails
func (NullableProblemDetails) IsSet ¶
func (v NullableProblemDetails) IsSet() bool
func (NullableProblemDetails) MarshalJSON ¶
func (v NullableProblemDetails) MarshalJSON() ([]byte, error)
func (*NullableProblemDetails) Set ¶
func (v *NullableProblemDetails) Set(val *ProblemDetails)
func (*NullableProblemDetails) UnmarshalJSON ¶
func (v *NullableProblemDetails) UnmarshalJSON(src []byte) error
func (*NullableProblemDetails) Unset ¶
func (v *NullableProblemDetails) Unset()
type NullableRelativeCartesianLocation ¶
type NullableRelativeCartesianLocation struct {
// contains filtered or unexported fields
}
func NewNullableRelativeCartesianLocation ¶
func NewNullableRelativeCartesianLocation(val *RelativeCartesianLocation) *NullableRelativeCartesianLocation
func (NullableRelativeCartesianLocation) Get ¶
func (v NullableRelativeCartesianLocation) Get() *RelativeCartesianLocation
func (NullableRelativeCartesianLocation) IsSet ¶
func (v NullableRelativeCartesianLocation) IsSet() bool
func (NullableRelativeCartesianLocation) MarshalJSON ¶
func (v NullableRelativeCartesianLocation) MarshalJSON() ([]byte, error)
func (*NullableRelativeCartesianLocation) Set ¶
func (v *NullableRelativeCartesianLocation) Set(val *RelativeCartesianLocation)
func (*NullableRelativeCartesianLocation) UnmarshalJSON ¶
func (v *NullableRelativeCartesianLocation) UnmarshalJSON(src []byte) error
func (*NullableRelativeCartesianLocation) Unset ¶
func (v *NullableRelativeCartesianLocation) Unset()
type NullableRouteInformation ¶
type NullableRouteInformation struct {
// contains filtered or unexported fields
}
func NewNullableRouteInformation ¶
func NewNullableRouteInformation(val *RouteInformation) *NullableRouteInformation
func (NullableRouteInformation) Get ¶
func (v NullableRouteInformation) Get() *RouteInformation
func (NullableRouteInformation) IsSet ¶
func (v NullableRouteInformation) IsSet() bool
func (NullableRouteInformation) MarshalJSON ¶
func (v NullableRouteInformation) MarshalJSON() ([]byte, error)
func (*NullableRouteInformation) Set ¶
func (v *NullableRouteInformation) Set(val *RouteInformation)
func (*NullableRouteInformation) UnmarshalJSON ¶
func (v *NullableRouteInformation) UnmarshalJSON(src []byte) error
func (*NullableRouteInformation) Unset ¶
func (v *NullableRouteInformation) Unset()
type NullableRouteToLocation ¶
type NullableRouteToLocation struct {
// contains filtered or unexported fields
}
func NewNullableRouteToLocation ¶
func NewNullableRouteToLocation(val *RouteToLocation) *NullableRouteToLocation
func (NullableRouteToLocation) Get ¶
func (v NullableRouteToLocation) Get() *RouteToLocation
func (NullableRouteToLocation) IsSet ¶
func (v NullableRouteToLocation) IsSet() bool
func (NullableRouteToLocation) MarshalJSON ¶
func (v NullableRouteToLocation) MarshalJSON() ([]byte, error)
func (*NullableRouteToLocation) Set ¶
func (v *NullableRouteToLocation) Set(val *RouteToLocation)
func (*NullableRouteToLocation) UnmarshalJSON ¶
func (v *NullableRouteToLocation) UnmarshalJSON(src []byte) error
func (*NullableRouteToLocation) Unset ¶
func (v *NullableRouteToLocation) Unset()
type NullableScheduledCommunicationTime ¶
type NullableScheduledCommunicationTime struct {
// contains filtered or unexported fields
}
func NewNullableScheduledCommunicationTime ¶
func NewNullableScheduledCommunicationTime(val *ScheduledCommunicationTime) *NullableScheduledCommunicationTime
func (NullableScheduledCommunicationTime) Get ¶
func (v NullableScheduledCommunicationTime) Get() *ScheduledCommunicationTime
func (NullableScheduledCommunicationTime) IsSet ¶
func (v NullableScheduledCommunicationTime) IsSet() bool
func (NullableScheduledCommunicationTime) MarshalJSON ¶
func (v NullableScheduledCommunicationTime) MarshalJSON() ([]byte, error)
func (*NullableScheduledCommunicationTime) Set ¶
func (v *NullableScheduledCommunicationTime) Set(val *ScheduledCommunicationTime)
func (*NullableScheduledCommunicationTime) UnmarshalJSON ¶
func (v *NullableScheduledCommunicationTime) UnmarshalJSON(src []byte) error
func (*NullableScheduledCommunicationTime) Unset ¶
func (v *NullableScheduledCommunicationTime) Unset()
type NullableServiceArea ¶
type NullableServiceArea struct {
// contains filtered or unexported fields
}
func NewNullableServiceArea ¶
func NewNullableServiceArea(val *ServiceArea) *NullableServiceArea
func (NullableServiceArea) Get ¶
func (v NullableServiceArea) Get() *ServiceArea
func (NullableServiceArea) IsSet ¶
func (v NullableServiceArea) IsSet() bool
func (NullableServiceArea) MarshalJSON ¶
func (v NullableServiceArea) MarshalJSON() ([]byte, error)
func (*NullableServiceArea) Set ¶
func (v *NullableServiceArea) Set(val *ServiceArea)
func (*NullableServiceArea) UnmarshalJSON ¶
func (v *NullableServiceArea) UnmarshalJSON(src []byte) error
func (*NullableServiceArea) Unset ¶
func (v *NullableServiceArea) Unset()
type NullableSnssai ¶
type NullableSnssai struct {
// contains filtered or unexported fields
}
func NewNullableSnssai ¶
func NewNullableSnssai(val *Snssai) *NullableSnssai
func (NullableSnssai) Get ¶
func (v NullableSnssai) Get() *Snssai
func (NullableSnssai) IsSet ¶
func (v NullableSnssai) IsSet() bool
func (NullableSnssai) MarshalJSON ¶
func (v NullableSnssai) MarshalJSON() ([]byte, error)
func (*NullableSnssai) Set ¶
func (v *NullableSnssai) Set(val *Snssai)
func (*NullableSnssai) UnmarshalJSON ¶
func (v *NullableSnssai) UnmarshalJSON(src []byte) error
func (*NullableSnssai) Unset ¶
func (v *NullableSnssai) Unset()
type NullableString ¶
type NullableString struct {
// contains filtered or unexported fields
}
func NewNullableString ¶
func NewNullableString(val *string) *NullableString
func (NullableString) Get ¶
func (v NullableString) Get() *string
func (NullableString) IsSet ¶
func (v NullableString) IsSet() bool
func (NullableString) MarshalJSON ¶
func (v NullableString) MarshalJSON() ([]byte, error)
func (*NullableString) Set ¶
func (v *NullableString) Set(val *string)
func (*NullableString) UnmarshalJSON ¶
func (v *NullableString) UnmarshalJSON(src []byte) error
func (*NullableString) Unset ¶
func (v *NullableString) Unset()
type NullableSupportedGADShapes ¶
type NullableSupportedGADShapes struct {
// contains filtered or unexported fields
}
func NewNullableSupportedGADShapes ¶
func NewNullableSupportedGADShapes(val *SupportedGADShapes) *NullableSupportedGADShapes
func (NullableSupportedGADShapes) Get ¶
func (v NullableSupportedGADShapes) Get() *SupportedGADShapes
func (NullableSupportedGADShapes) IsSet ¶
func (v NullableSupportedGADShapes) IsSet() bool
func (NullableSupportedGADShapes) MarshalJSON ¶
func (v NullableSupportedGADShapes) MarshalJSON() ([]byte, error)
func (*NullableSupportedGADShapes) Set ¶
func (v *NullableSupportedGADShapes) Set(val *SupportedGADShapes)
func (*NullableSupportedGADShapes) UnmarshalJSON ¶
func (v *NullableSupportedGADShapes) UnmarshalJSON(src []byte) error
func (*NullableSupportedGADShapes) Unset ¶
func (v *NullableSupportedGADShapes) Unset()
type NullableTai ¶
type NullableTai struct {
// contains filtered or unexported fields
}
func NewNullableTai ¶
func NewNullableTai(val *Tai) *NullableTai
func (NullableTai) Get ¶
func (v NullableTai) Get() *Tai
func (NullableTai) IsSet ¶
func (v NullableTai) IsSet() bool
func (NullableTai) MarshalJSON ¶
func (v NullableTai) MarshalJSON() ([]byte, error)
func (*NullableTai) Set ¶
func (v *NullableTai) Set(val *Tai)
func (*NullableTai) UnmarshalJSON ¶
func (v *NullableTai) UnmarshalJSON(src []byte) error
func (*NullableTai) Unset ¶
func (v *NullableTai) Unset()
type NullableTargetInfo ¶
type NullableTargetInfo struct {
// contains filtered or unexported fields
}
func NewNullableTargetInfo ¶
func NewNullableTargetInfo(val *TargetInfo) *NullableTargetInfo
func (NullableTargetInfo) Get ¶
func (v NullableTargetInfo) Get() *TargetInfo
func (NullableTargetInfo) IsSet ¶
func (v NullableTargetInfo) IsSet() bool
func (NullableTargetInfo) MarshalJSON ¶
func (v NullableTargetInfo) MarshalJSON() ([]byte, error)
func (*NullableTargetInfo) Set ¶
func (v *NullableTargetInfo) Set(val *TargetInfo)
func (*NullableTargetInfo) UnmarshalJSON ¶
func (v *NullableTargetInfo) UnmarshalJSON(src []byte) error
func (*NullableTargetInfo) Unset ¶
func (v *NullableTargetInfo) Unset()
type NullableTime ¶
type NullableTime struct {
// contains filtered or unexported fields
}
func NewNullableTime ¶
func NewNullableTime(val *time.Time) *NullableTime
func (NullableTime) Get ¶
func (v NullableTime) Get() *time.Time
func (NullableTime) IsSet ¶
func (v NullableTime) IsSet() bool
func (NullableTime) MarshalJSON ¶
func (v NullableTime) MarshalJSON() ([]byte, error)
func (*NullableTime) Set ¶
func (v *NullableTime) Set(val *time.Time)
func (*NullableTime) UnmarshalJSON ¶
func (v *NullableTime) UnmarshalJSON(src []byte) error
func (*NullableTime) Unset ¶
func (v *NullableTime) Unset()
type NullableTopologicalServiceArea ¶
type NullableTopologicalServiceArea struct {
// contains filtered or unexported fields
}
func NewNullableTopologicalServiceArea ¶
func NewNullableTopologicalServiceArea(val *TopologicalServiceArea) *NullableTopologicalServiceArea
func (NullableTopologicalServiceArea) Get ¶
func (v NullableTopologicalServiceArea) Get() *TopologicalServiceArea
func (NullableTopologicalServiceArea) IsSet ¶
func (v NullableTopologicalServiceArea) IsSet() bool
func (NullableTopologicalServiceArea) MarshalJSON ¶
func (v NullableTopologicalServiceArea) MarshalJSON() ([]byte, error)
func (*NullableTopologicalServiceArea) Set ¶
func (v *NullableTopologicalServiceArea) Set(val *TopologicalServiceArea)
func (*NullableTopologicalServiceArea) UnmarshalJSON ¶
func (v *NullableTopologicalServiceArea) UnmarshalJSON(src []byte) error
func (*NullableTopologicalServiceArea) Unset ¶
func (v *NullableTopologicalServiceArea) Unset()
type NullableUncertaintyEllipse ¶
type NullableUncertaintyEllipse struct {
// contains filtered or unexported fields
}
func NewNullableUncertaintyEllipse ¶
func NewNullableUncertaintyEllipse(val *UncertaintyEllipse) *NullableUncertaintyEllipse
func (NullableUncertaintyEllipse) Get ¶
func (v NullableUncertaintyEllipse) Get() *UncertaintyEllipse
func (NullableUncertaintyEllipse) IsSet ¶
func (v NullableUncertaintyEllipse) IsSet() bool
func (NullableUncertaintyEllipse) MarshalJSON ¶
func (v NullableUncertaintyEllipse) MarshalJSON() ([]byte, error)
func (*NullableUncertaintyEllipse) Set ¶
func (v *NullableUncertaintyEllipse) Set(val *UncertaintyEllipse)
func (*NullableUncertaintyEllipse) UnmarshalJSON ¶
func (v *NullableUncertaintyEllipse) UnmarshalJSON(src []byte) error
func (*NullableUncertaintyEllipse) Unset ¶
func (v *NullableUncertaintyEllipse) Unset()
type NullableUncertaintyEllipsoid ¶
type NullableUncertaintyEllipsoid struct {
// contains filtered or unexported fields
}
func NewNullableUncertaintyEllipsoid ¶
func NewNullableUncertaintyEllipsoid(val *UncertaintyEllipsoid) *NullableUncertaintyEllipsoid
func (NullableUncertaintyEllipsoid) Get ¶
func (v NullableUncertaintyEllipsoid) Get() *UncertaintyEllipsoid
func (NullableUncertaintyEllipsoid) IsSet ¶
func (v NullableUncertaintyEllipsoid) IsSet() bool
func (NullableUncertaintyEllipsoid) MarshalJSON ¶
func (v NullableUncertaintyEllipsoid) MarshalJSON() ([]byte, error)
func (*NullableUncertaintyEllipsoid) Set ¶
func (v *NullableUncertaintyEllipsoid) Set(val *UncertaintyEllipsoid)
func (*NullableUncertaintyEllipsoid) UnmarshalJSON ¶
func (v *NullableUncertaintyEllipsoid) UnmarshalJSON(src []byte) error
func (*NullableUncertaintyEllipsoid) Unset ¶
func (v *NullableUncertaintyEllipsoid) Unset()
type NullableWebsockNotifConfig ¶
type NullableWebsockNotifConfig struct {
// contains filtered or unexported fields
}
func NewNullableWebsockNotifConfig ¶
func NewNullableWebsockNotifConfig(val *WebsockNotifConfig) *NullableWebsockNotifConfig
func (NullableWebsockNotifConfig) Get ¶
func (v NullableWebsockNotifConfig) Get() *WebsockNotifConfig
func (NullableWebsockNotifConfig) IsSet ¶
func (v NullableWebsockNotifConfig) IsSet() bool
func (NullableWebsockNotifConfig) MarshalJSON ¶
func (v NullableWebsockNotifConfig) MarshalJSON() ([]byte, error)
func (*NullableWebsockNotifConfig) Set ¶
func (v *NullableWebsockNotifConfig) Set(val *WebsockNotifConfig)
func (*NullableWebsockNotifConfig) UnmarshalJSON ¶
func (v *NullableWebsockNotifConfig) UnmarshalJSON(src []byte) error
func (*NullableWebsockNotifConfig) Unset ¶
func (v *NullableWebsockNotifConfig) Unset()
type PermissionLevel ¶
type PermissionLevel struct {
// contains filtered or unexported fields
}
PermissionLevel Possible values are: - TRIAL: Level of service permission supported is TRIAL. - GOLD: Level of service permission supported is GOLD. - SILVER: Level of service permission supported is SILVER. - OTHER: Any other level of service permissions supported.
func (*PermissionLevel) MarshalJSON ¶
func (src *PermissionLevel) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*PermissionLevel) UnmarshalJSON ¶
func (dst *PermissionLevel) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type PlmnId ¶
type PlmnId struct { // Mobile Country Code part of the PLMN, comprising 3 digits, as defined in clause 9.3.3.5 of 3GPP TS 38.413. Mcc string `json:"mcc"` // Mobile Network Code part of the PLMN, comprising 2 or 3 digits, as defined in clause 9.3.3.5 of 3GPP TS 38.413. Mnc string `json:"mnc"` }
PlmnId When PlmnId needs to be converted to string (e.g. when used in maps as key), the string shall be composed of three digits \"mcc\" followed by \"-\" and two or three digits \"mnc\".
func NewPlmnId ¶
NewPlmnId instantiates a new PlmnId object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPlmnIdWithDefaults ¶
func NewPlmnIdWithDefaults() *PlmnId
NewPlmnIdWithDefaults instantiates a new PlmnId object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PlmnId) GetMccOk ¶
GetMccOk returns a tuple with the Mcc field value and a boolean to check if the value has been set.
func (*PlmnId) GetMncOk ¶
GetMncOk returns a tuple with the Mnc field value and a boolean to check if the value has been set.
func (PlmnId) MarshalJSON ¶
func (*PlmnId) UnmarshalJSON ¶
type PlmnId1 ¶
type PlmnId1 struct { // String encoding a Mobile Country Code part of the PLMN, comprising 3 digits, as defined in 3GPP TS 38.413. Mcc string `json:"mcc"` // String encoding a Mobile Network Code part of the PLMN, comprising 2 or 3 digits, as defined in 3GPP TS 38.413. Mnc string `json:"mnc"` }
PlmnId1 Represents the identifier of a PLMN.
func NewPlmnId1 ¶
NewPlmnId1 instantiates a new PlmnId1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPlmnId1WithDefaults ¶
func NewPlmnId1WithDefaults() *PlmnId1
NewPlmnId1WithDefaults instantiates a new PlmnId1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PlmnId1) GetMccOk ¶
GetMccOk returns a tuple with the Mcc field value and a boolean to check if the value has been set.
func (*PlmnId1) GetMncOk ¶
GetMncOk returns a tuple with the Mnc field value and a boolean to check if the value has been set.
func (PlmnId1) MarshalJSON ¶
func (*PlmnId1) UnmarshalJSON ¶
type Point ¶
type Point struct { GADShape Point GeographicalCoordinates `json:"point"` }
Point Ellipsoid Point.
func NewPoint ¶
func NewPoint(point GeographicalCoordinates, shape SupportedGADShapes) *Point
NewPoint instantiates a new Point object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPointWithDefaults ¶
func NewPointWithDefaults() *Point
NewPointWithDefaults instantiates a new Point object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Point) GetPoint ¶
func (o *Point) GetPoint() GeographicalCoordinates
GetPoint returns the Point field value
func (*Point) GetPointOk ¶
func (o *Point) GetPointOk() (*GeographicalCoordinates, bool)
GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.
func (Point) MarshalJSON ¶
func (*Point) SetPoint ¶
func (o *Point) SetPoint(v GeographicalCoordinates)
SetPoint sets field value
func (*Point) UnmarshalJSON ¶
type PointAltitude ¶
type PointAltitude struct { GADShape Point GeographicalCoordinates `json:"point"` // Indicates value of altitude. Altitude float64 `json:"altitude"` }
PointAltitude Ellipsoid point with altitude.
func NewPointAltitude ¶
func NewPointAltitude(point GeographicalCoordinates, altitude float64, shape SupportedGADShapes) *PointAltitude
NewPointAltitude instantiates a new PointAltitude object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPointAltitudeWithDefaults ¶
func NewPointAltitudeWithDefaults() *PointAltitude
NewPointAltitudeWithDefaults instantiates a new PointAltitude object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PointAltitude) GetAltitude ¶
func (o *PointAltitude) GetAltitude() float64
GetAltitude returns the Altitude field value
func (*PointAltitude) GetAltitudeOk ¶
func (o *PointAltitude) GetAltitudeOk() (*float64, bool)
GetAltitudeOk returns a tuple with the Altitude field value and a boolean to check if the value has been set.
func (*PointAltitude) GetPoint ¶
func (o *PointAltitude) GetPoint() GeographicalCoordinates
GetPoint returns the Point field value
func (*PointAltitude) GetPointOk ¶
func (o *PointAltitude) GetPointOk() (*GeographicalCoordinates, bool)
GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.
func (PointAltitude) MarshalJSON ¶
func (o PointAltitude) MarshalJSON() ([]byte, error)
func (*PointAltitude) SetAltitude ¶
func (o *PointAltitude) SetAltitude(v float64)
SetAltitude sets field value
func (*PointAltitude) SetPoint ¶
func (o *PointAltitude) SetPoint(v GeographicalCoordinates)
SetPoint sets field value
func (PointAltitude) ToMap ¶
func (o PointAltitude) ToMap() (map[string]interface{}, error)
func (*PointAltitude) UnmarshalJSON ¶
func (o *PointAltitude) UnmarshalJSON(bytes []byte) (err error)
type PointAltitudeUncertainty ¶
type PointAltitudeUncertainty struct { GADShape Point GeographicalCoordinates `json:"point"` // Indicates value of altitude. Altitude float64 `json:"altitude"` UncertaintyEllipse UncertaintyEllipse `json:"uncertaintyEllipse"` // Indicates value of uncertainty. UncertaintyAltitude float32 `json:"uncertaintyAltitude"` // Indicates value of confidence. Confidence int32 `json:"confidence"` }
PointAltitudeUncertainty Ellipsoid point with altitude and uncertainty ellipsoid.
func NewPointAltitudeUncertainty ¶
func NewPointAltitudeUncertainty(point GeographicalCoordinates, altitude float64, uncertaintyEllipse UncertaintyEllipse, uncertaintyAltitude float32, confidence int32, shape SupportedGADShapes) *PointAltitudeUncertainty
NewPointAltitudeUncertainty instantiates a new PointAltitudeUncertainty object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPointAltitudeUncertaintyWithDefaults ¶
func NewPointAltitudeUncertaintyWithDefaults() *PointAltitudeUncertainty
NewPointAltitudeUncertaintyWithDefaults instantiates a new PointAltitudeUncertainty object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PointAltitudeUncertainty) GetAltitude ¶
func (o *PointAltitudeUncertainty) GetAltitude() float64
GetAltitude returns the Altitude field value
func (*PointAltitudeUncertainty) GetAltitudeOk ¶
func (o *PointAltitudeUncertainty) GetAltitudeOk() (*float64, bool)
GetAltitudeOk returns a tuple with the Altitude field value and a boolean to check if the value has been set.
func (*PointAltitudeUncertainty) GetConfidence ¶
func (o *PointAltitudeUncertainty) GetConfidence() int32
GetConfidence returns the Confidence field value
func (*PointAltitudeUncertainty) GetConfidenceOk ¶
func (o *PointAltitudeUncertainty) GetConfidenceOk() (*int32, bool)
GetConfidenceOk returns a tuple with the Confidence field value and a boolean to check if the value has been set.
func (*PointAltitudeUncertainty) GetPoint ¶
func (o *PointAltitudeUncertainty) GetPoint() GeographicalCoordinates
GetPoint returns the Point field value
func (*PointAltitudeUncertainty) GetPointOk ¶
func (o *PointAltitudeUncertainty) GetPointOk() (*GeographicalCoordinates, bool)
GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.
func (*PointAltitudeUncertainty) GetUncertaintyAltitude ¶
func (o *PointAltitudeUncertainty) GetUncertaintyAltitude() float32
GetUncertaintyAltitude returns the UncertaintyAltitude field value
func (*PointAltitudeUncertainty) GetUncertaintyAltitudeOk ¶
func (o *PointAltitudeUncertainty) GetUncertaintyAltitudeOk() (*float32, bool)
GetUncertaintyAltitudeOk returns a tuple with the UncertaintyAltitude field value and a boolean to check if the value has been set.
func (*PointAltitudeUncertainty) GetUncertaintyEllipse ¶
func (o *PointAltitudeUncertainty) GetUncertaintyEllipse() UncertaintyEllipse
GetUncertaintyEllipse returns the UncertaintyEllipse field value
func (*PointAltitudeUncertainty) GetUncertaintyEllipseOk ¶
func (o *PointAltitudeUncertainty) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool)
GetUncertaintyEllipseOk returns a tuple with the UncertaintyEllipse field value and a boolean to check if the value has been set.
func (PointAltitudeUncertainty) MarshalJSON ¶
func (o PointAltitudeUncertainty) MarshalJSON() ([]byte, error)
func (*PointAltitudeUncertainty) SetAltitude ¶
func (o *PointAltitudeUncertainty) SetAltitude(v float64)
SetAltitude sets field value
func (*PointAltitudeUncertainty) SetConfidence ¶
func (o *PointAltitudeUncertainty) SetConfidence(v int32)
SetConfidence sets field value
func (*PointAltitudeUncertainty) SetPoint ¶
func (o *PointAltitudeUncertainty) SetPoint(v GeographicalCoordinates)
SetPoint sets field value
func (*PointAltitudeUncertainty) SetUncertaintyAltitude ¶
func (o *PointAltitudeUncertainty) SetUncertaintyAltitude(v float32)
SetUncertaintyAltitude sets field value
func (*PointAltitudeUncertainty) SetUncertaintyEllipse ¶
func (o *PointAltitudeUncertainty) SetUncertaintyEllipse(v UncertaintyEllipse)
SetUncertaintyEllipse sets field value
func (PointAltitudeUncertainty) ToMap ¶
func (o PointAltitudeUncertainty) ToMap() (map[string]interface{}, error)
func (*PointAltitudeUncertainty) UnmarshalJSON ¶
func (o *PointAltitudeUncertainty) UnmarshalJSON(bytes []byte) (err error)
type PointUncertaintyCircle ¶
type PointUncertaintyCircle struct { GADShape Point GeographicalCoordinates `json:"point"` // Indicates value of uncertainty. Uncertainty float32 `json:"uncertainty"` }
PointUncertaintyCircle Ellipsoid point with uncertainty circle.
func NewPointUncertaintyCircle ¶
func NewPointUncertaintyCircle(point GeographicalCoordinates, uncertainty float32, shape SupportedGADShapes) *PointUncertaintyCircle
NewPointUncertaintyCircle instantiates a new PointUncertaintyCircle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPointUncertaintyCircleWithDefaults ¶
func NewPointUncertaintyCircleWithDefaults() *PointUncertaintyCircle
NewPointUncertaintyCircleWithDefaults instantiates a new PointUncertaintyCircle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PointUncertaintyCircle) GetPoint ¶
func (o *PointUncertaintyCircle) GetPoint() GeographicalCoordinates
GetPoint returns the Point field value
func (*PointUncertaintyCircle) GetPointOk ¶
func (o *PointUncertaintyCircle) GetPointOk() (*GeographicalCoordinates, bool)
GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.
func (*PointUncertaintyCircle) GetUncertainty ¶
func (o *PointUncertaintyCircle) GetUncertainty() float32
GetUncertainty returns the Uncertainty field value
func (*PointUncertaintyCircle) GetUncertaintyOk ¶
func (o *PointUncertaintyCircle) GetUncertaintyOk() (*float32, bool)
GetUncertaintyOk returns a tuple with the Uncertainty field value and a boolean to check if the value has been set.
func (PointUncertaintyCircle) MarshalJSON ¶
func (o PointUncertaintyCircle) MarshalJSON() ([]byte, error)
func (*PointUncertaintyCircle) SetPoint ¶
func (o *PointUncertaintyCircle) SetPoint(v GeographicalCoordinates)
SetPoint sets field value
func (*PointUncertaintyCircle) SetUncertainty ¶
func (o *PointUncertaintyCircle) SetUncertainty(v float32)
SetUncertainty sets field value
func (PointUncertaintyCircle) ToMap ¶
func (o PointUncertaintyCircle) ToMap() (map[string]interface{}, error)
func (*PointUncertaintyCircle) UnmarshalJSON ¶
func (o *PointUncertaintyCircle) UnmarshalJSON(bytes []byte) (err error)
type PointUncertaintyEllipse ¶
type PointUncertaintyEllipse struct { GADShape Point GeographicalCoordinates `json:"point"` UncertaintyEllipse UncertaintyEllipse `json:"uncertaintyEllipse"` // Indicates value of confidence. Confidence int32 `json:"confidence"` }
PointUncertaintyEllipse Ellipsoid point with uncertainty ellipse.
func NewPointUncertaintyEllipse ¶
func NewPointUncertaintyEllipse(point GeographicalCoordinates, uncertaintyEllipse UncertaintyEllipse, confidence int32, shape SupportedGADShapes) *PointUncertaintyEllipse
NewPointUncertaintyEllipse instantiates a new PointUncertaintyEllipse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPointUncertaintyEllipseWithDefaults ¶
func NewPointUncertaintyEllipseWithDefaults() *PointUncertaintyEllipse
NewPointUncertaintyEllipseWithDefaults instantiates a new PointUncertaintyEllipse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PointUncertaintyEllipse) GetConfidence ¶
func (o *PointUncertaintyEllipse) GetConfidence() int32
GetConfidence returns the Confidence field value
func (*PointUncertaintyEllipse) GetConfidenceOk ¶
func (o *PointUncertaintyEllipse) GetConfidenceOk() (*int32, bool)
GetConfidenceOk returns a tuple with the Confidence field value and a boolean to check if the value has been set.
func (*PointUncertaintyEllipse) GetPoint ¶
func (o *PointUncertaintyEllipse) GetPoint() GeographicalCoordinates
GetPoint returns the Point field value
func (*PointUncertaintyEllipse) GetPointOk ¶
func (o *PointUncertaintyEllipse) GetPointOk() (*GeographicalCoordinates, bool)
GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.
func (*PointUncertaintyEllipse) GetUncertaintyEllipse ¶
func (o *PointUncertaintyEllipse) GetUncertaintyEllipse() UncertaintyEllipse
GetUncertaintyEllipse returns the UncertaintyEllipse field value
func (*PointUncertaintyEllipse) GetUncertaintyEllipseOk ¶
func (o *PointUncertaintyEllipse) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool)
GetUncertaintyEllipseOk returns a tuple with the UncertaintyEllipse field value and a boolean to check if the value has been set.
func (PointUncertaintyEllipse) MarshalJSON ¶
func (o PointUncertaintyEllipse) MarshalJSON() ([]byte, error)
func (*PointUncertaintyEllipse) SetConfidence ¶
func (o *PointUncertaintyEllipse) SetConfidence(v int32)
SetConfidence sets field value
func (*PointUncertaintyEllipse) SetPoint ¶
func (o *PointUncertaintyEllipse) SetPoint(v GeographicalCoordinates)
SetPoint sets field value
func (*PointUncertaintyEllipse) SetUncertaintyEllipse ¶
func (o *PointUncertaintyEllipse) SetUncertaintyEllipse(v UncertaintyEllipse)
SetUncertaintyEllipse sets field value
func (PointUncertaintyEllipse) ToMap ¶
func (o PointUncertaintyEllipse) ToMap() (map[string]interface{}, error)
func (*PointUncertaintyEllipse) UnmarshalJSON ¶
func (o *PointUncertaintyEllipse) UnmarshalJSON(bytes []byte) (err error)
type Polygon ¶
type Polygon struct { GADShape // List of points. PointList []GeographicalCoordinates `json:"pointList"` }
Polygon Polygon.
func NewPolygon ¶
func NewPolygon(pointList []GeographicalCoordinates, shape SupportedGADShapes) *Polygon
NewPolygon instantiates a new Polygon object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPolygonWithDefaults ¶
func NewPolygonWithDefaults() *Polygon
NewPolygonWithDefaults instantiates a new Polygon object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Polygon) GetPointList ¶
func (o *Polygon) GetPointList() []GeographicalCoordinates
GetPointList returns the PointList field value
func (*Polygon) GetPointListOk ¶
func (o *Polygon) GetPointListOk() ([]GeographicalCoordinates, bool)
GetPointListOk returns a tuple with the PointList field value and a boolean to check if the value has been set.
func (Polygon) MarshalJSON ¶
func (*Polygon) SetPointList ¶
func (o *Polygon) SetPointList(v []GeographicalCoordinates)
SetPointList sets field value
func (*Polygon) UnmarshalJSON ¶
type ProblemDetails ¶
type ProblemDetails struct { // string providing an URI formatted according to IETF RFC 3986. Type *string `json:"type,omitempty"` // A short, human-readable summary of the problem type. It should not change from occurrence to occurrence of the problem. Title *string `json:"title,omitempty"` // The HTTP status code for this occurrence of the problem. Status *int32 `json:"status,omitempty"` // A human-readable explanation specific to this occurrence of the problem. Detail *string `json:"detail,omitempty"` // string providing an URI formatted according to IETF RFC 3986. Instance *string `json:"instance,omitempty"` // A machine-readable application error cause specific to this occurrence of the problem. This IE should be present and provide application-related error information, if available. Cause *string `json:"cause,omitempty"` // Description of invalid parameters, for a request rejected due to invalid parameters. InvalidParams []InvalidParam `json:"invalidParams,omitempty"` // A string used to indicate the features supported by an API that is used as defined in clause 6.6 in 3GPP TS 29.500. The string shall contain a bitmask indicating supported features in hexadecimal representation Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent the support of 4 features as described in table 5.2.2-3. The most significant character representing the highest-numbered features shall appear first in the string, and the character representing features 1 to 4 shall appear last in the string. The list of features and their numbering (starting with 1) are defined separately for each API. If the string contains a lower number of characters than there are defined features for an API, all features that would be represented by characters that are not present in the string are not supported. SupportedFeatures *string `json:"supportedFeatures,omitempty"` }
ProblemDetails Represents additional information and details on an error response.
func NewProblemDetails ¶
func NewProblemDetails() *ProblemDetails
NewProblemDetails instantiates a new ProblemDetails object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewProblemDetailsWithDefaults ¶
func NewProblemDetailsWithDefaults() *ProblemDetails
NewProblemDetailsWithDefaults instantiates a new ProblemDetails object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ProblemDetails) GetCause ¶
func (o *ProblemDetails) GetCause() string
GetCause returns the Cause field value if set, zero value otherwise.
func (*ProblemDetails) GetCauseOk ¶
func (o *ProblemDetails) GetCauseOk() (*string, bool)
GetCauseOk returns a tuple with the Cause field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetDetail ¶
func (o *ProblemDetails) GetDetail() string
GetDetail returns the Detail field value if set, zero value otherwise.
func (*ProblemDetails) GetDetailOk ¶
func (o *ProblemDetails) GetDetailOk() (*string, bool)
GetDetailOk returns a tuple with the Detail field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetInstance ¶
func (o *ProblemDetails) GetInstance() string
GetInstance returns the Instance field value if set, zero value otherwise.
func (*ProblemDetails) GetInstanceOk ¶
func (o *ProblemDetails) GetInstanceOk() (*string, bool)
GetInstanceOk returns a tuple with the Instance field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetInvalidParams ¶
func (o *ProblemDetails) GetInvalidParams() []InvalidParam
GetInvalidParams returns the InvalidParams field value if set, zero value otherwise.
func (*ProblemDetails) GetInvalidParamsOk ¶
func (o *ProblemDetails) GetInvalidParamsOk() ([]InvalidParam, bool)
GetInvalidParamsOk returns a tuple with the InvalidParams field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetStatus ¶
func (o *ProblemDetails) GetStatus() int32
GetStatus returns the Status field value if set, zero value otherwise.
func (*ProblemDetails) GetStatusOk ¶
func (o *ProblemDetails) GetStatusOk() (*int32, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetSupportedFeatures ¶
func (o *ProblemDetails) GetSupportedFeatures() string
GetSupportedFeatures returns the SupportedFeatures field value if set, zero value otherwise.
func (*ProblemDetails) GetSupportedFeaturesOk ¶
func (o *ProblemDetails) GetSupportedFeaturesOk() (*string, bool)
GetSupportedFeaturesOk returns a tuple with the SupportedFeatures field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetTitle ¶
func (o *ProblemDetails) GetTitle() string
GetTitle returns the Title field value if set, zero value otherwise.
func (*ProblemDetails) GetTitleOk ¶
func (o *ProblemDetails) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetType ¶
func (o *ProblemDetails) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*ProblemDetails) GetTypeOk ¶
func (o *ProblemDetails) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) HasCause ¶
func (o *ProblemDetails) HasCause() bool
HasCause returns a boolean if a field has been set.
func (*ProblemDetails) HasDetail ¶
func (o *ProblemDetails) HasDetail() bool
HasDetail returns a boolean if a field has been set.
func (*ProblemDetails) HasInstance ¶
func (o *ProblemDetails) HasInstance() bool
HasInstance returns a boolean if a field has been set.
func (*ProblemDetails) HasInvalidParams ¶
func (o *ProblemDetails) HasInvalidParams() bool
HasInvalidParams returns a boolean if a field has been set.
func (*ProblemDetails) HasStatus ¶
func (o *ProblemDetails) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*ProblemDetails) HasSupportedFeatures ¶
func (o *ProblemDetails) HasSupportedFeatures() bool
HasSupportedFeatures returns a boolean if a field has been set.
func (*ProblemDetails) HasTitle ¶
func (o *ProblemDetails) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (*ProblemDetails) HasType ¶
func (o *ProblemDetails) HasType() bool
HasType returns a boolean if a field has been set.
func (ProblemDetails) MarshalJSON ¶
func (o ProblemDetails) MarshalJSON() ([]byte, error)
func (*ProblemDetails) SetCause ¶
func (o *ProblemDetails) SetCause(v string)
SetCause gets a reference to the given string and assigns it to the Cause field.
func (*ProblemDetails) SetDetail ¶
func (o *ProblemDetails) SetDetail(v string)
SetDetail gets a reference to the given string and assigns it to the Detail field.
func (*ProblemDetails) SetInstance ¶
func (o *ProblemDetails) SetInstance(v string)
SetInstance gets a reference to the given string and assigns it to the Instance field.
func (*ProblemDetails) SetInvalidParams ¶
func (o *ProblemDetails) SetInvalidParams(v []InvalidParam)
SetInvalidParams gets a reference to the given []InvalidParam and assigns it to the InvalidParams field.
func (*ProblemDetails) SetStatus ¶
func (o *ProblemDetails) SetStatus(v int32)
SetStatus gets a reference to the given int32 and assigns it to the Status field.
func (*ProblemDetails) SetSupportedFeatures ¶
func (o *ProblemDetails) SetSupportedFeatures(v string)
SetSupportedFeatures gets a reference to the given string and assigns it to the SupportedFeatures field.
func (*ProblemDetails) SetTitle ¶
func (o *ProblemDetails) SetTitle(v string)
SetTitle gets a reference to the given string and assigns it to the Title field.
func (*ProblemDetails) SetType ¶
func (o *ProblemDetails) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (ProblemDetails) ToMap ¶
func (o ProblemDetails) ToMap() (map[string]interface{}, error)
type RelativeCartesianLocation ¶
type RelativeCartesianLocation struct { // string with format 'float' as defined in OpenAPI. X float32 `json:"x"` // string with format 'float' as defined in OpenAPI. Y float32 `json:"y"` // string with format 'float' as defined in OpenAPI. Z *float32 `json:"z,omitempty"` }
RelativeCartesianLocation Relative Cartesian Location
func NewRelativeCartesianLocation ¶
func NewRelativeCartesianLocation(x float32, y float32) *RelativeCartesianLocation
NewRelativeCartesianLocation instantiates a new RelativeCartesianLocation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRelativeCartesianLocationWithDefaults ¶
func NewRelativeCartesianLocationWithDefaults() *RelativeCartesianLocation
NewRelativeCartesianLocationWithDefaults instantiates a new RelativeCartesianLocation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RelativeCartesianLocation) GetX ¶
func (o *RelativeCartesianLocation) GetX() float32
GetX returns the X field value
func (*RelativeCartesianLocation) GetXOk ¶
func (o *RelativeCartesianLocation) GetXOk() (*float32, bool)
GetXOk returns a tuple with the X field value and a boolean to check if the value has been set.
func (*RelativeCartesianLocation) GetY ¶
func (o *RelativeCartesianLocation) GetY() float32
GetY returns the Y field value
func (*RelativeCartesianLocation) GetYOk ¶
func (o *RelativeCartesianLocation) GetYOk() (*float32, bool)
GetYOk returns a tuple with the Y field value and a boolean to check if the value has been set.
func (*RelativeCartesianLocation) GetZ ¶
func (o *RelativeCartesianLocation) GetZ() float32
GetZ returns the Z field value if set, zero value otherwise.
func (*RelativeCartesianLocation) GetZOk ¶
func (o *RelativeCartesianLocation) GetZOk() (*float32, bool)
GetZOk returns a tuple with the Z field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RelativeCartesianLocation) HasZ ¶
func (o *RelativeCartesianLocation) HasZ() bool
HasZ returns a boolean if a field has been set.
func (RelativeCartesianLocation) MarshalJSON ¶
func (o RelativeCartesianLocation) MarshalJSON() ([]byte, error)
func (*RelativeCartesianLocation) SetX ¶
func (o *RelativeCartesianLocation) SetX(v float32)
SetX sets field value
func (*RelativeCartesianLocation) SetY ¶
func (o *RelativeCartesianLocation) SetY(v float32)
SetY sets field value
func (*RelativeCartesianLocation) SetZ ¶
func (o *RelativeCartesianLocation) SetZ(v float32)
SetZ gets a reference to the given float32 and assigns it to the Z field.
func (RelativeCartesianLocation) ToMap ¶
func (o RelativeCartesianLocation) ToMap() (map[string]interface{}, error)
func (*RelativeCartesianLocation) UnmarshalJSON ¶
func (o *RelativeCartesianLocation) UnmarshalJSON(bytes []byte) (err error)
type RouteInformation ¶
type RouteInformation struct { // String identifying a IPv4 address formatted in the 'dotted decimal' notation as defined in RFC 1166. Ipv4Addr *string `json:"ipv4Addr,omitempty"` Ipv6Addr *Ipv6Addr1 `json:"ipv6Addr,omitempty"` // Unsigned Integer, i.e. only value 0 and integers above 0 are permissible. PortNumber int32 `json:"portNumber"` }
RouteInformation At least one of the \"ipv4Addr\" attribute and the \"ipv6Addr\" attribute shall be included in the \"RouteInformation\" data type.
func NewRouteInformation ¶
func NewRouteInformation(portNumber int32) *RouteInformation
NewRouteInformation instantiates a new RouteInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRouteInformationWithDefaults ¶
func NewRouteInformationWithDefaults() *RouteInformation
NewRouteInformationWithDefaults instantiates a new RouteInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RouteInformation) GetIpv4Addr ¶
func (o *RouteInformation) GetIpv4Addr() string
GetIpv4Addr returns the Ipv4Addr field value if set, zero value otherwise.
func (*RouteInformation) GetIpv4AddrOk ¶
func (o *RouteInformation) GetIpv4AddrOk() (*string, bool)
GetIpv4AddrOk returns a tuple with the Ipv4Addr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RouteInformation) GetIpv6Addr ¶
func (o *RouteInformation) GetIpv6Addr() Ipv6Addr1
GetIpv6Addr returns the Ipv6Addr field value if set, zero value otherwise.
func (*RouteInformation) GetIpv6AddrOk ¶
func (o *RouteInformation) GetIpv6AddrOk() (*Ipv6Addr1, bool)
GetIpv6AddrOk returns a tuple with the Ipv6Addr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RouteInformation) GetPortNumber ¶
func (o *RouteInformation) GetPortNumber() int32
GetPortNumber returns the PortNumber field value
func (*RouteInformation) GetPortNumberOk ¶
func (o *RouteInformation) GetPortNumberOk() (*int32, bool)
GetPortNumberOk returns a tuple with the PortNumber field value and a boolean to check if the value has been set.
func (*RouteInformation) HasIpv4Addr ¶
func (o *RouteInformation) HasIpv4Addr() bool
HasIpv4Addr returns a boolean if a field has been set.
func (*RouteInformation) HasIpv6Addr ¶
func (o *RouteInformation) HasIpv6Addr() bool
HasIpv6Addr returns a boolean if a field has been set.
func (RouteInformation) MarshalJSON ¶
func (o RouteInformation) MarshalJSON() ([]byte, error)
func (*RouteInformation) SetIpv4Addr ¶
func (o *RouteInformation) SetIpv4Addr(v string)
SetIpv4Addr gets a reference to the given string and assigns it to the Ipv4Addr field.
func (*RouteInformation) SetIpv6Addr ¶
func (o *RouteInformation) SetIpv6Addr(v Ipv6Addr1)
SetIpv6Addr gets a reference to the given Ipv6Addr1 and assigns it to the Ipv6Addr field.
func (*RouteInformation) SetPortNumber ¶
func (o *RouteInformation) SetPortNumber(v int32)
SetPortNumber sets field value
func (RouteInformation) ToMap ¶
func (o RouteInformation) ToMap() (map[string]interface{}, error)
func (*RouteInformation) UnmarshalJSON ¶
func (o *RouteInformation) UnmarshalJSON(bytes []byte) (err error)
type RouteToLocation ¶
type RouteToLocation struct { // DNAI (Data network access identifier), see clause 5.6.7 of 3GPP TS 23.501. Dnai string `json:"dnai"` RouteInfo NullableRouteInformation `json:"routeInfo,omitempty"` // Identifies the routing profile Id. RouteProfId NullableString `json:"routeProfId,omitempty"` }
RouteToLocation At least one of the \"routeInfo\" attribute and the \"routeProfId\" attribute shall be included in the \"RouteToLocation\" data type.
func NewRouteToLocation ¶
func NewRouteToLocation(dnai string) *RouteToLocation
NewRouteToLocation instantiates a new RouteToLocation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRouteToLocationWithDefaults ¶
func NewRouteToLocationWithDefaults() *RouteToLocation
NewRouteToLocationWithDefaults instantiates a new RouteToLocation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RouteToLocation) GetDnai ¶
func (o *RouteToLocation) GetDnai() string
GetDnai returns the Dnai field value
func (*RouteToLocation) GetDnaiOk ¶
func (o *RouteToLocation) GetDnaiOk() (*string, bool)
GetDnaiOk returns a tuple with the Dnai field value and a boolean to check if the value has been set.
func (*RouteToLocation) GetRouteInfo ¶
func (o *RouteToLocation) GetRouteInfo() RouteInformation
GetRouteInfo returns the RouteInfo field value if set, zero value otherwise (both if not set or set to explicit null).
func (*RouteToLocation) GetRouteInfoOk ¶
func (o *RouteToLocation) GetRouteInfoOk() (*RouteInformation, bool)
GetRouteInfoOk returns a tuple with the RouteInfo field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*RouteToLocation) GetRouteProfId ¶
func (o *RouteToLocation) GetRouteProfId() string
GetRouteProfId returns the RouteProfId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*RouteToLocation) GetRouteProfIdOk ¶
func (o *RouteToLocation) GetRouteProfIdOk() (*string, bool)
GetRouteProfIdOk returns a tuple with the RouteProfId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*RouteToLocation) HasRouteInfo ¶
func (o *RouteToLocation) HasRouteInfo() bool
HasRouteInfo returns a boolean if a field has been set.
func (*RouteToLocation) HasRouteProfId ¶
func (o *RouteToLocation) HasRouteProfId() bool
HasRouteProfId returns a boolean if a field has been set.
func (RouteToLocation) MarshalJSON ¶
func (o RouteToLocation) MarshalJSON() ([]byte, error)
func (*RouteToLocation) SetDnai ¶
func (o *RouteToLocation) SetDnai(v string)
SetDnai sets field value
func (*RouteToLocation) SetRouteInfo ¶
func (o *RouteToLocation) SetRouteInfo(v RouteInformation)
SetRouteInfo gets a reference to the given NullableRouteInformation and assigns it to the RouteInfo field.
func (*RouteToLocation) SetRouteInfoNil ¶
func (o *RouteToLocation) SetRouteInfoNil()
SetRouteInfoNil sets the value for RouteInfo to be an explicit nil
func (*RouteToLocation) SetRouteProfId ¶
func (o *RouteToLocation) SetRouteProfId(v string)
SetRouteProfId gets a reference to the given NullableString and assigns it to the RouteProfId field.
func (*RouteToLocation) SetRouteProfIdNil ¶
func (o *RouteToLocation) SetRouteProfIdNil()
SetRouteProfIdNil sets the value for RouteProfId to be an explicit nil
func (RouteToLocation) ToMap ¶
func (o RouteToLocation) ToMap() (map[string]interface{}, error)
func (*RouteToLocation) UnmarshalJSON ¶
func (o *RouteToLocation) UnmarshalJSON(bytes []byte) (err error)
func (*RouteToLocation) UnsetRouteInfo ¶
func (o *RouteToLocation) UnsetRouteInfo()
UnsetRouteInfo ensures that no value is present for RouteInfo, not even an explicit nil
func (*RouteToLocation) UnsetRouteProfId ¶
func (o *RouteToLocation) UnsetRouteProfId()
UnsetRouteProfId ensures that no value is present for RouteProfId, not even an explicit nil
type ScheduledCommunicationTime ¶
type ScheduledCommunicationTime struct { // Identifies the day(s) of the week. If absent, it indicates every day of the week. DaysOfWeek []int32 `json:"daysOfWeek,omitempty"` // String with format partial-time or full-time as defined in clause 5.6 of IETF RFC 3339. Examples, 20:15:00, 20:15:00-08:00 (for 8 hours behind UTC). TimeOfDayStart *string `json:"timeOfDayStart,omitempty"` // String with format partial-time or full-time as defined in clause 5.6 of IETF RFC 3339. Examples, 20:15:00, 20:15:00-08:00 (for 8 hours behind UTC). TimeOfDayEnd *string `json:"timeOfDayEnd,omitempty"` }
ScheduledCommunicationTime Represents an offered scheduled communication time.
func NewScheduledCommunicationTime ¶
func NewScheduledCommunicationTime() *ScheduledCommunicationTime
NewScheduledCommunicationTime instantiates a new ScheduledCommunicationTime object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewScheduledCommunicationTimeWithDefaults ¶
func NewScheduledCommunicationTimeWithDefaults() *ScheduledCommunicationTime
NewScheduledCommunicationTimeWithDefaults instantiates a new ScheduledCommunicationTime object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ScheduledCommunicationTime) GetDaysOfWeek ¶
func (o *ScheduledCommunicationTime) GetDaysOfWeek() []int32
GetDaysOfWeek returns the DaysOfWeek field value if set, zero value otherwise.
func (*ScheduledCommunicationTime) GetDaysOfWeekOk ¶
func (o *ScheduledCommunicationTime) GetDaysOfWeekOk() ([]int32, bool)
GetDaysOfWeekOk returns a tuple with the DaysOfWeek field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ScheduledCommunicationTime) GetTimeOfDayEnd ¶
func (o *ScheduledCommunicationTime) GetTimeOfDayEnd() string
GetTimeOfDayEnd returns the TimeOfDayEnd field value if set, zero value otherwise.
func (*ScheduledCommunicationTime) GetTimeOfDayEndOk ¶
func (o *ScheduledCommunicationTime) GetTimeOfDayEndOk() (*string, bool)
GetTimeOfDayEndOk returns a tuple with the TimeOfDayEnd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ScheduledCommunicationTime) GetTimeOfDayStart ¶
func (o *ScheduledCommunicationTime) GetTimeOfDayStart() string
GetTimeOfDayStart returns the TimeOfDayStart field value if set, zero value otherwise.
func (*ScheduledCommunicationTime) GetTimeOfDayStartOk ¶
func (o *ScheduledCommunicationTime) GetTimeOfDayStartOk() (*string, bool)
GetTimeOfDayStartOk returns a tuple with the TimeOfDayStart field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ScheduledCommunicationTime) HasDaysOfWeek ¶
func (o *ScheduledCommunicationTime) HasDaysOfWeek() bool
HasDaysOfWeek returns a boolean if a field has been set.
func (*ScheduledCommunicationTime) HasTimeOfDayEnd ¶
func (o *ScheduledCommunicationTime) HasTimeOfDayEnd() bool
HasTimeOfDayEnd returns a boolean if a field has been set.
func (*ScheduledCommunicationTime) HasTimeOfDayStart ¶
func (o *ScheduledCommunicationTime) HasTimeOfDayStart() bool
HasTimeOfDayStart returns a boolean if a field has been set.
func (ScheduledCommunicationTime) MarshalJSON ¶
func (o ScheduledCommunicationTime) MarshalJSON() ([]byte, error)
func (*ScheduledCommunicationTime) SetDaysOfWeek ¶
func (o *ScheduledCommunicationTime) SetDaysOfWeek(v []int32)
SetDaysOfWeek gets a reference to the given []int32 and assigns it to the DaysOfWeek field.
func (*ScheduledCommunicationTime) SetTimeOfDayEnd ¶
func (o *ScheduledCommunicationTime) SetTimeOfDayEnd(v string)
SetTimeOfDayEnd gets a reference to the given string and assigns it to the TimeOfDayEnd field.
func (*ScheduledCommunicationTime) SetTimeOfDayStart ¶
func (o *ScheduledCommunicationTime) SetTimeOfDayStart(v string)
SetTimeOfDayStart gets a reference to the given string and assigns it to the TimeOfDayStart field.
func (ScheduledCommunicationTime) ToMap ¶
func (o ScheduledCommunicationTime) ToMap() (map[string]interface{}, error)
type ServerConfiguration ¶
type ServerConfiguration struct { URL string Description string Variables map[string]ServerVariable }
ServerConfiguration stores the information about a server
type ServerConfigurations ¶
type ServerConfigurations []ServerConfiguration
ServerConfigurations stores multiple ServerConfiguration items
type ServerVariable ¶
ServerVariable stores the information about a server variable
type ServiceArea ¶
type ServiceArea struct { TopServAr *TopologicalServiceArea `json:"topServAr,omitempty"` GeoServAr *GeographicalServiceArea `json:"geoServAr,omitempty"` }
ServiceArea Represents a service area information of the EdgeApp entity.
func NewServiceArea ¶
func NewServiceArea() *ServiceArea
NewServiceArea instantiates a new ServiceArea object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewServiceAreaWithDefaults ¶
func NewServiceAreaWithDefaults() *ServiceArea
NewServiceAreaWithDefaults instantiates a new ServiceArea object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ServiceArea) GetGeoServAr ¶
func (o *ServiceArea) GetGeoServAr() GeographicalServiceArea
GetGeoServAr returns the GeoServAr field value if set, zero value otherwise.
func (*ServiceArea) GetGeoServArOk ¶
func (o *ServiceArea) GetGeoServArOk() (*GeographicalServiceArea, bool)
GetGeoServArOk returns a tuple with the GeoServAr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceArea) GetTopServAr ¶
func (o *ServiceArea) GetTopServAr() TopologicalServiceArea
GetTopServAr returns the TopServAr field value if set, zero value otherwise.
func (*ServiceArea) GetTopServArOk ¶
func (o *ServiceArea) GetTopServArOk() (*TopologicalServiceArea, bool)
GetTopServArOk returns a tuple with the TopServAr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceArea) HasGeoServAr ¶
func (o *ServiceArea) HasGeoServAr() bool
HasGeoServAr returns a boolean if a field has been set.
func (*ServiceArea) HasTopServAr ¶
func (o *ServiceArea) HasTopServAr() bool
HasTopServAr returns a boolean if a field has been set.
func (ServiceArea) MarshalJSON ¶
func (o ServiceArea) MarshalJSON() ([]byte, error)
func (*ServiceArea) SetGeoServAr ¶
func (o *ServiceArea) SetGeoServAr(v GeographicalServiceArea)
SetGeoServAr gets a reference to the given GeographicalServiceArea and assigns it to the GeoServAr field.
func (*ServiceArea) SetTopServAr ¶
func (o *ServiceArea) SetTopServAr(v TopologicalServiceArea)
SetTopServAr gets a reference to the given TopologicalServiceArea and assigns it to the TopServAr field.
func (ServiceArea) ToMap ¶
func (o ServiceArea) ToMap() (map[string]interface{}, error)
type Snssai ¶
type Snssai struct { // Unsigned integer, within the range 0 to 255, representing the Slice/Service Type. It indicates the expected Network Slice behaviour in terms of features and services. Values 0 to 127 correspond to the standardized SST range. Values 128 to 255 correspond to the Operator-specific range. See clause 28.4.2 of 3GPP TS 23.003. Standardized values are defined in clause 5.15.2.2 of 3GPP TS 23.501. Sst int32 `json:"sst"` // 3-octet string, representing the Slice Differentiator, in hexadecimal representation. Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The most significant character representing the 4 most significant bits of the SD shall appear first in the string, and the character representing the 4 least significant bit of the SD shall appear last in the string. This is an optional parameter that complements the Slice/Service type(s) to allow to differentiate amongst multiple Network Slices of the same Slice/Service type. This IE shall be absent if no SD value is associated with the SST. Sd *string `json:"sd,omitempty"` }
Snssai When Snssai needs to be converted to string (e.g. when used in maps as key), the string shall be composed of one to three digits \"sst\" optionally followed by \"-\" and 6 hexadecimal digits \"sd\".
func NewSnssai ¶
NewSnssai instantiates a new Snssai object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSnssaiWithDefaults ¶
func NewSnssaiWithDefaults() *Snssai
NewSnssaiWithDefaults instantiates a new Snssai object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Snssai) GetSdOk ¶
GetSdOk returns a tuple with the Sd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Snssai) GetSstOk ¶
GetSstOk returns a tuple with the Sst field value and a boolean to check if the value has been set.
func (Snssai) MarshalJSON ¶
func (*Snssai) UnmarshalJSON ¶
type SupportedGADShapes ¶
type SupportedGADShapes struct {
// contains filtered or unexported fields
}
SupportedGADShapes Indicates supported GAD shapes.
func (*SupportedGADShapes) MarshalJSON ¶
func (src *SupportedGADShapes) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*SupportedGADShapes) UnmarshalJSON ¶
func (dst *SupportedGADShapes) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type Tai ¶
type Tai struct { PlmnId PlmnId `json:"plmnId"` // 2 or 3-octet string identifying a tracking area code as specified in clause 9.3.3.10 of 3GPP TS 38.413, in hexadecimal representation. Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The most significant character representing the 4 most significant bits of the TAC shall appear first in the string, and the character representing the 4 least significant bit of the TAC shall appear last in the string. Tac string `json:"tac"` // This represents the Network Identifier, which together with a PLMN ID is used to identify an SNPN (see 3GPP TS 23.003 and 3GPP TS 23.501 clause 5.30.2.1). Nid *string `json:"nid,omitempty"` }
Tai Contains the tracking area identity as described in 3GPP 23.003
func NewTai ¶
NewTai instantiates a new Tai object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTaiWithDefaults ¶
func NewTaiWithDefaults() *Tai
NewTaiWithDefaults instantiates a new Tai object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Tai) GetNidOk ¶
GetNidOk returns a tuple with the Nid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Tai) GetPlmnIdOk ¶
GetPlmnIdOk returns a tuple with the PlmnId field value and a boolean to check if the value has been set.
func (*Tai) GetTacOk ¶
GetTacOk returns a tuple with the Tac field value and a boolean to check if the value has been set.
func (Tai) MarshalJSON ¶
func (*Tai) UnmarshalJSON ¶
type TargetInfo ¶
type TargetInfo struct { TrgetEASInfo *DiscoveredEas `json:"trgetEASInfo,omitempty"` TrgetEESInfo *EDNConfigInfo `json:"trgetEESInfo,omitempty"` }
TargetInfo Details of the selected T-EAS and the T-EES.
func NewTargetInfo ¶
func NewTargetInfo() *TargetInfo
NewTargetInfo instantiates a new TargetInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTargetInfoWithDefaults ¶
func NewTargetInfoWithDefaults() *TargetInfo
NewTargetInfoWithDefaults instantiates a new TargetInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TargetInfo) GetTrgetEASInfo ¶
func (o *TargetInfo) GetTrgetEASInfo() DiscoveredEas
GetTrgetEASInfo returns the TrgetEASInfo field value if set, zero value otherwise.
func (*TargetInfo) GetTrgetEASInfoOk ¶
func (o *TargetInfo) GetTrgetEASInfoOk() (*DiscoveredEas, bool)
GetTrgetEASInfoOk returns a tuple with the TrgetEASInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TargetInfo) GetTrgetEESInfo ¶
func (o *TargetInfo) GetTrgetEESInfo() EDNConfigInfo
GetTrgetEESInfo returns the TrgetEESInfo field value if set, zero value otherwise.
func (*TargetInfo) GetTrgetEESInfoOk ¶
func (o *TargetInfo) GetTrgetEESInfoOk() (*EDNConfigInfo, bool)
GetTrgetEESInfoOk returns a tuple with the TrgetEESInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TargetInfo) HasTrgetEASInfo ¶
func (o *TargetInfo) HasTrgetEASInfo() bool
HasTrgetEASInfo returns a boolean if a field has been set.
func (*TargetInfo) HasTrgetEESInfo ¶
func (o *TargetInfo) HasTrgetEESInfo() bool
HasTrgetEESInfo returns a boolean if a field has been set.
func (TargetInfo) MarshalJSON ¶
func (o TargetInfo) MarshalJSON() ([]byte, error)
func (*TargetInfo) SetTrgetEASInfo ¶
func (o *TargetInfo) SetTrgetEASInfo(v DiscoveredEas)
SetTrgetEASInfo gets a reference to the given DiscoveredEas and assigns it to the TrgetEASInfo field.
func (*TargetInfo) SetTrgetEESInfo ¶
func (o *TargetInfo) SetTrgetEESInfo(v EDNConfigInfo)
SetTrgetEESInfo gets a reference to the given EDNConfigInfo and assigns it to the TrgetEESInfo field.
func (TargetInfo) ToMap ¶
func (o TargetInfo) ToMap() (map[string]interface{}, error)
type TopologicalServiceArea ¶
type TopologicalServiceArea struct { // A list of E-UTRA cell identities. Ecgis []Ecgi `json:"ecgis,omitempty"` // A list of NR cell identities. Ncgis []Ncgi `json:"ncgis,omitempty"` // A list of tracking area identities. Tais []Tai `json:"tais,omitempty"` // A list of PLMN identities. PlmnIds []PlmnId1 `json:"plmnIds,omitempty"` }
TopologicalServiceArea Represents topological service area information.
func NewTopologicalServiceArea ¶
func NewTopologicalServiceArea() *TopologicalServiceArea
NewTopologicalServiceArea instantiates a new TopologicalServiceArea object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTopologicalServiceAreaWithDefaults ¶
func NewTopologicalServiceAreaWithDefaults() *TopologicalServiceArea
NewTopologicalServiceAreaWithDefaults instantiates a new TopologicalServiceArea object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TopologicalServiceArea) GetEcgis ¶
func (o *TopologicalServiceArea) GetEcgis() []Ecgi
GetEcgis returns the Ecgis field value if set, zero value otherwise.
func (*TopologicalServiceArea) GetEcgisOk ¶
func (o *TopologicalServiceArea) GetEcgisOk() ([]Ecgi, bool)
GetEcgisOk returns a tuple with the Ecgis field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TopologicalServiceArea) GetNcgis ¶
func (o *TopologicalServiceArea) GetNcgis() []Ncgi
GetNcgis returns the Ncgis field value if set, zero value otherwise.
func (*TopologicalServiceArea) GetNcgisOk ¶
func (o *TopologicalServiceArea) GetNcgisOk() ([]Ncgi, bool)
GetNcgisOk returns a tuple with the Ncgis field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TopologicalServiceArea) GetPlmnIds ¶
func (o *TopologicalServiceArea) GetPlmnIds() []PlmnId1
GetPlmnIds returns the PlmnIds field value if set, zero value otherwise.
func (*TopologicalServiceArea) GetPlmnIdsOk ¶
func (o *TopologicalServiceArea) GetPlmnIdsOk() ([]PlmnId1, bool)
GetPlmnIdsOk returns a tuple with the PlmnIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TopologicalServiceArea) GetTais ¶
func (o *TopologicalServiceArea) GetTais() []Tai
GetTais returns the Tais field value if set, zero value otherwise.
func (*TopologicalServiceArea) GetTaisOk ¶
func (o *TopologicalServiceArea) GetTaisOk() ([]Tai, bool)
GetTaisOk returns a tuple with the Tais field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TopologicalServiceArea) HasEcgis ¶
func (o *TopologicalServiceArea) HasEcgis() bool
HasEcgis returns a boolean if a field has been set.
func (*TopologicalServiceArea) HasNcgis ¶
func (o *TopologicalServiceArea) HasNcgis() bool
HasNcgis returns a boolean if a field has been set.
func (*TopologicalServiceArea) HasPlmnIds ¶
func (o *TopologicalServiceArea) HasPlmnIds() bool
HasPlmnIds returns a boolean if a field has been set.
func (*TopologicalServiceArea) HasTais ¶
func (o *TopologicalServiceArea) HasTais() bool
HasTais returns a boolean if a field has been set.
func (TopologicalServiceArea) MarshalJSON ¶
func (o TopologicalServiceArea) MarshalJSON() ([]byte, error)
func (*TopologicalServiceArea) SetEcgis ¶
func (o *TopologicalServiceArea) SetEcgis(v []Ecgi)
SetEcgis gets a reference to the given []Ecgi and assigns it to the Ecgis field.
func (*TopologicalServiceArea) SetNcgis ¶
func (o *TopologicalServiceArea) SetNcgis(v []Ncgi)
SetNcgis gets a reference to the given []Ncgi and assigns it to the Ncgis field.
func (*TopologicalServiceArea) SetPlmnIds ¶
func (o *TopologicalServiceArea) SetPlmnIds(v []PlmnId1)
SetPlmnIds gets a reference to the given []PlmnId1 and assigns it to the PlmnIds field.
func (*TopologicalServiceArea) SetTais ¶
func (o *TopologicalServiceArea) SetTais(v []Tai)
SetTais gets a reference to the given []Tai and assigns it to the Tais field.
func (TopologicalServiceArea) ToMap ¶
func (o TopologicalServiceArea) ToMap() (map[string]interface{}, error)
type UncertaintyEllipse ¶
type UncertaintyEllipse struct { // Indicates value of uncertainty. SemiMajor float32 `json:"semiMajor"` // Indicates value of uncertainty. SemiMinor float32 `json:"semiMinor"` // Indicates value of orientation angle. OrientationMajor int32 `json:"orientationMajor"` }
UncertaintyEllipse Ellipse with uncertainty.
func NewUncertaintyEllipse ¶
func NewUncertaintyEllipse(semiMajor float32, semiMinor float32, orientationMajor int32) *UncertaintyEllipse
NewUncertaintyEllipse instantiates a new UncertaintyEllipse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUncertaintyEllipseWithDefaults ¶
func NewUncertaintyEllipseWithDefaults() *UncertaintyEllipse
NewUncertaintyEllipseWithDefaults instantiates a new UncertaintyEllipse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UncertaintyEllipse) GetOrientationMajor ¶
func (o *UncertaintyEllipse) GetOrientationMajor() int32
GetOrientationMajor returns the OrientationMajor field value
func (*UncertaintyEllipse) GetOrientationMajorOk ¶
func (o *UncertaintyEllipse) GetOrientationMajorOk() (*int32, bool)
GetOrientationMajorOk returns a tuple with the OrientationMajor field value and a boolean to check if the value has been set.
func (*UncertaintyEllipse) GetSemiMajor ¶
func (o *UncertaintyEllipse) GetSemiMajor() float32
GetSemiMajor returns the SemiMajor field value
func (*UncertaintyEllipse) GetSemiMajorOk ¶
func (o *UncertaintyEllipse) GetSemiMajorOk() (*float32, bool)
GetSemiMajorOk returns a tuple with the SemiMajor field value and a boolean to check if the value has been set.
func (*UncertaintyEllipse) GetSemiMinor ¶
func (o *UncertaintyEllipse) GetSemiMinor() float32
GetSemiMinor returns the SemiMinor field value
func (*UncertaintyEllipse) GetSemiMinorOk ¶
func (o *UncertaintyEllipse) GetSemiMinorOk() (*float32, bool)
GetSemiMinorOk returns a tuple with the SemiMinor field value and a boolean to check if the value has been set.
func (UncertaintyEllipse) MarshalJSON ¶
func (o UncertaintyEllipse) MarshalJSON() ([]byte, error)
func (*UncertaintyEllipse) SetOrientationMajor ¶
func (o *UncertaintyEllipse) SetOrientationMajor(v int32)
SetOrientationMajor sets field value
func (*UncertaintyEllipse) SetSemiMajor ¶
func (o *UncertaintyEllipse) SetSemiMajor(v float32)
SetSemiMajor sets field value
func (*UncertaintyEllipse) SetSemiMinor ¶
func (o *UncertaintyEllipse) SetSemiMinor(v float32)
SetSemiMinor sets field value
func (UncertaintyEllipse) ToMap ¶
func (o UncertaintyEllipse) ToMap() (map[string]interface{}, error)
func (*UncertaintyEllipse) UnmarshalJSON ¶
func (o *UncertaintyEllipse) UnmarshalJSON(bytes []byte) (err error)
type UncertaintyEllipsoid ¶
type UncertaintyEllipsoid struct { // Indicates value of uncertainty. SemiMajor float32 `json:"semiMajor"` // Indicates value of uncertainty. SemiMinor float32 `json:"semiMinor"` // Indicates value of uncertainty. Vertical float32 `json:"vertical"` // Indicates value of orientation angle. OrientationMajor int32 `json:"orientationMajor"` }
UncertaintyEllipsoid Ellipsoid with uncertainty
func NewUncertaintyEllipsoid ¶
func NewUncertaintyEllipsoid(semiMajor float32, semiMinor float32, vertical float32, orientationMajor int32) *UncertaintyEllipsoid
NewUncertaintyEllipsoid instantiates a new UncertaintyEllipsoid object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUncertaintyEllipsoidWithDefaults ¶
func NewUncertaintyEllipsoidWithDefaults() *UncertaintyEllipsoid
NewUncertaintyEllipsoidWithDefaults instantiates a new UncertaintyEllipsoid object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UncertaintyEllipsoid) GetOrientationMajor ¶
func (o *UncertaintyEllipsoid) GetOrientationMajor() int32
GetOrientationMajor returns the OrientationMajor field value
func (*UncertaintyEllipsoid) GetOrientationMajorOk ¶
func (o *UncertaintyEllipsoid) GetOrientationMajorOk() (*int32, bool)
GetOrientationMajorOk returns a tuple with the OrientationMajor field value and a boolean to check if the value has been set.
func (*UncertaintyEllipsoid) GetSemiMajor ¶
func (o *UncertaintyEllipsoid) GetSemiMajor() float32
GetSemiMajor returns the SemiMajor field value
func (*UncertaintyEllipsoid) GetSemiMajorOk ¶
func (o *UncertaintyEllipsoid) GetSemiMajorOk() (*float32, bool)
GetSemiMajorOk returns a tuple with the SemiMajor field value and a boolean to check if the value has been set.
func (*UncertaintyEllipsoid) GetSemiMinor ¶
func (o *UncertaintyEllipsoid) GetSemiMinor() float32
GetSemiMinor returns the SemiMinor field value
func (*UncertaintyEllipsoid) GetSemiMinorOk ¶
func (o *UncertaintyEllipsoid) GetSemiMinorOk() (*float32, bool)
GetSemiMinorOk returns a tuple with the SemiMinor field value and a boolean to check if the value has been set.
func (*UncertaintyEllipsoid) GetVertical ¶
func (o *UncertaintyEllipsoid) GetVertical() float32
GetVertical returns the Vertical field value
func (*UncertaintyEllipsoid) GetVerticalOk ¶
func (o *UncertaintyEllipsoid) GetVerticalOk() (*float32, bool)
GetVerticalOk returns a tuple with the Vertical field value and a boolean to check if the value has been set.
func (UncertaintyEllipsoid) MarshalJSON ¶
func (o UncertaintyEllipsoid) MarshalJSON() ([]byte, error)
func (*UncertaintyEllipsoid) SetOrientationMajor ¶
func (o *UncertaintyEllipsoid) SetOrientationMajor(v int32)
SetOrientationMajor sets field value
func (*UncertaintyEllipsoid) SetSemiMajor ¶
func (o *UncertaintyEllipsoid) SetSemiMajor(v float32)
SetSemiMajor sets field value
func (*UncertaintyEllipsoid) SetSemiMinor ¶
func (o *UncertaintyEllipsoid) SetSemiMinor(v float32)
SetSemiMinor sets field value
func (*UncertaintyEllipsoid) SetVertical ¶
func (o *UncertaintyEllipsoid) SetVertical(v float32)
SetVertical sets field value
func (UncertaintyEllipsoid) ToMap ¶
func (o UncertaintyEllipsoid) ToMap() (map[string]interface{}, error)
func (*UncertaintyEllipsoid) UnmarshalJSON ¶
func (o *UncertaintyEllipsoid) UnmarshalJSON(bytes []byte) (err error)
type WebsockNotifConfig ¶
type WebsockNotifConfig struct { // string formatted according to IETF RFC 3986 identifying a referenced resource. WebsocketUri *string `json:"websocketUri,omitempty"` // Set by the SCS/AS to indicate that the Websocket delivery is requested. RequestWebsocketUri *bool `json:"requestWebsocketUri,omitempty"` }
WebsockNotifConfig Represents the configuration information for the delivery of notifications over Websockets.
func NewWebsockNotifConfig ¶
func NewWebsockNotifConfig() *WebsockNotifConfig
NewWebsockNotifConfig instantiates a new WebsockNotifConfig object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWebsockNotifConfigWithDefaults ¶
func NewWebsockNotifConfigWithDefaults() *WebsockNotifConfig
NewWebsockNotifConfigWithDefaults instantiates a new WebsockNotifConfig object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WebsockNotifConfig) GetRequestWebsocketUri ¶
func (o *WebsockNotifConfig) GetRequestWebsocketUri() bool
GetRequestWebsocketUri returns the RequestWebsocketUri field value if set, zero value otherwise.
func (*WebsockNotifConfig) GetRequestWebsocketUriOk ¶
func (o *WebsockNotifConfig) GetRequestWebsocketUriOk() (*bool, bool)
GetRequestWebsocketUriOk returns a tuple with the RequestWebsocketUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WebsockNotifConfig) GetWebsocketUri ¶
func (o *WebsockNotifConfig) GetWebsocketUri() string
GetWebsocketUri returns the WebsocketUri field value if set, zero value otherwise.
func (*WebsockNotifConfig) GetWebsocketUriOk ¶
func (o *WebsockNotifConfig) GetWebsocketUriOk() (*string, bool)
GetWebsocketUriOk returns a tuple with the WebsocketUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WebsockNotifConfig) HasRequestWebsocketUri ¶
func (o *WebsockNotifConfig) HasRequestWebsocketUri() bool
HasRequestWebsocketUri returns a boolean if a field has been set.
func (*WebsockNotifConfig) HasWebsocketUri ¶
func (o *WebsockNotifConfig) HasWebsocketUri() bool
HasWebsocketUri returns a boolean if a field has been set.
func (WebsockNotifConfig) MarshalJSON ¶
func (o WebsockNotifConfig) MarshalJSON() ([]byte, error)
func (*WebsockNotifConfig) SetRequestWebsocketUri ¶
func (o *WebsockNotifConfig) SetRequestWebsocketUri(v bool)
SetRequestWebsocketUri gets a reference to the given bool and assigns it to the RequestWebsocketUri field.
func (*WebsockNotifConfig) SetWebsocketUri ¶
func (o *WebsockNotifConfig) SetWebsocketUri(v string)
SetWebsocketUri gets a reference to the given string and assigns it to the WebsocketUri field.
func (WebsockNotifConfig) ToMap ¶
func (o WebsockNotifConfig) ToMap() (map[string]interface{}, error)
Source Files ¶
- api_acr_events_subscription_collection.go
- api_individual_acr_events_subscription.go
- client.go
- configuration.go
- model_acr_complete_event_info.go
- model_acr_event_ids.go
- model_acr_events_subscription.go
- model_acr_events_subscription_patch.go
- model_acr_info_notification.go
- model_acr_scenario.go
- model_civic_address.go
- model_discovered_eas.go
- model_eas_category.go
- model_eas_profile.go
- model_eas_service_kpi.go
- model_ecgi.go
- model_edn_con_info.go
- model_edn_config_info.go
- model_eec_ctxt_reloc_status.go
- model_ees_info.go
- model_ellipsoid_arc.go
- model_end_point.go
- model_gad_shape.go
- model_geographic_area.go
- model_geographical_coordinates.go
- model_geographical_service_area.go
- model_global_ran_node_id.go
- model_gnb_id.go
- model_implicit_reg_details.go
- model_invalid_param.go
- model_ipv6_addr_1.go
- model_local2d_point_uncertainty_ellipse.go
- model_local3d_point_uncertainty_ellipsoid.go
- model_local_origin.go
- model_location_area5_g.go
- model_ncgi.go
- model_network_area_info.go
- model_permission_level.go
- model_plmn_id.go
- model_plmn_id_1.go
- model_point.go
- model_point_altitude.go
- model_point_altitude_uncertainty.go
- model_point_uncertainty_circle.go
- model_point_uncertainty_ellipse.go
- model_polygon.go
- model_problem_details.go
- model_relative_cartesian_location.go
- model_route_information.go
- model_route_to_location.go
- model_scheduled_communication_time.go
- model_service_area.go
- model_snssai.go
- model_supported_gad_shapes.go
- model_tai.go
- model_target_info.go
- model_topological_service_area.go
- model_uncertainty_ellipse.go
- model_uncertainty_ellipsoid.go
- model_websock_notif_config.go
- response.go
- utils.go