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 AllowedAnalyticsSubsetAnyOfEnumValues = []AnalyticsSubsetAnyOf + var AllowedDispersionClassOneOfEnumValues = []DispersionClassOneOf + var AllowedDispersionOrderingCriterionAnyOfEnumValues = []DispersionOrderingCriterionAnyOf + var AllowedDispersionTypeOneOfEnumValues = []DispersionTypeOneOf + var AllowedDnPerfOrderingCriterionAnyOfEnumValues = []DnPerfOrderingCriterionAnyOf + var AllowedExceptionIdAnyOfEnumValues = []ExceptionIdAnyOf + var AllowedExpectedAnalyticsTypeAnyOfEnumValues = []ExpectedAnalyticsTypeAnyOf + var AllowedFailureCodeAnyOfEnumValues = []FailureCodeAnyOf + var AllowedMatchingDirectionAnyOfEnumValues = []MatchingDirectionAnyOf + var AllowedNFTypeAnyOfEnumValues = []NFTypeAnyOf + var AllowedNetworkPerfTypeAnyOfEnumValues = []NetworkPerfTypeAnyOf + var AllowedNotificationFlagAnyOfEnumValues = []NotificationFlagAnyOf + var AllowedNotificationMethodAnyOfEnumValues = []NotificationMethodAnyOf + var AllowedNwdafEventAnyOfEnumValues = []NwdafEventAnyOf + var AllowedPartitioningCriteriaAnyOfEnumValues = []PartitioningCriteriaAnyOf + var AllowedQosResourceTypeAnyOfEnumValues = []QosResourceTypeAnyOf + var AllowedRatTypeAnyOfEnumValues = []RatTypeAnyOf + var AllowedRedTransExpOrderingCriterionAnyOfEnumValues = []RedTransExpOrderingCriterionAnyOf + var AllowedScheduledCommunicationTypeAnyOfEnumValues = []ScheduledCommunicationTypeAnyOf + var AllowedStationaryIndicationAnyOfEnumValues = []StationaryIndicationAnyOf + var AllowedSupportedGADShapesAnyOfEnumValues = []SupportedGADShapesAnyOf + var AllowedTrafficProfileAnyOfEnumValues = []TrafficProfileAnyOf + var AllowedWlanOrderingCriterionAnyOfEnumValues = []WlanOrderingCriterionAnyOf + 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 + IndividualNWDAFMLModelProvisionSubscriptionDocumentApi *IndividualNWDAFMLModelProvisionSubscriptionDocumentApiService + SubscriptionsCollectionApi *SubscriptionsCollectionApiService + func NewAPIClient(cfg *Configuration) *APIClient + func (c *APIClient) GetConfig() *Configuration + type APIKey struct + Key string + Prefix string + type APIResponse struct + Message string + Method string + Operation string + Payload []byte + RequestURL string + func NewAPIResponse(r *http.Response) *APIResponse + func NewAPIResponseWithError(errorMessage string) *APIResponse + type AccessTokenErr struct + Error string + ErrorDescription *string + ErrorUri *string + func NewAccessTokenErr(error_ string) *AccessTokenErr + func NewAccessTokenErrWithDefaults() *AccessTokenErr + func (o *AccessTokenErr) GetError() string + func (o *AccessTokenErr) GetErrorDescription() string + func (o *AccessTokenErr) GetErrorDescriptionOk() (*string, bool) + func (o *AccessTokenErr) GetErrorOk() (*string, bool) + func (o *AccessTokenErr) GetErrorUri() string + func (o *AccessTokenErr) GetErrorUriOk() (*string, bool) + func (o *AccessTokenErr) HasErrorDescription() bool + func (o *AccessTokenErr) HasErrorUri() bool + func (o *AccessTokenErr) SetError(v string) + func (o *AccessTokenErr) SetErrorDescription(v string) + func (o *AccessTokenErr) SetErrorUri(v string) + func (o AccessTokenErr) MarshalJSON() ([]byte, error) + func (o AccessTokenErr) ToMap() (map[string]interface{}, error) + type AccessTokenReq struct + GrantType string + HnrfAccessTokenUri *string + NfInstanceId string + NfType *NFType + RequesterFqdn *string + RequesterPlmn *PlmnId + RequesterPlmnList []PlmnId + RequesterSnpnList []PlmnIdNid + RequesterSnssaiList []Snssai + Scope string + SourceNfInstanceId *string + TargetNfInstanceId *string + TargetNfServiceSetId *string + TargetNfSetId *string + TargetNfType *NFType + TargetNsiList []string + TargetPlmn *PlmnId + TargetSnpn *PlmnIdNid + TargetSnssaiList []Snssai + func NewAccessTokenReq(grantType string, nfInstanceId string, scope string) *AccessTokenReq + func NewAccessTokenReqWithDefaults() *AccessTokenReq + func (o *AccessTokenReq) GetGrantType() string + func (o *AccessTokenReq) GetGrantTypeOk() (*string, bool) + func (o *AccessTokenReq) GetHnrfAccessTokenUri() string + func (o *AccessTokenReq) GetHnrfAccessTokenUriOk() (*string, bool) + func (o *AccessTokenReq) GetNfInstanceId() string + func (o *AccessTokenReq) GetNfInstanceIdOk() (*string, bool) + func (o *AccessTokenReq) GetNfType() NFType + func (o *AccessTokenReq) GetNfTypeOk() (*NFType, bool) + func (o *AccessTokenReq) GetRequesterFqdn() string + func (o *AccessTokenReq) GetRequesterFqdnOk() (*string, bool) + func (o *AccessTokenReq) GetRequesterPlmn() PlmnId + func (o *AccessTokenReq) GetRequesterPlmnList() []PlmnId + func (o *AccessTokenReq) GetRequesterPlmnListOk() ([]PlmnId, bool) + func (o *AccessTokenReq) GetRequesterPlmnOk() (*PlmnId, bool) + func (o *AccessTokenReq) GetRequesterSnpnList() []PlmnIdNid + func (o *AccessTokenReq) GetRequesterSnpnListOk() ([]PlmnIdNid, bool) + func (o *AccessTokenReq) GetRequesterSnssaiList() []Snssai + func (o *AccessTokenReq) GetRequesterSnssaiListOk() ([]Snssai, bool) + func (o *AccessTokenReq) GetScope() string + func (o *AccessTokenReq) GetScopeOk() (*string, bool) + func (o *AccessTokenReq) GetSourceNfInstanceId() string + func (o *AccessTokenReq) GetSourceNfInstanceIdOk() (*string, bool) + func (o *AccessTokenReq) GetTargetNfInstanceId() string + func (o *AccessTokenReq) GetTargetNfInstanceIdOk() (*string, bool) + func (o *AccessTokenReq) GetTargetNfServiceSetId() string + func (o *AccessTokenReq) GetTargetNfServiceSetIdOk() (*string, bool) + func (o *AccessTokenReq) GetTargetNfSetId() string + func (o *AccessTokenReq) GetTargetNfSetIdOk() (*string, bool) + func (o *AccessTokenReq) GetTargetNfType() NFType + func (o *AccessTokenReq) GetTargetNfTypeOk() (*NFType, bool) + func (o *AccessTokenReq) GetTargetNsiList() []string + func (o *AccessTokenReq) GetTargetNsiListOk() ([]string, bool) + func (o *AccessTokenReq) GetTargetPlmn() PlmnId + func (o *AccessTokenReq) GetTargetPlmnOk() (*PlmnId, bool) + func (o *AccessTokenReq) GetTargetSnpn() PlmnIdNid + func (o *AccessTokenReq) GetTargetSnpnOk() (*PlmnIdNid, bool) + func (o *AccessTokenReq) GetTargetSnssaiList() []Snssai + func (o *AccessTokenReq) GetTargetSnssaiListOk() ([]Snssai, bool) + func (o *AccessTokenReq) HasHnrfAccessTokenUri() bool + func (o *AccessTokenReq) HasNfType() bool + func (o *AccessTokenReq) HasRequesterFqdn() bool + func (o *AccessTokenReq) HasRequesterPlmn() bool + func (o *AccessTokenReq) HasRequesterPlmnList() bool + func (o *AccessTokenReq) HasRequesterSnpnList() bool + func (o *AccessTokenReq) HasRequesterSnssaiList() bool + func (o *AccessTokenReq) HasSourceNfInstanceId() bool + func (o *AccessTokenReq) HasTargetNfInstanceId() bool + func (o *AccessTokenReq) HasTargetNfServiceSetId() bool + func (o *AccessTokenReq) HasTargetNfSetId() bool + func (o *AccessTokenReq) HasTargetNfType() bool + func (o *AccessTokenReq) HasTargetNsiList() bool + func (o *AccessTokenReq) HasTargetPlmn() bool + func (o *AccessTokenReq) HasTargetSnpn() bool + func (o *AccessTokenReq) HasTargetSnssaiList() bool + func (o *AccessTokenReq) SetGrantType(v string) + func (o *AccessTokenReq) SetHnrfAccessTokenUri(v string) + func (o *AccessTokenReq) SetNfInstanceId(v string) + func (o *AccessTokenReq) SetNfType(v NFType) + func (o *AccessTokenReq) SetRequesterFqdn(v string) + func (o *AccessTokenReq) SetRequesterPlmn(v PlmnId) + func (o *AccessTokenReq) SetRequesterPlmnList(v []PlmnId) + func (o *AccessTokenReq) SetRequesterSnpnList(v []PlmnIdNid) + func (o *AccessTokenReq) SetRequesterSnssaiList(v []Snssai) + func (o *AccessTokenReq) SetScope(v string) + func (o *AccessTokenReq) SetSourceNfInstanceId(v string) + func (o *AccessTokenReq) SetTargetNfInstanceId(v string) + func (o *AccessTokenReq) SetTargetNfServiceSetId(v string) + func (o *AccessTokenReq) SetTargetNfSetId(v string) + func (o *AccessTokenReq) SetTargetNfType(v NFType) + func (o *AccessTokenReq) SetTargetNsiList(v []string) + func (o *AccessTokenReq) SetTargetPlmn(v PlmnId) + func (o *AccessTokenReq) SetTargetSnpn(v PlmnIdNid) + func (o *AccessTokenReq) SetTargetSnssaiList(v []Snssai) + func (o AccessTokenReq) MarshalJSON() ([]byte, error) + func (o AccessTokenReq) ToMap() (map[string]interface{}, error) + type AddrFqdn struct + Fqdn *string + IpAddr *IpAddr + func NewAddrFqdn() *AddrFqdn + func NewAddrFqdnWithDefaults() *AddrFqdn + func (o *AddrFqdn) GetFqdn() string + func (o *AddrFqdn) GetFqdnOk() (*string, bool) + func (o *AddrFqdn) GetIpAddr() IpAddr + func (o *AddrFqdn) GetIpAddrOk() (*IpAddr, bool) + func (o *AddrFqdn) HasFqdn() bool + func (o *AddrFqdn) HasIpAddr() bool + func (o *AddrFqdn) SetFqdn(v string) + func (o *AddrFqdn) SetIpAddr(v IpAddr) + func (o AddrFqdn) MarshalJSON() ([]byte, error) + func (o AddrFqdn) ToMap() (map[string]interface{}, error) + type AnalyticsSubset struct + AnalyticsSubsetAnyOf *AnalyticsSubsetAnyOf + String *string + func (dst *AnalyticsSubset) UnmarshalJSON(data []byte) error + func (src *AnalyticsSubset) MarshalJSON() ([]byte, error) + type AnalyticsSubsetAnyOf string + const APP_LIST_FOR_UE_COMM + const AVG_DL_PKT_DELAY + const AVG_DL_PKT_DROP_RATE + const AVG_PACKET_DELAY + const AVG_PACKET_LOSS_RATE + const AVG_TRAFFIC_RATE + const AVG_UL_PKT_DELAY + const AVG_UL_PKT_DROP_RATE + const DISPER_AMOUNT + const DISPER_CLASS + const EXCEED_LOAD_LEVEL_THR_IND + const LIST_OF_HIGH_EXP_UE + const LIST_OF_LOW_EXP_UE + const LIST_OF_MEDIUM_EXP_UE + const LIST_OF_TOP_APP_DL + const LIST_OF_TOP_APP_UL + const MAX_PACKET_DELAY + const MAX_TRAFFIC_RATE + const N4_SESS_INACT_TIMER_FOR_UE_COMM + const NF_LOAD + const NF_LOAD_AVG_IN_AOI + const NF_PEAK_LOAD + const NF_RESOURCE_USAGE + const NF_STATUS + const NUMBER_OF_UES + const NUM_OF_EXCEED_RES_USAGE_LOAD_LEVEL_THR + const NUM_OF_PDU_SESS_ESTBL + const NUM_OF_UE_REG + const PERCENTILE_RANKING + const PERIOD_OF_EXCEED_RES_USAGE_LOAD_LEVEL_THR + const RANKING + const RES_USAGE + const RSSI + const RTT + const TRAFFIC_INFO + const UE_LOCATION + const VAR_DL_PKT_DELAY + const VAR_DL_PKT_DROP_RATE + const VAR_UL_PKT_DELAY + const VAR_UL_PKT_DROP_RATE + func NewAnalyticsSubsetAnyOfFromValue(v string) (*AnalyticsSubsetAnyOf, error) + func (v *AnalyticsSubsetAnyOf) UnmarshalJSON(src []byte) error + func (v AnalyticsSubsetAnyOf) IsValid() bool + func (v AnalyticsSubsetAnyOf) Ptr() *AnalyticsSubsetAnyOf + type ApiCreateNWDAFMLModelProvisionSubcriptionRequest struct + ApiService *SubscriptionsCollectionApiService + func (r ApiCreateNWDAFMLModelProvisionSubcriptionRequest) Execute() (*NwdafMLModelProvSubsc, *http.Response, error) + func (r ApiCreateNWDAFMLModelProvisionSubcriptionRequest) NwdafMLModelProvSubsc(nwdafMLModelProvSubsc NwdafMLModelProvSubsc) ApiCreateNWDAFMLModelProvisionSubcriptionRequest + type ApiDeleteNWDAFMLModelProvisionSubcriptionRequest struct + ApiService *IndividualNWDAFMLModelProvisionSubscriptionDocumentApiService + func (r ApiDeleteNWDAFMLModelProvisionSubcriptionRequest) Execute() (*http.Response, error) + type ApiUpdateNWDAFMLModelProvisionSubcriptionRequest struct + ApiService *IndividualNWDAFMLModelProvisionSubscriptionDocumentApiService + func (r ApiUpdateNWDAFMLModelProvisionSubcriptionRequest) Execute() (*NwdafMLModelProvSubsc, *http.Response, error) + func (r ApiUpdateNWDAFMLModelProvisionSubcriptionRequest) NwdafMLModelProvSubsc(nwdafMLModelProvSubsc NwdafMLModelProvSubsc) ApiUpdateNWDAFMLModelProvisionSubcriptionRequest + type BasicAuth struct + Password string + UserName string + type BatteryIndication struct + BatteryInd *bool + RechargeableInd *bool + ReplaceableInd *bool + func NewBatteryIndication() *BatteryIndication + func NewBatteryIndicationWithDefaults() *BatteryIndication + func (o *BatteryIndication) GetBatteryInd() bool + func (o *BatteryIndication) GetBatteryIndOk() (*bool, bool) + func (o *BatteryIndication) GetRechargeableInd() bool + func (o *BatteryIndication) GetRechargeableIndOk() (*bool, bool) + func (o *BatteryIndication) GetReplaceableInd() bool + func (o *BatteryIndication) GetReplaceableIndOk() (*bool, bool) + func (o *BatteryIndication) HasBatteryInd() bool + func (o *BatteryIndication) HasRechargeableInd() bool + func (o *BatteryIndication) HasReplaceableInd() bool + func (o *BatteryIndication) SetBatteryInd(v bool) + func (o *BatteryIndication) SetRechargeableInd(v bool) + func (o *BatteryIndication) SetReplaceableInd(v bool) + func (o BatteryIndication) MarshalJSON() ([]byte, error) + func (o BatteryIndication) ToMap() (map[string]interface{}, error) + type BwRequirement struct + AppId string + MarBwDl *string + MarBwUl *string + MirBwDl *string + MirBwUl *string + func NewBwRequirement(appId string) *BwRequirement + func NewBwRequirementWithDefaults() *BwRequirement + func (o *BwRequirement) GetAppId() string + func (o *BwRequirement) GetAppIdOk() (*string, bool) + func (o *BwRequirement) GetMarBwDl() string + func (o *BwRequirement) GetMarBwDlOk() (*string, bool) + func (o *BwRequirement) GetMarBwUl() string + func (o *BwRequirement) GetMarBwUlOk() (*string, bool) + func (o *BwRequirement) GetMirBwDl() string + func (o *BwRequirement) GetMirBwDlOk() (*string, bool) + func (o *BwRequirement) GetMirBwUl() string + func (o *BwRequirement) GetMirBwUlOk() (*string, bool) + func (o *BwRequirement) HasMarBwDl() bool + func (o *BwRequirement) HasMarBwUl() bool + func (o *BwRequirement) HasMirBwDl() bool + func (o *BwRequirement) HasMirBwUl() bool + func (o *BwRequirement) SetAppId(v string) + func (o *BwRequirement) SetMarBwDl(v string) + func (o *BwRequirement) SetMarBwUl(v string) + func (o *BwRequirement) SetMirBwDl(v string) + func (o *BwRequirement) SetMirBwUl(v string) + func (o BwRequirement) MarshalJSON() ([]byte, error) + func (o BwRequirement) ToMap() (map[string]interface{}, error) + type CivicAddress struct + A1 *string + A2 *string + A3 *string + A4 *string + A5 *string + A6 *string + ADDCODE *string + BLD *string + Country *string + FLR *string + HNO *string + HNS *string + LMK *string + LOC *string + Method *string + NAM *string + PC *string + PCN *string + PLC *string + POBOX *string + POD *string + POM *string + PRD *string + PRM *string + ProvidedBy *string + RD *string + RDBR *string + RDSEC *string + RDSUBBR *string + ROOM *string + SEAT *string + STS *string + UNIT *string + UsageRules *string + func NewCivicAddress() *CivicAddress + func NewCivicAddressWithDefaults() *CivicAddress + func (o *CivicAddress) GetA1() string + func (o *CivicAddress) GetA1Ok() (*string, bool) + func (o *CivicAddress) GetA2() string + func (o *CivicAddress) GetA2Ok() (*string, bool) + func (o *CivicAddress) GetA3() string + func (o *CivicAddress) GetA3Ok() (*string, bool) + func (o *CivicAddress) GetA4() string + func (o *CivicAddress) GetA4Ok() (*string, bool) + func (o *CivicAddress) GetA5() string + func (o *CivicAddress) GetA5Ok() (*string, bool) + func (o *CivicAddress) GetA6() string + func (o *CivicAddress) GetA6Ok() (*string, bool) + func (o *CivicAddress) GetADDCODE() string + func (o *CivicAddress) GetADDCODEOk() (*string, bool) + func (o *CivicAddress) GetBLD() string + func (o *CivicAddress) GetBLDOk() (*string, bool) + func (o *CivicAddress) GetCountry() string + func (o *CivicAddress) GetCountryOk() (*string, bool) + func (o *CivicAddress) GetFLR() string + func (o *CivicAddress) GetFLROk() (*string, bool) + func (o *CivicAddress) GetHNO() string + func (o *CivicAddress) GetHNOOk() (*string, bool) + func (o *CivicAddress) GetHNS() string + func (o *CivicAddress) GetHNSOk() (*string, bool) + func (o *CivicAddress) GetLMK() string + func (o *CivicAddress) GetLMKOk() (*string, bool) + func (o *CivicAddress) GetLOC() string + func (o *CivicAddress) GetLOCOk() (*string, bool) + func (o *CivicAddress) GetMethod() string + func (o *CivicAddress) GetMethodOk() (*string, bool) + func (o *CivicAddress) GetNAM() string + func (o *CivicAddress) GetNAMOk() (*string, bool) + func (o *CivicAddress) GetPC() string + func (o *CivicAddress) GetPCN() string + func (o *CivicAddress) GetPCNOk() (*string, bool) + func (o *CivicAddress) GetPCOk() (*string, bool) + func (o *CivicAddress) GetPLC() string + func (o *CivicAddress) GetPLCOk() (*string, bool) + func (o *CivicAddress) GetPOBOX() string + func (o *CivicAddress) GetPOBOXOk() (*string, bool) + func (o *CivicAddress) GetPOD() string + func (o *CivicAddress) GetPODOk() (*string, bool) + func (o *CivicAddress) GetPOM() string + func (o *CivicAddress) GetPOMOk() (*string, bool) + func (o *CivicAddress) GetPRD() string + func (o *CivicAddress) GetPRDOk() (*string, bool) + func (o *CivicAddress) GetPRM() string + func (o *CivicAddress) GetPRMOk() (*string, bool) + func (o *CivicAddress) GetProvidedBy() string + func (o *CivicAddress) GetProvidedByOk() (*string, bool) + func (o *CivicAddress) GetRD() string + func (o *CivicAddress) GetRDBR() string + func (o *CivicAddress) GetRDBROk() (*string, bool) + func (o *CivicAddress) GetRDOk() (*string, bool) + func (o *CivicAddress) GetRDSEC() string + func (o *CivicAddress) GetRDSECOk() (*string, bool) + func (o *CivicAddress) GetRDSUBBR() string + func (o *CivicAddress) GetRDSUBBROk() (*string, bool) + func (o *CivicAddress) GetROOM() string + func (o *CivicAddress) GetROOMOk() (*string, bool) + func (o *CivicAddress) GetSEAT() string + func (o *CivicAddress) GetSEATOk() (*string, bool) + func (o *CivicAddress) GetSTS() string + func (o *CivicAddress) GetSTSOk() (*string, bool) + func (o *CivicAddress) GetUNIT() string + func (o *CivicAddress) GetUNITOk() (*string, bool) + func (o *CivicAddress) GetUsageRules() string + func (o *CivicAddress) GetUsageRulesOk() (*string, bool) + func (o *CivicAddress) HasA1() bool + func (o *CivicAddress) HasA2() bool + func (o *CivicAddress) HasA3() bool + func (o *CivicAddress) HasA4() bool + func (o *CivicAddress) HasA5() bool + func (o *CivicAddress) HasA6() bool + func (o *CivicAddress) HasADDCODE() bool + func (o *CivicAddress) HasBLD() bool + func (o *CivicAddress) HasCountry() bool + func (o *CivicAddress) HasFLR() bool + func (o *CivicAddress) HasHNO() bool + func (o *CivicAddress) HasHNS() bool + func (o *CivicAddress) HasLMK() bool + func (o *CivicAddress) HasLOC() bool + func (o *CivicAddress) HasMethod() bool + func (o *CivicAddress) HasNAM() bool + func (o *CivicAddress) HasPC() bool + func (o *CivicAddress) HasPCN() bool + func (o *CivicAddress) HasPLC() bool + func (o *CivicAddress) HasPOBOX() bool + func (o *CivicAddress) HasPOD() bool + func (o *CivicAddress) HasPOM() bool + func (o *CivicAddress) HasPRD() bool + func (o *CivicAddress) HasPRM() bool + func (o *CivicAddress) HasProvidedBy() bool + func (o *CivicAddress) HasRD() bool + func (o *CivicAddress) HasRDBR() bool + func (o *CivicAddress) HasRDSEC() bool + func (o *CivicAddress) HasRDSUBBR() bool + func (o *CivicAddress) HasROOM() bool + func (o *CivicAddress) HasSEAT() bool + func (o *CivicAddress) HasSTS() bool + func (o *CivicAddress) HasUNIT() bool + func (o *CivicAddress) HasUsageRules() bool + func (o *CivicAddress) SetA1(v string) + func (o *CivicAddress) SetA2(v string) + func (o *CivicAddress) SetA3(v string) + func (o *CivicAddress) SetA4(v string) + func (o *CivicAddress) SetA5(v string) + func (o *CivicAddress) SetA6(v string) + func (o *CivicAddress) SetADDCODE(v string) + func (o *CivicAddress) SetBLD(v string) + func (o *CivicAddress) SetCountry(v string) + func (o *CivicAddress) SetFLR(v string) + func (o *CivicAddress) SetHNO(v string) + func (o *CivicAddress) SetHNS(v string) + func (o *CivicAddress) SetLMK(v string) + func (o *CivicAddress) SetLOC(v string) + func (o *CivicAddress) SetMethod(v string) + func (o *CivicAddress) SetNAM(v string) + func (o *CivicAddress) SetPC(v string) + func (o *CivicAddress) SetPCN(v string) + func (o *CivicAddress) SetPLC(v string) + func (o *CivicAddress) SetPOBOX(v string) + func (o *CivicAddress) SetPOD(v string) + func (o *CivicAddress) SetPOM(v string) + func (o *CivicAddress) SetPRD(v string) + func (o *CivicAddress) SetPRM(v string) + func (o *CivicAddress) SetProvidedBy(v string) + func (o *CivicAddress) SetRD(v string) + func (o *CivicAddress) SetRDBR(v string) + func (o *CivicAddress) SetRDSEC(v string) + func (o *CivicAddress) SetRDSUBBR(v string) + func (o *CivicAddress) SetROOM(v string) + func (o *CivicAddress) SetSEAT(v string) + func (o *CivicAddress) SetSTS(v string) + func (o *CivicAddress) SetUNIT(v string) + func (o *CivicAddress) SetUsageRules(v string) + func (o CivicAddress) MarshalJSON() ([]byte, error) + func (o CivicAddress) ToMap() (map[string]interface{}, error) + type ClassCriterion struct + ClassThreshold int32 + DisperClass DispersionClass + ThresMatch MatchingDirection + func NewClassCriterion(disperClass DispersionClass, classThreshold int32, ...) *ClassCriterion + func NewClassCriterionWithDefaults() *ClassCriterion + func (o *ClassCriterion) GetClassThreshold() int32 + func (o *ClassCriterion) GetClassThresholdOk() (*int32, bool) + func (o *ClassCriterion) GetDisperClass() DispersionClass + func (o *ClassCriterion) GetDisperClassOk() (*DispersionClass, bool) + func (o *ClassCriterion) GetThresMatch() MatchingDirection + func (o *ClassCriterion) GetThresMatchOk() (*MatchingDirection, bool) + func (o *ClassCriterion) SetClassThreshold(v int32) + func (o *ClassCriterion) SetDisperClass(v DispersionClass) + func (o *ClassCriterion) SetThresMatch(v MatchingDirection) + func (o ClassCriterion) MarshalJSON() ([]byte, error) + func (o ClassCriterion) 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 DispersionClass struct + DispersionClassOneOf *DispersionClassOneOf + String *string + func DispersionClassOneOfAsDispersionClass(v *DispersionClassOneOf) DispersionClass + func StringAsDispersionClass(v *string) DispersionClass + func (dst *DispersionClass) UnmarshalJSON(data []byte) error + func (obj *DispersionClass) GetActualInstance() interface{} + func (src DispersionClass) MarshalJSON() ([]byte, error) + type DispersionClassOneOf string + const CAMPER + const FIXED + const TOP_HEAVY + const TRAVELLER + func NewDispersionClassOneOfFromValue(v string) (*DispersionClassOneOf, error) + func (v *DispersionClassOneOf) UnmarshalJSON(src []byte) error + func (v DispersionClassOneOf) IsValid() bool + func (v DispersionClassOneOf) Ptr() *DispersionClassOneOf + type DispersionOrderingCriterion struct + DispersionOrderingCriterionAnyOf *DispersionOrderingCriterionAnyOf + String *string + func (dst *DispersionOrderingCriterion) UnmarshalJSON(data []byte) error + func (src *DispersionOrderingCriterion) MarshalJSON() ([]byte, error) + type DispersionOrderingCriterionAnyOf string + const CLASSIFICATION + const DISPERSION + const TIME_SLOT_START + func NewDispersionOrderingCriterionAnyOfFromValue(v string) (*DispersionOrderingCriterionAnyOf, error) + func (v *DispersionOrderingCriterionAnyOf) UnmarshalJSON(src []byte) error + func (v DispersionOrderingCriterionAnyOf) IsValid() bool + func (v DispersionOrderingCriterionAnyOf) Ptr() *DispersionOrderingCriterionAnyOf + type DispersionRequirement struct + ClassCriters []ClassCriterion + DispOrderCriter *DispersionOrderingCriterion + DisperType DispersionType + Order *MatchingDirection + RankCriters []RankingCriterion + func NewDispersionRequirement(disperType DispersionType) *DispersionRequirement + func NewDispersionRequirementWithDefaults() *DispersionRequirement + func (o *DispersionRequirement) GetClassCriters() []ClassCriterion + func (o *DispersionRequirement) GetClassCritersOk() ([]ClassCriterion, bool) + func (o *DispersionRequirement) GetDispOrderCriter() DispersionOrderingCriterion + func (o *DispersionRequirement) GetDispOrderCriterOk() (*DispersionOrderingCriterion, bool) + func (o *DispersionRequirement) GetDisperType() DispersionType + func (o *DispersionRequirement) GetDisperTypeOk() (*DispersionType, bool) + func (o *DispersionRequirement) GetOrder() MatchingDirection + func (o *DispersionRequirement) GetOrderOk() (*MatchingDirection, bool) + func (o *DispersionRequirement) GetRankCriters() []RankingCriterion + func (o *DispersionRequirement) GetRankCritersOk() ([]RankingCriterion, bool) + func (o *DispersionRequirement) HasClassCriters() bool + func (o *DispersionRequirement) HasDispOrderCriter() bool + func (o *DispersionRequirement) HasOrder() bool + func (o *DispersionRequirement) HasRankCriters() bool + func (o *DispersionRequirement) SetClassCriters(v []ClassCriterion) + func (o *DispersionRequirement) SetDispOrderCriter(v DispersionOrderingCriterion) + func (o *DispersionRequirement) SetDisperType(v DispersionType) + func (o *DispersionRequirement) SetOrder(v MatchingDirection) + func (o *DispersionRequirement) SetRankCriters(v []RankingCriterion) + func (o DispersionRequirement) MarshalJSON() ([]byte, error) + func (o DispersionRequirement) ToMap() (map[string]interface{}, error) + type DispersionType struct + DispersionTypeOneOf *DispersionTypeOneOf + String *string + func DispersionTypeOneOfAsDispersionType(v *DispersionTypeOneOf) DispersionType + func StringAsDispersionType(v *string) DispersionType + func (dst *DispersionType) UnmarshalJSON(data []byte) error + func (obj *DispersionType) GetActualInstance() interface{} + func (src DispersionType) MarshalJSON() ([]byte, error) + type DispersionTypeOneOf string + const DVDA + const DVDA_AND_TDA + const TDA + func NewDispersionTypeOneOfFromValue(v string) (*DispersionTypeOneOf, error) + func (v *DispersionTypeOneOf) UnmarshalJSON(src []byte) error + func (v DispersionTypeOneOf) IsValid() bool + func (v DispersionTypeOneOf) Ptr() *DispersionTypeOneOf + type DnPerfOrderingCriterion struct + DnPerfOrderingCriterionAnyOf *DnPerfOrderingCriterionAnyOf + String *string + func (dst *DnPerfOrderingCriterion) UnmarshalJSON(data []byte) error + func (src *DnPerfOrderingCriterion) MarshalJSON() ([]byte, error) + type DnPerfOrderingCriterionAnyOf string + const AVERAGE_PACKET_DELAY + const AVERAGE_PACKET_LOSS_RATE + const AVERAGE_TRAFFIC_RATE + const MAXIMUM_PACKET_DELAY + const MAXIMUM_TRAFFIC_RATE + func NewDnPerfOrderingCriterionAnyOfFromValue(v string) (*DnPerfOrderingCriterionAnyOf, error) + func (v *DnPerfOrderingCriterionAnyOf) UnmarshalJSON(src []byte) error + func (v DnPerfOrderingCriterionAnyOf) IsValid() bool + func (v DnPerfOrderingCriterionAnyOf) Ptr() *DnPerfOrderingCriterionAnyOf + type DnPerformanceReq struct + DnPerfOrderCriter *DnPerfOrderingCriterion + Order *MatchingDirection + ReportThresholds []ThresholdLevel + func NewDnPerformanceReq() *DnPerformanceReq + func NewDnPerformanceReqWithDefaults() *DnPerformanceReq + func (o *DnPerformanceReq) GetDnPerfOrderCriter() DnPerfOrderingCriterion + func (o *DnPerformanceReq) GetDnPerfOrderCriterOk() (*DnPerfOrderingCriterion, bool) + func (o *DnPerformanceReq) GetOrder() MatchingDirection + func (o *DnPerformanceReq) GetOrderOk() (*MatchingDirection, bool) + func (o *DnPerformanceReq) GetReportThresholds() []ThresholdLevel + func (o *DnPerformanceReq) GetReportThresholdsOk() ([]ThresholdLevel, bool) + func (o *DnPerformanceReq) HasDnPerfOrderCriter() bool + func (o *DnPerformanceReq) HasOrder() bool + func (o *DnPerformanceReq) HasReportThresholds() bool + func (o *DnPerformanceReq) SetDnPerfOrderCriter(v DnPerfOrderingCriterion) + func (o *DnPerformanceReq) SetOrder(v MatchingDirection) + func (o *DnPerformanceReq) SetReportThresholds(v []ThresholdLevel) + func (o DnPerformanceReq) MarshalJSON() ([]byte, error) + func (o DnPerformanceReq) 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 EllipsoidArc struct + Confidence int32 + IncludedAngle int32 + InnerRadius int32 + OffsetAngle int32 + Point GeographicalCoordinates + UncertaintyRadius float32 + func NewEllipsoidArc(point GeographicalCoordinates, innerRadius int32, uncertaintyRadius float32, ...) *EllipsoidArc + func NewEllipsoidArcWithDefaults() *EllipsoidArc + func (o *EllipsoidArc) GetConfidence() int32 + func (o *EllipsoidArc) GetConfidenceOk() (*int32, bool) + func (o *EllipsoidArc) GetIncludedAngle() int32 + func (o *EllipsoidArc) GetIncludedAngleOk() (*int32, bool) + func (o *EllipsoidArc) GetInnerRadius() int32 + func (o *EllipsoidArc) GetInnerRadiusOk() (*int32, bool) + func (o *EllipsoidArc) GetOffsetAngle() int32 + func (o *EllipsoidArc) GetOffsetAngleOk() (*int32, bool) + func (o *EllipsoidArc) GetPoint() GeographicalCoordinates + func (o *EllipsoidArc) GetPointOk() (*GeographicalCoordinates, bool) + func (o *EllipsoidArc) GetUncertaintyRadius() float32 + func (o *EllipsoidArc) GetUncertaintyRadiusOk() (*float32, bool) + func (o *EllipsoidArc) SetConfidence(v int32) + func (o *EllipsoidArc) SetIncludedAngle(v int32) + func (o *EllipsoidArc) SetInnerRadius(v int32) + func (o *EllipsoidArc) SetOffsetAngle(v int32) + func (o *EllipsoidArc) SetPoint(v GeographicalCoordinates) + func (o *EllipsoidArc) SetUncertaintyRadius(v float32) + func (o EllipsoidArc) MarshalJSON() ([]byte, error) + func (o EllipsoidArc) ToMap() (map[string]interface{}, error) + type EllipsoidArcAllOf struct + Confidence int32 + IncludedAngle int32 + InnerRadius int32 + OffsetAngle int32 + Point GeographicalCoordinates + UncertaintyRadius float32 + func NewEllipsoidArcAllOf(point GeographicalCoordinates, innerRadius int32, uncertaintyRadius float32, ...) *EllipsoidArcAllOf + func NewEllipsoidArcAllOfWithDefaults() *EllipsoidArcAllOf + func (o *EllipsoidArcAllOf) GetConfidence() int32 + func (o *EllipsoidArcAllOf) GetConfidenceOk() (*int32, bool) + func (o *EllipsoidArcAllOf) GetIncludedAngle() int32 + func (o *EllipsoidArcAllOf) GetIncludedAngleOk() (*int32, bool) + func (o *EllipsoidArcAllOf) GetInnerRadius() int32 + func (o *EllipsoidArcAllOf) GetInnerRadiusOk() (*int32, bool) + func (o *EllipsoidArcAllOf) GetOffsetAngle() int32 + func (o *EllipsoidArcAllOf) GetOffsetAngleOk() (*int32, bool) + func (o *EllipsoidArcAllOf) GetPoint() GeographicalCoordinates + func (o *EllipsoidArcAllOf) GetPointOk() (*GeographicalCoordinates, bool) + func (o *EllipsoidArcAllOf) GetUncertaintyRadius() float32 + func (o *EllipsoidArcAllOf) GetUncertaintyRadiusOk() (*float32, bool) + func (o *EllipsoidArcAllOf) SetConfidence(v int32) + func (o *EllipsoidArcAllOf) SetIncludedAngle(v int32) + func (o *EllipsoidArcAllOf) SetInnerRadius(v int32) + func (o *EllipsoidArcAllOf) SetOffsetAngle(v int32) + func (o *EllipsoidArcAllOf) SetPoint(v GeographicalCoordinates) + func (o *EllipsoidArcAllOf) SetUncertaintyRadius(v float32) + func (o EllipsoidArcAllOf) MarshalJSON() ([]byte, error) + func (o EllipsoidArcAllOf) ToMap() (map[string]interface{}, error) + type EventFilter struct + AnySlice *bool + AppIds []string + AppServerAddrs []AddrFqdn + BwRequs []BwRequirement + DisperReqs []DispersionRequirement + DnPerfReqs []DnPerformanceReq + Dnais []string + Dnns []string + ExcepIds []ExceptionId + ExptAnaType *ExpectedAnalyticsType + ExptUeBehav *ExpectedUeBehaviourData + LadnDnns []string + ListOfAnaSubsets []AnalyticsSubset + MaxTopAppDlNbr *int32 + MaxTopAppUlNbr *int32 + NetworkArea *NetworkAreaInfo + NfInstanceIds []string + NfSetIds []string + NfTypes []NFType + NsiIdInfos []NsiIdInfo + NwPerfTypes []NetworkPerfType + QosRequ *QosRequirement + RatFreqs []RatFreqInformation + RedTransReqs []RedundantTransmissionExpReq + Snssais []Snssai + UpfInfo *UpfInformation + VisitedAreas []NetworkAreaInfo + WlanReqs []WlanPerformanceReq + func NewEventFilter() *EventFilter + func NewEventFilterWithDefaults() *EventFilter + func (o *EventFilter) GetAnySlice() bool + func (o *EventFilter) GetAnySliceOk() (*bool, bool) + func (o *EventFilter) GetAppIds() []string + func (o *EventFilter) GetAppIdsOk() ([]string, bool) + func (o *EventFilter) GetAppServerAddrs() []AddrFqdn + func (o *EventFilter) GetAppServerAddrsOk() ([]AddrFqdn, bool) + func (o *EventFilter) GetBwRequs() []BwRequirement + func (o *EventFilter) GetBwRequsOk() ([]BwRequirement, bool) + func (o *EventFilter) GetDisperReqs() []DispersionRequirement + func (o *EventFilter) GetDisperReqsOk() ([]DispersionRequirement, bool) + func (o *EventFilter) GetDnPerfReqs() []DnPerformanceReq + func (o *EventFilter) GetDnPerfReqsOk() ([]DnPerformanceReq, bool) + func (o *EventFilter) GetDnais() []string + func (o *EventFilter) GetDnaisOk() ([]string, bool) + func (o *EventFilter) GetDnns() []string + func (o *EventFilter) GetDnnsOk() ([]string, bool) + func (o *EventFilter) GetExcepIds() []ExceptionId + func (o *EventFilter) GetExcepIdsOk() ([]ExceptionId, bool) + func (o *EventFilter) GetExptAnaType() ExpectedAnalyticsType + func (o *EventFilter) GetExptAnaTypeOk() (*ExpectedAnalyticsType, bool) + func (o *EventFilter) GetExptUeBehav() ExpectedUeBehaviourData + func (o *EventFilter) GetExptUeBehavOk() (*ExpectedUeBehaviourData, bool) + func (o *EventFilter) GetLadnDnns() []string + func (o *EventFilter) GetLadnDnnsOk() ([]string, bool) + func (o *EventFilter) GetListOfAnaSubsets() []AnalyticsSubset + func (o *EventFilter) GetListOfAnaSubsetsOk() ([]AnalyticsSubset, bool) + func (o *EventFilter) GetMaxTopAppDlNbr() int32 + func (o *EventFilter) GetMaxTopAppDlNbrOk() (*int32, bool) + func (o *EventFilter) GetMaxTopAppUlNbr() int32 + func (o *EventFilter) GetMaxTopAppUlNbrOk() (*int32, bool) + func (o *EventFilter) GetNetworkArea() NetworkAreaInfo + func (o *EventFilter) GetNetworkAreaOk() (*NetworkAreaInfo, bool) + func (o *EventFilter) GetNfInstanceIds() []string + func (o *EventFilter) GetNfInstanceIdsOk() ([]string, bool) + func (o *EventFilter) GetNfSetIds() []string + func (o *EventFilter) GetNfSetIdsOk() ([]string, bool) + func (o *EventFilter) GetNfTypes() []NFType + func (o *EventFilter) GetNfTypesOk() ([]NFType, bool) + func (o *EventFilter) GetNsiIdInfos() []NsiIdInfo + func (o *EventFilter) GetNsiIdInfosOk() ([]NsiIdInfo, bool) + func (o *EventFilter) GetNwPerfTypes() []NetworkPerfType + func (o *EventFilter) GetNwPerfTypesOk() ([]NetworkPerfType, bool) + func (o *EventFilter) GetQosRequ() QosRequirement + func (o *EventFilter) GetQosRequOk() (*QosRequirement, bool) + func (o *EventFilter) GetRatFreqs() []RatFreqInformation + func (o *EventFilter) GetRatFreqsOk() ([]RatFreqInformation, bool) + func (o *EventFilter) GetRedTransReqs() []RedundantTransmissionExpReq + func (o *EventFilter) GetRedTransReqsOk() ([]RedundantTransmissionExpReq, bool) + func (o *EventFilter) GetSnssais() []Snssai + func (o *EventFilter) GetSnssaisOk() ([]Snssai, bool) + func (o *EventFilter) GetUpfInfo() UpfInformation + func (o *EventFilter) GetUpfInfoOk() (*UpfInformation, bool) + func (o *EventFilter) GetVisitedAreas() []NetworkAreaInfo + func (o *EventFilter) GetVisitedAreasOk() ([]NetworkAreaInfo, bool) + func (o *EventFilter) GetWlanReqs() []WlanPerformanceReq + func (o *EventFilter) GetWlanReqsOk() ([]WlanPerformanceReq, bool) + func (o *EventFilter) HasAnySlice() bool + func (o *EventFilter) HasAppIds() bool + func (o *EventFilter) HasAppServerAddrs() bool + func (o *EventFilter) HasBwRequs() bool + func (o *EventFilter) HasDisperReqs() bool + func (o *EventFilter) HasDnPerfReqs() bool + func (o *EventFilter) HasDnais() bool + func (o *EventFilter) HasDnns() bool + func (o *EventFilter) HasExcepIds() bool + func (o *EventFilter) HasExptAnaType() bool + func (o *EventFilter) HasExptUeBehav() bool + func (o *EventFilter) HasLadnDnns() bool + func (o *EventFilter) HasListOfAnaSubsets() bool + func (o *EventFilter) HasMaxTopAppDlNbr() bool + func (o *EventFilter) HasMaxTopAppUlNbr() bool + func (o *EventFilter) HasNetworkArea() bool + func (o *EventFilter) HasNfInstanceIds() bool + func (o *EventFilter) HasNfSetIds() bool + func (o *EventFilter) HasNfTypes() bool + func (o *EventFilter) HasNsiIdInfos() bool + func (o *EventFilter) HasNwPerfTypes() bool + func (o *EventFilter) HasQosRequ() bool + func (o *EventFilter) HasRatFreqs() bool + func (o *EventFilter) HasRedTransReqs() bool + func (o *EventFilter) HasSnssais() bool + func (o *EventFilter) HasUpfInfo() bool + func (o *EventFilter) HasVisitedAreas() bool + func (o *EventFilter) HasWlanReqs() bool + func (o *EventFilter) SetAnySlice(v bool) + func (o *EventFilter) SetAppIds(v []string) + func (o *EventFilter) SetAppServerAddrs(v []AddrFqdn) + func (o *EventFilter) SetBwRequs(v []BwRequirement) + func (o *EventFilter) SetDisperReqs(v []DispersionRequirement) + func (o *EventFilter) SetDnPerfReqs(v []DnPerformanceReq) + func (o *EventFilter) SetDnais(v []string) + func (o *EventFilter) SetDnns(v []string) + func (o *EventFilter) SetExcepIds(v []ExceptionId) + func (o *EventFilter) SetExptAnaType(v ExpectedAnalyticsType) + func (o *EventFilter) SetExptUeBehav(v ExpectedUeBehaviourData) + func (o *EventFilter) SetLadnDnns(v []string) + func (o *EventFilter) SetListOfAnaSubsets(v []AnalyticsSubset) + func (o *EventFilter) SetMaxTopAppDlNbr(v int32) + func (o *EventFilter) SetMaxTopAppUlNbr(v int32) + func (o *EventFilter) SetNetworkArea(v NetworkAreaInfo) + func (o *EventFilter) SetNfInstanceIds(v []string) + func (o *EventFilter) SetNfSetIds(v []string) + func (o *EventFilter) SetNfTypes(v []NFType) + func (o *EventFilter) SetNsiIdInfos(v []NsiIdInfo) + func (o *EventFilter) SetNwPerfTypes(v []NetworkPerfType) + func (o *EventFilter) SetQosRequ(v QosRequirement) + func (o *EventFilter) SetRatFreqs(v []RatFreqInformation) + func (o *EventFilter) SetRedTransReqs(v []RedundantTransmissionExpReq) + func (o *EventFilter) SetSnssais(v []Snssai) + func (o *EventFilter) SetUpfInfo(v UpfInformation) + func (o *EventFilter) SetVisitedAreas(v []NetworkAreaInfo) + func (o *EventFilter) SetWlanReqs(v []WlanPerformanceReq) + func (o EventFilter) MarshalJSON() ([]byte, error) + func (o EventFilter) ToMap() (map[string]interface{}, error) + type ExceptionId struct + ExceptionIdAnyOf *ExceptionIdAnyOf + String *string + func (dst *ExceptionId) UnmarshalJSON(data []byte) error + func (src *ExceptionId) MarshalJSON() ([]byte, error) + type ExceptionIdAnyOf string + const PING_PONG_ACROSS_CELLS + const SUSPICION_OF_DDOS_ATTACK + const TOO_FREQUENT_SERVICE_ACCESS + const UNEXPECTED_LARGE_RATE_FLOW + const UNEXPECTED_LONG_LIVE_FLOW + const UNEXPECTED_RADIO_LINK_FAILURES + const UNEXPECTED_UE_LOCATION + const UNEXPECTED_WAKEUP + const WRONG_DESTINATION_ADDRESS + func NewExceptionIdAnyOfFromValue(v string) (*ExceptionIdAnyOf, error) + func (v *ExceptionIdAnyOf) UnmarshalJSON(src []byte) error + func (v ExceptionIdAnyOf) IsValid() bool + func (v ExceptionIdAnyOf) Ptr() *ExceptionIdAnyOf + type ExpectedAnalyticsType struct + ExpectedAnalyticsTypeAnyOf *ExpectedAnalyticsTypeAnyOf + String *string + func (dst *ExpectedAnalyticsType) UnmarshalJSON(data []byte) error + func (src *ExpectedAnalyticsType) MarshalJSON() ([]byte, error) + type ExpectedAnalyticsTypeAnyOf string + const COMMUN + const MOBILITY + const MOBILITY_AND_COMMUN + func NewExpectedAnalyticsTypeAnyOfFromValue(v string) (*ExpectedAnalyticsTypeAnyOf, error) + func (v *ExpectedAnalyticsTypeAnyOf) UnmarshalJSON(src []byte) error + func (v ExpectedAnalyticsTypeAnyOf) IsValid() bool + func (v ExpectedAnalyticsTypeAnyOf) Ptr() *ExpectedAnalyticsTypeAnyOf + type ExpectedUeBehaviourData struct + BatteryIndication *BatteryIndication + CommunicationDurationTime *int32 + ExpectedUmts []LocationArea + PeriodicTime *int32 + ScheduledCommunicationTime *ScheduledCommunicationTime + ScheduledCommunicationType *ScheduledCommunicationType + StationaryIndication *StationaryIndication + TrafficProfile *TrafficProfile + ValidityTime *time.Time + func NewExpectedUeBehaviourData() *ExpectedUeBehaviourData + func NewExpectedUeBehaviourDataWithDefaults() *ExpectedUeBehaviourData + func (o *ExpectedUeBehaviourData) GetBatteryIndication() BatteryIndication + func (o *ExpectedUeBehaviourData) GetBatteryIndicationOk() (*BatteryIndication, bool) + func (o *ExpectedUeBehaviourData) GetCommunicationDurationTime() int32 + func (o *ExpectedUeBehaviourData) GetCommunicationDurationTimeOk() (*int32, bool) + func (o *ExpectedUeBehaviourData) GetExpectedUmts() []LocationArea + func (o *ExpectedUeBehaviourData) GetExpectedUmtsOk() ([]LocationArea, bool) + func (o *ExpectedUeBehaviourData) GetPeriodicTime() int32 + func (o *ExpectedUeBehaviourData) GetPeriodicTimeOk() (*int32, bool) + func (o *ExpectedUeBehaviourData) GetScheduledCommunicationTime() ScheduledCommunicationTime + func (o *ExpectedUeBehaviourData) GetScheduledCommunicationTimeOk() (*ScheduledCommunicationTime, bool) + func (o *ExpectedUeBehaviourData) GetScheduledCommunicationType() ScheduledCommunicationType + func (o *ExpectedUeBehaviourData) GetScheduledCommunicationTypeOk() (*ScheduledCommunicationType, bool) + func (o *ExpectedUeBehaviourData) GetStationaryIndication() StationaryIndication + func (o *ExpectedUeBehaviourData) GetStationaryIndicationOk() (*StationaryIndication, bool) + func (o *ExpectedUeBehaviourData) GetTrafficProfile() TrafficProfile + func (o *ExpectedUeBehaviourData) GetTrafficProfileOk() (*TrafficProfile, bool) + func (o *ExpectedUeBehaviourData) GetValidityTime() time.Time + func (o *ExpectedUeBehaviourData) GetValidityTimeOk() (*time.Time, bool) + func (o *ExpectedUeBehaviourData) HasBatteryIndication() bool + func (o *ExpectedUeBehaviourData) HasCommunicationDurationTime() bool + func (o *ExpectedUeBehaviourData) HasExpectedUmts() bool + func (o *ExpectedUeBehaviourData) HasPeriodicTime() bool + func (o *ExpectedUeBehaviourData) HasScheduledCommunicationTime() bool + func (o *ExpectedUeBehaviourData) HasScheduledCommunicationType() bool + func (o *ExpectedUeBehaviourData) HasStationaryIndication() bool + func (o *ExpectedUeBehaviourData) HasTrafficProfile() bool + func (o *ExpectedUeBehaviourData) HasValidityTime() bool + func (o *ExpectedUeBehaviourData) SetBatteryIndication(v BatteryIndication) + func (o *ExpectedUeBehaviourData) SetCommunicationDurationTime(v int32) + func (o *ExpectedUeBehaviourData) SetExpectedUmts(v []LocationArea) + func (o *ExpectedUeBehaviourData) SetPeriodicTime(v int32) + func (o *ExpectedUeBehaviourData) SetScheduledCommunicationTime(v ScheduledCommunicationTime) + func (o *ExpectedUeBehaviourData) SetScheduledCommunicationType(v ScheduledCommunicationType) + func (o *ExpectedUeBehaviourData) SetStationaryIndication(v StationaryIndication) + func (o *ExpectedUeBehaviourData) SetTrafficProfile(v TrafficProfile) + func (o *ExpectedUeBehaviourData) SetValidityTime(v time.Time) + func (o ExpectedUeBehaviourData) MarshalJSON() ([]byte, error) + func (o ExpectedUeBehaviourData) ToMap() (map[string]interface{}, error) + type FailureCode struct + FailureCodeAnyOf *FailureCodeAnyOf + String *string + func (dst *FailureCode) UnmarshalJSON(data []byte) error + func (src *FailureCode) MarshalJSON() ([]byte, error) + type FailureCodeAnyOf string + const UNAVAILABLE_ML_MODEL + func NewFailureCodeAnyOfFromValue(v string) (*FailureCodeAnyOf, error) + func (v *FailureCodeAnyOf) UnmarshalJSON(src []byte) error + func (v FailureCodeAnyOf) IsValid() bool + func (v FailureCodeAnyOf) Ptr() *FailureCodeAnyOf + type FailureEventInfoForMLModel struct + Event NwdafEvent + FailureCode FailureCode + func NewFailureEventInfoForMLModel(event NwdafEvent, failureCode FailureCode) *FailureEventInfoForMLModel + func NewFailureEventInfoForMLModelWithDefaults() *FailureEventInfoForMLModel + func (o *FailureEventInfoForMLModel) GetEvent() NwdafEvent + func (o *FailureEventInfoForMLModel) GetEventOk() (*NwdafEvent, bool) + func (o *FailureEventInfoForMLModel) GetFailureCode() FailureCode + func (o *FailureEventInfoForMLModel) GetFailureCodeOk() (*FailureCode, bool) + func (o *FailureEventInfoForMLModel) SetEvent(v NwdafEvent) + func (o *FailureEventInfoForMLModel) SetFailureCode(v FailureCode) + func (o FailureEventInfoForMLModel) MarshalJSON() ([]byte, error) + func (o FailureEventInfoForMLModel) ToMap() (map[string]interface{}, error) + type GADShape struct + Shape SupportedGADShapes + func NewGADShape(shape SupportedGADShapes) *GADShape + func NewGADShapeWithDefaults() *GADShape + func (o *GADShape) GetShape() SupportedGADShapes + func (o *GADShape) GetShapeOk() (*SupportedGADShapes, bool) + func (o *GADShape) SetShape(v SupportedGADShapes) + func (o GADShape) MarshalJSON() ([]byte, error) + func (o GADShape) ToMap() (map[string]interface{}, error) + type GNbId struct + BitLength int32 + GNBValue string + func NewGNbId(bitLength int32, gNBValue string) *GNbId + func NewGNbIdWithDefaults() *GNbId + func (o *GNbId) GetBitLength() int32 + func (o *GNbId) GetBitLengthOk() (*int32, bool) + func (o *GNbId) GetGNBValue() string + func (o *GNbId) GetGNBValueOk() (*string, bool) + func (o *GNbId) SetBitLength(v int32) + func (o *GNbId) SetGNBValue(v string) + func (o GNbId) MarshalJSON() ([]byte, error) + func (o GNbId) ToMap() (map[string]interface{}, error) + type GenericOpenAPIError struct + func (e GenericOpenAPIError) Body() []byte + func (e GenericOpenAPIError) Error() string + func (e GenericOpenAPIError) Model() interface{} + type GeographicArea struct + EllipsoidArc *EllipsoidArc + Point *Point + PointAltitude *PointAltitude + PointAltitudeUncertainty *PointAltitudeUncertainty + PointUncertaintyCircle *PointUncertaintyCircle + PointUncertaintyEllipse *PointUncertaintyEllipse + Polygon *Polygon + func (dst *GeographicArea) UnmarshalJSON(data []byte) error + func (src *GeographicArea) MarshalJSON() ([]byte, error) + type GeographicalCoordinates struct + Lat float64 + Lon float64 + func NewGeographicalCoordinates(lon float64, lat float64) *GeographicalCoordinates + func NewGeographicalCoordinatesWithDefaults() *GeographicalCoordinates + func (o *GeographicalCoordinates) GetLat() float64 + func (o *GeographicalCoordinates) GetLatOk() (*float64, bool) + func (o *GeographicalCoordinates) GetLon() float64 + func (o *GeographicalCoordinates) GetLonOk() (*float64, bool) + func (o *GeographicalCoordinates) SetLat(v float64) + func (o *GeographicalCoordinates) SetLon(v float64) + func (o GeographicalCoordinates) MarshalJSON() ([]byte, error) + func (o GeographicalCoordinates) ToMap() (map[string]interface{}, 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 IndividualNWDAFMLModelProvisionSubscriptionDocumentApiService service + func (a *IndividualNWDAFMLModelProvisionSubscriptionDocumentApiService) DeleteNWDAFMLModelProvisionSubcription(ctx context.Context, subscriptionId string) ApiDeleteNWDAFMLModelProvisionSubcriptionRequest + func (a *IndividualNWDAFMLModelProvisionSubscriptionDocumentApiService) DeleteNWDAFMLModelProvisionSubcriptionExecute(r ApiDeleteNWDAFMLModelProvisionSubcriptionRequest) (*http.Response, error) + func (a *IndividualNWDAFMLModelProvisionSubscriptionDocumentApiService) UpdateNWDAFMLModelProvisionSubcription(ctx context.Context, subscriptionId string) ApiUpdateNWDAFMLModelProvisionSubcriptionRequest + func (a *IndividualNWDAFMLModelProvisionSubscriptionDocumentApiService) UpdateNWDAFMLModelProvisionSubcriptionExecute(r ApiUpdateNWDAFMLModelProvisionSubcriptionRequest) (*NwdafMLModelProvSubsc, *http.Response, error) + type InvalidParam struct + Param string + Reason *string + func NewInvalidParam(param string) *InvalidParam + func NewInvalidParamWithDefaults() *InvalidParam + func (o *InvalidParam) GetParam() string + func (o *InvalidParam) GetParamOk() (*string, bool) + func (o *InvalidParam) GetReason() string + func (o *InvalidParam) GetReasonOk() (*string, bool) + func (o *InvalidParam) HasReason() bool + func (o *InvalidParam) SetParam(v string) + func (o *InvalidParam) SetReason(v string) + func (o InvalidParam) MarshalJSON() ([]byte, error) + func (o InvalidParam) ToMap() (map[string]interface{}, error) + type IpAddr struct + Interface *interface{} + func InterfaceAsIpAddr(v *interface{}) IpAddr + func (dst *IpAddr) UnmarshalJSON(data []byte) error + func (obj *IpAddr) GetActualInstance() interface{} + func (src IpAddr) MarshalJSON() ([]byte, error) + type Ipv6Addr struct + func NewIpv6Addr() *Ipv6Addr + func NewIpv6AddrWithDefaults() *Ipv6Addr + func (o Ipv6Addr) MarshalJSON() ([]byte, error) + func (o Ipv6Addr) ToMap() (map[string]interface{}, error) + type Ipv6Prefix struct + func NewIpv6Prefix() *Ipv6Prefix + func NewIpv6PrefixWithDefaults() *Ipv6Prefix + func (o Ipv6Prefix) MarshalJSON() ([]byte, error) + func (o Ipv6Prefix) ToMap() (map[string]interface{}, error) + type Local2dPointUncertaintyEllipse struct + Confidence int32 + LocalOrigin LocalOrigin + Point RelativeCartesianLocation + UncertaintyEllipse UncertaintyEllipse + func NewLocal2dPointUncertaintyEllipse(localOrigin LocalOrigin, point RelativeCartesianLocation, ...) *Local2dPointUncertaintyEllipse + func NewLocal2dPointUncertaintyEllipseWithDefaults() *Local2dPointUncertaintyEllipse + func (o *Local2dPointUncertaintyEllipse) GetConfidence() int32 + func (o *Local2dPointUncertaintyEllipse) GetConfidenceOk() (*int32, bool) + func (o *Local2dPointUncertaintyEllipse) GetLocalOrigin() LocalOrigin + func (o *Local2dPointUncertaintyEllipse) GetLocalOriginOk() (*LocalOrigin, bool) + func (o *Local2dPointUncertaintyEllipse) GetPoint() RelativeCartesianLocation + func (o *Local2dPointUncertaintyEllipse) GetPointOk() (*RelativeCartesianLocation, bool) + func (o *Local2dPointUncertaintyEllipse) GetUncertaintyEllipse() UncertaintyEllipse + func (o *Local2dPointUncertaintyEllipse) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool) + func (o *Local2dPointUncertaintyEllipse) SetConfidence(v int32) + func (o *Local2dPointUncertaintyEllipse) SetLocalOrigin(v LocalOrigin) + func (o *Local2dPointUncertaintyEllipse) SetPoint(v RelativeCartesianLocation) + func (o *Local2dPointUncertaintyEllipse) SetUncertaintyEllipse(v UncertaintyEllipse) + func (o Local2dPointUncertaintyEllipse) MarshalJSON() ([]byte, error) + func (o Local2dPointUncertaintyEllipse) ToMap() (map[string]interface{}, error) + type Local2dPointUncertaintyEllipseAllOf struct + Confidence int32 + LocalOrigin LocalOrigin + Point RelativeCartesianLocation + UncertaintyEllipse UncertaintyEllipse + func NewLocal2dPointUncertaintyEllipseAllOf(localOrigin LocalOrigin, point RelativeCartesianLocation, ...) *Local2dPointUncertaintyEllipseAllOf + func NewLocal2dPointUncertaintyEllipseAllOfWithDefaults() *Local2dPointUncertaintyEllipseAllOf + func (o *Local2dPointUncertaintyEllipseAllOf) GetConfidence() int32 + func (o *Local2dPointUncertaintyEllipseAllOf) GetConfidenceOk() (*int32, bool) + func (o *Local2dPointUncertaintyEllipseAllOf) GetLocalOrigin() LocalOrigin + func (o *Local2dPointUncertaintyEllipseAllOf) GetLocalOriginOk() (*LocalOrigin, bool) + func (o *Local2dPointUncertaintyEllipseAllOf) GetPoint() RelativeCartesianLocation + func (o *Local2dPointUncertaintyEllipseAllOf) GetPointOk() (*RelativeCartesianLocation, bool) + func (o *Local2dPointUncertaintyEllipseAllOf) GetUncertaintyEllipse() UncertaintyEllipse + func (o *Local2dPointUncertaintyEllipseAllOf) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool) + func (o *Local2dPointUncertaintyEllipseAllOf) SetConfidence(v int32) + func (o *Local2dPointUncertaintyEllipseAllOf) SetLocalOrigin(v LocalOrigin) + func (o *Local2dPointUncertaintyEllipseAllOf) SetPoint(v RelativeCartesianLocation) + func (o *Local2dPointUncertaintyEllipseAllOf) SetUncertaintyEllipse(v UncertaintyEllipse) + func (o Local2dPointUncertaintyEllipseAllOf) MarshalJSON() ([]byte, error) + func (o Local2dPointUncertaintyEllipseAllOf) ToMap() (map[string]interface{}, error) + type Local3dPointUncertaintyEllipsoid struct + Confidence int32 + LocalOrigin LocalOrigin + Point RelativeCartesianLocation + UncertaintyEllipsoid UncertaintyEllipsoid + func NewLocal3dPointUncertaintyEllipsoid(localOrigin LocalOrigin, point RelativeCartesianLocation, ...) *Local3dPointUncertaintyEllipsoid + func NewLocal3dPointUncertaintyEllipsoidWithDefaults() *Local3dPointUncertaintyEllipsoid + func (o *Local3dPointUncertaintyEllipsoid) GetConfidence() int32 + func (o *Local3dPointUncertaintyEllipsoid) GetConfidenceOk() (*int32, bool) + func (o *Local3dPointUncertaintyEllipsoid) GetLocalOrigin() LocalOrigin + func (o *Local3dPointUncertaintyEllipsoid) GetLocalOriginOk() (*LocalOrigin, bool) + func (o *Local3dPointUncertaintyEllipsoid) GetPoint() RelativeCartesianLocation + func (o *Local3dPointUncertaintyEllipsoid) GetPointOk() (*RelativeCartesianLocation, bool) + func (o *Local3dPointUncertaintyEllipsoid) GetUncertaintyEllipsoid() UncertaintyEllipsoid + func (o *Local3dPointUncertaintyEllipsoid) GetUncertaintyEllipsoidOk() (*UncertaintyEllipsoid, bool) + func (o *Local3dPointUncertaintyEllipsoid) SetConfidence(v int32) + func (o *Local3dPointUncertaintyEllipsoid) SetLocalOrigin(v LocalOrigin) + func (o *Local3dPointUncertaintyEllipsoid) SetPoint(v RelativeCartesianLocation) + func (o *Local3dPointUncertaintyEllipsoid) SetUncertaintyEllipsoid(v UncertaintyEllipsoid) + func (o Local3dPointUncertaintyEllipsoid) MarshalJSON() ([]byte, error) + func (o Local3dPointUncertaintyEllipsoid) ToMap() (map[string]interface{}, error) + type Local3dPointUncertaintyEllipsoidAllOf struct + Confidence int32 + LocalOrigin LocalOrigin + Point RelativeCartesianLocation + UncertaintyEllipsoid UncertaintyEllipsoid + func NewLocal3dPointUncertaintyEllipsoidAllOf(localOrigin LocalOrigin, point RelativeCartesianLocation, ...) *Local3dPointUncertaintyEllipsoidAllOf + func NewLocal3dPointUncertaintyEllipsoidAllOfWithDefaults() *Local3dPointUncertaintyEllipsoidAllOf + func (o *Local3dPointUncertaintyEllipsoidAllOf) GetConfidence() int32 + func (o *Local3dPointUncertaintyEllipsoidAllOf) GetConfidenceOk() (*int32, bool) + func (o *Local3dPointUncertaintyEllipsoidAllOf) GetLocalOrigin() LocalOrigin + func (o *Local3dPointUncertaintyEllipsoidAllOf) GetLocalOriginOk() (*LocalOrigin, bool) + func (o *Local3dPointUncertaintyEllipsoidAllOf) GetPoint() RelativeCartesianLocation + func (o *Local3dPointUncertaintyEllipsoidAllOf) GetPointOk() (*RelativeCartesianLocation, bool) + func (o *Local3dPointUncertaintyEllipsoidAllOf) GetUncertaintyEllipsoid() UncertaintyEllipsoid + func (o *Local3dPointUncertaintyEllipsoidAllOf) GetUncertaintyEllipsoidOk() (*UncertaintyEllipsoid, bool) + func (o *Local3dPointUncertaintyEllipsoidAllOf) SetConfidence(v int32) + func (o *Local3dPointUncertaintyEllipsoidAllOf) SetLocalOrigin(v LocalOrigin) + func (o *Local3dPointUncertaintyEllipsoidAllOf) SetPoint(v RelativeCartesianLocation) + func (o *Local3dPointUncertaintyEllipsoidAllOf) SetUncertaintyEllipsoid(v UncertaintyEllipsoid) + func (o Local3dPointUncertaintyEllipsoidAllOf) MarshalJSON() ([]byte, error) + func (o Local3dPointUncertaintyEllipsoidAllOf) ToMap() (map[string]interface{}, error) + type LocalOrigin struct + CoordinateId *string + Point *GeographicalCoordinates + func NewLocalOrigin() *LocalOrigin + func NewLocalOriginWithDefaults() *LocalOrigin + func (o *LocalOrigin) GetCoordinateId() string + func (o *LocalOrigin) GetCoordinateIdOk() (*string, bool) + func (o *LocalOrigin) GetPoint() GeographicalCoordinates + func (o *LocalOrigin) GetPointOk() (*GeographicalCoordinates, bool) + func (o *LocalOrigin) HasCoordinateId() bool + func (o *LocalOrigin) HasPoint() bool + func (o *LocalOrigin) SetCoordinateId(v string) + func (o *LocalOrigin) SetPoint(v GeographicalCoordinates) + func (o LocalOrigin) MarshalJSON() ([]byte, error) + func (o LocalOrigin) ToMap() (map[string]interface{}, error) + type LocationArea struct + CivicAddresses []CivicAddress + GeographicAreas []GeographicArea + NwAreaInfo *NetworkAreaInfo1 + UmtTime *UmtTime + func NewLocationArea() *LocationArea + func NewLocationAreaWithDefaults() *LocationArea + func (o *LocationArea) GetCivicAddresses() []CivicAddress + func (o *LocationArea) GetCivicAddressesOk() ([]CivicAddress, bool) + func (o *LocationArea) GetGeographicAreas() []GeographicArea + func (o *LocationArea) GetGeographicAreasOk() ([]GeographicArea, bool) + func (o *LocationArea) GetNwAreaInfo() NetworkAreaInfo1 + func (o *LocationArea) GetNwAreaInfoOk() (*NetworkAreaInfo1, bool) + func (o *LocationArea) GetUmtTime() UmtTime + func (o *LocationArea) GetUmtTimeOk() (*UmtTime, bool) + func (o *LocationArea) HasCivicAddresses() bool + func (o *LocationArea) HasGeographicAreas() bool + func (o *LocationArea) HasNwAreaInfo() bool + func (o *LocationArea) HasUmtTime() bool + func (o *LocationArea) SetCivicAddresses(v []CivicAddress) + func (o *LocationArea) SetGeographicAreas(v []GeographicArea) + func (o *LocationArea) SetNwAreaInfo(v NetworkAreaInfo1) + func (o *LocationArea) SetUmtTime(v UmtTime) + func (o LocationArea) MarshalJSON() ([]byte, error) + func (o LocationArea) ToMap() (map[string]interface{}, error) + type MLEventNotif struct + Event NwdafEvent + MLFileAddr MLModelAddr + NotifCorreId *string + SpatialValidity *NetworkAreaInfo + ValidityPeriod *TimeWindow + func NewMLEventNotif(event NwdafEvent, mLFileAddr MLModelAddr) *MLEventNotif + func NewMLEventNotifWithDefaults() *MLEventNotif + func (o *MLEventNotif) GetEvent() NwdafEvent + func (o *MLEventNotif) GetEventOk() (*NwdafEvent, bool) + func (o *MLEventNotif) GetMLFileAddr() MLModelAddr + func (o *MLEventNotif) GetMLFileAddrOk() (*MLModelAddr, bool) + func (o *MLEventNotif) GetNotifCorreId() string + func (o *MLEventNotif) GetNotifCorreIdOk() (*string, bool) + func (o *MLEventNotif) GetSpatialValidity() NetworkAreaInfo + func (o *MLEventNotif) GetSpatialValidityOk() (*NetworkAreaInfo, bool) + func (o *MLEventNotif) GetValidityPeriod() TimeWindow + func (o *MLEventNotif) GetValidityPeriodOk() (*TimeWindow, bool) + func (o *MLEventNotif) HasNotifCorreId() bool + func (o *MLEventNotif) HasSpatialValidity() bool + func (o *MLEventNotif) HasValidityPeriod() bool + func (o *MLEventNotif) SetEvent(v NwdafEvent) + func (o *MLEventNotif) SetMLFileAddr(v MLModelAddr) + func (o *MLEventNotif) SetNotifCorreId(v string) + func (o *MLEventNotif) SetSpatialValidity(v NetworkAreaInfo) + func (o *MLEventNotif) SetValidityPeriod(v TimeWindow) + func (o MLEventNotif) MarshalJSON() ([]byte, error) + func (o MLEventNotif) ToMap() (map[string]interface{}, error) + type MLEventSubscription struct + ExpiryTime *time.Time + MLEvent NwdafEvent + MLEventFilter EventFilter + MLTargetPeriod *TimeWindow + TgtUe *TargetUeInformation + func NewMLEventSubscription(mLEvent NwdafEvent, mLEventFilter EventFilter) *MLEventSubscription + func NewMLEventSubscriptionWithDefaults() *MLEventSubscription + func (o *MLEventSubscription) GetExpiryTime() time.Time + func (o *MLEventSubscription) GetExpiryTimeOk() (*time.Time, bool) + func (o *MLEventSubscription) GetMLEvent() NwdafEvent + func (o *MLEventSubscription) GetMLEventFilter() EventFilter + func (o *MLEventSubscription) GetMLEventFilterOk() (*EventFilter, bool) + func (o *MLEventSubscription) GetMLEventOk() (*NwdafEvent, bool) + func (o *MLEventSubscription) GetMLTargetPeriod() TimeWindow + func (o *MLEventSubscription) GetMLTargetPeriodOk() (*TimeWindow, bool) + func (o *MLEventSubscription) GetTgtUe() TargetUeInformation + func (o *MLEventSubscription) GetTgtUeOk() (*TargetUeInformation, bool) + func (o *MLEventSubscription) HasExpiryTime() bool + func (o *MLEventSubscription) HasMLTargetPeriod() bool + func (o *MLEventSubscription) HasTgtUe() bool + func (o *MLEventSubscription) SetExpiryTime(v time.Time) + func (o *MLEventSubscription) SetMLEvent(v NwdafEvent) + func (o *MLEventSubscription) SetMLEventFilter(v EventFilter) + func (o *MLEventSubscription) SetMLTargetPeriod(v TimeWindow) + func (o *MLEventSubscription) SetTgtUe(v TargetUeInformation) + func (o MLEventSubscription) MarshalJSON() ([]byte, error) + func (o MLEventSubscription) ToMap() (map[string]interface{}, error) + type MLModelAddr struct + Interface *interface{} + func InterfaceAsMLModelAddr(v *interface{}) MLModelAddr + func (dst *MLModelAddr) UnmarshalJSON(data []byte) error + func (obj *MLModelAddr) GetActualInstance() interface{} + func (src MLModelAddr) MarshalJSON() ([]byte, error) + type MappedNullable interface + ToMap func() (map[string]interface{}, error) + type MatchingDirection struct + MatchingDirectionAnyOf *MatchingDirectionAnyOf + String *string + func (dst *MatchingDirection) UnmarshalJSON(data []byte) error + func (src *MatchingDirection) MarshalJSON() ([]byte, error) + type MatchingDirectionAnyOf string + const ASCENDING + const CROSSED + const DESCENDING + func NewMatchingDirectionAnyOfFromValue(v string) (*MatchingDirectionAnyOf, error) + func (v *MatchingDirectionAnyOf) UnmarshalJSON(src []byte) error + func (v MatchingDirectionAnyOf) IsValid() bool + func (v MatchingDirectionAnyOf) Ptr() *MatchingDirectionAnyOf + 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 NetworkAreaInfo struct + Ecgis []Ecgi + GRanNodeIds []GlobalRanNodeId + Ncgis []Ncgi + Tais []Tai + func NewNetworkAreaInfo() *NetworkAreaInfo + func NewNetworkAreaInfoWithDefaults() *NetworkAreaInfo + func (o *NetworkAreaInfo) GetEcgis() []Ecgi + func (o *NetworkAreaInfo) GetEcgisOk() ([]Ecgi, bool) + func (o *NetworkAreaInfo) GetGRanNodeIds() []GlobalRanNodeId + func (o *NetworkAreaInfo) GetGRanNodeIdsOk() ([]GlobalRanNodeId, bool) + func (o *NetworkAreaInfo) GetNcgis() []Ncgi + func (o *NetworkAreaInfo) GetNcgisOk() ([]Ncgi, bool) + func (o *NetworkAreaInfo) GetTais() []Tai + func (o *NetworkAreaInfo) GetTaisOk() ([]Tai, bool) + func (o *NetworkAreaInfo) HasEcgis() bool + func (o *NetworkAreaInfo) HasGRanNodeIds() bool + func (o *NetworkAreaInfo) HasNcgis() bool + func (o *NetworkAreaInfo) HasTais() bool + func (o *NetworkAreaInfo) SetEcgis(v []Ecgi) + func (o *NetworkAreaInfo) SetGRanNodeIds(v []GlobalRanNodeId) + func (o *NetworkAreaInfo) SetNcgis(v []Ncgi) + func (o *NetworkAreaInfo) SetTais(v []Tai) + func (o NetworkAreaInfo) MarshalJSON() ([]byte, error) + func (o NetworkAreaInfo) ToMap() (map[string]interface{}, error) + type NetworkAreaInfo1 struct + Ecgis []Ecgi + GRanNodeIds []GlobalRanNodeId + Ncgis []Ncgi + Tais []Tai + func NewNetworkAreaInfo1() *NetworkAreaInfo1 + func NewNetworkAreaInfo1WithDefaults() *NetworkAreaInfo1 + func (o *NetworkAreaInfo1) GetEcgis() []Ecgi + func (o *NetworkAreaInfo1) GetEcgisOk() ([]Ecgi, bool) + func (o *NetworkAreaInfo1) GetGRanNodeIds() []GlobalRanNodeId + func (o *NetworkAreaInfo1) GetGRanNodeIdsOk() ([]GlobalRanNodeId, bool) + func (o *NetworkAreaInfo1) GetNcgis() []Ncgi + func (o *NetworkAreaInfo1) GetNcgisOk() ([]Ncgi, bool) + func (o *NetworkAreaInfo1) GetTais() []Tai + func (o *NetworkAreaInfo1) GetTaisOk() ([]Tai, bool) + func (o *NetworkAreaInfo1) HasEcgis() bool + func (o *NetworkAreaInfo1) HasGRanNodeIds() bool + func (o *NetworkAreaInfo1) HasNcgis() bool + func (o *NetworkAreaInfo1) HasTais() bool + func (o *NetworkAreaInfo1) SetEcgis(v []Ecgi) + func (o *NetworkAreaInfo1) SetGRanNodeIds(v []GlobalRanNodeId) + func (o *NetworkAreaInfo1) SetNcgis(v []Ncgi) + func (o *NetworkAreaInfo1) SetTais(v []Tai) + func (o NetworkAreaInfo1) MarshalJSON() ([]byte, error) + func (o NetworkAreaInfo1) ToMap() (map[string]interface{}, error) + type NetworkPerfType struct + NetworkPerfTypeAnyOf *NetworkPerfTypeAnyOf + String *string + func (dst *NetworkPerfType) UnmarshalJSON(data []byte) error + func (src *NetworkPerfType) MarshalJSON() ([]byte, error) + type NetworkPerfTypeAnyOf string + const GNB_ACTIVE_RATIO + const GNB_COMPUTING_USAGE + const GNB_DISK_USAGE + const GNB_MEMORY_USAGE + const HO_SUCC_RATIO + const NUM_OF_UE + const SESS_SUCC_RATIO + func NewNetworkPerfTypeAnyOfFromValue(v string) (*NetworkPerfTypeAnyOf, error) + func (v *NetworkPerfTypeAnyOf) UnmarshalJSON(src []byte) error + func (v NetworkPerfTypeAnyOf) IsValid() bool + func (v NetworkPerfTypeAnyOf) Ptr() *NetworkPerfTypeAnyOf + type NotificationFlag struct + NotificationFlagAnyOf *NotificationFlagAnyOf + String *string + func (dst *NotificationFlag) UnmarshalJSON(data []byte) error + func (src *NotificationFlag) MarshalJSON() ([]byte, error) + type NotificationFlagAnyOf string + const ACTIVATE + const DEACTIVATE + const RETRIEVAL + func NewNotificationFlagAnyOfFromValue(v string) (*NotificationFlagAnyOf, error) + func (v *NotificationFlagAnyOf) UnmarshalJSON(src []byte) error + func (v NotificationFlagAnyOf) IsValid() bool + func (v NotificationFlagAnyOf) Ptr() *NotificationFlagAnyOf + type NotificationMethod struct + NotificationMethodAnyOf *NotificationMethodAnyOf + String *string + func (dst *NotificationMethod) UnmarshalJSON(data []byte) error + func (src *NotificationMethod) MarshalJSON() ([]byte, error) + type NotificationMethodAnyOf string + const ONE_TIME + const ON_EVENT_DETECTION + const PERIODIC + func NewNotificationMethodAnyOfFromValue(v string) (*NotificationMethodAnyOf, error) + func (v *NotificationMethodAnyOf) UnmarshalJSON(src []byte) error + func (v NotificationMethodAnyOf) IsValid() bool + func (v NotificationMethodAnyOf) Ptr() *NotificationMethodAnyOf + type NsiIdInfo struct + NsiIds []string + Snssai Snssai + func NewNsiIdInfo(snssai Snssai) *NsiIdInfo + func NewNsiIdInfoWithDefaults() *NsiIdInfo + func (o *NsiIdInfo) GetNsiIds() []string + func (o *NsiIdInfo) GetNsiIdsOk() ([]string, bool) + func (o *NsiIdInfo) GetSnssai() Snssai + func (o *NsiIdInfo) GetSnssaiOk() (*Snssai, bool) + func (o *NsiIdInfo) HasNsiIds() bool + func (o *NsiIdInfo) SetNsiIds(v []string) + func (o *NsiIdInfo) SetSnssai(v Snssai) + func (o NsiIdInfo) MarshalJSON() ([]byte, error) + func (o NsiIdInfo) ToMap() (map[string]interface{}, error) + type NullableAccessTokenErr struct + func NewNullableAccessTokenErr(val *AccessTokenErr) *NullableAccessTokenErr + func (v *NullableAccessTokenErr) Set(val *AccessTokenErr) + func (v *NullableAccessTokenErr) UnmarshalJSON(src []byte) error + func (v *NullableAccessTokenErr) Unset() + func (v NullableAccessTokenErr) Get() *AccessTokenErr + func (v NullableAccessTokenErr) IsSet() bool + func (v NullableAccessTokenErr) MarshalJSON() ([]byte, error) + type NullableAccessTokenReq struct + func NewNullableAccessTokenReq(val *AccessTokenReq) *NullableAccessTokenReq + func (v *NullableAccessTokenReq) Set(val *AccessTokenReq) + func (v *NullableAccessTokenReq) UnmarshalJSON(src []byte) error + func (v *NullableAccessTokenReq) Unset() + func (v NullableAccessTokenReq) Get() *AccessTokenReq + func (v NullableAccessTokenReq) IsSet() bool + func (v NullableAccessTokenReq) MarshalJSON() ([]byte, error) + type NullableAddrFqdn struct + func NewNullableAddrFqdn(val *AddrFqdn) *NullableAddrFqdn + func (v *NullableAddrFqdn) Set(val *AddrFqdn) + func (v *NullableAddrFqdn) UnmarshalJSON(src []byte) error + func (v *NullableAddrFqdn) Unset() + func (v NullableAddrFqdn) Get() *AddrFqdn + func (v NullableAddrFqdn) IsSet() bool + func (v NullableAddrFqdn) MarshalJSON() ([]byte, error) + type NullableAnalyticsSubset struct + func NewNullableAnalyticsSubset(val *AnalyticsSubset) *NullableAnalyticsSubset + func (v *NullableAnalyticsSubset) Set(val *AnalyticsSubset) + func (v *NullableAnalyticsSubset) UnmarshalJSON(src []byte) error + func (v *NullableAnalyticsSubset) Unset() + func (v NullableAnalyticsSubset) Get() *AnalyticsSubset + func (v NullableAnalyticsSubset) IsSet() bool + func (v NullableAnalyticsSubset) MarshalJSON() ([]byte, error) + type NullableAnalyticsSubsetAnyOf struct + func NewNullableAnalyticsSubsetAnyOf(val *AnalyticsSubsetAnyOf) *NullableAnalyticsSubsetAnyOf + func (v *NullableAnalyticsSubsetAnyOf) Set(val *AnalyticsSubsetAnyOf) + func (v *NullableAnalyticsSubsetAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableAnalyticsSubsetAnyOf) Unset() + func (v NullableAnalyticsSubsetAnyOf) Get() *AnalyticsSubsetAnyOf + func (v NullableAnalyticsSubsetAnyOf) IsSet() bool + func (v NullableAnalyticsSubsetAnyOf) MarshalJSON() ([]byte, error) + type NullableBatteryIndication struct + func NewNullableBatteryIndication(val *BatteryIndication) *NullableBatteryIndication + func (v *NullableBatteryIndication) Set(val *BatteryIndication) + func (v *NullableBatteryIndication) UnmarshalJSON(src []byte) error + func (v *NullableBatteryIndication) Unset() + func (v NullableBatteryIndication) Get() *BatteryIndication + func (v NullableBatteryIndication) IsSet() bool + func (v NullableBatteryIndication) 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 NullableBwRequirement struct + func NewNullableBwRequirement(val *BwRequirement) *NullableBwRequirement + func (v *NullableBwRequirement) Set(val *BwRequirement) + func (v *NullableBwRequirement) UnmarshalJSON(src []byte) error + func (v *NullableBwRequirement) Unset() + func (v NullableBwRequirement) Get() *BwRequirement + func (v NullableBwRequirement) IsSet() bool + func (v NullableBwRequirement) MarshalJSON() ([]byte, error) + type NullableCivicAddress struct + func NewNullableCivicAddress(val *CivicAddress) *NullableCivicAddress + func (v *NullableCivicAddress) Set(val *CivicAddress) + func (v *NullableCivicAddress) UnmarshalJSON(src []byte) error + func (v *NullableCivicAddress) Unset() + func (v NullableCivicAddress) Get() *CivicAddress + func (v NullableCivicAddress) IsSet() bool + func (v NullableCivicAddress) MarshalJSON() ([]byte, error) + type NullableClassCriterion struct + func NewNullableClassCriterion(val *ClassCriterion) *NullableClassCriterion + func (v *NullableClassCriterion) Set(val *ClassCriterion) + func (v *NullableClassCriterion) UnmarshalJSON(src []byte) error + func (v *NullableClassCriterion) Unset() + func (v NullableClassCriterion) Get() *ClassCriterion + func (v NullableClassCriterion) IsSet() bool + func (v NullableClassCriterion) MarshalJSON() ([]byte, error) + type NullableDispersionClass struct + func NewNullableDispersionClass(val *DispersionClass) *NullableDispersionClass + func (v *NullableDispersionClass) Set(val *DispersionClass) + func (v *NullableDispersionClass) UnmarshalJSON(src []byte) error + func (v *NullableDispersionClass) Unset() + func (v NullableDispersionClass) Get() *DispersionClass + func (v NullableDispersionClass) IsSet() bool + func (v NullableDispersionClass) MarshalJSON() ([]byte, error) + type NullableDispersionClassOneOf struct + func NewNullableDispersionClassOneOf(val *DispersionClassOneOf) *NullableDispersionClassOneOf + func (v *NullableDispersionClassOneOf) Set(val *DispersionClassOneOf) + func (v *NullableDispersionClassOneOf) UnmarshalJSON(src []byte) error + func (v *NullableDispersionClassOneOf) Unset() + func (v NullableDispersionClassOneOf) Get() *DispersionClassOneOf + func (v NullableDispersionClassOneOf) IsSet() bool + func (v NullableDispersionClassOneOf) MarshalJSON() ([]byte, error) + type NullableDispersionOrderingCriterion struct + func NewNullableDispersionOrderingCriterion(val *DispersionOrderingCriterion) *NullableDispersionOrderingCriterion + func (v *NullableDispersionOrderingCriterion) Set(val *DispersionOrderingCriterion) + func (v *NullableDispersionOrderingCriterion) UnmarshalJSON(src []byte) error + func (v *NullableDispersionOrderingCriterion) Unset() + func (v NullableDispersionOrderingCriterion) Get() *DispersionOrderingCriterion + func (v NullableDispersionOrderingCriterion) IsSet() bool + func (v NullableDispersionOrderingCriterion) MarshalJSON() ([]byte, error) + type NullableDispersionOrderingCriterionAnyOf struct + func NewNullableDispersionOrderingCriterionAnyOf(val *DispersionOrderingCriterionAnyOf) *NullableDispersionOrderingCriterionAnyOf + func (v *NullableDispersionOrderingCriterionAnyOf) Set(val *DispersionOrderingCriterionAnyOf) + func (v *NullableDispersionOrderingCriterionAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableDispersionOrderingCriterionAnyOf) Unset() + func (v NullableDispersionOrderingCriterionAnyOf) Get() *DispersionOrderingCriterionAnyOf + func (v NullableDispersionOrderingCriterionAnyOf) IsSet() bool + func (v NullableDispersionOrderingCriterionAnyOf) MarshalJSON() ([]byte, error) + type NullableDispersionRequirement struct + func NewNullableDispersionRequirement(val *DispersionRequirement) *NullableDispersionRequirement + func (v *NullableDispersionRequirement) Set(val *DispersionRequirement) + func (v *NullableDispersionRequirement) UnmarshalJSON(src []byte) error + func (v *NullableDispersionRequirement) Unset() + func (v NullableDispersionRequirement) Get() *DispersionRequirement + func (v NullableDispersionRequirement) IsSet() bool + func (v NullableDispersionRequirement) MarshalJSON() ([]byte, error) + type NullableDispersionType struct + func NewNullableDispersionType(val *DispersionType) *NullableDispersionType + func (v *NullableDispersionType) Set(val *DispersionType) + func (v *NullableDispersionType) UnmarshalJSON(src []byte) error + func (v *NullableDispersionType) Unset() + func (v NullableDispersionType) Get() *DispersionType + func (v NullableDispersionType) IsSet() bool + func (v NullableDispersionType) MarshalJSON() ([]byte, error) + type NullableDispersionTypeOneOf struct + func NewNullableDispersionTypeOneOf(val *DispersionTypeOneOf) *NullableDispersionTypeOneOf + func (v *NullableDispersionTypeOneOf) Set(val *DispersionTypeOneOf) + func (v *NullableDispersionTypeOneOf) UnmarshalJSON(src []byte) error + func (v *NullableDispersionTypeOneOf) Unset() + func (v NullableDispersionTypeOneOf) Get() *DispersionTypeOneOf + func (v NullableDispersionTypeOneOf) IsSet() bool + func (v NullableDispersionTypeOneOf) MarshalJSON() ([]byte, error) + type NullableDnPerfOrderingCriterion struct + func NewNullableDnPerfOrderingCriterion(val *DnPerfOrderingCriterion) *NullableDnPerfOrderingCriterion + func (v *NullableDnPerfOrderingCriterion) Set(val *DnPerfOrderingCriterion) + func (v *NullableDnPerfOrderingCriterion) UnmarshalJSON(src []byte) error + func (v *NullableDnPerfOrderingCriterion) Unset() + func (v NullableDnPerfOrderingCriterion) Get() *DnPerfOrderingCriterion + func (v NullableDnPerfOrderingCriterion) IsSet() bool + func (v NullableDnPerfOrderingCriterion) MarshalJSON() ([]byte, error) + type NullableDnPerfOrderingCriterionAnyOf struct + func NewNullableDnPerfOrderingCriterionAnyOf(val *DnPerfOrderingCriterionAnyOf) *NullableDnPerfOrderingCriterionAnyOf + func (v *NullableDnPerfOrderingCriterionAnyOf) Set(val *DnPerfOrderingCriterionAnyOf) + func (v *NullableDnPerfOrderingCriterionAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableDnPerfOrderingCriterionAnyOf) Unset() + func (v NullableDnPerfOrderingCriterionAnyOf) Get() *DnPerfOrderingCriterionAnyOf + func (v NullableDnPerfOrderingCriterionAnyOf) IsSet() bool + func (v NullableDnPerfOrderingCriterionAnyOf) MarshalJSON() ([]byte, error) + type NullableDnPerformanceReq struct + func NewNullableDnPerformanceReq(val *DnPerformanceReq) *NullableDnPerformanceReq + func (v *NullableDnPerformanceReq) Set(val *DnPerformanceReq) + func (v *NullableDnPerformanceReq) UnmarshalJSON(src []byte) error + func (v *NullableDnPerformanceReq) Unset() + func (v NullableDnPerformanceReq) Get() *DnPerformanceReq + func (v NullableDnPerformanceReq) IsSet() bool + func (v NullableDnPerformanceReq) 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 NullableEllipsoidArc struct + func NewNullableEllipsoidArc(val *EllipsoidArc) *NullableEllipsoidArc + func (v *NullableEllipsoidArc) Set(val *EllipsoidArc) + func (v *NullableEllipsoidArc) UnmarshalJSON(src []byte) error + func (v *NullableEllipsoidArc) Unset() + func (v NullableEllipsoidArc) Get() *EllipsoidArc + func (v NullableEllipsoidArc) IsSet() bool + func (v NullableEllipsoidArc) MarshalJSON() ([]byte, error) + type NullableEllipsoidArcAllOf struct + func NewNullableEllipsoidArcAllOf(val *EllipsoidArcAllOf) *NullableEllipsoidArcAllOf + func (v *NullableEllipsoidArcAllOf) Set(val *EllipsoidArcAllOf) + func (v *NullableEllipsoidArcAllOf) UnmarshalJSON(src []byte) error + func (v *NullableEllipsoidArcAllOf) Unset() + func (v NullableEllipsoidArcAllOf) Get() *EllipsoidArcAllOf + func (v NullableEllipsoidArcAllOf) IsSet() bool + func (v NullableEllipsoidArcAllOf) MarshalJSON() ([]byte, error) + type NullableEventFilter struct + func NewNullableEventFilter(val *EventFilter) *NullableEventFilter + func (v *NullableEventFilter) Set(val *EventFilter) + func (v *NullableEventFilter) UnmarshalJSON(src []byte) error + func (v *NullableEventFilter) Unset() + func (v NullableEventFilter) Get() *EventFilter + func (v NullableEventFilter) IsSet() bool + func (v NullableEventFilter) MarshalJSON() ([]byte, error) + type NullableExceptionId struct + func NewNullableExceptionId(val *ExceptionId) *NullableExceptionId + func (v *NullableExceptionId) Set(val *ExceptionId) + func (v *NullableExceptionId) UnmarshalJSON(src []byte) error + func (v *NullableExceptionId) Unset() + func (v NullableExceptionId) Get() *ExceptionId + func (v NullableExceptionId) IsSet() bool + func (v NullableExceptionId) MarshalJSON() ([]byte, error) + type NullableExceptionIdAnyOf struct + func NewNullableExceptionIdAnyOf(val *ExceptionIdAnyOf) *NullableExceptionIdAnyOf + func (v *NullableExceptionIdAnyOf) Set(val *ExceptionIdAnyOf) + func (v *NullableExceptionIdAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableExceptionIdAnyOf) Unset() + func (v NullableExceptionIdAnyOf) Get() *ExceptionIdAnyOf + func (v NullableExceptionIdAnyOf) IsSet() bool + func (v NullableExceptionIdAnyOf) MarshalJSON() ([]byte, error) + type NullableExpectedAnalyticsType struct + func NewNullableExpectedAnalyticsType(val *ExpectedAnalyticsType) *NullableExpectedAnalyticsType + func (v *NullableExpectedAnalyticsType) Set(val *ExpectedAnalyticsType) + func (v *NullableExpectedAnalyticsType) UnmarshalJSON(src []byte) error + func (v *NullableExpectedAnalyticsType) Unset() + func (v NullableExpectedAnalyticsType) Get() *ExpectedAnalyticsType + func (v NullableExpectedAnalyticsType) IsSet() bool + func (v NullableExpectedAnalyticsType) MarshalJSON() ([]byte, error) + type NullableExpectedAnalyticsTypeAnyOf struct + func NewNullableExpectedAnalyticsTypeAnyOf(val *ExpectedAnalyticsTypeAnyOf) *NullableExpectedAnalyticsTypeAnyOf + func (v *NullableExpectedAnalyticsTypeAnyOf) Set(val *ExpectedAnalyticsTypeAnyOf) + func (v *NullableExpectedAnalyticsTypeAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableExpectedAnalyticsTypeAnyOf) Unset() + func (v NullableExpectedAnalyticsTypeAnyOf) Get() *ExpectedAnalyticsTypeAnyOf + func (v NullableExpectedAnalyticsTypeAnyOf) IsSet() bool + func (v NullableExpectedAnalyticsTypeAnyOf) MarshalJSON() ([]byte, error) + type NullableExpectedUeBehaviourData struct + func NewNullableExpectedUeBehaviourData(val *ExpectedUeBehaviourData) *NullableExpectedUeBehaviourData + func (v *NullableExpectedUeBehaviourData) Set(val *ExpectedUeBehaviourData) + func (v *NullableExpectedUeBehaviourData) UnmarshalJSON(src []byte) error + func (v *NullableExpectedUeBehaviourData) Unset() + func (v NullableExpectedUeBehaviourData) Get() *ExpectedUeBehaviourData + func (v NullableExpectedUeBehaviourData) IsSet() bool + func (v NullableExpectedUeBehaviourData) 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 NullableFailureEventInfoForMLModel struct + func NewNullableFailureEventInfoForMLModel(val *FailureEventInfoForMLModel) *NullableFailureEventInfoForMLModel + func (v *NullableFailureEventInfoForMLModel) Set(val *FailureEventInfoForMLModel) + func (v *NullableFailureEventInfoForMLModel) UnmarshalJSON(src []byte) error + func (v *NullableFailureEventInfoForMLModel) Unset() + func (v NullableFailureEventInfoForMLModel) Get() *FailureEventInfoForMLModel + func (v NullableFailureEventInfoForMLModel) IsSet() bool + func (v NullableFailureEventInfoForMLModel) 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 NullableGADShape struct + func NewNullableGADShape(val *GADShape) *NullableGADShape + func (v *NullableGADShape) Set(val *GADShape) + func (v *NullableGADShape) UnmarshalJSON(src []byte) error + func (v *NullableGADShape) Unset() + func (v NullableGADShape) Get() *GADShape + func (v NullableGADShape) IsSet() bool + func (v NullableGADShape) 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 NullableGeographicArea struct + func NewNullableGeographicArea(val *GeographicArea) *NullableGeographicArea + func (v *NullableGeographicArea) Set(val *GeographicArea) + func (v *NullableGeographicArea) UnmarshalJSON(src []byte) error + func (v *NullableGeographicArea) Unset() + func (v NullableGeographicArea) Get() *GeographicArea + func (v NullableGeographicArea) IsSet() bool + func (v NullableGeographicArea) MarshalJSON() ([]byte, error) + type NullableGeographicalCoordinates struct + func NewNullableGeographicalCoordinates(val *GeographicalCoordinates) *NullableGeographicalCoordinates + func (v *NullableGeographicalCoordinates) Set(val *GeographicalCoordinates) + func (v *NullableGeographicalCoordinates) UnmarshalJSON(src []byte) error + func (v *NullableGeographicalCoordinates) Unset() + func (v NullableGeographicalCoordinates) Get() *GeographicalCoordinates + func (v NullableGeographicalCoordinates) IsSet() bool + func (v NullableGeographicalCoordinates) 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 NullableInt struct + func NewNullableInt(val *int) *NullableInt + func (v *NullableInt) Set(val *int) + func (v *NullableInt) UnmarshalJSON(src []byte) error + func (v *NullableInt) Unset() + func (v NullableInt) Get() *int + func (v NullableInt) IsSet() bool + func (v NullableInt) MarshalJSON() ([]byte, error) + type NullableInt32 struct + func NewNullableInt32(val *int32) *NullableInt32 + func (v *NullableInt32) Set(val *int32) + func (v *NullableInt32) UnmarshalJSON(src []byte) error + func (v *NullableInt32) Unset() + func (v NullableInt32) Get() *int32 + func (v NullableInt32) IsSet() bool + func (v NullableInt32) MarshalJSON() ([]byte, error) + type NullableInt64 struct + func NewNullableInt64(val *int64) *NullableInt64 + func (v *NullableInt64) Set(val *int64) + func (v *NullableInt64) UnmarshalJSON(src []byte) error + func (v *NullableInt64) Unset() + func (v NullableInt64) Get() *int64 + func (v NullableInt64) IsSet() bool + func (v NullableInt64) MarshalJSON() ([]byte, error) + type NullableInvalidParam struct + func NewNullableInvalidParam(val *InvalidParam) *NullableInvalidParam + func (v *NullableInvalidParam) Set(val *InvalidParam) + func (v *NullableInvalidParam) UnmarshalJSON(src []byte) error + func (v *NullableInvalidParam) Unset() + func (v NullableInvalidParam) Get() *InvalidParam + func (v NullableInvalidParam) IsSet() bool + func (v NullableInvalidParam) MarshalJSON() ([]byte, error) + type NullableIpAddr struct + func NewNullableIpAddr(val *IpAddr) *NullableIpAddr + func (v *NullableIpAddr) Set(val *IpAddr) + func (v *NullableIpAddr) UnmarshalJSON(src []byte) error + func (v *NullableIpAddr) Unset() + func (v NullableIpAddr) Get() *IpAddr + func (v NullableIpAddr) IsSet() bool + func (v NullableIpAddr) MarshalJSON() ([]byte, error) + type NullableIpv6Addr struct + func NewNullableIpv6Addr(val *Ipv6Addr) *NullableIpv6Addr + func (v *NullableIpv6Addr) Set(val *Ipv6Addr) + func (v *NullableIpv6Addr) UnmarshalJSON(src []byte) error + func (v *NullableIpv6Addr) Unset() + func (v NullableIpv6Addr) Get() *Ipv6Addr + func (v NullableIpv6Addr) IsSet() bool + func (v NullableIpv6Addr) MarshalJSON() ([]byte, error) + type NullableIpv6Prefix struct + func NewNullableIpv6Prefix(val *Ipv6Prefix) *NullableIpv6Prefix + func (v *NullableIpv6Prefix) Set(val *Ipv6Prefix) + func (v *NullableIpv6Prefix) UnmarshalJSON(src []byte) error + func (v *NullableIpv6Prefix) Unset() + func (v NullableIpv6Prefix) Get() *Ipv6Prefix + func (v NullableIpv6Prefix) IsSet() bool + func (v NullableIpv6Prefix) MarshalJSON() ([]byte, error) + type NullableLocal2dPointUncertaintyEllipse struct + func NewNullableLocal2dPointUncertaintyEllipse(val *Local2dPointUncertaintyEllipse) *NullableLocal2dPointUncertaintyEllipse + func (v *NullableLocal2dPointUncertaintyEllipse) Set(val *Local2dPointUncertaintyEllipse) + func (v *NullableLocal2dPointUncertaintyEllipse) UnmarshalJSON(src []byte) error + func (v *NullableLocal2dPointUncertaintyEllipse) Unset() + func (v NullableLocal2dPointUncertaintyEllipse) Get() *Local2dPointUncertaintyEllipse + func (v NullableLocal2dPointUncertaintyEllipse) IsSet() bool + func (v NullableLocal2dPointUncertaintyEllipse) MarshalJSON() ([]byte, error) + type NullableLocal2dPointUncertaintyEllipseAllOf struct + func NewNullableLocal2dPointUncertaintyEllipseAllOf(val *Local2dPointUncertaintyEllipseAllOf) *NullableLocal2dPointUncertaintyEllipseAllOf + func (v *NullableLocal2dPointUncertaintyEllipseAllOf) Set(val *Local2dPointUncertaintyEllipseAllOf) + func (v *NullableLocal2dPointUncertaintyEllipseAllOf) UnmarshalJSON(src []byte) error + func (v *NullableLocal2dPointUncertaintyEllipseAllOf) Unset() + func (v NullableLocal2dPointUncertaintyEllipseAllOf) Get() *Local2dPointUncertaintyEllipseAllOf + func (v NullableLocal2dPointUncertaintyEllipseAllOf) IsSet() bool + func (v NullableLocal2dPointUncertaintyEllipseAllOf) MarshalJSON() ([]byte, error) + type NullableLocal3dPointUncertaintyEllipsoid struct + func NewNullableLocal3dPointUncertaintyEllipsoid(val *Local3dPointUncertaintyEllipsoid) *NullableLocal3dPointUncertaintyEllipsoid + func (v *NullableLocal3dPointUncertaintyEllipsoid) Set(val *Local3dPointUncertaintyEllipsoid) + func (v *NullableLocal3dPointUncertaintyEllipsoid) UnmarshalJSON(src []byte) error + func (v *NullableLocal3dPointUncertaintyEllipsoid) Unset() + func (v NullableLocal3dPointUncertaintyEllipsoid) Get() *Local3dPointUncertaintyEllipsoid + func (v NullableLocal3dPointUncertaintyEllipsoid) IsSet() bool + func (v NullableLocal3dPointUncertaintyEllipsoid) MarshalJSON() ([]byte, error) + type NullableLocal3dPointUncertaintyEllipsoidAllOf struct + func NewNullableLocal3dPointUncertaintyEllipsoidAllOf(val *Local3dPointUncertaintyEllipsoidAllOf) *NullableLocal3dPointUncertaintyEllipsoidAllOf + func (v *NullableLocal3dPointUncertaintyEllipsoidAllOf) Set(val *Local3dPointUncertaintyEllipsoidAllOf) + func (v *NullableLocal3dPointUncertaintyEllipsoidAllOf) UnmarshalJSON(src []byte) error + func (v *NullableLocal3dPointUncertaintyEllipsoidAllOf) Unset() + func (v NullableLocal3dPointUncertaintyEllipsoidAllOf) Get() *Local3dPointUncertaintyEllipsoidAllOf + func (v NullableLocal3dPointUncertaintyEllipsoidAllOf) IsSet() bool + func (v NullableLocal3dPointUncertaintyEllipsoidAllOf) MarshalJSON() ([]byte, error) + type NullableLocalOrigin struct + func NewNullableLocalOrigin(val *LocalOrigin) *NullableLocalOrigin + func (v *NullableLocalOrigin) Set(val *LocalOrigin) + func (v *NullableLocalOrigin) UnmarshalJSON(src []byte) error + func (v *NullableLocalOrigin) Unset() + func (v NullableLocalOrigin) Get() *LocalOrigin + func (v NullableLocalOrigin) IsSet() bool + func (v NullableLocalOrigin) MarshalJSON() ([]byte, error) + type NullableLocationArea struct + func NewNullableLocationArea(val *LocationArea) *NullableLocationArea + func (v *NullableLocationArea) Set(val *LocationArea) + func (v *NullableLocationArea) UnmarshalJSON(src []byte) error + func (v *NullableLocationArea) Unset() + func (v NullableLocationArea) Get() *LocationArea + func (v NullableLocationArea) IsSet() bool + func (v NullableLocationArea) MarshalJSON() ([]byte, error) + type NullableMLEventNotif struct + func NewNullableMLEventNotif(val *MLEventNotif) *NullableMLEventNotif + func (v *NullableMLEventNotif) Set(val *MLEventNotif) + func (v *NullableMLEventNotif) UnmarshalJSON(src []byte) error + func (v *NullableMLEventNotif) Unset() + func (v NullableMLEventNotif) Get() *MLEventNotif + func (v NullableMLEventNotif) IsSet() bool + func (v NullableMLEventNotif) MarshalJSON() ([]byte, error) + type NullableMLEventSubscription struct + func NewNullableMLEventSubscription(val *MLEventSubscription) *NullableMLEventSubscription + func (v *NullableMLEventSubscription) Set(val *MLEventSubscription) + func (v *NullableMLEventSubscription) UnmarshalJSON(src []byte) error + func (v *NullableMLEventSubscription) Unset() + func (v NullableMLEventSubscription) Get() *MLEventSubscription + func (v NullableMLEventSubscription) IsSet() bool + func (v NullableMLEventSubscription) MarshalJSON() ([]byte, error) + type NullableMLModelAddr struct + func NewNullableMLModelAddr(val *MLModelAddr) *NullableMLModelAddr + func (v *NullableMLModelAddr) Set(val *MLModelAddr) + func (v *NullableMLModelAddr) UnmarshalJSON(src []byte) error + func (v *NullableMLModelAddr) Unset() + func (v NullableMLModelAddr) Get() *MLModelAddr + func (v NullableMLModelAddr) IsSet() bool + func (v NullableMLModelAddr) MarshalJSON() ([]byte, error) + type NullableMatchingDirection struct + func NewNullableMatchingDirection(val *MatchingDirection) *NullableMatchingDirection + func (v *NullableMatchingDirection) Set(val *MatchingDirection) + func (v *NullableMatchingDirection) UnmarshalJSON(src []byte) error + func (v *NullableMatchingDirection) Unset() + func (v NullableMatchingDirection) Get() *MatchingDirection + func (v NullableMatchingDirection) IsSet() bool + func (v NullableMatchingDirection) MarshalJSON() ([]byte, error) + type NullableMatchingDirectionAnyOf struct + func NewNullableMatchingDirectionAnyOf(val *MatchingDirectionAnyOf) *NullableMatchingDirectionAnyOf + func (v *NullableMatchingDirectionAnyOf) Set(val *MatchingDirectionAnyOf) + func (v *NullableMatchingDirectionAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableMatchingDirectionAnyOf) Unset() + func (v NullableMatchingDirectionAnyOf) Get() *MatchingDirectionAnyOf + func (v NullableMatchingDirectionAnyOf) IsSet() bool + func (v NullableMatchingDirectionAnyOf) 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 NullableNetworkAreaInfo struct + func NewNullableNetworkAreaInfo(val *NetworkAreaInfo) *NullableNetworkAreaInfo + func (v *NullableNetworkAreaInfo) Set(val *NetworkAreaInfo) + func (v *NullableNetworkAreaInfo) UnmarshalJSON(src []byte) error + func (v *NullableNetworkAreaInfo) Unset() + func (v NullableNetworkAreaInfo) Get() *NetworkAreaInfo + func (v NullableNetworkAreaInfo) IsSet() bool + func (v NullableNetworkAreaInfo) MarshalJSON() ([]byte, error) + type NullableNetworkAreaInfo1 struct + func NewNullableNetworkAreaInfo1(val *NetworkAreaInfo1) *NullableNetworkAreaInfo1 + func (v *NullableNetworkAreaInfo1) Set(val *NetworkAreaInfo1) + func (v *NullableNetworkAreaInfo1) UnmarshalJSON(src []byte) error + func (v *NullableNetworkAreaInfo1) Unset() + func (v NullableNetworkAreaInfo1) Get() *NetworkAreaInfo1 + func (v NullableNetworkAreaInfo1) IsSet() bool + func (v NullableNetworkAreaInfo1) MarshalJSON() ([]byte, error) + type NullableNetworkPerfType struct + func NewNullableNetworkPerfType(val *NetworkPerfType) *NullableNetworkPerfType + func (v *NullableNetworkPerfType) Set(val *NetworkPerfType) + func (v *NullableNetworkPerfType) UnmarshalJSON(src []byte) error + func (v *NullableNetworkPerfType) Unset() + func (v NullableNetworkPerfType) Get() *NetworkPerfType + func (v NullableNetworkPerfType) IsSet() bool + func (v NullableNetworkPerfType) MarshalJSON() ([]byte, error) + type NullableNetworkPerfTypeAnyOf struct + func NewNullableNetworkPerfTypeAnyOf(val *NetworkPerfTypeAnyOf) *NullableNetworkPerfTypeAnyOf + func (v *NullableNetworkPerfTypeAnyOf) Set(val *NetworkPerfTypeAnyOf) + func (v *NullableNetworkPerfTypeAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableNetworkPerfTypeAnyOf) Unset() + func (v NullableNetworkPerfTypeAnyOf) Get() *NetworkPerfTypeAnyOf + func (v NullableNetworkPerfTypeAnyOf) IsSet() bool + func (v NullableNetworkPerfTypeAnyOf) MarshalJSON() ([]byte, error) + type NullableNotificationFlag struct + func NewNullableNotificationFlag(val *NotificationFlag) *NullableNotificationFlag + func (v *NullableNotificationFlag) Set(val *NotificationFlag) + func (v *NullableNotificationFlag) UnmarshalJSON(src []byte) error + func (v *NullableNotificationFlag) Unset() + func (v NullableNotificationFlag) Get() *NotificationFlag + func (v NullableNotificationFlag) IsSet() bool + func (v NullableNotificationFlag) MarshalJSON() ([]byte, error) + type NullableNotificationFlagAnyOf struct + func NewNullableNotificationFlagAnyOf(val *NotificationFlagAnyOf) *NullableNotificationFlagAnyOf + func (v *NullableNotificationFlagAnyOf) Set(val *NotificationFlagAnyOf) + func (v *NullableNotificationFlagAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableNotificationFlagAnyOf) Unset() + func (v NullableNotificationFlagAnyOf) Get() *NotificationFlagAnyOf + func (v NullableNotificationFlagAnyOf) IsSet() bool + func (v NullableNotificationFlagAnyOf) MarshalJSON() ([]byte, error) + type NullableNotificationMethod struct + func NewNullableNotificationMethod(val *NotificationMethod) *NullableNotificationMethod + func (v *NullableNotificationMethod) Set(val *NotificationMethod) + func (v *NullableNotificationMethod) UnmarshalJSON(src []byte) error + func (v *NullableNotificationMethod) Unset() + func (v NullableNotificationMethod) Get() *NotificationMethod + func (v NullableNotificationMethod) IsSet() bool + func (v NullableNotificationMethod) MarshalJSON() ([]byte, error) + type NullableNotificationMethodAnyOf struct + func NewNullableNotificationMethodAnyOf(val *NotificationMethodAnyOf) *NullableNotificationMethodAnyOf + func (v *NullableNotificationMethodAnyOf) Set(val *NotificationMethodAnyOf) + func (v *NullableNotificationMethodAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableNotificationMethodAnyOf) Unset() + func (v NullableNotificationMethodAnyOf) Get() *NotificationMethodAnyOf + func (v NullableNotificationMethodAnyOf) IsSet() bool + func (v NullableNotificationMethodAnyOf) MarshalJSON() ([]byte, error) + type NullableNsiIdInfo struct + func NewNullableNsiIdInfo(val *NsiIdInfo) *NullableNsiIdInfo + func (v *NullableNsiIdInfo) Set(val *NsiIdInfo) + func (v *NullableNsiIdInfo) UnmarshalJSON(src []byte) error + func (v *NullableNsiIdInfo) Unset() + func (v NullableNsiIdInfo) Get() *NsiIdInfo + func (v NullableNsiIdInfo) IsSet() bool + func (v NullableNsiIdInfo) 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 NullableNwdafMLModelProvNotif struct + func NewNullableNwdafMLModelProvNotif(val *NwdafMLModelProvNotif) *NullableNwdafMLModelProvNotif + func (v *NullableNwdafMLModelProvNotif) Set(val *NwdafMLModelProvNotif) + func (v *NullableNwdafMLModelProvNotif) UnmarshalJSON(src []byte) error + func (v *NullableNwdafMLModelProvNotif) Unset() + func (v NullableNwdafMLModelProvNotif) Get() *NwdafMLModelProvNotif + func (v NullableNwdafMLModelProvNotif) IsSet() bool + func (v NullableNwdafMLModelProvNotif) MarshalJSON() ([]byte, error) + type NullableNwdafMLModelProvSubsc struct + func NewNullableNwdafMLModelProvSubsc(val *NwdafMLModelProvSubsc) *NullableNwdafMLModelProvSubsc + func (v *NullableNwdafMLModelProvSubsc) Set(val *NwdafMLModelProvSubsc) + func (v *NullableNwdafMLModelProvSubsc) UnmarshalJSON(src []byte) error + func (v *NullableNwdafMLModelProvSubsc) Unset() + func (v NullableNwdafMLModelProvSubsc) Get() *NwdafMLModelProvSubsc + func (v NullableNwdafMLModelProvSubsc) IsSet() bool + func (v NullableNwdafMLModelProvSubsc) MarshalJSON() ([]byte, error) + type NullablePartitioningCriteria struct + func NewNullablePartitioningCriteria(val *PartitioningCriteria) *NullablePartitioningCriteria + func (v *NullablePartitioningCriteria) Set(val *PartitioningCriteria) + func (v *NullablePartitioningCriteria) UnmarshalJSON(src []byte) error + func (v *NullablePartitioningCriteria) Unset() + func (v NullablePartitioningCriteria) Get() *PartitioningCriteria + func (v NullablePartitioningCriteria) IsSet() bool + func (v NullablePartitioningCriteria) MarshalJSON() ([]byte, error) + type NullablePartitioningCriteriaAnyOf struct + func NewNullablePartitioningCriteriaAnyOf(val *PartitioningCriteriaAnyOf) *NullablePartitioningCriteriaAnyOf + func (v *NullablePartitioningCriteriaAnyOf) Set(val *PartitioningCriteriaAnyOf) + func (v *NullablePartitioningCriteriaAnyOf) UnmarshalJSON(src []byte) error + func (v *NullablePartitioningCriteriaAnyOf) Unset() + func (v NullablePartitioningCriteriaAnyOf) Get() *PartitioningCriteriaAnyOf + func (v NullablePartitioningCriteriaAnyOf) IsSet() bool + func (v NullablePartitioningCriteriaAnyOf) MarshalJSON() ([]byte, error) + type 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 NullablePoint struct + func NewNullablePoint(val *Point) *NullablePoint + func (v *NullablePoint) Set(val *Point) + func (v *NullablePoint) UnmarshalJSON(src []byte) error + func (v *NullablePoint) Unset() + func (v NullablePoint) Get() *Point + func (v NullablePoint) IsSet() bool + func (v NullablePoint) MarshalJSON() ([]byte, error) + type NullablePointAllOf struct + func NewNullablePointAllOf(val *PointAllOf) *NullablePointAllOf + func (v *NullablePointAllOf) Set(val *PointAllOf) + func (v *NullablePointAllOf) UnmarshalJSON(src []byte) error + func (v *NullablePointAllOf) Unset() + func (v NullablePointAllOf) Get() *PointAllOf + func (v NullablePointAllOf) IsSet() bool + func (v NullablePointAllOf) MarshalJSON() ([]byte, error) + type NullablePointAltitude struct + func NewNullablePointAltitude(val *PointAltitude) *NullablePointAltitude + func (v *NullablePointAltitude) Set(val *PointAltitude) + func (v *NullablePointAltitude) UnmarshalJSON(src []byte) error + func (v *NullablePointAltitude) Unset() + func (v NullablePointAltitude) Get() *PointAltitude + func (v NullablePointAltitude) IsSet() bool + func (v NullablePointAltitude) MarshalJSON() ([]byte, error) + type NullablePointAltitudeAllOf struct + func NewNullablePointAltitudeAllOf(val *PointAltitudeAllOf) *NullablePointAltitudeAllOf + func (v *NullablePointAltitudeAllOf) Set(val *PointAltitudeAllOf) + func (v *NullablePointAltitudeAllOf) UnmarshalJSON(src []byte) error + func (v *NullablePointAltitudeAllOf) Unset() + func (v NullablePointAltitudeAllOf) Get() *PointAltitudeAllOf + func (v NullablePointAltitudeAllOf) IsSet() bool + func (v NullablePointAltitudeAllOf) MarshalJSON() ([]byte, error) + type NullablePointAltitudeUncertainty struct + func NewNullablePointAltitudeUncertainty(val *PointAltitudeUncertainty) *NullablePointAltitudeUncertainty + func (v *NullablePointAltitudeUncertainty) Set(val *PointAltitudeUncertainty) + func (v *NullablePointAltitudeUncertainty) UnmarshalJSON(src []byte) error + func (v *NullablePointAltitudeUncertainty) Unset() + func (v NullablePointAltitudeUncertainty) Get() *PointAltitudeUncertainty + func (v NullablePointAltitudeUncertainty) IsSet() bool + func (v NullablePointAltitudeUncertainty) MarshalJSON() ([]byte, error) + type NullablePointAltitudeUncertaintyAllOf struct + func NewNullablePointAltitudeUncertaintyAllOf(val *PointAltitudeUncertaintyAllOf) *NullablePointAltitudeUncertaintyAllOf + func (v *NullablePointAltitudeUncertaintyAllOf) Set(val *PointAltitudeUncertaintyAllOf) + func (v *NullablePointAltitudeUncertaintyAllOf) UnmarshalJSON(src []byte) error + func (v *NullablePointAltitudeUncertaintyAllOf) Unset() + func (v NullablePointAltitudeUncertaintyAllOf) Get() *PointAltitudeUncertaintyAllOf + func (v NullablePointAltitudeUncertaintyAllOf) IsSet() bool + func (v NullablePointAltitudeUncertaintyAllOf) MarshalJSON() ([]byte, error) + type NullablePointUncertaintyCircle struct + func NewNullablePointUncertaintyCircle(val *PointUncertaintyCircle) *NullablePointUncertaintyCircle + func (v *NullablePointUncertaintyCircle) Set(val *PointUncertaintyCircle) + func (v *NullablePointUncertaintyCircle) UnmarshalJSON(src []byte) error + func (v *NullablePointUncertaintyCircle) Unset() + func (v NullablePointUncertaintyCircle) Get() *PointUncertaintyCircle + func (v NullablePointUncertaintyCircle) IsSet() bool + func (v NullablePointUncertaintyCircle) MarshalJSON() ([]byte, error) + type NullablePointUncertaintyCircleAllOf struct + func NewNullablePointUncertaintyCircleAllOf(val *PointUncertaintyCircleAllOf) *NullablePointUncertaintyCircleAllOf + func (v *NullablePointUncertaintyCircleAllOf) Set(val *PointUncertaintyCircleAllOf) + func (v *NullablePointUncertaintyCircleAllOf) UnmarshalJSON(src []byte) error + func (v *NullablePointUncertaintyCircleAllOf) Unset() + func (v NullablePointUncertaintyCircleAllOf) Get() *PointUncertaintyCircleAllOf + func (v NullablePointUncertaintyCircleAllOf) IsSet() bool + func (v NullablePointUncertaintyCircleAllOf) MarshalJSON() ([]byte, error) + type NullablePointUncertaintyEllipse struct + func NewNullablePointUncertaintyEllipse(val *PointUncertaintyEllipse) *NullablePointUncertaintyEllipse + func (v *NullablePointUncertaintyEllipse) Set(val *PointUncertaintyEllipse) + func (v *NullablePointUncertaintyEllipse) UnmarshalJSON(src []byte) error + func (v *NullablePointUncertaintyEllipse) Unset() + func (v NullablePointUncertaintyEllipse) Get() *PointUncertaintyEllipse + func (v NullablePointUncertaintyEllipse) IsSet() bool + func (v NullablePointUncertaintyEllipse) MarshalJSON() ([]byte, error) + type NullablePointUncertaintyEllipseAllOf struct + func NewNullablePointUncertaintyEllipseAllOf(val *PointUncertaintyEllipseAllOf) *NullablePointUncertaintyEllipseAllOf + func (v *NullablePointUncertaintyEllipseAllOf) Set(val *PointUncertaintyEllipseAllOf) + func (v *NullablePointUncertaintyEllipseAllOf) UnmarshalJSON(src []byte) error + func (v *NullablePointUncertaintyEllipseAllOf) Unset() + func (v NullablePointUncertaintyEllipseAllOf) Get() *PointUncertaintyEllipseAllOf + func (v NullablePointUncertaintyEllipseAllOf) IsSet() bool + func (v NullablePointUncertaintyEllipseAllOf) MarshalJSON() ([]byte, error) + type NullablePolygon struct + func NewNullablePolygon(val *Polygon) *NullablePolygon + func (v *NullablePolygon) Set(val *Polygon) + func (v *NullablePolygon) UnmarshalJSON(src []byte) error + func (v *NullablePolygon) Unset() + func (v NullablePolygon) Get() *Polygon + func (v NullablePolygon) IsSet() bool + func (v NullablePolygon) MarshalJSON() ([]byte, error) + type NullablePolygonAllOf struct + func NewNullablePolygonAllOf(val *PolygonAllOf) *NullablePolygonAllOf + func (v *NullablePolygonAllOf) Set(val *PolygonAllOf) + func (v *NullablePolygonAllOf) UnmarshalJSON(src []byte) error + func (v *NullablePolygonAllOf) Unset() + func (v NullablePolygonAllOf) Get() *PolygonAllOf + func (v NullablePolygonAllOf) IsSet() bool + func (v NullablePolygonAllOf) 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 NullableQosRequirement struct + func NewNullableQosRequirement(val *QosRequirement) *NullableQosRequirement + func (v *NullableQosRequirement) Set(val *QosRequirement) + func (v *NullableQosRequirement) UnmarshalJSON(src []byte) error + func (v *NullableQosRequirement) Unset() + func (v NullableQosRequirement) Get() *QosRequirement + func (v NullableQosRequirement) IsSet() bool + func (v NullableQosRequirement) 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 NullableRankingCriterion struct + func NewNullableRankingCriterion(val *RankingCriterion) *NullableRankingCriterion + func (v *NullableRankingCriterion) Set(val *RankingCriterion) + func (v *NullableRankingCriterion) UnmarshalJSON(src []byte) error + func (v *NullableRankingCriterion) Unset() + func (v NullableRankingCriterion) Get() *RankingCriterion + func (v NullableRankingCriterion) IsSet() bool + func (v NullableRankingCriterion) MarshalJSON() ([]byte, error) + type NullableRatFreqInformation struct + func NewNullableRatFreqInformation(val *RatFreqInformation) *NullableRatFreqInformation + func (v *NullableRatFreqInformation) Set(val *RatFreqInformation) + func (v *NullableRatFreqInformation) UnmarshalJSON(src []byte) error + func (v *NullableRatFreqInformation) Unset() + func (v NullableRatFreqInformation) Get() *RatFreqInformation + func (v NullableRatFreqInformation) IsSet() bool + func (v NullableRatFreqInformation) 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 NullableRedTransExpOrderingCriterion struct + func NewNullableRedTransExpOrderingCriterion(val *RedTransExpOrderingCriterion) *NullableRedTransExpOrderingCriterion + func (v *NullableRedTransExpOrderingCriterion) Set(val *RedTransExpOrderingCriterion) + func (v *NullableRedTransExpOrderingCriterion) UnmarshalJSON(src []byte) error + func (v *NullableRedTransExpOrderingCriterion) Unset() + func (v NullableRedTransExpOrderingCriterion) Get() *RedTransExpOrderingCriterion + func (v NullableRedTransExpOrderingCriterion) IsSet() bool + func (v NullableRedTransExpOrderingCriterion) MarshalJSON() ([]byte, error) + type NullableRedTransExpOrderingCriterionAnyOf struct + func NewNullableRedTransExpOrderingCriterionAnyOf(val *RedTransExpOrderingCriterionAnyOf) *NullableRedTransExpOrderingCriterionAnyOf + func (v *NullableRedTransExpOrderingCriterionAnyOf) Set(val *RedTransExpOrderingCriterionAnyOf) + func (v *NullableRedTransExpOrderingCriterionAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableRedTransExpOrderingCriterionAnyOf) Unset() + func (v NullableRedTransExpOrderingCriterionAnyOf) Get() *RedTransExpOrderingCriterionAnyOf + func (v NullableRedTransExpOrderingCriterionAnyOf) IsSet() bool + func (v NullableRedTransExpOrderingCriterionAnyOf) 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 NullableRedundantTransmissionExpReq struct + func NewNullableRedundantTransmissionExpReq(val *RedundantTransmissionExpReq) *NullableRedundantTransmissionExpReq + func (v *NullableRedundantTransmissionExpReq) Set(val *RedundantTransmissionExpReq) + func (v *NullableRedundantTransmissionExpReq) UnmarshalJSON(src []byte) error + func (v *NullableRedundantTransmissionExpReq) Unset() + func (v NullableRedundantTransmissionExpReq) Get() *RedundantTransmissionExpReq + func (v NullableRedundantTransmissionExpReq) IsSet() bool + func (v NullableRedundantTransmissionExpReq) MarshalJSON() ([]byte, error) + type NullableRelativeCartesianLocation struct + func NewNullableRelativeCartesianLocation(val *RelativeCartesianLocation) *NullableRelativeCartesianLocation + func (v *NullableRelativeCartesianLocation) Set(val *RelativeCartesianLocation) + func (v *NullableRelativeCartesianLocation) UnmarshalJSON(src []byte) error + func (v *NullableRelativeCartesianLocation) Unset() + func (v NullableRelativeCartesianLocation) Get() *RelativeCartesianLocation + func (v NullableRelativeCartesianLocation) IsSet() bool + func (v NullableRelativeCartesianLocation) MarshalJSON() ([]byte, error) + type NullableReportingInformation struct + func NewNullableReportingInformation(val *ReportingInformation) *NullableReportingInformation + func (v *NullableReportingInformation) Set(val *ReportingInformation) + func (v *NullableReportingInformation) UnmarshalJSON(src []byte) error + func (v *NullableReportingInformation) Unset() + func (v NullableReportingInformation) Get() *ReportingInformation + func (v NullableReportingInformation) IsSet() bool + func (v NullableReportingInformation) MarshalJSON() ([]byte, error) + type NullableScheduledCommunicationTime struct + func NewNullableScheduledCommunicationTime(val *ScheduledCommunicationTime) *NullableScheduledCommunicationTime + func (v *NullableScheduledCommunicationTime) Set(val *ScheduledCommunicationTime) + func (v *NullableScheduledCommunicationTime) UnmarshalJSON(src []byte) error + func (v *NullableScheduledCommunicationTime) Unset() + func (v NullableScheduledCommunicationTime) Get() *ScheduledCommunicationTime + func (v NullableScheduledCommunicationTime) IsSet() bool + func (v NullableScheduledCommunicationTime) MarshalJSON() ([]byte, error) + type NullableScheduledCommunicationType struct + func NewNullableScheduledCommunicationType(val *ScheduledCommunicationType) *NullableScheduledCommunicationType + func (v *NullableScheduledCommunicationType) Set(val *ScheduledCommunicationType) + func (v *NullableScheduledCommunicationType) UnmarshalJSON(src []byte) error + func (v *NullableScheduledCommunicationType) Unset() + func (v NullableScheduledCommunicationType) Get() *ScheduledCommunicationType + func (v NullableScheduledCommunicationType) IsSet() bool + func (v NullableScheduledCommunicationType) MarshalJSON() ([]byte, error) + type NullableScheduledCommunicationTypeAnyOf struct + func NewNullableScheduledCommunicationTypeAnyOf(val *ScheduledCommunicationTypeAnyOf) *NullableScheduledCommunicationTypeAnyOf + func (v *NullableScheduledCommunicationTypeAnyOf) Set(val *ScheduledCommunicationTypeAnyOf) + func (v *NullableScheduledCommunicationTypeAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableScheduledCommunicationTypeAnyOf) Unset() + func (v NullableScheduledCommunicationTypeAnyOf) Get() *ScheduledCommunicationTypeAnyOf + func (v NullableScheduledCommunicationTypeAnyOf) IsSet() bool + func (v NullableScheduledCommunicationTypeAnyOf) 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 NullableStationaryIndication struct + func NewNullableStationaryIndication(val *StationaryIndication) *NullableStationaryIndication + func (v *NullableStationaryIndication) Set(val *StationaryIndication) + func (v *NullableStationaryIndication) UnmarshalJSON(src []byte) error + func (v *NullableStationaryIndication) Unset() + func (v NullableStationaryIndication) Get() *StationaryIndication + func (v NullableStationaryIndication) IsSet() bool + func (v NullableStationaryIndication) MarshalJSON() ([]byte, error) + type NullableStationaryIndicationAnyOf struct + func NewNullableStationaryIndicationAnyOf(val *StationaryIndicationAnyOf) *NullableStationaryIndicationAnyOf + func (v *NullableStationaryIndicationAnyOf) Set(val *StationaryIndicationAnyOf) + func (v *NullableStationaryIndicationAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableStationaryIndicationAnyOf) Unset() + func (v NullableStationaryIndicationAnyOf) Get() *StationaryIndicationAnyOf + func (v NullableStationaryIndicationAnyOf) IsSet() bool + func (v NullableStationaryIndicationAnyOf) 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 NullableSupportedGADShapes struct + func NewNullableSupportedGADShapes(val *SupportedGADShapes) *NullableSupportedGADShapes + func (v *NullableSupportedGADShapes) Set(val *SupportedGADShapes) + func (v *NullableSupportedGADShapes) UnmarshalJSON(src []byte) error + func (v *NullableSupportedGADShapes) Unset() + func (v NullableSupportedGADShapes) Get() *SupportedGADShapes + func (v NullableSupportedGADShapes) IsSet() bool + func (v NullableSupportedGADShapes) MarshalJSON() ([]byte, error) + type NullableSupportedGADShapesAnyOf struct + func NewNullableSupportedGADShapesAnyOf(val *SupportedGADShapesAnyOf) *NullableSupportedGADShapesAnyOf + func (v *NullableSupportedGADShapesAnyOf) Set(val *SupportedGADShapesAnyOf) + func (v *NullableSupportedGADShapesAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableSupportedGADShapesAnyOf) Unset() + func (v NullableSupportedGADShapesAnyOf) Get() *SupportedGADShapesAnyOf + func (v NullableSupportedGADShapesAnyOf) IsSet() bool + func (v NullableSupportedGADShapesAnyOf) 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 NullableTargetUeInformation struct + func NewNullableTargetUeInformation(val *TargetUeInformation) *NullableTargetUeInformation + func (v *NullableTargetUeInformation) Set(val *TargetUeInformation) + func (v *NullableTargetUeInformation) UnmarshalJSON(src []byte) error + func (v *NullableTargetUeInformation) Unset() + func (v NullableTargetUeInformation) Get() *TargetUeInformation + func (v NullableTargetUeInformation) IsSet() bool + func (v NullableTargetUeInformation) MarshalJSON() ([]byte, error) + type NullableThresholdLevel struct + func NewNullableThresholdLevel(val *ThresholdLevel) *NullableThresholdLevel + func (v *NullableThresholdLevel) Set(val *ThresholdLevel) + func (v *NullableThresholdLevel) UnmarshalJSON(src []byte) error + func (v *NullableThresholdLevel) Unset() + func (v NullableThresholdLevel) Get() *ThresholdLevel + func (v NullableThresholdLevel) IsSet() bool + func (v NullableThresholdLevel) MarshalJSON() ([]byte, error) + type NullableTime struct + func NewNullableTime(val *time.Time) *NullableTime + func (v *NullableTime) Set(val *time.Time) + func (v *NullableTime) UnmarshalJSON(src []byte) error + func (v *NullableTime) Unset() + func (v NullableTime) Get() *time.Time + func (v NullableTime) IsSet() bool + func (v NullableTime) MarshalJSON() ([]byte, error) + type NullableTimeWindow struct + func NewNullableTimeWindow(val *TimeWindow) *NullableTimeWindow + func (v *NullableTimeWindow) Set(val *TimeWindow) + func (v *NullableTimeWindow) UnmarshalJSON(src []byte) error + func (v *NullableTimeWindow) Unset() + func (v NullableTimeWindow) Get() *TimeWindow + func (v NullableTimeWindow) IsSet() bool + func (v NullableTimeWindow) MarshalJSON() ([]byte, error) + type NullableTrafficProfile struct + func NewNullableTrafficProfile(val *TrafficProfile) *NullableTrafficProfile + func (v *NullableTrafficProfile) Set(val *TrafficProfile) + func (v *NullableTrafficProfile) UnmarshalJSON(src []byte) error + func (v *NullableTrafficProfile) Unset() + func (v NullableTrafficProfile) Get() *TrafficProfile + func (v NullableTrafficProfile) IsSet() bool + func (v NullableTrafficProfile) MarshalJSON() ([]byte, error) + type NullableTrafficProfileAnyOf struct + func NewNullableTrafficProfileAnyOf(val *TrafficProfileAnyOf) *NullableTrafficProfileAnyOf + func (v *NullableTrafficProfileAnyOf) Set(val *TrafficProfileAnyOf) + func (v *NullableTrafficProfileAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableTrafficProfileAnyOf) Unset() + func (v NullableTrafficProfileAnyOf) Get() *TrafficProfileAnyOf + func (v NullableTrafficProfileAnyOf) IsSet() bool + func (v NullableTrafficProfileAnyOf) MarshalJSON() ([]byte, error) + type NullableUmtTime struct + func NewNullableUmtTime(val *UmtTime) *NullableUmtTime + func (v *NullableUmtTime) Set(val *UmtTime) + func (v *NullableUmtTime) UnmarshalJSON(src []byte) error + func (v *NullableUmtTime) Unset() + func (v NullableUmtTime) Get() *UmtTime + func (v NullableUmtTime) IsSet() bool + func (v NullableUmtTime) MarshalJSON() ([]byte, error) + type NullableUncertaintyEllipse struct + func NewNullableUncertaintyEllipse(val *UncertaintyEllipse) *NullableUncertaintyEllipse + func (v *NullableUncertaintyEllipse) Set(val *UncertaintyEllipse) + func (v *NullableUncertaintyEllipse) UnmarshalJSON(src []byte) error + func (v *NullableUncertaintyEllipse) Unset() + func (v NullableUncertaintyEllipse) Get() *UncertaintyEllipse + func (v NullableUncertaintyEllipse) IsSet() bool + func (v NullableUncertaintyEllipse) MarshalJSON() ([]byte, error) + type NullableUncertaintyEllipsoid struct + func NewNullableUncertaintyEllipsoid(val *UncertaintyEllipsoid) *NullableUncertaintyEllipsoid + func (v *NullableUncertaintyEllipsoid) Set(val *UncertaintyEllipsoid) + func (v *NullableUncertaintyEllipsoid) UnmarshalJSON(src []byte) error + func (v *NullableUncertaintyEllipsoid) Unset() + func (v NullableUncertaintyEllipsoid) Get() *UncertaintyEllipsoid + func (v NullableUncertaintyEllipsoid) IsSet() bool + func (v NullableUncertaintyEllipsoid) MarshalJSON() ([]byte, error) + type NullableUpfInformation struct + func NewNullableUpfInformation(val *UpfInformation) *NullableUpfInformation + func (v *NullableUpfInformation) Set(val *UpfInformation) + func (v *NullableUpfInformation) UnmarshalJSON(src []byte) error + func (v *NullableUpfInformation) Unset() + func (v NullableUpfInformation) Get() *UpfInformation + func (v NullableUpfInformation) IsSet() bool + func (v NullableUpfInformation) MarshalJSON() ([]byte, error) + type NullableWlanOrderingCriterion struct + func NewNullableWlanOrderingCriterion(val *WlanOrderingCriterion) *NullableWlanOrderingCriterion + func (v *NullableWlanOrderingCriterion) Set(val *WlanOrderingCriterion) + func (v *NullableWlanOrderingCriterion) UnmarshalJSON(src []byte) error + func (v *NullableWlanOrderingCriterion) Unset() + func (v NullableWlanOrderingCriterion) Get() *WlanOrderingCriterion + func (v NullableWlanOrderingCriterion) IsSet() bool + func (v NullableWlanOrderingCriterion) MarshalJSON() ([]byte, error) + type NullableWlanOrderingCriterionAnyOf struct + func NewNullableWlanOrderingCriterionAnyOf(val *WlanOrderingCriterionAnyOf) *NullableWlanOrderingCriterionAnyOf + func (v *NullableWlanOrderingCriterionAnyOf) Set(val *WlanOrderingCriterionAnyOf) + func (v *NullableWlanOrderingCriterionAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableWlanOrderingCriterionAnyOf) Unset() + func (v NullableWlanOrderingCriterionAnyOf) Get() *WlanOrderingCriterionAnyOf + func (v NullableWlanOrderingCriterionAnyOf) IsSet() bool + func (v NullableWlanOrderingCriterionAnyOf) MarshalJSON() ([]byte, error) + type NullableWlanPerformanceReq struct + func NewNullableWlanPerformanceReq(val *WlanPerformanceReq) *NullableWlanPerformanceReq + func (v *NullableWlanPerformanceReq) Set(val *WlanPerformanceReq) + func (v *NullableWlanPerformanceReq) UnmarshalJSON(src []byte) error + func (v *NullableWlanPerformanceReq) Unset() + func (v NullableWlanPerformanceReq) Get() *WlanPerformanceReq + func (v NullableWlanPerformanceReq) IsSet() bool + func (v NullableWlanPerformanceReq) MarshalJSON() ([]byte, 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 DN_PERFORMANCE + const NETWORK_PERFORMANCE + 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 NwdafMLModelProvNotif struct + EventNotifs []MLEventNotif + SubscriptionId string + func NewNwdafMLModelProvNotif(eventNotifs []MLEventNotif, subscriptionId string) *NwdafMLModelProvNotif + func NewNwdafMLModelProvNotifWithDefaults() *NwdafMLModelProvNotif + func (o *NwdafMLModelProvNotif) GetEventNotifs() []MLEventNotif + func (o *NwdafMLModelProvNotif) GetEventNotifsOk() ([]MLEventNotif, bool) + func (o *NwdafMLModelProvNotif) GetSubscriptionId() string + func (o *NwdafMLModelProvNotif) GetSubscriptionIdOk() (*string, bool) + func (o *NwdafMLModelProvNotif) SetEventNotifs(v []MLEventNotif) + func (o *NwdafMLModelProvNotif) SetSubscriptionId(v string) + func (o NwdafMLModelProvNotif) MarshalJSON() ([]byte, error) + func (o NwdafMLModelProvNotif) ToMap() (map[string]interface{}, error) + type NwdafMLModelProvSubsc struct + EventReq *ReportingInformation + FailEventReports []FailureEventInfoForMLModel + MLEventNotifs []MLEventNotif + MLEventSubscs []MLEventSubscription + NotifCorreId *string + NotifUri string + SuppFeats *string + func NewNwdafMLModelProvSubsc(mLEventSubscs []MLEventSubscription, notifUri string) *NwdafMLModelProvSubsc + func NewNwdafMLModelProvSubscWithDefaults() *NwdafMLModelProvSubsc + func (o *NwdafMLModelProvSubsc) GetEventReq() ReportingInformation + func (o *NwdafMLModelProvSubsc) GetEventReqOk() (*ReportingInformation, bool) + func (o *NwdafMLModelProvSubsc) GetFailEventReports() []FailureEventInfoForMLModel + func (o *NwdafMLModelProvSubsc) GetFailEventReportsOk() ([]FailureEventInfoForMLModel, bool) + func (o *NwdafMLModelProvSubsc) GetMLEventNotifs() []MLEventNotif + func (o *NwdafMLModelProvSubsc) GetMLEventNotifsOk() ([]MLEventNotif, bool) + func (o *NwdafMLModelProvSubsc) GetMLEventSubscs() []MLEventSubscription + func (o *NwdafMLModelProvSubsc) GetMLEventSubscsOk() ([]MLEventSubscription, bool) + func (o *NwdafMLModelProvSubsc) GetNotifCorreId() string + func (o *NwdafMLModelProvSubsc) GetNotifCorreIdOk() (*string, bool) + func (o *NwdafMLModelProvSubsc) GetNotifUri() string + func (o *NwdafMLModelProvSubsc) GetNotifUriOk() (*string, bool) + func (o *NwdafMLModelProvSubsc) GetSuppFeats() string + func (o *NwdafMLModelProvSubsc) GetSuppFeatsOk() (*string, bool) + func (o *NwdafMLModelProvSubsc) HasEventReq() bool + func (o *NwdafMLModelProvSubsc) HasFailEventReports() bool + func (o *NwdafMLModelProvSubsc) HasMLEventNotifs() bool + func (o *NwdafMLModelProvSubsc) HasNotifCorreId() bool + func (o *NwdafMLModelProvSubsc) HasSuppFeats() bool + func (o *NwdafMLModelProvSubsc) SetEventReq(v ReportingInformation) + func (o *NwdafMLModelProvSubsc) SetFailEventReports(v []FailureEventInfoForMLModel) + func (o *NwdafMLModelProvSubsc) SetMLEventNotifs(v []MLEventNotif) + func (o *NwdafMLModelProvSubsc) SetMLEventSubscs(v []MLEventSubscription) + func (o *NwdafMLModelProvSubsc) SetNotifCorreId(v string) + func (o *NwdafMLModelProvSubsc) SetNotifUri(v string) + func (o *NwdafMLModelProvSubsc) SetSuppFeats(v string) + func (o NwdafMLModelProvSubsc) MarshalJSON() ([]byte, error) + func (o NwdafMLModelProvSubsc) ToMap() (map[string]interface{}, error) + type PartitioningCriteria struct + PartitioningCriteriaAnyOf *PartitioningCriteriaAnyOf + String *string + func (dst *PartitioningCriteria) UnmarshalJSON(data []byte) error + func (src *PartitioningCriteria) MarshalJSON() ([]byte, error) + type PartitioningCriteriaAnyOf string + const DNN + const GEOAREA + const SNSSAI + const SUBPLMN + const TAC + func NewPartitioningCriteriaAnyOfFromValue(v string) (*PartitioningCriteriaAnyOf, error) + func (v *PartitioningCriteriaAnyOf) UnmarshalJSON(src []byte) error + func (v PartitioningCriteriaAnyOf) IsValid() bool + func (v PartitioningCriteriaAnyOf) Ptr() *PartitioningCriteriaAnyOf + type 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 Point struct + Point GeographicalCoordinates + func NewPoint(point GeographicalCoordinates, shape SupportedGADShapes) *Point + func NewPointWithDefaults() *Point + func (o *Point) GetPoint() GeographicalCoordinates + func (o *Point) GetPointOk() (*GeographicalCoordinates, bool) + func (o *Point) SetPoint(v GeographicalCoordinates) + func (o Point) MarshalJSON() ([]byte, error) + func (o Point) ToMap() (map[string]interface{}, error) + type PointAllOf struct + Point GeographicalCoordinates + func NewPointAllOf(point GeographicalCoordinates) *PointAllOf + func NewPointAllOfWithDefaults() *PointAllOf + func (o *PointAllOf) GetPoint() GeographicalCoordinates + func (o *PointAllOf) GetPointOk() (*GeographicalCoordinates, bool) + func (o *PointAllOf) SetPoint(v GeographicalCoordinates) + func (o PointAllOf) MarshalJSON() ([]byte, error) + func (o PointAllOf) ToMap() (map[string]interface{}, error) + type PointAltitude struct + Altitude float64 + Point GeographicalCoordinates + func NewPointAltitude(point GeographicalCoordinates, altitude float64, shape SupportedGADShapes) *PointAltitude + func NewPointAltitudeWithDefaults() *PointAltitude + func (o *PointAltitude) GetAltitude() float64 + func (o *PointAltitude) GetAltitudeOk() (*float64, bool) + func (o *PointAltitude) GetPoint() GeographicalCoordinates + func (o *PointAltitude) GetPointOk() (*GeographicalCoordinates, bool) + func (o *PointAltitude) SetAltitude(v float64) + func (o *PointAltitude) SetPoint(v GeographicalCoordinates) + func (o PointAltitude) MarshalJSON() ([]byte, error) + func (o PointAltitude) ToMap() (map[string]interface{}, error) + type PointAltitudeAllOf struct + Altitude float64 + Point GeographicalCoordinates + func NewPointAltitudeAllOf(point GeographicalCoordinates, altitude float64) *PointAltitudeAllOf + func NewPointAltitudeAllOfWithDefaults() *PointAltitudeAllOf + func (o *PointAltitudeAllOf) GetAltitude() float64 + func (o *PointAltitudeAllOf) GetAltitudeOk() (*float64, bool) + func (o *PointAltitudeAllOf) GetPoint() GeographicalCoordinates + func (o *PointAltitudeAllOf) GetPointOk() (*GeographicalCoordinates, bool) + func (o *PointAltitudeAllOf) SetAltitude(v float64) + func (o *PointAltitudeAllOf) SetPoint(v GeographicalCoordinates) + func (o PointAltitudeAllOf) MarshalJSON() ([]byte, error) + func (o PointAltitudeAllOf) ToMap() (map[string]interface{}, error) + type PointAltitudeUncertainty struct + Altitude float64 + Confidence int32 + Point GeographicalCoordinates + UncertaintyAltitude float32 + UncertaintyEllipse UncertaintyEllipse + func NewPointAltitudeUncertainty(point GeographicalCoordinates, altitude float64, ...) *PointAltitudeUncertainty + func NewPointAltitudeUncertaintyWithDefaults() *PointAltitudeUncertainty + func (o *PointAltitudeUncertainty) GetAltitude() float64 + func (o *PointAltitudeUncertainty) GetAltitudeOk() (*float64, bool) + func (o *PointAltitudeUncertainty) GetConfidence() int32 + func (o *PointAltitudeUncertainty) GetConfidenceOk() (*int32, bool) + func (o *PointAltitudeUncertainty) GetPoint() GeographicalCoordinates + func (o *PointAltitudeUncertainty) GetPointOk() (*GeographicalCoordinates, bool) + func (o *PointAltitudeUncertainty) GetUncertaintyAltitude() float32 + func (o *PointAltitudeUncertainty) GetUncertaintyAltitudeOk() (*float32, bool) + func (o *PointAltitudeUncertainty) GetUncertaintyEllipse() UncertaintyEllipse + func (o *PointAltitudeUncertainty) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool) + func (o *PointAltitudeUncertainty) SetAltitude(v float64) + func (o *PointAltitudeUncertainty) SetConfidence(v int32) + func (o *PointAltitudeUncertainty) SetPoint(v GeographicalCoordinates) + func (o *PointAltitudeUncertainty) SetUncertaintyAltitude(v float32) + func (o *PointAltitudeUncertainty) SetUncertaintyEllipse(v UncertaintyEllipse) + func (o PointAltitudeUncertainty) MarshalJSON() ([]byte, error) + func (o PointAltitudeUncertainty) ToMap() (map[string]interface{}, error) + type PointAltitudeUncertaintyAllOf struct + Altitude float64 + Confidence int32 + Point GeographicalCoordinates + UncertaintyAltitude float32 + UncertaintyEllipse UncertaintyEllipse + func NewPointAltitudeUncertaintyAllOf(point GeographicalCoordinates, altitude float64, ...) *PointAltitudeUncertaintyAllOf + func NewPointAltitudeUncertaintyAllOfWithDefaults() *PointAltitudeUncertaintyAllOf + func (o *PointAltitudeUncertaintyAllOf) GetAltitude() float64 + func (o *PointAltitudeUncertaintyAllOf) GetAltitudeOk() (*float64, bool) + func (o *PointAltitudeUncertaintyAllOf) GetConfidence() int32 + func (o *PointAltitudeUncertaintyAllOf) GetConfidenceOk() (*int32, bool) + func (o *PointAltitudeUncertaintyAllOf) GetPoint() GeographicalCoordinates + func (o *PointAltitudeUncertaintyAllOf) GetPointOk() (*GeographicalCoordinates, bool) + func (o *PointAltitudeUncertaintyAllOf) GetUncertaintyAltitude() float32 + func (o *PointAltitudeUncertaintyAllOf) GetUncertaintyAltitudeOk() (*float32, bool) + func (o *PointAltitudeUncertaintyAllOf) GetUncertaintyEllipse() UncertaintyEllipse + func (o *PointAltitudeUncertaintyAllOf) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool) + func (o *PointAltitudeUncertaintyAllOf) SetAltitude(v float64) + func (o *PointAltitudeUncertaintyAllOf) SetConfidence(v int32) + func (o *PointAltitudeUncertaintyAllOf) SetPoint(v GeographicalCoordinates) + func (o *PointAltitudeUncertaintyAllOf) SetUncertaintyAltitude(v float32) + func (o *PointAltitudeUncertaintyAllOf) SetUncertaintyEllipse(v UncertaintyEllipse) + func (o PointAltitudeUncertaintyAllOf) MarshalJSON() ([]byte, error) + func (o PointAltitudeUncertaintyAllOf) ToMap() (map[string]interface{}, error) + type PointUncertaintyCircle struct + Point GeographicalCoordinates + Uncertainty float32 + func NewPointUncertaintyCircle(point GeographicalCoordinates, uncertainty float32, shape SupportedGADShapes) *PointUncertaintyCircle + func NewPointUncertaintyCircleWithDefaults() *PointUncertaintyCircle + func (o *PointUncertaintyCircle) GetPoint() GeographicalCoordinates + func (o *PointUncertaintyCircle) GetPointOk() (*GeographicalCoordinates, bool) + func (o *PointUncertaintyCircle) GetUncertainty() float32 + func (o *PointUncertaintyCircle) GetUncertaintyOk() (*float32, bool) + func (o *PointUncertaintyCircle) SetPoint(v GeographicalCoordinates) + func (o *PointUncertaintyCircle) SetUncertainty(v float32) + func (o PointUncertaintyCircle) MarshalJSON() ([]byte, error) + func (o PointUncertaintyCircle) ToMap() (map[string]interface{}, error) + type PointUncertaintyCircleAllOf struct + Point GeographicalCoordinates + Uncertainty float32 + func NewPointUncertaintyCircleAllOf(point GeographicalCoordinates, uncertainty float32) *PointUncertaintyCircleAllOf + func NewPointUncertaintyCircleAllOfWithDefaults() *PointUncertaintyCircleAllOf + func (o *PointUncertaintyCircleAllOf) GetPoint() GeographicalCoordinates + func (o *PointUncertaintyCircleAllOf) GetPointOk() (*GeographicalCoordinates, bool) + func (o *PointUncertaintyCircleAllOf) GetUncertainty() float32 + func (o *PointUncertaintyCircleAllOf) GetUncertaintyOk() (*float32, bool) + func (o *PointUncertaintyCircleAllOf) SetPoint(v GeographicalCoordinates) + func (o *PointUncertaintyCircleAllOf) SetUncertainty(v float32) + func (o PointUncertaintyCircleAllOf) MarshalJSON() ([]byte, error) + func (o PointUncertaintyCircleAllOf) ToMap() (map[string]interface{}, error) + type PointUncertaintyEllipse struct + Confidence int32 + Point GeographicalCoordinates + UncertaintyEllipse UncertaintyEllipse + func NewPointUncertaintyEllipse(point GeographicalCoordinates, uncertaintyEllipse UncertaintyEllipse, ...) *PointUncertaintyEllipse + func NewPointUncertaintyEllipseWithDefaults() *PointUncertaintyEllipse + func (o *PointUncertaintyEllipse) GetConfidence() int32 + func (o *PointUncertaintyEllipse) GetConfidenceOk() (*int32, bool) + func (o *PointUncertaintyEllipse) GetPoint() GeographicalCoordinates + func (o *PointUncertaintyEllipse) GetPointOk() (*GeographicalCoordinates, bool) + func (o *PointUncertaintyEllipse) GetUncertaintyEllipse() UncertaintyEllipse + func (o *PointUncertaintyEllipse) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool) + func (o *PointUncertaintyEllipse) SetConfidence(v int32) + func (o *PointUncertaintyEllipse) SetPoint(v GeographicalCoordinates) + func (o *PointUncertaintyEllipse) SetUncertaintyEllipse(v UncertaintyEllipse) + func (o PointUncertaintyEllipse) MarshalJSON() ([]byte, error) + func (o PointUncertaintyEllipse) ToMap() (map[string]interface{}, error) + type PointUncertaintyEllipseAllOf struct + Confidence int32 + Point GeographicalCoordinates + UncertaintyEllipse UncertaintyEllipse + func NewPointUncertaintyEllipseAllOf(point GeographicalCoordinates, uncertaintyEllipse UncertaintyEllipse, ...) *PointUncertaintyEllipseAllOf + func NewPointUncertaintyEllipseAllOfWithDefaults() *PointUncertaintyEllipseAllOf + func (o *PointUncertaintyEllipseAllOf) GetConfidence() int32 + func (o *PointUncertaintyEllipseAllOf) GetConfidenceOk() (*int32, bool) + func (o *PointUncertaintyEllipseAllOf) GetPoint() GeographicalCoordinates + func (o *PointUncertaintyEllipseAllOf) GetPointOk() (*GeographicalCoordinates, bool) + func (o *PointUncertaintyEllipseAllOf) GetUncertaintyEllipse() UncertaintyEllipse + func (o *PointUncertaintyEllipseAllOf) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool) + func (o *PointUncertaintyEllipseAllOf) SetConfidence(v int32) + func (o *PointUncertaintyEllipseAllOf) SetPoint(v GeographicalCoordinates) + func (o *PointUncertaintyEllipseAllOf) SetUncertaintyEllipse(v UncertaintyEllipse) + func (o PointUncertaintyEllipseAllOf) MarshalJSON() ([]byte, error) + func (o PointUncertaintyEllipseAllOf) ToMap() (map[string]interface{}, error) + type Polygon struct + PointList []GeographicalCoordinates + func NewPolygon(pointList []GeographicalCoordinates, shape SupportedGADShapes) *Polygon + func NewPolygonWithDefaults() *Polygon + func (o *Polygon) GetPointList() []GeographicalCoordinates + func (o *Polygon) GetPointListOk() ([]GeographicalCoordinates, bool) + func (o *Polygon) SetPointList(v []GeographicalCoordinates) + func (o Polygon) MarshalJSON() ([]byte, error) + func (o Polygon) ToMap() (map[string]interface{}, error) + type PolygonAllOf struct + PointList []GeographicalCoordinates + func NewPolygonAllOf(pointList []GeographicalCoordinates) *PolygonAllOf + func NewPolygonAllOfWithDefaults() *PolygonAllOf + func (o *PolygonAllOf) GetPointList() []GeographicalCoordinates + func (o *PolygonAllOf) GetPointListOk() ([]GeographicalCoordinates, bool) + func (o *PolygonAllOf) SetPointList(v []GeographicalCoordinates) + func (o PolygonAllOf) MarshalJSON() ([]byte, error) + func (o PolygonAllOf) ToMap() (map[string]interface{}, error) + type ProblemDetails struct + AccessTokenError *AccessTokenErr + AccessTokenRequest *AccessTokenReq + Cause *string + Detail *string + Instance *string + InvalidParams []InvalidParam + NrfId *string + Status *int32 + SupportedApiVersions []string + SupportedFeatures *string + Title *string + Type *string + func NewProblemDetails() *ProblemDetails + func NewProblemDetailsWithDefaults() *ProblemDetails + func (o *ProblemDetails) GetAccessTokenError() AccessTokenErr + func (o *ProblemDetails) GetAccessTokenErrorOk() (*AccessTokenErr, bool) + func (o *ProblemDetails) GetAccessTokenRequest() AccessTokenReq + func (o *ProblemDetails) GetAccessTokenRequestOk() (*AccessTokenReq, bool) + func (o *ProblemDetails) GetCause() string + func (o *ProblemDetails) GetCauseOk() (*string, bool) + func (o *ProblemDetails) GetDetail() string + func (o *ProblemDetails) GetDetailOk() (*string, bool) + func (o *ProblemDetails) GetInstance() string + func (o *ProblemDetails) GetInstanceOk() (*string, bool) + func (o *ProblemDetails) GetInvalidParams() []InvalidParam + func (o *ProblemDetails) GetInvalidParamsOk() ([]InvalidParam, bool) + func (o *ProblemDetails) GetNrfId() string + func (o *ProblemDetails) GetNrfIdOk() (*string, bool) + func (o *ProblemDetails) GetStatus() int32 + func (o *ProblemDetails) GetStatusOk() (*int32, bool) + func (o *ProblemDetails) GetSupportedApiVersions() []string + func (o *ProblemDetails) GetSupportedApiVersionsOk() ([]string, bool) + func (o *ProblemDetails) GetSupportedFeatures() string + func (o *ProblemDetails) GetSupportedFeaturesOk() (*string, bool) + func (o *ProblemDetails) GetTitle() string + func (o *ProblemDetails) GetTitleOk() (*string, bool) + func (o *ProblemDetails) GetType() string + func (o *ProblemDetails) GetTypeOk() (*string, bool) + func (o *ProblemDetails) HasAccessTokenError() bool + func (o *ProblemDetails) HasAccessTokenRequest() bool + func (o *ProblemDetails) HasCause() bool + func (o *ProblemDetails) HasDetail() bool + func (o *ProblemDetails) HasInstance() bool + func (o *ProblemDetails) HasInvalidParams() bool + func (o *ProblemDetails) HasNrfId() bool + func (o *ProblemDetails) HasStatus() bool + func (o *ProblemDetails) HasSupportedApiVersions() bool + func (o *ProblemDetails) HasSupportedFeatures() bool + func (o *ProblemDetails) HasTitle() bool + func (o *ProblemDetails) HasType() bool + func (o *ProblemDetails) SetAccessTokenError(v AccessTokenErr) + func (o *ProblemDetails) SetAccessTokenRequest(v AccessTokenReq) + func (o *ProblemDetails) SetCause(v string) + func (o *ProblemDetails) SetDetail(v string) + func (o *ProblemDetails) SetInstance(v string) + func (o *ProblemDetails) SetInvalidParams(v []InvalidParam) + func (o *ProblemDetails) SetNrfId(v string) + func (o *ProblemDetails) SetStatus(v int32) + func (o *ProblemDetails) SetSupportedApiVersions(v []string) + func (o *ProblemDetails) SetSupportedFeatures(v string) + func (o *ProblemDetails) SetTitle(v string) + func (o *ProblemDetails) SetType(v string) + func (o ProblemDetails) MarshalJSON() ([]byte, error) + func (o ProblemDetails) ToMap() (map[string]interface{}, error) + type QosRequirement struct + Interface *interface{} + func InterfaceAsQosRequirement(v *interface{}) QosRequirement + func (dst *QosRequirement) UnmarshalJSON(data []byte) error + func (obj *QosRequirement) GetActualInstance() interface{} + func (src QosRequirement) MarshalJSON() ([]byte, 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 RankingCriterion struct + HighBase int32 + LowBase int32 + func NewRankingCriterion(highBase int32, lowBase int32) *RankingCriterion + func NewRankingCriterionWithDefaults() *RankingCriterion + func (o *RankingCriterion) GetHighBase() int32 + func (o *RankingCriterion) GetHighBaseOk() (*int32, bool) + func (o *RankingCriterion) GetLowBase() int32 + func (o *RankingCriterion) GetLowBaseOk() (*int32, bool) + func (o *RankingCriterion) SetHighBase(v int32) + func (o *RankingCriterion) SetLowBase(v int32) + func (o RankingCriterion) MarshalJSON() ([]byte, error) + func (o RankingCriterion) ToMap() (map[string]interface{}, error) + type RatFreqInformation struct + AllFreq *bool + AllRat *bool + Freq *int32 + MatchingDir *MatchingDirection + RatType *RatType + SvcExpThreshold *ThresholdLevel + func NewRatFreqInformation() *RatFreqInformation + func NewRatFreqInformationWithDefaults() *RatFreqInformation + func (o *RatFreqInformation) GetAllFreq() bool + func (o *RatFreqInformation) GetAllFreqOk() (*bool, bool) + func (o *RatFreqInformation) GetAllRat() bool + func (o *RatFreqInformation) GetAllRatOk() (*bool, bool) + func (o *RatFreqInformation) GetFreq() int32 + func (o *RatFreqInformation) GetFreqOk() (*int32, bool) + func (o *RatFreqInformation) GetMatchingDir() MatchingDirection + func (o *RatFreqInformation) GetMatchingDirOk() (*MatchingDirection, bool) + func (o *RatFreqInformation) GetRatType() RatType + func (o *RatFreqInformation) GetRatTypeOk() (*RatType, bool) + func (o *RatFreqInformation) GetSvcExpThreshold() ThresholdLevel + func (o *RatFreqInformation) GetSvcExpThresholdOk() (*ThresholdLevel, bool) + func (o *RatFreqInformation) HasAllFreq() bool + func (o *RatFreqInformation) HasAllRat() bool + func (o *RatFreqInformation) HasFreq() bool + func (o *RatFreqInformation) HasMatchingDir() bool + func (o *RatFreqInformation) HasRatType() bool + func (o *RatFreqInformation) HasSvcExpThreshold() bool + func (o *RatFreqInformation) SetAllFreq(v bool) + func (o *RatFreqInformation) SetAllRat(v bool) + func (o *RatFreqInformation) SetFreq(v int32) + func (o *RatFreqInformation) SetMatchingDir(v MatchingDirection) + func (o *RatFreqInformation) SetRatType(v RatType) + func (o *RatFreqInformation) SetSvcExpThreshold(v ThresholdLevel) + func (o RatFreqInformation) MarshalJSON() ([]byte, error) + func (o RatFreqInformation) 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 RedTransExpOrderingCriterion struct + RedTransExpOrderingCriterionAnyOf *RedTransExpOrderingCriterionAnyOf + String *string + func (dst *RedTransExpOrderingCriterion) UnmarshalJSON(data []byte) error + func (src *RedTransExpOrderingCriterion) MarshalJSON() ([]byte, error) + type RedTransExpOrderingCriterionAnyOf string + func NewRedTransExpOrderingCriterionAnyOfFromValue(v string) (*RedTransExpOrderingCriterionAnyOf, error) + func (v *RedTransExpOrderingCriterionAnyOf) UnmarshalJSON(src []byte) error + func (v RedTransExpOrderingCriterionAnyOf) IsValid() bool + func (v RedTransExpOrderingCriterionAnyOf) Ptr() *RedTransExpOrderingCriterionAnyOf + 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 RedundantTransmissionExpReq struct + Order *MatchingDirection + RedTOrderCriter *RedTransExpOrderingCriterion + func NewRedundantTransmissionExpReq() *RedundantTransmissionExpReq + func NewRedundantTransmissionExpReqWithDefaults() *RedundantTransmissionExpReq + func (o *RedundantTransmissionExpReq) GetOrder() MatchingDirection + func (o *RedundantTransmissionExpReq) GetOrderOk() (*MatchingDirection, bool) + func (o *RedundantTransmissionExpReq) GetRedTOrderCriter() RedTransExpOrderingCriterion + func (o *RedundantTransmissionExpReq) GetRedTOrderCriterOk() (*RedTransExpOrderingCriterion, bool) + func (o *RedundantTransmissionExpReq) HasOrder() bool + func (o *RedundantTransmissionExpReq) HasRedTOrderCriter() bool + func (o *RedundantTransmissionExpReq) SetOrder(v MatchingDirection) + func (o *RedundantTransmissionExpReq) SetRedTOrderCriter(v RedTransExpOrderingCriterion) + func (o RedundantTransmissionExpReq) MarshalJSON() ([]byte, error) + func (o RedundantTransmissionExpReq) ToMap() (map[string]interface{}, error) + type RelativeCartesianLocation struct + X float32 + Y float32 + Z *float32 + func NewRelativeCartesianLocation(x float32, y float32) *RelativeCartesianLocation + func NewRelativeCartesianLocationWithDefaults() *RelativeCartesianLocation + func (o *RelativeCartesianLocation) GetX() float32 + func (o *RelativeCartesianLocation) GetXOk() (*float32, bool) + func (o *RelativeCartesianLocation) GetY() float32 + func (o *RelativeCartesianLocation) GetYOk() (*float32, bool) + func (o *RelativeCartesianLocation) GetZ() float32 + func (o *RelativeCartesianLocation) GetZOk() (*float32, bool) + func (o *RelativeCartesianLocation) HasZ() bool + func (o *RelativeCartesianLocation) SetX(v float32) + func (o *RelativeCartesianLocation) SetY(v float32) + func (o *RelativeCartesianLocation) SetZ(v float32) + func (o RelativeCartesianLocation) MarshalJSON() ([]byte, error) + func (o RelativeCartesianLocation) ToMap() (map[string]interface{}, error) + type ReportingInformation struct + GrpRepTime *int32 + ImmRep *bool + MaxReportNbr *int32 + MonDur *time.Time + NotifFlag *NotificationFlag + NotifMethod *NotificationMethod + PartitionCriteria []PartitioningCriteria + RepPeriod *int32 + SampRatio *int32 + func NewReportingInformation() *ReportingInformation + func NewReportingInformationWithDefaults() *ReportingInformation + func (o *ReportingInformation) GetGrpRepTime() int32 + func (o *ReportingInformation) GetGrpRepTimeOk() (*int32, bool) + func (o *ReportingInformation) GetImmRep() bool + func (o *ReportingInformation) GetImmRepOk() (*bool, bool) + func (o *ReportingInformation) GetMaxReportNbr() int32 + func (o *ReportingInformation) GetMaxReportNbrOk() (*int32, bool) + func (o *ReportingInformation) GetMonDur() time.Time + func (o *ReportingInformation) GetMonDurOk() (*time.Time, bool) + func (o *ReportingInformation) GetNotifFlag() NotificationFlag + func (o *ReportingInformation) GetNotifFlagOk() (*NotificationFlag, bool) + func (o *ReportingInformation) GetNotifMethod() NotificationMethod + func (o *ReportingInformation) GetNotifMethodOk() (*NotificationMethod, bool) + func (o *ReportingInformation) GetPartitionCriteria() []PartitioningCriteria + func (o *ReportingInformation) GetPartitionCriteriaOk() ([]PartitioningCriteria, bool) + func (o *ReportingInformation) GetRepPeriod() int32 + func (o *ReportingInformation) GetRepPeriodOk() (*int32, bool) + func (o *ReportingInformation) GetSampRatio() int32 + func (o *ReportingInformation) GetSampRatioOk() (*int32, bool) + func (o *ReportingInformation) HasGrpRepTime() bool + func (o *ReportingInformation) HasImmRep() bool + func (o *ReportingInformation) HasMaxReportNbr() bool + func (o *ReportingInformation) HasMonDur() bool + func (o *ReportingInformation) HasNotifFlag() bool + func (o *ReportingInformation) HasNotifMethod() bool + func (o *ReportingInformation) HasPartitionCriteria() bool + func (o *ReportingInformation) HasRepPeriod() bool + func (o *ReportingInformation) HasSampRatio() bool + func (o *ReportingInformation) SetGrpRepTime(v int32) + func (o *ReportingInformation) SetImmRep(v bool) + func (o *ReportingInformation) SetMaxReportNbr(v int32) + func (o *ReportingInformation) SetMonDur(v time.Time) + func (o *ReportingInformation) SetNotifFlag(v NotificationFlag) + func (o *ReportingInformation) SetNotifMethod(v NotificationMethod) + func (o *ReportingInformation) SetPartitionCriteria(v []PartitioningCriteria) + func (o *ReportingInformation) SetRepPeriod(v int32) + func (o *ReportingInformation) SetSampRatio(v int32) + func (o ReportingInformation) MarshalJSON() ([]byte, error) + func (o ReportingInformation) ToMap() (map[string]interface{}, error) + type ScheduledCommunicationTime struct + DaysOfWeek []int32 + TimeOfDayEnd *string + TimeOfDayStart *string + func NewScheduledCommunicationTime() *ScheduledCommunicationTime + func NewScheduledCommunicationTimeWithDefaults() *ScheduledCommunicationTime + func (o *ScheduledCommunicationTime) GetDaysOfWeek() []int32 + func (o *ScheduledCommunicationTime) GetDaysOfWeekOk() ([]int32, bool) + func (o *ScheduledCommunicationTime) GetTimeOfDayEnd() string + func (o *ScheduledCommunicationTime) GetTimeOfDayEndOk() (*string, bool) + func (o *ScheduledCommunicationTime) GetTimeOfDayStart() string + func (o *ScheduledCommunicationTime) GetTimeOfDayStartOk() (*string, bool) + func (o *ScheduledCommunicationTime) HasDaysOfWeek() bool + func (o *ScheduledCommunicationTime) HasTimeOfDayEnd() bool + func (o *ScheduledCommunicationTime) HasTimeOfDayStart() bool + func (o *ScheduledCommunicationTime) SetDaysOfWeek(v []int32) + func (o *ScheduledCommunicationTime) SetTimeOfDayEnd(v string) + func (o *ScheduledCommunicationTime) SetTimeOfDayStart(v string) + func (o ScheduledCommunicationTime) MarshalJSON() ([]byte, error) + func (o ScheduledCommunicationTime) ToMap() (map[string]interface{}, error) + type ScheduledCommunicationType struct + ScheduledCommunicationTypeAnyOf *ScheduledCommunicationTypeAnyOf + String *string + func (dst *ScheduledCommunicationType) UnmarshalJSON(data []byte) error + func (src *ScheduledCommunicationType) MarshalJSON() ([]byte, error) + type ScheduledCommunicationTypeAnyOf string + const BIDIRECTIONAL + const DOWNLINK_ONLY + const UPLINK_ONLY + func NewScheduledCommunicationTypeAnyOfFromValue(v string) (*ScheduledCommunicationTypeAnyOf, error) + func (v *ScheduledCommunicationTypeAnyOf) UnmarshalJSON(src []byte) error + func (v ScheduledCommunicationTypeAnyOf) IsValid() bool + func (v ScheduledCommunicationTypeAnyOf) Ptr() *ScheduledCommunicationTypeAnyOf + 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 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 StationaryIndication struct + StationaryIndicationAnyOf *StationaryIndicationAnyOf + String *string + func (dst *StationaryIndication) UnmarshalJSON(data []byte) error + func (src *StationaryIndication) MarshalJSON() ([]byte, error) + type StationaryIndicationAnyOf string + const MOBILE + const STATIONARY + func NewStationaryIndicationAnyOfFromValue(v string) (*StationaryIndicationAnyOf, error) + func (v *StationaryIndicationAnyOf) UnmarshalJSON(src []byte) error + func (v StationaryIndicationAnyOf) IsValid() bool + func (v StationaryIndicationAnyOf) Ptr() *StationaryIndicationAnyOf + type SubscriptionsCollectionApiService service + func (a *SubscriptionsCollectionApiService) CreateNWDAFMLModelProvisionSubcription(ctx context.Context) ApiCreateNWDAFMLModelProvisionSubcriptionRequest + func (a *SubscriptionsCollectionApiService) CreateNWDAFMLModelProvisionSubcriptionExecute(r ApiCreateNWDAFMLModelProvisionSubcriptionRequest) (*NwdafMLModelProvSubsc, *http.Response, error) + type SupportedGADShapes struct + String *string + SupportedGADShapesAnyOf *SupportedGADShapesAnyOf + func (dst *SupportedGADShapes) UnmarshalJSON(data []byte) error + func (src *SupportedGADShapes) MarshalJSON() ([]byte, error) + type SupportedGADShapesAnyOf string + const ELLIPSOID_ARC + const LOCAL_2_D_POINT_UNCERTAINTY_ELLIPSE + const LOCAL_3_D_POINT_UNCERTAINTY_ELLIPSOID + const POINT + const POINT_ALTITUDE + const POINT_ALTITUDE_UNCERTAINTY + const POINT_UNCERTAINTY_CIRCLE + const POINT_UNCERTAINTY_ELLIPSE + const POLYGON + func NewSupportedGADShapesAnyOfFromValue(v string) (*SupportedGADShapesAnyOf, error) + func (v *SupportedGADShapesAnyOf) UnmarshalJSON(src []byte) error + func (v SupportedGADShapesAnyOf) IsValid() bool + func (v SupportedGADShapesAnyOf) Ptr() *SupportedGADShapesAnyOf + 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 TargetUeInformation struct + AnyUe *bool + Gpsis []string + IntGroupIds []string + Supis []string + func NewTargetUeInformation() *TargetUeInformation + func NewTargetUeInformationWithDefaults() *TargetUeInformation + func (o *TargetUeInformation) GetAnyUe() bool + func (o *TargetUeInformation) GetAnyUeOk() (*bool, bool) + func (o *TargetUeInformation) GetGpsis() []string + func (o *TargetUeInformation) GetGpsisOk() ([]string, bool) + func (o *TargetUeInformation) GetIntGroupIds() []string + func (o *TargetUeInformation) GetIntGroupIdsOk() ([]string, bool) + func (o *TargetUeInformation) GetSupis() []string + func (o *TargetUeInformation) GetSupisOk() ([]string, bool) + func (o *TargetUeInformation) HasAnyUe() bool + func (o *TargetUeInformation) HasGpsis() bool + func (o *TargetUeInformation) HasIntGroupIds() bool + func (o *TargetUeInformation) HasSupis() bool + func (o *TargetUeInformation) SetAnyUe(v bool) + func (o *TargetUeInformation) SetGpsis(v []string) + func (o *TargetUeInformation) SetIntGroupIds(v []string) + func (o *TargetUeInformation) SetSupis(v []string) + func (o TargetUeInformation) MarshalJSON() ([]byte, error) + func (o TargetUeInformation) ToMap() (map[string]interface{}, error) + type ThresholdLevel struct + AvgPacketDelay *int32 + AvgPacketLossRate *int32 + AvgTrafficRate *string + CongLevel *int32 + MaxPacketDelay *int32 + MaxTrafficRate *string + NfCpuUsage *int32 + NfLoadLevel *int32 + NfMemoryUsage *int32 + NfStorageUsage *int32 + SvcExpLevel *float32 + func NewThresholdLevel() *ThresholdLevel + func NewThresholdLevelWithDefaults() *ThresholdLevel + func (o *ThresholdLevel) GetAvgPacketDelay() int32 + func (o *ThresholdLevel) GetAvgPacketDelayOk() (*int32, bool) + func (o *ThresholdLevel) GetAvgPacketLossRate() int32 + func (o *ThresholdLevel) GetAvgPacketLossRateOk() (*int32, bool) + func (o *ThresholdLevel) GetAvgTrafficRate() string + func (o *ThresholdLevel) GetAvgTrafficRateOk() (*string, bool) + func (o *ThresholdLevel) GetCongLevel() int32 + func (o *ThresholdLevel) GetCongLevelOk() (*int32, bool) + func (o *ThresholdLevel) GetMaxPacketDelay() int32 + func (o *ThresholdLevel) GetMaxPacketDelayOk() (*int32, bool) + func (o *ThresholdLevel) GetMaxTrafficRate() string + func (o *ThresholdLevel) GetMaxTrafficRateOk() (*string, bool) + func (o *ThresholdLevel) GetNfCpuUsage() int32 + func (o *ThresholdLevel) GetNfCpuUsageOk() (*int32, bool) + func (o *ThresholdLevel) GetNfLoadLevel() int32 + func (o *ThresholdLevel) GetNfLoadLevelOk() (*int32, bool) + func (o *ThresholdLevel) GetNfMemoryUsage() int32 + func (o *ThresholdLevel) GetNfMemoryUsageOk() (*int32, bool) + func (o *ThresholdLevel) GetNfStorageUsage() int32 + func (o *ThresholdLevel) GetNfStorageUsageOk() (*int32, bool) + func (o *ThresholdLevel) GetSvcExpLevel() float32 + func (o *ThresholdLevel) GetSvcExpLevelOk() (*float32, bool) + func (o *ThresholdLevel) HasAvgPacketDelay() bool + func (o *ThresholdLevel) HasAvgPacketLossRate() bool + func (o *ThresholdLevel) HasAvgTrafficRate() bool + func (o *ThresholdLevel) HasCongLevel() bool + func (o *ThresholdLevel) HasMaxPacketDelay() bool + func (o *ThresholdLevel) HasMaxTrafficRate() bool + func (o *ThresholdLevel) HasNfCpuUsage() bool + func (o *ThresholdLevel) HasNfLoadLevel() bool + func (o *ThresholdLevel) HasNfMemoryUsage() bool + func (o *ThresholdLevel) HasNfStorageUsage() bool + func (o *ThresholdLevel) HasSvcExpLevel() bool + func (o *ThresholdLevel) SetAvgPacketDelay(v int32) + func (o *ThresholdLevel) SetAvgPacketLossRate(v int32) + func (o *ThresholdLevel) SetAvgTrafficRate(v string) + func (o *ThresholdLevel) SetCongLevel(v int32) + func (o *ThresholdLevel) SetMaxPacketDelay(v int32) + func (o *ThresholdLevel) SetMaxTrafficRate(v string) + func (o *ThresholdLevel) SetNfCpuUsage(v int32) + func (o *ThresholdLevel) SetNfLoadLevel(v int32) + func (o *ThresholdLevel) SetNfMemoryUsage(v int32) + func (o *ThresholdLevel) SetNfStorageUsage(v int32) + func (o *ThresholdLevel) SetSvcExpLevel(v float32) + func (o ThresholdLevel) MarshalJSON() ([]byte, error) + func (o ThresholdLevel) ToMap() (map[string]interface{}, error) + type TimeWindow struct + StartTime time.Time + StopTime time.Time + func NewTimeWindow(startTime time.Time, stopTime time.Time) *TimeWindow + func NewTimeWindowWithDefaults() *TimeWindow + func (o *TimeWindow) GetStartTime() time.Time + func (o *TimeWindow) GetStartTimeOk() (*time.Time, bool) + func (o *TimeWindow) GetStopTime() time.Time + func (o *TimeWindow) GetStopTimeOk() (*time.Time, bool) + func (o *TimeWindow) SetStartTime(v time.Time) + func (o *TimeWindow) SetStopTime(v time.Time) + func (o TimeWindow) MarshalJSON() ([]byte, error) + func (o TimeWindow) ToMap() (map[string]interface{}, error) + type TrafficProfile struct + String *string + TrafficProfileAnyOf *TrafficProfileAnyOf + func (dst *TrafficProfile) UnmarshalJSON(data []byte) error + func (src *TrafficProfile) MarshalJSON() ([]byte, error) + type TrafficProfileAnyOf string + const DUAL_TRANS_DL_FIRST + const DUAL_TRANS_UL_FIRST + const MULTI_TRANS + const SINGLE_TRANS_DL + const SINGLE_TRANS_UL + func NewTrafficProfileAnyOfFromValue(v string) (*TrafficProfileAnyOf, error) + func (v *TrafficProfileAnyOf) UnmarshalJSON(src []byte) error + func (v TrafficProfileAnyOf) IsValid() bool + func (v TrafficProfileAnyOf) Ptr() *TrafficProfileAnyOf + type UmtTime struct + DayOfWeek int32 + TimeOfDay string + func NewUmtTime(timeOfDay string, dayOfWeek int32) *UmtTime + func NewUmtTimeWithDefaults() *UmtTime + func (o *UmtTime) GetDayOfWeek() int32 + func (o *UmtTime) GetDayOfWeekOk() (*int32, bool) + func (o *UmtTime) GetTimeOfDay() string + func (o *UmtTime) GetTimeOfDayOk() (*string, bool) + func (o *UmtTime) SetDayOfWeek(v int32) + func (o *UmtTime) SetTimeOfDay(v string) + func (o UmtTime) MarshalJSON() ([]byte, error) + func (o UmtTime) ToMap() (map[string]interface{}, error) + type UncertaintyEllipse struct + OrientationMajor int32 + SemiMajor float32 + SemiMinor float32 + func NewUncertaintyEllipse(semiMajor float32, semiMinor float32, orientationMajor int32) *UncertaintyEllipse + func NewUncertaintyEllipseWithDefaults() *UncertaintyEllipse + func (o *UncertaintyEllipse) GetOrientationMajor() int32 + func (o *UncertaintyEllipse) GetOrientationMajorOk() (*int32, bool) + func (o *UncertaintyEllipse) GetSemiMajor() float32 + func (o *UncertaintyEllipse) GetSemiMajorOk() (*float32, bool) + func (o *UncertaintyEllipse) GetSemiMinor() float32 + func (o *UncertaintyEllipse) GetSemiMinorOk() (*float32, bool) + func (o *UncertaintyEllipse) SetOrientationMajor(v int32) + func (o *UncertaintyEllipse) SetSemiMajor(v float32) + func (o *UncertaintyEllipse) SetSemiMinor(v float32) + func (o UncertaintyEllipse) MarshalJSON() ([]byte, error) + func (o UncertaintyEllipse) ToMap() (map[string]interface{}, error) + type UncertaintyEllipsoid struct + OrientationMajor int32 + SemiMajor float32 + SemiMinor float32 + Vertical float32 + func NewUncertaintyEllipsoid(semiMajor float32, semiMinor float32, vertical float32, orientationMajor int32) *UncertaintyEllipsoid + func NewUncertaintyEllipsoidWithDefaults() *UncertaintyEllipsoid + func (o *UncertaintyEllipsoid) GetOrientationMajor() int32 + func (o *UncertaintyEllipsoid) GetOrientationMajorOk() (*int32, bool) + func (o *UncertaintyEllipsoid) GetSemiMajor() float32 + func (o *UncertaintyEllipsoid) GetSemiMajorOk() (*float32, bool) + func (o *UncertaintyEllipsoid) GetSemiMinor() float32 + func (o *UncertaintyEllipsoid) GetSemiMinorOk() (*float32, bool) + func (o *UncertaintyEllipsoid) GetVertical() float32 + func (o *UncertaintyEllipsoid) GetVerticalOk() (*float32, bool) + func (o *UncertaintyEllipsoid) SetOrientationMajor(v int32) + func (o *UncertaintyEllipsoid) SetSemiMajor(v float32) + func (o *UncertaintyEllipsoid) SetSemiMinor(v float32) + func (o *UncertaintyEllipsoid) SetVertical(v float32) + func (o UncertaintyEllipsoid) MarshalJSON() ([]byte, error) + func (o UncertaintyEllipsoid) ToMap() (map[string]interface{}, error) + type UpfInformation struct + UpfAddr *AddrFqdn + UpfId *string + func NewUpfInformation() *UpfInformation + func NewUpfInformationWithDefaults() *UpfInformation + func (o *UpfInformation) GetUpfAddr() AddrFqdn + func (o *UpfInformation) GetUpfAddrOk() (*AddrFqdn, bool) + func (o *UpfInformation) GetUpfId() string + func (o *UpfInformation) GetUpfIdOk() (*string, bool) + func (o *UpfInformation) HasUpfAddr() bool + func (o *UpfInformation) HasUpfId() bool + func (o *UpfInformation) SetUpfAddr(v AddrFqdn) + func (o *UpfInformation) SetUpfId(v string) + func (o UpfInformation) MarshalJSON() ([]byte, error) + func (o UpfInformation) ToMap() (map[string]interface{}, error) + type WlanOrderingCriterion struct + String *string + WlanOrderingCriterionAnyOf *WlanOrderingCriterionAnyOf + func (dst *WlanOrderingCriterion) UnmarshalJSON(data []byte) error + func (src *WlanOrderingCriterion) MarshalJSON() ([]byte, error) + type WlanOrderingCriterionAnyOf string + func NewWlanOrderingCriterionAnyOfFromValue(v string) (*WlanOrderingCriterionAnyOf, error) + func (v *WlanOrderingCriterionAnyOf) UnmarshalJSON(src []byte) error + func (v WlanOrderingCriterionAnyOf) IsValid() bool + func (v WlanOrderingCriterionAnyOf) Ptr() *WlanOrderingCriterionAnyOf + type WlanPerformanceReq struct + BssIds []string + Order *MatchingDirection + SsIds []string + WlanOrderCriter *WlanOrderingCriterion + func NewWlanPerformanceReq() *WlanPerformanceReq + func NewWlanPerformanceReqWithDefaults() *WlanPerformanceReq + func (o *WlanPerformanceReq) GetBssIds() []string + func (o *WlanPerformanceReq) GetBssIdsOk() ([]string, bool) + func (o *WlanPerformanceReq) GetOrder() MatchingDirection + func (o *WlanPerformanceReq) GetOrderOk() (*MatchingDirection, bool) + func (o *WlanPerformanceReq) GetSsIds() []string + func (o *WlanPerformanceReq) GetSsIdsOk() ([]string, bool) + func (o *WlanPerformanceReq) GetWlanOrderCriter() WlanOrderingCriterion + func (o *WlanPerformanceReq) GetWlanOrderCriterOk() (*WlanOrderingCriterion, bool) + func (o *WlanPerformanceReq) HasBssIds() bool + func (o *WlanPerformanceReq) HasOrder() bool + func (o *WlanPerformanceReq) HasSsIds() bool + func (o *WlanPerformanceReq) HasWlanOrderCriter() bool + func (o *WlanPerformanceReq) SetBssIds(v []string) + func (o *WlanPerformanceReq) SetOrder(v MatchingDirection) + func (o *WlanPerformanceReq) SetSsIds(v []string) + func (o *WlanPerformanceReq) SetWlanOrderCriter(v WlanOrderingCriterion) + func (o WlanPerformanceReq) MarshalJSON() ([]byte, error) + func (o WlanPerformanceReq) ToMap() (map[string]interface{}, error)