Versions in this module Expand all Collapse all v1 v1.18.2 Apr 9, 2023 Changes in this version + func IsNil(i interface{}) bool v1.18.1 Apr 8, 2023 Changes in this version + var AllowedAccessTypeEnumValues = []AccessType + var AllowedAfResultStatusAnyOfEnumValues = []AfResultStatusAnyOf + var AllowedAppliedSmccTypeAnyOfEnumValues = []AppliedSmccTypeAnyOf + var AllowedDlDataDeliveryStatusAnyOfEnumValues = []DlDataDeliveryStatusAnyOf + var AllowedDnaiChangeTypeAnyOfEnumValues = []DnaiChangeTypeAnyOf + var AllowedFlowDirectionAnyOfEnumValues = []FlowDirectionAnyOf + var AllowedNFTypeAnyOfEnumValues = []NFTypeAnyOf + var AllowedNotificationFlagAnyOfEnumValues = []NotificationFlagAnyOf + var AllowedNotificationMethodAnyOfEnumValues = []NotificationMethodAnyOf + var AllowedPartitioningCriteriaAnyOfEnumValues = []PartitioningCriteriaAnyOf + var AllowedPduSessionStatusAnyOfEnumValues = []PduSessionStatusAnyOf + var AllowedPduSessionTypeAnyOfEnumValues = []PduSessionTypeAnyOf + var AllowedRatTypeAnyOfEnumValues = []RatTypeAnyOf + var AllowedServiceNameAnyOfEnumValues = []ServiceNameAnyOf + var AllowedSmfEventAnyOfEnumValues = []SmfEventAnyOf + var AllowedTransactionMetricAnyOfEnumValues = []TransactionMetricAnyOf + var ContextOAuth2 = contextKey("token") + var ContextOperationServerIndices = contextKey("serverOperationIndices") + var ContextOperationServerVariables = contextKey("serverOperationVariables") + var ContextServerIndex = contextKey("serverIndex") + var ContextServerVariables = contextKey("serverVariables") + func CacheExpires(r *http.Response) time.Time + func PtrBool(v bool) *bool + func PtrFloat32(v float32) *float32 + func PtrFloat64(v float64) *float64 + func PtrInt(v int) *int + func PtrInt32(v int32) *int32 + func PtrInt64(v int64) *int64 + func PtrString(v string) *string + func PtrTime(v time.Time) *time.Time + type APIClient struct + IndividualSubscriptionDocumentApi *IndividualSubscriptionDocumentApiService + SubscriptionsCollectionApi *SubscriptionsCollectionApiService + 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 AckOfNotify struct + AckResult AfResultInfo + Gpsi *string + NotifId string + Supi *string + func NewAckOfNotify(notifId string, ackResult AfResultInfo) *AckOfNotify + func NewAckOfNotifyWithDefaults() *AckOfNotify + func (o *AckOfNotify) GetAckResult() AfResultInfo + func (o *AckOfNotify) GetAckResultOk() (*AfResultInfo, bool) + func (o *AckOfNotify) GetGpsi() string + func (o *AckOfNotify) GetGpsiOk() (*string, bool) + func (o *AckOfNotify) GetNotifId() string + func (o *AckOfNotify) GetNotifIdOk() (*string, bool) + func (o *AckOfNotify) GetSupi() string + func (o *AckOfNotify) GetSupiOk() (*string, bool) + func (o *AckOfNotify) HasGpsi() bool + func (o *AckOfNotify) HasSupi() bool + func (o *AckOfNotify) SetAckResult(v AfResultInfo) + func (o *AckOfNotify) SetGpsi(v string) + func (o *AckOfNotify) SetNotifId(v string) + func (o *AckOfNotify) SetSupi(v string) + func (o AckOfNotify) MarshalJSON() ([]byte, error) + func (o AckOfNotify) ToMap() (map[string]interface{}, error) + type AddrFqdn struct + Fqdn *string + IpAddr *IpAddr + func NewAddrFqdn() *AddrFqdn + func NewAddrFqdnWithDefaults() *AddrFqdn + func (o *AddrFqdn) GetFqdn() string + func (o *AddrFqdn) GetFqdnOk() (*string, bool) + func (o *AddrFqdn) GetIpAddr() IpAddr + func (o *AddrFqdn) GetIpAddrOk() (*IpAddr, bool) + func (o *AddrFqdn) HasFqdn() bool + func (o *AddrFqdn) HasIpAddr() bool + func (o *AddrFqdn) SetFqdn(v string) + func (o *AddrFqdn) SetIpAddr(v IpAddr) + func (o AddrFqdn) MarshalJSON() ([]byte, error) + func (o AddrFqdn) ToMap() (map[string]interface{}, error) + type AfResultInfo struct + AfStatus AfResultStatus + EasIpReplaceInfos []EasIpReplacementInfo + TrafficRoute NullableRouteToLocation + UpBuffInd *bool + func NewAfResultInfo(afStatus AfResultStatus) *AfResultInfo + func NewAfResultInfoWithDefaults() *AfResultInfo + func (o *AfResultInfo) GetAfStatus() AfResultStatus + func (o *AfResultInfo) GetAfStatusOk() (*AfResultStatus, bool) + func (o *AfResultInfo) GetEasIpReplaceInfos() []EasIpReplacementInfo + func (o *AfResultInfo) GetEasIpReplaceInfosOk() ([]EasIpReplacementInfo, bool) + func (o *AfResultInfo) GetTrafficRoute() RouteToLocation + func (o *AfResultInfo) GetTrafficRouteOk() (*RouteToLocation, bool) + func (o *AfResultInfo) GetUpBuffInd() bool + func (o *AfResultInfo) GetUpBuffIndOk() (*bool, bool) + func (o *AfResultInfo) HasEasIpReplaceInfos() bool + func (o *AfResultInfo) HasTrafficRoute() bool + func (o *AfResultInfo) HasUpBuffInd() bool + func (o *AfResultInfo) SetAfStatus(v AfResultStatus) + func (o *AfResultInfo) SetEasIpReplaceInfos(v []EasIpReplacementInfo) + func (o *AfResultInfo) SetTrafficRoute(v RouteToLocation) + func (o *AfResultInfo) SetTrafficRouteNil() + func (o *AfResultInfo) SetUpBuffInd(v bool) + func (o *AfResultInfo) UnsetTrafficRoute() + func (o AfResultInfo) MarshalJSON() ([]byte, error) + func (o AfResultInfo) ToMap() (map[string]interface{}, error) + type AfResultStatus struct + AfResultStatusAnyOf *AfResultStatusAnyOf + String *string + func (dst *AfResultStatus) UnmarshalJSON(data []byte) error + func (src *AfResultStatus) MarshalJSON() ([]byte, error) + type AfResultStatusAnyOf string + const OTHER + const RELOC_NO_ALLOWED + const SUCCESS + const TEMPORARY_CONGESTION + func NewAfResultStatusAnyOfFromValue(v string) (*AfResultStatusAnyOf, error) + func (v *AfResultStatusAnyOf) UnmarshalJSON(src []byte) error + func (v AfResultStatusAnyOf) IsValid() bool + func (v AfResultStatusAnyOf) Ptr() *AfResultStatusAnyOf + type ApiCreateIndividualSubcriptionRequest struct + ApiService *SubscriptionsCollectionApiService + func (r ApiCreateIndividualSubcriptionRequest) Execute() (*NsmfEventExposure, *http.Response, error) + func (r ApiCreateIndividualSubcriptionRequest) NsmfEventExposure(nsmfEventExposure NsmfEventExposure) ApiCreateIndividualSubcriptionRequest + type ApiDeleteIndividualSubcriptionRequest struct + ApiService *IndividualSubscriptionDocumentApiService + func (r ApiDeleteIndividualSubcriptionRequest) Execute() (*http.Response, error) + type ApiGetIndividualSubcriptionRequest struct + ApiService *IndividualSubscriptionDocumentApiService + func (r ApiGetIndividualSubcriptionRequest) Execute() (*NsmfEventExposure, *http.Response, error) + type ApiReplaceIndividualSubcriptionRequest struct + ApiService *IndividualSubscriptionDocumentApiService + func (r ApiReplaceIndividualSubcriptionRequest) Execute() (*NsmfEventExposure, *http.Response, error) + func (r ApiReplaceIndividualSubcriptionRequest) NsmfEventExposure(nsmfEventExposure NsmfEventExposure) ApiReplaceIndividualSubcriptionRequest + type AppliedSmccType struct + AppliedSmccTypeAnyOf *AppliedSmccTypeAnyOf + String *string + func (dst *AppliedSmccType) UnmarshalJSON(data []byte) error + func (src *AppliedSmccType) MarshalJSON() ([]byte, error) + type AppliedSmccTypeAnyOf string + const DNN_CC + const SNSSAI_CC + func NewAppliedSmccTypeAnyOfFromValue(v string) (*AppliedSmccTypeAnyOf, error) + func (v *AppliedSmccTypeAnyOf) UnmarshalJSON(src []byte) error + func (v AppliedSmccTypeAnyOf) IsValid() bool + func (v AppliedSmccTypeAnyOf) Ptr() *AppliedSmccTypeAnyOf + type BasicAuth struct + Password string + UserName string + type CommunicationFailure struct + NasReleaseCode *string + RanReleaseCode *NgApCause + func NewCommunicationFailure() *CommunicationFailure + func NewCommunicationFailureWithDefaults() *CommunicationFailure + func (o *CommunicationFailure) GetNasReleaseCode() string + func (o *CommunicationFailure) GetNasReleaseCodeOk() (*string, bool) + func (o *CommunicationFailure) GetRanReleaseCode() NgApCause + func (o *CommunicationFailure) GetRanReleaseCodeOk() (*NgApCause, bool) + func (o *CommunicationFailure) HasNasReleaseCode() bool + func (o *CommunicationFailure) HasRanReleaseCode() bool + func (o *CommunicationFailure) SetNasReleaseCode(v string) + func (o *CommunicationFailure) SetRanReleaseCode(v NgApCause) + func (o CommunicationFailure) MarshalJSON() ([]byte, error) + func (o CommunicationFailure) 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 DddTrafficDescriptor struct + Ipv4Addr *string + Ipv6Addr *Ipv6Addr + MacAddr *string + PortNumber *int32 + func NewDddTrafficDescriptor() *DddTrafficDescriptor + func NewDddTrafficDescriptorWithDefaults() *DddTrafficDescriptor + func (o *DddTrafficDescriptor) GetIpv4Addr() string + func (o *DddTrafficDescriptor) GetIpv4AddrOk() (*string, bool) + func (o *DddTrafficDescriptor) GetIpv6Addr() Ipv6Addr + func (o *DddTrafficDescriptor) GetIpv6AddrOk() (*Ipv6Addr, bool) + func (o *DddTrafficDescriptor) GetMacAddr() string + func (o *DddTrafficDescriptor) GetMacAddrOk() (*string, bool) + func (o *DddTrafficDescriptor) GetPortNumber() int32 + func (o *DddTrafficDescriptor) GetPortNumberOk() (*int32, bool) + func (o *DddTrafficDescriptor) HasIpv4Addr() bool + func (o *DddTrafficDescriptor) HasIpv6Addr() bool + func (o *DddTrafficDescriptor) HasMacAddr() bool + func (o *DddTrafficDescriptor) HasPortNumber() bool + func (o *DddTrafficDescriptor) SetIpv4Addr(v string) + func (o *DddTrafficDescriptor) SetIpv6Addr(v Ipv6Addr) + func (o *DddTrafficDescriptor) SetMacAddr(v string) + func (o *DddTrafficDescriptor) SetPortNumber(v int32) + func (o DddTrafficDescriptor) MarshalJSON() ([]byte, error) + func (o DddTrafficDescriptor) ToMap() (map[string]interface{}, error) + type DlDataDeliveryStatus struct + DlDataDeliveryStatusAnyOf *DlDataDeliveryStatusAnyOf + String *string + func (dst *DlDataDeliveryStatus) UnmarshalJSON(data []byte) error + func (src *DlDataDeliveryStatus) MarshalJSON() ([]byte, error) + type DlDataDeliveryStatusAnyOf string + const BUFFERED + const DISCARDED + const TRANSMITTED + func NewDlDataDeliveryStatusAnyOfFromValue(v string) (*DlDataDeliveryStatusAnyOf, error) + func (v *DlDataDeliveryStatusAnyOf) UnmarshalJSON(src []byte) error + func (v DlDataDeliveryStatusAnyOf) IsValid() bool + func (v DlDataDeliveryStatusAnyOf) Ptr() *DlDataDeliveryStatusAnyOf + type DnaiChangeType struct + DnaiChangeTypeAnyOf *DnaiChangeTypeAnyOf + String *string + func (dst *DnaiChangeType) UnmarshalJSON(data []byte) error + func (src *DnaiChangeType) MarshalJSON() ([]byte, error) + type DnaiChangeTypeAnyOf string + const EARLY + const EARLY_LATE + const LATE + func NewDnaiChangeTypeAnyOfFromValue(v string) (*DnaiChangeTypeAnyOf, error) + func (v *DnaiChangeTypeAnyOf) UnmarshalJSON(src []byte) error + func (v DnaiChangeTypeAnyOf) IsValid() bool + func (v DnaiChangeTypeAnyOf) Ptr() *DnaiChangeTypeAnyOf + type EasIpReplacementInfo struct + Source EasServerAddress + Target EasServerAddress + func NewEasIpReplacementInfo(source EasServerAddress, target EasServerAddress) *EasIpReplacementInfo + func NewEasIpReplacementInfoWithDefaults() *EasIpReplacementInfo + func (o *EasIpReplacementInfo) GetSource() EasServerAddress + func (o *EasIpReplacementInfo) GetSourceOk() (*EasServerAddress, bool) + func (o *EasIpReplacementInfo) GetTarget() EasServerAddress + func (o *EasIpReplacementInfo) GetTargetOk() (*EasServerAddress, bool) + func (o *EasIpReplacementInfo) SetSource(v EasServerAddress) + func (o *EasIpReplacementInfo) SetTarget(v EasServerAddress) + func (o EasIpReplacementInfo) MarshalJSON() ([]byte, error) + func (o EasIpReplacementInfo) ToMap() (map[string]interface{}, error) + type EasServerAddress struct + Ip IpAddr + Port int32 + func NewEasServerAddress(ip IpAddr, port int32) *EasServerAddress + func NewEasServerAddressWithDefaults() *EasServerAddress + func (o *EasServerAddress) GetIp() IpAddr + func (o *EasServerAddress) GetIpOk() (*IpAddr, bool) + func (o *EasServerAddress) GetPort() int32 + func (o *EasServerAddress) GetPortOk() (*int32, bool) + func (o *EasServerAddress) SetIp(v IpAddr) + func (o *EasServerAddress) SetPort(v int32) + func (o EasServerAddress) MarshalJSON() ([]byte, error) + func (o EasServerAddress) ToMap() (map[string]interface{}, error) + type EthFlowDescription struct + DestMacAddr *string + DestMacAddrEnd *string + EthType string + FDesc *string + FDir *FlowDirection + SourceMacAddr *string + SrcMacAddrEnd *string + VlanTags []string + func NewEthFlowDescription(ethType string) *EthFlowDescription + func NewEthFlowDescriptionWithDefaults() *EthFlowDescription + func (o *EthFlowDescription) GetDestMacAddr() string + func (o *EthFlowDescription) GetDestMacAddrEnd() string + func (o *EthFlowDescription) GetDestMacAddrEndOk() (*string, bool) + func (o *EthFlowDescription) GetDestMacAddrOk() (*string, bool) + func (o *EthFlowDescription) GetEthType() string + func (o *EthFlowDescription) GetEthTypeOk() (*string, bool) + func (o *EthFlowDescription) GetFDesc() string + func (o *EthFlowDescription) GetFDescOk() (*string, bool) + func (o *EthFlowDescription) GetFDir() FlowDirection + func (o *EthFlowDescription) GetFDirOk() (*FlowDirection, bool) + func (o *EthFlowDescription) GetSourceMacAddr() string + func (o *EthFlowDescription) GetSourceMacAddrOk() (*string, bool) + func (o *EthFlowDescription) GetSrcMacAddrEnd() string + func (o *EthFlowDescription) GetSrcMacAddrEndOk() (*string, bool) + func (o *EthFlowDescription) GetVlanTags() []string + func (o *EthFlowDescription) GetVlanTagsOk() ([]string, bool) + func (o *EthFlowDescription) HasDestMacAddr() bool + func (o *EthFlowDescription) HasDestMacAddrEnd() bool + func (o *EthFlowDescription) HasFDesc() bool + func (o *EthFlowDescription) HasFDir() bool + func (o *EthFlowDescription) HasSourceMacAddr() bool + func (o *EthFlowDescription) HasSrcMacAddrEnd() bool + func (o *EthFlowDescription) HasVlanTags() bool + func (o *EthFlowDescription) SetDestMacAddr(v string) + func (o *EthFlowDescription) SetDestMacAddrEnd(v string) + func (o *EthFlowDescription) SetEthType(v string) + func (o *EthFlowDescription) SetFDesc(v string) + func (o *EthFlowDescription) SetFDir(v FlowDirection) + func (o *EthFlowDescription) SetSourceMacAddr(v string) + func (o *EthFlowDescription) SetSrcMacAddrEnd(v string) + func (o *EthFlowDescription) SetVlanTags(v []string) + func (o EthFlowDescription) MarshalJSON() ([]byte, error) + func (o EthFlowDescription) ToMap() (map[string]interface{}, error) + type EventNotification struct + AccType *AccessType + AdIpv4Addr *string + AdIpv6Prefix *Ipv6Prefix + AppId *string + BssId *string + CommFailure *CommunicationFailure + DddStatus *DlDataDeliveryStatus + DddTraDescriptor *DddTrafficDescriptor + DlDelays []int32 + DnaiChgType *DnaiChangeType + Dnn *string + EndWlan *time.Time + EthFlowDescs []EthFlowDescription + EthfDescs []EthFlowDescription + Event SmfEvent + FDescs []string + FlowDescs []string + Gpsi *string + Ipv4Addr *string + Ipv6Addrs []Ipv6Addr + Ipv6Prefixes []Ipv6Prefix + MaxWaitTime *time.Time + PduSeId *int32 + PduSessInfos []PduSessionInformation + PduSessType *PduSessionType + PlmnId *PlmnId + Qfi *int32 + RatType *RatType + ReIpv4Addr *string + ReIpv6Prefix *Ipv6Prefix + RtDelays []int32 + SmNasFromSmf *SmNasFromSmf + SmNasFromUe *SmNasFromUe + Snssai *Snssai + SourceDnai *string + SourceTraRouting NullableRouteToLocation + SourceUeIpv4Addr *string + SourceUeIpv6Prefix *Ipv6Prefix + SsId *string + StartWlan *time.Time + Supi *string + TargetDnai *string + TargetTraRouting NullableRouteToLocation + TargetUeIpv4Addr *string + TargetUeIpv6Prefix *Ipv6Prefix + TimeStamp time.Time + TimeWindow *TimeWindow + TransacInfos []TransactionInfo + UeIpAddr *IpAddr + UeMac *string + UlDelays []int32 + UpRedTrans *bool + UpfInfo *UpfInformation + func NewEventNotification(event SmfEvent, timeStamp time.Time) *EventNotification + func NewEventNotificationWithDefaults() *EventNotification + func (o *EventNotification) GetAccType() AccessType + func (o *EventNotification) GetAccTypeOk() (*AccessType, bool) + func (o *EventNotification) GetAdIpv4Addr() string + func (o *EventNotification) GetAdIpv4AddrOk() (*string, bool) + func (o *EventNotification) GetAdIpv6Prefix() Ipv6Prefix + func (o *EventNotification) GetAdIpv6PrefixOk() (*Ipv6Prefix, bool) + func (o *EventNotification) GetAppId() string + func (o *EventNotification) GetAppIdOk() (*string, bool) + func (o *EventNotification) GetBssId() string + func (o *EventNotification) GetBssIdOk() (*string, bool) + func (o *EventNotification) GetCommFailure() CommunicationFailure + func (o *EventNotification) GetCommFailureOk() (*CommunicationFailure, bool) + func (o *EventNotification) GetDddStatus() DlDataDeliveryStatus + func (o *EventNotification) GetDddStatusOk() (*DlDataDeliveryStatus, bool) + func (o *EventNotification) GetDddTraDescriptor() DddTrafficDescriptor + func (o *EventNotification) GetDddTraDescriptorOk() (*DddTrafficDescriptor, bool) + func (o *EventNotification) GetDlDelays() []int32 + func (o *EventNotification) GetDlDelaysOk() ([]int32, bool) + func (o *EventNotification) GetDnaiChgType() DnaiChangeType + func (o *EventNotification) GetDnaiChgTypeOk() (*DnaiChangeType, bool) + func (o *EventNotification) GetDnn() string + func (o *EventNotification) GetDnnOk() (*string, bool) + func (o *EventNotification) GetEndWlan() time.Time + func (o *EventNotification) GetEndWlanOk() (*time.Time, bool) + func (o *EventNotification) GetEthFlowDescs() []EthFlowDescription + func (o *EventNotification) GetEthFlowDescsOk() ([]EthFlowDescription, bool) + func (o *EventNotification) GetEthfDescs() []EthFlowDescription + func (o *EventNotification) GetEthfDescsOk() ([]EthFlowDescription, bool) + func (o *EventNotification) GetEvent() SmfEvent + func (o *EventNotification) GetEventOk() (*SmfEvent, bool) + func (o *EventNotification) GetFDescs() []string + func (o *EventNotification) GetFDescsOk() ([]string, bool) + func (o *EventNotification) GetFlowDescs() []string + func (o *EventNotification) GetFlowDescsOk() ([]string, bool) + func (o *EventNotification) GetGpsi() string + func (o *EventNotification) GetGpsiOk() (*string, bool) + func (o *EventNotification) GetIpv4Addr() string + func (o *EventNotification) GetIpv4AddrOk() (*string, bool) + func (o *EventNotification) GetIpv6Addrs() []Ipv6Addr + func (o *EventNotification) GetIpv6AddrsOk() ([]Ipv6Addr, bool) + func (o *EventNotification) GetIpv6Prefixes() []Ipv6Prefix + func (o *EventNotification) GetIpv6PrefixesOk() ([]Ipv6Prefix, bool) + func (o *EventNotification) GetMaxWaitTime() time.Time + func (o *EventNotification) GetMaxWaitTimeOk() (*time.Time, bool) + func (o *EventNotification) GetPduSeId() int32 + func (o *EventNotification) GetPduSeIdOk() (*int32, bool) + func (o *EventNotification) GetPduSessInfos() []PduSessionInformation + func (o *EventNotification) GetPduSessInfosOk() ([]PduSessionInformation, bool) + func (o *EventNotification) GetPduSessType() PduSessionType + func (o *EventNotification) GetPduSessTypeOk() (*PduSessionType, bool) + func (o *EventNotification) GetPlmnId() PlmnId + func (o *EventNotification) GetPlmnIdOk() (*PlmnId, bool) + func (o *EventNotification) GetQfi() int32 + func (o *EventNotification) GetQfiOk() (*int32, bool) + func (o *EventNotification) GetRatType() RatType + func (o *EventNotification) GetRatTypeOk() (*RatType, bool) + func (o *EventNotification) GetReIpv4Addr() string + func (o *EventNotification) GetReIpv4AddrOk() (*string, bool) + func (o *EventNotification) GetReIpv6Prefix() Ipv6Prefix + func (o *EventNotification) GetReIpv6PrefixOk() (*Ipv6Prefix, bool) + func (o *EventNotification) GetRtDelays() []int32 + func (o *EventNotification) GetRtDelaysOk() ([]int32, bool) + func (o *EventNotification) GetSmNasFromSmf() SmNasFromSmf + func (o *EventNotification) GetSmNasFromSmfOk() (*SmNasFromSmf, bool) + func (o *EventNotification) GetSmNasFromUe() SmNasFromUe + func (o *EventNotification) GetSmNasFromUeOk() (*SmNasFromUe, bool) + func (o *EventNotification) GetSnssai() Snssai + func (o *EventNotification) GetSnssaiOk() (*Snssai, bool) + func (o *EventNotification) GetSourceDnai() string + func (o *EventNotification) GetSourceDnaiOk() (*string, bool) + func (o *EventNotification) GetSourceTraRouting() RouteToLocation + func (o *EventNotification) GetSourceTraRoutingOk() (*RouteToLocation, bool) + func (o *EventNotification) GetSourceUeIpv4Addr() string + func (o *EventNotification) GetSourceUeIpv4AddrOk() (*string, bool) + func (o *EventNotification) GetSourceUeIpv6Prefix() Ipv6Prefix + func (o *EventNotification) GetSourceUeIpv6PrefixOk() (*Ipv6Prefix, bool) + func (o *EventNotification) GetSsId() string + func (o *EventNotification) GetSsIdOk() (*string, bool) + func (o *EventNotification) GetStartWlan() time.Time + func (o *EventNotification) GetStartWlanOk() (*time.Time, bool) + func (o *EventNotification) GetSupi() string + func (o *EventNotification) GetSupiOk() (*string, bool) + func (o *EventNotification) GetTargetDnai() string + func (o *EventNotification) GetTargetDnaiOk() (*string, bool) + func (o *EventNotification) GetTargetTraRouting() RouteToLocation + func (o *EventNotification) GetTargetTraRoutingOk() (*RouteToLocation, bool) + func (o *EventNotification) GetTargetUeIpv4Addr() string + func (o *EventNotification) GetTargetUeIpv4AddrOk() (*string, bool) + func (o *EventNotification) GetTargetUeIpv6Prefix() Ipv6Prefix + func (o *EventNotification) GetTargetUeIpv6PrefixOk() (*Ipv6Prefix, bool) + func (o *EventNotification) GetTimeStamp() time.Time + func (o *EventNotification) GetTimeStampOk() (*time.Time, bool) + func (o *EventNotification) GetTimeWindow() TimeWindow + func (o *EventNotification) GetTimeWindowOk() (*TimeWindow, bool) + func (o *EventNotification) GetTransacInfos() []TransactionInfo + func (o *EventNotification) GetTransacInfosOk() ([]TransactionInfo, bool) + func (o *EventNotification) GetUeIpAddr() IpAddr + func (o *EventNotification) GetUeIpAddrOk() (*IpAddr, bool) + func (o *EventNotification) GetUeMac() string + func (o *EventNotification) GetUeMacOk() (*string, bool) + func (o *EventNotification) GetUlDelays() []int32 + func (o *EventNotification) GetUlDelaysOk() ([]int32, bool) + func (o *EventNotification) GetUpRedTrans() bool + func (o *EventNotification) GetUpRedTransOk() (*bool, bool) + func (o *EventNotification) GetUpfInfo() UpfInformation + func (o *EventNotification) GetUpfInfoOk() (*UpfInformation, bool) + func (o *EventNotification) HasAccType() bool + func (o *EventNotification) HasAdIpv4Addr() bool + func (o *EventNotification) HasAdIpv6Prefix() bool + func (o *EventNotification) HasAppId() bool + func (o *EventNotification) HasBssId() bool + func (o *EventNotification) HasCommFailure() bool + func (o *EventNotification) HasDddStatus() bool + func (o *EventNotification) HasDddTraDescriptor() bool + func (o *EventNotification) HasDlDelays() bool + func (o *EventNotification) HasDnaiChgType() bool + func (o *EventNotification) HasDnn() bool + func (o *EventNotification) HasEndWlan() bool + func (o *EventNotification) HasEthFlowDescs() bool + func (o *EventNotification) HasEthfDescs() bool + func (o *EventNotification) HasFDescs() bool + func (o *EventNotification) HasFlowDescs() bool + func (o *EventNotification) HasGpsi() bool + func (o *EventNotification) HasIpv4Addr() bool + func (o *EventNotification) HasIpv6Addrs() bool + func (o *EventNotification) HasIpv6Prefixes() bool + func (o *EventNotification) HasMaxWaitTime() bool + func (o *EventNotification) HasPduSeId() bool + func (o *EventNotification) HasPduSessInfos() bool + func (o *EventNotification) HasPduSessType() bool + func (o *EventNotification) HasPlmnId() bool + func (o *EventNotification) HasQfi() bool + func (o *EventNotification) HasRatType() bool + func (o *EventNotification) HasReIpv4Addr() bool + func (o *EventNotification) HasReIpv6Prefix() bool + func (o *EventNotification) HasRtDelays() bool + func (o *EventNotification) HasSmNasFromSmf() bool + func (o *EventNotification) HasSmNasFromUe() bool + func (o *EventNotification) HasSnssai() bool + func (o *EventNotification) HasSourceDnai() bool + func (o *EventNotification) HasSourceTraRouting() bool + func (o *EventNotification) HasSourceUeIpv4Addr() bool + func (o *EventNotification) HasSourceUeIpv6Prefix() bool + func (o *EventNotification) HasSsId() bool + func (o *EventNotification) HasStartWlan() bool + func (o *EventNotification) HasSupi() bool + func (o *EventNotification) HasTargetDnai() bool + func (o *EventNotification) HasTargetTraRouting() bool + func (o *EventNotification) HasTargetUeIpv4Addr() bool + func (o *EventNotification) HasTargetUeIpv6Prefix() bool + func (o *EventNotification) HasTimeWindow() bool + func (o *EventNotification) HasTransacInfos() bool + func (o *EventNotification) HasUeIpAddr() bool + func (o *EventNotification) HasUeMac() bool + func (o *EventNotification) HasUlDelays() bool + func (o *EventNotification) HasUpRedTrans() bool + func (o *EventNotification) HasUpfInfo() bool + func (o *EventNotification) SetAccType(v AccessType) + func (o *EventNotification) SetAdIpv4Addr(v string) + func (o *EventNotification) SetAdIpv6Prefix(v Ipv6Prefix) + func (o *EventNotification) SetAppId(v string) + func (o *EventNotification) SetBssId(v string) + func (o *EventNotification) SetCommFailure(v CommunicationFailure) + func (o *EventNotification) SetDddStatus(v DlDataDeliveryStatus) + func (o *EventNotification) SetDddTraDescriptor(v DddTrafficDescriptor) + func (o *EventNotification) SetDlDelays(v []int32) + func (o *EventNotification) SetDnaiChgType(v DnaiChangeType) + func (o *EventNotification) SetDnn(v string) + func (o *EventNotification) SetEndWlan(v time.Time) + func (o *EventNotification) SetEthFlowDescs(v []EthFlowDescription) + func (o *EventNotification) SetEthfDescs(v []EthFlowDescription) + func (o *EventNotification) SetEvent(v SmfEvent) + func (o *EventNotification) SetFDescs(v []string) + func (o *EventNotification) SetFlowDescs(v []string) + func (o *EventNotification) SetGpsi(v string) + func (o *EventNotification) SetIpv4Addr(v string) + func (o *EventNotification) SetIpv6Addrs(v []Ipv6Addr) + func (o *EventNotification) SetIpv6Prefixes(v []Ipv6Prefix) + func (o *EventNotification) SetMaxWaitTime(v time.Time) + func (o *EventNotification) SetPduSeId(v int32) + func (o *EventNotification) SetPduSessInfos(v []PduSessionInformation) + func (o *EventNotification) SetPduSessType(v PduSessionType) + func (o *EventNotification) SetPlmnId(v PlmnId) + func (o *EventNotification) SetQfi(v int32) + func (o *EventNotification) SetRatType(v RatType) + func (o *EventNotification) SetReIpv4Addr(v string) + func (o *EventNotification) SetReIpv6Prefix(v Ipv6Prefix) + func (o *EventNotification) SetRtDelays(v []int32) + func (o *EventNotification) SetSmNasFromSmf(v SmNasFromSmf) + func (o *EventNotification) SetSmNasFromUe(v SmNasFromUe) + func (o *EventNotification) SetSnssai(v Snssai) + func (o *EventNotification) SetSourceDnai(v string) + func (o *EventNotification) SetSourceTraRouting(v RouteToLocation) + func (o *EventNotification) SetSourceTraRoutingNil() + func (o *EventNotification) SetSourceUeIpv4Addr(v string) + func (o *EventNotification) SetSourceUeIpv6Prefix(v Ipv6Prefix) + func (o *EventNotification) SetSsId(v string) + func (o *EventNotification) SetStartWlan(v time.Time) + func (o *EventNotification) SetSupi(v string) + func (o *EventNotification) SetTargetDnai(v string) + func (o *EventNotification) SetTargetTraRouting(v RouteToLocation) + func (o *EventNotification) SetTargetTraRoutingNil() + func (o *EventNotification) SetTargetUeIpv4Addr(v string) + func (o *EventNotification) SetTargetUeIpv6Prefix(v Ipv6Prefix) + func (o *EventNotification) SetTimeStamp(v time.Time) + func (o *EventNotification) SetTimeWindow(v TimeWindow) + func (o *EventNotification) SetTransacInfos(v []TransactionInfo) + func (o *EventNotification) SetUeIpAddr(v IpAddr) + func (o *EventNotification) SetUeMac(v string) + func (o *EventNotification) SetUlDelays(v []int32) + func (o *EventNotification) SetUpRedTrans(v bool) + func (o *EventNotification) SetUpfInfo(v UpfInformation) + func (o *EventNotification) UnsetSourceTraRouting() + func (o *EventNotification) UnsetTargetTraRouting() + func (o EventNotification) MarshalJSON() ([]byte, error) + func (o EventNotification) ToMap() (map[string]interface{}, error) + type EventSubscription struct + AppIds []string + DddStati []DlDataDeliveryStatus + DddTraDescriptors []DddTrafficDescriptor + DnaiChgType *DnaiChangeType + Event SmfEvent + TargetPeriod *TimeWindow + TransacDispInd *bool + TransacMetrics []TransactionMetric + UeIpAddr *IpAddr + func NewEventSubscription(event SmfEvent) *EventSubscription + func NewEventSubscriptionWithDefaults() *EventSubscription + func (o *EventSubscription) GetAppIds() []string + func (o *EventSubscription) GetAppIdsOk() ([]string, bool) + func (o *EventSubscription) GetDddStati() []DlDataDeliveryStatus + func (o *EventSubscription) GetDddStatiOk() ([]DlDataDeliveryStatus, bool) + func (o *EventSubscription) GetDddTraDescriptors() []DddTrafficDescriptor + func (o *EventSubscription) GetDddTraDescriptorsOk() ([]DddTrafficDescriptor, bool) + func (o *EventSubscription) GetDnaiChgType() DnaiChangeType + func (o *EventSubscription) GetDnaiChgTypeOk() (*DnaiChangeType, bool) + func (o *EventSubscription) GetEvent() SmfEvent + func (o *EventSubscription) GetEventOk() (*SmfEvent, bool) + func (o *EventSubscription) GetTargetPeriod() TimeWindow + func (o *EventSubscription) GetTargetPeriodOk() (*TimeWindow, bool) + func (o *EventSubscription) GetTransacDispInd() bool + func (o *EventSubscription) GetTransacDispIndOk() (*bool, bool) + func (o *EventSubscription) GetTransacMetrics() []TransactionMetric + func (o *EventSubscription) GetTransacMetricsOk() ([]TransactionMetric, bool) + func (o *EventSubscription) GetUeIpAddr() IpAddr + func (o *EventSubscription) GetUeIpAddrOk() (*IpAddr, bool) + func (o *EventSubscription) HasAppIds() bool + func (o *EventSubscription) HasDddStati() bool + func (o *EventSubscription) HasDddTraDescriptors() bool + func (o *EventSubscription) HasDnaiChgType() bool + func (o *EventSubscription) HasTargetPeriod() bool + func (o *EventSubscription) HasTransacDispInd() bool + func (o *EventSubscription) HasTransacMetrics() bool + func (o *EventSubscription) HasUeIpAddr() bool + func (o *EventSubscription) SetAppIds(v []string) + func (o *EventSubscription) SetDddStati(v []DlDataDeliveryStatus) + func (o *EventSubscription) SetDddTraDescriptors(v []DddTrafficDescriptor) + func (o *EventSubscription) SetDnaiChgType(v DnaiChangeType) + func (o *EventSubscription) SetEvent(v SmfEvent) + func (o *EventSubscription) SetTargetPeriod(v TimeWindow) + func (o *EventSubscription) SetTransacDispInd(v bool) + func (o *EventSubscription) SetTransacMetrics(v []TransactionMetric) + func (o *EventSubscription) SetUeIpAddr(v IpAddr) + func (o EventSubscription) MarshalJSON() ([]byte, error) + func (o EventSubscription) ToMap() (map[string]interface{}, error) + type FlowDirection struct + FlowDirectionAnyOf *FlowDirectionAnyOf + String *string + func (dst *FlowDirection) UnmarshalJSON(data []byte) error + func (src *FlowDirection) MarshalJSON() ([]byte, error) + type FlowDirectionAnyOf string + const BIDIRECTIONAL + const DOWNLINK + const UNSPECIFIED + const UPLINK + func NewFlowDirectionAnyOfFromValue(v string) (*FlowDirectionAnyOf, error) + func (v *FlowDirectionAnyOf) UnmarshalJSON(src []byte) error + func (v FlowDirectionAnyOf) IsValid() bool + func (v FlowDirectionAnyOf) Ptr() *FlowDirectionAnyOf + type GenericOpenAPIError struct + func (e GenericOpenAPIError) Body() []byte + func (e GenericOpenAPIError) Error() string + func (e GenericOpenAPIError) Model() interface{} + type Guami struct + AmfId string + PlmnId PlmnIdNid + func NewGuami(plmnId PlmnIdNid, amfId string) *Guami + func NewGuamiWithDefaults() *Guami + func (o *Guami) GetAmfId() string + func (o *Guami) GetAmfIdOk() (*string, bool) + func (o *Guami) GetPlmnId() PlmnIdNid + func (o *Guami) GetPlmnIdOk() (*PlmnIdNid, bool) + func (o *Guami) SetAmfId(v string) + func (o *Guami) SetPlmnId(v PlmnIdNid) + func (o Guami) MarshalJSON() ([]byte, error) + func (o Guami) ToMap() (map[string]interface{}, error) + type IndividualSubscriptionDocumentApiService service + func (a *IndividualSubscriptionDocumentApiService) DeleteIndividualSubcription(ctx context.Context, subId string) ApiDeleteIndividualSubcriptionRequest + func (a *IndividualSubscriptionDocumentApiService) DeleteIndividualSubcriptionExecute(r ApiDeleteIndividualSubcriptionRequest) (*http.Response, error) + func (a *IndividualSubscriptionDocumentApiService) GetIndividualSubcription(ctx context.Context, subId string) ApiGetIndividualSubcriptionRequest + func (a *IndividualSubscriptionDocumentApiService) GetIndividualSubcriptionExecute(r ApiGetIndividualSubcriptionRequest) (*NsmfEventExposure, *http.Response, error) + func (a *IndividualSubscriptionDocumentApiService) ReplaceIndividualSubcription(ctx context.Context, subId string) ApiReplaceIndividualSubcriptionRequest + func (a *IndividualSubscriptionDocumentApiService) ReplaceIndividualSubcriptionExecute(r ApiReplaceIndividualSubcriptionRequest) (*NsmfEventExposure, *http.Response, error) + type InvalidParam struct + Param string + Reason *string + func NewInvalidParam(param string) *InvalidParam + func NewInvalidParamWithDefaults() *InvalidParam + func (o *InvalidParam) GetParam() string + func (o *InvalidParam) GetParamOk() (*string, bool) + func (o *InvalidParam) GetReason() string + func (o *InvalidParam) GetReasonOk() (*string, bool) + func (o *InvalidParam) HasReason() bool + func (o *InvalidParam) SetParam(v string) + func (o *InvalidParam) SetReason(v string) + func (o InvalidParam) MarshalJSON() ([]byte, error) + func (o InvalidParam) ToMap() (map[string]interface{}, error) + type IpAddr struct + Interface *interface{} + func InterfaceAsIpAddr(v *interface{}) IpAddr + func (dst *IpAddr) UnmarshalJSON(data []byte) error + func (obj *IpAddr) GetActualInstance() interface{} + func (src IpAddr) MarshalJSON() ([]byte, error) + type Ipv6Addr struct + func NewIpv6Addr() *Ipv6Addr + func NewIpv6AddrWithDefaults() *Ipv6Addr + func (o Ipv6Addr) MarshalJSON() ([]byte, error) + func (o Ipv6Addr) ToMap() (map[string]interface{}, error) + type Ipv6Prefix struct + func NewIpv6Prefix() *Ipv6Prefix + func NewIpv6PrefixWithDefaults() *Ipv6Prefix + func (o Ipv6Prefix) MarshalJSON() ([]byte, error) + func (o Ipv6Prefix) ToMap() (map[string]interface{}, error) + type MappedNullable interface + ToMap func() (map[string]interface{}, error) + type NFType struct + NFTypeAnyOf *NFTypeAnyOf + String *string + func (dst *NFType) UnmarshalJSON(data []byte) error + func (src *NFType) MarshalJSON() ([]byte, error) + type NFTypeAnyOf string + const AANF + const ADRF + const AF + const AMF + const AUSF + const BSF + const CBCF + const CEF + const CHF + const DCCF + const DRA + const EASDF + const GBA_BSF + const GMLC + const HSS + const ICSCF + const IMS_AS + const LMF + const MBSF + const MBSTF + const MB_SMF + const MB_UPF + const MFAF + const MME + const MNPF + const N3_IWF + const NEF + const NRF + const NSACF + const NSSAAF + const NSSF + const NSWOF + const NWDAF + const PANF + const PCF + const PCSCF + const PKMF + const SCEF + const SCP + const SCSAS + const SCSCF + const SEPP + const SMF + const SMSF + const SMS_GMSC + const SMS_IWMSC + const SOR_AF + const SPAF + const TSCTSF + const UCMF + const UDM + const UDR + const UDSF + const UPF + func NewNFTypeAnyOfFromValue(v string) (*NFTypeAnyOf, error) + func (v *NFTypeAnyOf) UnmarshalJSON(src []byte) error + func (v NFTypeAnyOf) IsValid() bool + func (v NFTypeAnyOf) Ptr() *NFTypeAnyOf + type 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 NotificationFlag struct + NotificationFlagAnyOf *NotificationFlagAnyOf + String *string + func (dst *NotificationFlag) UnmarshalJSON(data []byte) error + func (src *NotificationFlag) MarshalJSON() ([]byte, error) + type NotificationFlagAnyOf string + const ACTIVATE + const DEACTIVATE + const RETRIEVAL + func NewNotificationFlagAnyOfFromValue(v string) (*NotificationFlagAnyOf, error) + func (v *NotificationFlagAnyOf) UnmarshalJSON(src []byte) error + func (v NotificationFlagAnyOf) IsValid() bool + func (v NotificationFlagAnyOf) Ptr() *NotificationFlagAnyOf + type NotificationMethod struct + NotificationMethodAnyOf *NotificationMethodAnyOf + String *string + func (dst *NotificationMethod) UnmarshalJSON(data []byte) error + func (src *NotificationMethod) MarshalJSON() ([]byte, error) + type NotificationMethodAnyOf string + const ONE_TIME + const ON_EVENT_DETECTION + const PERIODIC + func NewNotificationMethodAnyOfFromValue(v string) (*NotificationMethodAnyOf, error) + func (v *NotificationMethodAnyOf) UnmarshalJSON(src []byte) error + func (v NotificationMethodAnyOf) IsValid() bool + func (v NotificationMethodAnyOf) Ptr() *NotificationMethodAnyOf + type NsmfEventExposure struct + AltNotifFqdns []string + AltNotifIpv4Addrs []string + AltNotifIpv6Addrs []Ipv6Addr + AnyUeInd *bool + Dnn *string + EventNotifs []EventNotification + EventSubs []EventSubscription + Expiry *time.Time + Gpsi *string + GroupId *string + GrpRepTime *int32 + Guami *Guami + ImmeRep *bool + MaxReportNbr *int32 + NotifFlag *NotificationFlag + NotifId string + NotifMethod *NotificationMethod + NotifUri string + PartitionCriteria []PartitioningCriteria + PduSeId *int32 + RepPeriod *int32 + SampRatio *int32 + ServiveName *ServiceName + Snssai *Snssai + SubId *string + Supi *string + SupportedFeatures *string + func NewNsmfEventExposure(notifId string, notifUri string, eventSubs []EventSubscription) *NsmfEventExposure + func NewNsmfEventExposureWithDefaults() *NsmfEventExposure + func (o *NsmfEventExposure) GetAltNotifFqdns() []string + func (o *NsmfEventExposure) GetAltNotifFqdnsOk() ([]string, bool) + func (o *NsmfEventExposure) GetAltNotifIpv4Addrs() []string + func (o *NsmfEventExposure) GetAltNotifIpv4AddrsOk() ([]string, bool) + func (o *NsmfEventExposure) GetAltNotifIpv6Addrs() []Ipv6Addr + func (o *NsmfEventExposure) GetAltNotifIpv6AddrsOk() ([]Ipv6Addr, bool) + func (o *NsmfEventExposure) GetAnyUeInd() bool + func (o *NsmfEventExposure) GetAnyUeIndOk() (*bool, bool) + func (o *NsmfEventExposure) GetDnn() string + func (o *NsmfEventExposure) GetDnnOk() (*string, bool) + func (o *NsmfEventExposure) GetEventNotifs() []EventNotification + func (o *NsmfEventExposure) GetEventNotifsOk() ([]EventNotification, bool) + func (o *NsmfEventExposure) GetEventSubs() []EventSubscription + func (o *NsmfEventExposure) GetEventSubsOk() ([]EventSubscription, bool) + func (o *NsmfEventExposure) GetExpiry() time.Time + func (o *NsmfEventExposure) GetExpiryOk() (*time.Time, bool) + func (o *NsmfEventExposure) GetGpsi() string + func (o *NsmfEventExposure) GetGpsiOk() (*string, bool) + func (o *NsmfEventExposure) GetGroupId() string + func (o *NsmfEventExposure) GetGroupIdOk() (*string, bool) + func (o *NsmfEventExposure) GetGrpRepTime() int32 + func (o *NsmfEventExposure) GetGrpRepTimeOk() (*int32, bool) + func (o *NsmfEventExposure) GetGuami() Guami + func (o *NsmfEventExposure) GetGuamiOk() (*Guami, bool) + func (o *NsmfEventExposure) GetImmeRep() bool + func (o *NsmfEventExposure) GetImmeRepOk() (*bool, bool) + func (o *NsmfEventExposure) GetMaxReportNbr() int32 + func (o *NsmfEventExposure) GetMaxReportNbrOk() (*int32, bool) + func (o *NsmfEventExposure) GetNotifFlag() NotificationFlag + func (o *NsmfEventExposure) GetNotifFlagOk() (*NotificationFlag, bool) + func (o *NsmfEventExposure) GetNotifId() string + func (o *NsmfEventExposure) GetNotifIdOk() (*string, bool) + func (o *NsmfEventExposure) GetNotifMethod() NotificationMethod + func (o *NsmfEventExposure) GetNotifMethodOk() (*NotificationMethod, bool) + func (o *NsmfEventExposure) GetNotifUri() string + func (o *NsmfEventExposure) GetNotifUriOk() (*string, bool) + func (o *NsmfEventExposure) GetPartitionCriteria() []PartitioningCriteria + func (o *NsmfEventExposure) GetPartitionCriteriaOk() ([]PartitioningCriteria, bool) + func (o *NsmfEventExposure) GetPduSeId() int32 + func (o *NsmfEventExposure) GetPduSeIdOk() (*int32, bool) + func (o *NsmfEventExposure) GetRepPeriod() int32 + func (o *NsmfEventExposure) GetRepPeriodOk() (*int32, bool) + func (o *NsmfEventExposure) GetSampRatio() int32 + func (o *NsmfEventExposure) GetSampRatioOk() (*int32, bool) + func (o *NsmfEventExposure) GetServiveName() ServiceName + func (o *NsmfEventExposure) GetServiveNameOk() (*ServiceName, bool) + func (o *NsmfEventExposure) GetSnssai() Snssai + func (o *NsmfEventExposure) GetSnssaiOk() (*Snssai, bool) + func (o *NsmfEventExposure) GetSubId() string + func (o *NsmfEventExposure) GetSubIdOk() (*string, bool) + func (o *NsmfEventExposure) GetSupi() string + func (o *NsmfEventExposure) GetSupiOk() (*string, bool) + func (o *NsmfEventExposure) GetSupportedFeatures() string + func (o *NsmfEventExposure) GetSupportedFeaturesOk() (*string, bool) + func (o *NsmfEventExposure) HasAltNotifFqdns() bool + func (o *NsmfEventExposure) HasAltNotifIpv4Addrs() bool + func (o *NsmfEventExposure) HasAltNotifIpv6Addrs() bool + func (o *NsmfEventExposure) HasAnyUeInd() bool + func (o *NsmfEventExposure) HasDnn() bool + func (o *NsmfEventExposure) HasEventNotifs() bool + func (o *NsmfEventExposure) HasExpiry() bool + func (o *NsmfEventExposure) HasGpsi() bool + func (o *NsmfEventExposure) HasGroupId() bool + func (o *NsmfEventExposure) HasGrpRepTime() bool + func (o *NsmfEventExposure) HasGuami() bool + func (o *NsmfEventExposure) HasImmeRep() bool + func (o *NsmfEventExposure) HasMaxReportNbr() bool + func (o *NsmfEventExposure) HasNotifFlag() bool + func (o *NsmfEventExposure) HasNotifMethod() bool + func (o *NsmfEventExposure) HasPartitionCriteria() bool + func (o *NsmfEventExposure) HasPduSeId() bool + func (o *NsmfEventExposure) HasRepPeriod() bool + func (o *NsmfEventExposure) HasSampRatio() bool + func (o *NsmfEventExposure) HasServiveName() bool + func (o *NsmfEventExposure) HasSnssai() bool + func (o *NsmfEventExposure) HasSubId() bool + func (o *NsmfEventExposure) HasSupi() bool + func (o *NsmfEventExposure) HasSupportedFeatures() bool + func (o *NsmfEventExposure) SetAltNotifFqdns(v []string) + func (o *NsmfEventExposure) SetAltNotifIpv4Addrs(v []string) + func (o *NsmfEventExposure) SetAltNotifIpv6Addrs(v []Ipv6Addr) + func (o *NsmfEventExposure) SetAnyUeInd(v bool) + func (o *NsmfEventExposure) SetDnn(v string) + func (o *NsmfEventExposure) SetEventNotifs(v []EventNotification) + func (o *NsmfEventExposure) SetEventSubs(v []EventSubscription) + func (o *NsmfEventExposure) SetExpiry(v time.Time) + func (o *NsmfEventExposure) SetGpsi(v string) + func (o *NsmfEventExposure) SetGroupId(v string) + func (o *NsmfEventExposure) SetGrpRepTime(v int32) + func (o *NsmfEventExposure) SetGuami(v Guami) + func (o *NsmfEventExposure) SetImmeRep(v bool) + func (o *NsmfEventExposure) SetMaxReportNbr(v int32) + func (o *NsmfEventExposure) SetNotifFlag(v NotificationFlag) + func (o *NsmfEventExposure) SetNotifId(v string) + func (o *NsmfEventExposure) SetNotifMethod(v NotificationMethod) + func (o *NsmfEventExposure) SetNotifUri(v string) + func (o *NsmfEventExposure) SetPartitionCriteria(v []PartitioningCriteria) + func (o *NsmfEventExposure) SetPduSeId(v int32) + func (o *NsmfEventExposure) SetRepPeriod(v int32) + func (o *NsmfEventExposure) SetSampRatio(v int32) + func (o *NsmfEventExposure) SetServiveName(v ServiceName) + func (o *NsmfEventExposure) SetSnssai(v Snssai) + func (o *NsmfEventExposure) SetSubId(v string) + func (o *NsmfEventExposure) SetSupi(v string) + func (o *NsmfEventExposure) SetSupportedFeatures(v string) + func (o NsmfEventExposure) MarshalJSON() ([]byte, error) + func (o NsmfEventExposure) ToMap() (map[string]interface{}, error) + type NsmfEventExposureNotification struct + AckUri *string + EventNotifs []EventNotification + NotifId string + func NewNsmfEventExposureNotification(notifId string, eventNotifs []EventNotification) *NsmfEventExposureNotification + func NewNsmfEventExposureNotificationWithDefaults() *NsmfEventExposureNotification + func (o *NsmfEventExposureNotification) GetAckUri() string + func (o *NsmfEventExposureNotification) GetAckUriOk() (*string, bool) + func (o *NsmfEventExposureNotification) GetEventNotifs() []EventNotification + func (o *NsmfEventExposureNotification) GetEventNotifsOk() ([]EventNotification, bool) + func (o *NsmfEventExposureNotification) GetNotifId() string + func (o *NsmfEventExposureNotification) GetNotifIdOk() (*string, bool) + func (o *NsmfEventExposureNotification) HasAckUri() bool + func (o *NsmfEventExposureNotification) SetAckUri(v string) + func (o *NsmfEventExposureNotification) SetEventNotifs(v []EventNotification) + func (o *NsmfEventExposureNotification) SetNotifId(v string) + func (o NsmfEventExposureNotification) MarshalJSON() ([]byte, error) + func (o NsmfEventExposureNotification) ToMap() (map[string]interface{}, error) + type NullableAccessTokenErr struct + func NewNullableAccessTokenErr(val *AccessTokenErr) *NullableAccessTokenErr + func (v *NullableAccessTokenErr) Set(val *AccessTokenErr) + func (v *NullableAccessTokenErr) UnmarshalJSON(src []byte) error + func (v *NullableAccessTokenErr) Unset() + func (v NullableAccessTokenErr) Get() *AccessTokenErr + func (v NullableAccessTokenErr) IsSet() bool + func (v NullableAccessTokenErr) MarshalJSON() ([]byte, error) + type NullableAccessTokenReq struct + func NewNullableAccessTokenReq(val *AccessTokenReq) *NullableAccessTokenReq + func (v *NullableAccessTokenReq) Set(val *AccessTokenReq) + func (v *NullableAccessTokenReq) UnmarshalJSON(src []byte) error + func (v *NullableAccessTokenReq) Unset() + func (v NullableAccessTokenReq) Get() *AccessTokenReq + func (v NullableAccessTokenReq) IsSet() bool + func (v NullableAccessTokenReq) MarshalJSON() ([]byte, error) + type 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 NullableAckOfNotify struct + func NewNullableAckOfNotify(val *AckOfNotify) *NullableAckOfNotify + func (v *NullableAckOfNotify) Set(val *AckOfNotify) + func (v *NullableAckOfNotify) UnmarshalJSON(src []byte) error + func (v *NullableAckOfNotify) Unset() + func (v NullableAckOfNotify) Get() *AckOfNotify + func (v NullableAckOfNotify) IsSet() bool + func (v NullableAckOfNotify) MarshalJSON() ([]byte, error) + type NullableAddrFqdn struct + func NewNullableAddrFqdn(val *AddrFqdn) *NullableAddrFqdn + func (v *NullableAddrFqdn) Set(val *AddrFqdn) + func (v *NullableAddrFqdn) UnmarshalJSON(src []byte) error + func (v *NullableAddrFqdn) Unset() + func (v NullableAddrFqdn) Get() *AddrFqdn + func (v NullableAddrFqdn) IsSet() bool + func (v NullableAddrFqdn) MarshalJSON() ([]byte, error) + type NullableAfResultInfo struct + func NewNullableAfResultInfo(val *AfResultInfo) *NullableAfResultInfo + func (v *NullableAfResultInfo) Set(val *AfResultInfo) + func (v *NullableAfResultInfo) UnmarshalJSON(src []byte) error + func (v *NullableAfResultInfo) Unset() + func (v NullableAfResultInfo) Get() *AfResultInfo + func (v NullableAfResultInfo) IsSet() bool + func (v NullableAfResultInfo) MarshalJSON() ([]byte, error) + type NullableAfResultStatus struct + func NewNullableAfResultStatus(val *AfResultStatus) *NullableAfResultStatus + func (v *NullableAfResultStatus) Set(val *AfResultStatus) + func (v *NullableAfResultStatus) UnmarshalJSON(src []byte) error + func (v *NullableAfResultStatus) Unset() + func (v NullableAfResultStatus) Get() *AfResultStatus + func (v NullableAfResultStatus) IsSet() bool + func (v NullableAfResultStatus) MarshalJSON() ([]byte, error) + type NullableAfResultStatusAnyOf struct + func NewNullableAfResultStatusAnyOf(val *AfResultStatusAnyOf) *NullableAfResultStatusAnyOf + func (v *NullableAfResultStatusAnyOf) Set(val *AfResultStatusAnyOf) + func (v *NullableAfResultStatusAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableAfResultStatusAnyOf) Unset() + func (v NullableAfResultStatusAnyOf) Get() *AfResultStatusAnyOf + func (v NullableAfResultStatusAnyOf) IsSet() bool + func (v NullableAfResultStatusAnyOf) MarshalJSON() ([]byte, error) + type NullableAppliedSmccType struct + func NewNullableAppliedSmccType(val *AppliedSmccType) *NullableAppliedSmccType + func (v *NullableAppliedSmccType) Set(val *AppliedSmccType) + func (v *NullableAppliedSmccType) UnmarshalJSON(src []byte) error + func (v *NullableAppliedSmccType) Unset() + func (v NullableAppliedSmccType) Get() *AppliedSmccType + func (v NullableAppliedSmccType) IsSet() bool + func (v NullableAppliedSmccType) MarshalJSON() ([]byte, error) + type NullableAppliedSmccTypeAnyOf struct + func NewNullableAppliedSmccTypeAnyOf(val *AppliedSmccTypeAnyOf) *NullableAppliedSmccTypeAnyOf + func (v *NullableAppliedSmccTypeAnyOf) Set(val *AppliedSmccTypeAnyOf) + func (v *NullableAppliedSmccTypeAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableAppliedSmccTypeAnyOf) Unset() + func (v NullableAppliedSmccTypeAnyOf) Get() *AppliedSmccTypeAnyOf + func (v NullableAppliedSmccTypeAnyOf) IsSet() bool + func (v NullableAppliedSmccTypeAnyOf) 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 NullableCommunicationFailure struct + func NewNullableCommunicationFailure(val *CommunicationFailure) *NullableCommunicationFailure + func (v *NullableCommunicationFailure) Set(val *CommunicationFailure) + func (v *NullableCommunicationFailure) UnmarshalJSON(src []byte) error + func (v *NullableCommunicationFailure) Unset() + func (v NullableCommunicationFailure) Get() *CommunicationFailure + func (v NullableCommunicationFailure) IsSet() bool + func (v NullableCommunicationFailure) MarshalJSON() ([]byte, error) + type NullableDddTrafficDescriptor struct + func NewNullableDddTrafficDescriptor(val *DddTrafficDescriptor) *NullableDddTrafficDescriptor + func (v *NullableDddTrafficDescriptor) Set(val *DddTrafficDescriptor) + func (v *NullableDddTrafficDescriptor) UnmarshalJSON(src []byte) error + func (v *NullableDddTrafficDescriptor) Unset() + func (v NullableDddTrafficDescriptor) Get() *DddTrafficDescriptor + func (v NullableDddTrafficDescriptor) IsSet() bool + func (v NullableDddTrafficDescriptor) MarshalJSON() ([]byte, error) + type NullableDlDataDeliveryStatus struct + func NewNullableDlDataDeliveryStatus(val *DlDataDeliveryStatus) *NullableDlDataDeliveryStatus + func (v *NullableDlDataDeliveryStatus) Set(val *DlDataDeliveryStatus) + func (v *NullableDlDataDeliveryStatus) UnmarshalJSON(src []byte) error + func (v *NullableDlDataDeliveryStatus) Unset() + func (v NullableDlDataDeliveryStatus) Get() *DlDataDeliveryStatus + func (v NullableDlDataDeliveryStatus) IsSet() bool + func (v NullableDlDataDeliveryStatus) MarshalJSON() ([]byte, error) + type NullableDlDataDeliveryStatusAnyOf struct + func NewNullableDlDataDeliveryStatusAnyOf(val *DlDataDeliveryStatusAnyOf) *NullableDlDataDeliveryStatusAnyOf + func (v *NullableDlDataDeliveryStatusAnyOf) Set(val *DlDataDeliveryStatusAnyOf) + func (v *NullableDlDataDeliveryStatusAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableDlDataDeliveryStatusAnyOf) Unset() + func (v NullableDlDataDeliveryStatusAnyOf) Get() *DlDataDeliveryStatusAnyOf + func (v NullableDlDataDeliveryStatusAnyOf) IsSet() bool + func (v NullableDlDataDeliveryStatusAnyOf) MarshalJSON() ([]byte, error) + type NullableDnaiChangeType struct + func NewNullableDnaiChangeType(val *DnaiChangeType) *NullableDnaiChangeType + func (v *NullableDnaiChangeType) Set(val *DnaiChangeType) + func (v *NullableDnaiChangeType) UnmarshalJSON(src []byte) error + func (v *NullableDnaiChangeType) Unset() + func (v NullableDnaiChangeType) Get() *DnaiChangeType + func (v NullableDnaiChangeType) IsSet() bool + func (v NullableDnaiChangeType) MarshalJSON() ([]byte, error) + type NullableDnaiChangeTypeAnyOf struct + func NewNullableDnaiChangeTypeAnyOf(val *DnaiChangeTypeAnyOf) *NullableDnaiChangeTypeAnyOf + func (v *NullableDnaiChangeTypeAnyOf) Set(val *DnaiChangeTypeAnyOf) + func (v *NullableDnaiChangeTypeAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableDnaiChangeTypeAnyOf) Unset() + func (v NullableDnaiChangeTypeAnyOf) Get() *DnaiChangeTypeAnyOf + func (v NullableDnaiChangeTypeAnyOf) IsSet() bool + func (v NullableDnaiChangeTypeAnyOf) MarshalJSON() ([]byte, error) + type NullableEasIpReplacementInfo struct + func NewNullableEasIpReplacementInfo(val *EasIpReplacementInfo) *NullableEasIpReplacementInfo + func (v *NullableEasIpReplacementInfo) Set(val *EasIpReplacementInfo) + func (v *NullableEasIpReplacementInfo) UnmarshalJSON(src []byte) error + func (v *NullableEasIpReplacementInfo) Unset() + func (v NullableEasIpReplacementInfo) Get() *EasIpReplacementInfo + func (v NullableEasIpReplacementInfo) IsSet() bool + func (v NullableEasIpReplacementInfo) MarshalJSON() ([]byte, error) + type NullableEasServerAddress struct + func NewNullableEasServerAddress(val *EasServerAddress) *NullableEasServerAddress + func (v *NullableEasServerAddress) Set(val *EasServerAddress) + func (v *NullableEasServerAddress) UnmarshalJSON(src []byte) error + func (v *NullableEasServerAddress) Unset() + func (v NullableEasServerAddress) Get() *EasServerAddress + func (v NullableEasServerAddress) IsSet() bool + func (v NullableEasServerAddress) MarshalJSON() ([]byte, error) + type NullableEthFlowDescription struct + func NewNullableEthFlowDescription(val *EthFlowDescription) *NullableEthFlowDescription + func (v *NullableEthFlowDescription) Set(val *EthFlowDescription) + func (v *NullableEthFlowDescription) UnmarshalJSON(src []byte) error + func (v *NullableEthFlowDescription) Unset() + func (v NullableEthFlowDescription) Get() *EthFlowDescription + func (v NullableEthFlowDescription) IsSet() bool + func (v NullableEthFlowDescription) MarshalJSON() ([]byte, error) + type NullableEventNotification struct + func NewNullableEventNotification(val *EventNotification) *NullableEventNotification + func (v *NullableEventNotification) Set(val *EventNotification) + func (v *NullableEventNotification) UnmarshalJSON(src []byte) error + func (v *NullableEventNotification) Unset() + func (v NullableEventNotification) Get() *EventNotification + func (v NullableEventNotification) IsSet() bool + func (v NullableEventNotification) MarshalJSON() ([]byte, error) + type NullableEventSubscription struct + func NewNullableEventSubscription(val *EventSubscription) *NullableEventSubscription + func (v *NullableEventSubscription) Set(val *EventSubscription) + func (v *NullableEventSubscription) UnmarshalJSON(src []byte) error + func (v *NullableEventSubscription) Unset() + func (v NullableEventSubscription) Get() *EventSubscription + func (v NullableEventSubscription) IsSet() bool + func (v NullableEventSubscription) 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 NullableFlowDirection struct + func NewNullableFlowDirection(val *FlowDirection) *NullableFlowDirection + func (v *NullableFlowDirection) Set(val *FlowDirection) + func (v *NullableFlowDirection) UnmarshalJSON(src []byte) error + func (v *NullableFlowDirection) Unset() + func (v NullableFlowDirection) Get() *FlowDirection + func (v NullableFlowDirection) IsSet() bool + func (v NullableFlowDirection) MarshalJSON() ([]byte, error) + type NullableFlowDirectionAnyOf struct + func NewNullableFlowDirectionAnyOf(val *FlowDirectionAnyOf) *NullableFlowDirectionAnyOf + func (v *NullableFlowDirectionAnyOf) Set(val *FlowDirectionAnyOf) + func (v *NullableFlowDirectionAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableFlowDirectionAnyOf) Unset() + func (v NullableFlowDirectionAnyOf) Get() *FlowDirectionAnyOf + func (v NullableFlowDirectionAnyOf) IsSet() bool + func (v NullableFlowDirectionAnyOf) MarshalJSON() ([]byte, error) + type NullableGuami struct + func NewNullableGuami(val *Guami) *NullableGuami + func (v *NullableGuami) Set(val *Guami) + func (v *NullableGuami) UnmarshalJSON(src []byte) error + func (v *NullableGuami) Unset() + func (v NullableGuami) Get() *Guami + func (v NullableGuami) IsSet() bool + func (v NullableGuami) MarshalJSON() ([]byte, error) + type NullableInt struct + func NewNullableInt(val *int) *NullableInt + func (v *NullableInt) Set(val *int) + func (v *NullableInt) UnmarshalJSON(src []byte) error + func (v *NullableInt) Unset() + func (v NullableInt) Get() *int + func (v NullableInt) IsSet() bool + func (v NullableInt) MarshalJSON() ([]byte, error) + type NullableInt32 struct + func NewNullableInt32(val *int32) *NullableInt32 + func (v *NullableInt32) Set(val *int32) + func (v *NullableInt32) UnmarshalJSON(src []byte) error + func (v *NullableInt32) Unset() + func (v NullableInt32) Get() *int32 + func (v NullableInt32) IsSet() bool + func (v NullableInt32) MarshalJSON() ([]byte, error) + type NullableInt64 struct + func NewNullableInt64(val *int64) *NullableInt64 + func (v *NullableInt64) Set(val *int64) + func (v *NullableInt64) UnmarshalJSON(src []byte) error + func (v *NullableInt64) Unset() + func (v NullableInt64) Get() *int64 + func (v NullableInt64) IsSet() bool + func (v NullableInt64) MarshalJSON() ([]byte, error) + type NullableInvalidParam struct + func NewNullableInvalidParam(val *InvalidParam) *NullableInvalidParam + func (v *NullableInvalidParam) Set(val *InvalidParam) + func (v *NullableInvalidParam) UnmarshalJSON(src []byte) error + func (v *NullableInvalidParam) Unset() + func (v NullableInvalidParam) Get() *InvalidParam + func (v NullableInvalidParam) IsSet() bool + func (v NullableInvalidParam) MarshalJSON() ([]byte, error) + type NullableIpAddr struct + func NewNullableIpAddr(val *IpAddr) *NullableIpAddr + func (v *NullableIpAddr) Set(val *IpAddr) + func (v *NullableIpAddr) UnmarshalJSON(src []byte) error + func (v *NullableIpAddr) Unset() + func (v NullableIpAddr) Get() *IpAddr + func (v NullableIpAddr) IsSet() bool + func (v NullableIpAddr) MarshalJSON() ([]byte, error) + type NullableIpv6Addr struct + func NewNullableIpv6Addr(val *Ipv6Addr) *NullableIpv6Addr + func (v *NullableIpv6Addr) Set(val *Ipv6Addr) + func (v *NullableIpv6Addr) UnmarshalJSON(src []byte) error + func (v *NullableIpv6Addr) Unset() + func (v NullableIpv6Addr) Get() *Ipv6Addr + func (v NullableIpv6Addr) IsSet() bool + func (v NullableIpv6Addr) MarshalJSON() ([]byte, error) + type NullableIpv6Prefix struct + func NewNullableIpv6Prefix(val *Ipv6Prefix) *NullableIpv6Prefix + func (v *NullableIpv6Prefix) Set(val *Ipv6Prefix) + func (v *NullableIpv6Prefix) UnmarshalJSON(src []byte) error + func (v *NullableIpv6Prefix) Unset() + func (v NullableIpv6Prefix) Get() *Ipv6Prefix + func (v NullableIpv6Prefix) IsSet() bool + func (v NullableIpv6Prefix) MarshalJSON() ([]byte, error) + type NullableNFType struct + func NewNullableNFType(val *NFType) *NullableNFType + func (v *NullableNFType) Set(val *NFType) + func (v *NullableNFType) UnmarshalJSON(src []byte) error + func (v *NullableNFType) Unset() + func (v NullableNFType) Get() *NFType + func (v NullableNFType) IsSet() bool + func (v NullableNFType) MarshalJSON() ([]byte, error) + type NullableNFTypeAnyOf struct + func NewNullableNFTypeAnyOf(val *NFTypeAnyOf) *NullableNFTypeAnyOf + func (v *NullableNFTypeAnyOf) Set(val *NFTypeAnyOf) + func (v *NullableNFTypeAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableNFTypeAnyOf) Unset() + func (v NullableNFTypeAnyOf) Get() *NFTypeAnyOf + func (v NullableNFTypeAnyOf) IsSet() bool + func (v NullableNFTypeAnyOf) MarshalJSON() ([]byte, error) + type 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 NullableNotificationFlag struct + func NewNullableNotificationFlag(val *NotificationFlag) *NullableNotificationFlag + func (v *NullableNotificationFlag) Set(val *NotificationFlag) + func (v *NullableNotificationFlag) UnmarshalJSON(src []byte) error + func (v *NullableNotificationFlag) Unset() + func (v NullableNotificationFlag) Get() *NotificationFlag + func (v NullableNotificationFlag) IsSet() bool + func (v NullableNotificationFlag) MarshalJSON() ([]byte, error) + type NullableNotificationFlagAnyOf struct + func NewNullableNotificationFlagAnyOf(val *NotificationFlagAnyOf) *NullableNotificationFlagAnyOf + func (v *NullableNotificationFlagAnyOf) Set(val *NotificationFlagAnyOf) + func (v *NullableNotificationFlagAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableNotificationFlagAnyOf) Unset() + func (v NullableNotificationFlagAnyOf) Get() *NotificationFlagAnyOf + func (v NullableNotificationFlagAnyOf) IsSet() bool + func (v NullableNotificationFlagAnyOf) MarshalJSON() ([]byte, error) + type NullableNotificationMethod struct + func NewNullableNotificationMethod(val *NotificationMethod) *NullableNotificationMethod + func (v *NullableNotificationMethod) Set(val *NotificationMethod) + func (v *NullableNotificationMethod) UnmarshalJSON(src []byte) error + func (v *NullableNotificationMethod) Unset() + func (v NullableNotificationMethod) Get() *NotificationMethod + func (v NullableNotificationMethod) IsSet() bool + func (v NullableNotificationMethod) MarshalJSON() ([]byte, error) + type NullableNotificationMethodAnyOf struct + func NewNullableNotificationMethodAnyOf(val *NotificationMethodAnyOf) *NullableNotificationMethodAnyOf + func (v *NullableNotificationMethodAnyOf) Set(val *NotificationMethodAnyOf) + func (v *NullableNotificationMethodAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableNotificationMethodAnyOf) Unset() + func (v NullableNotificationMethodAnyOf) Get() *NotificationMethodAnyOf + func (v NullableNotificationMethodAnyOf) IsSet() bool + func (v NullableNotificationMethodAnyOf) MarshalJSON() ([]byte, error) + type NullableNsmfEventExposure struct + func NewNullableNsmfEventExposure(val *NsmfEventExposure) *NullableNsmfEventExposure + func (v *NullableNsmfEventExposure) Set(val *NsmfEventExposure) + func (v *NullableNsmfEventExposure) UnmarshalJSON(src []byte) error + func (v *NullableNsmfEventExposure) Unset() + func (v NullableNsmfEventExposure) Get() *NsmfEventExposure + func (v NullableNsmfEventExposure) IsSet() bool + func (v NullableNsmfEventExposure) MarshalJSON() ([]byte, error) + type NullableNsmfEventExposureNotification struct + func NewNullableNsmfEventExposureNotification(val *NsmfEventExposureNotification) *NullableNsmfEventExposureNotification + func (v *NullableNsmfEventExposureNotification) Set(val *NsmfEventExposureNotification) + func (v *NullableNsmfEventExposureNotification) UnmarshalJSON(src []byte) error + func (v *NullableNsmfEventExposureNotification) Unset() + func (v NullableNsmfEventExposureNotification) Get() *NsmfEventExposureNotification + func (v NullableNsmfEventExposureNotification) IsSet() bool + func (v NullableNsmfEventExposureNotification) MarshalJSON() ([]byte, error) + type NullablePartitioningCriteria struct + func NewNullablePartitioningCriteria(val *PartitioningCriteria) *NullablePartitioningCriteria + func (v *NullablePartitioningCriteria) Set(val *PartitioningCriteria) + func (v *NullablePartitioningCriteria) UnmarshalJSON(src []byte) error + func (v *NullablePartitioningCriteria) Unset() + func (v NullablePartitioningCriteria) Get() *PartitioningCriteria + func (v NullablePartitioningCriteria) IsSet() bool + func (v NullablePartitioningCriteria) MarshalJSON() ([]byte, error) + type NullablePartitioningCriteriaAnyOf struct + func NewNullablePartitioningCriteriaAnyOf(val *PartitioningCriteriaAnyOf) *NullablePartitioningCriteriaAnyOf + func (v *NullablePartitioningCriteriaAnyOf) Set(val *PartitioningCriteriaAnyOf) + func (v *NullablePartitioningCriteriaAnyOf) UnmarshalJSON(src []byte) error + func (v *NullablePartitioningCriteriaAnyOf) Unset() + func (v NullablePartitioningCriteriaAnyOf) Get() *PartitioningCriteriaAnyOf + func (v NullablePartitioningCriteriaAnyOf) IsSet() bool + func (v NullablePartitioningCriteriaAnyOf) MarshalJSON() ([]byte, error) + type NullablePduSessionInfo struct + func NewNullablePduSessionInfo(val *PduSessionInfo) *NullablePduSessionInfo + func (v *NullablePduSessionInfo) Set(val *PduSessionInfo) + func (v *NullablePduSessionInfo) UnmarshalJSON(src []byte) error + func (v *NullablePduSessionInfo) Unset() + func (v NullablePduSessionInfo) Get() *PduSessionInfo + func (v NullablePduSessionInfo) IsSet() bool + func (v NullablePduSessionInfo) 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 NullablePduSessionStatus struct + func NewNullablePduSessionStatus(val *PduSessionStatus) *NullablePduSessionStatus + func (v *NullablePduSessionStatus) Set(val *PduSessionStatus) + func (v *NullablePduSessionStatus) UnmarshalJSON(src []byte) error + func (v *NullablePduSessionStatus) Unset() + func (v NullablePduSessionStatus) Get() *PduSessionStatus + func (v NullablePduSessionStatus) IsSet() bool + func (v NullablePduSessionStatus) MarshalJSON() ([]byte, error) + type NullablePduSessionStatusAnyOf struct + func NewNullablePduSessionStatusAnyOf(val *PduSessionStatusAnyOf) *NullablePduSessionStatusAnyOf + func (v *NullablePduSessionStatusAnyOf) Set(val *PduSessionStatusAnyOf) + func (v *NullablePduSessionStatusAnyOf) UnmarshalJSON(src []byte) error + func (v *NullablePduSessionStatusAnyOf) Unset() + func (v NullablePduSessionStatusAnyOf) Get() *PduSessionStatusAnyOf + func (v NullablePduSessionStatusAnyOf) IsSet() bool + func (v NullablePduSessionStatusAnyOf) MarshalJSON() ([]byte, error) + type NullablePduSessionType struct + func NewNullablePduSessionType(val *PduSessionType) *NullablePduSessionType + func (v *NullablePduSessionType) Set(val *PduSessionType) + func (v *NullablePduSessionType) UnmarshalJSON(src []byte) error + func (v *NullablePduSessionType) Unset() + func (v NullablePduSessionType) Get() *PduSessionType + func (v NullablePduSessionType) IsSet() bool + func (v NullablePduSessionType) MarshalJSON() ([]byte, error) + type NullablePduSessionTypeAnyOf struct + func NewNullablePduSessionTypeAnyOf(val *PduSessionTypeAnyOf) *NullablePduSessionTypeAnyOf + func (v *NullablePduSessionTypeAnyOf) Set(val *PduSessionTypeAnyOf) + func (v *NullablePduSessionTypeAnyOf) UnmarshalJSON(src []byte) error + func (v *NullablePduSessionTypeAnyOf) Unset() + func (v NullablePduSessionTypeAnyOf) Get() *PduSessionTypeAnyOf + func (v NullablePduSessionTypeAnyOf) IsSet() bool + func (v NullablePduSessionTypeAnyOf) MarshalJSON() ([]byte, error) + type NullablePlmnId struct + func NewNullablePlmnId(val *PlmnId) *NullablePlmnId + func (v *NullablePlmnId) Set(val *PlmnId) + func (v *NullablePlmnId) UnmarshalJSON(src []byte) error + func (v *NullablePlmnId) Unset() + func (v NullablePlmnId) Get() *PlmnId + func (v NullablePlmnId) IsSet() bool + func (v NullablePlmnId) MarshalJSON() ([]byte, error) + type NullablePlmnIdNid struct + func NewNullablePlmnIdNid(val *PlmnIdNid) *NullablePlmnIdNid + func (v *NullablePlmnIdNid) Set(val *PlmnIdNid) + func (v *NullablePlmnIdNid) UnmarshalJSON(src []byte) error + func (v *NullablePlmnIdNid) Unset() + func (v NullablePlmnIdNid) Get() *PlmnIdNid + func (v NullablePlmnIdNid) IsSet() bool + func (v NullablePlmnIdNid) MarshalJSON() ([]byte, error) + type NullableProblemDetails struct + func NewNullableProblemDetails(val *ProblemDetails) *NullableProblemDetails + func (v *NullableProblemDetails) Set(val *ProblemDetails) + func (v *NullableProblemDetails) UnmarshalJSON(src []byte) error + func (v *NullableProblemDetails) Unset() + func (v NullableProblemDetails) Get() *ProblemDetails + func (v NullableProblemDetails) IsSet() bool + func (v NullableProblemDetails) MarshalJSON() ([]byte, error) + type NullableRatType struct + func NewNullableRatType(val *RatType) *NullableRatType + func (v *NullableRatType) Set(val *RatType) + func (v *NullableRatType) UnmarshalJSON(src []byte) error + func (v *NullableRatType) Unset() + func (v NullableRatType) Get() *RatType + func (v NullableRatType) IsSet() bool + func (v NullableRatType) MarshalJSON() ([]byte, error) + type NullableRatTypeAnyOf struct + func NewNullableRatTypeAnyOf(val *RatTypeAnyOf) *NullableRatTypeAnyOf + func (v *NullableRatTypeAnyOf) Set(val *RatTypeAnyOf) + func (v *NullableRatTypeAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableRatTypeAnyOf) Unset() + func (v NullableRatTypeAnyOf) Get() *RatTypeAnyOf + func (v NullableRatTypeAnyOf) IsSet() bool + func (v NullableRatTypeAnyOf) MarshalJSON() ([]byte, error) + type NullableRedirectResponse struct + func NewNullableRedirectResponse(val *RedirectResponse) *NullableRedirectResponse + func (v *NullableRedirectResponse) Set(val *RedirectResponse) + func (v *NullableRedirectResponse) UnmarshalJSON(src []byte) error + func (v *NullableRedirectResponse) Unset() + func (v NullableRedirectResponse) Get() *RedirectResponse + func (v NullableRedirectResponse) IsSet() bool + func (v NullableRedirectResponse) MarshalJSON() ([]byte, error) + type NullableRouteInformation struct + func NewNullableRouteInformation(val *RouteInformation) *NullableRouteInformation + func (v *NullableRouteInformation) Set(val *RouteInformation) + func (v *NullableRouteInformation) UnmarshalJSON(src []byte) error + func (v *NullableRouteInformation) Unset() + func (v NullableRouteInformation) Get() *RouteInformation + func (v NullableRouteInformation) IsSet() bool + func (v NullableRouteInformation) MarshalJSON() ([]byte, error) + type NullableRouteToLocation struct + func NewNullableRouteToLocation(val *RouteToLocation) *NullableRouteToLocation + func (v *NullableRouteToLocation) Set(val *RouteToLocation) + func (v *NullableRouteToLocation) UnmarshalJSON(src []byte) error + func (v *NullableRouteToLocation) Unset() + func (v NullableRouteToLocation) Get() *RouteToLocation + func (v NullableRouteToLocation) IsSet() bool + func (v NullableRouteToLocation) MarshalJSON() ([]byte, error) + type NullableServiceName struct + func NewNullableServiceName(val *ServiceName) *NullableServiceName + func (v *NullableServiceName) Set(val *ServiceName) + func (v *NullableServiceName) UnmarshalJSON(src []byte) error + func (v *NullableServiceName) Unset() + func (v NullableServiceName) Get() *ServiceName + func (v NullableServiceName) IsSet() bool + func (v NullableServiceName) MarshalJSON() ([]byte, error) + type NullableServiceNameAnyOf struct + func NewNullableServiceNameAnyOf(val *ServiceNameAnyOf) *NullableServiceNameAnyOf + func (v *NullableServiceNameAnyOf) Set(val *ServiceNameAnyOf) + func (v *NullableServiceNameAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableServiceNameAnyOf) Unset() + func (v NullableServiceNameAnyOf) Get() *ServiceNameAnyOf + func (v NullableServiceNameAnyOf) IsSet() bool + func (v NullableServiceNameAnyOf) MarshalJSON() ([]byte, error) + type NullableSmNasFromSmf struct + func NewNullableSmNasFromSmf(val *SmNasFromSmf) *NullableSmNasFromSmf + func (v *NullableSmNasFromSmf) Set(val *SmNasFromSmf) + func (v *NullableSmNasFromSmf) UnmarshalJSON(src []byte) error + func (v *NullableSmNasFromSmf) Unset() + func (v NullableSmNasFromSmf) Get() *SmNasFromSmf + func (v NullableSmNasFromSmf) IsSet() bool + func (v NullableSmNasFromSmf) MarshalJSON() ([]byte, error) + type NullableSmNasFromUe struct + func NewNullableSmNasFromUe(val *SmNasFromUe) *NullableSmNasFromUe + func (v *NullableSmNasFromUe) Set(val *SmNasFromUe) + func (v *NullableSmNasFromUe) UnmarshalJSON(src []byte) error + func (v *NullableSmNasFromUe) Unset() + func (v NullableSmNasFromUe) Get() *SmNasFromUe + func (v NullableSmNasFromUe) IsSet() bool + func (v NullableSmNasFromUe) MarshalJSON() ([]byte, error) + type NullableSmfEvent struct + func NewNullableSmfEvent(val *SmfEvent) *NullableSmfEvent + func (v *NullableSmfEvent) Set(val *SmfEvent) + func (v *NullableSmfEvent) UnmarshalJSON(src []byte) error + func (v *NullableSmfEvent) Unset() + func (v NullableSmfEvent) Get() *SmfEvent + func (v NullableSmfEvent) IsSet() bool + func (v NullableSmfEvent) MarshalJSON() ([]byte, error) + type NullableSmfEventAnyOf struct + func NewNullableSmfEventAnyOf(val *SmfEventAnyOf) *NullableSmfEventAnyOf + func (v *NullableSmfEventAnyOf) Set(val *SmfEventAnyOf) + func (v *NullableSmfEventAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableSmfEventAnyOf) Unset() + func (v NullableSmfEventAnyOf) Get() *SmfEventAnyOf + func (v NullableSmfEventAnyOf) IsSet() bool + func (v NullableSmfEventAnyOf) MarshalJSON() ([]byte, error) + type NullableSnssai struct + func NewNullableSnssai(val *Snssai) *NullableSnssai + func (v *NullableSnssai) Set(val *Snssai) + func (v *NullableSnssai) UnmarshalJSON(src []byte) error + func (v *NullableSnssai) Unset() + func (v NullableSnssai) Get() *Snssai + func (v NullableSnssai) IsSet() bool + func (v NullableSnssai) MarshalJSON() ([]byte, error) + type NullableString struct + func NewNullableString(val *string) *NullableString + func (v *NullableString) Set(val *string) + func (v *NullableString) UnmarshalJSON(src []byte) error + func (v *NullableString) Unset() + func (v NullableString) Get() *string + func (v NullableString) IsSet() bool + func (v NullableString) MarshalJSON() ([]byte, error) + type 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 NullableTimeWindow struct + func NewNullableTimeWindow(val *TimeWindow) *NullableTimeWindow + func (v *NullableTimeWindow) Set(val *TimeWindow) + func (v *NullableTimeWindow) UnmarshalJSON(src []byte) error + func (v *NullableTimeWindow) Unset() + func (v NullableTimeWindow) Get() *TimeWindow + func (v NullableTimeWindow) IsSet() bool + func (v NullableTimeWindow) MarshalJSON() ([]byte, error) + type NullableTransactionInfo struct + func NewNullableTransactionInfo(val *TransactionInfo) *NullableTransactionInfo + func (v *NullableTransactionInfo) Set(val *TransactionInfo) + func (v *NullableTransactionInfo) UnmarshalJSON(src []byte) error + func (v *NullableTransactionInfo) Unset() + func (v NullableTransactionInfo) Get() *TransactionInfo + func (v NullableTransactionInfo) IsSet() bool + func (v NullableTransactionInfo) MarshalJSON() ([]byte, error) + type NullableTransactionMetric struct + func NewNullableTransactionMetric(val *TransactionMetric) *NullableTransactionMetric + func (v *NullableTransactionMetric) Set(val *TransactionMetric) + func (v *NullableTransactionMetric) UnmarshalJSON(src []byte) error + func (v *NullableTransactionMetric) Unset() + func (v NullableTransactionMetric) Get() *TransactionMetric + func (v NullableTransactionMetric) IsSet() bool + func (v NullableTransactionMetric) MarshalJSON() ([]byte, error) + type NullableTransactionMetricAnyOf struct + func NewNullableTransactionMetricAnyOf(val *TransactionMetricAnyOf) *NullableTransactionMetricAnyOf + func (v *NullableTransactionMetricAnyOf) Set(val *TransactionMetricAnyOf) + func (v *NullableTransactionMetricAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableTransactionMetricAnyOf) Unset() + func (v NullableTransactionMetricAnyOf) Get() *TransactionMetricAnyOf + func (v NullableTransactionMetricAnyOf) IsSet() bool + func (v NullableTransactionMetricAnyOf) MarshalJSON() ([]byte, error) + type NullableUpfInformation struct + func NewNullableUpfInformation(val *UpfInformation) *NullableUpfInformation + func (v *NullableUpfInformation) Set(val *UpfInformation) + func (v *NullableUpfInformation) UnmarshalJSON(src []byte) error + func (v *NullableUpfInformation) Unset() + func (v NullableUpfInformation) Get() *UpfInformation + func (v NullableUpfInformation) IsSet() bool + func (v NullableUpfInformation) MarshalJSON() ([]byte, error) + type PartitioningCriteria struct + PartitioningCriteriaAnyOf *PartitioningCriteriaAnyOf + String *string + func (dst *PartitioningCriteria) UnmarshalJSON(data []byte) error + func (src *PartitioningCriteria) MarshalJSON() ([]byte, error) + type PartitioningCriteriaAnyOf string + const DNN + const GEOAREA + const SNSSAI + const SUBPLMN + const TAC + func NewPartitioningCriteriaAnyOfFromValue(v string) (*PartitioningCriteriaAnyOf, error) + func (v *PartitioningCriteriaAnyOf) UnmarshalJSON(src []byte) error + func (v PartitioningCriteriaAnyOf) IsValid() bool + func (v PartitioningCriteriaAnyOf) Ptr() *PartitioningCriteriaAnyOf + type PduSessionInfo struct + N4SessId *string + PduSessStatus *PduSessionStatus + SessInactiveTimer *int32 + func NewPduSessionInfo() *PduSessionInfo + func NewPduSessionInfoWithDefaults() *PduSessionInfo + func (o *PduSessionInfo) GetN4SessId() string + func (o *PduSessionInfo) GetN4SessIdOk() (*string, bool) + func (o *PduSessionInfo) GetPduSessStatus() PduSessionStatus + func (o *PduSessionInfo) GetPduSessStatusOk() (*PduSessionStatus, bool) + func (o *PduSessionInfo) GetSessInactiveTimer() int32 + func (o *PduSessionInfo) GetSessInactiveTimerOk() (*int32, bool) + func (o *PduSessionInfo) HasN4SessId() bool + func (o *PduSessionInfo) HasPduSessStatus() bool + func (o *PduSessionInfo) HasSessInactiveTimer() bool + func (o *PduSessionInfo) SetN4SessId(v string) + func (o *PduSessionInfo) SetPduSessStatus(v PduSessionStatus) + func (o *PduSessionInfo) SetSessInactiveTimer(v int32) + func (o PduSessionInfo) MarshalJSON() ([]byte, error) + func (o PduSessionInfo) ToMap() (map[string]interface{}, error) + type PduSessionInformation struct + PduSessId *int32 + SessInfo *PduSessionInfo + func NewPduSessionInformation() *PduSessionInformation + func NewPduSessionInformationWithDefaults() *PduSessionInformation + func (o *PduSessionInformation) GetPduSessId() int32 + func (o *PduSessionInformation) GetPduSessIdOk() (*int32, bool) + func (o *PduSessionInformation) GetSessInfo() PduSessionInfo + func (o *PduSessionInformation) GetSessInfoOk() (*PduSessionInfo, bool) + func (o *PduSessionInformation) HasPduSessId() bool + func (o *PduSessionInformation) HasSessInfo() bool + func (o *PduSessionInformation) SetPduSessId(v int32) + func (o *PduSessionInformation) SetSessInfo(v PduSessionInfo) + func (o PduSessionInformation) MarshalJSON() ([]byte, error) + func (o PduSessionInformation) ToMap() (map[string]interface{}, error) + type PduSessionStatus struct + PduSessionStatusAnyOf *PduSessionStatusAnyOf + String *string + func (dst *PduSessionStatus) UnmarshalJSON(data []byte) error + func (src *PduSessionStatus) MarshalJSON() ([]byte, error) + type PduSessionStatusAnyOf string + const ACTIVATED + const DEACTIVATED + func NewPduSessionStatusAnyOfFromValue(v string) (*PduSessionStatusAnyOf, error) + func (v *PduSessionStatusAnyOf) UnmarshalJSON(src []byte) error + func (v PduSessionStatusAnyOf) IsValid() bool + func (v PduSessionStatusAnyOf) Ptr() *PduSessionStatusAnyOf + type PduSessionType struct + PduSessionTypeAnyOf *PduSessionTypeAnyOf + String *string + func (dst *PduSessionType) UnmarshalJSON(data []byte) error + func (src *PduSessionType) MarshalJSON() ([]byte, error) + type PduSessionTypeAnyOf string + const ETHERNET + const IPV4 + const IPV4_V6 + const IPV6 + const UNSTRUCTURED + func NewPduSessionTypeAnyOfFromValue(v string) (*PduSessionTypeAnyOf, error) + func (v *PduSessionTypeAnyOf) UnmarshalJSON(src []byte) error + func (v PduSessionTypeAnyOf) IsValid() bool + func (v PduSessionTypeAnyOf) Ptr() *PduSessionTypeAnyOf + type PlmnId struct + Mcc string + Mnc string + func NewPlmnId(mcc string, mnc string) *PlmnId + func NewPlmnIdWithDefaults() *PlmnId + func (o *PlmnId) GetMcc() string + func (o *PlmnId) GetMccOk() (*string, bool) + func (o *PlmnId) GetMnc() string + func (o *PlmnId) GetMncOk() (*string, bool) + func (o *PlmnId) SetMcc(v string) + func (o *PlmnId) SetMnc(v string) + func (o PlmnId) MarshalJSON() ([]byte, error) + func (o PlmnId) ToMap() (map[string]interface{}, error) + type PlmnIdNid struct + Mcc string + Mnc string + Nid *string + func NewPlmnIdNid(mcc string, mnc string) *PlmnIdNid + func NewPlmnIdNidWithDefaults() *PlmnIdNid + func (o *PlmnIdNid) GetMcc() string + func (o *PlmnIdNid) GetMccOk() (*string, bool) + func (o *PlmnIdNid) GetMnc() string + func (o *PlmnIdNid) GetMncOk() (*string, bool) + func (o *PlmnIdNid) GetNid() string + func (o *PlmnIdNid) GetNidOk() (*string, bool) + func (o *PlmnIdNid) HasNid() bool + func (o *PlmnIdNid) SetMcc(v string) + func (o *PlmnIdNid) SetMnc(v string) + func (o *PlmnIdNid) SetNid(v string) + func (o PlmnIdNid) MarshalJSON() ([]byte, error) + func (o PlmnIdNid) ToMap() (map[string]interface{}, error) + type ProblemDetails struct + AccessTokenError *AccessTokenErr + AccessTokenRequest *AccessTokenReq + Cause *string + Detail *string + Instance *string + InvalidParams []InvalidParam + NrfId *string + Status *int32 + SupportedApiVersions []string + SupportedFeatures *string + Title *string + Type *string + func NewProblemDetails() *ProblemDetails + func NewProblemDetailsWithDefaults() *ProblemDetails + func (o *ProblemDetails) GetAccessTokenError() AccessTokenErr + func (o *ProblemDetails) GetAccessTokenErrorOk() (*AccessTokenErr, bool) + func (o *ProblemDetails) GetAccessTokenRequest() AccessTokenReq + func (o *ProblemDetails) GetAccessTokenRequestOk() (*AccessTokenReq, bool) + func (o *ProblemDetails) GetCause() string + func (o *ProblemDetails) GetCauseOk() (*string, bool) + func (o *ProblemDetails) GetDetail() string + func (o *ProblemDetails) GetDetailOk() (*string, bool) + func (o *ProblemDetails) GetInstance() string + func (o *ProblemDetails) GetInstanceOk() (*string, bool) + func (o *ProblemDetails) GetInvalidParams() []InvalidParam + func (o *ProblemDetails) GetInvalidParamsOk() ([]InvalidParam, bool) + func (o *ProblemDetails) GetNrfId() string + func (o *ProblemDetails) GetNrfIdOk() (*string, bool) + func (o *ProblemDetails) GetStatus() int32 + func (o *ProblemDetails) GetStatusOk() (*int32, bool) + func (o *ProblemDetails) GetSupportedApiVersions() []string + func (o *ProblemDetails) GetSupportedApiVersionsOk() ([]string, bool) + func (o *ProblemDetails) GetSupportedFeatures() string + func (o *ProblemDetails) GetSupportedFeaturesOk() (*string, bool) + func (o *ProblemDetails) GetTitle() string + func (o *ProblemDetails) GetTitleOk() (*string, bool) + func (o *ProblemDetails) GetType() string + func (o *ProblemDetails) GetTypeOk() (*string, bool) + func (o *ProblemDetails) HasAccessTokenError() bool + func (o *ProblemDetails) HasAccessTokenRequest() bool + func (o *ProblemDetails) HasCause() bool + func (o *ProblemDetails) HasDetail() bool + func (o *ProblemDetails) HasInstance() bool + func (o *ProblemDetails) HasInvalidParams() bool + func (o *ProblemDetails) HasNrfId() bool + func (o *ProblemDetails) HasStatus() bool + func (o *ProblemDetails) HasSupportedApiVersions() bool + func (o *ProblemDetails) HasSupportedFeatures() bool + func (o *ProblemDetails) HasTitle() bool + func (o *ProblemDetails) HasType() bool + func (o *ProblemDetails) SetAccessTokenError(v AccessTokenErr) + func (o *ProblemDetails) SetAccessTokenRequest(v AccessTokenReq) + func (o *ProblemDetails) SetCause(v string) + func (o *ProblemDetails) SetDetail(v string) + func (o *ProblemDetails) SetInstance(v string) + func (o *ProblemDetails) SetInvalidParams(v []InvalidParam) + func (o *ProblemDetails) SetNrfId(v string) + func (o *ProblemDetails) SetStatus(v int32) + func (o *ProblemDetails) SetSupportedApiVersions(v []string) + func (o *ProblemDetails) SetSupportedFeatures(v string) + func (o *ProblemDetails) SetTitle(v string) + func (o *ProblemDetails) SetType(v string) + func (o ProblemDetails) MarshalJSON() ([]byte, error) + func (o ProblemDetails) ToMap() (map[string]interface{}, error) + type RatType struct + RatTypeAnyOf *RatTypeAnyOf + String *string + func (dst *RatType) UnmarshalJSON(data []byte) error + func (src *RatType) MarshalJSON() ([]byte, error) + type RatTypeAnyOf string + const EUTRA + const EUTRA_U + const GERA + const LTE_M + const NBIOT + const NR + const NR_GEO + const NR_LEO + const NR_MEO + const NR_OTHER_SAT + const NR_REDCAP + const NR_U + const TRUSTED_N3_GA + const TRUSTED_WLAN + const UTRA + const VIRTUAL + const WIRELINE + const WIRELINE_BBF + const WIRELINE_CABLE + const WLAN + func NewRatTypeAnyOfFromValue(v string) (*RatTypeAnyOf, error) + func (v *RatTypeAnyOf) UnmarshalJSON(src []byte) error + func (v RatTypeAnyOf) IsValid() bool + func (v RatTypeAnyOf) Ptr() *RatTypeAnyOf + type RedirectResponse struct + Cause *string + TargetScp *string + TargetSepp *string + func NewRedirectResponse() *RedirectResponse + func NewRedirectResponseWithDefaults() *RedirectResponse + func (o *RedirectResponse) GetCause() string + func (o *RedirectResponse) GetCauseOk() (*string, bool) + func (o *RedirectResponse) GetTargetScp() string + func (o *RedirectResponse) GetTargetScpOk() (*string, bool) + func (o *RedirectResponse) GetTargetSepp() string + func (o *RedirectResponse) GetTargetSeppOk() (*string, bool) + func (o *RedirectResponse) HasCause() bool + func (o *RedirectResponse) HasTargetScp() bool + func (o *RedirectResponse) HasTargetSepp() bool + func (o *RedirectResponse) SetCause(v string) + func (o *RedirectResponse) SetTargetScp(v string) + func (o *RedirectResponse) SetTargetSepp(v string) + func (o RedirectResponse) MarshalJSON() ([]byte, error) + func (o RedirectResponse) ToMap() (map[string]interface{}, error) + type RouteInformation struct + Ipv4Addr *string + Ipv6Addr *Ipv6Addr + PortNumber int32 + func NewRouteInformation(portNumber int32) *RouteInformation + func NewRouteInformationWithDefaults() *RouteInformation + func (o *RouteInformation) GetIpv4Addr() string + func (o *RouteInformation) GetIpv4AddrOk() (*string, bool) + func (o *RouteInformation) GetIpv6Addr() Ipv6Addr + func (o *RouteInformation) GetIpv6AddrOk() (*Ipv6Addr, bool) + func (o *RouteInformation) GetPortNumber() int32 + func (o *RouteInformation) GetPortNumberOk() (*int32, bool) + func (o *RouteInformation) HasIpv4Addr() bool + func (o *RouteInformation) HasIpv6Addr() bool + func (o *RouteInformation) SetIpv4Addr(v string) + func (o *RouteInformation) SetIpv6Addr(v Ipv6Addr) + func (o *RouteInformation) SetPortNumber(v int32) + func (o RouteInformation) MarshalJSON() ([]byte, error) + func (o RouteInformation) ToMap() (map[string]interface{}, error) + type RouteToLocation struct + Interface *interface{} + func (dst *RouteToLocation) UnmarshalJSON(data []byte) error + func (src *RouteToLocation) MarshalJSON() ([]byte, error) + type 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 ServiceName struct + ServiceNameAnyOf *ServiceNameAnyOf + String *string + func (dst *ServiceName) UnmarshalJSON(data []byte) error + func (src *ServiceName) MarshalJSON() ([]byte, error) + type ServiceNameAnyOf string + const N5GDDNMF_DISCOVERY + const N5G_EIR_EIC + const NAANF_AKMA + const NADRF_DM + const NAMF_COMM + const NAMF_EVTS + const NAMF_LOC + const NAMF_MBS_BC + const NAMF_MBS_COMM + const NAMF_MT + const NAUSF_AUTH + const NAUSF_SORPROTECTION + const NAUSF_UPUPROTECTION + const NBSF_MANAGEMENT + const NBSP_GBA + const NCHF_CONVERGEDCHARGING + const NCHF_OFFLINEONLYCHARGING + const NCHF_SPENDINGLIMITCONTROL + const NDCCF_CM + const NDCCF_DM + const NEASDF_BASELINEDNSPATTERN + const NEASDF_DNSCONTEXT + const NGMLC_LOC + const NHSS_EE + const NHSS_GBA_SDM + const NHSS_GBA_UEAU + const NHSS_IMS_SDM + const NHSS_IMS_UEAU + const NHSS_IMS_UECM + const NHSS_SDM + const NHSS_UEAU + const NHSS_UECM + const NIWMSC_SMSERVICE + const NLMF_LOC + const NMBSF_MBSUSERDATAING + const NMBSF_MBSUSERSERV + const NMBSMF_MBSSESSION + const NMBSMF_TMGI + const NMBSTF_DISTSESSION + const NMFAF_3CADM + const NMFAF_3DADM + const NMNPF_NPSTATUS + const NNEF_EAS_DEPLOYMENT_INFO + const NNEF_EVENTEXPOSURE + const NNEF_PFDMANAGEMENT + const NNEF_SMCONTEXT + const NNRF_DISC + const NNRF_NFM + const NNRF_OAUTH2 + const NNSACF_NSAC + const NNSACF_SLICE_EE + const NNSSAAF_AIW + const NNSSAAF_NSSAA + const NNSSF_NSSAIAVAILABILITY + const NNSSF_NSSELECTION + const NNWDAF_ANALYTICSINFO + const NNWDAF_DATAMANAGEMENT + const NNWDAF_EVENTSSUBSCRIPTION + const NNWDAF_MLMODELPROVISION + const NPANF_PROSEKEY + const NPCF_AM_POLICYAUTHORIZATION + const NPCF_AM_POLICY_CONTROL + const NPCF_BDTPOLICYCONTROL + const NPCF_EVENTEXPOSURE + const NPCF_POLICYAUTHORIZATION + const NPCF_SMPOLICYCONTROL + const NPCF_UE_POLICY_CONTROL + const NPKMF_KEYREQ + const NSEPP_TELESCOPIC + const NSMF_EVENT_EXPOSURE + const NSMF_NIDD + const NSMF_PDUSESSION + const NSMSF_SMS + const NSORAF_SOR + const NSPAF_SECURED_PACKET + const NTSCTSF_ASTI + const NTSCTSF_QOS_TSCAI + const NTSCTSF_TIME_SYNC + const NUCMF_PROVISIONING + const NUCMF_UECAPABILITYMANAGEMENT + const NUDM_EE + const NUDM_MT + const NUDM_NIDDAU + const NUDM_PP + const NUDM_RSDS + const NUDM_SDM + const NUDM_SSAU + const NUDM_UEAU + const NUDM_UECM + const NUDR_DR + const NUDR_GROUP_ID_MAP + const NUDSF_DR + const NUDSF_TIMER + func NewServiceNameAnyOfFromValue(v string) (*ServiceNameAnyOf, error) + func (v *ServiceNameAnyOf) UnmarshalJSON(src []byte) error + func (v ServiceNameAnyOf) IsValid() bool + func (v ServiceNameAnyOf) Ptr() *ServiceNameAnyOf + type SmNasFromSmf struct + AppliedSmccType AppliedSmccType + BackoffTimer int32 + SmNasType string + TimeStamp time.Time + func NewSmNasFromSmf(smNasType string, timeStamp time.Time, backoffTimer int32, ...) *SmNasFromSmf + func NewSmNasFromSmfWithDefaults() *SmNasFromSmf + func (o *SmNasFromSmf) GetAppliedSmccType() AppliedSmccType + func (o *SmNasFromSmf) GetAppliedSmccTypeOk() (*AppliedSmccType, bool) + func (o *SmNasFromSmf) GetBackoffTimer() int32 + func (o *SmNasFromSmf) GetBackoffTimerOk() (*int32, bool) + func (o *SmNasFromSmf) GetSmNasType() string + func (o *SmNasFromSmf) GetSmNasTypeOk() (*string, bool) + func (o *SmNasFromSmf) GetTimeStamp() time.Time + func (o *SmNasFromSmf) GetTimeStampOk() (*time.Time, bool) + func (o *SmNasFromSmf) SetAppliedSmccType(v AppliedSmccType) + func (o *SmNasFromSmf) SetBackoffTimer(v int32) + func (o *SmNasFromSmf) SetSmNasType(v string) + func (o *SmNasFromSmf) SetTimeStamp(v time.Time) + func (o SmNasFromSmf) MarshalJSON() ([]byte, error) + func (o SmNasFromSmf) ToMap() (map[string]interface{}, error) + type SmNasFromUe struct + SmNasType string + TimeStamp time.Time + func NewSmNasFromUe(smNasType string, timeStamp time.Time) *SmNasFromUe + func NewSmNasFromUeWithDefaults() *SmNasFromUe + func (o *SmNasFromUe) GetSmNasType() string + func (o *SmNasFromUe) GetSmNasTypeOk() (*string, bool) + func (o *SmNasFromUe) GetTimeStamp() time.Time + func (o *SmNasFromUe) GetTimeStampOk() (*time.Time, bool) + func (o *SmNasFromUe) SetSmNasType(v string) + func (o *SmNasFromUe) SetTimeStamp(v time.Time) + func (o SmNasFromUe) MarshalJSON() ([]byte, error) + func (o SmNasFromUe) ToMap() (map[string]interface{}, error) + type SmfEvent struct + SmfEventAnyOf *SmfEventAnyOf + String *string + func (dst *SmfEvent) UnmarshalJSON(data []byte) error + func (src *SmfEvent) MarshalJSON() ([]byte, error) + type SmfEventAnyOf string + const AC_TY_CH + const COMM_FAIL + const DDDS + const DISPERSION + const PDU_SES_EST + const PDU_SES_REL + const PLMN_CH + const QFI_ALLOC + const QOS_MON + const RAT_TY_CH + const RED_TRANS_EXP + const SMCC_EXP + const UE_IP_CH + const UPF_INFO + const UP_PATH_CH + const UP_STATUS_INFO + const WLAN_INFO + func NewSmfEventAnyOfFromValue(v string) (*SmfEventAnyOf, error) + func (v *SmfEventAnyOf) UnmarshalJSON(src []byte) error + func (v SmfEventAnyOf) IsValid() bool + func (v SmfEventAnyOf) Ptr() *SmfEventAnyOf + 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 SubscriptionsCollectionApiService service + func (a *SubscriptionsCollectionApiService) CreateIndividualSubcription(ctx context.Context) ApiCreateIndividualSubcriptionRequest + func (a *SubscriptionsCollectionApiService) CreateIndividualSubcriptionExecute(r ApiCreateIndividualSubcriptionRequest) (*NsmfEventExposure, *http.Response, error) + type TimeWindow struct + StartTime time.Time + StopTime time.Time + func NewTimeWindow(startTime time.Time, stopTime time.Time) *TimeWindow + func NewTimeWindowWithDefaults() *TimeWindow + func (o *TimeWindow) GetStartTime() time.Time + func (o *TimeWindow) GetStartTimeOk() (*time.Time, bool) + func (o *TimeWindow) GetStopTime() time.Time + func (o *TimeWindow) GetStopTimeOk() (*time.Time, bool) + func (o *TimeWindow) SetStartTime(v time.Time) + func (o *TimeWindow) SetStopTime(v time.Time) + func (o TimeWindow) MarshalJSON() ([]byte, error) + func (o TimeWindow) ToMap() (map[string]interface{}, error) + type TransactionInfo struct + AppIds []string + Snssai *Snssai + TransacMetrics []TransactionMetric + Transaction int32 + func NewTransactionInfo(transaction int32) *TransactionInfo + func NewTransactionInfoWithDefaults() *TransactionInfo + func (o *TransactionInfo) GetAppIds() []string + func (o *TransactionInfo) GetAppIdsOk() ([]string, bool) + func (o *TransactionInfo) GetSnssai() Snssai + func (o *TransactionInfo) GetSnssaiOk() (*Snssai, bool) + func (o *TransactionInfo) GetTransacMetrics() []TransactionMetric + func (o *TransactionInfo) GetTransacMetricsOk() ([]TransactionMetric, bool) + func (o *TransactionInfo) GetTransaction() int32 + func (o *TransactionInfo) GetTransactionOk() (*int32, bool) + func (o *TransactionInfo) HasAppIds() bool + func (o *TransactionInfo) HasSnssai() bool + func (o *TransactionInfo) HasTransacMetrics() bool + func (o *TransactionInfo) SetAppIds(v []string) + func (o *TransactionInfo) SetSnssai(v Snssai) + func (o *TransactionInfo) SetTransacMetrics(v []TransactionMetric) + func (o *TransactionInfo) SetTransaction(v int32) + func (o TransactionInfo) MarshalJSON() ([]byte, error) + func (o TransactionInfo) ToMap() (map[string]interface{}, error) + type TransactionMetric struct + String *string + TransactionMetricAnyOf *TransactionMetricAnyOf + func (dst *TransactionMetric) UnmarshalJSON(data []byte) error + func (src *TransactionMetric) MarshalJSON() ([]byte, error) + type TransactionMetricAnyOf string + const AUTH + const EST + const MODIF + const REL + func NewTransactionMetricAnyOfFromValue(v string) (*TransactionMetricAnyOf, error) + func (v *TransactionMetricAnyOf) UnmarshalJSON(src []byte) error + func (v TransactionMetricAnyOf) IsValid() bool + func (v TransactionMetricAnyOf) Ptr() *TransactionMetricAnyOf + type UpfInformation struct + UpfAddr *AddrFqdn + UpfId *string + func NewUpfInformation() *UpfInformation + func NewUpfInformationWithDefaults() *UpfInformation + func (o *UpfInformation) GetUpfAddr() AddrFqdn + func (o *UpfInformation) GetUpfAddrOk() (*AddrFqdn, bool) + func (o *UpfInformation) GetUpfId() string + func (o *UpfInformation) GetUpfIdOk() (*string, bool) + func (o *UpfInformation) HasUpfAddr() bool + func (o *UpfInformation) HasUpfId() bool + func (o *UpfInformation) SetUpfAddr(v AddrFqdn) + func (o *UpfInformation) SetUpfId(v string) + func (o UpfInformation) MarshalJSON() ([]byte, error) + func (o UpfInformation) ToMap() (map[string]interface{}, error)