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 AllowedAccessTypeEnumValues = []AccessType + var AllowedCmStateAnyOfEnumValues = []CmStateAnyOf + var AllowedLineTypeAnyOfEnumValues = []LineTypeAnyOf + var AllowedNFTypeAnyOfEnumValues = []NFTypeAnyOf + var AllowedPduSessionStatusAnyOfEnumValues = []PduSessionStatusAnyOf + var AllowedPduSessionTypeAnyOfEnumValues = []PduSessionTypeAnyOf + var AllowedRatTypeAnyOfEnumValues = []RatTypeAnyOf + var AllowedRmStateAnyOfEnumValues = []RmStateAnyOf + var AllowedSmsSupportAnyOfEnumValues = []SmsSupportAnyOf + var AllowedTransportProtocolAnyOfEnumValues = []TransportProtocolAnyOf + var AllowedUeReachabilityAnyOfEnumValues = []UeReachabilityAnyOf + 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 + AccessAndMobilityDataApi *AccessAndMobilityDataApiService + ExposureDataSubscriptionsCollectionApi *ExposureDataSubscriptionsCollectionApiService + IndividualExposureDataSubscriptionDocumentApi *IndividualExposureDataSubscriptionDocumentApiService + PduSessionManagementDataApi *PduSessionManagementDataApiService + 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 AccessAndMobilityData struct + AccessType *AccessType + ConnStates []CmInfo + ConnStatesTs *time.Time + CurrentPlmn *PlmnId + CurrentPlmnTs *time.Time + Location *UserLocation + LocationTs *time.Time + RatType []RatType + RatTypesTs *time.Time + ReachabilityStatus *UeReachability + ReachabilityStatusTs *time.Time + RegStates []RmInfo + RegStatesTs *time.Time + ResetIds []string + RoamingStatus *bool + RoamingStatusTs *time.Time + SmsOverNasStatus *SmsSupport + SmsOverNasStatusTs *time.Time + SuppFeat *string + TimeZone *string + TimeZoneTs *time.Time + func NewAccessAndMobilityData() *AccessAndMobilityData + func NewAccessAndMobilityDataWithDefaults() *AccessAndMobilityData + func (o *AccessAndMobilityData) GetAccessType() AccessType + func (o *AccessAndMobilityData) GetAccessTypeOk() (*AccessType, bool) + func (o *AccessAndMobilityData) GetConnStates() []CmInfo + func (o *AccessAndMobilityData) GetConnStatesOk() ([]CmInfo, bool) + func (o *AccessAndMobilityData) GetConnStatesTs() time.Time + func (o *AccessAndMobilityData) GetConnStatesTsOk() (*time.Time, bool) + func (o *AccessAndMobilityData) GetCurrentPlmn() PlmnId + func (o *AccessAndMobilityData) GetCurrentPlmnOk() (*PlmnId, bool) + func (o *AccessAndMobilityData) GetCurrentPlmnTs() time.Time + func (o *AccessAndMobilityData) GetCurrentPlmnTsOk() (*time.Time, bool) + func (o *AccessAndMobilityData) GetLocation() UserLocation + func (o *AccessAndMobilityData) GetLocationOk() (*UserLocation, bool) + func (o *AccessAndMobilityData) GetLocationTs() time.Time + func (o *AccessAndMobilityData) GetLocationTsOk() (*time.Time, bool) + func (o *AccessAndMobilityData) GetRatType() []RatType + func (o *AccessAndMobilityData) GetRatTypeOk() ([]RatType, bool) + func (o *AccessAndMobilityData) GetRatTypesTs() time.Time + func (o *AccessAndMobilityData) GetRatTypesTsOk() (*time.Time, bool) + func (o *AccessAndMobilityData) GetReachabilityStatus() UeReachability + func (o *AccessAndMobilityData) GetReachabilityStatusOk() (*UeReachability, bool) + func (o *AccessAndMobilityData) GetReachabilityStatusTs() time.Time + func (o *AccessAndMobilityData) GetReachabilityStatusTsOk() (*time.Time, bool) + func (o *AccessAndMobilityData) GetRegStates() []RmInfo + func (o *AccessAndMobilityData) GetRegStatesOk() ([]RmInfo, bool) + func (o *AccessAndMobilityData) GetRegStatesTs() time.Time + func (o *AccessAndMobilityData) GetRegStatesTsOk() (*time.Time, bool) + func (o *AccessAndMobilityData) GetResetIds() []string + func (o *AccessAndMobilityData) GetResetIdsOk() ([]string, bool) + func (o *AccessAndMobilityData) GetRoamingStatus() bool + func (o *AccessAndMobilityData) GetRoamingStatusOk() (*bool, bool) + func (o *AccessAndMobilityData) GetRoamingStatusTs() time.Time + func (o *AccessAndMobilityData) GetRoamingStatusTsOk() (*time.Time, bool) + func (o *AccessAndMobilityData) GetSmsOverNasStatus() SmsSupport + func (o *AccessAndMobilityData) GetSmsOverNasStatusOk() (*SmsSupport, bool) + func (o *AccessAndMobilityData) GetSmsOverNasStatusTs() time.Time + func (o *AccessAndMobilityData) GetSmsOverNasStatusTsOk() (*time.Time, bool) + func (o *AccessAndMobilityData) GetSuppFeat() string + func (o *AccessAndMobilityData) GetSuppFeatOk() (*string, bool) + func (o *AccessAndMobilityData) GetTimeZone() string + func (o *AccessAndMobilityData) GetTimeZoneOk() (*string, bool) + func (o *AccessAndMobilityData) GetTimeZoneTs() time.Time + func (o *AccessAndMobilityData) GetTimeZoneTsOk() (*time.Time, bool) + func (o *AccessAndMobilityData) HasAccessType() bool + func (o *AccessAndMobilityData) HasConnStates() bool + func (o *AccessAndMobilityData) HasConnStatesTs() bool + func (o *AccessAndMobilityData) HasCurrentPlmn() bool + func (o *AccessAndMobilityData) HasCurrentPlmnTs() bool + func (o *AccessAndMobilityData) HasLocation() bool + func (o *AccessAndMobilityData) HasLocationTs() bool + func (o *AccessAndMobilityData) HasRatType() bool + func (o *AccessAndMobilityData) HasRatTypesTs() bool + func (o *AccessAndMobilityData) HasReachabilityStatus() bool + func (o *AccessAndMobilityData) HasReachabilityStatusTs() bool + func (o *AccessAndMobilityData) HasRegStates() bool + func (o *AccessAndMobilityData) HasRegStatesTs() bool + func (o *AccessAndMobilityData) HasResetIds() bool + func (o *AccessAndMobilityData) HasRoamingStatus() bool + func (o *AccessAndMobilityData) HasRoamingStatusTs() bool + func (o *AccessAndMobilityData) HasSmsOverNasStatus() bool + func (o *AccessAndMobilityData) HasSmsOverNasStatusTs() bool + func (o *AccessAndMobilityData) HasSuppFeat() bool + func (o *AccessAndMobilityData) HasTimeZone() bool + func (o *AccessAndMobilityData) HasTimeZoneTs() bool + func (o *AccessAndMobilityData) SetAccessType(v AccessType) + func (o *AccessAndMobilityData) SetConnStates(v []CmInfo) + func (o *AccessAndMobilityData) SetConnStatesTs(v time.Time) + func (o *AccessAndMobilityData) SetCurrentPlmn(v PlmnId) + func (o *AccessAndMobilityData) SetCurrentPlmnTs(v time.Time) + func (o *AccessAndMobilityData) SetLocation(v UserLocation) + func (o *AccessAndMobilityData) SetLocationTs(v time.Time) + func (o *AccessAndMobilityData) SetRatType(v []RatType) + func (o *AccessAndMobilityData) SetRatTypesTs(v time.Time) + func (o *AccessAndMobilityData) SetReachabilityStatus(v UeReachability) + func (o *AccessAndMobilityData) SetReachabilityStatusTs(v time.Time) + func (o *AccessAndMobilityData) SetRegStates(v []RmInfo) + func (o *AccessAndMobilityData) SetRegStatesTs(v time.Time) + func (o *AccessAndMobilityData) SetResetIds(v []string) + func (o *AccessAndMobilityData) SetRoamingStatus(v bool) + func (o *AccessAndMobilityData) SetRoamingStatusTs(v time.Time) + func (o *AccessAndMobilityData) SetSmsOverNasStatus(v SmsSupport) + func (o *AccessAndMobilityData) SetSmsOverNasStatusTs(v time.Time) + func (o *AccessAndMobilityData) SetSuppFeat(v string) + func (o *AccessAndMobilityData) SetTimeZone(v string) + func (o *AccessAndMobilityData) SetTimeZoneTs(v time.Time) + func (o AccessAndMobilityData) MarshalJSON() ([]byte, error) + func (o AccessAndMobilityData) ToMap() (map[string]interface{}, error) + type AccessAndMobilityDataApiService service + func (a *AccessAndMobilityDataApiService) CreateOrReplaceAccessAndMobilityData(ctx context.Context, ueId string) ApiCreateOrReplaceAccessAndMobilityDataRequest + func (a *AccessAndMobilityDataApiService) CreateOrReplaceAccessAndMobilityDataExecute(r ApiCreateOrReplaceAccessAndMobilityDataRequest) (*AccessAndMobilityData, *http.Response, error) + func (a *AccessAndMobilityDataApiService) DeleteAccessAndMobilityData(ctx context.Context, ueId string) ApiDeleteAccessAndMobilityDataRequest + func (a *AccessAndMobilityDataApiService) DeleteAccessAndMobilityDataExecute(r ApiDeleteAccessAndMobilityDataRequest) (*http.Response, error) + func (a *AccessAndMobilityDataApiService) QueryAccessAndMobilityData(ctx context.Context, ueId string) ApiQueryAccessAndMobilityDataRequest + func (a *AccessAndMobilityDataApiService) QueryAccessAndMobilityDataExecute(r ApiQueryAccessAndMobilityDataRequest) (*AccessAndMobilityData, *http.Response, error) + func (a *AccessAndMobilityDataApiService) UpdateAccessAndMobilityData(ctx context.Context, ueId string) ApiUpdateAccessAndMobilityDataRequest + func (a *AccessAndMobilityDataApiService) UpdateAccessAndMobilityDataExecute(r ApiUpdateAccessAndMobilityDataRequest) (*http.Response, error) + type AccessTokenErr struct + Error string + ErrorDescription *string + ErrorUri *string + func NewAccessTokenErr(error_ string) *AccessTokenErr + func NewAccessTokenErrWithDefaults() *AccessTokenErr + func (o *AccessTokenErr) GetError() string + func (o *AccessTokenErr) GetErrorDescription() string + func (o *AccessTokenErr) GetErrorDescriptionOk() (*string, bool) + func (o *AccessTokenErr) GetErrorOk() (*string, bool) + func (o *AccessTokenErr) GetErrorUri() string + func (o *AccessTokenErr) GetErrorUriOk() (*string, bool) + func (o *AccessTokenErr) HasErrorDescription() bool + func (o *AccessTokenErr) HasErrorUri() bool + func (o *AccessTokenErr) SetError(v string) + func (o *AccessTokenErr) SetErrorDescription(v string) + func (o *AccessTokenErr) SetErrorUri(v string) + func (o AccessTokenErr) MarshalJSON() ([]byte, error) + func (o AccessTokenErr) ToMap() (map[string]interface{}, error) + type AccessTokenReq struct + GrantType string + HnrfAccessTokenUri *string + NfInstanceId string + NfType *NFType + RequesterFqdn *string + RequesterPlmn *PlmnId + RequesterPlmnList []PlmnId + RequesterSnpnList []PlmnIdNid + RequesterSnssaiList []Snssai + Scope string + SourceNfInstanceId *string + TargetNfInstanceId *string + TargetNfServiceSetId *string + TargetNfSetId *string + TargetNfType *NFType + TargetNsiList []string + TargetPlmn *PlmnId + TargetSnpn *PlmnIdNid + TargetSnssaiList []Snssai + func NewAccessTokenReq(grantType string, nfInstanceId string, scope string) *AccessTokenReq + func NewAccessTokenReqWithDefaults() *AccessTokenReq + func (o *AccessTokenReq) GetGrantType() string + func (o *AccessTokenReq) GetGrantTypeOk() (*string, bool) + func (o *AccessTokenReq) GetHnrfAccessTokenUri() string + func (o *AccessTokenReq) GetHnrfAccessTokenUriOk() (*string, bool) + func (o *AccessTokenReq) GetNfInstanceId() string + func (o *AccessTokenReq) GetNfInstanceIdOk() (*string, bool) + func (o *AccessTokenReq) GetNfType() NFType + func (o *AccessTokenReq) GetNfTypeOk() (*NFType, bool) + func (o *AccessTokenReq) GetRequesterFqdn() string + func (o *AccessTokenReq) GetRequesterFqdnOk() (*string, bool) + func (o *AccessTokenReq) GetRequesterPlmn() PlmnId + func (o *AccessTokenReq) GetRequesterPlmnList() []PlmnId + func (o *AccessTokenReq) GetRequesterPlmnListOk() ([]PlmnId, bool) + func (o *AccessTokenReq) GetRequesterPlmnOk() (*PlmnId, bool) + func (o *AccessTokenReq) GetRequesterSnpnList() []PlmnIdNid + func (o *AccessTokenReq) GetRequesterSnpnListOk() ([]PlmnIdNid, bool) + func (o *AccessTokenReq) GetRequesterSnssaiList() []Snssai + func (o *AccessTokenReq) GetRequesterSnssaiListOk() ([]Snssai, bool) + func (o *AccessTokenReq) GetScope() string + func (o *AccessTokenReq) GetScopeOk() (*string, bool) + func (o *AccessTokenReq) GetSourceNfInstanceId() string + func (o *AccessTokenReq) GetSourceNfInstanceIdOk() (*string, bool) + func (o *AccessTokenReq) GetTargetNfInstanceId() string + func (o *AccessTokenReq) GetTargetNfInstanceIdOk() (*string, bool) + func (o *AccessTokenReq) GetTargetNfServiceSetId() string + func (o *AccessTokenReq) GetTargetNfServiceSetIdOk() (*string, bool) + func (o *AccessTokenReq) GetTargetNfSetId() string + func (o *AccessTokenReq) GetTargetNfSetIdOk() (*string, bool) + func (o *AccessTokenReq) GetTargetNfType() NFType + func (o *AccessTokenReq) GetTargetNfTypeOk() (*NFType, bool) + func (o *AccessTokenReq) GetTargetNsiList() []string + func (o *AccessTokenReq) GetTargetNsiListOk() ([]string, bool) + func (o *AccessTokenReq) GetTargetPlmn() PlmnId + func (o *AccessTokenReq) GetTargetPlmnOk() (*PlmnId, bool) + func (o *AccessTokenReq) GetTargetSnpn() PlmnIdNid + func (o *AccessTokenReq) GetTargetSnpnOk() (*PlmnIdNid, bool) + func (o *AccessTokenReq) GetTargetSnssaiList() []Snssai + func (o *AccessTokenReq) GetTargetSnssaiListOk() ([]Snssai, bool) + func (o *AccessTokenReq) HasHnrfAccessTokenUri() bool + func (o *AccessTokenReq) HasNfType() bool + func (o *AccessTokenReq) HasRequesterFqdn() bool + func (o *AccessTokenReq) HasRequesterPlmn() bool + func (o *AccessTokenReq) HasRequesterPlmnList() bool + func (o *AccessTokenReq) HasRequesterSnpnList() bool + func (o *AccessTokenReq) HasRequesterSnssaiList() bool + func (o *AccessTokenReq) HasSourceNfInstanceId() bool + func (o *AccessTokenReq) HasTargetNfInstanceId() bool + func (o *AccessTokenReq) HasTargetNfServiceSetId() bool + func (o *AccessTokenReq) HasTargetNfSetId() bool + func (o *AccessTokenReq) HasTargetNfType() bool + func (o *AccessTokenReq) HasTargetNsiList() bool + func (o *AccessTokenReq) HasTargetPlmn() bool + func (o *AccessTokenReq) HasTargetSnpn() bool + func (o *AccessTokenReq) HasTargetSnssaiList() bool + func (o *AccessTokenReq) SetGrantType(v string) + func (o *AccessTokenReq) SetHnrfAccessTokenUri(v string) + func (o *AccessTokenReq) SetNfInstanceId(v string) + func (o *AccessTokenReq) SetNfType(v NFType) + func (o *AccessTokenReq) SetRequesterFqdn(v string) + func (o *AccessTokenReq) SetRequesterPlmn(v PlmnId) + func (o *AccessTokenReq) SetRequesterPlmnList(v []PlmnId) + func (o *AccessTokenReq) SetRequesterSnpnList(v []PlmnIdNid) + func (o *AccessTokenReq) SetRequesterSnssaiList(v []Snssai) + func (o *AccessTokenReq) SetScope(v string) + func (o *AccessTokenReq) SetSourceNfInstanceId(v string) + func (o *AccessTokenReq) SetTargetNfInstanceId(v string) + func (o *AccessTokenReq) SetTargetNfServiceSetId(v string) + func (o *AccessTokenReq) SetTargetNfSetId(v string) + func (o *AccessTokenReq) SetTargetNfType(v NFType) + func (o *AccessTokenReq) SetTargetNsiList(v []string) + func (o *AccessTokenReq) SetTargetPlmn(v PlmnId) + func (o *AccessTokenReq) SetTargetSnpn(v PlmnIdNid) + func (o *AccessTokenReq) SetTargetSnssaiList(v []Snssai) + func (o AccessTokenReq) MarshalJSON() ([]byte, error) + func (o AccessTokenReq) ToMap() (map[string]interface{}, error) + type AccessType string + const NON_3_GPP_ACCESS + func NewAccessTypeFromValue(v string) (*AccessType, error) + func (v *AccessType) UnmarshalJSON(src []byte) error + func (v AccessType) IsValid() bool + func (v AccessType) Ptr() *AccessType + type ApiCreateIndividualExposureDataSubscriptionRequest struct + ApiService *ExposureDataSubscriptionsCollectionApiService + func (r ApiCreateIndividualExposureDataSubscriptionRequest) Execute() (*ExposureDataSubscription, *http.Response, error) + func (r ApiCreateIndividualExposureDataSubscriptionRequest) ExposureDataSubscription(exposureDataSubscription ExposureDataSubscription) ApiCreateIndividualExposureDataSubscriptionRequest + type ApiCreateOrReplaceAccessAndMobilityDataRequest struct + ApiService *AccessAndMobilityDataApiService + func (r ApiCreateOrReplaceAccessAndMobilityDataRequest) AccessAndMobilityData(accessAndMobilityData AccessAndMobilityData) ApiCreateOrReplaceAccessAndMobilityDataRequest + func (r ApiCreateOrReplaceAccessAndMobilityDataRequest) Execute() (*AccessAndMobilityData, *http.Response, error) + type ApiCreateOrReplaceSessionManagementDataRequest struct + ApiService *PduSessionManagementDataApiService + func (r ApiCreateOrReplaceSessionManagementDataRequest) Execute() (*PduSessionManagementData, *http.Response, error) + func (r ApiCreateOrReplaceSessionManagementDataRequest) PduSessionManagementData(pduSessionManagementData PduSessionManagementData) ApiCreateOrReplaceSessionManagementDataRequest + type ApiDeleteAccessAndMobilityDataRequest struct + ApiService *AccessAndMobilityDataApiService + func (r ApiDeleteAccessAndMobilityDataRequest) Execute() (*http.Response, error) + type ApiDeleteIndividualExposureDataSubscriptionRequest struct + ApiService *IndividualExposureDataSubscriptionDocumentApiService + func (r ApiDeleteIndividualExposureDataSubscriptionRequest) Execute() (*http.Response, error) + type ApiDeleteSessionManagementDataRequest struct + ApiService *PduSessionManagementDataApiService + func (r ApiDeleteSessionManagementDataRequest) Execute() (*http.Response, error) + type ApiQueryAccessAndMobilityDataRequest struct + ApiService *AccessAndMobilityDataApiService + func (r ApiQueryAccessAndMobilityDataRequest) Execute() (*AccessAndMobilityData, *http.Response, error) + func (r ApiQueryAccessAndMobilityDataRequest) SuppFeat(suppFeat string) ApiQueryAccessAndMobilityDataRequest + type ApiQuerySessionManagementDataRequest struct + ApiService *PduSessionManagementDataApiService + func (r ApiQuerySessionManagementDataRequest) Dnn(dnn string) ApiQuerySessionManagementDataRequest + func (r ApiQuerySessionManagementDataRequest) Execute() (*PduSessionManagementData, *http.Response, error) + func (r ApiQuerySessionManagementDataRequest) Fields(fields []string) ApiQuerySessionManagementDataRequest + func (r ApiQuerySessionManagementDataRequest) Ipv4Addr(ipv4Addr string) ApiQuerySessionManagementDataRequest + func (r ApiQuerySessionManagementDataRequest) Ipv6Prefix(ipv6Prefix Ipv6Prefix) ApiQuerySessionManagementDataRequest + func (r ApiQuerySessionManagementDataRequest) SuppFeat(suppFeat string) ApiQuerySessionManagementDataRequest + type ApiReplaceIndividualExposureDataSubscriptionRequest struct + ApiService *IndividualExposureDataSubscriptionDocumentApiService + func (r ApiReplaceIndividualExposureDataSubscriptionRequest) Execute() (*ExposureDataSubscription, *http.Response, error) + func (r ApiReplaceIndividualExposureDataSubscriptionRequest) ExposureDataSubscription(exposureDataSubscription ExposureDataSubscription) ApiReplaceIndividualExposureDataSubscriptionRequest + type ApiUpdateAccessAndMobilityDataRequest struct + ApiService *AccessAndMobilityDataApiService + func (r ApiUpdateAccessAndMobilityDataRequest) AccessAndMobilityData(accessAndMobilityData AccessAndMobilityData) ApiUpdateAccessAndMobilityDataRequest + func (r ApiUpdateAccessAndMobilityDataRequest) Execute() (*http.Response, error) + 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 CmInfo struct + AccessType AccessType + CmState CmState + func NewCmInfo(cmState CmState, accessType AccessType) *CmInfo + func NewCmInfoWithDefaults() *CmInfo + func (o *CmInfo) GetAccessType() AccessType + func (o *CmInfo) GetAccessTypeOk() (*AccessType, bool) + func (o *CmInfo) GetCmState() CmState + func (o *CmInfo) GetCmStateOk() (*CmState, bool) + func (o *CmInfo) SetAccessType(v AccessType) + func (o *CmInfo) SetCmState(v CmState) + func (o CmInfo) MarshalJSON() ([]byte, error) + func (o CmInfo) ToMap() (map[string]interface{}, error) + type CmState struct + CmStateAnyOf *CmStateAnyOf + String *string + func (dst *CmState) UnmarshalJSON(data []byte) error + func (src *CmState) MarshalJSON() ([]byte, error) + type CmStateAnyOf string + const CONNECTED + const IDLE + func NewCmStateAnyOfFromValue(v string) (*CmStateAnyOf, error) + func (v *CmStateAnyOf) UnmarshalJSON(src []byte) error + func (v CmStateAnyOf) IsValid() bool + func (v CmStateAnyOf) Ptr() *CmStateAnyOf + 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 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 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 ExposureDataChangeNotification struct + AccessAndMobilityData *AccessAndMobilityData + DelResources []string + PduSessionManagementData []PduSessionManagementData + UeId *string + func NewExposureDataChangeNotification() *ExposureDataChangeNotification + func NewExposureDataChangeNotificationWithDefaults() *ExposureDataChangeNotification + func (o *ExposureDataChangeNotification) GetAccessAndMobilityData() AccessAndMobilityData + func (o *ExposureDataChangeNotification) GetAccessAndMobilityDataOk() (*AccessAndMobilityData, bool) + func (o *ExposureDataChangeNotification) GetDelResources() []string + func (o *ExposureDataChangeNotification) GetDelResourcesOk() ([]string, bool) + func (o *ExposureDataChangeNotification) GetPduSessionManagementData() []PduSessionManagementData + func (o *ExposureDataChangeNotification) GetPduSessionManagementDataOk() ([]PduSessionManagementData, bool) + func (o *ExposureDataChangeNotification) GetUeId() string + func (o *ExposureDataChangeNotification) GetUeIdOk() (*string, bool) + func (o *ExposureDataChangeNotification) HasAccessAndMobilityData() bool + func (o *ExposureDataChangeNotification) HasDelResources() bool + func (o *ExposureDataChangeNotification) HasPduSessionManagementData() bool + func (o *ExposureDataChangeNotification) HasUeId() bool + func (o *ExposureDataChangeNotification) SetAccessAndMobilityData(v AccessAndMobilityData) + func (o *ExposureDataChangeNotification) SetDelResources(v []string) + func (o *ExposureDataChangeNotification) SetPduSessionManagementData(v []PduSessionManagementData) + func (o *ExposureDataChangeNotification) SetUeId(v string) + func (o ExposureDataChangeNotification) MarshalJSON() ([]byte, error) + func (o ExposureDataChangeNotification) ToMap() (map[string]interface{}, error) + type ExposureDataSubscription struct + Expiry *time.Time + MonitoredResourceUris []string + NotificationUri string + ResetIds []string + SupportedFeatures *string + func NewExposureDataSubscription(notificationUri string, monitoredResourceUris []string) *ExposureDataSubscription + func NewExposureDataSubscriptionWithDefaults() *ExposureDataSubscription + func (o *ExposureDataSubscription) GetExpiry() time.Time + func (o *ExposureDataSubscription) GetExpiryOk() (*time.Time, bool) + func (o *ExposureDataSubscription) GetMonitoredResourceUris() []string + func (o *ExposureDataSubscription) GetMonitoredResourceUrisOk() ([]string, bool) + func (o *ExposureDataSubscription) GetNotificationUri() string + func (o *ExposureDataSubscription) GetNotificationUriOk() (*string, bool) + func (o *ExposureDataSubscription) GetResetIds() []string + func (o *ExposureDataSubscription) GetResetIdsOk() ([]string, bool) + func (o *ExposureDataSubscription) GetSupportedFeatures() string + func (o *ExposureDataSubscription) GetSupportedFeaturesOk() (*string, bool) + func (o *ExposureDataSubscription) HasExpiry() bool + func (o *ExposureDataSubscription) HasResetIds() bool + func (o *ExposureDataSubscription) HasSupportedFeatures() bool + func (o *ExposureDataSubscription) SetExpiry(v time.Time) + func (o *ExposureDataSubscription) SetMonitoredResourceUris(v []string) + func (o *ExposureDataSubscription) SetNotificationUri(v string) + func (o *ExposureDataSubscription) SetResetIds(v []string) + func (o *ExposureDataSubscription) SetSupportedFeatures(v string) + func (o ExposureDataSubscription) MarshalJSON() ([]byte, error) + func (o ExposureDataSubscription) ToMap() (map[string]interface{}, error) + type ExposureDataSubscriptionsCollectionApiService service + func (a *ExposureDataSubscriptionsCollectionApiService) CreateIndividualExposureDataSubscription(ctx context.Context) ApiCreateIndividualExposureDataSubscriptionRequest + func (a *ExposureDataSubscriptionsCollectionApiService) CreateIndividualExposureDataSubscriptionExecute(r ApiCreateIndividualExposureDataSubscriptionRequest) (*ExposureDataSubscription, *http.Response, 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 IndividualExposureDataSubscriptionDocumentApiService service + func (a *IndividualExposureDataSubscriptionDocumentApiService) DeleteIndividualExposureDataSubscription(ctx context.Context, subId string) ApiDeleteIndividualExposureDataSubscriptionRequest + func (a *IndividualExposureDataSubscriptionDocumentApiService) DeleteIndividualExposureDataSubscriptionExecute(r ApiDeleteIndividualExposureDataSubscriptionRequest) (*http.Response, error) + func (a *IndividualExposureDataSubscriptionDocumentApiService) ReplaceIndividualExposureDataSubscription(ctx context.Context, subId string) ApiReplaceIndividualExposureDataSubscriptionRequest + func (a *IndividualExposureDataSubscriptionDocumentApiService) ReplaceIndividualExposureDataSubscriptionExecute(r ApiReplaceIndividualExposureDataSubscriptionRequest) (*ExposureDataSubscription, *http.Response, error) + type InvalidParam struct + Param string + Reason *string + func NewInvalidParam(param string) *InvalidParam + func NewInvalidParamWithDefaults() *InvalidParam + func (o *InvalidParam) GetParam() string + func (o *InvalidParam) GetParamOk() (*string, bool) + func (o *InvalidParam) GetReason() string + func (o *InvalidParam) GetReasonOk() (*string, bool) + func (o *InvalidParam) HasReason() bool + func (o *InvalidParam) SetParam(v string) + func (o *InvalidParam) SetReason(v string) + func (o InvalidParam) MarshalJSON() ([]byte, error) + func (o InvalidParam) ToMap() (map[string]interface{}, error) + type 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 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 MappedNullable interface + ToMap func() (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 NullableAccessAndMobilityData struct + func NewNullableAccessAndMobilityData(val *AccessAndMobilityData) *NullableAccessAndMobilityData + func (v *NullableAccessAndMobilityData) Set(val *AccessAndMobilityData) + func (v *NullableAccessAndMobilityData) UnmarshalJSON(src []byte) error + func (v *NullableAccessAndMobilityData) Unset() + func (v NullableAccessAndMobilityData) Get() *AccessAndMobilityData + func (v NullableAccessAndMobilityData) IsSet() bool + func (v NullableAccessAndMobilityData) MarshalJSON() ([]byte, error) + type NullableAccessTokenErr struct + func NewNullableAccessTokenErr(val *AccessTokenErr) *NullableAccessTokenErr + func (v *NullableAccessTokenErr) Set(val *AccessTokenErr) + func (v *NullableAccessTokenErr) UnmarshalJSON(src []byte) error + func (v *NullableAccessTokenErr) Unset() + func (v NullableAccessTokenErr) Get() *AccessTokenErr + func (v NullableAccessTokenErr) IsSet() bool + func (v NullableAccessTokenErr) MarshalJSON() ([]byte, error) + type NullableAccessTokenReq struct + func NewNullableAccessTokenReq(val *AccessTokenReq) *NullableAccessTokenReq + func (v *NullableAccessTokenReq) Set(val *AccessTokenReq) + func (v *NullableAccessTokenReq) UnmarshalJSON(src []byte) error + func (v *NullableAccessTokenReq) Unset() + func (v NullableAccessTokenReq) Get() *AccessTokenReq + func (v NullableAccessTokenReq) IsSet() bool + func (v NullableAccessTokenReq) MarshalJSON() ([]byte, error) + type NullableAccessType struct + func NewNullableAccessType(val *AccessType) *NullableAccessType + func (v *NullableAccessType) Set(val *AccessType) + func (v *NullableAccessType) UnmarshalJSON(src []byte) error + func (v *NullableAccessType) Unset() + func (v NullableAccessType) Get() *AccessType + func (v NullableAccessType) IsSet() bool + func (v NullableAccessType) 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 NullableCmInfo struct + func NewNullableCmInfo(val *CmInfo) *NullableCmInfo + func (v *NullableCmInfo) Set(val *CmInfo) + func (v *NullableCmInfo) UnmarshalJSON(src []byte) error + func (v *NullableCmInfo) Unset() + func (v NullableCmInfo) Get() *CmInfo + func (v NullableCmInfo) IsSet() bool + func (v NullableCmInfo) MarshalJSON() ([]byte, error) + type NullableCmState struct + func NewNullableCmState(val *CmState) *NullableCmState + func (v *NullableCmState) Set(val *CmState) + func (v *NullableCmState) UnmarshalJSON(src []byte) error + func (v *NullableCmState) Unset() + func (v NullableCmState) Get() *CmState + func (v NullableCmState) IsSet() bool + func (v NullableCmState) MarshalJSON() ([]byte, error) + type NullableCmStateAnyOf struct + func NewNullableCmStateAnyOf(val *CmStateAnyOf) *NullableCmStateAnyOf + func (v *NullableCmStateAnyOf) Set(val *CmStateAnyOf) + func (v *NullableCmStateAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableCmStateAnyOf) Unset() + func (v NullableCmStateAnyOf) Get() *CmStateAnyOf + func (v NullableCmStateAnyOf) IsSet() bool + func (v NullableCmStateAnyOf) 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 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 NullableExposureDataChangeNotification struct + func NewNullableExposureDataChangeNotification(val *ExposureDataChangeNotification) *NullableExposureDataChangeNotification + func (v *NullableExposureDataChangeNotification) Set(val *ExposureDataChangeNotification) + func (v *NullableExposureDataChangeNotification) UnmarshalJSON(src []byte) error + func (v *NullableExposureDataChangeNotification) Unset() + func (v NullableExposureDataChangeNotification) Get() *ExposureDataChangeNotification + func (v NullableExposureDataChangeNotification) IsSet() bool + func (v NullableExposureDataChangeNotification) MarshalJSON() ([]byte, error) + type NullableExposureDataSubscription struct + func NewNullableExposureDataSubscription(val *ExposureDataSubscription) *NullableExposureDataSubscription + func (v *NullableExposureDataSubscription) Set(val *ExposureDataSubscription) + func (v *NullableExposureDataSubscription) UnmarshalJSON(src []byte) error + func (v *NullableExposureDataSubscription) Unset() + func (v NullableExposureDataSubscription) Get() *ExposureDataSubscription + func (v NullableExposureDataSubscription) IsSet() bool + func (v NullableExposureDataSubscription) 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 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 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 NullablePduSessionManagementData struct + func NewNullablePduSessionManagementData(val *PduSessionManagementData) *NullablePduSessionManagementData + func (v *NullablePduSessionManagementData) Set(val *PduSessionManagementData) + func (v *NullablePduSessionManagementData) UnmarshalJSON(src []byte) error + func (v *NullablePduSessionManagementData) Unset() + func (v NullablePduSessionManagementData) Get() *PduSessionManagementData + func (v NullablePduSessionManagementData) IsSet() bool + func (v NullablePduSessionManagementData) MarshalJSON() ([]byte, error) + type NullablePduSessionStatus struct + func NewNullablePduSessionStatus(val *PduSessionStatus) *NullablePduSessionStatus + func (v *NullablePduSessionStatus) Set(val *PduSessionStatus) + func (v *NullablePduSessionStatus) UnmarshalJSON(src []byte) error + func (v *NullablePduSessionStatus) Unset() + func (v NullablePduSessionStatus) Get() *PduSessionStatus + func (v NullablePduSessionStatus) IsSet() bool + func (v NullablePduSessionStatus) MarshalJSON() ([]byte, error) + type NullablePduSessionStatusAnyOf struct + func NewNullablePduSessionStatusAnyOf(val *PduSessionStatusAnyOf) *NullablePduSessionStatusAnyOf + func (v *NullablePduSessionStatusAnyOf) Set(val *PduSessionStatusAnyOf) + func (v *NullablePduSessionStatusAnyOf) UnmarshalJSON(src []byte) error + func (v *NullablePduSessionStatusAnyOf) Unset() + func (v NullablePduSessionStatusAnyOf) Get() *PduSessionStatusAnyOf + func (v NullablePduSessionStatusAnyOf) IsSet() bool + func (v NullablePduSessionStatusAnyOf) 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 NullableRatType struct + func NewNullableRatType(val *RatType) *NullableRatType + func (v *NullableRatType) Set(val *RatType) + func (v *NullableRatType) UnmarshalJSON(src []byte) error + func (v *NullableRatType) Unset() + func (v NullableRatType) Get() *RatType + func (v NullableRatType) IsSet() bool + func (v NullableRatType) MarshalJSON() ([]byte, error) + type NullableRatTypeAnyOf struct + func NewNullableRatTypeAnyOf(val *RatTypeAnyOf) *NullableRatTypeAnyOf + func (v *NullableRatTypeAnyOf) Set(val *RatTypeAnyOf) + func (v *NullableRatTypeAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableRatTypeAnyOf) Unset() + func (v NullableRatTypeAnyOf) Get() *RatTypeAnyOf + func (v NullableRatTypeAnyOf) IsSet() bool + func (v NullableRatTypeAnyOf) MarshalJSON() ([]byte, error) + type NullableRmInfo struct + func NewNullableRmInfo(val *RmInfo) *NullableRmInfo + func (v *NullableRmInfo) Set(val *RmInfo) + func (v *NullableRmInfo) UnmarshalJSON(src []byte) error + func (v *NullableRmInfo) Unset() + func (v NullableRmInfo) Get() *RmInfo + func (v NullableRmInfo) IsSet() bool + func (v NullableRmInfo) MarshalJSON() ([]byte, error) + type NullableRmState struct + func NewNullableRmState(val *RmState) *NullableRmState + func (v *NullableRmState) Set(val *RmState) + func (v *NullableRmState) UnmarshalJSON(src []byte) error + func (v *NullableRmState) Unset() + func (v NullableRmState) Get() *RmState + func (v NullableRmState) IsSet() bool + func (v NullableRmState) MarshalJSON() ([]byte, error) + type NullableRmStateAnyOf struct + func NewNullableRmStateAnyOf(val *RmStateAnyOf) *NullableRmStateAnyOf + func (v *NullableRmStateAnyOf) Set(val *RmStateAnyOf) + func (v *NullableRmStateAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableRmStateAnyOf) Unset() + func (v NullableRmStateAnyOf) Get() *RmStateAnyOf + func (v NullableRmStateAnyOf) IsSet() bool + func (v NullableRmStateAnyOf) MarshalJSON() ([]byte, error) + type NullableRouteInformation struct + func NewNullableRouteInformation(val *RouteInformation) *NullableRouteInformation + func (v *NullableRouteInformation) Set(val *RouteInformation) + func (v *NullableRouteInformation) UnmarshalJSON(src []byte) error + func (v *NullableRouteInformation) Unset() + func (v NullableRouteInformation) Get() *RouteInformation + func (v NullableRouteInformation) IsSet() bool + func (v NullableRouteInformation) MarshalJSON() ([]byte, error) + type NullableRouteToLocation struct + func NewNullableRouteToLocation(val *RouteToLocation) *NullableRouteToLocation + func (v *NullableRouteToLocation) Set(val *RouteToLocation) + func (v *NullableRouteToLocation) UnmarshalJSON(src []byte) error + func (v *NullableRouteToLocation) Unset() + func (v NullableRouteToLocation) Get() *RouteToLocation + func (v NullableRouteToLocation) IsSet() bool + func (v NullableRouteToLocation) MarshalJSON() ([]byte, error) + type 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 NullableSmsSupport struct + func NewNullableSmsSupport(val *SmsSupport) *NullableSmsSupport + func (v *NullableSmsSupport) Set(val *SmsSupport) + func (v *NullableSmsSupport) UnmarshalJSON(src []byte) error + func (v *NullableSmsSupport) Unset() + func (v NullableSmsSupport) Get() *SmsSupport + func (v NullableSmsSupport) IsSet() bool + func (v NullableSmsSupport) MarshalJSON() ([]byte, error) + type NullableSmsSupportAnyOf struct + func NewNullableSmsSupportAnyOf(val *SmsSupportAnyOf) *NullableSmsSupportAnyOf + func (v *NullableSmsSupportAnyOf) Set(val *SmsSupportAnyOf) + func (v *NullableSmsSupportAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableSmsSupportAnyOf) Unset() + func (v NullableSmsSupportAnyOf) Get() *SmsSupportAnyOf + func (v NullableSmsSupportAnyOf) IsSet() bool + func (v NullableSmsSupportAnyOf) 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 NullableUeReachability struct + func NewNullableUeReachability(val *UeReachability) *NullableUeReachability + func (v *NullableUeReachability) Set(val *UeReachability) + func (v *NullableUeReachability) UnmarshalJSON(src []byte) error + func (v *NullableUeReachability) Unset() + func (v NullableUeReachability) Get() *UeReachability + func (v NullableUeReachability) IsSet() bool + func (v NullableUeReachability) MarshalJSON() ([]byte, error) + type NullableUeReachabilityAnyOf struct + func NewNullableUeReachabilityAnyOf(val *UeReachabilityAnyOf) *NullableUeReachabilityAnyOf + func (v *NullableUeReachabilityAnyOf) Set(val *UeReachabilityAnyOf) + func (v *NullableUeReachabilityAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableUeReachabilityAnyOf) Unset() + func (v NullableUeReachabilityAnyOf) Get() *UeReachabilityAnyOf + func (v NullableUeReachabilityAnyOf) IsSet() bool + func (v NullableUeReachabilityAnyOf) 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 PduSessionManagementData struct + Dnai *string + DnaiTs *time.Time + Dnn *string + IpAddrTs *time.Time + Ipv4Addr *string + Ipv6Addrs []Ipv6Addr + Ipv6Prefix []Ipv6Prefix + N6TrafficRoutingInfo []RouteToLocation + N6TrafficRoutingInfoTs *time.Time + PduSessType *PduSessionType + PduSessionId *int32 + PduSessionStatus *PduSessionStatus + PduSessionStatusTs *time.Time + ResetIds []string + SuppFeat *string + func NewPduSessionManagementData() *PduSessionManagementData + func NewPduSessionManagementDataWithDefaults() *PduSessionManagementData + func (o *PduSessionManagementData) GetDnai() string + func (o *PduSessionManagementData) GetDnaiOk() (*string, bool) + func (o *PduSessionManagementData) GetDnaiTs() time.Time + func (o *PduSessionManagementData) GetDnaiTsOk() (*time.Time, bool) + func (o *PduSessionManagementData) GetDnn() string + func (o *PduSessionManagementData) GetDnnOk() (*string, bool) + func (o *PduSessionManagementData) GetIpAddrTs() time.Time + func (o *PduSessionManagementData) GetIpAddrTsOk() (*time.Time, bool) + func (o *PduSessionManagementData) GetIpv4Addr() string + func (o *PduSessionManagementData) GetIpv4AddrOk() (*string, bool) + func (o *PduSessionManagementData) GetIpv6Addrs() []Ipv6Addr + func (o *PduSessionManagementData) GetIpv6AddrsOk() ([]Ipv6Addr, bool) + func (o *PduSessionManagementData) GetIpv6Prefix() []Ipv6Prefix + func (o *PduSessionManagementData) GetIpv6PrefixOk() ([]Ipv6Prefix, bool) + func (o *PduSessionManagementData) GetN6TrafficRoutingInfo() []RouteToLocation + func (o *PduSessionManagementData) GetN6TrafficRoutingInfoOk() ([]RouteToLocation, bool) + func (o *PduSessionManagementData) GetN6TrafficRoutingInfoTs() time.Time + func (o *PduSessionManagementData) GetN6TrafficRoutingInfoTsOk() (*time.Time, bool) + func (o *PduSessionManagementData) GetPduSessType() PduSessionType + func (o *PduSessionManagementData) GetPduSessTypeOk() (*PduSessionType, bool) + func (o *PduSessionManagementData) GetPduSessionId() int32 + func (o *PduSessionManagementData) GetPduSessionIdOk() (*int32, bool) + func (o *PduSessionManagementData) GetPduSessionStatus() PduSessionStatus + func (o *PduSessionManagementData) GetPduSessionStatusOk() (*PduSessionStatus, bool) + func (o *PduSessionManagementData) GetPduSessionStatusTs() time.Time + func (o *PduSessionManagementData) GetPduSessionStatusTsOk() (*time.Time, bool) + func (o *PduSessionManagementData) GetResetIds() []string + func (o *PduSessionManagementData) GetResetIdsOk() ([]string, bool) + func (o *PduSessionManagementData) GetSuppFeat() string + func (o *PduSessionManagementData) GetSuppFeatOk() (*string, bool) + func (o *PduSessionManagementData) HasDnai() bool + func (o *PduSessionManagementData) HasDnaiTs() bool + func (o *PduSessionManagementData) HasDnn() bool + func (o *PduSessionManagementData) HasIpAddrTs() bool + func (o *PduSessionManagementData) HasIpv4Addr() bool + func (o *PduSessionManagementData) HasIpv6Addrs() bool + func (o *PduSessionManagementData) HasIpv6Prefix() bool + func (o *PduSessionManagementData) HasN6TrafficRoutingInfo() bool + func (o *PduSessionManagementData) HasN6TrafficRoutingInfoTs() bool + func (o *PduSessionManagementData) HasPduSessType() bool + func (o *PduSessionManagementData) HasPduSessionId() bool + func (o *PduSessionManagementData) HasPduSessionStatus() bool + func (o *PduSessionManagementData) HasPduSessionStatusTs() bool + func (o *PduSessionManagementData) HasResetIds() bool + func (o *PduSessionManagementData) HasSuppFeat() bool + func (o *PduSessionManagementData) SetDnai(v string) + func (o *PduSessionManagementData) SetDnaiTs(v time.Time) + func (o *PduSessionManagementData) SetDnn(v string) + func (o *PduSessionManagementData) SetIpAddrTs(v time.Time) + func (o *PduSessionManagementData) SetIpv4Addr(v string) + func (o *PduSessionManagementData) SetIpv6Addrs(v []Ipv6Addr) + func (o *PduSessionManagementData) SetIpv6Prefix(v []Ipv6Prefix) + func (o *PduSessionManagementData) SetN6TrafficRoutingInfo(v []RouteToLocation) + func (o *PduSessionManagementData) SetN6TrafficRoutingInfoTs(v time.Time) + func (o *PduSessionManagementData) SetPduSessType(v PduSessionType) + func (o *PduSessionManagementData) SetPduSessionId(v int32) + func (o *PduSessionManagementData) SetPduSessionStatus(v PduSessionStatus) + func (o *PduSessionManagementData) SetPduSessionStatusTs(v time.Time) + func (o *PduSessionManagementData) SetResetIds(v []string) + func (o *PduSessionManagementData) SetSuppFeat(v string) + func (o PduSessionManagementData) MarshalJSON() ([]byte, error) + func (o PduSessionManagementData) ToMap() (map[string]interface{}, error) + type PduSessionManagementDataApiService service + func (a *PduSessionManagementDataApiService) CreateOrReplaceSessionManagementData(ctx context.Context, ueId string, pduSessionId int32) ApiCreateOrReplaceSessionManagementDataRequest + func (a *PduSessionManagementDataApiService) CreateOrReplaceSessionManagementDataExecute(r ApiCreateOrReplaceSessionManagementDataRequest) (*PduSessionManagementData, *http.Response, error) + func (a *PduSessionManagementDataApiService) DeleteSessionManagementData(ctx context.Context, ueId string, pduSessionId int32) ApiDeleteSessionManagementDataRequest + func (a *PduSessionManagementDataApiService) DeleteSessionManagementDataExecute(r ApiDeleteSessionManagementDataRequest) (*http.Response, error) + func (a *PduSessionManagementDataApiService) QuerySessionManagementData(ctx context.Context, ueId string, pduSessionId int32) ApiQuerySessionManagementDataRequest + func (a *PduSessionManagementDataApiService) QuerySessionManagementDataExecute(r ApiQuerySessionManagementDataRequest) (*PduSessionManagementData, *http.Response, error) + type PduSessionStatus struct + PduSessionStatusAnyOf *PduSessionStatusAnyOf + String *string + func (dst *PduSessionStatus) UnmarshalJSON(data []byte) error + func (src *PduSessionStatus) MarshalJSON() ([]byte, error) + type PduSessionStatusAnyOf string + const ACTIVE + const RELEASED + func NewPduSessionStatusAnyOfFromValue(v string) (*PduSessionStatusAnyOf, error) + func (v *PduSessionStatusAnyOf) UnmarshalJSON(src []byte) error + func (v PduSessionStatusAnyOf) IsValid() bool + func (v PduSessionStatusAnyOf) Ptr() *PduSessionStatusAnyOf + 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 RatType struct + RatTypeAnyOf *RatTypeAnyOf + String *string + func (dst *RatType) UnmarshalJSON(data []byte) error + func (src *RatType) MarshalJSON() ([]byte, error) + type RatTypeAnyOf string + const EUTRA + const EUTRA_U + const GERA + const LTE_M + const NBIOT + const NR + const NR_GEO + const NR_LEO + const NR_MEO + const NR_OTHER_SAT + const NR_REDCAP + const NR_U + const TRUSTED_N3_GA + const TRUSTED_WLAN + const UTRA + const VIRTUAL + const WIRELINE + const WIRELINE_BBF + const WIRELINE_CABLE + const WLAN + func NewRatTypeAnyOfFromValue(v string) (*RatTypeAnyOf, error) + func (v *RatTypeAnyOf) UnmarshalJSON(src []byte) error + func (v RatTypeAnyOf) IsValid() bool + func (v RatTypeAnyOf) Ptr() *RatTypeAnyOf + type RmInfo struct + AccessType AccessType + RmState RmState + func NewRmInfo(rmState RmState, accessType AccessType) *RmInfo + func NewRmInfoWithDefaults() *RmInfo + func (o *RmInfo) GetAccessType() AccessType + func (o *RmInfo) GetAccessTypeOk() (*AccessType, bool) + func (o *RmInfo) GetRmState() RmState + func (o *RmInfo) GetRmStateOk() (*RmState, bool) + func (o *RmInfo) SetAccessType(v AccessType) + func (o *RmInfo) SetRmState(v RmState) + func (o RmInfo) MarshalJSON() ([]byte, error) + func (o RmInfo) ToMap() (map[string]interface{}, error) + type RmState struct + RmStateAnyOf *RmStateAnyOf + String *string + func (dst *RmState) UnmarshalJSON(data []byte) error + func (src *RmState) MarshalJSON() ([]byte, error) + type RmStateAnyOf string + const DEREGISTERED + const REGISTERED + func NewRmStateAnyOfFromValue(v string) (*RmStateAnyOf, error) + func (v *RmStateAnyOf) UnmarshalJSON(src []byte) error + func (v RmStateAnyOf) IsValid() bool + func (v RmStateAnyOf) Ptr() *RmStateAnyOf + type RouteInformation struct + Ipv4Addr *string + Ipv6Addr *Ipv6Addr + PortNumber int32 + func NewRouteInformation(portNumber int32) *RouteInformation + func NewRouteInformationWithDefaults() *RouteInformation + func (o *RouteInformation) GetIpv4Addr() string + func (o *RouteInformation) GetIpv4AddrOk() (*string, bool) + func (o *RouteInformation) GetIpv6Addr() Ipv6Addr + func (o *RouteInformation) GetIpv6AddrOk() (*Ipv6Addr, bool) + func (o *RouteInformation) GetPortNumber() int32 + func (o *RouteInformation) GetPortNumberOk() (*int32, bool) + func (o *RouteInformation) HasIpv4Addr() bool + func (o *RouteInformation) HasIpv6Addr() bool + func (o *RouteInformation) SetIpv4Addr(v string) + func (o *RouteInformation) SetIpv6Addr(v Ipv6Addr) + func (o *RouteInformation) SetPortNumber(v int32) + func (o RouteInformation) MarshalJSON() ([]byte, error) + func (o RouteInformation) ToMap() (map[string]interface{}, error) + type RouteToLocation struct + Interface *interface{} + func (dst *RouteToLocation) UnmarshalJSON(data []byte) error + func (src *RouteToLocation) MarshalJSON() ([]byte, error) + type 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 SmsSupport struct + SmsSupportAnyOf *SmsSupportAnyOf + String *string + func (dst *SmsSupport) UnmarshalJSON(data []byte) error + func (src *SmsSupport) MarshalJSON() ([]byte, error) + type SmsSupportAnyOf string + const BOTH + const NONE + const NON_3_GPP + func NewSmsSupportAnyOfFromValue(v string) (*SmsSupportAnyOf, error) + func (v *SmsSupportAnyOf) UnmarshalJSON(src []byte) error + func (v SmsSupportAnyOf) IsValid() bool + func (v SmsSupportAnyOf) Ptr() *SmsSupportAnyOf + 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 UeReachability struct + String *string + UeReachabilityAnyOf *UeReachabilityAnyOf + func (dst *UeReachability) UnmarshalJSON(data []byte) error + func (src *UeReachability) MarshalJSON() ([]byte, error) + type UeReachabilityAnyOf string + const REACHABLE + const REGULATORY_ONLY + const UNREACHABLE + func NewUeReachabilityAnyOfFromValue(v string) (*UeReachabilityAnyOf, error) + func (v *UeReachabilityAnyOf) UnmarshalJSON(src []byte) error + func (v UeReachabilityAnyOf) IsValid() bool + func (v UeReachabilityAnyOf) Ptr() *UeReachabilityAnyOf + 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)