Versions in this module Expand all Collapse all v1 v1.18.2 Apr 9, 2023 Changes in this version + var AllowedAccessTypeEnumValues = []AccessType + var AllowedNullValueEnumValues = []NullValue + 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 IsNil(i interface{}) bool + func PtrBool(v bool) *bool + func PtrFloat32(v float32) *float32 + func PtrFloat64(v float64) *float64 + func PtrInt(v int) *int + func PtrInt32(v int32) *int32 + func PtrInt64(v int64) *int64 + func PtrString(v string) *string + func PtrTime(v time.Time) *time.Time + type APIClient struct + DefaultApi *DefaultApiService + 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 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 AccessTypeRm struct + AccessType *AccessType + NullValue *NullValue + func (dst *AccessTypeRm) UnmarshalJSON(data []byte) error + func (src *AccessTypeRm) MarshalJSON() ([]byte, error) + type Ambr struct + Downlink string + Uplink string + func NewAmbr(uplink string, downlink string) *Ambr + func NewAmbrWithDefaults() *Ambr + func (o *Ambr) GetDownlink() string + func (o *Ambr) GetDownlinkOk() (*string, bool) + func (o *Ambr) GetUplink() string + func (o *Ambr) GetUplinkOk() (*string, bool) + func (o *Ambr) SetDownlink(v string) + func (o *Ambr) SetUplink(v string) + func (o Ambr) MarshalJSON() ([]byte, error) + func (o Ambr) ToMap() (map[string]interface{}, error) + type ApiOfflinechargingdataOfflineChargingDataRefReleasePostRequest struct + ApiService *DefaultApiService + func (r ApiOfflinechargingdataOfflineChargingDataRefReleasePostRequest) ChargingDataRequest(chargingDataRequest ChargingDataRequest) ApiOfflinechargingdataOfflineChargingDataRefReleasePostRequest + func (r ApiOfflinechargingdataOfflineChargingDataRefReleasePostRequest) Execute() (*http.Response, error) + type ApiOfflinechargingdataOfflineChargingDataRefUpdatePostRequest struct + ApiService *DefaultApiService + func (r ApiOfflinechargingdataOfflineChargingDataRefUpdatePostRequest) ChargingDataRequest(chargingDataRequest ChargingDataRequest) ApiOfflinechargingdataOfflineChargingDataRefUpdatePostRequest + func (r ApiOfflinechargingdataOfflineChargingDataRefUpdatePostRequest) Execute() (*ChargingDataResponse, *http.Response, error) + type ApiOfflinechargingdataPostRequest struct + ApiService *DefaultApiService + func (r ApiOfflinechargingdataPostRequest) ChargingDataRequest(chargingDataRequest ChargingDataRequest) ApiOfflinechargingdataPostRequest + func (r ApiOfflinechargingdataPostRequest) Execute() (*ChargingDataResponse, *http.Response, error) + type Arp struct + PreemptCap PreemptionCapability + PreemptVuln PreemptionVulnerability + PriorityLevel NullableInt32 + func NewArp(priorityLevel NullableInt32, preemptCap PreemptionCapability, ...) *Arp + func NewArpWithDefaults() *Arp + func (o *Arp) GetPreemptCap() PreemptionCapability + func (o *Arp) GetPreemptCapOk() (*PreemptionCapability, bool) + func (o *Arp) GetPreemptVuln() PreemptionVulnerability + func (o *Arp) GetPreemptVulnOk() (*PreemptionVulnerability, bool) + func (o *Arp) GetPriorityLevel() int32 + func (o *Arp) GetPriorityLevelOk() (*int32, bool) + func (o *Arp) SetPreemptCap(v PreemptionCapability) + func (o *Arp) SetPreemptVuln(v PreemptionVulnerability) + func (o *Arp) SetPriorityLevel(v int32) + func (o Arp) MarshalJSON() ([]byte, error) + func (o Arp) ToMap() (map[string]interface{}, error) + type AtsssCapability struct + AtsssLL *bool + Mptcp *bool + RttWithoutPmf *bool + func NewAtsssCapability() *AtsssCapability + func NewAtsssCapabilityWithDefaults() *AtsssCapability + func (o *AtsssCapability) GetAtsssLL() bool + func (o *AtsssCapability) GetAtsssLLOk() (*bool, bool) + func (o *AtsssCapability) GetMptcp() bool + func (o *AtsssCapability) GetMptcpOk() (*bool, bool) + func (o *AtsssCapability) GetRttWithoutPmf() bool + func (o *AtsssCapability) GetRttWithoutPmfOk() (*bool, bool) + func (o *AtsssCapability) HasAtsssLL() bool + func (o *AtsssCapability) HasMptcp() bool + func (o *AtsssCapability) HasRttWithoutPmf() bool + func (o *AtsssCapability) SetAtsssLL(v bool) + func (o *AtsssCapability) SetMptcp(v bool) + func (o *AtsssCapability) SetRttWithoutPmf(v bool) + func (o AtsssCapability) MarshalJSON() ([]byte, error) + func (o AtsssCapability) ToMap() (map[string]interface{}, error) + type AuthorizedDefaultQos struct + Arp *Arp + AverWindow NullableInt32 + ExtMaxDataBurstVol NullableInt32 + GbrDl NullableString + GbrUl NullableString + MaxDataBurstVol NullableInt32 + MaxbrDl NullableString + MaxbrUl NullableString + PriorityLevel NullableInt32 + Var5qi *int32 + func NewAuthorizedDefaultQos() *AuthorizedDefaultQos + func NewAuthorizedDefaultQosWithDefaults() *AuthorizedDefaultQos + func (o *AuthorizedDefaultQos) GetArp() Arp + func (o *AuthorizedDefaultQos) GetArpOk() (*Arp, bool) + func (o *AuthorizedDefaultQos) GetAverWindow() int32 + func (o *AuthorizedDefaultQos) GetAverWindowOk() (*int32, bool) + func (o *AuthorizedDefaultQos) GetExtMaxDataBurstVol() int32 + func (o *AuthorizedDefaultQos) GetExtMaxDataBurstVolOk() (*int32, bool) + func (o *AuthorizedDefaultQos) GetGbrDl() string + func (o *AuthorizedDefaultQos) GetGbrDlOk() (*string, bool) + func (o *AuthorizedDefaultQos) GetGbrUl() string + func (o *AuthorizedDefaultQos) GetGbrUlOk() (*string, bool) + func (o *AuthorizedDefaultQos) GetMaxDataBurstVol() int32 + func (o *AuthorizedDefaultQos) GetMaxDataBurstVolOk() (*int32, bool) + func (o *AuthorizedDefaultQos) GetMaxbrDl() string + func (o *AuthorizedDefaultQos) GetMaxbrDlOk() (*string, bool) + func (o *AuthorizedDefaultQos) GetMaxbrUl() string + func (o *AuthorizedDefaultQos) GetMaxbrUlOk() (*string, bool) + func (o *AuthorizedDefaultQos) GetPriorityLevel() int32 + func (o *AuthorizedDefaultQos) GetPriorityLevelOk() (*int32, bool) + func (o *AuthorizedDefaultQos) GetVar5qi() int32 + func (o *AuthorizedDefaultQos) GetVar5qiOk() (*int32, bool) + func (o *AuthorizedDefaultQos) HasArp() bool + func (o *AuthorizedDefaultQos) HasAverWindow() bool + func (o *AuthorizedDefaultQos) HasExtMaxDataBurstVol() bool + func (o *AuthorizedDefaultQos) HasGbrDl() bool + func (o *AuthorizedDefaultQos) HasGbrUl() bool + func (o *AuthorizedDefaultQos) HasMaxDataBurstVol() bool + func (o *AuthorizedDefaultQos) HasMaxbrDl() bool + func (o *AuthorizedDefaultQos) HasMaxbrUl() bool + func (o *AuthorizedDefaultQos) HasPriorityLevel() bool + func (o *AuthorizedDefaultQos) HasVar5qi() bool + func (o *AuthorizedDefaultQos) SetArp(v Arp) + func (o *AuthorizedDefaultQos) SetAverWindow(v int32) + func (o *AuthorizedDefaultQos) SetAverWindowNil() + func (o *AuthorizedDefaultQos) SetExtMaxDataBurstVol(v int32) + func (o *AuthorizedDefaultQos) SetExtMaxDataBurstVolNil() + func (o *AuthorizedDefaultQos) SetGbrDl(v string) + func (o *AuthorizedDefaultQos) SetGbrDlNil() + func (o *AuthorizedDefaultQos) SetGbrUl(v string) + func (o *AuthorizedDefaultQos) SetGbrUlNil() + func (o *AuthorizedDefaultQos) SetMaxDataBurstVol(v int32) + func (o *AuthorizedDefaultQos) SetMaxDataBurstVolNil() + func (o *AuthorizedDefaultQos) SetMaxbrDl(v string) + func (o *AuthorizedDefaultQos) SetMaxbrDlNil() + func (o *AuthorizedDefaultQos) SetMaxbrUl(v string) + func (o *AuthorizedDefaultQos) SetMaxbrUlNil() + func (o *AuthorizedDefaultQos) SetPriorityLevel(v int32) + func (o *AuthorizedDefaultQos) SetPriorityLevelNil() + func (o *AuthorizedDefaultQos) SetVar5qi(v int32) + func (o *AuthorizedDefaultQos) UnsetAverWindow() + func (o *AuthorizedDefaultQos) UnsetExtMaxDataBurstVol() + func (o *AuthorizedDefaultQos) UnsetGbrDl() + func (o *AuthorizedDefaultQos) UnsetGbrUl() + func (o *AuthorizedDefaultQos) UnsetMaxDataBurstVol() + func (o *AuthorizedDefaultQos) UnsetMaxbrDl() + func (o *AuthorizedDefaultQos) UnsetMaxbrUl() + func (o *AuthorizedDefaultQos) UnsetPriorityLevel() + func (o AuthorizedDefaultQos) MarshalJSON() ([]byte, error) + func (o AuthorizedDefaultQos) ToMap() (map[string]interface{}, 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 ChargingCharacteristicsSelectionMode struct + String *string + func (dst *ChargingCharacteristicsSelectionMode) UnmarshalJSON(data []byte) error + func (src *ChargingCharacteristicsSelectionMode) MarshalJSON() ([]byte, error) + type ChargingDataRequest struct + InvocationSequenceNumber int32 + InvocationTimeStamp time.Time + MultipleUnitUsage []MultipleUnitUsage + NfConsumerIdentification NFIdentification + PDUSessionChargingInformation *PDUSessionChargingInformation + RetransmissionIndicator *bool + RoamingQBCInformation *RoamingQBCInformation + ServiceSpecificationInfo *string + SubscriberIdentifier *string + Triggers []Trigger + func NewChargingDataRequest(nfConsumerIdentification NFIdentification, invocationTimeStamp time.Time, ...) *ChargingDataRequest + func NewChargingDataRequestWithDefaults() *ChargingDataRequest + func (o *ChargingDataRequest) GetInvocationSequenceNumber() int32 + func (o *ChargingDataRequest) GetInvocationSequenceNumberOk() (*int32, bool) + func (o *ChargingDataRequest) GetInvocationTimeStamp() time.Time + func (o *ChargingDataRequest) GetInvocationTimeStampOk() (*time.Time, bool) + func (o *ChargingDataRequest) GetMultipleUnitUsage() []MultipleUnitUsage + func (o *ChargingDataRequest) GetMultipleUnitUsageOk() ([]MultipleUnitUsage, bool) + func (o *ChargingDataRequest) GetNfConsumerIdentification() NFIdentification + func (o *ChargingDataRequest) GetNfConsumerIdentificationOk() (*NFIdentification, bool) + func (o *ChargingDataRequest) GetPDUSessionChargingInformation() PDUSessionChargingInformation + func (o *ChargingDataRequest) GetPDUSessionChargingInformationOk() (*PDUSessionChargingInformation, bool) + func (o *ChargingDataRequest) GetRetransmissionIndicator() bool + func (o *ChargingDataRequest) GetRetransmissionIndicatorOk() (*bool, bool) + func (o *ChargingDataRequest) GetRoamingQBCInformation() RoamingQBCInformation + func (o *ChargingDataRequest) GetRoamingQBCInformationOk() (*RoamingQBCInformation, bool) + func (o *ChargingDataRequest) GetServiceSpecificationInfo() string + func (o *ChargingDataRequest) GetServiceSpecificationInfoOk() (*string, bool) + func (o *ChargingDataRequest) GetSubscriberIdentifier() string + func (o *ChargingDataRequest) GetSubscriberIdentifierOk() (*string, bool) + func (o *ChargingDataRequest) GetTriggers() []Trigger + func (o *ChargingDataRequest) GetTriggersOk() ([]Trigger, bool) + func (o *ChargingDataRequest) HasMultipleUnitUsage() bool + func (o *ChargingDataRequest) HasPDUSessionChargingInformation() bool + func (o *ChargingDataRequest) HasRetransmissionIndicator() bool + func (o *ChargingDataRequest) HasRoamingQBCInformation() bool + func (o *ChargingDataRequest) HasServiceSpecificationInfo() bool + func (o *ChargingDataRequest) HasSubscriberIdentifier() bool + func (o *ChargingDataRequest) HasTriggers() bool + func (o *ChargingDataRequest) SetInvocationSequenceNumber(v int32) + func (o *ChargingDataRequest) SetInvocationTimeStamp(v time.Time) + func (o *ChargingDataRequest) SetMultipleUnitUsage(v []MultipleUnitUsage) + func (o *ChargingDataRequest) SetNfConsumerIdentification(v NFIdentification) + func (o *ChargingDataRequest) SetPDUSessionChargingInformation(v PDUSessionChargingInformation) + func (o *ChargingDataRequest) SetRetransmissionIndicator(v bool) + func (o *ChargingDataRequest) SetRoamingQBCInformation(v RoamingQBCInformation) + func (o *ChargingDataRequest) SetServiceSpecificationInfo(v string) + func (o *ChargingDataRequest) SetSubscriberIdentifier(v string) + func (o *ChargingDataRequest) SetTriggers(v []Trigger) + func (o ChargingDataRequest) MarshalJSON() ([]byte, error) + func (o ChargingDataRequest) ToMap() (map[string]interface{}, error) + type ChargingDataResponse struct + InvocationResult *InvocationResult + InvocationSequenceNumber int32 + InvocationTimeStamp time.Time + PDUSessionChargingInformation *PDUSessionChargingInformation + RoamingQBCInformation *RoamingQBCInformation + SessionFailover *SessionFailover + Triggers []Trigger + func NewChargingDataResponse(invocationTimeStamp time.Time, invocationSequenceNumber int32) *ChargingDataResponse + func NewChargingDataResponseWithDefaults() *ChargingDataResponse + func (o *ChargingDataResponse) GetInvocationResult() InvocationResult + func (o *ChargingDataResponse) GetInvocationResultOk() (*InvocationResult, bool) + func (o *ChargingDataResponse) GetInvocationSequenceNumber() int32 + func (o *ChargingDataResponse) GetInvocationSequenceNumberOk() (*int32, bool) + func (o *ChargingDataResponse) GetInvocationTimeStamp() time.Time + func (o *ChargingDataResponse) GetInvocationTimeStampOk() (*time.Time, bool) + func (o *ChargingDataResponse) GetPDUSessionChargingInformation() PDUSessionChargingInformation + func (o *ChargingDataResponse) GetPDUSessionChargingInformationOk() (*PDUSessionChargingInformation, bool) + func (o *ChargingDataResponse) GetRoamingQBCInformation() RoamingQBCInformation + func (o *ChargingDataResponse) GetRoamingQBCInformationOk() (*RoamingQBCInformation, bool) + func (o *ChargingDataResponse) GetSessionFailover() SessionFailover + func (o *ChargingDataResponse) GetSessionFailoverOk() (*SessionFailover, bool) + func (o *ChargingDataResponse) GetTriggers() []Trigger + func (o *ChargingDataResponse) GetTriggersOk() ([]Trigger, bool) + func (o *ChargingDataResponse) HasInvocationResult() bool + func (o *ChargingDataResponse) HasPDUSessionChargingInformation() bool + func (o *ChargingDataResponse) HasRoamingQBCInformation() bool + func (o *ChargingDataResponse) HasSessionFailover() bool + func (o *ChargingDataResponse) HasTriggers() bool + func (o *ChargingDataResponse) SetInvocationResult(v InvocationResult) + func (o *ChargingDataResponse) SetInvocationSequenceNumber(v int32) + func (o *ChargingDataResponse) SetInvocationTimeStamp(v time.Time) + func (o *ChargingDataResponse) SetPDUSessionChargingInformation(v PDUSessionChargingInformation) + func (o *ChargingDataResponse) SetRoamingQBCInformation(v RoamingQBCInformation) + func (o *ChargingDataResponse) SetSessionFailover(v SessionFailover) + func (o *ChargingDataResponse) SetTriggers(v []Trigger) + func (o ChargingDataResponse) MarshalJSON() ([]byte, error) + func (o ChargingDataResponse) 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 DefaultApiService service + func (a *DefaultApiService) OfflinechargingdataOfflineChargingDataRefReleasePost(ctx context.Context, offlineChargingDataRef string) ApiOfflinechargingdataOfflineChargingDataRefReleasePostRequest + func (a *DefaultApiService) OfflinechargingdataOfflineChargingDataRefReleasePostExecute(r ApiOfflinechargingdataOfflineChargingDataRefReleasePostRequest) (*http.Response, error) + func (a *DefaultApiService) OfflinechargingdataOfflineChargingDataRefUpdatePost(ctx context.Context, offlineChargingDataRef string) ApiOfflinechargingdataOfflineChargingDataRefUpdatePostRequest + func (a *DefaultApiService) OfflinechargingdataOfflineChargingDataRefUpdatePostExecute(r ApiOfflinechargingdataOfflineChargingDataRefUpdatePostRequest) (*ChargingDataResponse, *http.Response, error) + func (a *DefaultApiService) OfflinechargingdataPost(ctx context.Context) ApiOfflinechargingdataPostRequest + func (a *DefaultApiService) OfflinechargingdataPostExecute(r ApiOfflinechargingdataPostRequest) (*ChargingDataResponse, *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 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 FailureHandling struct + String *string + func (dst *FailureHandling) UnmarshalJSON(data []byte) error + func (src *FailureHandling) MarshalJSON() ([]byte, 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 InvocationResult struct + Error *ProblemDetails + FailureHandling *FailureHandling + func NewInvocationResult() *InvocationResult + func NewInvocationResultWithDefaults() *InvocationResult + func (o *InvocationResult) GetError() ProblemDetails + func (o *InvocationResult) GetErrorOk() (*ProblemDetails, bool) + func (o *InvocationResult) GetFailureHandling() FailureHandling + func (o *InvocationResult) GetFailureHandlingOk() (*FailureHandling, bool) + func (o *InvocationResult) HasError() bool + func (o *InvocationResult) HasFailureHandling() bool + func (o *InvocationResult) SetError(v ProblemDetails) + func (o *InvocationResult) SetFailureHandling(v FailureHandling) + func (o InvocationResult) MarshalJSON() ([]byte, error) + func (o InvocationResult) 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 LineType struct + String *string + func (dst *LineType) UnmarshalJSON(data []byte) error + func (src *LineType) MarshalJSON() ([]byte, error) + 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 MAPDUSessionInformation struct + ATSSSCapability *AtsssCapability + MAPDUSessionIndicator *MaPduIndication + func NewMAPDUSessionInformation() *MAPDUSessionInformation + func NewMAPDUSessionInformationWithDefaults() *MAPDUSessionInformation + func (o *MAPDUSessionInformation) GetATSSSCapability() AtsssCapability + func (o *MAPDUSessionInformation) GetATSSSCapabilityOk() (*AtsssCapability, bool) + func (o *MAPDUSessionInformation) GetMAPDUSessionIndicator() MaPduIndication + func (o *MAPDUSessionInformation) GetMAPDUSessionIndicatorOk() (*MaPduIndication, bool) + func (o *MAPDUSessionInformation) HasATSSSCapability() bool + func (o *MAPDUSessionInformation) HasMAPDUSessionIndicator() bool + func (o *MAPDUSessionInformation) SetATSSSCapability(v AtsssCapability) + func (o *MAPDUSessionInformation) SetMAPDUSessionIndicator(v MaPduIndication) + func (o MAPDUSessionInformation) MarshalJSON() ([]byte, error) + func (o MAPDUSessionInformation) ToMap() (map[string]interface{}, error) + type MaPduIndication struct + String *string + func (dst *MaPduIndication) UnmarshalJSON(data []byte) error + func (src *MaPduIndication) MarshalJSON() ([]byte, error) + type MappedNullable interface + ToMap func() (map[string]interface{}, error) + type Model3GPPPSDataOffStatus struct + String *string + func (dst *Model3GPPPSDataOffStatus) UnmarshalJSON(data []byte) error + func (src *Model3GPPPSDataOffStatus) MarshalJSON() ([]byte, error) + type MultipleQFIcontainer struct + LocalSequenceNumber int32 + QFIContainerInformation *QFIContainerInformation + Time *int32 + TotalVolume *int32 + TriggerTimestamp *time.Time + Triggers []Trigger + UplinkVolume *int32 + func NewMultipleQFIcontainer(localSequenceNumber int32) *MultipleQFIcontainer + func NewMultipleQFIcontainerWithDefaults() *MultipleQFIcontainer + func (o *MultipleQFIcontainer) GetLocalSequenceNumber() int32 + func (o *MultipleQFIcontainer) GetLocalSequenceNumberOk() (*int32, bool) + func (o *MultipleQFIcontainer) GetQFIContainerInformation() QFIContainerInformation + func (o *MultipleQFIcontainer) GetQFIContainerInformationOk() (*QFIContainerInformation, bool) + func (o *MultipleQFIcontainer) GetTime() int32 + func (o *MultipleQFIcontainer) GetTimeOk() (*int32, bool) + func (o *MultipleQFIcontainer) GetTotalVolume() int32 + func (o *MultipleQFIcontainer) GetTotalVolumeOk() (*int32, bool) + func (o *MultipleQFIcontainer) GetTriggerTimestamp() time.Time + func (o *MultipleQFIcontainer) GetTriggerTimestampOk() (*time.Time, bool) + func (o *MultipleQFIcontainer) GetTriggers() []Trigger + func (o *MultipleQFIcontainer) GetTriggersOk() ([]Trigger, bool) + func (o *MultipleQFIcontainer) GetUplinkVolume() int32 + func (o *MultipleQFIcontainer) GetUplinkVolumeOk() (*int32, bool) + func (o *MultipleQFIcontainer) HasQFIContainerInformation() bool + func (o *MultipleQFIcontainer) HasTime() bool + func (o *MultipleQFIcontainer) HasTotalVolume() bool + func (o *MultipleQFIcontainer) HasTriggerTimestamp() bool + func (o *MultipleQFIcontainer) HasTriggers() bool + func (o *MultipleQFIcontainer) HasUplinkVolume() bool + func (o *MultipleQFIcontainer) SetLocalSequenceNumber(v int32) + func (o *MultipleQFIcontainer) SetQFIContainerInformation(v QFIContainerInformation) + func (o *MultipleQFIcontainer) SetTime(v int32) + func (o *MultipleQFIcontainer) SetTotalVolume(v int32) + func (o *MultipleQFIcontainer) SetTriggerTimestamp(v time.Time) + func (o *MultipleQFIcontainer) SetTriggers(v []Trigger) + func (o *MultipleQFIcontainer) SetUplinkVolume(v int32) + func (o MultipleQFIcontainer) MarshalJSON() ([]byte, error) + func (o MultipleQFIcontainer) ToMap() (map[string]interface{}, error) + type MultipleUnitUsage struct + MultihomedPDUAddress *PDUAddress + RatingGroup int32 + UPFID *string + UsedUnitContainer []UsedUnitContainer + func NewMultipleUnitUsage(ratingGroup int32) *MultipleUnitUsage + func NewMultipleUnitUsageWithDefaults() *MultipleUnitUsage + func (o *MultipleUnitUsage) GetMultihomedPDUAddress() PDUAddress + func (o *MultipleUnitUsage) GetMultihomedPDUAddressOk() (*PDUAddress, bool) + func (o *MultipleUnitUsage) GetRatingGroup() int32 + func (o *MultipleUnitUsage) GetRatingGroupOk() (*int32, bool) + func (o *MultipleUnitUsage) GetUPFID() string + func (o *MultipleUnitUsage) GetUPFIDOk() (*string, bool) + func (o *MultipleUnitUsage) GetUsedUnitContainer() []UsedUnitContainer + func (o *MultipleUnitUsage) GetUsedUnitContainerOk() ([]UsedUnitContainer, bool) + func (o *MultipleUnitUsage) HasMultihomedPDUAddress() bool + func (o *MultipleUnitUsage) HasUPFID() bool + func (o *MultipleUnitUsage) HasUsedUnitContainer() bool + func (o *MultipleUnitUsage) SetMultihomedPDUAddress(v PDUAddress) + func (o *MultipleUnitUsage) SetRatingGroup(v int32) + func (o *MultipleUnitUsage) SetUPFID(v string) + func (o *MultipleUnitUsage) SetUsedUnitContainer(v []UsedUnitContainer) + func (o MultipleUnitUsage) MarshalJSON() ([]byte, error) + func (o MultipleUnitUsage) 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 NFIdentification struct + NFFqdn *string + NFIPv4Address *string + NFIPv6Address *Ipv6Addr + NFName *string + NFPLMNID *PlmnId + NodeFunctionality NodeFunctionality + func NewNFIdentification(nodeFunctionality NodeFunctionality) *NFIdentification + func NewNFIdentificationWithDefaults() *NFIdentification + func (o *NFIdentification) GetNFFqdn() string + func (o *NFIdentification) GetNFFqdnOk() (*string, bool) + func (o *NFIdentification) GetNFIPv4Address() string + func (o *NFIdentification) GetNFIPv4AddressOk() (*string, bool) + func (o *NFIdentification) GetNFIPv6Address() Ipv6Addr + func (o *NFIdentification) GetNFIPv6AddressOk() (*Ipv6Addr, bool) + func (o *NFIdentification) GetNFName() string + func (o *NFIdentification) GetNFNameOk() (*string, bool) + func (o *NFIdentification) GetNFPLMNID() PlmnId + func (o *NFIdentification) GetNFPLMNIDOk() (*PlmnId, bool) + func (o *NFIdentification) GetNodeFunctionality() NodeFunctionality + func (o *NFIdentification) GetNodeFunctionalityOk() (*NodeFunctionality, bool) + func (o *NFIdentification) HasNFFqdn() bool + func (o *NFIdentification) HasNFIPv4Address() bool + func (o *NFIdentification) HasNFIPv6Address() bool + func (o *NFIdentification) HasNFName() bool + func (o *NFIdentification) HasNFPLMNID() bool + func (o *NFIdentification) SetNFFqdn(v string) + func (o *NFIdentification) SetNFIPv4Address(v string) + func (o *NFIdentification) SetNFIPv6Address(v Ipv6Addr) + func (o *NFIdentification) SetNFName(v string) + func (o *NFIdentification) SetNFPLMNID(v PlmnId) + func (o *NFIdentification) SetNodeFunctionality(v NodeFunctionality) + func (o NFIdentification) MarshalJSON() ([]byte, error) + func (o NFIdentification) ToMap() (map[string]interface{}, error) + type NFType struct + String *string + func (dst *NFType) UnmarshalJSON(data []byte) error + func (src *NFType) MarshalJSON() ([]byte, error) + type Ncgi struct + Nid *string + NrCellId string + PlmnId PlmnId + func NewNcgi(plmnId PlmnId, nrCellId string) *Ncgi + func NewNcgiWithDefaults() *Ncgi + func (o *Ncgi) GetNid() string + func (o *Ncgi) GetNidOk() (*string, bool) + func (o *Ncgi) GetNrCellId() string + func (o *Ncgi) GetNrCellIdOk() (*string, bool) + func (o *Ncgi) GetPlmnId() PlmnId + func (o *Ncgi) GetPlmnIdOk() (*PlmnId, bool) + func (o *Ncgi) HasNid() bool + func (o *Ncgi) SetNid(v string) + func (o *Ncgi) SetNrCellId(v string) + func (o *Ncgi) SetPlmnId(v PlmnId) + func (o Ncgi) MarshalJSON() ([]byte, error) + func (o Ncgi) ToMap() (map[string]interface{}, error) + type NetworkSlicingInfo struct + SNSSAI Snssai + func NewNetworkSlicingInfo(sNSSAI Snssai) *NetworkSlicingInfo + func NewNetworkSlicingInfoWithDefaults() *NetworkSlicingInfo + func (o *NetworkSlicingInfo) GetSNSSAI() Snssai + func (o *NetworkSlicingInfo) GetSNSSAIOk() (*Snssai, bool) + func (o *NetworkSlicingInfo) SetSNSSAI(v Snssai) + func (o NetworkSlicingInfo) MarshalJSON() ([]byte, error) + func (o NetworkSlicingInfo) ToMap() (map[string]interface{}, error) + type NgApCause struct + Group int32 + Value int32 + func NewNgApCause(group int32, value int32) *NgApCause + func NewNgApCauseWithDefaults() *NgApCause + func (o *NgApCause) GetGroup() int32 + func (o *NgApCause) GetGroupOk() (*int32, bool) + func (o *NgApCause) GetValue() int32 + func (o *NgApCause) GetValueOk() (*int32, bool) + func (o *NgApCause) SetGroup(v int32) + func (o *NgApCause) SetValue(v int32) + func (o NgApCause) MarshalJSON() ([]byte, error) + func (o NgApCause) ToMap() (map[string]interface{}, error) + type NodeFunctionality struct + String *string + func (dst *NodeFunctionality) UnmarshalJSON(data []byte) error + func (src *NodeFunctionality) MarshalJSON() ([]byte, 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 NullValue string + const NULL + func NewNullValueFromValue(v string) (*NullValue, error) + func (v *NullValue) UnmarshalJSON(src []byte) error + func (v NullValue) IsValid() bool + func (v NullValue) Ptr() *NullValue + type 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 NullableAccessTypeRm struct + func NewNullableAccessTypeRm(val *AccessTypeRm) *NullableAccessTypeRm + func (v *NullableAccessTypeRm) Set(val *AccessTypeRm) + func (v *NullableAccessTypeRm) UnmarshalJSON(src []byte) error + func (v *NullableAccessTypeRm) Unset() + func (v NullableAccessTypeRm) Get() *AccessTypeRm + func (v NullableAccessTypeRm) IsSet() bool + func (v NullableAccessTypeRm) MarshalJSON() ([]byte, error) + type NullableAmbr struct + func NewNullableAmbr(val *Ambr) *NullableAmbr + func (v *NullableAmbr) Set(val *Ambr) + func (v *NullableAmbr) UnmarshalJSON(src []byte) error + func (v *NullableAmbr) Unset() + func (v NullableAmbr) Get() *Ambr + func (v NullableAmbr) IsSet() bool + func (v NullableAmbr) MarshalJSON() ([]byte, error) + type NullableArp struct + func NewNullableArp(val *Arp) *NullableArp + func (v *NullableArp) Set(val *Arp) + func (v *NullableArp) UnmarshalJSON(src []byte) error + func (v *NullableArp) Unset() + func (v NullableArp) Get() *Arp + func (v NullableArp) IsSet() bool + func (v NullableArp) MarshalJSON() ([]byte, error) + type NullableAtsssCapability struct + func NewNullableAtsssCapability(val *AtsssCapability) *NullableAtsssCapability + func (v *NullableAtsssCapability) Set(val *AtsssCapability) + func (v *NullableAtsssCapability) UnmarshalJSON(src []byte) error + func (v *NullableAtsssCapability) Unset() + func (v NullableAtsssCapability) Get() *AtsssCapability + func (v NullableAtsssCapability) IsSet() bool + func (v NullableAtsssCapability) MarshalJSON() ([]byte, error) + type NullableAuthorizedDefaultQos struct + func NewNullableAuthorizedDefaultQos(val *AuthorizedDefaultQos) *NullableAuthorizedDefaultQos + func (v *NullableAuthorizedDefaultQos) Set(val *AuthorizedDefaultQos) + func (v *NullableAuthorizedDefaultQos) UnmarshalJSON(src []byte) error + func (v *NullableAuthorizedDefaultQos) Unset() + func (v NullableAuthorizedDefaultQos) Get() *AuthorizedDefaultQos + func (v NullableAuthorizedDefaultQos) IsSet() bool + func (v NullableAuthorizedDefaultQos) 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 NullableChargingCharacteristicsSelectionMode struct + func NewNullableChargingCharacteristicsSelectionMode(val *ChargingCharacteristicsSelectionMode) *NullableChargingCharacteristicsSelectionMode + func (v *NullableChargingCharacteristicsSelectionMode) Set(val *ChargingCharacteristicsSelectionMode) + func (v *NullableChargingCharacteristicsSelectionMode) UnmarshalJSON(src []byte) error + func (v *NullableChargingCharacteristicsSelectionMode) Unset() + func (v NullableChargingCharacteristicsSelectionMode) Get() *ChargingCharacteristicsSelectionMode + func (v NullableChargingCharacteristicsSelectionMode) IsSet() bool + func (v NullableChargingCharacteristicsSelectionMode) MarshalJSON() ([]byte, error) + type NullableChargingDataRequest struct + func NewNullableChargingDataRequest(val *ChargingDataRequest) *NullableChargingDataRequest + func (v *NullableChargingDataRequest) Set(val *ChargingDataRequest) + func (v *NullableChargingDataRequest) UnmarshalJSON(src []byte) error + func (v *NullableChargingDataRequest) Unset() + func (v NullableChargingDataRequest) Get() *ChargingDataRequest + func (v NullableChargingDataRequest) IsSet() bool + func (v NullableChargingDataRequest) MarshalJSON() ([]byte, error) + type NullableChargingDataResponse struct + func NewNullableChargingDataResponse(val *ChargingDataResponse) *NullableChargingDataResponse + func (v *NullableChargingDataResponse) Set(val *ChargingDataResponse) + func (v *NullableChargingDataResponse) UnmarshalJSON(src []byte) error + func (v *NullableChargingDataResponse) Unset() + func (v NullableChargingDataResponse) Get() *ChargingDataResponse + func (v NullableChargingDataResponse) IsSet() bool + func (v NullableChargingDataResponse) 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 NullableFailureHandling struct + func NewNullableFailureHandling(val *FailureHandling) *NullableFailureHandling + func (v *NullableFailureHandling) Set(val *FailureHandling) + func (v *NullableFailureHandling) UnmarshalJSON(src []byte) error + func (v *NullableFailureHandling) Unset() + func (v NullableFailureHandling) Get() *FailureHandling + func (v NullableFailureHandling) IsSet() bool + func (v NullableFailureHandling) 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 NullableInvocationResult struct + func NewNullableInvocationResult(val *InvocationResult) *NullableInvocationResult + func (v *NullableInvocationResult) Set(val *InvocationResult) + func (v *NullableInvocationResult) UnmarshalJSON(src []byte) error + func (v *NullableInvocationResult) Unset() + func (v NullableInvocationResult) Get() *InvocationResult + func (v NullableInvocationResult) IsSet() bool + func (v NullableInvocationResult) 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 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 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 NullableMAPDUSessionInformation struct + func NewNullableMAPDUSessionInformation(val *MAPDUSessionInformation) *NullableMAPDUSessionInformation + func (v *NullableMAPDUSessionInformation) Set(val *MAPDUSessionInformation) + func (v *NullableMAPDUSessionInformation) UnmarshalJSON(src []byte) error + func (v *NullableMAPDUSessionInformation) Unset() + func (v NullableMAPDUSessionInformation) Get() *MAPDUSessionInformation + func (v NullableMAPDUSessionInformation) IsSet() bool + func (v NullableMAPDUSessionInformation) MarshalJSON() ([]byte, error) + type NullableMaPduIndication struct + func NewNullableMaPduIndication(val *MaPduIndication) *NullableMaPduIndication + func (v *NullableMaPduIndication) Set(val *MaPduIndication) + func (v *NullableMaPduIndication) UnmarshalJSON(src []byte) error + func (v *NullableMaPduIndication) Unset() + func (v NullableMaPduIndication) Get() *MaPduIndication + func (v NullableMaPduIndication) IsSet() bool + func (v NullableMaPduIndication) MarshalJSON() ([]byte, error) + type NullableModel3GPPPSDataOffStatus struct + func NewNullableModel3GPPPSDataOffStatus(val *Model3GPPPSDataOffStatus) *NullableModel3GPPPSDataOffStatus + func (v *NullableModel3GPPPSDataOffStatus) Set(val *Model3GPPPSDataOffStatus) + func (v *NullableModel3GPPPSDataOffStatus) UnmarshalJSON(src []byte) error + func (v *NullableModel3GPPPSDataOffStatus) Unset() + func (v NullableModel3GPPPSDataOffStatus) Get() *Model3GPPPSDataOffStatus + func (v NullableModel3GPPPSDataOffStatus) IsSet() bool + func (v NullableModel3GPPPSDataOffStatus) MarshalJSON() ([]byte, error) + type NullableMultipleQFIcontainer struct + func NewNullableMultipleQFIcontainer(val *MultipleQFIcontainer) *NullableMultipleQFIcontainer + func (v *NullableMultipleQFIcontainer) Set(val *MultipleQFIcontainer) + func (v *NullableMultipleQFIcontainer) UnmarshalJSON(src []byte) error + func (v *NullableMultipleQFIcontainer) Unset() + func (v NullableMultipleQFIcontainer) Get() *MultipleQFIcontainer + func (v NullableMultipleQFIcontainer) IsSet() bool + func (v NullableMultipleQFIcontainer) MarshalJSON() ([]byte, error) + type NullableMultipleUnitUsage struct + func NewNullableMultipleUnitUsage(val *MultipleUnitUsage) *NullableMultipleUnitUsage + func (v *NullableMultipleUnitUsage) Set(val *MultipleUnitUsage) + func (v *NullableMultipleUnitUsage) UnmarshalJSON(src []byte) error + func (v *NullableMultipleUnitUsage) Unset() + func (v NullableMultipleUnitUsage) Get() *MultipleUnitUsage + func (v NullableMultipleUnitUsage) IsSet() bool + func (v NullableMultipleUnitUsage) 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 NullableNFIdentification struct + func NewNullableNFIdentification(val *NFIdentification) *NullableNFIdentification + func (v *NullableNFIdentification) Set(val *NFIdentification) + func (v *NullableNFIdentification) UnmarshalJSON(src []byte) error + func (v *NullableNFIdentification) Unset() + func (v NullableNFIdentification) Get() *NFIdentification + func (v NullableNFIdentification) IsSet() bool + func (v NullableNFIdentification) 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 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 NullableNetworkSlicingInfo struct + func NewNullableNetworkSlicingInfo(val *NetworkSlicingInfo) *NullableNetworkSlicingInfo + func (v *NullableNetworkSlicingInfo) Set(val *NetworkSlicingInfo) + func (v *NullableNetworkSlicingInfo) UnmarshalJSON(src []byte) error + func (v *NullableNetworkSlicingInfo) Unset() + func (v NullableNetworkSlicingInfo) Get() *NetworkSlicingInfo + func (v NullableNetworkSlicingInfo) IsSet() bool + func (v NullableNetworkSlicingInfo) MarshalJSON() ([]byte, error) + type NullableNgApCause struct + func NewNullableNgApCause(val *NgApCause) *NullableNgApCause + func (v *NullableNgApCause) Set(val *NgApCause) + func (v *NullableNgApCause) UnmarshalJSON(src []byte) error + func (v *NullableNgApCause) Unset() + func (v NullableNgApCause) Get() *NgApCause + func (v NullableNgApCause) IsSet() bool + func (v NullableNgApCause) MarshalJSON() ([]byte, error) + type NullableNodeFunctionality struct + func NewNullableNodeFunctionality(val *NodeFunctionality) *NullableNodeFunctionality + func (v *NullableNodeFunctionality) Set(val *NodeFunctionality) + func (v *NullableNodeFunctionality) UnmarshalJSON(src []byte) error + func (v *NullableNodeFunctionality) Unset() + func (v NullableNodeFunctionality) Get() *NodeFunctionality + func (v NullableNodeFunctionality) IsSet() bool + func (v NullableNodeFunctionality) 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 NullableNullValue struct + func NewNullableNullValue(val *NullValue) *NullableNullValue + func (v *NullableNullValue) Set(val *NullValue) + func (v *NullableNullValue) UnmarshalJSON(src []byte) error + func (v *NullableNullValue) Unset() + func (v NullableNullValue) Get() *NullValue + func (v NullableNullValue) IsSet() bool + func (v NullableNullValue) MarshalJSON() ([]byte, error) + type NullablePDUAddress struct + func NewNullablePDUAddress(val *PDUAddress) *NullablePDUAddress + func (v *NullablePDUAddress) Set(val *PDUAddress) + func (v *NullablePDUAddress) UnmarshalJSON(src []byte) error + func (v *NullablePDUAddress) Unset() + func (v NullablePDUAddress) Get() *PDUAddress + func (v NullablePDUAddress) IsSet() bool + func (v NullablePDUAddress) MarshalJSON() ([]byte, error) + type NullablePDUContainerInformation struct + func NewNullablePDUContainerInformation(val *PDUContainerInformation) *NullablePDUContainerInformation + func (v *NullablePDUContainerInformation) Set(val *PDUContainerInformation) + func (v *NullablePDUContainerInformation) UnmarshalJSON(src []byte) error + func (v *NullablePDUContainerInformation) Unset() + func (v NullablePDUContainerInformation) Get() *PDUContainerInformation + func (v NullablePDUContainerInformation) IsSet() bool + func (v NullablePDUContainerInformation) MarshalJSON() ([]byte, error) + type NullablePDUSessionChargingInformation struct + func NewNullablePDUSessionChargingInformation(val *PDUSessionChargingInformation) *NullablePDUSessionChargingInformation + func (v *NullablePDUSessionChargingInformation) Set(val *PDUSessionChargingInformation) + func (v *NullablePDUSessionChargingInformation) UnmarshalJSON(src []byte) error + func (v *NullablePDUSessionChargingInformation) Unset() + func (v NullablePDUSessionChargingInformation) Get() *PDUSessionChargingInformation + func (v NullablePDUSessionChargingInformation) IsSet() bool + func (v NullablePDUSessionChargingInformation) MarshalJSON() ([]byte, error) + type NullablePDUSessionInformation struct + func NewNullablePDUSessionInformation(val *PDUSessionInformation) *NullablePDUSessionInformation + func (v *NullablePDUSessionInformation) Set(val *PDUSessionInformation) + func (v *NullablePDUSessionInformation) UnmarshalJSON(src []byte) error + func (v *NullablePDUSessionInformation) Unset() + func (v NullablePDUSessionInformation) Get() *PDUSessionInformation + func (v NullablePDUSessionInformation) IsSet() bool + func (v NullablePDUSessionInformation) MarshalJSON() ([]byte, error) + type NullablePartialRecordMethod struct + func NewNullablePartialRecordMethod(val *PartialRecordMethod) *NullablePartialRecordMethod + func (v *NullablePartialRecordMethod) Set(val *PartialRecordMethod) + func (v *NullablePartialRecordMethod) UnmarshalJSON(src []byte) error + func (v *NullablePartialRecordMethod) Unset() + func (v NullablePartialRecordMethod) Get() *PartialRecordMethod + func (v NullablePartialRecordMethod) IsSet() bool + func (v NullablePartialRecordMethod) 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 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 NullablePreemptionCapability struct + func NewNullablePreemptionCapability(val *PreemptionCapability) *NullablePreemptionCapability + func (v *NullablePreemptionCapability) Set(val *PreemptionCapability) + func (v *NullablePreemptionCapability) UnmarshalJSON(src []byte) error + func (v *NullablePreemptionCapability) Unset() + func (v NullablePreemptionCapability) Get() *PreemptionCapability + func (v NullablePreemptionCapability) IsSet() bool + func (v NullablePreemptionCapability) MarshalJSON() ([]byte, error) + type NullablePreemptionVulnerability struct + func NewNullablePreemptionVulnerability(val *PreemptionVulnerability) *NullablePreemptionVulnerability + func (v *NullablePreemptionVulnerability) Set(val *PreemptionVulnerability) + func (v *NullablePreemptionVulnerability) UnmarshalJSON(src []byte) error + func (v *NullablePreemptionVulnerability) Unset() + func (v NullablePreemptionVulnerability) Get() *PreemptionVulnerability + func (v NullablePreemptionVulnerability) IsSet() bool + func (v NullablePreemptionVulnerability) MarshalJSON() ([]byte, error) + type NullablePresenceInfo struct + func NewNullablePresenceInfo(val *PresenceInfo) *NullablePresenceInfo + func (v *NullablePresenceInfo) Set(val *PresenceInfo) + func (v *NullablePresenceInfo) UnmarshalJSON(src []byte) error + func (v *NullablePresenceInfo) Unset() + func (v NullablePresenceInfo) Get() *PresenceInfo + func (v NullablePresenceInfo) IsSet() bool + func (v NullablePresenceInfo) MarshalJSON() ([]byte, error) + type NullablePresenceState struct + func NewNullablePresenceState(val *PresenceState) *NullablePresenceState + func (v *NullablePresenceState) Set(val *PresenceState) + func (v *NullablePresenceState) UnmarshalJSON(src []byte) error + func (v *NullablePresenceState) Unset() + func (v NullablePresenceState) Get() *PresenceState + func (v NullablePresenceState) IsSet() bool + func (v NullablePresenceState) 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 NullableQFIContainerInformation struct + func NewNullableQFIContainerInformation(val *QFIContainerInformation) *NullableQFIContainerInformation + func (v *NullableQFIContainerInformation) Set(val *QFIContainerInformation) + func (v *NullableQFIContainerInformation) UnmarshalJSON(src []byte) error + func (v *NullableQFIContainerInformation) Unset() + func (v NullableQFIContainerInformation) Get() *QFIContainerInformation + func (v NullableQFIContainerInformation) IsSet() bool + func (v NullableQFIContainerInformation) MarshalJSON() ([]byte, error) + type NullableQosCharacteristics struct + func NewNullableQosCharacteristics(val *QosCharacteristics) *NullableQosCharacteristics + func (v *NullableQosCharacteristics) Set(val *QosCharacteristics) + func (v *NullableQosCharacteristics) UnmarshalJSON(src []byte) error + func (v *NullableQosCharacteristics) Unset() + func (v NullableQosCharacteristics) Get() *QosCharacteristics + func (v NullableQosCharacteristics) IsSet() bool + func (v NullableQosCharacteristics) MarshalJSON() ([]byte, error) + type NullableQosData struct + func NewNullableQosData(val *QosData) *NullableQosData + func (v *NullableQosData) Set(val *QosData) + func (v *NullableQosData) UnmarshalJSON(src []byte) error + func (v *NullableQosData) Unset() + func (v NullableQosData) Get() *QosData + func (v NullableQosData) IsSet() bool + func (v NullableQosData) MarshalJSON() ([]byte, error) + type NullableQosFlowsUsageReport struct + func NewNullableQosFlowsUsageReport(val *QosFlowsUsageReport) *NullableQosFlowsUsageReport + func (v *NullableQosFlowsUsageReport) Set(val *QosFlowsUsageReport) + func (v *NullableQosFlowsUsageReport) UnmarshalJSON(src []byte) error + func (v *NullableQosFlowsUsageReport) Unset() + func (v NullableQosFlowsUsageReport) Get() *QosFlowsUsageReport + func (v NullableQosFlowsUsageReport) IsSet() bool + func (v NullableQosFlowsUsageReport) MarshalJSON() ([]byte, error) + type NullableQosResourceType struct + func NewNullableQosResourceType(val *QosResourceType) *NullableQosResourceType + func (v *NullableQosResourceType) Set(val *QosResourceType) + func (v *NullableQosResourceType) UnmarshalJSON(src []byte) error + func (v *NullableQosResourceType) Unset() + func (v NullableQosResourceType) Get() *QosResourceType + func (v NullableQosResourceType) IsSet() bool + func (v NullableQosResourceType) MarshalJSON() ([]byte, error) + type NullableRANSecondaryRATUsageReport struct + func NewNullableRANSecondaryRATUsageReport(val *RANSecondaryRATUsageReport) *NullableRANSecondaryRATUsageReport + func (v *NullableRANSecondaryRATUsageReport) Set(val *RANSecondaryRATUsageReport) + func (v *NullableRANSecondaryRATUsageReport) UnmarshalJSON(src []byte) error + func (v *NullableRANSecondaryRATUsageReport) Unset() + func (v NullableRANSecondaryRATUsageReport) Get() *RANSecondaryRATUsageReport + func (v NullableRANSecondaryRATUsageReport) IsSet() bool + func (v NullableRANSecondaryRATUsageReport) MarshalJSON() ([]byte, error) + type NullableRanNasRelCause struct + func NewNullableRanNasRelCause(val *RanNasRelCause) *NullableRanNasRelCause + func (v *NullableRanNasRelCause) Set(val *RanNasRelCause) + func (v *NullableRanNasRelCause) UnmarshalJSON(src []byte) error + func (v *NullableRanNasRelCause) Unset() + func (v NullableRanNasRelCause) Get() *RanNasRelCause + func (v NullableRanNasRelCause) IsSet() bool + func (v NullableRanNasRelCause) 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 NullableResultCode struct + func NewNullableResultCode(val *ResultCode) *NullableResultCode + func (v *NullableResultCode) Set(val *ResultCode) + func (v *NullableResultCode) UnmarshalJSON(src []byte) error + func (v *NullableResultCode) Unset() + func (v NullableResultCode) Get() *ResultCode + func (v NullableResultCode) IsSet() bool + func (v NullableResultCode) MarshalJSON() ([]byte, error) + type NullableRoamerInOut struct + func NewNullableRoamerInOut(val *RoamerInOut) *NullableRoamerInOut + func (v *NullableRoamerInOut) Set(val *RoamerInOut) + func (v *NullableRoamerInOut) UnmarshalJSON(src []byte) error + func (v *NullableRoamerInOut) Unset() + func (v NullableRoamerInOut) Get() *RoamerInOut + func (v NullableRoamerInOut) IsSet() bool + func (v NullableRoamerInOut) MarshalJSON() ([]byte, error) + type NullableRoamingChargingProfile struct + func NewNullableRoamingChargingProfile(val *RoamingChargingProfile) *NullableRoamingChargingProfile + func (v *NullableRoamingChargingProfile) Set(val *RoamingChargingProfile) + func (v *NullableRoamingChargingProfile) UnmarshalJSON(src []byte) error + func (v *NullableRoamingChargingProfile) Unset() + func (v NullableRoamingChargingProfile) Get() *RoamingChargingProfile + func (v NullableRoamingChargingProfile) IsSet() bool + func (v NullableRoamingChargingProfile) MarshalJSON() ([]byte, error) + type NullableRoamingQBCInformation struct + func NewNullableRoamingQBCInformation(val *RoamingQBCInformation) *NullableRoamingQBCInformation + func (v *NullableRoamingQBCInformation) Set(val *RoamingQBCInformation) + func (v *NullableRoamingQBCInformation) UnmarshalJSON(src []byte) error + func (v *NullableRoamingQBCInformation) Unset() + func (v NullableRoamingQBCInformation) Get() *RoamingQBCInformation + func (v NullableRoamingQBCInformation) IsSet() bool + func (v NullableRoamingQBCInformation) 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 NullableServingNetworkFunctionID struct + func NewNullableServingNetworkFunctionID(val *ServingNetworkFunctionID) *NullableServingNetworkFunctionID + func (v *NullableServingNetworkFunctionID) Set(val *ServingNetworkFunctionID) + func (v *NullableServingNetworkFunctionID) UnmarshalJSON(src []byte) error + func (v *NullableServingNetworkFunctionID) Unset() + func (v NullableServingNetworkFunctionID) Get() *ServingNetworkFunctionID + func (v NullableServingNetworkFunctionID) IsSet() bool + func (v NullableServingNetworkFunctionID) MarshalJSON() ([]byte, error) + type NullableSessionFailover struct + func NewNullableSessionFailover(val *SessionFailover) *NullableSessionFailover + func (v *NullableSessionFailover) Set(val *SessionFailover) + func (v *NullableSessionFailover) UnmarshalJSON(src []byte) error + func (v *NullableSessionFailover) Unset() + func (v NullableSessionFailover) Get() *SessionFailover + func (v NullableSessionFailover) IsSet() bool + func (v NullableSessionFailover) 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 NullableSscMode struct + func NewNullableSscMode(val *SscMode) *NullableSscMode + func (v *NullableSscMode) Set(val *SscMode) + func (v *NullableSscMode) UnmarshalJSON(src []byte) error + func (v *NullableSscMode) Unset() + func (v NullableSscMode) Get() *SscMode + func (v NullableSscMode) IsSet() bool + func (v NullableSscMode) MarshalJSON() ([]byte, error) + type NullableSteerModeIndicator struct + func NewNullableSteerModeIndicator(val *SteerModeIndicator) *NullableSteerModeIndicator + func (v *NullableSteerModeIndicator) Set(val *SteerModeIndicator) + func (v *NullableSteerModeIndicator) UnmarshalJSON(src []byte) error + func (v *NullableSteerModeIndicator) Unset() + func (v NullableSteerModeIndicator) Get() *SteerModeIndicator + func (v NullableSteerModeIndicator) IsSet() bool + func (v NullableSteerModeIndicator) MarshalJSON() ([]byte, error) + type NullableSteerModeValue struct + func NewNullableSteerModeValue(val *SteerModeValue) *NullableSteerModeValue + func (v *NullableSteerModeValue) Set(val *SteerModeValue) + func (v *NullableSteerModeValue) UnmarshalJSON(src []byte) error + func (v *NullableSteerModeValue) Unset() + func (v NullableSteerModeValue) Get() *SteerModeValue + func (v NullableSteerModeValue) IsSet() bool + func (v NullableSteerModeValue) MarshalJSON() ([]byte, error) + type NullableSteeringFunctionality struct + func NewNullableSteeringFunctionality(val *SteeringFunctionality) *NullableSteeringFunctionality + func (v *NullableSteeringFunctionality) Set(val *SteeringFunctionality) + func (v *NullableSteeringFunctionality) UnmarshalJSON(src []byte) error + func (v *NullableSteeringFunctionality) Unset() + func (v NullableSteeringFunctionality) Get() *SteeringFunctionality + func (v NullableSteeringFunctionality) IsSet() bool + func (v NullableSteeringFunctionality) MarshalJSON() ([]byte, error) + type NullableSteeringMode struct + func NewNullableSteeringMode(val *SteeringMode) *NullableSteeringMode + func (v *NullableSteeringMode) Set(val *SteeringMode) + func (v *NullableSteeringMode) UnmarshalJSON(src []byte) error + func (v *NullableSteeringMode) Unset() + func (v NullableSteeringMode) Get() *SteeringMode + func (v NullableSteeringMode) IsSet() bool + func (v NullableSteeringMode) 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 NullableSubscribedDefaultQos struct + func NewNullableSubscribedDefaultQos(val *SubscribedDefaultQos) *NullableSubscribedDefaultQos + func (v *NullableSubscribedDefaultQos) Set(val *SubscribedDefaultQos) + func (v *NullableSubscribedDefaultQos) UnmarshalJSON(src []byte) error + func (v *NullableSubscribedDefaultQos) Unset() + func (v NullableSubscribedDefaultQos) Get() *SubscribedDefaultQos + func (v NullableSubscribedDefaultQos) IsSet() bool + func (v NullableSubscribedDefaultQos) 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 NullableThresholdValue struct + func NewNullableThresholdValue(val *ThresholdValue) *NullableThresholdValue + func (v *NullableThresholdValue) Set(val *ThresholdValue) + func (v *NullableThresholdValue) UnmarshalJSON(src []byte) error + func (v *NullableThresholdValue) Unset() + func (v NullableThresholdValue) Get() *ThresholdValue + func (v NullableThresholdValue) IsSet() bool + func (v NullableThresholdValue) 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 NullableTrigger struct + func NewNullableTrigger(val *Trigger) *NullableTrigger + func (v *NullableTrigger) Set(val *Trigger) + func (v *NullableTrigger) UnmarshalJSON(src []byte) error + func (v *NullableTrigger) Unset() + func (v NullableTrigger) Get() *Trigger + func (v NullableTrigger) IsSet() bool + func (v NullableTrigger) MarshalJSON() ([]byte, error) + type NullableTriggerCategory struct + func NewNullableTriggerCategory(val *TriggerCategory) *NullableTriggerCategory + func (v *NullableTriggerCategory) Set(val *TriggerCategory) + func (v *NullableTriggerCategory) UnmarshalJSON(src []byte) error + func (v *NullableTriggerCategory) Unset() + func (v NullableTriggerCategory) Get() *TriggerCategory + func (v NullableTriggerCategory) IsSet() bool + func (v NullableTriggerCategory) MarshalJSON() ([]byte, error) + type NullableTriggerType struct + func NewNullableTriggerType(val *TriggerType) *NullableTriggerType + func (v *NullableTriggerType) Set(val *TriggerType) + func (v *NullableTriggerType) UnmarshalJSON(src []byte) error + func (v *NullableTriggerType) Unset() + func (v NullableTriggerType) Get() *TriggerType + func (v NullableTriggerType) IsSet() bool + func (v NullableTriggerType) 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 NullableUsedUnitContainer struct + func NewNullableUsedUnitContainer(val *UsedUnitContainer) *NullableUsedUnitContainer + func (v *NullableUsedUnitContainer) Set(val *UsedUnitContainer) + func (v *NullableUsedUnitContainer) UnmarshalJSON(src []byte) error + func (v *NullableUsedUnitContainer) Unset() + func (v NullableUsedUnitContainer) Get() *UsedUnitContainer + func (v NullableUsedUnitContainer) IsSet() bool + func (v NullableUsedUnitContainer) MarshalJSON() ([]byte, error) + type NullableUserInformation struct + func NewNullableUserInformation(val *UserInformation) *NullableUserInformation + func (v *NullableUserInformation) Set(val *UserInformation) + func (v *NullableUserInformation) UnmarshalJSON(src []byte) error + func (v *NullableUserInformation) Unset() + func (v NullableUserInformation) Get() *UserInformation + func (v NullableUserInformation) IsSet() bool + func (v NullableUserInformation) 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 PDUAddress struct + IPv4dynamicAddressFlag *bool + IPv6dynamicPrefixFlag *bool + PduAddressprefixlength *int32 + PduIPv4Address *string + PduIPv6AddresswithPrefix *Ipv6Addr + func NewPDUAddress() *PDUAddress + func NewPDUAddressWithDefaults() *PDUAddress + func (o *PDUAddress) GetIPv4dynamicAddressFlag() bool + func (o *PDUAddress) GetIPv4dynamicAddressFlagOk() (*bool, bool) + func (o *PDUAddress) GetIPv6dynamicPrefixFlag() bool + func (o *PDUAddress) GetIPv6dynamicPrefixFlagOk() (*bool, bool) + func (o *PDUAddress) GetPduAddressprefixlength() int32 + func (o *PDUAddress) GetPduAddressprefixlengthOk() (*int32, bool) + func (o *PDUAddress) GetPduIPv4Address() string + func (o *PDUAddress) GetPduIPv4AddressOk() (*string, bool) + func (o *PDUAddress) GetPduIPv6AddresswithPrefix() Ipv6Addr + func (o *PDUAddress) GetPduIPv6AddresswithPrefixOk() (*Ipv6Addr, bool) + func (o *PDUAddress) HasIPv4dynamicAddressFlag() bool + func (o *PDUAddress) HasIPv6dynamicPrefixFlag() bool + func (o *PDUAddress) HasPduAddressprefixlength() bool + func (o *PDUAddress) HasPduIPv4Address() bool + func (o *PDUAddress) HasPduIPv6AddresswithPrefix() bool + func (o *PDUAddress) SetIPv4dynamicAddressFlag(v bool) + func (o *PDUAddress) SetIPv6dynamicPrefixFlag(v bool) + func (o *PDUAddress) SetPduAddressprefixlength(v int32) + func (o *PDUAddress) SetPduIPv4Address(v string) + func (o *PDUAddress) SetPduIPv6AddresswithPrefix(v Ipv6Addr) + func (o PDUAddress) MarshalJSON() ([]byte, error) + func (o PDUAddress) ToMap() (map[string]interface{}, error) + type PDUContainerInformation struct + AFCorrelationInformation *string + ApplicationserviceProviderIdentity *string + ChargingRuleBaseName *string + MAPDUSteeringFunctionality *SteeringFunctionality + MAPDUSteeringMode *SteeringMode + PresenceReportingAreaInformation *map[string]PresenceInfo + QoSCharacteristics *QosCharacteristics + QoSInformation NullableQosData + RATType *RatType + ServingNodeID []ServingNetworkFunctionID + SponsorIdentity *string + TimeofFirstUsage *time.Time + TimeofLastUsage *time.Time + UetimeZone *string + UserLocationInformation *UserLocation + Var3gppPSDataOffStatus *Model3GPPPSDataOffStatus + func NewPDUContainerInformation() *PDUContainerInformation + func NewPDUContainerInformationWithDefaults() *PDUContainerInformation + func (o *PDUContainerInformation) GetAFCorrelationInformation() string + func (o *PDUContainerInformation) GetAFCorrelationInformationOk() (*string, bool) + func (o *PDUContainerInformation) GetApplicationserviceProviderIdentity() string + func (o *PDUContainerInformation) GetApplicationserviceProviderIdentityOk() (*string, bool) + func (o *PDUContainerInformation) GetChargingRuleBaseName() string + func (o *PDUContainerInformation) GetChargingRuleBaseNameOk() (*string, bool) + func (o *PDUContainerInformation) GetMAPDUSteeringFunctionality() SteeringFunctionality + func (o *PDUContainerInformation) GetMAPDUSteeringFunctionalityOk() (*SteeringFunctionality, bool) + func (o *PDUContainerInformation) GetMAPDUSteeringMode() SteeringMode + func (o *PDUContainerInformation) GetMAPDUSteeringModeOk() (*SteeringMode, bool) + func (o *PDUContainerInformation) GetPresenceReportingAreaInformation() map[string]PresenceInfo + func (o *PDUContainerInformation) GetPresenceReportingAreaInformationOk() (*map[string]PresenceInfo, bool) + func (o *PDUContainerInformation) GetQoSCharacteristics() QosCharacteristics + func (o *PDUContainerInformation) GetQoSCharacteristicsOk() (*QosCharacteristics, bool) + func (o *PDUContainerInformation) GetQoSInformation() QosData + func (o *PDUContainerInformation) GetQoSInformationOk() (*QosData, bool) + func (o *PDUContainerInformation) GetRATType() RatType + func (o *PDUContainerInformation) GetRATTypeOk() (*RatType, bool) + func (o *PDUContainerInformation) GetServingNodeID() []ServingNetworkFunctionID + func (o *PDUContainerInformation) GetServingNodeIDOk() ([]ServingNetworkFunctionID, bool) + func (o *PDUContainerInformation) GetSponsorIdentity() string + func (o *PDUContainerInformation) GetSponsorIdentityOk() (*string, bool) + func (o *PDUContainerInformation) GetTimeofFirstUsage() time.Time + func (o *PDUContainerInformation) GetTimeofFirstUsageOk() (*time.Time, bool) + func (o *PDUContainerInformation) GetTimeofLastUsage() time.Time + func (o *PDUContainerInformation) GetTimeofLastUsageOk() (*time.Time, bool) + func (o *PDUContainerInformation) GetUetimeZone() string + func (o *PDUContainerInformation) GetUetimeZoneOk() (*string, bool) + func (o *PDUContainerInformation) GetUserLocationInformation() UserLocation + func (o *PDUContainerInformation) GetUserLocationInformationOk() (*UserLocation, bool) + func (o *PDUContainerInformation) GetVar3gppPSDataOffStatus() Model3GPPPSDataOffStatus + func (o *PDUContainerInformation) GetVar3gppPSDataOffStatusOk() (*Model3GPPPSDataOffStatus, bool) + func (o *PDUContainerInformation) HasAFCorrelationInformation() bool + func (o *PDUContainerInformation) HasApplicationserviceProviderIdentity() bool + func (o *PDUContainerInformation) HasChargingRuleBaseName() bool + func (o *PDUContainerInformation) HasMAPDUSteeringFunctionality() bool + func (o *PDUContainerInformation) HasMAPDUSteeringMode() bool + func (o *PDUContainerInformation) HasPresenceReportingAreaInformation() bool + func (o *PDUContainerInformation) HasQoSCharacteristics() bool + func (o *PDUContainerInformation) HasQoSInformation() bool + func (o *PDUContainerInformation) HasRATType() bool + func (o *PDUContainerInformation) HasServingNodeID() bool + func (o *PDUContainerInformation) HasSponsorIdentity() bool + func (o *PDUContainerInformation) HasTimeofFirstUsage() bool + func (o *PDUContainerInformation) HasTimeofLastUsage() bool + func (o *PDUContainerInformation) HasUetimeZone() bool + func (o *PDUContainerInformation) HasUserLocationInformation() bool + func (o *PDUContainerInformation) HasVar3gppPSDataOffStatus() bool + func (o *PDUContainerInformation) SetAFCorrelationInformation(v string) + func (o *PDUContainerInformation) SetApplicationserviceProviderIdentity(v string) + func (o *PDUContainerInformation) SetChargingRuleBaseName(v string) + func (o *PDUContainerInformation) SetMAPDUSteeringFunctionality(v SteeringFunctionality) + func (o *PDUContainerInformation) SetMAPDUSteeringMode(v SteeringMode) + func (o *PDUContainerInformation) SetPresenceReportingAreaInformation(v map[string]PresenceInfo) + func (o *PDUContainerInformation) SetQoSCharacteristics(v QosCharacteristics) + func (o *PDUContainerInformation) SetQoSInformation(v QosData) + func (o *PDUContainerInformation) SetQoSInformationNil() + func (o *PDUContainerInformation) SetRATType(v RatType) + func (o *PDUContainerInformation) SetServingNodeID(v []ServingNetworkFunctionID) + func (o *PDUContainerInformation) SetSponsorIdentity(v string) + func (o *PDUContainerInformation) SetTimeofFirstUsage(v time.Time) + func (o *PDUContainerInformation) SetTimeofLastUsage(v time.Time) + func (o *PDUContainerInformation) SetUetimeZone(v string) + func (o *PDUContainerInformation) SetUserLocationInformation(v UserLocation) + func (o *PDUContainerInformation) SetVar3gppPSDataOffStatus(v Model3GPPPSDataOffStatus) + func (o *PDUContainerInformation) UnsetQoSInformation() + func (o PDUContainerInformation) MarshalJSON() ([]byte, error) + func (o PDUContainerInformation) ToMap() (map[string]interface{}, error) + type PDUSessionChargingInformation struct + ChargingId *int32 + MAPDUNon3GPPUserLocationInfo *UserLocation + PduSessionInformation PDUSessionInformation + PresenceReportingAreaInformation *map[string]PresenceInfo + RANSecondaryRATUsageReport *RANSecondaryRATUsageReport + SMFChargingId *string + UetimeZone *string + UnitCountInactivityTimer *int32 + UserInformation *UserInformation + UserLocationTime *time.Time + UserLocationinfo *UserLocation + func NewPDUSessionChargingInformation(pduSessionInformation PDUSessionInformation) *PDUSessionChargingInformation + func NewPDUSessionChargingInformationWithDefaults() *PDUSessionChargingInformation + func (o *PDUSessionChargingInformation) GetChargingId() int32 + func (o *PDUSessionChargingInformation) GetChargingIdOk() (*int32, bool) + func (o *PDUSessionChargingInformation) GetMAPDUNon3GPPUserLocationInfo() UserLocation + func (o *PDUSessionChargingInformation) GetMAPDUNon3GPPUserLocationInfoOk() (*UserLocation, bool) + func (o *PDUSessionChargingInformation) GetPduSessionInformation() PDUSessionInformation + func (o *PDUSessionChargingInformation) GetPduSessionInformationOk() (*PDUSessionInformation, bool) + func (o *PDUSessionChargingInformation) GetPresenceReportingAreaInformation() map[string]PresenceInfo + func (o *PDUSessionChargingInformation) GetPresenceReportingAreaInformationOk() (*map[string]PresenceInfo, bool) + func (o *PDUSessionChargingInformation) GetRANSecondaryRATUsageReport() RANSecondaryRATUsageReport + func (o *PDUSessionChargingInformation) GetRANSecondaryRATUsageReportOk() (*RANSecondaryRATUsageReport, bool) + func (o *PDUSessionChargingInformation) GetSMFChargingId() string + func (o *PDUSessionChargingInformation) GetSMFChargingIdOk() (*string, bool) + func (o *PDUSessionChargingInformation) GetUetimeZone() string + func (o *PDUSessionChargingInformation) GetUetimeZoneOk() (*string, bool) + func (o *PDUSessionChargingInformation) GetUnitCountInactivityTimer() int32 + func (o *PDUSessionChargingInformation) GetUnitCountInactivityTimerOk() (*int32, bool) + func (o *PDUSessionChargingInformation) GetUserInformation() UserInformation + func (o *PDUSessionChargingInformation) GetUserInformationOk() (*UserInformation, bool) + func (o *PDUSessionChargingInformation) GetUserLocationTime() time.Time + func (o *PDUSessionChargingInformation) GetUserLocationTimeOk() (*time.Time, bool) + func (o *PDUSessionChargingInformation) GetUserLocationinfo() UserLocation + func (o *PDUSessionChargingInformation) GetUserLocationinfoOk() (*UserLocation, bool) + func (o *PDUSessionChargingInformation) HasChargingId() bool + func (o *PDUSessionChargingInformation) HasMAPDUNon3GPPUserLocationInfo() bool + func (o *PDUSessionChargingInformation) HasPresenceReportingAreaInformation() bool + func (o *PDUSessionChargingInformation) HasRANSecondaryRATUsageReport() bool + func (o *PDUSessionChargingInformation) HasSMFChargingId() bool + func (o *PDUSessionChargingInformation) HasUetimeZone() bool + func (o *PDUSessionChargingInformation) HasUnitCountInactivityTimer() bool + func (o *PDUSessionChargingInformation) HasUserInformation() bool + func (o *PDUSessionChargingInformation) HasUserLocationTime() bool + func (o *PDUSessionChargingInformation) HasUserLocationinfo() bool + func (o *PDUSessionChargingInformation) SetChargingId(v int32) + func (o *PDUSessionChargingInformation) SetMAPDUNon3GPPUserLocationInfo(v UserLocation) + func (o *PDUSessionChargingInformation) SetPduSessionInformation(v PDUSessionInformation) + func (o *PDUSessionChargingInformation) SetPresenceReportingAreaInformation(v map[string]PresenceInfo) + func (o *PDUSessionChargingInformation) SetRANSecondaryRATUsageReport(v RANSecondaryRATUsageReport) + func (o *PDUSessionChargingInformation) SetSMFChargingId(v string) + func (o *PDUSessionChargingInformation) SetUetimeZone(v string) + func (o *PDUSessionChargingInformation) SetUnitCountInactivityTimer(v int32) + func (o *PDUSessionChargingInformation) SetUserInformation(v UserInformation) + func (o *PDUSessionChargingInformation) SetUserLocationTime(v time.Time) + func (o *PDUSessionChargingInformation) SetUserLocationinfo(v UserLocation) + func (o PDUSessionChargingInformation) MarshalJSON() ([]byte, error) + func (o PDUSessionChargingInformation) ToMap() (map[string]interface{}, error) + type PDUSessionInformation struct + AuthorizedQoSInformation *AuthorizedDefaultQos + AuthorizedSessionAMBR *Ambr + ChargingCharacteristics *string + ChargingCharacteristicsSelectionMode *ChargingCharacteristicsSelectionMode + Diagnostics *int32 + DnnId string + EnhancedDiagnostics []RanNasRelCause + HPlmnId *PlmnId + MAPDUNon3GPPRATType *RatType + MAPDUSessionInformation *MAPDUSessionInformation + NetworkSlicingInfo *NetworkSlicingInfo + PduAddress *PDUAddress + PduSessionID int32 + PduType *PduSessionType + RatType *RatType + ServingCNPlmnId *PlmnId + ServingNetworkFunctionID *ServingNetworkFunctionID + SessionStopIndicator *bool + SscMode *SscMode + StartTime *time.Time + StopTime *time.Time + SubscribedQoSInformation *SubscribedDefaultQos + SubscribedSessionAMBR *Ambr + Var3gppPSDataOffStatus *Model3GPPPSDataOffStatus + func NewPDUSessionInformation(pduSessionID int32, dnnId string) *PDUSessionInformation + func NewPDUSessionInformationWithDefaults() *PDUSessionInformation + func (o *PDUSessionInformation) GetAuthorizedQoSInformation() AuthorizedDefaultQos + func (o *PDUSessionInformation) GetAuthorizedQoSInformationOk() (*AuthorizedDefaultQos, bool) + func (o *PDUSessionInformation) GetAuthorizedSessionAMBR() Ambr + func (o *PDUSessionInformation) GetAuthorizedSessionAMBROk() (*Ambr, bool) + func (o *PDUSessionInformation) GetChargingCharacteristics() string + func (o *PDUSessionInformation) GetChargingCharacteristicsOk() (*string, bool) + func (o *PDUSessionInformation) GetChargingCharacteristicsSelectionMode() ChargingCharacteristicsSelectionMode + func (o *PDUSessionInformation) GetChargingCharacteristicsSelectionModeOk() (*ChargingCharacteristicsSelectionMode, bool) + func (o *PDUSessionInformation) GetDiagnostics() int32 + func (o *PDUSessionInformation) GetDiagnosticsOk() (*int32, bool) + func (o *PDUSessionInformation) GetDnnId() string + func (o *PDUSessionInformation) GetDnnIdOk() (*string, bool) + func (o *PDUSessionInformation) GetEnhancedDiagnostics() []RanNasRelCause + func (o *PDUSessionInformation) GetEnhancedDiagnosticsOk() ([]RanNasRelCause, bool) + func (o *PDUSessionInformation) GetHPlmnId() PlmnId + func (o *PDUSessionInformation) GetHPlmnIdOk() (*PlmnId, bool) + func (o *PDUSessionInformation) GetMAPDUNon3GPPRATType() RatType + func (o *PDUSessionInformation) GetMAPDUNon3GPPRATTypeOk() (*RatType, bool) + func (o *PDUSessionInformation) GetMAPDUSessionInformation() MAPDUSessionInformation + func (o *PDUSessionInformation) GetMAPDUSessionInformationOk() (*MAPDUSessionInformation, bool) + func (o *PDUSessionInformation) GetNetworkSlicingInfo() NetworkSlicingInfo + func (o *PDUSessionInformation) GetNetworkSlicingInfoOk() (*NetworkSlicingInfo, bool) + func (o *PDUSessionInformation) GetPduAddress() PDUAddress + func (o *PDUSessionInformation) GetPduAddressOk() (*PDUAddress, bool) + func (o *PDUSessionInformation) GetPduSessionID() int32 + func (o *PDUSessionInformation) GetPduSessionIDOk() (*int32, bool) + func (o *PDUSessionInformation) GetPduType() PduSessionType + func (o *PDUSessionInformation) GetPduTypeOk() (*PduSessionType, bool) + func (o *PDUSessionInformation) GetRatType() RatType + func (o *PDUSessionInformation) GetRatTypeOk() (*RatType, bool) + func (o *PDUSessionInformation) GetServingCNPlmnId() PlmnId + func (o *PDUSessionInformation) GetServingCNPlmnIdOk() (*PlmnId, bool) + func (o *PDUSessionInformation) GetServingNetworkFunctionID() ServingNetworkFunctionID + func (o *PDUSessionInformation) GetServingNetworkFunctionIDOk() (*ServingNetworkFunctionID, bool) + func (o *PDUSessionInformation) GetSessionStopIndicator() bool + func (o *PDUSessionInformation) GetSessionStopIndicatorOk() (*bool, bool) + func (o *PDUSessionInformation) GetSscMode() SscMode + func (o *PDUSessionInformation) GetSscModeOk() (*SscMode, bool) + func (o *PDUSessionInformation) GetStartTime() time.Time + func (o *PDUSessionInformation) GetStartTimeOk() (*time.Time, bool) + func (o *PDUSessionInformation) GetStopTime() time.Time + func (o *PDUSessionInformation) GetStopTimeOk() (*time.Time, bool) + func (o *PDUSessionInformation) GetSubscribedQoSInformation() SubscribedDefaultQos + func (o *PDUSessionInformation) GetSubscribedQoSInformationOk() (*SubscribedDefaultQos, bool) + func (o *PDUSessionInformation) GetSubscribedSessionAMBR() Ambr + func (o *PDUSessionInformation) GetSubscribedSessionAMBROk() (*Ambr, bool) + func (o *PDUSessionInformation) GetVar3gppPSDataOffStatus() Model3GPPPSDataOffStatus + func (o *PDUSessionInformation) GetVar3gppPSDataOffStatusOk() (*Model3GPPPSDataOffStatus, bool) + func (o *PDUSessionInformation) HasAuthorizedQoSInformation() bool + func (o *PDUSessionInformation) HasAuthorizedSessionAMBR() bool + func (o *PDUSessionInformation) HasChargingCharacteristics() bool + func (o *PDUSessionInformation) HasChargingCharacteristicsSelectionMode() bool + func (o *PDUSessionInformation) HasDiagnostics() bool + func (o *PDUSessionInformation) HasEnhancedDiagnostics() bool + func (o *PDUSessionInformation) HasHPlmnId() bool + func (o *PDUSessionInformation) HasMAPDUNon3GPPRATType() bool + func (o *PDUSessionInformation) HasMAPDUSessionInformation() bool + func (o *PDUSessionInformation) HasNetworkSlicingInfo() bool + func (o *PDUSessionInformation) HasPduAddress() bool + func (o *PDUSessionInformation) HasPduType() bool + func (o *PDUSessionInformation) HasRatType() bool + func (o *PDUSessionInformation) HasServingCNPlmnId() bool + func (o *PDUSessionInformation) HasServingNetworkFunctionID() bool + func (o *PDUSessionInformation) HasSessionStopIndicator() bool + func (o *PDUSessionInformation) HasSscMode() bool + func (o *PDUSessionInformation) HasStartTime() bool + func (o *PDUSessionInformation) HasStopTime() bool + func (o *PDUSessionInformation) HasSubscribedQoSInformation() bool + func (o *PDUSessionInformation) HasSubscribedSessionAMBR() bool + func (o *PDUSessionInformation) HasVar3gppPSDataOffStatus() bool + func (o *PDUSessionInformation) SetAuthorizedQoSInformation(v AuthorizedDefaultQos) + func (o *PDUSessionInformation) SetAuthorizedSessionAMBR(v Ambr) + func (o *PDUSessionInformation) SetChargingCharacteristics(v string) + func (o *PDUSessionInformation) SetChargingCharacteristicsSelectionMode(v ChargingCharacteristicsSelectionMode) + func (o *PDUSessionInformation) SetDiagnostics(v int32) + func (o *PDUSessionInformation) SetDnnId(v string) + func (o *PDUSessionInformation) SetEnhancedDiagnostics(v []RanNasRelCause) + func (o *PDUSessionInformation) SetHPlmnId(v PlmnId) + func (o *PDUSessionInformation) SetMAPDUNon3GPPRATType(v RatType) + func (o *PDUSessionInformation) SetMAPDUSessionInformation(v MAPDUSessionInformation) + func (o *PDUSessionInformation) SetNetworkSlicingInfo(v NetworkSlicingInfo) + func (o *PDUSessionInformation) SetPduAddress(v PDUAddress) + func (o *PDUSessionInformation) SetPduSessionID(v int32) + func (o *PDUSessionInformation) SetPduType(v PduSessionType) + func (o *PDUSessionInformation) SetRatType(v RatType) + func (o *PDUSessionInformation) SetServingCNPlmnId(v PlmnId) + func (o *PDUSessionInformation) SetServingNetworkFunctionID(v ServingNetworkFunctionID) + func (o *PDUSessionInformation) SetSessionStopIndicator(v bool) + func (o *PDUSessionInformation) SetSscMode(v SscMode) + func (o *PDUSessionInformation) SetStartTime(v time.Time) + func (o *PDUSessionInformation) SetStopTime(v time.Time) + func (o *PDUSessionInformation) SetSubscribedQoSInformation(v SubscribedDefaultQos) + func (o *PDUSessionInformation) SetSubscribedSessionAMBR(v Ambr) + func (o *PDUSessionInformation) SetVar3gppPSDataOffStatus(v Model3GPPPSDataOffStatus) + func (o PDUSessionInformation) MarshalJSON() ([]byte, error) + func (o PDUSessionInformation) ToMap() (map[string]interface{}, error) + type PartialRecordMethod struct + String *string + func (dst *PartialRecordMethod) UnmarshalJSON(data []byte) error + func (src *PartialRecordMethod) MarshalJSON() ([]byte, error) + type PduSessionType struct + String *string + func (dst *PduSessionType) UnmarshalJSON(data []byte) error + func (src *PduSessionType) MarshalJSON() ([]byte, error) + 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 PreemptionCapability struct + String *string + func (dst *PreemptionCapability) UnmarshalJSON(data []byte) error + func (src *PreemptionCapability) MarshalJSON() ([]byte, error) + type PreemptionVulnerability struct + String *string + func (dst *PreemptionVulnerability) UnmarshalJSON(data []byte) error + func (src *PreemptionVulnerability) MarshalJSON() ([]byte, error) + type PresenceInfo struct + AdditionalPraId *string + EcgiList []Ecgi + GlobalRanNodeIdList []GlobalRanNodeId + GlobaleNbIdList []GlobalRanNodeId + NcgiList []Ncgi + PraId *string + PresenceState *PresenceState + TrackingAreaList []Tai + func NewPresenceInfo() *PresenceInfo + func NewPresenceInfoWithDefaults() *PresenceInfo + func (o *PresenceInfo) GetAdditionalPraId() string + func (o *PresenceInfo) GetAdditionalPraIdOk() (*string, bool) + func (o *PresenceInfo) GetEcgiList() []Ecgi + func (o *PresenceInfo) GetEcgiListOk() ([]Ecgi, bool) + func (o *PresenceInfo) GetGlobalRanNodeIdList() []GlobalRanNodeId + func (o *PresenceInfo) GetGlobalRanNodeIdListOk() ([]GlobalRanNodeId, bool) + func (o *PresenceInfo) GetGlobaleNbIdList() []GlobalRanNodeId + func (o *PresenceInfo) GetGlobaleNbIdListOk() ([]GlobalRanNodeId, bool) + func (o *PresenceInfo) GetNcgiList() []Ncgi + func (o *PresenceInfo) GetNcgiListOk() ([]Ncgi, bool) + func (o *PresenceInfo) GetPraId() string + func (o *PresenceInfo) GetPraIdOk() (*string, bool) + func (o *PresenceInfo) GetPresenceState() PresenceState + func (o *PresenceInfo) GetPresenceStateOk() (*PresenceState, bool) + func (o *PresenceInfo) GetTrackingAreaList() []Tai + func (o *PresenceInfo) GetTrackingAreaListOk() ([]Tai, bool) + func (o *PresenceInfo) HasAdditionalPraId() bool + func (o *PresenceInfo) HasEcgiList() bool + func (o *PresenceInfo) HasGlobalRanNodeIdList() bool + func (o *PresenceInfo) HasGlobaleNbIdList() bool + func (o *PresenceInfo) HasNcgiList() bool + func (o *PresenceInfo) HasPraId() bool + func (o *PresenceInfo) HasPresenceState() bool + func (o *PresenceInfo) HasTrackingAreaList() bool + func (o *PresenceInfo) SetAdditionalPraId(v string) + func (o *PresenceInfo) SetEcgiList(v []Ecgi) + func (o *PresenceInfo) SetGlobalRanNodeIdList(v []GlobalRanNodeId) + func (o *PresenceInfo) SetGlobaleNbIdList(v []GlobalRanNodeId) + func (o *PresenceInfo) SetNcgiList(v []Ncgi) + func (o *PresenceInfo) SetPraId(v string) + func (o *PresenceInfo) SetPresenceState(v PresenceState) + func (o *PresenceInfo) SetTrackingAreaList(v []Tai) + func (o PresenceInfo) MarshalJSON() ([]byte, error) + func (o PresenceInfo) ToMap() (map[string]interface{}, error) + type PresenceState struct + String *string + func (dst *PresenceState) UnmarshalJSON(data []byte) error + func (src *PresenceState) MarshalJSON() ([]byte, 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 QFIContainerInformation struct + PresenceReportingAreaInformation *map[string]PresenceInfo + QFI *int32 + QoSCharacteristics *QosCharacteristics + QoSInformation NullableQosData + RATType *RatType + ServingNetworkFunctionID []ServingNetworkFunctionID + TimeofFirstUsage *time.Time + TimeofLastUsage *time.Time + UetimeZone *string + UserLocationInformation *UserLocation + Var3gppPSDataOffStatus *Model3GPPPSDataOffStatus + func NewQFIContainerInformation() *QFIContainerInformation + func NewQFIContainerInformationWithDefaults() *QFIContainerInformation + func (o *QFIContainerInformation) GetPresenceReportingAreaInformation() map[string]PresenceInfo + func (o *QFIContainerInformation) GetPresenceReportingAreaInformationOk() (*map[string]PresenceInfo, bool) + func (o *QFIContainerInformation) GetQFI() int32 + func (o *QFIContainerInformation) GetQFIOk() (*int32, bool) + func (o *QFIContainerInformation) GetQoSCharacteristics() QosCharacteristics + func (o *QFIContainerInformation) GetQoSCharacteristicsOk() (*QosCharacteristics, bool) + func (o *QFIContainerInformation) GetQoSInformation() QosData + func (o *QFIContainerInformation) GetQoSInformationOk() (*QosData, bool) + func (o *QFIContainerInformation) GetRATType() RatType + func (o *QFIContainerInformation) GetRATTypeOk() (*RatType, bool) + func (o *QFIContainerInformation) GetServingNetworkFunctionID() []ServingNetworkFunctionID + func (o *QFIContainerInformation) GetServingNetworkFunctionIDOk() ([]ServingNetworkFunctionID, bool) + func (o *QFIContainerInformation) GetTimeofFirstUsage() time.Time + func (o *QFIContainerInformation) GetTimeofFirstUsageOk() (*time.Time, bool) + func (o *QFIContainerInformation) GetTimeofLastUsage() time.Time + func (o *QFIContainerInformation) GetTimeofLastUsageOk() (*time.Time, bool) + func (o *QFIContainerInformation) GetUetimeZone() string + func (o *QFIContainerInformation) GetUetimeZoneOk() (*string, bool) + func (o *QFIContainerInformation) GetUserLocationInformation() UserLocation + func (o *QFIContainerInformation) GetUserLocationInformationOk() (*UserLocation, bool) + func (o *QFIContainerInformation) GetVar3gppPSDataOffStatus() Model3GPPPSDataOffStatus + func (o *QFIContainerInformation) GetVar3gppPSDataOffStatusOk() (*Model3GPPPSDataOffStatus, bool) + func (o *QFIContainerInformation) HasPresenceReportingAreaInformation() bool + func (o *QFIContainerInformation) HasQFI() bool + func (o *QFIContainerInformation) HasQoSCharacteristics() bool + func (o *QFIContainerInformation) HasQoSInformation() bool + func (o *QFIContainerInformation) HasRATType() bool + func (o *QFIContainerInformation) HasServingNetworkFunctionID() bool + func (o *QFIContainerInformation) HasTimeofFirstUsage() bool + func (o *QFIContainerInformation) HasTimeofLastUsage() bool + func (o *QFIContainerInformation) HasUetimeZone() bool + func (o *QFIContainerInformation) HasUserLocationInformation() bool + func (o *QFIContainerInformation) HasVar3gppPSDataOffStatus() bool + func (o *QFIContainerInformation) SetPresenceReportingAreaInformation(v map[string]PresenceInfo) + func (o *QFIContainerInformation) SetQFI(v int32) + func (o *QFIContainerInformation) SetQoSCharacteristics(v QosCharacteristics) + func (o *QFIContainerInformation) SetQoSInformation(v QosData) + func (o *QFIContainerInformation) SetQoSInformationNil() + func (o *QFIContainerInformation) SetRATType(v RatType) + func (o *QFIContainerInformation) SetServingNetworkFunctionID(v []ServingNetworkFunctionID) + func (o *QFIContainerInformation) SetTimeofFirstUsage(v time.Time) + func (o *QFIContainerInformation) SetTimeofLastUsage(v time.Time) + func (o *QFIContainerInformation) SetUetimeZone(v string) + func (o *QFIContainerInformation) SetUserLocationInformation(v UserLocation) + func (o *QFIContainerInformation) SetVar3gppPSDataOffStatus(v Model3GPPPSDataOffStatus) + func (o *QFIContainerInformation) UnsetQoSInformation() + func (o QFIContainerInformation) MarshalJSON() ([]byte, error) + func (o QFIContainerInformation) ToMap() (map[string]interface{}, error) + type QosCharacteristics struct + AveragingWindow *int32 + ExtMaxDataBurstVol *int32 + MaxDataBurstVol *int32 + PacketDelayBudget int32 + PacketErrorRate string + PriorityLevel int32 + ResourceType QosResourceType + Var5qi int32 + func NewQosCharacteristics(var5qi int32, resourceType QosResourceType, priorityLevel int32, ...) *QosCharacteristics + func NewQosCharacteristicsWithDefaults() *QosCharacteristics + func (o *QosCharacteristics) GetAveragingWindow() int32 + func (o *QosCharacteristics) GetAveragingWindowOk() (*int32, bool) + func (o *QosCharacteristics) GetExtMaxDataBurstVol() int32 + func (o *QosCharacteristics) GetExtMaxDataBurstVolOk() (*int32, bool) + func (o *QosCharacteristics) GetMaxDataBurstVol() int32 + func (o *QosCharacteristics) GetMaxDataBurstVolOk() (*int32, bool) + func (o *QosCharacteristics) GetPacketDelayBudget() int32 + func (o *QosCharacteristics) GetPacketDelayBudgetOk() (*int32, bool) + func (o *QosCharacteristics) GetPacketErrorRate() string + func (o *QosCharacteristics) GetPacketErrorRateOk() (*string, bool) + func (o *QosCharacteristics) GetPriorityLevel() int32 + func (o *QosCharacteristics) GetPriorityLevelOk() (*int32, bool) + func (o *QosCharacteristics) GetResourceType() QosResourceType + func (o *QosCharacteristics) GetResourceTypeOk() (*QosResourceType, bool) + func (o *QosCharacteristics) GetVar5qi() int32 + func (o *QosCharacteristics) GetVar5qiOk() (*int32, bool) + func (o *QosCharacteristics) HasAveragingWindow() bool + func (o *QosCharacteristics) HasExtMaxDataBurstVol() bool + func (o *QosCharacteristics) HasMaxDataBurstVol() bool + func (o *QosCharacteristics) SetAveragingWindow(v int32) + func (o *QosCharacteristics) SetExtMaxDataBurstVol(v int32) + func (o *QosCharacteristics) SetMaxDataBurstVol(v int32) + func (o *QosCharacteristics) SetPacketDelayBudget(v int32) + func (o *QosCharacteristics) SetPacketErrorRate(v string) + func (o *QosCharacteristics) SetPriorityLevel(v int32) + func (o *QosCharacteristics) SetResourceType(v QosResourceType) + func (o *QosCharacteristics) SetVar5qi(v int32) + func (o QosCharacteristics) MarshalJSON() ([]byte, error) + func (o QosCharacteristics) ToMap() (map[string]interface{}, error) + type QosData struct + Arp *Arp + AverWindow NullableInt32 + DefQosFlowIndication *bool + ExtMaxDataBurstVol NullableInt32 + GbrDl NullableString + GbrUl NullableString + MaxDataBurstVol NullableInt32 + MaxPacketLossRateDl NullableInt32 + MaxPacketLossRateUl NullableInt32 + MaxbrDl NullableString + MaxbrUl NullableString + PacketDelayBudget *int32 + PacketErrorRate *string + PriorityLevel NullableInt32 + Qnc *bool + QosId string + ReflectiveQos *bool + SharingKeyDl *string + SharingKeyUl *string + Var5qi *int32 + func NewQosData(qosId string) *QosData + func NewQosDataWithDefaults() *QosData + func (o *QosData) GetArp() Arp + func (o *QosData) GetArpOk() (*Arp, bool) + func (o *QosData) GetAverWindow() int32 + func (o *QosData) GetAverWindowOk() (*int32, bool) + func (o *QosData) GetDefQosFlowIndication() bool + func (o *QosData) GetDefQosFlowIndicationOk() (*bool, bool) + func (o *QosData) GetExtMaxDataBurstVol() int32 + func (o *QosData) GetExtMaxDataBurstVolOk() (*int32, bool) + func (o *QosData) GetGbrDl() string + func (o *QosData) GetGbrDlOk() (*string, bool) + func (o *QosData) GetGbrUl() string + func (o *QosData) GetGbrUlOk() (*string, bool) + func (o *QosData) GetMaxDataBurstVol() int32 + func (o *QosData) GetMaxDataBurstVolOk() (*int32, bool) + func (o *QosData) GetMaxPacketLossRateDl() int32 + func (o *QosData) GetMaxPacketLossRateDlOk() (*int32, bool) + func (o *QosData) GetMaxPacketLossRateUl() int32 + func (o *QosData) GetMaxPacketLossRateUlOk() (*int32, bool) + func (o *QosData) GetMaxbrDl() string + func (o *QosData) GetMaxbrDlOk() (*string, bool) + func (o *QosData) GetMaxbrUl() string + func (o *QosData) GetMaxbrUlOk() (*string, bool) + func (o *QosData) GetPacketDelayBudget() int32 + func (o *QosData) GetPacketDelayBudgetOk() (*int32, bool) + func (o *QosData) GetPacketErrorRate() string + func (o *QosData) GetPacketErrorRateOk() (*string, bool) + func (o *QosData) GetPriorityLevel() int32 + func (o *QosData) GetPriorityLevelOk() (*int32, bool) + func (o *QosData) GetQnc() bool + func (o *QosData) GetQncOk() (*bool, bool) + func (o *QosData) GetQosId() string + func (o *QosData) GetQosIdOk() (*string, bool) + func (o *QosData) GetReflectiveQos() bool + func (o *QosData) GetReflectiveQosOk() (*bool, bool) + func (o *QosData) GetSharingKeyDl() string + func (o *QosData) GetSharingKeyDlOk() (*string, bool) + func (o *QosData) GetSharingKeyUl() string + func (o *QosData) GetSharingKeyUlOk() (*string, bool) + func (o *QosData) GetVar5qi() int32 + func (o *QosData) GetVar5qiOk() (*int32, bool) + func (o *QosData) HasArp() bool + func (o *QosData) HasAverWindow() bool + func (o *QosData) HasDefQosFlowIndication() bool + func (o *QosData) HasExtMaxDataBurstVol() bool + func (o *QosData) HasGbrDl() bool + func (o *QosData) HasGbrUl() bool + func (o *QosData) HasMaxDataBurstVol() bool + func (o *QosData) HasMaxPacketLossRateDl() bool + func (o *QosData) HasMaxPacketLossRateUl() bool + func (o *QosData) HasMaxbrDl() bool + func (o *QosData) HasMaxbrUl() bool + func (o *QosData) HasPacketDelayBudget() bool + func (o *QosData) HasPacketErrorRate() bool + func (o *QosData) HasPriorityLevel() bool + func (o *QosData) HasQnc() bool + func (o *QosData) HasReflectiveQos() bool + func (o *QosData) HasSharingKeyDl() bool + func (o *QosData) HasSharingKeyUl() bool + func (o *QosData) HasVar5qi() bool + func (o *QosData) SetArp(v Arp) + func (o *QosData) SetAverWindow(v int32) + func (o *QosData) SetAverWindowNil() + func (o *QosData) SetDefQosFlowIndication(v bool) + func (o *QosData) SetExtMaxDataBurstVol(v int32) + func (o *QosData) SetExtMaxDataBurstVolNil() + func (o *QosData) SetGbrDl(v string) + func (o *QosData) SetGbrDlNil() + func (o *QosData) SetGbrUl(v string) + func (o *QosData) SetGbrUlNil() + func (o *QosData) SetMaxDataBurstVol(v int32) + func (o *QosData) SetMaxDataBurstVolNil() + func (o *QosData) SetMaxPacketLossRateDl(v int32) + func (o *QosData) SetMaxPacketLossRateDlNil() + func (o *QosData) SetMaxPacketLossRateUl(v int32) + func (o *QosData) SetMaxPacketLossRateUlNil() + func (o *QosData) SetMaxbrDl(v string) + func (o *QosData) SetMaxbrDlNil() + func (o *QosData) SetMaxbrUl(v string) + func (o *QosData) SetMaxbrUlNil() + func (o *QosData) SetPacketDelayBudget(v int32) + func (o *QosData) SetPacketErrorRate(v string) + func (o *QosData) SetPriorityLevel(v int32) + func (o *QosData) SetPriorityLevelNil() + func (o *QosData) SetQnc(v bool) + func (o *QosData) SetQosId(v string) + func (o *QosData) SetReflectiveQos(v bool) + func (o *QosData) SetSharingKeyDl(v string) + func (o *QosData) SetSharingKeyUl(v string) + func (o *QosData) SetVar5qi(v int32) + func (o *QosData) UnsetAverWindow() + func (o *QosData) UnsetExtMaxDataBurstVol() + func (o *QosData) UnsetGbrDl() + func (o *QosData) UnsetGbrUl() + func (o *QosData) UnsetMaxDataBurstVol() + func (o *QosData) UnsetMaxPacketLossRateDl() + func (o *QosData) UnsetMaxPacketLossRateUl() + func (o *QosData) UnsetMaxbrDl() + func (o *QosData) UnsetMaxbrUl() + func (o *QosData) UnsetPriorityLevel() + func (o QosData) MarshalJSON() ([]byte, error) + func (o QosData) ToMap() (map[string]interface{}, error) + type QosFlowsUsageReport struct + DownlinkVolume *int32 + EndTimestamp *time.Time + QFI *int32 + StartTimestamp *time.Time + UplinkVolume *int32 + func NewQosFlowsUsageReport() *QosFlowsUsageReport + func NewQosFlowsUsageReportWithDefaults() *QosFlowsUsageReport + func (o *QosFlowsUsageReport) GetDownlinkVolume() int32 + func (o *QosFlowsUsageReport) GetDownlinkVolumeOk() (*int32, bool) + func (o *QosFlowsUsageReport) GetEndTimestamp() time.Time + func (o *QosFlowsUsageReport) GetEndTimestampOk() (*time.Time, bool) + func (o *QosFlowsUsageReport) GetQFI() int32 + func (o *QosFlowsUsageReport) GetQFIOk() (*int32, bool) + func (o *QosFlowsUsageReport) GetStartTimestamp() time.Time + func (o *QosFlowsUsageReport) GetStartTimestampOk() (*time.Time, bool) + func (o *QosFlowsUsageReport) GetUplinkVolume() int32 + func (o *QosFlowsUsageReport) GetUplinkVolumeOk() (*int32, bool) + func (o *QosFlowsUsageReport) HasDownlinkVolume() bool + func (o *QosFlowsUsageReport) HasEndTimestamp() bool + func (o *QosFlowsUsageReport) HasQFI() bool + func (o *QosFlowsUsageReport) HasStartTimestamp() bool + func (o *QosFlowsUsageReport) HasUplinkVolume() bool + func (o *QosFlowsUsageReport) SetDownlinkVolume(v int32) + func (o *QosFlowsUsageReport) SetEndTimestamp(v time.Time) + func (o *QosFlowsUsageReport) SetQFI(v int32) + func (o *QosFlowsUsageReport) SetStartTimestamp(v time.Time) + func (o *QosFlowsUsageReport) SetUplinkVolume(v int32) + func (o QosFlowsUsageReport) MarshalJSON() ([]byte, error) + func (o QosFlowsUsageReport) ToMap() (map[string]interface{}, error) + type QosResourceType struct + String *string + func (dst *QosResourceType) UnmarshalJSON(data []byte) error + func (src *QosResourceType) MarshalJSON() ([]byte, error) + type RANSecondaryRATUsageReport struct + QosFlowsUsageReports []QosFlowsUsageReport + RANSecondaryRATType *RatType + func NewRANSecondaryRATUsageReport() *RANSecondaryRATUsageReport + func NewRANSecondaryRATUsageReportWithDefaults() *RANSecondaryRATUsageReport + func (o *RANSecondaryRATUsageReport) GetQosFlowsUsageReports() []QosFlowsUsageReport + func (o *RANSecondaryRATUsageReport) GetQosFlowsUsageReportsOk() ([]QosFlowsUsageReport, bool) + func (o *RANSecondaryRATUsageReport) GetRANSecondaryRATType() RatType + func (o *RANSecondaryRATUsageReport) GetRANSecondaryRATTypeOk() (*RatType, bool) + func (o *RANSecondaryRATUsageReport) HasQosFlowsUsageReports() bool + func (o *RANSecondaryRATUsageReport) HasRANSecondaryRATType() bool + func (o *RANSecondaryRATUsageReport) SetQosFlowsUsageReports(v []QosFlowsUsageReport) + func (o *RANSecondaryRATUsageReport) SetRANSecondaryRATType(v RatType) + func (o RANSecondaryRATUsageReport) MarshalJSON() ([]byte, error) + func (o RANSecondaryRATUsageReport) ToMap() (map[string]interface{}, error) + type RanNasRelCause struct + EpsCause *string + NgApCause *NgApCause + Var5gMmCause *int32 + Var5gSmCause *int32 + func NewRanNasRelCause() *RanNasRelCause + func NewRanNasRelCauseWithDefaults() *RanNasRelCause + func (o *RanNasRelCause) GetEpsCause() string + func (o *RanNasRelCause) GetEpsCauseOk() (*string, bool) + func (o *RanNasRelCause) GetNgApCause() NgApCause + func (o *RanNasRelCause) GetNgApCauseOk() (*NgApCause, bool) + func (o *RanNasRelCause) GetVar5gMmCause() int32 + func (o *RanNasRelCause) GetVar5gMmCauseOk() (*int32, bool) + func (o *RanNasRelCause) GetVar5gSmCause() int32 + func (o *RanNasRelCause) GetVar5gSmCauseOk() (*int32, bool) + func (o *RanNasRelCause) HasEpsCause() bool + func (o *RanNasRelCause) HasNgApCause() bool + func (o *RanNasRelCause) HasVar5gMmCause() bool + func (o *RanNasRelCause) HasVar5gSmCause() bool + func (o *RanNasRelCause) SetEpsCause(v string) + func (o *RanNasRelCause) SetNgApCause(v NgApCause) + func (o *RanNasRelCause) SetVar5gMmCause(v int32) + func (o *RanNasRelCause) SetVar5gSmCause(v int32) + func (o RanNasRelCause) MarshalJSON() ([]byte, error) + func (o RanNasRelCause) ToMap() (map[string]interface{}, error) + type RatType struct + String *string + func (dst *RatType) UnmarshalJSON(data []byte) error + func (src *RatType) MarshalJSON() ([]byte, error) + type ResultCode struct + String *string + func (dst *ResultCode) UnmarshalJSON(data []byte) error + func (src *ResultCode) MarshalJSON() ([]byte, error) + type RoamerInOut struct + String *string + func (dst *RoamerInOut) UnmarshalJSON(data []byte) error + func (src *RoamerInOut) MarshalJSON() ([]byte, error) + type RoamingChargingProfile struct + PartialRecordMethod *PartialRecordMethod + Triggers []Trigger + func NewRoamingChargingProfile() *RoamingChargingProfile + func NewRoamingChargingProfileWithDefaults() *RoamingChargingProfile + func (o *RoamingChargingProfile) GetPartialRecordMethod() PartialRecordMethod + func (o *RoamingChargingProfile) GetPartialRecordMethodOk() (*PartialRecordMethod, bool) + func (o *RoamingChargingProfile) GetTriggers() []Trigger + func (o *RoamingChargingProfile) GetTriggersOk() ([]Trigger, bool) + func (o *RoamingChargingProfile) HasPartialRecordMethod() bool + func (o *RoamingChargingProfile) HasTriggers() bool + func (o *RoamingChargingProfile) SetPartialRecordMethod(v PartialRecordMethod) + func (o *RoamingChargingProfile) SetTriggers(v []Trigger) + func (o RoamingChargingProfile) MarshalJSON() ([]byte, error) + func (o RoamingChargingProfile) ToMap() (map[string]interface{}, error) + type RoamingQBCInformation struct + MultipleQFIcontainer []MultipleQFIcontainer + RoamingChargingProfile *RoamingChargingProfile + UPFID *string + func NewRoamingQBCInformation() *RoamingQBCInformation + func NewRoamingQBCInformationWithDefaults() *RoamingQBCInformation + func (o *RoamingQBCInformation) GetMultipleQFIcontainer() []MultipleQFIcontainer + func (o *RoamingQBCInformation) GetMultipleQFIcontainerOk() ([]MultipleQFIcontainer, bool) + func (o *RoamingQBCInformation) GetRoamingChargingProfile() RoamingChargingProfile + func (o *RoamingQBCInformation) GetRoamingChargingProfileOk() (*RoamingChargingProfile, bool) + func (o *RoamingQBCInformation) GetUPFID() string + func (o *RoamingQBCInformation) GetUPFIDOk() (*string, bool) + func (o *RoamingQBCInformation) HasMultipleQFIcontainer() bool + func (o *RoamingQBCInformation) HasRoamingChargingProfile() bool + func (o *RoamingQBCInformation) HasUPFID() bool + func (o *RoamingQBCInformation) SetMultipleQFIcontainer(v []MultipleQFIcontainer) + func (o *RoamingQBCInformation) SetRoamingChargingProfile(v RoamingChargingProfile) + func (o *RoamingQBCInformation) SetUPFID(v string) + func (o RoamingQBCInformation) MarshalJSON() ([]byte, error) + func (o RoamingQBCInformation) 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 ServingNetworkFunctionID struct + AMFId *string + ServingNetworkFunctionInformation NFIdentification + func NewServingNetworkFunctionID(servingNetworkFunctionInformation NFIdentification) *ServingNetworkFunctionID + func NewServingNetworkFunctionIDWithDefaults() *ServingNetworkFunctionID + func (o *ServingNetworkFunctionID) GetAMFId() string + func (o *ServingNetworkFunctionID) GetAMFIdOk() (*string, bool) + func (o *ServingNetworkFunctionID) GetServingNetworkFunctionInformation() NFIdentification + func (o *ServingNetworkFunctionID) GetServingNetworkFunctionInformationOk() (*NFIdentification, bool) + func (o *ServingNetworkFunctionID) HasAMFId() bool + func (o *ServingNetworkFunctionID) SetAMFId(v string) + func (o *ServingNetworkFunctionID) SetServingNetworkFunctionInformation(v NFIdentification) + func (o ServingNetworkFunctionID) MarshalJSON() ([]byte, error) + func (o ServingNetworkFunctionID) ToMap() (map[string]interface{}, error) + type SessionFailover struct + String *string + func (dst *SessionFailover) UnmarshalJSON(data []byte) error + func (src *SessionFailover) MarshalJSON() ([]byte, 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 SscMode struct + String *string + func (dst *SscMode) UnmarshalJSON(data []byte) error + func (src *SscMode) MarshalJSON() ([]byte, error) + type SteerModeIndicator struct + String *string + func (dst *SteerModeIndicator) UnmarshalJSON(data []byte) error + func (src *SteerModeIndicator) MarshalJSON() ([]byte, error) + type SteerModeValue struct + String *string + func (dst *SteerModeValue) UnmarshalJSON(data []byte) error + func (src *SteerModeValue) MarshalJSON() ([]byte, error) + type SteeringFunctionality struct + String *string + func (dst *SteeringFunctionality) UnmarshalJSON(data []byte) error + func (src *SteeringFunctionality) MarshalJSON() ([]byte, error) + type SteeringMode struct + Active *AccessType + PrioAcc *AccessType + Standby *AccessTypeRm + SteerModeInd *SteerModeIndicator + SteerModeValue SteerModeValue + ThresValue NullableThresholdValue + Var3gLoad *int32 + func NewSteeringMode(steerModeValue SteerModeValue) *SteeringMode + func NewSteeringModeWithDefaults() *SteeringMode + func (o *SteeringMode) GetActive() AccessType + func (o *SteeringMode) GetActiveOk() (*AccessType, bool) + func (o *SteeringMode) GetPrioAcc() AccessType + func (o *SteeringMode) GetPrioAccOk() (*AccessType, bool) + func (o *SteeringMode) GetStandby() AccessTypeRm + func (o *SteeringMode) GetStandbyOk() (*AccessTypeRm, bool) + func (o *SteeringMode) GetSteerModeInd() SteerModeIndicator + func (o *SteeringMode) GetSteerModeIndOk() (*SteerModeIndicator, bool) + func (o *SteeringMode) GetSteerModeValue() SteerModeValue + func (o *SteeringMode) GetSteerModeValueOk() (*SteerModeValue, bool) + func (o *SteeringMode) GetThresValue() ThresholdValue + func (o *SteeringMode) GetThresValueOk() (*ThresholdValue, bool) + func (o *SteeringMode) GetVar3gLoad() int32 + func (o *SteeringMode) GetVar3gLoadOk() (*int32, bool) + func (o *SteeringMode) HasActive() bool + func (o *SteeringMode) HasPrioAcc() bool + func (o *SteeringMode) HasStandby() bool + func (o *SteeringMode) HasSteerModeInd() bool + func (o *SteeringMode) HasThresValue() bool + func (o *SteeringMode) HasVar3gLoad() bool + func (o *SteeringMode) SetActive(v AccessType) + func (o *SteeringMode) SetPrioAcc(v AccessType) + func (o *SteeringMode) SetStandby(v AccessTypeRm) + func (o *SteeringMode) SetSteerModeInd(v SteerModeIndicator) + func (o *SteeringMode) SetSteerModeValue(v SteerModeValue) + func (o *SteeringMode) SetThresValue(v ThresholdValue) + func (o *SteeringMode) SetThresValueNil() + func (o *SteeringMode) SetVar3gLoad(v int32) + func (o *SteeringMode) UnsetThresValue() + func (o SteeringMode) MarshalJSON() ([]byte, error) + func (o SteeringMode) ToMap() (map[string]interface{}, error) + type SubscribedDefaultQos struct + Arp Arp + PriorityLevel *int32 + Var5qi int32 + func NewSubscribedDefaultQos(var5qi int32, arp Arp) *SubscribedDefaultQos + func NewSubscribedDefaultQosWithDefaults() *SubscribedDefaultQos + func (o *SubscribedDefaultQos) GetArp() Arp + func (o *SubscribedDefaultQos) GetArpOk() (*Arp, bool) + func (o *SubscribedDefaultQos) GetPriorityLevel() int32 + func (o *SubscribedDefaultQos) GetPriorityLevelOk() (*int32, bool) + func (o *SubscribedDefaultQos) GetVar5qi() int32 + func (o *SubscribedDefaultQos) GetVar5qiOk() (*int32, bool) + func (o *SubscribedDefaultQos) HasPriorityLevel() bool + func (o *SubscribedDefaultQos) SetArp(v Arp) + func (o *SubscribedDefaultQos) SetPriorityLevel(v int32) + func (o *SubscribedDefaultQos) SetVar5qi(v int32) + func (o SubscribedDefaultQos) MarshalJSON() ([]byte, error) + func (o SubscribedDefaultQos) 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 ThresholdValue struct + PlrThres NullableInt32 + RttThres NullableInt32 + func NewThresholdValue() *ThresholdValue + func NewThresholdValueWithDefaults() *ThresholdValue + func (o *ThresholdValue) GetPlrThres() int32 + func (o *ThresholdValue) GetPlrThresOk() (*int32, bool) + func (o *ThresholdValue) GetRttThres() int32 + func (o *ThresholdValue) GetRttThresOk() (*int32, bool) + func (o *ThresholdValue) HasPlrThres() bool + func (o *ThresholdValue) HasRttThres() bool + func (o *ThresholdValue) SetPlrThres(v int32) + func (o *ThresholdValue) SetPlrThresNil() + func (o *ThresholdValue) SetRttThres(v int32) + func (o *ThresholdValue) SetRttThresNil() + func (o *ThresholdValue) UnsetPlrThres() + func (o *ThresholdValue) UnsetRttThres() + func (o ThresholdValue) MarshalJSON() ([]byte, error) + func (o ThresholdValue) 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 + func (dst *TransportProtocol) UnmarshalJSON(data []byte) error + func (src *TransportProtocol) MarshalJSON() ([]byte, error) + type Trigger struct + EventLimit *int32 + MaxNumberOfccc *int32 + TimeLimit *int32 + TriggerCategory TriggerCategory + TriggerType TriggerType + VolumeLimit *int32 + VolumeLimit64 *int32 + func NewTrigger(triggerType TriggerType, triggerCategory TriggerCategory) *Trigger + func NewTriggerWithDefaults() *Trigger + func (o *Trigger) GetEventLimit() int32 + func (o *Trigger) GetEventLimitOk() (*int32, bool) + func (o *Trigger) GetMaxNumberOfccc() int32 + func (o *Trigger) GetMaxNumberOfcccOk() (*int32, bool) + func (o *Trigger) GetTimeLimit() int32 + func (o *Trigger) GetTimeLimitOk() (*int32, bool) + func (o *Trigger) GetTriggerCategory() TriggerCategory + func (o *Trigger) GetTriggerCategoryOk() (*TriggerCategory, bool) + func (o *Trigger) GetTriggerType() TriggerType + func (o *Trigger) GetTriggerTypeOk() (*TriggerType, bool) + func (o *Trigger) GetVolumeLimit() int32 + func (o *Trigger) GetVolumeLimit64() int32 + func (o *Trigger) GetVolumeLimit64Ok() (*int32, bool) + func (o *Trigger) GetVolumeLimitOk() (*int32, bool) + func (o *Trigger) HasEventLimit() bool + func (o *Trigger) HasMaxNumberOfccc() bool + func (o *Trigger) HasTimeLimit() bool + func (o *Trigger) HasVolumeLimit() bool + func (o *Trigger) HasVolumeLimit64() bool + func (o *Trigger) SetEventLimit(v int32) + func (o *Trigger) SetMaxNumberOfccc(v int32) + func (o *Trigger) SetTimeLimit(v int32) + func (o *Trigger) SetTriggerCategory(v TriggerCategory) + func (o *Trigger) SetTriggerType(v TriggerType) + func (o *Trigger) SetVolumeLimit(v int32) + func (o *Trigger) SetVolumeLimit64(v int32) + func (o Trigger) MarshalJSON() ([]byte, error) + func (o Trigger) ToMap() (map[string]interface{}, error) + type TriggerCategory struct + String *string + func (dst *TriggerCategory) UnmarshalJSON(data []byte) error + func (src *TriggerCategory) MarshalJSON() ([]byte, error) + type TriggerType struct + String *string + func (dst *TriggerType) UnmarshalJSON(data []byte) error + func (src *TriggerType) MarshalJSON() ([]byte, error) + 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 UsedUnitContainer struct + DownlinkVolume *int32 + EventTimeStamps []time.Time + LocalSequenceNumber int32 + PDUContainerInformation *PDUContainerInformation + ServiceId *int32 + ServiceSpecificUnits *int32 + Time *int32 + TotalVolume *int32 + TriggerTimestamp *time.Time + Triggers []Trigger + UplinkVolume *int32 + func NewUsedUnitContainer(localSequenceNumber int32) *UsedUnitContainer + func NewUsedUnitContainerWithDefaults() *UsedUnitContainer + func (o *UsedUnitContainer) GetDownlinkVolume() int32 + func (o *UsedUnitContainer) GetDownlinkVolumeOk() (*int32, bool) + func (o *UsedUnitContainer) GetEventTimeStamps() []time.Time + func (o *UsedUnitContainer) GetEventTimeStampsOk() ([]time.Time, bool) + func (o *UsedUnitContainer) GetLocalSequenceNumber() int32 + func (o *UsedUnitContainer) GetLocalSequenceNumberOk() (*int32, bool) + func (o *UsedUnitContainer) GetPDUContainerInformation() PDUContainerInformation + func (o *UsedUnitContainer) GetPDUContainerInformationOk() (*PDUContainerInformation, bool) + func (o *UsedUnitContainer) GetServiceId() int32 + func (o *UsedUnitContainer) GetServiceIdOk() (*int32, bool) + func (o *UsedUnitContainer) GetServiceSpecificUnits() int32 + func (o *UsedUnitContainer) GetServiceSpecificUnitsOk() (*int32, bool) + func (o *UsedUnitContainer) GetTime() int32 + func (o *UsedUnitContainer) GetTimeOk() (*int32, bool) + func (o *UsedUnitContainer) GetTotalVolume() int32 + func (o *UsedUnitContainer) GetTotalVolumeOk() (*int32, bool) + func (o *UsedUnitContainer) GetTriggerTimestamp() time.Time + func (o *UsedUnitContainer) GetTriggerTimestampOk() (*time.Time, bool) + func (o *UsedUnitContainer) GetTriggers() []Trigger + func (o *UsedUnitContainer) GetTriggersOk() ([]Trigger, bool) + func (o *UsedUnitContainer) GetUplinkVolume() int32 + func (o *UsedUnitContainer) GetUplinkVolumeOk() (*int32, bool) + func (o *UsedUnitContainer) HasDownlinkVolume() bool + func (o *UsedUnitContainer) HasEventTimeStamps() bool + func (o *UsedUnitContainer) HasPDUContainerInformation() bool + func (o *UsedUnitContainer) HasServiceId() bool + func (o *UsedUnitContainer) HasServiceSpecificUnits() bool + func (o *UsedUnitContainer) HasTime() bool + func (o *UsedUnitContainer) HasTotalVolume() bool + func (o *UsedUnitContainer) HasTriggerTimestamp() bool + func (o *UsedUnitContainer) HasTriggers() bool + func (o *UsedUnitContainer) HasUplinkVolume() bool + func (o *UsedUnitContainer) SetDownlinkVolume(v int32) + func (o *UsedUnitContainer) SetEventTimeStamps(v []time.Time) + func (o *UsedUnitContainer) SetLocalSequenceNumber(v int32) + func (o *UsedUnitContainer) SetPDUContainerInformation(v PDUContainerInformation) + func (o *UsedUnitContainer) SetServiceId(v int32) + func (o *UsedUnitContainer) SetServiceSpecificUnits(v int32) + func (o *UsedUnitContainer) SetTime(v int32) + func (o *UsedUnitContainer) SetTotalVolume(v int32) + func (o *UsedUnitContainer) SetTriggerTimestamp(v time.Time) + func (o *UsedUnitContainer) SetTriggers(v []Trigger) + func (o *UsedUnitContainer) SetUplinkVolume(v int32) + func (o UsedUnitContainer) MarshalJSON() ([]byte, error) + func (o UsedUnitContainer) ToMap() (map[string]interface{}, error) + type UserInformation struct + RoamerInOut *RoamerInOut + ServedGPSI *string + ServedPEI *string + UnauthenticatedFlag *bool + func NewUserInformation() *UserInformation + func NewUserInformationWithDefaults() *UserInformation + func (o *UserInformation) GetRoamerInOut() RoamerInOut + func (o *UserInformation) GetRoamerInOutOk() (*RoamerInOut, bool) + func (o *UserInformation) GetServedGPSI() string + func (o *UserInformation) GetServedGPSIOk() (*string, bool) + func (o *UserInformation) GetServedPEI() string + func (o *UserInformation) GetServedPEIOk() (*string, bool) + func (o *UserInformation) GetUnauthenticatedFlag() bool + func (o *UserInformation) GetUnauthenticatedFlagOk() (*bool, bool) + func (o *UserInformation) HasRoamerInOut() bool + func (o *UserInformation) HasServedGPSI() bool + func (o *UserInformation) HasServedPEI() bool + func (o *UserInformation) HasUnauthenticatedFlag() bool + func (o *UserInformation) SetRoamerInOut(v RoamerInOut) + func (o *UserInformation) SetServedGPSI(v string) + func (o *UserInformation) SetServedPEI(v string) + func (o *UserInformation) SetUnauthenticatedFlag(v bool) + func (o UserInformation) MarshalJSON() ([]byte, error) + func (o UserInformation) ToMap() (map[string]interface{}, 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)