Versions in this module Expand all Collapse all v1 v1.18.2 Apr 9, 2023 Changes in this version + func IsNil(i interface{}) bool v1.18.1 Apr 8, 2023 Changes in this version + var AllowedBroadcastDeliveryStatusAnyOfEnumValues = []BroadcastDeliveryStatusAnyOf + var AllowedContextStatusEventTypeAnyOfEnumValues = []ContextStatusEventTypeAnyOf + var AllowedContextUpdateActionAnyOfEnumValues = []ContextUpdateActionAnyOf + var AllowedMbsServiceTypeAnyOfEnumValues = []MbsServiceTypeAnyOf + var AllowedMbsSessionActivityStatusAnyOfEnumValues = []MbsSessionActivityStatusAnyOf + var AllowedMbsSessionEventTypeAnyOfEnumValues = []MbsSessionEventTypeAnyOf + var AllowedMediaTypeAnyOfEnumValues = []MediaTypeAnyOf + var AllowedNFTypeAnyOfEnumValues = []NFTypeAnyOf + var AllowedNgapIeTypeAnyOfEnumValues = []NgapIeTypeAnyOf + var AllowedNullValueEnumValues = []NullValue + var AllowedPatchOperationAnyOfEnumValues = []PatchOperationAnyOf + var AllowedPreemptionCapabilityAnyOfEnumValues = []PreemptionCapabilityAnyOf + var AllowedPreemptionVulnerabilityAnyOfEnumValues = []PreemptionVulnerabilityAnyOf + var AllowedQosResourceTypeAnyOfEnumValues = []QosResourceTypeAnyOf + var AllowedReportingModeAnyOfEnumValues = []ReportingModeAnyOf + var AllowedReservPriorityAnyOfEnumValues = []ReservPriorityAnyOf + var AllowedSupportedGADShapesAnyOfEnumValues = []SupportedGADShapesAnyOf + var ContextOAuth2 = contextKey("token") + var ContextOperationServerIndices = contextKey("serverOperationIndices") + var ContextOperationServerVariables = contextKey("serverOperationVariables") + var ContextServerIndex = contextKey("serverIndex") + var ContextServerVariables = contextKey("serverVariables") + func CacheExpires(r *http.Response) time.Time + func PtrBool(v bool) *bool + func PtrFloat32(v float32) *float32 + func PtrFloat64(v float64) *float64 + func PtrInt(v int) *int + func PtrInt32(v int32) *int32 + func PtrInt64(v int64) *int64 + func PtrString(v string) *string + func PtrTime(v time.Time) *time.Time + type APIClient struct + IndividualMBSSessionApi *IndividualMBSSessionApiService + IndividualSubscriptionForAnMBSContextApi *IndividualSubscriptionForAnMBSContextApiService + IndividualSubscriptionForAnMBSSessionApi *IndividualSubscriptionForAnMBSSessionApiService + MBSSessionsCollectionApi *MBSSessionsCollectionApiService + SubscriptionsCollectionForMBSContextsApi *SubscriptionsCollectionForMBSContextsApiService + SubscriptionsCollectionForMBSSessionsApi *SubscriptionsCollectionForMBSSessionsApiService + func NewAPIClient(cfg *Configuration) *APIClient + func (c *APIClient) GetConfig() *Configuration + type APIKey struct + Key string + Prefix string + type APIResponse struct + Message string + Method string + Operation string + Payload []byte + RequestURL string + func NewAPIResponse(r *http.Response) *APIResponse + func NewAPIResponseWithError(errorMessage string) *APIResponse + type AcceptableMbsServInfo struct + Interface *interface{} + func InterfaceAsAcceptableMbsServInfo(v *interface{}) AcceptableMbsServInfo + func (dst *AcceptableMbsServInfo) UnmarshalJSON(data []byte) error + func (obj *AcceptableMbsServInfo) GetActualInstance() interface{} + func (src AcceptableMbsServInfo) MarshalJSON() ([]byte, error) + type AccessTokenErr struct + Error string + ErrorDescription *string + ErrorUri *string + func NewAccessTokenErr(error_ string) *AccessTokenErr + func NewAccessTokenErrWithDefaults() *AccessTokenErr + func (o *AccessTokenErr) GetError() string + func (o *AccessTokenErr) GetErrorDescription() string + func (o *AccessTokenErr) GetErrorDescriptionOk() (*string, bool) + func (o *AccessTokenErr) GetErrorOk() (*string, bool) + func (o *AccessTokenErr) GetErrorUri() string + func (o *AccessTokenErr) GetErrorUriOk() (*string, bool) + func (o *AccessTokenErr) HasErrorDescription() bool + func (o *AccessTokenErr) HasErrorUri() bool + func (o *AccessTokenErr) SetError(v string) + func (o *AccessTokenErr) SetErrorDescription(v string) + func (o *AccessTokenErr) SetErrorUri(v string) + func (o AccessTokenErr) MarshalJSON() ([]byte, error) + func (o AccessTokenErr) ToMap() (map[string]interface{}, error) + type AccessTokenReq struct + GrantType string + HnrfAccessTokenUri *string + NfInstanceId string + NfType *NFType + RequesterFqdn *string + RequesterPlmn *PlmnId + RequesterPlmnList []PlmnId + RequesterSnpnList []PlmnIdNid + RequesterSnssaiList []Snssai + Scope string + SourceNfInstanceId *string + TargetNfInstanceId *string + TargetNfServiceSetId *string + TargetNfSetId *string + TargetNfType *NFType + TargetNsiList []string + TargetPlmn *PlmnId + TargetSnpn *PlmnIdNid + TargetSnssaiList []Snssai + func NewAccessTokenReq(grantType string, nfInstanceId string, scope string) *AccessTokenReq + func NewAccessTokenReqWithDefaults() *AccessTokenReq + func (o *AccessTokenReq) GetGrantType() string + func (o *AccessTokenReq) GetGrantTypeOk() (*string, bool) + func (o *AccessTokenReq) GetHnrfAccessTokenUri() string + func (o *AccessTokenReq) GetHnrfAccessTokenUriOk() (*string, bool) + func (o *AccessTokenReq) GetNfInstanceId() string + func (o *AccessTokenReq) GetNfInstanceIdOk() (*string, bool) + func (o *AccessTokenReq) GetNfType() NFType + func (o *AccessTokenReq) GetNfTypeOk() (*NFType, bool) + func (o *AccessTokenReq) GetRequesterFqdn() string + func (o *AccessTokenReq) GetRequesterFqdnOk() (*string, bool) + func (o *AccessTokenReq) GetRequesterPlmn() PlmnId + func (o *AccessTokenReq) GetRequesterPlmnList() []PlmnId + func (o *AccessTokenReq) GetRequesterPlmnListOk() ([]PlmnId, bool) + func (o *AccessTokenReq) GetRequesterPlmnOk() (*PlmnId, bool) + func (o *AccessTokenReq) GetRequesterSnpnList() []PlmnIdNid + func (o *AccessTokenReq) GetRequesterSnpnListOk() ([]PlmnIdNid, bool) + func (o *AccessTokenReq) GetRequesterSnssaiList() []Snssai + func (o *AccessTokenReq) GetRequesterSnssaiListOk() ([]Snssai, bool) + func (o *AccessTokenReq) GetScope() string + func (o *AccessTokenReq) GetScopeOk() (*string, bool) + func (o *AccessTokenReq) GetSourceNfInstanceId() string + func (o *AccessTokenReq) GetSourceNfInstanceIdOk() (*string, bool) + func (o *AccessTokenReq) GetTargetNfInstanceId() string + func (o *AccessTokenReq) GetTargetNfInstanceIdOk() (*string, bool) + func (o *AccessTokenReq) GetTargetNfServiceSetId() string + func (o *AccessTokenReq) GetTargetNfServiceSetIdOk() (*string, bool) + func (o *AccessTokenReq) GetTargetNfSetId() string + func (o *AccessTokenReq) GetTargetNfSetIdOk() (*string, bool) + func (o *AccessTokenReq) GetTargetNfType() NFType + func (o *AccessTokenReq) GetTargetNfTypeOk() (*NFType, bool) + func (o *AccessTokenReq) GetTargetNsiList() []string + func (o *AccessTokenReq) GetTargetNsiListOk() ([]string, bool) + func (o *AccessTokenReq) GetTargetPlmn() PlmnId + func (o *AccessTokenReq) GetTargetPlmnOk() (*PlmnId, bool) + func (o *AccessTokenReq) GetTargetSnpn() PlmnIdNid + func (o *AccessTokenReq) GetTargetSnpnOk() (*PlmnIdNid, bool) + func (o *AccessTokenReq) GetTargetSnssaiList() []Snssai + func (o *AccessTokenReq) GetTargetSnssaiListOk() ([]Snssai, bool) + func (o *AccessTokenReq) HasHnrfAccessTokenUri() bool + func (o *AccessTokenReq) HasNfType() bool + func (o *AccessTokenReq) HasRequesterFqdn() bool + func (o *AccessTokenReq) HasRequesterPlmn() bool + func (o *AccessTokenReq) HasRequesterPlmnList() bool + func (o *AccessTokenReq) HasRequesterSnpnList() bool + func (o *AccessTokenReq) HasRequesterSnssaiList() bool + func (o *AccessTokenReq) HasSourceNfInstanceId() bool + func (o *AccessTokenReq) HasTargetNfInstanceId() bool + func (o *AccessTokenReq) HasTargetNfServiceSetId() bool + func (o *AccessTokenReq) HasTargetNfSetId() bool + func (o *AccessTokenReq) HasTargetNfType() bool + func (o *AccessTokenReq) HasTargetNsiList() bool + func (o *AccessTokenReq) HasTargetPlmn() bool + func (o *AccessTokenReq) HasTargetSnpn() bool + func (o *AccessTokenReq) HasTargetSnssaiList() bool + func (o *AccessTokenReq) SetGrantType(v string) + func (o *AccessTokenReq) SetHnrfAccessTokenUri(v string) + func (o *AccessTokenReq) SetNfInstanceId(v string) + func (o *AccessTokenReq) SetNfType(v NFType) + func (o *AccessTokenReq) SetRequesterFqdn(v string) + func (o *AccessTokenReq) SetRequesterPlmn(v PlmnId) + func (o *AccessTokenReq) SetRequesterPlmnList(v []PlmnId) + func (o *AccessTokenReq) SetRequesterSnpnList(v []PlmnIdNid) + func (o *AccessTokenReq) SetRequesterSnssaiList(v []Snssai) + func (o *AccessTokenReq) SetScope(v string) + func (o *AccessTokenReq) SetSourceNfInstanceId(v string) + func (o *AccessTokenReq) SetTargetNfInstanceId(v string) + func (o *AccessTokenReq) SetTargetNfServiceSetId(v string) + func (o *AccessTokenReq) SetTargetNfSetId(v string) + func (o *AccessTokenReq) SetTargetNfType(v NFType) + func (o *AccessTokenReq) SetTargetNsiList(v []string) + func (o *AccessTokenReq) SetTargetPlmn(v PlmnId) + func (o *AccessTokenReq) SetTargetSnpn(v PlmnIdNid) + func (o *AccessTokenReq) SetTargetSnssaiList(v []Snssai) + func (o AccessTokenReq) MarshalJSON() ([]byte, error) + func (o AccessTokenReq) ToMap() (map[string]interface{}, error) + type ApiContextStatusSubscribeModRequest struct + ApiService *IndividualSubscriptionForAnMBSContextApiService + func (r ApiContextStatusSubscribeModRequest) Execute() (*ContextStatusSubscription, *http.Response, error) + func (r ApiContextStatusSubscribeModRequest) PatchItem(patchItem []PatchItem) ApiContextStatusSubscribeModRequest + type ApiContextStatusSubscribeRequest struct + ApiService *SubscriptionsCollectionForMBSContextsApiService + func (r ApiContextStatusSubscribeRequest) ContextStatusSubscribeReqData(contextStatusSubscribeReqData ContextStatusSubscribeReqData) ApiContextStatusSubscribeRequest + func (r ApiContextStatusSubscribeRequest) Execute() (*ContextStatusSubscribeRspData, *http.Response, error) + type ApiContextStatusUnSubscribeRequest struct + ApiService *IndividualSubscriptionForAnMBSContextApiService + func (r ApiContextStatusUnSubscribeRequest) Execute() (*http.Response, error) + type ApiContextUpdateRequest struct + ApiService *MBSSessionsCollectionApiService + func (r ApiContextUpdateRequest) ContextUpdateReqData(contextUpdateReqData ContextUpdateReqData) ApiContextUpdateRequest + func (r ApiContextUpdateRequest) Execute() (*ContextUpdateRspData, *http.Response, error) + type ApiCreateRequest struct + ApiService *MBSSessionsCollectionApiService + func (r ApiCreateRequest) CreateReqData(createReqData CreateReqData) ApiCreateRequest + func (r ApiCreateRequest) Execute() (*CreateRspData, *http.Response, error) + type ApiReleaseRequest struct + ApiService *IndividualMBSSessionApiService + func (r ApiReleaseRequest) Execute() (*http.Response, error) + type ApiStatusSubscribeModRequest struct + ApiService *IndividualSubscriptionForAnMBSSessionApiService + func (r ApiStatusSubscribeModRequest) Execute() (*MbsSessionSubscription, *http.Response, error) + func (r ApiStatusSubscribeModRequest) PatchItem(patchItem []PatchItem) ApiStatusSubscribeModRequest + type ApiStatusSubscribeRequest struct + ApiService *SubscriptionsCollectionForMBSSessionsApiService + func (r ApiStatusSubscribeRequest) Execute() (*StatusSubscribeRspData, *http.Response, error) + func (r ApiStatusSubscribeRequest) StatusSubscribeReqData(statusSubscribeReqData StatusSubscribeReqData) ApiStatusSubscribeRequest + type ApiStatusUnSubscribeRequest struct + ApiService *IndividualSubscriptionForAnMBSSessionApiService + func (r ApiStatusUnSubscribeRequest) Execute() (*http.Response, error) + type ApiUpdateRequest struct + ApiService *IndividualMBSSessionApiService + func (r ApiUpdateRequest) Execute() (*http.Response, error) + func (r ApiUpdateRequest) PatchItem(patchItem []PatchItem) ApiUpdateRequest + type Arp struct + PreemptCap PreemptionCapability + PreemptVuln PreemptionVulnerability + PriorityLevel NullableInt32 + func NewArp(priorityLevel NullableInt32, preemptCap PreemptionCapability, ...) *Arp + func NewArpWithDefaults() *Arp + func (o *Arp) GetPreemptCap() PreemptionCapability + func (o *Arp) GetPreemptCapOk() (*PreemptionCapability, bool) + func (o *Arp) GetPreemptVuln() PreemptionVulnerability + func (o *Arp) GetPreemptVulnOk() (*PreemptionVulnerability, bool) + func (o *Arp) GetPriorityLevel() int32 + func (o *Arp) GetPriorityLevelOk() (*int32, bool) + func (o *Arp) SetPreemptCap(v PreemptionCapability) + func (o *Arp) SetPreemptVuln(v PreemptionVulnerability) + func (o *Arp) SetPriorityLevel(v int32) + func (o Arp) MarshalJSON() ([]byte, error) + func (o Arp) ToMap() (map[string]interface{}, error) + type BasicAuth struct + Password string + UserName string + type BroadcastDeliveryStatus struct + BroadcastDeliveryStatusAnyOf *BroadcastDeliveryStatusAnyOf + String *string + func (dst *BroadcastDeliveryStatus) UnmarshalJSON(data []byte) error + func (src *BroadcastDeliveryStatus) MarshalJSON() ([]byte, error) + type BroadcastDeliveryStatusAnyOf string + const STARTED + const TERMINATED + func NewBroadcastDeliveryStatusAnyOfFromValue(v string) (*BroadcastDeliveryStatusAnyOf, error) + func (v *BroadcastDeliveryStatusAnyOf) UnmarshalJSON(src []byte) error + func (v BroadcastDeliveryStatusAnyOf) IsValid() bool + func (v BroadcastDeliveryStatusAnyOf) Ptr() *BroadcastDeliveryStatusAnyOf + type CivicAddress struct + A1 *string + A2 *string + A3 *string + A4 *string + A5 *string + A6 *string + ADDCODE *string + BLD *string + Country *string + FLR *string + HNO *string + HNS *string + LMK *string + LOC *string + Method *string + NAM *string + PC *string + PCN *string + PLC *string + POBOX *string + POD *string + POM *string + PRD *string + PRM *string + ProvidedBy *string + RD *string + RDBR *string + RDSEC *string + RDSUBBR *string + ROOM *string + SEAT *string + STS *string + UNIT *string + UsageRules *string + func NewCivicAddress() *CivicAddress + func NewCivicAddressWithDefaults() *CivicAddress + func (o *CivicAddress) GetA1() string + func (o *CivicAddress) GetA1Ok() (*string, bool) + func (o *CivicAddress) GetA2() string + func (o *CivicAddress) GetA2Ok() (*string, bool) + func (o *CivicAddress) GetA3() string + func (o *CivicAddress) GetA3Ok() (*string, bool) + func (o *CivicAddress) GetA4() string + func (o *CivicAddress) GetA4Ok() (*string, bool) + func (o *CivicAddress) GetA5() string + func (o *CivicAddress) GetA5Ok() (*string, bool) + func (o *CivicAddress) GetA6() string + func (o *CivicAddress) GetA6Ok() (*string, bool) + func (o *CivicAddress) GetADDCODE() string + func (o *CivicAddress) GetADDCODEOk() (*string, bool) + func (o *CivicAddress) GetBLD() string + func (o *CivicAddress) GetBLDOk() (*string, bool) + func (o *CivicAddress) GetCountry() string + func (o *CivicAddress) GetCountryOk() (*string, bool) + func (o *CivicAddress) GetFLR() string + func (o *CivicAddress) GetFLROk() (*string, bool) + func (o *CivicAddress) GetHNO() string + func (o *CivicAddress) GetHNOOk() (*string, bool) + func (o *CivicAddress) GetHNS() string + func (o *CivicAddress) GetHNSOk() (*string, bool) + func (o *CivicAddress) GetLMK() string + func (o *CivicAddress) GetLMKOk() (*string, bool) + func (o *CivicAddress) GetLOC() string + func (o *CivicAddress) GetLOCOk() (*string, bool) + func (o *CivicAddress) GetMethod() string + func (o *CivicAddress) GetMethodOk() (*string, bool) + func (o *CivicAddress) GetNAM() string + func (o *CivicAddress) GetNAMOk() (*string, bool) + func (o *CivicAddress) GetPC() string + func (o *CivicAddress) GetPCN() string + func (o *CivicAddress) GetPCNOk() (*string, bool) + func (o *CivicAddress) GetPCOk() (*string, bool) + func (o *CivicAddress) GetPLC() string + func (o *CivicAddress) GetPLCOk() (*string, bool) + func (o *CivicAddress) GetPOBOX() string + func (o *CivicAddress) GetPOBOXOk() (*string, bool) + func (o *CivicAddress) GetPOD() string + func (o *CivicAddress) GetPODOk() (*string, bool) + func (o *CivicAddress) GetPOM() string + func (o *CivicAddress) GetPOMOk() (*string, bool) + func (o *CivicAddress) GetPRD() string + func (o *CivicAddress) GetPRDOk() (*string, bool) + func (o *CivicAddress) GetPRM() string + func (o *CivicAddress) GetPRMOk() (*string, bool) + func (o *CivicAddress) GetProvidedBy() string + func (o *CivicAddress) GetProvidedByOk() (*string, bool) + func (o *CivicAddress) GetRD() string + func (o *CivicAddress) GetRDBR() string + func (o *CivicAddress) GetRDBROk() (*string, bool) + func (o *CivicAddress) GetRDOk() (*string, bool) + func (o *CivicAddress) GetRDSEC() string + func (o *CivicAddress) GetRDSECOk() (*string, bool) + func (o *CivicAddress) GetRDSUBBR() string + func (o *CivicAddress) GetRDSUBBROk() (*string, bool) + func (o *CivicAddress) GetROOM() string + func (o *CivicAddress) GetROOMOk() (*string, bool) + func (o *CivicAddress) GetSEAT() string + func (o *CivicAddress) GetSEATOk() (*string, bool) + func (o *CivicAddress) GetSTS() string + func (o *CivicAddress) GetSTSOk() (*string, bool) + func (o *CivicAddress) GetUNIT() string + func (o *CivicAddress) GetUNITOk() (*string, bool) + func (o *CivicAddress) GetUsageRules() string + func (o *CivicAddress) GetUsageRulesOk() (*string, bool) + func (o *CivicAddress) HasA1() bool + func (o *CivicAddress) HasA2() bool + func (o *CivicAddress) HasA3() bool + func (o *CivicAddress) HasA4() bool + func (o *CivicAddress) HasA5() bool + func (o *CivicAddress) HasA6() bool + func (o *CivicAddress) HasADDCODE() bool + func (o *CivicAddress) HasBLD() bool + func (o *CivicAddress) HasCountry() bool + func (o *CivicAddress) HasFLR() bool + func (o *CivicAddress) HasHNO() bool + func (o *CivicAddress) HasHNS() bool + func (o *CivicAddress) HasLMK() bool + func (o *CivicAddress) HasLOC() bool + func (o *CivicAddress) HasMethod() bool + func (o *CivicAddress) HasNAM() bool + func (o *CivicAddress) HasPC() bool + func (o *CivicAddress) HasPCN() bool + func (o *CivicAddress) HasPLC() bool + func (o *CivicAddress) HasPOBOX() bool + func (o *CivicAddress) HasPOD() bool + func (o *CivicAddress) HasPOM() bool + func (o *CivicAddress) HasPRD() bool + func (o *CivicAddress) HasPRM() bool + func (o *CivicAddress) HasProvidedBy() bool + func (o *CivicAddress) HasRD() bool + func (o *CivicAddress) HasRDBR() bool + func (o *CivicAddress) HasRDSEC() bool + func (o *CivicAddress) HasRDSUBBR() bool + func (o *CivicAddress) HasROOM() bool + func (o *CivicAddress) HasSEAT() bool + func (o *CivicAddress) HasSTS() bool + func (o *CivicAddress) HasUNIT() bool + func (o *CivicAddress) HasUsageRules() bool + func (o *CivicAddress) SetA1(v string) + func (o *CivicAddress) SetA2(v string) + func (o *CivicAddress) SetA3(v string) + func (o *CivicAddress) SetA4(v string) + func (o *CivicAddress) SetA5(v string) + func (o *CivicAddress) SetA6(v string) + func (o *CivicAddress) SetADDCODE(v string) + func (o *CivicAddress) SetBLD(v string) + func (o *CivicAddress) SetCountry(v string) + func (o *CivicAddress) SetFLR(v string) + func (o *CivicAddress) SetHNO(v string) + func (o *CivicAddress) SetHNS(v string) + func (o *CivicAddress) SetLMK(v string) + func (o *CivicAddress) SetLOC(v string) + func (o *CivicAddress) SetMethod(v string) + func (o *CivicAddress) SetNAM(v string) + func (o *CivicAddress) SetPC(v string) + func (o *CivicAddress) SetPCN(v string) + func (o *CivicAddress) SetPLC(v string) + func (o *CivicAddress) SetPOBOX(v string) + func (o *CivicAddress) SetPOD(v string) + func (o *CivicAddress) SetPOM(v string) + func (o *CivicAddress) SetPRD(v string) + func (o *CivicAddress) SetPRM(v string) + func (o *CivicAddress) SetProvidedBy(v string) + func (o *CivicAddress) SetRD(v string) + func (o *CivicAddress) SetRDBR(v string) + func (o *CivicAddress) SetRDSEC(v string) + func (o *CivicAddress) SetRDSUBBR(v string) + func (o *CivicAddress) SetROOM(v string) + func (o *CivicAddress) SetSEAT(v string) + func (o *CivicAddress) SetSTS(v string) + func (o *CivicAddress) SetUNIT(v string) + func (o *CivicAddress) SetUsageRules(v string) + func (o CivicAddress) MarshalJSON() ([]byte, error) + func (o CivicAddress) ToMap() (map[string]interface{}, error) + type Configuration struct + Debug bool + DefaultHeader map[string]string + HTTPClient *http.Client + Host string + OperationServers map[string]ServerConfigurations + Scheme string + Servers ServerConfigurations + UserAgent string + func NewConfiguration() *Configuration + func (c *Configuration) AddDefaultHeader(key string, value string) + func (c *Configuration) ServerURL(index int, variables map[string]string) (string, error) + func (c *Configuration) ServerURLWithContext(ctx context.Context, endpoint string) (string, error) + type ContextStatusEvent struct + EventType ContextStatusEventType + ImmediateReportInd *bool + ReportingMode *ReportingMode + func NewContextStatusEvent(eventType ContextStatusEventType) *ContextStatusEvent + func NewContextStatusEventWithDefaults() *ContextStatusEvent + func (o *ContextStatusEvent) GetEventType() ContextStatusEventType + func (o *ContextStatusEvent) GetEventTypeOk() (*ContextStatusEventType, bool) + func (o *ContextStatusEvent) GetImmediateReportInd() bool + func (o *ContextStatusEvent) GetImmediateReportIndOk() (*bool, bool) + func (o *ContextStatusEvent) GetReportingMode() ReportingMode + func (o *ContextStatusEvent) GetReportingModeOk() (*ReportingMode, bool) + func (o *ContextStatusEvent) HasImmediateReportInd() bool + func (o *ContextStatusEvent) HasReportingMode() bool + func (o *ContextStatusEvent) SetEventType(v ContextStatusEventType) + func (o *ContextStatusEvent) SetImmediateReportInd(v bool) + func (o *ContextStatusEvent) SetReportingMode(v ReportingMode) + func (o ContextStatusEvent) MarshalJSON() ([]byte, error) + func (o ContextStatusEvent) ToMap() (map[string]interface{}, error) + type ContextStatusEventReport struct + EventType ContextStatusEventType + MbsSecurityContext *MbsSecurityContext + MbsServiceArea *MbsServiceArea + MbsServiceAreaInfoList *map[string]MbsServiceAreaInfo + MulticastTransAddInfo *MulticastTransportAddressChangeInfo + QosInfo *QosInfo + StatusInfo *MbsSessionActivityStatus + TimeStamp time.Time + func NewContextStatusEventReport(eventType ContextStatusEventType, timeStamp time.Time) *ContextStatusEventReport + func NewContextStatusEventReportWithDefaults() *ContextStatusEventReport + func (o *ContextStatusEventReport) GetEventType() ContextStatusEventType + func (o *ContextStatusEventReport) GetEventTypeOk() (*ContextStatusEventType, bool) + func (o *ContextStatusEventReport) GetMbsSecurityContext() MbsSecurityContext + func (o *ContextStatusEventReport) GetMbsSecurityContextOk() (*MbsSecurityContext, bool) + func (o *ContextStatusEventReport) GetMbsServiceArea() MbsServiceArea + func (o *ContextStatusEventReport) GetMbsServiceAreaInfoList() map[string]MbsServiceAreaInfo + func (o *ContextStatusEventReport) GetMbsServiceAreaInfoListOk() (*map[string]MbsServiceAreaInfo, bool) + func (o *ContextStatusEventReport) GetMbsServiceAreaOk() (*MbsServiceArea, bool) + func (o *ContextStatusEventReport) GetMulticastTransAddInfo() MulticastTransportAddressChangeInfo + func (o *ContextStatusEventReport) GetMulticastTransAddInfoOk() (*MulticastTransportAddressChangeInfo, bool) + func (o *ContextStatusEventReport) GetQosInfo() QosInfo + func (o *ContextStatusEventReport) GetQosInfoOk() (*QosInfo, bool) + func (o *ContextStatusEventReport) GetStatusInfo() MbsSessionActivityStatus + func (o *ContextStatusEventReport) GetStatusInfoOk() (*MbsSessionActivityStatus, bool) + func (o *ContextStatusEventReport) GetTimeStamp() time.Time + func (o *ContextStatusEventReport) GetTimeStampOk() (*time.Time, bool) + func (o *ContextStatusEventReport) HasMbsSecurityContext() bool + func (o *ContextStatusEventReport) HasMbsServiceArea() bool + func (o *ContextStatusEventReport) HasMbsServiceAreaInfoList() bool + func (o *ContextStatusEventReport) HasMulticastTransAddInfo() bool + func (o *ContextStatusEventReport) HasQosInfo() bool + func (o *ContextStatusEventReport) HasStatusInfo() bool + func (o *ContextStatusEventReport) SetEventType(v ContextStatusEventType) + func (o *ContextStatusEventReport) SetMbsSecurityContext(v MbsSecurityContext) + func (o *ContextStatusEventReport) SetMbsServiceArea(v MbsServiceArea) + func (o *ContextStatusEventReport) SetMbsServiceAreaInfoList(v map[string]MbsServiceAreaInfo) + func (o *ContextStatusEventReport) SetMulticastTransAddInfo(v MulticastTransportAddressChangeInfo) + func (o *ContextStatusEventReport) SetQosInfo(v QosInfo) + func (o *ContextStatusEventReport) SetStatusInfo(v MbsSessionActivityStatus) + func (o *ContextStatusEventReport) SetTimeStamp(v time.Time) + func (o ContextStatusEventReport) MarshalJSON() ([]byte, error) + func (o ContextStatusEventReport) ToMap() (map[string]interface{}, error) + type ContextStatusEventType struct + ContextStatusEventTypeAnyOf *ContextStatusEventTypeAnyOf + String *string + func (dst *ContextStatusEventType) UnmarshalJSON(data []byte) error + func (src *ContextStatusEventType) MarshalJSON() ([]byte, error) + type ContextStatusEventTypeAnyOf string + const MULT_TRANS_ADD_CHANGE + const QOS_INFO + const SECURITY_INFO + const SERVICE_AREA_INFO + const SESSION_RELEASE + const STATUS_INFO + func NewContextStatusEventTypeAnyOfFromValue(v string) (*ContextStatusEventTypeAnyOf, error) + func (v *ContextStatusEventTypeAnyOf) UnmarshalJSON(src []byte) error + func (v ContextStatusEventTypeAnyOf) IsValid() bool + func (v ContextStatusEventTypeAnyOf) Ptr() *ContextStatusEventTypeAnyOf + type ContextStatusNotifyReqData struct + NotifyCorrelationId *string + ReportList []ContextStatusEventReport + func NewContextStatusNotifyReqData(reportList []ContextStatusEventReport) *ContextStatusNotifyReqData + func NewContextStatusNotifyReqDataWithDefaults() *ContextStatusNotifyReqData + func (o *ContextStatusNotifyReqData) GetNotifyCorrelationId() string + func (o *ContextStatusNotifyReqData) GetNotifyCorrelationIdOk() (*string, bool) + func (o *ContextStatusNotifyReqData) GetReportList() []ContextStatusEventReport + func (o *ContextStatusNotifyReqData) GetReportListOk() ([]ContextStatusEventReport, bool) + func (o *ContextStatusNotifyReqData) HasNotifyCorrelationId() bool + func (o *ContextStatusNotifyReqData) SetNotifyCorrelationId(v string) + func (o *ContextStatusNotifyReqData) SetReportList(v []ContextStatusEventReport) + func (o ContextStatusNotifyReqData) MarshalJSON() ([]byte, error) + func (o ContextStatusNotifyReqData) ToMap() (map[string]interface{}, error) + type ContextStatusSubscribeReqData struct + Subscription ContextStatusSubscription + func NewContextStatusSubscribeReqData(subscription ContextStatusSubscription) *ContextStatusSubscribeReqData + func NewContextStatusSubscribeReqDataWithDefaults() *ContextStatusSubscribeReqData + func (o *ContextStatusSubscribeReqData) GetSubscription() ContextStatusSubscription + func (o *ContextStatusSubscribeReqData) GetSubscriptionOk() (*ContextStatusSubscription, bool) + func (o *ContextStatusSubscribeReqData) SetSubscription(v ContextStatusSubscription) + func (o ContextStatusSubscribeReqData) MarshalJSON() ([]byte, error) + func (o ContextStatusSubscribeReqData) ToMap() (map[string]interface{}, error) + type ContextStatusSubscribeRspData struct + MbsContextInfo *MbsContextInfo + ReportList []ContextStatusEventReport + Subscription ContextStatusSubscription + func NewContextStatusSubscribeRspData(subscription ContextStatusSubscription) *ContextStatusSubscribeRspData + func NewContextStatusSubscribeRspDataWithDefaults() *ContextStatusSubscribeRspData + func (o *ContextStatusSubscribeRspData) GetMbsContextInfo() MbsContextInfo + func (o *ContextStatusSubscribeRspData) GetMbsContextInfoOk() (*MbsContextInfo, bool) + func (o *ContextStatusSubscribeRspData) GetReportList() []ContextStatusEventReport + func (o *ContextStatusSubscribeRspData) GetReportListOk() ([]ContextStatusEventReport, bool) + func (o *ContextStatusSubscribeRspData) GetSubscription() ContextStatusSubscription + func (o *ContextStatusSubscribeRspData) GetSubscriptionOk() (*ContextStatusSubscription, bool) + func (o *ContextStatusSubscribeRspData) HasMbsContextInfo() bool + func (o *ContextStatusSubscribeRspData) HasReportList() bool + func (o *ContextStatusSubscribeRspData) SetMbsContextInfo(v MbsContextInfo) + func (o *ContextStatusSubscribeRspData) SetReportList(v []ContextStatusEventReport) + func (o *ContextStatusSubscribeRspData) SetSubscription(v ContextStatusSubscription) + func (o ContextStatusSubscribeRspData) MarshalJSON() ([]byte, error) + func (o ContextStatusSubscribeRspData) ToMap() (map[string]interface{}, error) + type ContextStatusSubscription struct + EventList []ContextStatusEvent + ExpiryTime *time.Time + MbsSessionId MbsSessionId + NfcInstanceId string + NotifyCorrelationId *string + NotifyUri string + func NewContextStatusSubscription(nfcInstanceId string, mbsSessionId MbsSessionId, ...) *ContextStatusSubscription + func NewContextStatusSubscriptionWithDefaults() *ContextStatusSubscription + func (o *ContextStatusSubscription) GetEventList() []ContextStatusEvent + func (o *ContextStatusSubscription) GetEventListOk() ([]ContextStatusEvent, bool) + func (o *ContextStatusSubscription) GetExpiryTime() time.Time + func (o *ContextStatusSubscription) GetExpiryTimeOk() (*time.Time, bool) + func (o *ContextStatusSubscription) GetMbsSessionId() MbsSessionId + func (o *ContextStatusSubscription) GetMbsSessionIdOk() (*MbsSessionId, bool) + func (o *ContextStatusSubscription) GetNfcInstanceId() string + func (o *ContextStatusSubscription) GetNfcInstanceIdOk() (*string, bool) + func (o *ContextStatusSubscription) GetNotifyCorrelationId() string + func (o *ContextStatusSubscription) GetNotifyCorrelationIdOk() (*string, bool) + func (o *ContextStatusSubscription) GetNotifyUri() string + func (o *ContextStatusSubscription) GetNotifyUriOk() (*string, bool) + func (o *ContextStatusSubscription) HasExpiryTime() bool + func (o *ContextStatusSubscription) HasNotifyCorrelationId() bool + func (o *ContextStatusSubscription) SetEventList(v []ContextStatusEvent) + func (o *ContextStatusSubscription) SetExpiryTime(v time.Time) + func (o *ContextStatusSubscription) SetMbsSessionId(v MbsSessionId) + func (o *ContextStatusSubscription) SetNfcInstanceId(v string) + func (o *ContextStatusSubscription) SetNotifyCorrelationId(v string) + func (o *ContextStatusSubscription) SetNotifyUri(v string) + func (o ContextStatusSubscription) MarshalJSON() ([]byte, error) + func (o ContextStatusSubscription) ToMap() (map[string]interface{}, error) + type ContextUpdate200Response struct + BinaryDataN2Information *os.File + JsonData *ContextUpdateRspData + func NewContextUpdate200Response() *ContextUpdate200Response + func NewContextUpdate200ResponseWithDefaults() *ContextUpdate200Response + func (o *ContextUpdate200Response) GetBinaryDataN2Information() os.File + func (o *ContextUpdate200Response) GetBinaryDataN2InformationOk() (*os.File, bool) + func (o *ContextUpdate200Response) GetJsonData() ContextUpdateRspData + func (o *ContextUpdate200Response) GetJsonDataOk() (*ContextUpdateRspData, bool) + func (o *ContextUpdate200Response) HasBinaryDataN2Information() bool + func (o *ContextUpdate200Response) HasJsonData() bool + func (o *ContextUpdate200Response) SetBinaryDataN2Information(v os.File) + func (o *ContextUpdate200Response) SetJsonData(v ContextUpdateRspData) + func (o ContextUpdate200Response) MarshalJSON() ([]byte, error) + func (o ContextUpdate200Response) ToMap() (map[string]interface{}, error) + type ContextUpdateAction struct + ContextUpdateActionAnyOf *ContextUpdateActionAnyOf + String *string + func (dst *ContextUpdateAction) UnmarshalJSON(data []byte) error + func (src *ContextUpdateAction) MarshalJSON() ([]byte, error) + type ContextUpdateActionAnyOf string + const START + const TERMINATE + func NewContextUpdateActionAnyOfFromValue(v string) (*ContextUpdateActionAnyOf, error) + func (v *ContextUpdateActionAnyOf) UnmarshalJSON(src []byte) error + func (v ContextUpdateActionAnyOf) IsValid() bool + func (v ContextUpdateActionAnyOf) Ptr() *ContextUpdateActionAnyOf + type ContextUpdateReqData struct + AreaSessionId *int32 + DlTunnelInfo *string + LeaveInd *bool + MbsSessionId MbsSessionId + N2MbsSmInfo *N2MbsSmInfo + NfcInstanceId string + RanNodeId *GlobalRanNodeId + RequestedAction *ContextUpdateAction + func NewContextUpdateReqData(nfcInstanceId string, mbsSessionId MbsSessionId) *ContextUpdateReqData + func NewContextUpdateReqDataWithDefaults() *ContextUpdateReqData + func (o *ContextUpdateReqData) GetAreaSessionId() int32 + func (o *ContextUpdateReqData) GetAreaSessionIdOk() (*int32, bool) + func (o *ContextUpdateReqData) GetDlTunnelInfo() string + func (o *ContextUpdateReqData) GetDlTunnelInfoOk() (*string, bool) + func (o *ContextUpdateReqData) GetLeaveInd() bool + func (o *ContextUpdateReqData) GetLeaveIndOk() (*bool, bool) + func (o *ContextUpdateReqData) GetMbsSessionId() MbsSessionId + func (o *ContextUpdateReqData) GetMbsSessionIdOk() (*MbsSessionId, bool) + func (o *ContextUpdateReqData) GetN2MbsSmInfo() N2MbsSmInfo + func (o *ContextUpdateReqData) GetN2MbsSmInfoOk() (*N2MbsSmInfo, bool) + func (o *ContextUpdateReqData) GetNfcInstanceId() string + func (o *ContextUpdateReqData) GetNfcInstanceIdOk() (*string, bool) + func (o *ContextUpdateReqData) GetRanNodeId() GlobalRanNodeId + func (o *ContextUpdateReqData) GetRanNodeIdOk() (*GlobalRanNodeId, bool) + func (o *ContextUpdateReqData) GetRequestedAction() ContextUpdateAction + func (o *ContextUpdateReqData) GetRequestedActionOk() (*ContextUpdateAction, bool) + func (o *ContextUpdateReqData) HasAreaSessionId() bool + func (o *ContextUpdateReqData) HasDlTunnelInfo() bool + func (o *ContextUpdateReqData) HasLeaveInd() bool + func (o *ContextUpdateReqData) HasN2MbsSmInfo() bool + func (o *ContextUpdateReqData) HasRanNodeId() bool + func (o *ContextUpdateReqData) HasRequestedAction() bool + func (o *ContextUpdateReqData) SetAreaSessionId(v int32) + func (o *ContextUpdateReqData) SetDlTunnelInfo(v string) + func (o *ContextUpdateReqData) SetLeaveInd(v bool) + func (o *ContextUpdateReqData) SetMbsSessionId(v MbsSessionId) + func (o *ContextUpdateReqData) SetN2MbsSmInfo(v N2MbsSmInfo) + func (o *ContextUpdateReqData) SetNfcInstanceId(v string) + func (o *ContextUpdateReqData) SetRanNodeId(v GlobalRanNodeId) + func (o *ContextUpdateReqData) SetRequestedAction(v ContextUpdateAction) + func (o ContextUpdateReqData) MarshalJSON() ([]byte, error) + func (o ContextUpdateReqData) ToMap() (map[string]interface{}, error) + type ContextUpdateRequest struct + BinaryDataN2Information *os.File + JsonData *ContextUpdateReqData + func NewContextUpdateRequest() *ContextUpdateRequest + func NewContextUpdateRequestWithDefaults() *ContextUpdateRequest + func (o *ContextUpdateRequest) GetBinaryDataN2Information() os.File + func (o *ContextUpdateRequest) GetBinaryDataN2InformationOk() (*os.File, bool) + func (o *ContextUpdateRequest) GetJsonData() ContextUpdateReqData + func (o *ContextUpdateRequest) GetJsonDataOk() (*ContextUpdateReqData, bool) + func (o *ContextUpdateRequest) HasBinaryDataN2Information() bool + func (o *ContextUpdateRequest) HasJsonData() bool + func (o *ContextUpdateRequest) SetBinaryDataN2Information(v os.File) + func (o *ContextUpdateRequest) SetJsonData(v ContextUpdateReqData) + func (o ContextUpdateRequest) MarshalJSON() ([]byte, error) + func (o ContextUpdateRequest) ToMap() (map[string]interface{}, error) + type ContextUpdateRspData struct + CTeid *int32 + LlSsm *Ssm + N2MbsSmInfo *N2MbsSmInfo + func NewContextUpdateRspData() *ContextUpdateRspData + func NewContextUpdateRspDataWithDefaults() *ContextUpdateRspData + func (o *ContextUpdateRspData) GetCTeid() int32 + func (o *ContextUpdateRspData) GetCTeidOk() (*int32, bool) + func (o *ContextUpdateRspData) GetLlSsm() Ssm + func (o *ContextUpdateRspData) GetLlSsmOk() (*Ssm, bool) + func (o *ContextUpdateRspData) GetN2MbsSmInfo() N2MbsSmInfo + func (o *ContextUpdateRspData) GetN2MbsSmInfoOk() (*N2MbsSmInfo, bool) + func (o *ContextUpdateRspData) HasCTeid() bool + func (o *ContextUpdateRspData) HasLlSsm() bool + func (o *ContextUpdateRspData) HasN2MbsSmInfo() bool + func (o *ContextUpdateRspData) SetCTeid(v int32) + func (o *ContextUpdateRspData) SetLlSsm(v Ssm) + func (o *ContextUpdateRspData) SetN2MbsSmInfo(v N2MbsSmInfo) + func (o ContextUpdateRspData) MarshalJSON() ([]byte, error) + func (o ContextUpdateRspData) ToMap() (map[string]interface{}, error) + type CreateReqData struct + MbsSession ExtMbsSession + func NewCreateReqData(mbsSession ExtMbsSession) *CreateReqData + func NewCreateReqDataWithDefaults() *CreateReqData + func (o *CreateReqData) GetMbsSession() ExtMbsSession + func (o *CreateReqData) GetMbsSessionOk() (*ExtMbsSession, bool) + func (o *CreateReqData) SetMbsSession(v ExtMbsSession) + func (o CreateReqData) MarshalJSON() ([]byte, error) + func (o CreateReqData) ToMap() (map[string]interface{}, error) + type CreateRspData struct + EventList *MbsSessionEventReportList + MbsSession ExtMbsSession + func NewCreateRspData(mbsSession ExtMbsSession) *CreateRspData + func NewCreateRspDataWithDefaults() *CreateRspData + func (o *CreateRspData) GetEventList() MbsSessionEventReportList + func (o *CreateRspData) GetEventListOk() (*MbsSessionEventReportList, bool) + func (o *CreateRspData) GetMbsSession() ExtMbsSession + func (o *CreateRspData) GetMbsSessionOk() (*ExtMbsSession, bool) + func (o *CreateRspData) HasEventList() bool + func (o *CreateRspData) SetEventList(v MbsSessionEventReportList) + func (o *CreateRspData) SetMbsSession(v ExtMbsSession) + func (o CreateRspData) MarshalJSON() ([]byte, error) + func (o CreateRspData) ToMap() (map[string]interface{}, error) + type Dynamic5Qi struct + AverWindow *int32 + CnPacketDelayBudgetDl *int32 + CnPacketDelayBudgetUl *int32 + ExtMaxDataBurstVol *int32 + ExtPacketDelBudget *int32 + MaxDataBurstVol *int32 + PacketDelayBudget int32 + PacketErrRate string + PriorityLevel int32 + ResourceType QosResourceType + func NewDynamic5Qi(resourceType QosResourceType, priorityLevel int32, packetDelayBudget int32, ...) *Dynamic5Qi + func NewDynamic5QiWithDefaults() *Dynamic5Qi + func (o *Dynamic5Qi) GetAverWindow() int32 + func (o *Dynamic5Qi) GetAverWindowOk() (*int32, bool) + func (o *Dynamic5Qi) GetCnPacketDelayBudgetDl() int32 + func (o *Dynamic5Qi) GetCnPacketDelayBudgetDlOk() (*int32, bool) + func (o *Dynamic5Qi) GetCnPacketDelayBudgetUl() int32 + func (o *Dynamic5Qi) GetCnPacketDelayBudgetUlOk() (*int32, bool) + func (o *Dynamic5Qi) GetExtMaxDataBurstVol() int32 + func (o *Dynamic5Qi) GetExtMaxDataBurstVolOk() (*int32, bool) + func (o *Dynamic5Qi) GetExtPacketDelBudget() int32 + func (o *Dynamic5Qi) GetExtPacketDelBudgetOk() (*int32, bool) + func (o *Dynamic5Qi) GetMaxDataBurstVol() int32 + func (o *Dynamic5Qi) GetMaxDataBurstVolOk() (*int32, bool) + func (o *Dynamic5Qi) GetPacketDelayBudget() int32 + func (o *Dynamic5Qi) GetPacketDelayBudgetOk() (*int32, bool) + func (o *Dynamic5Qi) GetPacketErrRate() string + func (o *Dynamic5Qi) GetPacketErrRateOk() (*string, bool) + func (o *Dynamic5Qi) GetPriorityLevel() int32 + func (o *Dynamic5Qi) GetPriorityLevelOk() (*int32, bool) + func (o *Dynamic5Qi) GetResourceType() QosResourceType + func (o *Dynamic5Qi) GetResourceTypeOk() (*QosResourceType, bool) + func (o *Dynamic5Qi) HasAverWindow() bool + func (o *Dynamic5Qi) HasCnPacketDelayBudgetDl() bool + func (o *Dynamic5Qi) HasCnPacketDelayBudgetUl() bool + func (o *Dynamic5Qi) HasExtMaxDataBurstVol() bool + func (o *Dynamic5Qi) HasExtPacketDelBudget() bool + func (o *Dynamic5Qi) HasMaxDataBurstVol() bool + func (o *Dynamic5Qi) SetAverWindow(v int32) + func (o *Dynamic5Qi) SetCnPacketDelayBudgetDl(v int32) + func (o *Dynamic5Qi) SetCnPacketDelayBudgetUl(v int32) + func (o *Dynamic5Qi) SetExtMaxDataBurstVol(v int32) + func (o *Dynamic5Qi) SetExtPacketDelBudget(v int32) + func (o *Dynamic5Qi) SetMaxDataBurstVol(v int32) + func (o *Dynamic5Qi) SetPacketDelayBudget(v int32) + func (o *Dynamic5Qi) SetPacketErrRate(v string) + func (o *Dynamic5Qi) SetPriorityLevel(v int32) + func (o *Dynamic5Qi) SetResourceType(v QosResourceType) + func (o Dynamic5Qi) MarshalJSON() ([]byte, error) + func (o Dynamic5Qi) ToMap() (map[string]interface{}, error) + type EllipsoidArc struct + Confidence int32 + IncludedAngle int32 + InnerRadius int32 + OffsetAngle int32 + Point GeographicalCoordinates + UncertaintyRadius float32 + func NewEllipsoidArc(point GeographicalCoordinates, innerRadius int32, uncertaintyRadius float32, ...) *EllipsoidArc + func NewEllipsoidArcWithDefaults() *EllipsoidArc + func (o *EllipsoidArc) GetConfidence() int32 + func (o *EllipsoidArc) GetConfidenceOk() (*int32, bool) + func (o *EllipsoidArc) GetIncludedAngle() int32 + func (o *EllipsoidArc) GetIncludedAngleOk() (*int32, bool) + func (o *EllipsoidArc) GetInnerRadius() int32 + func (o *EllipsoidArc) GetInnerRadiusOk() (*int32, bool) + func (o *EllipsoidArc) GetOffsetAngle() int32 + func (o *EllipsoidArc) GetOffsetAngleOk() (*int32, bool) + func (o *EllipsoidArc) GetPoint() GeographicalCoordinates + func (o *EllipsoidArc) GetPointOk() (*GeographicalCoordinates, bool) + func (o *EllipsoidArc) GetUncertaintyRadius() float32 + func (o *EllipsoidArc) GetUncertaintyRadiusOk() (*float32, bool) + func (o *EllipsoidArc) SetConfidence(v int32) + func (o *EllipsoidArc) SetIncludedAngle(v int32) + func (o *EllipsoidArc) SetInnerRadius(v int32) + func (o *EllipsoidArc) SetOffsetAngle(v int32) + func (o *EllipsoidArc) SetPoint(v GeographicalCoordinates) + func (o *EllipsoidArc) SetUncertaintyRadius(v float32) + func (o EllipsoidArc) MarshalJSON() ([]byte, error) + func (o EllipsoidArc) ToMap() (map[string]interface{}, error) + type EllipsoidArcAllOf struct + Confidence int32 + IncludedAngle int32 + InnerRadius int32 + OffsetAngle int32 + Point GeographicalCoordinates + UncertaintyRadius float32 + func NewEllipsoidArcAllOf(point GeographicalCoordinates, innerRadius int32, uncertaintyRadius float32, ...) *EllipsoidArcAllOf + func NewEllipsoidArcAllOfWithDefaults() *EllipsoidArcAllOf + func (o *EllipsoidArcAllOf) GetConfidence() int32 + func (o *EllipsoidArcAllOf) GetConfidenceOk() (*int32, bool) + func (o *EllipsoidArcAllOf) GetIncludedAngle() int32 + func (o *EllipsoidArcAllOf) GetIncludedAngleOk() (*int32, bool) + func (o *EllipsoidArcAllOf) GetInnerRadius() int32 + func (o *EllipsoidArcAllOf) GetInnerRadiusOk() (*int32, bool) + func (o *EllipsoidArcAllOf) GetOffsetAngle() int32 + func (o *EllipsoidArcAllOf) GetOffsetAngleOk() (*int32, bool) + func (o *EllipsoidArcAllOf) GetPoint() GeographicalCoordinates + func (o *EllipsoidArcAllOf) GetPointOk() (*GeographicalCoordinates, bool) + func (o *EllipsoidArcAllOf) GetUncertaintyRadius() float32 + func (o *EllipsoidArcAllOf) GetUncertaintyRadiusOk() (*float32, bool) + func (o *EllipsoidArcAllOf) SetConfidence(v int32) + func (o *EllipsoidArcAllOf) SetIncludedAngle(v int32) + func (o *EllipsoidArcAllOf) SetInnerRadius(v int32) + func (o *EllipsoidArcAllOf) SetOffsetAngle(v int32) + func (o *EllipsoidArcAllOf) SetPoint(v GeographicalCoordinates) + func (o *EllipsoidArcAllOf) SetUncertaintyRadius(v float32) + func (o EllipsoidArcAllOf) MarshalJSON() ([]byte, error) + func (o EllipsoidArcAllOf) ToMap() (map[string]interface{}, error) + type ExtMbsSession struct + ContactPcfInd *bool + MbsSecurityContext *MbsSecurityContext + func NewExtMbsSession() *ExtMbsSession + func NewExtMbsSessionWithDefaults() *ExtMbsSession + func (o *ExtMbsSession) GetContactPcfInd() bool + func (o *ExtMbsSession) GetContactPcfIndOk() (*bool, bool) + func (o *ExtMbsSession) GetMbsSecurityContext() MbsSecurityContext + func (o *ExtMbsSession) GetMbsSecurityContextOk() (*MbsSecurityContext, bool) + func (o *ExtMbsSession) HasContactPcfInd() bool + func (o *ExtMbsSession) HasMbsSecurityContext() bool + func (o *ExtMbsSession) SetContactPcfInd(v bool) + func (o *ExtMbsSession) SetMbsSecurityContext(v MbsSecurityContext) + func (o ExtMbsSession) MarshalJSON() ([]byte, error) + func (o ExtMbsSession) ToMap() (map[string]interface{}, error) + type ExtProblemDetails struct + AccMbsServiceInfo *AcceptableMbsServInfo + AccessTokenError *AccessTokenErr + AccessTokenRequest *AccessTokenReq + Cause *string + Detail *string + Instance *string + InvalidParams []InvalidParam + NrfId *string + Status *int32 + SupportedApiVersions []string + SupportedFeatures *string + Title *string + Type *string + func NewExtProblemDetails() *ExtProblemDetails + func NewExtProblemDetailsWithDefaults() *ExtProblemDetails + func (o *ExtProblemDetails) GetAccMbsServiceInfo() AcceptableMbsServInfo + func (o *ExtProblemDetails) GetAccMbsServiceInfoOk() (*AcceptableMbsServInfo, bool) + func (o *ExtProblemDetails) GetAccessTokenError() AccessTokenErr + func (o *ExtProblemDetails) GetAccessTokenErrorOk() (*AccessTokenErr, bool) + func (o *ExtProblemDetails) GetAccessTokenRequest() AccessTokenReq + func (o *ExtProblemDetails) GetAccessTokenRequestOk() (*AccessTokenReq, bool) + func (o *ExtProblemDetails) GetCause() string + func (o *ExtProblemDetails) GetCauseOk() (*string, bool) + func (o *ExtProblemDetails) GetDetail() string + func (o *ExtProblemDetails) GetDetailOk() (*string, bool) + func (o *ExtProblemDetails) GetInstance() string + func (o *ExtProblemDetails) GetInstanceOk() (*string, bool) + func (o *ExtProblemDetails) GetInvalidParams() []InvalidParam + func (o *ExtProblemDetails) GetInvalidParamsOk() ([]InvalidParam, bool) + func (o *ExtProblemDetails) GetNrfId() string + func (o *ExtProblemDetails) GetNrfIdOk() (*string, bool) + func (o *ExtProblemDetails) GetStatus() int32 + func (o *ExtProblemDetails) GetStatusOk() (*int32, bool) + func (o *ExtProblemDetails) GetSupportedApiVersions() []string + func (o *ExtProblemDetails) GetSupportedApiVersionsOk() ([]string, bool) + func (o *ExtProblemDetails) GetSupportedFeatures() string + func (o *ExtProblemDetails) GetSupportedFeaturesOk() (*string, bool) + func (o *ExtProblemDetails) GetTitle() string + func (o *ExtProblemDetails) GetTitleOk() (*string, bool) + func (o *ExtProblemDetails) GetType() string + func (o *ExtProblemDetails) GetTypeOk() (*string, bool) + func (o *ExtProblemDetails) HasAccMbsServiceInfo() bool + func (o *ExtProblemDetails) HasAccessTokenError() bool + func (o *ExtProblemDetails) HasAccessTokenRequest() bool + func (o *ExtProblemDetails) HasCause() bool + func (o *ExtProblemDetails) HasDetail() bool + func (o *ExtProblemDetails) HasInstance() bool + func (o *ExtProblemDetails) HasInvalidParams() bool + func (o *ExtProblemDetails) HasNrfId() bool + func (o *ExtProblemDetails) HasStatus() bool + func (o *ExtProblemDetails) HasSupportedApiVersions() bool + func (o *ExtProblemDetails) HasSupportedFeatures() bool + func (o *ExtProblemDetails) HasTitle() bool + func (o *ExtProblemDetails) HasType() bool + func (o *ExtProblemDetails) SetAccMbsServiceInfo(v AcceptableMbsServInfo) + func (o *ExtProblemDetails) SetAccessTokenError(v AccessTokenErr) + func (o *ExtProblemDetails) SetAccessTokenRequest(v AccessTokenReq) + func (o *ExtProblemDetails) SetCause(v string) + func (o *ExtProblemDetails) SetDetail(v string) + func (o *ExtProblemDetails) SetInstance(v string) + func (o *ExtProblemDetails) SetInvalidParams(v []InvalidParam) + func (o *ExtProblemDetails) SetNrfId(v string) + func (o *ExtProblemDetails) SetStatus(v int32) + func (o *ExtProblemDetails) SetSupportedApiVersions(v []string) + func (o *ExtProblemDetails) SetSupportedFeatures(v string) + func (o *ExtProblemDetails) SetTitle(v string) + func (o *ExtProblemDetails) SetType(v string) + func (o ExtProblemDetails) MarshalJSON() ([]byte, error) + func (o ExtProblemDetails) ToMap() (map[string]interface{}, error) + type ExternalMbsServiceArea struct + Interface *interface{} + func InterfaceAsExternalMbsServiceArea(v *interface{}) ExternalMbsServiceArea + func (dst *ExternalMbsServiceArea) UnmarshalJSON(data []byte) error + func (obj *ExternalMbsServiceArea) GetActualInstance() interface{} + func (src ExternalMbsServiceArea) MarshalJSON() ([]byte, error) + type GADShape struct + Shape SupportedGADShapes + func NewGADShape(shape SupportedGADShapes) *GADShape + func NewGADShapeWithDefaults() *GADShape + func (o *GADShape) GetShape() SupportedGADShapes + func (o *GADShape) GetShapeOk() (*SupportedGADShapes, bool) + func (o *GADShape) SetShape(v SupportedGADShapes) + func (o GADShape) MarshalJSON() ([]byte, error) + func (o GADShape) ToMap() (map[string]interface{}, error) + type GNbId struct + BitLength int32 + GNBValue string + func NewGNbId(bitLength int32, gNBValue string) *GNbId + func NewGNbIdWithDefaults() *GNbId + func (o *GNbId) GetBitLength() int32 + func (o *GNbId) GetBitLengthOk() (*int32, bool) + func (o *GNbId) GetGNBValue() string + func (o *GNbId) GetGNBValueOk() (*string, bool) + func (o *GNbId) SetBitLength(v int32) + func (o *GNbId) SetGNBValue(v string) + func (o GNbId) MarshalJSON() ([]byte, error) + func (o GNbId) ToMap() (map[string]interface{}, error) + type GbrQosFlowInformation struct + GuaFbrDl string + MaxFbrDl string + MaxPacketLossRateDl *int32 + func NewGbrQosFlowInformation(maxFbrDl string, guaFbrDl string) *GbrQosFlowInformation + func NewGbrQosFlowInformationWithDefaults() *GbrQosFlowInformation + func (o *GbrQosFlowInformation) GetGuaFbrDl() string + func (o *GbrQosFlowInformation) GetGuaFbrDlOk() (*string, bool) + func (o *GbrQosFlowInformation) GetMaxFbrDl() string + func (o *GbrQosFlowInformation) GetMaxFbrDlOk() (*string, bool) + func (o *GbrQosFlowInformation) GetMaxPacketLossRateDl() int32 + func (o *GbrQosFlowInformation) GetMaxPacketLossRateDlOk() (*int32, bool) + func (o *GbrQosFlowInformation) HasMaxPacketLossRateDl() bool + func (o *GbrQosFlowInformation) SetGuaFbrDl(v string) + func (o *GbrQosFlowInformation) SetMaxFbrDl(v string) + func (o *GbrQosFlowInformation) SetMaxPacketLossRateDl(v int32) + func (o GbrQosFlowInformation) MarshalJSON() ([]byte, error) + func (o GbrQosFlowInformation) ToMap() (map[string]interface{}, error) + type GenericOpenAPIError struct + func (e GenericOpenAPIError) Body() []byte + func (e GenericOpenAPIError) Error() string + func (e GenericOpenAPIError) Model() interface{} + type GeographicArea struct + EllipsoidArc *EllipsoidArc + Point *Point + PointAltitude *PointAltitude + PointAltitudeUncertainty *PointAltitudeUncertainty + PointUncertaintyCircle *PointUncertaintyCircle + PointUncertaintyEllipse *PointUncertaintyEllipse + Polygon *Polygon + func (dst *GeographicArea) UnmarshalJSON(data []byte) error + func (src *GeographicArea) MarshalJSON() ([]byte, error) + type GeographicalCoordinates struct + Lat float64 + Lon float64 + func NewGeographicalCoordinates(lon float64, lat float64) *GeographicalCoordinates + func NewGeographicalCoordinatesWithDefaults() *GeographicalCoordinates + func (o *GeographicalCoordinates) GetLat() float64 + func (o *GeographicalCoordinates) GetLatOk() (*float64, bool) + func (o *GeographicalCoordinates) GetLon() float64 + func (o *GeographicalCoordinates) GetLonOk() (*float64, bool) + func (o *GeographicalCoordinates) SetLat(v float64) + func (o *GeographicalCoordinates) SetLon(v float64) + func (o GeographicalCoordinates) MarshalJSON() ([]byte, error) + func (o GeographicalCoordinates) ToMap() (map[string]interface{}, error) + type GlobalRanNodeId struct + Interface *interface{} + func InterfaceAsGlobalRanNodeId(v *interface{}) GlobalRanNodeId + func (dst *GlobalRanNodeId) UnmarshalJSON(data []byte) error + func (obj *GlobalRanNodeId) GetActualInstance() interface{} + func (src GlobalRanNodeId) MarshalJSON() ([]byte, error) + type IndividualMBSSessionApiService service + func (a *IndividualMBSSessionApiService) Release(ctx context.Context, mbsSessionRef string) ApiReleaseRequest + func (a *IndividualMBSSessionApiService) ReleaseExecute(r ApiReleaseRequest) (*http.Response, error) + func (a *IndividualMBSSessionApiService) Update(ctx context.Context, mbsSessionRef string) ApiUpdateRequest + func (a *IndividualMBSSessionApiService) UpdateExecute(r ApiUpdateRequest) (*http.Response, error) + type IndividualSubscriptionForAnMBSContextApiService service + func (a *IndividualSubscriptionForAnMBSContextApiService) ContextStatusSubscribeMod(ctx context.Context, subscriptionId string) ApiContextStatusSubscribeModRequest + func (a *IndividualSubscriptionForAnMBSContextApiService) ContextStatusSubscribeModExecute(r ApiContextStatusSubscribeModRequest) (*ContextStatusSubscription, *http.Response, error) + func (a *IndividualSubscriptionForAnMBSContextApiService) ContextStatusUnSubscribe(ctx context.Context, subscriptionId string) ApiContextStatusUnSubscribeRequest + func (a *IndividualSubscriptionForAnMBSContextApiService) ContextStatusUnSubscribeExecute(r ApiContextStatusUnSubscribeRequest) (*http.Response, error) + type IndividualSubscriptionForAnMBSSessionApiService service + func (a *IndividualSubscriptionForAnMBSSessionApiService) StatusSubscribeMod(ctx context.Context, subscriptionId string) ApiStatusSubscribeModRequest + func (a *IndividualSubscriptionForAnMBSSessionApiService) StatusSubscribeModExecute(r ApiStatusSubscribeModRequest) (*MbsSessionSubscription, *http.Response, error) + func (a *IndividualSubscriptionForAnMBSSessionApiService) StatusUnSubscribe(ctx context.Context, subscriptionId string) ApiStatusUnSubscribeRequest + func (a *IndividualSubscriptionForAnMBSSessionApiService) StatusUnSubscribeExecute(r ApiStatusUnSubscribeRequest) (*http.Response, error) + type IngressTunAddrInfo struct + IngressTunAddr []TunnelAddress + func NewIngressTunAddrInfo(ingressTunAddr []TunnelAddress) *IngressTunAddrInfo + func NewIngressTunAddrInfoWithDefaults() *IngressTunAddrInfo + func (o *IngressTunAddrInfo) GetIngressTunAddr() []TunnelAddress + func (o *IngressTunAddrInfo) GetIngressTunAddrOk() ([]TunnelAddress, bool) + func (o *IngressTunAddrInfo) SetIngressTunAddr(v []TunnelAddress) + func (o IngressTunAddrInfo) MarshalJSON() ([]byte, error) + func (o IngressTunAddrInfo) ToMap() (map[string]interface{}, error) + type InvalidParam struct + Param string + Reason *string + func NewInvalidParam(param string) *InvalidParam + func NewInvalidParamWithDefaults() *InvalidParam + func (o *InvalidParam) GetParam() string + func (o *InvalidParam) GetParamOk() (*string, bool) + func (o *InvalidParam) GetReason() string + func (o *InvalidParam) GetReasonOk() (*string, bool) + func (o *InvalidParam) HasReason() bool + func (o *InvalidParam) SetParam(v string) + func (o *InvalidParam) SetReason(v string) + func (o InvalidParam) MarshalJSON() ([]byte, error) + func (o InvalidParam) ToMap() (map[string]interface{}, error) + type IpAddr struct + Interface *interface{} + func InterfaceAsIpAddr(v *interface{}) IpAddr + func (dst *IpAddr) UnmarshalJSON(data []byte) error + func (obj *IpAddr) GetActualInstance() interface{} + func (src IpAddr) MarshalJSON() ([]byte, error) + type Ipv6Addr struct + func NewIpv6Addr() *Ipv6Addr + func NewIpv6AddrWithDefaults() *Ipv6Addr + func (o Ipv6Addr) MarshalJSON() ([]byte, error) + func (o Ipv6Addr) ToMap() (map[string]interface{}, error) + type Ipv6Prefix struct + func NewIpv6Prefix() *Ipv6Prefix + func NewIpv6PrefixWithDefaults() *Ipv6Prefix + func (o Ipv6Prefix) MarshalJSON() ([]byte, error) + func (o Ipv6Prefix) ToMap() (map[string]interface{}, error) + type Local2dPointUncertaintyEllipse struct + Confidence int32 + LocalOrigin LocalOrigin + Point RelativeCartesianLocation + UncertaintyEllipse UncertaintyEllipse + func NewLocal2dPointUncertaintyEllipse(localOrigin LocalOrigin, point RelativeCartesianLocation, ...) *Local2dPointUncertaintyEllipse + func NewLocal2dPointUncertaintyEllipseWithDefaults() *Local2dPointUncertaintyEllipse + func (o *Local2dPointUncertaintyEllipse) GetConfidence() int32 + func (o *Local2dPointUncertaintyEllipse) GetConfidenceOk() (*int32, bool) + func (o *Local2dPointUncertaintyEllipse) GetLocalOrigin() LocalOrigin + func (o *Local2dPointUncertaintyEllipse) GetLocalOriginOk() (*LocalOrigin, bool) + func (o *Local2dPointUncertaintyEllipse) GetPoint() RelativeCartesianLocation + func (o *Local2dPointUncertaintyEllipse) GetPointOk() (*RelativeCartesianLocation, bool) + func (o *Local2dPointUncertaintyEllipse) GetUncertaintyEllipse() UncertaintyEllipse + func (o *Local2dPointUncertaintyEllipse) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool) + func (o *Local2dPointUncertaintyEllipse) SetConfidence(v int32) + func (o *Local2dPointUncertaintyEllipse) SetLocalOrigin(v LocalOrigin) + func (o *Local2dPointUncertaintyEllipse) SetPoint(v RelativeCartesianLocation) + func (o *Local2dPointUncertaintyEllipse) SetUncertaintyEllipse(v UncertaintyEllipse) + func (o Local2dPointUncertaintyEllipse) MarshalJSON() ([]byte, error) + func (o Local2dPointUncertaintyEllipse) ToMap() (map[string]interface{}, error) + type Local2dPointUncertaintyEllipseAllOf struct + Confidence int32 + LocalOrigin LocalOrigin + Point RelativeCartesianLocation + UncertaintyEllipse UncertaintyEllipse + func NewLocal2dPointUncertaintyEllipseAllOf(localOrigin LocalOrigin, point RelativeCartesianLocation, ...) *Local2dPointUncertaintyEllipseAllOf + func NewLocal2dPointUncertaintyEllipseAllOfWithDefaults() *Local2dPointUncertaintyEllipseAllOf + func (o *Local2dPointUncertaintyEllipseAllOf) GetConfidence() int32 + func (o *Local2dPointUncertaintyEllipseAllOf) GetConfidenceOk() (*int32, bool) + func (o *Local2dPointUncertaintyEllipseAllOf) GetLocalOrigin() LocalOrigin + func (o *Local2dPointUncertaintyEllipseAllOf) GetLocalOriginOk() (*LocalOrigin, bool) + func (o *Local2dPointUncertaintyEllipseAllOf) GetPoint() RelativeCartesianLocation + func (o *Local2dPointUncertaintyEllipseAllOf) GetPointOk() (*RelativeCartesianLocation, bool) + func (o *Local2dPointUncertaintyEllipseAllOf) GetUncertaintyEllipse() UncertaintyEllipse + func (o *Local2dPointUncertaintyEllipseAllOf) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool) + func (o *Local2dPointUncertaintyEllipseAllOf) SetConfidence(v int32) + func (o *Local2dPointUncertaintyEllipseAllOf) SetLocalOrigin(v LocalOrigin) + func (o *Local2dPointUncertaintyEllipseAllOf) SetPoint(v RelativeCartesianLocation) + func (o *Local2dPointUncertaintyEllipseAllOf) SetUncertaintyEllipse(v UncertaintyEllipse) + func (o Local2dPointUncertaintyEllipseAllOf) MarshalJSON() ([]byte, error) + func (o Local2dPointUncertaintyEllipseAllOf) ToMap() (map[string]interface{}, error) + type Local3dPointUncertaintyEllipsoid struct + Confidence int32 + LocalOrigin LocalOrigin + Point RelativeCartesianLocation + UncertaintyEllipsoid UncertaintyEllipsoid + func NewLocal3dPointUncertaintyEllipsoid(localOrigin LocalOrigin, point RelativeCartesianLocation, ...) *Local3dPointUncertaintyEllipsoid + func NewLocal3dPointUncertaintyEllipsoidWithDefaults() *Local3dPointUncertaintyEllipsoid + func (o *Local3dPointUncertaintyEllipsoid) GetConfidence() int32 + func (o *Local3dPointUncertaintyEllipsoid) GetConfidenceOk() (*int32, bool) + func (o *Local3dPointUncertaintyEllipsoid) GetLocalOrigin() LocalOrigin + func (o *Local3dPointUncertaintyEllipsoid) GetLocalOriginOk() (*LocalOrigin, bool) + func (o *Local3dPointUncertaintyEllipsoid) GetPoint() RelativeCartesianLocation + func (o *Local3dPointUncertaintyEllipsoid) GetPointOk() (*RelativeCartesianLocation, bool) + func (o *Local3dPointUncertaintyEllipsoid) GetUncertaintyEllipsoid() UncertaintyEllipsoid + func (o *Local3dPointUncertaintyEllipsoid) GetUncertaintyEllipsoidOk() (*UncertaintyEllipsoid, bool) + func (o *Local3dPointUncertaintyEllipsoid) SetConfidence(v int32) + func (o *Local3dPointUncertaintyEllipsoid) SetLocalOrigin(v LocalOrigin) + func (o *Local3dPointUncertaintyEllipsoid) SetPoint(v RelativeCartesianLocation) + func (o *Local3dPointUncertaintyEllipsoid) SetUncertaintyEllipsoid(v UncertaintyEllipsoid) + func (o Local3dPointUncertaintyEllipsoid) MarshalJSON() ([]byte, error) + func (o Local3dPointUncertaintyEllipsoid) ToMap() (map[string]interface{}, error) + type Local3dPointUncertaintyEllipsoidAllOf struct + Confidence int32 + LocalOrigin LocalOrigin + Point RelativeCartesianLocation + UncertaintyEllipsoid UncertaintyEllipsoid + func NewLocal3dPointUncertaintyEllipsoidAllOf(localOrigin LocalOrigin, point RelativeCartesianLocation, ...) *Local3dPointUncertaintyEllipsoidAllOf + func NewLocal3dPointUncertaintyEllipsoidAllOfWithDefaults() *Local3dPointUncertaintyEllipsoidAllOf + func (o *Local3dPointUncertaintyEllipsoidAllOf) GetConfidence() int32 + func (o *Local3dPointUncertaintyEllipsoidAllOf) GetConfidenceOk() (*int32, bool) + func (o *Local3dPointUncertaintyEllipsoidAllOf) GetLocalOrigin() LocalOrigin + func (o *Local3dPointUncertaintyEllipsoidAllOf) GetLocalOriginOk() (*LocalOrigin, bool) + func (o *Local3dPointUncertaintyEllipsoidAllOf) GetPoint() RelativeCartesianLocation + func (o *Local3dPointUncertaintyEllipsoidAllOf) GetPointOk() (*RelativeCartesianLocation, bool) + func (o *Local3dPointUncertaintyEllipsoidAllOf) GetUncertaintyEllipsoid() UncertaintyEllipsoid + func (o *Local3dPointUncertaintyEllipsoidAllOf) GetUncertaintyEllipsoidOk() (*UncertaintyEllipsoid, bool) + func (o *Local3dPointUncertaintyEllipsoidAllOf) SetConfidence(v int32) + func (o *Local3dPointUncertaintyEllipsoidAllOf) SetLocalOrigin(v LocalOrigin) + func (o *Local3dPointUncertaintyEllipsoidAllOf) SetPoint(v RelativeCartesianLocation) + func (o *Local3dPointUncertaintyEllipsoidAllOf) SetUncertaintyEllipsoid(v UncertaintyEllipsoid) + func (o Local3dPointUncertaintyEllipsoidAllOf) MarshalJSON() ([]byte, error) + func (o Local3dPointUncertaintyEllipsoidAllOf) ToMap() (map[string]interface{}, error) + type LocalOrigin struct + CoordinateId *string + Point *GeographicalCoordinates + func NewLocalOrigin() *LocalOrigin + func NewLocalOriginWithDefaults() *LocalOrigin + func (o *LocalOrigin) GetCoordinateId() string + func (o *LocalOrigin) GetCoordinateIdOk() (*string, bool) + func (o *LocalOrigin) GetPoint() GeographicalCoordinates + func (o *LocalOrigin) GetPointOk() (*GeographicalCoordinates, bool) + func (o *LocalOrigin) HasCoordinateId() bool + func (o *LocalOrigin) HasPoint() bool + func (o *LocalOrigin) SetCoordinateId(v string) + func (o *LocalOrigin) SetPoint(v GeographicalCoordinates) + func (o LocalOrigin) MarshalJSON() ([]byte, error) + func (o LocalOrigin) ToMap() (map[string]interface{}, error) + type MBSSessionsCollectionApiService service + func (a *MBSSessionsCollectionApiService) ContextUpdate(ctx context.Context) ApiContextUpdateRequest + func (a *MBSSessionsCollectionApiService) ContextUpdateExecute(r ApiContextUpdateRequest) (*ContextUpdateRspData, *http.Response, error) + func (a *MBSSessionsCollectionApiService) Create(ctx context.Context) ApiCreateRequest + func (a *MBSSessionsCollectionApiService) CreateExecute(r ApiCreateRequest) (*CreateRspData, *http.Response, error) + type MappedNullable interface + ToMap func() (map[string]interface{}, error) + type MbsContextInfo struct + AnyUeInd *bool + CTeid *int32 + LlSsm *Ssm + MbsServiceArea *MbsServiceArea + MbsServiceAreaInfoList *map[string]MbsServiceAreaInfo + StartTime *time.Time + func NewMbsContextInfo() *MbsContextInfo + func NewMbsContextInfoWithDefaults() *MbsContextInfo + func (o *MbsContextInfo) GetAnyUeInd() bool + func (o *MbsContextInfo) GetAnyUeIndOk() (*bool, bool) + func (o *MbsContextInfo) GetCTeid() int32 + func (o *MbsContextInfo) GetCTeidOk() (*int32, bool) + func (o *MbsContextInfo) GetLlSsm() Ssm + func (o *MbsContextInfo) GetLlSsmOk() (*Ssm, bool) + func (o *MbsContextInfo) GetMbsServiceArea() MbsServiceArea + func (o *MbsContextInfo) GetMbsServiceAreaInfoList() map[string]MbsServiceAreaInfo + func (o *MbsContextInfo) GetMbsServiceAreaInfoListOk() (*map[string]MbsServiceAreaInfo, bool) + func (o *MbsContextInfo) GetMbsServiceAreaOk() (*MbsServiceArea, bool) + func (o *MbsContextInfo) GetStartTime() time.Time + func (o *MbsContextInfo) GetStartTimeOk() (*time.Time, bool) + func (o *MbsContextInfo) HasAnyUeInd() bool + func (o *MbsContextInfo) HasCTeid() bool + func (o *MbsContextInfo) HasLlSsm() bool + func (o *MbsContextInfo) HasMbsServiceArea() bool + func (o *MbsContextInfo) HasMbsServiceAreaInfoList() bool + func (o *MbsContextInfo) HasStartTime() bool + func (o *MbsContextInfo) SetAnyUeInd(v bool) + func (o *MbsContextInfo) SetCTeid(v int32) + func (o *MbsContextInfo) SetLlSsm(v Ssm) + func (o *MbsContextInfo) SetMbsServiceArea(v MbsServiceArea) + func (o *MbsContextInfo) SetMbsServiceAreaInfoList(v map[string]MbsServiceAreaInfo) + func (o *MbsContextInfo) SetStartTime(v time.Time) + func (o MbsContextInfo) MarshalJSON() ([]byte, error) + func (o MbsContextInfo) ToMap() (map[string]interface{}, error) + type MbsKeyInfo struct + KeyDomainId string + Msk *string + MskId string + MskLifetime *time.Time + Mtk *string + MtkId *string + func NewMbsKeyInfo(keyDomainId string, mskId string) *MbsKeyInfo + func NewMbsKeyInfoWithDefaults() *MbsKeyInfo + func (o *MbsKeyInfo) GetKeyDomainId() string + func (o *MbsKeyInfo) GetKeyDomainIdOk() (*string, bool) + func (o *MbsKeyInfo) GetMsk() string + func (o *MbsKeyInfo) GetMskId() string + func (o *MbsKeyInfo) GetMskIdOk() (*string, bool) + func (o *MbsKeyInfo) GetMskLifetime() time.Time + func (o *MbsKeyInfo) GetMskLifetimeOk() (*time.Time, bool) + func (o *MbsKeyInfo) GetMskOk() (*string, bool) + func (o *MbsKeyInfo) GetMtk() string + func (o *MbsKeyInfo) GetMtkId() string + func (o *MbsKeyInfo) GetMtkIdOk() (*string, bool) + func (o *MbsKeyInfo) GetMtkOk() (*string, bool) + func (o *MbsKeyInfo) HasMsk() bool + func (o *MbsKeyInfo) HasMskLifetime() bool + func (o *MbsKeyInfo) HasMtk() bool + func (o *MbsKeyInfo) HasMtkId() bool + func (o *MbsKeyInfo) SetKeyDomainId(v string) + func (o *MbsKeyInfo) SetMsk(v string) + func (o *MbsKeyInfo) SetMskId(v string) + func (o *MbsKeyInfo) SetMskLifetime(v time.Time) + func (o *MbsKeyInfo) SetMtk(v string) + func (o *MbsKeyInfo) SetMtkId(v string) + func (o MbsKeyInfo) MarshalJSON() ([]byte, error) + func (o MbsKeyInfo) ToMap() (map[string]interface{}, error) + type MbsMediaComp struct + MbsFlowDescs []string + MbsMedCompNum int32 + MbsMediaInfo *MbsMediaInfo + MbsQoSReq *MbsQoSReq + MbsSdfResPrio *ReservPriority + QosRef *string + func NewMbsMediaComp(mbsMedCompNum int32) *MbsMediaComp + func NewMbsMediaCompWithDefaults() *MbsMediaComp + func (o *MbsMediaComp) GetMbsFlowDescs() []string + func (o *MbsMediaComp) GetMbsFlowDescsOk() ([]string, bool) + func (o *MbsMediaComp) GetMbsMedCompNum() int32 + func (o *MbsMediaComp) GetMbsMedCompNumOk() (*int32, bool) + func (o *MbsMediaComp) GetMbsMediaInfo() MbsMediaInfo + func (o *MbsMediaComp) GetMbsMediaInfoOk() (*MbsMediaInfo, bool) + func (o *MbsMediaComp) GetMbsQoSReq() MbsQoSReq + func (o *MbsMediaComp) GetMbsQoSReqOk() (*MbsQoSReq, bool) + func (o *MbsMediaComp) GetMbsSdfResPrio() ReservPriority + func (o *MbsMediaComp) GetMbsSdfResPrioOk() (*ReservPriority, bool) + func (o *MbsMediaComp) GetQosRef() string + func (o *MbsMediaComp) GetQosRefOk() (*string, bool) + func (o *MbsMediaComp) HasMbsFlowDescs() bool + func (o *MbsMediaComp) HasMbsMediaInfo() bool + func (o *MbsMediaComp) HasMbsQoSReq() bool + func (o *MbsMediaComp) HasMbsSdfResPrio() bool + func (o *MbsMediaComp) HasQosRef() bool + func (o *MbsMediaComp) SetMbsFlowDescs(v []string) + func (o *MbsMediaComp) SetMbsMedCompNum(v int32) + func (o *MbsMediaComp) SetMbsMediaInfo(v MbsMediaInfo) + func (o *MbsMediaComp) SetMbsQoSReq(v MbsQoSReq) + func (o *MbsMediaComp) SetMbsSdfResPrio(v ReservPriority) + func (o *MbsMediaComp) SetQosRef(v string) + func (o MbsMediaComp) MarshalJSON() ([]byte, error) + func (o MbsMediaComp) ToMap() (map[string]interface{}, error) + type MbsMediaCompRm struct + MbsMediaComp *MbsMediaComp + NullValue *NullValue + func (dst *MbsMediaCompRm) UnmarshalJSON(data []byte) error + func (src *MbsMediaCompRm) MarshalJSON() ([]byte, error) + type MbsMediaInfo struct + Codecs []string + MaxReqMbsBwDl *string + MbsMedType *MediaType + MinReqMbsBwDl *string + func NewMbsMediaInfo() *MbsMediaInfo + func NewMbsMediaInfoWithDefaults() *MbsMediaInfo + func (o *MbsMediaInfo) GetCodecs() []string + func (o *MbsMediaInfo) GetCodecsOk() ([]string, bool) + func (o *MbsMediaInfo) GetMaxReqMbsBwDl() string + func (o *MbsMediaInfo) GetMaxReqMbsBwDlOk() (*string, bool) + func (o *MbsMediaInfo) GetMbsMedType() MediaType + func (o *MbsMediaInfo) GetMbsMedTypeOk() (*MediaType, bool) + func (o *MbsMediaInfo) GetMinReqMbsBwDl() string + func (o *MbsMediaInfo) GetMinReqMbsBwDlOk() (*string, bool) + func (o *MbsMediaInfo) HasCodecs() bool + func (o *MbsMediaInfo) HasMaxReqMbsBwDl() bool + func (o *MbsMediaInfo) HasMbsMedType() bool + func (o *MbsMediaInfo) HasMinReqMbsBwDl() bool + func (o *MbsMediaInfo) SetCodecs(v []string) + func (o *MbsMediaInfo) SetMaxReqMbsBwDl(v string) + func (o *MbsMediaInfo) SetMbsMedType(v MediaType) + func (o *MbsMediaInfo) SetMinReqMbsBwDl(v string) + func (o MbsMediaInfo) MarshalJSON() ([]byte, error) + func (o MbsMediaInfo) ToMap() (map[string]interface{}, error) + type MbsQoSReq struct + AverWindow *int32 + GuarBitRate *string + MaxBitRate *string + ReqMbsArp *Arp + Var5qi int32 + func NewMbsQoSReq(var5qi int32) *MbsQoSReq + func NewMbsQoSReqWithDefaults() *MbsQoSReq + func (o *MbsQoSReq) GetAverWindow() int32 + func (o *MbsQoSReq) GetAverWindowOk() (*int32, bool) + func (o *MbsQoSReq) GetGuarBitRate() string + func (o *MbsQoSReq) GetGuarBitRateOk() (*string, bool) + func (o *MbsQoSReq) GetMaxBitRate() string + func (o *MbsQoSReq) GetMaxBitRateOk() (*string, bool) + func (o *MbsQoSReq) GetReqMbsArp() Arp + func (o *MbsQoSReq) GetReqMbsArpOk() (*Arp, bool) + func (o *MbsQoSReq) GetVar5qi() int32 + func (o *MbsQoSReq) GetVar5qiOk() (*int32, bool) + func (o *MbsQoSReq) HasAverWindow() bool + func (o *MbsQoSReq) HasGuarBitRate() bool + func (o *MbsQoSReq) HasMaxBitRate() bool + func (o *MbsQoSReq) HasReqMbsArp() bool + func (o *MbsQoSReq) SetAverWindow(v int32) + func (o *MbsQoSReq) SetGuarBitRate(v string) + func (o *MbsQoSReq) SetMaxBitRate(v string) + func (o *MbsQoSReq) SetReqMbsArp(v Arp) + func (o *MbsQoSReq) SetVar5qi(v int32) + func (o MbsQoSReq) MarshalJSON() ([]byte, error) + func (o MbsQoSReq) ToMap() (map[string]interface{}, error) + type MbsSecurityContext struct + KeyList map[string]MbsKeyInfo + func NewMbsSecurityContext(keyList map[string]MbsKeyInfo) *MbsSecurityContext + func NewMbsSecurityContextWithDefaults() *MbsSecurityContext + func (o *MbsSecurityContext) GetKeyList() map[string]MbsKeyInfo + func (o *MbsSecurityContext) GetKeyListOk() (*map[string]MbsKeyInfo, bool) + func (o *MbsSecurityContext) SetKeyList(v map[string]MbsKeyInfo) + func (o MbsSecurityContext) MarshalJSON() ([]byte, error) + func (o MbsSecurityContext) ToMap() (map[string]interface{}, error) + type MbsServiceArea struct + Interface *interface{} + func (dst *MbsServiceArea) UnmarshalJSON(data []byte) error + func (src *MbsServiceArea) MarshalJSON() ([]byte, error) + type MbsServiceAreaInfo struct + AreaSessionId int32 + MbsServiceArea MbsServiceArea + func NewMbsServiceAreaInfo(areaSessionId int32, mbsServiceArea MbsServiceArea) *MbsServiceAreaInfo + func NewMbsServiceAreaInfoWithDefaults() *MbsServiceAreaInfo + func (o *MbsServiceAreaInfo) GetAreaSessionId() int32 + func (o *MbsServiceAreaInfo) GetAreaSessionIdOk() (*int32, bool) + func (o *MbsServiceAreaInfo) GetMbsServiceArea() MbsServiceArea + func (o *MbsServiceAreaInfo) GetMbsServiceAreaOk() (*MbsServiceArea, bool) + func (o *MbsServiceAreaInfo) SetAreaSessionId(v int32) + func (o *MbsServiceAreaInfo) SetMbsServiceArea(v MbsServiceArea) + func (o MbsServiceAreaInfo) MarshalJSON() ([]byte, error) + func (o MbsServiceAreaInfo) ToMap() (map[string]interface{}, error) + type MbsServiceInfo struct + AfAppId *string + MbsMediaComps map[string]MbsMediaCompRm + MbsSdfResPrio *ReservPriority + MbsSessionAmbr *string + func NewMbsServiceInfo(mbsMediaComps map[string]MbsMediaCompRm) *MbsServiceInfo + func NewMbsServiceInfoWithDefaults() *MbsServiceInfo + func (o *MbsServiceInfo) GetAfAppId() string + func (o *MbsServiceInfo) GetAfAppIdOk() (*string, bool) + func (o *MbsServiceInfo) GetMbsMediaComps() map[string]MbsMediaCompRm + func (o *MbsServiceInfo) GetMbsMediaCompsOk() (*map[string]MbsMediaCompRm, bool) + func (o *MbsServiceInfo) GetMbsSdfResPrio() ReservPriority + func (o *MbsServiceInfo) GetMbsSdfResPrioOk() (*ReservPriority, bool) + func (o *MbsServiceInfo) GetMbsSessionAmbr() string + func (o *MbsServiceInfo) GetMbsSessionAmbrOk() (*string, bool) + func (o *MbsServiceInfo) HasAfAppId() bool + func (o *MbsServiceInfo) HasMbsSdfResPrio() bool + func (o *MbsServiceInfo) HasMbsSessionAmbr() bool + func (o *MbsServiceInfo) SetAfAppId(v string) + func (o *MbsServiceInfo) SetMbsMediaComps(v map[string]MbsMediaCompRm) + func (o *MbsServiceInfo) SetMbsSdfResPrio(v ReservPriority) + func (o *MbsServiceInfo) SetMbsSessionAmbr(v string) + func (o MbsServiceInfo) MarshalJSON() ([]byte, error) + func (o MbsServiceInfo) ToMap() (map[string]interface{}, error) + type MbsServiceType struct + MbsServiceTypeAnyOf *MbsServiceTypeAnyOf + String *string + func (dst *MbsServiceType) UnmarshalJSON(data []byte) error + func (src *MbsServiceType) MarshalJSON() ([]byte, error) + type MbsServiceTypeAnyOf string + const BROADCAST + const MULTICAST + func NewMbsServiceTypeAnyOfFromValue(v string) (*MbsServiceTypeAnyOf, error) + func (v *MbsServiceTypeAnyOf) UnmarshalJSON(src []byte) error + func (v MbsServiceTypeAnyOf) IsValid() bool + func (v MbsServiceTypeAnyOf) Ptr() *MbsServiceTypeAnyOf + type MbsSession struct + Interface *interface{} + func (dst *MbsSession) UnmarshalJSON(data []byte) error + func (src *MbsSession) MarshalJSON() ([]byte, error) + type MbsSessionActivityStatus struct + MbsSessionActivityStatusAnyOf *MbsSessionActivityStatusAnyOf + String *string + func (dst *MbsSessionActivityStatus) UnmarshalJSON(data []byte) error + func (src *MbsSessionActivityStatus) MarshalJSON() ([]byte, error) + type MbsSessionActivityStatusAnyOf string + const ACTIVE + const INACTIVE + func NewMbsSessionActivityStatusAnyOfFromValue(v string) (*MbsSessionActivityStatusAnyOf, error) + func (v *MbsSessionActivityStatusAnyOf) UnmarshalJSON(src []byte) error + func (v MbsSessionActivityStatusAnyOf) IsValid() bool + func (v MbsSessionActivityStatusAnyOf) Ptr() *MbsSessionActivityStatusAnyOf + type MbsSessionEvent struct + EventType MbsSessionEventType + func NewMbsSessionEvent(eventType MbsSessionEventType) *MbsSessionEvent + func NewMbsSessionEventWithDefaults() *MbsSessionEvent + func (o *MbsSessionEvent) GetEventType() MbsSessionEventType + func (o *MbsSessionEvent) GetEventTypeOk() (*MbsSessionEventType, bool) + func (o *MbsSessionEvent) SetEventType(v MbsSessionEventType) + func (o MbsSessionEvent) MarshalJSON() ([]byte, error) + func (o MbsSessionEvent) ToMap() (map[string]interface{}, error) + type MbsSessionEventReport struct + BroadcastDelStatus *BroadcastDeliveryStatus + EventType MbsSessionEventType + IngressTunAddrInfo *IngressTunAddrInfo + TimeStamp *time.Time + func NewMbsSessionEventReport(eventType MbsSessionEventType) *MbsSessionEventReport + func NewMbsSessionEventReportWithDefaults() *MbsSessionEventReport + func (o *MbsSessionEventReport) GetBroadcastDelStatus() BroadcastDeliveryStatus + func (o *MbsSessionEventReport) GetBroadcastDelStatusOk() (*BroadcastDeliveryStatus, bool) + func (o *MbsSessionEventReport) GetEventType() MbsSessionEventType + func (o *MbsSessionEventReport) GetEventTypeOk() (*MbsSessionEventType, bool) + func (o *MbsSessionEventReport) GetIngressTunAddrInfo() IngressTunAddrInfo + func (o *MbsSessionEventReport) GetIngressTunAddrInfoOk() (*IngressTunAddrInfo, bool) + func (o *MbsSessionEventReport) GetTimeStamp() time.Time + func (o *MbsSessionEventReport) GetTimeStampOk() (*time.Time, bool) + func (o *MbsSessionEventReport) HasBroadcastDelStatus() bool + func (o *MbsSessionEventReport) HasIngressTunAddrInfo() bool + func (o *MbsSessionEventReport) HasTimeStamp() bool + func (o *MbsSessionEventReport) SetBroadcastDelStatus(v BroadcastDeliveryStatus) + func (o *MbsSessionEventReport) SetEventType(v MbsSessionEventType) + func (o *MbsSessionEventReport) SetIngressTunAddrInfo(v IngressTunAddrInfo) + func (o *MbsSessionEventReport) SetTimeStamp(v time.Time) + func (o MbsSessionEventReport) MarshalJSON() ([]byte, error) + func (o MbsSessionEventReport) ToMap() (map[string]interface{}, error) + type MbsSessionEventReportList struct + EventReportList []MbsSessionEventReport + NotifyCorrelationId *string + func NewMbsSessionEventReportList(eventReportList []MbsSessionEventReport) *MbsSessionEventReportList + func NewMbsSessionEventReportListWithDefaults() *MbsSessionEventReportList + func (o *MbsSessionEventReportList) GetEventReportList() []MbsSessionEventReport + func (o *MbsSessionEventReportList) GetEventReportListOk() ([]MbsSessionEventReport, bool) + func (o *MbsSessionEventReportList) GetNotifyCorrelationId() string + func (o *MbsSessionEventReportList) GetNotifyCorrelationIdOk() (*string, bool) + func (o *MbsSessionEventReportList) HasNotifyCorrelationId() bool + func (o *MbsSessionEventReportList) SetEventReportList(v []MbsSessionEventReport) + func (o *MbsSessionEventReportList) SetNotifyCorrelationId(v string) + func (o MbsSessionEventReportList) MarshalJSON() ([]byte, error) + func (o MbsSessionEventReportList) ToMap() (map[string]interface{}, error) + type MbsSessionEventType struct + MbsSessionEventTypeAnyOf *MbsSessionEventTypeAnyOf + String *string + func (dst *MbsSessionEventType) UnmarshalJSON(data []byte) error + func (src *MbsSessionEventType) MarshalJSON() ([]byte, error) + type MbsSessionEventTypeAnyOf string + const BROADCAST_DELIVERY_STATUS + const INGRESS_TUNNEL_ADD_CHANGE + const MBS_REL_TMGI_EXPIRY + func NewMbsSessionEventTypeAnyOfFromValue(v string) (*MbsSessionEventTypeAnyOf, error) + func (v *MbsSessionEventTypeAnyOf) UnmarshalJSON(src []byte) error + func (v MbsSessionEventTypeAnyOf) IsValid() bool + func (v MbsSessionEventTypeAnyOf) Ptr() *MbsSessionEventTypeAnyOf + type MbsSessionExtension struct + ContactPcfInd *bool + MbsSecurityContext *MbsSecurityContext + func NewMbsSessionExtension() *MbsSessionExtension + func NewMbsSessionExtensionWithDefaults() *MbsSessionExtension + func (o *MbsSessionExtension) GetContactPcfInd() bool + func (o *MbsSessionExtension) GetContactPcfIndOk() (*bool, bool) + func (o *MbsSessionExtension) GetMbsSecurityContext() MbsSecurityContext + func (o *MbsSessionExtension) GetMbsSecurityContextOk() (*MbsSecurityContext, bool) + func (o *MbsSessionExtension) HasContactPcfInd() bool + func (o *MbsSessionExtension) HasMbsSecurityContext() bool + func (o *MbsSessionExtension) SetContactPcfInd(v bool) + func (o *MbsSessionExtension) SetMbsSecurityContext(v MbsSecurityContext) + func (o MbsSessionExtension) MarshalJSON() ([]byte, error) + func (o MbsSessionExtension) ToMap() (map[string]interface{}, error) + type MbsSessionId struct + Interface *interface{} + func (dst *MbsSessionId) UnmarshalJSON(data []byte) error + func (src *MbsSessionId) MarshalJSON() ([]byte, error) + type MbsSessionSubscription struct + AreaSessionId *int32 + EventList []MbsSessionEvent + ExpiryTime *time.Time + MbsSessionId *MbsSessionId + MbsSessionSubscUri *string + NfcInstanceId *string + NotifyCorrelationId *string + NotifyUri string + func NewMbsSessionSubscription(eventList []MbsSessionEvent, notifyUri string) *MbsSessionSubscription + func NewMbsSessionSubscriptionWithDefaults() *MbsSessionSubscription + func (o *MbsSessionSubscription) GetAreaSessionId() int32 + func (o *MbsSessionSubscription) GetAreaSessionIdOk() (*int32, bool) + func (o *MbsSessionSubscription) GetEventList() []MbsSessionEvent + func (o *MbsSessionSubscription) GetEventListOk() ([]MbsSessionEvent, bool) + func (o *MbsSessionSubscription) GetExpiryTime() time.Time + func (o *MbsSessionSubscription) GetExpiryTimeOk() (*time.Time, bool) + func (o *MbsSessionSubscription) GetMbsSessionId() MbsSessionId + func (o *MbsSessionSubscription) GetMbsSessionIdOk() (*MbsSessionId, bool) + func (o *MbsSessionSubscription) GetMbsSessionSubscUri() string + func (o *MbsSessionSubscription) GetMbsSessionSubscUriOk() (*string, bool) + func (o *MbsSessionSubscription) GetNfcInstanceId() string + func (o *MbsSessionSubscription) GetNfcInstanceIdOk() (*string, bool) + func (o *MbsSessionSubscription) GetNotifyCorrelationId() string + func (o *MbsSessionSubscription) GetNotifyCorrelationIdOk() (*string, bool) + func (o *MbsSessionSubscription) GetNotifyUri() string + func (o *MbsSessionSubscription) GetNotifyUriOk() (*string, bool) + func (o *MbsSessionSubscription) HasAreaSessionId() bool + func (o *MbsSessionSubscription) HasExpiryTime() bool + func (o *MbsSessionSubscription) HasMbsSessionId() bool + func (o *MbsSessionSubscription) HasMbsSessionSubscUri() bool + func (o *MbsSessionSubscription) HasNfcInstanceId() bool + func (o *MbsSessionSubscription) HasNotifyCorrelationId() bool + func (o *MbsSessionSubscription) SetAreaSessionId(v int32) + func (o *MbsSessionSubscription) SetEventList(v []MbsSessionEvent) + func (o *MbsSessionSubscription) SetExpiryTime(v time.Time) + func (o *MbsSessionSubscription) SetMbsSessionId(v MbsSessionId) + func (o *MbsSessionSubscription) SetMbsSessionSubscUri(v string) + func (o *MbsSessionSubscription) SetNfcInstanceId(v string) + func (o *MbsSessionSubscription) SetNotifyCorrelationId(v string) + func (o *MbsSessionSubscription) SetNotifyUri(v string) + func (o MbsSessionSubscription) MarshalJSON() ([]byte, error) + func (o MbsSessionSubscription) ToMap() (map[string]interface{}, error) + type MediaType struct + MediaTypeAnyOf *MediaTypeAnyOf + String *string + func (dst *MediaType) UnmarshalJSON(data []byte) error + func (src *MediaType) MarshalJSON() ([]byte, error) + type MediaTypeAnyOf string + const APPLICATION + const AUDIO + const CONTROL + const DATA + const MESSAGE + const OTHER + const TEXT + const VIDEO + func NewMediaTypeAnyOfFromValue(v string) (*MediaTypeAnyOf, error) + func (v *MediaTypeAnyOf) UnmarshalJSON(src []byte) error + func (v MediaTypeAnyOf) IsValid() bool + func (v MediaTypeAnyOf) Ptr() *MediaTypeAnyOf + type MulticastTransportAddressChangeInfo struct + AreaSessionId *int32 + CTeid int32 + LlSsm Ssm + func NewMulticastTransportAddressChangeInfo(llSsm Ssm, cTeid int32) *MulticastTransportAddressChangeInfo + func NewMulticastTransportAddressChangeInfoWithDefaults() *MulticastTransportAddressChangeInfo + func (o *MulticastTransportAddressChangeInfo) GetAreaSessionId() int32 + func (o *MulticastTransportAddressChangeInfo) GetAreaSessionIdOk() (*int32, bool) + func (o *MulticastTransportAddressChangeInfo) GetCTeid() int32 + func (o *MulticastTransportAddressChangeInfo) GetCTeidOk() (*int32, bool) + func (o *MulticastTransportAddressChangeInfo) GetLlSsm() Ssm + func (o *MulticastTransportAddressChangeInfo) GetLlSsmOk() (*Ssm, bool) + func (o *MulticastTransportAddressChangeInfo) HasAreaSessionId() bool + func (o *MulticastTransportAddressChangeInfo) SetAreaSessionId(v int32) + func (o *MulticastTransportAddressChangeInfo) SetCTeid(v int32) + func (o *MulticastTransportAddressChangeInfo) SetLlSsm(v Ssm) + func (o MulticastTransportAddressChangeInfo) MarshalJSON() ([]byte, error) + func (o MulticastTransportAddressChangeInfo) ToMap() (map[string]interface{}, error) + type N2MbsSmInfo struct + NgapData RefToBinaryData + NgapIeType NgapIeType + func NewN2MbsSmInfo(ngapIeType NgapIeType, ngapData RefToBinaryData) *N2MbsSmInfo + func NewN2MbsSmInfoWithDefaults() *N2MbsSmInfo + func (o *N2MbsSmInfo) GetNgapData() RefToBinaryData + func (o *N2MbsSmInfo) GetNgapDataOk() (*RefToBinaryData, bool) + func (o *N2MbsSmInfo) GetNgapIeType() NgapIeType + func (o *N2MbsSmInfo) GetNgapIeTypeOk() (*NgapIeType, bool) + func (o *N2MbsSmInfo) SetNgapData(v RefToBinaryData) + func (o *N2MbsSmInfo) SetNgapIeType(v NgapIeType) + func (o N2MbsSmInfo) MarshalJSON() ([]byte, error) + func (o N2MbsSmInfo) ToMap() (map[string]interface{}, error) + type NFType struct + NFTypeAnyOf *NFTypeAnyOf + String *string + func (dst *NFType) UnmarshalJSON(data []byte) error + func (src *NFType) MarshalJSON() ([]byte, error) + type NFTypeAnyOf string + const AANF + const ADRF + const AF + const AMF + const AUSF + const BSF + const CBCF + const CEF + const CHF + const DCCF + const DRA + const EASDF + const GBA_BSF + const GMLC + const HSS + const ICSCF + const IMS_AS + const LMF + const MBSF + const MBSTF + const MB_SMF + const MB_UPF + const MFAF + const MME + const MNPF + const N3_IWF + const NEF + const NRF + const NSACF + const NSSAAF + const NSSF + const NSWOF + const NWDAF + const PANF + const PCF + const PCSCF + const PKMF + const SCEF + const SCP + const SCSAS + const SCSCF + const SEPP + const SMF + const SMSF + const SMS_GMSC + const SMS_IWMSC + const SOR_AF + const SPAF + const TSCTSF + const UCMF + const UDM + const UDR + const UDSF + const UPF + func NewNFTypeAnyOfFromValue(v string) (*NFTypeAnyOf, error) + func (v *NFTypeAnyOf) UnmarshalJSON(src []byte) error + func (v NFTypeAnyOf) IsValid() bool + func (v NFTypeAnyOf) Ptr() *NFTypeAnyOf + type Ncgi struct + Nid *string + NrCellId string + PlmnId PlmnId + func NewNcgi(plmnId PlmnId, nrCellId string) *Ncgi + func NewNcgiWithDefaults() *Ncgi + func (o *Ncgi) GetNid() string + func (o *Ncgi) GetNidOk() (*string, bool) + func (o *Ncgi) GetNrCellId() string + func (o *Ncgi) GetNrCellIdOk() (*string, bool) + func (o *Ncgi) GetPlmnId() PlmnId + func (o *Ncgi) GetPlmnIdOk() (*PlmnId, bool) + func (o *Ncgi) HasNid() bool + func (o *Ncgi) SetNid(v string) + func (o *Ncgi) SetNrCellId(v string) + func (o *Ncgi) SetPlmnId(v PlmnId) + func (o Ncgi) MarshalJSON() ([]byte, error) + func (o Ncgi) ToMap() (map[string]interface{}, error) + type NcgiTai struct + CellList []Ncgi + Tai Tai + func NewNcgiTai(tai Tai, cellList []Ncgi) *NcgiTai + func NewNcgiTaiWithDefaults() *NcgiTai + func (o *NcgiTai) GetCellList() []Ncgi + func (o *NcgiTai) GetCellListOk() ([]Ncgi, bool) + func (o *NcgiTai) GetTai() Tai + func (o *NcgiTai) GetTaiOk() (*Tai, bool) + func (o *NcgiTai) SetCellList(v []Ncgi) + func (o *NcgiTai) SetTai(v Tai) + func (o NcgiTai) MarshalJSON() ([]byte, error) + func (o NcgiTai) ToMap() (map[string]interface{}, error) + type NgapIeType struct + NgapIeTypeAnyOf *NgapIeTypeAnyOf + String *string + func (dst *NgapIeType) UnmarshalJSON(data []byte) error + func (src *NgapIeType) MarshalJSON() ([]byte, error) + type NgapIeTypeAnyOf string + const REL_REQ + const SETUP_FAIL + const SETUP_REQ + const SETUP_RSP + func NewNgapIeTypeAnyOfFromValue(v string) (*NgapIeTypeAnyOf, error) + func (v *NgapIeTypeAnyOf) UnmarshalJSON(src []byte) error + func (v NgapIeTypeAnyOf) IsValid() bool + func (v NgapIeTypeAnyOf) Ptr() *NgapIeTypeAnyOf + type NonDynamic5Qi struct + AverWindow *int32 + CnPacketDelayBudgetDl *int32 + CnPacketDelayBudgetUl *int32 + ExtMaxDataBurstVol *int32 + MaxDataBurstVol *int32 + PriorityLevel *int32 + func NewNonDynamic5Qi() *NonDynamic5Qi + func NewNonDynamic5QiWithDefaults() *NonDynamic5Qi + func (o *NonDynamic5Qi) GetAverWindow() int32 + func (o *NonDynamic5Qi) GetAverWindowOk() (*int32, bool) + func (o *NonDynamic5Qi) GetCnPacketDelayBudgetDl() int32 + func (o *NonDynamic5Qi) GetCnPacketDelayBudgetDlOk() (*int32, bool) + func (o *NonDynamic5Qi) GetCnPacketDelayBudgetUl() int32 + func (o *NonDynamic5Qi) GetCnPacketDelayBudgetUlOk() (*int32, bool) + func (o *NonDynamic5Qi) GetExtMaxDataBurstVol() int32 + func (o *NonDynamic5Qi) GetExtMaxDataBurstVolOk() (*int32, bool) + func (o *NonDynamic5Qi) GetMaxDataBurstVol() int32 + func (o *NonDynamic5Qi) GetMaxDataBurstVolOk() (*int32, bool) + func (o *NonDynamic5Qi) GetPriorityLevel() int32 + func (o *NonDynamic5Qi) GetPriorityLevelOk() (*int32, bool) + func (o *NonDynamic5Qi) HasAverWindow() bool + func (o *NonDynamic5Qi) HasCnPacketDelayBudgetDl() bool + func (o *NonDynamic5Qi) HasCnPacketDelayBudgetUl() bool + func (o *NonDynamic5Qi) HasExtMaxDataBurstVol() bool + func (o *NonDynamic5Qi) HasMaxDataBurstVol() bool + func (o *NonDynamic5Qi) HasPriorityLevel() bool + func (o *NonDynamic5Qi) SetAverWindow(v int32) + func (o *NonDynamic5Qi) SetCnPacketDelayBudgetDl(v int32) + func (o *NonDynamic5Qi) SetCnPacketDelayBudgetUl(v int32) + func (o *NonDynamic5Qi) SetExtMaxDataBurstVol(v int32) + func (o *NonDynamic5Qi) SetMaxDataBurstVol(v int32) + func (o *NonDynamic5Qi) SetPriorityLevel(v int32) + func (o NonDynamic5Qi) MarshalJSON() ([]byte, error) + func (o NonDynamic5Qi) ToMap() (map[string]interface{}, error) + type NullValue string + const NULL + func NewNullValueFromValue(v string) (*NullValue, error) + func (v *NullValue) UnmarshalJSON(src []byte) error + func (v NullValue) IsValid() bool + func (v NullValue) Ptr() *NullValue + type NullableAcceptableMbsServInfo struct + func NewNullableAcceptableMbsServInfo(val *AcceptableMbsServInfo) *NullableAcceptableMbsServInfo + func (v *NullableAcceptableMbsServInfo) Set(val *AcceptableMbsServInfo) + func (v *NullableAcceptableMbsServInfo) UnmarshalJSON(src []byte) error + func (v *NullableAcceptableMbsServInfo) Unset() + func (v NullableAcceptableMbsServInfo) Get() *AcceptableMbsServInfo + func (v NullableAcceptableMbsServInfo) IsSet() bool + func (v NullableAcceptableMbsServInfo) MarshalJSON() ([]byte, error) + type NullableAccessTokenErr struct + func NewNullableAccessTokenErr(val *AccessTokenErr) *NullableAccessTokenErr + func (v *NullableAccessTokenErr) Set(val *AccessTokenErr) + func (v *NullableAccessTokenErr) UnmarshalJSON(src []byte) error + func (v *NullableAccessTokenErr) Unset() + func (v NullableAccessTokenErr) Get() *AccessTokenErr + func (v NullableAccessTokenErr) IsSet() bool + func (v NullableAccessTokenErr) MarshalJSON() ([]byte, error) + type NullableAccessTokenReq struct + func NewNullableAccessTokenReq(val *AccessTokenReq) *NullableAccessTokenReq + func (v *NullableAccessTokenReq) Set(val *AccessTokenReq) + func (v *NullableAccessTokenReq) UnmarshalJSON(src []byte) error + func (v *NullableAccessTokenReq) Unset() + func (v NullableAccessTokenReq) Get() *AccessTokenReq + func (v NullableAccessTokenReq) IsSet() bool + func (v NullableAccessTokenReq) MarshalJSON() ([]byte, error) + type NullableArp struct + func NewNullableArp(val *Arp) *NullableArp + func (v *NullableArp) Set(val *Arp) + func (v *NullableArp) UnmarshalJSON(src []byte) error + func (v *NullableArp) Unset() + func (v NullableArp) Get() *Arp + func (v NullableArp) IsSet() bool + func (v NullableArp) MarshalJSON() ([]byte, error) + type NullableBool struct + func NewNullableBool(val *bool) *NullableBool + func (v *NullableBool) Set(val *bool) + func (v *NullableBool) UnmarshalJSON(src []byte) error + func (v *NullableBool) Unset() + func (v NullableBool) Get() *bool + func (v NullableBool) IsSet() bool + func (v NullableBool) MarshalJSON() ([]byte, error) + type NullableBroadcastDeliveryStatus struct + func NewNullableBroadcastDeliveryStatus(val *BroadcastDeliveryStatus) *NullableBroadcastDeliveryStatus + func (v *NullableBroadcastDeliveryStatus) Set(val *BroadcastDeliveryStatus) + func (v *NullableBroadcastDeliveryStatus) UnmarshalJSON(src []byte) error + func (v *NullableBroadcastDeliveryStatus) Unset() + func (v NullableBroadcastDeliveryStatus) Get() *BroadcastDeliveryStatus + func (v NullableBroadcastDeliveryStatus) IsSet() bool + func (v NullableBroadcastDeliveryStatus) MarshalJSON() ([]byte, error) + type NullableBroadcastDeliveryStatusAnyOf struct + func NewNullableBroadcastDeliveryStatusAnyOf(val *BroadcastDeliveryStatusAnyOf) *NullableBroadcastDeliveryStatusAnyOf + func (v *NullableBroadcastDeliveryStatusAnyOf) Set(val *BroadcastDeliveryStatusAnyOf) + func (v *NullableBroadcastDeliveryStatusAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableBroadcastDeliveryStatusAnyOf) Unset() + func (v NullableBroadcastDeliveryStatusAnyOf) Get() *BroadcastDeliveryStatusAnyOf + func (v NullableBroadcastDeliveryStatusAnyOf) IsSet() bool + func (v NullableBroadcastDeliveryStatusAnyOf) MarshalJSON() ([]byte, error) + type NullableCivicAddress struct + func NewNullableCivicAddress(val *CivicAddress) *NullableCivicAddress + func (v *NullableCivicAddress) Set(val *CivicAddress) + func (v *NullableCivicAddress) UnmarshalJSON(src []byte) error + func (v *NullableCivicAddress) Unset() + func (v NullableCivicAddress) Get() *CivicAddress + func (v NullableCivicAddress) IsSet() bool + func (v NullableCivicAddress) MarshalJSON() ([]byte, error) + type NullableContextStatusEvent struct + func NewNullableContextStatusEvent(val *ContextStatusEvent) *NullableContextStatusEvent + func (v *NullableContextStatusEvent) Set(val *ContextStatusEvent) + func (v *NullableContextStatusEvent) UnmarshalJSON(src []byte) error + func (v *NullableContextStatusEvent) Unset() + func (v NullableContextStatusEvent) Get() *ContextStatusEvent + func (v NullableContextStatusEvent) IsSet() bool + func (v NullableContextStatusEvent) MarshalJSON() ([]byte, error) + type NullableContextStatusEventReport struct + func NewNullableContextStatusEventReport(val *ContextStatusEventReport) *NullableContextStatusEventReport + func (v *NullableContextStatusEventReport) Set(val *ContextStatusEventReport) + func (v *NullableContextStatusEventReport) UnmarshalJSON(src []byte) error + func (v *NullableContextStatusEventReport) Unset() + func (v NullableContextStatusEventReport) Get() *ContextStatusEventReport + func (v NullableContextStatusEventReport) IsSet() bool + func (v NullableContextStatusEventReport) MarshalJSON() ([]byte, error) + type NullableContextStatusEventType struct + func NewNullableContextStatusEventType(val *ContextStatusEventType) *NullableContextStatusEventType + func (v *NullableContextStatusEventType) Set(val *ContextStatusEventType) + func (v *NullableContextStatusEventType) UnmarshalJSON(src []byte) error + func (v *NullableContextStatusEventType) Unset() + func (v NullableContextStatusEventType) Get() *ContextStatusEventType + func (v NullableContextStatusEventType) IsSet() bool + func (v NullableContextStatusEventType) MarshalJSON() ([]byte, error) + type NullableContextStatusEventTypeAnyOf struct + func NewNullableContextStatusEventTypeAnyOf(val *ContextStatusEventTypeAnyOf) *NullableContextStatusEventTypeAnyOf + func (v *NullableContextStatusEventTypeAnyOf) Set(val *ContextStatusEventTypeAnyOf) + func (v *NullableContextStatusEventTypeAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableContextStatusEventTypeAnyOf) Unset() + func (v NullableContextStatusEventTypeAnyOf) Get() *ContextStatusEventTypeAnyOf + func (v NullableContextStatusEventTypeAnyOf) IsSet() bool + func (v NullableContextStatusEventTypeAnyOf) MarshalJSON() ([]byte, error) + type NullableContextStatusNotifyReqData struct + func NewNullableContextStatusNotifyReqData(val *ContextStatusNotifyReqData) *NullableContextStatusNotifyReqData + func (v *NullableContextStatusNotifyReqData) Set(val *ContextStatusNotifyReqData) + func (v *NullableContextStatusNotifyReqData) UnmarshalJSON(src []byte) error + func (v *NullableContextStatusNotifyReqData) Unset() + func (v NullableContextStatusNotifyReqData) Get() *ContextStatusNotifyReqData + func (v NullableContextStatusNotifyReqData) IsSet() bool + func (v NullableContextStatusNotifyReqData) MarshalJSON() ([]byte, error) + type NullableContextStatusSubscribeReqData struct + func NewNullableContextStatusSubscribeReqData(val *ContextStatusSubscribeReqData) *NullableContextStatusSubscribeReqData + func (v *NullableContextStatusSubscribeReqData) Set(val *ContextStatusSubscribeReqData) + func (v *NullableContextStatusSubscribeReqData) UnmarshalJSON(src []byte) error + func (v *NullableContextStatusSubscribeReqData) Unset() + func (v NullableContextStatusSubscribeReqData) Get() *ContextStatusSubscribeReqData + func (v NullableContextStatusSubscribeReqData) IsSet() bool + func (v NullableContextStatusSubscribeReqData) MarshalJSON() ([]byte, error) + type NullableContextStatusSubscribeRspData struct + func NewNullableContextStatusSubscribeRspData(val *ContextStatusSubscribeRspData) *NullableContextStatusSubscribeRspData + func (v *NullableContextStatusSubscribeRspData) Set(val *ContextStatusSubscribeRspData) + func (v *NullableContextStatusSubscribeRspData) UnmarshalJSON(src []byte) error + func (v *NullableContextStatusSubscribeRspData) Unset() + func (v NullableContextStatusSubscribeRspData) Get() *ContextStatusSubscribeRspData + func (v NullableContextStatusSubscribeRspData) IsSet() bool + func (v NullableContextStatusSubscribeRspData) MarshalJSON() ([]byte, error) + type NullableContextStatusSubscription struct + func NewNullableContextStatusSubscription(val *ContextStatusSubscription) *NullableContextStatusSubscription + func (v *NullableContextStatusSubscription) Set(val *ContextStatusSubscription) + func (v *NullableContextStatusSubscription) UnmarshalJSON(src []byte) error + func (v *NullableContextStatusSubscription) Unset() + func (v NullableContextStatusSubscription) Get() *ContextStatusSubscription + func (v NullableContextStatusSubscription) IsSet() bool + func (v NullableContextStatusSubscription) MarshalJSON() ([]byte, error) + type NullableContextUpdate200Response struct + func NewNullableContextUpdate200Response(val *ContextUpdate200Response) *NullableContextUpdate200Response + func (v *NullableContextUpdate200Response) Set(val *ContextUpdate200Response) + func (v *NullableContextUpdate200Response) UnmarshalJSON(src []byte) error + func (v *NullableContextUpdate200Response) Unset() + func (v NullableContextUpdate200Response) Get() *ContextUpdate200Response + func (v NullableContextUpdate200Response) IsSet() bool + func (v NullableContextUpdate200Response) MarshalJSON() ([]byte, error) + type NullableContextUpdateAction struct + func NewNullableContextUpdateAction(val *ContextUpdateAction) *NullableContextUpdateAction + func (v *NullableContextUpdateAction) Set(val *ContextUpdateAction) + func (v *NullableContextUpdateAction) UnmarshalJSON(src []byte) error + func (v *NullableContextUpdateAction) Unset() + func (v NullableContextUpdateAction) Get() *ContextUpdateAction + func (v NullableContextUpdateAction) IsSet() bool + func (v NullableContextUpdateAction) MarshalJSON() ([]byte, error) + type NullableContextUpdateActionAnyOf struct + func NewNullableContextUpdateActionAnyOf(val *ContextUpdateActionAnyOf) *NullableContextUpdateActionAnyOf + func (v *NullableContextUpdateActionAnyOf) Set(val *ContextUpdateActionAnyOf) + func (v *NullableContextUpdateActionAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableContextUpdateActionAnyOf) Unset() + func (v NullableContextUpdateActionAnyOf) Get() *ContextUpdateActionAnyOf + func (v NullableContextUpdateActionAnyOf) IsSet() bool + func (v NullableContextUpdateActionAnyOf) MarshalJSON() ([]byte, error) + type NullableContextUpdateReqData struct + func NewNullableContextUpdateReqData(val *ContextUpdateReqData) *NullableContextUpdateReqData + func (v *NullableContextUpdateReqData) Set(val *ContextUpdateReqData) + func (v *NullableContextUpdateReqData) UnmarshalJSON(src []byte) error + func (v *NullableContextUpdateReqData) Unset() + func (v NullableContextUpdateReqData) Get() *ContextUpdateReqData + func (v NullableContextUpdateReqData) IsSet() bool + func (v NullableContextUpdateReqData) MarshalJSON() ([]byte, error) + type NullableContextUpdateRequest struct + func NewNullableContextUpdateRequest(val *ContextUpdateRequest) *NullableContextUpdateRequest + func (v *NullableContextUpdateRequest) Set(val *ContextUpdateRequest) + func (v *NullableContextUpdateRequest) UnmarshalJSON(src []byte) error + func (v *NullableContextUpdateRequest) Unset() + func (v NullableContextUpdateRequest) Get() *ContextUpdateRequest + func (v NullableContextUpdateRequest) IsSet() bool + func (v NullableContextUpdateRequest) MarshalJSON() ([]byte, error) + type NullableContextUpdateRspData struct + func NewNullableContextUpdateRspData(val *ContextUpdateRspData) *NullableContextUpdateRspData + func (v *NullableContextUpdateRspData) Set(val *ContextUpdateRspData) + func (v *NullableContextUpdateRspData) UnmarshalJSON(src []byte) error + func (v *NullableContextUpdateRspData) Unset() + func (v NullableContextUpdateRspData) Get() *ContextUpdateRspData + func (v NullableContextUpdateRspData) IsSet() bool + func (v NullableContextUpdateRspData) MarshalJSON() ([]byte, error) + type NullableCreateReqData struct + func NewNullableCreateReqData(val *CreateReqData) *NullableCreateReqData + func (v *NullableCreateReqData) Set(val *CreateReqData) + func (v *NullableCreateReqData) UnmarshalJSON(src []byte) error + func (v *NullableCreateReqData) Unset() + func (v NullableCreateReqData) Get() *CreateReqData + func (v NullableCreateReqData) IsSet() bool + func (v NullableCreateReqData) MarshalJSON() ([]byte, error) + type NullableCreateRspData struct + func NewNullableCreateRspData(val *CreateRspData) *NullableCreateRspData + func (v *NullableCreateRspData) Set(val *CreateRspData) + func (v *NullableCreateRspData) UnmarshalJSON(src []byte) error + func (v *NullableCreateRspData) Unset() + func (v NullableCreateRspData) Get() *CreateRspData + func (v NullableCreateRspData) IsSet() bool + func (v NullableCreateRspData) MarshalJSON() ([]byte, error) + type NullableDynamic5Qi struct + func NewNullableDynamic5Qi(val *Dynamic5Qi) *NullableDynamic5Qi + func (v *NullableDynamic5Qi) Set(val *Dynamic5Qi) + func (v *NullableDynamic5Qi) UnmarshalJSON(src []byte) error + func (v *NullableDynamic5Qi) Unset() + func (v NullableDynamic5Qi) Get() *Dynamic5Qi + func (v NullableDynamic5Qi) IsSet() bool + func (v NullableDynamic5Qi) MarshalJSON() ([]byte, error) + type NullableEllipsoidArc struct + func NewNullableEllipsoidArc(val *EllipsoidArc) *NullableEllipsoidArc + func (v *NullableEllipsoidArc) Set(val *EllipsoidArc) + func (v *NullableEllipsoidArc) UnmarshalJSON(src []byte) error + func (v *NullableEllipsoidArc) Unset() + func (v NullableEllipsoidArc) Get() *EllipsoidArc + func (v NullableEllipsoidArc) IsSet() bool + func (v NullableEllipsoidArc) MarshalJSON() ([]byte, error) + type NullableEllipsoidArcAllOf struct + func NewNullableEllipsoidArcAllOf(val *EllipsoidArcAllOf) *NullableEllipsoidArcAllOf + func (v *NullableEllipsoidArcAllOf) Set(val *EllipsoidArcAllOf) + func (v *NullableEllipsoidArcAllOf) UnmarshalJSON(src []byte) error + func (v *NullableEllipsoidArcAllOf) Unset() + func (v NullableEllipsoidArcAllOf) Get() *EllipsoidArcAllOf + func (v NullableEllipsoidArcAllOf) IsSet() bool + func (v NullableEllipsoidArcAllOf) MarshalJSON() ([]byte, error) + type NullableExtMbsSession struct + func NewNullableExtMbsSession(val *ExtMbsSession) *NullableExtMbsSession + func (v *NullableExtMbsSession) Set(val *ExtMbsSession) + func (v *NullableExtMbsSession) UnmarshalJSON(src []byte) error + func (v *NullableExtMbsSession) Unset() + func (v NullableExtMbsSession) Get() *ExtMbsSession + func (v NullableExtMbsSession) IsSet() bool + func (v NullableExtMbsSession) MarshalJSON() ([]byte, error) + type NullableExtProblemDetails struct + func NewNullableExtProblemDetails(val *ExtProblemDetails) *NullableExtProblemDetails + func (v *NullableExtProblemDetails) Set(val *ExtProblemDetails) + func (v *NullableExtProblemDetails) UnmarshalJSON(src []byte) error + func (v *NullableExtProblemDetails) Unset() + func (v NullableExtProblemDetails) Get() *ExtProblemDetails + func (v NullableExtProblemDetails) IsSet() bool + func (v NullableExtProblemDetails) MarshalJSON() ([]byte, error) + type NullableExternalMbsServiceArea struct + func NewNullableExternalMbsServiceArea(val *ExternalMbsServiceArea) *NullableExternalMbsServiceArea + func (v *NullableExternalMbsServiceArea) Set(val *ExternalMbsServiceArea) + func (v *NullableExternalMbsServiceArea) UnmarshalJSON(src []byte) error + func (v *NullableExternalMbsServiceArea) Unset() + func (v NullableExternalMbsServiceArea) Get() *ExternalMbsServiceArea + func (v NullableExternalMbsServiceArea) IsSet() bool + func (v NullableExternalMbsServiceArea) MarshalJSON() ([]byte, error) + type NullableFloat32 struct + func NewNullableFloat32(val *float32) *NullableFloat32 + func (v *NullableFloat32) Set(val *float32) + func (v *NullableFloat32) UnmarshalJSON(src []byte) error + func (v *NullableFloat32) Unset() + func (v NullableFloat32) Get() *float32 + func (v NullableFloat32) IsSet() bool + func (v NullableFloat32) MarshalJSON() ([]byte, error) + type NullableFloat64 struct + func NewNullableFloat64(val *float64) *NullableFloat64 + func (v *NullableFloat64) Set(val *float64) + func (v *NullableFloat64) UnmarshalJSON(src []byte) error + func (v *NullableFloat64) Unset() + func (v NullableFloat64) Get() *float64 + func (v NullableFloat64) IsSet() bool + func (v NullableFloat64) MarshalJSON() ([]byte, error) + type NullableGADShape struct + func NewNullableGADShape(val *GADShape) *NullableGADShape + func (v *NullableGADShape) Set(val *GADShape) + func (v *NullableGADShape) UnmarshalJSON(src []byte) error + func (v *NullableGADShape) Unset() + func (v NullableGADShape) Get() *GADShape + func (v NullableGADShape) IsSet() bool + func (v NullableGADShape) MarshalJSON() ([]byte, error) + type NullableGNbId struct + func NewNullableGNbId(val *GNbId) *NullableGNbId + func (v *NullableGNbId) Set(val *GNbId) + func (v *NullableGNbId) UnmarshalJSON(src []byte) error + func (v *NullableGNbId) Unset() + func (v NullableGNbId) Get() *GNbId + func (v NullableGNbId) IsSet() bool + func (v NullableGNbId) MarshalJSON() ([]byte, error) + type NullableGbrQosFlowInformation struct + func NewNullableGbrQosFlowInformation(val *GbrQosFlowInformation) *NullableGbrQosFlowInformation + func (v *NullableGbrQosFlowInformation) Set(val *GbrQosFlowInformation) + func (v *NullableGbrQosFlowInformation) UnmarshalJSON(src []byte) error + func (v *NullableGbrQosFlowInformation) Unset() + func (v NullableGbrQosFlowInformation) Get() *GbrQosFlowInformation + func (v NullableGbrQosFlowInformation) IsSet() bool + func (v NullableGbrQosFlowInformation) MarshalJSON() ([]byte, error) + type NullableGeographicArea struct + func NewNullableGeographicArea(val *GeographicArea) *NullableGeographicArea + func (v *NullableGeographicArea) Set(val *GeographicArea) + func (v *NullableGeographicArea) UnmarshalJSON(src []byte) error + func (v *NullableGeographicArea) Unset() + func (v NullableGeographicArea) Get() *GeographicArea + func (v NullableGeographicArea) IsSet() bool + func (v NullableGeographicArea) MarshalJSON() ([]byte, error) + type NullableGeographicalCoordinates struct + func NewNullableGeographicalCoordinates(val *GeographicalCoordinates) *NullableGeographicalCoordinates + func (v *NullableGeographicalCoordinates) Set(val *GeographicalCoordinates) + func (v *NullableGeographicalCoordinates) UnmarshalJSON(src []byte) error + func (v *NullableGeographicalCoordinates) Unset() + func (v NullableGeographicalCoordinates) Get() *GeographicalCoordinates + func (v NullableGeographicalCoordinates) IsSet() bool + func (v NullableGeographicalCoordinates) MarshalJSON() ([]byte, error) + type NullableGlobalRanNodeId struct + func NewNullableGlobalRanNodeId(val *GlobalRanNodeId) *NullableGlobalRanNodeId + func (v *NullableGlobalRanNodeId) Set(val *GlobalRanNodeId) + func (v *NullableGlobalRanNodeId) UnmarshalJSON(src []byte) error + func (v *NullableGlobalRanNodeId) Unset() + func (v NullableGlobalRanNodeId) Get() *GlobalRanNodeId + func (v NullableGlobalRanNodeId) IsSet() bool + func (v NullableGlobalRanNodeId) MarshalJSON() ([]byte, error) + type NullableIngressTunAddrInfo struct + func NewNullableIngressTunAddrInfo(val *IngressTunAddrInfo) *NullableIngressTunAddrInfo + func (v *NullableIngressTunAddrInfo) Set(val *IngressTunAddrInfo) + func (v *NullableIngressTunAddrInfo) UnmarshalJSON(src []byte) error + func (v *NullableIngressTunAddrInfo) Unset() + func (v NullableIngressTunAddrInfo) Get() *IngressTunAddrInfo + func (v NullableIngressTunAddrInfo) IsSet() bool + func (v NullableIngressTunAddrInfo) MarshalJSON() ([]byte, error) + type NullableInt struct + func NewNullableInt(val *int) *NullableInt + func (v *NullableInt) Set(val *int) + func (v *NullableInt) UnmarshalJSON(src []byte) error + func (v *NullableInt) Unset() + func (v NullableInt) Get() *int + func (v NullableInt) IsSet() bool + func (v NullableInt) MarshalJSON() ([]byte, error) + type NullableInt32 struct + func NewNullableInt32(val *int32) *NullableInt32 + func (v *NullableInt32) Set(val *int32) + func (v *NullableInt32) UnmarshalJSON(src []byte) error + func (v *NullableInt32) Unset() + func (v NullableInt32) Get() *int32 + func (v NullableInt32) IsSet() bool + func (v NullableInt32) MarshalJSON() ([]byte, error) + type NullableInt64 struct + func NewNullableInt64(val *int64) *NullableInt64 + func (v *NullableInt64) Set(val *int64) + func (v *NullableInt64) UnmarshalJSON(src []byte) error + func (v *NullableInt64) Unset() + func (v NullableInt64) Get() *int64 + func (v NullableInt64) IsSet() bool + func (v NullableInt64) MarshalJSON() ([]byte, error) + type NullableInvalidParam struct + func NewNullableInvalidParam(val *InvalidParam) *NullableInvalidParam + func (v *NullableInvalidParam) Set(val *InvalidParam) + func (v *NullableInvalidParam) UnmarshalJSON(src []byte) error + func (v *NullableInvalidParam) Unset() + func (v NullableInvalidParam) Get() *InvalidParam + func (v NullableInvalidParam) IsSet() bool + func (v NullableInvalidParam) MarshalJSON() ([]byte, error) + type NullableIpAddr struct + func NewNullableIpAddr(val *IpAddr) *NullableIpAddr + func (v *NullableIpAddr) Set(val *IpAddr) + func (v *NullableIpAddr) UnmarshalJSON(src []byte) error + func (v *NullableIpAddr) Unset() + func (v NullableIpAddr) Get() *IpAddr + func (v NullableIpAddr) IsSet() bool + func (v NullableIpAddr) MarshalJSON() ([]byte, error) + type NullableIpv6Addr struct + func NewNullableIpv6Addr(val *Ipv6Addr) *NullableIpv6Addr + func (v *NullableIpv6Addr) Set(val *Ipv6Addr) + func (v *NullableIpv6Addr) UnmarshalJSON(src []byte) error + func (v *NullableIpv6Addr) Unset() + func (v NullableIpv6Addr) Get() *Ipv6Addr + func (v NullableIpv6Addr) IsSet() bool + func (v NullableIpv6Addr) MarshalJSON() ([]byte, error) + type NullableIpv6Prefix struct + func NewNullableIpv6Prefix(val *Ipv6Prefix) *NullableIpv6Prefix + func (v *NullableIpv6Prefix) Set(val *Ipv6Prefix) + func (v *NullableIpv6Prefix) UnmarshalJSON(src []byte) error + func (v *NullableIpv6Prefix) Unset() + func (v NullableIpv6Prefix) Get() *Ipv6Prefix + func (v NullableIpv6Prefix) IsSet() bool + func (v NullableIpv6Prefix) MarshalJSON() ([]byte, error) + type NullableLocal2dPointUncertaintyEllipse struct + func NewNullableLocal2dPointUncertaintyEllipse(val *Local2dPointUncertaintyEllipse) *NullableLocal2dPointUncertaintyEllipse + func (v *NullableLocal2dPointUncertaintyEllipse) Set(val *Local2dPointUncertaintyEllipse) + func (v *NullableLocal2dPointUncertaintyEllipse) UnmarshalJSON(src []byte) error + func (v *NullableLocal2dPointUncertaintyEllipse) Unset() + func (v NullableLocal2dPointUncertaintyEllipse) Get() *Local2dPointUncertaintyEllipse + func (v NullableLocal2dPointUncertaintyEllipse) IsSet() bool + func (v NullableLocal2dPointUncertaintyEllipse) MarshalJSON() ([]byte, error) + type NullableLocal2dPointUncertaintyEllipseAllOf struct + func NewNullableLocal2dPointUncertaintyEllipseAllOf(val *Local2dPointUncertaintyEllipseAllOf) *NullableLocal2dPointUncertaintyEllipseAllOf + func (v *NullableLocal2dPointUncertaintyEllipseAllOf) Set(val *Local2dPointUncertaintyEllipseAllOf) + func (v *NullableLocal2dPointUncertaintyEllipseAllOf) UnmarshalJSON(src []byte) error + func (v *NullableLocal2dPointUncertaintyEllipseAllOf) Unset() + func (v NullableLocal2dPointUncertaintyEllipseAllOf) Get() *Local2dPointUncertaintyEllipseAllOf + func (v NullableLocal2dPointUncertaintyEllipseAllOf) IsSet() bool + func (v NullableLocal2dPointUncertaintyEllipseAllOf) MarshalJSON() ([]byte, error) + type NullableLocal3dPointUncertaintyEllipsoid struct + func NewNullableLocal3dPointUncertaintyEllipsoid(val *Local3dPointUncertaintyEllipsoid) *NullableLocal3dPointUncertaintyEllipsoid + func (v *NullableLocal3dPointUncertaintyEllipsoid) Set(val *Local3dPointUncertaintyEllipsoid) + func (v *NullableLocal3dPointUncertaintyEllipsoid) UnmarshalJSON(src []byte) error + func (v *NullableLocal3dPointUncertaintyEllipsoid) Unset() + func (v NullableLocal3dPointUncertaintyEllipsoid) Get() *Local3dPointUncertaintyEllipsoid + func (v NullableLocal3dPointUncertaintyEllipsoid) IsSet() bool + func (v NullableLocal3dPointUncertaintyEllipsoid) MarshalJSON() ([]byte, error) + type NullableLocal3dPointUncertaintyEllipsoidAllOf struct + func NewNullableLocal3dPointUncertaintyEllipsoidAllOf(val *Local3dPointUncertaintyEllipsoidAllOf) *NullableLocal3dPointUncertaintyEllipsoidAllOf + func (v *NullableLocal3dPointUncertaintyEllipsoidAllOf) Set(val *Local3dPointUncertaintyEllipsoidAllOf) + func (v *NullableLocal3dPointUncertaintyEllipsoidAllOf) UnmarshalJSON(src []byte) error + func (v *NullableLocal3dPointUncertaintyEllipsoidAllOf) Unset() + func (v NullableLocal3dPointUncertaintyEllipsoidAllOf) Get() *Local3dPointUncertaintyEllipsoidAllOf + func (v NullableLocal3dPointUncertaintyEllipsoidAllOf) IsSet() bool + func (v NullableLocal3dPointUncertaintyEllipsoidAllOf) MarshalJSON() ([]byte, error) + type NullableLocalOrigin struct + func NewNullableLocalOrigin(val *LocalOrigin) *NullableLocalOrigin + func (v *NullableLocalOrigin) Set(val *LocalOrigin) + func (v *NullableLocalOrigin) UnmarshalJSON(src []byte) error + func (v *NullableLocalOrigin) Unset() + func (v NullableLocalOrigin) Get() *LocalOrigin + func (v NullableLocalOrigin) IsSet() bool + func (v NullableLocalOrigin) MarshalJSON() ([]byte, error) + type NullableMbsContextInfo struct + func NewNullableMbsContextInfo(val *MbsContextInfo) *NullableMbsContextInfo + func (v *NullableMbsContextInfo) Set(val *MbsContextInfo) + func (v *NullableMbsContextInfo) UnmarshalJSON(src []byte) error + func (v *NullableMbsContextInfo) Unset() + func (v NullableMbsContextInfo) Get() *MbsContextInfo + func (v NullableMbsContextInfo) IsSet() bool + func (v NullableMbsContextInfo) MarshalJSON() ([]byte, error) + type NullableMbsKeyInfo struct + func NewNullableMbsKeyInfo(val *MbsKeyInfo) *NullableMbsKeyInfo + func (v *NullableMbsKeyInfo) Set(val *MbsKeyInfo) + func (v *NullableMbsKeyInfo) UnmarshalJSON(src []byte) error + func (v *NullableMbsKeyInfo) Unset() + func (v NullableMbsKeyInfo) Get() *MbsKeyInfo + func (v NullableMbsKeyInfo) IsSet() bool + func (v NullableMbsKeyInfo) MarshalJSON() ([]byte, error) + type NullableMbsMediaComp struct + func NewNullableMbsMediaComp(val *MbsMediaComp) *NullableMbsMediaComp + func (v *NullableMbsMediaComp) Set(val *MbsMediaComp) + func (v *NullableMbsMediaComp) UnmarshalJSON(src []byte) error + func (v *NullableMbsMediaComp) Unset() + func (v NullableMbsMediaComp) Get() *MbsMediaComp + func (v NullableMbsMediaComp) IsSet() bool + func (v NullableMbsMediaComp) MarshalJSON() ([]byte, error) + type NullableMbsMediaCompRm struct + func NewNullableMbsMediaCompRm(val *MbsMediaCompRm) *NullableMbsMediaCompRm + func (v *NullableMbsMediaCompRm) Set(val *MbsMediaCompRm) + func (v *NullableMbsMediaCompRm) UnmarshalJSON(src []byte) error + func (v *NullableMbsMediaCompRm) Unset() + func (v NullableMbsMediaCompRm) Get() *MbsMediaCompRm + func (v NullableMbsMediaCompRm) IsSet() bool + func (v NullableMbsMediaCompRm) MarshalJSON() ([]byte, error) + type NullableMbsMediaInfo struct + func NewNullableMbsMediaInfo(val *MbsMediaInfo) *NullableMbsMediaInfo + func (v *NullableMbsMediaInfo) Set(val *MbsMediaInfo) + func (v *NullableMbsMediaInfo) UnmarshalJSON(src []byte) error + func (v *NullableMbsMediaInfo) Unset() + func (v NullableMbsMediaInfo) Get() *MbsMediaInfo + func (v NullableMbsMediaInfo) IsSet() bool + func (v NullableMbsMediaInfo) MarshalJSON() ([]byte, error) + type NullableMbsQoSReq struct + func NewNullableMbsQoSReq(val *MbsQoSReq) *NullableMbsQoSReq + func (v *NullableMbsQoSReq) Set(val *MbsQoSReq) + func (v *NullableMbsQoSReq) UnmarshalJSON(src []byte) error + func (v *NullableMbsQoSReq) Unset() + func (v NullableMbsQoSReq) Get() *MbsQoSReq + func (v NullableMbsQoSReq) IsSet() bool + func (v NullableMbsQoSReq) MarshalJSON() ([]byte, error) + type NullableMbsSecurityContext struct + func NewNullableMbsSecurityContext(val *MbsSecurityContext) *NullableMbsSecurityContext + func (v *NullableMbsSecurityContext) Set(val *MbsSecurityContext) + func (v *NullableMbsSecurityContext) UnmarshalJSON(src []byte) error + func (v *NullableMbsSecurityContext) Unset() + func (v NullableMbsSecurityContext) Get() *MbsSecurityContext + func (v NullableMbsSecurityContext) IsSet() bool + func (v NullableMbsSecurityContext) MarshalJSON() ([]byte, error) + type NullableMbsServiceArea struct + func NewNullableMbsServiceArea(val *MbsServiceArea) *NullableMbsServiceArea + func (v *NullableMbsServiceArea) Set(val *MbsServiceArea) + func (v *NullableMbsServiceArea) UnmarshalJSON(src []byte) error + func (v *NullableMbsServiceArea) Unset() + func (v NullableMbsServiceArea) Get() *MbsServiceArea + func (v NullableMbsServiceArea) IsSet() bool + func (v NullableMbsServiceArea) MarshalJSON() ([]byte, error) + type NullableMbsServiceAreaInfo struct + func NewNullableMbsServiceAreaInfo(val *MbsServiceAreaInfo) *NullableMbsServiceAreaInfo + func (v *NullableMbsServiceAreaInfo) Set(val *MbsServiceAreaInfo) + func (v *NullableMbsServiceAreaInfo) UnmarshalJSON(src []byte) error + func (v *NullableMbsServiceAreaInfo) Unset() + func (v NullableMbsServiceAreaInfo) Get() *MbsServiceAreaInfo + func (v NullableMbsServiceAreaInfo) IsSet() bool + func (v NullableMbsServiceAreaInfo) MarshalJSON() ([]byte, error) + type NullableMbsServiceInfo struct + func NewNullableMbsServiceInfo(val *MbsServiceInfo) *NullableMbsServiceInfo + func (v *NullableMbsServiceInfo) Set(val *MbsServiceInfo) + func (v *NullableMbsServiceInfo) UnmarshalJSON(src []byte) error + func (v *NullableMbsServiceInfo) Unset() + func (v NullableMbsServiceInfo) Get() *MbsServiceInfo + func (v NullableMbsServiceInfo) IsSet() bool + func (v NullableMbsServiceInfo) MarshalJSON() ([]byte, error) + type NullableMbsServiceType struct + func NewNullableMbsServiceType(val *MbsServiceType) *NullableMbsServiceType + func (v *NullableMbsServiceType) Set(val *MbsServiceType) + func (v *NullableMbsServiceType) UnmarshalJSON(src []byte) error + func (v *NullableMbsServiceType) Unset() + func (v NullableMbsServiceType) Get() *MbsServiceType + func (v NullableMbsServiceType) IsSet() bool + func (v NullableMbsServiceType) MarshalJSON() ([]byte, error) + type NullableMbsServiceTypeAnyOf struct + func NewNullableMbsServiceTypeAnyOf(val *MbsServiceTypeAnyOf) *NullableMbsServiceTypeAnyOf + func (v *NullableMbsServiceTypeAnyOf) Set(val *MbsServiceTypeAnyOf) + func (v *NullableMbsServiceTypeAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableMbsServiceTypeAnyOf) Unset() + func (v NullableMbsServiceTypeAnyOf) Get() *MbsServiceTypeAnyOf + func (v NullableMbsServiceTypeAnyOf) IsSet() bool + func (v NullableMbsServiceTypeAnyOf) MarshalJSON() ([]byte, error) + type NullableMbsSession struct + func NewNullableMbsSession(val *MbsSession) *NullableMbsSession + func (v *NullableMbsSession) Set(val *MbsSession) + func (v *NullableMbsSession) UnmarshalJSON(src []byte) error + func (v *NullableMbsSession) Unset() + func (v NullableMbsSession) Get() *MbsSession + func (v NullableMbsSession) IsSet() bool + func (v NullableMbsSession) MarshalJSON() ([]byte, error) + type NullableMbsSessionActivityStatus struct + func NewNullableMbsSessionActivityStatus(val *MbsSessionActivityStatus) *NullableMbsSessionActivityStatus + func (v *NullableMbsSessionActivityStatus) Set(val *MbsSessionActivityStatus) + func (v *NullableMbsSessionActivityStatus) UnmarshalJSON(src []byte) error + func (v *NullableMbsSessionActivityStatus) Unset() + func (v NullableMbsSessionActivityStatus) Get() *MbsSessionActivityStatus + func (v NullableMbsSessionActivityStatus) IsSet() bool + func (v NullableMbsSessionActivityStatus) MarshalJSON() ([]byte, error) + type NullableMbsSessionActivityStatusAnyOf struct + func NewNullableMbsSessionActivityStatusAnyOf(val *MbsSessionActivityStatusAnyOf) *NullableMbsSessionActivityStatusAnyOf + func (v *NullableMbsSessionActivityStatusAnyOf) Set(val *MbsSessionActivityStatusAnyOf) + func (v *NullableMbsSessionActivityStatusAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableMbsSessionActivityStatusAnyOf) Unset() + func (v NullableMbsSessionActivityStatusAnyOf) Get() *MbsSessionActivityStatusAnyOf + func (v NullableMbsSessionActivityStatusAnyOf) IsSet() bool + func (v NullableMbsSessionActivityStatusAnyOf) MarshalJSON() ([]byte, error) + type NullableMbsSessionEvent struct + func NewNullableMbsSessionEvent(val *MbsSessionEvent) *NullableMbsSessionEvent + func (v *NullableMbsSessionEvent) Set(val *MbsSessionEvent) + func (v *NullableMbsSessionEvent) UnmarshalJSON(src []byte) error + func (v *NullableMbsSessionEvent) Unset() + func (v NullableMbsSessionEvent) Get() *MbsSessionEvent + func (v NullableMbsSessionEvent) IsSet() bool + func (v NullableMbsSessionEvent) MarshalJSON() ([]byte, error) + type NullableMbsSessionEventReport struct + func NewNullableMbsSessionEventReport(val *MbsSessionEventReport) *NullableMbsSessionEventReport + func (v *NullableMbsSessionEventReport) Set(val *MbsSessionEventReport) + func (v *NullableMbsSessionEventReport) UnmarshalJSON(src []byte) error + func (v *NullableMbsSessionEventReport) Unset() + func (v NullableMbsSessionEventReport) Get() *MbsSessionEventReport + func (v NullableMbsSessionEventReport) IsSet() bool + func (v NullableMbsSessionEventReport) MarshalJSON() ([]byte, error) + type NullableMbsSessionEventReportList struct + func NewNullableMbsSessionEventReportList(val *MbsSessionEventReportList) *NullableMbsSessionEventReportList + func (v *NullableMbsSessionEventReportList) Set(val *MbsSessionEventReportList) + func (v *NullableMbsSessionEventReportList) UnmarshalJSON(src []byte) error + func (v *NullableMbsSessionEventReportList) Unset() + func (v NullableMbsSessionEventReportList) Get() *MbsSessionEventReportList + func (v NullableMbsSessionEventReportList) IsSet() bool + func (v NullableMbsSessionEventReportList) MarshalJSON() ([]byte, error) + type NullableMbsSessionEventType struct + func NewNullableMbsSessionEventType(val *MbsSessionEventType) *NullableMbsSessionEventType + func (v *NullableMbsSessionEventType) Set(val *MbsSessionEventType) + func (v *NullableMbsSessionEventType) UnmarshalJSON(src []byte) error + func (v *NullableMbsSessionEventType) Unset() + func (v NullableMbsSessionEventType) Get() *MbsSessionEventType + func (v NullableMbsSessionEventType) IsSet() bool + func (v NullableMbsSessionEventType) MarshalJSON() ([]byte, error) + type NullableMbsSessionEventTypeAnyOf struct + func NewNullableMbsSessionEventTypeAnyOf(val *MbsSessionEventTypeAnyOf) *NullableMbsSessionEventTypeAnyOf + func (v *NullableMbsSessionEventTypeAnyOf) Set(val *MbsSessionEventTypeAnyOf) + func (v *NullableMbsSessionEventTypeAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableMbsSessionEventTypeAnyOf) Unset() + func (v NullableMbsSessionEventTypeAnyOf) Get() *MbsSessionEventTypeAnyOf + func (v NullableMbsSessionEventTypeAnyOf) IsSet() bool + func (v NullableMbsSessionEventTypeAnyOf) MarshalJSON() ([]byte, error) + type NullableMbsSessionExtension struct + func NewNullableMbsSessionExtension(val *MbsSessionExtension) *NullableMbsSessionExtension + func (v *NullableMbsSessionExtension) Set(val *MbsSessionExtension) + func (v *NullableMbsSessionExtension) UnmarshalJSON(src []byte) error + func (v *NullableMbsSessionExtension) Unset() + func (v NullableMbsSessionExtension) Get() *MbsSessionExtension + func (v NullableMbsSessionExtension) IsSet() bool + func (v NullableMbsSessionExtension) MarshalJSON() ([]byte, error) + type NullableMbsSessionId struct + func NewNullableMbsSessionId(val *MbsSessionId) *NullableMbsSessionId + func (v *NullableMbsSessionId) Set(val *MbsSessionId) + func (v *NullableMbsSessionId) UnmarshalJSON(src []byte) error + func (v *NullableMbsSessionId) Unset() + func (v NullableMbsSessionId) Get() *MbsSessionId + func (v NullableMbsSessionId) IsSet() bool + func (v NullableMbsSessionId) MarshalJSON() ([]byte, error) + type NullableMbsSessionSubscription struct + func NewNullableMbsSessionSubscription(val *MbsSessionSubscription) *NullableMbsSessionSubscription + func (v *NullableMbsSessionSubscription) Set(val *MbsSessionSubscription) + func (v *NullableMbsSessionSubscription) UnmarshalJSON(src []byte) error + func (v *NullableMbsSessionSubscription) Unset() + func (v NullableMbsSessionSubscription) Get() *MbsSessionSubscription + func (v NullableMbsSessionSubscription) IsSet() bool + func (v NullableMbsSessionSubscription) MarshalJSON() ([]byte, error) + type NullableMediaType struct + func NewNullableMediaType(val *MediaType) *NullableMediaType + func (v *NullableMediaType) Set(val *MediaType) + func (v *NullableMediaType) UnmarshalJSON(src []byte) error + func (v *NullableMediaType) Unset() + func (v NullableMediaType) Get() *MediaType + func (v NullableMediaType) IsSet() bool + func (v NullableMediaType) MarshalJSON() ([]byte, error) + type NullableMediaTypeAnyOf struct + func NewNullableMediaTypeAnyOf(val *MediaTypeAnyOf) *NullableMediaTypeAnyOf + func (v *NullableMediaTypeAnyOf) Set(val *MediaTypeAnyOf) + func (v *NullableMediaTypeAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableMediaTypeAnyOf) Unset() + func (v NullableMediaTypeAnyOf) Get() *MediaTypeAnyOf + func (v NullableMediaTypeAnyOf) IsSet() bool + func (v NullableMediaTypeAnyOf) MarshalJSON() ([]byte, error) + type NullableMulticastTransportAddressChangeInfo struct + func NewNullableMulticastTransportAddressChangeInfo(val *MulticastTransportAddressChangeInfo) *NullableMulticastTransportAddressChangeInfo + func (v *NullableMulticastTransportAddressChangeInfo) Set(val *MulticastTransportAddressChangeInfo) + func (v *NullableMulticastTransportAddressChangeInfo) UnmarshalJSON(src []byte) error + func (v *NullableMulticastTransportAddressChangeInfo) Unset() + func (v NullableMulticastTransportAddressChangeInfo) Get() *MulticastTransportAddressChangeInfo + func (v NullableMulticastTransportAddressChangeInfo) IsSet() bool + func (v NullableMulticastTransportAddressChangeInfo) MarshalJSON() ([]byte, error) + type NullableN2MbsSmInfo struct + func NewNullableN2MbsSmInfo(val *N2MbsSmInfo) *NullableN2MbsSmInfo + func (v *NullableN2MbsSmInfo) Set(val *N2MbsSmInfo) + func (v *NullableN2MbsSmInfo) UnmarshalJSON(src []byte) error + func (v *NullableN2MbsSmInfo) Unset() + func (v NullableN2MbsSmInfo) Get() *N2MbsSmInfo + func (v NullableN2MbsSmInfo) IsSet() bool + func (v NullableN2MbsSmInfo) MarshalJSON() ([]byte, error) + type NullableNFType struct + func NewNullableNFType(val *NFType) *NullableNFType + func (v *NullableNFType) Set(val *NFType) + func (v *NullableNFType) UnmarshalJSON(src []byte) error + func (v *NullableNFType) Unset() + func (v NullableNFType) Get() *NFType + func (v NullableNFType) IsSet() bool + func (v NullableNFType) MarshalJSON() ([]byte, error) + type NullableNFTypeAnyOf struct + func NewNullableNFTypeAnyOf(val *NFTypeAnyOf) *NullableNFTypeAnyOf + func (v *NullableNFTypeAnyOf) Set(val *NFTypeAnyOf) + func (v *NullableNFTypeAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableNFTypeAnyOf) Unset() + func (v NullableNFTypeAnyOf) Get() *NFTypeAnyOf + func (v NullableNFTypeAnyOf) IsSet() bool + func (v NullableNFTypeAnyOf) MarshalJSON() ([]byte, error) + type NullableNcgi struct + func NewNullableNcgi(val *Ncgi) *NullableNcgi + func (v *NullableNcgi) Set(val *Ncgi) + func (v *NullableNcgi) UnmarshalJSON(src []byte) error + func (v *NullableNcgi) Unset() + func (v NullableNcgi) Get() *Ncgi + func (v NullableNcgi) IsSet() bool + func (v NullableNcgi) MarshalJSON() ([]byte, error) + type NullableNcgiTai struct + func NewNullableNcgiTai(val *NcgiTai) *NullableNcgiTai + func (v *NullableNcgiTai) Set(val *NcgiTai) + func (v *NullableNcgiTai) UnmarshalJSON(src []byte) error + func (v *NullableNcgiTai) Unset() + func (v NullableNcgiTai) Get() *NcgiTai + func (v NullableNcgiTai) IsSet() bool + func (v NullableNcgiTai) MarshalJSON() ([]byte, error) + type NullableNgapIeType struct + func NewNullableNgapIeType(val *NgapIeType) *NullableNgapIeType + func (v *NullableNgapIeType) Set(val *NgapIeType) + func (v *NullableNgapIeType) UnmarshalJSON(src []byte) error + func (v *NullableNgapIeType) Unset() + func (v NullableNgapIeType) Get() *NgapIeType + func (v NullableNgapIeType) IsSet() bool + func (v NullableNgapIeType) MarshalJSON() ([]byte, error) + type NullableNgapIeTypeAnyOf struct + func NewNullableNgapIeTypeAnyOf(val *NgapIeTypeAnyOf) *NullableNgapIeTypeAnyOf + func (v *NullableNgapIeTypeAnyOf) Set(val *NgapIeTypeAnyOf) + func (v *NullableNgapIeTypeAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableNgapIeTypeAnyOf) Unset() + func (v NullableNgapIeTypeAnyOf) Get() *NgapIeTypeAnyOf + func (v NullableNgapIeTypeAnyOf) IsSet() bool + func (v NullableNgapIeTypeAnyOf) MarshalJSON() ([]byte, error) + type NullableNonDynamic5Qi struct + func NewNullableNonDynamic5Qi(val *NonDynamic5Qi) *NullableNonDynamic5Qi + func (v *NullableNonDynamic5Qi) Set(val *NonDynamic5Qi) + func (v *NullableNonDynamic5Qi) UnmarshalJSON(src []byte) error + func (v *NullableNonDynamic5Qi) Unset() + func (v NullableNonDynamic5Qi) Get() *NonDynamic5Qi + func (v NullableNonDynamic5Qi) IsSet() bool + func (v NullableNonDynamic5Qi) MarshalJSON() ([]byte, error) + type NullableNullValue struct + func NewNullableNullValue(val *NullValue) *NullableNullValue + func (v *NullableNullValue) Set(val *NullValue) + func (v *NullableNullValue) UnmarshalJSON(src []byte) error + func (v *NullableNullValue) Unset() + func (v NullableNullValue) Get() *NullValue + func (v NullableNullValue) IsSet() bool + func (v NullableNullValue) MarshalJSON() ([]byte, error) + type NullablePatchItem struct + func NewNullablePatchItem(val *PatchItem) *NullablePatchItem + func (v *NullablePatchItem) Set(val *PatchItem) + func (v *NullablePatchItem) UnmarshalJSON(src []byte) error + func (v *NullablePatchItem) Unset() + func (v NullablePatchItem) Get() *PatchItem + func (v NullablePatchItem) IsSet() bool + func (v NullablePatchItem) MarshalJSON() ([]byte, error) + type NullablePatchOperation struct + func NewNullablePatchOperation(val *PatchOperation) *NullablePatchOperation + func (v *NullablePatchOperation) Set(val *PatchOperation) + func (v *NullablePatchOperation) UnmarshalJSON(src []byte) error + func (v *NullablePatchOperation) Unset() + func (v NullablePatchOperation) Get() *PatchOperation + func (v NullablePatchOperation) IsSet() bool + func (v NullablePatchOperation) MarshalJSON() ([]byte, error) + type NullablePatchOperationAnyOf struct + func NewNullablePatchOperationAnyOf(val *PatchOperationAnyOf) *NullablePatchOperationAnyOf + func (v *NullablePatchOperationAnyOf) Set(val *PatchOperationAnyOf) + func (v *NullablePatchOperationAnyOf) UnmarshalJSON(src []byte) error + func (v *NullablePatchOperationAnyOf) Unset() + func (v NullablePatchOperationAnyOf) Get() *PatchOperationAnyOf + func (v NullablePatchOperationAnyOf) IsSet() bool + func (v NullablePatchOperationAnyOf) MarshalJSON() ([]byte, error) + type NullablePlmnId struct + func NewNullablePlmnId(val *PlmnId) *NullablePlmnId + func (v *NullablePlmnId) Set(val *PlmnId) + func (v *NullablePlmnId) UnmarshalJSON(src []byte) error + func (v *NullablePlmnId) Unset() + func (v NullablePlmnId) Get() *PlmnId + func (v NullablePlmnId) IsSet() bool + func (v NullablePlmnId) MarshalJSON() ([]byte, error) + type NullablePlmnIdNid struct + func NewNullablePlmnIdNid(val *PlmnIdNid) *NullablePlmnIdNid + func (v *NullablePlmnIdNid) Set(val *PlmnIdNid) + func (v *NullablePlmnIdNid) UnmarshalJSON(src []byte) error + func (v *NullablePlmnIdNid) Unset() + func (v NullablePlmnIdNid) Get() *PlmnIdNid + func (v NullablePlmnIdNid) IsSet() bool + func (v NullablePlmnIdNid) MarshalJSON() ([]byte, error) + type NullablePoint struct + func NewNullablePoint(val *Point) *NullablePoint + func (v *NullablePoint) Set(val *Point) + func (v *NullablePoint) UnmarshalJSON(src []byte) error + func (v *NullablePoint) Unset() + func (v NullablePoint) Get() *Point + func (v NullablePoint) IsSet() bool + func (v NullablePoint) MarshalJSON() ([]byte, error) + type NullablePointAllOf struct + func NewNullablePointAllOf(val *PointAllOf) *NullablePointAllOf + func (v *NullablePointAllOf) Set(val *PointAllOf) + func (v *NullablePointAllOf) UnmarshalJSON(src []byte) error + func (v *NullablePointAllOf) Unset() + func (v NullablePointAllOf) Get() *PointAllOf + func (v NullablePointAllOf) IsSet() bool + func (v NullablePointAllOf) MarshalJSON() ([]byte, error) + type NullablePointAltitude struct + func NewNullablePointAltitude(val *PointAltitude) *NullablePointAltitude + func (v *NullablePointAltitude) Set(val *PointAltitude) + func (v *NullablePointAltitude) UnmarshalJSON(src []byte) error + func (v *NullablePointAltitude) Unset() + func (v NullablePointAltitude) Get() *PointAltitude + func (v NullablePointAltitude) IsSet() bool + func (v NullablePointAltitude) MarshalJSON() ([]byte, error) + type NullablePointAltitudeAllOf struct + func NewNullablePointAltitudeAllOf(val *PointAltitudeAllOf) *NullablePointAltitudeAllOf + func (v *NullablePointAltitudeAllOf) Set(val *PointAltitudeAllOf) + func (v *NullablePointAltitudeAllOf) UnmarshalJSON(src []byte) error + func (v *NullablePointAltitudeAllOf) Unset() + func (v NullablePointAltitudeAllOf) Get() *PointAltitudeAllOf + func (v NullablePointAltitudeAllOf) IsSet() bool + func (v NullablePointAltitudeAllOf) MarshalJSON() ([]byte, error) + type NullablePointAltitudeUncertainty struct + func NewNullablePointAltitudeUncertainty(val *PointAltitudeUncertainty) *NullablePointAltitudeUncertainty + func (v *NullablePointAltitudeUncertainty) Set(val *PointAltitudeUncertainty) + func (v *NullablePointAltitudeUncertainty) UnmarshalJSON(src []byte) error + func (v *NullablePointAltitudeUncertainty) Unset() + func (v NullablePointAltitudeUncertainty) Get() *PointAltitudeUncertainty + func (v NullablePointAltitudeUncertainty) IsSet() bool + func (v NullablePointAltitudeUncertainty) MarshalJSON() ([]byte, error) + type NullablePointAltitudeUncertaintyAllOf struct + func NewNullablePointAltitudeUncertaintyAllOf(val *PointAltitudeUncertaintyAllOf) *NullablePointAltitudeUncertaintyAllOf + func (v *NullablePointAltitudeUncertaintyAllOf) Set(val *PointAltitudeUncertaintyAllOf) + func (v *NullablePointAltitudeUncertaintyAllOf) UnmarshalJSON(src []byte) error + func (v *NullablePointAltitudeUncertaintyAllOf) Unset() + func (v NullablePointAltitudeUncertaintyAllOf) Get() *PointAltitudeUncertaintyAllOf + func (v NullablePointAltitudeUncertaintyAllOf) IsSet() bool + func (v NullablePointAltitudeUncertaintyAllOf) MarshalJSON() ([]byte, error) + type NullablePointUncertaintyCircle struct + func NewNullablePointUncertaintyCircle(val *PointUncertaintyCircle) *NullablePointUncertaintyCircle + func (v *NullablePointUncertaintyCircle) Set(val *PointUncertaintyCircle) + func (v *NullablePointUncertaintyCircle) UnmarshalJSON(src []byte) error + func (v *NullablePointUncertaintyCircle) Unset() + func (v NullablePointUncertaintyCircle) Get() *PointUncertaintyCircle + func (v NullablePointUncertaintyCircle) IsSet() bool + func (v NullablePointUncertaintyCircle) MarshalJSON() ([]byte, error) + type NullablePointUncertaintyCircleAllOf struct + func NewNullablePointUncertaintyCircleAllOf(val *PointUncertaintyCircleAllOf) *NullablePointUncertaintyCircleAllOf + func (v *NullablePointUncertaintyCircleAllOf) Set(val *PointUncertaintyCircleAllOf) + func (v *NullablePointUncertaintyCircleAllOf) UnmarshalJSON(src []byte) error + func (v *NullablePointUncertaintyCircleAllOf) Unset() + func (v NullablePointUncertaintyCircleAllOf) Get() *PointUncertaintyCircleAllOf + func (v NullablePointUncertaintyCircleAllOf) IsSet() bool + func (v NullablePointUncertaintyCircleAllOf) MarshalJSON() ([]byte, error) + type NullablePointUncertaintyEllipse struct + func NewNullablePointUncertaintyEllipse(val *PointUncertaintyEllipse) *NullablePointUncertaintyEllipse + func (v *NullablePointUncertaintyEllipse) Set(val *PointUncertaintyEllipse) + func (v *NullablePointUncertaintyEllipse) UnmarshalJSON(src []byte) error + func (v *NullablePointUncertaintyEllipse) Unset() + func (v NullablePointUncertaintyEllipse) Get() *PointUncertaintyEllipse + func (v NullablePointUncertaintyEllipse) IsSet() bool + func (v NullablePointUncertaintyEllipse) MarshalJSON() ([]byte, error) + type NullablePointUncertaintyEllipseAllOf struct + func NewNullablePointUncertaintyEllipseAllOf(val *PointUncertaintyEllipseAllOf) *NullablePointUncertaintyEllipseAllOf + func (v *NullablePointUncertaintyEllipseAllOf) Set(val *PointUncertaintyEllipseAllOf) + func (v *NullablePointUncertaintyEllipseAllOf) UnmarshalJSON(src []byte) error + func (v *NullablePointUncertaintyEllipseAllOf) Unset() + func (v NullablePointUncertaintyEllipseAllOf) Get() *PointUncertaintyEllipseAllOf + func (v NullablePointUncertaintyEllipseAllOf) IsSet() bool + func (v NullablePointUncertaintyEllipseAllOf) MarshalJSON() ([]byte, error) + type NullablePolygon struct + func NewNullablePolygon(val *Polygon) *NullablePolygon + func (v *NullablePolygon) Set(val *Polygon) + func (v *NullablePolygon) UnmarshalJSON(src []byte) error + func (v *NullablePolygon) Unset() + func (v NullablePolygon) Get() *Polygon + func (v NullablePolygon) IsSet() bool + func (v NullablePolygon) MarshalJSON() ([]byte, error) + type NullablePolygonAllOf struct + func NewNullablePolygonAllOf(val *PolygonAllOf) *NullablePolygonAllOf + func (v *NullablePolygonAllOf) Set(val *PolygonAllOf) + func (v *NullablePolygonAllOf) UnmarshalJSON(src []byte) error + func (v *NullablePolygonAllOf) Unset() + func (v NullablePolygonAllOf) Get() *PolygonAllOf + func (v NullablePolygonAllOf) IsSet() bool + func (v NullablePolygonAllOf) MarshalJSON() ([]byte, error) + type NullablePreemptionCapability struct + func NewNullablePreemptionCapability(val *PreemptionCapability) *NullablePreemptionCapability + func (v *NullablePreemptionCapability) Set(val *PreemptionCapability) + func (v *NullablePreemptionCapability) UnmarshalJSON(src []byte) error + func (v *NullablePreemptionCapability) Unset() + func (v NullablePreemptionCapability) Get() *PreemptionCapability + func (v NullablePreemptionCapability) IsSet() bool + func (v NullablePreemptionCapability) MarshalJSON() ([]byte, error) + type NullablePreemptionCapabilityAnyOf struct + func NewNullablePreemptionCapabilityAnyOf(val *PreemptionCapabilityAnyOf) *NullablePreemptionCapabilityAnyOf + func (v *NullablePreemptionCapabilityAnyOf) Set(val *PreemptionCapabilityAnyOf) + func (v *NullablePreemptionCapabilityAnyOf) UnmarshalJSON(src []byte) error + func (v *NullablePreemptionCapabilityAnyOf) Unset() + func (v NullablePreemptionCapabilityAnyOf) Get() *PreemptionCapabilityAnyOf + func (v NullablePreemptionCapabilityAnyOf) IsSet() bool + func (v NullablePreemptionCapabilityAnyOf) MarshalJSON() ([]byte, error) + type NullablePreemptionVulnerability struct + func NewNullablePreemptionVulnerability(val *PreemptionVulnerability) *NullablePreemptionVulnerability + func (v *NullablePreemptionVulnerability) Set(val *PreemptionVulnerability) + func (v *NullablePreemptionVulnerability) UnmarshalJSON(src []byte) error + func (v *NullablePreemptionVulnerability) Unset() + func (v NullablePreemptionVulnerability) Get() *PreemptionVulnerability + func (v NullablePreemptionVulnerability) IsSet() bool + func (v NullablePreemptionVulnerability) MarshalJSON() ([]byte, error) + type NullablePreemptionVulnerabilityAnyOf struct + func NewNullablePreemptionVulnerabilityAnyOf(val *PreemptionVulnerabilityAnyOf) *NullablePreemptionVulnerabilityAnyOf + func (v *NullablePreemptionVulnerabilityAnyOf) Set(val *PreemptionVulnerabilityAnyOf) + func (v *NullablePreemptionVulnerabilityAnyOf) UnmarshalJSON(src []byte) error + func (v *NullablePreemptionVulnerabilityAnyOf) Unset() + func (v NullablePreemptionVulnerabilityAnyOf) Get() *PreemptionVulnerabilityAnyOf + func (v NullablePreemptionVulnerabilityAnyOf) IsSet() bool + func (v NullablePreemptionVulnerabilityAnyOf) MarshalJSON() ([]byte, error) + type NullableProblemDetails struct + func NewNullableProblemDetails(val *ProblemDetails) *NullableProblemDetails + func (v *NullableProblemDetails) Set(val *ProblemDetails) + func (v *NullableProblemDetails) UnmarshalJSON(src []byte) error + func (v *NullableProblemDetails) Unset() + func (v NullableProblemDetails) Get() *ProblemDetails + func (v NullableProblemDetails) IsSet() bool + func (v NullableProblemDetails) MarshalJSON() ([]byte, error) + type NullableProblemDetailsExtension struct + func NewNullableProblemDetailsExtension(val *ProblemDetailsExtension) *NullableProblemDetailsExtension + func (v *NullableProblemDetailsExtension) Set(val *ProblemDetailsExtension) + func (v *NullableProblemDetailsExtension) UnmarshalJSON(src []byte) error + func (v *NullableProblemDetailsExtension) Unset() + func (v NullableProblemDetailsExtension) Get() *ProblemDetailsExtension + func (v NullableProblemDetailsExtension) IsSet() bool + func (v NullableProblemDetailsExtension) MarshalJSON() ([]byte, error) + type NullableQosFlowAddModifyRequestItem struct + func NewNullableQosFlowAddModifyRequestItem(val *QosFlowAddModifyRequestItem) *NullableQosFlowAddModifyRequestItem + func (v *NullableQosFlowAddModifyRequestItem) Set(val *QosFlowAddModifyRequestItem) + func (v *NullableQosFlowAddModifyRequestItem) UnmarshalJSON(src []byte) error + func (v *NullableQosFlowAddModifyRequestItem) Unset() + func (v NullableQosFlowAddModifyRequestItem) Get() *QosFlowAddModifyRequestItem + func (v NullableQosFlowAddModifyRequestItem) IsSet() bool + func (v NullableQosFlowAddModifyRequestItem) MarshalJSON() ([]byte, error) + type NullableQosFlowProfile struct + func NewNullableQosFlowProfile(val *QosFlowProfile) *NullableQosFlowProfile + func (v *NullableQosFlowProfile) Set(val *QosFlowProfile) + func (v *NullableQosFlowProfile) UnmarshalJSON(src []byte) error + func (v *NullableQosFlowProfile) Unset() + func (v NullableQosFlowProfile) Get() *QosFlowProfile + func (v NullableQosFlowProfile) IsSet() bool + func (v NullableQosFlowProfile) MarshalJSON() ([]byte, error) + type NullableQosInfo struct + func NewNullableQosInfo(val *QosInfo) *NullableQosInfo + func (v *NullableQosInfo) Set(val *QosInfo) + func (v *NullableQosInfo) UnmarshalJSON(src []byte) error + func (v *NullableQosInfo) Unset() + func (v NullableQosInfo) Get() *QosInfo + func (v NullableQosInfo) IsSet() bool + func (v NullableQosInfo) MarshalJSON() ([]byte, error) + type NullableQosResourceType struct + func NewNullableQosResourceType(val *QosResourceType) *NullableQosResourceType + func (v *NullableQosResourceType) Set(val *QosResourceType) + func (v *NullableQosResourceType) UnmarshalJSON(src []byte) error + func (v *NullableQosResourceType) Unset() + func (v NullableQosResourceType) Get() *QosResourceType + func (v NullableQosResourceType) IsSet() bool + func (v NullableQosResourceType) MarshalJSON() ([]byte, error) + type NullableQosResourceTypeAnyOf struct + func NewNullableQosResourceTypeAnyOf(val *QosResourceTypeAnyOf) *NullableQosResourceTypeAnyOf + func (v *NullableQosResourceTypeAnyOf) Set(val *QosResourceTypeAnyOf) + func (v *NullableQosResourceTypeAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableQosResourceTypeAnyOf) Unset() + func (v NullableQosResourceTypeAnyOf) Get() *QosResourceTypeAnyOf + func (v NullableQosResourceTypeAnyOf) IsSet() bool + func (v NullableQosResourceTypeAnyOf) MarshalJSON() ([]byte, error) + type NullableRedirectResponse struct + func NewNullableRedirectResponse(val *RedirectResponse) *NullableRedirectResponse + func (v *NullableRedirectResponse) Set(val *RedirectResponse) + func (v *NullableRedirectResponse) UnmarshalJSON(src []byte) error + func (v *NullableRedirectResponse) Unset() + func (v NullableRedirectResponse) Get() *RedirectResponse + func (v NullableRedirectResponse) IsSet() bool + func (v NullableRedirectResponse) MarshalJSON() ([]byte, error) + type NullableRefToBinaryData struct + func NewNullableRefToBinaryData(val *RefToBinaryData) *NullableRefToBinaryData + func (v *NullableRefToBinaryData) Set(val *RefToBinaryData) + func (v *NullableRefToBinaryData) UnmarshalJSON(src []byte) error + func (v *NullableRefToBinaryData) Unset() + func (v NullableRefToBinaryData) Get() *RefToBinaryData + func (v NullableRefToBinaryData) IsSet() bool + func (v NullableRefToBinaryData) MarshalJSON() ([]byte, error) + type NullableRelativeCartesianLocation struct + func NewNullableRelativeCartesianLocation(val *RelativeCartesianLocation) *NullableRelativeCartesianLocation + func (v *NullableRelativeCartesianLocation) Set(val *RelativeCartesianLocation) + func (v *NullableRelativeCartesianLocation) UnmarshalJSON(src []byte) error + func (v *NullableRelativeCartesianLocation) Unset() + func (v NullableRelativeCartesianLocation) Get() *RelativeCartesianLocation + func (v NullableRelativeCartesianLocation) IsSet() bool + func (v NullableRelativeCartesianLocation) MarshalJSON() ([]byte, error) + type NullableReportingMode struct + func NewNullableReportingMode(val *ReportingMode) *NullableReportingMode + func (v *NullableReportingMode) Set(val *ReportingMode) + func (v *NullableReportingMode) UnmarshalJSON(src []byte) error + func (v *NullableReportingMode) Unset() + func (v NullableReportingMode) Get() *ReportingMode + func (v NullableReportingMode) IsSet() bool + func (v NullableReportingMode) MarshalJSON() ([]byte, error) + type NullableReportingModeAnyOf struct + func NewNullableReportingModeAnyOf(val *ReportingModeAnyOf) *NullableReportingModeAnyOf + func (v *NullableReportingModeAnyOf) Set(val *ReportingModeAnyOf) + func (v *NullableReportingModeAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableReportingModeAnyOf) Unset() + func (v NullableReportingModeAnyOf) Get() *ReportingModeAnyOf + func (v NullableReportingModeAnyOf) IsSet() bool + func (v NullableReportingModeAnyOf) MarshalJSON() ([]byte, error) + type NullableReservPriority struct + func NewNullableReservPriority(val *ReservPriority) *NullableReservPriority + func (v *NullableReservPriority) Set(val *ReservPriority) + func (v *NullableReservPriority) UnmarshalJSON(src []byte) error + func (v *NullableReservPriority) Unset() + func (v NullableReservPriority) Get() *ReservPriority + func (v NullableReservPriority) IsSet() bool + func (v NullableReservPriority) MarshalJSON() ([]byte, error) + type NullableReservPriorityAnyOf struct + func NewNullableReservPriorityAnyOf(val *ReservPriorityAnyOf) *NullableReservPriorityAnyOf + func (v *NullableReservPriorityAnyOf) Set(val *ReservPriorityAnyOf) + func (v *NullableReservPriorityAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableReservPriorityAnyOf) Unset() + func (v NullableReservPriorityAnyOf) Get() *ReservPriorityAnyOf + func (v NullableReservPriorityAnyOf) IsSet() bool + func (v NullableReservPriorityAnyOf) MarshalJSON() ([]byte, error) + type NullableSnssai struct + func NewNullableSnssai(val *Snssai) *NullableSnssai + func (v *NullableSnssai) Set(val *Snssai) + func (v *NullableSnssai) UnmarshalJSON(src []byte) error + func (v *NullableSnssai) Unset() + func (v NullableSnssai) Get() *Snssai + func (v NullableSnssai) IsSet() bool + func (v NullableSnssai) MarshalJSON() ([]byte, error) + type NullableSsm struct + func NewNullableSsm(val *Ssm) *NullableSsm + func (v *NullableSsm) Set(val *Ssm) + func (v *NullableSsm) UnmarshalJSON(src []byte) error + func (v *NullableSsm) Unset() + func (v NullableSsm) Get() *Ssm + func (v NullableSsm) IsSet() bool + func (v NullableSsm) MarshalJSON() ([]byte, error) + type NullableStatusNotifyReqData struct + func NewNullableStatusNotifyReqData(val *StatusNotifyReqData) *NullableStatusNotifyReqData + func (v *NullableStatusNotifyReqData) Set(val *StatusNotifyReqData) + func (v *NullableStatusNotifyReqData) UnmarshalJSON(src []byte) error + func (v *NullableStatusNotifyReqData) Unset() + func (v NullableStatusNotifyReqData) Get() *StatusNotifyReqData + func (v NullableStatusNotifyReqData) IsSet() bool + func (v NullableStatusNotifyReqData) MarshalJSON() ([]byte, error) + type NullableStatusSubscribeReqData struct + func NewNullableStatusSubscribeReqData(val *StatusSubscribeReqData) *NullableStatusSubscribeReqData + func (v *NullableStatusSubscribeReqData) Set(val *StatusSubscribeReqData) + func (v *NullableStatusSubscribeReqData) UnmarshalJSON(src []byte) error + func (v *NullableStatusSubscribeReqData) Unset() + func (v NullableStatusSubscribeReqData) Get() *StatusSubscribeReqData + func (v NullableStatusSubscribeReqData) IsSet() bool + func (v NullableStatusSubscribeReqData) MarshalJSON() ([]byte, error) + type NullableStatusSubscribeRspData struct + func NewNullableStatusSubscribeRspData(val *StatusSubscribeRspData) *NullableStatusSubscribeRspData + func (v *NullableStatusSubscribeRspData) Set(val *StatusSubscribeRspData) + func (v *NullableStatusSubscribeRspData) UnmarshalJSON(src []byte) error + func (v *NullableStatusSubscribeRspData) Unset() + func (v NullableStatusSubscribeRspData) Get() *StatusSubscribeRspData + func (v NullableStatusSubscribeRspData) IsSet() bool + func (v NullableStatusSubscribeRspData) MarshalJSON() ([]byte, error) + type NullableString struct + func NewNullableString(val *string) *NullableString + func (v *NullableString) Set(val *string) + func (v *NullableString) UnmarshalJSON(src []byte) error + func (v *NullableString) Unset() + func (v NullableString) Get() *string + func (v NullableString) IsSet() bool + func (v NullableString) MarshalJSON() ([]byte, error) + type NullableSupportedGADShapes struct + func NewNullableSupportedGADShapes(val *SupportedGADShapes) *NullableSupportedGADShapes + func (v *NullableSupportedGADShapes) Set(val *SupportedGADShapes) + func (v *NullableSupportedGADShapes) UnmarshalJSON(src []byte) error + func (v *NullableSupportedGADShapes) Unset() + func (v NullableSupportedGADShapes) Get() *SupportedGADShapes + func (v NullableSupportedGADShapes) IsSet() bool + func (v NullableSupportedGADShapes) MarshalJSON() ([]byte, error) + type NullableSupportedGADShapesAnyOf struct + func NewNullableSupportedGADShapesAnyOf(val *SupportedGADShapesAnyOf) *NullableSupportedGADShapesAnyOf + func (v *NullableSupportedGADShapesAnyOf) Set(val *SupportedGADShapesAnyOf) + func (v *NullableSupportedGADShapesAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableSupportedGADShapesAnyOf) Unset() + func (v NullableSupportedGADShapesAnyOf) Get() *SupportedGADShapesAnyOf + func (v NullableSupportedGADShapesAnyOf) IsSet() bool + func (v NullableSupportedGADShapesAnyOf) MarshalJSON() ([]byte, error) + type NullableTai struct + func NewNullableTai(val *Tai) *NullableTai + func (v *NullableTai) Set(val *Tai) + func (v *NullableTai) UnmarshalJSON(src []byte) error + func (v *NullableTai) Unset() + func (v NullableTai) Get() *Tai + func (v NullableTai) IsSet() bool + func (v NullableTai) MarshalJSON() ([]byte, error) + type NullableTime struct + func NewNullableTime(val *time.Time) *NullableTime + func (v *NullableTime) Set(val *time.Time) + func (v *NullableTime) UnmarshalJSON(src []byte) error + func (v *NullableTime) Unset() + func (v NullableTime) Get() *time.Time + func (v NullableTime) IsSet() bool + func (v NullableTime) MarshalJSON() ([]byte, error) + type NullableTmgi struct + func NewNullableTmgi(val *Tmgi) *NullableTmgi + func (v *NullableTmgi) Set(val *Tmgi) + func (v *NullableTmgi) UnmarshalJSON(src []byte) error + func (v *NullableTmgi) Unset() + func (v NullableTmgi) Get() *Tmgi + func (v NullableTmgi) IsSet() bool + func (v NullableTmgi) MarshalJSON() ([]byte, error) + type NullableTunnelAddress struct + func NewNullableTunnelAddress(val *TunnelAddress) *NullableTunnelAddress + func (v *NullableTunnelAddress) Set(val *TunnelAddress) + func (v *NullableTunnelAddress) UnmarshalJSON(src []byte) error + func (v *NullableTunnelAddress) Unset() + func (v NullableTunnelAddress) Get() *TunnelAddress + func (v NullableTunnelAddress) IsSet() bool + func (v NullableTunnelAddress) MarshalJSON() ([]byte, error) + type NullableUncertaintyEllipse struct + func NewNullableUncertaintyEllipse(val *UncertaintyEllipse) *NullableUncertaintyEllipse + func (v *NullableUncertaintyEllipse) Set(val *UncertaintyEllipse) + func (v *NullableUncertaintyEllipse) UnmarshalJSON(src []byte) error + func (v *NullableUncertaintyEllipse) Unset() + func (v NullableUncertaintyEllipse) Get() *UncertaintyEllipse + func (v NullableUncertaintyEllipse) IsSet() bool + func (v NullableUncertaintyEllipse) MarshalJSON() ([]byte, error) + type NullableUncertaintyEllipsoid struct + func NewNullableUncertaintyEllipsoid(val *UncertaintyEllipsoid) *NullableUncertaintyEllipsoid + func (v *NullableUncertaintyEllipsoid) Set(val *UncertaintyEllipsoid) + func (v *NullableUncertaintyEllipsoid) UnmarshalJSON(src []byte) error + func (v *NullableUncertaintyEllipsoid) Unset() + func (v NullableUncertaintyEllipsoid) Get() *UncertaintyEllipsoid + func (v NullableUncertaintyEllipsoid) IsSet() bool + func (v NullableUncertaintyEllipsoid) MarshalJSON() ([]byte, error) + type PatchItem struct + From *string + Op PatchOperation + Path string + Value interface{} + func NewPatchItem(op PatchOperation, path string) *PatchItem + func NewPatchItemWithDefaults() *PatchItem + func (o *PatchItem) GetFrom() string + func (o *PatchItem) GetFromOk() (*string, bool) + func (o *PatchItem) GetOp() PatchOperation + func (o *PatchItem) GetOpOk() (*PatchOperation, bool) + func (o *PatchItem) GetPath() string + func (o *PatchItem) GetPathOk() (*string, bool) + func (o *PatchItem) GetValue() interface{} + func (o *PatchItem) GetValueOk() (*interface{}, bool) + func (o *PatchItem) HasFrom() bool + func (o *PatchItem) HasValue() bool + func (o *PatchItem) SetFrom(v string) + func (o *PatchItem) SetOp(v PatchOperation) + func (o *PatchItem) SetPath(v string) + func (o *PatchItem) SetValue(v interface{}) + func (o PatchItem) MarshalJSON() ([]byte, error) + func (o PatchItem) ToMap() (map[string]interface{}, error) + type PatchOperation struct + PatchOperationAnyOf *PatchOperationAnyOf + String *string + func (dst *PatchOperation) UnmarshalJSON(data []byte) error + func (src *PatchOperation) MarshalJSON() ([]byte, error) + type PatchOperationAnyOf string + const ADD + const COPY + const MOVE + const REMOVE + const REPLACE + const TEST + func NewPatchOperationAnyOfFromValue(v string) (*PatchOperationAnyOf, error) + func (v *PatchOperationAnyOf) UnmarshalJSON(src []byte) error + func (v PatchOperationAnyOf) IsValid() bool + func (v PatchOperationAnyOf) Ptr() *PatchOperationAnyOf + type PlmnId struct + Mcc string + Mnc string + func NewPlmnId(mcc string, mnc string) *PlmnId + func NewPlmnIdWithDefaults() *PlmnId + func (o *PlmnId) GetMcc() string + func (o *PlmnId) GetMccOk() (*string, bool) + func (o *PlmnId) GetMnc() string + func (o *PlmnId) GetMncOk() (*string, bool) + func (o *PlmnId) SetMcc(v string) + func (o *PlmnId) SetMnc(v string) + func (o PlmnId) MarshalJSON() ([]byte, error) + func (o PlmnId) ToMap() (map[string]interface{}, error) + type PlmnIdNid struct + Mcc string + Mnc string + Nid *string + func NewPlmnIdNid(mcc string, mnc string) *PlmnIdNid + func NewPlmnIdNidWithDefaults() *PlmnIdNid + func (o *PlmnIdNid) GetMcc() string + func (o *PlmnIdNid) GetMccOk() (*string, bool) + func (o *PlmnIdNid) GetMnc() string + func (o *PlmnIdNid) GetMncOk() (*string, bool) + func (o *PlmnIdNid) GetNid() string + func (o *PlmnIdNid) GetNidOk() (*string, bool) + func (o *PlmnIdNid) HasNid() bool + func (o *PlmnIdNid) SetMcc(v string) + func (o *PlmnIdNid) SetMnc(v string) + func (o *PlmnIdNid) SetNid(v string) + func (o PlmnIdNid) MarshalJSON() ([]byte, error) + func (o PlmnIdNid) ToMap() (map[string]interface{}, error) + type Point struct + Point GeographicalCoordinates + func NewPoint(point GeographicalCoordinates, shape SupportedGADShapes) *Point + func NewPointWithDefaults() *Point + func (o *Point) GetPoint() GeographicalCoordinates + func (o *Point) GetPointOk() (*GeographicalCoordinates, bool) + func (o *Point) SetPoint(v GeographicalCoordinates) + func (o Point) MarshalJSON() ([]byte, error) + func (o Point) ToMap() (map[string]interface{}, error) + type PointAllOf struct + Point GeographicalCoordinates + func NewPointAllOf(point GeographicalCoordinates) *PointAllOf + func NewPointAllOfWithDefaults() *PointAllOf + func (o *PointAllOf) GetPoint() GeographicalCoordinates + func (o *PointAllOf) GetPointOk() (*GeographicalCoordinates, bool) + func (o *PointAllOf) SetPoint(v GeographicalCoordinates) + func (o PointAllOf) MarshalJSON() ([]byte, error) + func (o PointAllOf) ToMap() (map[string]interface{}, error) + type PointAltitude struct + Altitude float64 + Point GeographicalCoordinates + func NewPointAltitude(point GeographicalCoordinates, altitude float64, shape SupportedGADShapes) *PointAltitude + func NewPointAltitudeWithDefaults() *PointAltitude + func (o *PointAltitude) GetAltitude() float64 + func (o *PointAltitude) GetAltitudeOk() (*float64, bool) + func (o *PointAltitude) GetPoint() GeographicalCoordinates + func (o *PointAltitude) GetPointOk() (*GeographicalCoordinates, bool) + func (o *PointAltitude) SetAltitude(v float64) + func (o *PointAltitude) SetPoint(v GeographicalCoordinates) + func (o PointAltitude) MarshalJSON() ([]byte, error) + func (o PointAltitude) ToMap() (map[string]interface{}, error) + type PointAltitudeAllOf struct + Altitude float64 + Point GeographicalCoordinates + func NewPointAltitudeAllOf(point GeographicalCoordinates, altitude float64) *PointAltitudeAllOf + func NewPointAltitudeAllOfWithDefaults() *PointAltitudeAllOf + func (o *PointAltitudeAllOf) GetAltitude() float64 + func (o *PointAltitudeAllOf) GetAltitudeOk() (*float64, bool) + func (o *PointAltitudeAllOf) GetPoint() GeographicalCoordinates + func (o *PointAltitudeAllOf) GetPointOk() (*GeographicalCoordinates, bool) + func (o *PointAltitudeAllOf) SetAltitude(v float64) + func (o *PointAltitudeAllOf) SetPoint(v GeographicalCoordinates) + func (o PointAltitudeAllOf) MarshalJSON() ([]byte, error) + func (o PointAltitudeAllOf) ToMap() (map[string]interface{}, error) + type PointAltitudeUncertainty struct + Altitude float64 + Confidence int32 + Point GeographicalCoordinates + UncertaintyAltitude float32 + UncertaintyEllipse UncertaintyEllipse + func NewPointAltitudeUncertainty(point GeographicalCoordinates, altitude float64, ...) *PointAltitudeUncertainty + func NewPointAltitudeUncertaintyWithDefaults() *PointAltitudeUncertainty + func (o *PointAltitudeUncertainty) GetAltitude() float64 + func (o *PointAltitudeUncertainty) GetAltitudeOk() (*float64, bool) + func (o *PointAltitudeUncertainty) GetConfidence() int32 + func (o *PointAltitudeUncertainty) GetConfidenceOk() (*int32, bool) + func (o *PointAltitudeUncertainty) GetPoint() GeographicalCoordinates + func (o *PointAltitudeUncertainty) GetPointOk() (*GeographicalCoordinates, bool) + func (o *PointAltitudeUncertainty) GetUncertaintyAltitude() float32 + func (o *PointAltitudeUncertainty) GetUncertaintyAltitudeOk() (*float32, bool) + func (o *PointAltitudeUncertainty) GetUncertaintyEllipse() UncertaintyEllipse + func (o *PointAltitudeUncertainty) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool) + func (o *PointAltitudeUncertainty) SetAltitude(v float64) + func (o *PointAltitudeUncertainty) SetConfidence(v int32) + func (o *PointAltitudeUncertainty) SetPoint(v GeographicalCoordinates) + func (o *PointAltitudeUncertainty) SetUncertaintyAltitude(v float32) + func (o *PointAltitudeUncertainty) SetUncertaintyEllipse(v UncertaintyEllipse) + func (o PointAltitudeUncertainty) MarshalJSON() ([]byte, error) + func (o PointAltitudeUncertainty) ToMap() (map[string]interface{}, error) + type PointAltitudeUncertaintyAllOf struct + Altitude float64 + Confidence int32 + Point GeographicalCoordinates + UncertaintyAltitude float32 + UncertaintyEllipse UncertaintyEllipse + func NewPointAltitudeUncertaintyAllOf(point GeographicalCoordinates, altitude float64, ...) *PointAltitudeUncertaintyAllOf + func NewPointAltitudeUncertaintyAllOfWithDefaults() *PointAltitudeUncertaintyAllOf + func (o *PointAltitudeUncertaintyAllOf) GetAltitude() float64 + func (o *PointAltitudeUncertaintyAllOf) GetAltitudeOk() (*float64, bool) + func (o *PointAltitudeUncertaintyAllOf) GetConfidence() int32 + func (o *PointAltitudeUncertaintyAllOf) GetConfidenceOk() (*int32, bool) + func (o *PointAltitudeUncertaintyAllOf) GetPoint() GeographicalCoordinates + func (o *PointAltitudeUncertaintyAllOf) GetPointOk() (*GeographicalCoordinates, bool) + func (o *PointAltitudeUncertaintyAllOf) GetUncertaintyAltitude() float32 + func (o *PointAltitudeUncertaintyAllOf) GetUncertaintyAltitudeOk() (*float32, bool) + func (o *PointAltitudeUncertaintyAllOf) GetUncertaintyEllipse() UncertaintyEllipse + func (o *PointAltitudeUncertaintyAllOf) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool) + func (o *PointAltitudeUncertaintyAllOf) SetAltitude(v float64) + func (o *PointAltitudeUncertaintyAllOf) SetConfidence(v int32) + func (o *PointAltitudeUncertaintyAllOf) SetPoint(v GeographicalCoordinates) + func (o *PointAltitudeUncertaintyAllOf) SetUncertaintyAltitude(v float32) + func (o *PointAltitudeUncertaintyAllOf) SetUncertaintyEllipse(v UncertaintyEllipse) + func (o PointAltitudeUncertaintyAllOf) MarshalJSON() ([]byte, error) + func (o PointAltitudeUncertaintyAllOf) ToMap() (map[string]interface{}, error) + type PointUncertaintyCircle struct + Point GeographicalCoordinates + Uncertainty float32 + func NewPointUncertaintyCircle(point GeographicalCoordinates, uncertainty float32, shape SupportedGADShapes) *PointUncertaintyCircle + func NewPointUncertaintyCircleWithDefaults() *PointUncertaintyCircle + func (o *PointUncertaintyCircle) GetPoint() GeographicalCoordinates + func (o *PointUncertaintyCircle) GetPointOk() (*GeographicalCoordinates, bool) + func (o *PointUncertaintyCircle) GetUncertainty() float32 + func (o *PointUncertaintyCircle) GetUncertaintyOk() (*float32, bool) + func (o *PointUncertaintyCircle) SetPoint(v GeographicalCoordinates) + func (o *PointUncertaintyCircle) SetUncertainty(v float32) + func (o PointUncertaintyCircle) MarshalJSON() ([]byte, error) + func (o PointUncertaintyCircle) ToMap() (map[string]interface{}, error) + type PointUncertaintyCircleAllOf struct + Point GeographicalCoordinates + Uncertainty float32 + func NewPointUncertaintyCircleAllOf(point GeographicalCoordinates, uncertainty float32) *PointUncertaintyCircleAllOf + func NewPointUncertaintyCircleAllOfWithDefaults() *PointUncertaintyCircleAllOf + func (o *PointUncertaintyCircleAllOf) GetPoint() GeographicalCoordinates + func (o *PointUncertaintyCircleAllOf) GetPointOk() (*GeographicalCoordinates, bool) + func (o *PointUncertaintyCircleAllOf) GetUncertainty() float32 + func (o *PointUncertaintyCircleAllOf) GetUncertaintyOk() (*float32, bool) + func (o *PointUncertaintyCircleAllOf) SetPoint(v GeographicalCoordinates) + func (o *PointUncertaintyCircleAllOf) SetUncertainty(v float32) + func (o PointUncertaintyCircleAllOf) MarshalJSON() ([]byte, error) + func (o PointUncertaintyCircleAllOf) ToMap() (map[string]interface{}, error) + type PointUncertaintyEllipse struct + Confidence int32 + Point GeographicalCoordinates + UncertaintyEllipse UncertaintyEllipse + func NewPointUncertaintyEllipse(point GeographicalCoordinates, uncertaintyEllipse UncertaintyEllipse, ...) *PointUncertaintyEllipse + func NewPointUncertaintyEllipseWithDefaults() *PointUncertaintyEllipse + func (o *PointUncertaintyEllipse) GetConfidence() int32 + func (o *PointUncertaintyEllipse) GetConfidenceOk() (*int32, bool) + func (o *PointUncertaintyEllipse) GetPoint() GeographicalCoordinates + func (o *PointUncertaintyEllipse) GetPointOk() (*GeographicalCoordinates, bool) + func (o *PointUncertaintyEllipse) GetUncertaintyEllipse() UncertaintyEllipse + func (o *PointUncertaintyEllipse) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool) + func (o *PointUncertaintyEllipse) SetConfidence(v int32) + func (o *PointUncertaintyEllipse) SetPoint(v GeographicalCoordinates) + func (o *PointUncertaintyEllipse) SetUncertaintyEllipse(v UncertaintyEllipse) + func (o PointUncertaintyEllipse) MarshalJSON() ([]byte, error) + func (o PointUncertaintyEllipse) ToMap() (map[string]interface{}, error) + type PointUncertaintyEllipseAllOf struct + Confidence int32 + Point GeographicalCoordinates + UncertaintyEllipse UncertaintyEllipse + func NewPointUncertaintyEllipseAllOf(point GeographicalCoordinates, uncertaintyEllipse UncertaintyEllipse, ...) *PointUncertaintyEllipseAllOf + func NewPointUncertaintyEllipseAllOfWithDefaults() *PointUncertaintyEllipseAllOf + func (o *PointUncertaintyEllipseAllOf) GetConfidence() int32 + func (o *PointUncertaintyEllipseAllOf) GetConfidenceOk() (*int32, bool) + func (o *PointUncertaintyEllipseAllOf) GetPoint() GeographicalCoordinates + func (o *PointUncertaintyEllipseAllOf) GetPointOk() (*GeographicalCoordinates, bool) + func (o *PointUncertaintyEllipseAllOf) GetUncertaintyEllipse() UncertaintyEllipse + func (o *PointUncertaintyEllipseAllOf) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool) + func (o *PointUncertaintyEllipseAllOf) SetConfidence(v int32) + func (o *PointUncertaintyEllipseAllOf) SetPoint(v GeographicalCoordinates) + func (o *PointUncertaintyEllipseAllOf) SetUncertaintyEllipse(v UncertaintyEllipse) + func (o PointUncertaintyEllipseAllOf) MarshalJSON() ([]byte, error) + func (o PointUncertaintyEllipseAllOf) ToMap() (map[string]interface{}, error) + type Polygon struct + PointList []GeographicalCoordinates + func NewPolygon(pointList []GeographicalCoordinates, shape SupportedGADShapes) *Polygon + func NewPolygonWithDefaults() *Polygon + func (o *Polygon) GetPointList() []GeographicalCoordinates + func (o *Polygon) GetPointListOk() ([]GeographicalCoordinates, bool) + func (o *Polygon) SetPointList(v []GeographicalCoordinates) + func (o Polygon) MarshalJSON() ([]byte, error) + func (o Polygon) ToMap() (map[string]interface{}, error) + type PolygonAllOf struct + PointList []GeographicalCoordinates + func NewPolygonAllOf(pointList []GeographicalCoordinates) *PolygonAllOf + func NewPolygonAllOfWithDefaults() *PolygonAllOf + func (o *PolygonAllOf) GetPointList() []GeographicalCoordinates + func (o *PolygonAllOf) GetPointListOk() ([]GeographicalCoordinates, bool) + func (o *PolygonAllOf) SetPointList(v []GeographicalCoordinates) + func (o PolygonAllOf) MarshalJSON() ([]byte, error) + func (o PolygonAllOf) ToMap() (map[string]interface{}, error) + type PreemptionCapability struct + PreemptionCapabilityAnyOf *PreemptionCapabilityAnyOf + String *string + func (dst *PreemptionCapability) UnmarshalJSON(data []byte) error + func (src *PreemptionCapability) MarshalJSON() ([]byte, error) + type PreemptionCapabilityAnyOf string + const MAY_PREEMPT + const NOT_PREEMPT + func NewPreemptionCapabilityAnyOfFromValue(v string) (*PreemptionCapabilityAnyOf, error) + func (v *PreemptionCapabilityAnyOf) UnmarshalJSON(src []byte) error + func (v PreemptionCapabilityAnyOf) IsValid() bool + func (v PreemptionCapabilityAnyOf) Ptr() *PreemptionCapabilityAnyOf + type PreemptionVulnerability struct + PreemptionVulnerabilityAnyOf *PreemptionVulnerabilityAnyOf + String *string + func (dst *PreemptionVulnerability) UnmarshalJSON(data []byte) error + func (src *PreemptionVulnerability) MarshalJSON() ([]byte, error) + type PreemptionVulnerabilityAnyOf string + const NOT_PREEMPTABLE + const PREEMPTABLE + func NewPreemptionVulnerabilityAnyOfFromValue(v string) (*PreemptionVulnerabilityAnyOf, error) + func (v *PreemptionVulnerabilityAnyOf) UnmarshalJSON(src []byte) error + func (v PreemptionVulnerabilityAnyOf) IsValid() bool + func (v PreemptionVulnerabilityAnyOf) Ptr() *PreemptionVulnerabilityAnyOf + type ProblemDetails struct + AccessTokenError *AccessTokenErr + AccessTokenRequest *AccessTokenReq + Cause *string + Detail *string + Instance *string + InvalidParams []InvalidParam + NrfId *string + Status *int32 + SupportedApiVersions []string + SupportedFeatures *string + Title *string + Type *string + func NewProblemDetails() *ProblemDetails + func NewProblemDetailsWithDefaults() *ProblemDetails + func (o *ProblemDetails) GetAccessTokenError() AccessTokenErr + func (o *ProblemDetails) GetAccessTokenErrorOk() (*AccessTokenErr, bool) + func (o *ProblemDetails) GetAccessTokenRequest() AccessTokenReq + func (o *ProblemDetails) GetAccessTokenRequestOk() (*AccessTokenReq, bool) + func (o *ProblemDetails) GetCause() string + func (o *ProblemDetails) GetCauseOk() (*string, bool) + func (o *ProblemDetails) GetDetail() string + func (o *ProblemDetails) GetDetailOk() (*string, bool) + func (o *ProblemDetails) GetInstance() string + func (o *ProblemDetails) GetInstanceOk() (*string, bool) + func (o *ProblemDetails) GetInvalidParams() []InvalidParam + func (o *ProblemDetails) GetInvalidParamsOk() ([]InvalidParam, bool) + func (o *ProblemDetails) GetNrfId() string + func (o *ProblemDetails) GetNrfIdOk() (*string, bool) + func (o *ProblemDetails) GetStatus() int32 + func (o *ProblemDetails) GetStatusOk() (*int32, bool) + func (o *ProblemDetails) GetSupportedApiVersions() []string + func (o *ProblemDetails) GetSupportedApiVersionsOk() ([]string, bool) + func (o *ProblemDetails) GetSupportedFeatures() string + func (o *ProblemDetails) GetSupportedFeaturesOk() (*string, bool) + func (o *ProblemDetails) GetTitle() string + func (o *ProblemDetails) GetTitleOk() (*string, bool) + func (o *ProblemDetails) GetType() string + func (o *ProblemDetails) GetTypeOk() (*string, bool) + func (o *ProblemDetails) HasAccessTokenError() bool + func (o *ProblemDetails) HasAccessTokenRequest() bool + func (o *ProblemDetails) HasCause() bool + func (o *ProblemDetails) HasDetail() bool + func (o *ProblemDetails) HasInstance() bool + func (o *ProblemDetails) HasInvalidParams() bool + func (o *ProblemDetails) HasNrfId() bool + func (o *ProblemDetails) HasStatus() bool + func (o *ProblemDetails) HasSupportedApiVersions() bool + func (o *ProblemDetails) HasSupportedFeatures() bool + func (o *ProblemDetails) HasTitle() bool + func (o *ProblemDetails) HasType() bool + func (o *ProblemDetails) SetAccessTokenError(v AccessTokenErr) + func (o *ProblemDetails) SetAccessTokenRequest(v AccessTokenReq) + func (o *ProblemDetails) SetCause(v string) + func (o *ProblemDetails) SetDetail(v string) + func (o *ProblemDetails) SetInstance(v string) + func (o *ProblemDetails) SetInvalidParams(v []InvalidParam) + func (o *ProblemDetails) SetNrfId(v string) + func (o *ProblemDetails) SetStatus(v int32) + func (o *ProblemDetails) SetSupportedApiVersions(v []string) + func (o *ProblemDetails) SetSupportedFeatures(v string) + func (o *ProblemDetails) SetTitle(v string) + func (o *ProblemDetails) SetType(v string) + func (o ProblemDetails) MarshalJSON() ([]byte, error) + func (o ProblemDetails) ToMap() (map[string]interface{}, error) + type ProblemDetailsExtension struct + AccMbsServiceInfo *AcceptableMbsServInfo + func NewProblemDetailsExtension() *ProblemDetailsExtension + func NewProblemDetailsExtensionWithDefaults() *ProblemDetailsExtension + func (o *ProblemDetailsExtension) GetAccMbsServiceInfo() AcceptableMbsServInfo + func (o *ProblemDetailsExtension) GetAccMbsServiceInfoOk() (*AcceptableMbsServInfo, bool) + func (o *ProblemDetailsExtension) HasAccMbsServiceInfo() bool + func (o *ProblemDetailsExtension) SetAccMbsServiceInfo(v AcceptableMbsServInfo) + func (o ProblemDetailsExtension) MarshalJSON() ([]byte, error) + func (o ProblemDetailsExtension) ToMap() (map[string]interface{}, error) + type QosFlowAddModifyRequestItem struct + Qfi int32 + QosFlowProfile *QosFlowProfile + func NewQosFlowAddModifyRequestItem(qfi int32) *QosFlowAddModifyRequestItem + func NewQosFlowAddModifyRequestItemWithDefaults() *QosFlowAddModifyRequestItem + func (o *QosFlowAddModifyRequestItem) GetQfi() int32 + func (o *QosFlowAddModifyRequestItem) GetQfiOk() (*int32, bool) + func (o *QosFlowAddModifyRequestItem) GetQosFlowProfile() QosFlowProfile + func (o *QosFlowAddModifyRequestItem) GetQosFlowProfileOk() (*QosFlowProfile, bool) + func (o *QosFlowAddModifyRequestItem) HasQosFlowProfile() bool + func (o *QosFlowAddModifyRequestItem) SetQfi(v int32) + func (o *QosFlowAddModifyRequestItem) SetQosFlowProfile(v QosFlowProfile) + func (o QosFlowAddModifyRequestItem) MarshalJSON() ([]byte, error) + func (o QosFlowAddModifyRequestItem) ToMap() (map[string]interface{}, error) + type QosFlowProfile struct + Arp *Arp + Dynamic5Qi *Dynamic5Qi + GbrQosFlowInfo *GbrQosFlowInformation + NonDynamic5Qi *NonDynamic5Qi + Var5qi int32 + func NewQosFlowProfile(var5qi int32) *QosFlowProfile + func NewQosFlowProfileWithDefaults() *QosFlowProfile + func (o *QosFlowProfile) GetArp() Arp + func (o *QosFlowProfile) GetArpOk() (*Arp, bool) + func (o *QosFlowProfile) GetDynamic5Qi() Dynamic5Qi + func (o *QosFlowProfile) GetDynamic5QiOk() (*Dynamic5Qi, bool) + func (o *QosFlowProfile) GetGbrQosFlowInfo() GbrQosFlowInformation + func (o *QosFlowProfile) GetGbrQosFlowInfoOk() (*GbrQosFlowInformation, bool) + func (o *QosFlowProfile) GetNonDynamic5Qi() NonDynamic5Qi + func (o *QosFlowProfile) GetNonDynamic5QiOk() (*NonDynamic5Qi, bool) + func (o *QosFlowProfile) GetVar5qi() int32 + func (o *QosFlowProfile) GetVar5qiOk() (*int32, bool) + func (o *QosFlowProfile) HasArp() bool + func (o *QosFlowProfile) HasDynamic5Qi() bool + func (o *QosFlowProfile) HasGbrQosFlowInfo() bool + func (o *QosFlowProfile) HasNonDynamic5Qi() bool + func (o *QosFlowProfile) SetArp(v Arp) + func (o *QosFlowProfile) SetDynamic5Qi(v Dynamic5Qi) + func (o *QosFlowProfile) SetGbrQosFlowInfo(v GbrQosFlowInformation) + func (o *QosFlowProfile) SetNonDynamic5Qi(v NonDynamic5Qi) + func (o *QosFlowProfile) SetVar5qi(v int32) + func (o QosFlowProfile) MarshalJSON() ([]byte, error) + func (o QosFlowProfile) ToMap() (map[string]interface{}, error) + type QosInfo struct + QosFlowsAddModRequestList []QosFlowAddModifyRequestItem + QosFlowsRelRequestList []int32 + func NewQosInfo() *QosInfo + func NewQosInfoWithDefaults() *QosInfo + func (o *QosInfo) GetQosFlowsAddModRequestList() []QosFlowAddModifyRequestItem + func (o *QosInfo) GetQosFlowsAddModRequestListOk() ([]QosFlowAddModifyRequestItem, bool) + func (o *QosInfo) GetQosFlowsRelRequestList() []int32 + func (o *QosInfo) GetQosFlowsRelRequestListOk() ([]int32, bool) + func (o *QosInfo) HasQosFlowsAddModRequestList() bool + func (o *QosInfo) HasQosFlowsRelRequestList() bool + func (o *QosInfo) SetQosFlowsAddModRequestList(v []QosFlowAddModifyRequestItem) + func (o *QosInfo) SetQosFlowsRelRequestList(v []int32) + func (o QosInfo) MarshalJSON() ([]byte, error) + func (o QosInfo) ToMap() (map[string]interface{}, error) + type QosResourceType struct + QosResourceTypeAnyOf *QosResourceTypeAnyOf + String *string + func (dst *QosResourceType) UnmarshalJSON(data []byte) error + func (src *QosResourceType) MarshalJSON() ([]byte, error) + type QosResourceTypeAnyOf string + const CRITICAL_GBR + const NON_CRITICAL_GBR + const NON_GBR + func NewQosResourceTypeAnyOfFromValue(v string) (*QosResourceTypeAnyOf, error) + func (v *QosResourceTypeAnyOf) UnmarshalJSON(src []byte) error + func (v QosResourceTypeAnyOf) IsValid() bool + func (v QosResourceTypeAnyOf) Ptr() *QosResourceTypeAnyOf + type RedirectResponse struct + Cause *string + TargetScp *string + TargetSepp *string + func NewRedirectResponse() *RedirectResponse + func NewRedirectResponseWithDefaults() *RedirectResponse + func (o *RedirectResponse) GetCause() string + func (o *RedirectResponse) GetCauseOk() (*string, bool) + func (o *RedirectResponse) GetTargetScp() string + func (o *RedirectResponse) GetTargetScpOk() (*string, bool) + func (o *RedirectResponse) GetTargetSepp() string + func (o *RedirectResponse) GetTargetSeppOk() (*string, bool) + func (o *RedirectResponse) HasCause() bool + func (o *RedirectResponse) HasTargetScp() bool + func (o *RedirectResponse) HasTargetSepp() bool + func (o *RedirectResponse) SetCause(v string) + func (o *RedirectResponse) SetTargetScp(v string) + func (o *RedirectResponse) SetTargetSepp(v string) + func (o RedirectResponse) MarshalJSON() ([]byte, error) + func (o RedirectResponse) ToMap() (map[string]interface{}, error) + type RefToBinaryData struct + ContentId string + func NewRefToBinaryData(contentId string) *RefToBinaryData + func NewRefToBinaryDataWithDefaults() *RefToBinaryData + func (o *RefToBinaryData) GetContentId() string + func (o *RefToBinaryData) GetContentIdOk() (*string, bool) + func (o *RefToBinaryData) SetContentId(v string) + func (o RefToBinaryData) MarshalJSON() ([]byte, error) + func (o RefToBinaryData) ToMap() (map[string]interface{}, error) + type RelativeCartesianLocation struct + X float32 + Y float32 + Z *float32 + func NewRelativeCartesianLocation(x float32, y float32) *RelativeCartesianLocation + func NewRelativeCartesianLocationWithDefaults() *RelativeCartesianLocation + func (o *RelativeCartesianLocation) GetX() float32 + func (o *RelativeCartesianLocation) GetXOk() (*float32, bool) + func (o *RelativeCartesianLocation) GetY() float32 + func (o *RelativeCartesianLocation) GetYOk() (*float32, bool) + func (o *RelativeCartesianLocation) GetZ() float32 + func (o *RelativeCartesianLocation) GetZOk() (*float32, bool) + func (o *RelativeCartesianLocation) HasZ() bool + func (o *RelativeCartesianLocation) SetX(v float32) + func (o *RelativeCartesianLocation) SetY(v float32) + func (o *RelativeCartesianLocation) SetZ(v float32) + func (o RelativeCartesianLocation) MarshalJSON() ([]byte, error) + func (o RelativeCartesianLocation) ToMap() (map[string]interface{}, error) + type ReportingMode struct + ReportingModeAnyOf *ReportingModeAnyOf + String *string + func (dst *ReportingMode) UnmarshalJSON(data []byte) error + func (src *ReportingMode) MarshalJSON() ([]byte, error) + type ReportingModeAnyOf string + const CONTINUOUS + const ONE_TIME + func NewReportingModeAnyOfFromValue(v string) (*ReportingModeAnyOf, error) + func (v *ReportingModeAnyOf) UnmarshalJSON(src []byte) error + func (v ReportingModeAnyOf) IsValid() bool + func (v ReportingModeAnyOf) Ptr() *ReportingModeAnyOf + type ReservPriority struct + ReservPriorityAnyOf *ReservPriorityAnyOf + String *string + func (dst *ReservPriority) UnmarshalJSON(data []byte) error + func (src *ReservPriority) MarshalJSON() ([]byte, error) + type ReservPriorityAnyOf string + func NewReservPriorityAnyOfFromValue(v string) (*ReservPriorityAnyOf, error) + func (v *ReservPriorityAnyOf) UnmarshalJSON(src []byte) error + func (v ReservPriorityAnyOf) IsValid() bool + func (v ReservPriorityAnyOf) Ptr() *ReservPriorityAnyOf + type ServerConfiguration struct + Description string + URL string + Variables map[string]ServerVariable + type ServerConfigurations []ServerConfiguration + func (sc ServerConfigurations) URL(index int, variables map[string]string) (string, error) + type ServerVariable struct + DefaultValue string + Description string + EnumValues []string + type Snssai struct + Sd *string + Sst int32 + func NewSnssai(sst int32) *Snssai + func NewSnssaiWithDefaults() *Snssai + func (o *Snssai) GetSd() string + func (o *Snssai) GetSdOk() (*string, bool) + func (o *Snssai) GetSst() int32 + func (o *Snssai) GetSstOk() (*int32, bool) + func (o *Snssai) HasSd() bool + func (o *Snssai) SetSd(v string) + func (o *Snssai) SetSst(v int32) + func (o Snssai) MarshalJSON() ([]byte, error) + func (o Snssai) ToMap() (map[string]interface{}, error) + type Ssm struct + DestIpAddr IpAddr + SourceIpAddr IpAddr + func NewSsm(sourceIpAddr IpAddr, destIpAddr IpAddr) *Ssm + func NewSsmWithDefaults() *Ssm + func (o *Ssm) GetDestIpAddr() IpAddr + func (o *Ssm) GetDestIpAddrOk() (*IpAddr, bool) + func (o *Ssm) GetSourceIpAddr() IpAddr + func (o *Ssm) GetSourceIpAddrOk() (*IpAddr, bool) + func (o *Ssm) SetDestIpAddr(v IpAddr) + func (o *Ssm) SetSourceIpAddr(v IpAddr) + func (o Ssm) MarshalJSON() ([]byte, error) + func (o Ssm) ToMap() (map[string]interface{}, error) + type StatusNotifyReqData struct + EventList MbsSessionEventReportList + func NewStatusNotifyReqData(eventList MbsSessionEventReportList) *StatusNotifyReqData + func NewStatusNotifyReqDataWithDefaults() *StatusNotifyReqData + func (o *StatusNotifyReqData) GetEventList() MbsSessionEventReportList + func (o *StatusNotifyReqData) GetEventListOk() (*MbsSessionEventReportList, bool) + func (o *StatusNotifyReqData) SetEventList(v MbsSessionEventReportList) + func (o StatusNotifyReqData) MarshalJSON() ([]byte, error) + func (o StatusNotifyReqData) ToMap() (map[string]interface{}, error) + type StatusSubscribeReqData struct + Subscription MbsSessionSubscription + func NewStatusSubscribeReqData(subscription MbsSessionSubscription) *StatusSubscribeReqData + func NewStatusSubscribeReqDataWithDefaults() *StatusSubscribeReqData + func (o *StatusSubscribeReqData) GetSubscription() MbsSessionSubscription + func (o *StatusSubscribeReqData) GetSubscriptionOk() (*MbsSessionSubscription, bool) + func (o *StatusSubscribeReqData) SetSubscription(v MbsSessionSubscription) + func (o StatusSubscribeReqData) MarshalJSON() ([]byte, error) + func (o StatusSubscribeReqData) ToMap() (map[string]interface{}, error) + type StatusSubscribeRspData struct + EventList *MbsSessionEventReportList + Subscription MbsSessionSubscription + func NewStatusSubscribeRspData(subscription MbsSessionSubscription) *StatusSubscribeRspData + func NewStatusSubscribeRspDataWithDefaults() *StatusSubscribeRspData + func (o *StatusSubscribeRspData) GetEventList() MbsSessionEventReportList + func (o *StatusSubscribeRspData) GetEventListOk() (*MbsSessionEventReportList, bool) + func (o *StatusSubscribeRspData) GetSubscription() MbsSessionSubscription + func (o *StatusSubscribeRspData) GetSubscriptionOk() (*MbsSessionSubscription, bool) + func (o *StatusSubscribeRspData) HasEventList() bool + func (o *StatusSubscribeRspData) SetEventList(v MbsSessionEventReportList) + func (o *StatusSubscribeRspData) SetSubscription(v MbsSessionSubscription) + func (o StatusSubscribeRspData) MarshalJSON() ([]byte, error) + func (o StatusSubscribeRspData) ToMap() (map[string]interface{}, error) + type SubscriptionsCollectionForMBSContextsApiService service + func (a *SubscriptionsCollectionForMBSContextsApiService) ContextStatusSubscribe(ctx context.Context) ApiContextStatusSubscribeRequest + func (a *SubscriptionsCollectionForMBSContextsApiService) ContextStatusSubscribeExecute(r ApiContextStatusSubscribeRequest) (*ContextStatusSubscribeRspData, *http.Response, error) + type SubscriptionsCollectionForMBSSessionsApiService service + func (a *SubscriptionsCollectionForMBSSessionsApiService) StatusSubscribe(ctx context.Context) ApiStatusSubscribeRequest + func (a *SubscriptionsCollectionForMBSSessionsApiService) StatusSubscribeExecute(r ApiStatusSubscribeRequest) (*StatusSubscribeRspData, *http.Response, error) + type SupportedGADShapes struct + String *string + SupportedGADShapesAnyOf *SupportedGADShapesAnyOf + func (dst *SupportedGADShapes) UnmarshalJSON(data []byte) error + func (src *SupportedGADShapes) MarshalJSON() ([]byte, error) + type SupportedGADShapesAnyOf string + const ELLIPSOID_ARC + const LOCAL_2_D_POINT_UNCERTAINTY_ELLIPSE + const LOCAL_3_D_POINT_UNCERTAINTY_ELLIPSOID + const POINT + const POINT_ALTITUDE + const POINT_ALTITUDE_UNCERTAINTY + const POINT_UNCERTAINTY_CIRCLE + const POINT_UNCERTAINTY_ELLIPSE + const POLYGON + func NewSupportedGADShapesAnyOfFromValue(v string) (*SupportedGADShapesAnyOf, error) + func (v *SupportedGADShapesAnyOf) UnmarshalJSON(src []byte) error + func (v SupportedGADShapesAnyOf) IsValid() bool + func (v SupportedGADShapesAnyOf) Ptr() *SupportedGADShapesAnyOf + type Tai struct + Nid *string + PlmnId PlmnId + Tac string + func NewTai(plmnId PlmnId, tac string) *Tai + func NewTaiWithDefaults() *Tai + func (o *Tai) GetNid() string + func (o *Tai) GetNidOk() (*string, bool) + func (o *Tai) GetPlmnId() PlmnId + func (o *Tai) GetPlmnIdOk() (*PlmnId, bool) + func (o *Tai) GetTac() string + func (o *Tai) GetTacOk() (*string, bool) + func (o *Tai) HasNid() bool + func (o *Tai) SetNid(v string) + func (o *Tai) SetPlmnId(v PlmnId) + func (o *Tai) SetTac(v string) + func (o Tai) MarshalJSON() ([]byte, error) + func (o Tai) ToMap() (map[string]interface{}, error) + type Tmgi struct + MbsServiceId string + PlmnId PlmnId + func NewTmgi(mbsServiceId string, plmnId PlmnId) *Tmgi + func NewTmgiWithDefaults() *Tmgi + func (o *Tmgi) GetMbsServiceId() string + func (o *Tmgi) GetMbsServiceIdOk() (*string, bool) + func (o *Tmgi) GetPlmnId() PlmnId + func (o *Tmgi) GetPlmnIdOk() (*PlmnId, bool) + func (o *Tmgi) SetMbsServiceId(v string) + func (o *Tmgi) SetPlmnId(v PlmnId) + func (o Tmgi) MarshalJSON() ([]byte, error) + func (o Tmgi) ToMap() (map[string]interface{}, error) + type TunnelAddress struct + Interface *interface{} + func (dst *TunnelAddress) UnmarshalJSON(data []byte) error + func (src *TunnelAddress) MarshalJSON() ([]byte, error) + type UncertaintyEllipse struct + OrientationMajor int32 + SemiMajor float32 + SemiMinor float32 + func NewUncertaintyEllipse(semiMajor float32, semiMinor float32, orientationMajor int32) *UncertaintyEllipse + func NewUncertaintyEllipseWithDefaults() *UncertaintyEllipse + func (o *UncertaintyEllipse) GetOrientationMajor() int32 + func (o *UncertaintyEllipse) GetOrientationMajorOk() (*int32, bool) + func (o *UncertaintyEllipse) GetSemiMajor() float32 + func (o *UncertaintyEllipse) GetSemiMajorOk() (*float32, bool) + func (o *UncertaintyEllipse) GetSemiMinor() float32 + func (o *UncertaintyEllipse) GetSemiMinorOk() (*float32, bool) + func (o *UncertaintyEllipse) SetOrientationMajor(v int32) + func (o *UncertaintyEllipse) SetSemiMajor(v float32) + func (o *UncertaintyEllipse) SetSemiMinor(v float32) + func (o UncertaintyEllipse) MarshalJSON() ([]byte, error) + func (o UncertaintyEllipse) ToMap() (map[string]interface{}, error) + type UncertaintyEllipsoid struct + OrientationMajor int32 + SemiMajor float32 + SemiMinor float32 + Vertical float32 + func NewUncertaintyEllipsoid(semiMajor float32, semiMinor float32, vertical float32, orientationMajor int32) *UncertaintyEllipsoid + func NewUncertaintyEllipsoidWithDefaults() *UncertaintyEllipsoid + func (o *UncertaintyEllipsoid) GetOrientationMajor() int32 + func (o *UncertaintyEllipsoid) GetOrientationMajorOk() (*int32, bool) + func (o *UncertaintyEllipsoid) GetSemiMajor() float32 + func (o *UncertaintyEllipsoid) GetSemiMajorOk() (*float32, bool) + func (o *UncertaintyEllipsoid) GetSemiMinor() float32 + func (o *UncertaintyEllipsoid) GetSemiMinorOk() (*float32, bool) + func (o *UncertaintyEllipsoid) GetVertical() float32 + func (o *UncertaintyEllipsoid) GetVerticalOk() (*float32, bool) + func (o *UncertaintyEllipsoid) SetOrientationMajor(v int32) + func (o *UncertaintyEllipsoid) SetSemiMajor(v float32) + func (o *UncertaintyEllipsoid) SetSemiMinor(v float32) + func (o *UncertaintyEllipsoid) SetVertical(v float32) + func (o UncertaintyEllipsoid) MarshalJSON() ([]byte, error) + func (o UncertaintyEllipsoid) ToMap() (map[string]interface{}, error)