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 AllowedAfSigProtocolAnyOfEnumValues = []AfSigProtocolAnyOf + var AllowedAtsssCapabilityAnyOfEnumValues = []AtsssCapabilityAnyOf + var AllowedCreditManagementStatusAnyOfEnumValues = []CreditManagementStatusAnyOf + var AllowedDlDataDeliveryStatusAnyOfEnumValues = []DlDataDeliveryStatusAnyOf + var AllowedDnaiChangeTypeAnyOfEnumValues = []DnaiChangeTypeAnyOf + var AllowedDnnSelectionModeAnyOfEnumValues = []DnnSelectionModeAnyOf + var AllowedFailureCauseAnyOfEnumValues = []FailureCauseAnyOf + var AllowedFailureCodeAnyOfEnumValues = []FailureCodeAnyOf + var AllowedFinalUnitActionAnyOfEnumValues = []FinalUnitActionAnyOf + var AllowedFlowDirectionAnyOfEnumValues = []FlowDirectionAnyOf + var AllowedFlowStatusAnyOfEnumValues = []FlowStatusAnyOf + var AllowedLineTypeAnyOfEnumValues = []LineTypeAnyOf + var AllowedMaPduIndicationAnyOfEnumValues = []MaPduIndicationAnyOf + var AllowedMeteringMethodAnyOfEnumValues = []MeteringMethodAnyOf + var AllowedMulticastAccessControlAnyOfEnumValues = []MulticastAccessControlAnyOf + var AllowedNFTypeAnyOfEnumValues = []NFTypeAnyOf + var AllowedNetLocAccessSupportAnyOfEnumValues = []NetLocAccessSupportAnyOf + var AllowedNotificationControlIndicationAnyOfEnumValues = []NotificationControlIndicationAnyOf + var AllowedNullValueEnumValues = []NullValue + var AllowedNwdafEventAnyOfEnumValues = []NwdafEventAnyOf + var AllowedPduSessionRelCauseAnyOfEnumValues = []PduSessionRelCauseAnyOf + var AllowedPduSessionTypeAnyOfEnumValues = []PduSessionTypeAnyOf + var AllowedPolicyControlRequestTriggerAnyOfEnumValues = []PolicyControlRequestTriggerAnyOf + var AllowedPolicyDecisionFailureCodeAnyOfEnumValues = []PolicyDecisionFailureCodeAnyOf + var AllowedPreemptionCapabilityAnyOfEnumValues = []PreemptionCapabilityAnyOf + var AllowedPreemptionVulnerabilityAnyOfEnumValues = []PreemptionVulnerabilityAnyOf + var AllowedPresenceStateAnyOfEnumValues = []PresenceStateAnyOf + var AllowedQosFlowUsageAnyOfEnumValues = []QosFlowUsageAnyOf + var AllowedQosNotifTypeAnyOfEnumValues = []QosNotifTypeAnyOf + var AllowedQosResourceTypeAnyOfEnumValues = []QosResourceTypeAnyOf + var AllowedRatTypeAnyOfEnumValues = []RatTypeAnyOf + var AllowedRedirectAddressTypeAnyOfEnumValues = []RedirectAddressTypeAnyOf + var AllowedReportingFrequencyAnyOfEnumValues = []ReportingFrequencyAnyOf + var AllowedReportingLevelAnyOfEnumValues = []ReportingLevelAnyOf + var AllowedRequestedQosMonitoringParameterAnyOfEnumValues = []RequestedQosMonitoringParameterAnyOf + var AllowedRequestedRuleDataTypeAnyOfEnumValues = []RequestedRuleDataTypeAnyOf + var AllowedRuleOperationAnyOfEnumValues = []RuleOperationAnyOf + var AllowedRuleStatusAnyOfEnumValues = []RuleStatusAnyOf + var AllowedSatelliteBackhaulCategoryAnyOfEnumValues = []SatelliteBackhaulCategoryAnyOf + var AllowedSessionRuleFailureCodeAnyOfEnumValues = []SessionRuleFailureCodeAnyOf + var AllowedSmPolicyAssociationReleaseCauseAnyOfEnumValues = []SmPolicyAssociationReleaseCauseAnyOf + var AllowedSteerModeIndicatorAnyOfEnumValues = []SteerModeIndicatorAnyOf + var AllowedSteerModeValueAnyOfEnumValues = []SteerModeValueAnyOf + var AllowedSteeringFunctionalityAnyOfEnumValues = []SteeringFunctionalityAnyOf + var AllowedTraceDepthAnyOfEnumValues = []TraceDepthAnyOf + var AllowedTransportProtocolAnyOfEnumValues = []TransportProtocolAnyOf + var ContextOAuth2 = contextKey("token") + var ContextOperationServerIndices = contextKey("serverOperationIndices") + var ContextOperationServerVariables = contextKey("serverOperationVariables") + var ContextServerIndex = contextKey("serverIndex") + var ContextServerVariables = contextKey("serverVariables") + func CacheExpires(r *http.Response) time.Time + func PtrBool(v bool) *bool + func PtrFloat32(v float32) *float32 + func PtrFloat64(v float64) *float64 + func PtrInt(v int) *int + func PtrInt32(v int32) *int32 + func PtrInt64(v int64) *int64 + func PtrString(v string) *string + func PtrTime(v time.Time) *time.Time + type APIClient struct + IndividualSMPolicyDocumentApi *IndividualSMPolicyDocumentApiService + SMPoliciesCollectionApi *SMPoliciesCollectionApiService + 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 AccNetChId struct + Interface *interface{} + func InterfaceAsAccNetChId(v *interface{}) AccNetChId + func (dst *AccNetChId) UnmarshalJSON(data []byte) error + func (obj *AccNetChId) GetActualInstance() interface{} + func (src AccNetChId) MarshalJSON() ([]byte, error) + type AccNetChargingAddress struct + Interface *interface{} + func (dst *AccNetChargingAddress) UnmarshalJSON(data []byte) error + func (src *AccNetChargingAddress) MarshalJSON() ([]byte, error) + type AccessTokenErr struct + Error string + ErrorDescription *string + ErrorUri *string + func NewAccessTokenErr(error_ string) *AccessTokenErr + func NewAccessTokenErrWithDefaults() *AccessTokenErr + func (o *AccessTokenErr) GetError() string + func (o *AccessTokenErr) GetErrorDescription() string + func (o *AccessTokenErr) GetErrorDescriptionOk() (*string, bool) + func (o *AccessTokenErr) GetErrorOk() (*string, bool) + func (o *AccessTokenErr) GetErrorUri() string + func (o *AccessTokenErr) GetErrorUriOk() (*string, bool) + func (o *AccessTokenErr) HasErrorDescription() bool + func (o *AccessTokenErr) HasErrorUri() bool + func (o *AccessTokenErr) SetError(v string) + func (o *AccessTokenErr) SetErrorDescription(v string) + func (o *AccessTokenErr) SetErrorUri(v string) + func (o AccessTokenErr) MarshalJSON() ([]byte, error) + func (o AccessTokenErr) ToMap() (map[string]interface{}, error) + type AccessTokenReq struct + GrantType string + HnrfAccessTokenUri *string + NfInstanceId string + NfType *NFType + RequesterFqdn *string + RequesterPlmn *PlmnId + RequesterPlmnList []PlmnId + RequesterSnpnList []PlmnIdNid + RequesterSnssaiList []Snssai + Scope string + SourceNfInstanceId *string + TargetNfInstanceId *string + TargetNfServiceSetId *string + TargetNfSetId *string + TargetNfType *NFType + TargetNsiList []string + TargetPlmn *PlmnId + TargetSnpn *PlmnIdNid + TargetSnssaiList []Snssai + func NewAccessTokenReq(grantType string, nfInstanceId string, scope string) *AccessTokenReq + func NewAccessTokenReqWithDefaults() *AccessTokenReq + func (o *AccessTokenReq) GetGrantType() string + func (o *AccessTokenReq) GetGrantTypeOk() (*string, bool) + func (o *AccessTokenReq) GetHnrfAccessTokenUri() string + func (o *AccessTokenReq) GetHnrfAccessTokenUriOk() (*string, bool) + func (o *AccessTokenReq) GetNfInstanceId() string + func (o *AccessTokenReq) GetNfInstanceIdOk() (*string, bool) + func (o *AccessTokenReq) GetNfType() NFType + func (o *AccessTokenReq) GetNfTypeOk() (*NFType, bool) + func (o *AccessTokenReq) GetRequesterFqdn() string + func (o *AccessTokenReq) GetRequesterFqdnOk() (*string, bool) + func (o *AccessTokenReq) GetRequesterPlmn() PlmnId + func (o *AccessTokenReq) GetRequesterPlmnList() []PlmnId + func (o *AccessTokenReq) GetRequesterPlmnListOk() ([]PlmnId, bool) + func (o *AccessTokenReq) GetRequesterPlmnOk() (*PlmnId, bool) + func (o *AccessTokenReq) GetRequesterSnpnList() []PlmnIdNid + func (o *AccessTokenReq) GetRequesterSnpnListOk() ([]PlmnIdNid, bool) + func (o *AccessTokenReq) GetRequesterSnssaiList() []Snssai + func (o *AccessTokenReq) GetRequesterSnssaiListOk() ([]Snssai, bool) + func (o *AccessTokenReq) GetScope() string + func (o *AccessTokenReq) GetScopeOk() (*string, bool) + func (o *AccessTokenReq) GetSourceNfInstanceId() string + func (o *AccessTokenReq) GetSourceNfInstanceIdOk() (*string, bool) + func (o *AccessTokenReq) GetTargetNfInstanceId() string + func (o *AccessTokenReq) GetTargetNfInstanceIdOk() (*string, bool) + func (o *AccessTokenReq) GetTargetNfServiceSetId() string + func (o *AccessTokenReq) GetTargetNfServiceSetIdOk() (*string, bool) + func (o *AccessTokenReq) GetTargetNfSetId() string + func (o *AccessTokenReq) GetTargetNfSetIdOk() (*string, bool) + func (o *AccessTokenReq) GetTargetNfType() NFType + func (o *AccessTokenReq) GetTargetNfTypeOk() (*NFType, bool) + func (o *AccessTokenReq) GetTargetNsiList() []string + func (o *AccessTokenReq) GetTargetNsiListOk() ([]string, bool) + func (o *AccessTokenReq) GetTargetPlmn() PlmnId + func (o *AccessTokenReq) GetTargetPlmnOk() (*PlmnId, bool) + func (o *AccessTokenReq) GetTargetSnpn() PlmnIdNid + func (o *AccessTokenReq) GetTargetSnpnOk() (*PlmnIdNid, bool) + func (o *AccessTokenReq) GetTargetSnssaiList() []Snssai + func (o *AccessTokenReq) GetTargetSnssaiListOk() ([]Snssai, bool) + func (o *AccessTokenReq) HasHnrfAccessTokenUri() bool + func (o *AccessTokenReq) HasNfType() bool + func (o *AccessTokenReq) HasRequesterFqdn() bool + func (o *AccessTokenReq) HasRequesterPlmn() bool + func (o *AccessTokenReq) HasRequesterPlmnList() bool + func (o *AccessTokenReq) HasRequesterSnpnList() bool + func (o *AccessTokenReq) HasRequesterSnssaiList() bool + func (o *AccessTokenReq) HasSourceNfInstanceId() bool + func (o *AccessTokenReq) HasTargetNfInstanceId() bool + func (o *AccessTokenReq) HasTargetNfServiceSetId() bool + func (o *AccessTokenReq) HasTargetNfSetId() bool + func (o *AccessTokenReq) HasTargetNfType() bool + func (o *AccessTokenReq) HasTargetNsiList() bool + func (o *AccessTokenReq) HasTargetPlmn() bool + func (o *AccessTokenReq) HasTargetSnpn() bool + func (o *AccessTokenReq) HasTargetSnssaiList() bool + func (o *AccessTokenReq) SetGrantType(v string) + func (o *AccessTokenReq) SetHnrfAccessTokenUri(v string) + func (o *AccessTokenReq) SetNfInstanceId(v string) + func (o *AccessTokenReq) SetNfType(v NFType) + func (o *AccessTokenReq) SetRequesterFqdn(v string) + func (o *AccessTokenReq) SetRequesterPlmn(v PlmnId) + func (o *AccessTokenReq) SetRequesterPlmnList(v []PlmnId) + func (o *AccessTokenReq) SetRequesterSnpnList(v []PlmnIdNid) + func (o *AccessTokenReq) SetRequesterSnssaiList(v []Snssai) + func (o *AccessTokenReq) SetScope(v string) + func (o *AccessTokenReq) SetSourceNfInstanceId(v string) + func (o *AccessTokenReq) SetTargetNfInstanceId(v string) + func (o *AccessTokenReq) SetTargetNfServiceSetId(v string) + func (o *AccessTokenReq) SetTargetNfSetId(v string) + func (o *AccessTokenReq) SetTargetNfType(v NFType) + func (o *AccessTokenReq) SetTargetNsiList(v []string) + func (o *AccessTokenReq) SetTargetPlmn(v PlmnId) + func (o *AccessTokenReq) SetTargetSnpn(v PlmnIdNid) + func (o *AccessTokenReq) SetTargetSnssaiList(v []Snssai) + func (o AccessTokenReq) MarshalJSON() ([]byte, error) + func (o AccessTokenReq) ToMap() (map[string]interface{}, error) + type AccessType string + const NON_3_GPP_ACCESS + func NewAccessTypeFromValue(v string) (*AccessType, error) + func (v *AccessType) UnmarshalJSON(src []byte) error + func (v AccessType) IsValid() bool + func (v AccessType) Ptr() *AccessType + type AccessTypeRm struct + AccessType *AccessType + NullValue *NullValue + func (dst *AccessTypeRm) UnmarshalJSON(data []byte) error + func (src *AccessTypeRm) MarshalJSON() ([]byte, error) + type AccuUsageReport struct + NextTimeUsage *int32 + NextVolUsage *int64 + NextVolUsageDownlink *int64 + NextVolUsageUplink *int64 + RefUmIds string + TimeUsage *int32 + VolUsage *int64 + VolUsageDownlink *int64 + VolUsageUplink *int64 + func NewAccuUsageReport(refUmIds string) *AccuUsageReport + func NewAccuUsageReportWithDefaults() *AccuUsageReport + func (o *AccuUsageReport) GetNextTimeUsage() int32 + func (o *AccuUsageReport) GetNextTimeUsageOk() (*int32, bool) + func (o *AccuUsageReport) GetNextVolUsage() int64 + func (o *AccuUsageReport) GetNextVolUsageDownlink() int64 + func (o *AccuUsageReport) GetNextVolUsageDownlinkOk() (*int64, bool) + func (o *AccuUsageReport) GetNextVolUsageOk() (*int64, bool) + func (o *AccuUsageReport) GetNextVolUsageUplink() int64 + func (o *AccuUsageReport) GetNextVolUsageUplinkOk() (*int64, bool) + func (o *AccuUsageReport) GetRefUmIds() string + func (o *AccuUsageReport) GetRefUmIdsOk() (*string, bool) + func (o *AccuUsageReport) GetTimeUsage() int32 + func (o *AccuUsageReport) GetTimeUsageOk() (*int32, bool) + func (o *AccuUsageReport) GetVolUsage() int64 + func (o *AccuUsageReport) GetVolUsageDownlink() int64 + func (o *AccuUsageReport) GetVolUsageDownlinkOk() (*int64, bool) + func (o *AccuUsageReport) GetVolUsageOk() (*int64, bool) + func (o *AccuUsageReport) GetVolUsageUplink() int64 + func (o *AccuUsageReport) GetVolUsageUplinkOk() (*int64, bool) + func (o *AccuUsageReport) HasNextTimeUsage() bool + func (o *AccuUsageReport) HasNextVolUsage() bool + func (o *AccuUsageReport) HasNextVolUsageDownlink() bool + func (o *AccuUsageReport) HasNextVolUsageUplink() bool + func (o *AccuUsageReport) HasTimeUsage() bool + func (o *AccuUsageReport) HasVolUsage() bool + func (o *AccuUsageReport) HasVolUsageDownlink() bool + func (o *AccuUsageReport) HasVolUsageUplink() bool + func (o *AccuUsageReport) SetNextTimeUsage(v int32) + func (o *AccuUsageReport) SetNextVolUsage(v int64) + func (o *AccuUsageReport) SetNextVolUsageDownlink(v int64) + func (o *AccuUsageReport) SetNextVolUsageUplink(v int64) + func (o *AccuUsageReport) SetRefUmIds(v string) + func (o *AccuUsageReport) SetTimeUsage(v int32) + func (o *AccuUsageReport) SetVolUsage(v int64) + func (o *AccuUsageReport) SetVolUsageDownlink(v int64) + func (o *AccuUsageReport) SetVolUsageUplink(v int64) + func (o AccuUsageReport) MarshalJSON() ([]byte, error) + func (o AccuUsageReport) ToMap() (map[string]interface{}, error) + type AdditionalAccessInfo struct + AccessType AccessType + RatType *RatType + func NewAdditionalAccessInfo(accessType AccessType) *AdditionalAccessInfo + func NewAdditionalAccessInfoWithDefaults() *AdditionalAccessInfo + func (o *AdditionalAccessInfo) GetAccessType() AccessType + func (o *AdditionalAccessInfo) GetAccessTypeOk() (*AccessType, bool) + func (o *AdditionalAccessInfo) GetRatType() RatType + func (o *AdditionalAccessInfo) GetRatTypeOk() (*RatType, bool) + func (o *AdditionalAccessInfo) HasRatType() bool + func (o *AdditionalAccessInfo) SetAccessType(v AccessType) + func (o *AdditionalAccessInfo) SetRatType(v RatType) + func (o AdditionalAccessInfo) MarshalJSON() ([]byte, error) + func (o AdditionalAccessInfo) ToMap() (map[string]interface{}, error) + type AfSigProtocol struct + AfSigProtocolAnyOf *AfSigProtocolAnyOf + NullValue *NullValue + String *string + func (dst *AfSigProtocol) UnmarshalJSON(data []byte) error + func (src *AfSigProtocol) MarshalJSON() ([]byte, error) + type AfSigProtocolAnyOf string + const NO_INFORMATION + const SIP + func NewAfSigProtocolAnyOfFromValue(v string) (*AfSigProtocolAnyOf, error) + func (v *AfSigProtocolAnyOf) UnmarshalJSON(src []byte) error + func (v AfSigProtocolAnyOf) IsValid() bool + func (v AfSigProtocolAnyOf) Ptr() *AfSigProtocolAnyOf + type Ambr struct + Downlink string + Uplink string + func NewAmbr(uplink string, downlink string) *Ambr + func NewAmbrWithDefaults() *Ambr + func (o *Ambr) GetDownlink() string + func (o *Ambr) GetDownlinkOk() (*string, bool) + func (o *Ambr) GetUplink() string + func (o *Ambr) GetUplinkOk() (*string, bool) + func (o *Ambr) SetDownlink(v string) + func (o *Ambr) SetUplink(v string) + func (o Ambr) MarshalJSON() ([]byte, error) + func (o Ambr) ToMap() (map[string]interface{}, error) + type AnGwAddress struct + Interface *interface{} + func (dst *AnGwAddress) UnmarshalJSON(data []byte) error + func (src *AnGwAddress) MarshalJSON() ([]byte, error) + type ApiCreateSMPolicyRequest struct + ApiService *SMPoliciesCollectionApiService + func (r ApiCreateSMPolicyRequest) Execute() (*SmPolicyDecision, *http.Response, error) + func (r ApiCreateSMPolicyRequest) SmPolicyContextData(smPolicyContextData SmPolicyContextData) ApiCreateSMPolicyRequest + type ApiDeleteSMPolicyRequest struct + ApiService *IndividualSMPolicyDocumentApiService + func (r ApiDeleteSMPolicyRequest) Execute() (*http.Response, error) + func (r ApiDeleteSMPolicyRequest) SmPolicyDeleteData(smPolicyDeleteData SmPolicyDeleteData) ApiDeleteSMPolicyRequest + type ApiGetSMPolicyRequest struct + ApiService *IndividualSMPolicyDocumentApiService + func (r ApiGetSMPolicyRequest) Execute() (*SmPolicyControl, *http.Response, error) + type ApiUpdateSMPolicyRequest struct + ApiService *IndividualSMPolicyDocumentApiService + func (r ApiUpdateSMPolicyRequest) Execute() (*SmPolicyDecision, *http.Response, error) + func (r ApiUpdateSMPolicyRequest) SmPolicyUpdateContextData(smPolicyUpdateContextData SmPolicyUpdateContextData) ApiUpdateSMPolicyRequest + type AppDetectionInfo struct + AppId string + InstanceId *string + SdfDescriptions []FlowInformation + func NewAppDetectionInfo(appId string) *AppDetectionInfo + func NewAppDetectionInfoWithDefaults() *AppDetectionInfo + func (o *AppDetectionInfo) GetAppId() string + func (o *AppDetectionInfo) GetAppIdOk() (*string, bool) + func (o *AppDetectionInfo) GetInstanceId() string + func (o *AppDetectionInfo) GetInstanceIdOk() (*string, bool) + func (o *AppDetectionInfo) GetSdfDescriptions() []FlowInformation + func (o *AppDetectionInfo) GetSdfDescriptionsOk() ([]FlowInformation, bool) + func (o *AppDetectionInfo) HasInstanceId() bool + func (o *AppDetectionInfo) HasSdfDescriptions() bool + func (o *AppDetectionInfo) SetAppId(v string) + func (o *AppDetectionInfo) SetInstanceId(v string) + func (o *AppDetectionInfo) SetSdfDescriptions(v []FlowInformation) + func (o AppDetectionInfo) MarshalJSON() ([]byte, error) + func (o AppDetectionInfo) ToMap() (map[string]interface{}, error) + type Arp struct + PreemptCap PreemptionCapability + PreemptVuln PreemptionVulnerability + PriorityLevel NullableInt32 + func NewArp(priorityLevel NullableInt32, preemptCap PreemptionCapability, ...) *Arp + func NewArpWithDefaults() *Arp + func (o *Arp) GetPreemptCap() PreemptionCapability + func (o *Arp) GetPreemptCapOk() (*PreemptionCapability, bool) + func (o *Arp) GetPreemptVuln() PreemptionVulnerability + func (o *Arp) GetPreemptVulnOk() (*PreemptionVulnerability, bool) + func (o *Arp) GetPriorityLevel() int32 + func (o *Arp) GetPriorityLevelOk() (*int32, bool) + func (o *Arp) SetPreemptCap(v PreemptionCapability) + func (o *Arp) SetPreemptVuln(v PreemptionVulnerability) + func (o *Arp) SetPriorityLevel(v int32) + func (o Arp) MarshalJSON() ([]byte, error) + func (o Arp) ToMap() (map[string]interface{}, error) + type AtsssCapability struct + AtsssCapabilityAnyOf *AtsssCapabilityAnyOf + String *string + func (dst *AtsssCapability) UnmarshalJSON(data []byte) error + func (src *AtsssCapability) MarshalJSON() ([]byte, error) + type AtsssCapabilityAnyOf string + const ATSSS_LL + const MPTCP_ATSSS_LL + const MPTCP_ATSSS_LL_WITH_ASMODE_DLUL + const MPTCP_ATSSS_LL_WITH_ASMODE_UL + const MPTCP_ATSSS_LL_WITH_EXSDMODE_DL_ASMODE_UL + func NewAtsssCapabilityAnyOfFromValue(v string) (*AtsssCapabilityAnyOf, error) + func (v *AtsssCapabilityAnyOf) UnmarshalJSON(src []byte) error + func (v AtsssCapabilityAnyOf) IsValid() bool + func (v AtsssCapabilityAnyOf) Ptr() *AtsssCapabilityAnyOf + type AuthorizedDefaultQos struct + Arp *Arp + AverWindow NullableInt32 + ExtMaxDataBurstVol NullableInt32 + GbrDl NullableString + GbrUl NullableString + MaxDataBurstVol NullableInt32 + MaxbrDl NullableString + MaxbrUl NullableString + PriorityLevel NullableInt32 + Var5qi *int32 + func NewAuthorizedDefaultQos() *AuthorizedDefaultQos + func NewAuthorizedDefaultQosWithDefaults() *AuthorizedDefaultQos + func (o *AuthorizedDefaultQos) GetArp() Arp + func (o *AuthorizedDefaultQos) GetArpOk() (*Arp, bool) + func (o *AuthorizedDefaultQos) GetAverWindow() int32 + func (o *AuthorizedDefaultQos) GetAverWindowOk() (*int32, bool) + func (o *AuthorizedDefaultQos) GetExtMaxDataBurstVol() int32 + func (o *AuthorizedDefaultQos) GetExtMaxDataBurstVolOk() (*int32, bool) + func (o *AuthorizedDefaultQos) GetGbrDl() string + func (o *AuthorizedDefaultQos) GetGbrDlOk() (*string, bool) + func (o *AuthorizedDefaultQos) GetGbrUl() string + func (o *AuthorizedDefaultQos) GetGbrUlOk() (*string, bool) + func (o *AuthorizedDefaultQos) GetMaxDataBurstVol() int32 + func (o *AuthorizedDefaultQos) GetMaxDataBurstVolOk() (*int32, bool) + func (o *AuthorizedDefaultQos) GetMaxbrDl() string + func (o *AuthorizedDefaultQos) GetMaxbrDlOk() (*string, bool) + func (o *AuthorizedDefaultQos) GetMaxbrUl() string + func (o *AuthorizedDefaultQos) GetMaxbrUlOk() (*string, bool) + func (o *AuthorizedDefaultQos) GetPriorityLevel() int32 + func (o *AuthorizedDefaultQos) GetPriorityLevelOk() (*int32, bool) + func (o *AuthorizedDefaultQos) GetVar5qi() int32 + func (o *AuthorizedDefaultQos) GetVar5qiOk() (*int32, bool) + func (o *AuthorizedDefaultQos) HasArp() bool + func (o *AuthorizedDefaultQos) HasAverWindow() bool + func (o *AuthorizedDefaultQos) HasExtMaxDataBurstVol() bool + func (o *AuthorizedDefaultQos) HasGbrDl() bool + func (o *AuthorizedDefaultQos) HasGbrUl() bool + func (o *AuthorizedDefaultQos) HasMaxDataBurstVol() bool + func (o *AuthorizedDefaultQos) HasMaxbrDl() bool + func (o *AuthorizedDefaultQos) HasMaxbrUl() bool + func (o *AuthorizedDefaultQos) HasPriorityLevel() bool + func (o *AuthorizedDefaultQos) HasVar5qi() bool + func (o *AuthorizedDefaultQos) SetArp(v Arp) + func (o *AuthorizedDefaultQos) SetAverWindow(v int32) + func (o *AuthorizedDefaultQos) SetAverWindowNil() + func (o *AuthorizedDefaultQos) SetExtMaxDataBurstVol(v int32) + func (o *AuthorizedDefaultQos) SetExtMaxDataBurstVolNil() + func (o *AuthorizedDefaultQos) SetGbrDl(v string) + func (o *AuthorizedDefaultQos) SetGbrDlNil() + func (o *AuthorizedDefaultQos) SetGbrUl(v string) + func (o *AuthorizedDefaultQos) SetGbrUlNil() + func (o *AuthorizedDefaultQos) SetMaxDataBurstVol(v int32) + func (o *AuthorizedDefaultQos) SetMaxDataBurstVolNil() + func (o *AuthorizedDefaultQos) SetMaxbrDl(v string) + func (o *AuthorizedDefaultQos) SetMaxbrDlNil() + func (o *AuthorizedDefaultQos) SetMaxbrUl(v string) + func (o *AuthorizedDefaultQos) SetMaxbrUlNil() + func (o *AuthorizedDefaultQos) SetPriorityLevel(v int32) + func (o *AuthorizedDefaultQos) SetPriorityLevelNil() + func (o *AuthorizedDefaultQos) SetVar5qi(v int32) + func (o *AuthorizedDefaultQos) UnsetAverWindow() + func (o *AuthorizedDefaultQos) UnsetExtMaxDataBurstVol() + func (o *AuthorizedDefaultQos) UnsetGbrDl() + func (o *AuthorizedDefaultQos) UnsetGbrUl() + func (o *AuthorizedDefaultQos) UnsetMaxDataBurstVol() + func (o *AuthorizedDefaultQos) UnsetMaxbrDl() + func (o *AuthorizedDefaultQos) UnsetMaxbrUl() + func (o *AuthorizedDefaultQos) UnsetPriorityLevel() + func (o AuthorizedDefaultQos) MarshalJSON() ([]byte, error) + func (o AuthorizedDefaultQos) ToMap() (map[string]interface{}, error) + type BasicAuth struct + Password string + UserName string + type BridgeManagementContainer struct + BridgeManCont string + func NewBridgeManagementContainer(bridgeManCont string) *BridgeManagementContainer + func NewBridgeManagementContainerWithDefaults() *BridgeManagementContainer + func (o *BridgeManagementContainer) GetBridgeManCont() string + func (o *BridgeManagementContainer) GetBridgeManContOk() (*string, bool) + func (o *BridgeManagementContainer) SetBridgeManCont(v string) + func (o BridgeManagementContainer) MarshalJSON() ([]byte, error) + func (o BridgeManagementContainer) ToMap() (map[string]interface{}, error) + type CellGlobalId struct + CellId string + Lac string + PlmnId PlmnId + func NewCellGlobalId(plmnId PlmnId, lac string, cellId string) *CellGlobalId + func NewCellGlobalIdWithDefaults() *CellGlobalId + func (o *CellGlobalId) GetCellId() string + func (o *CellGlobalId) GetCellIdOk() (*string, bool) + func (o *CellGlobalId) GetLac() string + func (o *CellGlobalId) GetLacOk() (*string, bool) + func (o *CellGlobalId) GetPlmnId() PlmnId + func (o *CellGlobalId) GetPlmnIdOk() (*PlmnId, bool) + func (o *CellGlobalId) SetCellId(v string) + func (o *CellGlobalId) SetLac(v string) + func (o *CellGlobalId) SetPlmnId(v PlmnId) + func (o CellGlobalId) MarshalJSON() ([]byte, error) + func (o CellGlobalId) ToMap() (map[string]interface{}, error) + type ChargingData struct + AfChargId *string + AfChargingIdentifier *int32 + AppSvcProvId *string + ChgId string + MeteringMethod *MeteringMethod + Offline *bool + Online *bool + RatingGroup *int32 + ReportingLevel *ReportingLevel + SdfHandl *bool + ServiceId *int32 + SponsorId *string + func NewChargingData(chgId string) *ChargingData + func NewChargingDataWithDefaults() *ChargingData + func (o *ChargingData) GetAfChargId() string + func (o *ChargingData) GetAfChargIdOk() (*string, bool) + func (o *ChargingData) GetAfChargingIdentifier() int32 + func (o *ChargingData) GetAfChargingIdentifierOk() (*int32, bool) + func (o *ChargingData) GetAppSvcProvId() string + func (o *ChargingData) GetAppSvcProvIdOk() (*string, bool) + func (o *ChargingData) GetChgId() string + func (o *ChargingData) GetChgIdOk() (*string, bool) + func (o *ChargingData) GetMeteringMethod() MeteringMethod + func (o *ChargingData) GetMeteringMethodOk() (*MeteringMethod, bool) + func (o *ChargingData) GetOffline() bool + func (o *ChargingData) GetOfflineOk() (*bool, bool) + func (o *ChargingData) GetOnline() bool + func (o *ChargingData) GetOnlineOk() (*bool, bool) + func (o *ChargingData) GetRatingGroup() int32 + func (o *ChargingData) GetRatingGroupOk() (*int32, bool) + func (o *ChargingData) GetReportingLevel() ReportingLevel + func (o *ChargingData) GetReportingLevelOk() (*ReportingLevel, bool) + func (o *ChargingData) GetSdfHandl() bool + func (o *ChargingData) GetSdfHandlOk() (*bool, bool) + func (o *ChargingData) GetServiceId() int32 + func (o *ChargingData) GetServiceIdOk() (*int32, bool) + func (o *ChargingData) GetSponsorId() string + func (o *ChargingData) GetSponsorIdOk() (*string, bool) + func (o *ChargingData) HasAfChargId() bool + func (o *ChargingData) HasAfChargingIdentifier() bool + func (o *ChargingData) HasAppSvcProvId() bool + func (o *ChargingData) HasMeteringMethod() bool + func (o *ChargingData) HasOffline() bool + func (o *ChargingData) HasOnline() bool + func (o *ChargingData) HasRatingGroup() bool + func (o *ChargingData) HasReportingLevel() bool + func (o *ChargingData) HasSdfHandl() bool + func (o *ChargingData) HasServiceId() bool + func (o *ChargingData) HasSponsorId() bool + func (o *ChargingData) SetAfChargId(v string) + func (o *ChargingData) SetAfChargingIdentifier(v int32) + func (o *ChargingData) SetAppSvcProvId(v string) + func (o *ChargingData) SetChgId(v string) + func (o *ChargingData) SetMeteringMethod(v MeteringMethod) + func (o *ChargingData) SetOffline(v bool) + func (o *ChargingData) SetOnline(v bool) + func (o *ChargingData) SetRatingGroup(v int32) + func (o *ChargingData) SetReportingLevel(v ReportingLevel) + func (o *ChargingData) SetSdfHandl(v bool) + func (o *ChargingData) SetServiceId(v int32) + func (o *ChargingData) SetSponsorId(v string) + func (o ChargingData) MarshalJSON() ([]byte, error) + func (o ChargingData) ToMap() (map[string]interface{}, error) + type ChargingInformation struct + PrimaryChfAddress string + PrimaryChfInstanceId *string + PrimaryChfSetId *string + SecondaryChfAddress *string + SecondaryChfInstanceId *string + SecondaryChfSetId *string + func NewChargingInformation(primaryChfAddress string) *ChargingInformation + func NewChargingInformationWithDefaults() *ChargingInformation + func (o *ChargingInformation) GetPrimaryChfAddress() string + func (o *ChargingInformation) GetPrimaryChfAddressOk() (*string, bool) + func (o *ChargingInformation) GetPrimaryChfInstanceId() string + func (o *ChargingInformation) GetPrimaryChfInstanceIdOk() (*string, bool) + func (o *ChargingInformation) GetPrimaryChfSetId() string + func (o *ChargingInformation) GetPrimaryChfSetIdOk() (*string, bool) + func (o *ChargingInformation) GetSecondaryChfAddress() string + func (o *ChargingInformation) GetSecondaryChfAddressOk() (*string, bool) + func (o *ChargingInformation) GetSecondaryChfInstanceId() string + func (o *ChargingInformation) GetSecondaryChfInstanceIdOk() (*string, bool) + func (o *ChargingInformation) GetSecondaryChfSetId() string + func (o *ChargingInformation) GetSecondaryChfSetIdOk() (*string, bool) + func (o *ChargingInformation) HasPrimaryChfInstanceId() bool + func (o *ChargingInformation) HasPrimaryChfSetId() bool + func (o *ChargingInformation) HasSecondaryChfAddress() bool + func (o *ChargingInformation) HasSecondaryChfInstanceId() bool + func (o *ChargingInformation) HasSecondaryChfSetId() bool + func (o *ChargingInformation) SetPrimaryChfAddress(v string) + func (o *ChargingInformation) SetPrimaryChfInstanceId(v string) + func (o *ChargingInformation) SetPrimaryChfSetId(v string) + func (o *ChargingInformation) SetSecondaryChfAddress(v string) + func (o *ChargingInformation) SetSecondaryChfInstanceId(v string) + func (o *ChargingInformation) SetSecondaryChfSetId(v string) + func (o ChargingInformation) MarshalJSON() ([]byte, error) + func (o ChargingInformation) ToMap() (map[string]interface{}, error) + type ConditionData struct + AccessType *AccessType + ActivationTime NullableTime + CondId string + DeactivationTime NullableTime + RatType *RatType + func NewConditionData(condId string) *ConditionData + func NewConditionDataWithDefaults() *ConditionData + func (o *ConditionData) GetAccessType() AccessType + func (o *ConditionData) GetAccessTypeOk() (*AccessType, bool) + func (o *ConditionData) GetActivationTime() time.Time + func (o *ConditionData) GetActivationTimeOk() (*time.Time, bool) + func (o *ConditionData) GetCondId() string + func (o *ConditionData) GetCondIdOk() (*string, bool) + func (o *ConditionData) GetDeactivationTime() time.Time + func (o *ConditionData) GetDeactivationTimeOk() (*time.Time, bool) + func (o *ConditionData) GetRatType() RatType + func (o *ConditionData) GetRatTypeOk() (*RatType, bool) + func (o *ConditionData) HasAccessType() bool + func (o *ConditionData) HasActivationTime() bool + func (o *ConditionData) HasDeactivationTime() bool + func (o *ConditionData) HasRatType() bool + func (o *ConditionData) SetAccessType(v AccessType) + func (o *ConditionData) SetActivationTime(v time.Time) + func (o *ConditionData) SetActivationTimeNil() + func (o *ConditionData) SetCondId(v string) + func (o *ConditionData) SetDeactivationTime(v time.Time) + func (o *ConditionData) SetDeactivationTimeNil() + func (o *ConditionData) SetRatType(v RatType) + func (o *ConditionData) UnsetActivationTime() + func (o *ConditionData) UnsetDeactivationTime() + func (o ConditionData) MarshalJSON() ([]byte, error) + func (o ConditionData) 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 CreditManagementStatus struct + CreditManagementStatusAnyOf *CreditManagementStatusAnyOf + String *string + func (dst *CreditManagementStatus) UnmarshalJSON(data []byte) error + func (src *CreditManagementStatus) MarshalJSON() ([]byte, error) + type CreditManagementStatusAnyOf string + const AUTH_REJECTED + const CREDIT_CTRL_NOT_APP + const END_USER_SER_DENIED + const RATING_FAILED + const USER_UNKNOWN + func NewCreditManagementStatusAnyOfFromValue(v string) (*CreditManagementStatusAnyOf, error) + func (v *CreditManagementStatusAnyOf) UnmarshalJSON(src []byte) error + func (v CreditManagementStatusAnyOf) IsValid() bool + func (v CreditManagementStatusAnyOf) Ptr() *CreditManagementStatusAnyOf + 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 DnnSelectionMode struct + DnnSelectionModeAnyOf *DnnSelectionModeAnyOf + String *string + func (dst *DnnSelectionMode) UnmarshalJSON(data []byte) error + func (src *DnnSelectionMode) MarshalJSON() ([]byte, error) + type DnnSelectionModeAnyOf string + const NW_DNN_NOT_VERIFIED + const UE_DNN_NOT_VERIFIED + const VERIFIED + func NewDnnSelectionModeAnyOfFromValue(v string) (*DnnSelectionModeAnyOf, error) + func (v *DnnSelectionModeAnyOf) UnmarshalJSON(src []byte) error + func (v DnnSelectionModeAnyOf) IsValid() bool + func (v DnnSelectionModeAnyOf) Ptr() *DnnSelectionModeAnyOf + type DownlinkDataNotificationControl struct + NotifCtrlInds []NotificationControlIndication + TypesOfNotif []DlDataDeliveryStatus + func NewDownlinkDataNotificationControl() *DownlinkDataNotificationControl + func NewDownlinkDataNotificationControlWithDefaults() *DownlinkDataNotificationControl + func (o *DownlinkDataNotificationControl) GetNotifCtrlInds() []NotificationControlIndication + func (o *DownlinkDataNotificationControl) GetNotifCtrlIndsOk() ([]NotificationControlIndication, bool) + func (o *DownlinkDataNotificationControl) GetTypesOfNotif() []DlDataDeliveryStatus + func (o *DownlinkDataNotificationControl) GetTypesOfNotifOk() ([]DlDataDeliveryStatus, bool) + func (o *DownlinkDataNotificationControl) HasNotifCtrlInds() bool + func (o *DownlinkDataNotificationControl) HasTypesOfNotif() bool + func (o *DownlinkDataNotificationControl) SetNotifCtrlInds(v []NotificationControlIndication) + func (o *DownlinkDataNotificationControl) SetTypesOfNotif(v []DlDataDeliveryStatus) + func (o DownlinkDataNotificationControl) MarshalJSON() ([]byte, error) + func (o DownlinkDataNotificationControl) ToMap() (map[string]interface{}, error) + type DownlinkDataNotificationControlRm struct + NotifCtrlInds []NotificationControlIndication + TypesOfNotif []DlDataDeliveryStatus + func NewDownlinkDataNotificationControlRm() *DownlinkDataNotificationControlRm + func NewDownlinkDataNotificationControlRmWithDefaults() *DownlinkDataNotificationControlRm + func (o *DownlinkDataNotificationControlRm) GetNotifCtrlInds() []NotificationControlIndication + func (o *DownlinkDataNotificationControlRm) GetNotifCtrlIndsOk() ([]NotificationControlIndication, bool) + func (o *DownlinkDataNotificationControlRm) GetTypesOfNotif() []DlDataDeliveryStatus + func (o *DownlinkDataNotificationControlRm) GetTypesOfNotifOk() ([]DlDataDeliveryStatus, bool) + func (o *DownlinkDataNotificationControlRm) HasNotifCtrlInds() bool + func (o *DownlinkDataNotificationControlRm) HasTypesOfNotif() bool + func (o *DownlinkDataNotificationControlRm) SetNotifCtrlInds(v []NotificationControlIndication) + func (o *DownlinkDataNotificationControlRm) SetTypesOfNotif(v []DlDataDeliveryStatus) + func (o DownlinkDataNotificationControlRm) MarshalJSON() ([]byte, error) + func (o DownlinkDataNotificationControlRm) ToMap() (map[string]interface{}, error) + 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 Ecgi struct + EutraCellId string + Nid *string + PlmnId PlmnId + func NewEcgi(plmnId PlmnId, eutraCellId string) *Ecgi + func NewEcgiWithDefaults() *Ecgi + func (o *Ecgi) GetEutraCellId() string + func (o *Ecgi) GetEutraCellIdOk() (*string, bool) + func (o *Ecgi) GetNid() string + func (o *Ecgi) GetNidOk() (*string, bool) + func (o *Ecgi) GetPlmnId() PlmnId + func (o *Ecgi) GetPlmnIdOk() (*PlmnId, bool) + func (o *Ecgi) HasNid() bool + func (o *Ecgi) SetEutraCellId(v string) + func (o *Ecgi) SetNid(v string) + func (o *Ecgi) SetPlmnId(v PlmnId) + func (o Ecgi) MarshalJSON() ([]byte, error) + func (o Ecgi) ToMap() (map[string]interface{}, error) + type ErrorReport struct + Error *ProblemDetails + InvalidPolicyDecs []InvalidParam + PolDecFailureReports []PolicyDecisionFailureCode + RuleReports []RuleReport + SessRuleReports []SessionRuleReport + func NewErrorReport() *ErrorReport + func NewErrorReportWithDefaults() *ErrorReport + func (o *ErrorReport) GetError() ProblemDetails + func (o *ErrorReport) GetErrorOk() (*ProblemDetails, bool) + func (o *ErrorReport) GetInvalidPolicyDecs() []InvalidParam + func (o *ErrorReport) GetInvalidPolicyDecsOk() ([]InvalidParam, bool) + func (o *ErrorReport) GetPolDecFailureReports() []PolicyDecisionFailureCode + func (o *ErrorReport) GetPolDecFailureReportsOk() ([]PolicyDecisionFailureCode, bool) + func (o *ErrorReport) GetRuleReports() []RuleReport + func (o *ErrorReport) GetRuleReportsOk() ([]RuleReport, bool) + func (o *ErrorReport) GetSessRuleReports() []SessionRuleReport + func (o *ErrorReport) GetSessRuleReportsOk() ([]SessionRuleReport, bool) + func (o *ErrorReport) HasError() bool + func (o *ErrorReport) HasInvalidPolicyDecs() bool + func (o *ErrorReport) HasPolDecFailureReports() bool + func (o *ErrorReport) HasRuleReports() bool + func (o *ErrorReport) HasSessRuleReports() bool + func (o *ErrorReport) SetError(v ProblemDetails) + func (o *ErrorReport) SetInvalidPolicyDecs(v []InvalidParam) + func (o *ErrorReport) SetPolDecFailureReports(v []PolicyDecisionFailureCode) + func (o *ErrorReport) SetRuleReports(v []RuleReport) + func (o *ErrorReport) SetSessRuleReports(v []SessionRuleReport) + func (o ErrorReport) MarshalJSON() ([]byte, error) + func (o ErrorReport) 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 EutraLocation struct + AgeOfLocationInformation *int32 + Ecgi Ecgi + GeodeticInformation *string + GeographicalInformation *string + GlobalENbId *GlobalRanNodeId + GlobalNgenbId *GlobalRanNodeId + IgnoreEcgi *bool + IgnoreTai *bool + Tai Tai + UeLocationTimestamp *time.Time + func NewEutraLocation(tai Tai, ecgi Ecgi) *EutraLocation + func NewEutraLocationWithDefaults() *EutraLocation + func (o *EutraLocation) GetAgeOfLocationInformation() int32 + func (o *EutraLocation) GetAgeOfLocationInformationOk() (*int32, bool) + func (o *EutraLocation) GetEcgi() Ecgi + func (o *EutraLocation) GetEcgiOk() (*Ecgi, bool) + func (o *EutraLocation) GetGeodeticInformation() string + func (o *EutraLocation) GetGeodeticInformationOk() (*string, bool) + func (o *EutraLocation) GetGeographicalInformation() string + func (o *EutraLocation) GetGeographicalInformationOk() (*string, bool) + func (o *EutraLocation) GetGlobalENbId() GlobalRanNodeId + func (o *EutraLocation) GetGlobalENbIdOk() (*GlobalRanNodeId, bool) + func (o *EutraLocation) GetGlobalNgenbId() GlobalRanNodeId + func (o *EutraLocation) GetGlobalNgenbIdOk() (*GlobalRanNodeId, bool) + func (o *EutraLocation) GetIgnoreEcgi() bool + func (o *EutraLocation) GetIgnoreEcgiOk() (*bool, bool) + func (o *EutraLocation) GetIgnoreTai() bool + func (o *EutraLocation) GetIgnoreTaiOk() (*bool, bool) + func (o *EutraLocation) GetTai() Tai + func (o *EutraLocation) GetTaiOk() (*Tai, bool) + func (o *EutraLocation) GetUeLocationTimestamp() time.Time + func (o *EutraLocation) GetUeLocationTimestampOk() (*time.Time, bool) + func (o *EutraLocation) HasAgeOfLocationInformation() bool + func (o *EutraLocation) HasGeodeticInformation() bool + func (o *EutraLocation) HasGeographicalInformation() bool + func (o *EutraLocation) HasGlobalENbId() bool + func (o *EutraLocation) HasGlobalNgenbId() bool + func (o *EutraLocation) HasIgnoreEcgi() bool + func (o *EutraLocation) HasIgnoreTai() bool + func (o *EutraLocation) HasUeLocationTimestamp() bool + func (o *EutraLocation) SetAgeOfLocationInformation(v int32) + func (o *EutraLocation) SetEcgi(v Ecgi) + func (o *EutraLocation) SetGeodeticInformation(v string) + func (o *EutraLocation) SetGeographicalInformation(v string) + func (o *EutraLocation) SetGlobalENbId(v GlobalRanNodeId) + func (o *EutraLocation) SetGlobalNgenbId(v GlobalRanNodeId) + func (o *EutraLocation) SetIgnoreEcgi(v bool) + func (o *EutraLocation) SetIgnoreTai(v bool) + func (o *EutraLocation) SetTai(v Tai) + func (o *EutraLocation) SetUeLocationTimestamp(v time.Time) + func (o EutraLocation) MarshalJSON() ([]byte, error) + func (o EutraLocation) ToMap() (map[string]interface{}, error) + type FailureCause struct + FailureCauseAnyOf *FailureCauseAnyOf + String *string + func (dst *FailureCause) UnmarshalJSON(data []byte) error + func (src *FailureCause) MarshalJSON() ([]byte, error) + type FailureCauseAnyOf string + const PCC_QOS_FLOW_EVENT + const PCC_RULE_EVENT + const POL_DEC_ERROR + const RULE_PERMANENT_ERROR + const RULE_TEMPORARY_ERROR + func NewFailureCauseAnyOfFromValue(v string) (*FailureCauseAnyOf, error) + func (v *FailureCauseAnyOf) UnmarshalJSON(src []byte) error + func (v FailureCauseAnyOf) IsValid() bool + func (v FailureCauseAnyOf) Ptr() *FailureCauseAnyOf + type FailureCode struct + FailureCodeAnyOf *FailureCodeAnyOf + String *string + func (dst *FailureCode) UnmarshalJSON(data []byte) error + func (src *FailureCode) MarshalJSON() ([]byte, error) + type FailureCodeAnyOf string + const AN_GW_FAILE + const APP_ID_ERR + const CM_AUTH_REJ + const CM_CREDIT_CON_NOT_APP + const CM_END_USER_SER_DENIED + const CM_RAT_FAILED + const CM_USER_UNK + const DNAI_STEERING_ERROR + const FILTER_RES + const INCORRECT_COND_DATA + const INCOR_FLOW_INFO + const MAX_NR_PACKET_FILTERS_EXCEEDED + const MAX_NR_QO_S_FLOW + const MISS_FLOW_INFO + const MISS_REDI_SER_ADDR + const MUTE_CHG_NOT_ALLOWED + const NF_MAL + const NO_QOS_FLOW_BOUND + const PACKET_FILTER_TFT_ALLOCATION_EXCEEDED + const PS_TO_CS_HAN + const RA_GR_ERR + const REF_ID_COLLISION + const RES_ALLO_FAIL + const RES_LIM + const SER_ID_ERR + const TRAFFIC_STEERING_ERROR + const UE_STA_SUSP + const UE_TEMPORARILY_UNAVAILABLE + const UNKNOWN_REF_ID + const UNK_RULE_ID + const UNSUCC_QOS_VAL + func NewFailureCodeAnyOfFromValue(v string) (*FailureCodeAnyOf, error) + func (v *FailureCodeAnyOf) UnmarshalJSON(src []byte) error + func (v FailureCodeAnyOf) IsValid() bool + func (v FailureCodeAnyOf) Ptr() *FailureCodeAnyOf + type FinalUnitAction struct + FinalUnitActionAnyOf *FinalUnitActionAnyOf + String *string + func (dst *FinalUnitAction) UnmarshalJSON(data []byte) error + func (src *FinalUnitAction) MarshalJSON() ([]byte, error) + type FinalUnitActionAnyOf string + const REDIRECT + const RESTRICT_ACCESS + const TERMINATE + func NewFinalUnitActionAnyOfFromValue(v string) (*FinalUnitActionAnyOf, error) + func (v *FinalUnitActionAnyOf) UnmarshalJSON(src []byte) error + func (v FinalUnitActionAnyOf) IsValid() bool + func (v FinalUnitActionAnyOf) Ptr() *FinalUnitActionAnyOf + 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 FlowDirectionRm struct + FlowDirection *FlowDirection + NullValue *NullValue + func (dst *FlowDirectionRm) UnmarshalJSON(data []byte) error + func (src *FlowDirectionRm) MarshalJSON() ([]byte, error) + type FlowInformation struct + EthFlowDescription *EthFlowDescription + FlowDescription *string + FlowDirection *FlowDirectionRm + FlowLabel NullableString + PackFiltId *string + PacketFilterUsage *bool + Spi NullableString + TosTrafficClass NullableString + func NewFlowInformation() *FlowInformation + func NewFlowInformationWithDefaults() *FlowInformation + func (o *FlowInformation) GetEthFlowDescription() EthFlowDescription + func (o *FlowInformation) GetEthFlowDescriptionOk() (*EthFlowDescription, bool) + func (o *FlowInformation) GetFlowDescription() string + func (o *FlowInformation) GetFlowDescriptionOk() (*string, bool) + func (o *FlowInformation) GetFlowDirection() FlowDirectionRm + func (o *FlowInformation) GetFlowDirectionOk() (*FlowDirectionRm, bool) + func (o *FlowInformation) GetFlowLabel() string + func (o *FlowInformation) GetFlowLabelOk() (*string, bool) + func (o *FlowInformation) GetPackFiltId() string + func (o *FlowInformation) GetPackFiltIdOk() (*string, bool) + func (o *FlowInformation) GetPacketFilterUsage() bool + func (o *FlowInformation) GetPacketFilterUsageOk() (*bool, bool) + func (o *FlowInformation) GetSpi() string + func (o *FlowInformation) GetSpiOk() (*string, bool) + func (o *FlowInformation) GetTosTrafficClass() string + func (o *FlowInformation) GetTosTrafficClassOk() (*string, bool) + func (o *FlowInformation) HasEthFlowDescription() bool + func (o *FlowInformation) HasFlowDescription() bool + func (o *FlowInformation) HasFlowDirection() bool + func (o *FlowInformation) HasFlowLabel() bool + func (o *FlowInformation) HasPackFiltId() bool + func (o *FlowInformation) HasPacketFilterUsage() bool + func (o *FlowInformation) HasSpi() bool + func (o *FlowInformation) HasTosTrafficClass() bool + func (o *FlowInformation) SetEthFlowDescription(v EthFlowDescription) + func (o *FlowInformation) SetFlowDescription(v string) + func (o *FlowInformation) SetFlowDirection(v FlowDirectionRm) + func (o *FlowInformation) SetFlowLabel(v string) + func (o *FlowInformation) SetFlowLabelNil() + func (o *FlowInformation) SetPackFiltId(v string) + func (o *FlowInformation) SetPacketFilterUsage(v bool) + func (o *FlowInformation) SetSpi(v string) + func (o *FlowInformation) SetSpiNil() + func (o *FlowInformation) SetTosTrafficClass(v string) + func (o *FlowInformation) SetTosTrafficClassNil() + func (o *FlowInformation) UnsetFlowLabel() + func (o *FlowInformation) UnsetSpi() + func (o *FlowInformation) UnsetTosTrafficClass() + func (o FlowInformation) MarshalJSON() ([]byte, error) + func (o FlowInformation) ToMap() (map[string]interface{}, error) + type FlowStatus struct + FlowStatusAnyOf *FlowStatusAnyOf + String *string + func (dst *FlowStatus) UnmarshalJSON(data []byte) error + func (src *FlowStatus) MarshalJSON() ([]byte, error) + type FlowStatusAnyOf string + const DISABLED + const ENABLED + const ENABLED_DOWNLINK + const ENABLED_UPLINK + const REMOVED + func NewFlowStatusAnyOfFromValue(v string) (*FlowStatusAnyOf, error) + func (v *FlowStatusAnyOf) UnmarshalJSON(src []byte) error + func (v FlowStatusAnyOf) IsValid() bool + func (v FlowStatusAnyOf) Ptr() *FlowStatusAnyOf + type GNbId struct + BitLength int32 + GNBValue string + func NewGNbId(bitLength int32, gNBValue string) *GNbId + func NewGNbIdWithDefaults() *GNbId + func (o *GNbId) GetBitLength() int32 + func (o *GNbId) GetBitLengthOk() (*int32, bool) + func (o *GNbId) GetGNBValue() string + func (o *GNbId) GetGNBValueOk() (*string, bool) + func (o *GNbId) SetBitLength(v int32) + func (o *GNbId) SetGNBValue(v string) + func (o GNbId) MarshalJSON() ([]byte, error) + func (o GNbId) ToMap() (map[string]interface{}, error) + type GenericOpenAPIError struct + func (e GenericOpenAPIError) Body() []byte + func (e GenericOpenAPIError) Error() string + func (e GenericOpenAPIError) Model() interface{} + type GeraLocation struct + Interface *interface{} + func InterfaceAsGeraLocation(v *interface{}) GeraLocation + func (dst *GeraLocation) UnmarshalJSON(data []byte) error + func (obj *GeraLocation) GetActualInstance() interface{} + func (src GeraLocation) MarshalJSON() ([]byte, error) + type GlobalRanNodeId struct + Interface *interface{} + func InterfaceAsGlobalRanNodeId(v *interface{}) GlobalRanNodeId + func (dst *GlobalRanNodeId) UnmarshalJSON(data []byte) error + func (obj *GlobalRanNodeId) GetActualInstance() interface{} + func (src GlobalRanNodeId) MarshalJSON() ([]byte, error) + type 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 HfcNodeId struct + HfcNId string + func NewHfcNodeId(hfcNId string) *HfcNodeId + func NewHfcNodeIdWithDefaults() *HfcNodeId + func (o *HfcNodeId) GetHfcNId() string + func (o *HfcNodeId) GetHfcNIdOk() (*string, bool) + func (o *HfcNodeId) SetHfcNId(v string) + func (o HfcNodeId) MarshalJSON() ([]byte, error) + func (o HfcNodeId) ToMap() (map[string]interface{}, error) + type IndividualSMPolicyDocumentApiService service + func (a *IndividualSMPolicyDocumentApiService) DeleteSMPolicy(ctx context.Context, smPolicyId string) ApiDeleteSMPolicyRequest + func (a *IndividualSMPolicyDocumentApiService) DeleteSMPolicyExecute(r ApiDeleteSMPolicyRequest) (*http.Response, error) + func (a *IndividualSMPolicyDocumentApiService) GetSMPolicy(ctx context.Context, smPolicyId string) ApiGetSMPolicyRequest + func (a *IndividualSMPolicyDocumentApiService) GetSMPolicyExecute(r ApiGetSMPolicyRequest) (*SmPolicyControl, *http.Response, error) + func (a *IndividualSMPolicyDocumentApiService) UpdateSMPolicy(ctx context.Context, smPolicyId string) ApiUpdateSMPolicyRequest + func (a *IndividualSMPolicyDocumentApiService) UpdateSMPolicyExecute(r ApiUpdateSMPolicyRequest) (*SmPolicyDecision, *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 IpMulticastAddressInfo struct + Ipv4MulAddr *string + Ipv6MulAddr *Ipv6Addr + SrcIpv4Addr *string + SrcIpv6Addr *Ipv6Addr + func NewIpMulticastAddressInfo() *IpMulticastAddressInfo + func NewIpMulticastAddressInfoWithDefaults() *IpMulticastAddressInfo + func (o *IpMulticastAddressInfo) GetIpv4MulAddr() string + func (o *IpMulticastAddressInfo) GetIpv4MulAddrOk() (*string, bool) + func (o *IpMulticastAddressInfo) GetIpv6MulAddr() Ipv6Addr + func (o *IpMulticastAddressInfo) GetIpv6MulAddrOk() (*Ipv6Addr, bool) + func (o *IpMulticastAddressInfo) GetSrcIpv4Addr() string + func (o *IpMulticastAddressInfo) GetSrcIpv4AddrOk() (*string, bool) + func (o *IpMulticastAddressInfo) GetSrcIpv6Addr() Ipv6Addr + func (o *IpMulticastAddressInfo) GetSrcIpv6AddrOk() (*Ipv6Addr, bool) + func (o *IpMulticastAddressInfo) HasIpv4MulAddr() bool + func (o *IpMulticastAddressInfo) HasIpv6MulAddr() bool + func (o *IpMulticastAddressInfo) HasSrcIpv4Addr() bool + func (o *IpMulticastAddressInfo) HasSrcIpv6Addr() bool + func (o *IpMulticastAddressInfo) SetIpv4MulAddr(v string) + func (o *IpMulticastAddressInfo) SetIpv6MulAddr(v Ipv6Addr) + func (o *IpMulticastAddressInfo) SetSrcIpv4Addr(v string) + func (o *IpMulticastAddressInfo) SetSrcIpv6Addr(v Ipv6Addr) + func (o IpMulticastAddressInfo) MarshalJSON() ([]byte, error) + func (o IpMulticastAddressInfo) ToMap() (map[string]interface{}, error) + type Ipv6Addr struct + func NewIpv6Addr() *Ipv6Addr + func NewIpv6AddrWithDefaults() *Ipv6Addr + func (o Ipv6Addr) MarshalJSON() ([]byte, error) + func (o Ipv6Addr) ToMap() (map[string]interface{}, error) + type Ipv6Prefix struct + func NewIpv6Prefix() *Ipv6Prefix + func NewIpv6PrefixWithDefaults() *Ipv6Prefix + func (o Ipv6Prefix) MarshalJSON() ([]byte, error) + func (o Ipv6Prefix) ToMap() (map[string]interface{}, error) + type LineType struct + LineTypeAnyOf *LineTypeAnyOf + String *string + func (dst *LineType) UnmarshalJSON(data []byte) error + func (src *LineType) MarshalJSON() ([]byte, error) + type LineTypeAnyOf string + const DSL + const PON + func NewLineTypeAnyOfFromValue(v string) (*LineTypeAnyOf, error) + func (v *LineTypeAnyOf) UnmarshalJSON(src []byte) error + func (v LineTypeAnyOf) IsValid() bool + func (v LineTypeAnyOf) Ptr() *LineTypeAnyOf + type LocationAreaId struct + Lac string + PlmnId PlmnId + func NewLocationAreaId(plmnId PlmnId, lac string) *LocationAreaId + func NewLocationAreaIdWithDefaults() *LocationAreaId + func (o *LocationAreaId) GetLac() string + func (o *LocationAreaId) GetLacOk() (*string, bool) + func (o *LocationAreaId) GetPlmnId() PlmnId + func (o *LocationAreaId) GetPlmnIdOk() (*PlmnId, bool) + func (o *LocationAreaId) SetLac(v string) + func (o *LocationAreaId) SetPlmnId(v PlmnId) + func (o LocationAreaId) MarshalJSON() ([]byte, error) + func (o LocationAreaId) ToMap() (map[string]interface{}, error) + type MaPduIndication struct + MaPduIndicationAnyOf *MaPduIndicationAnyOf + String *string + func (dst *MaPduIndication) UnmarshalJSON(data []byte) error + func (src *MaPduIndication) MarshalJSON() ([]byte, error) + type MaPduIndicationAnyOf string + const NETWORK_UPGRADE_ALLOWED + const REQUEST + func NewMaPduIndicationAnyOfFromValue(v string) (*MaPduIndicationAnyOf, error) + func (v *MaPduIndicationAnyOf) UnmarshalJSON(src []byte) error + func (v MaPduIndicationAnyOf) IsValid() bool + func (v MaPduIndicationAnyOf) Ptr() *MaPduIndicationAnyOf + type MappedNullable interface + ToMap func() (map[string]interface{}, error) + type MeteringMethod struct + MeteringMethodAnyOf *MeteringMethodAnyOf + NullValue *NullValue + String *string + func (dst *MeteringMethod) UnmarshalJSON(data []byte) error + func (src *MeteringMethod) MarshalJSON() ([]byte, error) + type MeteringMethodAnyOf string + const DURATION + const DURATION_VOLUME + const EVENT + const VOLUME + func NewMeteringMethodAnyOfFromValue(v string) (*MeteringMethodAnyOf, error) + func (v *MeteringMethodAnyOf) UnmarshalJSON(src []byte) error + func (v MeteringMethodAnyOf) IsValid() bool + func (v MeteringMethodAnyOf) Ptr() *MeteringMethodAnyOf + type MulticastAccessControl struct + MulticastAccessControlAnyOf *MulticastAccessControlAnyOf + String *string + func (dst *MulticastAccessControl) UnmarshalJSON(data []byte) error + func (src *MulticastAccessControl) MarshalJSON() ([]byte, error) + type MulticastAccessControlAnyOf string + const ALLOWED + const NOT_ALLOWED + func NewMulticastAccessControlAnyOfFromValue(v string) (*MulticastAccessControlAnyOf, error) + func (v *MulticastAccessControlAnyOf) UnmarshalJSON(src []byte) error + func (v MulticastAccessControlAnyOf) IsValid() bool + func (v MulticastAccessControlAnyOf) Ptr() *MulticastAccessControlAnyOf + type N3gaLocation struct + Gci *string + Gli *string + HfcNodeId *HfcNodeId + N3IwfId *string + N3gppTai *Tai + PortNumber *int32 + Protocol *TransportProtocol + TnapId *TnapId + TwapId *TwapId + UeIpv4Addr *string + UeIpv6Addr *Ipv6Addr + W5gbanLineType *LineType + func NewN3gaLocation() *N3gaLocation + func NewN3gaLocationWithDefaults() *N3gaLocation + func (o *N3gaLocation) GetGci() string + func (o *N3gaLocation) GetGciOk() (*string, bool) + func (o *N3gaLocation) GetGli() string + func (o *N3gaLocation) GetGliOk() (*string, bool) + func (o *N3gaLocation) GetHfcNodeId() HfcNodeId + func (o *N3gaLocation) GetHfcNodeIdOk() (*HfcNodeId, bool) + func (o *N3gaLocation) GetN3IwfId() string + func (o *N3gaLocation) GetN3IwfIdOk() (*string, bool) + func (o *N3gaLocation) GetN3gppTai() Tai + func (o *N3gaLocation) GetN3gppTaiOk() (*Tai, bool) + func (o *N3gaLocation) GetPortNumber() int32 + func (o *N3gaLocation) GetPortNumberOk() (*int32, bool) + func (o *N3gaLocation) GetProtocol() TransportProtocol + func (o *N3gaLocation) GetProtocolOk() (*TransportProtocol, bool) + func (o *N3gaLocation) GetTnapId() TnapId + func (o *N3gaLocation) GetTnapIdOk() (*TnapId, bool) + func (o *N3gaLocation) GetTwapId() TwapId + func (o *N3gaLocation) GetTwapIdOk() (*TwapId, bool) + func (o *N3gaLocation) GetUeIpv4Addr() string + func (o *N3gaLocation) GetUeIpv4AddrOk() (*string, bool) + func (o *N3gaLocation) GetUeIpv6Addr() Ipv6Addr + func (o *N3gaLocation) GetUeIpv6AddrOk() (*Ipv6Addr, bool) + func (o *N3gaLocation) GetW5gbanLineType() LineType + func (o *N3gaLocation) GetW5gbanLineTypeOk() (*LineType, bool) + func (o *N3gaLocation) HasGci() bool + func (o *N3gaLocation) HasGli() bool + func (o *N3gaLocation) HasHfcNodeId() bool + func (o *N3gaLocation) HasN3IwfId() bool + func (o *N3gaLocation) HasN3gppTai() bool + func (o *N3gaLocation) HasPortNumber() bool + func (o *N3gaLocation) HasProtocol() bool + func (o *N3gaLocation) HasTnapId() bool + func (o *N3gaLocation) HasTwapId() bool + func (o *N3gaLocation) HasUeIpv4Addr() bool + func (o *N3gaLocation) HasUeIpv6Addr() bool + func (o *N3gaLocation) HasW5gbanLineType() bool + func (o *N3gaLocation) SetGci(v string) + func (o *N3gaLocation) SetGli(v string) + func (o *N3gaLocation) SetHfcNodeId(v HfcNodeId) + func (o *N3gaLocation) SetN3IwfId(v string) + func (o *N3gaLocation) SetN3gppTai(v Tai) + func (o *N3gaLocation) SetPortNumber(v int32) + func (o *N3gaLocation) SetProtocol(v TransportProtocol) + func (o *N3gaLocation) SetTnapId(v TnapId) + func (o *N3gaLocation) SetTwapId(v TwapId) + func (o *N3gaLocation) SetUeIpv4Addr(v string) + func (o *N3gaLocation) SetUeIpv6Addr(v Ipv6Addr) + func (o *N3gaLocation) SetW5gbanLineType(v LineType) + func (o N3gaLocation) MarshalJSON() ([]byte, error) + func (o N3gaLocation) ToMap() (map[string]interface{}, error) + type NFType struct + NFTypeAnyOf *NFTypeAnyOf + String *string + func (dst *NFType) UnmarshalJSON(data []byte) error + func (src *NFType) MarshalJSON() ([]byte, error) + type NFTypeAnyOf string + const AANF + const ADRF + const AF + const AMF + const AUSF + const BSF + const CBCF + const CEF + const CHF + const DCCF + const DRA + const EASDF + const GBA_BSF + const GMLC + const HSS + const ICSCF + const IMS_AS + const LMF + const MBSF + const MBSTF + const MB_SMF + const MB_UPF + const MFAF + const MME + const MNPF + const N3_IWF + const NEF + const NRF + const NSACF + const NSSAAF + const NSSF + const NSWOF + const NWDAF + const PANF + const PCF + const PCSCF + const PKMF + const SCEF + const SCP + const SCSAS + const SCSCF + const SEPP + const SMF + const SMSF + const SMS_GMSC + const SMS_IWMSC + const SOR_AF + const SPAF + const TSCTSF + const UCMF + const UDM + const UDR + const UDSF + const UPF + func NewNFTypeAnyOfFromValue(v string) (*NFTypeAnyOf, error) + func (v *NFTypeAnyOf) UnmarshalJSON(src []byte) error + func (v NFTypeAnyOf) IsValid() bool + func (v NFTypeAnyOf) Ptr() *NFTypeAnyOf + type Ncgi struct + Nid *string + NrCellId string + PlmnId PlmnId + func NewNcgi(plmnId PlmnId, nrCellId string) *Ncgi + func NewNcgiWithDefaults() *Ncgi + func (o *Ncgi) GetNid() string + func (o *Ncgi) GetNidOk() (*string, bool) + func (o *Ncgi) GetNrCellId() string + func (o *Ncgi) GetNrCellIdOk() (*string, bool) + func (o *Ncgi) GetPlmnId() PlmnId + func (o *Ncgi) GetPlmnIdOk() (*PlmnId, bool) + func (o *Ncgi) HasNid() bool + func (o *Ncgi) SetNid(v string) + func (o *Ncgi) SetNrCellId(v string) + func (o *Ncgi) SetPlmnId(v PlmnId) + func (o Ncgi) MarshalJSON() ([]byte, error) + func (o Ncgi) ToMap() (map[string]interface{}, error) + type NetLocAccessSupport struct + NetLocAccessSupportAnyOf *NetLocAccessSupportAnyOf + String *string + func (dst *NetLocAccessSupport) UnmarshalJSON(data []byte) error + func (src *NetLocAccessSupport) MarshalJSON() ([]byte, error) + type NetLocAccessSupportAnyOf string + const ANR_NOT_SUPPORTED + const LOC_NOT_SUPPORTED + const TZR_NOT_SUPPORTED + func NewNetLocAccessSupportAnyOfFromValue(v string) (*NetLocAccessSupportAnyOf, error) + func (v *NetLocAccessSupportAnyOf) UnmarshalJSON(src []byte) error + func (v NetLocAccessSupportAnyOf) IsValid() bool + func (v NetLocAccessSupportAnyOf) Ptr() *NetLocAccessSupportAnyOf + 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 NotificationControlIndication struct + NotificationControlIndicationAnyOf *NotificationControlIndicationAnyOf + String *string + func (dst *NotificationControlIndication) UnmarshalJSON(data []byte) error + func (src *NotificationControlIndication) MarshalJSON() ([]byte, error) + type NotificationControlIndicationAnyOf string + const DDD_STATUS + const DDN_FAILURE + func NewNotificationControlIndicationAnyOfFromValue(v string) (*NotificationControlIndicationAnyOf, error) + func (v *NotificationControlIndicationAnyOf) UnmarshalJSON(src []byte) error + func (v NotificationControlIndicationAnyOf) IsValid() bool + func (v NotificationControlIndicationAnyOf) Ptr() *NotificationControlIndicationAnyOf + type NrLocation struct + AgeOfLocationInformation *int32 + GeodeticInformation *string + GeographicalInformation *string + GlobalGnbId *GlobalRanNodeId + IgnoreNcgi *bool + Ncgi Ncgi + Tai Tai + UeLocationTimestamp *time.Time + func NewNrLocation(tai Tai, ncgi Ncgi) *NrLocation + func NewNrLocationWithDefaults() *NrLocation + func (o *NrLocation) GetAgeOfLocationInformation() int32 + func (o *NrLocation) GetAgeOfLocationInformationOk() (*int32, bool) + func (o *NrLocation) GetGeodeticInformation() string + func (o *NrLocation) GetGeodeticInformationOk() (*string, bool) + func (o *NrLocation) GetGeographicalInformation() string + func (o *NrLocation) GetGeographicalInformationOk() (*string, bool) + func (o *NrLocation) GetGlobalGnbId() GlobalRanNodeId + func (o *NrLocation) GetGlobalGnbIdOk() (*GlobalRanNodeId, bool) + func (o *NrLocation) GetIgnoreNcgi() bool + func (o *NrLocation) GetIgnoreNcgiOk() (*bool, bool) + func (o *NrLocation) GetNcgi() Ncgi + func (o *NrLocation) GetNcgiOk() (*Ncgi, bool) + func (o *NrLocation) GetTai() Tai + func (o *NrLocation) GetTaiOk() (*Tai, bool) + func (o *NrLocation) GetUeLocationTimestamp() time.Time + func (o *NrLocation) GetUeLocationTimestampOk() (*time.Time, bool) + func (o *NrLocation) HasAgeOfLocationInformation() bool + func (o *NrLocation) HasGeodeticInformation() bool + func (o *NrLocation) HasGeographicalInformation() bool + func (o *NrLocation) HasGlobalGnbId() bool + func (o *NrLocation) HasIgnoreNcgi() bool + func (o *NrLocation) HasUeLocationTimestamp() bool + func (o *NrLocation) SetAgeOfLocationInformation(v int32) + func (o *NrLocation) SetGeodeticInformation(v string) + func (o *NrLocation) SetGeographicalInformation(v string) + func (o *NrLocation) SetGlobalGnbId(v GlobalRanNodeId) + func (o *NrLocation) SetIgnoreNcgi(v bool) + func (o *NrLocation) SetNcgi(v Ncgi) + func (o *NrLocation) SetTai(v Tai) + func (o *NrLocation) SetUeLocationTimestamp(v time.Time) + func (o NrLocation) MarshalJSON() ([]byte, error) + func (o NrLocation) ToMap() (map[string]interface{}, error) + type NullValue string + const NULL + func NewNullValueFromValue(v string) (*NullValue, error) + func (v *NullValue) UnmarshalJSON(src []byte) error + func (v NullValue) IsValid() bool + func (v NullValue) Ptr() *NullValue + type NullableAccNetChId struct + func NewNullableAccNetChId(val *AccNetChId) *NullableAccNetChId + func (v *NullableAccNetChId) Set(val *AccNetChId) + func (v *NullableAccNetChId) UnmarshalJSON(src []byte) error + func (v *NullableAccNetChId) Unset() + func (v NullableAccNetChId) Get() *AccNetChId + func (v NullableAccNetChId) IsSet() bool + func (v NullableAccNetChId) MarshalJSON() ([]byte, error) + type NullableAccNetChargingAddress struct + func NewNullableAccNetChargingAddress(val *AccNetChargingAddress) *NullableAccNetChargingAddress + func (v *NullableAccNetChargingAddress) Set(val *AccNetChargingAddress) + func (v *NullableAccNetChargingAddress) UnmarshalJSON(src []byte) error + func (v *NullableAccNetChargingAddress) Unset() + func (v NullableAccNetChargingAddress) Get() *AccNetChargingAddress + func (v NullableAccNetChargingAddress) IsSet() bool + func (v NullableAccNetChargingAddress) MarshalJSON() ([]byte, error) + type NullableAccessTokenErr struct + func NewNullableAccessTokenErr(val *AccessTokenErr) *NullableAccessTokenErr + func (v *NullableAccessTokenErr) Set(val *AccessTokenErr) + func (v *NullableAccessTokenErr) UnmarshalJSON(src []byte) error + func (v *NullableAccessTokenErr) Unset() + func (v NullableAccessTokenErr) Get() *AccessTokenErr + func (v NullableAccessTokenErr) IsSet() bool + func (v NullableAccessTokenErr) MarshalJSON() ([]byte, error) + type NullableAccessTokenReq struct + func NewNullableAccessTokenReq(val *AccessTokenReq) *NullableAccessTokenReq + func (v *NullableAccessTokenReq) Set(val *AccessTokenReq) + func (v *NullableAccessTokenReq) UnmarshalJSON(src []byte) error + func (v *NullableAccessTokenReq) Unset() + func (v NullableAccessTokenReq) Get() *AccessTokenReq + func (v NullableAccessTokenReq) IsSet() bool + func (v NullableAccessTokenReq) MarshalJSON() ([]byte, error) + type NullableAccessType struct + func NewNullableAccessType(val *AccessType) *NullableAccessType + func (v *NullableAccessType) Set(val *AccessType) + func (v *NullableAccessType) UnmarshalJSON(src []byte) error + func (v *NullableAccessType) Unset() + func (v NullableAccessType) Get() *AccessType + func (v NullableAccessType) IsSet() bool + func (v NullableAccessType) MarshalJSON() ([]byte, error) + type NullableAccessTypeRm struct + func NewNullableAccessTypeRm(val *AccessTypeRm) *NullableAccessTypeRm + func (v *NullableAccessTypeRm) Set(val *AccessTypeRm) + func (v *NullableAccessTypeRm) UnmarshalJSON(src []byte) error + func (v *NullableAccessTypeRm) Unset() + func (v NullableAccessTypeRm) Get() *AccessTypeRm + func (v NullableAccessTypeRm) IsSet() bool + func (v NullableAccessTypeRm) MarshalJSON() ([]byte, error) + type NullableAccuUsageReport struct + func NewNullableAccuUsageReport(val *AccuUsageReport) *NullableAccuUsageReport + func (v *NullableAccuUsageReport) Set(val *AccuUsageReport) + func (v *NullableAccuUsageReport) UnmarshalJSON(src []byte) error + func (v *NullableAccuUsageReport) Unset() + func (v NullableAccuUsageReport) Get() *AccuUsageReport + func (v NullableAccuUsageReport) IsSet() bool + func (v NullableAccuUsageReport) MarshalJSON() ([]byte, error) + type NullableAdditionalAccessInfo struct + func NewNullableAdditionalAccessInfo(val *AdditionalAccessInfo) *NullableAdditionalAccessInfo + func (v *NullableAdditionalAccessInfo) Set(val *AdditionalAccessInfo) + func (v *NullableAdditionalAccessInfo) UnmarshalJSON(src []byte) error + func (v *NullableAdditionalAccessInfo) Unset() + func (v NullableAdditionalAccessInfo) Get() *AdditionalAccessInfo + func (v NullableAdditionalAccessInfo) IsSet() bool + func (v NullableAdditionalAccessInfo) MarshalJSON() ([]byte, error) + type NullableAfSigProtocol struct + func NewNullableAfSigProtocol(val *AfSigProtocol) *NullableAfSigProtocol + func (v *NullableAfSigProtocol) Set(val *AfSigProtocol) + func (v *NullableAfSigProtocol) UnmarshalJSON(src []byte) error + func (v *NullableAfSigProtocol) Unset() + func (v NullableAfSigProtocol) Get() *AfSigProtocol + func (v NullableAfSigProtocol) IsSet() bool + func (v NullableAfSigProtocol) MarshalJSON() ([]byte, error) + type NullableAfSigProtocolAnyOf struct + func NewNullableAfSigProtocolAnyOf(val *AfSigProtocolAnyOf) *NullableAfSigProtocolAnyOf + func (v *NullableAfSigProtocolAnyOf) Set(val *AfSigProtocolAnyOf) + func (v *NullableAfSigProtocolAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableAfSigProtocolAnyOf) Unset() + func (v NullableAfSigProtocolAnyOf) Get() *AfSigProtocolAnyOf + func (v NullableAfSigProtocolAnyOf) IsSet() bool + func (v NullableAfSigProtocolAnyOf) MarshalJSON() ([]byte, error) + type NullableAmbr struct + func NewNullableAmbr(val *Ambr) *NullableAmbr + func (v *NullableAmbr) Set(val *Ambr) + func (v *NullableAmbr) UnmarshalJSON(src []byte) error + func (v *NullableAmbr) Unset() + func (v NullableAmbr) Get() *Ambr + func (v NullableAmbr) IsSet() bool + func (v NullableAmbr) MarshalJSON() ([]byte, error) + type NullableAnGwAddress struct + func NewNullableAnGwAddress(val *AnGwAddress) *NullableAnGwAddress + func (v *NullableAnGwAddress) Set(val *AnGwAddress) + func (v *NullableAnGwAddress) UnmarshalJSON(src []byte) error + func (v *NullableAnGwAddress) Unset() + func (v NullableAnGwAddress) Get() *AnGwAddress + func (v NullableAnGwAddress) IsSet() bool + func (v NullableAnGwAddress) MarshalJSON() ([]byte, error) + type NullableAppDetectionInfo struct + func NewNullableAppDetectionInfo(val *AppDetectionInfo) *NullableAppDetectionInfo + func (v *NullableAppDetectionInfo) Set(val *AppDetectionInfo) + func (v *NullableAppDetectionInfo) UnmarshalJSON(src []byte) error + func (v *NullableAppDetectionInfo) Unset() + func (v NullableAppDetectionInfo) Get() *AppDetectionInfo + func (v NullableAppDetectionInfo) IsSet() bool + func (v NullableAppDetectionInfo) MarshalJSON() ([]byte, error) + type NullableArp struct + func NewNullableArp(val *Arp) *NullableArp + func (v *NullableArp) Set(val *Arp) + func (v *NullableArp) UnmarshalJSON(src []byte) error + func (v *NullableArp) Unset() + func (v NullableArp) Get() *Arp + func (v NullableArp) IsSet() bool + func (v NullableArp) MarshalJSON() ([]byte, error) + type NullableAtsssCapability struct + func NewNullableAtsssCapability(val *AtsssCapability) *NullableAtsssCapability + func (v *NullableAtsssCapability) Set(val *AtsssCapability) + func (v *NullableAtsssCapability) UnmarshalJSON(src []byte) error + func (v *NullableAtsssCapability) Unset() + func (v NullableAtsssCapability) Get() *AtsssCapability + func (v NullableAtsssCapability) IsSet() bool + func (v NullableAtsssCapability) MarshalJSON() ([]byte, error) + type NullableAtsssCapabilityAnyOf struct + func NewNullableAtsssCapabilityAnyOf(val *AtsssCapabilityAnyOf) *NullableAtsssCapabilityAnyOf + func (v *NullableAtsssCapabilityAnyOf) Set(val *AtsssCapabilityAnyOf) + func (v *NullableAtsssCapabilityAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableAtsssCapabilityAnyOf) Unset() + func (v NullableAtsssCapabilityAnyOf) Get() *AtsssCapabilityAnyOf + func (v NullableAtsssCapabilityAnyOf) IsSet() bool + func (v NullableAtsssCapabilityAnyOf) MarshalJSON() ([]byte, error) + type NullableAuthorizedDefaultQos struct + func NewNullableAuthorizedDefaultQos(val *AuthorizedDefaultQos) *NullableAuthorizedDefaultQos + func (v *NullableAuthorizedDefaultQos) Set(val *AuthorizedDefaultQos) + func (v *NullableAuthorizedDefaultQos) UnmarshalJSON(src []byte) error + func (v *NullableAuthorizedDefaultQos) Unset() + func (v NullableAuthorizedDefaultQos) Get() *AuthorizedDefaultQos + func (v NullableAuthorizedDefaultQos) IsSet() bool + func (v NullableAuthorizedDefaultQos) MarshalJSON() ([]byte, error) + type NullableBool struct + func NewNullableBool(val *bool) *NullableBool + func (v *NullableBool) Set(val *bool) + func (v *NullableBool) UnmarshalJSON(src []byte) error + func (v *NullableBool) Unset() + func (v NullableBool) Get() *bool + func (v NullableBool) IsSet() bool + func (v NullableBool) MarshalJSON() ([]byte, error) + type NullableBridgeManagementContainer struct + func NewNullableBridgeManagementContainer(val *BridgeManagementContainer) *NullableBridgeManagementContainer + func (v *NullableBridgeManagementContainer) Set(val *BridgeManagementContainer) + func (v *NullableBridgeManagementContainer) UnmarshalJSON(src []byte) error + func (v *NullableBridgeManagementContainer) Unset() + func (v NullableBridgeManagementContainer) Get() *BridgeManagementContainer + func (v NullableBridgeManagementContainer) IsSet() bool + func (v NullableBridgeManagementContainer) MarshalJSON() ([]byte, error) + type NullableCellGlobalId struct + func NewNullableCellGlobalId(val *CellGlobalId) *NullableCellGlobalId + func (v *NullableCellGlobalId) Set(val *CellGlobalId) + func (v *NullableCellGlobalId) UnmarshalJSON(src []byte) error + func (v *NullableCellGlobalId) Unset() + func (v NullableCellGlobalId) Get() *CellGlobalId + func (v NullableCellGlobalId) IsSet() bool + func (v NullableCellGlobalId) MarshalJSON() ([]byte, error) + type NullableChargingData struct + func NewNullableChargingData(val *ChargingData) *NullableChargingData + func (v *NullableChargingData) Set(val *ChargingData) + func (v *NullableChargingData) UnmarshalJSON(src []byte) error + func (v *NullableChargingData) Unset() + func (v NullableChargingData) Get() *ChargingData + func (v NullableChargingData) IsSet() bool + func (v NullableChargingData) MarshalJSON() ([]byte, error) + type NullableChargingInformation struct + func NewNullableChargingInformation(val *ChargingInformation) *NullableChargingInformation + func (v *NullableChargingInformation) Set(val *ChargingInformation) + func (v *NullableChargingInformation) UnmarshalJSON(src []byte) error + func (v *NullableChargingInformation) Unset() + func (v NullableChargingInformation) Get() *ChargingInformation + func (v NullableChargingInformation) IsSet() bool + func (v NullableChargingInformation) MarshalJSON() ([]byte, error) + type NullableConditionData struct + func NewNullableConditionData(val *ConditionData) *NullableConditionData + func (v *NullableConditionData) Set(val *ConditionData) + func (v *NullableConditionData) UnmarshalJSON(src []byte) error + func (v *NullableConditionData) Unset() + func (v NullableConditionData) Get() *ConditionData + func (v NullableConditionData) IsSet() bool + func (v NullableConditionData) MarshalJSON() ([]byte, error) + type NullableCreditManagementStatus struct + func NewNullableCreditManagementStatus(val *CreditManagementStatus) *NullableCreditManagementStatus + func (v *NullableCreditManagementStatus) Set(val *CreditManagementStatus) + func (v *NullableCreditManagementStatus) UnmarshalJSON(src []byte) error + func (v *NullableCreditManagementStatus) Unset() + func (v NullableCreditManagementStatus) Get() *CreditManagementStatus + func (v NullableCreditManagementStatus) IsSet() bool + func (v NullableCreditManagementStatus) MarshalJSON() ([]byte, error) + type NullableCreditManagementStatusAnyOf struct + func NewNullableCreditManagementStatusAnyOf(val *CreditManagementStatusAnyOf) *NullableCreditManagementStatusAnyOf + func (v *NullableCreditManagementStatusAnyOf) Set(val *CreditManagementStatusAnyOf) + func (v *NullableCreditManagementStatusAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableCreditManagementStatusAnyOf) Unset() + func (v NullableCreditManagementStatusAnyOf) Get() *CreditManagementStatusAnyOf + func (v NullableCreditManagementStatusAnyOf) IsSet() bool + func (v NullableCreditManagementStatusAnyOf) 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 NullableDnnSelectionMode struct + func NewNullableDnnSelectionMode(val *DnnSelectionMode) *NullableDnnSelectionMode + func (v *NullableDnnSelectionMode) Set(val *DnnSelectionMode) + func (v *NullableDnnSelectionMode) UnmarshalJSON(src []byte) error + func (v *NullableDnnSelectionMode) Unset() + func (v NullableDnnSelectionMode) Get() *DnnSelectionMode + func (v NullableDnnSelectionMode) IsSet() bool + func (v NullableDnnSelectionMode) MarshalJSON() ([]byte, error) + type NullableDnnSelectionModeAnyOf struct + func NewNullableDnnSelectionModeAnyOf(val *DnnSelectionModeAnyOf) *NullableDnnSelectionModeAnyOf + func (v *NullableDnnSelectionModeAnyOf) Set(val *DnnSelectionModeAnyOf) + func (v *NullableDnnSelectionModeAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableDnnSelectionModeAnyOf) Unset() + func (v NullableDnnSelectionModeAnyOf) Get() *DnnSelectionModeAnyOf + func (v NullableDnnSelectionModeAnyOf) IsSet() bool + func (v NullableDnnSelectionModeAnyOf) MarshalJSON() ([]byte, error) + type NullableDownlinkDataNotificationControl struct + func NewNullableDownlinkDataNotificationControl(val *DownlinkDataNotificationControl) *NullableDownlinkDataNotificationControl + func (v *NullableDownlinkDataNotificationControl) Set(val *DownlinkDataNotificationControl) + func (v *NullableDownlinkDataNotificationControl) UnmarshalJSON(src []byte) error + func (v *NullableDownlinkDataNotificationControl) Unset() + func (v NullableDownlinkDataNotificationControl) Get() *DownlinkDataNotificationControl + func (v NullableDownlinkDataNotificationControl) IsSet() bool + func (v NullableDownlinkDataNotificationControl) MarshalJSON() ([]byte, error) + type NullableDownlinkDataNotificationControlRm struct + func NewNullableDownlinkDataNotificationControlRm(val *DownlinkDataNotificationControlRm) *NullableDownlinkDataNotificationControlRm + func (v *NullableDownlinkDataNotificationControlRm) Set(val *DownlinkDataNotificationControlRm) + func (v *NullableDownlinkDataNotificationControlRm) UnmarshalJSON(src []byte) error + func (v *NullableDownlinkDataNotificationControlRm) Unset() + func (v NullableDownlinkDataNotificationControlRm) Get() *DownlinkDataNotificationControlRm + func (v NullableDownlinkDataNotificationControlRm) IsSet() bool + func (v NullableDownlinkDataNotificationControlRm) 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 NullableEcgi struct + func NewNullableEcgi(val *Ecgi) *NullableEcgi + func (v *NullableEcgi) Set(val *Ecgi) + func (v *NullableEcgi) UnmarshalJSON(src []byte) error + func (v *NullableEcgi) Unset() + func (v NullableEcgi) Get() *Ecgi + func (v NullableEcgi) IsSet() bool + func (v NullableEcgi) MarshalJSON() ([]byte, error) + type NullableErrorReport struct + func NewNullableErrorReport(val *ErrorReport) *NullableErrorReport + func (v *NullableErrorReport) Set(val *ErrorReport) + func (v *NullableErrorReport) UnmarshalJSON(src []byte) error + func (v *NullableErrorReport) Unset() + func (v NullableErrorReport) Get() *ErrorReport + func (v NullableErrorReport) IsSet() bool + func (v NullableErrorReport) 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 NullableEutraLocation struct + func NewNullableEutraLocation(val *EutraLocation) *NullableEutraLocation + func (v *NullableEutraLocation) Set(val *EutraLocation) + func (v *NullableEutraLocation) UnmarshalJSON(src []byte) error + func (v *NullableEutraLocation) Unset() + func (v NullableEutraLocation) Get() *EutraLocation + func (v NullableEutraLocation) IsSet() bool + func (v NullableEutraLocation) MarshalJSON() ([]byte, error) + type NullableFailureCause struct + func NewNullableFailureCause(val *FailureCause) *NullableFailureCause + func (v *NullableFailureCause) Set(val *FailureCause) + func (v *NullableFailureCause) UnmarshalJSON(src []byte) error + func (v *NullableFailureCause) Unset() + func (v NullableFailureCause) Get() *FailureCause + func (v NullableFailureCause) IsSet() bool + func (v NullableFailureCause) MarshalJSON() ([]byte, error) + type NullableFailureCauseAnyOf struct + func NewNullableFailureCauseAnyOf(val *FailureCauseAnyOf) *NullableFailureCauseAnyOf + func (v *NullableFailureCauseAnyOf) Set(val *FailureCauseAnyOf) + func (v *NullableFailureCauseAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableFailureCauseAnyOf) Unset() + func (v NullableFailureCauseAnyOf) Get() *FailureCauseAnyOf + func (v NullableFailureCauseAnyOf) IsSet() bool + func (v NullableFailureCauseAnyOf) MarshalJSON() ([]byte, error) + type NullableFailureCode struct + func NewNullableFailureCode(val *FailureCode) *NullableFailureCode + func (v *NullableFailureCode) Set(val *FailureCode) + func (v *NullableFailureCode) UnmarshalJSON(src []byte) error + func (v *NullableFailureCode) Unset() + func (v NullableFailureCode) Get() *FailureCode + func (v NullableFailureCode) IsSet() bool + func (v NullableFailureCode) MarshalJSON() ([]byte, error) + type NullableFailureCodeAnyOf struct + func NewNullableFailureCodeAnyOf(val *FailureCodeAnyOf) *NullableFailureCodeAnyOf + func (v *NullableFailureCodeAnyOf) Set(val *FailureCodeAnyOf) + func (v *NullableFailureCodeAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableFailureCodeAnyOf) Unset() + func (v NullableFailureCodeAnyOf) Get() *FailureCodeAnyOf + func (v NullableFailureCodeAnyOf) IsSet() bool + func (v NullableFailureCodeAnyOf) MarshalJSON() ([]byte, error) + type NullableFinalUnitAction struct + func NewNullableFinalUnitAction(val *FinalUnitAction) *NullableFinalUnitAction + func (v *NullableFinalUnitAction) Set(val *FinalUnitAction) + func (v *NullableFinalUnitAction) UnmarshalJSON(src []byte) error + func (v *NullableFinalUnitAction) Unset() + func (v NullableFinalUnitAction) Get() *FinalUnitAction + func (v NullableFinalUnitAction) IsSet() bool + func (v NullableFinalUnitAction) MarshalJSON() ([]byte, error) + type NullableFinalUnitActionAnyOf struct + func NewNullableFinalUnitActionAnyOf(val *FinalUnitActionAnyOf) *NullableFinalUnitActionAnyOf + func (v *NullableFinalUnitActionAnyOf) Set(val *FinalUnitActionAnyOf) + func (v *NullableFinalUnitActionAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableFinalUnitActionAnyOf) Unset() + func (v NullableFinalUnitActionAnyOf) Get() *FinalUnitActionAnyOf + func (v NullableFinalUnitActionAnyOf) IsSet() bool + func (v NullableFinalUnitActionAnyOf) 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 NullableFlowDirectionRm struct + func NewNullableFlowDirectionRm(val *FlowDirectionRm) *NullableFlowDirectionRm + func (v *NullableFlowDirectionRm) Set(val *FlowDirectionRm) + func (v *NullableFlowDirectionRm) UnmarshalJSON(src []byte) error + func (v *NullableFlowDirectionRm) Unset() + func (v NullableFlowDirectionRm) Get() *FlowDirectionRm + func (v NullableFlowDirectionRm) IsSet() bool + func (v NullableFlowDirectionRm) MarshalJSON() ([]byte, error) + type NullableFlowInformation struct + func NewNullableFlowInformation(val *FlowInformation) *NullableFlowInformation + func (v *NullableFlowInformation) Set(val *FlowInformation) + func (v *NullableFlowInformation) UnmarshalJSON(src []byte) error + func (v *NullableFlowInformation) Unset() + func (v NullableFlowInformation) Get() *FlowInformation + func (v NullableFlowInformation) IsSet() bool + func (v NullableFlowInformation) MarshalJSON() ([]byte, error) + type NullableFlowStatus struct + func NewNullableFlowStatus(val *FlowStatus) *NullableFlowStatus + func (v *NullableFlowStatus) Set(val *FlowStatus) + func (v *NullableFlowStatus) UnmarshalJSON(src []byte) error + func (v *NullableFlowStatus) Unset() + func (v NullableFlowStatus) Get() *FlowStatus + func (v NullableFlowStatus) IsSet() bool + func (v NullableFlowStatus) MarshalJSON() ([]byte, error) + type NullableFlowStatusAnyOf struct + func NewNullableFlowStatusAnyOf(val *FlowStatusAnyOf) *NullableFlowStatusAnyOf + func (v *NullableFlowStatusAnyOf) Set(val *FlowStatusAnyOf) + func (v *NullableFlowStatusAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableFlowStatusAnyOf) Unset() + func (v NullableFlowStatusAnyOf) Get() *FlowStatusAnyOf + func (v NullableFlowStatusAnyOf) IsSet() bool + func (v NullableFlowStatusAnyOf) MarshalJSON() ([]byte, error) + type NullableGNbId struct + func NewNullableGNbId(val *GNbId) *NullableGNbId + func (v *NullableGNbId) Set(val *GNbId) + func (v *NullableGNbId) UnmarshalJSON(src []byte) error + func (v *NullableGNbId) Unset() + func (v NullableGNbId) Get() *GNbId + func (v NullableGNbId) IsSet() bool + func (v NullableGNbId) MarshalJSON() ([]byte, error) + type NullableGeraLocation struct + func NewNullableGeraLocation(val *GeraLocation) *NullableGeraLocation + func (v *NullableGeraLocation) Set(val *GeraLocation) + func (v *NullableGeraLocation) UnmarshalJSON(src []byte) error + func (v *NullableGeraLocation) Unset() + func (v NullableGeraLocation) Get() *GeraLocation + func (v NullableGeraLocation) IsSet() bool + func (v NullableGeraLocation) MarshalJSON() ([]byte, error) + type NullableGlobalRanNodeId struct + func NewNullableGlobalRanNodeId(val *GlobalRanNodeId) *NullableGlobalRanNodeId + func (v *NullableGlobalRanNodeId) Set(val *GlobalRanNodeId) + func (v *NullableGlobalRanNodeId) UnmarshalJSON(src []byte) error + func (v *NullableGlobalRanNodeId) Unset() + func (v NullableGlobalRanNodeId) Get() *GlobalRanNodeId + func (v NullableGlobalRanNodeId) IsSet() bool + func (v NullableGlobalRanNodeId) MarshalJSON() ([]byte, error) + type 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 NullableHfcNodeId struct + func NewNullableHfcNodeId(val *HfcNodeId) *NullableHfcNodeId + func (v *NullableHfcNodeId) Set(val *HfcNodeId) + func (v *NullableHfcNodeId) UnmarshalJSON(src []byte) error + func (v *NullableHfcNodeId) Unset() + func (v NullableHfcNodeId) Get() *HfcNodeId + func (v NullableHfcNodeId) IsSet() bool + func (v NullableHfcNodeId) MarshalJSON() ([]byte, error) + type NullableInt struct + func NewNullableInt(val *int) *NullableInt + func (v *NullableInt) Set(val *int) + func (v *NullableInt) UnmarshalJSON(src []byte) error + func (v *NullableInt) Unset() + func (v NullableInt) Get() *int + func (v NullableInt) IsSet() bool + func (v NullableInt) MarshalJSON() ([]byte, error) + type NullableInt32 struct + func NewNullableInt32(val *int32) *NullableInt32 + func (v *NullableInt32) Set(val *int32) + func (v *NullableInt32) UnmarshalJSON(src []byte) error + func (v *NullableInt32) Unset() + func (v NullableInt32) Get() *int32 + func (v NullableInt32) IsSet() bool + func (v NullableInt32) MarshalJSON() ([]byte, error) + type NullableInt64 struct + func NewNullableInt64(val *int64) *NullableInt64 + func (v *NullableInt64) Set(val *int64) + func (v *NullableInt64) UnmarshalJSON(src []byte) error + func (v *NullableInt64) Unset() + func (v NullableInt64) Get() *int64 + func (v NullableInt64) IsSet() bool + func (v NullableInt64) MarshalJSON() ([]byte, error) + type NullableInvalidParam struct + func NewNullableInvalidParam(val *InvalidParam) *NullableInvalidParam + func (v *NullableInvalidParam) Set(val *InvalidParam) + func (v *NullableInvalidParam) UnmarshalJSON(src []byte) error + func (v *NullableInvalidParam) Unset() + func (v NullableInvalidParam) Get() *InvalidParam + func (v NullableInvalidParam) IsSet() bool + func (v NullableInvalidParam) MarshalJSON() ([]byte, error) + type 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 NullableIpMulticastAddressInfo struct + func NewNullableIpMulticastAddressInfo(val *IpMulticastAddressInfo) *NullableIpMulticastAddressInfo + func (v *NullableIpMulticastAddressInfo) Set(val *IpMulticastAddressInfo) + func (v *NullableIpMulticastAddressInfo) UnmarshalJSON(src []byte) error + func (v *NullableIpMulticastAddressInfo) Unset() + func (v NullableIpMulticastAddressInfo) Get() *IpMulticastAddressInfo + func (v NullableIpMulticastAddressInfo) IsSet() bool + func (v NullableIpMulticastAddressInfo) MarshalJSON() ([]byte, error) + type NullableIpv6Addr struct + func NewNullableIpv6Addr(val *Ipv6Addr) *NullableIpv6Addr + func (v *NullableIpv6Addr) Set(val *Ipv6Addr) + func (v *NullableIpv6Addr) UnmarshalJSON(src []byte) error + func (v *NullableIpv6Addr) Unset() + func (v NullableIpv6Addr) Get() *Ipv6Addr + func (v NullableIpv6Addr) IsSet() bool + func (v NullableIpv6Addr) MarshalJSON() ([]byte, error) + type NullableIpv6Prefix struct + func NewNullableIpv6Prefix(val *Ipv6Prefix) *NullableIpv6Prefix + func (v *NullableIpv6Prefix) Set(val *Ipv6Prefix) + func (v *NullableIpv6Prefix) UnmarshalJSON(src []byte) error + func (v *NullableIpv6Prefix) Unset() + func (v NullableIpv6Prefix) Get() *Ipv6Prefix + func (v NullableIpv6Prefix) IsSet() bool + func (v NullableIpv6Prefix) MarshalJSON() ([]byte, error) + type NullableLineType struct + func NewNullableLineType(val *LineType) *NullableLineType + func (v *NullableLineType) Set(val *LineType) + func (v *NullableLineType) UnmarshalJSON(src []byte) error + func (v *NullableLineType) Unset() + func (v NullableLineType) Get() *LineType + func (v NullableLineType) IsSet() bool + func (v NullableLineType) MarshalJSON() ([]byte, error) + type NullableLineTypeAnyOf struct + func NewNullableLineTypeAnyOf(val *LineTypeAnyOf) *NullableLineTypeAnyOf + func (v *NullableLineTypeAnyOf) Set(val *LineTypeAnyOf) + func (v *NullableLineTypeAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableLineTypeAnyOf) Unset() + func (v NullableLineTypeAnyOf) Get() *LineTypeAnyOf + func (v NullableLineTypeAnyOf) IsSet() bool + func (v NullableLineTypeAnyOf) MarshalJSON() ([]byte, error) + type NullableLocationAreaId struct + func NewNullableLocationAreaId(val *LocationAreaId) *NullableLocationAreaId + func (v *NullableLocationAreaId) Set(val *LocationAreaId) + func (v *NullableLocationAreaId) UnmarshalJSON(src []byte) error + func (v *NullableLocationAreaId) Unset() + func (v NullableLocationAreaId) Get() *LocationAreaId + func (v NullableLocationAreaId) IsSet() bool + func (v NullableLocationAreaId) MarshalJSON() ([]byte, error) + type NullableMaPduIndication struct + func NewNullableMaPduIndication(val *MaPduIndication) *NullableMaPduIndication + func (v *NullableMaPduIndication) Set(val *MaPduIndication) + func (v *NullableMaPduIndication) UnmarshalJSON(src []byte) error + func (v *NullableMaPduIndication) Unset() + func (v NullableMaPduIndication) Get() *MaPduIndication + func (v NullableMaPduIndication) IsSet() bool + func (v NullableMaPduIndication) MarshalJSON() ([]byte, error) + type NullableMaPduIndicationAnyOf struct + func NewNullableMaPduIndicationAnyOf(val *MaPduIndicationAnyOf) *NullableMaPduIndicationAnyOf + func (v *NullableMaPduIndicationAnyOf) Set(val *MaPduIndicationAnyOf) + func (v *NullableMaPduIndicationAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableMaPduIndicationAnyOf) Unset() + func (v NullableMaPduIndicationAnyOf) Get() *MaPduIndicationAnyOf + func (v NullableMaPduIndicationAnyOf) IsSet() bool + func (v NullableMaPduIndicationAnyOf) MarshalJSON() ([]byte, error) + type NullableMeteringMethod struct + func NewNullableMeteringMethod(val *MeteringMethod) *NullableMeteringMethod + func (v *NullableMeteringMethod) Set(val *MeteringMethod) + func (v *NullableMeteringMethod) UnmarshalJSON(src []byte) error + func (v *NullableMeteringMethod) Unset() + func (v NullableMeteringMethod) Get() *MeteringMethod + func (v NullableMeteringMethod) IsSet() bool + func (v NullableMeteringMethod) MarshalJSON() ([]byte, error) + type NullableMeteringMethodAnyOf struct + func NewNullableMeteringMethodAnyOf(val *MeteringMethodAnyOf) *NullableMeteringMethodAnyOf + func (v *NullableMeteringMethodAnyOf) Set(val *MeteringMethodAnyOf) + func (v *NullableMeteringMethodAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableMeteringMethodAnyOf) Unset() + func (v NullableMeteringMethodAnyOf) Get() *MeteringMethodAnyOf + func (v NullableMeteringMethodAnyOf) IsSet() bool + func (v NullableMeteringMethodAnyOf) MarshalJSON() ([]byte, error) + type NullableMulticastAccessControl struct + func NewNullableMulticastAccessControl(val *MulticastAccessControl) *NullableMulticastAccessControl + func (v *NullableMulticastAccessControl) Set(val *MulticastAccessControl) + func (v *NullableMulticastAccessControl) UnmarshalJSON(src []byte) error + func (v *NullableMulticastAccessControl) Unset() + func (v NullableMulticastAccessControl) Get() *MulticastAccessControl + func (v NullableMulticastAccessControl) IsSet() bool + func (v NullableMulticastAccessControl) MarshalJSON() ([]byte, error) + type NullableMulticastAccessControlAnyOf struct + func NewNullableMulticastAccessControlAnyOf(val *MulticastAccessControlAnyOf) *NullableMulticastAccessControlAnyOf + func (v *NullableMulticastAccessControlAnyOf) Set(val *MulticastAccessControlAnyOf) + func (v *NullableMulticastAccessControlAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableMulticastAccessControlAnyOf) Unset() + func (v NullableMulticastAccessControlAnyOf) Get() *MulticastAccessControlAnyOf + func (v NullableMulticastAccessControlAnyOf) IsSet() bool + func (v NullableMulticastAccessControlAnyOf) MarshalJSON() ([]byte, error) + type NullableN3gaLocation struct + func NewNullableN3gaLocation(val *N3gaLocation) *NullableN3gaLocation + func (v *NullableN3gaLocation) Set(val *N3gaLocation) + func (v *NullableN3gaLocation) UnmarshalJSON(src []byte) error + func (v *NullableN3gaLocation) Unset() + func (v NullableN3gaLocation) Get() *N3gaLocation + func (v NullableN3gaLocation) IsSet() bool + func (v NullableN3gaLocation) MarshalJSON() ([]byte, error) + type NullableNFType struct + func NewNullableNFType(val *NFType) *NullableNFType + func (v *NullableNFType) Set(val *NFType) + func (v *NullableNFType) UnmarshalJSON(src []byte) error + func (v *NullableNFType) Unset() + func (v NullableNFType) Get() *NFType + func (v NullableNFType) IsSet() bool + func (v NullableNFType) MarshalJSON() ([]byte, error) + type NullableNFTypeAnyOf struct + func NewNullableNFTypeAnyOf(val *NFTypeAnyOf) *NullableNFTypeAnyOf + func (v *NullableNFTypeAnyOf) Set(val *NFTypeAnyOf) + func (v *NullableNFTypeAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableNFTypeAnyOf) Unset() + func (v NullableNFTypeAnyOf) Get() *NFTypeAnyOf + func (v NullableNFTypeAnyOf) IsSet() bool + func (v NullableNFTypeAnyOf) MarshalJSON() ([]byte, error) + type NullableNcgi struct + func NewNullableNcgi(val *Ncgi) *NullableNcgi + func (v *NullableNcgi) Set(val *Ncgi) + func (v *NullableNcgi) UnmarshalJSON(src []byte) error + func (v *NullableNcgi) Unset() + func (v NullableNcgi) Get() *Ncgi + func (v NullableNcgi) IsSet() bool + func (v NullableNcgi) MarshalJSON() ([]byte, error) + type NullableNetLocAccessSupport struct + func NewNullableNetLocAccessSupport(val *NetLocAccessSupport) *NullableNetLocAccessSupport + func (v *NullableNetLocAccessSupport) Set(val *NetLocAccessSupport) + func (v *NullableNetLocAccessSupport) UnmarshalJSON(src []byte) error + func (v *NullableNetLocAccessSupport) Unset() + func (v NullableNetLocAccessSupport) Get() *NetLocAccessSupport + func (v NullableNetLocAccessSupport) IsSet() bool + func (v NullableNetLocAccessSupport) MarshalJSON() ([]byte, error) + type NullableNetLocAccessSupportAnyOf struct + func NewNullableNetLocAccessSupportAnyOf(val *NetLocAccessSupportAnyOf) *NullableNetLocAccessSupportAnyOf + func (v *NullableNetLocAccessSupportAnyOf) Set(val *NetLocAccessSupportAnyOf) + func (v *NullableNetLocAccessSupportAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableNetLocAccessSupportAnyOf) Unset() + func (v NullableNetLocAccessSupportAnyOf) Get() *NetLocAccessSupportAnyOf + func (v NullableNetLocAccessSupportAnyOf) IsSet() bool + func (v NullableNetLocAccessSupportAnyOf) 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 NullableNotificationControlIndication struct + func NewNullableNotificationControlIndication(val *NotificationControlIndication) *NullableNotificationControlIndication + func (v *NullableNotificationControlIndication) Set(val *NotificationControlIndication) + func (v *NullableNotificationControlIndication) UnmarshalJSON(src []byte) error + func (v *NullableNotificationControlIndication) Unset() + func (v NullableNotificationControlIndication) Get() *NotificationControlIndication + func (v NullableNotificationControlIndication) IsSet() bool + func (v NullableNotificationControlIndication) MarshalJSON() ([]byte, error) + type NullableNotificationControlIndicationAnyOf struct + func NewNullableNotificationControlIndicationAnyOf(val *NotificationControlIndicationAnyOf) *NullableNotificationControlIndicationAnyOf + func (v *NullableNotificationControlIndicationAnyOf) Set(val *NotificationControlIndicationAnyOf) + func (v *NullableNotificationControlIndicationAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableNotificationControlIndicationAnyOf) Unset() + func (v NullableNotificationControlIndicationAnyOf) Get() *NotificationControlIndicationAnyOf + func (v NullableNotificationControlIndicationAnyOf) IsSet() bool + func (v NullableNotificationControlIndicationAnyOf) MarshalJSON() ([]byte, error) + type NullableNrLocation struct + func NewNullableNrLocation(val *NrLocation) *NullableNrLocation + func (v *NullableNrLocation) Set(val *NrLocation) + func (v *NullableNrLocation) UnmarshalJSON(src []byte) error + func (v *NullableNrLocation) Unset() + func (v NullableNrLocation) Get() *NrLocation + func (v NullableNrLocation) IsSet() bool + func (v NullableNrLocation) MarshalJSON() ([]byte, error) + type NullableNullValue struct + func NewNullableNullValue(val *NullValue) *NullableNullValue + func (v *NullableNullValue) Set(val *NullValue) + func (v *NullableNullValue) UnmarshalJSON(src []byte) error + func (v *NullableNullValue) Unset() + func (v NullableNullValue) Get() *NullValue + func (v NullableNullValue) IsSet() bool + func (v NullableNullValue) MarshalJSON() ([]byte, error) + type NullableNwdafData struct + func NewNullableNwdafData(val *NwdafData) *NullableNwdafData + func (v *NullableNwdafData) Set(val *NwdafData) + func (v *NullableNwdafData) UnmarshalJSON(src []byte) error + func (v *NullableNwdafData) Unset() + func (v NullableNwdafData) Get() *NwdafData + func (v NullableNwdafData) IsSet() bool + func (v NullableNwdafData) MarshalJSON() ([]byte, error) + type NullableNwdafEvent struct + func NewNullableNwdafEvent(val *NwdafEvent) *NullableNwdafEvent + func (v *NullableNwdafEvent) Set(val *NwdafEvent) + func (v *NullableNwdafEvent) UnmarshalJSON(src []byte) error + func (v *NullableNwdafEvent) Unset() + func (v NullableNwdafEvent) Get() *NwdafEvent + func (v NullableNwdafEvent) IsSet() bool + func (v NullableNwdafEvent) MarshalJSON() ([]byte, error) + type NullableNwdafEventAnyOf struct + func NewNullableNwdafEventAnyOf(val *NwdafEventAnyOf) *NullableNwdafEventAnyOf + func (v *NullableNwdafEventAnyOf) Set(val *NwdafEventAnyOf) + func (v *NullableNwdafEventAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableNwdafEventAnyOf) Unset() + func (v NullableNwdafEventAnyOf) Get() *NwdafEventAnyOf + func (v NullableNwdafEventAnyOf) IsSet() bool + func (v NullableNwdafEventAnyOf) MarshalJSON() ([]byte, error) + type NullablePacketFilterInfo struct + func NewNullablePacketFilterInfo(val *PacketFilterInfo) *NullablePacketFilterInfo + func (v *NullablePacketFilterInfo) Set(val *PacketFilterInfo) + func (v *NullablePacketFilterInfo) UnmarshalJSON(src []byte) error + func (v *NullablePacketFilterInfo) Unset() + func (v NullablePacketFilterInfo) Get() *PacketFilterInfo + func (v NullablePacketFilterInfo) IsSet() bool + func (v NullablePacketFilterInfo) MarshalJSON() ([]byte, error) + type NullablePartialSuccessReport struct + func NewNullablePartialSuccessReport(val *PartialSuccessReport) *NullablePartialSuccessReport + func (v *NullablePartialSuccessReport) Set(val *PartialSuccessReport) + func (v *NullablePartialSuccessReport) UnmarshalJSON(src []byte) error + func (v *NullablePartialSuccessReport) Unset() + func (v NullablePartialSuccessReport) Get() *PartialSuccessReport + func (v NullablePartialSuccessReport) IsSet() bool + func (v NullablePartialSuccessReport) MarshalJSON() ([]byte, error) + type NullablePccRule struct + func NewNullablePccRule(val *PccRule) *NullablePccRule + func (v *NullablePccRule) Set(val *PccRule) + func (v *NullablePccRule) UnmarshalJSON(src []byte) error + func (v *NullablePccRule) Unset() + func (v NullablePccRule) Get() *PccRule + func (v NullablePccRule) IsSet() bool + func (v NullablePccRule) MarshalJSON() ([]byte, error) + type NullablePcfUeCallbackInfo struct + func NewNullablePcfUeCallbackInfo(val *PcfUeCallbackInfo) *NullablePcfUeCallbackInfo + func (v *NullablePcfUeCallbackInfo) Set(val *PcfUeCallbackInfo) + func (v *NullablePcfUeCallbackInfo) UnmarshalJSON(src []byte) error + func (v *NullablePcfUeCallbackInfo) Unset() + func (v NullablePcfUeCallbackInfo) Get() *PcfUeCallbackInfo + func (v NullablePcfUeCallbackInfo) IsSet() bool + func (v NullablePcfUeCallbackInfo) MarshalJSON() ([]byte, error) + type NullablePduSessionRelCause struct + func NewNullablePduSessionRelCause(val *PduSessionRelCause) *NullablePduSessionRelCause + func (v *NullablePduSessionRelCause) Set(val *PduSessionRelCause) + func (v *NullablePduSessionRelCause) UnmarshalJSON(src []byte) error + func (v *NullablePduSessionRelCause) Unset() + func (v NullablePduSessionRelCause) Get() *PduSessionRelCause + func (v NullablePduSessionRelCause) IsSet() bool + func (v NullablePduSessionRelCause) MarshalJSON() ([]byte, error) + type NullablePduSessionRelCauseAnyOf struct + func NewNullablePduSessionRelCauseAnyOf(val *PduSessionRelCauseAnyOf) *NullablePduSessionRelCauseAnyOf + func (v *NullablePduSessionRelCauseAnyOf) Set(val *PduSessionRelCauseAnyOf) + func (v *NullablePduSessionRelCauseAnyOf) UnmarshalJSON(src []byte) error + func (v *NullablePduSessionRelCauseAnyOf) Unset() + func (v NullablePduSessionRelCauseAnyOf) Get() *PduSessionRelCauseAnyOf + func (v NullablePduSessionRelCauseAnyOf) IsSet() bool + func (v NullablePduSessionRelCauseAnyOf) 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 NullablePolicyControlRequestTrigger struct + func NewNullablePolicyControlRequestTrigger(val *PolicyControlRequestTrigger) *NullablePolicyControlRequestTrigger + func (v *NullablePolicyControlRequestTrigger) Set(val *PolicyControlRequestTrigger) + func (v *NullablePolicyControlRequestTrigger) UnmarshalJSON(src []byte) error + func (v *NullablePolicyControlRequestTrigger) Unset() + func (v NullablePolicyControlRequestTrigger) Get() *PolicyControlRequestTrigger + func (v NullablePolicyControlRequestTrigger) IsSet() bool + func (v NullablePolicyControlRequestTrigger) MarshalJSON() ([]byte, error) + type NullablePolicyControlRequestTriggerAnyOf struct + func NewNullablePolicyControlRequestTriggerAnyOf(val *PolicyControlRequestTriggerAnyOf) *NullablePolicyControlRequestTriggerAnyOf + func (v *NullablePolicyControlRequestTriggerAnyOf) Set(val *PolicyControlRequestTriggerAnyOf) + func (v *NullablePolicyControlRequestTriggerAnyOf) UnmarshalJSON(src []byte) error + func (v *NullablePolicyControlRequestTriggerAnyOf) Unset() + func (v NullablePolicyControlRequestTriggerAnyOf) Get() *PolicyControlRequestTriggerAnyOf + func (v NullablePolicyControlRequestTriggerAnyOf) IsSet() bool + func (v NullablePolicyControlRequestTriggerAnyOf) MarshalJSON() ([]byte, error) + type NullablePolicyDecisionFailureCode struct + func NewNullablePolicyDecisionFailureCode(val *PolicyDecisionFailureCode) *NullablePolicyDecisionFailureCode + func (v *NullablePolicyDecisionFailureCode) Set(val *PolicyDecisionFailureCode) + func (v *NullablePolicyDecisionFailureCode) UnmarshalJSON(src []byte) error + func (v *NullablePolicyDecisionFailureCode) Unset() + func (v NullablePolicyDecisionFailureCode) Get() *PolicyDecisionFailureCode + func (v NullablePolicyDecisionFailureCode) IsSet() bool + func (v NullablePolicyDecisionFailureCode) MarshalJSON() ([]byte, error) + type NullablePolicyDecisionFailureCodeAnyOf struct + func NewNullablePolicyDecisionFailureCodeAnyOf(val *PolicyDecisionFailureCodeAnyOf) *NullablePolicyDecisionFailureCodeAnyOf + func (v *NullablePolicyDecisionFailureCodeAnyOf) Set(val *PolicyDecisionFailureCodeAnyOf) + func (v *NullablePolicyDecisionFailureCodeAnyOf) UnmarshalJSON(src []byte) error + func (v *NullablePolicyDecisionFailureCodeAnyOf) Unset() + func (v NullablePolicyDecisionFailureCodeAnyOf) Get() *PolicyDecisionFailureCodeAnyOf + func (v NullablePolicyDecisionFailureCodeAnyOf) IsSet() bool + func (v NullablePolicyDecisionFailureCodeAnyOf) MarshalJSON() ([]byte, error) + type NullablePortManagementContainer struct + func NewNullablePortManagementContainer(val *PortManagementContainer) *NullablePortManagementContainer + func (v *NullablePortManagementContainer) Set(val *PortManagementContainer) + func (v *NullablePortManagementContainer) UnmarshalJSON(src []byte) error + func (v *NullablePortManagementContainer) Unset() + func (v NullablePortManagementContainer) Get() *PortManagementContainer + func (v NullablePortManagementContainer) IsSet() bool + func (v NullablePortManagementContainer) MarshalJSON() ([]byte, error) + type NullablePreemptionCapability struct + func NewNullablePreemptionCapability(val *PreemptionCapability) *NullablePreemptionCapability + func (v *NullablePreemptionCapability) Set(val *PreemptionCapability) + func (v *NullablePreemptionCapability) UnmarshalJSON(src []byte) error + func (v *NullablePreemptionCapability) Unset() + func (v NullablePreemptionCapability) Get() *PreemptionCapability + func (v NullablePreemptionCapability) IsSet() bool + func (v NullablePreemptionCapability) MarshalJSON() ([]byte, error) + type NullablePreemptionCapabilityAnyOf struct + func NewNullablePreemptionCapabilityAnyOf(val *PreemptionCapabilityAnyOf) *NullablePreemptionCapabilityAnyOf + func (v *NullablePreemptionCapabilityAnyOf) Set(val *PreemptionCapabilityAnyOf) + func (v *NullablePreemptionCapabilityAnyOf) UnmarshalJSON(src []byte) error + func (v *NullablePreemptionCapabilityAnyOf) Unset() + func (v NullablePreemptionCapabilityAnyOf) Get() *PreemptionCapabilityAnyOf + func (v NullablePreemptionCapabilityAnyOf) IsSet() bool + func (v NullablePreemptionCapabilityAnyOf) MarshalJSON() ([]byte, error) + type NullablePreemptionVulnerability struct + func NewNullablePreemptionVulnerability(val *PreemptionVulnerability) *NullablePreemptionVulnerability + func (v *NullablePreemptionVulnerability) Set(val *PreemptionVulnerability) + func (v *NullablePreemptionVulnerability) UnmarshalJSON(src []byte) error + func (v *NullablePreemptionVulnerability) Unset() + func (v NullablePreemptionVulnerability) Get() *PreemptionVulnerability + func (v NullablePreemptionVulnerability) IsSet() bool + func (v NullablePreemptionVulnerability) MarshalJSON() ([]byte, error) + type NullablePreemptionVulnerabilityAnyOf struct + func NewNullablePreemptionVulnerabilityAnyOf(val *PreemptionVulnerabilityAnyOf) *NullablePreemptionVulnerabilityAnyOf + func (v *NullablePreemptionVulnerabilityAnyOf) Set(val *PreemptionVulnerabilityAnyOf) + func (v *NullablePreemptionVulnerabilityAnyOf) UnmarshalJSON(src []byte) error + func (v *NullablePreemptionVulnerabilityAnyOf) Unset() + func (v NullablePreemptionVulnerabilityAnyOf) Get() *PreemptionVulnerabilityAnyOf + func (v NullablePreemptionVulnerabilityAnyOf) IsSet() bool + func (v NullablePreemptionVulnerabilityAnyOf) MarshalJSON() ([]byte, error) + type NullablePresenceInfo struct + func NewNullablePresenceInfo(val *PresenceInfo) *NullablePresenceInfo + func (v *NullablePresenceInfo) Set(val *PresenceInfo) + func (v *NullablePresenceInfo) UnmarshalJSON(src []byte) error + func (v *NullablePresenceInfo) Unset() + func (v NullablePresenceInfo) Get() *PresenceInfo + func (v NullablePresenceInfo) IsSet() bool + func (v NullablePresenceInfo) MarshalJSON() ([]byte, error) + type NullablePresenceInfoRm struct + func NewNullablePresenceInfoRm(val *PresenceInfoRm) *NullablePresenceInfoRm + func (v *NullablePresenceInfoRm) Set(val *PresenceInfoRm) + func (v *NullablePresenceInfoRm) UnmarshalJSON(src []byte) error + func (v *NullablePresenceInfoRm) Unset() + func (v NullablePresenceInfoRm) Get() *PresenceInfoRm + func (v NullablePresenceInfoRm) IsSet() bool + func (v NullablePresenceInfoRm) MarshalJSON() ([]byte, error) + type NullablePresenceState struct + func NewNullablePresenceState(val *PresenceState) *NullablePresenceState + func (v *NullablePresenceState) Set(val *PresenceState) + func (v *NullablePresenceState) UnmarshalJSON(src []byte) error + func (v *NullablePresenceState) Unset() + func (v NullablePresenceState) Get() *PresenceState + func (v NullablePresenceState) IsSet() bool + func (v NullablePresenceState) MarshalJSON() ([]byte, error) + type NullablePresenceStateAnyOf struct + func NewNullablePresenceStateAnyOf(val *PresenceStateAnyOf) *NullablePresenceStateAnyOf + func (v *NullablePresenceStateAnyOf) Set(val *PresenceStateAnyOf) + func (v *NullablePresenceStateAnyOf) UnmarshalJSON(src []byte) error + func (v *NullablePresenceStateAnyOf) Unset() + func (v NullablePresenceStateAnyOf) Get() *PresenceStateAnyOf + func (v NullablePresenceStateAnyOf) IsSet() bool + func (v NullablePresenceStateAnyOf) 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 NullableQosCharacteristics struct + func NewNullableQosCharacteristics(val *QosCharacteristics) *NullableQosCharacteristics + func (v *NullableQosCharacteristics) Set(val *QosCharacteristics) + func (v *NullableQosCharacteristics) UnmarshalJSON(src []byte) error + func (v *NullableQosCharacteristics) Unset() + func (v NullableQosCharacteristics) Get() *QosCharacteristics + func (v NullableQosCharacteristics) IsSet() bool + func (v NullableQosCharacteristics) MarshalJSON() ([]byte, error) + type NullableQosData struct + func NewNullableQosData(val *QosData) *NullableQosData + func (v *NullableQosData) Set(val *QosData) + func (v *NullableQosData) UnmarshalJSON(src []byte) error + func (v *NullableQosData) Unset() + func (v NullableQosData) Get() *QosData + func (v NullableQosData) IsSet() bool + func (v NullableQosData) MarshalJSON() ([]byte, error) + type NullableQosFlowUsage struct + func NewNullableQosFlowUsage(val *QosFlowUsage) *NullableQosFlowUsage + func (v *NullableQosFlowUsage) Set(val *QosFlowUsage) + func (v *NullableQosFlowUsage) UnmarshalJSON(src []byte) error + func (v *NullableQosFlowUsage) Unset() + func (v NullableQosFlowUsage) Get() *QosFlowUsage + func (v NullableQosFlowUsage) IsSet() bool + func (v NullableQosFlowUsage) MarshalJSON() ([]byte, error) + type NullableQosFlowUsageAnyOf struct + func NewNullableQosFlowUsageAnyOf(val *QosFlowUsageAnyOf) *NullableQosFlowUsageAnyOf + func (v *NullableQosFlowUsageAnyOf) Set(val *QosFlowUsageAnyOf) + func (v *NullableQosFlowUsageAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableQosFlowUsageAnyOf) Unset() + func (v NullableQosFlowUsageAnyOf) Get() *QosFlowUsageAnyOf + func (v NullableQosFlowUsageAnyOf) IsSet() bool + func (v NullableQosFlowUsageAnyOf) MarshalJSON() ([]byte, error) + type NullableQosMonitoringData struct + func NewNullableQosMonitoringData(val *QosMonitoringData) *NullableQosMonitoringData + func (v *NullableQosMonitoringData) Set(val *QosMonitoringData) + func (v *NullableQosMonitoringData) UnmarshalJSON(src []byte) error + func (v *NullableQosMonitoringData) Unset() + func (v NullableQosMonitoringData) Get() *QosMonitoringData + func (v NullableQosMonitoringData) IsSet() bool + func (v NullableQosMonitoringData) MarshalJSON() ([]byte, error) + type NullableQosMonitoringReport struct + func NewNullableQosMonitoringReport(val *QosMonitoringReport) *NullableQosMonitoringReport + func (v *NullableQosMonitoringReport) Set(val *QosMonitoringReport) + func (v *NullableQosMonitoringReport) UnmarshalJSON(src []byte) error + func (v *NullableQosMonitoringReport) Unset() + func (v NullableQosMonitoringReport) Get() *QosMonitoringReport + func (v NullableQosMonitoringReport) IsSet() bool + func (v NullableQosMonitoringReport) MarshalJSON() ([]byte, error) + type NullableQosNotifType struct + func NewNullableQosNotifType(val *QosNotifType) *NullableQosNotifType + func (v *NullableQosNotifType) Set(val *QosNotifType) + func (v *NullableQosNotifType) UnmarshalJSON(src []byte) error + func (v *NullableQosNotifType) Unset() + func (v NullableQosNotifType) Get() *QosNotifType + func (v NullableQosNotifType) IsSet() bool + func (v NullableQosNotifType) MarshalJSON() ([]byte, error) + type NullableQosNotifTypeAnyOf struct + func NewNullableQosNotifTypeAnyOf(val *QosNotifTypeAnyOf) *NullableQosNotifTypeAnyOf + func (v *NullableQosNotifTypeAnyOf) Set(val *QosNotifTypeAnyOf) + func (v *NullableQosNotifTypeAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableQosNotifTypeAnyOf) Unset() + func (v NullableQosNotifTypeAnyOf) Get() *QosNotifTypeAnyOf + func (v NullableQosNotifTypeAnyOf) IsSet() bool + func (v NullableQosNotifTypeAnyOf) MarshalJSON() ([]byte, error) + type NullableQosNotificationControlInfo struct + func NewNullableQosNotificationControlInfo(val *QosNotificationControlInfo) *NullableQosNotificationControlInfo + func (v *NullableQosNotificationControlInfo) Set(val *QosNotificationControlInfo) + func (v *NullableQosNotificationControlInfo) UnmarshalJSON(src []byte) error + func (v *NullableQosNotificationControlInfo) Unset() + func (v NullableQosNotificationControlInfo) Get() *QosNotificationControlInfo + func (v NullableQosNotificationControlInfo) IsSet() bool + func (v NullableQosNotificationControlInfo) MarshalJSON() ([]byte, error) + type NullableQosResourceType struct + func NewNullableQosResourceType(val *QosResourceType) *NullableQosResourceType + func (v *NullableQosResourceType) Set(val *QosResourceType) + func (v *NullableQosResourceType) UnmarshalJSON(src []byte) error + func (v *NullableQosResourceType) Unset() + func (v NullableQosResourceType) Get() *QosResourceType + func (v NullableQosResourceType) IsSet() bool + func (v NullableQosResourceType) MarshalJSON() ([]byte, error) + type NullableQosResourceTypeAnyOf struct + func NewNullableQosResourceTypeAnyOf(val *QosResourceTypeAnyOf) *NullableQosResourceTypeAnyOf + func (v *NullableQosResourceTypeAnyOf) Set(val *QosResourceTypeAnyOf) + func (v *NullableQosResourceTypeAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableQosResourceTypeAnyOf) Unset() + func (v NullableQosResourceTypeAnyOf) Get() *QosResourceTypeAnyOf + func (v NullableQosResourceTypeAnyOf) IsSet() bool + func (v NullableQosResourceTypeAnyOf) MarshalJSON() ([]byte, error) + type NullableRanNasRelCause struct + func NewNullableRanNasRelCause(val *RanNasRelCause) *NullableRanNasRelCause + func (v *NullableRanNasRelCause) Set(val *RanNasRelCause) + func (v *NullableRanNasRelCause) UnmarshalJSON(src []byte) error + func (v *NullableRanNasRelCause) Unset() + func (v NullableRanNasRelCause) Get() *RanNasRelCause + func (v NullableRanNasRelCause) IsSet() bool + func (v NullableRanNasRelCause) MarshalJSON() ([]byte, error) + type NullableRatType struct + func NewNullableRatType(val *RatType) *NullableRatType + func (v *NullableRatType) Set(val *RatType) + func (v *NullableRatType) UnmarshalJSON(src []byte) error + func (v *NullableRatType) Unset() + func (v NullableRatType) Get() *RatType + func (v NullableRatType) IsSet() bool + func (v NullableRatType) MarshalJSON() ([]byte, error) + type 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 NullableRedirectAddressType struct + func NewNullableRedirectAddressType(val *RedirectAddressType) *NullableRedirectAddressType + func (v *NullableRedirectAddressType) Set(val *RedirectAddressType) + func (v *NullableRedirectAddressType) UnmarshalJSON(src []byte) error + func (v *NullableRedirectAddressType) Unset() + func (v NullableRedirectAddressType) Get() *RedirectAddressType + func (v NullableRedirectAddressType) IsSet() bool + func (v NullableRedirectAddressType) MarshalJSON() ([]byte, error) + type NullableRedirectAddressTypeAnyOf struct + func NewNullableRedirectAddressTypeAnyOf(val *RedirectAddressTypeAnyOf) *NullableRedirectAddressTypeAnyOf + func (v *NullableRedirectAddressTypeAnyOf) Set(val *RedirectAddressTypeAnyOf) + func (v *NullableRedirectAddressTypeAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableRedirectAddressTypeAnyOf) Unset() + func (v NullableRedirectAddressTypeAnyOf) Get() *RedirectAddressTypeAnyOf + func (v NullableRedirectAddressTypeAnyOf) IsSet() bool + func (v NullableRedirectAddressTypeAnyOf) MarshalJSON() ([]byte, error) + type NullableRedirectInformation struct + func NewNullableRedirectInformation(val *RedirectInformation) *NullableRedirectInformation + func (v *NullableRedirectInformation) Set(val *RedirectInformation) + func (v *NullableRedirectInformation) UnmarshalJSON(src []byte) error + func (v *NullableRedirectInformation) Unset() + func (v NullableRedirectInformation) Get() *RedirectInformation + func (v NullableRedirectInformation) IsSet() bool + func (v NullableRedirectInformation) 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 NullableReportingFrequency struct + func NewNullableReportingFrequency(val *ReportingFrequency) *NullableReportingFrequency + func (v *NullableReportingFrequency) Set(val *ReportingFrequency) + func (v *NullableReportingFrequency) UnmarshalJSON(src []byte) error + func (v *NullableReportingFrequency) Unset() + func (v NullableReportingFrequency) Get() *ReportingFrequency + func (v NullableReportingFrequency) IsSet() bool + func (v NullableReportingFrequency) MarshalJSON() ([]byte, error) + type NullableReportingFrequencyAnyOf struct + func NewNullableReportingFrequencyAnyOf(val *ReportingFrequencyAnyOf) *NullableReportingFrequencyAnyOf + func (v *NullableReportingFrequencyAnyOf) Set(val *ReportingFrequencyAnyOf) + func (v *NullableReportingFrequencyAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableReportingFrequencyAnyOf) Unset() + func (v NullableReportingFrequencyAnyOf) Get() *ReportingFrequencyAnyOf + func (v NullableReportingFrequencyAnyOf) IsSet() bool + func (v NullableReportingFrequencyAnyOf) MarshalJSON() ([]byte, error) + type NullableReportingLevel struct + func NewNullableReportingLevel(val *ReportingLevel) *NullableReportingLevel + func (v *NullableReportingLevel) Set(val *ReportingLevel) + func (v *NullableReportingLevel) UnmarshalJSON(src []byte) error + func (v *NullableReportingLevel) Unset() + func (v NullableReportingLevel) Get() *ReportingLevel + func (v NullableReportingLevel) IsSet() bool + func (v NullableReportingLevel) MarshalJSON() ([]byte, error) + type NullableReportingLevelAnyOf struct + func NewNullableReportingLevelAnyOf(val *ReportingLevelAnyOf) *NullableReportingLevelAnyOf + func (v *NullableReportingLevelAnyOf) Set(val *ReportingLevelAnyOf) + func (v *NullableReportingLevelAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableReportingLevelAnyOf) Unset() + func (v NullableReportingLevelAnyOf) Get() *ReportingLevelAnyOf + func (v NullableReportingLevelAnyOf) IsSet() bool + func (v NullableReportingLevelAnyOf) MarshalJSON() ([]byte, error) + type NullableRequestedQos struct + func NewNullableRequestedQos(val *RequestedQos) *NullableRequestedQos + func (v *NullableRequestedQos) Set(val *RequestedQos) + func (v *NullableRequestedQos) UnmarshalJSON(src []byte) error + func (v *NullableRequestedQos) Unset() + func (v NullableRequestedQos) Get() *RequestedQos + func (v NullableRequestedQos) IsSet() bool + func (v NullableRequestedQos) MarshalJSON() ([]byte, error) + type NullableRequestedQosMonitoringParameter struct + func NewNullableRequestedQosMonitoringParameter(val *RequestedQosMonitoringParameter) *NullableRequestedQosMonitoringParameter + func (v *NullableRequestedQosMonitoringParameter) Set(val *RequestedQosMonitoringParameter) + func (v *NullableRequestedQosMonitoringParameter) UnmarshalJSON(src []byte) error + func (v *NullableRequestedQosMonitoringParameter) Unset() + func (v NullableRequestedQosMonitoringParameter) Get() *RequestedQosMonitoringParameter + func (v NullableRequestedQosMonitoringParameter) IsSet() bool + func (v NullableRequestedQosMonitoringParameter) MarshalJSON() ([]byte, error) + type NullableRequestedQosMonitoringParameterAnyOf struct + func NewNullableRequestedQosMonitoringParameterAnyOf(val *RequestedQosMonitoringParameterAnyOf) *NullableRequestedQosMonitoringParameterAnyOf + func (v *NullableRequestedQosMonitoringParameterAnyOf) Set(val *RequestedQosMonitoringParameterAnyOf) + func (v *NullableRequestedQosMonitoringParameterAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableRequestedQosMonitoringParameterAnyOf) Unset() + func (v NullableRequestedQosMonitoringParameterAnyOf) Get() *RequestedQosMonitoringParameterAnyOf + func (v NullableRequestedQosMonitoringParameterAnyOf) IsSet() bool + func (v NullableRequestedQosMonitoringParameterAnyOf) MarshalJSON() ([]byte, error) + type NullableRequestedRuleData struct + func NewNullableRequestedRuleData(val *RequestedRuleData) *NullableRequestedRuleData + func (v *NullableRequestedRuleData) Set(val *RequestedRuleData) + func (v *NullableRequestedRuleData) UnmarshalJSON(src []byte) error + func (v *NullableRequestedRuleData) Unset() + func (v NullableRequestedRuleData) Get() *RequestedRuleData + func (v NullableRequestedRuleData) IsSet() bool + func (v NullableRequestedRuleData) MarshalJSON() ([]byte, error) + type NullableRequestedRuleDataType struct + func NewNullableRequestedRuleDataType(val *RequestedRuleDataType) *NullableRequestedRuleDataType + func (v *NullableRequestedRuleDataType) Set(val *RequestedRuleDataType) + func (v *NullableRequestedRuleDataType) UnmarshalJSON(src []byte) error + func (v *NullableRequestedRuleDataType) Unset() + func (v NullableRequestedRuleDataType) Get() *RequestedRuleDataType + func (v NullableRequestedRuleDataType) IsSet() bool + func (v NullableRequestedRuleDataType) MarshalJSON() ([]byte, error) + type NullableRequestedRuleDataTypeAnyOf struct + func NewNullableRequestedRuleDataTypeAnyOf(val *RequestedRuleDataTypeAnyOf) *NullableRequestedRuleDataTypeAnyOf + func (v *NullableRequestedRuleDataTypeAnyOf) Set(val *RequestedRuleDataTypeAnyOf) + func (v *NullableRequestedRuleDataTypeAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableRequestedRuleDataTypeAnyOf) Unset() + func (v NullableRequestedRuleDataTypeAnyOf) Get() *RequestedRuleDataTypeAnyOf + func (v NullableRequestedRuleDataTypeAnyOf) IsSet() bool + func (v NullableRequestedRuleDataTypeAnyOf) MarshalJSON() ([]byte, error) + type NullableRequestedUsageData struct + func NewNullableRequestedUsageData(val *RequestedUsageData) *NullableRequestedUsageData + func (v *NullableRequestedUsageData) Set(val *RequestedUsageData) + func (v *NullableRequestedUsageData) UnmarshalJSON(src []byte) error + func (v *NullableRequestedUsageData) Unset() + func (v NullableRequestedUsageData) Get() *RequestedUsageData + func (v NullableRequestedUsageData) IsSet() bool + func (v NullableRequestedUsageData) MarshalJSON() ([]byte, error) + type NullableRouteInformation struct + func NewNullableRouteInformation(val *RouteInformation) *NullableRouteInformation + func (v *NullableRouteInformation) Set(val *RouteInformation) + func (v *NullableRouteInformation) UnmarshalJSON(src []byte) error + func (v *NullableRouteInformation) Unset() + func (v NullableRouteInformation) Get() *RouteInformation + func (v NullableRouteInformation) IsSet() bool + func (v NullableRouteInformation) MarshalJSON() ([]byte, error) + type NullableRouteToLocation struct + func NewNullableRouteToLocation(val *RouteToLocation) *NullableRouteToLocation + func (v *NullableRouteToLocation) Set(val *RouteToLocation) + func (v *NullableRouteToLocation) UnmarshalJSON(src []byte) error + func (v *NullableRouteToLocation) Unset() + func (v NullableRouteToLocation) Get() *RouteToLocation + func (v NullableRouteToLocation) IsSet() bool + func (v NullableRouteToLocation) MarshalJSON() ([]byte, error) + type NullableRoutingAreaId struct + func NewNullableRoutingAreaId(val *RoutingAreaId) *NullableRoutingAreaId + func (v *NullableRoutingAreaId) Set(val *RoutingAreaId) + func (v *NullableRoutingAreaId) UnmarshalJSON(src []byte) error + func (v *NullableRoutingAreaId) Unset() + func (v NullableRoutingAreaId) Get() *RoutingAreaId + func (v NullableRoutingAreaId) IsSet() bool + func (v NullableRoutingAreaId) MarshalJSON() ([]byte, error) + type NullableRuleOperation struct + func NewNullableRuleOperation(val *RuleOperation) *NullableRuleOperation + func (v *NullableRuleOperation) Set(val *RuleOperation) + func (v *NullableRuleOperation) UnmarshalJSON(src []byte) error + func (v *NullableRuleOperation) Unset() + func (v NullableRuleOperation) Get() *RuleOperation + func (v NullableRuleOperation) IsSet() bool + func (v NullableRuleOperation) MarshalJSON() ([]byte, error) + type NullableRuleOperationAnyOf struct + func NewNullableRuleOperationAnyOf(val *RuleOperationAnyOf) *NullableRuleOperationAnyOf + func (v *NullableRuleOperationAnyOf) Set(val *RuleOperationAnyOf) + func (v *NullableRuleOperationAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableRuleOperationAnyOf) Unset() + func (v NullableRuleOperationAnyOf) Get() *RuleOperationAnyOf + func (v NullableRuleOperationAnyOf) IsSet() bool + func (v NullableRuleOperationAnyOf) MarshalJSON() ([]byte, error) + type NullableRuleReport struct + func NewNullableRuleReport(val *RuleReport) *NullableRuleReport + func (v *NullableRuleReport) Set(val *RuleReport) + func (v *NullableRuleReport) UnmarshalJSON(src []byte) error + func (v *NullableRuleReport) Unset() + func (v NullableRuleReport) Get() *RuleReport + func (v NullableRuleReport) IsSet() bool + func (v NullableRuleReport) MarshalJSON() ([]byte, error) + type NullableRuleStatus struct + func NewNullableRuleStatus(val *RuleStatus) *NullableRuleStatus + func (v *NullableRuleStatus) Set(val *RuleStatus) + func (v *NullableRuleStatus) UnmarshalJSON(src []byte) error + func (v *NullableRuleStatus) Unset() + func (v NullableRuleStatus) Get() *RuleStatus + func (v NullableRuleStatus) IsSet() bool + func (v NullableRuleStatus) MarshalJSON() ([]byte, error) + type NullableRuleStatusAnyOf struct + func NewNullableRuleStatusAnyOf(val *RuleStatusAnyOf) *NullableRuleStatusAnyOf + func (v *NullableRuleStatusAnyOf) Set(val *RuleStatusAnyOf) + func (v *NullableRuleStatusAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableRuleStatusAnyOf) Unset() + func (v NullableRuleStatusAnyOf) Get() *RuleStatusAnyOf + func (v NullableRuleStatusAnyOf) IsSet() bool + func (v NullableRuleStatusAnyOf) MarshalJSON() ([]byte, error) + type NullableSatelliteBackhaulCategory struct + func NewNullableSatelliteBackhaulCategory(val *SatelliteBackhaulCategory) *NullableSatelliteBackhaulCategory + func (v *NullableSatelliteBackhaulCategory) Set(val *SatelliteBackhaulCategory) + func (v *NullableSatelliteBackhaulCategory) UnmarshalJSON(src []byte) error + func (v *NullableSatelliteBackhaulCategory) Unset() + func (v NullableSatelliteBackhaulCategory) Get() *SatelliteBackhaulCategory + func (v NullableSatelliteBackhaulCategory) IsSet() bool + func (v NullableSatelliteBackhaulCategory) MarshalJSON() ([]byte, error) + type NullableSatelliteBackhaulCategoryAnyOf struct + func NewNullableSatelliteBackhaulCategoryAnyOf(val *SatelliteBackhaulCategoryAnyOf) *NullableSatelliteBackhaulCategoryAnyOf + func (v *NullableSatelliteBackhaulCategoryAnyOf) Set(val *SatelliteBackhaulCategoryAnyOf) + func (v *NullableSatelliteBackhaulCategoryAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableSatelliteBackhaulCategoryAnyOf) Unset() + func (v NullableSatelliteBackhaulCategoryAnyOf) Get() *SatelliteBackhaulCategoryAnyOf + func (v NullableSatelliteBackhaulCategoryAnyOf) IsSet() bool + func (v NullableSatelliteBackhaulCategoryAnyOf) MarshalJSON() ([]byte, error) + type NullableServerAddressingInfo struct + func NewNullableServerAddressingInfo(val *ServerAddressingInfo) *NullableServerAddressingInfo + func (v *NullableServerAddressingInfo) Set(val *ServerAddressingInfo) + func (v *NullableServerAddressingInfo) UnmarshalJSON(src []byte) error + func (v *NullableServerAddressingInfo) Unset() + func (v NullableServerAddressingInfo) Get() *ServerAddressingInfo + func (v NullableServerAddressingInfo) IsSet() bool + func (v NullableServerAddressingInfo) MarshalJSON() ([]byte, error) + type NullableServiceAreaId struct + func NewNullableServiceAreaId(val *ServiceAreaId) *NullableServiceAreaId + func (v *NullableServiceAreaId) Set(val *ServiceAreaId) + func (v *NullableServiceAreaId) UnmarshalJSON(src []byte) error + func (v *NullableServiceAreaId) Unset() + func (v NullableServiceAreaId) Get() *ServiceAreaId + func (v NullableServiceAreaId) IsSet() bool + func (v NullableServiceAreaId) MarshalJSON() ([]byte, error) + type NullableServingNfIdentity struct + func NewNullableServingNfIdentity(val *ServingNfIdentity) *NullableServingNfIdentity + func (v *NullableServingNfIdentity) Set(val *ServingNfIdentity) + func (v *NullableServingNfIdentity) UnmarshalJSON(src []byte) error + func (v *NullableServingNfIdentity) Unset() + func (v NullableServingNfIdentity) Get() *ServingNfIdentity + func (v NullableServingNfIdentity) IsSet() bool + func (v NullableServingNfIdentity) MarshalJSON() ([]byte, error) + type NullableSessionRule struct + func NewNullableSessionRule(val *SessionRule) *NullableSessionRule + func (v *NullableSessionRule) Set(val *SessionRule) + func (v *NullableSessionRule) UnmarshalJSON(src []byte) error + func (v *NullableSessionRule) Unset() + func (v NullableSessionRule) Get() *SessionRule + func (v NullableSessionRule) IsSet() bool + func (v NullableSessionRule) MarshalJSON() ([]byte, error) + type NullableSessionRuleFailureCode struct + func NewNullableSessionRuleFailureCode(val *SessionRuleFailureCode) *NullableSessionRuleFailureCode + func (v *NullableSessionRuleFailureCode) Set(val *SessionRuleFailureCode) + func (v *NullableSessionRuleFailureCode) UnmarshalJSON(src []byte) error + func (v *NullableSessionRuleFailureCode) Unset() + func (v NullableSessionRuleFailureCode) Get() *SessionRuleFailureCode + func (v NullableSessionRuleFailureCode) IsSet() bool + func (v NullableSessionRuleFailureCode) MarshalJSON() ([]byte, error) + type NullableSessionRuleFailureCodeAnyOf struct + func NewNullableSessionRuleFailureCodeAnyOf(val *SessionRuleFailureCodeAnyOf) *NullableSessionRuleFailureCodeAnyOf + func (v *NullableSessionRuleFailureCodeAnyOf) Set(val *SessionRuleFailureCodeAnyOf) + func (v *NullableSessionRuleFailureCodeAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableSessionRuleFailureCodeAnyOf) Unset() + func (v NullableSessionRuleFailureCodeAnyOf) Get() *SessionRuleFailureCodeAnyOf + func (v NullableSessionRuleFailureCodeAnyOf) IsSet() bool + func (v NullableSessionRuleFailureCodeAnyOf) MarshalJSON() ([]byte, error) + type NullableSessionRuleReport struct + func NewNullableSessionRuleReport(val *SessionRuleReport) *NullableSessionRuleReport + func (v *NullableSessionRuleReport) Set(val *SessionRuleReport) + func (v *NullableSessionRuleReport) UnmarshalJSON(src []byte) error + func (v *NullableSessionRuleReport) Unset() + func (v NullableSessionRuleReport) Get() *SessionRuleReport + func (v NullableSessionRuleReport) IsSet() bool + func (v NullableSessionRuleReport) MarshalJSON() ([]byte, error) + type NullableSgsnAddress struct + func NewNullableSgsnAddress(val *SgsnAddress) *NullableSgsnAddress + func (v *NullableSgsnAddress) Set(val *SgsnAddress) + func (v *NullableSgsnAddress) UnmarshalJSON(src []byte) error + func (v *NullableSgsnAddress) Unset() + func (v NullableSgsnAddress) Get() *SgsnAddress + func (v NullableSgsnAddress) IsSet() bool + func (v NullableSgsnAddress) MarshalJSON() ([]byte, error) + type NullableSmPoliciesPost200Response struct + func NewNullableSmPoliciesPost200Response(val *SmPoliciesPost200Response) *NullableSmPoliciesPost200Response + func (v *NullableSmPoliciesPost200Response) Set(val *SmPoliciesPost200Response) + func (v *NullableSmPoliciesPost200Response) UnmarshalJSON(src []byte) error + func (v *NullableSmPoliciesPost200Response) Unset() + func (v NullableSmPoliciesPost200Response) Get() *SmPoliciesPost200Response + func (v NullableSmPoliciesPost200Response) IsSet() bool + func (v NullableSmPoliciesPost200Response) MarshalJSON() ([]byte, error) + type NullableSmPolicyAssociationReleaseCause struct + func NewNullableSmPolicyAssociationReleaseCause(val *SmPolicyAssociationReleaseCause) *NullableSmPolicyAssociationReleaseCause + func (v *NullableSmPolicyAssociationReleaseCause) Set(val *SmPolicyAssociationReleaseCause) + func (v *NullableSmPolicyAssociationReleaseCause) UnmarshalJSON(src []byte) error + func (v *NullableSmPolicyAssociationReleaseCause) Unset() + func (v NullableSmPolicyAssociationReleaseCause) Get() *SmPolicyAssociationReleaseCause + func (v NullableSmPolicyAssociationReleaseCause) IsSet() bool + func (v NullableSmPolicyAssociationReleaseCause) MarshalJSON() ([]byte, error) + type NullableSmPolicyAssociationReleaseCauseAnyOf struct + func NewNullableSmPolicyAssociationReleaseCauseAnyOf(val *SmPolicyAssociationReleaseCauseAnyOf) *NullableSmPolicyAssociationReleaseCauseAnyOf + func (v *NullableSmPolicyAssociationReleaseCauseAnyOf) Set(val *SmPolicyAssociationReleaseCauseAnyOf) + func (v *NullableSmPolicyAssociationReleaseCauseAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableSmPolicyAssociationReleaseCauseAnyOf) Unset() + func (v NullableSmPolicyAssociationReleaseCauseAnyOf) Get() *SmPolicyAssociationReleaseCauseAnyOf + func (v NullableSmPolicyAssociationReleaseCauseAnyOf) IsSet() bool + func (v NullableSmPolicyAssociationReleaseCauseAnyOf) MarshalJSON() ([]byte, error) + type NullableSmPolicyContextData struct + func NewNullableSmPolicyContextData(val *SmPolicyContextData) *NullableSmPolicyContextData + func (v *NullableSmPolicyContextData) Set(val *SmPolicyContextData) + func (v *NullableSmPolicyContextData) UnmarshalJSON(src []byte) error + func (v *NullableSmPolicyContextData) Unset() + func (v NullableSmPolicyContextData) Get() *SmPolicyContextData + func (v NullableSmPolicyContextData) IsSet() bool + func (v NullableSmPolicyContextData) MarshalJSON() ([]byte, error) + type NullableSmPolicyControl struct + func NewNullableSmPolicyControl(val *SmPolicyControl) *NullableSmPolicyControl + func (v *NullableSmPolicyControl) Set(val *SmPolicyControl) + func (v *NullableSmPolicyControl) UnmarshalJSON(src []byte) error + func (v *NullableSmPolicyControl) Unset() + func (v NullableSmPolicyControl) Get() *SmPolicyControl + func (v NullableSmPolicyControl) IsSet() bool + func (v NullableSmPolicyControl) MarshalJSON() ([]byte, error) + type NullableSmPolicyDecision struct + func NewNullableSmPolicyDecision(val *SmPolicyDecision) *NullableSmPolicyDecision + func (v *NullableSmPolicyDecision) Set(val *SmPolicyDecision) + func (v *NullableSmPolicyDecision) UnmarshalJSON(src []byte) error + func (v *NullableSmPolicyDecision) Unset() + func (v NullableSmPolicyDecision) Get() *SmPolicyDecision + func (v NullableSmPolicyDecision) IsSet() bool + func (v NullableSmPolicyDecision) MarshalJSON() ([]byte, error) + type NullableSmPolicyDeleteData struct + func NewNullableSmPolicyDeleteData(val *SmPolicyDeleteData) *NullableSmPolicyDeleteData + func (v *NullableSmPolicyDeleteData) Set(val *SmPolicyDeleteData) + func (v *NullableSmPolicyDeleteData) UnmarshalJSON(src []byte) error + func (v *NullableSmPolicyDeleteData) Unset() + func (v NullableSmPolicyDeleteData) Get() *SmPolicyDeleteData + func (v NullableSmPolicyDeleteData) IsSet() bool + func (v NullableSmPolicyDeleteData) MarshalJSON() ([]byte, error) + type NullableSmPolicyNotification struct + func NewNullableSmPolicyNotification(val *SmPolicyNotification) *NullableSmPolicyNotification + func (v *NullableSmPolicyNotification) Set(val *SmPolicyNotification) + func (v *NullableSmPolicyNotification) UnmarshalJSON(src []byte) error + func (v *NullableSmPolicyNotification) Unset() + func (v NullableSmPolicyNotification) Get() *SmPolicyNotification + func (v NullableSmPolicyNotification) IsSet() bool + func (v NullableSmPolicyNotification) MarshalJSON() ([]byte, error) + type NullableSmPolicyUpdateContextData struct + func NewNullableSmPolicyUpdateContextData(val *SmPolicyUpdateContextData) *NullableSmPolicyUpdateContextData + func (v *NullableSmPolicyUpdateContextData) Set(val *SmPolicyUpdateContextData) + func (v *NullableSmPolicyUpdateContextData) UnmarshalJSON(src []byte) error + func (v *NullableSmPolicyUpdateContextData) Unset() + func (v NullableSmPolicyUpdateContextData) Get() *SmPolicyUpdateContextData + func (v NullableSmPolicyUpdateContextData) IsSet() bool + func (v NullableSmPolicyUpdateContextData) 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 NullableSteerModeIndicator struct + func NewNullableSteerModeIndicator(val *SteerModeIndicator) *NullableSteerModeIndicator + func (v *NullableSteerModeIndicator) Set(val *SteerModeIndicator) + func (v *NullableSteerModeIndicator) UnmarshalJSON(src []byte) error + func (v *NullableSteerModeIndicator) Unset() + func (v NullableSteerModeIndicator) Get() *SteerModeIndicator + func (v NullableSteerModeIndicator) IsSet() bool + func (v NullableSteerModeIndicator) MarshalJSON() ([]byte, error) + type NullableSteerModeIndicatorAnyOf struct + func NewNullableSteerModeIndicatorAnyOf(val *SteerModeIndicatorAnyOf) *NullableSteerModeIndicatorAnyOf + func (v *NullableSteerModeIndicatorAnyOf) Set(val *SteerModeIndicatorAnyOf) + func (v *NullableSteerModeIndicatorAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableSteerModeIndicatorAnyOf) Unset() + func (v NullableSteerModeIndicatorAnyOf) Get() *SteerModeIndicatorAnyOf + func (v NullableSteerModeIndicatorAnyOf) IsSet() bool + func (v NullableSteerModeIndicatorAnyOf) MarshalJSON() ([]byte, error) + type NullableSteerModeValue struct + func NewNullableSteerModeValue(val *SteerModeValue) *NullableSteerModeValue + func (v *NullableSteerModeValue) Set(val *SteerModeValue) + func (v *NullableSteerModeValue) UnmarshalJSON(src []byte) error + func (v *NullableSteerModeValue) Unset() + func (v NullableSteerModeValue) Get() *SteerModeValue + func (v NullableSteerModeValue) IsSet() bool + func (v NullableSteerModeValue) MarshalJSON() ([]byte, error) + type NullableSteerModeValueAnyOf struct + func NewNullableSteerModeValueAnyOf(val *SteerModeValueAnyOf) *NullableSteerModeValueAnyOf + func (v *NullableSteerModeValueAnyOf) Set(val *SteerModeValueAnyOf) + func (v *NullableSteerModeValueAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableSteerModeValueAnyOf) Unset() + func (v NullableSteerModeValueAnyOf) Get() *SteerModeValueAnyOf + func (v NullableSteerModeValueAnyOf) IsSet() bool + func (v NullableSteerModeValueAnyOf) MarshalJSON() ([]byte, error) + type NullableSteeringFunctionality struct + func NewNullableSteeringFunctionality(val *SteeringFunctionality) *NullableSteeringFunctionality + func (v *NullableSteeringFunctionality) Set(val *SteeringFunctionality) + func (v *NullableSteeringFunctionality) UnmarshalJSON(src []byte) error + func (v *NullableSteeringFunctionality) Unset() + func (v NullableSteeringFunctionality) Get() *SteeringFunctionality + func (v NullableSteeringFunctionality) IsSet() bool + func (v NullableSteeringFunctionality) MarshalJSON() ([]byte, error) + type NullableSteeringFunctionalityAnyOf struct + func NewNullableSteeringFunctionalityAnyOf(val *SteeringFunctionalityAnyOf) *NullableSteeringFunctionalityAnyOf + func (v *NullableSteeringFunctionalityAnyOf) Set(val *SteeringFunctionalityAnyOf) + func (v *NullableSteeringFunctionalityAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableSteeringFunctionalityAnyOf) Unset() + func (v NullableSteeringFunctionalityAnyOf) Get() *SteeringFunctionalityAnyOf + func (v NullableSteeringFunctionalityAnyOf) IsSet() bool + func (v NullableSteeringFunctionalityAnyOf) MarshalJSON() ([]byte, error) + type NullableSteeringMode struct + func NewNullableSteeringMode(val *SteeringMode) *NullableSteeringMode + func (v *NullableSteeringMode) Set(val *SteeringMode) + func (v *NullableSteeringMode) UnmarshalJSON(src []byte) error + func (v *NullableSteeringMode) Unset() + func (v NullableSteeringMode) Get() *SteeringMode + func (v NullableSteeringMode) IsSet() bool + func (v NullableSteeringMode) MarshalJSON() ([]byte, error) + type NullableString struct + func NewNullableString(val *string) *NullableString + func (v *NullableString) Set(val *string) + func (v *NullableString) UnmarshalJSON(src []byte) error + func (v *NullableString) Unset() + func (v NullableString) Get() *string + func (v NullableString) IsSet() bool + func (v NullableString) MarshalJSON() ([]byte, error) + type NullableSubscribedDefaultQos struct + func NewNullableSubscribedDefaultQos(val *SubscribedDefaultQos) *NullableSubscribedDefaultQos + func (v *NullableSubscribedDefaultQos) Set(val *SubscribedDefaultQos) + func (v *NullableSubscribedDefaultQos) UnmarshalJSON(src []byte) error + func (v *NullableSubscribedDefaultQos) Unset() + func (v NullableSubscribedDefaultQos) Get() *SubscribedDefaultQos + func (v NullableSubscribedDefaultQos) IsSet() bool + func (v NullableSubscribedDefaultQos) MarshalJSON() ([]byte, error) + type NullableTai struct + func NewNullableTai(val *Tai) *NullableTai + func (v *NullableTai) Set(val *Tai) + func (v *NullableTai) UnmarshalJSON(src []byte) error + func (v *NullableTai) Unset() + func (v NullableTai) Get() *Tai + func (v NullableTai) IsSet() bool + func (v NullableTai) MarshalJSON() ([]byte, error) + type NullableTerminationNotification struct + func NewNullableTerminationNotification(val *TerminationNotification) *NullableTerminationNotification + func (v *NullableTerminationNotification) Set(val *TerminationNotification) + func (v *NullableTerminationNotification) UnmarshalJSON(src []byte) error + func (v *NullableTerminationNotification) Unset() + func (v NullableTerminationNotification) Get() *TerminationNotification + func (v NullableTerminationNotification) IsSet() bool + func (v NullableTerminationNotification) MarshalJSON() ([]byte, error) + type NullableThresholdValue struct + func NewNullableThresholdValue(val *ThresholdValue) *NullableThresholdValue + func (v *NullableThresholdValue) Set(val *ThresholdValue) + func (v *NullableThresholdValue) UnmarshalJSON(src []byte) error + func (v *NullableThresholdValue) Unset() + func (v NullableThresholdValue) Get() *ThresholdValue + func (v NullableThresholdValue) IsSet() bool + func (v NullableThresholdValue) MarshalJSON() ([]byte, error) + type NullableTime struct + func NewNullableTime(val *time.Time) *NullableTime + func (v *NullableTime) Set(val *time.Time) + func (v *NullableTime) UnmarshalJSON(src []byte) error + func (v *NullableTime) Unset() + func (v NullableTime) Get() *time.Time + func (v NullableTime) IsSet() bool + func (v NullableTime) MarshalJSON() ([]byte, error) + type NullableTnapId struct + func NewNullableTnapId(val *TnapId) *NullableTnapId + func (v *NullableTnapId) Set(val *TnapId) + func (v *NullableTnapId) UnmarshalJSON(src []byte) error + func (v *NullableTnapId) Unset() + func (v NullableTnapId) Get() *TnapId + func (v NullableTnapId) IsSet() bool + func (v NullableTnapId) MarshalJSON() ([]byte, error) + type NullableTraceData struct + func NewNullableTraceData(val *TraceData) *NullableTraceData + func (v *NullableTraceData) Set(val *TraceData) + func (v *NullableTraceData) UnmarshalJSON(src []byte) error + func (v *NullableTraceData) Unset() + func (v NullableTraceData) Get() *TraceData + func (v NullableTraceData) IsSet() bool + func (v NullableTraceData) MarshalJSON() ([]byte, error) + type NullableTraceDepth struct + func NewNullableTraceDepth(val *TraceDepth) *NullableTraceDepth + func (v *NullableTraceDepth) Set(val *TraceDepth) + func (v *NullableTraceDepth) UnmarshalJSON(src []byte) error + func (v *NullableTraceDepth) Unset() + func (v NullableTraceDepth) Get() *TraceDepth + func (v NullableTraceDepth) IsSet() bool + func (v NullableTraceDepth) MarshalJSON() ([]byte, error) + type NullableTraceDepthAnyOf struct + func NewNullableTraceDepthAnyOf(val *TraceDepthAnyOf) *NullableTraceDepthAnyOf + func (v *NullableTraceDepthAnyOf) Set(val *TraceDepthAnyOf) + func (v *NullableTraceDepthAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableTraceDepthAnyOf) Unset() + func (v NullableTraceDepthAnyOf) Get() *TraceDepthAnyOf + func (v NullableTraceDepthAnyOf) IsSet() bool + func (v NullableTraceDepthAnyOf) MarshalJSON() ([]byte, error) + type NullableTrafficControlData struct + func NewNullableTrafficControlData(val *TrafficControlData) *NullableTrafficControlData + func (v *NullableTrafficControlData) Set(val *TrafficControlData) + func (v *NullableTrafficControlData) UnmarshalJSON(src []byte) error + func (v *NullableTrafficControlData) Unset() + func (v NullableTrafficControlData) Get() *TrafficControlData + func (v NullableTrafficControlData) IsSet() bool + func (v NullableTrafficControlData) MarshalJSON() ([]byte, error) + type NullableTransportProtocol struct + func NewNullableTransportProtocol(val *TransportProtocol) *NullableTransportProtocol + func (v *NullableTransportProtocol) Set(val *TransportProtocol) + func (v *NullableTransportProtocol) UnmarshalJSON(src []byte) error + func (v *NullableTransportProtocol) Unset() + func (v NullableTransportProtocol) Get() *TransportProtocol + func (v NullableTransportProtocol) IsSet() bool + func (v NullableTransportProtocol) MarshalJSON() ([]byte, error) + type NullableTransportProtocolAnyOf struct + func NewNullableTransportProtocolAnyOf(val *TransportProtocolAnyOf) *NullableTransportProtocolAnyOf + func (v *NullableTransportProtocolAnyOf) Set(val *TransportProtocolAnyOf) + func (v *NullableTransportProtocolAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableTransportProtocolAnyOf) Unset() + func (v NullableTransportProtocolAnyOf) Get() *TransportProtocolAnyOf + func (v NullableTransportProtocolAnyOf) IsSet() bool + func (v NullableTransportProtocolAnyOf) MarshalJSON() ([]byte, error) + type NullableTscaiInputContainer struct + func NewNullableTscaiInputContainer(val *TscaiInputContainer) *NullableTscaiInputContainer + func (v *NullableTscaiInputContainer) Set(val *TscaiInputContainer) + func (v *NullableTscaiInputContainer) UnmarshalJSON(src []byte) error + func (v *NullableTscaiInputContainer) Unset() + func (v NullableTscaiInputContainer) Get() *TscaiInputContainer + func (v NullableTscaiInputContainer) IsSet() bool + func (v NullableTscaiInputContainer) MarshalJSON() ([]byte, error) + type NullableTsnBridgeInfo struct + func NewNullableTsnBridgeInfo(val *TsnBridgeInfo) *NullableTsnBridgeInfo + func (v *NullableTsnBridgeInfo) Set(val *TsnBridgeInfo) + func (v *NullableTsnBridgeInfo) UnmarshalJSON(src []byte) error + func (v *NullableTsnBridgeInfo) Unset() + func (v NullableTsnBridgeInfo) Get() *TsnBridgeInfo + func (v NullableTsnBridgeInfo) IsSet() bool + func (v NullableTsnBridgeInfo) MarshalJSON() ([]byte, error) + type NullableTwapId struct + func NewNullableTwapId(val *TwapId) *NullableTwapId + func (v *NullableTwapId) Set(val *TwapId) + func (v *NullableTwapId) UnmarshalJSON(src []byte) error + func (v *NullableTwapId) Unset() + func (v NullableTwapId) Get() *TwapId + func (v NullableTwapId) IsSet() bool + func (v NullableTwapId) MarshalJSON() ([]byte, error) + type NullableUeCampingRep struct + func NewNullableUeCampingRep(val *UeCampingRep) *NullableUeCampingRep + func (v *NullableUeCampingRep) Set(val *UeCampingRep) + func (v *NullableUeCampingRep) UnmarshalJSON(src []byte) error + func (v *NullableUeCampingRep) Unset() + func (v NullableUeCampingRep) Get() *UeCampingRep + func (v NullableUeCampingRep) IsSet() bool + func (v NullableUeCampingRep) MarshalJSON() ([]byte, error) + type NullableUeInitiatedResourceRequest struct + func NewNullableUeInitiatedResourceRequest(val *UeInitiatedResourceRequest) *NullableUeInitiatedResourceRequest + func (v *NullableUeInitiatedResourceRequest) Set(val *UeInitiatedResourceRequest) + func (v *NullableUeInitiatedResourceRequest) UnmarshalJSON(src []byte) error + func (v *NullableUeInitiatedResourceRequest) Unset() + func (v NullableUeInitiatedResourceRequest) Get() *UeInitiatedResourceRequest + func (v NullableUeInitiatedResourceRequest) IsSet() bool + func (v NullableUeInitiatedResourceRequest) MarshalJSON() ([]byte, error) + type NullableUpPathChgEvent struct + func NewNullableUpPathChgEvent(val *UpPathChgEvent) *NullableUpPathChgEvent + func (v *NullableUpPathChgEvent) Set(val *UpPathChgEvent) + func (v *NullableUpPathChgEvent) UnmarshalJSON(src []byte) error + func (v *NullableUpPathChgEvent) Unset() + func (v NullableUpPathChgEvent) Get() *UpPathChgEvent + func (v NullableUpPathChgEvent) IsSet() bool + func (v NullableUpPathChgEvent) MarshalJSON() ([]byte, error) + type NullableUsageMonitoringData struct + func NewNullableUsageMonitoringData(val *UsageMonitoringData) *NullableUsageMonitoringData + func (v *NullableUsageMonitoringData) Set(val *UsageMonitoringData) + func (v *NullableUsageMonitoringData) UnmarshalJSON(src []byte) error + func (v *NullableUsageMonitoringData) Unset() + func (v NullableUsageMonitoringData) Get() *UsageMonitoringData + func (v NullableUsageMonitoringData) IsSet() bool + func (v NullableUsageMonitoringData) MarshalJSON() ([]byte, error) + type NullableUserLocation struct + func NewNullableUserLocation(val *UserLocation) *NullableUserLocation + func (v *NullableUserLocation) Set(val *UserLocation) + func (v *NullableUserLocation) UnmarshalJSON(src []byte) error + func (v *NullableUserLocation) Unset() + func (v NullableUserLocation) Get() *UserLocation + func (v NullableUserLocation) IsSet() bool + func (v NullableUserLocation) MarshalJSON() ([]byte, error) + type NullableUtraLocation struct + func NewNullableUtraLocation(val *UtraLocation) *NullableUtraLocation + func (v *NullableUtraLocation) Set(val *UtraLocation) + func (v *NullableUtraLocation) UnmarshalJSON(src []byte) error + func (v *NullableUtraLocation) Unset() + func (v NullableUtraLocation) Get() *UtraLocation + func (v NullableUtraLocation) IsSet() bool + func (v NullableUtraLocation) MarshalJSON() ([]byte, error) + type NullableVplmnQos struct + func NewNullableVplmnQos(val *VplmnQos) *NullableVplmnQos + func (v *NullableVplmnQos) Set(val *VplmnQos) + func (v *NullableVplmnQos) UnmarshalJSON(src []byte) error + func (v *NullableVplmnQos) Unset() + func (v NullableVplmnQos) Get() *VplmnQos + func (v NullableVplmnQos) IsSet() bool + func (v NullableVplmnQos) MarshalJSON() ([]byte, error) + type NwdafData struct + NwdafEvents []NwdafEvent + NwdafInstanceId string + func NewNwdafData(nwdafInstanceId string) *NwdafData + func NewNwdafDataWithDefaults() *NwdafData + func (o *NwdafData) GetNwdafEvents() []NwdafEvent + func (o *NwdafData) GetNwdafEventsOk() ([]NwdafEvent, bool) + func (o *NwdafData) GetNwdafInstanceId() string + func (o *NwdafData) GetNwdafInstanceIdOk() (*string, bool) + func (o *NwdafData) HasNwdafEvents() bool + func (o *NwdafData) SetNwdafEvents(v []NwdafEvent) + func (o *NwdafData) SetNwdafInstanceId(v string) + func (o NwdafData) MarshalJSON() ([]byte, error) + func (o NwdafData) ToMap() (map[string]interface{}, error) + type NwdafEvent struct + NwdafEventAnyOf *NwdafEventAnyOf + String *string + func (dst *NwdafEvent) UnmarshalJSON(data []byte) error + func (src *NwdafEvent) MarshalJSON() ([]byte, error) + type NwdafEventAnyOf string + const ABNORMAL_BEHAVIOUR + const DISPERSION + const DN_PERFORMANCE + const NETWORK_PERFORMANCE + const NF_LOAD + const NSI_LOAD_LEVEL + const QOS_SUSTAINABILITY + const RED_TRANS_EXP + const SERVICE_EXPERIENCE + const SLICE_LOAD_LEVEL + const SM_CONGESTION + const UE_COMMUNICATION + const UE_MOBILITY + const USER_DATA_CONGESTION + const WLAN_PERFORMANCE + func NewNwdafEventAnyOfFromValue(v string) (*NwdafEventAnyOf, error) + func (v *NwdafEventAnyOf) UnmarshalJSON(src []byte) error + func (v NwdafEventAnyOf) IsValid() bool + func (v NwdafEventAnyOf) Ptr() *NwdafEventAnyOf + type PacketFilterInfo struct + FlowDirection *FlowDirection + FlowLabel *string + PackFiltCont *string + PackFiltId *string + Spi *string + TosTrafficClass *string + func NewPacketFilterInfo() *PacketFilterInfo + func NewPacketFilterInfoWithDefaults() *PacketFilterInfo + func (o *PacketFilterInfo) GetFlowDirection() FlowDirection + func (o *PacketFilterInfo) GetFlowDirectionOk() (*FlowDirection, bool) + func (o *PacketFilterInfo) GetFlowLabel() string + func (o *PacketFilterInfo) GetFlowLabelOk() (*string, bool) + func (o *PacketFilterInfo) GetPackFiltCont() string + func (o *PacketFilterInfo) GetPackFiltContOk() (*string, bool) + func (o *PacketFilterInfo) GetPackFiltId() string + func (o *PacketFilterInfo) GetPackFiltIdOk() (*string, bool) + func (o *PacketFilterInfo) GetSpi() string + func (o *PacketFilterInfo) GetSpiOk() (*string, bool) + func (o *PacketFilterInfo) GetTosTrafficClass() string + func (o *PacketFilterInfo) GetTosTrafficClassOk() (*string, bool) + func (o *PacketFilterInfo) HasFlowDirection() bool + func (o *PacketFilterInfo) HasFlowLabel() bool + func (o *PacketFilterInfo) HasPackFiltCont() bool + func (o *PacketFilterInfo) HasPackFiltId() bool + func (o *PacketFilterInfo) HasSpi() bool + func (o *PacketFilterInfo) HasTosTrafficClass() bool + func (o *PacketFilterInfo) SetFlowDirection(v FlowDirection) + func (o *PacketFilterInfo) SetFlowLabel(v string) + func (o *PacketFilterInfo) SetPackFiltCont(v string) + func (o *PacketFilterInfo) SetPackFiltId(v string) + func (o *PacketFilterInfo) SetSpi(v string) + func (o *PacketFilterInfo) SetTosTrafficClass(v string) + func (o PacketFilterInfo) MarshalJSON() ([]byte, error) + func (o PacketFilterInfo) ToMap() (map[string]interface{}, error) + type PartialSuccessReport struct + FailureCause FailureCause + InvalidPolicyDecs []InvalidParam + PolicyDecFailureReports []PolicyDecisionFailureCode + RuleReports []RuleReport + SessRuleReports []SessionRuleReport + UeCampingRep *UeCampingRep + func NewPartialSuccessReport(failureCause FailureCause) *PartialSuccessReport + func NewPartialSuccessReportWithDefaults() *PartialSuccessReport + func (o *PartialSuccessReport) GetFailureCause() FailureCause + func (o *PartialSuccessReport) GetFailureCauseOk() (*FailureCause, bool) + func (o *PartialSuccessReport) GetInvalidPolicyDecs() []InvalidParam + func (o *PartialSuccessReport) GetInvalidPolicyDecsOk() ([]InvalidParam, bool) + func (o *PartialSuccessReport) GetPolicyDecFailureReports() []PolicyDecisionFailureCode + func (o *PartialSuccessReport) GetPolicyDecFailureReportsOk() ([]PolicyDecisionFailureCode, bool) + func (o *PartialSuccessReport) GetRuleReports() []RuleReport + func (o *PartialSuccessReport) GetRuleReportsOk() ([]RuleReport, bool) + func (o *PartialSuccessReport) GetSessRuleReports() []SessionRuleReport + func (o *PartialSuccessReport) GetSessRuleReportsOk() ([]SessionRuleReport, bool) + func (o *PartialSuccessReport) GetUeCampingRep() UeCampingRep + func (o *PartialSuccessReport) GetUeCampingRepOk() (*UeCampingRep, bool) + func (o *PartialSuccessReport) HasInvalidPolicyDecs() bool + func (o *PartialSuccessReport) HasPolicyDecFailureReports() bool + func (o *PartialSuccessReport) HasRuleReports() bool + func (o *PartialSuccessReport) HasSessRuleReports() bool + func (o *PartialSuccessReport) HasUeCampingRep() bool + func (o *PartialSuccessReport) SetFailureCause(v FailureCause) + func (o *PartialSuccessReport) SetInvalidPolicyDecs(v []InvalidParam) + func (o *PartialSuccessReport) SetPolicyDecFailureReports(v []PolicyDecisionFailureCode) + func (o *PartialSuccessReport) SetRuleReports(v []RuleReport) + func (o *PartialSuccessReport) SetSessRuleReports(v []SessionRuleReport) + func (o *PartialSuccessReport) SetUeCampingRep(v UeCampingRep) + func (o PartialSuccessReport) MarshalJSON() ([]byte, error) + func (o PartialSuccessReport) ToMap() (map[string]interface{}, error) + type PccRule struct + AddrPreserInd NullableBool + AfSigProtocol *AfSigProtocol + AppDescriptor *string + AppId *string + AppReloc *bool + ContVer *int32 + DdNotifCtrl *DownlinkDataNotificationControl + DdNotifCtrl2 NullableDownlinkDataNotificationControlRm + DisUeNotif NullableBool + EasRedisInd *bool + FlowInfos []FlowInformation + PackFiltAllPrec *int32 + PccRuleId string + Precedence *int32 + RefAltQosParams []string + RefChgData []string + RefChgN3gData []string + RefCondData NullableString + RefQosData []string + RefQosMon []string + RefTcData []string + RefUmData []string + RefUmN3gData []string + TscaiInputDl NullableTscaiInputContainer + TscaiInputUl NullableTscaiInputContainer + TscaiTimeDom *int32 + func NewPccRule(pccRuleId string) *PccRule + func NewPccRuleWithDefaults() *PccRule + func (o *PccRule) GetAddrPreserInd() bool + func (o *PccRule) GetAddrPreserIndOk() (*bool, bool) + func (o *PccRule) GetAfSigProtocol() AfSigProtocol + func (o *PccRule) GetAfSigProtocolOk() (*AfSigProtocol, bool) + func (o *PccRule) GetAppDescriptor() string + func (o *PccRule) GetAppDescriptorOk() (*string, bool) + func (o *PccRule) GetAppId() string + func (o *PccRule) GetAppIdOk() (*string, bool) + func (o *PccRule) GetAppReloc() bool + func (o *PccRule) GetAppRelocOk() (*bool, bool) + func (o *PccRule) GetContVer() int32 + func (o *PccRule) GetContVerOk() (*int32, bool) + func (o *PccRule) GetDdNotifCtrl() DownlinkDataNotificationControl + func (o *PccRule) GetDdNotifCtrl2() DownlinkDataNotificationControlRm + func (o *PccRule) GetDdNotifCtrl2Ok() (*DownlinkDataNotificationControlRm, bool) + func (o *PccRule) GetDdNotifCtrlOk() (*DownlinkDataNotificationControl, bool) + func (o *PccRule) GetDisUeNotif() bool + func (o *PccRule) GetDisUeNotifOk() (*bool, bool) + func (o *PccRule) GetEasRedisInd() bool + func (o *PccRule) GetEasRedisIndOk() (*bool, bool) + func (o *PccRule) GetFlowInfos() []FlowInformation + func (o *PccRule) GetFlowInfosOk() ([]FlowInformation, bool) + func (o *PccRule) GetPackFiltAllPrec() int32 + func (o *PccRule) GetPackFiltAllPrecOk() (*int32, bool) + func (o *PccRule) GetPccRuleId() string + func (o *PccRule) GetPccRuleIdOk() (*string, bool) + func (o *PccRule) GetPrecedence() int32 + func (o *PccRule) GetPrecedenceOk() (*int32, bool) + func (o *PccRule) GetRefAltQosParams() []string + func (o *PccRule) GetRefAltQosParamsOk() ([]string, bool) + func (o *PccRule) GetRefChgData() []string + func (o *PccRule) GetRefChgDataOk() ([]string, bool) + func (o *PccRule) GetRefChgN3gData() []string + func (o *PccRule) GetRefChgN3gDataOk() ([]string, bool) + func (o *PccRule) GetRefCondData() string + func (o *PccRule) GetRefCondDataOk() (*string, bool) + func (o *PccRule) GetRefQosData() []string + func (o *PccRule) GetRefQosDataOk() ([]string, bool) + func (o *PccRule) GetRefQosMon() []string + func (o *PccRule) GetRefQosMonOk() ([]string, bool) + func (o *PccRule) GetRefTcData() []string + func (o *PccRule) GetRefTcDataOk() ([]string, bool) + func (o *PccRule) GetRefUmData() []string + func (o *PccRule) GetRefUmDataOk() ([]string, bool) + func (o *PccRule) GetRefUmN3gData() []string + func (o *PccRule) GetRefUmN3gDataOk() ([]string, bool) + func (o *PccRule) GetTscaiInputDl() TscaiInputContainer + func (o *PccRule) GetTscaiInputDlOk() (*TscaiInputContainer, bool) + func (o *PccRule) GetTscaiInputUl() TscaiInputContainer + func (o *PccRule) GetTscaiInputUlOk() (*TscaiInputContainer, bool) + func (o *PccRule) GetTscaiTimeDom() int32 + func (o *PccRule) GetTscaiTimeDomOk() (*int32, bool) + func (o *PccRule) HasAddrPreserInd() bool + func (o *PccRule) HasAfSigProtocol() bool + func (o *PccRule) HasAppDescriptor() bool + func (o *PccRule) HasAppId() bool + func (o *PccRule) HasAppReloc() bool + func (o *PccRule) HasContVer() bool + func (o *PccRule) HasDdNotifCtrl() bool + func (o *PccRule) HasDdNotifCtrl2() bool + func (o *PccRule) HasDisUeNotif() bool + func (o *PccRule) HasEasRedisInd() bool + func (o *PccRule) HasFlowInfos() bool + func (o *PccRule) HasPackFiltAllPrec() bool + func (o *PccRule) HasPrecedence() bool + func (o *PccRule) HasRefAltQosParams() bool + func (o *PccRule) HasRefChgData() bool + func (o *PccRule) HasRefChgN3gData() bool + func (o *PccRule) HasRefCondData() bool + func (o *PccRule) HasRefQosData() bool + func (o *PccRule) HasRefQosMon() bool + func (o *PccRule) HasRefTcData() bool + func (o *PccRule) HasRefUmData() bool + func (o *PccRule) HasRefUmN3gData() bool + func (o *PccRule) HasTscaiInputDl() bool + func (o *PccRule) HasTscaiInputUl() bool + func (o *PccRule) HasTscaiTimeDom() bool + func (o *PccRule) SetAddrPreserInd(v bool) + func (o *PccRule) SetAddrPreserIndNil() + func (o *PccRule) SetAfSigProtocol(v AfSigProtocol) + func (o *PccRule) SetAppDescriptor(v string) + func (o *PccRule) SetAppId(v string) + func (o *PccRule) SetAppReloc(v bool) + func (o *PccRule) SetContVer(v int32) + func (o *PccRule) SetDdNotifCtrl(v DownlinkDataNotificationControl) + func (o *PccRule) SetDdNotifCtrl2(v DownlinkDataNotificationControlRm) + func (o *PccRule) SetDdNotifCtrl2Nil() + func (o *PccRule) SetDisUeNotif(v bool) + func (o *PccRule) SetDisUeNotifNil() + func (o *PccRule) SetEasRedisInd(v bool) + func (o *PccRule) SetFlowInfos(v []FlowInformation) + func (o *PccRule) SetPackFiltAllPrec(v int32) + func (o *PccRule) SetPccRuleId(v string) + func (o *PccRule) SetPrecedence(v int32) + func (o *PccRule) SetRefAltQosParams(v []string) + func (o *PccRule) SetRefChgData(v []string) + func (o *PccRule) SetRefChgN3gData(v []string) + func (o *PccRule) SetRefCondData(v string) + func (o *PccRule) SetRefCondDataNil() + func (o *PccRule) SetRefQosData(v []string) + func (o *PccRule) SetRefQosMon(v []string) + func (o *PccRule) SetRefTcData(v []string) + func (o *PccRule) SetRefUmData(v []string) + func (o *PccRule) SetRefUmN3gData(v []string) + func (o *PccRule) SetTscaiInputDl(v TscaiInputContainer) + func (o *PccRule) SetTscaiInputDlNil() + func (o *PccRule) SetTscaiInputUl(v TscaiInputContainer) + func (o *PccRule) SetTscaiInputUlNil() + func (o *PccRule) SetTscaiTimeDom(v int32) + func (o *PccRule) UnsetAddrPreserInd() + func (o *PccRule) UnsetDdNotifCtrl2() + func (o *PccRule) UnsetDisUeNotif() + func (o *PccRule) UnsetRefCondData() + func (o *PccRule) UnsetTscaiInputDl() + func (o *PccRule) UnsetTscaiInputUl() + func (o PccRule) MarshalJSON() ([]byte, error) + func (o PccRule) ToMap() (map[string]interface{}, error) + type PcfUeCallbackInfo struct + BindingInfo *string + CallbackUri string + func NewPcfUeCallbackInfo(callbackUri string) *PcfUeCallbackInfo + func NewPcfUeCallbackInfoWithDefaults() *PcfUeCallbackInfo + func (o *PcfUeCallbackInfo) GetBindingInfo() string + func (o *PcfUeCallbackInfo) GetBindingInfoOk() (*string, bool) + func (o *PcfUeCallbackInfo) GetCallbackUri() string + func (o *PcfUeCallbackInfo) GetCallbackUriOk() (*string, bool) + func (o *PcfUeCallbackInfo) HasBindingInfo() bool + func (o *PcfUeCallbackInfo) SetBindingInfo(v string) + func (o *PcfUeCallbackInfo) SetCallbackUri(v string) + func (o PcfUeCallbackInfo) MarshalJSON() ([]byte, error) + func (o PcfUeCallbackInfo) ToMap() (map[string]interface{}, error) + type PduSessionRelCause struct + PduSessionRelCauseAnyOf *PduSessionRelCauseAnyOf + String *string + func (dst *PduSessionRelCause) UnmarshalJSON(data []byte) error + func (src *PduSessionRelCause) MarshalJSON() ([]byte, error) + type PduSessionRelCauseAnyOf string + const PS_TO_CS_HO + const RULE_ERROR + func NewPduSessionRelCauseAnyOfFromValue(v string) (*PduSessionRelCauseAnyOf, error) + func (v *PduSessionRelCauseAnyOf) UnmarshalJSON(src []byte) error + func (v PduSessionRelCauseAnyOf) IsValid() bool + func (v PduSessionRelCauseAnyOf) Ptr() *PduSessionRelCauseAnyOf + 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 PolicyControlRequestTrigger struct + PolicyControlRequestTriggerAnyOf *PolicyControlRequestTriggerAnyOf + String *string + func (dst *PolicyControlRequestTrigger) UnmarshalJSON(data []byte) error + func (src *PolicyControlRequestTrigger) MarshalJSON() ([]byte, error) + type PolicyControlRequestTriggerAnyOf string + const AC_TY_CH + const AN_CH_COR + const AN_INFO + const APP_STA + const APP_STO + const AUTH_PROF_CH + const CM_SES_FAIL + const DDN_DELIVERY_STATUS + const DDN_DELIVERY_STATUS_CANCELLATION + const DDN_FAILURE_CANCELLATION + const DEF_QOS_CH + const EPS_FALLBACK + const GROUP_ID_LIST_CHG + const MA_PDU + const NO_CREDIT + const NUM_OF_PACKET_FILTER + const NWDAF_DATA_CHG + const PCF_UE_NOTIF_IND + const PLMN_CH + const PRA_CH + const PS_DA_OFF + const QOS_MONITORING + const QOS_NOTIF + const RAI_CH + const RAT_TY_CH + const REALLO_OF_CREDIT + const REF_QOS_IND_CH + const RES_MO_RE + const RES_RELEASE + const RE_TIMEOUT + const SAREA_CH + const SAT_CATEGORY_CHG + const SCELL_CH + const SCNN_CH + const SE_AMBR_CH + const SUCC_QOS_UPDATE + const SUCC_RES_ALLO + const TSN_BRIDGE_INFO + const UE_IP_CH + const UE_MAC_CH + const UE_STATUS_RESUME + const UE_TZ_CH + const USER_LOCATION_CH + const US_RE + const VPLMN_QOS_CH + func NewPolicyControlRequestTriggerAnyOfFromValue(v string) (*PolicyControlRequestTriggerAnyOf, error) + func (v *PolicyControlRequestTriggerAnyOf) UnmarshalJSON(src []byte) error + func (v PolicyControlRequestTriggerAnyOf) IsValid() bool + func (v PolicyControlRequestTriggerAnyOf) Ptr() *PolicyControlRequestTriggerAnyOf + type PolicyDecisionFailureCode struct + PolicyDecisionFailureCodeAnyOf *PolicyDecisionFailureCodeAnyOf + String *string + func (dst *PolicyDecisionFailureCode) UnmarshalJSON(data []byte) error + func (src *PolicyDecisionFailureCode) MarshalJSON() ([]byte, error) + type PolicyDecisionFailureCodeAnyOf string + const CHG_DECS_ERR + const CON_DATA_ERR + const POLICY_PARAM_ERR + const QOS_DECS_ERR + const QOS_MON_DECS_ERR + const TRA_CTRL_DECS_ERR + const USA_MON_DECS_ERR + func NewPolicyDecisionFailureCodeAnyOfFromValue(v string) (*PolicyDecisionFailureCodeAnyOf, error) + func (v *PolicyDecisionFailureCodeAnyOf) UnmarshalJSON(src []byte) error + func (v PolicyDecisionFailureCodeAnyOf) IsValid() bool + func (v PolicyDecisionFailureCodeAnyOf) Ptr() *PolicyDecisionFailureCodeAnyOf + type PortManagementContainer struct + PortManCont string + PortNum int32 + func NewPortManagementContainer(portManCont string, portNum int32) *PortManagementContainer + func NewPortManagementContainerWithDefaults() *PortManagementContainer + func (o *PortManagementContainer) GetPortManCont() string + func (o *PortManagementContainer) GetPortManContOk() (*string, bool) + func (o *PortManagementContainer) GetPortNum() int32 + func (o *PortManagementContainer) GetPortNumOk() (*int32, bool) + func (o *PortManagementContainer) SetPortManCont(v string) + func (o *PortManagementContainer) SetPortNum(v int32) + func (o PortManagementContainer) MarshalJSON() ([]byte, error) + func (o PortManagementContainer) ToMap() (map[string]interface{}, error) + type PreemptionCapability struct + PreemptionCapabilityAnyOf *PreemptionCapabilityAnyOf + String *string + func (dst *PreemptionCapability) UnmarshalJSON(data []byte) error + func (src *PreemptionCapability) MarshalJSON() ([]byte, error) + type PreemptionCapabilityAnyOf string + const MAY_PREEMPT + const NOT_PREEMPT + func NewPreemptionCapabilityAnyOfFromValue(v string) (*PreemptionCapabilityAnyOf, error) + func (v *PreemptionCapabilityAnyOf) UnmarshalJSON(src []byte) error + func (v PreemptionCapabilityAnyOf) IsValid() bool + func (v PreemptionCapabilityAnyOf) Ptr() *PreemptionCapabilityAnyOf + type PreemptionVulnerability struct + PreemptionVulnerabilityAnyOf *PreemptionVulnerabilityAnyOf + String *string + func (dst *PreemptionVulnerability) UnmarshalJSON(data []byte) error + func (src *PreemptionVulnerability) MarshalJSON() ([]byte, error) + type PreemptionVulnerabilityAnyOf string + const NOT_PREEMPTABLE + const PREEMPTABLE + func NewPreemptionVulnerabilityAnyOfFromValue(v string) (*PreemptionVulnerabilityAnyOf, error) + func (v *PreemptionVulnerabilityAnyOf) UnmarshalJSON(src []byte) error + func (v PreemptionVulnerabilityAnyOf) IsValid() bool + func (v PreemptionVulnerabilityAnyOf) Ptr() *PreemptionVulnerabilityAnyOf + type PresenceInfo struct + AdditionalPraId *string + EcgiList []Ecgi + GlobalRanNodeIdList []GlobalRanNodeId + GlobaleNbIdList []GlobalRanNodeId + NcgiList []Ncgi + PraId *string + PresenceState *PresenceState + TrackingAreaList []Tai + func NewPresenceInfo() *PresenceInfo + func NewPresenceInfoWithDefaults() *PresenceInfo + func (o *PresenceInfo) GetAdditionalPraId() string + func (o *PresenceInfo) GetAdditionalPraIdOk() (*string, bool) + func (o *PresenceInfo) GetEcgiList() []Ecgi + func (o *PresenceInfo) GetEcgiListOk() ([]Ecgi, bool) + func (o *PresenceInfo) GetGlobalRanNodeIdList() []GlobalRanNodeId + func (o *PresenceInfo) GetGlobalRanNodeIdListOk() ([]GlobalRanNodeId, bool) + func (o *PresenceInfo) GetGlobaleNbIdList() []GlobalRanNodeId + func (o *PresenceInfo) GetGlobaleNbIdListOk() ([]GlobalRanNodeId, bool) + func (o *PresenceInfo) GetNcgiList() []Ncgi + func (o *PresenceInfo) GetNcgiListOk() ([]Ncgi, bool) + func (o *PresenceInfo) GetPraId() string + func (o *PresenceInfo) GetPraIdOk() (*string, bool) + func (o *PresenceInfo) GetPresenceState() PresenceState + func (o *PresenceInfo) GetPresenceStateOk() (*PresenceState, bool) + func (o *PresenceInfo) GetTrackingAreaList() []Tai + func (o *PresenceInfo) GetTrackingAreaListOk() ([]Tai, bool) + func (o *PresenceInfo) HasAdditionalPraId() bool + func (o *PresenceInfo) HasEcgiList() bool + func (o *PresenceInfo) HasGlobalRanNodeIdList() bool + func (o *PresenceInfo) HasGlobaleNbIdList() bool + func (o *PresenceInfo) HasNcgiList() bool + func (o *PresenceInfo) HasPraId() bool + func (o *PresenceInfo) HasPresenceState() bool + func (o *PresenceInfo) HasTrackingAreaList() bool + func (o *PresenceInfo) SetAdditionalPraId(v string) + func (o *PresenceInfo) SetEcgiList(v []Ecgi) + func (o *PresenceInfo) SetGlobalRanNodeIdList(v []GlobalRanNodeId) + func (o *PresenceInfo) SetGlobaleNbIdList(v []GlobalRanNodeId) + func (o *PresenceInfo) SetNcgiList(v []Ncgi) + func (o *PresenceInfo) SetPraId(v string) + func (o *PresenceInfo) SetPresenceState(v PresenceState) + func (o *PresenceInfo) SetTrackingAreaList(v []Tai) + func (o PresenceInfo) MarshalJSON() ([]byte, error) + func (o PresenceInfo) ToMap() (map[string]interface{}, error) + type PresenceInfoRm struct + AdditionalPraId *string + EcgiList []Ecgi + GlobalRanNodeIdList []GlobalRanNodeId + GlobaleNbIdList []GlobalRanNodeId + NcgiList []Ncgi + PraId *string + PresenceState *PresenceState + TrackingAreaList []Tai + func NewPresenceInfoRm() *PresenceInfoRm + func NewPresenceInfoRmWithDefaults() *PresenceInfoRm + func (o *PresenceInfoRm) GetAdditionalPraId() string + func (o *PresenceInfoRm) GetAdditionalPraIdOk() (*string, bool) + func (o *PresenceInfoRm) GetEcgiList() []Ecgi + func (o *PresenceInfoRm) GetEcgiListOk() ([]Ecgi, bool) + func (o *PresenceInfoRm) GetGlobalRanNodeIdList() []GlobalRanNodeId + func (o *PresenceInfoRm) GetGlobalRanNodeIdListOk() ([]GlobalRanNodeId, bool) + func (o *PresenceInfoRm) GetGlobaleNbIdList() []GlobalRanNodeId + func (o *PresenceInfoRm) GetGlobaleNbIdListOk() ([]GlobalRanNodeId, bool) + func (o *PresenceInfoRm) GetNcgiList() []Ncgi + func (o *PresenceInfoRm) GetNcgiListOk() ([]Ncgi, bool) + func (o *PresenceInfoRm) GetPraId() string + func (o *PresenceInfoRm) GetPraIdOk() (*string, bool) + func (o *PresenceInfoRm) GetPresenceState() PresenceState + func (o *PresenceInfoRm) GetPresenceStateOk() (*PresenceState, bool) + func (o *PresenceInfoRm) GetTrackingAreaList() []Tai + func (o *PresenceInfoRm) GetTrackingAreaListOk() ([]Tai, bool) + func (o *PresenceInfoRm) HasAdditionalPraId() bool + func (o *PresenceInfoRm) HasEcgiList() bool + func (o *PresenceInfoRm) HasGlobalRanNodeIdList() bool + func (o *PresenceInfoRm) HasGlobaleNbIdList() bool + func (o *PresenceInfoRm) HasNcgiList() bool + func (o *PresenceInfoRm) HasPraId() bool + func (o *PresenceInfoRm) HasPresenceState() bool + func (o *PresenceInfoRm) HasTrackingAreaList() bool + func (o *PresenceInfoRm) SetAdditionalPraId(v string) + func (o *PresenceInfoRm) SetEcgiList(v []Ecgi) + func (o *PresenceInfoRm) SetGlobalRanNodeIdList(v []GlobalRanNodeId) + func (o *PresenceInfoRm) SetGlobaleNbIdList(v []GlobalRanNodeId) + func (o *PresenceInfoRm) SetNcgiList(v []Ncgi) + func (o *PresenceInfoRm) SetPraId(v string) + func (o *PresenceInfoRm) SetPresenceState(v PresenceState) + func (o *PresenceInfoRm) SetTrackingAreaList(v []Tai) + func (o PresenceInfoRm) MarshalJSON() ([]byte, error) + func (o PresenceInfoRm) ToMap() (map[string]interface{}, error) + type PresenceState struct + PresenceStateAnyOf *PresenceStateAnyOf + String *string + func (dst *PresenceState) UnmarshalJSON(data []byte) error + func (src *PresenceState) MarshalJSON() ([]byte, error) + type PresenceStateAnyOf string + const INACTIVE + const IN_AREA + const OUT_OF_AREA + const UNKNOWN + func NewPresenceStateAnyOfFromValue(v string) (*PresenceStateAnyOf, error) + func (v *PresenceStateAnyOf) UnmarshalJSON(src []byte) error + func (v PresenceStateAnyOf) IsValid() bool + func (v PresenceStateAnyOf) Ptr() *PresenceStateAnyOf + 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 QosCharacteristics struct + AveragingWindow *int32 + ExtMaxDataBurstVol *int32 + MaxDataBurstVol *int32 + PacketDelayBudget int32 + PacketErrorRate string + PriorityLevel int32 + ResourceType QosResourceType + Var5qi int32 + func NewQosCharacteristics(var5qi int32, resourceType QosResourceType, priorityLevel int32, ...) *QosCharacteristics + func NewQosCharacteristicsWithDefaults() *QosCharacteristics + func (o *QosCharacteristics) GetAveragingWindow() int32 + func (o *QosCharacteristics) GetAveragingWindowOk() (*int32, bool) + func (o *QosCharacteristics) GetExtMaxDataBurstVol() int32 + func (o *QosCharacteristics) GetExtMaxDataBurstVolOk() (*int32, bool) + func (o *QosCharacteristics) GetMaxDataBurstVol() int32 + func (o *QosCharacteristics) GetMaxDataBurstVolOk() (*int32, bool) + func (o *QosCharacteristics) GetPacketDelayBudget() int32 + func (o *QosCharacteristics) GetPacketDelayBudgetOk() (*int32, bool) + func (o *QosCharacteristics) GetPacketErrorRate() string + func (o *QosCharacteristics) GetPacketErrorRateOk() (*string, bool) + func (o *QosCharacteristics) GetPriorityLevel() int32 + func (o *QosCharacteristics) GetPriorityLevelOk() (*int32, bool) + func (o *QosCharacteristics) GetResourceType() QosResourceType + func (o *QosCharacteristics) GetResourceTypeOk() (*QosResourceType, bool) + func (o *QosCharacteristics) GetVar5qi() int32 + func (o *QosCharacteristics) GetVar5qiOk() (*int32, bool) + func (o *QosCharacteristics) HasAveragingWindow() bool + func (o *QosCharacteristics) HasExtMaxDataBurstVol() bool + func (o *QosCharacteristics) HasMaxDataBurstVol() bool + func (o *QosCharacteristics) SetAveragingWindow(v int32) + func (o *QosCharacteristics) SetExtMaxDataBurstVol(v int32) + func (o *QosCharacteristics) SetMaxDataBurstVol(v int32) + func (o *QosCharacteristics) SetPacketDelayBudget(v int32) + func (o *QosCharacteristics) SetPacketErrorRate(v string) + func (o *QosCharacteristics) SetPriorityLevel(v int32) + func (o *QosCharacteristics) SetResourceType(v QosResourceType) + func (o *QosCharacteristics) SetVar5qi(v int32) + func (o QosCharacteristics) MarshalJSON() ([]byte, error) + func (o QosCharacteristics) ToMap() (map[string]interface{}, error) + type QosData struct + Arp *Arp + AverWindow NullableInt32 + DefQosFlowIndication *bool + ExtMaxDataBurstVol NullableInt32 + GbrDl NullableString + GbrUl NullableString + MaxDataBurstVol NullableInt32 + MaxPacketLossRateDl NullableInt32 + MaxPacketLossRateUl NullableInt32 + MaxbrDl NullableString + MaxbrUl NullableString + PacketDelayBudget *int32 + PacketErrorRate *string + PriorityLevel NullableInt32 + Qnc *bool + QosId string + ReflectiveQos *bool + SharingKeyDl *string + SharingKeyUl *string + Var5qi *int32 + func NewQosData(qosId string) *QosData + func NewQosDataWithDefaults() *QosData + func (o *QosData) GetArp() Arp + func (o *QosData) GetArpOk() (*Arp, bool) + func (o *QosData) GetAverWindow() int32 + func (o *QosData) GetAverWindowOk() (*int32, bool) + func (o *QosData) GetDefQosFlowIndication() bool + func (o *QosData) GetDefQosFlowIndicationOk() (*bool, bool) + func (o *QosData) GetExtMaxDataBurstVol() int32 + func (o *QosData) GetExtMaxDataBurstVolOk() (*int32, bool) + func (o *QosData) GetGbrDl() string + func (o *QosData) GetGbrDlOk() (*string, bool) + func (o *QosData) GetGbrUl() string + func (o *QosData) GetGbrUlOk() (*string, bool) + func (o *QosData) GetMaxDataBurstVol() int32 + func (o *QosData) GetMaxDataBurstVolOk() (*int32, bool) + func (o *QosData) GetMaxPacketLossRateDl() int32 + func (o *QosData) GetMaxPacketLossRateDlOk() (*int32, bool) + func (o *QosData) GetMaxPacketLossRateUl() int32 + func (o *QosData) GetMaxPacketLossRateUlOk() (*int32, bool) + func (o *QosData) GetMaxbrDl() string + func (o *QosData) GetMaxbrDlOk() (*string, bool) + func (o *QosData) GetMaxbrUl() string + func (o *QosData) GetMaxbrUlOk() (*string, bool) + func (o *QosData) GetPacketDelayBudget() int32 + func (o *QosData) GetPacketDelayBudgetOk() (*int32, bool) + func (o *QosData) GetPacketErrorRate() string + func (o *QosData) GetPacketErrorRateOk() (*string, bool) + func (o *QosData) GetPriorityLevel() int32 + func (o *QosData) GetPriorityLevelOk() (*int32, bool) + func (o *QosData) GetQnc() bool + func (o *QosData) GetQncOk() (*bool, bool) + func (o *QosData) GetQosId() string + func (o *QosData) GetQosIdOk() (*string, bool) + func (o *QosData) GetReflectiveQos() bool + func (o *QosData) GetReflectiveQosOk() (*bool, bool) + func (o *QosData) GetSharingKeyDl() string + func (o *QosData) GetSharingKeyDlOk() (*string, bool) + func (o *QosData) GetSharingKeyUl() string + func (o *QosData) GetSharingKeyUlOk() (*string, bool) + func (o *QosData) GetVar5qi() int32 + func (o *QosData) GetVar5qiOk() (*int32, bool) + func (o *QosData) HasArp() bool + func (o *QosData) HasAverWindow() bool + func (o *QosData) HasDefQosFlowIndication() bool + func (o *QosData) HasExtMaxDataBurstVol() bool + func (o *QosData) HasGbrDl() bool + func (o *QosData) HasGbrUl() bool + func (o *QosData) HasMaxDataBurstVol() bool + func (o *QosData) HasMaxPacketLossRateDl() bool + func (o *QosData) HasMaxPacketLossRateUl() bool + func (o *QosData) HasMaxbrDl() bool + func (o *QosData) HasMaxbrUl() bool + func (o *QosData) HasPacketDelayBudget() bool + func (o *QosData) HasPacketErrorRate() bool + func (o *QosData) HasPriorityLevel() bool + func (o *QosData) HasQnc() bool + func (o *QosData) HasReflectiveQos() bool + func (o *QosData) HasSharingKeyDl() bool + func (o *QosData) HasSharingKeyUl() bool + func (o *QosData) HasVar5qi() bool + func (o *QosData) SetArp(v Arp) + func (o *QosData) SetAverWindow(v int32) + func (o *QosData) SetAverWindowNil() + func (o *QosData) SetDefQosFlowIndication(v bool) + func (o *QosData) SetExtMaxDataBurstVol(v int32) + func (o *QosData) SetExtMaxDataBurstVolNil() + func (o *QosData) SetGbrDl(v string) + func (o *QosData) SetGbrDlNil() + func (o *QosData) SetGbrUl(v string) + func (o *QosData) SetGbrUlNil() + func (o *QosData) SetMaxDataBurstVol(v int32) + func (o *QosData) SetMaxDataBurstVolNil() + func (o *QosData) SetMaxPacketLossRateDl(v int32) + func (o *QosData) SetMaxPacketLossRateDlNil() + func (o *QosData) SetMaxPacketLossRateUl(v int32) + func (o *QosData) SetMaxPacketLossRateUlNil() + func (o *QosData) SetMaxbrDl(v string) + func (o *QosData) SetMaxbrDlNil() + func (o *QosData) SetMaxbrUl(v string) + func (o *QosData) SetMaxbrUlNil() + func (o *QosData) SetPacketDelayBudget(v int32) + func (o *QosData) SetPacketErrorRate(v string) + func (o *QosData) SetPriorityLevel(v int32) + func (o *QosData) SetPriorityLevelNil() + func (o *QosData) SetQnc(v bool) + func (o *QosData) SetQosId(v string) + func (o *QosData) SetReflectiveQos(v bool) + func (o *QosData) SetSharingKeyDl(v string) + func (o *QosData) SetSharingKeyUl(v string) + func (o *QosData) SetVar5qi(v int32) + func (o *QosData) UnsetAverWindow() + func (o *QosData) UnsetExtMaxDataBurstVol() + func (o *QosData) UnsetGbrDl() + func (o *QosData) UnsetGbrUl() + func (o *QosData) UnsetMaxDataBurstVol() + func (o *QosData) UnsetMaxPacketLossRateDl() + func (o *QosData) UnsetMaxPacketLossRateUl() + func (o *QosData) UnsetMaxbrDl() + func (o *QosData) UnsetMaxbrUl() + func (o *QosData) UnsetPriorityLevel() + func (o QosData) MarshalJSON() ([]byte, error) + func (o QosData) ToMap() (map[string]interface{}, error) + type QosFlowUsage struct + QosFlowUsageAnyOf *QosFlowUsageAnyOf + String *string + func (dst *QosFlowUsage) UnmarshalJSON(data []byte) error + func (src *QosFlowUsage) MarshalJSON() ([]byte, error) + type QosFlowUsageAnyOf string + const GENERAL + const IMS_SIG + func NewQosFlowUsageAnyOfFromValue(v string) (*QosFlowUsageAnyOf, error) + func (v *QosFlowUsageAnyOf) UnmarshalJSON(src []byte) error + func (v QosFlowUsageAnyOf) IsValid() bool + func (v QosFlowUsageAnyOf) Ptr() *QosFlowUsageAnyOf + type QosMonitoringData struct + DirectNotifInd *bool + NotifyCorreId NullableString + NotifyUri NullableString + QmId string + RepFreqs []ReportingFrequency + RepPeriod NullableInt32 + RepThreshDl NullableInt32 + RepThreshRp NullableInt32 + RepThreshUl NullableInt32 + ReqQosMonParams []RequestedQosMonitoringParameter + WaitTime NullableInt32 + func NewQosMonitoringData(qmId string, reqQosMonParams []RequestedQosMonitoringParameter, ...) *QosMonitoringData + func NewQosMonitoringDataWithDefaults() *QosMonitoringData + func (o *QosMonitoringData) GetDirectNotifInd() bool + func (o *QosMonitoringData) GetDirectNotifIndOk() (*bool, bool) + func (o *QosMonitoringData) GetNotifyCorreId() string + func (o *QosMonitoringData) GetNotifyCorreIdOk() (*string, bool) + func (o *QosMonitoringData) GetNotifyUri() string + func (o *QosMonitoringData) GetNotifyUriOk() (*string, bool) + func (o *QosMonitoringData) GetQmId() string + func (o *QosMonitoringData) GetQmIdOk() (*string, bool) + func (o *QosMonitoringData) GetRepFreqs() []ReportingFrequency + func (o *QosMonitoringData) GetRepFreqsOk() ([]ReportingFrequency, bool) + func (o *QosMonitoringData) GetRepPeriod() int32 + func (o *QosMonitoringData) GetRepPeriodOk() (*int32, bool) + func (o *QosMonitoringData) GetRepThreshDl() int32 + func (o *QosMonitoringData) GetRepThreshDlOk() (*int32, bool) + func (o *QosMonitoringData) GetRepThreshRp() int32 + func (o *QosMonitoringData) GetRepThreshRpOk() (*int32, bool) + func (o *QosMonitoringData) GetRepThreshUl() int32 + func (o *QosMonitoringData) GetRepThreshUlOk() (*int32, bool) + func (o *QosMonitoringData) GetReqQosMonParams() []RequestedQosMonitoringParameter + func (o *QosMonitoringData) GetReqQosMonParamsOk() ([]RequestedQosMonitoringParameter, bool) + func (o *QosMonitoringData) GetWaitTime() int32 + func (o *QosMonitoringData) GetWaitTimeOk() (*int32, bool) + func (o *QosMonitoringData) HasDirectNotifInd() bool + func (o *QosMonitoringData) HasNotifyCorreId() bool + func (o *QosMonitoringData) HasNotifyUri() bool + func (o *QosMonitoringData) HasRepPeriod() bool + func (o *QosMonitoringData) HasRepThreshDl() bool + func (o *QosMonitoringData) HasRepThreshRp() bool + func (o *QosMonitoringData) HasRepThreshUl() bool + func (o *QosMonitoringData) HasWaitTime() bool + func (o *QosMonitoringData) SetDirectNotifInd(v bool) + func (o *QosMonitoringData) SetNotifyCorreId(v string) + func (o *QosMonitoringData) SetNotifyCorreIdNil() + func (o *QosMonitoringData) SetNotifyUri(v string) + func (o *QosMonitoringData) SetNotifyUriNil() + func (o *QosMonitoringData) SetQmId(v string) + func (o *QosMonitoringData) SetRepFreqs(v []ReportingFrequency) + func (o *QosMonitoringData) SetRepPeriod(v int32) + func (o *QosMonitoringData) SetRepPeriodNil() + func (o *QosMonitoringData) SetRepThreshDl(v int32) + func (o *QosMonitoringData) SetRepThreshDlNil() + func (o *QosMonitoringData) SetRepThreshRp(v int32) + func (o *QosMonitoringData) SetRepThreshRpNil() + func (o *QosMonitoringData) SetRepThreshUl(v int32) + func (o *QosMonitoringData) SetRepThreshUlNil() + func (o *QosMonitoringData) SetReqQosMonParams(v []RequestedQosMonitoringParameter) + func (o *QosMonitoringData) SetWaitTime(v int32) + func (o *QosMonitoringData) SetWaitTimeNil() + func (o *QosMonitoringData) UnsetNotifyCorreId() + func (o *QosMonitoringData) UnsetNotifyUri() + func (o *QosMonitoringData) UnsetRepPeriod() + func (o *QosMonitoringData) UnsetRepThreshDl() + func (o *QosMonitoringData) UnsetRepThreshRp() + func (o *QosMonitoringData) UnsetRepThreshUl() + func (o *QosMonitoringData) UnsetWaitTime() + func (o QosMonitoringData) MarshalJSON() ([]byte, error) + func (o QosMonitoringData) ToMap() (map[string]interface{}, error) + type QosMonitoringReport struct + DlDelays []int32 + RefPccRuleIds []string + RtDelays []int32 + UlDelays []int32 + func NewQosMonitoringReport(refPccRuleIds []string) *QosMonitoringReport + func NewQosMonitoringReportWithDefaults() *QosMonitoringReport + func (o *QosMonitoringReport) GetDlDelays() []int32 + func (o *QosMonitoringReport) GetDlDelaysOk() ([]int32, bool) + func (o *QosMonitoringReport) GetRefPccRuleIds() []string + func (o *QosMonitoringReport) GetRefPccRuleIdsOk() ([]string, bool) + func (o *QosMonitoringReport) GetRtDelays() []int32 + func (o *QosMonitoringReport) GetRtDelaysOk() ([]int32, bool) + func (o *QosMonitoringReport) GetUlDelays() []int32 + func (o *QosMonitoringReport) GetUlDelaysOk() ([]int32, bool) + func (o *QosMonitoringReport) HasDlDelays() bool + func (o *QosMonitoringReport) HasRtDelays() bool + func (o *QosMonitoringReport) HasUlDelays() bool + func (o *QosMonitoringReport) SetDlDelays(v []int32) + func (o *QosMonitoringReport) SetRefPccRuleIds(v []string) + func (o *QosMonitoringReport) SetRtDelays(v []int32) + func (o *QosMonitoringReport) SetUlDelays(v []int32) + func (o QosMonitoringReport) MarshalJSON() ([]byte, error) + func (o QosMonitoringReport) ToMap() (map[string]interface{}, error) + type QosNotifType struct + QosNotifTypeAnyOf *QosNotifTypeAnyOf + String *string + func (dst *QosNotifType) UnmarshalJSON(data []byte) error + func (src *QosNotifType) MarshalJSON() ([]byte, error) + type QosNotifTypeAnyOf string + const GUARANTEED + const NOT_GUARANTEED + func NewQosNotifTypeAnyOfFromValue(v string) (*QosNotifTypeAnyOf, error) + func (v *QosNotifTypeAnyOf) UnmarshalJSON(src []byte) error + func (v QosNotifTypeAnyOf) IsValid() bool + func (v QosNotifTypeAnyOf) Ptr() *QosNotifTypeAnyOf + type QosNotificationControlInfo struct + AltQosNotSuppInd *bool + AltQosParamId *string + ContVer *int32 + NotifType QosNotifType + RefPccRuleIds []string + func NewQosNotificationControlInfo(refPccRuleIds []string, notifType QosNotifType) *QosNotificationControlInfo + func NewQosNotificationControlInfoWithDefaults() *QosNotificationControlInfo + func (o *QosNotificationControlInfo) GetAltQosNotSuppInd() bool + func (o *QosNotificationControlInfo) GetAltQosNotSuppIndOk() (*bool, bool) + func (o *QosNotificationControlInfo) GetAltQosParamId() string + func (o *QosNotificationControlInfo) GetAltQosParamIdOk() (*string, bool) + func (o *QosNotificationControlInfo) GetContVer() int32 + func (o *QosNotificationControlInfo) GetContVerOk() (*int32, bool) + func (o *QosNotificationControlInfo) GetNotifType() QosNotifType + func (o *QosNotificationControlInfo) GetNotifTypeOk() (*QosNotifType, bool) + func (o *QosNotificationControlInfo) GetRefPccRuleIds() []string + func (o *QosNotificationControlInfo) GetRefPccRuleIdsOk() ([]string, bool) + func (o *QosNotificationControlInfo) HasAltQosNotSuppInd() bool + func (o *QosNotificationControlInfo) HasAltQosParamId() bool + func (o *QosNotificationControlInfo) HasContVer() bool + func (o *QosNotificationControlInfo) SetAltQosNotSuppInd(v bool) + func (o *QosNotificationControlInfo) SetAltQosParamId(v string) + func (o *QosNotificationControlInfo) SetContVer(v int32) + func (o *QosNotificationControlInfo) SetNotifType(v QosNotifType) + func (o *QosNotificationControlInfo) SetRefPccRuleIds(v []string) + func (o QosNotificationControlInfo) MarshalJSON() ([]byte, error) + func (o QosNotificationControlInfo) ToMap() (map[string]interface{}, error) + type QosResourceType struct + QosResourceTypeAnyOf *QosResourceTypeAnyOf + String *string + func (dst *QosResourceType) UnmarshalJSON(data []byte) error + func (src *QosResourceType) MarshalJSON() ([]byte, error) + type QosResourceTypeAnyOf string + const CRITICAL_GBR + const NON_CRITICAL_GBR + const NON_GBR + func NewQosResourceTypeAnyOfFromValue(v string) (*QosResourceTypeAnyOf, error) + func (v *QosResourceTypeAnyOf) UnmarshalJSON(src []byte) error + func (v QosResourceTypeAnyOf) IsValid() bool + func (v QosResourceTypeAnyOf) Ptr() *QosResourceTypeAnyOf + type RanNasRelCause struct + EpsCause *string + NgApCause *NgApCause + Var5gMmCause *int32 + Var5gSmCause *int32 + func NewRanNasRelCause() *RanNasRelCause + func NewRanNasRelCauseWithDefaults() *RanNasRelCause + func (o *RanNasRelCause) GetEpsCause() string + func (o *RanNasRelCause) GetEpsCauseOk() (*string, bool) + func (o *RanNasRelCause) GetNgApCause() NgApCause + func (o *RanNasRelCause) GetNgApCauseOk() (*NgApCause, bool) + func (o *RanNasRelCause) GetVar5gMmCause() int32 + func (o *RanNasRelCause) GetVar5gMmCauseOk() (*int32, bool) + func (o *RanNasRelCause) GetVar5gSmCause() int32 + func (o *RanNasRelCause) GetVar5gSmCauseOk() (*int32, bool) + func (o *RanNasRelCause) HasEpsCause() bool + func (o *RanNasRelCause) HasNgApCause() bool + func (o *RanNasRelCause) HasVar5gMmCause() bool + func (o *RanNasRelCause) HasVar5gSmCause() bool + func (o *RanNasRelCause) SetEpsCause(v string) + func (o *RanNasRelCause) SetNgApCause(v NgApCause) + func (o *RanNasRelCause) SetVar5gMmCause(v int32) + func (o *RanNasRelCause) SetVar5gSmCause(v int32) + func (o RanNasRelCause) MarshalJSON() ([]byte, error) + func (o RanNasRelCause) ToMap() (map[string]interface{}, error) + type RatType struct + 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 RedirectAddressType struct + RedirectAddressTypeAnyOf *RedirectAddressTypeAnyOf + String *string + func (dst *RedirectAddressType) UnmarshalJSON(data []byte) error + func (src *RedirectAddressType) MarshalJSON() ([]byte, error) + type RedirectAddressTypeAnyOf string + const IPV4_ADDR + const IPV6_ADDR + const SIP_URI + const URL + func NewRedirectAddressTypeAnyOfFromValue(v string) (*RedirectAddressTypeAnyOf, error) + func (v *RedirectAddressTypeAnyOf) UnmarshalJSON(src []byte) error + func (v RedirectAddressTypeAnyOf) IsValid() bool + func (v RedirectAddressTypeAnyOf) Ptr() *RedirectAddressTypeAnyOf + type RedirectInformation struct + RedirectAddressType *RedirectAddressType + RedirectEnabled *bool + RedirectServerAddress *string + func NewRedirectInformation() *RedirectInformation + func NewRedirectInformationWithDefaults() *RedirectInformation + func (o *RedirectInformation) GetRedirectAddressType() RedirectAddressType + func (o *RedirectInformation) GetRedirectAddressTypeOk() (*RedirectAddressType, bool) + func (o *RedirectInformation) GetRedirectEnabled() bool + func (o *RedirectInformation) GetRedirectEnabledOk() (*bool, bool) + func (o *RedirectInformation) GetRedirectServerAddress() string + func (o *RedirectInformation) GetRedirectServerAddressOk() (*string, bool) + func (o *RedirectInformation) HasRedirectAddressType() bool + func (o *RedirectInformation) HasRedirectEnabled() bool + func (o *RedirectInformation) HasRedirectServerAddress() bool + func (o *RedirectInformation) SetRedirectAddressType(v RedirectAddressType) + func (o *RedirectInformation) SetRedirectEnabled(v bool) + func (o *RedirectInformation) SetRedirectServerAddress(v string) + func (o RedirectInformation) MarshalJSON() ([]byte, error) + func (o RedirectInformation) ToMap() (map[string]interface{}, error) + type RedirectResponse struct + Cause *string + TargetScp *string + TargetSepp *string + func NewRedirectResponse() *RedirectResponse + func NewRedirectResponseWithDefaults() *RedirectResponse + func (o *RedirectResponse) GetCause() string + func (o *RedirectResponse) GetCauseOk() (*string, bool) + func (o *RedirectResponse) GetTargetScp() string + func (o *RedirectResponse) GetTargetScpOk() (*string, bool) + func (o *RedirectResponse) GetTargetSepp() string + func (o *RedirectResponse) GetTargetSeppOk() (*string, bool) + func (o *RedirectResponse) HasCause() bool + func (o *RedirectResponse) HasTargetScp() bool + func (o *RedirectResponse) HasTargetSepp() bool + func (o *RedirectResponse) SetCause(v string) + func (o *RedirectResponse) SetTargetScp(v string) + func (o *RedirectResponse) SetTargetSepp(v string) + func (o RedirectResponse) MarshalJSON() ([]byte, error) + func (o RedirectResponse) ToMap() (map[string]interface{}, error) + type ReportingFrequency struct + ReportingFrequencyAnyOf *ReportingFrequencyAnyOf + String *string + func (dst *ReportingFrequency) UnmarshalJSON(data []byte) error + func (src *ReportingFrequency) MarshalJSON() ([]byte, error) + type ReportingFrequencyAnyOf string + const EVENT_TRIGGERED + const PERIODIC + const SESSION_RELEASE + func NewReportingFrequencyAnyOfFromValue(v string) (*ReportingFrequencyAnyOf, error) + func (v *ReportingFrequencyAnyOf) UnmarshalJSON(src []byte) error + func (v ReportingFrequencyAnyOf) IsValid() bool + func (v ReportingFrequencyAnyOf) Ptr() *ReportingFrequencyAnyOf + type ReportingLevel struct + NullValue *NullValue + ReportingLevelAnyOf *ReportingLevelAnyOf + String *string + func (dst *ReportingLevel) UnmarshalJSON(data []byte) error + func (src *ReportingLevel) MarshalJSON() ([]byte, error) + type ReportingLevelAnyOf string + const RAT_GR_LEVEL + const SER_ID_LEVEL + const SPON_CON_LEVEL + func NewReportingLevelAnyOfFromValue(v string) (*ReportingLevelAnyOf, error) + func (v *ReportingLevelAnyOf) UnmarshalJSON(src []byte) error + func (v ReportingLevelAnyOf) IsValid() bool + func (v ReportingLevelAnyOf) Ptr() *ReportingLevelAnyOf + type RequestedQos struct + GbrDl *string + GbrUl *string + Var5qi int32 + func NewRequestedQos(var5qi int32) *RequestedQos + func NewRequestedQosWithDefaults() *RequestedQos + func (o *RequestedQos) GetGbrDl() string + func (o *RequestedQos) GetGbrDlOk() (*string, bool) + func (o *RequestedQos) GetGbrUl() string + func (o *RequestedQos) GetGbrUlOk() (*string, bool) + func (o *RequestedQos) GetVar5qi() int32 + func (o *RequestedQos) GetVar5qiOk() (*int32, bool) + func (o *RequestedQos) HasGbrDl() bool + func (o *RequestedQos) HasGbrUl() bool + func (o *RequestedQos) SetGbrDl(v string) + func (o *RequestedQos) SetGbrUl(v string) + func (o *RequestedQos) SetVar5qi(v int32) + func (o RequestedQos) MarshalJSON() ([]byte, error) + func (o RequestedQos) ToMap() (map[string]interface{}, error) + type RequestedQosMonitoringParameter struct + RequestedQosMonitoringParameterAnyOf *RequestedQosMonitoringParameterAnyOf + String *string + func (dst *RequestedQosMonitoringParameter) UnmarshalJSON(data []byte) error + func (src *RequestedQosMonitoringParameter) MarshalJSON() ([]byte, error) + type RequestedQosMonitoringParameterAnyOf string + const ROUND_TRIP + func NewRequestedQosMonitoringParameterAnyOfFromValue(v string) (*RequestedQosMonitoringParameterAnyOf, error) + func (v *RequestedQosMonitoringParameterAnyOf) UnmarshalJSON(src []byte) error + func (v RequestedQosMonitoringParameterAnyOf) IsValid() bool + func (v RequestedQosMonitoringParameterAnyOf) Ptr() *RequestedQosMonitoringParameterAnyOf + type RequestedRuleData struct + RefPccRuleIds []string + ReqData []RequestedRuleDataType + func NewRequestedRuleData(refPccRuleIds []string, reqData []RequestedRuleDataType) *RequestedRuleData + func NewRequestedRuleDataWithDefaults() *RequestedRuleData + func (o *RequestedRuleData) GetRefPccRuleIds() []string + func (o *RequestedRuleData) GetRefPccRuleIdsOk() ([]string, bool) + func (o *RequestedRuleData) GetReqData() []RequestedRuleDataType + func (o *RequestedRuleData) GetReqDataOk() ([]RequestedRuleDataType, bool) + func (o *RequestedRuleData) SetRefPccRuleIds(v []string) + func (o *RequestedRuleData) SetReqData(v []RequestedRuleDataType) + func (o RequestedRuleData) MarshalJSON() ([]byte, error) + func (o RequestedRuleData) ToMap() (map[string]interface{}, error) + type RequestedRuleDataType struct + RequestedRuleDataTypeAnyOf *RequestedRuleDataTypeAnyOf + String *string + func (dst *RequestedRuleDataType) UnmarshalJSON(data []byte) error + func (src *RequestedRuleDataType) MarshalJSON() ([]byte, error) + type RequestedRuleDataTypeAnyOf string + const CH_ID + const MS_TIME_ZONE + const USER_LOC_INFO + func NewRequestedRuleDataTypeAnyOfFromValue(v string) (*RequestedRuleDataTypeAnyOf, error) + func (v *RequestedRuleDataTypeAnyOf) UnmarshalJSON(src []byte) error + func (v RequestedRuleDataTypeAnyOf) IsValid() bool + func (v RequestedRuleDataTypeAnyOf) Ptr() *RequestedRuleDataTypeAnyOf + type RequestedUsageData struct + AllUmIds *bool + RefUmIds []string + func NewRequestedUsageData() *RequestedUsageData + func NewRequestedUsageDataWithDefaults() *RequestedUsageData + func (o *RequestedUsageData) GetAllUmIds() bool + func (o *RequestedUsageData) GetAllUmIdsOk() (*bool, bool) + func (o *RequestedUsageData) GetRefUmIds() []string + func (o *RequestedUsageData) GetRefUmIdsOk() ([]string, bool) + func (o *RequestedUsageData) HasAllUmIds() bool + func (o *RequestedUsageData) HasRefUmIds() bool + func (o *RequestedUsageData) SetAllUmIds(v bool) + func (o *RequestedUsageData) SetRefUmIds(v []string) + func (o RequestedUsageData) MarshalJSON() ([]byte, error) + func (o RequestedUsageData) 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 RoutingAreaId struct + Lac string + PlmnId PlmnId + Rac string + func NewRoutingAreaId(plmnId PlmnId, lac string, rac string) *RoutingAreaId + func NewRoutingAreaIdWithDefaults() *RoutingAreaId + func (o *RoutingAreaId) GetLac() string + func (o *RoutingAreaId) GetLacOk() (*string, bool) + func (o *RoutingAreaId) GetPlmnId() PlmnId + func (o *RoutingAreaId) GetPlmnIdOk() (*PlmnId, bool) + func (o *RoutingAreaId) GetRac() string + func (o *RoutingAreaId) GetRacOk() (*string, bool) + func (o *RoutingAreaId) SetLac(v string) + func (o *RoutingAreaId) SetPlmnId(v PlmnId) + func (o *RoutingAreaId) SetRac(v string) + func (o RoutingAreaId) MarshalJSON() ([]byte, error) + func (o RoutingAreaId) ToMap() (map[string]interface{}, error) + type RuleOperation struct + RuleOperationAnyOf *RuleOperationAnyOf + String *string + func (dst *RuleOperation) UnmarshalJSON(data []byte) error + func (src *RuleOperation) MarshalJSON() ([]byte, error) + type RuleOperationAnyOf string + const CREATE_PCC_RULE + const DELETE_PCC_RULE + const MODIFY_PCC_RULE_AND_ADD_PACKET_FILTERS + const MODIFY_PCC_RULE_WITHOUT_MODIFY_PACKET_FILTERS + const MODIFY__PCC_RULE_AND_DELETE_PACKET_FILTERS + const MODIFY__PCC_RULE_AND_REPLACE_PACKET_FILTERS + func NewRuleOperationAnyOfFromValue(v string) (*RuleOperationAnyOf, error) + func (v *RuleOperationAnyOf) UnmarshalJSON(src []byte) error + func (v RuleOperationAnyOf) IsValid() bool + func (v RuleOperationAnyOf) Ptr() *RuleOperationAnyOf + type RuleReport struct + AltQosNotSuppInd *bool + AltQosParamId *string + ContVers []int32 + FailureCode *FailureCode + FinUnitAct *FinalUnitAction + PccRuleIds []string + RanNasRelCauses []RanNasRelCause + RetryAfter *int32 + RuleStatus RuleStatus + func NewRuleReport(pccRuleIds []string, ruleStatus RuleStatus) *RuleReport + func NewRuleReportWithDefaults() *RuleReport + func (o *RuleReport) GetAltQosNotSuppInd() bool + func (o *RuleReport) GetAltQosNotSuppIndOk() (*bool, bool) + func (o *RuleReport) GetAltQosParamId() string + func (o *RuleReport) GetAltQosParamIdOk() (*string, bool) + func (o *RuleReport) GetContVers() []int32 + func (o *RuleReport) GetContVersOk() ([]int32, bool) + func (o *RuleReport) GetFailureCode() FailureCode + func (o *RuleReport) GetFailureCodeOk() (*FailureCode, bool) + func (o *RuleReport) GetFinUnitAct() FinalUnitAction + func (o *RuleReport) GetFinUnitActOk() (*FinalUnitAction, bool) + func (o *RuleReport) GetPccRuleIds() []string + func (o *RuleReport) GetPccRuleIdsOk() ([]string, bool) + func (o *RuleReport) GetRanNasRelCauses() []RanNasRelCause + func (o *RuleReport) GetRanNasRelCausesOk() ([]RanNasRelCause, bool) + func (o *RuleReport) GetRetryAfter() int32 + func (o *RuleReport) GetRetryAfterOk() (*int32, bool) + func (o *RuleReport) GetRuleStatus() RuleStatus + func (o *RuleReport) GetRuleStatusOk() (*RuleStatus, bool) + func (o *RuleReport) HasAltQosNotSuppInd() bool + func (o *RuleReport) HasAltQosParamId() bool + func (o *RuleReport) HasContVers() bool + func (o *RuleReport) HasFailureCode() bool + func (o *RuleReport) HasFinUnitAct() bool + func (o *RuleReport) HasRanNasRelCauses() bool + func (o *RuleReport) HasRetryAfter() bool + func (o *RuleReport) SetAltQosNotSuppInd(v bool) + func (o *RuleReport) SetAltQosParamId(v string) + func (o *RuleReport) SetContVers(v []int32) + func (o *RuleReport) SetFailureCode(v FailureCode) + func (o *RuleReport) SetFinUnitAct(v FinalUnitAction) + func (o *RuleReport) SetPccRuleIds(v []string) + func (o *RuleReport) SetRanNasRelCauses(v []RanNasRelCause) + func (o *RuleReport) SetRetryAfter(v int32) + func (o *RuleReport) SetRuleStatus(v RuleStatus) + func (o RuleReport) MarshalJSON() ([]byte, error) + func (o RuleReport) ToMap() (map[string]interface{}, error) + type RuleStatus struct + RuleStatusAnyOf *RuleStatusAnyOf + String *string + func (dst *RuleStatus) UnmarshalJSON(data []byte) error + func (src *RuleStatus) MarshalJSON() ([]byte, error) + type RuleStatusAnyOf string + const ACTIVE + func NewRuleStatusAnyOfFromValue(v string) (*RuleStatusAnyOf, error) + func (v *RuleStatusAnyOf) UnmarshalJSON(src []byte) error + func (v RuleStatusAnyOf) IsValid() bool + func (v RuleStatusAnyOf) Ptr() *RuleStatusAnyOf + type SMPoliciesCollectionApiService service + func (a *SMPoliciesCollectionApiService) CreateSMPolicy(ctx context.Context) ApiCreateSMPolicyRequest + func (a *SMPoliciesCollectionApiService) CreateSMPolicyExecute(r ApiCreateSMPolicyRequest) (*SmPolicyDecision, *http.Response, error) + type SatelliteBackhaulCategory struct + SatelliteBackhaulCategoryAnyOf *SatelliteBackhaulCategoryAnyOf + String *string + func (dst *SatelliteBackhaulCategory) UnmarshalJSON(data []byte) error + func (src *SatelliteBackhaulCategory) MarshalJSON() ([]byte, error) + type SatelliteBackhaulCategoryAnyOf string + const GEO + const LEO + const MEO + const NON_SATELLITE + const OTHER_SAT + func NewSatelliteBackhaulCategoryAnyOfFromValue(v string) (*SatelliteBackhaulCategoryAnyOf, error) + func (v *SatelliteBackhaulCategoryAnyOf) UnmarshalJSON(src []byte) error + func (v SatelliteBackhaulCategoryAnyOf) IsValid() bool + func (v SatelliteBackhaulCategoryAnyOf) Ptr() *SatelliteBackhaulCategoryAnyOf + type ServerAddressingInfo struct + Interface *interface{} + func (dst *ServerAddressingInfo) UnmarshalJSON(data []byte) error + func (src *ServerAddressingInfo) 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 ServiceAreaId struct + Lac string + PlmnId PlmnId + Sac string + func NewServiceAreaId(plmnId PlmnId, lac string, sac string) *ServiceAreaId + func NewServiceAreaIdWithDefaults() *ServiceAreaId + func (o *ServiceAreaId) GetLac() string + func (o *ServiceAreaId) GetLacOk() (*string, bool) + func (o *ServiceAreaId) GetPlmnId() PlmnId + func (o *ServiceAreaId) GetPlmnIdOk() (*PlmnId, bool) + func (o *ServiceAreaId) GetSac() string + func (o *ServiceAreaId) GetSacOk() (*string, bool) + func (o *ServiceAreaId) SetLac(v string) + func (o *ServiceAreaId) SetPlmnId(v PlmnId) + func (o *ServiceAreaId) SetSac(v string) + func (o ServiceAreaId) MarshalJSON() ([]byte, error) + func (o ServiceAreaId) ToMap() (map[string]interface{}, error) + type ServingNfIdentity struct + AnGwAddr *AnGwAddress + Guami *Guami + ServNfInstId *string + SgsnAddr *SgsnAddress + func NewServingNfIdentity() *ServingNfIdentity + func NewServingNfIdentityWithDefaults() *ServingNfIdentity + func (o *ServingNfIdentity) GetAnGwAddr() AnGwAddress + func (o *ServingNfIdentity) GetAnGwAddrOk() (*AnGwAddress, bool) + func (o *ServingNfIdentity) GetGuami() Guami + func (o *ServingNfIdentity) GetGuamiOk() (*Guami, bool) + func (o *ServingNfIdentity) GetServNfInstId() string + func (o *ServingNfIdentity) GetServNfInstIdOk() (*string, bool) + func (o *ServingNfIdentity) GetSgsnAddr() SgsnAddress + func (o *ServingNfIdentity) GetSgsnAddrOk() (*SgsnAddress, bool) + func (o *ServingNfIdentity) HasAnGwAddr() bool + func (o *ServingNfIdentity) HasGuami() bool + func (o *ServingNfIdentity) HasServNfInstId() bool + func (o *ServingNfIdentity) HasSgsnAddr() bool + func (o *ServingNfIdentity) SetAnGwAddr(v AnGwAddress) + func (o *ServingNfIdentity) SetGuami(v Guami) + func (o *ServingNfIdentity) SetServNfInstId(v string) + func (o *ServingNfIdentity) SetSgsnAddr(v SgsnAddress) + func (o ServingNfIdentity) MarshalJSON() ([]byte, error) + func (o ServingNfIdentity) ToMap() (map[string]interface{}, error) + type SessionRule struct + AuthDefQos *AuthorizedDefaultQos + AuthSessAmbr *Ambr + RefCondData NullableString + RefUmData NullableString + RefUmN3gData NullableString + SessRuleId string + func NewSessionRule(sessRuleId string) *SessionRule + func NewSessionRuleWithDefaults() *SessionRule + func (o *SessionRule) GetAuthDefQos() AuthorizedDefaultQos + func (o *SessionRule) GetAuthDefQosOk() (*AuthorizedDefaultQos, bool) + func (o *SessionRule) GetAuthSessAmbr() Ambr + func (o *SessionRule) GetAuthSessAmbrOk() (*Ambr, bool) + func (o *SessionRule) GetRefCondData() string + func (o *SessionRule) GetRefCondDataOk() (*string, bool) + func (o *SessionRule) GetRefUmData() string + func (o *SessionRule) GetRefUmDataOk() (*string, bool) + func (o *SessionRule) GetRefUmN3gData() string + func (o *SessionRule) GetRefUmN3gDataOk() (*string, bool) + func (o *SessionRule) GetSessRuleId() string + func (o *SessionRule) GetSessRuleIdOk() (*string, bool) + func (o *SessionRule) HasAuthDefQos() bool + func (o *SessionRule) HasAuthSessAmbr() bool + func (o *SessionRule) HasRefCondData() bool + func (o *SessionRule) HasRefUmData() bool + func (o *SessionRule) HasRefUmN3gData() bool + func (o *SessionRule) SetAuthDefQos(v AuthorizedDefaultQos) + func (o *SessionRule) SetAuthSessAmbr(v Ambr) + func (o *SessionRule) SetRefCondData(v string) + func (o *SessionRule) SetRefCondDataNil() + func (o *SessionRule) SetRefUmData(v string) + func (o *SessionRule) SetRefUmDataNil() + func (o *SessionRule) SetRefUmN3gData(v string) + func (o *SessionRule) SetRefUmN3gDataNil() + func (o *SessionRule) SetSessRuleId(v string) + func (o *SessionRule) UnsetRefCondData() + func (o *SessionRule) UnsetRefUmData() + func (o *SessionRule) UnsetRefUmN3gData() + func (o SessionRule) MarshalJSON() ([]byte, error) + func (o SessionRule) ToMap() (map[string]interface{}, error) + type SessionRuleFailureCode struct + SessionRuleFailureCodeAnyOf *SessionRuleFailureCodeAnyOf + String *string + func (dst *SessionRuleFailureCode) UnmarshalJSON(data []byte) error + func (src *SessionRuleFailureCode) MarshalJSON() ([]byte, error) + type SessionRuleFailureCodeAnyOf string + const AN_GW_FAILED + const INCORRECT_UM + const SESSION_RESOURCE_ALLOCATION_FAILURE + func NewSessionRuleFailureCodeAnyOfFromValue(v string) (*SessionRuleFailureCodeAnyOf, error) + func (v *SessionRuleFailureCodeAnyOf) UnmarshalJSON(src []byte) error + func (v SessionRuleFailureCodeAnyOf) IsValid() bool + func (v SessionRuleFailureCodeAnyOf) Ptr() *SessionRuleFailureCodeAnyOf + type SessionRuleReport struct + PolicyDecFailureReports []PolicyDecisionFailureCode + RuleIds []string + RuleStatus RuleStatus + SessRuleFailureCode *SessionRuleFailureCode + func NewSessionRuleReport(ruleIds []string, ruleStatus RuleStatus) *SessionRuleReport + func NewSessionRuleReportWithDefaults() *SessionRuleReport + func (o *SessionRuleReport) GetPolicyDecFailureReports() []PolicyDecisionFailureCode + func (o *SessionRuleReport) GetPolicyDecFailureReportsOk() ([]PolicyDecisionFailureCode, bool) + func (o *SessionRuleReport) GetRuleIds() []string + func (o *SessionRuleReport) GetRuleIdsOk() ([]string, bool) + func (o *SessionRuleReport) GetRuleStatus() RuleStatus + func (o *SessionRuleReport) GetRuleStatusOk() (*RuleStatus, bool) + func (o *SessionRuleReport) GetSessRuleFailureCode() SessionRuleFailureCode + func (o *SessionRuleReport) GetSessRuleFailureCodeOk() (*SessionRuleFailureCode, bool) + func (o *SessionRuleReport) HasPolicyDecFailureReports() bool + func (o *SessionRuleReport) HasSessRuleFailureCode() bool + func (o *SessionRuleReport) SetPolicyDecFailureReports(v []PolicyDecisionFailureCode) + func (o *SessionRuleReport) SetRuleIds(v []string) + func (o *SessionRuleReport) SetRuleStatus(v RuleStatus) + func (o *SessionRuleReport) SetSessRuleFailureCode(v SessionRuleFailureCode) + func (o SessionRuleReport) MarshalJSON() ([]byte, error) + func (o SessionRuleReport) ToMap() (map[string]interface{}, error) + type SgsnAddress struct + Interface *interface{} + func (dst *SgsnAddress) UnmarshalJSON(data []byte) error + func (src *SgsnAddress) MarshalJSON() ([]byte, error) + type SmPoliciesPost200Response struct + ArrayOfPartialSuccessReport *[]PartialSuccessReport + ArrayOfPolicyDecisionFailureCode *[]PolicyDecisionFailureCode + UeCampingRep *UeCampingRep + func ArrayOfPartialSuccessReportAsSmPoliciesPost200Response(v *[]PartialSuccessReport) SmPoliciesPost200Response + func ArrayOfPolicyDecisionFailureCodeAsSmPoliciesPost200Response(v *[]PolicyDecisionFailureCode) SmPoliciesPost200Response + func UeCampingRepAsSmPoliciesPost200Response(v *UeCampingRep) SmPoliciesPost200Response + func (dst *SmPoliciesPost200Response) UnmarshalJSON(data []byte) error + func (obj *SmPoliciesPost200Response) GetActualInstance() interface{} + func (src SmPoliciesPost200Response) MarshalJSON() ([]byte, error) + type SmPolicyAssociationReleaseCause struct + SmPolicyAssociationReleaseCauseAnyOf *SmPolicyAssociationReleaseCauseAnyOf + String *string + func (dst *SmPolicyAssociationReleaseCause) UnmarshalJSON(data []byte) error + func (src *SmPolicyAssociationReleaseCause) MarshalJSON() ([]byte, error) + type SmPolicyAssociationReleaseCauseAnyOf string + const INSUFFICIENT_RES + const REACTIVATION_REQUESTED + const UE_SUBSCRIPTION + const VALIDATION_CONDITION_NOT_MET + func NewSmPolicyAssociationReleaseCauseAnyOfFromValue(v string) (*SmPolicyAssociationReleaseCauseAnyOf, error) + func (v *SmPolicyAssociationReleaseCauseAnyOf) UnmarshalJSON(src []byte) error + func (v SmPolicyAssociationReleaseCauseAnyOf) IsValid() bool + func (v SmPolicyAssociationReleaseCauseAnyOf) Ptr() *SmPolicyAssociationReleaseCauseAnyOf + type SmPolicyContextData struct + AccNetChId *AccNetChId + AccessType *AccessType + AddAccessInfo *AdditionalAccessInfo + AtsssCapab *AtsssCapability + AuthProfIndex *string + ChargEntityAddr *AccNetChargingAddress + Chargingcharacteristics *string + Dnn string + DnnSelMode *DnnSelectionMode + Gpsi *string + InterGrpIds []string + InvalidSupi *bool + IpDomain *string + Ipv4Address *string + Ipv4FrameRouteList []string + Ipv6AddressPrefix *Ipv6Prefix + Ipv6FrameRouteList []Ipv6Prefix + MaPduInd *MaPduIndication + NotificationUri string + NumOfPackFilter *int32 + NwdafDatas []NwdafData + Offline *bool + OnboardInd *bool + Online *bool + PcfUeInfo NullablePcfUeCallbackInfo + PduSessionId int32 + PduSessionType PduSessionType + Pei *string + PvsInfo []ServerAddressingInfo + QosFlowUsage *QosFlowUsage + RatType *RatType + RecoveryTime *time.Time + RefQosIndication *bool + SatBackhaulCategory *SatelliteBackhaulCategory + ServNfId *ServingNfIdentity + ServingNetwork *PlmnIdNid + SliceInfo Snssai + SmfId *string + SubsDefQos *SubscribedDefaultQos + SubsSessAmbr *Ambr + Supi string + SuppFeat *string + TraceReq NullableTraceData + UeTimeZone *string + UserLocationInfo *UserLocation + Var3gppPsDataOffStatus *bool + VplmnQos *VplmnQos + func NewSmPolicyContextData(supi string, pduSessionId int32, pduSessionType PduSessionType, dnn string, ...) *SmPolicyContextData + func NewSmPolicyContextDataWithDefaults() *SmPolicyContextData + func (o *SmPolicyContextData) GetAccNetChId() AccNetChId + func (o *SmPolicyContextData) GetAccNetChIdOk() (*AccNetChId, bool) + func (o *SmPolicyContextData) GetAccessType() AccessType + func (o *SmPolicyContextData) GetAccessTypeOk() (*AccessType, bool) + func (o *SmPolicyContextData) GetAddAccessInfo() AdditionalAccessInfo + func (o *SmPolicyContextData) GetAddAccessInfoOk() (*AdditionalAccessInfo, bool) + func (o *SmPolicyContextData) GetAtsssCapab() AtsssCapability + func (o *SmPolicyContextData) GetAtsssCapabOk() (*AtsssCapability, bool) + func (o *SmPolicyContextData) GetAuthProfIndex() string + func (o *SmPolicyContextData) GetAuthProfIndexOk() (*string, bool) + func (o *SmPolicyContextData) GetChargEntityAddr() AccNetChargingAddress + func (o *SmPolicyContextData) GetChargEntityAddrOk() (*AccNetChargingAddress, bool) + func (o *SmPolicyContextData) GetChargingcharacteristics() string + func (o *SmPolicyContextData) GetChargingcharacteristicsOk() (*string, bool) + func (o *SmPolicyContextData) GetDnn() string + func (o *SmPolicyContextData) GetDnnOk() (*string, bool) + func (o *SmPolicyContextData) GetDnnSelMode() DnnSelectionMode + func (o *SmPolicyContextData) GetDnnSelModeOk() (*DnnSelectionMode, bool) + func (o *SmPolicyContextData) GetGpsi() string + func (o *SmPolicyContextData) GetGpsiOk() (*string, bool) + func (o *SmPolicyContextData) GetInterGrpIds() []string + func (o *SmPolicyContextData) GetInterGrpIdsOk() ([]string, bool) + func (o *SmPolicyContextData) GetInvalidSupi() bool + func (o *SmPolicyContextData) GetInvalidSupiOk() (*bool, bool) + func (o *SmPolicyContextData) GetIpDomain() string + func (o *SmPolicyContextData) GetIpDomainOk() (*string, bool) + func (o *SmPolicyContextData) GetIpv4Address() string + func (o *SmPolicyContextData) GetIpv4AddressOk() (*string, bool) + func (o *SmPolicyContextData) GetIpv4FrameRouteList() []string + func (o *SmPolicyContextData) GetIpv4FrameRouteListOk() ([]string, bool) + func (o *SmPolicyContextData) GetIpv6AddressPrefix() Ipv6Prefix + func (o *SmPolicyContextData) GetIpv6AddressPrefixOk() (*Ipv6Prefix, bool) + func (o *SmPolicyContextData) GetIpv6FrameRouteList() []Ipv6Prefix + func (o *SmPolicyContextData) GetIpv6FrameRouteListOk() ([]Ipv6Prefix, bool) + func (o *SmPolicyContextData) GetMaPduInd() MaPduIndication + func (o *SmPolicyContextData) GetMaPduIndOk() (*MaPduIndication, bool) + func (o *SmPolicyContextData) GetNotificationUri() string + func (o *SmPolicyContextData) GetNotificationUriOk() (*string, bool) + func (o *SmPolicyContextData) GetNumOfPackFilter() int32 + func (o *SmPolicyContextData) GetNumOfPackFilterOk() (*int32, bool) + func (o *SmPolicyContextData) GetNwdafDatas() []NwdafData + func (o *SmPolicyContextData) GetNwdafDatasOk() ([]NwdafData, bool) + func (o *SmPolicyContextData) GetOffline() bool + func (o *SmPolicyContextData) GetOfflineOk() (*bool, bool) + func (o *SmPolicyContextData) GetOnboardInd() bool + func (o *SmPolicyContextData) GetOnboardIndOk() (*bool, bool) + func (o *SmPolicyContextData) GetOnline() bool + func (o *SmPolicyContextData) GetOnlineOk() (*bool, bool) + func (o *SmPolicyContextData) GetPcfUeInfo() PcfUeCallbackInfo + func (o *SmPolicyContextData) GetPcfUeInfoOk() (*PcfUeCallbackInfo, bool) + func (o *SmPolicyContextData) GetPduSessionId() int32 + func (o *SmPolicyContextData) GetPduSessionIdOk() (*int32, bool) + func (o *SmPolicyContextData) GetPduSessionType() PduSessionType + func (o *SmPolicyContextData) GetPduSessionTypeOk() (*PduSessionType, bool) + func (o *SmPolicyContextData) GetPei() string + func (o *SmPolicyContextData) GetPeiOk() (*string, bool) + func (o *SmPolicyContextData) GetPvsInfo() []ServerAddressingInfo + func (o *SmPolicyContextData) GetPvsInfoOk() ([]ServerAddressingInfo, bool) + func (o *SmPolicyContextData) GetQosFlowUsage() QosFlowUsage + func (o *SmPolicyContextData) GetQosFlowUsageOk() (*QosFlowUsage, bool) + func (o *SmPolicyContextData) GetRatType() RatType + func (o *SmPolicyContextData) GetRatTypeOk() (*RatType, bool) + func (o *SmPolicyContextData) GetRecoveryTime() time.Time + func (o *SmPolicyContextData) GetRecoveryTimeOk() (*time.Time, bool) + func (o *SmPolicyContextData) GetRefQosIndication() bool + func (o *SmPolicyContextData) GetRefQosIndicationOk() (*bool, bool) + func (o *SmPolicyContextData) GetSatBackhaulCategory() SatelliteBackhaulCategory + func (o *SmPolicyContextData) GetSatBackhaulCategoryOk() (*SatelliteBackhaulCategory, bool) + func (o *SmPolicyContextData) GetServNfId() ServingNfIdentity + func (o *SmPolicyContextData) GetServNfIdOk() (*ServingNfIdentity, bool) + func (o *SmPolicyContextData) GetServingNetwork() PlmnIdNid + func (o *SmPolicyContextData) GetServingNetworkOk() (*PlmnIdNid, bool) + func (o *SmPolicyContextData) GetSliceInfo() Snssai + func (o *SmPolicyContextData) GetSliceInfoOk() (*Snssai, bool) + func (o *SmPolicyContextData) GetSmfId() string + func (o *SmPolicyContextData) GetSmfIdOk() (*string, bool) + func (o *SmPolicyContextData) GetSubsDefQos() SubscribedDefaultQos + func (o *SmPolicyContextData) GetSubsDefQosOk() (*SubscribedDefaultQos, bool) + func (o *SmPolicyContextData) GetSubsSessAmbr() Ambr + func (o *SmPolicyContextData) GetSubsSessAmbrOk() (*Ambr, bool) + func (o *SmPolicyContextData) GetSupi() string + func (o *SmPolicyContextData) GetSupiOk() (*string, bool) + func (o *SmPolicyContextData) GetSuppFeat() string + func (o *SmPolicyContextData) GetSuppFeatOk() (*string, bool) + func (o *SmPolicyContextData) GetTraceReq() TraceData + func (o *SmPolicyContextData) GetTraceReqOk() (*TraceData, bool) + func (o *SmPolicyContextData) GetUeTimeZone() string + func (o *SmPolicyContextData) GetUeTimeZoneOk() (*string, bool) + func (o *SmPolicyContextData) GetUserLocationInfo() UserLocation + func (o *SmPolicyContextData) GetUserLocationInfoOk() (*UserLocation, bool) + func (o *SmPolicyContextData) GetVar3gppPsDataOffStatus() bool + func (o *SmPolicyContextData) GetVar3gppPsDataOffStatusOk() (*bool, bool) + func (o *SmPolicyContextData) GetVplmnQos() VplmnQos + func (o *SmPolicyContextData) GetVplmnQosOk() (*VplmnQos, bool) + func (o *SmPolicyContextData) HasAccNetChId() bool + func (o *SmPolicyContextData) HasAccessType() bool + func (o *SmPolicyContextData) HasAddAccessInfo() bool + func (o *SmPolicyContextData) HasAtsssCapab() bool + func (o *SmPolicyContextData) HasAuthProfIndex() bool + func (o *SmPolicyContextData) HasChargEntityAddr() bool + func (o *SmPolicyContextData) HasChargingcharacteristics() bool + func (o *SmPolicyContextData) HasDnnSelMode() bool + func (o *SmPolicyContextData) HasGpsi() bool + func (o *SmPolicyContextData) HasInterGrpIds() bool + func (o *SmPolicyContextData) HasInvalidSupi() bool + func (o *SmPolicyContextData) HasIpDomain() bool + func (o *SmPolicyContextData) HasIpv4Address() bool + func (o *SmPolicyContextData) HasIpv4FrameRouteList() bool + func (o *SmPolicyContextData) HasIpv6AddressPrefix() bool + func (o *SmPolicyContextData) HasIpv6FrameRouteList() bool + func (o *SmPolicyContextData) HasMaPduInd() bool + func (o *SmPolicyContextData) HasNumOfPackFilter() bool + func (o *SmPolicyContextData) HasNwdafDatas() bool + func (o *SmPolicyContextData) HasOffline() bool + func (o *SmPolicyContextData) HasOnboardInd() bool + func (o *SmPolicyContextData) HasOnline() bool + func (o *SmPolicyContextData) HasPcfUeInfo() bool + func (o *SmPolicyContextData) HasPei() bool + func (o *SmPolicyContextData) HasPvsInfo() bool + func (o *SmPolicyContextData) HasQosFlowUsage() bool + func (o *SmPolicyContextData) HasRatType() bool + func (o *SmPolicyContextData) HasRecoveryTime() bool + func (o *SmPolicyContextData) HasRefQosIndication() bool + func (o *SmPolicyContextData) HasSatBackhaulCategory() bool + func (o *SmPolicyContextData) HasServNfId() bool + func (o *SmPolicyContextData) HasServingNetwork() bool + func (o *SmPolicyContextData) HasSmfId() bool + func (o *SmPolicyContextData) HasSubsDefQos() bool + func (o *SmPolicyContextData) HasSubsSessAmbr() bool + func (o *SmPolicyContextData) HasSuppFeat() bool + func (o *SmPolicyContextData) HasTraceReq() bool + func (o *SmPolicyContextData) HasUeTimeZone() bool + func (o *SmPolicyContextData) HasUserLocationInfo() bool + func (o *SmPolicyContextData) HasVar3gppPsDataOffStatus() bool + func (o *SmPolicyContextData) HasVplmnQos() bool + func (o *SmPolicyContextData) SetAccNetChId(v AccNetChId) + func (o *SmPolicyContextData) SetAccessType(v AccessType) + func (o *SmPolicyContextData) SetAddAccessInfo(v AdditionalAccessInfo) + func (o *SmPolicyContextData) SetAtsssCapab(v AtsssCapability) + func (o *SmPolicyContextData) SetAuthProfIndex(v string) + func (o *SmPolicyContextData) SetChargEntityAddr(v AccNetChargingAddress) + func (o *SmPolicyContextData) SetChargingcharacteristics(v string) + func (o *SmPolicyContextData) SetDnn(v string) + func (o *SmPolicyContextData) SetDnnSelMode(v DnnSelectionMode) + func (o *SmPolicyContextData) SetGpsi(v string) + func (o *SmPolicyContextData) SetInterGrpIds(v []string) + func (o *SmPolicyContextData) SetInvalidSupi(v bool) + func (o *SmPolicyContextData) SetIpDomain(v string) + func (o *SmPolicyContextData) SetIpv4Address(v string) + func (o *SmPolicyContextData) SetIpv4FrameRouteList(v []string) + func (o *SmPolicyContextData) SetIpv6AddressPrefix(v Ipv6Prefix) + func (o *SmPolicyContextData) SetIpv6FrameRouteList(v []Ipv6Prefix) + func (o *SmPolicyContextData) SetMaPduInd(v MaPduIndication) + func (o *SmPolicyContextData) SetNotificationUri(v string) + func (o *SmPolicyContextData) SetNumOfPackFilter(v int32) + func (o *SmPolicyContextData) SetNwdafDatas(v []NwdafData) + func (o *SmPolicyContextData) SetOffline(v bool) + func (o *SmPolicyContextData) SetOnboardInd(v bool) + func (o *SmPolicyContextData) SetOnline(v bool) + func (o *SmPolicyContextData) SetPcfUeInfo(v PcfUeCallbackInfo) + func (o *SmPolicyContextData) SetPcfUeInfoNil() + func (o *SmPolicyContextData) SetPduSessionId(v int32) + func (o *SmPolicyContextData) SetPduSessionType(v PduSessionType) + func (o *SmPolicyContextData) SetPei(v string) + func (o *SmPolicyContextData) SetPvsInfo(v []ServerAddressingInfo) + func (o *SmPolicyContextData) SetQosFlowUsage(v QosFlowUsage) + func (o *SmPolicyContextData) SetRatType(v RatType) + func (o *SmPolicyContextData) SetRecoveryTime(v time.Time) + func (o *SmPolicyContextData) SetRefQosIndication(v bool) + func (o *SmPolicyContextData) SetSatBackhaulCategory(v SatelliteBackhaulCategory) + func (o *SmPolicyContextData) SetServNfId(v ServingNfIdentity) + func (o *SmPolicyContextData) SetServingNetwork(v PlmnIdNid) + func (o *SmPolicyContextData) SetSliceInfo(v Snssai) + func (o *SmPolicyContextData) SetSmfId(v string) + func (o *SmPolicyContextData) SetSubsDefQos(v SubscribedDefaultQos) + func (o *SmPolicyContextData) SetSubsSessAmbr(v Ambr) + func (o *SmPolicyContextData) SetSupi(v string) + func (o *SmPolicyContextData) SetSuppFeat(v string) + func (o *SmPolicyContextData) SetTraceReq(v TraceData) + func (o *SmPolicyContextData) SetTraceReqNil() + func (o *SmPolicyContextData) SetUeTimeZone(v string) + func (o *SmPolicyContextData) SetUserLocationInfo(v UserLocation) + func (o *SmPolicyContextData) SetVar3gppPsDataOffStatus(v bool) + func (o *SmPolicyContextData) SetVplmnQos(v VplmnQos) + func (o *SmPolicyContextData) UnsetPcfUeInfo() + func (o *SmPolicyContextData) UnsetTraceReq() + func (o SmPolicyContextData) MarshalJSON() ([]byte, error) + func (o SmPolicyContextData) ToMap() (map[string]interface{}, error) + type SmPolicyControl struct + Context SmPolicyContextData + Policy SmPolicyDecision + func NewSmPolicyControl(context SmPolicyContextData, policy SmPolicyDecision) *SmPolicyControl + func NewSmPolicyControlWithDefaults() *SmPolicyControl + func (o *SmPolicyControl) GetContext() SmPolicyContextData + func (o *SmPolicyControl) GetContextOk() (*SmPolicyContextData, bool) + func (o *SmPolicyControl) GetPolicy() SmPolicyDecision + func (o *SmPolicyControl) GetPolicyOk() (*SmPolicyDecision, bool) + func (o *SmPolicyControl) SetContext(v SmPolicyContextData) + func (o *SmPolicyControl) SetPolicy(v SmPolicyDecision) + func (o SmPolicyControl) MarshalJSON() ([]byte, error) + func (o SmPolicyControl) ToMap() (map[string]interface{}, error) + type SmPolicyDecision struct + ChargingInfo *ChargingInformation + ChgDecs map[string]ChargingData + Conds map[string]ConditionData + Ipv4Index *int32 + Ipv6Index *int32 + LastReqRuleData []RequestedRuleData + LastReqUsageData *RequestedUsageData + Offline *bool + OfflineChOnly *bool + Online *bool + PccRules map[string]PccRule + PcscfRestIndication *bool + PolicyCtrlReqTriggers []PolicyControlRequestTrigger + PraInfos map[string]PresenceInfoRm + QosChars *map[string]QosCharacteristics + QosDecs *map[string]QosData + QosFlowUsage *QosFlowUsage + QosMonDecs map[string]QosMonitoringData + RedSessIndication *bool + ReflectiveQoSTimer *int32 + RelCause *SmPolicyAssociationReleaseCause + RevalidationTime *time.Time + SessRules *map[string]SessionRule + SuppFeat *string + TraffContDecs *map[string]TrafficControlData + TsnBridgeManCont *BridgeManagementContainer + TsnPortManContDstt *PortManagementContainer + TsnPortManContNwtts []PortManagementContainer + UmDecs map[string]UsageMonitoringData + func NewSmPolicyDecision() *SmPolicyDecision + func NewSmPolicyDecisionWithDefaults() *SmPolicyDecision + func (o *SmPolicyDecision) GetChargingInfo() ChargingInformation + func (o *SmPolicyDecision) GetChargingInfoOk() (*ChargingInformation, bool) + func (o *SmPolicyDecision) GetChgDecs() map[string]ChargingData + func (o *SmPolicyDecision) GetChgDecsOk() (*map[string]ChargingData, bool) + func (o *SmPolicyDecision) GetConds() map[string]ConditionData + func (o *SmPolicyDecision) GetCondsOk() (*map[string]ConditionData, bool) + func (o *SmPolicyDecision) GetIpv4Index() int32 + func (o *SmPolicyDecision) GetIpv4IndexOk() (*int32, bool) + func (o *SmPolicyDecision) GetIpv6Index() int32 + func (o *SmPolicyDecision) GetIpv6IndexOk() (*int32, bool) + func (o *SmPolicyDecision) GetLastReqRuleData() []RequestedRuleData + func (o *SmPolicyDecision) GetLastReqRuleDataOk() ([]RequestedRuleData, bool) + func (o *SmPolicyDecision) GetLastReqUsageData() RequestedUsageData + func (o *SmPolicyDecision) GetLastReqUsageDataOk() (*RequestedUsageData, bool) + func (o *SmPolicyDecision) GetOffline() bool + func (o *SmPolicyDecision) GetOfflineChOnly() bool + func (o *SmPolicyDecision) GetOfflineChOnlyOk() (*bool, bool) + func (o *SmPolicyDecision) GetOfflineOk() (*bool, bool) + func (o *SmPolicyDecision) GetOnline() bool + func (o *SmPolicyDecision) GetOnlineOk() (*bool, bool) + func (o *SmPolicyDecision) GetPccRules() map[string]PccRule + func (o *SmPolicyDecision) GetPccRulesOk() (*map[string]PccRule, bool) + func (o *SmPolicyDecision) GetPcscfRestIndication() bool + func (o *SmPolicyDecision) GetPcscfRestIndicationOk() (*bool, bool) + func (o *SmPolicyDecision) GetPolicyCtrlReqTriggers() []PolicyControlRequestTrigger + func (o *SmPolicyDecision) GetPolicyCtrlReqTriggersOk() ([]PolicyControlRequestTrigger, bool) + func (o *SmPolicyDecision) GetPraInfos() map[string]PresenceInfoRm + func (o *SmPolicyDecision) GetPraInfosOk() (*map[string]PresenceInfoRm, bool) + func (o *SmPolicyDecision) GetQosChars() map[string]QosCharacteristics + func (o *SmPolicyDecision) GetQosCharsOk() (*map[string]QosCharacteristics, bool) + func (o *SmPolicyDecision) GetQosDecs() map[string]QosData + func (o *SmPolicyDecision) GetQosDecsOk() (*map[string]QosData, bool) + func (o *SmPolicyDecision) GetQosFlowUsage() QosFlowUsage + func (o *SmPolicyDecision) GetQosFlowUsageOk() (*QosFlowUsage, bool) + func (o *SmPolicyDecision) GetQosMonDecs() map[string]QosMonitoringData + func (o *SmPolicyDecision) GetQosMonDecsOk() (*map[string]QosMonitoringData, bool) + func (o *SmPolicyDecision) GetRedSessIndication() bool + func (o *SmPolicyDecision) GetRedSessIndicationOk() (*bool, bool) + func (o *SmPolicyDecision) GetReflectiveQoSTimer() int32 + func (o *SmPolicyDecision) GetReflectiveQoSTimerOk() (*int32, bool) + func (o *SmPolicyDecision) GetRelCause() SmPolicyAssociationReleaseCause + func (o *SmPolicyDecision) GetRelCauseOk() (*SmPolicyAssociationReleaseCause, bool) + func (o *SmPolicyDecision) GetRevalidationTime() time.Time + func (o *SmPolicyDecision) GetRevalidationTimeOk() (*time.Time, bool) + func (o *SmPolicyDecision) GetSessRules() map[string]SessionRule + func (o *SmPolicyDecision) GetSessRulesOk() (*map[string]SessionRule, bool) + func (o *SmPolicyDecision) GetSuppFeat() string + func (o *SmPolicyDecision) GetSuppFeatOk() (*string, bool) + func (o *SmPolicyDecision) GetTraffContDecs() map[string]TrafficControlData + func (o *SmPolicyDecision) GetTraffContDecsOk() (*map[string]TrafficControlData, bool) + func (o *SmPolicyDecision) GetTsnBridgeManCont() BridgeManagementContainer + func (o *SmPolicyDecision) GetTsnBridgeManContOk() (*BridgeManagementContainer, bool) + func (o *SmPolicyDecision) GetTsnPortManContDstt() PortManagementContainer + func (o *SmPolicyDecision) GetTsnPortManContDsttOk() (*PortManagementContainer, bool) + func (o *SmPolicyDecision) GetTsnPortManContNwtts() []PortManagementContainer + func (o *SmPolicyDecision) GetTsnPortManContNwttsOk() ([]PortManagementContainer, bool) + func (o *SmPolicyDecision) GetUmDecs() map[string]UsageMonitoringData + func (o *SmPolicyDecision) GetUmDecsOk() (*map[string]UsageMonitoringData, bool) + func (o *SmPolicyDecision) HasChargingInfo() bool + func (o *SmPolicyDecision) HasChgDecs() bool + func (o *SmPolicyDecision) HasConds() bool + func (o *SmPolicyDecision) HasIpv4Index() bool + func (o *SmPolicyDecision) HasIpv6Index() bool + func (o *SmPolicyDecision) HasLastReqRuleData() bool + func (o *SmPolicyDecision) HasLastReqUsageData() bool + func (o *SmPolicyDecision) HasOffline() bool + func (o *SmPolicyDecision) HasOfflineChOnly() bool + func (o *SmPolicyDecision) HasOnline() bool + func (o *SmPolicyDecision) HasPccRules() bool + func (o *SmPolicyDecision) HasPcscfRestIndication() bool + func (o *SmPolicyDecision) HasPolicyCtrlReqTriggers() bool + func (o *SmPolicyDecision) HasPraInfos() bool + func (o *SmPolicyDecision) HasQosChars() bool + func (o *SmPolicyDecision) HasQosDecs() bool + func (o *SmPolicyDecision) HasQosFlowUsage() bool + func (o *SmPolicyDecision) HasQosMonDecs() bool + func (o *SmPolicyDecision) HasRedSessIndication() bool + func (o *SmPolicyDecision) HasReflectiveQoSTimer() bool + func (o *SmPolicyDecision) HasRelCause() bool + func (o *SmPolicyDecision) HasRevalidationTime() bool + func (o *SmPolicyDecision) HasSessRules() bool + func (o *SmPolicyDecision) HasSuppFeat() bool + func (o *SmPolicyDecision) HasTraffContDecs() bool + func (o *SmPolicyDecision) HasTsnBridgeManCont() bool + func (o *SmPolicyDecision) HasTsnPortManContDstt() bool + func (o *SmPolicyDecision) HasTsnPortManContNwtts() bool + func (o *SmPolicyDecision) HasUmDecs() bool + func (o *SmPolicyDecision) SetChargingInfo(v ChargingInformation) + func (o *SmPolicyDecision) SetChgDecs(v map[string]ChargingData) + func (o *SmPolicyDecision) SetConds(v map[string]ConditionData) + func (o *SmPolicyDecision) SetIpv4Index(v int32) + func (o *SmPolicyDecision) SetIpv6Index(v int32) + func (o *SmPolicyDecision) SetLastReqRuleData(v []RequestedRuleData) + func (o *SmPolicyDecision) SetLastReqUsageData(v RequestedUsageData) + func (o *SmPolicyDecision) SetOffline(v bool) + func (o *SmPolicyDecision) SetOfflineChOnly(v bool) + func (o *SmPolicyDecision) SetOnline(v bool) + func (o *SmPolicyDecision) SetPccRules(v map[string]PccRule) + func (o *SmPolicyDecision) SetPcscfRestIndication(v bool) + func (o *SmPolicyDecision) SetPolicyCtrlReqTriggers(v []PolicyControlRequestTrigger) + func (o *SmPolicyDecision) SetPraInfos(v map[string]PresenceInfoRm) + func (o *SmPolicyDecision) SetQosChars(v map[string]QosCharacteristics) + func (o *SmPolicyDecision) SetQosDecs(v map[string]QosData) + func (o *SmPolicyDecision) SetQosFlowUsage(v QosFlowUsage) + func (o *SmPolicyDecision) SetQosMonDecs(v map[string]QosMonitoringData) + func (o *SmPolicyDecision) SetRedSessIndication(v bool) + func (o *SmPolicyDecision) SetReflectiveQoSTimer(v int32) + func (o *SmPolicyDecision) SetRelCause(v SmPolicyAssociationReleaseCause) + func (o *SmPolicyDecision) SetRevalidationTime(v time.Time) + func (o *SmPolicyDecision) SetSessRules(v map[string]SessionRule) + func (o *SmPolicyDecision) SetSuppFeat(v string) + func (o *SmPolicyDecision) SetTraffContDecs(v map[string]TrafficControlData) + func (o *SmPolicyDecision) SetTsnBridgeManCont(v BridgeManagementContainer) + func (o *SmPolicyDecision) SetTsnPortManContDstt(v PortManagementContainer) + func (o *SmPolicyDecision) SetTsnPortManContNwtts(v []PortManagementContainer) + func (o *SmPolicyDecision) SetUmDecs(v map[string]UsageMonitoringData) + func (o SmPolicyDecision) MarshalJSON() ([]byte, error) + func (o SmPolicyDecision) ToMap() (map[string]interface{}, error) + type SmPolicyDeleteData struct + AccuUsageReports []AccuUsageReport + PduSessRelCause *PduSessionRelCause + QosMonReports []QosMonitoringReport + RanNasRelCauses []RanNasRelCause + ServingNetwork *PlmnIdNid + UeTimeZone *string + UserLocationInfo *UserLocation + UserLocationInfoTime *time.Time + func NewSmPolicyDeleteData() *SmPolicyDeleteData + func NewSmPolicyDeleteDataWithDefaults() *SmPolicyDeleteData + func (o *SmPolicyDeleteData) GetAccuUsageReports() []AccuUsageReport + func (o *SmPolicyDeleteData) GetAccuUsageReportsOk() ([]AccuUsageReport, bool) + func (o *SmPolicyDeleteData) GetPduSessRelCause() PduSessionRelCause + func (o *SmPolicyDeleteData) GetPduSessRelCauseOk() (*PduSessionRelCause, bool) + func (o *SmPolicyDeleteData) GetQosMonReports() []QosMonitoringReport + func (o *SmPolicyDeleteData) GetQosMonReportsOk() ([]QosMonitoringReport, bool) + func (o *SmPolicyDeleteData) GetRanNasRelCauses() []RanNasRelCause + func (o *SmPolicyDeleteData) GetRanNasRelCausesOk() ([]RanNasRelCause, bool) + func (o *SmPolicyDeleteData) GetServingNetwork() PlmnIdNid + func (o *SmPolicyDeleteData) GetServingNetworkOk() (*PlmnIdNid, bool) + func (o *SmPolicyDeleteData) GetUeTimeZone() string + func (o *SmPolicyDeleteData) GetUeTimeZoneOk() (*string, bool) + func (o *SmPolicyDeleteData) GetUserLocationInfo() UserLocation + func (o *SmPolicyDeleteData) GetUserLocationInfoOk() (*UserLocation, bool) + func (o *SmPolicyDeleteData) GetUserLocationInfoTime() time.Time + func (o *SmPolicyDeleteData) GetUserLocationInfoTimeOk() (*time.Time, bool) + func (o *SmPolicyDeleteData) HasAccuUsageReports() bool + func (o *SmPolicyDeleteData) HasPduSessRelCause() bool + func (o *SmPolicyDeleteData) HasQosMonReports() bool + func (o *SmPolicyDeleteData) HasRanNasRelCauses() bool + func (o *SmPolicyDeleteData) HasServingNetwork() bool + func (o *SmPolicyDeleteData) HasUeTimeZone() bool + func (o *SmPolicyDeleteData) HasUserLocationInfo() bool + func (o *SmPolicyDeleteData) HasUserLocationInfoTime() bool + func (o *SmPolicyDeleteData) SetAccuUsageReports(v []AccuUsageReport) + func (o *SmPolicyDeleteData) SetPduSessRelCause(v PduSessionRelCause) + func (o *SmPolicyDeleteData) SetQosMonReports(v []QosMonitoringReport) + func (o *SmPolicyDeleteData) SetRanNasRelCauses(v []RanNasRelCause) + func (o *SmPolicyDeleteData) SetServingNetwork(v PlmnIdNid) + func (o *SmPolicyDeleteData) SetUeTimeZone(v string) + func (o *SmPolicyDeleteData) SetUserLocationInfo(v UserLocation) + func (o *SmPolicyDeleteData) SetUserLocationInfoTime(v time.Time) + func (o SmPolicyDeleteData) MarshalJSON() ([]byte, error) + func (o SmPolicyDeleteData) ToMap() (map[string]interface{}, error) + type SmPolicyNotification struct + ResourceUri *string + SmPolicyDecision *SmPolicyDecision + func NewSmPolicyNotification() *SmPolicyNotification + func NewSmPolicyNotificationWithDefaults() *SmPolicyNotification + func (o *SmPolicyNotification) GetResourceUri() string + func (o *SmPolicyNotification) GetResourceUriOk() (*string, bool) + func (o *SmPolicyNotification) GetSmPolicyDecision() SmPolicyDecision + func (o *SmPolicyNotification) GetSmPolicyDecisionOk() (*SmPolicyDecision, bool) + func (o *SmPolicyNotification) HasResourceUri() bool + func (o *SmPolicyNotification) HasSmPolicyDecision() bool + func (o *SmPolicyNotification) SetResourceUri(v string) + func (o *SmPolicyNotification) SetSmPolicyDecision(v SmPolicyDecision) + func (o SmPolicyNotification) MarshalJSON() ([]byte, error) + func (o SmPolicyNotification) ToMap() (map[string]interface{}, error) + type SmPolicyUpdateContextData struct + AccNetChIds []AccNetChId + AccessType *AccessType + AccuUsageReports []AccuUsageReport + AddAccessInfo *AdditionalAccessInfo + AddIpv6AddrPrefixes *Ipv6Prefix + AddRelIpv6AddrPrefixes *Ipv6Prefix + AnGwStatus *bool + AppDetectionInfos []AppDetectionInfo + AtsssCapab *AtsssCapability + AuthProfIndex *string + CreditManageStatus *CreditManagementStatus + InterGrpIds []string + InvalidPolicyDecs []InvalidParam + IpDomain *string + Ipv4Address *string + Ipv6AddressPrefix *Ipv6Prefix + MaPduInd *MaPduIndication + MulAddrInfos []IpMulticastAddressInfo + NumOfPackFilter *int32 + NwdafDatas []NwdafData + PccRuleId *string + PcfUeInfo NullablePcfUeCallbackInfo + PolicyDecFailureReports []PolicyDecisionFailureCode + QncReports []QosNotificationControlInfo + QosFlowUsage *QosFlowUsage + QosMonReports []QosMonitoringReport + RatType *RatType + RefQosIndication *bool + RelAccessInfo *AdditionalAccessInfo + RelIpv4Address *string + RelIpv6AddressPrefix *Ipv6Prefix + RelUeMac *string + RepPolicyCtrlReqTriggers []PolicyControlRequestTrigger + RepPraInfos *map[string]PresenceInfo + RuleReports []RuleReport + SatBackhaulCategory *SatelliteBackhaulCategory + ServNfId *ServingNfIdentity + ServingNetwork *PlmnIdNid + SessRuleReports []SessionRuleReport + SubsDefQos *SubscribedDefaultQos + SubsSessAmbr *Ambr + TraceReq NullableTraceData + TrafficDescriptors []DddTrafficDescriptor + TsnBridgeInfo *TsnBridgeInfo + TsnBridgeManCont *BridgeManagementContainer + TsnPortManContDstt *PortManagementContainer + TsnPortManContNwtts []PortManagementContainer + TypesOfNotif []DlDataDeliveryStatus + UeInitResReq *UeInitiatedResourceRequest + UeMac *string + UeTimeZone *string + UserLocationInfo *UserLocation + UserLocationInfoTime *time.Time + Var3gppPsDataOffStatus *bool + VplmnQos *VplmnQos + VplmnQosNotApp *bool + func NewSmPolicyUpdateContextData() *SmPolicyUpdateContextData + func NewSmPolicyUpdateContextDataWithDefaults() *SmPolicyUpdateContextData + func (o *SmPolicyUpdateContextData) GetAccNetChIds() []AccNetChId + func (o *SmPolicyUpdateContextData) GetAccNetChIdsOk() ([]AccNetChId, bool) + func (o *SmPolicyUpdateContextData) GetAccessType() AccessType + func (o *SmPolicyUpdateContextData) GetAccessTypeOk() (*AccessType, bool) + func (o *SmPolicyUpdateContextData) GetAccuUsageReports() []AccuUsageReport + func (o *SmPolicyUpdateContextData) GetAccuUsageReportsOk() ([]AccuUsageReport, bool) + func (o *SmPolicyUpdateContextData) GetAddAccessInfo() AdditionalAccessInfo + func (o *SmPolicyUpdateContextData) GetAddAccessInfoOk() (*AdditionalAccessInfo, bool) + func (o *SmPolicyUpdateContextData) GetAddIpv6AddrPrefixes() Ipv6Prefix + func (o *SmPolicyUpdateContextData) GetAddIpv6AddrPrefixesOk() (*Ipv6Prefix, bool) + func (o *SmPolicyUpdateContextData) GetAddRelIpv6AddrPrefixes() Ipv6Prefix + func (o *SmPolicyUpdateContextData) GetAddRelIpv6AddrPrefixesOk() (*Ipv6Prefix, bool) + func (o *SmPolicyUpdateContextData) GetAnGwStatus() bool + func (o *SmPolicyUpdateContextData) GetAnGwStatusOk() (*bool, bool) + func (o *SmPolicyUpdateContextData) GetAppDetectionInfos() []AppDetectionInfo + func (o *SmPolicyUpdateContextData) GetAppDetectionInfosOk() ([]AppDetectionInfo, bool) + func (o *SmPolicyUpdateContextData) GetAtsssCapab() AtsssCapability + func (o *SmPolicyUpdateContextData) GetAtsssCapabOk() (*AtsssCapability, bool) + func (o *SmPolicyUpdateContextData) GetAuthProfIndex() string + func (o *SmPolicyUpdateContextData) GetAuthProfIndexOk() (*string, bool) + func (o *SmPolicyUpdateContextData) GetCreditManageStatus() CreditManagementStatus + func (o *SmPolicyUpdateContextData) GetCreditManageStatusOk() (*CreditManagementStatus, bool) + func (o *SmPolicyUpdateContextData) GetInterGrpIds() []string + func (o *SmPolicyUpdateContextData) GetInterGrpIdsOk() ([]string, bool) + func (o *SmPolicyUpdateContextData) GetInvalidPolicyDecs() []InvalidParam + func (o *SmPolicyUpdateContextData) GetInvalidPolicyDecsOk() ([]InvalidParam, bool) + func (o *SmPolicyUpdateContextData) GetIpDomain() string + func (o *SmPolicyUpdateContextData) GetIpDomainOk() (*string, bool) + func (o *SmPolicyUpdateContextData) GetIpv4Address() string + func (o *SmPolicyUpdateContextData) GetIpv4AddressOk() (*string, bool) + func (o *SmPolicyUpdateContextData) GetIpv6AddressPrefix() Ipv6Prefix + func (o *SmPolicyUpdateContextData) GetIpv6AddressPrefixOk() (*Ipv6Prefix, bool) + func (o *SmPolicyUpdateContextData) GetMaPduInd() MaPduIndication + func (o *SmPolicyUpdateContextData) GetMaPduIndOk() (*MaPduIndication, bool) + func (o *SmPolicyUpdateContextData) GetMulAddrInfos() []IpMulticastAddressInfo + func (o *SmPolicyUpdateContextData) GetMulAddrInfosOk() ([]IpMulticastAddressInfo, bool) + func (o *SmPolicyUpdateContextData) GetNumOfPackFilter() int32 + func (o *SmPolicyUpdateContextData) GetNumOfPackFilterOk() (*int32, bool) + func (o *SmPolicyUpdateContextData) GetNwdafDatas() []NwdafData + func (o *SmPolicyUpdateContextData) GetNwdafDatasOk() ([]NwdafData, bool) + func (o *SmPolicyUpdateContextData) GetPccRuleId() string + func (o *SmPolicyUpdateContextData) GetPccRuleIdOk() (*string, bool) + func (o *SmPolicyUpdateContextData) GetPcfUeInfo() PcfUeCallbackInfo + func (o *SmPolicyUpdateContextData) GetPcfUeInfoOk() (*PcfUeCallbackInfo, bool) + func (o *SmPolicyUpdateContextData) GetPolicyDecFailureReports() []PolicyDecisionFailureCode + func (o *SmPolicyUpdateContextData) GetPolicyDecFailureReportsOk() ([]PolicyDecisionFailureCode, bool) + func (o *SmPolicyUpdateContextData) GetQncReports() []QosNotificationControlInfo + func (o *SmPolicyUpdateContextData) GetQncReportsOk() ([]QosNotificationControlInfo, bool) + func (o *SmPolicyUpdateContextData) GetQosFlowUsage() QosFlowUsage + func (o *SmPolicyUpdateContextData) GetQosFlowUsageOk() (*QosFlowUsage, bool) + func (o *SmPolicyUpdateContextData) GetQosMonReports() []QosMonitoringReport + func (o *SmPolicyUpdateContextData) GetQosMonReportsOk() ([]QosMonitoringReport, bool) + func (o *SmPolicyUpdateContextData) GetRatType() RatType + func (o *SmPolicyUpdateContextData) GetRatTypeOk() (*RatType, bool) + func (o *SmPolicyUpdateContextData) GetRefQosIndication() bool + func (o *SmPolicyUpdateContextData) GetRefQosIndicationOk() (*bool, bool) + func (o *SmPolicyUpdateContextData) GetRelAccessInfo() AdditionalAccessInfo + func (o *SmPolicyUpdateContextData) GetRelAccessInfoOk() (*AdditionalAccessInfo, bool) + func (o *SmPolicyUpdateContextData) GetRelIpv4Address() string + func (o *SmPolicyUpdateContextData) GetRelIpv4AddressOk() (*string, bool) + func (o *SmPolicyUpdateContextData) GetRelIpv6AddressPrefix() Ipv6Prefix + func (o *SmPolicyUpdateContextData) GetRelIpv6AddressPrefixOk() (*Ipv6Prefix, bool) + func (o *SmPolicyUpdateContextData) GetRelUeMac() string + func (o *SmPolicyUpdateContextData) GetRelUeMacOk() (*string, bool) + func (o *SmPolicyUpdateContextData) GetRepPolicyCtrlReqTriggers() []PolicyControlRequestTrigger + func (o *SmPolicyUpdateContextData) GetRepPolicyCtrlReqTriggersOk() ([]PolicyControlRequestTrigger, bool) + func (o *SmPolicyUpdateContextData) GetRepPraInfos() map[string]PresenceInfo + func (o *SmPolicyUpdateContextData) GetRepPraInfosOk() (*map[string]PresenceInfo, bool) + func (o *SmPolicyUpdateContextData) GetRuleReports() []RuleReport + func (o *SmPolicyUpdateContextData) GetRuleReportsOk() ([]RuleReport, bool) + func (o *SmPolicyUpdateContextData) GetSatBackhaulCategory() SatelliteBackhaulCategory + func (o *SmPolicyUpdateContextData) GetSatBackhaulCategoryOk() (*SatelliteBackhaulCategory, bool) + func (o *SmPolicyUpdateContextData) GetServNfId() ServingNfIdentity + func (o *SmPolicyUpdateContextData) GetServNfIdOk() (*ServingNfIdentity, bool) + func (o *SmPolicyUpdateContextData) GetServingNetwork() PlmnIdNid + func (o *SmPolicyUpdateContextData) GetServingNetworkOk() (*PlmnIdNid, bool) + func (o *SmPolicyUpdateContextData) GetSessRuleReports() []SessionRuleReport + func (o *SmPolicyUpdateContextData) GetSessRuleReportsOk() ([]SessionRuleReport, bool) + func (o *SmPolicyUpdateContextData) GetSubsDefQos() SubscribedDefaultQos + func (o *SmPolicyUpdateContextData) GetSubsDefQosOk() (*SubscribedDefaultQos, bool) + func (o *SmPolicyUpdateContextData) GetSubsSessAmbr() Ambr + func (o *SmPolicyUpdateContextData) GetSubsSessAmbrOk() (*Ambr, bool) + func (o *SmPolicyUpdateContextData) GetTraceReq() TraceData + func (o *SmPolicyUpdateContextData) GetTraceReqOk() (*TraceData, bool) + func (o *SmPolicyUpdateContextData) GetTrafficDescriptors() []DddTrafficDescriptor + func (o *SmPolicyUpdateContextData) GetTrafficDescriptorsOk() ([]DddTrafficDescriptor, bool) + func (o *SmPolicyUpdateContextData) GetTsnBridgeInfo() TsnBridgeInfo + func (o *SmPolicyUpdateContextData) GetTsnBridgeInfoOk() (*TsnBridgeInfo, bool) + func (o *SmPolicyUpdateContextData) GetTsnBridgeManCont() BridgeManagementContainer + func (o *SmPolicyUpdateContextData) GetTsnBridgeManContOk() (*BridgeManagementContainer, bool) + func (o *SmPolicyUpdateContextData) GetTsnPortManContDstt() PortManagementContainer + func (o *SmPolicyUpdateContextData) GetTsnPortManContDsttOk() (*PortManagementContainer, bool) + func (o *SmPolicyUpdateContextData) GetTsnPortManContNwtts() []PortManagementContainer + func (o *SmPolicyUpdateContextData) GetTsnPortManContNwttsOk() ([]PortManagementContainer, bool) + func (o *SmPolicyUpdateContextData) GetTypesOfNotif() []DlDataDeliveryStatus + func (o *SmPolicyUpdateContextData) GetTypesOfNotifOk() ([]DlDataDeliveryStatus, bool) + func (o *SmPolicyUpdateContextData) GetUeInitResReq() UeInitiatedResourceRequest + func (o *SmPolicyUpdateContextData) GetUeInitResReqOk() (*UeInitiatedResourceRequest, bool) + func (o *SmPolicyUpdateContextData) GetUeMac() string + func (o *SmPolicyUpdateContextData) GetUeMacOk() (*string, bool) + func (o *SmPolicyUpdateContextData) GetUeTimeZone() string + func (o *SmPolicyUpdateContextData) GetUeTimeZoneOk() (*string, bool) + func (o *SmPolicyUpdateContextData) GetUserLocationInfo() UserLocation + func (o *SmPolicyUpdateContextData) GetUserLocationInfoOk() (*UserLocation, bool) + func (o *SmPolicyUpdateContextData) GetUserLocationInfoTime() time.Time + func (o *SmPolicyUpdateContextData) GetUserLocationInfoTimeOk() (*time.Time, bool) + func (o *SmPolicyUpdateContextData) GetVar3gppPsDataOffStatus() bool + func (o *SmPolicyUpdateContextData) GetVar3gppPsDataOffStatusOk() (*bool, bool) + func (o *SmPolicyUpdateContextData) GetVplmnQos() VplmnQos + func (o *SmPolicyUpdateContextData) GetVplmnQosNotApp() bool + func (o *SmPolicyUpdateContextData) GetVplmnQosNotAppOk() (*bool, bool) + func (o *SmPolicyUpdateContextData) GetVplmnQosOk() (*VplmnQos, bool) + func (o *SmPolicyUpdateContextData) HasAccNetChIds() bool + func (o *SmPolicyUpdateContextData) HasAccessType() bool + func (o *SmPolicyUpdateContextData) HasAccuUsageReports() bool + func (o *SmPolicyUpdateContextData) HasAddAccessInfo() bool + func (o *SmPolicyUpdateContextData) HasAddIpv6AddrPrefixes() bool + func (o *SmPolicyUpdateContextData) HasAddRelIpv6AddrPrefixes() bool + func (o *SmPolicyUpdateContextData) HasAnGwStatus() bool + func (o *SmPolicyUpdateContextData) HasAppDetectionInfos() bool + func (o *SmPolicyUpdateContextData) HasAtsssCapab() bool + func (o *SmPolicyUpdateContextData) HasAuthProfIndex() bool + func (o *SmPolicyUpdateContextData) HasCreditManageStatus() bool + func (o *SmPolicyUpdateContextData) HasInterGrpIds() bool + func (o *SmPolicyUpdateContextData) HasInvalidPolicyDecs() bool + func (o *SmPolicyUpdateContextData) HasIpDomain() bool + func (o *SmPolicyUpdateContextData) HasIpv4Address() bool + func (o *SmPolicyUpdateContextData) HasIpv6AddressPrefix() bool + func (o *SmPolicyUpdateContextData) HasMaPduInd() bool + func (o *SmPolicyUpdateContextData) HasMulAddrInfos() bool + func (o *SmPolicyUpdateContextData) HasNumOfPackFilter() bool + func (o *SmPolicyUpdateContextData) HasNwdafDatas() bool + func (o *SmPolicyUpdateContextData) HasPccRuleId() bool + func (o *SmPolicyUpdateContextData) HasPcfUeInfo() bool + func (o *SmPolicyUpdateContextData) HasPolicyDecFailureReports() bool + func (o *SmPolicyUpdateContextData) HasQncReports() bool + func (o *SmPolicyUpdateContextData) HasQosFlowUsage() bool + func (o *SmPolicyUpdateContextData) HasQosMonReports() bool + func (o *SmPolicyUpdateContextData) HasRatType() bool + func (o *SmPolicyUpdateContextData) HasRefQosIndication() bool + func (o *SmPolicyUpdateContextData) HasRelAccessInfo() bool + func (o *SmPolicyUpdateContextData) HasRelIpv4Address() bool + func (o *SmPolicyUpdateContextData) HasRelIpv6AddressPrefix() bool + func (o *SmPolicyUpdateContextData) HasRelUeMac() bool + func (o *SmPolicyUpdateContextData) HasRepPolicyCtrlReqTriggers() bool + func (o *SmPolicyUpdateContextData) HasRepPraInfos() bool + func (o *SmPolicyUpdateContextData) HasRuleReports() bool + func (o *SmPolicyUpdateContextData) HasSatBackhaulCategory() bool + func (o *SmPolicyUpdateContextData) HasServNfId() bool + func (o *SmPolicyUpdateContextData) HasServingNetwork() bool + func (o *SmPolicyUpdateContextData) HasSessRuleReports() bool + func (o *SmPolicyUpdateContextData) HasSubsDefQos() bool + func (o *SmPolicyUpdateContextData) HasSubsSessAmbr() bool + func (o *SmPolicyUpdateContextData) HasTraceReq() bool + func (o *SmPolicyUpdateContextData) HasTrafficDescriptors() bool + func (o *SmPolicyUpdateContextData) HasTsnBridgeInfo() bool + func (o *SmPolicyUpdateContextData) HasTsnBridgeManCont() bool + func (o *SmPolicyUpdateContextData) HasTsnPortManContDstt() bool + func (o *SmPolicyUpdateContextData) HasTsnPortManContNwtts() bool + func (o *SmPolicyUpdateContextData) HasTypesOfNotif() bool + func (o *SmPolicyUpdateContextData) HasUeInitResReq() bool + func (o *SmPolicyUpdateContextData) HasUeMac() bool + func (o *SmPolicyUpdateContextData) HasUeTimeZone() bool + func (o *SmPolicyUpdateContextData) HasUserLocationInfo() bool + func (o *SmPolicyUpdateContextData) HasUserLocationInfoTime() bool + func (o *SmPolicyUpdateContextData) HasVar3gppPsDataOffStatus() bool + func (o *SmPolicyUpdateContextData) HasVplmnQos() bool + func (o *SmPolicyUpdateContextData) HasVplmnQosNotApp() bool + func (o *SmPolicyUpdateContextData) SetAccNetChIds(v []AccNetChId) + func (o *SmPolicyUpdateContextData) SetAccessType(v AccessType) + func (o *SmPolicyUpdateContextData) SetAccuUsageReports(v []AccuUsageReport) + func (o *SmPolicyUpdateContextData) SetAddAccessInfo(v AdditionalAccessInfo) + func (o *SmPolicyUpdateContextData) SetAddIpv6AddrPrefixes(v Ipv6Prefix) + func (o *SmPolicyUpdateContextData) SetAddRelIpv6AddrPrefixes(v Ipv6Prefix) + func (o *SmPolicyUpdateContextData) SetAnGwStatus(v bool) + func (o *SmPolicyUpdateContextData) SetAppDetectionInfos(v []AppDetectionInfo) + func (o *SmPolicyUpdateContextData) SetAtsssCapab(v AtsssCapability) + func (o *SmPolicyUpdateContextData) SetAuthProfIndex(v string) + func (o *SmPolicyUpdateContextData) SetCreditManageStatus(v CreditManagementStatus) + func (o *SmPolicyUpdateContextData) SetInterGrpIds(v []string) + func (o *SmPolicyUpdateContextData) SetInvalidPolicyDecs(v []InvalidParam) + func (o *SmPolicyUpdateContextData) SetIpDomain(v string) + func (o *SmPolicyUpdateContextData) SetIpv4Address(v string) + func (o *SmPolicyUpdateContextData) SetIpv6AddressPrefix(v Ipv6Prefix) + func (o *SmPolicyUpdateContextData) SetMaPduInd(v MaPduIndication) + func (o *SmPolicyUpdateContextData) SetMulAddrInfos(v []IpMulticastAddressInfo) + func (o *SmPolicyUpdateContextData) SetNumOfPackFilter(v int32) + func (o *SmPolicyUpdateContextData) SetNwdafDatas(v []NwdafData) + func (o *SmPolicyUpdateContextData) SetPccRuleId(v string) + func (o *SmPolicyUpdateContextData) SetPcfUeInfo(v PcfUeCallbackInfo) + func (o *SmPolicyUpdateContextData) SetPcfUeInfoNil() + func (o *SmPolicyUpdateContextData) SetPolicyDecFailureReports(v []PolicyDecisionFailureCode) + func (o *SmPolicyUpdateContextData) SetQncReports(v []QosNotificationControlInfo) + func (o *SmPolicyUpdateContextData) SetQosFlowUsage(v QosFlowUsage) + func (o *SmPolicyUpdateContextData) SetQosMonReports(v []QosMonitoringReport) + func (o *SmPolicyUpdateContextData) SetRatType(v RatType) + func (o *SmPolicyUpdateContextData) SetRefQosIndication(v bool) + func (o *SmPolicyUpdateContextData) SetRelAccessInfo(v AdditionalAccessInfo) + func (o *SmPolicyUpdateContextData) SetRelIpv4Address(v string) + func (o *SmPolicyUpdateContextData) SetRelIpv6AddressPrefix(v Ipv6Prefix) + func (o *SmPolicyUpdateContextData) SetRelUeMac(v string) + func (o *SmPolicyUpdateContextData) SetRepPolicyCtrlReqTriggers(v []PolicyControlRequestTrigger) + func (o *SmPolicyUpdateContextData) SetRepPraInfos(v map[string]PresenceInfo) + func (o *SmPolicyUpdateContextData) SetRuleReports(v []RuleReport) + func (o *SmPolicyUpdateContextData) SetSatBackhaulCategory(v SatelliteBackhaulCategory) + func (o *SmPolicyUpdateContextData) SetServNfId(v ServingNfIdentity) + func (o *SmPolicyUpdateContextData) SetServingNetwork(v PlmnIdNid) + func (o *SmPolicyUpdateContextData) SetSessRuleReports(v []SessionRuleReport) + func (o *SmPolicyUpdateContextData) SetSubsDefQos(v SubscribedDefaultQos) + func (o *SmPolicyUpdateContextData) SetSubsSessAmbr(v Ambr) + func (o *SmPolicyUpdateContextData) SetTraceReq(v TraceData) + func (o *SmPolicyUpdateContextData) SetTraceReqNil() + func (o *SmPolicyUpdateContextData) SetTrafficDescriptors(v []DddTrafficDescriptor) + func (o *SmPolicyUpdateContextData) SetTsnBridgeInfo(v TsnBridgeInfo) + func (o *SmPolicyUpdateContextData) SetTsnBridgeManCont(v BridgeManagementContainer) + func (o *SmPolicyUpdateContextData) SetTsnPortManContDstt(v PortManagementContainer) + func (o *SmPolicyUpdateContextData) SetTsnPortManContNwtts(v []PortManagementContainer) + func (o *SmPolicyUpdateContextData) SetTypesOfNotif(v []DlDataDeliveryStatus) + func (o *SmPolicyUpdateContextData) SetUeInitResReq(v UeInitiatedResourceRequest) + func (o *SmPolicyUpdateContextData) SetUeMac(v string) + func (o *SmPolicyUpdateContextData) SetUeTimeZone(v string) + func (o *SmPolicyUpdateContextData) SetUserLocationInfo(v UserLocation) + func (o *SmPolicyUpdateContextData) SetUserLocationInfoTime(v time.Time) + func (o *SmPolicyUpdateContextData) SetVar3gppPsDataOffStatus(v bool) + func (o *SmPolicyUpdateContextData) SetVplmnQos(v VplmnQos) + func (o *SmPolicyUpdateContextData) SetVplmnQosNotApp(v bool) + func (o *SmPolicyUpdateContextData) UnsetPcfUeInfo() + func (o *SmPolicyUpdateContextData) UnsetTraceReq() + func (o SmPolicyUpdateContextData) MarshalJSON() ([]byte, error) + func (o SmPolicyUpdateContextData) ToMap() (map[string]interface{}, error) + type Snssai struct + Sd *string + Sst int32 + func NewSnssai(sst int32) *Snssai + func NewSnssaiWithDefaults() *Snssai + func (o *Snssai) GetSd() string + func (o *Snssai) GetSdOk() (*string, bool) + func (o *Snssai) GetSst() int32 + func (o *Snssai) GetSstOk() (*int32, bool) + func (o *Snssai) HasSd() bool + func (o *Snssai) SetSd(v string) + func (o *Snssai) SetSst(v int32) + func (o Snssai) MarshalJSON() ([]byte, error) + func (o Snssai) ToMap() (map[string]interface{}, error) + type SteerModeIndicator struct + SteerModeIndicatorAnyOf *SteerModeIndicatorAnyOf + String *string + func (dst *SteerModeIndicator) UnmarshalJSON(data []byte) error + func (src *SteerModeIndicator) MarshalJSON() ([]byte, error) + type SteerModeIndicatorAnyOf string + const AUTO_LOAD_BALANCE + const UE_ASSISTANCE + func NewSteerModeIndicatorAnyOfFromValue(v string) (*SteerModeIndicatorAnyOf, error) + func (v *SteerModeIndicatorAnyOf) UnmarshalJSON(src []byte) error + func (v SteerModeIndicatorAnyOf) IsValid() bool + func (v SteerModeIndicatorAnyOf) Ptr() *SteerModeIndicatorAnyOf + type SteerModeValue struct + SteerModeValueAnyOf *SteerModeValueAnyOf + String *string + func (dst *SteerModeValue) UnmarshalJSON(data []byte) error + func (src *SteerModeValue) MarshalJSON() ([]byte, error) + type SteerModeValueAnyOf string + const ACTIVE_STANDBY + const LOAD_BALANCING + const PRIORITY_BASED + const SMALLEST_DELAY + func NewSteerModeValueAnyOfFromValue(v string) (*SteerModeValueAnyOf, error) + func (v *SteerModeValueAnyOf) UnmarshalJSON(src []byte) error + func (v SteerModeValueAnyOf) IsValid() bool + func (v SteerModeValueAnyOf) Ptr() *SteerModeValueAnyOf + type SteeringFunctionality struct + SteeringFunctionalityAnyOf *SteeringFunctionalityAnyOf + String *string + func (dst *SteeringFunctionality) UnmarshalJSON(data []byte) error + func (src *SteeringFunctionality) MarshalJSON() ([]byte, error) + type SteeringFunctionalityAnyOf string + const MPTCP + func NewSteeringFunctionalityAnyOfFromValue(v string) (*SteeringFunctionalityAnyOf, error) + func (v *SteeringFunctionalityAnyOf) UnmarshalJSON(src []byte) error + func (v SteeringFunctionalityAnyOf) IsValid() bool + func (v SteeringFunctionalityAnyOf) Ptr() *SteeringFunctionalityAnyOf + type SteeringMode struct + Active *AccessType + PrioAcc *AccessType + Standby *AccessTypeRm + SteerModeInd *SteerModeIndicator + SteerModeValue SteerModeValue + ThresValue NullableThresholdValue + Var3gLoad *int32 + func NewSteeringMode(steerModeValue SteerModeValue) *SteeringMode + func NewSteeringModeWithDefaults() *SteeringMode + func (o *SteeringMode) GetActive() AccessType + func (o *SteeringMode) GetActiveOk() (*AccessType, bool) + func (o *SteeringMode) GetPrioAcc() AccessType + func (o *SteeringMode) GetPrioAccOk() (*AccessType, bool) + func (o *SteeringMode) GetStandby() AccessTypeRm + func (o *SteeringMode) GetStandbyOk() (*AccessTypeRm, bool) + func (o *SteeringMode) GetSteerModeInd() SteerModeIndicator + func (o *SteeringMode) GetSteerModeIndOk() (*SteerModeIndicator, bool) + func (o *SteeringMode) GetSteerModeValue() SteerModeValue + func (o *SteeringMode) GetSteerModeValueOk() (*SteerModeValue, bool) + func (o *SteeringMode) GetThresValue() ThresholdValue + func (o *SteeringMode) GetThresValueOk() (*ThresholdValue, bool) + func (o *SteeringMode) GetVar3gLoad() int32 + func (o *SteeringMode) GetVar3gLoadOk() (*int32, bool) + func (o *SteeringMode) HasActive() bool + func (o *SteeringMode) HasPrioAcc() bool + func (o *SteeringMode) HasStandby() bool + func (o *SteeringMode) HasSteerModeInd() bool + func (o *SteeringMode) HasThresValue() bool + func (o *SteeringMode) HasVar3gLoad() bool + func (o *SteeringMode) SetActive(v AccessType) + func (o *SteeringMode) SetPrioAcc(v AccessType) + func (o *SteeringMode) SetStandby(v AccessTypeRm) + func (o *SteeringMode) SetSteerModeInd(v SteerModeIndicator) + func (o *SteeringMode) SetSteerModeValue(v SteerModeValue) + func (o *SteeringMode) SetThresValue(v ThresholdValue) + func (o *SteeringMode) SetThresValueNil() + func (o *SteeringMode) SetVar3gLoad(v int32) + func (o *SteeringMode) UnsetThresValue() + func (o SteeringMode) MarshalJSON() ([]byte, error) + func (o SteeringMode) ToMap() (map[string]interface{}, error) + type SubscribedDefaultQos struct + Arp Arp + PriorityLevel *int32 + Var5qi int32 + func NewSubscribedDefaultQos(var5qi int32, arp Arp) *SubscribedDefaultQos + func NewSubscribedDefaultQosWithDefaults() *SubscribedDefaultQos + func (o *SubscribedDefaultQos) GetArp() Arp + func (o *SubscribedDefaultQos) GetArpOk() (*Arp, bool) + func (o *SubscribedDefaultQos) GetPriorityLevel() int32 + func (o *SubscribedDefaultQos) GetPriorityLevelOk() (*int32, bool) + func (o *SubscribedDefaultQos) GetVar5qi() int32 + func (o *SubscribedDefaultQos) GetVar5qiOk() (*int32, bool) + func (o *SubscribedDefaultQos) HasPriorityLevel() bool + func (o *SubscribedDefaultQos) SetArp(v Arp) + func (o *SubscribedDefaultQos) SetPriorityLevel(v int32) + func (o *SubscribedDefaultQos) SetVar5qi(v int32) + func (o SubscribedDefaultQos) MarshalJSON() ([]byte, error) + func (o SubscribedDefaultQos) ToMap() (map[string]interface{}, error) + type Tai struct + Nid *string + PlmnId PlmnId + Tac string + func NewTai(plmnId PlmnId, tac string) *Tai + func NewTaiWithDefaults() *Tai + func (o *Tai) GetNid() string + func (o *Tai) GetNidOk() (*string, bool) + func (o *Tai) GetPlmnId() PlmnId + func (o *Tai) GetPlmnIdOk() (*PlmnId, bool) + func (o *Tai) GetTac() string + func (o *Tai) GetTacOk() (*string, bool) + func (o *Tai) HasNid() bool + func (o *Tai) SetNid(v string) + func (o *Tai) SetPlmnId(v PlmnId) + func (o *Tai) SetTac(v string) + func (o Tai) MarshalJSON() ([]byte, error) + func (o Tai) ToMap() (map[string]interface{}, error) + type TerminationNotification struct + Cause SmPolicyAssociationReleaseCause + ResourceUri string + func NewTerminationNotification(resourceUri string, cause SmPolicyAssociationReleaseCause) *TerminationNotification + func NewTerminationNotificationWithDefaults() *TerminationNotification + func (o *TerminationNotification) GetCause() SmPolicyAssociationReleaseCause + func (o *TerminationNotification) GetCauseOk() (*SmPolicyAssociationReleaseCause, bool) + func (o *TerminationNotification) GetResourceUri() string + func (o *TerminationNotification) GetResourceUriOk() (*string, bool) + func (o *TerminationNotification) SetCause(v SmPolicyAssociationReleaseCause) + func (o *TerminationNotification) SetResourceUri(v string) + func (o TerminationNotification) MarshalJSON() ([]byte, error) + func (o TerminationNotification) ToMap() (map[string]interface{}, error) + type ThresholdValue struct + PlrThres NullableInt32 + RttThres NullableInt32 + func NewThresholdValue() *ThresholdValue + func NewThresholdValueWithDefaults() *ThresholdValue + func (o *ThresholdValue) GetPlrThres() int32 + func (o *ThresholdValue) GetPlrThresOk() (*int32, bool) + func (o *ThresholdValue) GetRttThres() int32 + func (o *ThresholdValue) GetRttThresOk() (*int32, bool) + func (o *ThresholdValue) HasPlrThres() bool + func (o *ThresholdValue) HasRttThres() bool + func (o *ThresholdValue) SetPlrThres(v int32) + func (o *ThresholdValue) SetPlrThresNil() + func (o *ThresholdValue) SetRttThres(v int32) + func (o *ThresholdValue) SetRttThresNil() + func (o *ThresholdValue) UnsetPlrThres() + func (o *ThresholdValue) UnsetRttThres() + func (o ThresholdValue) MarshalJSON() ([]byte, error) + func (o ThresholdValue) ToMap() (map[string]interface{}, error) + type TnapId struct + BssId *string + CivicAddress *string + SsId *string + func NewTnapId() *TnapId + func NewTnapIdWithDefaults() *TnapId + func (o *TnapId) GetBssId() string + func (o *TnapId) GetBssIdOk() (*string, bool) + func (o *TnapId) GetCivicAddress() string + func (o *TnapId) GetCivicAddressOk() (*string, bool) + func (o *TnapId) GetSsId() string + func (o *TnapId) GetSsIdOk() (*string, bool) + func (o *TnapId) HasBssId() bool + func (o *TnapId) HasCivicAddress() bool + func (o *TnapId) HasSsId() bool + func (o *TnapId) SetBssId(v string) + func (o *TnapId) SetCivicAddress(v string) + func (o *TnapId) SetSsId(v string) + func (o TnapId) MarshalJSON() ([]byte, error) + func (o TnapId) ToMap() (map[string]interface{}, error) + type TraceData struct + CollectionEntityIpv4Addr *string + CollectionEntityIpv6Addr *Ipv6Addr + EventList string + InterfaceList *string + NeTypeList string + TraceDepth TraceDepth + TraceRef string + func NewTraceData(traceRef string, traceDepth TraceDepth, neTypeList string, eventList string) *TraceData + func NewTraceDataWithDefaults() *TraceData + func (o *TraceData) GetCollectionEntityIpv4Addr() string + func (o *TraceData) GetCollectionEntityIpv4AddrOk() (*string, bool) + func (o *TraceData) GetCollectionEntityIpv6Addr() Ipv6Addr + func (o *TraceData) GetCollectionEntityIpv6AddrOk() (*Ipv6Addr, bool) + func (o *TraceData) GetEventList() string + func (o *TraceData) GetEventListOk() (*string, bool) + func (o *TraceData) GetInterfaceList() string + func (o *TraceData) GetInterfaceListOk() (*string, bool) + func (o *TraceData) GetNeTypeList() string + func (o *TraceData) GetNeTypeListOk() (*string, bool) + func (o *TraceData) GetTraceDepth() TraceDepth + func (o *TraceData) GetTraceDepthOk() (*TraceDepth, bool) + func (o *TraceData) GetTraceRef() string + func (o *TraceData) GetTraceRefOk() (*string, bool) + func (o *TraceData) HasCollectionEntityIpv4Addr() bool + func (o *TraceData) HasCollectionEntityIpv6Addr() bool + func (o *TraceData) HasInterfaceList() bool + func (o *TraceData) SetCollectionEntityIpv4Addr(v string) + func (o *TraceData) SetCollectionEntityIpv6Addr(v Ipv6Addr) + func (o *TraceData) SetEventList(v string) + func (o *TraceData) SetInterfaceList(v string) + func (o *TraceData) SetNeTypeList(v string) + func (o *TraceData) SetTraceDepth(v TraceDepth) + func (o *TraceData) SetTraceRef(v string) + func (o TraceData) MarshalJSON() ([]byte, error) + func (o TraceData) ToMap() (map[string]interface{}, error) + type TraceDepth struct + String *string + TraceDepthAnyOf *TraceDepthAnyOf + func (dst *TraceDepth) UnmarshalJSON(data []byte) error + func (src *TraceDepth) MarshalJSON() ([]byte, error) + type TraceDepthAnyOf string + const MAXIMUM + const MAXIMUM_WO_VENDOR_EXTENSION + const MEDIUM + const MEDIUM_WO_VENDOR_EXTENSION + const MINIMUM + const MINIMUM_WO_VENDOR_EXTENSION + func NewTraceDepthAnyOfFromValue(v string) (*TraceDepthAnyOf, error) + func (v *TraceDepthAnyOf) UnmarshalJSON(src []byte) error + func (v TraceDepthAnyOf) IsValid() bool + func (v TraceDepthAnyOf) Ptr() *TraceDepthAnyOf + type TrafficControlData struct + AddRedirectInfo []RedirectInformation + EasIpReplaceInfos []EasIpReplacementInfo + FlowStatus *FlowStatus + MaxAllowedUpLat NullableInt32 + MulAccCtrl *MulticastAccessControl + MuteNotif *bool + RedirectInfo *RedirectInformation + RouteToLocs []RouteToLocation + SimConnInd *bool + SimConnTerm *int32 + SteerFun *SteeringFunctionality + SteerModeDl *SteeringMode + SteerModeUl *SteeringMode + TcId string + TraffCorreInd *bool + TrafficSteeringPolIdDl NullableString + TrafficSteeringPolIdUl NullableString + UpPathChgEvent NullableUpPathChgEvent + func NewTrafficControlData(tcId string) *TrafficControlData + func NewTrafficControlDataWithDefaults() *TrafficControlData + func (o *TrafficControlData) GetAddRedirectInfo() []RedirectInformation + func (o *TrafficControlData) GetAddRedirectInfoOk() ([]RedirectInformation, bool) + func (o *TrafficControlData) GetEasIpReplaceInfos() []EasIpReplacementInfo + func (o *TrafficControlData) GetEasIpReplaceInfosOk() ([]EasIpReplacementInfo, bool) + func (o *TrafficControlData) GetFlowStatus() FlowStatus + func (o *TrafficControlData) GetFlowStatusOk() (*FlowStatus, bool) + func (o *TrafficControlData) GetMaxAllowedUpLat() int32 + func (o *TrafficControlData) GetMaxAllowedUpLatOk() (*int32, bool) + func (o *TrafficControlData) GetMulAccCtrl() MulticastAccessControl + func (o *TrafficControlData) GetMulAccCtrlOk() (*MulticastAccessControl, bool) + func (o *TrafficControlData) GetMuteNotif() bool + func (o *TrafficControlData) GetMuteNotifOk() (*bool, bool) + func (o *TrafficControlData) GetRedirectInfo() RedirectInformation + func (o *TrafficControlData) GetRedirectInfoOk() (*RedirectInformation, bool) + func (o *TrafficControlData) GetRouteToLocs() []RouteToLocation + func (o *TrafficControlData) GetRouteToLocsOk() ([]RouteToLocation, bool) + func (o *TrafficControlData) GetSimConnInd() bool + func (o *TrafficControlData) GetSimConnIndOk() (*bool, bool) + func (o *TrafficControlData) GetSimConnTerm() int32 + func (o *TrafficControlData) GetSimConnTermOk() (*int32, bool) + func (o *TrafficControlData) GetSteerFun() SteeringFunctionality + func (o *TrafficControlData) GetSteerFunOk() (*SteeringFunctionality, bool) + func (o *TrafficControlData) GetSteerModeDl() SteeringMode + func (o *TrafficControlData) GetSteerModeDlOk() (*SteeringMode, bool) + func (o *TrafficControlData) GetSteerModeUl() SteeringMode + func (o *TrafficControlData) GetSteerModeUlOk() (*SteeringMode, bool) + func (o *TrafficControlData) GetTcId() string + func (o *TrafficControlData) GetTcIdOk() (*string, bool) + func (o *TrafficControlData) GetTraffCorreInd() bool + func (o *TrafficControlData) GetTraffCorreIndOk() (*bool, bool) + func (o *TrafficControlData) GetTrafficSteeringPolIdDl() string + func (o *TrafficControlData) GetTrafficSteeringPolIdDlOk() (*string, bool) + func (o *TrafficControlData) GetTrafficSteeringPolIdUl() string + func (o *TrafficControlData) GetTrafficSteeringPolIdUlOk() (*string, bool) + func (o *TrafficControlData) GetUpPathChgEvent() UpPathChgEvent + func (o *TrafficControlData) GetUpPathChgEventOk() (*UpPathChgEvent, bool) + func (o *TrafficControlData) HasAddRedirectInfo() bool + func (o *TrafficControlData) HasEasIpReplaceInfos() bool + func (o *TrafficControlData) HasFlowStatus() bool + func (o *TrafficControlData) HasMaxAllowedUpLat() bool + func (o *TrafficControlData) HasMulAccCtrl() bool + func (o *TrafficControlData) HasMuteNotif() bool + func (o *TrafficControlData) HasRedirectInfo() bool + func (o *TrafficControlData) HasRouteToLocs() bool + func (o *TrafficControlData) HasSimConnInd() bool + func (o *TrafficControlData) HasSimConnTerm() bool + func (o *TrafficControlData) HasSteerFun() bool + func (o *TrafficControlData) HasSteerModeDl() bool + func (o *TrafficControlData) HasSteerModeUl() bool + func (o *TrafficControlData) HasTraffCorreInd() bool + func (o *TrafficControlData) HasTrafficSteeringPolIdDl() bool + func (o *TrafficControlData) HasTrafficSteeringPolIdUl() bool + func (o *TrafficControlData) HasUpPathChgEvent() bool + func (o *TrafficControlData) SetAddRedirectInfo(v []RedirectInformation) + func (o *TrafficControlData) SetEasIpReplaceInfos(v []EasIpReplacementInfo) + func (o *TrafficControlData) SetFlowStatus(v FlowStatus) + func (o *TrafficControlData) SetMaxAllowedUpLat(v int32) + func (o *TrafficControlData) SetMaxAllowedUpLatNil() + func (o *TrafficControlData) SetMulAccCtrl(v MulticastAccessControl) + func (o *TrafficControlData) SetMuteNotif(v bool) + func (o *TrafficControlData) SetRedirectInfo(v RedirectInformation) + func (o *TrafficControlData) SetRouteToLocs(v []RouteToLocation) + func (o *TrafficControlData) SetSimConnInd(v bool) + func (o *TrafficControlData) SetSimConnTerm(v int32) + func (o *TrafficControlData) SetSteerFun(v SteeringFunctionality) + func (o *TrafficControlData) SetSteerModeDl(v SteeringMode) + func (o *TrafficControlData) SetSteerModeUl(v SteeringMode) + func (o *TrafficControlData) SetTcId(v string) + func (o *TrafficControlData) SetTraffCorreInd(v bool) + func (o *TrafficControlData) SetTrafficSteeringPolIdDl(v string) + func (o *TrafficControlData) SetTrafficSteeringPolIdDlNil() + func (o *TrafficControlData) SetTrafficSteeringPolIdUl(v string) + func (o *TrafficControlData) SetTrafficSteeringPolIdUlNil() + func (o *TrafficControlData) SetUpPathChgEvent(v UpPathChgEvent) + func (o *TrafficControlData) SetUpPathChgEventNil() + func (o *TrafficControlData) UnsetMaxAllowedUpLat() + func (o *TrafficControlData) UnsetTrafficSteeringPolIdDl() + func (o *TrafficControlData) UnsetTrafficSteeringPolIdUl() + func (o *TrafficControlData) UnsetUpPathChgEvent() + func (o TrafficControlData) MarshalJSON() ([]byte, error) + func (o TrafficControlData) ToMap() (map[string]interface{}, error) + type TransportProtocol struct + String *string + TransportProtocolAnyOf *TransportProtocolAnyOf + func (dst *TransportProtocol) UnmarshalJSON(data []byte) error + func (src *TransportProtocol) MarshalJSON() ([]byte, error) + type TransportProtocolAnyOf string + const TCP + const UDP + func NewTransportProtocolAnyOfFromValue(v string) (*TransportProtocolAnyOf, error) + func (v *TransportProtocolAnyOf) UnmarshalJSON(src []byte) error + func (v TransportProtocolAnyOf) IsValid() bool + func (v TransportProtocolAnyOf) Ptr() *TransportProtocolAnyOf + type TscaiInputContainer struct + BurstArrivalTime *time.Time + Periodicity *int32 + SurTimeInNumMsg *int32 + SurTimeInTime *int32 + func NewTscaiInputContainer() *TscaiInputContainer + func NewTscaiInputContainerWithDefaults() *TscaiInputContainer + func (o *TscaiInputContainer) GetBurstArrivalTime() time.Time + func (o *TscaiInputContainer) GetBurstArrivalTimeOk() (*time.Time, bool) + func (o *TscaiInputContainer) GetPeriodicity() int32 + func (o *TscaiInputContainer) GetPeriodicityOk() (*int32, bool) + func (o *TscaiInputContainer) GetSurTimeInNumMsg() int32 + func (o *TscaiInputContainer) GetSurTimeInNumMsgOk() (*int32, bool) + func (o *TscaiInputContainer) GetSurTimeInTime() int32 + func (o *TscaiInputContainer) GetSurTimeInTimeOk() (*int32, bool) + func (o *TscaiInputContainer) HasBurstArrivalTime() bool + func (o *TscaiInputContainer) HasPeriodicity() bool + func (o *TscaiInputContainer) HasSurTimeInNumMsg() bool + func (o *TscaiInputContainer) HasSurTimeInTime() bool + func (o *TscaiInputContainer) SetBurstArrivalTime(v time.Time) + func (o *TscaiInputContainer) SetPeriodicity(v int32) + func (o *TscaiInputContainer) SetSurTimeInNumMsg(v int32) + func (o *TscaiInputContainer) SetSurTimeInTime(v int32) + func (o TscaiInputContainer) MarshalJSON() ([]byte, error) + func (o TscaiInputContainer) ToMap() (map[string]interface{}, error) + type TsnBridgeInfo struct + BridgeId *int32 + DsttAddr *string + DsttPortNum *int32 + DsttResidTime *int32 + func NewTsnBridgeInfo() *TsnBridgeInfo + func NewTsnBridgeInfoWithDefaults() *TsnBridgeInfo + func (o *TsnBridgeInfo) GetBridgeId() int32 + func (o *TsnBridgeInfo) GetBridgeIdOk() (*int32, bool) + func (o *TsnBridgeInfo) GetDsttAddr() string + func (o *TsnBridgeInfo) GetDsttAddrOk() (*string, bool) + func (o *TsnBridgeInfo) GetDsttPortNum() int32 + func (o *TsnBridgeInfo) GetDsttPortNumOk() (*int32, bool) + func (o *TsnBridgeInfo) GetDsttResidTime() int32 + func (o *TsnBridgeInfo) GetDsttResidTimeOk() (*int32, bool) + func (o *TsnBridgeInfo) HasBridgeId() bool + func (o *TsnBridgeInfo) HasDsttAddr() bool + func (o *TsnBridgeInfo) HasDsttPortNum() bool + func (o *TsnBridgeInfo) HasDsttResidTime() bool + func (o *TsnBridgeInfo) SetBridgeId(v int32) + func (o *TsnBridgeInfo) SetDsttAddr(v string) + func (o *TsnBridgeInfo) SetDsttPortNum(v int32) + func (o *TsnBridgeInfo) SetDsttResidTime(v int32) + func (o TsnBridgeInfo) MarshalJSON() ([]byte, error) + func (o TsnBridgeInfo) ToMap() (map[string]interface{}, error) + type TwapId struct + BssId *string + CivicAddress *string + SsId string + func NewTwapId(ssId string) *TwapId + func NewTwapIdWithDefaults() *TwapId + func (o *TwapId) GetBssId() string + func (o *TwapId) GetBssIdOk() (*string, bool) + func (o *TwapId) GetCivicAddress() string + func (o *TwapId) GetCivicAddressOk() (*string, bool) + func (o *TwapId) GetSsId() string + func (o *TwapId) GetSsIdOk() (*string, bool) + func (o *TwapId) HasBssId() bool + func (o *TwapId) HasCivicAddress() bool + func (o *TwapId) SetBssId(v string) + func (o *TwapId) SetCivicAddress(v string) + func (o *TwapId) SetSsId(v string) + func (o TwapId) MarshalJSON() ([]byte, error) + func (o TwapId) ToMap() (map[string]interface{}, error) + type UeCampingRep struct + AccessType *AccessType + NetLocAccSupp *NetLocAccessSupport + RatType *RatType + SatBackhaulCategory *SatelliteBackhaulCategory + ServNfId *ServingNfIdentity + ServingNetwork *PlmnIdNid + UeTimeZone *string + UserLocationInfo *UserLocation + func NewUeCampingRep() *UeCampingRep + func NewUeCampingRepWithDefaults() *UeCampingRep + func (o *UeCampingRep) GetAccessType() AccessType + func (o *UeCampingRep) GetAccessTypeOk() (*AccessType, bool) + func (o *UeCampingRep) GetNetLocAccSupp() NetLocAccessSupport + func (o *UeCampingRep) GetNetLocAccSuppOk() (*NetLocAccessSupport, bool) + func (o *UeCampingRep) GetRatType() RatType + func (o *UeCampingRep) GetRatTypeOk() (*RatType, bool) + func (o *UeCampingRep) GetSatBackhaulCategory() SatelliteBackhaulCategory + func (o *UeCampingRep) GetSatBackhaulCategoryOk() (*SatelliteBackhaulCategory, bool) + func (o *UeCampingRep) GetServNfId() ServingNfIdentity + func (o *UeCampingRep) GetServNfIdOk() (*ServingNfIdentity, bool) + func (o *UeCampingRep) GetServingNetwork() PlmnIdNid + func (o *UeCampingRep) GetServingNetworkOk() (*PlmnIdNid, bool) + func (o *UeCampingRep) GetUeTimeZone() string + func (o *UeCampingRep) GetUeTimeZoneOk() (*string, bool) + func (o *UeCampingRep) GetUserLocationInfo() UserLocation + func (o *UeCampingRep) GetUserLocationInfoOk() (*UserLocation, bool) + func (o *UeCampingRep) HasAccessType() bool + func (o *UeCampingRep) HasNetLocAccSupp() bool + func (o *UeCampingRep) HasRatType() bool + func (o *UeCampingRep) HasSatBackhaulCategory() bool + func (o *UeCampingRep) HasServNfId() bool + func (o *UeCampingRep) HasServingNetwork() bool + func (o *UeCampingRep) HasUeTimeZone() bool + func (o *UeCampingRep) HasUserLocationInfo() bool + func (o *UeCampingRep) SetAccessType(v AccessType) + func (o *UeCampingRep) SetNetLocAccSupp(v NetLocAccessSupport) + func (o *UeCampingRep) SetRatType(v RatType) + func (o *UeCampingRep) SetSatBackhaulCategory(v SatelliteBackhaulCategory) + func (o *UeCampingRep) SetServNfId(v ServingNfIdentity) + func (o *UeCampingRep) SetServingNetwork(v PlmnIdNid) + func (o *UeCampingRep) SetUeTimeZone(v string) + func (o *UeCampingRep) SetUserLocationInfo(v UserLocation) + func (o UeCampingRep) MarshalJSON() ([]byte, error) + func (o UeCampingRep) ToMap() (map[string]interface{}, error) + type UeInitiatedResourceRequest struct + PackFiltInfo []PacketFilterInfo + PccRuleId *string + Precedence *int32 + ReqQos *RequestedQos + RuleOp RuleOperation + func NewUeInitiatedResourceRequest(ruleOp RuleOperation, packFiltInfo []PacketFilterInfo) *UeInitiatedResourceRequest + func NewUeInitiatedResourceRequestWithDefaults() *UeInitiatedResourceRequest + func (o *UeInitiatedResourceRequest) GetPackFiltInfo() []PacketFilterInfo + func (o *UeInitiatedResourceRequest) GetPackFiltInfoOk() ([]PacketFilterInfo, bool) + func (o *UeInitiatedResourceRequest) GetPccRuleId() string + func (o *UeInitiatedResourceRequest) GetPccRuleIdOk() (*string, bool) + func (o *UeInitiatedResourceRequest) GetPrecedence() int32 + func (o *UeInitiatedResourceRequest) GetPrecedenceOk() (*int32, bool) + func (o *UeInitiatedResourceRequest) GetReqQos() RequestedQos + func (o *UeInitiatedResourceRequest) GetReqQosOk() (*RequestedQos, bool) + func (o *UeInitiatedResourceRequest) GetRuleOp() RuleOperation + func (o *UeInitiatedResourceRequest) GetRuleOpOk() (*RuleOperation, bool) + func (o *UeInitiatedResourceRequest) HasPccRuleId() bool + func (o *UeInitiatedResourceRequest) HasPrecedence() bool + func (o *UeInitiatedResourceRequest) HasReqQos() bool + func (o *UeInitiatedResourceRequest) SetPackFiltInfo(v []PacketFilterInfo) + func (o *UeInitiatedResourceRequest) SetPccRuleId(v string) + func (o *UeInitiatedResourceRequest) SetPrecedence(v int32) + func (o *UeInitiatedResourceRequest) SetReqQos(v RequestedQos) + func (o *UeInitiatedResourceRequest) SetRuleOp(v RuleOperation) + func (o UeInitiatedResourceRequest) MarshalJSON() ([]byte, error) + func (o UeInitiatedResourceRequest) ToMap() (map[string]interface{}, error) + type UpPathChgEvent struct + AfAckInd *bool + DnaiChgType DnaiChangeType + NotifCorreId string + NotificationUri string + func NewUpPathChgEvent(notificationUri string, notifCorreId string, dnaiChgType DnaiChangeType) *UpPathChgEvent + func NewUpPathChgEventWithDefaults() *UpPathChgEvent + func (o *UpPathChgEvent) GetAfAckInd() bool + func (o *UpPathChgEvent) GetAfAckIndOk() (*bool, bool) + func (o *UpPathChgEvent) GetDnaiChgType() DnaiChangeType + func (o *UpPathChgEvent) GetDnaiChgTypeOk() (*DnaiChangeType, bool) + func (o *UpPathChgEvent) GetNotifCorreId() string + func (o *UpPathChgEvent) GetNotifCorreIdOk() (*string, bool) + func (o *UpPathChgEvent) GetNotificationUri() string + func (o *UpPathChgEvent) GetNotificationUriOk() (*string, bool) + func (o *UpPathChgEvent) HasAfAckInd() bool + func (o *UpPathChgEvent) SetAfAckInd(v bool) + func (o *UpPathChgEvent) SetDnaiChgType(v DnaiChangeType) + func (o *UpPathChgEvent) SetNotifCorreId(v string) + func (o *UpPathChgEvent) SetNotificationUri(v string) + func (o UpPathChgEvent) MarshalJSON() ([]byte, error) + func (o UpPathChgEvent) ToMap() (map[string]interface{}, error) + type UsageMonitoringData struct + ExUsagePccRuleIds []string + InactivityTime NullableInt32 + MonitoringTime NullableTime + NextTimeThreshold NullableInt32 + NextVolThreshold NullableInt64 + NextVolThresholdDownlink NullableInt64 + NextVolThresholdUplink NullableInt64 + TimeThreshold NullableInt32 + UmId string + VolumeThreshold NullableInt64 + VolumeThresholdDownlink NullableInt64 + VolumeThresholdUplink NullableInt64 + func NewUsageMonitoringData(umId string) *UsageMonitoringData + func NewUsageMonitoringDataWithDefaults() *UsageMonitoringData + func (o *UsageMonitoringData) GetExUsagePccRuleIds() []string + func (o *UsageMonitoringData) GetExUsagePccRuleIdsOk() ([]string, bool) + func (o *UsageMonitoringData) GetInactivityTime() int32 + func (o *UsageMonitoringData) GetInactivityTimeOk() (*int32, bool) + func (o *UsageMonitoringData) GetMonitoringTime() time.Time + func (o *UsageMonitoringData) GetMonitoringTimeOk() (*time.Time, bool) + func (o *UsageMonitoringData) GetNextTimeThreshold() int32 + func (o *UsageMonitoringData) GetNextTimeThresholdOk() (*int32, bool) + func (o *UsageMonitoringData) GetNextVolThreshold() int64 + func (o *UsageMonitoringData) GetNextVolThresholdDownlink() int64 + func (o *UsageMonitoringData) GetNextVolThresholdDownlinkOk() (*int64, bool) + func (o *UsageMonitoringData) GetNextVolThresholdOk() (*int64, bool) + func (o *UsageMonitoringData) GetNextVolThresholdUplink() int64 + func (o *UsageMonitoringData) GetNextVolThresholdUplinkOk() (*int64, bool) + func (o *UsageMonitoringData) GetTimeThreshold() int32 + func (o *UsageMonitoringData) GetTimeThresholdOk() (*int32, bool) + func (o *UsageMonitoringData) GetUmId() string + func (o *UsageMonitoringData) GetUmIdOk() (*string, bool) + func (o *UsageMonitoringData) GetVolumeThreshold() int64 + func (o *UsageMonitoringData) GetVolumeThresholdDownlink() int64 + func (o *UsageMonitoringData) GetVolumeThresholdDownlinkOk() (*int64, bool) + func (o *UsageMonitoringData) GetVolumeThresholdOk() (*int64, bool) + func (o *UsageMonitoringData) GetVolumeThresholdUplink() int64 + func (o *UsageMonitoringData) GetVolumeThresholdUplinkOk() (*int64, bool) + func (o *UsageMonitoringData) HasExUsagePccRuleIds() bool + func (o *UsageMonitoringData) HasInactivityTime() bool + func (o *UsageMonitoringData) HasMonitoringTime() bool + func (o *UsageMonitoringData) HasNextTimeThreshold() bool + func (o *UsageMonitoringData) HasNextVolThreshold() bool + func (o *UsageMonitoringData) HasNextVolThresholdDownlink() bool + func (o *UsageMonitoringData) HasNextVolThresholdUplink() bool + func (o *UsageMonitoringData) HasTimeThreshold() bool + func (o *UsageMonitoringData) HasVolumeThreshold() bool + func (o *UsageMonitoringData) HasVolumeThresholdDownlink() bool + func (o *UsageMonitoringData) HasVolumeThresholdUplink() bool + func (o *UsageMonitoringData) SetExUsagePccRuleIds(v []string) + func (o *UsageMonitoringData) SetInactivityTime(v int32) + func (o *UsageMonitoringData) SetInactivityTimeNil() + func (o *UsageMonitoringData) SetMonitoringTime(v time.Time) + func (o *UsageMonitoringData) SetMonitoringTimeNil() + func (o *UsageMonitoringData) SetNextTimeThreshold(v int32) + func (o *UsageMonitoringData) SetNextTimeThresholdNil() + func (o *UsageMonitoringData) SetNextVolThreshold(v int64) + func (o *UsageMonitoringData) SetNextVolThresholdDownlink(v int64) + func (o *UsageMonitoringData) SetNextVolThresholdDownlinkNil() + func (o *UsageMonitoringData) SetNextVolThresholdNil() + func (o *UsageMonitoringData) SetNextVolThresholdUplink(v int64) + func (o *UsageMonitoringData) SetNextVolThresholdUplinkNil() + func (o *UsageMonitoringData) SetTimeThreshold(v int32) + func (o *UsageMonitoringData) SetTimeThresholdNil() + func (o *UsageMonitoringData) SetUmId(v string) + func (o *UsageMonitoringData) SetVolumeThreshold(v int64) + func (o *UsageMonitoringData) SetVolumeThresholdDownlink(v int64) + func (o *UsageMonitoringData) SetVolumeThresholdDownlinkNil() + func (o *UsageMonitoringData) SetVolumeThresholdNil() + func (o *UsageMonitoringData) SetVolumeThresholdUplink(v int64) + func (o *UsageMonitoringData) SetVolumeThresholdUplinkNil() + func (o *UsageMonitoringData) UnsetInactivityTime() + func (o *UsageMonitoringData) UnsetMonitoringTime() + func (o *UsageMonitoringData) UnsetNextTimeThreshold() + func (o *UsageMonitoringData) UnsetNextVolThreshold() + func (o *UsageMonitoringData) UnsetNextVolThresholdDownlink() + func (o *UsageMonitoringData) UnsetNextVolThresholdUplink() + func (o *UsageMonitoringData) UnsetTimeThreshold() + func (o *UsageMonitoringData) UnsetVolumeThreshold() + func (o *UsageMonitoringData) UnsetVolumeThresholdDownlink() + func (o *UsageMonitoringData) UnsetVolumeThresholdUplink() + func (o UsageMonitoringData) MarshalJSON() ([]byte, error) + func (o UsageMonitoringData) ToMap() (map[string]interface{}, error) + type UserLocation struct + EutraLocation *EutraLocation + GeraLocation *GeraLocation + N3gaLocation *N3gaLocation + NrLocation *NrLocation + UtraLocation *UtraLocation + func NewUserLocation() *UserLocation + func NewUserLocationWithDefaults() *UserLocation + func (o *UserLocation) GetEutraLocation() EutraLocation + func (o *UserLocation) GetEutraLocationOk() (*EutraLocation, bool) + func (o *UserLocation) GetGeraLocation() GeraLocation + func (o *UserLocation) GetGeraLocationOk() (*GeraLocation, bool) + func (o *UserLocation) GetN3gaLocation() N3gaLocation + func (o *UserLocation) GetN3gaLocationOk() (*N3gaLocation, bool) + func (o *UserLocation) GetNrLocation() NrLocation + func (o *UserLocation) GetNrLocationOk() (*NrLocation, bool) + func (o *UserLocation) GetUtraLocation() UtraLocation + func (o *UserLocation) GetUtraLocationOk() (*UtraLocation, bool) + func (o *UserLocation) HasEutraLocation() bool + func (o *UserLocation) HasGeraLocation() bool + func (o *UserLocation) HasN3gaLocation() bool + func (o *UserLocation) HasNrLocation() bool + func (o *UserLocation) HasUtraLocation() bool + func (o *UserLocation) SetEutraLocation(v EutraLocation) + func (o *UserLocation) SetGeraLocation(v GeraLocation) + func (o *UserLocation) SetN3gaLocation(v N3gaLocation) + func (o *UserLocation) SetNrLocation(v NrLocation) + func (o *UserLocation) SetUtraLocation(v UtraLocation) + func (o UserLocation) MarshalJSON() ([]byte, error) + func (o UserLocation) ToMap() (map[string]interface{}, error) + type UtraLocation struct + Interface *interface{} + func InterfaceAsUtraLocation(v *interface{}) UtraLocation + func (dst *UtraLocation) UnmarshalJSON(data []byte) error + func (obj *UtraLocation) GetActualInstance() interface{} + func (src UtraLocation) MarshalJSON() ([]byte, error) + type VplmnQos struct + Arp *Arp + GuaFbrDl *string + GuaFbrUl *string + MaxFbrDl *string + MaxFbrUl *string + SessionAmbr *Ambr + Var5qi *int32 + func NewVplmnQos() *VplmnQos + func NewVplmnQosWithDefaults() *VplmnQos + func (o *VplmnQos) GetArp() Arp + func (o *VplmnQos) GetArpOk() (*Arp, bool) + func (o *VplmnQos) GetGuaFbrDl() string + func (o *VplmnQos) GetGuaFbrDlOk() (*string, bool) + func (o *VplmnQos) GetGuaFbrUl() string + func (o *VplmnQos) GetGuaFbrUlOk() (*string, bool) + func (o *VplmnQos) GetMaxFbrDl() string + func (o *VplmnQos) GetMaxFbrDlOk() (*string, bool) + func (o *VplmnQos) GetMaxFbrUl() string + func (o *VplmnQos) GetMaxFbrUlOk() (*string, bool) + func (o *VplmnQos) GetSessionAmbr() Ambr + func (o *VplmnQos) GetSessionAmbrOk() (*Ambr, bool) + func (o *VplmnQos) GetVar5qi() int32 + func (o *VplmnQos) GetVar5qiOk() (*int32, bool) + func (o *VplmnQos) HasArp() bool + func (o *VplmnQos) HasGuaFbrDl() bool + func (o *VplmnQos) HasGuaFbrUl() bool + func (o *VplmnQos) HasMaxFbrDl() bool + func (o *VplmnQos) HasMaxFbrUl() bool + func (o *VplmnQos) HasSessionAmbr() bool + func (o *VplmnQos) HasVar5qi() bool + func (o *VplmnQos) SetArp(v Arp) + func (o *VplmnQos) SetGuaFbrDl(v string) + func (o *VplmnQos) SetGuaFbrUl(v string) + func (o *VplmnQos) SetMaxFbrDl(v string) + func (o *VplmnQos) SetMaxFbrUl(v string) + func (o *VplmnQos) SetSessionAmbr(v Ambr) + func (o *VplmnQos) SetVar5qi(v int32) + func (o VplmnQos) MarshalJSON() ([]byte, error) + func (o VplmnQos) ToMap() (map[string]interface{}, error)