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 AllowedEventTypeAnyOfEnumValues = []EventTypeAnyOf + var AllowedFailedCauseAnyOfEnumValues = []FailedCauseAnyOf + var AllowedLineTypeAnyOfEnumValues = []LineTypeAnyOf + var AllowedLocationAccuracyAnyOfEnumValues = []LocationAccuracyAnyOf + var AllowedLossOfConnectivityReasonAnyOfEnumValues = []LossOfConnectivityReasonAnyOf + var AllowedNFTypeAnyOfEnumValues = []NFTypeAnyOf + var AllowedPatchOperationAnyOfEnumValues = []PatchOperationAnyOf + var AllowedPdnConnectivityStatusAnyOfEnumValues = []PdnConnectivityStatusAnyOf + var AllowedPduSessionTypeAnyOfEnumValues = []PduSessionTypeAnyOf + var AllowedTransportProtocolAnyOfEnumValues = []TransportProtocolAnyOf + var ContextOAuth2 = contextKey("token") + var ContextOperationServerIndices = contextKey("serverOperationIndices") + var ContextOperationServerVariables = contextKey("serverOperationVariables") + var ContextServerIndex = contextKey("serverIndex") + var ContextServerVariables = contextKey("serverVariables") + func CacheExpires(r *http.Response) time.Time + func PtrBool(v bool) *bool + func PtrFloat32(v float32) *float32 + func PtrFloat64(v float64) *float64 + func PtrInt(v int) *int + func PtrInt32(v int32) *int32 + func PtrInt64(v int64) *int64 + func PtrString(v string) *string + func PtrTime(v time.Time) *time.Time + type APIClient struct + DeleteEESubscriptionApi *DeleteEESubscriptionApiService + EESubscriptionCollectionApi *EESubscriptionCollectionApiService + UpdateEESubscriptionApi *UpdateEESubscriptionApiService + 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 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 ApiCreateEeSubscriptionRequest struct + ApiService *EESubscriptionCollectionApiService + func (r ApiCreateEeSubscriptionRequest) EeSubscription(eeSubscription EeSubscription) ApiCreateEeSubscriptionRequest + func (r ApiCreateEeSubscriptionRequest) Execute() (*CreatedEeSubscription, *http.Response, error) + type ApiDeleteEeSubscriptionRequest struct + ApiService *DeleteEESubscriptionApiService + func (r ApiDeleteEeSubscriptionRequest) Execute() (*http.Response, error) + type ApiUpdateEeSubscriptionRequest struct + ApiService *UpdateEESubscriptionApiService + func (r ApiUpdateEeSubscriptionRequest) Execute() (*PatchResult, *http.Response, error) + func (r ApiUpdateEeSubscriptionRequest) PatchItem(patchItem []PatchItem) ApiUpdateEeSubscriptionRequest + type BasicAuth struct + Password string + UserName string + type CellGlobalId struct + CellId string + Lac string + PlmnId PlmnId + func NewCellGlobalId(plmnId PlmnId, lac string, cellId string) *CellGlobalId + func NewCellGlobalIdWithDefaults() *CellGlobalId + func (o *CellGlobalId) GetCellId() string + func (o *CellGlobalId) GetCellIdOk() (*string, bool) + func (o *CellGlobalId) GetLac() string + func (o *CellGlobalId) GetLacOk() (*string, bool) + func (o *CellGlobalId) GetPlmnId() PlmnId + func (o *CellGlobalId) GetPlmnIdOk() (*PlmnId, bool) + func (o *CellGlobalId) SetCellId(v string) + func (o *CellGlobalId) SetLac(v string) + func (o *CellGlobalId) SetPlmnId(v PlmnId) + func (o CellGlobalId) MarshalJSON() ([]byte, error) + func (o CellGlobalId) ToMap() (map[string]interface{}, error) + type 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 CreatedEeSubscription struct + EeSubscription EeSubscription + EventReports []MonitoringReport + FailedMonitoringConfigs *map[string]FailedMonitoringConfiguration + SupportedFeatures *string + func NewCreatedEeSubscription(eeSubscription EeSubscription) *CreatedEeSubscription + func NewCreatedEeSubscriptionWithDefaults() *CreatedEeSubscription + func (o *CreatedEeSubscription) GetEeSubscription() EeSubscription + func (o *CreatedEeSubscription) GetEeSubscriptionOk() (*EeSubscription, bool) + func (o *CreatedEeSubscription) GetEventReports() []MonitoringReport + func (o *CreatedEeSubscription) GetEventReportsOk() ([]MonitoringReport, bool) + func (o *CreatedEeSubscription) GetFailedMonitoringConfigs() map[string]FailedMonitoringConfiguration + func (o *CreatedEeSubscription) GetFailedMonitoringConfigsOk() (*map[string]FailedMonitoringConfiguration, bool) + func (o *CreatedEeSubscription) GetSupportedFeatures() string + func (o *CreatedEeSubscription) GetSupportedFeaturesOk() (*string, bool) + func (o *CreatedEeSubscription) HasEventReports() bool + func (o *CreatedEeSubscription) HasFailedMonitoringConfigs() bool + func (o *CreatedEeSubscription) HasSupportedFeatures() bool + func (o *CreatedEeSubscription) SetEeSubscription(v EeSubscription) + func (o *CreatedEeSubscription) SetEventReports(v []MonitoringReport) + func (o *CreatedEeSubscription) SetFailedMonitoringConfigs(v map[string]FailedMonitoringConfiguration) + func (o *CreatedEeSubscription) SetSupportedFeatures(v string) + func (o CreatedEeSubscription) MarshalJSON() ([]byte, error) + func (o CreatedEeSubscription) ToMap() (map[string]interface{}, error) + type DeleteEESubscriptionApiService service + func (a *DeleteEESubscriptionApiService) DeleteEeSubscription(ctx context.Context, ueId string, subscriptionId string) ApiDeleteEeSubscriptionRequest + func (a *DeleteEESubscriptionApiService) DeleteEeSubscriptionExecute(r ApiDeleteEeSubscriptionRequest) (*http.Response, error) + type EESubscriptionCollectionApiService service + func (a *EESubscriptionCollectionApiService) CreateEeSubscription(ctx context.Context, ueId string) ApiCreateEeSubscriptionRequest + func (a *EESubscriptionCollectionApiService) CreateEeSubscriptionExecute(r ApiCreateEeSubscriptionRequest) (*CreatedEeSubscription, *http.Response, error) + type Ecgi struct + EutraCellId string + Nid *string + PlmnId PlmnId + func NewEcgi(plmnId PlmnId, eutraCellId string) *Ecgi + func NewEcgiWithDefaults() *Ecgi + func (o *Ecgi) GetEutraCellId() string + func (o *Ecgi) GetEutraCellIdOk() (*string, bool) + func (o *Ecgi) GetNid() string + func (o *Ecgi) GetNidOk() (*string, bool) + func (o *Ecgi) GetPlmnId() PlmnId + func (o *Ecgi) GetPlmnIdOk() (*PlmnId, bool) + func (o *Ecgi) HasNid() bool + func (o *Ecgi) SetEutraCellId(v string) + func (o *Ecgi) SetNid(v string) + func (o *Ecgi) SetPlmnId(v PlmnId) + func (o Ecgi) MarshalJSON() ([]byte, error) + func (o Ecgi) ToMap() (map[string]interface{}, error) + type EeSubscription struct + CallbackReference string + ExternalIdentifier *string + MonitoringConfigurations *map[string]MonitoringConfiguration + MtcProviderInformation *string + ReportingOptions *ReportingOptions + ScefDiamRealm *string + ScefId *string + SupportedFeatures *string + func NewEeSubscription(callbackReference string) *EeSubscription + func NewEeSubscriptionWithDefaults() *EeSubscription + func (o *EeSubscription) GetCallbackReference() string + func (o *EeSubscription) GetCallbackReferenceOk() (*string, bool) + func (o *EeSubscription) GetExternalIdentifier() string + func (o *EeSubscription) GetExternalIdentifierOk() (*string, bool) + func (o *EeSubscription) GetMonitoringConfigurations() map[string]MonitoringConfiguration + func (o *EeSubscription) GetMonitoringConfigurationsOk() (*map[string]MonitoringConfiguration, bool) + func (o *EeSubscription) GetMtcProviderInformation() string + func (o *EeSubscription) GetMtcProviderInformationOk() (*string, bool) + func (o *EeSubscription) GetReportingOptions() ReportingOptions + func (o *EeSubscription) GetReportingOptionsOk() (*ReportingOptions, bool) + func (o *EeSubscription) GetScefDiamRealm() string + func (o *EeSubscription) GetScefDiamRealmOk() (*string, bool) + func (o *EeSubscription) GetScefId() string + func (o *EeSubscription) GetScefIdOk() (*string, bool) + func (o *EeSubscription) GetSupportedFeatures() string + func (o *EeSubscription) GetSupportedFeaturesOk() (*string, bool) + func (o *EeSubscription) HasExternalIdentifier() bool + func (o *EeSubscription) HasMonitoringConfigurations() bool + func (o *EeSubscription) HasMtcProviderInformation() bool + func (o *EeSubscription) HasReportingOptions() bool + func (o *EeSubscription) HasScefDiamRealm() bool + func (o *EeSubscription) HasScefId() bool + func (o *EeSubscription) HasSupportedFeatures() bool + func (o *EeSubscription) SetCallbackReference(v string) + func (o *EeSubscription) SetExternalIdentifier(v string) + func (o *EeSubscription) SetMonitoringConfigurations(v map[string]MonitoringConfiguration) + func (o *EeSubscription) SetMtcProviderInformation(v string) + func (o *EeSubscription) SetReportingOptions(v ReportingOptions) + func (o *EeSubscription) SetScefDiamRealm(v string) + func (o *EeSubscription) SetScefId(v string) + func (o *EeSubscription) SetSupportedFeatures(v string) + func (o EeSubscription) MarshalJSON() ([]byte, error) + func (o EeSubscription) ToMap() (map[string]interface{}, error) + type EutraLocation struct + AgeOfLocationInformation *int32 + Ecgi Ecgi + GeodeticInformation *string + GeographicalInformation *string + GlobalENbId *GlobalRanNodeId + GlobalNgenbId *GlobalRanNodeId + IgnoreEcgi *bool + IgnoreTai *bool + Tai Tai + UeLocationTimestamp *time.Time + func NewEutraLocation(tai Tai, ecgi Ecgi) *EutraLocation + func NewEutraLocationWithDefaults() *EutraLocation + func (o *EutraLocation) GetAgeOfLocationInformation() int32 + func (o *EutraLocation) GetAgeOfLocationInformationOk() (*int32, bool) + func (o *EutraLocation) GetEcgi() Ecgi + func (o *EutraLocation) GetEcgiOk() (*Ecgi, bool) + func (o *EutraLocation) GetGeodeticInformation() string + func (o *EutraLocation) GetGeodeticInformationOk() (*string, bool) + func (o *EutraLocation) GetGeographicalInformation() string + func (o *EutraLocation) GetGeographicalInformationOk() (*string, bool) + func (o *EutraLocation) GetGlobalENbId() GlobalRanNodeId + func (o *EutraLocation) GetGlobalENbIdOk() (*GlobalRanNodeId, bool) + func (o *EutraLocation) GetGlobalNgenbId() GlobalRanNodeId + func (o *EutraLocation) GetGlobalNgenbIdOk() (*GlobalRanNodeId, bool) + func (o *EutraLocation) GetIgnoreEcgi() bool + func (o *EutraLocation) GetIgnoreEcgiOk() (*bool, bool) + func (o *EutraLocation) GetIgnoreTai() bool + func (o *EutraLocation) GetIgnoreTaiOk() (*bool, bool) + func (o *EutraLocation) GetTai() Tai + func (o *EutraLocation) GetTaiOk() (*Tai, bool) + func (o *EutraLocation) GetUeLocationTimestamp() time.Time + func (o *EutraLocation) GetUeLocationTimestampOk() (*time.Time, bool) + func (o *EutraLocation) HasAgeOfLocationInformation() bool + func (o *EutraLocation) HasGeodeticInformation() bool + func (o *EutraLocation) HasGeographicalInformation() bool + func (o *EutraLocation) HasGlobalENbId() bool + func (o *EutraLocation) HasGlobalNgenbId() bool + func (o *EutraLocation) HasIgnoreEcgi() bool + func (o *EutraLocation) HasIgnoreTai() bool + func (o *EutraLocation) HasUeLocationTimestamp() bool + func (o *EutraLocation) SetAgeOfLocationInformation(v int32) + func (o *EutraLocation) SetEcgi(v Ecgi) + func (o *EutraLocation) SetGeodeticInformation(v string) + func (o *EutraLocation) SetGeographicalInformation(v string) + func (o *EutraLocation) SetGlobalENbId(v GlobalRanNodeId) + func (o *EutraLocation) SetGlobalNgenbId(v GlobalRanNodeId) + func (o *EutraLocation) SetIgnoreEcgi(v bool) + func (o *EutraLocation) SetIgnoreTai(v bool) + func (o *EutraLocation) SetTai(v Tai) + func (o *EutraLocation) SetUeLocationTimestamp(v time.Time) + func (o EutraLocation) MarshalJSON() ([]byte, error) + func (o EutraLocation) ToMap() (map[string]interface{}, error) + type EventType struct + EventTypeAnyOf *EventTypeAnyOf + String *string + func (dst *EventType) UnmarshalJSON(data []byte) error + func (src *EventType) MarshalJSON() ([]byte, error) + type EventTypeAnyOf string + const AVAILABILITY_AFTER_DDN_FAILURE + const COMMUNICATION_FAILURE + const LOCATION_REPORTING + const LOSS_OF_CONNECTIVITY + const PDN_CONNECTIVITY_STATUS + const UE_REACHABILITY_FOR_DATA + const UE_REACHABILITY_FOR_SMS + func NewEventTypeAnyOfFromValue(v string) (*EventTypeAnyOf, error) + func (v *EventTypeAnyOf) UnmarshalJSON(src []byte) error + func (v EventTypeAnyOf) IsValid() bool + func (v EventTypeAnyOf) Ptr() *EventTypeAnyOf + type FailedCause struct + FailedCauseAnyOf *FailedCauseAnyOf + String *string + func (dst *FailedCause) UnmarshalJSON(data []byte) error + func (src *FailedCause) MarshalJSON() ([]byte, error) + type FailedCauseAnyOf string + const MONITORING_NOT_ALLOWED + const MTC_PROVIDER_NOT_ALLOWED + const UNSPECIFIED + const UNSUPPORTED_MONITORING_EVENT_TYPE + const UNSUPPORTED_MONITORING_REPORT_OPTIONS + func NewFailedCauseAnyOfFromValue(v string) (*FailedCauseAnyOf, error) + func (v *FailedCauseAnyOf) UnmarshalJSON(src []byte) error + func (v FailedCauseAnyOf) IsValid() bool + func (v FailedCauseAnyOf) Ptr() *FailedCauseAnyOf + type FailedMonitoringConfiguration struct + EventType EventType + FailedCause FailedCause + func NewFailedMonitoringConfiguration(eventType EventType, failedCause FailedCause) *FailedMonitoringConfiguration + func NewFailedMonitoringConfigurationWithDefaults() *FailedMonitoringConfiguration + func (o *FailedMonitoringConfiguration) GetEventType() EventType + func (o *FailedMonitoringConfiguration) GetEventTypeOk() (*EventType, bool) + func (o *FailedMonitoringConfiguration) GetFailedCause() FailedCause + func (o *FailedMonitoringConfiguration) GetFailedCauseOk() (*FailedCause, bool) + func (o *FailedMonitoringConfiguration) SetEventType(v EventType) + func (o *FailedMonitoringConfiguration) SetFailedCause(v FailedCause) + func (o FailedMonitoringConfiguration) MarshalJSON() ([]byte, error) + func (o FailedMonitoringConfiguration) ToMap() (map[string]interface{}, error) + type GNbId struct + BitLength int32 + GNBValue string + func NewGNbId(bitLength int32, gNBValue string) *GNbId + func NewGNbIdWithDefaults() *GNbId + func (o *GNbId) GetBitLength() int32 + func (o *GNbId) GetBitLengthOk() (*int32, bool) + func (o *GNbId) GetGNBValue() string + func (o *GNbId) GetGNBValueOk() (*string, bool) + func (o *GNbId) SetBitLength(v int32) + func (o *GNbId) SetGNBValue(v string) + func (o GNbId) MarshalJSON() ([]byte, error) + func (o GNbId) ToMap() (map[string]interface{}, error) + type GenericOpenAPIError struct + func (e GenericOpenAPIError) Body() []byte + func (e GenericOpenAPIError) Error() string + func (e GenericOpenAPIError) Model() interface{} + type GeraLocation struct + Interface *interface{} + func InterfaceAsGeraLocation(v *interface{}) GeraLocation + func (dst *GeraLocation) UnmarshalJSON(data []byte) error + func (obj *GeraLocation) GetActualInstance() interface{} + func (src GeraLocation) MarshalJSON() ([]byte, error) + type GlobalRanNodeId struct + Interface *interface{} + func InterfaceAsGlobalRanNodeId(v *interface{}) GlobalRanNodeId + func (dst *GlobalRanNodeId) UnmarshalJSON(data []byte) error + func (obj *GlobalRanNodeId) GetActualInstance() interface{} + func (src GlobalRanNodeId) MarshalJSON() ([]byte, error) + type HfcNodeId struct + HfcNId string + func NewHfcNodeId(hfcNId string) *HfcNodeId + func NewHfcNodeIdWithDefaults() *HfcNodeId + func (o *HfcNodeId) GetHfcNId() string + func (o *HfcNodeId) GetHfcNIdOk() (*string, bool) + func (o *HfcNodeId) SetHfcNId(v string) + func (o HfcNodeId) MarshalJSON() ([]byte, error) + func (o HfcNodeId) ToMap() (map[string]interface{}, error) + type 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 Ipv6Addr struct + func NewIpv6Addr() *Ipv6Addr + func NewIpv6AddrWithDefaults() *Ipv6Addr + func (o Ipv6Addr) MarshalJSON() ([]byte, error) + func (o Ipv6Addr) ToMap() (map[string]interface{}, error) + type Ipv6Prefix struct + func NewIpv6Prefix() *Ipv6Prefix + func NewIpv6PrefixWithDefaults() *Ipv6Prefix + func (o Ipv6Prefix) MarshalJSON() ([]byte, error) + func (o Ipv6Prefix) ToMap() (map[string]interface{}, error) + type LineType struct + LineTypeAnyOf *LineTypeAnyOf + String *string + func (dst *LineType) UnmarshalJSON(data []byte) error + func (src *LineType) MarshalJSON() ([]byte, error) + type LineTypeAnyOf string + const DSL + const PON + func NewLineTypeAnyOfFromValue(v string) (*LineTypeAnyOf, error) + func (v *LineTypeAnyOf) UnmarshalJSON(src []byte) error + func (v LineTypeAnyOf) IsValid() bool + func (v LineTypeAnyOf) Ptr() *LineTypeAnyOf + type LocationAccuracy struct + LocationAccuracyAnyOf *LocationAccuracyAnyOf + String *string + func (dst *LocationAccuracy) UnmarshalJSON(data []byte) error + func (src *LocationAccuracy) MarshalJSON() ([]byte, error) + type LocationAccuracyAnyOf string + const CELL_LEVEL + const RAN_NODE_LEVEL + const TA_LEVEL + func NewLocationAccuracyAnyOfFromValue(v string) (*LocationAccuracyAnyOf, error) + func (v *LocationAccuracyAnyOf) UnmarshalJSON(src []byte) error + func (v LocationAccuracyAnyOf) IsValid() bool + func (v LocationAccuracyAnyOf) Ptr() *LocationAccuracyAnyOf + type LocationAreaId struct + Lac string + PlmnId PlmnId + func NewLocationAreaId(plmnId PlmnId, lac string) *LocationAreaId + func NewLocationAreaIdWithDefaults() *LocationAreaId + func (o *LocationAreaId) GetLac() string + func (o *LocationAreaId) GetLacOk() (*string, bool) + func (o *LocationAreaId) GetPlmnId() PlmnId + func (o *LocationAreaId) GetPlmnIdOk() (*PlmnId, bool) + func (o *LocationAreaId) SetLac(v string) + func (o *LocationAreaId) SetPlmnId(v PlmnId) + func (o LocationAreaId) MarshalJSON() ([]byte, error) + func (o LocationAreaId) ToMap() (map[string]interface{}, error) + type LocationReport struct + Location UserLocation + func NewLocationReport(location UserLocation) *LocationReport + func NewLocationReportWithDefaults() *LocationReport + func (o *LocationReport) GetLocation() UserLocation + func (o *LocationReport) GetLocationOk() (*UserLocation, bool) + func (o *LocationReport) SetLocation(v UserLocation) + func (o LocationReport) MarshalJSON() ([]byte, error) + func (o LocationReport) ToMap() (map[string]interface{}, error) + type LocationReportingConfiguration struct + Accuracy *LocationAccuracy + CurrentLocation bool + func NewLocationReportingConfiguration(currentLocation bool) *LocationReportingConfiguration + func NewLocationReportingConfigurationWithDefaults() *LocationReportingConfiguration + func (o *LocationReportingConfiguration) GetAccuracy() LocationAccuracy + func (o *LocationReportingConfiguration) GetAccuracyOk() (*LocationAccuracy, bool) + func (o *LocationReportingConfiguration) GetCurrentLocation() bool + func (o *LocationReportingConfiguration) GetCurrentLocationOk() (*bool, bool) + func (o *LocationReportingConfiguration) HasAccuracy() bool + func (o *LocationReportingConfiguration) SetAccuracy(v LocationAccuracy) + func (o *LocationReportingConfiguration) SetCurrentLocation(v bool) + func (o LocationReportingConfiguration) MarshalJSON() ([]byte, error) + func (o LocationReportingConfiguration) ToMap() (map[string]interface{}, error) + type LossConnectivityConfiguration struct + MaxDetectionTime *int32 + func NewLossConnectivityConfiguration() *LossConnectivityConfiguration + func NewLossConnectivityConfigurationWithDefaults() *LossConnectivityConfiguration + func (o *LossConnectivityConfiguration) GetMaxDetectionTime() int32 + func (o *LossConnectivityConfiguration) GetMaxDetectionTimeOk() (*int32, bool) + func (o *LossConnectivityConfiguration) HasMaxDetectionTime() bool + func (o *LossConnectivityConfiguration) SetMaxDetectionTime(v int32) + func (o LossConnectivityConfiguration) MarshalJSON() ([]byte, error) + func (o LossConnectivityConfiguration) ToMap() (map[string]interface{}, error) + type LossConnectivityReport struct + LossOfConnectReason LossOfConnectivityReason + func NewLossConnectivityReport(lossOfConnectReason LossOfConnectivityReason) *LossConnectivityReport + func NewLossConnectivityReportWithDefaults() *LossConnectivityReport + func (o *LossConnectivityReport) GetLossOfConnectReason() LossOfConnectivityReason + func (o *LossConnectivityReport) GetLossOfConnectReasonOk() (*LossOfConnectivityReason, bool) + func (o *LossConnectivityReport) SetLossOfConnectReason(v LossOfConnectivityReason) + func (o LossConnectivityReport) MarshalJSON() ([]byte, error) + func (o LossConnectivityReport) ToMap() (map[string]interface{}, error) + type LossOfConnectivityReason struct + LossOfConnectivityReasonAnyOf *LossOfConnectivityReasonAnyOf + String *string + func (dst *LossOfConnectivityReason) UnmarshalJSON(data []byte) error + func (src *LossOfConnectivityReason) MarshalJSON() ([]byte, error) + type LossOfConnectivityReasonAnyOf string + const DEREGISTERED + const MAX_DETECTION_TIME_EXPIRED + const PURGED + func NewLossOfConnectivityReasonAnyOfFromValue(v string) (*LossOfConnectivityReasonAnyOf, error) + func (v *LossOfConnectivityReasonAnyOf) UnmarshalJSON(src []byte) error + func (v LossOfConnectivityReasonAnyOf) IsValid() bool + func (v LossOfConnectivityReasonAnyOf) Ptr() *LossOfConnectivityReasonAnyOf + type MappedNullable interface + ToMap func() (map[string]interface{}, error) + type MonitoringConfiguration struct + EventType EventType + IdleStatusInd *bool + ImmediateFlag *bool + LocationReportingConfiguration *LocationReportingConfiguration + LossConnectivityConfiguration *LossConnectivityConfiguration + PduSessionStatusCfg *PduSessionStatusCfg + ReachabilityForDataConfiguration *ReachabilityForDataConfiguration + func NewMonitoringConfiguration(eventType EventType) *MonitoringConfiguration + func NewMonitoringConfigurationWithDefaults() *MonitoringConfiguration + func (o *MonitoringConfiguration) GetEventType() EventType + func (o *MonitoringConfiguration) GetEventTypeOk() (*EventType, bool) + func (o *MonitoringConfiguration) GetIdleStatusInd() bool + func (o *MonitoringConfiguration) GetIdleStatusIndOk() (*bool, bool) + func (o *MonitoringConfiguration) GetImmediateFlag() bool + func (o *MonitoringConfiguration) GetImmediateFlagOk() (*bool, bool) + func (o *MonitoringConfiguration) GetLocationReportingConfiguration() LocationReportingConfiguration + func (o *MonitoringConfiguration) GetLocationReportingConfigurationOk() (*LocationReportingConfiguration, bool) + func (o *MonitoringConfiguration) GetLossConnectivityConfiguration() LossConnectivityConfiguration + func (o *MonitoringConfiguration) GetLossConnectivityConfigurationOk() (*LossConnectivityConfiguration, bool) + func (o *MonitoringConfiguration) GetPduSessionStatusCfg() PduSessionStatusCfg + func (o *MonitoringConfiguration) GetPduSessionStatusCfgOk() (*PduSessionStatusCfg, bool) + func (o *MonitoringConfiguration) GetReachabilityForDataConfiguration() ReachabilityForDataConfiguration + func (o *MonitoringConfiguration) GetReachabilityForDataConfigurationOk() (*ReachabilityForDataConfiguration, bool) + func (o *MonitoringConfiguration) HasIdleStatusInd() bool + func (o *MonitoringConfiguration) HasImmediateFlag() bool + func (o *MonitoringConfiguration) HasLocationReportingConfiguration() bool + func (o *MonitoringConfiguration) HasLossConnectivityConfiguration() bool + func (o *MonitoringConfiguration) HasPduSessionStatusCfg() bool + func (o *MonitoringConfiguration) HasReachabilityForDataConfiguration() bool + func (o *MonitoringConfiguration) SetEventType(v EventType) + func (o *MonitoringConfiguration) SetIdleStatusInd(v bool) + func (o *MonitoringConfiguration) SetImmediateFlag(v bool) + func (o *MonitoringConfiguration) SetLocationReportingConfiguration(v LocationReportingConfiguration) + func (o *MonitoringConfiguration) SetLossConnectivityConfiguration(v LossConnectivityConfiguration) + func (o *MonitoringConfiguration) SetPduSessionStatusCfg(v PduSessionStatusCfg) + func (o *MonitoringConfiguration) SetReachabilityForDataConfiguration(v ReachabilityForDataConfiguration) + func (o MonitoringConfiguration) MarshalJSON() ([]byte, error) + func (o MonitoringConfiguration) ToMap() (map[string]interface{}, error) + type MonitoringReport struct + EventType EventType + ReferenceId int32 + Report *Report + TimeStamp time.Time + func NewMonitoringReport(referenceId int32, eventType EventType, timeStamp time.Time) *MonitoringReport + func NewMonitoringReportWithDefaults() *MonitoringReport + func (o *MonitoringReport) GetEventType() EventType + func (o *MonitoringReport) GetEventTypeOk() (*EventType, bool) + func (o *MonitoringReport) GetReferenceId() int32 + func (o *MonitoringReport) GetReferenceIdOk() (*int32, bool) + func (o *MonitoringReport) GetReport() Report + func (o *MonitoringReport) GetReportOk() (*Report, bool) + func (o *MonitoringReport) GetTimeStamp() time.Time + func (o *MonitoringReport) GetTimeStampOk() (*time.Time, bool) + func (o *MonitoringReport) HasReport() bool + func (o *MonitoringReport) SetEventType(v EventType) + func (o *MonitoringReport) SetReferenceId(v int32) + func (o *MonitoringReport) SetReport(v Report) + func (o *MonitoringReport) SetTimeStamp(v time.Time) + func (o MonitoringReport) MarshalJSON() ([]byte, error) + func (o MonitoringReport) ToMap() (map[string]interface{}, error) + type N3gaLocation struct + Gci *string + Gli *string + HfcNodeId *HfcNodeId + N3IwfId *string + N3gppTai *Tai + PortNumber *int32 + Protocol *TransportProtocol + TnapId *TnapId + TwapId *TwapId + UeIpv4Addr *string + UeIpv6Addr *Ipv6Addr + W5gbanLineType *LineType + func NewN3gaLocation() *N3gaLocation + func NewN3gaLocationWithDefaults() *N3gaLocation + func (o *N3gaLocation) GetGci() string + func (o *N3gaLocation) GetGciOk() (*string, bool) + func (o *N3gaLocation) GetGli() string + func (o *N3gaLocation) GetGliOk() (*string, bool) + func (o *N3gaLocation) GetHfcNodeId() HfcNodeId + func (o *N3gaLocation) GetHfcNodeIdOk() (*HfcNodeId, bool) + func (o *N3gaLocation) GetN3IwfId() string + func (o *N3gaLocation) GetN3IwfIdOk() (*string, bool) + func (o *N3gaLocation) GetN3gppTai() Tai + func (o *N3gaLocation) GetN3gppTaiOk() (*Tai, bool) + func (o *N3gaLocation) GetPortNumber() int32 + func (o *N3gaLocation) GetPortNumberOk() (*int32, bool) + func (o *N3gaLocation) GetProtocol() TransportProtocol + func (o *N3gaLocation) GetProtocolOk() (*TransportProtocol, bool) + func (o *N3gaLocation) GetTnapId() TnapId + func (o *N3gaLocation) GetTnapIdOk() (*TnapId, bool) + func (o *N3gaLocation) GetTwapId() TwapId + func (o *N3gaLocation) GetTwapIdOk() (*TwapId, bool) + func (o *N3gaLocation) GetUeIpv4Addr() string + func (o *N3gaLocation) GetUeIpv4AddrOk() (*string, bool) + func (o *N3gaLocation) GetUeIpv6Addr() Ipv6Addr + func (o *N3gaLocation) GetUeIpv6AddrOk() (*Ipv6Addr, bool) + func (o *N3gaLocation) GetW5gbanLineType() LineType + func (o *N3gaLocation) GetW5gbanLineTypeOk() (*LineType, bool) + func (o *N3gaLocation) HasGci() bool + func (o *N3gaLocation) HasGli() bool + func (o *N3gaLocation) HasHfcNodeId() bool + func (o *N3gaLocation) HasN3IwfId() bool + func (o *N3gaLocation) HasN3gppTai() bool + func (o *N3gaLocation) HasPortNumber() bool + func (o *N3gaLocation) HasProtocol() bool + func (o *N3gaLocation) HasTnapId() bool + func (o *N3gaLocation) HasTwapId() bool + func (o *N3gaLocation) HasUeIpv4Addr() bool + func (o *N3gaLocation) HasUeIpv6Addr() bool + func (o *N3gaLocation) HasW5gbanLineType() bool + func (o *N3gaLocation) SetGci(v string) + func (o *N3gaLocation) SetGli(v string) + func (o *N3gaLocation) SetHfcNodeId(v HfcNodeId) + func (o *N3gaLocation) SetN3IwfId(v string) + func (o *N3gaLocation) SetN3gppTai(v Tai) + func (o *N3gaLocation) SetPortNumber(v int32) + func (o *N3gaLocation) SetProtocol(v TransportProtocol) + func (o *N3gaLocation) SetTnapId(v TnapId) + func (o *N3gaLocation) SetTwapId(v TwapId) + func (o *N3gaLocation) SetUeIpv4Addr(v string) + func (o *N3gaLocation) SetUeIpv6Addr(v Ipv6Addr) + func (o *N3gaLocation) SetW5gbanLineType(v LineType) + func (o N3gaLocation) MarshalJSON() ([]byte, error) + func (o N3gaLocation) ToMap() (map[string]interface{}, error) + type NFType struct + NFTypeAnyOf *NFTypeAnyOf + String *string + func (dst *NFType) UnmarshalJSON(data []byte) error + func (src *NFType) MarshalJSON() ([]byte, error) + type NFTypeAnyOf string + const AANF + const ADRF + const AF + const AMF + const AUSF + const BSF + const CBCF + const CEF + const CHF + const DCCF + const DRA + const EASDF + const GBA_BSF + const GMLC + const HSS + const ICSCF + const IMS_AS + const LMF + const MBSF + const MBSTF + const MB_SMF + const MB_UPF + const MFAF + const MME + const MNPF + const N3_IWF + const NEF + const NRF + const NSACF + const NSSAAF + const NSSF + const NSWOF + const NWDAF + const PANF + const PCF + const PCSCF + const PKMF + const SCEF + const SCP + const SCSAS + const SCSCF + const SEPP + const SMF + const SMSF + const SMS_GMSC + const SMS_IWMSC + const SOR_AF + const SPAF + const TSCTSF + const UCMF + const UDM + const UDR + const UDSF + const UPF + func NewNFTypeAnyOfFromValue(v string) (*NFTypeAnyOf, error) + func (v *NFTypeAnyOf) UnmarshalJSON(src []byte) error + func (v NFTypeAnyOf) IsValid() bool + func (v NFTypeAnyOf) Ptr() *NFTypeAnyOf + type Ncgi struct + Nid *string + NrCellId string + PlmnId PlmnId + func NewNcgi(plmnId PlmnId, nrCellId string) *Ncgi + func NewNcgiWithDefaults() *Ncgi + func (o *Ncgi) GetNid() string + func (o *Ncgi) GetNidOk() (*string, bool) + func (o *Ncgi) GetNrCellId() string + func (o *Ncgi) GetNrCellIdOk() (*string, bool) + func (o *Ncgi) GetPlmnId() PlmnId + func (o *Ncgi) GetPlmnIdOk() (*PlmnId, bool) + func (o *Ncgi) HasNid() bool + func (o *Ncgi) SetNid(v string) + func (o *Ncgi) SetNrCellId(v string) + func (o *Ncgi) SetPlmnId(v PlmnId) + func (o Ncgi) MarshalJSON() ([]byte, error) + func (o Ncgi) ToMap() (map[string]interface{}, error) + type NrLocation struct + AgeOfLocationInformation *int32 + GeodeticInformation *string + GeographicalInformation *string + GlobalGnbId *GlobalRanNodeId + IgnoreNcgi *bool + Ncgi Ncgi + Tai Tai + UeLocationTimestamp *time.Time + func NewNrLocation(tai Tai, ncgi Ncgi) *NrLocation + func NewNrLocationWithDefaults() *NrLocation + func (o *NrLocation) GetAgeOfLocationInformation() int32 + func (o *NrLocation) GetAgeOfLocationInformationOk() (*int32, bool) + func (o *NrLocation) GetGeodeticInformation() string + func (o *NrLocation) GetGeodeticInformationOk() (*string, bool) + func (o *NrLocation) GetGeographicalInformation() string + func (o *NrLocation) GetGeographicalInformationOk() (*string, bool) + func (o *NrLocation) GetGlobalGnbId() GlobalRanNodeId + func (o *NrLocation) GetGlobalGnbIdOk() (*GlobalRanNodeId, bool) + func (o *NrLocation) GetIgnoreNcgi() bool + func (o *NrLocation) GetIgnoreNcgiOk() (*bool, bool) + func (o *NrLocation) GetNcgi() Ncgi + func (o *NrLocation) GetNcgiOk() (*Ncgi, bool) + func (o *NrLocation) GetTai() Tai + func (o *NrLocation) GetTaiOk() (*Tai, bool) + func (o *NrLocation) GetUeLocationTimestamp() time.Time + func (o *NrLocation) GetUeLocationTimestampOk() (*time.Time, bool) + func (o *NrLocation) HasAgeOfLocationInformation() bool + func (o *NrLocation) HasGeodeticInformation() bool + func (o *NrLocation) HasGeographicalInformation() bool + func (o *NrLocation) HasGlobalGnbId() bool + func (o *NrLocation) HasIgnoreNcgi() bool + func (o *NrLocation) HasUeLocationTimestamp() bool + func (o *NrLocation) SetAgeOfLocationInformation(v int32) + func (o *NrLocation) SetGeodeticInformation(v string) + func (o *NrLocation) SetGeographicalInformation(v string) + func (o *NrLocation) SetGlobalGnbId(v GlobalRanNodeId) + func (o *NrLocation) SetIgnoreNcgi(v bool) + func (o *NrLocation) SetNcgi(v Ncgi) + func (o *NrLocation) SetTai(v Tai) + func (o *NrLocation) SetUeLocationTimestamp(v time.Time) + func (o NrLocation) MarshalJSON() ([]byte, error) + func (o NrLocation) ToMap() (map[string]interface{}, error) + type 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 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 NullableCellGlobalId struct + func NewNullableCellGlobalId(val *CellGlobalId) *NullableCellGlobalId + func (v *NullableCellGlobalId) Set(val *CellGlobalId) + func (v *NullableCellGlobalId) UnmarshalJSON(src []byte) error + func (v *NullableCellGlobalId) Unset() + func (v NullableCellGlobalId) Get() *CellGlobalId + func (v NullableCellGlobalId) IsSet() bool + func (v NullableCellGlobalId) MarshalJSON() ([]byte, error) + type NullableCreatedEeSubscription struct + func NewNullableCreatedEeSubscription(val *CreatedEeSubscription) *NullableCreatedEeSubscription + func (v *NullableCreatedEeSubscription) Set(val *CreatedEeSubscription) + func (v *NullableCreatedEeSubscription) UnmarshalJSON(src []byte) error + func (v *NullableCreatedEeSubscription) Unset() + func (v NullableCreatedEeSubscription) Get() *CreatedEeSubscription + func (v NullableCreatedEeSubscription) IsSet() bool + func (v NullableCreatedEeSubscription) MarshalJSON() ([]byte, error) + type NullableEcgi struct + func NewNullableEcgi(val *Ecgi) *NullableEcgi + func (v *NullableEcgi) Set(val *Ecgi) + func (v *NullableEcgi) UnmarshalJSON(src []byte) error + func (v *NullableEcgi) Unset() + func (v NullableEcgi) Get() *Ecgi + func (v NullableEcgi) IsSet() bool + func (v NullableEcgi) MarshalJSON() ([]byte, error) + type NullableEeSubscription struct + func NewNullableEeSubscription(val *EeSubscription) *NullableEeSubscription + func (v *NullableEeSubscription) Set(val *EeSubscription) + func (v *NullableEeSubscription) UnmarshalJSON(src []byte) error + func (v *NullableEeSubscription) Unset() + func (v NullableEeSubscription) Get() *EeSubscription + func (v NullableEeSubscription) IsSet() bool + func (v NullableEeSubscription) MarshalJSON() ([]byte, error) + type NullableEutraLocation struct + func NewNullableEutraLocation(val *EutraLocation) *NullableEutraLocation + func (v *NullableEutraLocation) Set(val *EutraLocation) + func (v *NullableEutraLocation) UnmarshalJSON(src []byte) error + func (v *NullableEutraLocation) Unset() + func (v NullableEutraLocation) Get() *EutraLocation + func (v NullableEutraLocation) IsSet() bool + func (v NullableEutraLocation) MarshalJSON() ([]byte, error) + type NullableEventType struct + func NewNullableEventType(val *EventType) *NullableEventType + func (v *NullableEventType) Set(val *EventType) + func (v *NullableEventType) UnmarshalJSON(src []byte) error + func (v *NullableEventType) Unset() + func (v NullableEventType) Get() *EventType + func (v NullableEventType) IsSet() bool + func (v NullableEventType) MarshalJSON() ([]byte, error) + type NullableEventTypeAnyOf struct + func NewNullableEventTypeAnyOf(val *EventTypeAnyOf) *NullableEventTypeAnyOf + func (v *NullableEventTypeAnyOf) Set(val *EventTypeAnyOf) + func (v *NullableEventTypeAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableEventTypeAnyOf) Unset() + func (v NullableEventTypeAnyOf) Get() *EventTypeAnyOf + func (v NullableEventTypeAnyOf) IsSet() bool + func (v NullableEventTypeAnyOf) MarshalJSON() ([]byte, error) + type NullableFailedCause struct + func NewNullableFailedCause(val *FailedCause) *NullableFailedCause + func (v *NullableFailedCause) Set(val *FailedCause) + func (v *NullableFailedCause) UnmarshalJSON(src []byte) error + func (v *NullableFailedCause) Unset() + func (v NullableFailedCause) Get() *FailedCause + func (v NullableFailedCause) IsSet() bool + func (v NullableFailedCause) MarshalJSON() ([]byte, error) + type NullableFailedCauseAnyOf struct + func NewNullableFailedCauseAnyOf(val *FailedCauseAnyOf) *NullableFailedCauseAnyOf + func (v *NullableFailedCauseAnyOf) Set(val *FailedCauseAnyOf) + func (v *NullableFailedCauseAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableFailedCauseAnyOf) Unset() + func (v NullableFailedCauseAnyOf) Get() *FailedCauseAnyOf + func (v NullableFailedCauseAnyOf) IsSet() bool + func (v NullableFailedCauseAnyOf) MarshalJSON() ([]byte, error) + type NullableFailedMonitoringConfiguration struct + func NewNullableFailedMonitoringConfiguration(val *FailedMonitoringConfiguration) *NullableFailedMonitoringConfiguration + func (v *NullableFailedMonitoringConfiguration) Set(val *FailedMonitoringConfiguration) + func (v *NullableFailedMonitoringConfiguration) UnmarshalJSON(src []byte) error + func (v *NullableFailedMonitoringConfiguration) Unset() + func (v NullableFailedMonitoringConfiguration) Get() *FailedMonitoringConfiguration + func (v NullableFailedMonitoringConfiguration) IsSet() bool + func (v NullableFailedMonitoringConfiguration) 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 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 NullableGeraLocation struct + func NewNullableGeraLocation(val *GeraLocation) *NullableGeraLocation + func (v *NullableGeraLocation) Set(val *GeraLocation) + func (v *NullableGeraLocation) UnmarshalJSON(src []byte) error + func (v *NullableGeraLocation) Unset() + func (v NullableGeraLocation) Get() *GeraLocation + func (v NullableGeraLocation) IsSet() bool + func (v NullableGeraLocation) MarshalJSON() ([]byte, error) + type NullableGlobalRanNodeId struct + func NewNullableGlobalRanNodeId(val *GlobalRanNodeId) *NullableGlobalRanNodeId + func (v *NullableGlobalRanNodeId) Set(val *GlobalRanNodeId) + func (v *NullableGlobalRanNodeId) UnmarshalJSON(src []byte) error + func (v *NullableGlobalRanNodeId) Unset() + func (v NullableGlobalRanNodeId) Get() *GlobalRanNodeId + func (v NullableGlobalRanNodeId) IsSet() bool + func (v NullableGlobalRanNodeId) MarshalJSON() ([]byte, error) + type NullableHfcNodeId struct + func NewNullableHfcNodeId(val *HfcNodeId) *NullableHfcNodeId + func (v *NullableHfcNodeId) Set(val *HfcNodeId) + func (v *NullableHfcNodeId) UnmarshalJSON(src []byte) error + func (v *NullableHfcNodeId) Unset() + func (v NullableHfcNodeId) Get() *HfcNodeId + func (v NullableHfcNodeId) IsSet() bool + func (v NullableHfcNodeId) MarshalJSON() ([]byte, error) + type NullableInt struct + func NewNullableInt(val *int) *NullableInt + func (v *NullableInt) Set(val *int) + func (v *NullableInt) UnmarshalJSON(src []byte) error + func (v *NullableInt) Unset() + func (v NullableInt) Get() *int + func (v NullableInt) IsSet() bool + func (v NullableInt) MarshalJSON() ([]byte, error) + type NullableInt32 struct + func NewNullableInt32(val *int32) *NullableInt32 + func (v *NullableInt32) Set(val *int32) + func (v *NullableInt32) UnmarshalJSON(src []byte) error + func (v *NullableInt32) Unset() + func (v NullableInt32) Get() *int32 + func (v NullableInt32) IsSet() bool + func (v NullableInt32) MarshalJSON() ([]byte, error) + type NullableInt64 struct + func NewNullableInt64(val *int64) *NullableInt64 + func (v *NullableInt64) Set(val *int64) + func (v *NullableInt64) UnmarshalJSON(src []byte) error + func (v *NullableInt64) Unset() + func (v NullableInt64) Get() *int64 + func (v NullableInt64) IsSet() bool + func (v NullableInt64) MarshalJSON() ([]byte, error) + type NullableInvalidParam struct + func NewNullableInvalidParam(val *InvalidParam) *NullableInvalidParam + func (v *NullableInvalidParam) Set(val *InvalidParam) + func (v *NullableInvalidParam) UnmarshalJSON(src []byte) error + func (v *NullableInvalidParam) Unset() + func (v NullableInvalidParam) Get() *InvalidParam + func (v NullableInvalidParam) IsSet() bool + func (v NullableInvalidParam) MarshalJSON() ([]byte, error) + type NullableIpv6Addr struct + func NewNullableIpv6Addr(val *Ipv6Addr) *NullableIpv6Addr + func (v *NullableIpv6Addr) Set(val *Ipv6Addr) + func (v *NullableIpv6Addr) UnmarshalJSON(src []byte) error + func (v *NullableIpv6Addr) Unset() + func (v NullableIpv6Addr) Get() *Ipv6Addr + func (v NullableIpv6Addr) IsSet() bool + func (v NullableIpv6Addr) MarshalJSON() ([]byte, error) + type NullableIpv6Prefix struct + func NewNullableIpv6Prefix(val *Ipv6Prefix) *NullableIpv6Prefix + func (v *NullableIpv6Prefix) Set(val *Ipv6Prefix) + func (v *NullableIpv6Prefix) UnmarshalJSON(src []byte) error + func (v *NullableIpv6Prefix) Unset() + func (v NullableIpv6Prefix) Get() *Ipv6Prefix + func (v NullableIpv6Prefix) IsSet() bool + func (v NullableIpv6Prefix) MarshalJSON() ([]byte, error) + type NullableLineType struct + func NewNullableLineType(val *LineType) *NullableLineType + func (v *NullableLineType) Set(val *LineType) + func (v *NullableLineType) UnmarshalJSON(src []byte) error + func (v *NullableLineType) Unset() + func (v NullableLineType) Get() *LineType + func (v NullableLineType) IsSet() bool + func (v NullableLineType) MarshalJSON() ([]byte, error) + type NullableLineTypeAnyOf struct + func NewNullableLineTypeAnyOf(val *LineTypeAnyOf) *NullableLineTypeAnyOf + func (v *NullableLineTypeAnyOf) Set(val *LineTypeAnyOf) + func (v *NullableLineTypeAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableLineTypeAnyOf) Unset() + func (v NullableLineTypeAnyOf) Get() *LineTypeAnyOf + func (v NullableLineTypeAnyOf) IsSet() bool + func (v NullableLineTypeAnyOf) MarshalJSON() ([]byte, error) + type NullableLocationAccuracy struct + func NewNullableLocationAccuracy(val *LocationAccuracy) *NullableLocationAccuracy + func (v *NullableLocationAccuracy) Set(val *LocationAccuracy) + func (v *NullableLocationAccuracy) UnmarshalJSON(src []byte) error + func (v *NullableLocationAccuracy) Unset() + func (v NullableLocationAccuracy) Get() *LocationAccuracy + func (v NullableLocationAccuracy) IsSet() bool + func (v NullableLocationAccuracy) MarshalJSON() ([]byte, error) + type NullableLocationAccuracyAnyOf struct + func NewNullableLocationAccuracyAnyOf(val *LocationAccuracyAnyOf) *NullableLocationAccuracyAnyOf + func (v *NullableLocationAccuracyAnyOf) Set(val *LocationAccuracyAnyOf) + func (v *NullableLocationAccuracyAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableLocationAccuracyAnyOf) Unset() + func (v NullableLocationAccuracyAnyOf) Get() *LocationAccuracyAnyOf + func (v NullableLocationAccuracyAnyOf) IsSet() bool + func (v NullableLocationAccuracyAnyOf) MarshalJSON() ([]byte, error) + type NullableLocationAreaId struct + func NewNullableLocationAreaId(val *LocationAreaId) *NullableLocationAreaId + func (v *NullableLocationAreaId) Set(val *LocationAreaId) + func (v *NullableLocationAreaId) UnmarshalJSON(src []byte) error + func (v *NullableLocationAreaId) Unset() + func (v NullableLocationAreaId) Get() *LocationAreaId + func (v NullableLocationAreaId) IsSet() bool + func (v NullableLocationAreaId) MarshalJSON() ([]byte, error) + type NullableLocationReport struct + func NewNullableLocationReport(val *LocationReport) *NullableLocationReport + func (v *NullableLocationReport) Set(val *LocationReport) + func (v *NullableLocationReport) UnmarshalJSON(src []byte) error + func (v *NullableLocationReport) Unset() + func (v NullableLocationReport) Get() *LocationReport + func (v NullableLocationReport) IsSet() bool + func (v NullableLocationReport) MarshalJSON() ([]byte, error) + type NullableLocationReportingConfiguration struct + func NewNullableLocationReportingConfiguration(val *LocationReportingConfiguration) *NullableLocationReportingConfiguration + func (v *NullableLocationReportingConfiguration) Set(val *LocationReportingConfiguration) + func (v *NullableLocationReportingConfiguration) UnmarshalJSON(src []byte) error + func (v *NullableLocationReportingConfiguration) Unset() + func (v NullableLocationReportingConfiguration) Get() *LocationReportingConfiguration + func (v NullableLocationReportingConfiguration) IsSet() bool + func (v NullableLocationReportingConfiguration) MarshalJSON() ([]byte, error) + type NullableLossConnectivityConfiguration struct + func NewNullableLossConnectivityConfiguration(val *LossConnectivityConfiguration) *NullableLossConnectivityConfiguration + func (v *NullableLossConnectivityConfiguration) Set(val *LossConnectivityConfiguration) + func (v *NullableLossConnectivityConfiguration) UnmarshalJSON(src []byte) error + func (v *NullableLossConnectivityConfiguration) Unset() + func (v NullableLossConnectivityConfiguration) Get() *LossConnectivityConfiguration + func (v NullableLossConnectivityConfiguration) IsSet() bool + func (v NullableLossConnectivityConfiguration) MarshalJSON() ([]byte, error) + type NullableLossConnectivityReport struct + func NewNullableLossConnectivityReport(val *LossConnectivityReport) *NullableLossConnectivityReport + func (v *NullableLossConnectivityReport) Set(val *LossConnectivityReport) + func (v *NullableLossConnectivityReport) UnmarshalJSON(src []byte) error + func (v *NullableLossConnectivityReport) Unset() + func (v NullableLossConnectivityReport) Get() *LossConnectivityReport + func (v NullableLossConnectivityReport) IsSet() bool + func (v NullableLossConnectivityReport) MarshalJSON() ([]byte, error) + type NullableLossOfConnectivityReason struct + func NewNullableLossOfConnectivityReason(val *LossOfConnectivityReason) *NullableLossOfConnectivityReason + func (v *NullableLossOfConnectivityReason) Set(val *LossOfConnectivityReason) + func (v *NullableLossOfConnectivityReason) UnmarshalJSON(src []byte) error + func (v *NullableLossOfConnectivityReason) Unset() + func (v NullableLossOfConnectivityReason) Get() *LossOfConnectivityReason + func (v NullableLossOfConnectivityReason) IsSet() bool + func (v NullableLossOfConnectivityReason) MarshalJSON() ([]byte, error) + type NullableLossOfConnectivityReasonAnyOf struct + func NewNullableLossOfConnectivityReasonAnyOf(val *LossOfConnectivityReasonAnyOf) *NullableLossOfConnectivityReasonAnyOf + func (v *NullableLossOfConnectivityReasonAnyOf) Set(val *LossOfConnectivityReasonAnyOf) + func (v *NullableLossOfConnectivityReasonAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableLossOfConnectivityReasonAnyOf) Unset() + func (v NullableLossOfConnectivityReasonAnyOf) Get() *LossOfConnectivityReasonAnyOf + func (v NullableLossOfConnectivityReasonAnyOf) IsSet() bool + func (v NullableLossOfConnectivityReasonAnyOf) MarshalJSON() ([]byte, error) + type NullableMonitoringConfiguration struct + func NewNullableMonitoringConfiguration(val *MonitoringConfiguration) *NullableMonitoringConfiguration + func (v *NullableMonitoringConfiguration) Set(val *MonitoringConfiguration) + func (v *NullableMonitoringConfiguration) UnmarshalJSON(src []byte) error + func (v *NullableMonitoringConfiguration) Unset() + func (v NullableMonitoringConfiguration) Get() *MonitoringConfiguration + func (v NullableMonitoringConfiguration) IsSet() bool + func (v NullableMonitoringConfiguration) MarshalJSON() ([]byte, error) + type NullableMonitoringReport struct + func NewNullableMonitoringReport(val *MonitoringReport) *NullableMonitoringReport + func (v *NullableMonitoringReport) Set(val *MonitoringReport) + func (v *NullableMonitoringReport) UnmarshalJSON(src []byte) error + func (v *NullableMonitoringReport) Unset() + func (v NullableMonitoringReport) Get() *MonitoringReport + func (v NullableMonitoringReport) IsSet() bool + func (v NullableMonitoringReport) MarshalJSON() ([]byte, error) + type NullableN3gaLocation struct + func NewNullableN3gaLocation(val *N3gaLocation) *NullableN3gaLocation + func (v *NullableN3gaLocation) Set(val *N3gaLocation) + func (v *NullableN3gaLocation) UnmarshalJSON(src []byte) error + func (v *NullableN3gaLocation) Unset() + func (v NullableN3gaLocation) Get() *N3gaLocation + func (v NullableN3gaLocation) IsSet() bool + func (v NullableN3gaLocation) MarshalJSON() ([]byte, error) + type NullableNFType struct + func NewNullableNFType(val *NFType) *NullableNFType + func (v *NullableNFType) Set(val *NFType) + func (v *NullableNFType) UnmarshalJSON(src []byte) error + func (v *NullableNFType) Unset() + func (v NullableNFType) Get() *NFType + func (v NullableNFType) IsSet() bool + func (v NullableNFType) MarshalJSON() ([]byte, error) + type NullableNFTypeAnyOf struct + func NewNullableNFTypeAnyOf(val *NFTypeAnyOf) *NullableNFTypeAnyOf + func (v *NullableNFTypeAnyOf) Set(val *NFTypeAnyOf) + func (v *NullableNFTypeAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableNFTypeAnyOf) Unset() + func (v NullableNFTypeAnyOf) Get() *NFTypeAnyOf + func (v NullableNFTypeAnyOf) IsSet() bool + func (v NullableNFTypeAnyOf) MarshalJSON() ([]byte, error) + type NullableNcgi struct + func NewNullableNcgi(val *Ncgi) *NullableNcgi + func (v *NullableNcgi) Set(val *Ncgi) + func (v *NullableNcgi) UnmarshalJSON(src []byte) error + func (v *NullableNcgi) Unset() + func (v NullableNcgi) Get() *Ncgi + func (v NullableNcgi) IsSet() bool + func (v NullableNcgi) MarshalJSON() ([]byte, error) + type NullableNrLocation struct + func NewNullableNrLocation(val *NrLocation) *NullableNrLocation + func (v *NullableNrLocation) Set(val *NrLocation) + func (v *NullableNrLocation) UnmarshalJSON(src []byte) error + func (v *NullableNrLocation) Unset() + func (v NullableNrLocation) Get() *NrLocation + func (v NullableNrLocation) IsSet() bool + func (v NullableNrLocation) MarshalJSON() ([]byte, error) + type 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 NullablePatchResult struct + func NewNullablePatchResult(val *PatchResult) *NullablePatchResult + func (v *NullablePatchResult) Set(val *PatchResult) + func (v *NullablePatchResult) UnmarshalJSON(src []byte) error + func (v *NullablePatchResult) Unset() + func (v NullablePatchResult) Get() *PatchResult + func (v NullablePatchResult) IsSet() bool + func (v NullablePatchResult) MarshalJSON() ([]byte, error) + type NullablePdnConnectivityStatReport struct + func NewNullablePdnConnectivityStatReport(val *PdnConnectivityStatReport) *NullablePdnConnectivityStatReport + func (v *NullablePdnConnectivityStatReport) Set(val *PdnConnectivityStatReport) + func (v *NullablePdnConnectivityStatReport) UnmarshalJSON(src []byte) error + func (v *NullablePdnConnectivityStatReport) Unset() + func (v NullablePdnConnectivityStatReport) Get() *PdnConnectivityStatReport + func (v NullablePdnConnectivityStatReport) IsSet() bool + func (v NullablePdnConnectivityStatReport) MarshalJSON() ([]byte, error) + type NullablePdnConnectivityStatus struct + func NewNullablePdnConnectivityStatus(val *PdnConnectivityStatus) *NullablePdnConnectivityStatus + func (v *NullablePdnConnectivityStatus) Set(val *PdnConnectivityStatus) + func (v *NullablePdnConnectivityStatus) UnmarshalJSON(src []byte) error + func (v *NullablePdnConnectivityStatus) Unset() + func (v NullablePdnConnectivityStatus) Get() *PdnConnectivityStatus + func (v NullablePdnConnectivityStatus) IsSet() bool + func (v NullablePdnConnectivityStatus) MarshalJSON() ([]byte, error) + type NullablePdnConnectivityStatusAnyOf struct + func NewNullablePdnConnectivityStatusAnyOf(val *PdnConnectivityStatusAnyOf) *NullablePdnConnectivityStatusAnyOf + func (v *NullablePdnConnectivityStatusAnyOf) Set(val *PdnConnectivityStatusAnyOf) + func (v *NullablePdnConnectivityStatusAnyOf) UnmarshalJSON(src []byte) error + func (v *NullablePdnConnectivityStatusAnyOf) Unset() + func (v NullablePdnConnectivityStatusAnyOf) Get() *PdnConnectivityStatusAnyOf + func (v NullablePdnConnectivityStatusAnyOf) IsSet() bool + func (v NullablePdnConnectivityStatusAnyOf) MarshalJSON() ([]byte, error) + type NullablePduSessionStatusCfg struct + func NewNullablePduSessionStatusCfg(val *PduSessionStatusCfg) *NullablePduSessionStatusCfg + func (v *NullablePduSessionStatusCfg) Set(val *PduSessionStatusCfg) + func (v *NullablePduSessionStatusCfg) UnmarshalJSON(src []byte) error + func (v *NullablePduSessionStatusCfg) Unset() + func (v NullablePduSessionStatusCfg) Get() *PduSessionStatusCfg + func (v NullablePduSessionStatusCfg) IsSet() bool + func (v NullablePduSessionStatusCfg) MarshalJSON() ([]byte, error) + type NullablePduSessionType struct + func NewNullablePduSessionType(val *PduSessionType) *NullablePduSessionType + func (v *NullablePduSessionType) Set(val *PduSessionType) + func (v *NullablePduSessionType) UnmarshalJSON(src []byte) error + func (v *NullablePduSessionType) Unset() + func (v NullablePduSessionType) Get() *PduSessionType + func (v NullablePduSessionType) IsSet() bool + func (v NullablePduSessionType) MarshalJSON() ([]byte, error) + type NullablePduSessionTypeAnyOf struct + func NewNullablePduSessionTypeAnyOf(val *PduSessionTypeAnyOf) *NullablePduSessionTypeAnyOf + func (v *NullablePduSessionTypeAnyOf) Set(val *PduSessionTypeAnyOf) + func (v *NullablePduSessionTypeAnyOf) UnmarshalJSON(src []byte) error + func (v *NullablePduSessionTypeAnyOf) Unset() + func (v NullablePduSessionTypeAnyOf) Get() *PduSessionTypeAnyOf + func (v NullablePduSessionTypeAnyOf) IsSet() bool + func (v NullablePduSessionTypeAnyOf) 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 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 NullableReachabilityForDataConfiguration struct + func NewNullableReachabilityForDataConfiguration(val *ReachabilityForDataConfiguration) *NullableReachabilityForDataConfiguration + func (v *NullableReachabilityForDataConfiguration) Set(val *ReachabilityForDataConfiguration) + func (v *NullableReachabilityForDataConfiguration) UnmarshalJSON(src []byte) error + func (v *NullableReachabilityForDataConfiguration) Unset() + func (v NullableReachabilityForDataConfiguration) Get() *ReachabilityForDataConfiguration + func (v NullableReachabilityForDataConfiguration) IsSet() bool + func (v NullableReachabilityForDataConfiguration) MarshalJSON() ([]byte, error) + type NullableReachabilityForDataReport struct + func NewNullableReachabilityForDataReport(val *ReachabilityForDataReport) *NullableReachabilityForDataReport + func (v *NullableReachabilityForDataReport) Set(val *ReachabilityForDataReport) + func (v *NullableReachabilityForDataReport) UnmarshalJSON(src []byte) error + func (v *NullableReachabilityForDataReport) Unset() + func (v NullableReachabilityForDataReport) Get() *ReachabilityForDataReport + func (v NullableReachabilityForDataReport) IsSet() bool + func (v NullableReachabilityForDataReport) MarshalJSON() ([]byte, error) + type NullableReachabilityForSmsReport struct + func NewNullableReachabilityForSmsReport(val *ReachabilityForSmsReport) *NullableReachabilityForSmsReport + func (v *NullableReachabilityForSmsReport) Set(val *ReachabilityForSmsReport) + func (v *NullableReachabilityForSmsReport) UnmarshalJSON(src []byte) error + func (v *NullableReachabilityForSmsReport) Unset() + func (v NullableReachabilityForSmsReport) Get() *ReachabilityForSmsReport + func (v NullableReachabilityForSmsReport) IsSet() bool + func (v NullableReachabilityForSmsReport) 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 NullableReport struct + func NewNullableReport(val *Report) *NullableReport + func (v *NullableReport) Set(val *Report) + func (v *NullableReport) UnmarshalJSON(src []byte) error + func (v *NullableReport) Unset() + func (v NullableReport) Get() *Report + func (v NullableReport) IsSet() bool + func (v NullableReport) MarshalJSON() ([]byte, error) + type NullableReportItem struct + func NewNullableReportItem(val *ReportItem) *NullableReportItem + func (v *NullableReportItem) Set(val *ReportItem) + func (v *NullableReportItem) UnmarshalJSON(src []byte) error + func (v *NullableReportItem) Unset() + func (v NullableReportItem) Get() *ReportItem + func (v NullableReportItem) IsSet() bool + func (v NullableReportItem) MarshalJSON() ([]byte, error) + type NullableReportingOptions struct + func NewNullableReportingOptions(val *ReportingOptions) *NullableReportingOptions + func (v *NullableReportingOptions) Set(val *ReportingOptions) + func (v *NullableReportingOptions) UnmarshalJSON(src []byte) error + func (v *NullableReportingOptions) Unset() + func (v NullableReportingOptions) Get() *ReportingOptions + func (v NullableReportingOptions) IsSet() bool + func (v NullableReportingOptions) MarshalJSON() ([]byte, error) + type NullableRoutingAreaId struct + func NewNullableRoutingAreaId(val *RoutingAreaId) *NullableRoutingAreaId + func (v *NullableRoutingAreaId) Set(val *RoutingAreaId) + func (v *NullableRoutingAreaId) UnmarshalJSON(src []byte) error + func (v *NullableRoutingAreaId) Unset() + func (v NullableRoutingAreaId) Get() *RoutingAreaId + func (v NullableRoutingAreaId) IsSet() bool + func (v NullableRoutingAreaId) MarshalJSON() ([]byte, error) + type NullableServiceAreaId struct + func NewNullableServiceAreaId(val *ServiceAreaId) *NullableServiceAreaId + func (v *NullableServiceAreaId) Set(val *ServiceAreaId) + func (v *NullableServiceAreaId) UnmarshalJSON(src []byte) error + func (v *NullableServiceAreaId) Unset() + func (v NullableServiceAreaId) Get() *ServiceAreaId + func (v NullableServiceAreaId) IsSet() bool + func (v NullableServiceAreaId) MarshalJSON() ([]byte, error) + type 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 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 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 NullableTnapId struct + func NewNullableTnapId(val *TnapId) *NullableTnapId + func (v *NullableTnapId) Set(val *TnapId) + func (v *NullableTnapId) UnmarshalJSON(src []byte) error + func (v *NullableTnapId) Unset() + func (v NullableTnapId) Get() *TnapId + func (v NullableTnapId) IsSet() bool + func (v NullableTnapId) MarshalJSON() ([]byte, error) + type NullableTransportProtocol struct + func NewNullableTransportProtocol(val *TransportProtocol) *NullableTransportProtocol + func (v *NullableTransportProtocol) Set(val *TransportProtocol) + func (v *NullableTransportProtocol) UnmarshalJSON(src []byte) error + func (v *NullableTransportProtocol) Unset() + func (v NullableTransportProtocol) Get() *TransportProtocol + func (v NullableTransportProtocol) IsSet() bool + func (v NullableTransportProtocol) MarshalJSON() ([]byte, error) + type NullableTransportProtocolAnyOf struct + func NewNullableTransportProtocolAnyOf(val *TransportProtocolAnyOf) *NullableTransportProtocolAnyOf + func (v *NullableTransportProtocolAnyOf) Set(val *TransportProtocolAnyOf) + func (v *NullableTransportProtocolAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableTransportProtocolAnyOf) Unset() + func (v NullableTransportProtocolAnyOf) Get() *TransportProtocolAnyOf + func (v NullableTransportProtocolAnyOf) IsSet() bool + func (v NullableTransportProtocolAnyOf) MarshalJSON() ([]byte, error) + type NullableTwapId struct + func NewNullableTwapId(val *TwapId) *NullableTwapId + func (v *NullableTwapId) Set(val *TwapId) + func (v *NullableTwapId) UnmarshalJSON(src []byte) error + func (v *NullableTwapId) Unset() + func (v NullableTwapId) Get() *TwapId + func (v NullableTwapId) IsSet() bool + func (v NullableTwapId) MarshalJSON() ([]byte, error) + type NullableUserLocation struct + func NewNullableUserLocation(val *UserLocation) *NullableUserLocation + func (v *NullableUserLocation) Set(val *UserLocation) + func (v *NullableUserLocation) UnmarshalJSON(src []byte) error + func (v *NullableUserLocation) Unset() + func (v NullableUserLocation) Get() *UserLocation + func (v NullableUserLocation) IsSet() bool + func (v NullableUserLocation) MarshalJSON() ([]byte, error) + type NullableUtraLocation struct + func NewNullableUtraLocation(val *UtraLocation) *NullableUtraLocation + func (v *NullableUtraLocation) Set(val *UtraLocation) + func (v *NullableUtraLocation) UnmarshalJSON(src []byte) error + func (v *NullableUtraLocation) Unset() + func (v NullableUtraLocation) Get() *UtraLocation + func (v NullableUtraLocation) IsSet() bool + func (v NullableUtraLocation) MarshalJSON() ([]byte, error) + type 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 PatchResult struct + Report []ReportItem + func NewPatchResult(report []ReportItem) *PatchResult + func NewPatchResultWithDefaults() *PatchResult + func (o *PatchResult) GetReport() []ReportItem + func (o *PatchResult) GetReportOk() ([]ReportItem, bool) + func (o *PatchResult) SetReport(v []ReportItem) + func (o PatchResult) MarshalJSON() ([]byte, error) + func (o PatchResult) ToMap() (map[string]interface{}, error) + type PdnConnectivityStatReport struct + Dnn *string + Ipv4Addr *string + Ipv6Addrs []Ipv6Addr + Ipv6Prefixes []Ipv6Prefix + PdnConnStat PdnConnectivityStatus + PduSeId *int32 + PduSessType *PduSessionType + func NewPdnConnectivityStatReport(pdnConnStat PdnConnectivityStatus) *PdnConnectivityStatReport + func NewPdnConnectivityStatReportWithDefaults() *PdnConnectivityStatReport + func (o *PdnConnectivityStatReport) GetDnn() string + func (o *PdnConnectivityStatReport) GetDnnOk() (*string, bool) + func (o *PdnConnectivityStatReport) GetIpv4Addr() string + func (o *PdnConnectivityStatReport) GetIpv4AddrOk() (*string, bool) + func (o *PdnConnectivityStatReport) GetIpv6Addrs() []Ipv6Addr + func (o *PdnConnectivityStatReport) GetIpv6AddrsOk() ([]Ipv6Addr, bool) + func (o *PdnConnectivityStatReport) GetIpv6Prefixes() []Ipv6Prefix + func (o *PdnConnectivityStatReport) GetIpv6PrefixesOk() ([]Ipv6Prefix, bool) + func (o *PdnConnectivityStatReport) GetPdnConnStat() PdnConnectivityStatus + func (o *PdnConnectivityStatReport) GetPdnConnStatOk() (*PdnConnectivityStatus, bool) + func (o *PdnConnectivityStatReport) GetPduSeId() int32 + func (o *PdnConnectivityStatReport) GetPduSeIdOk() (*int32, bool) + func (o *PdnConnectivityStatReport) GetPduSessType() PduSessionType + func (o *PdnConnectivityStatReport) GetPduSessTypeOk() (*PduSessionType, bool) + func (o *PdnConnectivityStatReport) HasDnn() bool + func (o *PdnConnectivityStatReport) HasIpv4Addr() bool + func (o *PdnConnectivityStatReport) HasIpv6Addrs() bool + func (o *PdnConnectivityStatReport) HasIpv6Prefixes() bool + func (o *PdnConnectivityStatReport) HasPduSeId() bool + func (o *PdnConnectivityStatReport) HasPduSessType() bool + func (o *PdnConnectivityStatReport) SetDnn(v string) + func (o *PdnConnectivityStatReport) SetIpv4Addr(v string) + func (o *PdnConnectivityStatReport) SetIpv6Addrs(v []Ipv6Addr) + func (o *PdnConnectivityStatReport) SetIpv6Prefixes(v []Ipv6Prefix) + func (o *PdnConnectivityStatReport) SetPdnConnStat(v PdnConnectivityStatus) + func (o *PdnConnectivityStatReport) SetPduSeId(v int32) + func (o *PdnConnectivityStatReport) SetPduSessType(v PduSessionType) + func (o PdnConnectivityStatReport) MarshalJSON() ([]byte, error) + func (o PdnConnectivityStatReport) ToMap() (map[string]interface{}, error) + type PdnConnectivityStatus struct + PdnConnectivityStatusAnyOf *PdnConnectivityStatusAnyOf + String *string + func (dst *PdnConnectivityStatus) UnmarshalJSON(data []byte) error + func (src *PdnConnectivityStatus) MarshalJSON() ([]byte, error) + type PdnConnectivityStatusAnyOf string + const ESTABLISHED + const RELEASED + func NewPdnConnectivityStatusAnyOfFromValue(v string) (*PdnConnectivityStatusAnyOf, error) + func (v *PdnConnectivityStatusAnyOf) UnmarshalJSON(src []byte) error + func (v PdnConnectivityStatusAnyOf) IsValid() bool + func (v PdnConnectivityStatusAnyOf) Ptr() *PdnConnectivityStatusAnyOf + type PduSessionStatusCfg struct + Apn *string + func NewPduSessionStatusCfg() *PduSessionStatusCfg + func NewPduSessionStatusCfgWithDefaults() *PduSessionStatusCfg + func (o *PduSessionStatusCfg) GetApn() string + func (o *PduSessionStatusCfg) GetApnOk() (*string, bool) + func (o *PduSessionStatusCfg) HasApn() bool + func (o *PduSessionStatusCfg) SetApn(v string) + func (o PduSessionStatusCfg) MarshalJSON() ([]byte, error) + func (o PduSessionStatusCfg) ToMap() (map[string]interface{}, error) + type PduSessionType struct + PduSessionTypeAnyOf *PduSessionTypeAnyOf + String *string + func (dst *PduSessionType) UnmarshalJSON(data []byte) error + func (src *PduSessionType) MarshalJSON() ([]byte, error) + type PduSessionTypeAnyOf string + const ETHERNET + const IPV4 + const IPV4_V6 + const IPV6 + const UNSTRUCTURED + func NewPduSessionTypeAnyOfFromValue(v string) (*PduSessionTypeAnyOf, error) + func (v *PduSessionTypeAnyOf) UnmarshalJSON(src []byte) error + func (v PduSessionTypeAnyOf) IsValid() bool + func (v PduSessionTypeAnyOf) Ptr() *PduSessionTypeAnyOf + 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 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 ReachabilityForDataConfiguration struct + Interface *interface{} + func (dst *ReachabilityForDataConfiguration) UnmarshalJSON(data []byte) error + func (src *ReachabilityForDataConfiguration) MarshalJSON() ([]byte, error) + type ReachabilityForDataReport struct + MaxAvailabilityTime *time.Time + ReachabilityDataStatus bool + func NewReachabilityForDataReport(reachabilityDataStatus bool) *ReachabilityForDataReport + func NewReachabilityForDataReportWithDefaults() *ReachabilityForDataReport + func (o *ReachabilityForDataReport) GetMaxAvailabilityTime() time.Time + func (o *ReachabilityForDataReport) GetMaxAvailabilityTimeOk() (*time.Time, bool) + func (o *ReachabilityForDataReport) GetReachabilityDataStatus() bool + func (o *ReachabilityForDataReport) GetReachabilityDataStatusOk() (*bool, bool) + func (o *ReachabilityForDataReport) HasMaxAvailabilityTime() bool + func (o *ReachabilityForDataReport) SetMaxAvailabilityTime(v time.Time) + func (o *ReachabilityForDataReport) SetReachabilityDataStatus(v bool) + func (o ReachabilityForDataReport) MarshalJSON() ([]byte, error) + func (o ReachabilityForDataReport) ToMap() (map[string]interface{}, error) + type ReachabilityForSmsReport struct + MaxAvailabilityTime *time.Time + ReachabilitySmsStatus bool + func NewReachabilityForSmsReport(reachabilitySmsStatus bool) *ReachabilityForSmsReport + func NewReachabilityForSmsReportWithDefaults() *ReachabilityForSmsReport + func (o *ReachabilityForSmsReport) GetMaxAvailabilityTime() time.Time + func (o *ReachabilityForSmsReport) GetMaxAvailabilityTimeOk() (*time.Time, bool) + func (o *ReachabilityForSmsReport) GetReachabilitySmsStatus() bool + func (o *ReachabilityForSmsReport) GetReachabilitySmsStatusOk() (*bool, bool) + func (o *ReachabilityForSmsReport) HasMaxAvailabilityTime() bool + func (o *ReachabilityForSmsReport) SetMaxAvailabilityTime(v time.Time) + func (o *ReachabilityForSmsReport) SetReachabilitySmsStatus(v bool) + func (o ReachabilityForSmsReport) MarshalJSON() ([]byte, error) + func (o ReachabilityForSmsReport) ToMap() (map[string]interface{}, error) + 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 Report struct + LocationReport *LocationReport + LossConnectivityReport *LossConnectivityReport + PdnConnectivityStatReport *PdnConnectivityStatReport + ReachabilityForDataReport *ReachabilityForDataReport + ReachabilityForSmsReport *ReachabilityForSmsReport + func NewReport() *Report + func NewReportWithDefaults() *Report + func (o *Report) GetLocationReport() LocationReport + func (o *Report) GetLocationReportOk() (*LocationReport, bool) + func (o *Report) GetLossConnectivityReport() LossConnectivityReport + func (o *Report) GetLossConnectivityReportOk() (*LossConnectivityReport, bool) + func (o *Report) GetPdnConnectivityStatReport() PdnConnectivityStatReport + func (o *Report) GetPdnConnectivityStatReportOk() (*PdnConnectivityStatReport, bool) + func (o *Report) GetReachabilityForDataReport() ReachabilityForDataReport + func (o *Report) GetReachabilityForDataReportOk() (*ReachabilityForDataReport, bool) + func (o *Report) GetReachabilityForSmsReport() ReachabilityForSmsReport + func (o *Report) GetReachabilityForSmsReportOk() (*ReachabilityForSmsReport, bool) + func (o *Report) HasLocationReport() bool + func (o *Report) HasLossConnectivityReport() bool + func (o *Report) HasPdnConnectivityStatReport() bool + func (o *Report) HasReachabilityForDataReport() bool + func (o *Report) HasReachabilityForSmsReport() bool + func (o *Report) SetLocationReport(v LocationReport) + func (o *Report) SetLossConnectivityReport(v LossConnectivityReport) + func (o *Report) SetPdnConnectivityStatReport(v PdnConnectivityStatReport) + func (o *Report) SetReachabilityForDataReport(v ReachabilityForDataReport) + func (o *Report) SetReachabilityForSmsReport(v ReachabilityForSmsReport) + func (o Report) MarshalJSON() ([]byte, error) + func (o Report) ToMap() (map[string]interface{}, error) + type ReportItem struct + Path string + Reason *string + func NewReportItem(path string) *ReportItem + func NewReportItemWithDefaults() *ReportItem + func (o *ReportItem) GetPath() string + func (o *ReportItem) GetPathOk() (*string, bool) + func (o *ReportItem) GetReason() string + func (o *ReportItem) GetReasonOk() (*string, bool) + func (o *ReportItem) HasReason() bool + func (o *ReportItem) SetPath(v string) + func (o *ReportItem) SetReason(v string) + func (o ReportItem) MarshalJSON() ([]byte, error) + func (o ReportItem) ToMap() (map[string]interface{}, error) + type ReportingOptions struct + Expiry *time.Time + MaxNumOfReports *int32 + ReportPeriod *int32 + func NewReportingOptions() *ReportingOptions + func NewReportingOptionsWithDefaults() *ReportingOptions + func (o *ReportingOptions) GetExpiry() time.Time + func (o *ReportingOptions) GetExpiryOk() (*time.Time, bool) + func (o *ReportingOptions) GetMaxNumOfReports() int32 + func (o *ReportingOptions) GetMaxNumOfReportsOk() (*int32, bool) + func (o *ReportingOptions) GetReportPeriod() int32 + func (o *ReportingOptions) GetReportPeriodOk() (*int32, bool) + func (o *ReportingOptions) HasExpiry() bool + func (o *ReportingOptions) HasMaxNumOfReports() bool + func (o *ReportingOptions) HasReportPeriod() bool + func (o *ReportingOptions) SetExpiry(v time.Time) + func (o *ReportingOptions) SetMaxNumOfReports(v int32) + func (o *ReportingOptions) SetReportPeriod(v int32) + func (o ReportingOptions) MarshalJSON() ([]byte, error) + func (o ReportingOptions) ToMap() (map[string]interface{}, error) + type RoutingAreaId struct + Lac string + PlmnId PlmnId + Rac string + func NewRoutingAreaId(plmnId PlmnId, lac string, rac string) *RoutingAreaId + func NewRoutingAreaIdWithDefaults() *RoutingAreaId + func (o *RoutingAreaId) GetLac() string + func (o *RoutingAreaId) GetLacOk() (*string, bool) + func (o *RoutingAreaId) GetPlmnId() PlmnId + func (o *RoutingAreaId) GetPlmnIdOk() (*PlmnId, bool) + func (o *RoutingAreaId) GetRac() string + func (o *RoutingAreaId) GetRacOk() (*string, bool) + func (o *RoutingAreaId) SetLac(v string) + func (o *RoutingAreaId) SetPlmnId(v PlmnId) + func (o *RoutingAreaId) SetRac(v string) + func (o RoutingAreaId) MarshalJSON() ([]byte, error) + func (o RoutingAreaId) ToMap() (map[string]interface{}, error) + type ServerConfiguration struct + Description string + URL string + Variables map[string]ServerVariable + type ServerConfigurations []ServerConfiguration + func (sc ServerConfigurations) URL(index int, variables map[string]string) (string, error) + type ServerVariable struct + DefaultValue string + Description string + EnumValues []string + type ServiceAreaId struct + Lac string + PlmnId PlmnId + Sac string + func NewServiceAreaId(plmnId PlmnId, lac string, sac string) *ServiceAreaId + func NewServiceAreaIdWithDefaults() *ServiceAreaId + func (o *ServiceAreaId) GetLac() string + func (o *ServiceAreaId) GetLacOk() (*string, bool) + func (o *ServiceAreaId) GetPlmnId() PlmnId + func (o *ServiceAreaId) GetPlmnIdOk() (*PlmnId, bool) + func (o *ServiceAreaId) GetSac() string + func (o *ServiceAreaId) GetSacOk() (*string, bool) + func (o *ServiceAreaId) SetLac(v string) + func (o *ServiceAreaId) SetPlmnId(v PlmnId) + func (o *ServiceAreaId) SetSac(v string) + func (o ServiceAreaId) MarshalJSON() ([]byte, error) + func (o ServiceAreaId) ToMap() (map[string]interface{}, error) + type 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 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 TnapId struct + BssId *string + CivicAddress *string + SsId *string + func NewTnapId() *TnapId + func NewTnapIdWithDefaults() *TnapId + func (o *TnapId) GetBssId() string + func (o *TnapId) GetBssIdOk() (*string, bool) + func (o *TnapId) GetCivicAddress() string + func (o *TnapId) GetCivicAddressOk() (*string, bool) + func (o *TnapId) GetSsId() string + func (o *TnapId) GetSsIdOk() (*string, bool) + func (o *TnapId) HasBssId() bool + func (o *TnapId) HasCivicAddress() bool + func (o *TnapId) HasSsId() bool + func (o *TnapId) SetBssId(v string) + func (o *TnapId) SetCivicAddress(v string) + func (o *TnapId) SetSsId(v string) + func (o TnapId) MarshalJSON() ([]byte, error) + func (o TnapId) ToMap() (map[string]interface{}, error) + type TransportProtocol struct + String *string + TransportProtocolAnyOf *TransportProtocolAnyOf + func (dst *TransportProtocol) UnmarshalJSON(data []byte) error + func (src *TransportProtocol) MarshalJSON() ([]byte, error) + type TransportProtocolAnyOf string + const TCP + const UDP + func NewTransportProtocolAnyOfFromValue(v string) (*TransportProtocolAnyOf, error) + func (v *TransportProtocolAnyOf) UnmarshalJSON(src []byte) error + func (v TransportProtocolAnyOf) IsValid() bool + func (v TransportProtocolAnyOf) Ptr() *TransportProtocolAnyOf + type TwapId struct + BssId *string + CivicAddress *string + SsId string + func NewTwapId(ssId string) *TwapId + func NewTwapIdWithDefaults() *TwapId + func (o *TwapId) GetBssId() string + func (o *TwapId) GetBssIdOk() (*string, bool) + func (o *TwapId) GetCivicAddress() string + func (o *TwapId) GetCivicAddressOk() (*string, bool) + func (o *TwapId) GetSsId() string + func (o *TwapId) GetSsIdOk() (*string, bool) + func (o *TwapId) HasBssId() bool + func (o *TwapId) HasCivicAddress() bool + func (o *TwapId) SetBssId(v string) + func (o *TwapId) SetCivicAddress(v string) + func (o *TwapId) SetSsId(v string) + func (o TwapId) MarshalJSON() ([]byte, error) + func (o TwapId) ToMap() (map[string]interface{}, error) + type UpdateEESubscriptionApiService service + func (a *UpdateEESubscriptionApiService) UpdateEeSubscription(ctx context.Context, ueId string, subscriptionId string) ApiUpdateEeSubscriptionRequest + func (a *UpdateEESubscriptionApiService) UpdateEeSubscriptionExecute(r ApiUpdateEeSubscriptionRequest) (*PatchResult, *http.Response, error) + type UserLocation struct + EutraLocation *EutraLocation + GeraLocation *GeraLocation + N3gaLocation *N3gaLocation + NrLocation *NrLocation + UtraLocation *UtraLocation + func NewUserLocation() *UserLocation + func NewUserLocationWithDefaults() *UserLocation + func (o *UserLocation) GetEutraLocation() EutraLocation + func (o *UserLocation) GetEutraLocationOk() (*EutraLocation, bool) + func (o *UserLocation) GetGeraLocation() GeraLocation + func (o *UserLocation) GetGeraLocationOk() (*GeraLocation, bool) + func (o *UserLocation) GetN3gaLocation() N3gaLocation + func (o *UserLocation) GetN3gaLocationOk() (*N3gaLocation, bool) + func (o *UserLocation) GetNrLocation() NrLocation + func (o *UserLocation) GetNrLocationOk() (*NrLocation, bool) + func (o *UserLocation) GetUtraLocation() UtraLocation + func (o *UserLocation) GetUtraLocationOk() (*UtraLocation, bool) + func (o *UserLocation) HasEutraLocation() bool + func (o *UserLocation) HasGeraLocation() bool + func (o *UserLocation) HasN3gaLocation() bool + func (o *UserLocation) HasNrLocation() bool + func (o *UserLocation) HasUtraLocation() bool + func (o *UserLocation) SetEutraLocation(v EutraLocation) + func (o *UserLocation) SetGeraLocation(v GeraLocation) + func (o *UserLocation) SetN3gaLocation(v N3gaLocation) + func (o *UserLocation) SetNrLocation(v NrLocation) + func (o *UserLocation) SetUtraLocation(v UtraLocation) + func (o UserLocation) MarshalJSON() ([]byte, error) + func (o UserLocation) ToMap() (map[string]interface{}, error) + type UtraLocation struct + Interface *interface{} + func InterfaceAsUtraLocation(v *interface{}) UtraLocation + func (dst *UtraLocation) UnmarshalJSON(data []byte) error + func (obj *UtraLocation) GetActualInstance() interface{} + func (src UtraLocation) MarshalJSON() ([]byte, error)