Documentation ¶
Index ¶
- Variables
- func CacheExpires(r *http.Response) time.Time
- func IsNil(i interface{}) bool
- func PtrBool(v bool) *bool
- func PtrFloat32(v float32) *float32
- func PtrFloat64(v float64) *float64
- func PtrInt(v int) *int
- func PtrInt32(v int32) *int32
- func PtrInt64(v int64) *int64
- func PtrString(v string) *string
- func PtrTime(v time.Time) *time.Time
- type APIClient
- type APIKey
- type APIResponse
- type AccessAndMobilityPolicyDataDocumentApiService
- func (a *AccessAndMobilityPolicyDataDocumentApiService) ReadAccessAndMobilityPolicyData(ctx context.Context, ueId string) ApiReadAccessAndMobilityPolicyDataRequest
- func (a *AccessAndMobilityPolicyDataDocumentApiService) ReadAccessAndMobilityPolicyDataExecute(r ApiReadAccessAndMobilityPolicyDataRequest) (*AmPolicyData, *http.Response, error)
- type 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) MarshalJSON() ([]byte, error)
- func (o *AccessTokenErr) SetError(v string)
- func (o *AccessTokenErr) SetErrorDescription(v string)
- func (o *AccessTokenErr) SetErrorUri(v string)
- func (o AccessTokenErr) ToMap() (map[string]interface{}, error)
- type 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) MarshalJSON() ([]byte, error)
- 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) ToMap() (map[string]interface{}, error)
- type AmPolicyData
- func (o *AmPolicyData) GetPraInfos() map[string]PresenceInfo
- func (o *AmPolicyData) GetPraInfosOk() (*map[string]PresenceInfo, bool)
- func (o *AmPolicyData) GetSubscCats() []string
- func (o *AmPolicyData) GetSubscCatsOk() ([]string, bool)
- func (o *AmPolicyData) HasPraInfos() bool
- func (o *AmPolicyData) HasSubscCats() bool
- func (o AmPolicyData) MarshalJSON() ([]byte, error)
- func (o *AmPolicyData) SetPraInfos(v map[string]PresenceInfo)
- func (o *AmPolicyData) SetSubscCats(v []string)
- func (o AmPolicyData) ToMap() (map[string]interface{}, error)
- type ApiCreateIndividualBdtDataRequest
- type ApiCreateIndividualPolicyDataSubscriptionRequest
- type ApiCreateOrReplaceUEPolicySetRequest
- type ApiCreateUsageMonitoringResourceRequest
- type ApiDeleteIndividualBdtDataRequest
- type ApiDeleteIndividualPolicyDataSubscriptionRequest
- type ApiDeleteOperatorSpecificDataRequest
- type ApiDeleteUsageMonitoringInformationRequest
- type ApiGetMBSSessPolCtrlDataRequest
- type ApiReadAccessAndMobilityPolicyDataRequest
- type ApiReadBdtDataRequest
- type ApiReadIndividualBdtDataRequest
- type ApiReadOperatorSpecificDataRequest
- func (r ApiReadOperatorSpecificDataRequest) Execute() (*map[string]OperatorSpecificDataContainer, *http.Response, error)
- func (r ApiReadOperatorSpecificDataRequest) Fields(fields []string) ApiReadOperatorSpecificDataRequest
- func (r ApiReadOperatorSpecificDataRequest) SuppFeat(suppFeat string) ApiReadOperatorSpecificDataRequest
- type ApiReadPlmnUePolicySetRequest
- type ApiReadPolicyDataRequest
- type ApiReadSessionManagementPolicyDataRequest
- func (r ApiReadSessionManagementPolicyDataRequest) Dnn(dnn string) ApiReadSessionManagementPolicyDataRequest
- func (r ApiReadSessionManagementPolicyDataRequest) Execute() (*SmPolicyData, *http.Response, error)
- func (r ApiReadSessionManagementPolicyDataRequest) Fields(fields []string) ApiReadSessionManagementPolicyDataRequest
- func (r ApiReadSessionManagementPolicyDataRequest) Snssai(snssai Snssai) ApiReadSessionManagementPolicyDataRequest
- func (r ApiReadSessionManagementPolicyDataRequest) SuppFeat(suppFeat string) ApiReadSessionManagementPolicyDataRequest
- type ApiReadSlicePolicyControlDataRequest
- type ApiReadSponsorConnectivityDataRequest
- type ApiReadUEPolicySetRequest
- type ApiReadUsageMonitoringInformationRequest
- type ApiReplaceIndividualPolicyDataSubscriptionRequest
- type ApiReplaceOperatorSpecificDataRequest
- type ApiUpdateIndividualBdtDataRequest
- type ApiUpdateOperatorSpecificDataRequest
- type ApiUpdateSessionManagementPolicyDataRequest
- type ApiUpdateSlicePolicyControlDataRequest
- type ApiUpdateUEPolicySetRequest
- type BasicAuth
- type BdtData
- func (o *BdtData) GetAspId() string
- func (o *BdtData) GetAspIdOk() (*string, bool)
- func (o *BdtData) GetBdtRefId() string
- func (o *BdtData) GetBdtRefIdOk() (*string, bool)
- func (o *BdtData) GetBdtpStatus() BdtPolicyStatus
- func (o *BdtData) GetBdtpStatusOk() (*BdtPolicyStatus, bool)
- func (o *BdtData) GetDnn() string
- func (o *BdtData) GetDnnOk() (*string, bool)
- func (o *BdtData) GetNumOfUes() int32
- func (o *BdtData) GetNumOfUesOk() (*int32, bool)
- func (o *BdtData) GetNwAreaInfo() NetworkAreaInfo
- func (o *BdtData) GetNwAreaInfoOk() (*NetworkAreaInfo, bool)
- func (o *BdtData) GetResetIds() []string
- func (o *BdtData) GetResetIdsOk() ([]string, bool)
- func (o *BdtData) GetSnssai() Snssai
- func (o *BdtData) GetSnssaiOk() (*Snssai, bool)
- func (o *BdtData) GetSuppFeat() string
- func (o *BdtData) GetSuppFeatOk() (*string, bool)
- func (o *BdtData) GetTrafficDes() string
- func (o *BdtData) GetTrafficDesOk() (*string, bool)
- func (o *BdtData) GetTransPolicy() TransferPolicy
- func (o *BdtData) GetTransPolicyOk() (*TransferPolicy, bool)
- func (o *BdtData) GetVolPerUe() UsageThreshold
- func (o *BdtData) GetVolPerUeOk() (*UsageThreshold, bool)
- func (o *BdtData) HasBdtRefId() bool
- func (o *BdtData) HasBdtpStatus() bool
- func (o *BdtData) HasDnn() bool
- func (o *BdtData) HasNumOfUes() bool
- func (o *BdtData) HasNwAreaInfo() bool
- func (o *BdtData) HasResetIds() bool
- func (o *BdtData) HasSnssai() bool
- func (o *BdtData) HasSuppFeat() bool
- func (o *BdtData) HasTrafficDes() bool
- func (o *BdtData) HasVolPerUe() bool
- func (o BdtData) MarshalJSON() ([]byte, error)
- func (o *BdtData) SetAspId(v string)
- func (o *BdtData) SetBdtRefId(v string)
- func (o *BdtData) SetBdtpStatus(v BdtPolicyStatus)
- func (o *BdtData) SetDnn(v string)
- func (o *BdtData) SetNumOfUes(v int32)
- func (o *BdtData) SetNwAreaInfo(v NetworkAreaInfo)
- func (o *BdtData) SetResetIds(v []string)
- func (o *BdtData) SetSnssai(v Snssai)
- func (o *BdtData) SetSuppFeat(v string)
- func (o *BdtData) SetTrafficDes(v string)
- func (o *BdtData) SetTransPolicy(v TransferPolicy)
- func (o *BdtData) SetVolPerUe(v UsageThreshold)
- func (o BdtData) ToMap() (map[string]interface{}, error)
- type BdtDataPatch
- func (o *BdtDataPatch) GetBdtpStatus() BdtPolicyStatus
- func (o *BdtDataPatch) GetBdtpStatusOk() (*BdtPolicyStatus, bool)
- func (o *BdtDataPatch) GetTransPolicy() TransferPolicy
- func (o *BdtDataPatch) GetTransPolicyOk() (*TransferPolicy, bool)
- func (o *BdtDataPatch) HasBdtpStatus() bool
- func (o *BdtDataPatch) HasTransPolicy() bool
- func (o BdtDataPatch) MarshalJSON() ([]byte, error)
- func (o *BdtDataPatch) SetBdtpStatus(v BdtPolicyStatus)
- func (o *BdtDataPatch) SetTransPolicy(v TransferPolicy)
- func (o BdtDataPatch) ToMap() (map[string]interface{}, error)
- type BdtDataStoreApiService
- type BdtPolicyStatus
- type ChargingInformation
- func (o *ChargingInformation) GetPrimaryChfAddress() string
- func (o *ChargingInformation) GetPrimaryChfAddressOk() (*string, bool)
- func (o *ChargingInformation) GetPrimaryChfInstanceId() string
- func (o *ChargingInformation) GetPrimaryChfInstanceIdOk() (*string, bool)
- func (o *ChargingInformation) GetPrimaryChfSetId() string
- func (o *ChargingInformation) GetPrimaryChfSetIdOk() (*string, bool)
- func (o *ChargingInformation) GetSecondaryChfAddress() string
- func (o *ChargingInformation) GetSecondaryChfAddressOk() (*string, bool)
- func (o *ChargingInformation) GetSecondaryChfInstanceId() string
- func (o *ChargingInformation) GetSecondaryChfInstanceIdOk() (*string, bool)
- func (o *ChargingInformation) GetSecondaryChfSetId() string
- func (o *ChargingInformation) GetSecondaryChfSetIdOk() (*string, bool)
- func (o *ChargingInformation) HasPrimaryChfInstanceId() bool
- func (o *ChargingInformation) HasPrimaryChfSetId() bool
- func (o *ChargingInformation) HasSecondaryChfAddress() bool
- func (o *ChargingInformation) HasSecondaryChfInstanceId() bool
- func (o *ChargingInformation) HasSecondaryChfSetId() bool
- func (o ChargingInformation) MarshalJSON() ([]byte, error)
- func (o *ChargingInformation) SetPrimaryChfAddress(v string)
- func (o *ChargingInformation) SetPrimaryChfInstanceId(v string)
- func (o *ChargingInformation) SetPrimaryChfSetId(v string)
- func (o *ChargingInformation) SetSecondaryChfAddress(v string)
- func (o *ChargingInformation) SetSecondaryChfInstanceId(v string)
- func (o *ChargingInformation) SetSecondaryChfSetId(v string)
- func (o ChargingInformation) ToMap() (map[string]interface{}, error)
- type Configuration
- type DnnRouteSelectionDescriptor
- func (o *DnnRouteSelectionDescriptor) GetAtsssInfo() bool
- func (o *DnnRouteSelectionDescriptor) GetAtsssInfoOk() (*bool, bool)
- func (o *DnnRouteSelectionDescriptor) GetDnn() string
- func (o *DnnRouteSelectionDescriptor) GetDnnOk() (*string, bool)
- func (o *DnnRouteSelectionDescriptor) GetPduSessTypes() []PduSessionType
- func (o *DnnRouteSelectionDescriptor) GetPduSessTypesOk() ([]PduSessionType, bool)
- func (o *DnnRouteSelectionDescriptor) GetSscModes() []SscMode
- func (o *DnnRouteSelectionDescriptor) GetSscModesOk() ([]SscMode, bool)
- func (o *DnnRouteSelectionDescriptor) HasAtsssInfo() bool
- func (o *DnnRouteSelectionDescriptor) HasPduSessTypes() bool
- func (o *DnnRouteSelectionDescriptor) HasSscModes() bool
- func (o DnnRouteSelectionDescriptor) MarshalJSON() ([]byte, error)
- func (o *DnnRouteSelectionDescriptor) SetAtsssInfo(v bool)
- func (o *DnnRouteSelectionDescriptor) SetDnn(v string)
- func (o *DnnRouteSelectionDescriptor) SetPduSessTypes(v []PduSessionType)
- func (o *DnnRouteSelectionDescriptor) SetSscModes(v []SscMode)
- func (o DnnRouteSelectionDescriptor) ToMap() (map[string]interface{}, error)
- type 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) MarshalJSON() ([]byte, error)
- func (o *Ecgi) SetEutraCellId(v string)
- func (o *Ecgi) SetNid(v string)
- func (o *Ecgi) SetPlmnId(v PlmnId)
- func (o Ecgi) ToMap() (map[string]interface{}, error)
- type 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) MarshalJSON() ([]byte, error)
- func (o *GNbId) SetBitLength(v int32)
- func (o *GNbId) SetGNBValue(v string)
- func (o GNbId) ToMap() (map[string]interface{}, error)
- type GenericOpenAPIError
- type GlobalRanNodeId
- type IndividualBdtDataDocumentApiService
- func (a *IndividualBdtDataDocumentApiService) CreateIndividualBdtData(ctx context.Context, bdtReferenceId string) ApiCreateIndividualBdtDataRequest
- func (a *IndividualBdtDataDocumentApiService) CreateIndividualBdtDataExecute(r ApiCreateIndividualBdtDataRequest) (*BdtData, *http.Response, error)
- func (a *IndividualBdtDataDocumentApiService) DeleteIndividualBdtData(ctx context.Context, bdtReferenceId string) ApiDeleteIndividualBdtDataRequest
- func (a *IndividualBdtDataDocumentApiService) DeleteIndividualBdtDataExecute(r ApiDeleteIndividualBdtDataRequest) (*http.Response, error)
- func (a *IndividualBdtDataDocumentApiService) ReadIndividualBdtData(ctx context.Context, bdtReferenceId string) ApiReadIndividualBdtDataRequest
- func (a *IndividualBdtDataDocumentApiService) ReadIndividualBdtDataExecute(r ApiReadIndividualBdtDataRequest) (*BdtData, *http.Response, error)
- func (a *IndividualBdtDataDocumentApiService) UpdateIndividualBdtData(ctx context.Context, bdtReferenceId string) ApiUpdateIndividualBdtDataRequest
- func (a *IndividualBdtDataDocumentApiService) UpdateIndividualBdtDataExecute(r ApiUpdateIndividualBdtDataRequest) (*BdtData, *http.Response, error)
- type IndividualPolicyDataSubscriptionDocumentApiService
- func (a *IndividualPolicyDataSubscriptionDocumentApiService) DeleteIndividualPolicyDataSubscription(ctx context.Context, subsId string) ApiDeleteIndividualPolicyDataSubscriptionRequest
- func (a *IndividualPolicyDataSubscriptionDocumentApiService) DeleteIndividualPolicyDataSubscriptionExecute(r ApiDeleteIndividualPolicyDataSubscriptionRequest) (*http.Response, error)
- func (a *IndividualPolicyDataSubscriptionDocumentApiService) ReplaceIndividualPolicyDataSubscription(ctx context.Context, subsId string) ApiReplaceIndividualPolicyDataSubscriptionRequest
- func (a *IndividualPolicyDataSubscriptionDocumentApiService) ReplaceIndividualPolicyDataSubscriptionExecute(r ApiReplaceIndividualPolicyDataSubscriptionRequest) (*PolicyDataSubscription, *http.Response, error)
- type 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) MarshalJSON() ([]byte, error)
- func (o *InvalidParam) SetParam(v string)
- func (o *InvalidParam) SetReason(v string)
- func (o InvalidParam) ToMap() (map[string]interface{}, error)
- type IpAddr
- type Ipv6Addr
- type Ipv6Prefix
- type LimitIdToMonitoringKey
- func (o *LimitIdToMonitoringKey) GetLimitId() string
- func (o *LimitIdToMonitoringKey) GetLimitIdOk() (*string, bool)
- func (o *LimitIdToMonitoringKey) GetMonkey() []string
- func (o *LimitIdToMonitoringKey) GetMonkeyOk() ([]string, bool)
- func (o *LimitIdToMonitoringKey) HasMonkey() bool
- func (o LimitIdToMonitoringKey) MarshalJSON() ([]byte, error)
- func (o *LimitIdToMonitoringKey) SetLimitId(v string)
- func (o *LimitIdToMonitoringKey) SetMonkey(v []string)
- func (o LimitIdToMonitoringKey) ToMap() (map[string]interface{}, error)
- type MBSSessionPolicyControlDataDocumentApiService
- func (a *MBSSessionPolicyControlDataDocumentApiService) GetMBSSessPolCtrlData(ctx context.Context, polSessionId MbsSessPolDataId) ApiGetMBSSessPolCtrlDataRequest
- func (a *MBSSessionPolicyControlDataDocumentApiService) GetMBSSessPolCtrlDataExecute(r ApiGetMBSSessPolCtrlDataRequest) (*MbsSessPolCtrlData, *http.Response, error)
- type MappedNullable
- type MbsSessPolCtrlData
- func (o *MbsSessPolCtrlData) GetMaxGbr() string
- func (o *MbsSessPolCtrlData) GetMaxGbrOk() (*string, bool)
- func (o *MbsSessPolCtrlData) GetMaxMbsArpLevel() int32
- func (o *MbsSessPolCtrlData) GetMaxMbsArpLevelOk() (*int32, bool)
- func (o *MbsSessPolCtrlData) GetMaxMbsSessionAmbr() string
- func (o *MbsSessPolCtrlData) GetMaxMbsSessionAmbrOk() (*string, bool)
- func (o *MbsSessPolCtrlData) GetSuppFeat() string
- func (o *MbsSessPolCtrlData) GetSuppFeatOk() (*string, bool)
- func (o *MbsSessPolCtrlData) GetVar5qis() []int32
- func (o *MbsSessPolCtrlData) GetVar5qisOk() ([]int32, bool)
- func (o *MbsSessPolCtrlData) HasMaxGbr() bool
- func (o *MbsSessPolCtrlData) HasMaxMbsArpLevel() bool
- func (o *MbsSessPolCtrlData) HasMaxMbsSessionAmbr() bool
- func (o *MbsSessPolCtrlData) HasSuppFeat() bool
- func (o *MbsSessPolCtrlData) HasVar5qis() bool
- func (o MbsSessPolCtrlData) MarshalJSON() ([]byte, error)
- func (o *MbsSessPolCtrlData) SetMaxGbr(v string)
- func (o *MbsSessPolCtrlData) SetMaxMbsArpLevel(v int32)
- func (o *MbsSessPolCtrlData) SetMaxMbsArpLevelNil()
- func (o *MbsSessPolCtrlData) SetMaxMbsSessionAmbr(v string)
- func (o *MbsSessPolCtrlData) SetSuppFeat(v string)
- func (o *MbsSessPolCtrlData) SetVar5qis(v []int32)
- func (o MbsSessPolCtrlData) ToMap() (map[string]interface{}, error)
- func (o *MbsSessPolCtrlData) UnsetMaxMbsArpLevel()
- type MbsSessPolDataId
- type MbsSessionId
- type NFType
- type 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) MarshalJSON() ([]byte, error)
- func (o *Ncgi) SetNid(v string)
- func (o *Ncgi) SetNrCellId(v string)
- func (o *Ncgi) SetPlmnId(v PlmnId)
- func (o Ncgi) ToMap() (map[string]interface{}, error)
- type 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) MarshalJSON() ([]byte, error)
- 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) ToMap() (map[string]interface{}, error)
- type NotificationItem
- func (o *NotificationItem) GetNotifItems() []UpdatedItem
- func (o *NotificationItem) GetNotifItemsOk() ([]UpdatedItem, bool)
- func (o *NotificationItem) GetResourceId() string
- func (o *NotificationItem) GetResourceIdOk() (*string, bool)
- func (o NotificationItem) MarshalJSON() ([]byte, error)
- func (o *NotificationItem) SetNotifItems(v []UpdatedItem)
- func (o *NotificationItem) SetResourceId(v string)
- func (o NotificationItem) ToMap() (map[string]interface{}, error)
- type NullableAccessTokenErr
- func (v NullableAccessTokenErr) Get() *AccessTokenErr
- func (v NullableAccessTokenErr) IsSet() bool
- func (v NullableAccessTokenErr) MarshalJSON() ([]byte, error)
- func (v *NullableAccessTokenErr) Set(val *AccessTokenErr)
- func (v *NullableAccessTokenErr) UnmarshalJSON(src []byte) error
- func (v *NullableAccessTokenErr) Unset()
- type NullableAccessTokenReq
- func (v NullableAccessTokenReq) Get() *AccessTokenReq
- func (v NullableAccessTokenReq) IsSet() bool
- func (v NullableAccessTokenReq) MarshalJSON() ([]byte, error)
- func (v *NullableAccessTokenReq) Set(val *AccessTokenReq)
- func (v *NullableAccessTokenReq) UnmarshalJSON(src []byte) error
- func (v *NullableAccessTokenReq) Unset()
- type NullableAmPolicyData
- func (v NullableAmPolicyData) Get() *AmPolicyData
- func (v NullableAmPolicyData) IsSet() bool
- func (v NullableAmPolicyData) MarshalJSON() ([]byte, error)
- func (v *NullableAmPolicyData) Set(val *AmPolicyData)
- func (v *NullableAmPolicyData) UnmarshalJSON(src []byte) error
- func (v *NullableAmPolicyData) Unset()
- type NullableBdtData
- type NullableBdtDataPatch
- func (v NullableBdtDataPatch) Get() *BdtDataPatch
- func (v NullableBdtDataPatch) IsSet() bool
- func (v NullableBdtDataPatch) MarshalJSON() ([]byte, error)
- func (v *NullableBdtDataPatch) Set(val *BdtDataPatch)
- func (v *NullableBdtDataPatch) UnmarshalJSON(src []byte) error
- func (v *NullableBdtDataPatch) Unset()
- type NullableBdtPolicyStatus
- func (v NullableBdtPolicyStatus) Get() *BdtPolicyStatus
- func (v NullableBdtPolicyStatus) IsSet() bool
- func (v NullableBdtPolicyStatus) MarshalJSON() ([]byte, error)
- func (v *NullableBdtPolicyStatus) Set(val *BdtPolicyStatus)
- func (v *NullableBdtPolicyStatus) UnmarshalJSON(src []byte) error
- func (v *NullableBdtPolicyStatus) Unset()
- type NullableBool
- type NullableChargingInformation
- func (v NullableChargingInformation) Get() *ChargingInformation
- func (v NullableChargingInformation) IsSet() bool
- func (v NullableChargingInformation) MarshalJSON() ([]byte, error)
- func (v *NullableChargingInformation) Set(val *ChargingInformation)
- func (v *NullableChargingInformation) UnmarshalJSON(src []byte) error
- func (v *NullableChargingInformation) Unset()
- type NullableDnnRouteSelectionDescriptor
- func (v NullableDnnRouteSelectionDescriptor) Get() *DnnRouteSelectionDescriptor
- func (v NullableDnnRouteSelectionDescriptor) IsSet() bool
- func (v NullableDnnRouteSelectionDescriptor) MarshalJSON() ([]byte, error)
- func (v *NullableDnnRouteSelectionDescriptor) Set(val *DnnRouteSelectionDescriptor)
- func (v *NullableDnnRouteSelectionDescriptor) UnmarshalJSON(src []byte) error
- func (v *NullableDnnRouteSelectionDescriptor) Unset()
- type NullableEcgi
- type NullableFloat32
- type NullableFloat64
- type NullableGNbId
- type NullableGlobalRanNodeId
- func (v NullableGlobalRanNodeId) Get() *GlobalRanNodeId
- func (v NullableGlobalRanNodeId) IsSet() bool
- func (v NullableGlobalRanNodeId) MarshalJSON() ([]byte, error)
- func (v *NullableGlobalRanNodeId) Set(val *GlobalRanNodeId)
- func (v *NullableGlobalRanNodeId) UnmarshalJSON(src []byte) error
- func (v *NullableGlobalRanNodeId) Unset()
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableInvalidParam
- func (v NullableInvalidParam) Get() *InvalidParam
- func (v NullableInvalidParam) IsSet() bool
- func (v NullableInvalidParam) MarshalJSON() ([]byte, error)
- func (v *NullableInvalidParam) Set(val *InvalidParam)
- func (v *NullableInvalidParam) UnmarshalJSON(src []byte) error
- func (v *NullableInvalidParam) Unset()
- type NullableIpAddr
- type NullableIpv6Addr
- type NullableIpv6Prefix
- type NullableLimitIdToMonitoringKey
- func (v NullableLimitIdToMonitoringKey) Get() *LimitIdToMonitoringKey
- func (v NullableLimitIdToMonitoringKey) IsSet() bool
- func (v NullableLimitIdToMonitoringKey) MarshalJSON() ([]byte, error)
- func (v *NullableLimitIdToMonitoringKey) Set(val *LimitIdToMonitoringKey)
- func (v *NullableLimitIdToMonitoringKey) UnmarshalJSON(src []byte) error
- func (v *NullableLimitIdToMonitoringKey) Unset()
- type NullableMbsSessPolCtrlData
- func (v NullableMbsSessPolCtrlData) Get() *MbsSessPolCtrlData
- func (v NullableMbsSessPolCtrlData) IsSet() bool
- func (v NullableMbsSessPolCtrlData) MarshalJSON() ([]byte, error)
- func (v *NullableMbsSessPolCtrlData) Set(val *MbsSessPolCtrlData)
- func (v *NullableMbsSessPolCtrlData) UnmarshalJSON(src []byte) error
- func (v *NullableMbsSessPolCtrlData) Unset()
- type NullableMbsSessPolDataId
- func (v NullableMbsSessPolDataId) Get() *MbsSessPolDataId
- func (v NullableMbsSessPolDataId) IsSet() bool
- func (v NullableMbsSessPolDataId) MarshalJSON() ([]byte, error)
- func (v *NullableMbsSessPolDataId) Set(val *MbsSessPolDataId)
- func (v *NullableMbsSessPolDataId) UnmarshalJSON(src []byte) error
- func (v *NullableMbsSessPolDataId) Unset()
- type NullableMbsSessionId
- func (v NullableMbsSessionId) Get() *MbsSessionId
- func (v NullableMbsSessionId) IsSet() bool
- func (v NullableMbsSessionId) MarshalJSON() ([]byte, error)
- func (v *NullableMbsSessionId) Set(val *MbsSessionId)
- func (v *NullableMbsSessionId) UnmarshalJSON(src []byte) error
- func (v *NullableMbsSessionId) Unset()
- type NullableNFType
- type NullableNcgi
- type NullableNetworkAreaInfo
- func (v NullableNetworkAreaInfo) Get() *NetworkAreaInfo
- func (v NullableNetworkAreaInfo) IsSet() bool
- func (v NullableNetworkAreaInfo) MarshalJSON() ([]byte, error)
- func (v *NullableNetworkAreaInfo) Set(val *NetworkAreaInfo)
- func (v *NullableNetworkAreaInfo) UnmarshalJSON(src []byte) error
- func (v *NullableNetworkAreaInfo) Unset()
- type NullableNotificationItem
- func (v NullableNotificationItem) Get() *NotificationItem
- func (v NullableNotificationItem) IsSet() bool
- func (v NullableNotificationItem) MarshalJSON() ([]byte, error)
- func (v *NullableNotificationItem) Set(val *NotificationItem)
- func (v *NullableNotificationItem) UnmarshalJSON(src []byte) error
- func (v *NullableNotificationItem) Unset()
- type NullableOperatorSpecificDataContainer
- func (v NullableOperatorSpecificDataContainer) Get() *OperatorSpecificDataContainer
- func (v NullableOperatorSpecificDataContainer) IsSet() bool
- func (v NullableOperatorSpecificDataContainer) MarshalJSON() ([]byte, error)
- func (v *NullableOperatorSpecificDataContainer) Set(val *OperatorSpecificDataContainer)
- func (v *NullableOperatorSpecificDataContainer) UnmarshalJSON(src []byte) error
- func (v *NullableOperatorSpecificDataContainer) Unset()
- type NullableOperatorSpecificDataContainerValue
- func (v NullableOperatorSpecificDataContainerValue) Get() *OperatorSpecificDataContainerValue
- func (v NullableOperatorSpecificDataContainerValue) IsSet() bool
- func (v NullableOperatorSpecificDataContainerValue) MarshalJSON() ([]byte, error)
- func (v *NullableOperatorSpecificDataContainerValue) Set(val *OperatorSpecificDataContainerValue)
- func (v *NullableOperatorSpecificDataContainerValue) UnmarshalJSON(src []byte) error
- func (v *NullableOperatorSpecificDataContainerValue) Unset()
- type NullablePatchItem
- type NullablePatchOperation
- func (v NullablePatchOperation) Get() *PatchOperation
- func (v NullablePatchOperation) IsSet() bool
- func (v NullablePatchOperation) MarshalJSON() ([]byte, error)
- func (v *NullablePatchOperation) Set(val *PatchOperation)
- func (v *NullablePatchOperation) UnmarshalJSON(src []byte) error
- func (v *NullablePatchOperation) Unset()
- type NullablePatchResult
- func (v NullablePatchResult) Get() *PatchResult
- func (v NullablePatchResult) IsSet() bool
- func (v NullablePatchResult) MarshalJSON() ([]byte, error)
- func (v *NullablePatchResult) Set(val *PatchResult)
- func (v *NullablePatchResult) UnmarshalJSON(src []byte) error
- func (v *NullablePatchResult) Unset()
- type NullablePduSessionType
- func (v NullablePduSessionType) Get() *PduSessionType
- func (v NullablePduSessionType) IsSet() bool
- func (v NullablePduSessionType) MarshalJSON() ([]byte, error)
- func (v *NullablePduSessionType) Set(val *PduSessionType)
- func (v *NullablePduSessionType) UnmarshalJSON(src []byte) error
- func (v *NullablePduSessionType) Unset()
- type NullablePeriodicity
- func (v NullablePeriodicity) Get() *Periodicity
- func (v NullablePeriodicity) IsSet() bool
- func (v NullablePeriodicity) MarshalJSON() ([]byte, error)
- func (v *NullablePeriodicity) Set(val *Periodicity)
- func (v *NullablePeriodicity) UnmarshalJSON(src []byte) error
- func (v *NullablePeriodicity) Unset()
- type NullablePlmnId
- type NullablePlmnIdNid
- type NullablePlmnRouteSelectionDescriptor
- func (v NullablePlmnRouteSelectionDescriptor) Get() *PlmnRouteSelectionDescriptor
- func (v NullablePlmnRouteSelectionDescriptor) IsSet() bool
- func (v NullablePlmnRouteSelectionDescriptor) MarshalJSON() ([]byte, error)
- func (v *NullablePlmnRouteSelectionDescriptor) Set(val *PlmnRouteSelectionDescriptor)
- func (v *NullablePlmnRouteSelectionDescriptor) UnmarshalJSON(src []byte) error
- func (v *NullablePlmnRouteSelectionDescriptor) Unset()
- type NullablePolicyDataChangeNotification
- func (v NullablePolicyDataChangeNotification) Get() *PolicyDataChangeNotification
- func (v NullablePolicyDataChangeNotification) IsSet() bool
- func (v NullablePolicyDataChangeNotification) MarshalJSON() ([]byte, error)
- func (v *NullablePolicyDataChangeNotification) Set(val *PolicyDataChangeNotification)
- func (v *NullablePolicyDataChangeNotification) UnmarshalJSON(src []byte) error
- func (v *NullablePolicyDataChangeNotification) Unset()
- type NullablePolicyDataForIndividualUe
- func (v NullablePolicyDataForIndividualUe) Get() *PolicyDataForIndividualUe
- func (v NullablePolicyDataForIndividualUe) IsSet() bool
- func (v NullablePolicyDataForIndividualUe) MarshalJSON() ([]byte, error)
- func (v *NullablePolicyDataForIndividualUe) Set(val *PolicyDataForIndividualUe)
- func (v *NullablePolicyDataForIndividualUe) UnmarshalJSON(src []byte) error
- func (v *NullablePolicyDataForIndividualUe) Unset()
- type NullablePolicyDataSubscription
- func (v NullablePolicyDataSubscription) Get() *PolicyDataSubscription
- func (v NullablePolicyDataSubscription) IsSet() bool
- func (v NullablePolicyDataSubscription) MarshalJSON() ([]byte, error)
- func (v *NullablePolicyDataSubscription) Set(val *PolicyDataSubscription)
- func (v *NullablePolicyDataSubscription) UnmarshalJSON(src []byte) error
- func (v *NullablePolicyDataSubscription) Unset()
- type NullablePolicyDataSubset
- func (v NullablePolicyDataSubset) Get() *PolicyDataSubset
- func (v NullablePolicyDataSubset) IsSet() bool
- func (v NullablePolicyDataSubset) MarshalJSON() ([]byte, error)
- func (v *NullablePolicyDataSubset) Set(val *PolicyDataSubset)
- func (v *NullablePolicyDataSubset) UnmarshalJSON(src []byte) error
- func (v *NullablePolicyDataSubset) Unset()
- type NullablePresenceInfo
- func (v NullablePresenceInfo) Get() *PresenceInfo
- func (v NullablePresenceInfo) IsSet() bool
- func (v NullablePresenceInfo) MarshalJSON() ([]byte, error)
- func (v *NullablePresenceInfo) Set(val *PresenceInfo)
- func (v *NullablePresenceInfo) UnmarshalJSON(src []byte) error
- func (v *NullablePresenceInfo) Unset()
- type NullablePresenceState
- func (v NullablePresenceState) Get() *PresenceState
- func (v NullablePresenceState) IsSet() bool
- func (v NullablePresenceState) MarshalJSON() ([]byte, error)
- func (v *NullablePresenceState) Set(val *PresenceState)
- func (v *NullablePresenceState) UnmarshalJSON(src []byte) error
- func (v *NullablePresenceState) Unset()
- type NullableProblemDetails
- func (v NullableProblemDetails) Get() *ProblemDetails
- func (v NullableProblemDetails) IsSet() bool
- func (v NullableProblemDetails) MarshalJSON() ([]byte, error)
- func (v *NullableProblemDetails) Set(val *ProblemDetails)
- func (v *NullableProblemDetails) UnmarshalJSON(src []byte) error
- func (v *NullableProblemDetails) Unset()
- type NullableReportItem
- type NullableResourceItem
- func (v NullableResourceItem) Get() *ResourceItem
- func (v NullableResourceItem) IsSet() bool
- func (v NullableResourceItem) MarshalJSON() ([]byte, error)
- func (v *NullableResourceItem) Set(val *ResourceItem)
- func (v *NullableResourceItem) UnmarshalJSON(src []byte) error
- func (v *NullableResourceItem) Unset()
- type NullableSliceMbr
- type NullableSlicePolicyData
- func (v NullableSlicePolicyData) Get() *SlicePolicyData
- func (v NullableSlicePolicyData) IsSet() bool
- func (v NullableSlicePolicyData) MarshalJSON() ([]byte, error)
- func (v *NullableSlicePolicyData) Set(val *SlicePolicyData)
- func (v *NullableSlicePolicyData) UnmarshalJSON(src []byte) error
- func (v *NullableSlicePolicyData) Unset()
- type NullableSlicePolicyDataPatch
- func (v NullableSlicePolicyDataPatch) Get() *SlicePolicyDataPatch
- func (v NullableSlicePolicyDataPatch) IsSet() bool
- func (v NullableSlicePolicyDataPatch) MarshalJSON() ([]byte, error)
- func (v *NullableSlicePolicyDataPatch) Set(val *SlicePolicyDataPatch)
- func (v *NullableSlicePolicyDataPatch) UnmarshalJSON(src []byte) error
- func (v *NullableSlicePolicyDataPatch) Unset()
- type NullableSmPolicyData
- func (v NullableSmPolicyData) Get() *SmPolicyData
- func (v NullableSmPolicyData) IsSet() bool
- func (v NullableSmPolicyData) MarshalJSON() ([]byte, error)
- func (v *NullableSmPolicyData) Set(val *SmPolicyData)
- func (v *NullableSmPolicyData) UnmarshalJSON(src []byte) error
- func (v *NullableSmPolicyData) Unset()
- type NullableSmPolicyDataPatch
- func (v NullableSmPolicyDataPatch) Get() *SmPolicyDataPatch
- func (v NullableSmPolicyDataPatch) IsSet() bool
- func (v NullableSmPolicyDataPatch) MarshalJSON() ([]byte, error)
- func (v *NullableSmPolicyDataPatch) Set(val *SmPolicyDataPatch)
- func (v *NullableSmPolicyDataPatch) UnmarshalJSON(src []byte) error
- func (v *NullableSmPolicyDataPatch) Unset()
- type NullableSmPolicyDnnData
- func (v NullableSmPolicyDnnData) Get() *SmPolicyDnnData
- func (v NullableSmPolicyDnnData) IsSet() bool
- func (v NullableSmPolicyDnnData) MarshalJSON() ([]byte, error)
- func (v *NullableSmPolicyDnnData) Set(val *SmPolicyDnnData)
- func (v *NullableSmPolicyDnnData) UnmarshalJSON(src []byte) error
- func (v *NullableSmPolicyDnnData) Unset()
- type NullableSmPolicyDnnDataPatch
- func (v NullableSmPolicyDnnDataPatch) Get() *SmPolicyDnnDataPatch
- func (v NullableSmPolicyDnnDataPatch) IsSet() bool
- func (v NullableSmPolicyDnnDataPatch) MarshalJSON() ([]byte, error)
- func (v *NullableSmPolicyDnnDataPatch) Set(val *SmPolicyDnnDataPatch)
- func (v *NullableSmPolicyDnnDataPatch) UnmarshalJSON(src []byte) error
- func (v *NullableSmPolicyDnnDataPatch) Unset()
- type NullableSmPolicySnssaiData
- func (v NullableSmPolicySnssaiData) Get() *SmPolicySnssaiData
- func (v NullableSmPolicySnssaiData) IsSet() bool
- func (v NullableSmPolicySnssaiData) MarshalJSON() ([]byte, error)
- func (v *NullableSmPolicySnssaiData) Set(val *SmPolicySnssaiData)
- func (v *NullableSmPolicySnssaiData) UnmarshalJSON(src []byte) error
- func (v *NullableSmPolicySnssaiData) Unset()
- type NullableSmPolicySnssaiDataPatch
- func (v NullableSmPolicySnssaiDataPatch) Get() *SmPolicySnssaiDataPatch
- func (v NullableSmPolicySnssaiDataPatch) IsSet() bool
- func (v NullableSmPolicySnssaiDataPatch) MarshalJSON() ([]byte, error)
- func (v *NullableSmPolicySnssaiDataPatch) Set(val *SmPolicySnssaiDataPatch)
- func (v *NullableSmPolicySnssaiDataPatch) UnmarshalJSON(src []byte) error
- func (v *NullableSmPolicySnssaiDataPatch) Unset()
- type NullableSnssai
- type NullableSnssaiRouteSelectionDescriptor
- func (v NullableSnssaiRouteSelectionDescriptor) Get() *SnssaiRouteSelectionDescriptor
- func (v NullableSnssaiRouteSelectionDescriptor) IsSet() bool
- func (v NullableSnssaiRouteSelectionDescriptor) MarshalJSON() ([]byte, error)
- func (v *NullableSnssaiRouteSelectionDescriptor) Set(val *SnssaiRouteSelectionDescriptor)
- func (v *NullableSnssaiRouteSelectionDescriptor) UnmarshalJSON(src []byte) error
- func (v *NullableSnssaiRouteSelectionDescriptor) Unset()
- type NullableSponsorConnectivityData
- func (v NullableSponsorConnectivityData) Get() *SponsorConnectivityData
- func (v NullableSponsorConnectivityData) IsSet() bool
- func (v NullableSponsorConnectivityData) MarshalJSON() ([]byte, error)
- func (v *NullableSponsorConnectivityData) Set(val *SponsorConnectivityData)
- func (v *NullableSponsorConnectivityData) UnmarshalJSON(src []byte) error
- func (v *NullableSponsorConnectivityData) Unset()
- type NullableSscMode
- type NullableSsm
- type NullableString
- type NullableTai
- type NullableTime
- type NullableTimePeriod
- type NullableTimeWindow
- type NullableTmgi
- type NullableTransferPolicy
- func (v NullableTransferPolicy) Get() *TransferPolicy
- func (v NullableTransferPolicy) IsSet() bool
- func (v NullableTransferPolicy) MarshalJSON() ([]byte, error)
- func (v *NullableTransferPolicy) Set(val *TransferPolicy)
- func (v *NullableTransferPolicy) UnmarshalJSON(src []byte) error
- func (v *NullableTransferPolicy) Unset()
- type NullableUePolicySection
- func (v NullableUePolicySection) Get() *UePolicySection
- func (v NullableUePolicySection) IsSet() bool
- func (v NullableUePolicySection) MarshalJSON() ([]byte, error)
- func (v *NullableUePolicySection) Set(val *UePolicySection)
- func (v *NullableUePolicySection) UnmarshalJSON(src []byte) error
- func (v *NullableUePolicySection) Unset()
- type NullableUePolicySet
- func (v NullableUePolicySet) Get() *UePolicySet
- func (v NullableUePolicySet) IsSet() bool
- func (v NullableUePolicySet) MarshalJSON() ([]byte, error)
- func (v *NullableUePolicySet) Set(val *UePolicySet)
- func (v *NullableUePolicySet) UnmarshalJSON(src []byte) error
- func (v *NullableUePolicySet) Unset()
- type NullableUePolicySetPatch
- func (v NullableUePolicySetPatch) Get() *UePolicySetPatch
- func (v NullableUePolicySetPatch) IsSet() bool
- func (v NullableUePolicySetPatch) MarshalJSON() ([]byte, error)
- func (v *NullableUePolicySetPatch) Set(val *UePolicySetPatch)
- func (v *NullableUePolicySetPatch) UnmarshalJSON(src []byte) error
- func (v *NullableUePolicySetPatch) Unset()
- type NullableUpdatedItem
- func (v NullableUpdatedItem) Get() *UpdatedItem
- func (v NullableUpdatedItem) IsSet() bool
- func (v NullableUpdatedItem) MarshalJSON() ([]byte, error)
- func (v *NullableUpdatedItem) Set(val *UpdatedItem)
- func (v *NullableUpdatedItem) UnmarshalJSON(src []byte) error
- func (v *NullableUpdatedItem) Unset()
- type NullableUsageMonData
- func (v NullableUsageMonData) Get() *UsageMonData
- func (v NullableUsageMonData) IsSet() bool
- func (v NullableUsageMonData) MarshalJSON() ([]byte, error)
- func (v *NullableUsageMonData) Set(val *UsageMonData)
- func (v *NullableUsageMonData) UnmarshalJSON(src []byte) error
- func (v *NullableUsageMonData) Unset()
- type NullableUsageMonDataLimit
- func (v NullableUsageMonDataLimit) Get() *UsageMonDataLimit
- func (v NullableUsageMonDataLimit) IsSet() bool
- func (v NullableUsageMonDataLimit) MarshalJSON() ([]byte, error)
- func (v *NullableUsageMonDataLimit) Set(val *UsageMonDataLimit)
- func (v *NullableUsageMonDataLimit) UnmarshalJSON(src []byte) error
- func (v *NullableUsageMonDataLimit) Unset()
- type NullableUsageMonDataScope
- func (v NullableUsageMonDataScope) Get() *UsageMonDataScope
- func (v NullableUsageMonDataScope) IsSet() bool
- func (v NullableUsageMonDataScope) MarshalJSON() ([]byte, error)
- func (v *NullableUsageMonDataScope) Set(val *UsageMonDataScope)
- func (v *NullableUsageMonDataScope) UnmarshalJSON(src []byte) error
- func (v *NullableUsageMonDataScope) Unset()
- type NullableUsageMonLevel
- func (v NullableUsageMonLevel) Get() *UsageMonLevel
- func (v NullableUsageMonLevel) IsSet() bool
- func (v NullableUsageMonLevel) MarshalJSON() ([]byte, error)
- func (v *NullableUsageMonLevel) Set(val *UsageMonLevel)
- func (v *NullableUsageMonLevel) UnmarshalJSON(src []byte) error
- func (v *NullableUsageMonLevel) Unset()
- type NullableUsageThreshold
- func (v NullableUsageThreshold) Get() *UsageThreshold
- func (v NullableUsageThreshold) IsSet() bool
- func (v NullableUsageThreshold) MarshalJSON() ([]byte, error)
- func (v *NullableUsageThreshold) Set(val *UsageThreshold)
- func (v *NullableUsageThreshold) UnmarshalJSON(src []byte) error
- func (v *NullableUsageThreshold) Unset()
- type OperatorSpecificDataContainer
- func (o *OperatorSpecificDataContainer) GetDataType() string
- func (o *OperatorSpecificDataContainer) GetDataTypeDefinition() string
- func (o *OperatorSpecificDataContainer) GetDataTypeDefinitionOk() (*string, bool)
- func (o *OperatorSpecificDataContainer) GetDataTypeOk() (*string, bool)
- func (o *OperatorSpecificDataContainer) GetResetIds() []string
- func (o *OperatorSpecificDataContainer) GetResetIdsOk() ([]string, bool)
- func (o *OperatorSpecificDataContainer) GetSupportedFeatures() string
- func (o *OperatorSpecificDataContainer) GetSupportedFeaturesOk() (*string, bool)
- func (o *OperatorSpecificDataContainer) GetValue() OperatorSpecificDataContainerValue
- func (o *OperatorSpecificDataContainer) GetValueOk() (*OperatorSpecificDataContainerValue, bool)
- func (o *OperatorSpecificDataContainer) HasDataTypeDefinition() bool
- func (o *OperatorSpecificDataContainer) HasResetIds() bool
- func (o *OperatorSpecificDataContainer) HasSupportedFeatures() bool
- func (o OperatorSpecificDataContainer) MarshalJSON() ([]byte, error)
- func (o *OperatorSpecificDataContainer) SetDataType(v string)
- func (o *OperatorSpecificDataContainer) SetDataTypeDefinition(v string)
- func (o *OperatorSpecificDataContainer) SetResetIds(v []string)
- func (o *OperatorSpecificDataContainer) SetSupportedFeatures(v string)
- func (o *OperatorSpecificDataContainer) SetValue(v OperatorSpecificDataContainerValue)
- func (o OperatorSpecificDataContainer) ToMap() (map[string]interface{}, error)
- type OperatorSpecificDataContainerValue
- func ArrayAsOperatorSpecificDataContainerValue(v *Array) OperatorSpecificDataContainerValue
- func BoolAsOperatorSpecificDataContainerValue(v *bool) OperatorSpecificDataContainerValue
- func Float32AsOperatorSpecificDataContainerValue(v *float32) OperatorSpecificDataContainerValue
- func Int32AsOperatorSpecificDataContainerValue(v *int32) OperatorSpecificDataContainerValue
- func MapOfInterfaceAsOperatorSpecificDataContainerValue(v *map[string]interface{}) OperatorSpecificDataContainerValue
- func StringAsOperatorSpecificDataContainerValue(v *string) OperatorSpecificDataContainerValue
- type OperatorSpecificDataDocumentApiService
- func (a *OperatorSpecificDataDocumentApiService) DeleteOperatorSpecificData(ctx context.Context, ueId string) ApiDeleteOperatorSpecificDataRequest
- func (a *OperatorSpecificDataDocumentApiService) DeleteOperatorSpecificDataExecute(r ApiDeleteOperatorSpecificDataRequest) (*http.Response, error)
- func (a *OperatorSpecificDataDocumentApiService) ReadOperatorSpecificData(ctx context.Context, ueId string) ApiReadOperatorSpecificDataRequest
- func (a *OperatorSpecificDataDocumentApiService) ReadOperatorSpecificDataExecute(r ApiReadOperatorSpecificDataRequest) (*map[string]OperatorSpecificDataContainer, *http.Response, error)
- func (a *OperatorSpecificDataDocumentApiService) ReplaceOperatorSpecificData(ctx context.Context, ueId string) ApiReplaceOperatorSpecificDataRequest
- func (a *OperatorSpecificDataDocumentApiService) ReplaceOperatorSpecificDataExecute(r ApiReplaceOperatorSpecificDataRequest) (*map[string]OperatorSpecificDataContainer, *http.Response, error)
- func (a *OperatorSpecificDataDocumentApiService) UpdateOperatorSpecificData(ctx context.Context, ueId string) ApiUpdateOperatorSpecificDataRequest
- func (a *OperatorSpecificDataDocumentApiService) UpdateOperatorSpecificDataExecute(r ApiUpdateOperatorSpecificDataRequest) (*PatchResult, *http.Response, error)
- type PatchItem
- func (o *PatchItem) GetFrom() string
- func (o *PatchItem) GetFromOk() (*string, bool)
- func (o *PatchItem) GetOp() PatchOperation
- func (o *PatchItem) GetOpOk() (*PatchOperation, bool)
- func (o *PatchItem) GetPath() string
- func (o *PatchItem) GetPathOk() (*string, bool)
- func (o *PatchItem) GetValue() interface{}
- func (o *PatchItem) GetValueOk() (*interface{}, bool)
- func (o *PatchItem) HasFrom() bool
- func (o *PatchItem) HasValue() bool
- func (o PatchItem) MarshalJSON() ([]byte, error)
- func (o *PatchItem) SetFrom(v string)
- func (o *PatchItem) SetOp(v PatchOperation)
- func (o *PatchItem) SetPath(v string)
- func (o *PatchItem) SetValue(v interface{})
- func (o PatchItem) ToMap() (map[string]interface{}, error)
- type PatchOperation
- type PatchResult
- type PduSessionType
- type Periodicity
- type 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) MarshalJSON() ([]byte, error)
- func (o *PlmnId) SetMcc(v string)
- func (o *PlmnId) SetMnc(v string)
- func (o PlmnId) ToMap() (map[string]interface{}, error)
- type 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) MarshalJSON() ([]byte, error)
- func (o *PlmnIdNid) SetMcc(v string)
- func (o *PlmnIdNid) SetMnc(v string)
- func (o *PlmnIdNid) SetNid(v string)
- func (o PlmnIdNid) ToMap() (map[string]interface{}, error)
- type PlmnRouteSelectionDescriptor
- func (o *PlmnRouteSelectionDescriptor) GetServingPlmn() PlmnId
- func (o *PlmnRouteSelectionDescriptor) GetServingPlmnOk() (*PlmnId, bool)
- func (o *PlmnRouteSelectionDescriptor) GetSnssaiRouteSelDescs() []SnssaiRouteSelectionDescriptor
- func (o *PlmnRouteSelectionDescriptor) GetSnssaiRouteSelDescsOk() ([]SnssaiRouteSelectionDescriptor, bool)
- func (o *PlmnRouteSelectionDescriptor) HasSnssaiRouteSelDescs() bool
- func (o PlmnRouteSelectionDescriptor) MarshalJSON() ([]byte, error)
- func (o *PlmnRouteSelectionDescriptor) SetServingPlmn(v PlmnId)
- func (o *PlmnRouteSelectionDescriptor) SetSnssaiRouteSelDescs(v []SnssaiRouteSelectionDescriptor)
- func (o PlmnRouteSelectionDescriptor) ToMap() (map[string]interface{}, error)
- type PlmnUePolicySetDocumentApiService
- type PolicyDataChangeNotification
- func (o *PolicyDataChangeNotification) GetAmPolicyData() AmPolicyData
- func (o *PolicyDataChangeNotification) GetAmPolicyDataOk() (*AmPolicyData, bool)
- func (o *PolicyDataChangeNotification) GetBdtData() BdtData
- func (o *PolicyDataChangeNotification) GetBdtDataOk() (*BdtData, bool)
- func (o *PolicyDataChangeNotification) GetBdtRefId() string
- func (o *PolicyDataChangeNotification) GetBdtRefIdOk() (*string, bool)
- func (o *PolicyDataChangeNotification) GetDelResources() []string
- func (o *PolicyDataChangeNotification) GetDelResourcesOk() ([]string, bool)
- func (o *PolicyDataChangeNotification) GetNotifId() string
- func (o *PolicyDataChangeNotification) GetNotifIdOk() (*string, bool)
- func (o *PolicyDataChangeNotification) GetOpSpecData() OperatorSpecificDataContainer
- func (o *PolicyDataChangeNotification) GetOpSpecDataMap() map[string]OperatorSpecificDataContainer
- func (o *PolicyDataChangeNotification) GetOpSpecDataMapOk() (*map[string]OperatorSpecificDataContainer, bool)
- func (o *PolicyDataChangeNotification) GetOpSpecDataOk() (*OperatorSpecificDataContainer, bool)
- func (o *PolicyDataChangeNotification) GetPlmnId() PlmnId
- func (o *PolicyDataChangeNotification) GetPlmnIdOk() (*PlmnId, bool)
- func (o *PolicyDataChangeNotification) GetPlmnUePolicySet() UePolicySet
- func (o *PolicyDataChangeNotification) GetPlmnUePolicySetOk() (*UePolicySet, bool)
- func (o *PolicyDataChangeNotification) GetReportedFragments() []NotificationItem
- func (o *PolicyDataChangeNotification) GetReportedFragmentsOk() ([]NotificationItem, bool)
- func (o *PolicyDataChangeNotification) GetSlicePolicyData() SlicePolicyData
- func (o *PolicyDataChangeNotification) GetSlicePolicyDataOk() (*SlicePolicyData, bool)
- func (o *PolicyDataChangeNotification) GetSmPolicyData() SmPolicyData
- func (o *PolicyDataChangeNotification) GetSmPolicyDataOk() (*SmPolicyData, bool)
- func (o *PolicyDataChangeNotification) GetSnssai() Snssai
- func (o *PolicyDataChangeNotification) GetSnssaiOk() (*Snssai, bool)
- func (o *PolicyDataChangeNotification) GetSponsorConnectivityData() SponsorConnectivityData
- func (o *PolicyDataChangeNotification) GetSponsorConnectivityDataOk() (*SponsorConnectivityData, bool)
- func (o *PolicyDataChangeNotification) GetSponsorId() string
- func (o *PolicyDataChangeNotification) GetSponsorIdOk() (*string, bool)
- func (o *PolicyDataChangeNotification) GetUeId() string
- func (o *PolicyDataChangeNotification) GetUeIdOk() (*string, bool)
- func (o *PolicyDataChangeNotification) GetUePolicySet() UePolicySet
- func (o *PolicyDataChangeNotification) GetUePolicySetOk() (*UePolicySet, bool)
- func (o *PolicyDataChangeNotification) GetUsageMonData() UsageMonData
- func (o *PolicyDataChangeNotification) GetUsageMonDataOk() (*UsageMonData, bool)
- func (o *PolicyDataChangeNotification) GetUsageMonId() string
- func (o *PolicyDataChangeNotification) GetUsageMonIdOk() (*string, bool)
- func (o *PolicyDataChangeNotification) HasAmPolicyData() bool
- func (o *PolicyDataChangeNotification) HasBdtData() bool
- func (o *PolicyDataChangeNotification) HasBdtRefId() bool
- func (o *PolicyDataChangeNotification) HasDelResources() bool
- func (o *PolicyDataChangeNotification) HasNotifId() bool
- func (o *PolicyDataChangeNotification) HasOpSpecData() bool
- func (o *PolicyDataChangeNotification) HasOpSpecDataMap() bool
- func (o *PolicyDataChangeNotification) HasPlmnId() bool
- func (o *PolicyDataChangeNotification) HasPlmnUePolicySet() bool
- func (o *PolicyDataChangeNotification) HasReportedFragments() bool
- func (o *PolicyDataChangeNotification) HasSlicePolicyData() bool
- func (o *PolicyDataChangeNotification) HasSmPolicyData() bool
- func (o *PolicyDataChangeNotification) HasSnssai() bool
- func (o *PolicyDataChangeNotification) HasSponsorConnectivityData() bool
- func (o *PolicyDataChangeNotification) HasSponsorId() bool
- func (o *PolicyDataChangeNotification) HasUeId() bool
- func (o *PolicyDataChangeNotification) HasUePolicySet() bool
- func (o *PolicyDataChangeNotification) HasUsageMonData() bool
- func (o *PolicyDataChangeNotification) HasUsageMonId() bool
- func (o PolicyDataChangeNotification) MarshalJSON() ([]byte, error)
- func (o *PolicyDataChangeNotification) SetAmPolicyData(v AmPolicyData)
- func (o *PolicyDataChangeNotification) SetBdtData(v BdtData)
- func (o *PolicyDataChangeNotification) SetBdtRefId(v string)
- func (o *PolicyDataChangeNotification) SetDelResources(v []string)
- func (o *PolicyDataChangeNotification) SetNotifId(v string)
- func (o *PolicyDataChangeNotification) SetOpSpecData(v OperatorSpecificDataContainer)
- func (o *PolicyDataChangeNotification) SetOpSpecDataMap(v map[string]OperatorSpecificDataContainer)
- func (o *PolicyDataChangeNotification) SetPlmnId(v PlmnId)
- func (o *PolicyDataChangeNotification) SetPlmnUePolicySet(v UePolicySet)
- func (o *PolicyDataChangeNotification) SetReportedFragments(v []NotificationItem)
- func (o *PolicyDataChangeNotification) SetSlicePolicyData(v SlicePolicyData)
- func (o *PolicyDataChangeNotification) SetSmPolicyData(v SmPolicyData)
- func (o *PolicyDataChangeNotification) SetSnssai(v Snssai)
- func (o *PolicyDataChangeNotification) SetSponsorConnectivityData(v SponsorConnectivityData)
- func (o *PolicyDataChangeNotification) SetSponsorId(v string)
- func (o *PolicyDataChangeNotification) SetUeId(v string)
- func (o *PolicyDataChangeNotification) SetUePolicySet(v UePolicySet)
- func (o *PolicyDataChangeNotification) SetUsageMonData(v UsageMonData)
- func (o *PolicyDataChangeNotification) SetUsageMonId(v string)
- func (o PolicyDataChangeNotification) ToMap() (map[string]interface{}, error)
- type PolicyDataForIndividualUe
- func (o *PolicyDataForIndividualUe) GetAmPolicyDataSet() AmPolicyData
- func (o *PolicyDataForIndividualUe) GetAmPolicyDataSetOk() (*AmPolicyData, bool)
- func (o *PolicyDataForIndividualUe) GetOperatorSpecificDataSet() map[string]OperatorSpecificDataContainer
- func (o *PolicyDataForIndividualUe) GetOperatorSpecificDataSetOk() (*map[string]OperatorSpecificDataContainer, bool)
- func (o *PolicyDataForIndividualUe) GetSmPolicyDataSet() SmPolicyData
- func (o *PolicyDataForIndividualUe) GetSmPolicyDataSetOk() (*SmPolicyData, bool)
- func (o *PolicyDataForIndividualUe) GetUePolicyDataSet() UePolicySet
- func (o *PolicyDataForIndividualUe) GetUePolicyDataSetOk() (*UePolicySet, bool)
- func (o *PolicyDataForIndividualUe) GetUmData() map[string]UsageMonData
- func (o *PolicyDataForIndividualUe) GetUmDataOk() (*map[string]UsageMonData, bool)
- func (o *PolicyDataForIndividualUe) HasAmPolicyDataSet() bool
- func (o *PolicyDataForIndividualUe) HasOperatorSpecificDataSet() bool
- func (o *PolicyDataForIndividualUe) HasSmPolicyDataSet() bool
- func (o *PolicyDataForIndividualUe) HasUePolicyDataSet() bool
- func (o *PolicyDataForIndividualUe) HasUmData() bool
- func (o PolicyDataForIndividualUe) MarshalJSON() ([]byte, error)
- func (o *PolicyDataForIndividualUe) SetAmPolicyDataSet(v AmPolicyData)
- func (o *PolicyDataForIndividualUe) SetOperatorSpecificDataSet(v map[string]OperatorSpecificDataContainer)
- func (o *PolicyDataForIndividualUe) SetSmPolicyDataSet(v SmPolicyData)
- func (o *PolicyDataForIndividualUe) SetUePolicyDataSet(v UePolicySet)
- func (o *PolicyDataForIndividualUe) SetUmData(v map[string]UsageMonData)
- func (o PolicyDataForIndividualUe) ToMap() (map[string]interface{}, error)
- type PolicyDataForIndividualUeDocumentApiService
- type PolicyDataSubscription
- func (o *PolicyDataSubscription) GetExcludedResItems() []ResourceItem
- func (o *PolicyDataSubscription) GetExcludedResItemsOk() ([]ResourceItem, bool)
- func (o *PolicyDataSubscription) GetExpiry() time.Time
- func (o *PolicyDataSubscription) GetExpiryOk() (*time.Time, bool)
- func (o *PolicyDataSubscription) GetImmRep() bool
- func (o *PolicyDataSubscription) GetImmRepOk() (*bool, bool)
- func (o *PolicyDataSubscription) GetImmReports() []PolicyDataChangeNotification
- func (o *PolicyDataSubscription) GetImmReportsOk() ([]PolicyDataChangeNotification, bool)
- func (o *PolicyDataSubscription) GetMonResItems() []ResourceItem
- func (o *PolicyDataSubscription) GetMonResItemsOk() ([]ResourceItem, bool)
- func (o *PolicyDataSubscription) GetMonitoredResourceUris() []string
- func (o *PolicyDataSubscription) GetMonitoredResourceUrisOk() ([]string, bool)
- func (o *PolicyDataSubscription) GetNotifId() string
- func (o *PolicyDataSubscription) GetNotifIdOk() (*string, bool)
- func (o *PolicyDataSubscription) GetNotificationUri() string
- func (o *PolicyDataSubscription) GetNotificationUriOk() (*string, bool)
- func (o *PolicyDataSubscription) GetResetIds() []string
- func (o *PolicyDataSubscription) GetResetIdsOk() ([]string, bool)
- func (o *PolicyDataSubscription) GetSupportedFeatures() string
- func (o *PolicyDataSubscription) GetSupportedFeaturesOk() (*string, bool)
- func (o *PolicyDataSubscription) HasExcludedResItems() bool
- func (o *PolicyDataSubscription) HasExpiry() bool
- func (o *PolicyDataSubscription) HasImmRep() bool
- func (o *PolicyDataSubscription) HasImmReports() bool
- func (o *PolicyDataSubscription) HasMonResItems() bool
- func (o *PolicyDataSubscription) HasNotifId() bool
- func (o *PolicyDataSubscription) HasResetIds() bool
- func (o *PolicyDataSubscription) HasSupportedFeatures() bool
- func (o PolicyDataSubscription) MarshalJSON() ([]byte, error)
- func (o *PolicyDataSubscription) SetExcludedResItems(v []ResourceItem)
- func (o *PolicyDataSubscription) SetExpiry(v time.Time)
- func (o *PolicyDataSubscription) SetImmRep(v bool)
- func (o *PolicyDataSubscription) SetImmReports(v []PolicyDataChangeNotification)
- func (o *PolicyDataSubscription) SetMonResItems(v []ResourceItem)
- func (o *PolicyDataSubscription) SetMonitoredResourceUris(v []string)
- func (o *PolicyDataSubscription) SetNotifId(v string)
- func (o *PolicyDataSubscription) SetNotificationUri(v string)
- func (o *PolicyDataSubscription) SetResetIds(v []string)
- func (o *PolicyDataSubscription) SetSupportedFeatures(v string)
- func (o PolicyDataSubscription) ToMap() (map[string]interface{}, error)
- type PolicyDataSubscriptionsCollectionApiService
- func (a *PolicyDataSubscriptionsCollectionApiService) CreateIndividualPolicyDataSubscription(ctx context.Context) ApiCreateIndividualPolicyDataSubscriptionRequest
- func (a *PolicyDataSubscriptionsCollectionApiService) CreateIndividualPolicyDataSubscriptionExecute(r ApiCreateIndividualPolicyDataSubscriptionRequest) (*PolicyDataSubscription, *http.Response, error)
- type PolicyDataSubset
- type PresenceInfo
- func (o *PresenceInfo) GetAdditionalPraId() string
- func (o *PresenceInfo) GetAdditionalPraIdOk() (*string, bool)
- func (o *PresenceInfo) GetEcgiList() []Ecgi
- func (o *PresenceInfo) GetEcgiListOk() ([]Ecgi, bool)
- func (o *PresenceInfo) GetGlobalRanNodeIdList() []GlobalRanNodeId
- func (o *PresenceInfo) GetGlobalRanNodeIdListOk() ([]GlobalRanNodeId, bool)
- func (o *PresenceInfo) GetGlobaleNbIdList() []GlobalRanNodeId
- func (o *PresenceInfo) GetGlobaleNbIdListOk() ([]GlobalRanNodeId, bool)
- func (o *PresenceInfo) GetNcgiList() []Ncgi
- func (o *PresenceInfo) GetNcgiListOk() ([]Ncgi, bool)
- func (o *PresenceInfo) GetPraId() string
- func (o *PresenceInfo) GetPraIdOk() (*string, bool)
- func (o *PresenceInfo) GetPresenceState() PresenceState
- func (o *PresenceInfo) GetPresenceStateOk() (*PresenceState, bool)
- func (o *PresenceInfo) GetTrackingAreaList() []Tai
- func (o *PresenceInfo) GetTrackingAreaListOk() ([]Tai, bool)
- func (o *PresenceInfo) HasAdditionalPraId() bool
- func (o *PresenceInfo) HasEcgiList() bool
- func (o *PresenceInfo) HasGlobalRanNodeIdList() bool
- func (o *PresenceInfo) HasGlobaleNbIdList() bool
- func (o *PresenceInfo) HasNcgiList() bool
- func (o *PresenceInfo) HasPraId() bool
- func (o *PresenceInfo) HasPresenceState() bool
- func (o *PresenceInfo) HasTrackingAreaList() bool
- func (o PresenceInfo) MarshalJSON() ([]byte, error)
- func (o *PresenceInfo) SetAdditionalPraId(v string)
- func (o *PresenceInfo) SetEcgiList(v []Ecgi)
- func (o *PresenceInfo) SetGlobalRanNodeIdList(v []GlobalRanNodeId)
- func (o *PresenceInfo) SetGlobaleNbIdList(v []GlobalRanNodeId)
- func (o *PresenceInfo) SetNcgiList(v []Ncgi)
- func (o *PresenceInfo) SetPraId(v string)
- func (o *PresenceInfo) SetPresenceState(v PresenceState)
- func (o *PresenceInfo) SetTrackingAreaList(v []Tai)
- func (o PresenceInfo) ToMap() (map[string]interface{}, error)
- type PresenceState
- type 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) MarshalJSON() ([]byte, error)
- 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) ToMap() (map[string]interface{}, error)
- type ReportItem
- func (o *ReportItem) GetPath() string
- func (o *ReportItem) GetPathOk() (*string, bool)
- func (o *ReportItem) GetReason() string
- func (o *ReportItem) GetReasonOk() (*string, bool)
- func (o *ReportItem) HasReason() bool
- func (o ReportItem) MarshalJSON() ([]byte, error)
- func (o *ReportItem) SetPath(v string)
- func (o *ReportItem) SetReason(v string)
- func (o ReportItem) ToMap() (map[string]interface{}, error)
- type ResourceItem
- func (o *ResourceItem) GetItems() []string
- func (o *ResourceItem) GetItemsOk() ([]string, bool)
- func (o *ResourceItem) GetMonResourceUri() string
- func (o *ResourceItem) GetMonResourceUriOk() (*string, bool)
- func (o ResourceItem) MarshalJSON() ([]byte, error)
- func (o *ResourceItem) SetItems(v []string)
- func (o *ResourceItem) SetMonResourceUri(v string)
- func (o ResourceItem) ToMap() (map[string]interface{}, error)
- type ServerConfiguration
- type ServerConfigurations
- type ServerVariable
- type SessionManagementPolicyDataDocumentApiService
- func (a *SessionManagementPolicyDataDocumentApiService) ReadSessionManagementPolicyData(ctx context.Context, ueId string) ApiReadSessionManagementPolicyDataRequest
- func (a *SessionManagementPolicyDataDocumentApiService) ReadSessionManagementPolicyDataExecute(r ApiReadSessionManagementPolicyDataRequest) (*SmPolicyData, *http.Response, error)
- func (a *SessionManagementPolicyDataDocumentApiService) UpdateSessionManagementPolicyData(ctx context.Context, ueId string) ApiUpdateSessionManagementPolicyDataRequest
- func (a *SessionManagementPolicyDataDocumentApiService) UpdateSessionManagementPolicyDataExecute(r ApiUpdateSessionManagementPolicyDataRequest) (*SmPolicyData, *http.Response, error)
- type SliceMbr
- func (o *SliceMbr) GetDownlink() string
- func (o *SliceMbr) GetDownlinkOk() (*string, bool)
- func (o *SliceMbr) GetUplink() string
- func (o *SliceMbr) GetUplinkOk() (*string, bool)
- func (o SliceMbr) MarshalJSON() ([]byte, error)
- func (o *SliceMbr) SetDownlink(v string)
- func (o *SliceMbr) SetUplink(v string)
- func (o SliceMbr) ToMap() (map[string]interface{}, error)
- type SlicePolicyControlDataDocumentApiService
- func (a *SlicePolicyControlDataDocumentApiService) ReadSlicePolicyControlData(ctx context.Context, snssai Snssai) ApiReadSlicePolicyControlDataRequest
- func (a *SlicePolicyControlDataDocumentApiService) ReadSlicePolicyControlDataExecute(r ApiReadSlicePolicyControlDataRequest) (*SlicePolicyData, *http.Response, error)
- func (a *SlicePolicyControlDataDocumentApiService) UpdateSlicePolicyControlData(ctx context.Context, snssai Snssai) ApiUpdateSlicePolicyControlDataRequest
- func (a *SlicePolicyControlDataDocumentApiService) UpdateSlicePolicyControlDataExecute(r ApiUpdateSlicePolicyControlDataRequest) (*SlicePolicyData, *http.Response, error)
- type SlicePolicyData
- func (o *SlicePolicyData) GetMbrDl() string
- func (o *SlicePolicyData) GetMbrDlOk() (*string, bool)
- func (o *SlicePolicyData) GetMbrUl() string
- func (o *SlicePolicyData) GetMbrUlOk() (*string, bool)
- func (o *SlicePolicyData) GetRemainMbrDl() string
- func (o *SlicePolicyData) GetRemainMbrDlOk() (*string, bool)
- func (o *SlicePolicyData) GetRemainMbrUl() string
- func (o *SlicePolicyData) GetRemainMbrUlOk() (*string, bool)
- func (o *SlicePolicyData) GetResetIds() []string
- func (o *SlicePolicyData) GetResetIdsOk() ([]string, bool)
- func (o *SlicePolicyData) GetSuppFeat() string
- func (o *SlicePolicyData) GetSuppFeatOk() (*string, bool)
- func (o *SlicePolicyData) HasMbrDl() bool
- func (o *SlicePolicyData) HasMbrUl() bool
- func (o *SlicePolicyData) HasRemainMbrDl() bool
- func (o *SlicePolicyData) HasRemainMbrUl() bool
- func (o *SlicePolicyData) HasResetIds() bool
- func (o *SlicePolicyData) HasSuppFeat() bool
- func (o SlicePolicyData) MarshalJSON() ([]byte, error)
- func (o *SlicePolicyData) SetMbrDl(v string)
- func (o *SlicePolicyData) SetMbrUl(v string)
- func (o *SlicePolicyData) SetRemainMbrDl(v string)
- func (o *SlicePolicyData) SetRemainMbrUl(v string)
- func (o *SlicePolicyData) SetResetIds(v []string)
- func (o *SlicePolicyData) SetSuppFeat(v string)
- func (o SlicePolicyData) ToMap() (map[string]interface{}, error)
- type SlicePolicyDataPatch
- type SmPolicyData
- func (o *SmPolicyData) GetResetIds() []string
- func (o *SmPolicyData) GetResetIdsOk() ([]string, bool)
- func (o *SmPolicyData) GetSmPolicySnssaiData() map[string]SmPolicySnssaiData
- func (o *SmPolicyData) GetSmPolicySnssaiDataOk() (*map[string]SmPolicySnssaiData, bool)
- func (o *SmPolicyData) GetSuppFeat() string
- func (o *SmPolicyData) GetSuppFeatOk() (*string, bool)
- func (o *SmPolicyData) GetUmData() map[string]UsageMonData
- func (o *SmPolicyData) GetUmDataLimits() map[string]UsageMonDataLimit
- func (o *SmPolicyData) GetUmDataLimitsOk() (*map[string]UsageMonDataLimit, bool)
- func (o *SmPolicyData) GetUmDataOk() (*map[string]UsageMonData, bool)
- func (o *SmPolicyData) HasResetIds() bool
- func (o *SmPolicyData) HasSuppFeat() bool
- func (o *SmPolicyData) HasUmData() bool
- func (o *SmPolicyData) HasUmDataLimits() bool
- func (o SmPolicyData) MarshalJSON() ([]byte, error)
- func (o *SmPolicyData) SetResetIds(v []string)
- func (o *SmPolicyData) SetSmPolicySnssaiData(v map[string]SmPolicySnssaiData)
- func (o *SmPolicyData) SetSuppFeat(v string)
- func (o *SmPolicyData) SetUmData(v map[string]UsageMonData)
- func (o *SmPolicyData) SetUmDataLimits(v map[string]UsageMonDataLimit)
- func (o SmPolicyData) ToMap() (map[string]interface{}, error)
- type SmPolicyDataPatch
- func (o *SmPolicyDataPatch) GetSmPolicySnssaiData() map[string]SmPolicySnssaiDataPatch
- func (o *SmPolicyDataPatch) GetSmPolicySnssaiDataOk() (*map[string]SmPolicySnssaiDataPatch, bool)
- func (o *SmPolicyDataPatch) GetUmData() map[string]UsageMonData
- func (o *SmPolicyDataPatch) GetUmDataOk() (*map[string]UsageMonData, bool)
- func (o *SmPolicyDataPatch) HasSmPolicySnssaiData() bool
- func (o *SmPolicyDataPatch) HasUmData() bool
- func (o SmPolicyDataPatch) MarshalJSON() ([]byte, error)
- func (o *SmPolicyDataPatch) SetSmPolicySnssaiData(v map[string]SmPolicySnssaiDataPatch)
- func (o *SmPolicyDataPatch) SetUmData(v map[string]UsageMonData)
- func (o SmPolicyDataPatch) ToMap() (map[string]interface{}, error)
- type SmPolicyDnnData
- func (o *SmPolicyDnnData) GetAdcSupport() bool
- func (o *SmPolicyDnnData) GetAdcSupportOk() (*bool, bool)
- func (o *SmPolicyDnnData) GetAllowedServices() []string
- func (o *SmPolicyDnnData) GetAllowedServicesOk() ([]string, bool)
- func (o *SmPolicyDnnData) GetBdtRefIds() map[string]string
- func (o *SmPolicyDnnData) GetBdtRefIdsOk() (*map[string]string, bool)
- func (o *SmPolicyDnnData) GetChfInfo() ChargingInformation
- func (o *SmPolicyDnnData) GetChfInfoOk() (*ChargingInformation, bool)
- func (o *SmPolicyDnnData) GetDnn() string
- func (o *SmPolicyDnnData) GetDnnOk() (*string, bool)
- func (o *SmPolicyDnnData) GetGbrDl() string
- func (o *SmPolicyDnnData) GetGbrDlOk() (*string, bool)
- func (o *SmPolicyDnnData) GetGbrUl() string
- func (o *SmPolicyDnnData) GetGbrUlOk() (*string, bool)
- func (o *SmPolicyDnnData) GetImsSignallingPrio() bool
- func (o *SmPolicyDnnData) GetImsSignallingPrioOk() (*bool, bool)
- func (o *SmPolicyDnnData) GetIpv4Index() int32
- func (o *SmPolicyDnnData) GetIpv4IndexOk() (*int32, bool)
- func (o *SmPolicyDnnData) GetIpv6Index() int32
- func (o *SmPolicyDnnData) GetIpv6IndexOk() (*int32, bool)
- func (o *SmPolicyDnnData) GetLocRoutNotAllowed() bool
- func (o *SmPolicyDnnData) GetLocRoutNotAllowedOk() (*bool, bool)
- func (o *SmPolicyDnnData) GetMcsPriority() bool
- func (o *SmPolicyDnnData) GetMcsPriorityLevel() int32
- func (o *SmPolicyDnnData) GetMcsPriorityLevelOk() (*int32, bool)
- func (o *SmPolicyDnnData) GetMcsPriorityOk() (*bool, bool)
- func (o *SmPolicyDnnData) GetMpsPriority() bool
- func (o *SmPolicyDnnData) GetMpsPriorityLevel() int32
- func (o *SmPolicyDnnData) GetMpsPriorityLevelOk() (*int32, bool)
- func (o *SmPolicyDnnData) GetMpsPriorityOk() (*bool, bool)
- func (o *SmPolicyDnnData) GetOffline() bool
- func (o *SmPolicyDnnData) GetOfflineOk() (*bool, bool)
- func (o *SmPolicyDnnData) GetOnline() bool
- func (o *SmPolicyDnnData) GetOnlineOk() (*bool, bool)
- func (o *SmPolicyDnnData) GetPraInfos() map[string]PresenceInfo
- func (o *SmPolicyDnnData) GetPraInfosOk() (*map[string]PresenceInfo, bool)
- func (o *SmPolicyDnnData) GetRefUmDataLimitIds() map[string]LimitIdToMonitoringKey
- func (o *SmPolicyDnnData) GetRefUmDataLimitIdsOk() (*map[string]LimitIdToMonitoringKey, bool)
- func (o *SmPolicyDnnData) GetSubscCats() []string
- func (o *SmPolicyDnnData) GetSubscCatsOk() ([]string, bool)
- func (o *SmPolicyDnnData) GetSubscSpendingLimits() bool
- func (o *SmPolicyDnnData) GetSubscSpendingLimitsOk() (*bool, bool)
- func (o *SmPolicyDnnData) HasAdcSupport() bool
- func (o *SmPolicyDnnData) HasAllowedServices() bool
- func (o *SmPolicyDnnData) HasBdtRefIds() bool
- func (o *SmPolicyDnnData) HasChfInfo() bool
- func (o *SmPolicyDnnData) HasGbrDl() bool
- func (o *SmPolicyDnnData) HasGbrUl() bool
- func (o *SmPolicyDnnData) HasImsSignallingPrio() bool
- func (o *SmPolicyDnnData) HasIpv4Index() bool
- func (o *SmPolicyDnnData) HasIpv6Index() bool
- func (o *SmPolicyDnnData) HasLocRoutNotAllowed() bool
- func (o *SmPolicyDnnData) HasMcsPriority() bool
- func (o *SmPolicyDnnData) HasMcsPriorityLevel() bool
- func (o *SmPolicyDnnData) HasMpsPriority() bool
- func (o *SmPolicyDnnData) HasMpsPriorityLevel() bool
- func (o *SmPolicyDnnData) HasOffline() bool
- func (o *SmPolicyDnnData) HasOnline() bool
- func (o *SmPolicyDnnData) HasPraInfos() bool
- func (o *SmPolicyDnnData) HasRefUmDataLimitIds() bool
- func (o *SmPolicyDnnData) HasSubscCats() bool
- func (o *SmPolicyDnnData) HasSubscSpendingLimits() bool
- func (o SmPolicyDnnData) MarshalJSON() ([]byte, error)
- func (o *SmPolicyDnnData) SetAdcSupport(v bool)
- func (o *SmPolicyDnnData) SetAllowedServices(v []string)
- func (o *SmPolicyDnnData) SetBdtRefIds(v map[string]string)
- func (o *SmPolicyDnnData) SetChfInfo(v ChargingInformation)
- func (o *SmPolicyDnnData) SetDnn(v string)
- func (o *SmPolicyDnnData) SetGbrDl(v string)
- func (o *SmPolicyDnnData) SetGbrUl(v string)
- func (o *SmPolicyDnnData) SetImsSignallingPrio(v bool)
- func (o *SmPolicyDnnData) SetIpv4Index(v int32)
- func (o *SmPolicyDnnData) SetIpv6Index(v int32)
- func (o *SmPolicyDnnData) SetLocRoutNotAllowed(v bool)
- func (o *SmPolicyDnnData) SetMcsPriority(v bool)
- func (o *SmPolicyDnnData) SetMcsPriorityLevel(v int32)
- func (o *SmPolicyDnnData) SetMpsPriority(v bool)
- func (o *SmPolicyDnnData) SetMpsPriorityLevel(v int32)
- func (o *SmPolicyDnnData) SetOffline(v bool)
- func (o *SmPolicyDnnData) SetOnline(v bool)
- func (o *SmPolicyDnnData) SetPraInfos(v map[string]PresenceInfo)
- func (o *SmPolicyDnnData) SetRefUmDataLimitIds(v map[string]LimitIdToMonitoringKey)
- func (o *SmPolicyDnnData) SetSubscCats(v []string)
- func (o *SmPolicyDnnData) SetSubscSpendingLimits(v bool)
- func (o SmPolicyDnnData) ToMap() (map[string]interface{}, error)
- type SmPolicyDnnDataPatch
- func (o *SmPolicyDnnDataPatch) GetBdtRefIds() map[string]string
- func (o *SmPolicyDnnDataPatch) GetBdtRefIdsOk() (*map[string]string, bool)
- func (o *SmPolicyDnnDataPatch) GetDnn() string
- func (o *SmPolicyDnnDataPatch) GetDnnOk() (*string, bool)
- func (o *SmPolicyDnnDataPatch) HasBdtRefIds() bool
- func (o SmPolicyDnnDataPatch) MarshalJSON() ([]byte, error)
- func (o *SmPolicyDnnDataPatch) SetBdtRefIds(v map[string]string)
- func (o *SmPolicyDnnDataPatch) SetDnn(v string)
- func (o SmPolicyDnnDataPatch) ToMap() (map[string]interface{}, error)
- type SmPolicySnssaiData
- func (o *SmPolicySnssaiData) GetSmPolicyDnnData() map[string]SmPolicyDnnData
- func (o *SmPolicySnssaiData) GetSmPolicyDnnDataOk() (*map[string]SmPolicyDnnData, bool)
- func (o *SmPolicySnssaiData) GetSnssai() Snssai
- func (o *SmPolicySnssaiData) GetSnssaiOk() (*Snssai, bool)
- func (o *SmPolicySnssaiData) GetUeSliceMbr() SliceMbr
- func (o *SmPolicySnssaiData) GetUeSliceMbrOk() (*SliceMbr, bool)
- func (o *SmPolicySnssaiData) HasSmPolicyDnnData() bool
- func (o *SmPolicySnssaiData) HasUeSliceMbr() bool
- func (o SmPolicySnssaiData) MarshalJSON() ([]byte, error)
- func (o *SmPolicySnssaiData) SetSmPolicyDnnData(v map[string]SmPolicyDnnData)
- func (o *SmPolicySnssaiData) SetSnssai(v Snssai)
- func (o *SmPolicySnssaiData) SetUeSliceMbr(v SliceMbr)
- func (o SmPolicySnssaiData) ToMap() (map[string]interface{}, error)
- type SmPolicySnssaiDataPatch
- func (o *SmPolicySnssaiDataPatch) GetSmPolicyDnnData() map[string]SmPolicyDnnDataPatch
- func (o *SmPolicySnssaiDataPatch) GetSmPolicyDnnDataOk() (*map[string]SmPolicyDnnDataPatch, bool)
- func (o *SmPolicySnssaiDataPatch) GetSnssai() Snssai
- func (o *SmPolicySnssaiDataPatch) GetSnssaiOk() (*Snssai, bool)
- func (o *SmPolicySnssaiDataPatch) HasSmPolicyDnnData() bool
- func (o SmPolicySnssaiDataPatch) MarshalJSON() ([]byte, error)
- func (o *SmPolicySnssaiDataPatch) SetSmPolicyDnnData(v map[string]SmPolicyDnnDataPatch)
- func (o *SmPolicySnssaiDataPatch) SetSnssai(v Snssai)
- func (o SmPolicySnssaiDataPatch) ToMap() (map[string]interface{}, error)
- type 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) MarshalJSON() ([]byte, error)
- func (o *Snssai) SetSd(v string)
- func (o *Snssai) SetSst(v int32)
- func (o Snssai) ToMap() (map[string]interface{}, error)
- type SnssaiRouteSelectionDescriptor
- func (o *SnssaiRouteSelectionDescriptor) GetDnnRouteSelDescs() []DnnRouteSelectionDescriptor
- func (o *SnssaiRouteSelectionDescriptor) GetDnnRouteSelDescsOk() ([]DnnRouteSelectionDescriptor, bool)
- func (o *SnssaiRouteSelectionDescriptor) GetSnssai() Snssai
- func (o *SnssaiRouteSelectionDescriptor) GetSnssaiOk() (*Snssai, bool)
- func (o *SnssaiRouteSelectionDescriptor) HasDnnRouteSelDescs() bool
- func (o SnssaiRouteSelectionDescriptor) MarshalJSON() ([]byte, error)
- func (o *SnssaiRouteSelectionDescriptor) SetDnnRouteSelDescs(v []DnnRouteSelectionDescriptor)
- func (o *SnssaiRouteSelectionDescriptor) SetSnssai(v Snssai)
- func (o SnssaiRouteSelectionDescriptor) ToMap() (map[string]interface{}, error)
- type SponsorConnectivityData
- func (o *SponsorConnectivityData) GetAspIds() []string
- func (o *SponsorConnectivityData) GetAspIdsOk() ([]string, bool)
- func (o SponsorConnectivityData) MarshalJSON() ([]byte, error)
- func (o *SponsorConnectivityData) SetAspIds(v []string)
- func (o SponsorConnectivityData) ToMap() (map[string]interface{}, error)
- type SponsorConnectivityDataDocumentApiService
- func (a *SponsorConnectivityDataDocumentApiService) ReadSponsorConnectivityData(ctx context.Context, sponsorId string) ApiReadSponsorConnectivityDataRequest
- func (a *SponsorConnectivityDataDocumentApiService) ReadSponsorConnectivityDataExecute(r ApiReadSponsorConnectivityDataRequest) (*SponsorConnectivityData, *http.Response, error)
- type SscMode
- type Ssm
- func (o *Ssm) GetDestIpAddr() IpAddr
- func (o *Ssm) GetDestIpAddrOk() (*IpAddr, bool)
- func (o *Ssm) GetSourceIpAddr() IpAddr
- func (o *Ssm) GetSourceIpAddrOk() (*IpAddr, bool)
- func (o Ssm) MarshalJSON() ([]byte, error)
- func (o *Ssm) SetDestIpAddr(v IpAddr)
- func (o *Ssm) SetSourceIpAddr(v IpAddr)
- func (o Ssm) ToMap() (map[string]interface{}, error)
- type 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) MarshalJSON() ([]byte, error)
- func (o *Tai) SetNid(v string)
- func (o *Tai) SetPlmnId(v PlmnId)
- func (o *Tai) SetTac(v string)
- func (o Tai) ToMap() (map[string]interface{}, error)
- type TimePeriod
- func (o *TimePeriod) GetMaxNumPeriod() int32
- func (o *TimePeriod) GetMaxNumPeriodOk() (*int32, bool)
- func (o *TimePeriod) GetPeriod() Periodicity
- func (o *TimePeriod) GetPeriodOk() (*Periodicity, bool)
- func (o *TimePeriod) HasMaxNumPeriod() bool
- func (o TimePeriod) MarshalJSON() ([]byte, error)
- func (o *TimePeriod) SetMaxNumPeriod(v int32)
- func (o *TimePeriod) SetPeriod(v Periodicity)
- func (o TimePeriod) ToMap() (map[string]interface{}, error)
- type 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) MarshalJSON() ([]byte, error)
- func (o *TimeWindow) SetStartTime(v time.Time)
- func (o *TimeWindow) SetStopTime(v time.Time)
- func (o TimeWindow) ToMap() (map[string]interface{}, error)
- type Tmgi
- func (o *Tmgi) GetMbsServiceId() string
- func (o *Tmgi) GetMbsServiceIdOk() (*string, bool)
- func (o *Tmgi) GetPlmnId() PlmnId
- func (o *Tmgi) GetPlmnIdOk() (*PlmnId, bool)
- func (o Tmgi) MarshalJSON() ([]byte, error)
- func (o *Tmgi) SetMbsServiceId(v string)
- func (o *Tmgi) SetPlmnId(v PlmnId)
- func (o Tmgi) ToMap() (map[string]interface{}, error)
- type TransferPolicy
- func (o *TransferPolicy) GetMaxBitRateDl() string
- func (o *TransferPolicy) GetMaxBitRateDlOk() (*string, bool)
- func (o *TransferPolicy) GetMaxBitRateUl() string
- func (o *TransferPolicy) GetMaxBitRateUlOk() (*string, bool)
- func (o *TransferPolicy) GetRatingGroup() int32
- func (o *TransferPolicy) GetRatingGroupOk() (*int32, bool)
- func (o *TransferPolicy) GetRecTimeInt() TimeWindow
- func (o *TransferPolicy) GetRecTimeIntOk() (*TimeWindow, bool)
- func (o *TransferPolicy) GetTransPolicyId() int32
- func (o *TransferPolicy) GetTransPolicyIdOk() (*int32, bool)
- func (o *TransferPolicy) HasMaxBitRateDl() bool
- func (o *TransferPolicy) HasMaxBitRateUl() bool
- func (o TransferPolicy) MarshalJSON() ([]byte, error)
- func (o *TransferPolicy) SetMaxBitRateDl(v string)
- func (o *TransferPolicy) SetMaxBitRateUl(v string)
- func (o *TransferPolicy) SetRatingGroup(v int32)
- func (o *TransferPolicy) SetRecTimeInt(v TimeWindow)
- func (o *TransferPolicy) SetTransPolicyId(v int32)
- func (o TransferPolicy) ToMap() (map[string]interface{}, error)
- type UEPolicySetDocumentApiService
- func (a *UEPolicySetDocumentApiService) CreateOrReplaceUEPolicySet(ctx context.Context, ueId string) ApiCreateOrReplaceUEPolicySetRequest
- func (a *UEPolicySetDocumentApiService) CreateOrReplaceUEPolicySetExecute(r ApiCreateOrReplaceUEPolicySetRequest) (*UePolicySet, *http.Response, error)
- func (a *UEPolicySetDocumentApiService) ReadUEPolicySet(ctx context.Context, ueId string) ApiReadUEPolicySetRequest
- func (a *UEPolicySetDocumentApiService) ReadUEPolicySetExecute(r ApiReadUEPolicySetRequest) (*UePolicySet, *http.Response, error)
- func (a *UEPolicySetDocumentApiService) UpdateUEPolicySet(ctx context.Context, ueId string) ApiUpdateUEPolicySetRequest
- func (a *UEPolicySetDocumentApiService) UpdateUEPolicySetExecute(r ApiUpdateUEPolicySetRequest) (*http.Response, error)
- type UePolicySection
- func (o *UePolicySection) GetUePolicySectionInfo() string
- func (o *UePolicySection) GetUePolicySectionInfoOk() (*string, bool)
- func (o *UePolicySection) GetUpsi() string
- func (o *UePolicySection) GetUpsiOk() (*string, bool)
- func (o UePolicySection) MarshalJSON() ([]byte, error)
- func (o *UePolicySection) SetUePolicySectionInfo(v string)
- func (o *UePolicySection) SetUpsi(v string)
- func (o UePolicySection) ToMap() (map[string]interface{}, error)
- type UePolicySet
- func (o *UePolicySet) GetAllowedRouteSelDescs() map[string]PlmnRouteSelectionDescriptor
- func (o *UePolicySet) GetAllowedRouteSelDescsOk() (*map[string]PlmnRouteSelectionDescriptor, bool)
- func (o *UePolicySet) GetAndspInd() bool
- func (o *UePolicySet) GetAndspIndOk() (*bool, bool)
- func (o *UePolicySet) GetOsIds() []string
- func (o *UePolicySet) GetOsIdsOk() ([]string, bool)
- func (o *UePolicySet) GetPei() string
- func (o *UePolicySet) GetPeiOk() (*string, bool)
- func (o *UePolicySet) GetPraInfos() map[string]PresenceInfo
- func (o *UePolicySet) GetPraInfosOk() (*map[string]PresenceInfo, bool)
- func (o *UePolicySet) GetResetIds() []string
- func (o *UePolicySet) GetResetIdsOk() ([]string, bool)
- func (o *UePolicySet) GetSubscCats() []string
- func (o *UePolicySet) GetSubscCatsOk() ([]string, bool)
- func (o *UePolicySet) GetSuppFeat() string
- func (o *UePolicySet) GetSuppFeatOk() (*string, bool)
- func (o *UePolicySet) GetUePolicySections() map[string]UePolicySection
- func (o *UePolicySet) GetUePolicySectionsOk() (*map[string]UePolicySection, bool)
- func (o *UePolicySet) GetUpsis() []string
- func (o *UePolicySet) GetUpsisOk() ([]string, bool)
- func (o *UePolicySet) HasAllowedRouteSelDescs() bool
- func (o *UePolicySet) HasAndspInd() bool
- func (o *UePolicySet) HasOsIds() bool
- func (o *UePolicySet) HasPei() bool
- func (o *UePolicySet) HasPraInfos() bool
- func (o *UePolicySet) HasResetIds() bool
- func (o *UePolicySet) HasSubscCats() bool
- func (o *UePolicySet) HasSuppFeat() bool
- func (o *UePolicySet) HasUePolicySections() bool
- func (o *UePolicySet) HasUpsis() bool
- func (o UePolicySet) MarshalJSON() ([]byte, error)
- func (o *UePolicySet) SetAllowedRouteSelDescs(v map[string]PlmnRouteSelectionDescriptor)
- func (o *UePolicySet) SetAndspInd(v bool)
- func (o *UePolicySet) SetOsIds(v []string)
- func (o *UePolicySet) SetPei(v string)
- func (o *UePolicySet) SetPraInfos(v map[string]PresenceInfo)
- func (o *UePolicySet) SetResetIds(v []string)
- func (o *UePolicySet) SetSubscCats(v []string)
- func (o *UePolicySet) SetSuppFeat(v string)
- func (o *UePolicySet) SetUePolicySections(v map[string]UePolicySection)
- func (o *UePolicySet) SetUpsis(v []string)
- func (o UePolicySet) ToMap() (map[string]interface{}, error)
- type UePolicySetPatch
- func (o *UePolicySetPatch) GetAndspInd() bool
- func (o *UePolicySetPatch) GetAndspIndOk() (*bool, bool)
- func (o *UePolicySetPatch) GetOsIds() []string
- func (o *UePolicySetPatch) GetOsIdsOk() ([]string, bool)
- func (o *UePolicySetPatch) GetPei() string
- func (o *UePolicySetPatch) GetPeiOk() (*string, bool)
- func (o *UePolicySetPatch) GetUePolicySections() map[string]UePolicySection
- func (o *UePolicySetPatch) GetUePolicySectionsOk() (*map[string]UePolicySection, bool)
- func (o *UePolicySetPatch) GetUpsis() []string
- func (o *UePolicySetPatch) GetUpsisOk() ([]string, bool)
- func (o *UePolicySetPatch) HasAndspInd() bool
- func (o *UePolicySetPatch) HasOsIds() bool
- func (o *UePolicySetPatch) HasPei() bool
- func (o *UePolicySetPatch) HasUePolicySections() bool
- func (o *UePolicySetPatch) HasUpsis() bool
- func (o UePolicySetPatch) MarshalJSON() ([]byte, error)
- func (o *UePolicySetPatch) SetAndspInd(v bool)
- func (o *UePolicySetPatch) SetOsIds(v []string)
- func (o *UePolicySetPatch) SetPei(v string)
- func (o *UePolicySetPatch) SetUePolicySections(v map[string]UePolicySection)
- func (o *UePolicySetPatch) SetUpsis(v []string)
- func (o UePolicySetPatch) ToMap() (map[string]interface{}, error)
- type UpdatedItem
- func (o *UpdatedItem) GetItem() string
- func (o *UpdatedItem) GetItemOk() (*string, bool)
- func (o *UpdatedItem) GetValue() interface{}
- func (o *UpdatedItem) GetValueOk() (*interface{}, bool)
- func (o UpdatedItem) MarshalJSON() ([]byte, error)
- func (o *UpdatedItem) SetItem(v string)
- func (o *UpdatedItem) SetValue(v interface{})
- func (o UpdatedItem) ToMap() (map[string]interface{}, error)
- type UsageMonData
- func (o *UsageMonData) GetAllowedUsage() UsageThreshold
- func (o *UsageMonData) GetAllowedUsageOk() (*UsageThreshold, bool)
- func (o *UsageMonData) GetLimitId() string
- func (o *UsageMonData) GetLimitIdOk() (*string, bool)
- func (o *UsageMonData) GetResetIds() []string
- func (o *UsageMonData) GetResetIdsOk() ([]string, bool)
- func (o *UsageMonData) GetResetTime() time.Time
- func (o *UsageMonData) GetResetTimeOk() (*time.Time, bool)
- func (o *UsageMonData) GetScopes() map[string]UsageMonDataScope
- func (o *UsageMonData) GetScopesOk() (*map[string]UsageMonDataScope, bool)
- func (o *UsageMonData) GetSuppFeat() string
- func (o *UsageMonData) GetSuppFeatOk() (*string, bool)
- func (o *UsageMonData) GetUmLevel() UsageMonLevel
- func (o *UsageMonData) GetUmLevelOk() (*UsageMonLevel, bool)
- func (o *UsageMonData) HasAllowedUsage() bool
- func (o *UsageMonData) HasResetIds() bool
- func (o *UsageMonData) HasResetTime() bool
- func (o *UsageMonData) HasScopes() bool
- func (o *UsageMonData) HasSuppFeat() bool
- func (o *UsageMonData) HasUmLevel() bool
- func (o UsageMonData) MarshalJSON() ([]byte, error)
- func (o *UsageMonData) SetAllowedUsage(v UsageThreshold)
- func (o *UsageMonData) SetLimitId(v string)
- func (o *UsageMonData) SetResetIds(v []string)
- func (o *UsageMonData) SetResetTime(v time.Time)
- func (o *UsageMonData) SetScopes(v map[string]UsageMonDataScope)
- func (o *UsageMonData) SetSuppFeat(v string)
- func (o *UsageMonData) SetUmLevel(v UsageMonLevel)
- func (o UsageMonData) ToMap() (map[string]interface{}, error)
- type UsageMonDataLimit
- func (o *UsageMonDataLimit) GetEndDate() time.Time
- func (o *UsageMonDataLimit) GetEndDateOk() (*time.Time, bool)
- func (o *UsageMonDataLimit) GetLimitId() string
- func (o *UsageMonDataLimit) GetLimitIdOk() (*string, bool)
- func (o *UsageMonDataLimit) GetResetPeriod() TimePeriod
- func (o *UsageMonDataLimit) GetResetPeriodOk() (*TimePeriod, bool)
- func (o *UsageMonDataLimit) GetScopes() map[string]UsageMonDataScope
- func (o *UsageMonDataLimit) GetScopesOk() (*map[string]UsageMonDataScope, bool)
- func (o *UsageMonDataLimit) GetStartDate() time.Time
- func (o *UsageMonDataLimit) GetStartDateOk() (*time.Time, bool)
- func (o *UsageMonDataLimit) GetUmLevel() UsageMonLevel
- func (o *UsageMonDataLimit) GetUmLevelOk() (*UsageMonLevel, bool)
- func (o *UsageMonDataLimit) GetUsageLimit() UsageThreshold
- func (o *UsageMonDataLimit) GetUsageLimitOk() (*UsageThreshold, bool)
- func (o *UsageMonDataLimit) HasEndDate() bool
- func (o *UsageMonDataLimit) HasResetPeriod() bool
- func (o *UsageMonDataLimit) HasScopes() bool
- func (o *UsageMonDataLimit) HasStartDate() bool
- func (o *UsageMonDataLimit) HasUmLevel() bool
- func (o *UsageMonDataLimit) HasUsageLimit() bool
- func (o UsageMonDataLimit) MarshalJSON() ([]byte, error)
- func (o *UsageMonDataLimit) SetEndDate(v time.Time)
- func (o *UsageMonDataLimit) SetLimitId(v string)
- func (o *UsageMonDataLimit) SetResetPeriod(v TimePeriod)
- func (o *UsageMonDataLimit) SetScopes(v map[string]UsageMonDataScope)
- func (o *UsageMonDataLimit) SetStartDate(v time.Time)
- func (o *UsageMonDataLimit) SetUmLevel(v UsageMonLevel)
- func (o *UsageMonDataLimit) SetUsageLimit(v UsageThreshold)
- func (o UsageMonDataLimit) ToMap() (map[string]interface{}, error)
- type UsageMonDataScope
- func (o *UsageMonDataScope) GetDnn() []string
- func (o *UsageMonDataScope) GetDnnOk() ([]string, bool)
- func (o *UsageMonDataScope) GetSnssai() Snssai
- func (o *UsageMonDataScope) GetSnssaiOk() (*Snssai, bool)
- func (o *UsageMonDataScope) HasDnn() bool
- func (o UsageMonDataScope) MarshalJSON() ([]byte, error)
- func (o *UsageMonDataScope) SetDnn(v []string)
- func (o *UsageMonDataScope) SetSnssai(v Snssai)
- func (o UsageMonDataScope) ToMap() (map[string]interface{}, error)
- type UsageMonLevel
- type UsageMonitoringInformationDocumentApiService
- func (a *UsageMonitoringInformationDocumentApiService) CreateUsageMonitoringResource(ctx context.Context, ueId string, usageMonId string) ApiCreateUsageMonitoringResourceRequest
- func (a *UsageMonitoringInformationDocumentApiService) CreateUsageMonitoringResourceExecute(r ApiCreateUsageMonitoringResourceRequest) (*UsageMonData, *http.Response, error)
- func (a *UsageMonitoringInformationDocumentApiService) DeleteUsageMonitoringInformation(ctx context.Context, ueId string, usageMonId string) ApiDeleteUsageMonitoringInformationRequest
- func (a *UsageMonitoringInformationDocumentApiService) DeleteUsageMonitoringInformationExecute(r ApiDeleteUsageMonitoringInformationRequest) (*http.Response, error)
- func (a *UsageMonitoringInformationDocumentApiService) ReadUsageMonitoringInformation(ctx context.Context, ueId string, usageMonId string) ApiReadUsageMonitoringInformationRequest
- func (a *UsageMonitoringInformationDocumentApiService) ReadUsageMonitoringInformationExecute(r ApiReadUsageMonitoringInformationRequest) (*UsageMonData, *http.Response, error)
- type UsageThreshold
- func (o *UsageThreshold) GetDownlinkVolume() int64
- func (o *UsageThreshold) GetDownlinkVolumeOk() (*int64, bool)
- func (o *UsageThreshold) GetDuration() int32
- func (o *UsageThreshold) GetDurationOk() (*int32, bool)
- func (o *UsageThreshold) GetTotalVolume() int64
- func (o *UsageThreshold) GetTotalVolumeOk() (*int64, bool)
- func (o *UsageThreshold) GetUplinkVolume() int64
- func (o *UsageThreshold) GetUplinkVolumeOk() (*int64, bool)
- func (o *UsageThreshold) HasDownlinkVolume() bool
- func (o *UsageThreshold) HasDuration() bool
- func (o *UsageThreshold) HasTotalVolume() bool
- func (o *UsageThreshold) HasUplinkVolume() bool
- func (o UsageThreshold) MarshalJSON() ([]byte, error)
- func (o *UsageThreshold) SetDownlinkVolume(v int64)
- func (o *UsageThreshold) SetDuration(v int32)
- func (o *UsageThreshold) SetTotalVolume(v int64)
- func (o *UsageThreshold) SetUplinkVolume(v int64)
- func (o UsageThreshold) ToMap() (map[string]interface{}, error)
Constants ¶
This section is empty.
Variables ¶
var ( // ContextServerIndex uses a server configuration from the index. ContextServerIndex = contextKey("serverIndex") // ContextOperationServerIndices uses a server configuration from the index mapping. ContextOperationServerIndices = contextKey("serverOperationIndices") // ContextServerVariables overrides a server configuration variables. ContextServerVariables = contextKey("serverVariables") // ContextOperationServerVariables overrides a server configuration variables using operation specific values. ContextOperationServerVariables = contextKey("serverOperationVariables") )
Functions ¶
func CacheExpires ¶
CacheExpires helper function to determine remaining time before repeating a request.
func PtrFloat32 ¶
PtrFloat32 is a helper routine that returns a pointer to given float value.
func PtrFloat64 ¶
PtrFloat64 is a helper routine that returns a pointer to given float value.
Types ¶
type APIClient ¶
type APIClient struct { AccessAndMobilityPolicyDataDocumentApi *AccessAndMobilityPolicyDataDocumentApiService BdtDataStoreApi *BdtDataStoreApiService IndividualBdtDataDocumentApi *IndividualBdtDataDocumentApiService IndividualPolicyDataSubscriptionDocumentApi *IndividualPolicyDataSubscriptionDocumentApiService MBSSessionPolicyControlDataDocumentApi *MBSSessionPolicyControlDataDocumentApiService OperatorSpecificDataDocumentApi *OperatorSpecificDataDocumentApiService PlmnUePolicySetDocumentApi *PlmnUePolicySetDocumentApiService PolicyDataForIndividualUeDocumentApi *PolicyDataForIndividualUeDocumentApiService PolicyDataSubscriptionsCollectionApi *PolicyDataSubscriptionsCollectionApiService SessionManagementPolicyDataDocumentApi *SessionManagementPolicyDataDocumentApiService SlicePolicyControlDataDocumentApi *SlicePolicyControlDataDocumentApiService SponsorConnectivityDataDocumentApi *SponsorConnectivityDataDocumentApiService UEPolicySetDocumentApi *UEPolicySetDocumentApiService UsageMonitoringInformationDocumentApi *UsageMonitoringInformationDocumentApiService // contains filtered or unexported fields }
APIClient manages communication with the Unified Data Repository Service API file for policy data API v- In most cases there should be only one, shared, APIClient.
func NewAPIClient ¶
func NewAPIClient(cfg *Configuration) *APIClient
NewAPIClient creates a new API client. Requires a userAgent string describing your application. optionally a custom http.Client to allow for advanced features such as caching.
func (*APIClient) GetConfig ¶
func (c *APIClient) GetConfig() *Configuration
Allow modification of underlying config for alternate implementations and testing Caution: modifying the configuration while live can cause data races and potentially unwanted behavior
type APIKey ¶
APIKey provides API key based authentication to a request passed via context using ContextAPIKey
type APIResponse ¶
type APIResponse struct { *http.Response `json:"-"` Message string `json:"message,omitempty"` // Operation is the name of the OpenAPI operation. Operation string `json:"operation,omitempty"` // RequestURL is the request URL. This value is always available, even if the // embedded *http.Response is nil. RequestURL string `json:"url,omitempty"` // Method is the HTTP method used for the request. This value is always // available, even if the embedded *http.Response is nil. Method string `json:"method,omitempty"` // Payload holds the contents of the response body (which may be nil or empty). // This is provided here as the raw response.Body() reader will have already // been drained. Payload []byte `json:"-"` }
APIResponse stores the API response returned by the server.
func NewAPIResponse ¶
func NewAPIResponse(r *http.Response) *APIResponse
NewAPIResponse returns a new APIResponse object.
func NewAPIResponseWithError ¶
func NewAPIResponseWithError(errorMessage string) *APIResponse
NewAPIResponseWithError returns a new APIResponse object with the provided error message.
type AccessAndMobilityPolicyDataDocumentApiService ¶
type AccessAndMobilityPolicyDataDocumentApiService service
AccessAndMobilityPolicyDataDocumentApiService AccessAndMobilityPolicyDataDocumentApi service
func (*AccessAndMobilityPolicyDataDocumentApiService) ReadAccessAndMobilityPolicyData ¶
func (a *AccessAndMobilityPolicyDataDocumentApiService) ReadAccessAndMobilityPolicyData(ctx context.Context, ueId string) ApiReadAccessAndMobilityPolicyDataRequest
ReadAccessAndMobilityPolicyData Retrieves the access and mobility policy data for a subscriber
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param ueId @return ApiReadAccessAndMobilityPolicyDataRequest
func (*AccessAndMobilityPolicyDataDocumentApiService) ReadAccessAndMobilityPolicyDataExecute ¶
func (a *AccessAndMobilityPolicyDataDocumentApiService) ReadAccessAndMobilityPolicyDataExecute(r ApiReadAccessAndMobilityPolicyDataRequest) (*AmPolicyData, *http.Response, error)
Execute executes the request
@return AmPolicyData
type AccessTokenErr ¶
type AccessTokenErr struct { Error string `json:"error"` ErrorDescription *string `json:"error_description,omitempty"` ErrorUri *string `json:"error_uri,omitempty"` }
AccessTokenErr Error returned in the access token response message
func NewAccessTokenErr ¶
func NewAccessTokenErr(error_ string) *AccessTokenErr
NewAccessTokenErr instantiates a new AccessTokenErr object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAccessTokenErrWithDefaults ¶
func NewAccessTokenErrWithDefaults() *AccessTokenErr
NewAccessTokenErrWithDefaults instantiates a new AccessTokenErr object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AccessTokenErr) GetError ¶
func (o *AccessTokenErr) GetError() string
GetError returns the Error field value
func (*AccessTokenErr) GetErrorDescription ¶
func (o *AccessTokenErr) GetErrorDescription() string
GetErrorDescription returns the ErrorDescription field value if set, zero value otherwise.
func (*AccessTokenErr) GetErrorDescriptionOk ¶
func (o *AccessTokenErr) GetErrorDescriptionOk() (*string, bool)
GetErrorDescriptionOk returns a tuple with the ErrorDescription field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenErr) GetErrorOk ¶
func (o *AccessTokenErr) GetErrorOk() (*string, bool)
GetErrorOk returns a tuple with the Error field value and a boolean to check if the value has been set.
func (*AccessTokenErr) GetErrorUri ¶
func (o *AccessTokenErr) GetErrorUri() string
GetErrorUri returns the ErrorUri field value if set, zero value otherwise.
func (*AccessTokenErr) GetErrorUriOk ¶
func (o *AccessTokenErr) GetErrorUriOk() (*string, bool)
GetErrorUriOk returns a tuple with the ErrorUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenErr) HasErrorDescription ¶
func (o *AccessTokenErr) HasErrorDescription() bool
HasErrorDescription returns a boolean if a field has been set.
func (*AccessTokenErr) HasErrorUri ¶
func (o *AccessTokenErr) HasErrorUri() bool
HasErrorUri returns a boolean if a field has been set.
func (AccessTokenErr) MarshalJSON ¶
func (o AccessTokenErr) MarshalJSON() ([]byte, error)
func (*AccessTokenErr) SetError ¶
func (o *AccessTokenErr) SetError(v string)
SetError sets field value
func (*AccessTokenErr) SetErrorDescription ¶
func (o *AccessTokenErr) SetErrorDescription(v string)
SetErrorDescription gets a reference to the given string and assigns it to the ErrorDescription field.
func (*AccessTokenErr) SetErrorUri ¶
func (o *AccessTokenErr) SetErrorUri(v string)
SetErrorUri gets a reference to the given string and assigns it to the ErrorUri field.
func (AccessTokenErr) ToMap ¶
func (o AccessTokenErr) ToMap() (map[string]interface{}, error)
type AccessTokenReq ¶
type AccessTokenReq struct { GrantType string `json:"grant_type"` // String uniquely identifying a NF instance. The format of the NF Instance ID shall be a Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122. NfInstanceId string `json:"nfInstanceId"` NfType *NFType `json:"nfType,omitempty"` TargetNfType *NFType `json:"targetNfType,omitempty"` Scope string `json:"scope"` // String uniquely identifying a NF instance. The format of the NF Instance ID shall be a Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122. TargetNfInstanceId *string `json:"targetNfInstanceId,omitempty"` RequesterPlmn *PlmnId `json:"requesterPlmn,omitempty"` RequesterPlmnList []PlmnId `json:"requesterPlmnList,omitempty"` RequesterSnssaiList []Snssai `json:"requesterSnssaiList,omitempty"` // Fully Qualified Domain Name RequesterFqdn *string `json:"requesterFqdn,omitempty"` RequesterSnpnList []PlmnIdNid `json:"requesterSnpnList,omitempty"` TargetPlmn *PlmnId `json:"targetPlmn,omitempty"` TargetSnpn *PlmnIdNid `json:"targetSnpn,omitempty"` TargetSnssaiList []Snssai `json:"targetSnssaiList,omitempty"` TargetNsiList []string `json:"targetNsiList,omitempty"` // NF Set Identifier (see clause 28.12 of 3GPP TS 23.003), formatted as the following string \"set<Set ID>.<nftype>set.5gc.mnc<MNC>.mcc<MCC>\", or \"set<SetID>.<NFType>set.5gc.nid<NID>.mnc<MNC>.mcc<MCC>\" with <MCC> encoded as defined in clause 5.4.2 (\"Mcc\" data type definition) <MNC> encoding the Mobile Network Code part of the PLMN, comprising 3 digits. If there are only 2 significant digits in the MNC, one \"0\" digit shall be inserted at the left side to fill the 3 digits coding of MNC. Pattern: '^[0-9]{3}$' <NFType> encoded as a value defined in Table 6.1.6.3.3-1 of 3GPP TS 29.510 but with lower case characters <Set ID> encoded as a string of characters consisting of alphabetic characters (A-Z and a-z), digits (0-9) and/or the hyphen (-) and that shall end with either an alphabetic character or a digit. TargetNfSetId *string `json:"targetNfSetId,omitempty"` // NF Service Set Identifier (see clause 28.12 of 3GPP TS 23.003) formatted as the following string \"set<Set ID>.sn<Service Name>.nfi<NF Instance ID>.5gc.mnc<MNC>.mcc<MCC>\", or \"set<SetID>.sn<ServiceName>.nfi<NFInstanceID>.5gc.nid<NID>.mnc<MNC>.mcc<MCC>\" with <MCC> encoded as defined in clause 5.4.2 (\"Mcc\" data type definition) <MNC> encoding the Mobile Network Code part of the PLMN, comprising 3 digits. If there are only 2 significant digits in the MNC, one \"0\" digit shall be inserted at the left side to fill the 3 digits coding of MNC. Pattern: '^[0-9]{3}$' <NID> encoded as defined in clause 5.4.2 (\"Nid\" data type definition) <NFInstanceId> encoded as defined in clause 5.3.2 <ServiceName> encoded as defined in 3GPP TS 29.510 <Set ID> encoded as a string of characters consisting of alphabetic characters (A-Z and a-z), digits (0-9) and/or the hyphen (-) and that shall end with either an alphabetic character or a digit. TargetNfServiceSetId *string `json:"targetNfServiceSetId,omitempty"` // String providing an URI formatted according to RFC 3986. HnrfAccessTokenUri *string `json:"hnrfAccessTokenUri,omitempty"` // String uniquely identifying a NF instance. The format of the NF Instance ID shall be a Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122. SourceNfInstanceId *string `json:"sourceNfInstanceId,omitempty"` }
AccessTokenReq Contains information related to the access token request
func NewAccessTokenReq ¶
func NewAccessTokenReq(grantType string, nfInstanceId string, scope string) *AccessTokenReq
NewAccessTokenReq instantiates a new AccessTokenReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAccessTokenReqWithDefaults ¶
func NewAccessTokenReqWithDefaults() *AccessTokenReq
NewAccessTokenReqWithDefaults instantiates a new AccessTokenReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AccessTokenReq) GetGrantType ¶
func (o *AccessTokenReq) GetGrantType() string
GetGrantType returns the GrantType field value
func (*AccessTokenReq) GetGrantTypeOk ¶
func (o *AccessTokenReq) GetGrantTypeOk() (*string, bool)
GetGrantTypeOk returns a tuple with the GrantType field value and a boolean to check if the value has been set.
func (*AccessTokenReq) GetHnrfAccessTokenUri ¶
func (o *AccessTokenReq) GetHnrfAccessTokenUri() string
GetHnrfAccessTokenUri returns the HnrfAccessTokenUri field value if set, zero value otherwise.
func (*AccessTokenReq) GetHnrfAccessTokenUriOk ¶
func (o *AccessTokenReq) GetHnrfAccessTokenUriOk() (*string, bool)
GetHnrfAccessTokenUriOk returns a tuple with the HnrfAccessTokenUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetNfInstanceId ¶
func (o *AccessTokenReq) GetNfInstanceId() string
GetNfInstanceId returns the NfInstanceId field value
func (*AccessTokenReq) GetNfInstanceIdOk ¶
func (o *AccessTokenReq) GetNfInstanceIdOk() (*string, bool)
GetNfInstanceIdOk returns a tuple with the NfInstanceId field value and a boolean to check if the value has been set.
func (*AccessTokenReq) GetNfType ¶
func (o *AccessTokenReq) GetNfType() NFType
GetNfType returns the NfType field value if set, zero value otherwise.
func (*AccessTokenReq) GetNfTypeOk ¶
func (o *AccessTokenReq) GetNfTypeOk() (*NFType, bool)
GetNfTypeOk returns a tuple with the NfType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetRequesterFqdn ¶
func (o *AccessTokenReq) GetRequesterFqdn() string
GetRequesterFqdn returns the RequesterFqdn field value if set, zero value otherwise.
func (*AccessTokenReq) GetRequesterFqdnOk ¶
func (o *AccessTokenReq) GetRequesterFqdnOk() (*string, bool)
GetRequesterFqdnOk returns a tuple with the RequesterFqdn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetRequesterPlmn ¶
func (o *AccessTokenReq) GetRequesterPlmn() PlmnId
GetRequesterPlmn returns the RequesterPlmn field value if set, zero value otherwise.
func (*AccessTokenReq) GetRequesterPlmnList ¶
func (o *AccessTokenReq) GetRequesterPlmnList() []PlmnId
GetRequesterPlmnList returns the RequesterPlmnList field value if set, zero value otherwise.
func (*AccessTokenReq) GetRequesterPlmnListOk ¶
func (o *AccessTokenReq) GetRequesterPlmnListOk() ([]PlmnId, bool)
GetRequesterPlmnListOk returns a tuple with the RequesterPlmnList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetRequesterPlmnOk ¶
func (o *AccessTokenReq) GetRequesterPlmnOk() (*PlmnId, bool)
GetRequesterPlmnOk returns a tuple with the RequesterPlmn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetRequesterSnpnList ¶
func (o *AccessTokenReq) GetRequesterSnpnList() []PlmnIdNid
GetRequesterSnpnList returns the RequesterSnpnList field value if set, zero value otherwise.
func (*AccessTokenReq) GetRequesterSnpnListOk ¶
func (o *AccessTokenReq) GetRequesterSnpnListOk() ([]PlmnIdNid, bool)
GetRequesterSnpnListOk returns a tuple with the RequesterSnpnList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetRequesterSnssaiList ¶
func (o *AccessTokenReq) GetRequesterSnssaiList() []Snssai
GetRequesterSnssaiList returns the RequesterSnssaiList field value if set, zero value otherwise.
func (*AccessTokenReq) GetRequesterSnssaiListOk ¶
func (o *AccessTokenReq) GetRequesterSnssaiListOk() ([]Snssai, bool)
GetRequesterSnssaiListOk returns a tuple with the RequesterSnssaiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetScope ¶
func (o *AccessTokenReq) GetScope() string
GetScope returns the Scope field value
func (*AccessTokenReq) GetScopeOk ¶
func (o *AccessTokenReq) GetScopeOk() (*string, bool)
GetScopeOk returns a tuple with the Scope field value and a boolean to check if the value has been set.
func (*AccessTokenReq) GetSourceNfInstanceId ¶
func (o *AccessTokenReq) GetSourceNfInstanceId() string
GetSourceNfInstanceId returns the SourceNfInstanceId field value if set, zero value otherwise.
func (*AccessTokenReq) GetSourceNfInstanceIdOk ¶
func (o *AccessTokenReq) GetSourceNfInstanceIdOk() (*string, bool)
GetSourceNfInstanceIdOk returns a tuple with the SourceNfInstanceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetTargetNfInstanceId ¶
func (o *AccessTokenReq) GetTargetNfInstanceId() string
GetTargetNfInstanceId returns the TargetNfInstanceId field value if set, zero value otherwise.
func (*AccessTokenReq) GetTargetNfInstanceIdOk ¶
func (o *AccessTokenReq) GetTargetNfInstanceIdOk() (*string, bool)
GetTargetNfInstanceIdOk returns a tuple with the TargetNfInstanceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetTargetNfServiceSetId ¶
func (o *AccessTokenReq) GetTargetNfServiceSetId() string
GetTargetNfServiceSetId returns the TargetNfServiceSetId field value if set, zero value otherwise.
func (*AccessTokenReq) GetTargetNfServiceSetIdOk ¶
func (o *AccessTokenReq) GetTargetNfServiceSetIdOk() (*string, bool)
GetTargetNfServiceSetIdOk returns a tuple with the TargetNfServiceSetId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetTargetNfSetId ¶
func (o *AccessTokenReq) GetTargetNfSetId() string
GetTargetNfSetId returns the TargetNfSetId field value if set, zero value otherwise.
func (*AccessTokenReq) GetTargetNfSetIdOk ¶
func (o *AccessTokenReq) GetTargetNfSetIdOk() (*string, bool)
GetTargetNfSetIdOk returns a tuple with the TargetNfSetId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetTargetNfType ¶
func (o *AccessTokenReq) GetTargetNfType() NFType
GetTargetNfType returns the TargetNfType field value if set, zero value otherwise.
func (*AccessTokenReq) GetTargetNfTypeOk ¶
func (o *AccessTokenReq) GetTargetNfTypeOk() (*NFType, bool)
GetTargetNfTypeOk returns a tuple with the TargetNfType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetTargetNsiList ¶
func (o *AccessTokenReq) GetTargetNsiList() []string
GetTargetNsiList returns the TargetNsiList field value if set, zero value otherwise.
func (*AccessTokenReq) GetTargetNsiListOk ¶
func (o *AccessTokenReq) GetTargetNsiListOk() ([]string, bool)
GetTargetNsiListOk returns a tuple with the TargetNsiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetTargetPlmn ¶
func (o *AccessTokenReq) GetTargetPlmn() PlmnId
GetTargetPlmn returns the TargetPlmn field value if set, zero value otherwise.
func (*AccessTokenReq) GetTargetPlmnOk ¶
func (o *AccessTokenReq) GetTargetPlmnOk() (*PlmnId, bool)
GetTargetPlmnOk returns a tuple with the TargetPlmn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetTargetSnpn ¶
func (o *AccessTokenReq) GetTargetSnpn() PlmnIdNid
GetTargetSnpn returns the TargetSnpn field value if set, zero value otherwise.
func (*AccessTokenReq) GetTargetSnpnOk ¶
func (o *AccessTokenReq) GetTargetSnpnOk() (*PlmnIdNid, bool)
GetTargetSnpnOk returns a tuple with the TargetSnpn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetTargetSnssaiList ¶
func (o *AccessTokenReq) GetTargetSnssaiList() []Snssai
GetTargetSnssaiList returns the TargetSnssaiList field value if set, zero value otherwise.
func (*AccessTokenReq) GetTargetSnssaiListOk ¶
func (o *AccessTokenReq) GetTargetSnssaiListOk() ([]Snssai, bool)
GetTargetSnssaiListOk returns a tuple with the TargetSnssaiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) HasHnrfAccessTokenUri ¶
func (o *AccessTokenReq) HasHnrfAccessTokenUri() bool
HasHnrfAccessTokenUri returns a boolean if a field has been set.
func (*AccessTokenReq) HasNfType ¶
func (o *AccessTokenReq) HasNfType() bool
HasNfType returns a boolean if a field has been set.
func (*AccessTokenReq) HasRequesterFqdn ¶
func (o *AccessTokenReq) HasRequesterFqdn() bool
HasRequesterFqdn returns a boolean if a field has been set.
func (*AccessTokenReq) HasRequesterPlmn ¶
func (o *AccessTokenReq) HasRequesterPlmn() bool
HasRequesterPlmn returns a boolean if a field has been set.
func (*AccessTokenReq) HasRequesterPlmnList ¶
func (o *AccessTokenReq) HasRequesterPlmnList() bool
HasRequesterPlmnList returns a boolean if a field has been set.
func (*AccessTokenReq) HasRequesterSnpnList ¶
func (o *AccessTokenReq) HasRequesterSnpnList() bool
HasRequesterSnpnList returns a boolean if a field has been set.
func (*AccessTokenReq) HasRequesterSnssaiList ¶
func (o *AccessTokenReq) HasRequesterSnssaiList() bool
HasRequesterSnssaiList returns a boolean if a field has been set.
func (*AccessTokenReq) HasSourceNfInstanceId ¶
func (o *AccessTokenReq) HasSourceNfInstanceId() bool
HasSourceNfInstanceId returns a boolean if a field has been set.
func (*AccessTokenReq) HasTargetNfInstanceId ¶
func (o *AccessTokenReq) HasTargetNfInstanceId() bool
HasTargetNfInstanceId returns a boolean if a field has been set.
func (*AccessTokenReq) HasTargetNfServiceSetId ¶
func (o *AccessTokenReq) HasTargetNfServiceSetId() bool
HasTargetNfServiceSetId returns a boolean if a field has been set.
func (*AccessTokenReq) HasTargetNfSetId ¶
func (o *AccessTokenReq) HasTargetNfSetId() bool
HasTargetNfSetId returns a boolean if a field has been set.
func (*AccessTokenReq) HasTargetNfType ¶
func (o *AccessTokenReq) HasTargetNfType() bool
HasTargetNfType returns a boolean if a field has been set.
func (*AccessTokenReq) HasTargetNsiList ¶
func (o *AccessTokenReq) HasTargetNsiList() bool
HasTargetNsiList returns a boolean if a field has been set.
func (*AccessTokenReq) HasTargetPlmn ¶
func (o *AccessTokenReq) HasTargetPlmn() bool
HasTargetPlmn returns a boolean if a field has been set.
func (*AccessTokenReq) HasTargetSnpn ¶
func (o *AccessTokenReq) HasTargetSnpn() bool
HasTargetSnpn returns a boolean if a field has been set.
func (*AccessTokenReq) HasTargetSnssaiList ¶
func (o *AccessTokenReq) HasTargetSnssaiList() bool
HasTargetSnssaiList returns a boolean if a field has been set.
func (AccessTokenReq) MarshalJSON ¶
func (o AccessTokenReq) MarshalJSON() ([]byte, error)
func (*AccessTokenReq) SetGrantType ¶
func (o *AccessTokenReq) SetGrantType(v string)
SetGrantType sets field value
func (*AccessTokenReq) SetHnrfAccessTokenUri ¶
func (o *AccessTokenReq) SetHnrfAccessTokenUri(v string)
SetHnrfAccessTokenUri gets a reference to the given string and assigns it to the HnrfAccessTokenUri field.
func (*AccessTokenReq) SetNfInstanceId ¶
func (o *AccessTokenReq) SetNfInstanceId(v string)
SetNfInstanceId sets field value
func (*AccessTokenReq) SetNfType ¶
func (o *AccessTokenReq) SetNfType(v NFType)
SetNfType gets a reference to the given NFType and assigns it to the NfType field.
func (*AccessTokenReq) SetRequesterFqdn ¶
func (o *AccessTokenReq) SetRequesterFqdn(v string)
SetRequesterFqdn gets a reference to the given string and assigns it to the RequesterFqdn field.
func (*AccessTokenReq) SetRequesterPlmn ¶
func (o *AccessTokenReq) SetRequesterPlmn(v PlmnId)
SetRequesterPlmn gets a reference to the given PlmnId and assigns it to the RequesterPlmn field.
func (*AccessTokenReq) SetRequesterPlmnList ¶
func (o *AccessTokenReq) SetRequesterPlmnList(v []PlmnId)
SetRequesterPlmnList gets a reference to the given []PlmnId and assigns it to the RequesterPlmnList field.
func (*AccessTokenReq) SetRequesterSnpnList ¶
func (o *AccessTokenReq) SetRequesterSnpnList(v []PlmnIdNid)
SetRequesterSnpnList gets a reference to the given []PlmnIdNid and assigns it to the RequesterSnpnList field.
func (*AccessTokenReq) SetRequesterSnssaiList ¶
func (o *AccessTokenReq) SetRequesterSnssaiList(v []Snssai)
SetRequesterSnssaiList gets a reference to the given []Snssai and assigns it to the RequesterSnssaiList field.
func (*AccessTokenReq) SetScope ¶
func (o *AccessTokenReq) SetScope(v string)
SetScope sets field value
func (*AccessTokenReq) SetSourceNfInstanceId ¶
func (o *AccessTokenReq) SetSourceNfInstanceId(v string)
SetSourceNfInstanceId gets a reference to the given string and assigns it to the SourceNfInstanceId field.
func (*AccessTokenReq) SetTargetNfInstanceId ¶
func (o *AccessTokenReq) SetTargetNfInstanceId(v string)
SetTargetNfInstanceId gets a reference to the given string and assigns it to the TargetNfInstanceId field.
func (*AccessTokenReq) SetTargetNfServiceSetId ¶
func (o *AccessTokenReq) SetTargetNfServiceSetId(v string)
SetTargetNfServiceSetId gets a reference to the given string and assigns it to the TargetNfServiceSetId field.
func (*AccessTokenReq) SetTargetNfSetId ¶
func (o *AccessTokenReq) SetTargetNfSetId(v string)
SetTargetNfSetId gets a reference to the given string and assigns it to the TargetNfSetId field.
func (*AccessTokenReq) SetTargetNfType ¶
func (o *AccessTokenReq) SetTargetNfType(v NFType)
SetTargetNfType gets a reference to the given NFType and assigns it to the TargetNfType field.
func (*AccessTokenReq) SetTargetNsiList ¶
func (o *AccessTokenReq) SetTargetNsiList(v []string)
SetTargetNsiList gets a reference to the given []string and assigns it to the TargetNsiList field.
func (*AccessTokenReq) SetTargetPlmn ¶
func (o *AccessTokenReq) SetTargetPlmn(v PlmnId)
SetTargetPlmn gets a reference to the given PlmnId and assigns it to the TargetPlmn field.
func (*AccessTokenReq) SetTargetSnpn ¶
func (o *AccessTokenReq) SetTargetSnpn(v PlmnIdNid)
SetTargetSnpn gets a reference to the given PlmnIdNid and assigns it to the TargetSnpn field.
func (*AccessTokenReq) SetTargetSnssaiList ¶
func (o *AccessTokenReq) SetTargetSnssaiList(v []Snssai)
SetTargetSnssaiList gets a reference to the given []Snssai and assigns it to the TargetSnssaiList field.
func (AccessTokenReq) ToMap ¶
func (o AccessTokenReq) ToMap() (map[string]interface{}, error)
type AmPolicyData ¶
type AmPolicyData struct { // Contains Presence reporting area information. The praId attribute within the PresenceInfo data type is the key of the map. PraInfos *map[string]PresenceInfo `json:"praInfos,omitempty"` SubscCats []string `json:"subscCats,omitempty"` }
AmPolicyData Contains the AM policy data for a given subscriber.
func NewAmPolicyData ¶
func NewAmPolicyData() *AmPolicyData
NewAmPolicyData instantiates a new AmPolicyData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAmPolicyDataWithDefaults ¶
func NewAmPolicyDataWithDefaults() *AmPolicyData
NewAmPolicyDataWithDefaults instantiates a new AmPolicyData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AmPolicyData) GetPraInfos ¶
func (o *AmPolicyData) GetPraInfos() map[string]PresenceInfo
GetPraInfos returns the PraInfos field value if set, zero value otherwise.
func (*AmPolicyData) GetPraInfosOk ¶
func (o *AmPolicyData) GetPraInfosOk() (*map[string]PresenceInfo, bool)
GetPraInfosOk returns a tuple with the PraInfos field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AmPolicyData) GetSubscCats ¶
func (o *AmPolicyData) GetSubscCats() []string
GetSubscCats returns the SubscCats field value if set, zero value otherwise.
func (*AmPolicyData) GetSubscCatsOk ¶
func (o *AmPolicyData) GetSubscCatsOk() ([]string, bool)
GetSubscCatsOk returns a tuple with the SubscCats field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AmPolicyData) HasPraInfos ¶
func (o *AmPolicyData) HasPraInfos() bool
HasPraInfos returns a boolean if a field has been set.
func (*AmPolicyData) HasSubscCats ¶
func (o *AmPolicyData) HasSubscCats() bool
HasSubscCats returns a boolean if a field has been set.
func (AmPolicyData) MarshalJSON ¶
func (o AmPolicyData) MarshalJSON() ([]byte, error)
func (*AmPolicyData) SetPraInfos ¶
func (o *AmPolicyData) SetPraInfos(v map[string]PresenceInfo)
SetPraInfos gets a reference to the given map[string]PresenceInfo and assigns it to the PraInfos field.
func (*AmPolicyData) SetSubscCats ¶
func (o *AmPolicyData) SetSubscCats(v []string)
SetSubscCats gets a reference to the given []string and assigns it to the SubscCats field.
func (AmPolicyData) ToMap ¶
func (o AmPolicyData) ToMap() (map[string]interface{}, error)
type ApiCreateIndividualBdtDataRequest ¶
type ApiCreateIndividualBdtDataRequest struct { ApiService *IndividualBdtDataDocumentApiService // contains filtered or unexported fields }
func (ApiCreateIndividualBdtDataRequest) BdtData ¶
func (r ApiCreateIndividualBdtDataRequest) BdtData(bdtData BdtData) ApiCreateIndividualBdtDataRequest
type ApiCreateIndividualPolicyDataSubscriptionRequest ¶
type ApiCreateIndividualPolicyDataSubscriptionRequest struct { ApiService *PolicyDataSubscriptionsCollectionApiService // contains filtered or unexported fields }
func (ApiCreateIndividualPolicyDataSubscriptionRequest) Execute ¶
func (r ApiCreateIndividualPolicyDataSubscriptionRequest) Execute() (*PolicyDataSubscription, *http.Response, error)
func (ApiCreateIndividualPolicyDataSubscriptionRequest) PolicyDataSubscription ¶
func (r ApiCreateIndividualPolicyDataSubscriptionRequest) PolicyDataSubscription(policyDataSubscription PolicyDataSubscription) ApiCreateIndividualPolicyDataSubscriptionRequest
type ApiCreateOrReplaceUEPolicySetRequest ¶
type ApiCreateOrReplaceUEPolicySetRequest struct { ApiService *UEPolicySetDocumentApiService // contains filtered or unexported fields }
func (ApiCreateOrReplaceUEPolicySetRequest) Execute ¶
func (r ApiCreateOrReplaceUEPolicySetRequest) Execute() (*UePolicySet, *http.Response, error)
func (ApiCreateOrReplaceUEPolicySetRequest) UePolicySet ¶
func (r ApiCreateOrReplaceUEPolicySetRequest) UePolicySet(uePolicySet UePolicySet) ApiCreateOrReplaceUEPolicySetRequest
type ApiCreateUsageMonitoringResourceRequest ¶
type ApiCreateUsageMonitoringResourceRequest struct { ApiService *UsageMonitoringInformationDocumentApiService // contains filtered or unexported fields }
func (ApiCreateUsageMonitoringResourceRequest) Execute ¶
func (r ApiCreateUsageMonitoringResourceRequest) Execute() (*UsageMonData, *http.Response, error)
func (ApiCreateUsageMonitoringResourceRequest) UsageMonData ¶
func (r ApiCreateUsageMonitoringResourceRequest) UsageMonData(usageMonData UsageMonData) ApiCreateUsageMonitoringResourceRequest
type ApiDeleteIndividualBdtDataRequest ¶
type ApiDeleteIndividualBdtDataRequest struct { ApiService *IndividualBdtDataDocumentApiService // contains filtered or unexported fields }
type ApiDeleteIndividualPolicyDataSubscriptionRequest ¶
type ApiDeleteIndividualPolicyDataSubscriptionRequest struct { ApiService *IndividualPolicyDataSubscriptionDocumentApiService // contains filtered or unexported fields }
type ApiDeleteOperatorSpecificDataRequest ¶
type ApiDeleteOperatorSpecificDataRequest struct { ApiService *OperatorSpecificDataDocumentApiService // contains filtered or unexported fields }
type ApiDeleteUsageMonitoringInformationRequest ¶
type ApiDeleteUsageMonitoringInformationRequest struct { ApiService *UsageMonitoringInformationDocumentApiService // contains filtered or unexported fields }
type ApiGetMBSSessPolCtrlDataRequest ¶
type ApiGetMBSSessPolCtrlDataRequest struct { ApiService *MBSSessionPolicyControlDataDocumentApiService // contains filtered or unexported fields }
func (ApiGetMBSSessPolCtrlDataRequest) Execute ¶
func (r ApiGetMBSSessPolCtrlDataRequest) Execute() (*MbsSessPolCtrlData, *http.Response, error)
type ApiReadAccessAndMobilityPolicyDataRequest ¶
type ApiReadAccessAndMobilityPolicyDataRequest struct { ApiService *AccessAndMobilityPolicyDataDocumentApiService // contains filtered or unexported fields }
func (ApiReadAccessAndMobilityPolicyDataRequest) Execute ¶
func (r ApiReadAccessAndMobilityPolicyDataRequest) Execute() (*AmPolicyData, *http.Response, error)
type ApiReadBdtDataRequest ¶
type ApiReadBdtDataRequest struct { ApiService *BdtDataStoreApiService // contains filtered or unexported fields }
func (ApiReadBdtDataRequest) BdtRefIds ¶
func (r ApiReadBdtDataRequest) BdtRefIds(bdtRefIds []string) ApiReadBdtDataRequest
List of the BDT reference identifiers.
func (ApiReadBdtDataRequest) Execute ¶
func (r ApiReadBdtDataRequest) Execute() ([]BdtData, *http.Response, error)
func (ApiReadBdtDataRequest) SuppFeat ¶
func (r ApiReadBdtDataRequest) SuppFeat(suppFeat string) ApiReadBdtDataRequest
Supported Features
type ApiReadIndividualBdtDataRequest ¶
type ApiReadIndividualBdtDataRequest struct { ApiService *IndividualBdtDataDocumentApiService // contains filtered or unexported fields }
func (ApiReadIndividualBdtDataRequest) Execute ¶
func (r ApiReadIndividualBdtDataRequest) Execute() (*BdtData, *http.Response, error)
func (ApiReadIndividualBdtDataRequest) SuppFeat ¶
func (r ApiReadIndividualBdtDataRequest) SuppFeat(suppFeat string) ApiReadIndividualBdtDataRequest
Supported Features
type ApiReadOperatorSpecificDataRequest ¶
type ApiReadOperatorSpecificDataRequest struct { ApiService *OperatorSpecificDataDocumentApiService // contains filtered or unexported fields }
func (ApiReadOperatorSpecificDataRequest) Execute ¶
func (r ApiReadOperatorSpecificDataRequest) Execute() (*map[string]OperatorSpecificDataContainer, *http.Response, error)
func (ApiReadOperatorSpecificDataRequest) Fields ¶
func (r ApiReadOperatorSpecificDataRequest) Fields(fields []string) ApiReadOperatorSpecificDataRequest
attributes to be retrieved
func (ApiReadOperatorSpecificDataRequest) SuppFeat ¶
func (r ApiReadOperatorSpecificDataRequest) SuppFeat(suppFeat string) ApiReadOperatorSpecificDataRequest
Supported Features
type ApiReadPlmnUePolicySetRequest ¶
type ApiReadPlmnUePolicySetRequest struct { ApiService *PlmnUePolicySetDocumentApiService // contains filtered or unexported fields }
func (ApiReadPlmnUePolicySetRequest) Execute ¶
func (r ApiReadPlmnUePolicySetRequest) Execute() (*UePolicySet, *http.Response, error)
type ApiReadPolicyDataRequest ¶
type ApiReadPolicyDataRequest struct { ApiService *PolicyDataForIndividualUeDocumentApiService // contains filtered or unexported fields }
func (ApiReadPolicyDataRequest) DataSubsetNames ¶
func (r ApiReadPolicyDataRequest) DataSubsetNames(dataSubsetNames []PolicyDataSubset) ApiReadPolicyDataRequest
List of policy data subset names
func (ApiReadPolicyDataRequest) Execute ¶
func (r ApiReadPolicyDataRequest) Execute() (*PolicyDataForIndividualUe, *http.Response, error)
func (ApiReadPolicyDataRequest) SuppFeat ¶
func (r ApiReadPolicyDataRequest) SuppFeat(suppFeat string) ApiReadPolicyDataRequest
Supported Features
type ApiReadSessionManagementPolicyDataRequest ¶
type ApiReadSessionManagementPolicyDataRequest struct { ApiService *SessionManagementPolicyDataDocumentApiService // contains filtered or unexported fields }
func (ApiReadSessionManagementPolicyDataRequest) Execute ¶
func (r ApiReadSessionManagementPolicyDataRequest) Execute() (*SmPolicyData, *http.Response, error)
func (ApiReadSessionManagementPolicyDataRequest) Fields ¶
func (r ApiReadSessionManagementPolicyDataRequest) Fields(fields []string) ApiReadSessionManagementPolicyDataRequest
attributes to be retrieved
func (ApiReadSessionManagementPolicyDataRequest) Snssai ¶
func (r ApiReadSessionManagementPolicyDataRequest) Snssai(snssai Snssai) ApiReadSessionManagementPolicyDataRequest
func (ApiReadSessionManagementPolicyDataRequest) SuppFeat ¶
func (r ApiReadSessionManagementPolicyDataRequest) SuppFeat(suppFeat string) ApiReadSessionManagementPolicyDataRequest
Supported Features
type ApiReadSlicePolicyControlDataRequest ¶
type ApiReadSlicePolicyControlDataRequest struct { ApiService *SlicePolicyControlDataDocumentApiService // contains filtered or unexported fields }
func (ApiReadSlicePolicyControlDataRequest) Execute ¶
func (r ApiReadSlicePolicyControlDataRequest) Execute() (*SlicePolicyData, *http.Response, error)
func (ApiReadSlicePolicyControlDataRequest) SuppFeat ¶
func (r ApiReadSlicePolicyControlDataRequest) SuppFeat(suppFeat string) ApiReadSlicePolicyControlDataRequest
Supported Features
type ApiReadSponsorConnectivityDataRequest ¶
type ApiReadSponsorConnectivityDataRequest struct { ApiService *SponsorConnectivityDataDocumentApiService // contains filtered or unexported fields }
func (ApiReadSponsorConnectivityDataRequest) Execute ¶
func (r ApiReadSponsorConnectivityDataRequest) Execute() (*SponsorConnectivityData, *http.Response, error)
type ApiReadUEPolicySetRequest ¶
type ApiReadUEPolicySetRequest struct { ApiService *UEPolicySetDocumentApiService // contains filtered or unexported fields }
func (ApiReadUEPolicySetRequest) Execute ¶
func (r ApiReadUEPolicySetRequest) Execute() (*UePolicySet, *http.Response, error)
func (ApiReadUEPolicySetRequest) SuppFeat ¶
func (r ApiReadUEPolicySetRequest) SuppFeat(suppFeat string) ApiReadUEPolicySetRequest
Supported Features
type ApiReadUsageMonitoringInformationRequest ¶
type ApiReadUsageMonitoringInformationRequest struct { ApiService *UsageMonitoringInformationDocumentApiService // contains filtered or unexported fields }
func (ApiReadUsageMonitoringInformationRequest) Execute ¶
func (r ApiReadUsageMonitoringInformationRequest) Execute() (*UsageMonData, *http.Response, error)
func (ApiReadUsageMonitoringInformationRequest) SuppFeat ¶
func (r ApiReadUsageMonitoringInformationRequest) SuppFeat(suppFeat string) ApiReadUsageMonitoringInformationRequest
Supported Features
type ApiReplaceIndividualPolicyDataSubscriptionRequest ¶
type ApiReplaceIndividualPolicyDataSubscriptionRequest struct { ApiService *IndividualPolicyDataSubscriptionDocumentApiService // contains filtered or unexported fields }
func (ApiReplaceIndividualPolicyDataSubscriptionRequest) Execute ¶
func (r ApiReplaceIndividualPolicyDataSubscriptionRequest) Execute() (*PolicyDataSubscription, *http.Response, error)
func (ApiReplaceIndividualPolicyDataSubscriptionRequest) PolicyDataSubscription ¶
func (r ApiReplaceIndividualPolicyDataSubscriptionRequest) PolicyDataSubscription(policyDataSubscription PolicyDataSubscription) ApiReplaceIndividualPolicyDataSubscriptionRequest
type ApiReplaceOperatorSpecificDataRequest ¶
type ApiReplaceOperatorSpecificDataRequest struct { ApiService *OperatorSpecificDataDocumentApiService // contains filtered or unexported fields }
func (ApiReplaceOperatorSpecificDataRequest) Execute ¶
func (r ApiReplaceOperatorSpecificDataRequest) Execute() (*map[string]OperatorSpecificDataContainer, *http.Response, error)
func (ApiReplaceOperatorSpecificDataRequest) RequestBody ¶
func (r ApiReplaceOperatorSpecificDataRequest) RequestBody(requestBody map[string]OperatorSpecificDataContainer) ApiReplaceOperatorSpecificDataRequest
type ApiUpdateIndividualBdtDataRequest ¶
type ApiUpdateIndividualBdtDataRequest struct { ApiService *IndividualBdtDataDocumentApiService // contains filtered or unexported fields }
func (ApiUpdateIndividualBdtDataRequest) BdtDataPatch ¶
func (r ApiUpdateIndividualBdtDataRequest) BdtDataPatch(bdtDataPatch BdtDataPatch) ApiUpdateIndividualBdtDataRequest
type ApiUpdateOperatorSpecificDataRequest ¶
type ApiUpdateOperatorSpecificDataRequest struct { ApiService *OperatorSpecificDataDocumentApiService // contains filtered or unexported fields }
func (ApiUpdateOperatorSpecificDataRequest) Execute ¶
func (r ApiUpdateOperatorSpecificDataRequest) Execute() (*PatchResult, *http.Response, error)
func (ApiUpdateOperatorSpecificDataRequest) PatchItem ¶
func (r ApiUpdateOperatorSpecificDataRequest) PatchItem(patchItem []PatchItem) ApiUpdateOperatorSpecificDataRequest
type ApiUpdateSessionManagementPolicyDataRequest ¶
type ApiUpdateSessionManagementPolicyDataRequest struct { ApiService *SessionManagementPolicyDataDocumentApiService // contains filtered or unexported fields }
func (ApiUpdateSessionManagementPolicyDataRequest) Execute ¶
func (r ApiUpdateSessionManagementPolicyDataRequest) Execute() (*SmPolicyData, *http.Response, error)
func (ApiUpdateSessionManagementPolicyDataRequest) SmPolicyDataPatch ¶
func (r ApiUpdateSessionManagementPolicyDataRequest) SmPolicyDataPatch(smPolicyDataPatch SmPolicyDataPatch) ApiUpdateSessionManagementPolicyDataRequest
type ApiUpdateSlicePolicyControlDataRequest ¶
type ApiUpdateSlicePolicyControlDataRequest struct { ApiService *SlicePolicyControlDataDocumentApiService // contains filtered or unexported fields }
func (ApiUpdateSlicePolicyControlDataRequest) Execute ¶
func (r ApiUpdateSlicePolicyControlDataRequest) Execute() (*SlicePolicyData, *http.Response, error)
func (ApiUpdateSlicePolicyControlDataRequest) SlicePolicyDataPatch ¶
func (r ApiUpdateSlicePolicyControlDataRequest) SlicePolicyDataPatch(slicePolicyDataPatch SlicePolicyDataPatch) ApiUpdateSlicePolicyControlDataRequest
type ApiUpdateUEPolicySetRequest ¶
type ApiUpdateUEPolicySetRequest struct { ApiService *UEPolicySetDocumentApiService // contains filtered or unexported fields }
func (ApiUpdateUEPolicySetRequest) Execute ¶
func (r ApiUpdateUEPolicySetRequest) Execute() (*http.Response, error)
func (ApiUpdateUEPolicySetRequest) UePolicySetPatch ¶
func (r ApiUpdateUEPolicySetRequest) UePolicySetPatch(uePolicySetPatch UePolicySetPatch) ApiUpdateUEPolicySetRequest
type BasicAuth ¶
type BasicAuth struct { UserName string `json:"userName,omitempty"` Password string `json:"password,omitempty"` }
BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth
type BdtData ¶
type BdtData struct { AspId string `json:"aspId"` TransPolicy TransferPolicy `json:"transPolicy"` // string identifying a BDT Reference ID as defined in clause 5.3.3 of 3GPP TS 29.154. BdtRefId *string `json:"bdtRefId,omitempty"` NwAreaInfo *NetworkAreaInfo `json:"nwAreaInfo,omitempty"` // Unsigned Integer, i.e. only value 0 and integers above 0 are permissible. NumOfUes *int32 `json:"numOfUes,omitempty"` VolPerUe *UsageThreshold `json:"volPerUe,omitempty"` // String representing a Data Network as defined in clause 9A of 3GPP TS 23.003; it shall contain either a DNN Network Identifier, or a full DNN with both the Network Identifier and Operator Identifier, as specified in 3GPP TS 23.003 clause 9.1.1 and 9.1.2. It shall be coded as string in which the labels are separated by dots (e.g. \"Label1.Label2.Label3\"). Dnn *string `json:"dnn,omitempty"` Snssai *Snssai `json:"snssai,omitempty"` // Identify a traffic descriptor as defined in Figure 5.2.2 of 3GPP TS 24.526, octets v+5 to w. TrafficDes *string `json:"trafficDes,omitempty"` BdtpStatus *BdtPolicyStatus `json:"bdtpStatus,omitempty"` // A string used to indicate the features supported by an API that is used as defined in clause 6.6 in 3GPP TS 29.500. The string shall contain a bitmask indicating supported features in hexadecimal representation Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent the support of 4 features as described in table 5.2.2-3. The most significant character representing the highest-numbered features shall appear first in the string, and the character representing features 1 to 4 shall appear last in the string. The list of features and their numbering (starting with 1) are defined separately for each API. If the string contains a lower number of characters than there are defined features for an API, all features that would be represented by characters that are not present in the string are not supported. SuppFeat *string `json:"suppFeat,omitempty"` ResetIds []string `json:"resetIds,omitempty"` }
BdtData Contains the background data transfer data.
func NewBdtData ¶
func NewBdtData(aspId string, transPolicy TransferPolicy) *BdtData
NewBdtData instantiates a new BdtData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewBdtDataWithDefaults ¶
func NewBdtDataWithDefaults() *BdtData
NewBdtDataWithDefaults instantiates a new BdtData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*BdtData) GetAspIdOk ¶
GetAspIdOk returns a tuple with the AspId field value and a boolean to check if the value has been set.
func (*BdtData) GetBdtRefId ¶
GetBdtRefId returns the BdtRefId field value if set, zero value otherwise.
func (*BdtData) GetBdtRefIdOk ¶
GetBdtRefIdOk returns a tuple with the BdtRefId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BdtData) GetBdtpStatus ¶
func (o *BdtData) GetBdtpStatus() BdtPolicyStatus
GetBdtpStatus returns the BdtpStatus field value if set, zero value otherwise.
func (*BdtData) GetBdtpStatusOk ¶
func (o *BdtData) GetBdtpStatusOk() (*BdtPolicyStatus, bool)
GetBdtpStatusOk returns a tuple with the BdtpStatus field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BdtData) GetDnnOk ¶
GetDnnOk returns a tuple with the Dnn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BdtData) GetNumOfUes ¶
GetNumOfUes returns the NumOfUes field value if set, zero value otherwise.
func (*BdtData) GetNumOfUesOk ¶
GetNumOfUesOk returns a tuple with the NumOfUes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BdtData) GetNwAreaInfo ¶
func (o *BdtData) GetNwAreaInfo() NetworkAreaInfo
GetNwAreaInfo returns the NwAreaInfo field value if set, zero value otherwise.
func (*BdtData) GetNwAreaInfoOk ¶
func (o *BdtData) GetNwAreaInfoOk() (*NetworkAreaInfo, bool)
GetNwAreaInfoOk returns a tuple with the NwAreaInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BdtData) GetResetIds ¶
GetResetIds returns the ResetIds field value if set, zero value otherwise.
func (*BdtData) GetResetIdsOk ¶
GetResetIdsOk returns a tuple with the ResetIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BdtData) GetSnssaiOk ¶
GetSnssaiOk returns a tuple with the Snssai field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BdtData) GetSuppFeat ¶
GetSuppFeat returns the SuppFeat field value if set, zero value otherwise.
func (*BdtData) GetSuppFeatOk ¶
GetSuppFeatOk returns a tuple with the SuppFeat field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BdtData) GetTrafficDes ¶
GetTrafficDes returns the TrafficDes field value if set, zero value otherwise.
func (*BdtData) GetTrafficDesOk ¶
GetTrafficDesOk returns a tuple with the TrafficDes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BdtData) GetTransPolicy ¶
func (o *BdtData) GetTransPolicy() TransferPolicy
GetTransPolicy returns the TransPolicy field value
func (*BdtData) GetTransPolicyOk ¶
func (o *BdtData) GetTransPolicyOk() (*TransferPolicy, bool)
GetTransPolicyOk returns a tuple with the TransPolicy field value and a boolean to check if the value has been set.
func (*BdtData) GetVolPerUe ¶
func (o *BdtData) GetVolPerUe() UsageThreshold
GetVolPerUe returns the VolPerUe field value if set, zero value otherwise.
func (*BdtData) GetVolPerUeOk ¶
func (o *BdtData) GetVolPerUeOk() (*UsageThreshold, bool)
GetVolPerUeOk returns a tuple with the VolPerUe field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BdtData) HasBdtRefId ¶
HasBdtRefId returns a boolean if a field has been set.
func (*BdtData) HasBdtpStatus ¶
HasBdtpStatus returns a boolean if a field has been set.
func (*BdtData) HasNumOfUes ¶
HasNumOfUes returns a boolean if a field has been set.
func (*BdtData) HasNwAreaInfo ¶
HasNwAreaInfo returns a boolean if a field has been set.
func (*BdtData) HasResetIds ¶
HasResetIds returns a boolean if a field has been set.
func (*BdtData) HasSuppFeat ¶
HasSuppFeat returns a boolean if a field has been set.
func (*BdtData) HasTrafficDes ¶
HasTrafficDes returns a boolean if a field has been set.
func (*BdtData) HasVolPerUe ¶
HasVolPerUe returns a boolean if a field has been set.
func (BdtData) MarshalJSON ¶
func (*BdtData) SetBdtRefId ¶
SetBdtRefId gets a reference to the given string and assigns it to the BdtRefId field.
func (*BdtData) SetBdtpStatus ¶
func (o *BdtData) SetBdtpStatus(v BdtPolicyStatus)
SetBdtpStatus gets a reference to the given BdtPolicyStatus and assigns it to the BdtpStatus field.
func (*BdtData) SetDnn ¶
SetDnn gets a reference to the given string and assigns it to the Dnn field.
func (*BdtData) SetNumOfUes ¶
SetNumOfUes gets a reference to the given int32 and assigns it to the NumOfUes field.
func (*BdtData) SetNwAreaInfo ¶
func (o *BdtData) SetNwAreaInfo(v NetworkAreaInfo)
SetNwAreaInfo gets a reference to the given NetworkAreaInfo and assigns it to the NwAreaInfo field.
func (*BdtData) SetResetIds ¶
SetResetIds gets a reference to the given []string and assigns it to the ResetIds field.
func (*BdtData) SetSnssai ¶
SetSnssai gets a reference to the given Snssai and assigns it to the Snssai field.
func (*BdtData) SetSuppFeat ¶
SetSuppFeat gets a reference to the given string and assigns it to the SuppFeat field.
func (*BdtData) SetTrafficDes ¶
SetTrafficDes gets a reference to the given string and assigns it to the TrafficDes field.
func (*BdtData) SetTransPolicy ¶
func (o *BdtData) SetTransPolicy(v TransferPolicy)
SetTransPolicy sets field value
func (*BdtData) SetVolPerUe ¶
func (o *BdtData) SetVolPerUe(v UsageThreshold)
SetVolPerUe gets a reference to the given UsageThreshold and assigns it to the VolPerUe field.
type BdtDataPatch ¶
type BdtDataPatch struct { TransPolicy *TransferPolicy `json:"transPolicy,omitempty"` BdtpStatus *BdtPolicyStatus `json:"bdtpStatus,omitempty"` }
BdtDataPatch Contains the modified background data transfer data.
func NewBdtDataPatch ¶
func NewBdtDataPatch() *BdtDataPatch
NewBdtDataPatch instantiates a new BdtDataPatch object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewBdtDataPatchWithDefaults ¶
func NewBdtDataPatchWithDefaults() *BdtDataPatch
NewBdtDataPatchWithDefaults instantiates a new BdtDataPatch object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*BdtDataPatch) GetBdtpStatus ¶
func (o *BdtDataPatch) GetBdtpStatus() BdtPolicyStatus
GetBdtpStatus returns the BdtpStatus field value if set, zero value otherwise.
func (*BdtDataPatch) GetBdtpStatusOk ¶
func (o *BdtDataPatch) GetBdtpStatusOk() (*BdtPolicyStatus, bool)
GetBdtpStatusOk returns a tuple with the BdtpStatus field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BdtDataPatch) GetTransPolicy ¶
func (o *BdtDataPatch) GetTransPolicy() TransferPolicy
GetTransPolicy returns the TransPolicy field value if set, zero value otherwise.
func (*BdtDataPatch) GetTransPolicyOk ¶
func (o *BdtDataPatch) GetTransPolicyOk() (*TransferPolicy, bool)
GetTransPolicyOk returns a tuple with the TransPolicy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BdtDataPatch) HasBdtpStatus ¶
func (o *BdtDataPatch) HasBdtpStatus() bool
HasBdtpStatus returns a boolean if a field has been set.
func (*BdtDataPatch) HasTransPolicy ¶
func (o *BdtDataPatch) HasTransPolicy() bool
HasTransPolicy returns a boolean if a field has been set.
func (BdtDataPatch) MarshalJSON ¶
func (o BdtDataPatch) MarshalJSON() ([]byte, error)
func (*BdtDataPatch) SetBdtpStatus ¶
func (o *BdtDataPatch) SetBdtpStatus(v BdtPolicyStatus)
SetBdtpStatus gets a reference to the given BdtPolicyStatus and assigns it to the BdtpStatus field.
func (*BdtDataPatch) SetTransPolicy ¶
func (o *BdtDataPatch) SetTransPolicy(v TransferPolicy)
SetTransPolicy gets a reference to the given TransferPolicy and assigns it to the TransPolicy field.
func (BdtDataPatch) ToMap ¶
func (o BdtDataPatch) ToMap() (map[string]interface{}, error)
type BdtDataStoreApiService ¶
type BdtDataStoreApiService service
BdtDataStoreApiService BdtDataStoreApi service
func (*BdtDataStoreApiService) ReadBdtData ¶
func (a *BdtDataStoreApiService) ReadBdtData(ctx context.Context) ApiReadBdtDataRequest
ReadBdtData Retrieves the BDT data collection
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiReadBdtDataRequest
func (*BdtDataStoreApiService) ReadBdtDataExecute ¶
func (a *BdtDataStoreApiService) ReadBdtDataExecute(r ApiReadBdtDataRequest) ([]BdtData, *http.Response, error)
Execute executes the request
@return []BdtData
type BdtPolicyStatus ¶
type BdtPolicyStatus struct {
String *string
}
BdtPolicyStatus Indicates the validation status of a negotiated BDT policy.
func (*BdtPolicyStatus) MarshalJSON ¶
func (src *BdtPolicyStatus) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*BdtPolicyStatus) UnmarshalJSON ¶
func (dst *BdtPolicyStatus) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type ChargingInformation ¶
type ChargingInformation struct { // String providing an URI formatted according to RFC 3986. PrimaryChfAddress string `json:"primaryChfAddress"` // String providing an URI formatted according to RFC 3986. SecondaryChfAddress *string `json:"secondaryChfAddress,omitempty"` // NF Set Identifier (see clause 28.12 of 3GPP TS 23.003), formatted as the following string \"set<Set ID>.<nftype>set.5gc.mnc<MNC>.mcc<MCC>\", or \"set<SetID>.<NFType>set.5gc.nid<NID>.mnc<MNC>.mcc<MCC>\" with <MCC> encoded as defined in clause 5.4.2 (\"Mcc\" data type definition) <MNC> encoding the Mobile Network Code part of the PLMN, comprising 3 digits. If there are only 2 significant digits in the MNC, one \"0\" digit shall be inserted at the left side to fill the 3 digits coding of MNC. Pattern: '^[0-9]{3}$' <NFType> encoded as a value defined in Table 6.1.6.3.3-1 of 3GPP TS 29.510 but with lower case characters <Set ID> encoded as a string of characters consisting of alphabetic characters (A-Z and a-z), digits (0-9) and/or the hyphen (-) and that shall end with either an alphabetic character or a digit. PrimaryChfSetId *string `json:"primaryChfSetId,omitempty"` // String uniquely identifying a NF instance. The format of the NF Instance ID shall be a Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122. PrimaryChfInstanceId *string `json:"primaryChfInstanceId,omitempty"` // NF Set Identifier (see clause 28.12 of 3GPP TS 23.003), formatted as the following string \"set<Set ID>.<nftype>set.5gc.mnc<MNC>.mcc<MCC>\", or \"set<SetID>.<NFType>set.5gc.nid<NID>.mnc<MNC>.mcc<MCC>\" with <MCC> encoded as defined in clause 5.4.2 (\"Mcc\" data type definition) <MNC> encoding the Mobile Network Code part of the PLMN, comprising 3 digits. If there are only 2 significant digits in the MNC, one \"0\" digit shall be inserted at the left side to fill the 3 digits coding of MNC. Pattern: '^[0-9]{3}$' <NFType> encoded as a value defined in Table 6.1.6.3.3-1 of 3GPP TS 29.510 but with lower case characters <Set ID> encoded as a string of characters consisting of alphabetic characters (A-Z and a-z), digits (0-9) and/or the hyphen (-) and that shall end with either an alphabetic character or a digit. SecondaryChfSetId *string `json:"secondaryChfSetId,omitempty"` // String uniquely identifying a NF instance. The format of the NF Instance ID shall be a Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122. SecondaryChfInstanceId *string `json:"secondaryChfInstanceId,omitempty"` }
ChargingInformation Contains the addresses of the charging functions.
func NewChargingInformation ¶
func NewChargingInformation(primaryChfAddress string) *ChargingInformation
NewChargingInformation instantiates a new ChargingInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewChargingInformationWithDefaults ¶
func NewChargingInformationWithDefaults() *ChargingInformation
NewChargingInformationWithDefaults instantiates a new ChargingInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ChargingInformation) GetPrimaryChfAddress ¶
func (o *ChargingInformation) GetPrimaryChfAddress() string
GetPrimaryChfAddress returns the PrimaryChfAddress field value
func (*ChargingInformation) GetPrimaryChfAddressOk ¶
func (o *ChargingInformation) GetPrimaryChfAddressOk() (*string, bool)
GetPrimaryChfAddressOk returns a tuple with the PrimaryChfAddress field value and a boolean to check if the value has been set.
func (*ChargingInformation) GetPrimaryChfInstanceId ¶
func (o *ChargingInformation) GetPrimaryChfInstanceId() string
GetPrimaryChfInstanceId returns the PrimaryChfInstanceId field value if set, zero value otherwise.
func (*ChargingInformation) GetPrimaryChfInstanceIdOk ¶
func (o *ChargingInformation) GetPrimaryChfInstanceIdOk() (*string, bool)
GetPrimaryChfInstanceIdOk returns a tuple with the PrimaryChfInstanceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChargingInformation) GetPrimaryChfSetId ¶
func (o *ChargingInformation) GetPrimaryChfSetId() string
GetPrimaryChfSetId returns the PrimaryChfSetId field value if set, zero value otherwise.
func (*ChargingInformation) GetPrimaryChfSetIdOk ¶
func (o *ChargingInformation) GetPrimaryChfSetIdOk() (*string, bool)
GetPrimaryChfSetIdOk returns a tuple with the PrimaryChfSetId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChargingInformation) GetSecondaryChfAddress ¶
func (o *ChargingInformation) GetSecondaryChfAddress() string
GetSecondaryChfAddress returns the SecondaryChfAddress field value if set, zero value otherwise.
func (*ChargingInformation) GetSecondaryChfAddressOk ¶
func (o *ChargingInformation) GetSecondaryChfAddressOk() (*string, bool)
GetSecondaryChfAddressOk returns a tuple with the SecondaryChfAddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChargingInformation) GetSecondaryChfInstanceId ¶
func (o *ChargingInformation) GetSecondaryChfInstanceId() string
GetSecondaryChfInstanceId returns the SecondaryChfInstanceId field value if set, zero value otherwise.
func (*ChargingInformation) GetSecondaryChfInstanceIdOk ¶
func (o *ChargingInformation) GetSecondaryChfInstanceIdOk() (*string, bool)
GetSecondaryChfInstanceIdOk returns a tuple with the SecondaryChfInstanceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChargingInformation) GetSecondaryChfSetId ¶
func (o *ChargingInformation) GetSecondaryChfSetId() string
GetSecondaryChfSetId returns the SecondaryChfSetId field value if set, zero value otherwise.
func (*ChargingInformation) GetSecondaryChfSetIdOk ¶
func (o *ChargingInformation) GetSecondaryChfSetIdOk() (*string, bool)
GetSecondaryChfSetIdOk returns a tuple with the SecondaryChfSetId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChargingInformation) HasPrimaryChfInstanceId ¶
func (o *ChargingInformation) HasPrimaryChfInstanceId() bool
HasPrimaryChfInstanceId returns a boolean if a field has been set.
func (*ChargingInformation) HasPrimaryChfSetId ¶
func (o *ChargingInformation) HasPrimaryChfSetId() bool
HasPrimaryChfSetId returns a boolean if a field has been set.
func (*ChargingInformation) HasSecondaryChfAddress ¶
func (o *ChargingInformation) HasSecondaryChfAddress() bool
HasSecondaryChfAddress returns a boolean if a field has been set.
func (*ChargingInformation) HasSecondaryChfInstanceId ¶
func (o *ChargingInformation) HasSecondaryChfInstanceId() bool
HasSecondaryChfInstanceId returns a boolean if a field has been set.
func (*ChargingInformation) HasSecondaryChfSetId ¶
func (o *ChargingInformation) HasSecondaryChfSetId() bool
HasSecondaryChfSetId returns a boolean if a field has been set.
func (ChargingInformation) MarshalJSON ¶
func (o ChargingInformation) MarshalJSON() ([]byte, error)
func (*ChargingInformation) SetPrimaryChfAddress ¶
func (o *ChargingInformation) SetPrimaryChfAddress(v string)
SetPrimaryChfAddress sets field value
func (*ChargingInformation) SetPrimaryChfInstanceId ¶
func (o *ChargingInformation) SetPrimaryChfInstanceId(v string)
SetPrimaryChfInstanceId gets a reference to the given string and assigns it to the PrimaryChfInstanceId field.
func (*ChargingInformation) SetPrimaryChfSetId ¶
func (o *ChargingInformation) SetPrimaryChfSetId(v string)
SetPrimaryChfSetId gets a reference to the given string and assigns it to the PrimaryChfSetId field.
func (*ChargingInformation) SetSecondaryChfAddress ¶
func (o *ChargingInformation) SetSecondaryChfAddress(v string)
SetSecondaryChfAddress gets a reference to the given string and assigns it to the SecondaryChfAddress field.
func (*ChargingInformation) SetSecondaryChfInstanceId ¶
func (o *ChargingInformation) SetSecondaryChfInstanceId(v string)
SetSecondaryChfInstanceId gets a reference to the given string and assigns it to the SecondaryChfInstanceId field.
func (*ChargingInformation) SetSecondaryChfSetId ¶
func (o *ChargingInformation) SetSecondaryChfSetId(v string)
SetSecondaryChfSetId gets a reference to the given string and assigns it to the SecondaryChfSetId field.
func (ChargingInformation) ToMap ¶
func (o ChargingInformation) ToMap() (map[string]interface{}, error)
type Configuration ¶
type Configuration struct { Host string `json:"host,omitempty"` Scheme string `json:"scheme,omitempty"` DefaultHeader map[string]string `json:"defaultHeader,omitempty"` UserAgent string `json:"userAgent,omitempty"` Debug bool `json:"debug,omitempty"` Servers ServerConfigurations OperationServers map[string]ServerConfigurations HTTPClient *http.Client }
Configuration stores the configuration of the API client
func NewConfiguration ¶
func NewConfiguration() *Configuration
NewConfiguration returns a new Configuration object
func (*Configuration) AddDefaultHeader ¶
func (c *Configuration) AddDefaultHeader(key string, value string)
AddDefaultHeader adds a new HTTP header to the default header in the request
func (*Configuration) ServerURLWithContext ¶
ServerURLWithContext returns a new server URL given an endpoint
type DnnRouteSelectionDescriptor ¶
type DnnRouteSelectionDescriptor struct { // String representing a Data Network as defined in clause 9A of 3GPP TS 23.003; it shall contain either a DNN Network Identifier, or a full DNN with both the Network Identifier and Operator Identifier, as specified in 3GPP TS 23.003 clause 9.1.1 and 9.1.2. It shall be coded as string in which the labels are separated by dots (e.g. \"Label1.Label2.Label3\"). Dnn string `json:"dnn"` SscModes []SscMode `json:"sscModes,omitempty"` PduSessTypes []PduSessionType `json:"pduSessTypes,omitempty"` // Indicates whether MA PDU session establishment is allowed for this DNN. When set to value true MA PDU session establishment is allowed for this DNN. AtsssInfo *bool `json:"atsssInfo,omitempty"` }
DnnRouteSelectionDescriptor Contains the route selector parameters (PDU session types, SSC modes and ATSSS information) per DNN
func NewDnnRouteSelectionDescriptor ¶
func NewDnnRouteSelectionDescriptor(dnn string) *DnnRouteSelectionDescriptor
NewDnnRouteSelectionDescriptor instantiates a new DnnRouteSelectionDescriptor object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDnnRouteSelectionDescriptorWithDefaults ¶
func NewDnnRouteSelectionDescriptorWithDefaults() *DnnRouteSelectionDescriptor
NewDnnRouteSelectionDescriptorWithDefaults instantiates a new DnnRouteSelectionDescriptor object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DnnRouteSelectionDescriptor) GetAtsssInfo ¶
func (o *DnnRouteSelectionDescriptor) GetAtsssInfo() bool
GetAtsssInfo returns the AtsssInfo field value if set, zero value otherwise.
func (*DnnRouteSelectionDescriptor) GetAtsssInfoOk ¶
func (o *DnnRouteSelectionDescriptor) GetAtsssInfoOk() (*bool, bool)
GetAtsssInfoOk returns a tuple with the AtsssInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DnnRouteSelectionDescriptor) GetDnn ¶
func (o *DnnRouteSelectionDescriptor) GetDnn() string
GetDnn returns the Dnn field value
func (*DnnRouteSelectionDescriptor) GetDnnOk ¶
func (o *DnnRouteSelectionDescriptor) GetDnnOk() (*string, bool)
GetDnnOk returns a tuple with the Dnn field value and a boolean to check if the value has been set.
func (*DnnRouteSelectionDescriptor) GetPduSessTypes ¶
func (o *DnnRouteSelectionDescriptor) GetPduSessTypes() []PduSessionType
GetPduSessTypes returns the PduSessTypes field value if set, zero value otherwise.
func (*DnnRouteSelectionDescriptor) GetPduSessTypesOk ¶
func (o *DnnRouteSelectionDescriptor) GetPduSessTypesOk() ([]PduSessionType, bool)
GetPduSessTypesOk returns a tuple with the PduSessTypes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DnnRouteSelectionDescriptor) GetSscModes ¶
func (o *DnnRouteSelectionDescriptor) GetSscModes() []SscMode
GetSscModes returns the SscModes field value if set, zero value otherwise.
func (*DnnRouteSelectionDescriptor) GetSscModesOk ¶
func (o *DnnRouteSelectionDescriptor) GetSscModesOk() ([]SscMode, bool)
GetSscModesOk returns a tuple with the SscModes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DnnRouteSelectionDescriptor) HasAtsssInfo ¶
func (o *DnnRouteSelectionDescriptor) HasAtsssInfo() bool
HasAtsssInfo returns a boolean if a field has been set.
func (*DnnRouteSelectionDescriptor) HasPduSessTypes ¶
func (o *DnnRouteSelectionDescriptor) HasPduSessTypes() bool
HasPduSessTypes returns a boolean if a field has been set.
func (*DnnRouteSelectionDescriptor) HasSscModes ¶
func (o *DnnRouteSelectionDescriptor) HasSscModes() bool
HasSscModes returns a boolean if a field has been set.
func (DnnRouteSelectionDescriptor) MarshalJSON ¶
func (o DnnRouteSelectionDescriptor) MarshalJSON() ([]byte, error)
func (*DnnRouteSelectionDescriptor) SetAtsssInfo ¶
func (o *DnnRouteSelectionDescriptor) SetAtsssInfo(v bool)
SetAtsssInfo gets a reference to the given bool and assigns it to the AtsssInfo field.
func (*DnnRouteSelectionDescriptor) SetDnn ¶
func (o *DnnRouteSelectionDescriptor) SetDnn(v string)
SetDnn sets field value
func (*DnnRouteSelectionDescriptor) SetPduSessTypes ¶
func (o *DnnRouteSelectionDescriptor) SetPduSessTypes(v []PduSessionType)
SetPduSessTypes gets a reference to the given []PduSessionType and assigns it to the PduSessTypes field.
func (*DnnRouteSelectionDescriptor) SetSscModes ¶
func (o *DnnRouteSelectionDescriptor) SetSscModes(v []SscMode)
SetSscModes gets a reference to the given []SscMode and assigns it to the SscModes field.
func (DnnRouteSelectionDescriptor) ToMap ¶
func (o DnnRouteSelectionDescriptor) ToMap() (map[string]interface{}, error)
type Ecgi ¶
type Ecgi struct { PlmnId PlmnId `json:"plmnId"` // 28-bit string identifying an E-UTRA Cell Id as specified in clause 9.3.1.9 of 3GPP TS 38.413, in hexadecimal representation. Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The most significant character representing the 4 most significant bits of the Cell Id shall appear first in the string, and the character representing the 4 least significant bit of the Cell Id shall appear last in the string. EutraCellId string `json:"eutraCellId"` // This represents the Network Identifier, which together with a PLMN ID is used to identify an SNPN (see 3GPP TS 23.003 and 3GPP TS 23.501 clause 5.30.2.1). Nid *string `json:"nid,omitempty"` }
Ecgi Contains the ECGI (E-UTRAN Cell Global Identity), as described in 3GPP 23.003
func NewEcgi ¶
NewEcgi instantiates a new Ecgi object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEcgiWithDefaults ¶
func NewEcgiWithDefaults() *Ecgi
NewEcgiWithDefaults instantiates a new Ecgi object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Ecgi) GetEutraCellId ¶
GetEutraCellId returns the EutraCellId field value
func (*Ecgi) GetEutraCellIdOk ¶
GetEutraCellIdOk returns a tuple with the EutraCellId field value and a boolean to check if the value has been set.
func (*Ecgi) GetNidOk ¶
GetNidOk returns a tuple with the Nid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Ecgi) GetPlmnIdOk ¶
GetPlmnIdOk returns a tuple with the PlmnId field value and a boolean to check if the value has been set.
func (Ecgi) MarshalJSON ¶
func (*Ecgi) SetEutraCellId ¶
SetEutraCellId sets field value
type GNbId ¶
type GNbId struct { // Unsigned integer representing the bit length of the gNB ID as defined in clause 9.3.1.6 of 3GPP TS 38.413 [11], within the range 22 to 32. BitLength int32 `json:"bitLength"` // This represents the identifier of the gNB. The value of the gNB ID shall be encoded in hexadecimal representation. Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The padding 0 shall be added to make multiple nibbles, the most significant character representing the padding 0 if required together with the 4 most significant bits of the gNB ID shall appear first in the string, and the character representing the 4 least significant bit of the gNB ID shall appear last in the string. GNBValue string `json:"gNBValue"` }
GNbId Provides the G-NB identifier.
func NewGNbId ¶
NewGNbId instantiates a new GNbId object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGNbIdWithDefaults ¶
func NewGNbIdWithDefaults() *GNbId
NewGNbIdWithDefaults instantiates a new GNbId object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GNbId) GetBitLength ¶
GetBitLength returns the BitLength field value
func (*GNbId) GetBitLengthOk ¶
GetBitLengthOk returns a tuple with the BitLength field value and a boolean to check if the value has been set.
func (*GNbId) GetGNBValue ¶
GetGNBValue returns the GNBValue field value
func (*GNbId) GetGNBValueOk ¶
GetGNBValueOk returns a tuple with the GNBValue field value and a boolean to check if the value has been set.
func (GNbId) MarshalJSON ¶
type GenericOpenAPIError ¶
type GenericOpenAPIError struct {
// contains filtered or unexported fields
}
GenericOpenAPIError Provides access to the body, error and model on returned errors.
func (GenericOpenAPIError) Body ¶
func (e GenericOpenAPIError) Body() []byte
Body returns the raw bytes of the response
func (GenericOpenAPIError) Error ¶
func (e GenericOpenAPIError) Error() string
Error returns non-empty string if there was an error.
func (GenericOpenAPIError) Model ¶
func (e GenericOpenAPIError) Model() interface{}
Model returns the unpacked model of the error
type GlobalRanNodeId ¶
type GlobalRanNodeId struct {
Interface *interface{}
}
GlobalRanNodeId - One of the six attributes n3IwfId, gNbIdm, ngeNbId, wagfId, tngfId, eNbId shall be present.
func InterfaceAsGlobalRanNodeId ¶
func InterfaceAsGlobalRanNodeId(v *interface{}) GlobalRanNodeId
interface{}AsGlobalRanNodeId is a convenience function that returns interface{} wrapped in GlobalRanNodeId
func (*GlobalRanNodeId) GetActualInstance ¶
func (obj *GlobalRanNodeId) GetActualInstance() interface{}
Get the actual instance
func (GlobalRanNodeId) MarshalJSON ¶
func (src GlobalRanNodeId) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*GlobalRanNodeId) UnmarshalJSON ¶
func (dst *GlobalRanNodeId) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type IndividualBdtDataDocumentApiService ¶
type IndividualBdtDataDocumentApiService service
IndividualBdtDataDocumentApiService IndividualBdtDataDocumentApi service
func (*IndividualBdtDataDocumentApiService) CreateIndividualBdtData ¶
func (a *IndividualBdtDataDocumentApiService) CreateIndividualBdtData(ctx context.Context, bdtReferenceId string) ApiCreateIndividualBdtDataRequest
CreateIndividualBdtData Creates an BDT data resource associated with an BDT reference Id
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param bdtReferenceId @return ApiCreateIndividualBdtDataRequest
func (*IndividualBdtDataDocumentApiService) CreateIndividualBdtDataExecute ¶
func (a *IndividualBdtDataDocumentApiService) CreateIndividualBdtDataExecute(r ApiCreateIndividualBdtDataRequest) (*BdtData, *http.Response, error)
Execute executes the request
@return BdtData
func (*IndividualBdtDataDocumentApiService) DeleteIndividualBdtData ¶
func (a *IndividualBdtDataDocumentApiService) DeleteIndividualBdtData(ctx context.Context, bdtReferenceId string) ApiDeleteIndividualBdtDataRequest
DeleteIndividualBdtData Deletes an BDT data resource associated with an BDT reference Id
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param bdtReferenceId @return ApiDeleteIndividualBdtDataRequest
func (*IndividualBdtDataDocumentApiService) DeleteIndividualBdtDataExecute ¶
func (a *IndividualBdtDataDocumentApiService) DeleteIndividualBdtDataExecute(r ApiDeleteIndividualBdtDataRequest) (*http.Response, error)
Execute executes the request
func (*IndividualBdtDataDocumentApiService) ReadIndividualBdtData ¶
func (a *IndividualBdtDataDocumentApiService) ReadIndividualBdtData(ctx context.Context, bdtReferenceId string) ApiReadIndividualBdtDataRequest
ReadIndividualBdtData Retrieves the BDT data information associated with a BDT reference Id
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param bdtReferenceId @return ApiReadIndividualBdtDataRequest
func (*IndividualBdtDataDocumentApiService) ReadIndividualBdtDataExecute ¶
func (a *IndividualBdtDataDocumentApiService) ReadIndividualBdtDataExecute(r ApiReadIndividualBdtDataRequest) (*BdtData, *http.Response, error)
Execute executes the request
@return BdtData
func (*IndividualBdtDataDocumentApiService) UpdateIndividualBdtData ¶
func (a *IndividualBdtDataDocumentApiService) UpdateIndividualBdtData(ctx context.Context, bdtReferenceId string) ApiUpdateIndividualBdtDataRequest
UpdateIndividualBdtData Modifies an BDT data resource associated with an BDT reference Id
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param bdtReferenceId @return ApiUpdateIndividualBdtDataRequest
func (*IndividualBdtDataDocumentApiService) UpdateIndividualBdtDataExecute ¶
func (a *IndividualBdtDataDocumentApiService) UpdateIndividualBdtDataExecute(r ApiUpdateIndividualBdtDataRequest) (*BdtData, *http.Response, error)
Execute executes the request
@return BdtData
type IndividualPolicyDataSubscriptionDocumentApiService ¶
type IndividualPolicyDataSubscriptionDocumentApiService service
IndividualPolicyDataSubscriptionDocumentApiService IndividualPolicyDataSubscriptionDocumentApi service
func (*IndividualPolicyDataSubscriptionDocumentApiService) DeleteIndividualPolicyDataSubscription ¶
func (a *IndividualPolicyDataSubscriptionDocumentApiService) DeleteIndividualPolicyDataSubscription(ctx context.Context, subsId string) ApiDeleteIndividualPolicyDataSubscriptionRequest
DeleteIndividualPolicyDataSubscription Delete the individual Policy Data subscription
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param subsId @return ApiDeleteIndividualPolicyDataSubscriptionRequest
func (*IndividualPolicyDataSubscriptionDocumentApiService) DeleteIndividualPolicyDataSubscriptionExecute ¶
func (a *IndividualPolicyDataSubscriptionDocumentApiService) DeleteIndividualPolicyDataSubscriptionExecute(r ApiDeleteIndividualPolicyDataSubscriptionRequest) (*http.Response, error)
Execute executes the request
func (*IndividualPolicyDataSubscriptionDocumentApiService) ReplaceIndividualPolicyDataSubscription ¶
func (a *IndividualPolicyDataSubscriptionDocumentApiService) ReplaceIndividualPolicyDataSubscription(ctx context.Context, subsId string) ApiReplaceIndividualPolicyDataSubscriptionRequest
ReplaceIndividualPolicyDataSubscription Modify a subscription to receive notification of policy data changes
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param subsId @return ApiReplaceIndividualPolicyDataSubscriptionRequest
func (*IndividualPolicyDataSubscriptionDocumentApiService) ReplaceIndividualPolicyDataSubscriptionExecute ¶
func (a *IndividualPolicyDataSubscriptionDocumentApiService) ReplaceIndividualPolicyDataSubscriptionExecute(r ApiReplaceIndividualPolicyDataSubscriptionRequest) (*PolicyDataSubscription, *http.Response, error)
Execute executes the request
@return PolicyDataSubscription
type InvalidParam ¶
type InvalidParam struct { // If the invalid parameter is an attribute in a JSON body, this IE shall contain the attribute's name and shall be encoded as a JSON Pointer. If the invalid parameter is an HTTP header, this IE shall be formatted as the concatenation of the string \"header \" plus the name of such header. If the invalid parameter is a query parameter, this IE shall be formatted as the concatenation of the string \"query \" plus the name of such query parameter. If the invalid parameter is a variable part in the path of a resource URI, this IE shall contain the name of the variable, including the symbols \"{\" and \"}\" used in OpenAPI specification as the notation to represent variable path segments. Param string `json:"param"` // A human-readable reason, e.g. \"must be a positive integer\". In cases involving failed operations in a PATCH request, the reason string should identify the operation that failed using the operation's array index to assist in correlation of the invalid parameter with the failed operation, e.g.\" Replacement value invalid for attribute (failed operation index= 4)\" Reason *string `json:"reason,omitempty"` }
InvalidParam It contains an invalid parameter and a related description.
func NewInvalidParam ¶
func NewInvalidParam(param string) *InvalidParam
NewInvalidParam instantiates a new InvalidParam object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInvalidParamWithDefaults ¶
func NewInvalidParamWithDefaults() *InvalidParam
NewInvalidParamWithDefaults instantiates a new InvalidParam object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*InvalidParam) GetParam ¶
func (o *InvalidParam) GetParam() string
GetParam returns the Param field value
func (*InvalidParam) GetParamOk ¶
func (o *InvalidParam) GetParamOk() (*string, bool)
GetParamOk returns a tuple with the Param field value and a boolean to check if the value has been set.
func (*InvalidParam) GetReason ¶
func (o *InvalidParam) GetReason() string
GetReason returns the Reason field value if set, zero value otherwise.
func (*InvalidParam) GetReasonOk ¶
func (o *InvalidParam) GetReasonOk() (*string, bool)
GetReasonOk returns a tuple with the Reason field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InvalidParam) HasReason ¶
func (o *InvalidParam) HasReason() bool
HasReason returns a boolean if a field has been set.
func (InvalidParam) MarshalJSON ¶
func (o InvalidParam) MarshalJSON() ([]byte, error)
func (*InvalidParam) SetReason ¶
func (o *InvalidParam) SetReason(v string)
SetReason gets a reference to the given string and assigns it to the Reason field.
func (InvalidParam) ToMap ¶
func (o InvalidParam) ToMap() (map[string]interface{}, error)
type IpAddr ¶
type IpAddr struct {
Interface *interface{}
}
IpAddr - Contains an IP adresse.
func InterfaceAsIpAddr ¶
func InterfaceAsIpAddr(v *interface{}) IpAddr
interface{}AsIpAddr is a convenience function that returns interface{} wrapped in IpAddr
func (*IpAddr) GetActualInstance ¶
func (obj *IpAddr) GetActualInstance() interface{}
Get the actual instance
func (IpAddr) MarshalJSON ¶
Marshal data from the first non-nil pointers in the struct to JSON
func (*IpAddr) UnmarshalJSON ¶
Unmarshal JSON data into one of the pointers in the struct
type Ipv6Addr ¶
type Ipv6Addr struct { }
Ipv6Addr String identifying an IPv6 address formatted according to clause 4 of RFC5952. The mixed IPv4 IPv6 notation according to clause 5 of RFC5952 shall not be used.
func NewIpv6Addr ¶
func NewIpv6Addr() *Ipv6Addr
NewIpv6Addr instantiates a new Ipv6Addr object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIpv6AddrWithDefaults ¶
func NewIpv6AddrWithDefaults() *Ipv6Addr
NewIpv6AddrWithDefaults instantiates a new Ipv6Addr object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (Ipv6Addr) MarshalJSON ¶
type Ipv6Prefix ¶
type Ipv6Prefix struct { }
Ipv6Prefix String identifying an IPv6 address prefix formatted according to clause 4 of RFC 5952. IPv6Prefix data type may contain an individual /128 IPv6 address.
func NewIpv6Prefix ¶
func NewIpv6Prefix() *Ipv6Prefix
NewIpv6Prefix instantiates a new Ipv6Prefix object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIpv6PrefixWithDefaults ¶
func NewIpv6PrefixWithDefaults() *Ipv6Prefix
NewIpv6PrefixWithDefaults instantiates a new Ipv6Prefix object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (Ipv6Prefix) MarshalJSON ¶
func (o Ipv6Prefix) MarshalJSON() ([]byte, error)
func (Ipv6Prefix) ToMap ¶
func (o Ipv6Prefix) ToMap() (map[string]interface{}, error)
type LimitIdToMonitoringKey ¶
type LimitIdToMonitoringKey struct { LimitId string `json:"limitId"` Monkey []string `json:"monkey,omitempty"` }
LimitIdToMonitoringKey Contains the limit identifier and the corresponding monitoring key for a given S-NSSAI and DNN.
func NewLimitIdToMonitoringKey ¶
func NewLimitIdToMonitoringKey(limitId string) *LimitIdToMonitoringKey
NewLimitIdToMonitoringKey instantiates a new LimitIdToMonitoringKey object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewLimitIdToMonitoringKeyWithDefaults ¶
func NewLimitIdToMonitoringKeyWithDefaults() *LimitIdToMonitoringKey
NewLimitIdToMonitoringKeyWithDefaults instantiates a new LimitIdToMonitoringKey object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*LimitIdToMonitoringKey) GetLimitId ¶
func (o *LimitIdToMonitoringKey) GetLimitId() string
GetLimitId returns the LimitId field value
func (*LimitIdToMonitoringKey) GetLimitIdOk ¶
func (o *LimitIdToMonitoringKey) GetLimitIdOk() (*string, bool)
GetLimitIdOk returns a tuple with the LimitId field value and a boolean to check if the value has been set.
func (*LimitIdToMonitoringKey) GetMonkey ¶
func (o *LimitIdToMonitoringKey) GetMonkey() []string
GetMonkey returns the Monkey field value if set, zero value otherwise.
func (*LimitIdToMonitoringKey) GetMonkeyOk ¶
func (o *LimitIdToMonitoringKey) GetMonkeyOk() ([]string, bool)
GetMonkeyOk returns a tuple with the Monkey field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LimitIdToMonitoringKey) HasMonkey ¶
func (o *LimitIdToMonitoringKey) HasMonkey() bool
HasMonkey returns a boolean if a field has been set.
func (LimitIdToMonitoringKey) MarshalJSON ¶
func (o LimitIdToMonitoringKey) MarshalJSON() ([]byte, error)
func (*LimitIdToMonitoringKey) SetLimitId ¶
func (o *LimitIdToMonitoringKey) SetLimitId(v string)
SetLimitId sets field value
func (*LimitIdToMonitoringKey) SetMonkey ¶
func (o *LimitIdToMonitoringKey) SetMonkey(v []string)
SetMonkey gets a reference to the given []string and assigns it to the Monkey field.
func (LimitIdToMonitoringKey) ToMap ¶
func (o LimitIdToMonitoringKey) ToMap() (map[string]interface{}, error)
type MBSSessionPolicyControlDataDocumentApiService ¶
type MBSSessionPolicyControlDataDocumentApiService service
MBSSessionPolicyControlDataDocumentApiService MBSSessionPolicyControlDataDocumentApi service
func (*MBSSessionPolicyControlDataDocumentApiService) GetMBSSessPolCtrlData ¶
func (a *MBSSessionPolicyControlDataDocumentApiService) GetMBSSessPolCtrlData(ctx context.Context, polSessionId MbsSessPolDataId) ApiGetMBSSessPolCtrlDataRequest
GetMBSSessPolCtrlData Retrieve MBS Session Policy Control Data for an MBS Session.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param polSessionId Represents the identifier of the MBS Session Policy Control Data. @return ApiGetMBSSessPolCtrlDataRequest
func (*MBSSessionPolicyControlDataDocumentApiService) GetMBSSessPolCtrlDataExecute ¶
func (a *MBSSessionPolicyControlDataDocumentApiService) GetMBSSessPolCtrlDataExecute(r ApiGetMBSSessPolCtrlDataRequest) (*MbsSessPolCtrlData, *http.Response, error)
Execute executes the request
@return MbsSessPolCtrlData
type MappedNullable ¶
type MbsSessPolCtrlData ¶
type MbsSessPolCtrlData struct { Var5qis []int32 `json:"5qis,omitempty"` // nullable true shall not be used for this attribute. Unsigned integer indicating the ARP Priority Level (see clause 5.7.2.2 of 3GPP TS 23.501, within the range 1 to 15.Values are ordered in decreasing order of priority, i.e. with 1 as the highest priority and 15 as the lowest priority. MaxMbsArpLevel NullableInt32 `json:"maxMbsArpLevel,omitempty"` // String representing a bit rate; the prefixes follow the standard symbols from The International System of Units, and represent x1000 multipliers, with the exception that prefix \"K\" is used to represent the standard symbol \"k\". MaxMbsSessionAmbr *string `json:"maxMbsSessionAmbr,omitempty"` // String representing a bit rate; the prefixes follow the standard symbols from The International System of Units, and represent x1000 multipliers, with the exception that prefix \"K\" is used to represent the standard symbol \"k\". MaxGbr *string `json:"maxGbr,omitempty"` // A string used to indicate the features supported by an API that is used as defined in clause 6.6 in 3GPP TS 29.500. The string shall contain a bitmask indicating supported features in hexadecimal representation Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent the support of 4 features as described in table 5.2.2-3. The most significant character representing the highest-numbered features shall appear first in the string, and the character representing features 1 to 4 shall appear last in the string. The list of features and their numbering (starting with 1) are defined separately for each API. If the string contains a lower number of characters than there are defined features for an API, all features that would be represented by characters that are not present in the string are not supported. SuppFeat *string `json:"suppFeat,omitempty"` }
MbsSessPolCtrlData Represents MBS Session Policy Control Data.
func NewMbsSessPolCtrlData ¶
func NewMbsSessPolCtrlData() *MbsSessPolCtrlData
NewMbsSessPolCtrlData instantiates a new MbsSessPolCtrlData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewMbsSessPolCtrlDataWithDefaults ¶
func NewMbsSessPolCtrlDataWithDefaults() *MbsSessPolCtrlData
NewMbsSessPolCtrlDataWithDefaults instantiates a new MbsSessPolCtrlData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*MbsSessPolCtrlData) GetMaxGbr ¶
func (o *MbsSessPolCtrlData) GetMaxGbr() string
GetMaxGbr returns the MaxGbr field value if set, zero value otherwise.
func (*MbsSessPolCtrlData) GetMaxGbrOk ¶
func (o *MbsSessPolCtrlData) GetMaxGbrOk() (*string, bool)
GetMaxGbrOk returns a tuple with the MaxGbr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MbsSessPolCtrlData) GetMaxMbsArpLevel ¶
func (o *MbsSessPolCtrlData) GetMaxMbsArpLevel() int32
GetMaxMbsArpLevel returns the MaxMbsArpLevel field value if set, zero value otherwise (both if not set or set to explicit null).
func (*MbsSessPolCtrlData) GetMaxMbsArpLevelOk ¶
func (o *MbsSessPolCtrlData) GetMaxMbsArpLevelOk() (*int32, bool)
GetMaxMbsArpLevelOk returns a tuple with the MaxMbsArpLevel field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*MbsSessPolCtrlData) GetMaxMbsSessionAmbr ¶
func (o *MbsSessPolCtrlData) GetMaxMbsSessionAmbr() string
GetMaxMbsSessionAmbr returns the MaxMbsSessionAmbr field value if set, zero value otherwise.
func (*MbsSessPolCtrlData) GetMaxMbsSessionAmbrOk ¶
func (o *MbsSessPolCtrlData) GetMaxMbsSessionAmbrOk() (*string, bool)
GetMaxMbsSessionAmbrOk returns a tuple with the MaxMbsSessionAmbr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MbsSessPolCtrlData) GetSuppFeat ¶
func (o *MbsSessPolCtrlData) GetSuppFeat() string
GetSuppFeat returns the SuppFeat field value if set, zero value otherwise.
func (*MbsSessPolCtrlData) GetSuppFeatOk ¶
func (o *MbsSessPolCtrlData) GetSuppFeatOk() (*string, bool)
GetSuppFeatOk returns a tuple with the SuppFeat field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MbsSessPolCtrlData) GetVar5qis ¶
func (o *MbsSessPolCtrlData) GetVar5qis() []int32
GetVar5qis returns the Var5qis field value if set, zero value otherwise.
func (*MbsSessPolCtrlData) GetVar5qisOk ¶
func (o *MbsSessPolCtrlData) GetVar5qisOk() ([]int32, bool)
GetVar5qisOk returns a tuple with the Var5qis field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MbsSessPolCtrlData) HasMaxGbr ¶
func (o *MbsSessPolCtrlData) HasMaxGbr() bool
HasMaxGbr returns a boolean if a field has been set.
func (*MbsSessPolCtrlData) HasMaxMbsArpLevel ¶
func (o *MbsSessPolCtrlData) HasMaxMbsArpLevel() bool
HasMaxMbsArpLevel returns a boolean if a field has been set.
func (*MbsSessPolCtrlData) HasMaxMbsSessionAmbr ¶
func (o *MbsSessPolCtrlData) HasMaxMbsSessionAmbr() bool
HasMaxMbsSessionAmbr returns a boolean if a field has been set.
func (*MbsSessPolCtrlData) HasSuppFeat ¶
func (o *MbsSessPolCtrlData) HasSuppFeat() bool
HasSuppFeat returns a boolean if a field has been set.
func (*MbsSessPolCtrlData) HasVar5qis ¶
func (o *MbsSessPolCtrlData) HasVar5qis() bool
HasVar5qis returns a boolean if a field has been set.
func (MbsSessPolCtrlData) MarshalJSON ¶
func (o MbsSessPolCtrlData) MarshalJSON() ([]byte, error)
func (*MbsSessPolCtrlData) SetMaxGbr ¶
func (o *MbsSessPolCtrlData) SetMaxGbr(v string)
SetMaxGbr gets a reference to the given string and assigns it to the MaxGbr field.
func (*MbsSessPolCtrlData) SetMaxMbsArpLevel ¶
func (o *MbsSessPolCtrlData) SetMaxMbsArpLevel(v int32)
SetMaxMbsArpLevel gets a reference to the given NullableInt32 and assigns it to the MaxMbsArpLevel field.
func (*MbsSessPolCtrlData) SetMaxMbsArpLevelNil ¶
func (o *MbsSessPolCtrlData) SetMaxMbsArpLevelNil()
SetMaxMbsArpLevelNil sets the value for MaxMbsArpLevel to be an explicit nil
func (*MbsSessPolCtrlData) SetMaxMbsSessionAmbr ¶
func (o *MbsSessPolCtrlData) SetMaxMbsSessionAmbr(v string)
SetMaxMbsSessionAmbr gets a reference to the given string and assigns it to the MaxMbsSessionAmbr field.
func (*MbsSessPolCtrlData) SetSuppFeat ¶
func (o *MbsSessPolCtrlData) SetSuppFeat(v string)
SetSuppFeat gets a reference to the given string and assigns it to the SuppFeat field.
func (*MbsSessPolCtrlData) SetVar5qis ¶
func (o *MbsSessPolCtrlData) SetVar5qis(v []int32)
SetVar5qis gets a reference to the given []int32 and assigns it to the Var5qis field.
func (MbsSessPolCtrlData) ToMap ¶
func (o MbsSessPolCtrlData) ToMap() (map[string]interface{}, error)
func (*MbsSessPolCtrlData) UnsetMaxMbsArpLevel ¶
func (o *MbsSessPolCtrlData) UnsetMaxMbsArpLevel()
UnsetMaxMbsArpLevel ensures that no value is present for MaxMbsArpLevel, not even an explicit nil
type MbsSessPolDataId ¶
type MbsSessPolDataId struct {
Interface *interface{}
}
MbsSessPolDataId - Represents the identifier used to access the MBS Session Policy Control Data.
func InterfaceAsMbsSessPolDataId ¶
func InterfaceAsMbsSessPolDataId(v *interface{}) MbsSessPolDataId
interface{}AsMbsSessPolDataId is a convenience function that returns interface{} wrapped in MbsSessPolDataId
func (*MbsSessPolDataId) GetActualInstance ¶
func (obj *MbsSessPolDataId) GetActualInstance() interface{}
Get the actual instance
func (MbsSessPolDataId) MarshalJSON ¶
func (src MbsSessPolDataId) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*MbsSessPolDataId) UnmarshalJSON ¶
func (dst *MbsSessPolDataId) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type MbsSessionId ¶
type MbsSessionId struct {
Interface *interface{}
}
MbsSessionId MBS Session Identifier
func (*MbsSessionId) MarshalJSON ¶
func (src *MbsSessionId) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*MbsSessionId) UnmarshalJSON ¶
func (dst *MbsSessionId) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type NFType ¶
type NFType struct {
String *string
}
NFType NF types known to NRF
func (*NFType) MarshalJSON ¶
Marshal data from the first non-nil pointers in the struct to JSON
func (*NFType) UnmarshalJSON ¶
Unmarshal JSON data into any of the pointers in the struct
type Ncgi ¶
type Ncgi struct { PlmnId PlmnId `json:"plmnId"` // 36-bit string identifying an NR Cell Id as specified in clause 9.3.1.7 of 3GPP TS 38.413, in hexadecimal representation. Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The most significant character representing the 4 most significant bits of the Cell Id shall appear first in the string, and the character representing the 4 least significant bit of the Cell Id shall appear last in the string. NrCellId string `json:"nrCellId"` // This represents the Network Identifier, which together with a PLMN ID is used to identify an SNPN (see 3GPP TS 23.003 and 3GPP TS 23.501 clause 5.30.2.1). Nid *string `json:"nid,omitempty"` }
Ncgi Contains the NCGI (NR Cell Global Identity), as described in 3GPP 23.003
func NewNcgi ¶
NewNcgi instantiates a new Ncgi object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNcgiWithDefaults ¶
func NewNcgiWithDefaults() *Ncgi
NewNcgiWithDefaults instantiates a new Ncgi object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Ncgi) GetNidOk ¶
GetNidOk returns a tuple with the Nid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Ncgi) GetNrCellId ¶
GetNrCellId returns the NrCellId field value
func (*Ncgi) GetNrCellIdOk ¶
GetNrCellIdOk returns a tuple with the NrCellId field value and a boolean to check if the value has been set.
func (*Ncgi) GetPlmnIdOk ¶
GetPlmnIdOk returns a tuple with the PlmnId field value and a boolean to check if the value has been set.
func (Ncgi) MarshalJSON ¶
type NetworkAreaInfo ¶
type NetworkAreaInfo struct { // Contains a list of E-UTRA cell identities. Ecgis []Ecgi `json:"ecgis,omitempty"` // Contains a list of NR cell identities. Ncgis []Ncgi `json:"ncgis,omitempty"` // Contains a list of NG RAN nodes. GRanNodeIds []GlobalRanNodeId `json:"gRanNodeIds,omitempty"` // Contains a list of tracking area identities. Tais []Tai `json:"tais,omitempty"` }
NetworkAreaInfo Describes a network area information in which the NF service consumer requests the number of UEs.
func NewNetworkAreaInfo ¶
func NewNetworkAreaInfo() *NetworkAreaInfo
NewNetworkAreaInfo instantiates a new NetworkAreaInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNetworkAreaInfoWithDefaults ¶
func NewNetworkAreaInfoWithDefaults() *NetworkAreaInfo
NewNetworkAreaInfoWithDefaults instantiates a new NetworkAreaInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NetworkAreaInfo) GetEcgis ¶
func (o *NetworkAreaInfo) GetEcgis() []Ecgi
GetEcgis returns the Ecgis field value if set, zero value otherwise.
func (*NetworkAreaInfo) GetEcgisOk ¶
func (o *NetworkAreaInfo) GetEcgisOk() ([]Ecgi, bool)
GetEcgisOk returns a tuple with the Ecgis field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkAreaInfo) GetGRanNodeIds ¶
func (o *NetworkAreaInfo) GetGRanNodeIds() []GlobalRanNodeId
GetGRanNodeIds returns the GRanNodeIds field value if set, zero value otherwise.
func (*NetworkAreaInfo) GetGRanNodeIdsOk ¶
func (o *NetworkAreaInfo) GetGRanNodeIdsOk() ([]GlobalRanNodeId, bool)
GetGRanNodeIdsOk returns a tuple with the GRanNodeIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkAreaInfo) GetNcgis ¶
func (o *NetworkAreaInfo) GetNcgis() []Ncgi
GetNcgis returns the Ncgis field value if set, zero value otherwise.
func (*NetworkAreaInfo) GetNcgisOk ¶
func (o *NetworkAreaInfo) GetNcgisOk() ([]Ncgi, bool)
GetNcgisOk returns a tuple with the Ncgis field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkAreaInfo) GetTais ¶
func (o *NetworkAreaInfo) GetTais() []Tai
GetTais returns the Tais field value if set, zero value otherwise.
func (*NetworkAreaInfo) GetTaisOk ¶
func (o *NetworkAreaInfo) GetTaisOk() ([]Tai, bool)
GetTaisOk returns a tuple with the Tais field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkAreaInfo) HasEcgis ¶
func (o *NetworkAreaInfo) HasEcgis() bool
HasEcgis returns a boolean if a field has been set.
func (*NetworkAreaInfo) HasGRanNodeIds ¶
func (o *NetworkAreaInfo) HasGRanNodeIds() bool
HasGRanNodeIds returns a boolean if a field has been set.
func (*NetworkAreaInfo) HasNcgis ¶
func (o *NetworkAreaInfo) HasNcgis() bool
HasNcgis returns a boolean if a field has been set.
func (*NetworkAreaInfo) HasTais ¶
func (o *NetworkAreaInfo) HasTais() bool
HasTais returns a boolean if a field has been set.
func (NetworkAreaInfo) MarshalJSON ¶
func (o NetworkAreaInfo) MarshalJSON() ([]byte, error)
func (*NetworkAreaInfo) SetEcgis ¶
func (o *NetworkAreaInfo) SetEcgis(v []Ecgi)
SetEcgis gets a reference to the given []Ecgi and assigns it to the Ecgis field.
func (*NetworkAreaInfo) SetGRanNodeIds ¶
func (o *NetworkAreaInfo) SetGRanNodeIds(v []GlobalRanNodeId)
SetGRanNodeIds gets a reference to the given []GlobalRanNodeId and assigns it to the GRanNodeIds field.
func (*NetworkAreaInfo) SetNcgis ¶
func (o *NetworkAreaInfo) SetNcgis(v []Ncgi)
SetNcgis gets a reference to the given []Ncgi and assigns it to the Ncgis field.
func (*NetworkAreaInfo) SetTais ¶
func (o *NetworkAreaInfo) SetTais(v []Tai)
SetTais gets a reference to the given []Tai and assigns it to the Tais field.
func (NetworkAreaInfo) ToMap ¶
func (o NetworkAreaInfo) ToMap() (map[string]interface{}, error)
type NotificationItem ¶
type NotificationItem struct { // String providing an URI formatted according to RFC 3986. ResourceId string `json:"resourceId"` NotifItems []UpdatedItem `json:"notifItems"` }
NotificationItem Identifies a data change notification when the change occurs in a fragment (subset of resource data) of a given resource.
func NewNotificationItem ¶
func NewNotificationItem(resourceId string, notifItems []UpdatedItem) *NotificationItem
NewNotificationItem instantiates a new NotificationItem object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNotificationItemWithDefaults ¶
func NewNotificationItemWithDefaults() *NotificationItem
NewNotificationItemWithDefaults instantiates a new NotificationItem object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NotificationItem) GetNotifItems ¶
func (o *NotificationItem) GetNotifItems() []UpdatedItem
GetNotifItems returns the NotifItems field value
func (*NotificationItem) GetNotifItemsOk ¶
func (o *NotificationItem) GetNotifItemsOk() ([]UpdatedItem, bool)
GetNotifItemsOk returns a tuple with the NotifItems field value and a boolean to check if the value has been set.
func (*NotificationItem) GetResourceId ¶
func (o *NotificationItem) GetResourceId() string
GetResourceId returns the ResourceId field value
func (*NotificationItem) GetResourceIdOk ¶
func (o *NotificationItem) GetResourceIdOk() (*string, bool)
GetResourceIdOk returns a tuple with the ResourceId field value and a boolean to check if the value has been set.
func (NotificationItem) MarshalJSON ¶
func (o NotificationItem) MarshalJSON() ([]byte, error)
func (*NotificationItem) SetNotifItems ¶
func (o *NotificationItem) SetNotifItems(v []UpdatedItem)
SetNotifItems sets field value
func (*NotificationItem) SetResourceId ¶
func (o *NotificationItem) SetResourceId(v string)
SetResourceId sets field value
func (NotificationItem) ToMap ¶
func (o NotificationItem) ToMap() (map[string]interface{}, error)
type NullableAccessTokenErr ¶
type NullableAccessTokenErr struct {
// contains filtered or unexported fields
}
func NewNullableAccessTokenErr ¶
func NewNullableAccessTokenErr(val *AccessTokenErr) *NullableAccessTokenErr
func (NullableAccessTokenErr) Get ¶
func (v NullableAccessTokenErr) Get() *AccessTokenErr
func (NullableAccessTokenErr) IsSet ¶
func (v NullableAccessTokenErr) IsSet() bool
func (NullableAccessTokenErr) MarshalJSON ¶
func (v NullableAccessTokenErr) MarshalJSON() ([]byte, error)
func (*NullableAccessTokenErr) Set ¶
func (v *NullableAccessTokenErr) Set(val *AccessTokenErr)
func (*NullableAccessTokenErr) UnmarshalJSON ¶
func (v *NullableAccessTokenErr) UnmarshalJSON(src []byte) error
func (*NullableAccessTokenErr) Unset ¶
func (v *NullableAccessTokenErr) Unset()
type NullableAccessTokenReq ¶
type NullableAccessTokenReq struct {
// contains filtered or unexported fields
}
func NewNullableAccessTokenReq ¶
func NewNullableAccessTokenReq(val *AccessTokenReq) *NullableAccessTokenReq
func (NullableAccessTokenReq) Get ¶
func (v NullableAccessTokenReq) Get() *AccessTokenReq
func (NullableAccessTokenReq) IsSet ¶
func (v NullableAccessTokenReq) IsSet() bool
func (NullableAccessTokenReq) MarshalJSON ¶
func (v NullableAccessTokenReq) MarshalJSON() ([]byte, error)
func (*NullableAccessTokenReq) Set ¶
func (v *NullableAccessTokenReq) Set(val *AccessTokenReq)
func (*NullableAccessTokenReq) UnmarshalJSON ¶
func (v *NullableAccessTokenReq) UnmarshalJSON(src []byte) error
func (*NullableAccessTokenReq) Unset ¶
func (v *NullableAccessTokenReq) Unset()
type NullableAmPolicyData ¶
type NullableAmPolicyData struct {
// contains filtered or unexported fields
}
func NewNullableAmPolicyData ¶
func NewNullableAmPolicyData(val *AmPolicyData) *NullableAmPolicyData
func (NullableAmPolicyData) Get ¶
func (v NullableAmPolicyData) Get() *AmPolicyData
func (NullableAmPolicyData) IsSet ¶
func (v NullableAmPolicyData) IsSet() bool
func (NullableAmPolicyData) MarshalJSON ¶
func (v NullableAmPolicyData) MarshalJSON() ([]byte, error)
func (*NullableAmPolicyData) Set ¶
func (v *NullableAmPolicyData) Set(val *AmPolicyData)
func (*NullableAmPolicyData) UnmarshalJSON ¶
func (v *NullableAmPolicyData) UnmarshalJSON(src []byte) error
func (*NullableAmPolicyData) Unset ¶
func (v *NullableAmPolicyData) Unset()
type NullableBdtData ¶
type NullableBdtData struct {
// contains filtered or unexported fields
}
func NewNullableBdtData ¶
func NewNullableBdtData(val *BdtData) *NullableBdtData
func (NullableBdtData) Get ¶
func (v NullableBdtData) Get() *BdtData
func (NullableBdtData) IsSet ¶
func (v NullableBdtData) IsSet() bool
func (NullableBdtData) MarshalJSON ¶
func (v NullableBdtData) MarshalJSON() ([]byte, error)
func (*NullableBdtData) Set ¶
func (v *NullableBdtData) Set(val *BdtData)
func (*NullableBdtData) UnmarshalJSON ¶
func (v *NullableBdtData) UnmarshalJSON(src []byte) error
func (*NullableBdtData) Unset ¶
func (v *NullableBdtData) Unset()
type NullableBdtDataPatch ¶
type NullableBdtDataPatch struct {
// contains filtered or unexported fields
}
func NewNullableBdtDataPatch ¶
func NewNullableBdtDataPatch(val *BdtDataPatch) *NullableBdtDataPatch
func (NullableBdtDataPatch) Get ¶
func (v NullableBdtDataPatch) Get() *BdtDataPatch
func (NullableBdtDataPatch) IsSet ¶
func (v NullableBdtDataPatch) IsSet() bool
func (NullableBdtDataPatch) MarshalJSON ¶
func (v NullableBdtDataPatch) MarshalJSON() ([]byte, error)
func (*NullableBdtDataPatch) Set ¶
func (v *NullableBdtDataPatch) Set(val *BdtDataPatch)
func (*NullableBdtDataPatch) UnmarshalJSON ¶
func (v *NullableBdtDataPatch) UnmarshalJSON(src []byte) error
func (*NullableBdtDataPatch) Unset ¶
func (v *NullableBdtDataPatch) Unset()
type NullableBdtPolicyStatus ¶
type NullableBdtPolicyStatus struct {
// contains filtered or unexported fields
}
func NewNullableBdtPolicyStatus ¶
func NewNullableBdtPolicyStatus(val *BdtPolicyStatus) *NullableBdtPolicyStatus
func (NullableBdtPolicyStatus) Get ¶
func (v NullableBdtPolicyStatus) Get() *BdtPolicyStatus
func (NullableBdtPolicyStatus) IsSet ¶
func (v NullableBdtPolicyStatus) IsSet() bool
func (NullableBdtPolicyStatus) MarshalJSON ¶
func (v NullableBdtPolicyStatus) MarshalJSON() ([]byte, error)
func (*NullableBdtPolicyStatus) Set ¶
func (v *NullableBdtPolicyStatus) Set(val *BdtPolicyStatus)
func (*NullableBdtPolicyStatus) UnmarshalJSON ¶
func (v *NullableBdtPolicyStatus) UnmarshalJSON(src []byte) error
func (*NullableBdtPolicyStatus) Unset ¶
func (v *NullableBdtPolicyStatus) Unset()
type NullableBool ¶
type NullableBool struct {
// contains filtered or unexported fields
}
func NewNullableBool ¶
func NewNullableBool(val *bool) *NullableBool
func (NullableBool) Get ¶
func (v NullableBool) Get() *bool
func (NullableBool) IsSet ¶
func (v NullableBool) IsSet() bool
func (NullableBool) MarshalJSON ¶
func (v NullableBool) MarshalJSON() ([]byte, error)
func (*NullableBool) Set ¶
func (v *NullableBool) Set(val *bool)
func (*NullableBool) UnmarshalJSON ¶
func (v *NullableBool) UnmarshalJSON(src []byte) error
func (*NullableBool) Unset ¶
func (v *NullableBool) Unset()
type NullableChargingInformation ¶
type NullableChargingInformation struct {
// contains filtered or unexported fields
}
func NewNullableChargingInformation ¶
func NewNullableChargingInformation(val *ChargingInformation) *NullableChargingInformation
func (NullableChargingInformation) Get ¶
func (v NullableChargingInformation) Get() *ChargingInformation
func (NullableChargingInformation) IsSet ¶
func (v NullableChargingInformation) IsSet() bool
func (NullableChargingInformation) MarshalJSON ¶
func (v NullableChargingInformation) MarshalJSON() ([]byte, error)
func (*NullableChargingInformation) Set ¶
func (v *NullableChargingInformation) Set(val *ChargingInformation)
func (*NullableChargingInformation) UnmarshalJSON ¶
func (v *NullableChargingInformation) UnmarshalJSON(src []byte) error
func (*NullableChargingInformation) Unset ¶
func (v *NullableChargingInformation) Unset()
type NullableDnnRouteSelectionDescriptor ¶
type NullableDnnRouteSelectionDescriptor struct {
// contains filtered or unexported fields
}
func NewNullableDnnRouteSelectionDescriptor ¶
func NewNullableDnnRouteSelectionDescriptor(val *DnnRouteSelectionDescriptor) *NullableDnnRouteSelectionDescriptor
func (NullableDnnRouteSelectionDescriptor) Get ¶
func (v NullableDnnRouteSelectionDescriptor) Get() *DnnRouteSelectionDescriptor
func (NullableDnnRouteSelectionDescriptor) IsSet ¶
func (v NullableDnnRouteSelectionDescriptor) IsSet() bool
func (NullableDnnRouteSelectionDescriptor) MarshalJSON ¶
func (v NullableDnnRouteSelectionDescriptor) MarshalJSON() ([]byte, error)
func (*NullableDnnRouteSelectionDescriptor) Set ¶
func (v *NullableDnnRouteSelectionDescriptor) Set(val *DnnRouteSelectionDescriptor)
func (*NullableDnnRouteSelectionDescriptor) UnmarshalJSON ¶
func (v *NullableDnnRouteSelectionDescriptor) UnmarshalJSON(src []byte) error
func (*NullableDnnRouteSelectionDescriptor) Unset ¶
func (v *NullableDnnRouteSelectionDescriptor) Unset()
type NullableEcgi ¶
type NullableEcgi struct {
// contains filtered or unexported fields
}
func NewNullableEcgi ¶
func NewNullableEcgi(val *Ecgi) *NullableEcgi
func (NullableEcgi) Get ¶
func (v NullableEcgi) Get() *Ecgi
func (NullableEcgi) IsSet ¶
func (v NullableEcgi) IsSet() bool
func (NullableEcgi) MarshalJSON ¶
func (v NullableEcgi) MarshalJSON() ([]byte, error)
func (*NullableEcgi) Set ¶
func (v *NullableEcgi) Set(val *Ecgi)
func (*NullableEcgi) UnmarshalJSON ¶
func (v *NullableEcgi) UnmarshalJSON(src []byte) error
func (*NullableEcgi) Unset ¶
func (v *NullableEcgi) Unset()
type NullableFloat32 ¶
type NullableFloat32 struct {
// contains filtered or unexported fields
}
func NewNullableFloat32 ¶
func NewNullableFloat32(val *float32) *NullableFloat32
func (NullableFloat32) Get ¶
func (v NullableFloat32) Get() *float32
func (NullableFloat32) IsSet ¶
func (v NullableFloat32) IsSet() bool
func (NullableFloat32) MarshalJSON ¶
func (v NullableFloat32) MarshalJSON() ([]byte, error)
func (*NullableFloat32) Set ¶
func (v *NullableFloat32) Set(val *float32)
func (*NullableFloat32) UnmarshalJSON ¶
func (v *NullableFloat32) UnmarshalJSON(src []byte) error
func (*NullableFloat32) Unset ¶
func (v *NullableFloat32) Unset()
type NullableFloat64 ¶
type NullableFloat64 struct {
// contains filtered or unexported fields
}
func NewNullableFloat64 ¶
func NewNullableFloat64(val *float64) *NullableFloat64
func (NullableFloat64) Get ¶
func (v NullableFloat64) Get() *float64
func (NullableFloat64) IsSet ¶
func (v NullableFloat64) IsSet() bool
func (NullableFloat64) MarshalJSON ¶
func (v NullableFloat64) MarshalJSON() ([]byte, error)
func (*NullableFloat64) Set ¶
func (v *NullableFloat64) Set(val *float64)
func (*NullableFloat64) UnmarshalJSON ¶
func (v *NullableFloat64) UnmarshalJSON(src []byte) error
func (*NullableFloat64) Unset ¶
func (v *NullableFloat64) Unset()
type NullableGNbId ¶
type NullableGNbId struct {
// contains filtered or unexported fields
}
func NewNullableGNbId ¶
func NewNullableGNbId(val *GNbId) *NullableGNbId
func (NullableGNbId) Get ¶
func (v NullableGNbId) Get() *GNbId
func (NullableGNbId) IsSet ¶
func (v NullableGNbId) IsSet() bool
func (NullableGNbId) MarshalJSON ¶
func (v NullableGNbId) MarshalJSON() ([]byte, error)
func (*NullableGNbId) Set ¶
func (v *NullableGNbId) Set(val *GNbId)
func (*NullableGNbId) UnmarshalJSON ¶
func (v *NullableGNbId) UnmarshalJSON(src []byte) error
func (*NullableGNbId) Unset ¶
func (v *NullableGNbId) Unset()
type NullableGlobalRanNodeId ¶
type NullableGlobalRanNodeId struct {
// contains filtered or unexported fields
}
func NewNullableGlobalRanNodeId ¶
func NewNullableGlobalRanNodeId(val *GlobalRanNodeId) *NullableGlobalRanNodeId
func (NullableGlobalRanNodeId) Get ¶
func (v NullableGlobalRanNodeId) Get() *GlobalRanNodeId
func (NullableGlobalRanNodeId) IsSet ¶
func (v NullableGlobalRanNodeId) IsSet() bool
func (NullableGlobalRanNodeId) MarshalJSON ¶
func (v NullableGlobalRanNodeId) MarshalJSON() ([]byte, error)
func (*NullableGlobalRanNodeId) Set ¶
func (v *NullableGlobalRanNodeId) Set(val *GlobalRanNodeId)
func (*NullableGlobalRanNodeId) UnmarshalJSON ¶
func (v *NullableGlobalRanNodeId) UnmarshalJSON(src []byte) error
func (*NullableGlobalRanNodeId) Unset ¶
func (v *NullableGlobalRanNodeId) Unset()
type NullableInt ¶
type NullableInt struct {
// contains filtered or unexported fields
}
func NewNullableInt ¶
func NewNullableInt(val *int) *NullableInt
func (NullableInt) Get ¶
func (v NullableInt) Get() *int
func (NullableInt) IsSet ¶
func (v NullableInt) IsSet() bool
func (NullableInt) MarshalJSON ¶
func (v NullableInt) MarshalJSON() ([]byte, error)
func (*NullableInt) Set ¶
func (v *NullableInt) Set(val *int)
func (*NullableInt) UnmarshalJSON ¶
func (v *NullableInt) UnmarshalJSON(src []byte) error
func (*NullableInt) Unset ¶
func (v *NullableInt) Unset()
type NullableInt32 ¶
type NullableInt32 struct {
// contains filtered or unexported fields
}
func NewNullableInt32 ¶
func NewNullableInt32(val *int32) *NullableInt32
func (NullableInt32) Get ¶
func (v NullableInt32) Get() *int32
func (NullableInt32) IsSet ¶
func (v NullableInt32) IsSet() bool
func (NullableInt32) MarshalJSON ¶
func (v NullableInt32) MarshalJSON() ([]byte, error)
func (*NullableInt32) Set ¶
func (v *NullableInt32) Set(val *int32)
func (*NullableInt32) UnmarshalJSON ¶
func (v *NullableInt32) UnmarshalJSON(src []byte) error
func (*NullableInt32) Unset ¶
func (v *NullableInt32) Unset()
type NullableInt64 ¶
type NullableInt64 struct {
// contains filtered or unexported fields
}
func NewNullableInt64 ¶
func NewNullableInt64(val *int64) *NullableInt64
func (NullableInt64) Get ¶
func (v NullableInt64) Get() *int64
func (NullableInt64) IsSet ¶
func (v NullableInt64) IsSet() bool
func (NullableInt64) MarshalJSON ¶
func (v NullableInt64) MarshalJSON() ([]byte, error)
func (*NullableInt64) Set ¶
func (v *NullableInt64) Set(val *int64)
func (*NullableInt64) UnmarshalJSON ¶
func (v *NullableInt64) UnmarshalJSON(src []byte) error
func (*NullableInt64) Unset ¶
func (v *NullableInt64) Unset()
type NullableInvalidParam ¶
type NullableInvalidParam struct {
// contains filtered or unexported fields
}
func NewNullableInvalidParam ¶
func NewNullableInvalidParam(val *InvalidParam) *NullableInvalidParam
func (NullableInvalidParam) Get ¶
func (v NullableInvalidParam) Get() *InvalidParam
func (NullableInvalidParam) IsSet ¶
func (v NullableInvalidParam) IsSet() bool
func (NullableInvalidParam) MarshalJSON ¶
func (v NullableInvalidParam) MarshalJSON() ([]byte, error)
func (*NullableInvalidParam) Set ¶
func (v *NullableInvalidParam) Set(val *InvalidParam)
func (*NullableInvalidParam) UnmarshalJSON ¶
func (v *NullableInvalidParam) UnmarshalJSON(src []byte) error
func (*NullableInvalidParam) Unset ¶
func (v *NullableInvalidParam) Unset()
type NullableIpAddr ¶
type NullableIpAddr struct {
// contains filtered or unexported fields
}
func NewNullableIpAddr ¶
func NewNullableIpAddr(val *IpAddr) *NullableIpAddr
func (NullableIpAddr) Get ¶
func (v NullableIpAddr) Get() *IpAddr
func (NullableIpAddr) IsSet ¶
func (v NullableIpAddr) IsSet() bool
func (NullableIpAddr) MarshalJSON ¶
func (v NullableIpAddr) MarshalJSON() ([]byte, error)
func (*NullableIpAddr) Set ¶
func (v *NullableIpAddr) Set(val *IpAddr)
func (*NullableIpAddr) UnmarshalJSON ¶
func (v *NullableIpAddr) UnmarshalJSON(src []byte) error
func (*NullableIpAddr) Unset ¶
func (v *NullableIpAddr) Unset()
type NullableIpv6Addr ¶
type NullableIpv6Addr struct {
// contains filtered or unexported fields
}
func NewNullableIpv6Addr ¶
func NewNullableIpv6Addr(val *Ipv6Addr) *NullableIpv6Addr
func (NullableIpv6Addr) Get ¶
func (v NullableIpv6Addr) Get() *Ipv6Addr
func (NullableIpv6Addr) IsSet ¶
func (v NullableIpv6Addr) IsSet() bool
func (NullableIpv6Addr) MarshalJSON ¶
func (v NullableIpv6Addr) MarshalJSON() ([]byte, error)
func (*NullableIpv6Addr) Set ¶
func (v *NullableIpv6Addr) Set(val *Ipv6Addr)
func (*NullableIpv6Addr) UnmarshalJSON ¶
func (v *NullableIpv6Addr) UnmarshalJSON(src []byte) error
func (*NullableIpv6Addr) Unset ¶
func (v *NullableIpv6Addr) Unset()
type NullableIpv6Prefix ¶
type NullableIpv6Prefix struct {
// contains filtered or unexported fields
}
func NewNullableIpv6Prefix ¶
func NewNullableIpv6Prefix(val *Ipv6Prefix) *NullableIpv6Prefix
func (NullableIpv6Prefix) Get ¶
func (v NullableIpv6Prefix) Get() *Ipv6Prefix
func (NullableIpv6Prefix) IsSet ¶
func (v NullableIpv6Prefix) IsSet() bool
func (NullableIpv6Prefix) MarshalJSON ¶
func (v NullableIpv6Prefix) MarshalJSON() ([]byte, error)
func (*NullableIpv6Prefix) Set ¶
func (v *NullableIpv6Prefix) Set(val *Ipv6Prefix)
func (*NullableIpv6Prefix) UnmarshalJSON ¶
func (v *NullableIpv6Prefix) UnmarshalJSON(src []byte) error
func (*NullableIpv6Prefix) Unset ¶
func (v *NullableIpv6Prefix) Unset()
type NullableLimitIdToMonitoringKey ¶
type NullableLimitIdToMonitoringKey struct {
// contains filtered or unexported fields
}
func NewNullableLimitIdToMonitoringKey ¶
func NewNullableLimitIdToMonitoringKey(val *LimitIdToMonitoringKey) *NullableLimitIdToMonitoringKey
func (NullableLimitIdToMonitoringKey) Get ¶
func (v NullableLimitIdToMonitoringKey) Get() *LimitIdToMonitoringKey
func (NullableLimitIdToMonitoringKey) IsSet ¶
func (v NullableLimitIdToMonitoringKey) IsSet() bool
func (NullableLimitIdToMonitoringKey) MarshalJSON ¶
func (v NullableLimitIdToMonitoringKey) MarshalJSON() ([]byte, error)
func (*NullableLimitIdToMonitoringKey) Set ¶
func (v *NullableLimitIdToMonitoringKey) Set(val *LimitIdToMonitoringKey)
func (*NullableLimitIdToMonitoringKey) UnmarshalJSON ¶
func (v *NullableLimitIdToMonitoringKey) UnmarshalJSON(src []byte) error
func (*NullableLimitIdToMonitoringKey) Unset ¶
func (v *NullableLimitIdToMonitoringKey) Unset()
type NullableMbsSessPolCtrlData ¶
type NullableMbsSessPolCtrlData struct {
// contains filtered or unexported fields
}
func NewNullableMbsSessPolCtrlData ¶
func NewNullableMbsSessPolCtrlData(val *MbsSessPolCtrlData) *NullableMbsSessPolCtrlData
func (NullableMbsSessPolCtrlData) Get ¶
func (v NullableMbsSessPolCtrlData) Get() *MbsSessPolCtrlData
func (NullableMbsSessPolCtrlData) IsSet ¶
func (v NullableMbsSessPolCtrlData) IsSet() bool
func (NullableMbsSessPolCtrlData) MarshalJSON ¶
func (v NullableMbsSessPolCtrlData) MarshalJSON() ([]byte, error)
func (*NullableMbsSessPolCtrlData) Set ¶
func (v *NullableMbsSessPolCtrlData) Set(val *MbsSessPolCtrlData)
func (*NullableMbsSessPolCtrlData) UnmarshalJSON ¶
func (v *NullableMbsSessPolCtrlData) UnmarshalJSON(src []byte) error
func (*NullableMbsSessPolCtrlData) Unset ¶
func (v *NullableMbsSessPolCtrlData) Unset()
type NullableMbsSessPolDataId ¶
type NullableMbsSessPolDataId struct {
// contains filtered or unexported fields
}
func NewNullableMbsSessPolDataId ¶
func NewNullableMbsSessPolDataId(val *MbsSessPolDataId) *NullableMbsSessPolDataId
func (NullableMbsSessPolDataId) Get ¶
func (v NullableMbsSessPolDataId) Get() *MbsSessPolDataId
func (NullableMbsSessPolDataId) IsSet ¶
func (v NullableMbsSessPolDataId) IsSet() bool
func (NullableMbsSessPolDataId) MarshalJSON ¶
func (v NullableMbsSessPolDataId) MarshalJSON() ([]byte, error)
func (*NullableMbsSessPolDataId) Set ¶
func (v *NullableMbsSessPolDataId) Set(val *MbsSessPolDataId)
func (*NullableMbsSessPolDataId) UnmarshalJSON ¶
func (v *NullableMbsSessPolDataId) UnmarshalJSON(src []byte) error
func (*NullableMbsSessPolDataId) Unset ¶
func (v *NullableMbsSessPolDataId) Unset()
type NullableMbsSessionId ¶
type NullableMbsSessionId struct {
// contains filtered or unexported fields
}
func NewNullableMbsSessionId ¶
func NewNullableMbsSessionId(val *MbsSessionId) *NullableMbsSessionId
func (NullableMbsSessionId) Get ¶
func (v NullableMbsSessionId) Get() *MbsSessionId
func (NullableMbsSessionId) IsSet ¶
func (v NullableMbsSessionId) IsSet() bool
func (NullableMbsSessionId) MarshalJSON ¶
func (v NullableMbsSessionId) MarshalJSON() ([]byte, error)
func (*NullableMbsSessionId) Set ¶
func (v *NullableMbsSessionId) Set(val *MbsSessionId)
func (*NullableMbsSessionId) UnmarshalJSON ¶
func (v *NullableMbsSessionId) UnmarshalJSON(src []byte) error
func (*NullableMbsSessionId) Unset ¶
func (v *NullableMbsSessionId) Unset()
type NullableNFType ¶
type NullableNFType struct {
// contains filtered or unexported fields
}
func NewNullableNFType ¶
func NewNullableNFType(val *NFType) *NullableNFType
func (NullableNFType) Get ¶
func (v NullableNFType) Get() *NFType
func (NullableNFType) IsSet ¶
func (v NullableNFType) IsSet() bool
func (NullableNFType) MarshalJSON ¶
func (v NullableNFType) MarshalJSON() ([]byte, error)
func (*NullableNFType) Set ¶
func (v *NullableNFType) Set(val *NFType)
func (*NullableNFType) UnmarshalJSON ¶
func (v *NullableNFType) UnmarshalJSON(src []byte) error
func (*NullableNFType) Unset ¶
func (v *NullableNFType) Unset()
type NullableNcgi ¶
type NullableNcgi struct {
// contains filtered or unexported fields
}
func NewNullableNcgi ¶
func NewNullableNcgi(val *Ncgi) *NullableNcgi
func (NullableNcgi) Get ¶
func (v NullableNcgi) Get() *Ncgi
func (NullableNcgi) IsSet ¶
func (v NullableNcgi) IsSet() bool
func (NullableNcgi) MarshalJSON ¶
func (v NullableNcgi) MarshalJSON() ([]byte, error)
func (*NullableNcgi) Set ¶
func (v *NullableNcgi) Set(val *Ncgi)
func (*NullableNcgi) UnmarshalJSON ¶
func (v *NullableNcgi) UnmarshalJSON(src []byte) error
func (*NullableNcgi) Unset ¶
func (v *NullableNcgi) Unset()
type NullableNetworkAreaInfo ¶
type NullableNetworkAreaInfo struct {
// contains filtered or unexported fields
}
func NewNullableNetworkAreaInfo ¶
func NewNullableNetworkAreaInfo(val *NetworkAreaInfo) *NullableNetworkAreaInfo
func (NullableNetworkAreaInfo) Get ¶
func (v NullableNetworkAreaInfo) Get() *NetworkAreaInfo
func (NullableNetworkAreaInfo) IsSet ¶
func (v NullableNetworkAreaInfo) IsSet() bool
func (NullableNetworkAreaInfo) MarshalJSON ¶
func (v NullableNetworkAreaInfo) MarshalJSON() ([]byte, error)
func (*NullableNetworkAreaInfo) Set ¶
func (v *NullableNetworkAreaInfo) Set(val *NetworkAreaInfo)
func (*NullableNetworkAreaInfo) UnmarshalJSON ¶
func (v *NullableNetworkAreaInfo) UnmarshalJSON(src []byte) error
func (*NullableNetworkAreaInfo) Unset ¶
func (v *NullableNetworkAreaInfo) Unset()
type NullableNotificationItem ¶
type NullableNotificationItem struct {
// contains filtered or unexported fields
}
func NewNullableNotificationItem ¶
func NewNullableNotificationItem(val *NotificationItem) *NullableNotificationItem
func (NullableNotificationItem) Get ¶
func (v NullableNotificationItem) Get() *NotificationItem
func (NullableNotificationItem) IsSet ¶
func (v NullableNotificationItem) IsSet() bool
func (NullableNotificationItem) MarshalJSON ¶
func (v NullableNotificationItem) MarshalJSON() ([]byte, error)
func (*NullableNotificationItem) Set ¶
func (v *NullableNotificationItem) Set(val *NotificationItem)
func (*NullableNotificationItem) UnmarshalJSON ¶
func (v *NullableNotificationItem) UnmarshalJSON(src []byte) error
func (*NullableNotificationItem) Unset ¶
func (v *NullableNotificationItem) Unset()
type NullableOperatorSpecificDataContainer ¶
type NullableOperatorSpecificDataContainer struct {
// contains filtered or unexported fields
}
func NewNullableOperatorSpecificDataContainer ¶
func NewNullableOperatorSpecificDataContainer(val *OperatorSpecificDataContainer) *NullableOperatorSpecificDataContainer
func (NullableOperatorSpecificDataContainer) Get ¶
func (v NullableOperatorSpecificDataContainer) Get() *OperatorSpecificDataContainer
func (NullableOperatorSpecificDataContainer) IsSet ¶
func (v NullableOperatorSpecificDataContainer) IsSet() bool
func (NullableOperatorSpecificDataContainer) MarshalJSON ¶
func (v NullableOperatorSpecificDataContainer) MarshalJSON() ([]byte, error)
func (*NullableOperatorSpecificDataContainer) Set ¶
func (v *NullableOperatorSpecificDataContainer) Set(val *OperatorSpecificDataContainer)
func (*NullableOperatorSpecificDataContainer) UnmarshalJSON ¶
func (v *NullableOperatorSpecificDataContainer) UnmarshalJSON(src []byte) error
func (*NullableOperatorSpecificDataContainer) Unset ¶
func (v *NullableOperatorSpecificDataContainer) Unset()
type NullableOperatorSpecificDataContainerValue ¶
type NullableOperatorSpecificDataContainerValue struct {
// contains filtered or unexported fields
}
func NewNullableOperatorSpecificDataContainerValue ¶
func NewNullableOperatorSpecificDataContainerValue(val *OperatorSpecificDataContainerValue) *NullableOperatorSpecificDataContainerValue
func (NullableOperatorSpecificDataContainerValue) IsSet ¶
func (v NullableOperatorSpecificDataContainerValue) IsSet() bool
func (NullableOperatorSpecificDataContainerValue) MarshalJSON ¶
func (v NullableOperatorSpecificDataContainerValue) MarshalJSON() ([]byte, error)
func (*NullableOperatorSpecificDataContainerValue) Set ¶
func (v *NullableOperatorSpecificDataContainerValue) Set(val *OperatorSpecificDataContainerValue)
func (*NullableOperatorSpecificDataContainerValue) UnmarshalJSON ¶
func (v *NullableOperatorSpecificDataContainerValue) UnmarshalJSON(src []byte) error
func (*NullableOperatorSpecificDataContainerValue) Unset ¶
func (v *NullableOperatorSpecificDataContainerValue) Unset()
type NullablePatchItem ¶
type NullablePatchItem struct {
// contains filtered or unexported fields
}
func NewNullablePatchItem ¶
func NewNullablePatchItem(val *PatchItem) *NullablePatchItem
func (NullablePatchItem) Get ¶
func (v NullablePatchItem) Get() *PatchItem
func (NullablePatchItem) IsSet ¶
func (v NullablePatchItem) IsSet() bool
func (NullablePatchItem) MarshalJSON ¶
func (v NullablePatchItem) MarshalJSON() ([]byte, error)
func (*NullablePatchItem) Set ¶
func (v *NullablePatchItem) Set(val *PatchItem)
func (*NullablePatchItem) UnmarshalJSON ¶
func (v *NullablePatchItem) UnmarshalJSON(src []byte) error
func (*NullablePatchItem) Unset ¶
func (v *NullablePatchItem) Unset()
type NullablePatchOperation ¶
type NullablePatchOperation struct {
// contains filtered or unexported fields
}
func NewNullablePatchOperation ¶
func NewNullablePatchOperation(val *PatchOperation) *NullablePatchOperation
func (NullablePatchOperation) Get ¶
func (v NullablePatchOperation) Get() *PatchOperation
func (NullablePatchOperation) IsSet ¶
func (v NullablePatchOperation) IsSet() bool
func (NullablePatchOperation) MarshalJSON ¶
func (v NullablePatchOperation) MarshalJSON() ([]byte, error)
func (*NullablePatchOperation) Set ¶
func (v *NullablePatchOperation) Set(val *PatchOperation)
func (*NullablePatchOperation) UnmarshalJSON ¶
func (v *NullablePatchOperation) UnmarshalJSON(src []byte) error
func (*NullablePatchOperation) Unset ¶
func (v *NullablePatchOperation) Unset()
type NullablePatchResult ¶
type NullablePatchResult struct {
// contains filtered or unexported fields
}
func NewNullablePatchResult ¶
func NewNullablePatchResult(val *PatchResult) *NullablePatchResult
func (NullablePatchResult) Get ¶
func (v NullablePatchResult) Get() *PatchResult
func (NullablePatchResult) IsSet ¶
func (v NullablePatchResult) IsSet() bool
func (NullablePatchResult) MarshalJSON ¶
func (v NullablePatchResult) MarshalJSON() ([]byte, error)
func (*NullablePatchResult) Set ¶
func (v *NullablePatchResult) Set(val *PatchResult)
func (*NullablePatchResult) UnmarshalJSON ¶
func (v *NullablePatchResult) UnmarshalJSON(src []byte) error
func (*NullablePatchResult) Unset ¶
func (v *NullablePatchResult) Unset()
type NullablePduSessionType ¶
type NullablePduSessionType struct {
// contains filtered or unexported fields
}
func NewNullablePduSessionType ¶
func NewNullablePduSessionType(val *PduSessionType) *NullablePduSessionType
func (NullablePduSessionType) Get ¶
func (v NullablePduSessionType) Get() *PduSessionType
func (NullablePduSessionType) IsSet ¶
func (v NullablePduSessionType) IsSet() bool
func (NullablePduSessionType) MarshalJSON ¶
func (v NullablePduSessionType) MarshalJSON() ([]byte, error)
func (*NullablePduSessionType) Set ¶
func (v *NullablePduSessionType) Set(val *PduSessionType)
func (*NullablePduSessionType) UnmarshalJSON ¶
func (v *NullablePduSessionType) UnmarshalJSON(src []byte) error
func (*NullablePduSessionType) Unset ¶
func (v *NullablePduSessionType) Unset()
type NullablePeriodicity ¶
type NullablePeriodicity struct {
// contains filtered or unexported fields
}
func NewNullablePeriodicity ¶
func NewNullablePeriodicity(val *Periodicity) *NullablePeriodicity
func (NullablePeriodicity) Get ¶
func (v NullablePeriodicity) Get() *Periodicity
func (NullablePeriodicity) IsSet ¶
func (v NullablePeriodicity) IsSet() bool
func (NullablePeriodicity) MarshalJSON ¶
func (v NullablePeriodicity) MarshalJSON() ([]byte, error)
func (*NullablePeriodicity) Set ¶
func (v *NullablePeriodicity) Set(val *Periodicity)
func (*NullablePeriodicity) UnmarshalJSON ¶
func (v *NullablePeriodicity) UnmarshalJSON(src []byte) error
func (*NullablePeriodicity) Unset ¶
func (v *NullablePeriodicity) Unset()
type NullablePlmnId ¶
type NullablePlmnId struct {
// contains filtered or unexported fields
}
func NewNullablePlmnId ¶
func NewNullablePlmnId(val *PlmnId) *NullablePlmnId
func (NullablePlmnId) Get ¶
func (v NullablePlmnId) Get() *PlmnId
func (NullablePlmnId) IsSet ¶
func (v NullablePlmnId) IsSet() bool
func (NullablePlmnId) MarshalJSON ¶
func (v NullablePlmnId) MarshalJSON() ([]byte, error)
func (*NullablePlmnId) Set ¶
func (v *NullablePlmnId) Set(val *PlmnId)
func (*NullablePlmnId) UnmarshalJSON ¶
func (v *NullablePlmnId) UnmarshalJSON(src []byte) error
func (*NullablePlmnId) Unset ¶
func (v *NullablePlmnId) Unset()
type NullablePlmnIdNid ¶
type NullablePlmnIdNid struct {
// contains filtered or unexported fields
}
func NewNullablePlmnIdNid ¶
func NewNullablePlmnIdNid(val *PlmnIdNid) *NullablePlmnIdNid
func (NullablePlmnIdNid) Get ¶
func (v NullablePlmnIdNid) Get() *PlmnIdNid
func (NullablePlmnIdNid) IsSet ¶
func (v NullablePlmnIdNid) IsSet() bool
func (NullablePlmnIdNid) MarshalJSON ¶
func (v NullablePlmnIdNid) MarshalJSON() ([]byte, error)
func (*NullablePlmnIdNid) Set ¶
func (v *NullablePlmnIdNid) Set(val *PlmnIdNid)
func (*NullablePlmnIdNid) UnmarshalJSON ¶
func (v *NullablePlmnIdNid) UnmarshalJSON(src []byte) error
func (*NullablePlmnIdNid) Unset ¶
func (v *NullablePlmnIdNid) Unset()
type NullablePlmnRouteSelectionDescriptor ¶
type NullablePlmnRouteSelectionDescriptor struct {
// contains filtered or unexported fields
}
func NewNullablePlmnRouteSelectionDescriptor ¶
func NewNullablePlmnRouteSelectionDescriptor(val *PlmnRouteSelectionDescriptor) *NullablePlmnRouteSelectionDescriptor
func (NullablePlmnRouteSelectionDescriptor) Get ¶
func (v NullablePlmnRouteSelectionDescriptor) Get() *PlmnRouteSelectionDescriptor
func (NullablePlmnRouteSelectionDescriptor) IsSet ¶
func (v NullablePlmnRouteSelectionDescriptor) IsSet() bool
func (NullablePlmnRouteSelectionDescriptor) MarshalJSON ¶
func (v NullablePlmnRouteSelectionDescriptor) MarshalJSON() ([]byte, error)
func (*NullablePlmnRouteSelectionDescriptor) Set ¶
func (v *NullablePlmnRouteSelectionDescriptor) Set(val *PlmnRouteSelectionDescriptor)
func (*NullablePlmnRouteSelectionDescriptor) UnmarshalJSON ¶
func (v *NullablePlmnRouteSelectionDescriptor) UnmarshalJSON(src []byte) error
func (*NullablePlmnRouteSelectionDescriptor) Unset ¶
func (v *NullablePlmnRouteSelectionDescriptor) Unset()
type NullablePolicyDataChangeNotification ¶
type NullablePolicyDataChangeNotification struct {
// contains filtered or unexported fields
}
func NewNullablePolicyDataChangeNotification ¶
func NewNullablePolicyDataChangeNotification(val *PolicyDataChangeNotification) *NullablePolicyDataChangeNotification
func (NullablePolicyDataChangeNotification) Get ¶
func (v NullablePolicyDataChangeNotification) Get() *PolicyDataChangeNotification
func (NullablePolicyDataChangeNotification) IsSet ¶
func (v NullablePolicyDataChangeNotification) IsSet() bool
func (NullablePolicyDataChangeNotification) MarshalJSON ¶
func (v NullablePolicyDataChangeNotification) MarshalJSON() ([]byte, error)
func (*NullablePolicyDataChangeNotification) Set ¶
func (v *NullablePolicyDataChangeNotification) Set(val *PolicyDataChangeNotification)
func (*NullablePolicyDataChangeNotification) UnmarshalJSON ¶
func (v *NullablePolicyDataChangeNotification) UnmarshalJSON(src []byte) error
func (*NullablePolicyDataChangeNotification) Unset ¶
func (v *NullablePolicyDataChangeNotification) Unset()
type NullablePolicyDataForIndividualUe ¶
type NullablePolicyDataForIndividualUe struct {
// contains filtered or unexported fields
}
func NewNullablePolicyDataForIndividualUe ¶
func NewNullablePolicyDataForIndividualUe(val *PolicyDataForIndividualUe) *NullablePolicyDataForIndividualUe
func (NullablePolicyDataForIndividualUe) Get ¶
func (v NullablePolicyDataForIndividualUe) Get() *PolicyDataForIndividualUe
func (NullablePolicyDataForIndividualUe) IsSet ¶
func (v NullablePolicyDataForIndividualUe) IsSet() bool
func (NullablePolicyDataForIndividualUe) MarshalJSON ¶
func (v NullablePolicyDataForIndividualUe) MarshalJSON() ([]byte, error)
func (*NullablePolicyDataForIndividualUe) Set ¶
func (v *NullablePolicyDataForIndividualUe) Set(val *PolicyDataForIndividualUe)
func (*NullablePolicyDataForIndividualUe) UnmarshalJSON ¶
func (v *NullablePolicyDataForIndividualUe) UnmarshalJSON(src []byte) error
func (*NullablePolicyDataForIndividualUe) Unset ¶
func (v *NullablePolicyDataForIndividualUe) Unset()
type NullablePolicyDataSubscription ¶
type NullablePolicyDataSubscription struct {
// contains filtered or unexported fields
}
func NewNullablePolicyDataSubscription ¶
func NewNullablePolicyDataSubscription(val *PolicyDataSubscription) *NullablePolicyDataSubscription
func (NullablePolicyDataSubscription) Get ¶
func (v NullablePolicyDataSubscription) Get() *PolicyDataSubscription
func (NullablePolicyDataSubscription) IsSet ¶
func (v NullablePolicyDataSubscription) IsSet() bool
func (NullablePolicyDataSubscription) MarshalJSON ¶
func (v NullablePolicyDataSubscription) MarshalJSON() ([]byte, error)
func (*NullablePolicyDataSubscription) Set ¶
func (v *NullablePolicyDataSubscription) Set(val *PolicyDataSubscription)
func (*NullablePolicyDataSubscription) UnmarshalJSON ¶
func (v *NullablePolicyDataSubscription) UnmarshalJSON(src []byte) error
func (*NullablePolicyDataSubscription) Unset ¶
func (v *NullablePolicyDataSubscription) Unset()
type NullablePolicyDataSubset ¶
type NullablePolicyDataSubset struct {
// contains filtered or unexported fields
}
func NewNullablePolicyDataSubset ¶
func NewNullablePolicyDataSubset(val *PolicyDataSubset) *NullablePolicyDataSubset
func (NullablePolicyDataSubset) Get ¶
func (v NullablePolicyDataSubset) Get() *PolicyDataSubset
func (NullablePolicyDataSubset) IsSet ¶
func (v NullablePolicyDataSubset) IsSet() bool
func (NullablePolicyDataSubset) MarshalJSON ¶
func (v NullablePolicyDataSubset) MarshalJSON() ([]byte, error)
func (*NullablePolicyDataSubset) Set ¶
func (v *NullablePolicyDataSubset) Set(val *PolicyDataSubset)
func (*NullablePolicyDataSubset) UnmarshalJSON ¶
func (v *NullablePolicyDataSubset) UnmarshalJSON(src []byte) error
func (*NullablePolicyDataSubset) Unset ¶
func (v *NullablePolicyDataSubset) Unset()
type NullablePresenceInfo ¶
type NullablePresenceInfo struct {
// contains filtered or unexported fields
}
func NewNullablePresenceInfo ¶
func NewNullablePresenceInfo(val *PresenceInfo) *NullablePresenceInfo
func (NullablePresenceInfo) Get ¶
func (v NullablePresenceInfo) Get() *PresenceInfo
func (NullablePresenceInfo) IsSet ¶
func (v NullablePresenceInfo) IsSet() bool
func (NullablePresenceInfo) MarshalJSON ¶
func (v NullablePresenceInfo) MarshalJSON() ([]byte, error)
func (*NullablePresenceInfo) Set ¶
func (v *NullablePresenceInfo) Set(val *PresenceInfo)
func (*NullablePresenceInfo) UnmarshalJSON ¶
func (v *NullablePresenceInfo) UnmarshalJSON(src []byte) error
func (*NullablePresenceInfo) Unset ¶
func (v *NullablePresenceInfo) Unset()
type NullablePresenceState ¶
type NullablePresenceState struct {
// contains filtered or unexported fields
}
func NewNullablePresenceState ¶
func NewNullablePresenceState(val *PresenceState) *NullablePresenceState
func (NullablePresenceState) Get ¶
func (v NullablePresenceState) Get() *PresenceState
func (NullablePresenceState) IsSet ¶
func (v NullablePresenceState) IsSet() bool
func (NullablePresenceState) MarshalJSON ¶
func (v NullablePresenceState) MarshalJSON() ([]byte, error)
func (*NullablePresenceState) Set ¶
func (v *NullablePresenceState) Set(val *PresenceState)
func (*NullablePresenceState) UnmarshalJSON ¶
func (v *NullablePresenceState) UnmarshalJSON(src []byte) error
func (*NullablePresenceState) Unset ¶
func (v *NullablePresenceState) Unset()
type NullableProblemDetails ¶
type NullableProblemDetails struct {
// contains filtered or unexported fields
}
func NewNullableProblemDetails ¶
func NewNullableProblemDetails(val *ProblemDetails) *NullableProblemDetails
func (NullableProblemDetails) Get ¶
func (v NullableProblemDetails) Get() *ProblemDetails
func (NullableProblemDetails) IsSet ¶
func (v NullableProblemDetails) IsSet() bool
func (NullableProblemDetails) MarshalJSON ¶
func (v NullableProblemDetails) MarshalJSON() ([]byte, error)
func (*NullableProblemDetails) Set ¶
func (v *NullableProblemDetails) Set(val *ProblemDetails)
func (*NullableProblemDetails) UnmarshalJSON ¶
func (v *NullableProblemDetails) UnmarshalJSON(src []byte) error
func (*NullableProblemDetails) Unset ¶
func (v *NullableProblemDetails) Unset()
type NullableReportItem ¶
type NullableReportItem struct {
// contains filtered or unexported fields
}
func NewNullableReportItem ¶
func NewNullableReportItem(val *ReportItem) *NullableReportItem
func (NullableReportItem) Get ¶
func (v NullableReportItem) Get() *ReportItem
func (NullableReportItem) IsSet ¶
func (v NullableReportItem) IsSet() bool
func (NullableReportItem) MarshalJSON ¶
func (v NullableReportItem) MarshalJSON() ([]byte, error)
func (*NullableReportItem) Set ¶
func (v *NullableReportItem) Set(val *ReportItem)
func (*NullableReportItem) UnmarshalJSON ¶
func (v *NullableReportItem) UnmarshalJSON(src []byte) error
func (*NullableReportItem) Unset ¶
func (v *NullableReportItem) Unset()
type NullableResourceItem ¶
type NullableResourceItem struct {
// contains filtered or unexported fields
}
func NewNullableResourceItem ¶
func NewNullableResourceItem(val *ResourceItem) *NullableResourceItem
func (NullableResourceItem) Get ¶
func (v NullableResourceItem) Get() *ResourceItem
func (NullableResourceItem) IsSet ¶
func (v NullableResourceItem) IsSet() bool
func (NullableResourceItem) MarshalJSON ¶
func (v NullableResourceItem) MarshalJSON() ([]byte, error)
func (*NullableResourceItem) Set ¶
func (v *NullableResourceItem) Set(val *ResourceItem)
func (*NullableResourceItem) UnmarshalJSON ¶
func (v *NullableResourceItem) UnmarshalJSON(src []byte) error
func (*NullableResourceItem) Unset ¶
func (v *NullableResourceItem) Unset()
type NullableSliceMbr ¶
type NullableSliceMbr struct {
// contains filtered or unexported fields
}
func NewNullableSliceMbr ¶
func NewNullableSliceMbr(val *SliceMbr) *NullableSliceMbr
func (NullableSliceMbr) Get ¶
func (v NullableSliceMbr) Get() *SliceMbr
func (NullableSliceMbr) IsSet ¶
func (v NullableSliceMbr) IsSet() bool
func (NullableSliceMbr) MarshalJSON ¶
func (v NullableSliceMbr) MarshalJSON() ([]byte, error)
func (*NullableSliceMbr) Set ¶
func (v *NullableSliceMbr) Set(val *SliceMbr)
func (*NullableSliceMbr) UnmarshalJSON ¶
func (v *NullableSliceMbr) UnmarshalJSON(src []byte) error
func (*NullableSliceMbr) Unset ¶
func (v *NullableSliceMbr) Unset()
type NullableSlicePolicyData ¶
type NullableSlicePolicyData struct {
// contains filtered or unexported fields
}
func NewNullableSlicePolicyData ¶
func NewNullableSlicePolicyData(val *SlicePolicyData) *NullableSlicePolicyData
func (NullableSlicePolicyData) Get ¶
func (v NullableSlicePolicyData) Get() *SlicePolicyData
func (NullableSlicePolicyData) IsSet ¶
func (v NullableSlicePolicyData) IsSet() bool
func (NullableSlicePolicyData) MarshalJSON ¶
func (v NullableSlicePolicyData) MarshalJSON() ([]byte, error)
func (*NullableSlicePolicyData) Set ¶
func (v *NullableSlicePolicyData) Set(val *SlicePolicyData)
func (*NullableSlicePolicyData) UnmarshalJSON ¶
func (v *NullableSlicePolicyData) UnmarshalJSON(src []byte) error
func (*NullableSlicePolicyData) Unset ¶
func (v *NullableSlicePolicyData) Unset()
type NullableSlicePolicyDataPatch ¶
type NullableSlicePolicyDataPatch struct {
// contains filtered or unexported fields
}
func NewNullableSlicePolicyDataPatch ¶
func NewNullableSlicePolicyDataPatch(val *SlicePolicyDataPatch) *NullableSlicePolicyDataPatch
func (NullableSlicePolicyDataPatch) Get ¶
func (v NullableSlicePolicyDataPatch) Get() *SlicePolicyDataPatch
func (NullableSlicePolicyDataPatch) IsSet ¶
func (v NullableSlicePolicyDataPatch) IsSet() bool
func (NullableSlicePolicyDataPatch) MarshalJSON ¶
func (v NullableSlicePolicyDataPatch) MarshalJSON() ([]byte, error)
func (*NullableSlicePolicyDataPatch) Set ¶
func (v *NullableSlicePolicyDataPatch) Set(val *SlicePolicyDataPatch)
func (*NullableSlicePolicyDataPatch) UnmarshalJSON ¶
func (v *NullableSlicePolicyDataPatch) UnmarshalJSON(src []byte) error
func (*NullableSlicePolicyDataPatch) Unset ¶
func (v *NullableSlicePolicyDataPatch) Unset()
type NullableSmPolicyData ¶
type NullableSmPolicyData struct {
// contains filtered or unexported fields
}
func NewNullableSmPolicyData ¶
func NewNullableSmPolicyData(val *SmPolicyData) *NullableSmPolicyData
func (NullableSmPolicyData) Get ¶
func (v NullableSmPolicyData) Get() *SmPolicyData
func (NullableSmPolicyData) IsSet ¶
func (v NullableSmPolicyData) IsSet() bool
func (NullableSmPolicyData) MarshalJSON ¶
func (v NullableSmPolicyData) MarshalJSON() ([]byte, error)
func (*NullableSmPolicyData) Set ¶
func (v *NullableSmPolicyData) Set(val *SmPolicyData)
func (*NullableSmPolicyData) UnmarshalJSON ¶
func (v *NullableSmPolicyData) UnmarshalJSON(src []byte) error
func (*NullableSmPolicyData) Unset ¶
func (v *NullableSmPolicyData) Unset()
type NullableSmPolicyDataPatch ¶
type NullableSmPolicyDataPatch struct {
// contains filtered or unexported fields
}
func NewNullableSmPolicyDataPatch ¶
func NewNullableSmPolicyDataPatch(val *SmPolicyDataPatch) *NullableSmPolicyDataPatch
func (NullableSmPolicyDataPatch) Get ¶
func (v NullableSmPolicyDataPatch) Get() *SmPolicyDataPatch
func (NullableSmPolicyDataPatch) IsSet ¶
func (v NullableSmPolicyDataPatch) IsSet() bool
func (NullableSmPolicyDataPatch) MarshalJSON ¶
func (v NullableSmPolicyDataPatch) MarshalJSON() ([]byte, error)
func (*NullableSmPolicyDataPatch) Set ¶
func (v *NullableSmPolicyDataPatch) Set(val *SmPolicyDataPatch)
func (*NullableSmPolicyDataPatch) UnmarshalJSON ¶
func (v *NullableSmPolicyDataPatch) UnmarshalJSON(src []byte) error
func (*NullableSmPolicyDataPatch) Unset ¶
func (v *NullableSmPolicyDataPatch) Unset()
type NullableSmPolicyDnnData ¶
type NullableSmPolicyDnnData struct {
// contains filtered or unexported fields
}
func NewNullableSmPolicyDnnData ¶
func NewNullableSmPolicyDnnData(val *SmPolicyDnnData) *NullableSmPolicyDnnData
func (NullableSmPolicyDnnData) Get ¶
func (v NullableSmPolicyDnnData) Get() *SmPolicyDnnData
func (NullableSmPolicyDnnData) IsSet ¶
func (v NullableSmPolicyDnnData) IsSet() bool
func (NullableSmPolicyDnnData) MarshalJSON ¶
func (v NullableSmPolicyDnnData) MarshalJSON() ([]byte, error)
func (*NullableSmPolicyDnnData) Set ¶
func (v *NullableSmPolicyDnnData) Set(val *SmPolicyDnnData)
func (*NullableSmPolicyDnnData) UnmarshalJSON ¶
func (v *NullableSmPolicyDnnData) UnmarshalJSON(src []byte) error
func (*NullableSmPolicyDnnData) Unset ¶
func (v *NullableSmPolicyDnnData) Unset()
type NullableSmPolicyDnnDataPatch ¶
type NullableSmPolicyDnnDataPatch struct {
// contains filtered or unexported fields
}
func NewNullableSmPolicyDnnDataPatch ¶
func NewNullableSmPolicyDnnDataPatch(val *SmPolicyDnnDataPatch) *NullableSmPolicyDnnDataPatch
func (NullableSmPolicyDnnDataPatch) Get ¶
func (v NullableSmPolicyDnnDataPatch) Get() *SmPolicyDnnDataPatch
func (NullableSmPolicyDnnDataPatch) IsSet ¶
func (v NullableSmPolicyDnnDataPatch) IsSet() bool
func (NullableSmPolicyDnnDataPatch) MarshalJSON ¶
func (v NullableSmPolicyDnnDataPatch) MarshalJSON() ([]byte, error)
func (*NullableSmPolicyDnnDataPatch) Set ¶
func (v *NullableSmPolicyDnnDataPatch) Set(val *SmPolicyDnnDataPatch)
func (*NullableSmPolicyDnnDataPatch) UnmarshalJSON ¶
func (v *NullableSmPolicyDnnDataPatch) UnmarshalJSON(src []byte) error
func (*NullableSmPolicyDnnDataPatch) Unset ¶
func (v *NullableSmPolicyDnnDataPatch) Unset()
type NullableSmPolicySnssaiData ¶
type NullableSmPolicySnssaiData struct {
// contains filtered or unexported fields
}
func NewNullableSmPolicySnssaiData ¶
func NewNullableSmPolicySnssaiData(val *SmPolicySnssaiData) *NullableSmPolicySnssaiData
func (NullableSmPolicySnssaiData) Get ¶
func (v NullableSmPolicySnssaiData) Get() *SmPolicySnssaiData
func (NullableSmPolicySnssaiData) IsSet ¶
func (v NullableSmPolicySnssaiData) IsSet() bool
func (NullableSmPolicySnssaiData) MarshalJSON ¶
func (v NullableSmPolicySnssaiData) MarshalJSON() ([]byte, error)
func (*NullableSmPolicySnssaiData) Set ¶
func (v *NullableSmPolicySnssaiData) Set(val *SmPolicySnssaiData)
func (*NullableSmPolicySnssaiData) UnmarshalJSON ¶
func (v *NullableSmPolicySnssaiData) UnmarshalJSON(src []byte) error
func (*NullableSmPolicySnssaiData) Unset ¶
func (v *NullableSmPolicySnssaiData) Unset()
type NullableSmPolicySnssaiDataPatch ¶
type NullableSmPolicySnssaiDataPatch struct {
// contains filtered or unexported fields
}
func NewNullableSmPolicySnssaiDataPatch ¶
func NewNullableSmPolicySnssaiDataPatch(val *SmPolicySnssaiDataPatch) *NullableSmPolicySnssaiDataPatch
func (NullableSmPolicySnssaiDataPatch) Get ¶
func (v NullableSmPolicySnssaiDataPatch) Get() *SmPolicySnssaiDataPatch
func (NullableSmPolicySnssaiDataPatch) IsSet ¶
func (v NullableSmPolicySnssaiDataPatch) IsSet() bool
func (NullableSmPolicySnssaiDataPatch) MarshalJSON ¶
func (v NullableSmPolicySnssaiDataPatch) MarshalJSON() ([]byte, error)
func (*NullableSmPolicySnssaiDataPatch) Set ¶
func (v *NullableSmPolicySnssaiDataPatch) Set(val *SmPolicySnssaiDataPatch)
func (*NullableSmPolicySnssaiDataPatch) UnmarshalJSON ¶
func (v *NullableSmPolicySnssaiDataPatch) UnmarshalJSON(src []byte) error
func (*NullableSmPolicySnssaiDataPatch) Unset ¶
func (v *NullableSmPolicySnssaiDataPatch) Unset()
type NullableSnssai ¶
type NullableSnssai struct {
// contains filtered or unexported fields
}
func NewNullableSnssai ¶
func NewNullableSnssai(val *Snssai) *NullableSnssai
func (NullableSnssai) Get ¶
func (v NullableSnssai) Get() *Snssai
func (NullableSnssai) IsSet ¶
func (v NullableSnssai) IsSet() bool
func (NullableSnssai) MarshalJSON ¶
func (v NullableSnssai) MarshalJSON() ([]byte, error)
func (*NullableSnssai) Set ¶
func (v *NullableSnssai) Set(val *Snssai)
func (*NullableSnssai) UnmarshalJSON ¶
func (v *NullableSnssai) UnmarshalJSON(src []byte) error
func (*NullableSnssai) Unset ¶
func (v *NullableSnssai) Unset()
type NullableSnssaiRouteSelectionDescriptor ¶
type NullableSnssaiRouteSelectionDescriptor struct {
// contains filtered or unexported fields
}
func NewNullableSnssaiRouteSelectionDescriptor ¶
func NewNullableSnssaiRouteSelectionDescriptor(val *SnssaiRouteSelectionDescriptor) *NullableSnssaiRouteSelectionDescriptor
func (NullableSnssaiRouteSelectionDescriptor) Get ¶
func (v NullableSnssaiRouteSelectionDescriptor) Get() *SnssaiRouteSelectionDescriptor
func (NullableSnssaiRouteSelectionDescriptor) IsSet ¶
func (v NullableSnssaiRouteSelectionDescriptor) IsSet() bool
func (NullableSnssaiRouteSelectionDescriptor) MarshalJSON ¶
func (v NullableSnssaiRouteSelectionDescriptor) MarshalJSON() ([]byte, error)
func (*NullableSnssaiRouteSelectionDescriptor) Set ¶
func (v *NullableSnssaiRouteSelectionDescriptor) Set(val *SnssaiRouteSelectionDescriptor)
func (*NullableSnssaiRouteSelectionDescriptor) UnmarshalJSON ¶
func (v *NullableSnssaiRouteSelectionDescriptor) UnmarshalJSON(src []byte) error
func (*NullableSnssaiRouteSelectionDescriptor) Unset ¶
func (v *NullableSnssaiRouteSelectionDescriptor) Unset()
type NullableSponsorConnectivityData ¶
type NullableSponsorConnectivityData struct {
// contains filtered or unexported fields
}
func NewNullableSponsorConnectivityData ¶
func NewNullableSponsorConnectivityData(val *SponsorConnectivityData) *NullableSponsorConnectivityData
func (NullableSponsorConnectivityData) Get ¶
func (v NullableSponsorConnectivityData) Get() *SponsorConnectivityData
func (NullableSponsorConnectivityData) IsSet ¶
func (v NullableSponsorConnectivityData) IsSet() bool
func (NullableSponsorConnectivityData) MarshalJSON ¶
func (v NullableSponsorConnectivityData) MarshalJSON() ([]byte, error)
func (*NullableSponsorConnectivityData) Set ¶
func (v *NullableSponsorConnectivityData) Set(val *SponsorConnectivityData)
func (*NullableSponsorConnectivityData) UnmarshalJSON ¶
func (v *NullableSponsorConnectivityData) UnmarshalJSON(src []byte) error
func (*NullableSponsorConnectivityData) Unset ¶
func (v *NullableSponsorConnectivityData) Unset()
type NullableSscMode ¶
type NullableSscMode struct {
// contains filtered or unexported fields
}
func NewNullableSscMode ¶
func NewNullableSscMode(val *SscMode) *NullableSscMode
func (NullableSscMode) Get ¶
func (v NullableSscMode) Get() *SscMode
func (NullableSscMode) IsSet ¶
func (v NullableSscMode) IsSet() bool
func (NullableSscMode) MarshalJSON ¶
func (v NullableSscMode) MarshalJSON() ([]byte, error)
func (*NullableSscMode) Set ¶
func (v *NullableSscMode) Set(val *SscMode)
func (*NullableSscMode) UnmarshalJSON ¶
func (v *NullableSscMode) UnmarshalJSON(src []byte) error
func (*NullableSscMode) Unset ¶
func (v *NullableSscMode) Unset()
type NullableSsm ¶
type NullableSsm struct {
// contains filtered or unexported fields
}
func NewNullableSsm ¶
func NewNullableSsm(val *Ssm) *NullableSsm
func (NullableSsm) Get ¶
func (v NullableSsm) Get() *Ssm
func (NullableSsm) IsSet ¶
func (v NullableSsm) IsSet() bool
func (NullableSsm) MarshalJSON ¶
func (v NullableSsm) MarshalJSON() ([]byte, error)
func (*NullableSsm) Set ¶
func (v *NullableSsm) Set(val *Ssm)
func (*NullableSsm) UnmarshalJSON ¶
func (v *NullableSsm) UnmarshalJSON(src []byte) error
func (*NullableSsm) Unset ¶
func (v *NullableSsm) Unset()
type NullableString ¶
type NullableString struct {
// contains filtered or unexported fields
}
func NewNullableString ¶
func NewNullableString(val *string) *NullableString
func (NullableString) Get ¶
func (v NullableString) Get() *string
func (NullableString) IsSet ¶
func (v NullableString) IsSet() bool
func (NullableString) MarshalJSON ¶
func (v NullableString) MarshalJSON() ([]byte, error)
func (*NullableString) Set ¶
func (v *NullableString) Set(val *string)
func (*NullableString) UnmarshalJSON ¶
func (v *NullableString) UnmarshalJSON(src []byte) error
func (*NullableString) Unset ¶
func (v *NullableString) Unset()
type NullableTai ¶
type NullableTai struct {
// contains filtered or unexported fields
}
func NewNullableTai ¶
func NewNullableTai(val *Tai) *NullableTai
func (NullableTai) Get ¶
func (v NullableTai) Get() *Tai
func (NullableTai) IsSet ¶
func (v NullableTai) IsSet() bool
func (NullableTai) MarshalJSON ¶
func (v NullableTai) MarshalJSON() ([]byte, error)
func (*NullableTai) Set ¶
func (v *NullableTai) Set(val *Tai)
func (*NullableTai) UnmarshalJSON ¶
func (v *NullableTai) UnmarshalJSON(src []byte) error
func (*NullableTai) Unset ¶
func (v *NullableTai) Unset()
type NullableTime ¶
type NullableTime struct {
// contains filtered or unexported fields
}
func NewNullableTime ¶
func NewNullableTime(val *time.Time) *NullableTime
func (NullableTime) Get ¶
func (v NullableTime) Get() *time.Time
func (NullableTime) IsSet ¶
func (v NullableTime) IsSet() bool
func (NullableTime) MarshalJSON ¶
func (v NullableTime) MarshalJSON() ([]byte, error)
func (*NullableTime) Set ¶
func (v *NullableTime) Set(val *time.Time)
func (*NullableTime) UnmarshalJSON ¶
func (v *NullableTime) UnmarshalJSON(src []byte) error
func (*NullableTime) Unset ¶
func (v *NullableTime) Unset()
type NullableTimePeriod ¶
type NullableTimePeriod struct {
// contains filtered or unexported fields
}
func NewNullableTimePeriod ¶
func NewNullableTimePeriod(val *TimePeriod) *NullableTimePeriod
func (NullableTimePeriod) Get ¶
func (v NullableTimePeriod) Get() *TimePeriod
func (NullableTimePeriod) IsSet ¶
func (v NullableTimePeriod) IsSet() bool
func (NullableTimePeriod) MarshalJSON ¶
func (v NullableTimePeriod) MarshalJSON() ([]byte, error)
func (*NullableTimePeriod) Set ¶
func (v *NullableTimePeriod) Set(val *TimePeriod)
func (*NullableTimePeriod) UnmarshalJSON ¶
func (v *NullableTimePeriod) UnmarshalJSON(src []byte) error
func (*NullableTimePeriod) Unset ¶
func (v *NullableTimePeriod) Unset()
type NullableTimeWindow ¶
type NullableTimeWindow struct {
// contains filtered or unexported fields
}
func NewNullableTimeWindow ¶
func NewNullableTimeWindow(val *TimeWindow) *NullableTimeWindow
func (NullableTimeWindow) Get ¶
func (v NullableTimeWindow) Get() *TimeWindow
func (NullableTimeWindow) IsSet ¶
func (v NullableTimeWindow) IsSet() bool
func (NullableTimeWindow) MarshalJSON ¶
func (v NullableTimeWindow) MarshalJSON() ([]byte, error)
func (*NullableTimeWindow) Set ¶
func (v *NullableTimeWindow) Set(val *TimeWindow)
func (*NullableTimeWindow) UnmarshalJSON ¶
func (v *NullableTimeWindow) UnmarshalJSON(src []byte) error
func (*NullableTimeWindow) Unset ¶
func (v *NullableTimeWindow) Unset()
type NullableTmgi ¶
type NullableTmgi struct {
// contains filtered or unexported fields
}
func NewNullableTmgi ¶
func NewNullableTmgi(val *Tmgi) *NullableTmgi
func (NullableTmgi) Get ¶
func (v NullableTmgi) Get() *Tmgi
func (NullableTmgi) IsSet ¶
func (v NullableTmgi) IsSet() bool
func (NullableTmgi) MarshalJSON ¶
func (v NullableTmgi) MarshalJSON() ([]byte, error)
func (*NullableTmgi) Set ¶
func (v *NullableTmgi) Set(val *Tmgi)
func (*NullableTmgi) UnmarshalJSON ¶
func (v *NullableTmgi) UnmarshalJSON(src []byte) error
func (*NullableTmgi) Unset ¶
func (v *NullableTmgi) Unset()
type NullableTransferPolicy ¶
type NullableTransferPolicy struct {
// contains filtered or unexported fields
}
func NewNullableTransferPolicy ¶
func NewNullableTransferPolicy(val *TransferPolicy) *NullableTransferPolicy
func (NullableTransferPolicy) Get ¶
func (v NullableTransferPolicy) Get() *TransferPolicy
func (NullableTransferPolicy) IsSet ¶
func (v NullableTransferPolicy) IsSet() bool
func (NullableTransferPolicy) MarshalJSON ¶
func (v NullableTransferPolicy) MarshalJSON() ([]byte, error)
func (*NullableTransferPolicy) Set ¶
func (v *NullableTransferPolicy) Set(val *TransferPolicy)
func (*NullableTransferPolicy) UnmarshalJSON ¶
func (v *NullableTransferPolicy) UnmarshalJSON(src []byte) error
func (*NullableTransferPolicy) Unset ¶
func (v *NullableTransferPolicy) Unset()
type NullableUePolicySection ¶
type NullableUePolicySection struct {
// contains filtered or unexported fields
}
func NewNullableUePolicySection ¶
func NewNullableUePolicySection(val *UePolicySection) *NullableUePolicySection
func (NullableUePolicySection) Get ¶
func (v NullableUePolicySection) Get() *UePolicySection
func (NullableUePolicySection) IsSet ¶
func (v NullableUePolicySection) IsSet() bool
func (NullableUePolicySection) MarshalJSON ¶
func (v NullableUePolicySection) MarshalJSON() ([]byte, error)
func (*NullableUePolicySection) Set ¶
func (v *NullableUePolicySection) Set(val *UePolicySection)
func (*NullableUePolicySection) UnmarshalJSON ¶
func (v *NullableUePolicySection) UnmarshalJSON(src []byte) error
func (*NullableUePolicySection) Unset ¶
func (v *NullableUePolicySection) Unset()
type NullableUePolicySet ¶
type NullableUePolicySet struct {
// contains filtered or unexported fields
}
func NewNullableUePolicySet ¶
func NewNullableUePolicySet(val *UePolicySet) *NullableUePolicySet
func (NullableUePolicySet) Get ¶
func (v NullableUePolicySet) Get() *UePolicySet
func (NullableUePolicySet) IsSet ¶
func (v NullableUePolicySet) IsSet() bool
func (NullableUePolicySet) MarshalJSON ¶
func (v NullableUePolicySet) MarshalJSON() ([]byte, error)
func (*NullableUePolicySet) Set ¶
func (v *NullableUePolicySet) Set(val *UePolicySet)
func (*NullableUePolicySet) UnmarshalJSON ¶
func (v *NullableUePolicySet) UnmarshalJSON(src []byte) error
func (*NullableUePolicySet) Unset ¶
func (v *NullableUePolicySet) Unset()
type NullableUePolicySetPatch ¶
type NullableUePolicySetPatch struct {
// contains filtered or unexported fields
}
func NewNullableUePolicySetPatch ¶
func NewNullableUePolicySetPatch(val *UePolicySetPatch) *NullableUePolicySetPatch
func (NullableUePolicySetPatch) Get ¶
func (v NullableUePolicySetPatch) Get() *UePolicySetPatch
func (NullableUePolicySetPatch) IsSet ¶
func (v NullableUePolicySetPatch) IsSet() bool
func (NullableUePolicySetPatch) MarshalJSON ¶
func (v NullableUePolicySetPatch) MarshalJSON() ([]byte, error)
func (*NullableUePolicySetPatch) Set ¶
func (v *NullableUePolicySetPatch) Set(val *UePolicySetPatch)
func (*NullableUePolicySetPatch) UnmarshalJSON ¶
func (v *NullableUePolicySetPatch) UnmarshalJSON(src []byte) error
func (*NullableUePolicySetPatch) Unset ¶
func (v *NullableUePolicySetPatch) Unset()
type NullableUpdatedItem ¶
type NullableUpdatedItem struct {
// contains filtered or unexported fields
}
func NewNullableUpdatedItem ¶
func NewNullableUpdatedItem(val *UpdatedItem) *NullableUpdatedItem
func (NullableUpdatedItem) Get ¶
func (v NullableUpdatedItem) Get() *UpdatedItem
func (NullableUpdatedItem) IsSet ¶
func (v NullableUpdatedItem) IsSet() bool
func (NullableUpdatedItem) MarshalJSON ¶
func (v NullableUpdatedItem) MarshalJSON() ([]byte, error)
func (*NullableUpdatedItem) Set ¶
func (v *NullableUpdatedItem) Set(val *UpdatedItem)
func (*NullableUpdatedItem) UnmarshalJSON ¶
func (v *NullableUpdatedItem) UnmarshalJSON(src []byte) error
func (*NullableUpdatedItem) Unset ¶
func (v *NullableUpdatedItem) Unset()
type NullableUsageMonData ¶
type NullableUsageMonData struct {
// contains filtered or unexported fields
}
func NewNullableUsageMonData ¶
func NewNullableUsageMonData(val *UsageMonData) *NullableUsageMonData
func (NullableUsageMonData) Get ¶
func (v NullableUsageMonData) Get() *UsageMonData
func (NullableUsageMonData) IsSet ¶
func (v NullableUsageMonData) IsSet() bool
func (NullableUsageMonData) MarshalJSON ¶
func (v NullableUsageMonData) MarshalJSON() ([]byte, error)
func (*NullableUsageMonData) Set ¶
func (v *NullableUsageMonData) Set(val *UsageMonData)
func (*NullableUsageMonData) UnmarshalJSON ¶
func (v *NullableUsageMonData) UnmarshalJSON(src []byte) error
func (*NullableUsageMonData) Unset ¶
func (v *NullableUsageMonData) Unset()
type NullableUsageMonDataLimit ¶
type NullableUsageMonDataLimit struct {
// contains filtered or unexported fields
}
func NewNullableUsageMonDataLimit ¶
func NewNullableUsageMonDataLimit(val *UsageMonDataLimit) *NullableUsageMonDataLimit
func (NullableUsageMonDataLimit) Get ¶
func (v NullableUsageMonDataLimit) Get() *UsageMonDataLimit
func (NullableUsageMonDataLimit) IsSet ¶
func (v NullableUsageMonDataLimit) IsSet() bool
func (NullableUsageMonDataLimit) MarshalJSON ¶
func (v NullableUsageMonDataLimit) MarshalJSON() ([]byte, error)
func (*NullableUsageMonDataLimit) Set ¶
func (v *NullableUsageMonDataLimit) Set(val *UsageMonDataLimit)
func (*NullableUsageMonDataLimit) UnmarshalJSON ¶
func (v *NullableUsageMonDataLimit) UnmarshalJSON(src []byte) error
func (*NullableUsageMonDataLimit) Unset ¶
func (v *NullableUsageMonDataLimit) Unset()
type NullableUsageMonDataScope ¶
type NullableUsageMonDataScope struct {
// contains filtered or unexported fields
}
func NewNullableUsageMonDataScope ¶
func NewNullableUsageMonDataScope(val *UsageMonDataScope) *NullableUsageMonDataScope
func (NullableUsageMonDataScope) Get ¶
func (v NullableUsageMonDataScope) Get() *UsageMonDataScope
func (NullableUsageMonDataScope) IsSet ¶
func (v NullableUsageMonDataScope) IsSet() bool
func (NullableUsageMonDataScope) MarshalJSON ¶
func (v NullableUsageMonDataScope) MarshalJSON() ([]byte, error)
func (*NullableUsageMonDataScope) Set ¶
func (v *NullableUsageMonDataScope) Set(val *UsageMonDataScope)
func (*NullableUsageMonDataScope) UnmarshalJSON ¶
func (v *NullableUsageMonDataScope) UnmarshalJSON(src []byte) error
func (*NullableUsageMonDataScope) Unset ¶
func (v *NullableUsageMonDataScope) Unset()
type NullableUsageMonLevel ¶
type NullableUsageMonLevel struct {
// contains filtered or unexported fields
}
func NewNullableUsageMonLevel ¶
func NewNullableUsageMonLevel(val *UsageMonLevel) *NullableUsageMonLevel
func (NullableUsageMonLevel) Get ¶
func (v NullableUsageMonLevel) Get() *UsageMonLevel
func (NullableUsageMonLevel) IsSet ¶
func (v NullableUsageMonLevel) IsSet() bool
func (NullableUsageMonLevel) MarshalJSON ¶
func (v NullableUsageMonLevel) MarshalJSON() ([]byte, error)
func (*NullableUsageMonLevel) Set ¶
func (v *NullableUsageMonLevel) Set(val *UsageMonLevel)
func (*NullableUsageMonLevel) UnmarshalJSON ¶
func (v *NullableUsageMonLevel) UnmarshalJSON(src []byte) error
func (*NullableUsageMonLevel) Unset ¶
func (v *NullableUsageMonLevel) Unset()
type NullableUsageThreshold ¶
type NullableUsageThreshold struct {
// contains filtered or unexported fields
}
func NewNullableUsageThreshold ¶
func NewNullableUsageThreshold(val *UsageThreshold) *NullableUsageThreshold
func (NullableUsageThreshold) Get ¶
func (v NullableUsageThreshold) Get() *UsageThreshold
func (NullableUsageThreshold) IsSet ¶
func (v NullableUsageThreshold) IsSet() bool
func (NullableUsageThreshold) MarshalJSON ¶
func (v NullableUsageThreshold) MarshalJSON() ([]byte, error)
func (*NullableUsageThreshold) Set ¶
func (v *NullableUsageThreshold) Set(val *UsageThreshold)
func (*NullableUsageThreshold) UnmarshalJSON ¶
func (v *NullableUsageThreshold) UnmarshalJSON(src []byte) error
func (*NullableUsageThreshold) Unset ¶
func (v *NullableUsageThreshold) Unset()
type OperatorSpecificDataContainer ¶
type OperatorSpecificDataContainer struct { DataType string `json:"dataType"` DataTypeDefinition *string `json:"dataTypeDefinition,omitempty"` Value OperatorSpecificDataContainerValue `json:"value"` // A string used to indicate the features supported by an API that is used as defined in clause 6.6 in 3GPP TS 29.500. The string shall contain a bitmask indicating supported features in hexadecimal representation Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent the support of 4 features as described in table 5.2.2-3. The most significant character representing the highest-numbered features shall appear first in the string, and the character representing features 1 to 4 shall appear last in the string. The list of features and their numbering (starting with 1) are defined separately for each API. If the string contains a lower number of characters than there are defined features for an API, all features that would be represented by characters that are not present in the string are not supported. SupportedFeatures *string `json:"supportedFeatures,omitempty"` ResetIds []string `json:"resetIds,omitempty"` }
OperatorSpecificDataContainer Container for operator specific data.
func NewOperatorSpecificDataContainer ¶
func NewOperatorSpecificDataContainer(dataType string, value OperatorSpecificDataContainerValue) *OperatorSpecificDataContainer
NewOperatorSpecificDataContainer instantiates a new OperatorSpecificDataContainer object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOperatorSpecificDataContainerWithDefaults ¶
func NewOperatorSpecificDataContainerWithDefaults() *OperatorSpecificDataContainer
NewOperatorSpecificDataContainerWithDefaults instantiates a new OperatorSpecificDataContainer object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OperatorSpecificDataContainer) GetDataType ¶
func (o *OperatorSpecificDataContainer) GetDataType() string
GetDataType returns the DataType field value
func (*OperatorSpecificDataContainer) GetDataTypeDefinition ¶
func (o *OperatorSpecificDataContainer) GetDataTypeDefinition() string
GetDataTypeDefinition returns the DataTypeDefinition field value if set, zero value otherwise.
func (*OperatorSpecificDataContainer) GetDataTypeDefinitionOk ¶
func (o *OperatorSpecificDataContainer) GetDataTypeDefinitionOk() (*string, bool)
GetDataTypeDefinitionOk returns a tuple with the DataTypeDefinition field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OperatorSpecificDataContainer) GetDataTypeOk ¶
func (o *OperatorSpecificDataContainer) GetDataTypeOk() (*string, bool)
GetDataTypeOk returns a tuple with the DataType field value and a boolean to check if the value has been set.
func (*OperatorSpecificDataContainer) GetResetIds ¶
func (o *OperatorSpecificDataContainer) GetResetIds() []string
GetResetIds returns the ResetIds field value if set, zero value otherwise.
func (*OperatorSpecificDataContainer) GetResetIdsOk ¶
func (o *OperatorSpecificDataContainer) GetResetIdsOk() ([]string, bool)
GetResetIdsOk returns a tuple with the ResetIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OperatorSpecificDataContainer) GetSupportedFeatures ¶
func (o *OperatorSpecificDataContainer) GetSupportedFeatures() string
GetSupportedFeatures returns the SupportedFeatures field value if set, zero value otherwise.
func (*OperatorSpecificDataContainer) GetSupportedFeaturesOk ¶
func (o *OperatorSpecificDataContainer) GetSupportedFeaturesOk() (*string, bool)
GetSupportedFeaturesOk returns a tuple with the SupportedFeatures field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OperatorSpecificDataContainer) GetValue ¶
func (o *OperatorSpecificDataContainer) GetValue() OperatorSpecificDataContainerValue
GetValue returns the Value field value
func (*OperatorSpecificDataContainer) GetValueOk ¶
func (o *OperatorSpecificDataContainer) GetValueOk() (*OperatorSpecificDataContainerValue, bool)
GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set.
func (*OperatorSpecificDataContainer) HasDataTypeDefinition ¶
func (o *OperatorSpecificDataContainer) HasDataTypeDefinition() bool
HasDataTypeDefinition returns a boolean if a field has been set.
func (*OperatorSpecificDataContainer) HasResetIds ¶
func (o *OperatorSpecificDataContainer) HasResetIds() bool
HasResetIds returns a boolean if a field has been set.
func (*OperatorSpecificDataContainer) HasSupportedFeatures ¶
func (o *OperatorSpecificDataContainer) HasSupportedFeatures() bool
HasSupportedFeatures returns a boolean if a field has been set.
func (OperatorSpecificDataContainer) MarshalJSON ¶
func (o OperatorSpecificDataContainer) MarshalJSON() ([]byte, error)
func (*OperatorSpecificDataContainer) SetDataType ¶
func (o *OperatorSpecificDataContainer) SetDataType(v string)
SetDataType sets field value
func (*OperatorSpecificDataContainer) SetDataTypeDefinition ¶
func (o *OperatorSpecificDataContainer) SetDataTypeDefinition(v string)
SetDataTypeDefinition gets a reference to the given string and assigns it to the DataTypeDefinition field.
func (*OperatorSpecificDataContainer) SetResetIds ¶
func (o *OperatorSpecificDataContainer) SetResetIds(v []string)
SetResetIds gets a reference to the given []string and assigns it to the ResetIds field.
func (*OperatorSpecificDataContainer) SetSupportedFeatures ¶
func (o *OperatorSpecificDataContainer) SetSupportedFeatures(v string)
SetSupportedFeatures gets a reference to the given string and assigns it to the SupportedFeatures field.
func (*OperatorSpecificDataContainer) SetValue ¶
func (o *OperatorSpecificDataContainer) SetValue(v OperatorSpecificDataContainerValue)
SetValue sets field value
func (OperatorSpecificDataContainer) ToMap ¶
func (o OperatorSpecificDataContainer) ToMap() (map[string]interface{}, error)
type OperatorSpecificDataContainerValue ¶
type OperatorSpecificDataContainerValue struct { Array *Array Bool *bool Float32 *float32 Int32 *int32 MapOfInterface *map[string]interface{} String *string }
OperatorSpecificDataContainerValue - struct for OperatorSpecificDataContainerValue
func ArrayAsOperatorSpecificDataContainerValue ¶
func ArrayAsOperatorSpecificDataContainerValue(v *Array) OperatorSpecificDataContainerValue
ArrayAsOperatorSpecificDataContainerValue is a convenience function that returns Array wrapped in OperatorSpecificDataContainerValue
func BoolAsOperatorSpecificDataContainerValue ¶
func BoolAsOperatorSpecificDataContainerValue(v *bool) OperatorSpecificDataContainerValue
boolAsOperatorSpecificDataContainerValue is a convenience function that returns bool wrapped in OperatorSpecificDataContainerValue
func Float32AsOperatorSpecificDataContainerValue ¶
func Float32AsOperatorSpecificDataContainerValue(v *float32) OperatorSpecificDataContainerValue
float32AsOperatorSpecificDataContainerValue is a convenience function that returns float32 wrapped in OperatorSpecificDataContainerValue
func Int32AsOperatorSpecificDataContainerValue ¶
func Int32AsOperatorSpecificDataContainerValue(v *int32) OperatorSpecificDataContainerValue
int32AsOperatorSpecificDataContainerValue is a convenience function that returns int32 wrapped in OperatorSpecificDataContainerValue
func MapOfInterfaceAsOperatorSpecificDataContainerValue ¶
func MapOfInterfaceAsOperatorSpecificDataContainerValue(v *map[string]interface{}) OperatorSpecificDataContainerValue
map[string]interface{}AsOperatorSpecificDataContainerValue is a convenience function that returns map[string]interface{} wrapped in OperatorSpecificDataContainerValue
func StringAsOperatorSpecificDataContainerValue ¶
func StringAsOperatorSpecificDataContainerValue(v *string) OperatorSpecificDataContainerValue
stringAsOperatorSpecificDataContainerValue is a convenience function that returns string wrapped in OperatorSpecificDataContainerValue
func (*OperatorSpecificDataContainerValue) GetActualInstance ¶
func (obj *OperatorSpecificDataContainerValue) GetActualInstance() interface{}
Get the actual instance
func (OperatorSpecificDataContainerValue) MarshalJSON ¶
func (src OperatorSpecificDataContainerValue) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*OperatorSpecificDataContainerValue) UnmarshalJSON ¶
func (dst *OperatorSpecificDataContainerValue) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type OperatorSpecificDataDocumentApiService ¶
type OperatorSpecificDataDocumentApiService service
OperatorSpecificDataDocumentApiService OperatorSpecificDataDocumentApi service
func (*OperatorSpecificDataDocumentApiService) DeleteOperatorSpecificData ¶
func (a *OperatorSpecificDataDocumentApiService) DeleteOperatorSpecificData(ctx context.Context, ueId string) ApiDeleteOperatorSpecificDataRequest
DeleteOperatorSpecificData When the feature OSDResource_Create_Delete is supported, delete OperatorSpecificData resource
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param ueId @return ApiDeleteOperatorSpecificDataRequest
func (*OperatorSpecificDataDocumentApiService) DeleteOperatorSpecificDataExecute ¶
func (a *OperatorSpecificDataDocumentApiService) DeleteOperatorSpecificDataExecute(r ApiDeleteOperatorSpecificDataRequest) (*http.Response, error)
Execute executes the request
func (*OperatorSpecificDataDocumentApiService) ReadOperatorSpecificData ¶
func (a *OperatorSpecificDataDocumentApiService) ReadOperatorSpecificData(ctx context.Context, ueId string) ApiReadOperatorSpecificDataRequest
ReadOperatorSpecificData Retrieve the operator specific policy data of an UE
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param ueId UE Id @return ApiReadOperatorSpecificDataRequest
func (*OperatorSpecificDataDocumentApiService) ReadOperatorSpecificDataExecute ¶
func (a *OperatorSpecificDataDocumentApiService) ReadOperatorSpecificDataExecute(r ApiReadOperatorSpecificDataRequest) (*map[string]OperatorSpecificDataContainer, *http.Response, error)
Execute executes the request
@return map[string]OperatorSpecificDataContainer
func (*OperatorSpecificDataDocumentApiService) ReplaceOperatorSpecificData ¶
func (a *OperatorSpecificDataDocumentApiService) ReplaceOperatorSpecificData(ctx context.Context, ueId string) ApiReplaceOperatorSpecificDataRequest
ReplaceOperatorSpecificData Create or modify the operator specific policy data of a UE
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param ueId UE Id @return ApiReplaceOperatorSpecificDataRequest
func (*OperatorSpecificDataDocumentApiService) ReplaceOperatorSpecificDataExecute ¶
func (a *OperatorSpecificDataDocumentApiService) ReplaceOperatorSpecificDataExecute(r ApiReplaceOperatorSpecificDataRequest) (*map[string]OperatorSpecificDataContainer, *http.Response, error)
Execute executes the request
@return map[string]OperatorSpecificDataContainer
func (*OperatorSpecificDataDocumentApiService) UpdateOperatorSpecificData ¶
func (a *OperatorSpecificDataDocumentApiService) UpdateOperatorSpecificData(ctx context.Context, ueId string) ApiUpdateOperatorSpecificDataRequest
UpdateOperatorSpecificData Modify the operator specific policy data of a UE
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param ueId UE Id @return ApiUpdateOperatorSpecificDataRequest
func (*OperatorSpecificDataDocumentApiService) UpdateOperatorSpecificDataExecute ¶
func (a *OperatorSpecificDataDocumentApiService) UpdateOperatorSpecificDataExecute(r ApiUpdateOperatorSpecificDataRequest) (*PatchResult, *http.Response, error)
Execute executes the request
@return PatchResult
type PatchItem ¶
type PatchItem struct { Op PatchOperation `json:"op"` // contains a JSON pointer value (as defined in IETF RFC 6901) that references a location of a resource on which the patch operation shall be performed. Path string `json:"path"` // indicates the path of the source JSON element (according to JSON Pointer syntax) being moved or copied to the location indicated by the \"path\" attribute. From *string `json:"from,omitempty"` Value interface{} `json:"value,omitempty"` }
PatchItem it contains information on data to be changed.
func NewPatchItem ¶
func NewPatchItem(op PatchOperation, path string) *PatchItem
NewPatchItem instantiates a new PatchItem object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPatchItemWithDefaults ¶
func NewPatchItemWithDefaults() *PatchItem
NewPatchItemWithDefaults instantiates a new PatchItem object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PatchItem) GetFromOk ¶
GetFromOk returns a tuple with the From field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PatchItem) GetOp ¶
func (o *PatchItem) GetOp() PatchOperation
GetOp returns the Op field value
func (*PatchItem) GetOpOk ¶
func (o *PatchItem) GetOpOk() (*PatchOperation, bool)
GetOpOk returns a tuple with the Op field value and a boolean to check if the value has been set.
func (*PatchItem) GetPathOk ¶
GetPathOk returns a tuple with the Path field value and a boolean to check if the value has been set.
func (*PatchItem) GetValue ¶
func (o *PatchItem) GetValue() interface{}
GetValue returns the Value field value if set, zero value otherwise (both if not set or set to explicit null).
func (*PatchItem) GetValueOk ¶
GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (PatchItem) MarshalJSON ¶
func (*PatchItem) SetFrom ¶
SetFrom gets a reference to the given string and assigns it to the From field.
type PatchOperation ¶
type PatchOperation struct {
String *string
}
PatchOperation Operations as defined in IETF RFC 6902.
func (*PatchOperation) MarshalJSON ¶
func (src *PatchOperation) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*PatchOperation) UnmarshalJSON ¶
func (dst *PatchOperation) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type PatchResult ¶
type PatchResult struct { // The execution report contains an array of report items. Each report item indicates one failed modification. Report []ReportItem `json:"report"` }
PatchResult The execution report result on failed modification.
func NewPatchResult ¶
func NewPatchResult(report []ReportItem) *PatchResult
NewPatchResult instantiates a new PatchResult object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPatchResultWithDefaults ¶
func NewPatchResultWithDefaults() *PatchResult
NewPatchResultWithDefaults instantiates a new PatchResult object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PatchResult) GetReport ¶
func (o *PatchResult) GetReport() []ReportItem
GetReport returns the Report field value
func (*PatchResult) GetReportOk ¶
func (o *PatchResult) GetReportOk() ([]ReportItem, bool)
GetReportOk returns a tuple with the Report field value and a boolean to check if the value has been set.
func (PatchResult) MarshalJSON ¶
func (o PatchResult) MarshalJSON() ([]byte, error)
func (*PatchResult) SetReport ¶
func (o *PatchResult) SetReport(v []ReportItem)
SetReport sets field value
func (PatchResult) ToMap ¶
func (o PatchResult) ToMap() (map[string]interface{}, error)
type PduSessionType ¶
type PduSessionType struct {
String *string
}
PduSessionType PduSessionType indicates the type of a PDU session. It shall comply with the provisions defined in table 5.4.3.3-1.
func (*PduSessionType) MarshalJSON ¶
func (src *PduSessionType) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*PduSessionType) UnmarshalJSON ¶
func (dst *PduSessionType) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type Periodicity ¶
type Periodicity struct {
String *string
}
Periodicity Represents the time period.
func (*Periodicity) MarshalJSON ¶
func (src *Periodicity) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*Periodicity) UnmarshalJSON ¶
func (dst *Periodicity) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type PlmnId ¶
type PlmnId struct { // Mobile Country Code part of the PLMN, comprising 3 digits, as defined in clause 9.3.3.5 of 3GPP TS 38.413. Mcc string `json:"mcc"` // Mobile Network Code part of the PLMN, comprising 2 or 3 digits, as defined in clause 9.3.3.5 of 3GPP TS 38.413. Mnc string `json:"mnc"` }
PlmnId When PlmnId needs to be converted to string (e.g. when used in maps as key), the string shall be composed of three digits \"mcc\" followed by \"-\" and two or three digits \"mnc\".
func NewPlmnId ¶
NewPlmnId instantiates a new PlmnId object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPlmnIdWithDefaults ¶
func NewPlmnIdWithDefaults() *PlmnId
NewPlmnIdWithDefaults instantiates a new PlmnId object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PlmnId) GetMccOk ¶
GetMccOk returns a tuple with the Mcc field value and a boolean to check if the value has been set.
func (*PlmnId) GetMncOk ¶
GetMncOk returns a tuple with the Mnc field value and a boolean to check if the value has been set.
func (PlmnId) MarshalJSON ¶
type PlmnIdNid ¶
type PlmnIdNid struct { // Mobile Country Code part of the PLMN, comprising 3 digits, as defined in clause 9.3.3.5 of 3GPP TS 38.413. Mcc string `json:"mcc"` // Mobile Network Code part of the PLMN, comprising 2 or 3 digits, as defined in clause 9.3.3.5 of 3GPP TS 38.413. Mnc string `json:"mnc"` // This represents the Network Identifier, which together with a PLMN ID is used to identify an SNPN (see 3GPP TS 23.003 and 3GPP TS 23.501 clause 5.30.2.1). Nid *string `json:"nid,omitempty"` }
PlmnIdNid Contains the serving core network operator PLMN ID and, for an SNPN, the NID that together with the PLMN ID identifies the SNPN.
func NewPlmnIdNid ¶
NewPlmnIdNid instantiates a new PlmnIdNid object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPlmnIdNidWithDefaults ¶
func NewPlmnIdNidWithDefaults() *PlmnIdNid
NewPlmnIdNidWithDefaults instantiates a new PlmnIdNid object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PlmnIdNid) GetMccOk ¶
GetMccOk returns a tuple with the Mcc field value and a boolean to check if the value has been set.
func (*PlmnIdNid) GetMncOk ¶
GetMncOk returns a tuple with the Mnc field value and a boolean to check if the value has been set.
func (*PlmnIdNid) GetNidOk ¶
GetNidOk returns a tuple with the Nid field value if set, nil otherwise and a boolean to check if the value has been set.
func (PlmnIdNid) MarshalJSON ¶
type PlmnRouteSelectionDescriptor ¶
type PlmnRouteSelectionDescriptor struct { ServingPlmn PlmnId `json:"servingPlmn"` SnssaiRouteSelDescs []SnssaiRouteSelectionDescriptor `json:"snssaiRouteSelDescs,omitempty"` }
PlmnRouteSelectionDescriptor Contains the route selection descriptors (combinations of SNSSAI, DNNs, PDU session types, SSC modes and ATSSS information) allowed by subscription to the UE for a serving PLMN
func NewPlmnRouteSelectionDescriptor ¶
func NewPlmnRouteSelectionDescriptor(servingPlmn PlmnId) *PlmnRouteSelectionDescriptor
NewPlmnRouteSelectionDescriptor instantiates a new PlmnRouteSelectionDescriptor object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPlmnRouteSelectionDescriptorWithDefaults ¶
func NewPlmnRouteSelectionDescriptorWithDefaults() *PlmnRouteSelectionDescriptor
NewPlmnRouteSelectionDescriptorWithDefaults instantiates a new PlmnRouteSelectionDescriptor object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PlmnRouteSelectionDescriptor) GetServingPlmn ¶
func (o *PlmnRouteSelectionDescriptor) GetServingPlmn() PlmnId
GetServingPlmn returns the ServingPlmn field value
func (*PlmnRouteSelectionDescriptor) GetServingPlmnOk ¶
func (o *PlmnRouteSelectionDescriptor) GetServingPlmnOk() (*PlmnId, bool)
GetServingPlmnOk returns a tuple with the ServingPlmn field value and a boolean to check if the value has been set.
func (*PlmnRouteSelectionDescriptor) GetSnssaiRouteSelDescs ¶
func (o *PlmnRouteSelectionDescriptor) GetSnssaiRouteSelDescs() []SnssaiRouteSelectionDescriptor
GetSnssaiRouteSelDescs returns the SnssaiRouteSelDescs field value if set, zero value otherwise.
func (*PlmnRouteSelectionDescriptor) GetSnssaiRouteSelDescsOk ¶
func (o *PlmnRouteSelectionDescriptor) GetSnssaiRouteSelDescsOk() ([]SnssaiRouteSelectionDescriptor, bool)
GetSnssaiRouteSelDescsOk returns a tuple with the SnssaiRouteSelDescs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PlmnRouteSelectionDescriptor) HasSnssaiRouteSelDescs ¶
func (o *PlmnRouteSelectionDescriptor) HasSnssaiRouteSelDescs() bool
HasSnssaiRouteSelDescs returns a boolean if a field has been set.
func (PlmnRouteSelectionDescriptor) MarshalJSON ¶
func (o PlmnRouteSelectionDescriptor) MarshalJSON() ([]byte, error)
func (*PlmnRouteSelectionDescriptor) SetServingPlmn ¶
func (o *PlmnRouteSelectionDescriptor) SetServingPlmn(v PlmnId)
SetServingPlmn sets field value
func (*PlmnRouteSelectionDescriptor) SetSnssaiRouteSelDescs ¶
func (o *PlmnRouteSelectionDescriptor) SetSnssaiRouteSelDescs(v []SnssaiRouteSelectionDescriptor)
SetSnssaiRouteSelDescs gets a reference to the given []SnssaiRouteSelectionDescriptor and assigns it to the SnssaiRouteSelDescs field.
func (PlmnRouteSelectionDescriptor) ToMap ¶
func (o PlmnRouteSelectionDescriptor) ToMap() (map[string]interface{}, error)
type PlmnUePolicySetDocumentApiService ¶
type PlmnUePolicySetDocumentApiService service
PlmnUePolicySetDocumentApiService PlmnUePolicySetDocumentApi service
func (*PlmnUePolicySetDocumentApiService) ReadPlmnUePolicySet ¶
func (a *PlmnUePolicySetDocumentApiService) ReadPlmnUePolicySet(ctx context.Context, plmnId string) ApiReadPlmnUePolicySetRequest
ReadPlmnUePolicySet Retrieve the UE policy set data for an H-PLMN
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param plmnId @return ApiReadPlmnUePolicySetRequest
func (*PlmnUePolicySetDocumentApiService) ReadPlmnUePolicySetExecute ¶
func (a *PlmnUePolicySetDocumentApiService) ReadPlmnUePolicySetExecute(r ApiReadPlmnUePolicySetRequest) (*UePolicySet, *http.Response, error)
Execute executes the request
@return UePolicySet
type PolicyDataChangeNotification ¶
type PolicyDataChangeNotification struct { AmPolicyData *AmPolicyData `json:"amPolicyData,omitempty"` UePolicySet *UePolicySet `json:"uePolicySet,omitempty"` PlmnUePolicySet *UePolicySet `json:"plmnUePolicySet,omitempty"` SmPolicyData *SmPolicyData `json:"smPolicyData,omitempty"` UsageMonData *UsageMonData `json:"usageMonData,omitempty"` SponsorConnectivityData *SponsorConnectivityData `json:"SponsorConnectivityData,omitempty"` BdtData *BdtData `json:"bdtData,omitempty"` OpSpecData *OperatorSpecificDataContainer `json:"opSpecData,omitempty"` // Operator Specific Data resource data, if changed and notification was requested. The key of the map is operator specific data element name and the value is the operator specific data of the UE. OpSpecDataMap *map[string]OperatorSpecificDataContainer `json:"opSpecDataMap,omitempty"` // String represents the SUPI or GPSI UeId *string `json:"ueId,omitempty"` SponsorId *string `json:"sponsorId,omitempty"` // string identifying a BDT Reference ID as defined in clause 5.3.3 of 3GPP TS 29.154. BdtRefId *string `json:"bdtRefId,omitempty"` UsageMonId *string `json:"usageMonId,omitempty"` PlmnId *PlmnId `json:"plmnId,omitempty"` DelResources []string `json:"delResources,omitempty"` NotifId *string `json:"notifId,omitempty"` ReportedFragments []NotificationItem `json:"reportedFragments,omitempty"` SlicePolicyData *SlicePolicyData `json:"slicePolicyData,omitempty"` Snssai *Snssai `json:"snssai,omitempty"` }
PolicyDataChangeNotification Contains changed policy data for which notification was requested.
func NewPolicyDataChangeNotification ¶
func NewPolicyDataChangeNotification() *PolicyDataChangeNotification
NewPolicyDataChangeNotification instantiates a new PolicyDataChangeNotification object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPolicyDataChangeNotificationWithDefaults ¶
func NewPolicyDataChangeNotificationWithDefaults() *PolicyDataChangeNotification
NewPolicyDataChangeNotificationWithDefaults instantiates a new PolicyDataChangeNotification object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PolicyDataChangeNotification) GetAmPolicyData ¶
func (o *PolicyDataChangeNotification) GetAmPolicyData() AmPolicyData
GetAmPolicyData returns the AmPolicyData field value if set, zero value otherwise.
func (*PolicyDataChangeNotification) GetAmPolicyDataOk ¶
func (o *PolicyDataChangeNotification) GetAmPolicyDataOk() (*AmPolicyData, bool)
GetAmPolicyDataOk returns a tuple with the AmPolicyData field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PolicyDataChangeNotification) GetBdtData ¶
func (o *PolicyDataChangeNotification) GetBdtData() BdtData
GetBdtData returns the BdtData field value if set, zero value otherwise.
func (*PolicyDataChangeNotification) GetBdtDataOk ¶
func (o *PolicyDataChangeNotification) GetBdtDataOk() (*BdtData, bool)
GetBdtDataOk returns a tuple with the BdtData field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PolicyDataChangeNotification) GetBdtRefId ¶
func (o *PolicyDataChangeNotification) GetBdtRefId() string
GetBdtRefId returns the BdtRefId field value if set, zero value otherwise.
func (*PolicyDataChangeNotification) GetBdtRefIdOk ¶
func (o *PolicyDataChangeNotification) GetBdtRefIdOk() (*string, bool)
GetBdtRefIdOk returns a tuple with the BdtRefId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PolicyDataChangeNotification) GetDelResources ¶
func (o *PolicyDataChangeNotification) GetDelResources() []string
GetDelResources returns the DelResources field value if set, zero value otherwise.
func (*PolicyDataChangeNotification) GetDelResourcesOk ¶
func (o *PolicyDataChangeNotification) GetDelResourcesOk() ([]string, bool)
GetDelResourcesOk returns a tuple with the DelResources field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PolicyDataChangeNotification) GetNotifId ¶
func (o *PolicyDataChangeNotification) GetNotifId() string
GetNotifId returns the NotifId field value if set, zero value otherwise.
func (*PolicyDataChangeNotification) GetNotifIdOk ¶
func (o *PolicyDataChangeNotification) GetNotifIdOk() (*string, bool)
GetNotifIdOk returns a tuple with the NotifId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PolicyDataChangeNotification) GetOpSpecData ¶
func (o *PolicyDataChangeNotification) GetOpSpecData() OperatorSpecificDataContainer
GetOpSpecData returns the OpSpecData field value if set, zero value otherwise.
func (*PolicyDataChangeNotification) GetOpSpecDataMap ¶
func (o *PolicyDataChangeNotification) GetOpSpecDataMap() map[string]OperatorSpecificDataContainer
GetOpSpecDataMap returns the OpSpecDataMap field value if set, zero value otherwise.
func (*PolicyDataChangeNotification) GetOpSpecDataMapOk ¶
func (o *PolicyDataChangeNotification) GetOpSpecDataMapOk() (*map[string]OperatorSpecificDataContainer, bool)
GetOpSpecDataMapOk returns a tuple with the OpSpecDataMap field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PolicyDataChangeNotification) GetOpSpecDataOk ¶
func (o *PolicyDataChangeNotification) GetOpSpecDataOk() (*OperatorSpecificDataContainer, bool)
GetOpSpecDataOk returns a tuple with the OpSpecData field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PolicyDataChangeNotification) GetPlmnId ¶
func (o *PolicyDataChangeNotification) GetPlmnId() PlmnId
GetPlmnId returns the PlmnId field value if set, zero value otherwise.
func (*PolicyDataChangeNotification) GetPlmnIdOk ¶
func (o *PolicyDataChangeNotification) GetPlmnIdOk() (*PlmnId, bool)
GetPlmnIdOk returns a tuple with the PlmnId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PolicyDataChangeNotification) GetPlmnUePolicySet ¶
func (o *PolicyDataChangeNotification) GetPlmnUePolicySet() UePolicySet
GetPlmnUePolicySet returns the PlmnUePolicySet field value if set, zero value otherwise.
func (*PolicyDataChangeNotification) GetPlmnUePolicySetOk ¶
func (o *PolicyDataChangeNotification) GetPlmnUePolicySetOk() (*UePolicySet, bool)
GetPlmnUePolicySetOk returns a tuple with the PlmnUePolicySet field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PolicyDataChangeNotification) GetReportedFragments ¶
func (o *PolicyDataChangeNotification) GetReportedFragments() []NotificationItem
GetReportedFragments returns the ReportedFragments field value if set, zero value otherwise.
func (*PolicyDataChangeNotification) GetReportedFragmentsOk ¶
func (o *PolicyDataChangeNotification) GetReportedFragmentsOk() ([]NotificationItem, bool)
GetReportedFragmentsOk returns a tuple with the ReportedFragments field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PolicyDataChangeNotification) GetSlicePolicyData ¶
func (o *PolicyDataChangeNotification) GetSlicePolicyData() SlicePolicyData
GetSlicePolicyData returns the SlicePolicyData field value if set, zero value otherwise.
func (*PolicyDataChangeNotification) GetSlicePolicyDataOk ¶
func (o *PolicyDataChangeNotification) GetSlicePolicyDataOk() (*SlicePolicyData, bool)
GetSlicePolicyDataOk returns a tuple with the SlicePolicyData field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PolicyDataChangeNotification) GetSmPolicyData ¶
func (o *PolicyDataChangeNotification) GetSmPolicyData() SmPolicyData
GetSmPolicyData returns the SmPolicyData field value if set, zero value otherwise.
func (*PolicyDataChangeNotification) GetSmPolicyDataOk ¶
func (o *PolicyDataChangeNotification) GetSmPolicyDataOk() (*SmPolicyData, bool)
GetSmPolicyDataOk returns a tuple with the SmPolicyData field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PolicyDataChangeNotification) GetSnssai ¶
func (o *PolicyDataChangeNotification) GetSnssai() Snssai
GetSnssai returns the Snssai field value if set, zero value otherwise.
func (*PolicyDataChangeNotification) GetSnssaiOk ¶
func (o *PolicyDataChangeNotification) GetSnssaiOk() (*Snssai, bool)
GetSnssaiOk returns a tuple with the Snssai field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PolicyDataChangeNotification) GetSponsorConnectivityData ¶
func (o *PolicyDataChangeNotification) GetSponsorConnectivityData() SponsorConnectivityData
GetSponsorConnectivityData returns the SponsorConnectivityData field value if set, zero value otherwise.
func (*PolicyDataChangeNotification) GetSponsorConnectivityDataOk ¶
func (o *PolicyDataChangeNotification) GetSponsorConnectivityDataOk() (*SponsorConnectivityData, bool)
GetSponsorConnectivityDataOk returns a tuple with the SponsorConnectivityData field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PolicyDataChangeNotification) GetSponsorId ¶
func (o *PolicyDataChangeNotification) GetSponsorId() string
GetSponsorId returns the SponsorId field value if set, zero value otherwise.
func (*PolicyDataChangeNotification) GetSponsorIdOk ¶
func (o *PolicyDataChangeNotification) GetSponsorIdOk() (*string, bool)
GetSponsorIdOk returns a tuple with the SponsorId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PolicyDataChangeNotification) GetUeId ¶
func (o *PolicyDataChangeNotification) GetUeId() string
GetUeId returns the UeId field value if set, zero value otherwise.
func (*PolicyDataChangeNotification) GetUeIdOk ¶
func (o *PolicyDataChangeNotification) GetUeIdOk() (*string, bool)
GetUeIdOk returns a tuple with the UeId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PolicyDataChangeNotification) GetUePolicySet ¶
func (o *PolicyDataChangeNotification) GetUePolicySet() UePolicySet
GetUePolicySet returns the UePolicySet field value if set, zero value otherwise.
func (*PolicyDataChangeNotification) GetUePolicySetOk ¶
func (o *PolicyDataChangeNotification) GetUePolicySetOk() (*UePolicySet, bool)
GetUePolicySetOk returns a tuple with the UePolicySet field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PolicyDataChangeNotification) GetUsageMonData ¶
func (o *PolicyDataChangeNotification) GetUsageMonData() UsageMonData
GetUsageMonData returns the UsageMonData field value if set, zero value otherwise.
func (*PolicyDataChangeNotification) GetUsageMonDataOk ¶
func (o *PolicyDataChangeNotification) GetUsageMonDataOk() (*UsageMonData, bool)
GetUsageMonDataOk returns a tuple with the UsageMonData field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PolicyDataChangeNotification) GetUsageMonId ¶
func (o *PolicyDataChangeNotification) GetUsageMonId() string
GetUsageMonId returns the UsageMonId field value if set, zero value otherwise.
func (*PolicyDataChangeNotification) GetUsageMonIdOk ¶
func (o *PolicyDataChangeNotification) GetUsageMonIdOk() (*string, bool)
GetUsageMonIdOk returns a tuple with the UsageMonId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PolicyDataChangeNotification) HasAmPolicyData ¶
func (o *PolicyDataChangeNotification) HasAmPolicyData() bool
HasAmPolicyData returns a boolean if a field has been set.
func (*PolicyDataChangeNotification) HasBdtData ¶
func (o *PolicyDataChangeNotification) HasBdtData() bool
HasBdtData returns a boolean if a field has been set.
func (*PolicyDataChangeNotification) HasBdtRefId ¶
func (o *PolicyDataChangeNotification) HasBdtRefId() bool
HasBdtRefId returns a boolean if a field has been set.
func (*PolicyDataChangeNotification) HasDelResources ¶
func (o *PolicyDataChangeNotification) HasDelResources() bool
HasDelResources returns a boolean if a field has been set.
func (*PolicyDataChangeNotification) HasNotifId ¶
func (o *PolicyDataChangeNotification) HasNotifId() bool
HasNotifId returns a boolean if a field has been set.
func (*PolicyDataChangeNotification) HasOpSpecData ¶
func (o *PolicyDataChangeNotification) HasOpSpecData() bool
HasOpSpecData returns a boolean if a field has been set.
func (*PolicyDataChangeNotification) HasOpSpecDataMap ¶
func (o *PolicyDataChangeNotification) HasOpSpecDataMap() bool
HasOpSpecDataMap returns a boolean if a field has been set.
func (*PolicyDataChangeNotification) HasPlmnId ¶
func (o *PolicyDataChangeNotification) HasPlmnId() bool
HasPlmnId returns a boolean if a field has been set.
func (*PolicyDataChangeNotification) HasPlmnUePolicySet ¶
func (o *PolicyDataChangeNotification) HasPlmnUePolicySet() bool
HasPlmnUePolicySet returns a boolean if a field has been set.
func (*PolicyDataChangeNotification) HasReportedFragments ¶
func (o *PolicyDataChangeNotification) HasReportedFragments() bool
HasReportedFragments returns a boolean if a field has been set.
func (*PolicyDataChangeNotification) HasSlicePolicyData ¶
func (o *PolicyDataChangeNotification) HasSlicePolicyData() bool
HasSlicePolicyData returns a boolean if a field has been set.
func (*PolicyDataChangeNotification) HasSmPolicyData ¶
func (o *PolicyDataChangeNotification) HasSmPolicyData() bool
HasSmPolicyData returns a boolean if a field has been set.
func (*PolicyDataChangeNotification) HasSnssai ¶
func (o *PolicyDataChangeNotification) HasSnssai() bool
HasSnssai returns a boolean if a field has been set.
func (*PolicyDataChangeNotification) HasSponsorConnectivityData ¶
func (o *PolicyDataChangeNotification) HasSponsorConnectivityData() bool
HasSponsorConnectivityData returns a boolean if a field has been set.
func (*PolicyDataChangeNotification) HasSponsorId ¶
func (o *PolicyDataChangeNotification) HasSponsorId() bool
HasSponsorId returns a boolean if a field has been set.
func (*PolicyDataChangeNotification) HasUeId ¶
func (o *PolicyDataChangeNotification) HasUeId() bool
HasUeId returns a boolean if a field has been set.
func (*PolicyDataChangeNotification) HasUePolicySet ¶
func (o *PolicyDataChangeNotification) HasUePolicySet() bool
HasUePolicySet returns a boolean if a field has been set.
func (*PolicyDataChangeNotification) HasUsageMonData ¶
func (o *PolicyDataChangeNotification) HasUsageMonData() bool
HasUsageMonData returns a boolean if a field has been set.
func (*PolicyDataChangeNotification) HasUsageMonId ¶
func (o *PolicyDataChangeNotification) HasUsageMonId() bool
HasUsageMonId returns a boolean if a field has been set.
func (PolicyDataChangeNotification) MarshalJSON ¶
func (o PolicyDataChangeNotification) MarshalJSON() ([]byte, error)
func (*PolicyDataChangeNotification) SetAmPolicyData ¶
func (o *PolicyDataChangeNotification) SetAmPolicyData(v AmPolicyData)
SetAmPolicyData gets a reference to the given AmPolicyData and assigns it to the AmPolicyData field.
func (*PolicyDataChangeNotification) SetBdtData ¶
func (o *PolicyDataChangeNotification) SetBdtData(v BdtData)
SetBdtData gets a reference to the given BdtData and assigns it to the BdtData field.
func (*PolicyDataChangeNotification) SetBdtRefId ¶
func (o *PolicyDataChangeNotification) SetBdtRefId(v string)
SetBdtRefId gets a reference to the given string and assigns it to the BdtRefId field.
func (*PolicyDataChangeNotification) SetDelResources ¶
func (o *PolicyDataChangeNotification) SetDelResources(v []string)
SetDelResources gets a reference to the given []string and assigns it to the DelResources field.
func (*PolicyDataChangeNotification) SetNotifId ¶
func (o *PolicyDataChangeNotification) SetNotifId(v string)
SetNotifId gets a reference to the given string and assigns it to the NotifId field.
func (*PolicyDataChangeNotification) SetOpSpecData ¶
func (o *PolicyDataChangeNotification) SetOpSpecData(v OperatorSpecificDataContainer)
SetOpSpecData gets a reference to the given OperatorSpecificDataContainer and assigns it to the OpSpecData field.
func (*PolicyDataChangeNotification) SetOpSpecDataMap ¶
func (o *PolicyDataChangeNotification) SetOpSpecDataMap(v map[string]OperatorSpecificDataContainer)
SetOpSpecDataMap gets a reference to the given map[string]OperatorSpecificDataContainer and assigns it to the OpSpecDataMap field.
func (*PolicyDataChangeNotification) SetPlmnId ¶
func (o *PolicyDataChangeNotification) SetPlmnId(v PlmnId)
SetPlmnId gets a reference to the given PlmnId and assigns it to the PlmnId field.
func (*PolicyDataChangeNotification) SetPlmnUePolicySet ¶
func (o *PolicyDataChangeNotification) SetPlmnUePolicySet(v UePolicySet)
SetPlmnUePolicySet gets a reference to the given UePolicySet and assigns it to the PlmnUePolicySet field.
func (*PolicyDataChangeNotification) SetReportedFragments ¶
func (o *PolicyDataChangeNotification) SetReportedFragments(v []NotificationItem)
SetReportedFragments gets a reference to the given []NotificationItem and assigns it to the ReportedFragments field.
func (*PolicyDataChangeNotification) SetSlicePolicyData ¶
func (o *PolicyDataChangeNotification) SetSlicePolicyData(v SlicePolicyData)
SetSlicePolicyData gets a reference to the given SlicePolicyData and assigns it to the SlicePolicyData field.
func (*PolicyDataChangeNotification) SetSmPolicyData ¶
func (o *PolicyDataChangeNotification) SetSmPolicyData(v SmPolicyData)
SetSmPolicyData gets a reference to the given SmPolicyData and assigns it to the SmPolicyData field.
func (*PolicyDataChangeNotification) SetSnssai ¶
func (o *PolicyDataChangeNotification) SetSnssai(v Snssai)
SetSnssai gets a reference to the given Snssai and assigns it to the Snssai field.
func (*PolicyDataChangeNotification) SetSponsorConnectivityData ¶
func (o *PolicyDataChangeNotification) SetSponsorConnectivityData(v SponsorConnectivityData)
SetSponsorConnectivityData gets a reference to the given SponsorConnectivityData and assigns it to the SponsorConnectivityData field.
func (*PolicyDataChangeNotification) SetSponsorId ¶
func (o *PolicyDataChangeNotification) SetSponsorId(v string)
SetSponsorId gets a reference to the given string and assigns it to the SponsorId field.
func (*PolicyDataChangeNotification) SetUeId ¶
func (o *PolicyDataChangeNotification) SetUeId(v string)
SetUeId gets a reference to the given string and assigns it to the UeId field.
func (*PolicyDataChangeNotification) SetUePolicySet ¶
func (o *PolicyDataChangeNotification) SetUePolicySet(v UePolicySet)
SetUePolicySet gets a reference to the given UePolicySet and assigns it to the UePolicySet field.
func (*PolicyDataChangeNotification) SetUsageMonData ¶
func (o *PolicyDataChangeNotification) SetUsageMonData(v UsageMonData)
SetUsageMonData gets a reference to the given UsageMonData and assigns it to the UsageMonData field.
func (*PolicyDataChangeNotification) SetUsageMonId ¶
func (o *PolicyDataChangeNotification) SetUsageMonId(v string)
SetUsageMonId gets a reference to the given string and assigns it to the UsageMonId field.
func (PolicyDataChangeNotification) ToMap ¶
func (o PolicyDataChangeNotification) ToMap() (map[string]interface{}, error)
type PolicyDataForIndividualUe ¶
type PolicyDataForIndividualUe struct { UePolicyDataSet *UePolicySet `json:"uePolicyDataSet,omitempty"` SmPolicyDataSet *SmPolicyData `json:"smPolicyDataSet,omitempty"` AmPolicyDataSet *AmPolicyData `json:"amPolicyDataSet,omitempty"` // Contains UM policies. The value of the limit identifier is used as the key of the map. UmData *map[string]UsageMonData `json:"umData,omitempty"` // Contains Operator Specific Data resource data. The key of the map is operator specific data element name and the value is the operator specific data of the UE. OperatorSpecificDataSet *map[string]OperatorSpecificDataContainer `json:"operatorSpecificDataSet,omitempty"` }
PolicyDataForIndividualUe Contains policy data for a given subscriber.
func NewPolicyDataForIndividualUe ¶
func NewPolicyDataForIndividualUe() *PolicyDataForIndividualUe
NewPolicyDataForIndividualUe instantiates a new PolicyDataForIndividualUe object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPolicyDataForIndividualUeWithDefaults ¶
func NewPolicyDataForIndividualUeWithDefaults() *PolicyDataForIndividualUe
NewPolicyDataForIndividualUeWithDefaults instantiates a new PolicyDataForIndividualUe object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PolicyDataForIndividualUe) GetAmPolicyDataSet ¶
func (o *PolicyDataForIndividualUe) GetAmPolicyDataSet() AmPolicyData
GetAmPolicyDataSet returns the AmPolicyDataSet field value if set, zero value otherwise.
func (*PolicyDataForIndividualUe) GetAmPolicyDataSetOk ¶
func (o *PolicyDataForIndividualUe) GetAmPolicyDataSetOk() (*AmPolicyData, bool)
GetAmPolicyDataSetOk returns a tuple with the AmPolicyDataSet field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PolicyDataForIndividualUe) GetOperatorSpecificDataSet ¶
func (o *PolicyDataForIndividualUe) GetOperatorSpecificDataSet() map[string]OperatorSpecificDataContainer
GetOperatorSpecificDataSet returns the OperatorSpecificDataSet field value if set, zero value otherwise.
func (*PolicyDataForIndividualUe) GetOperatorSpecificDataSetOk ¶
func (o *PolicyDataForIndividualUe) GetOperatorSpecificDataSetOk() (*map[string]OperatorSpecificDataContainer, bool)
GetOperatorSpecificDataSetOk returns a tuple with the OperatorSpecificDataSet field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PolicyDataForIndividualUe) GetSmPolicyDataSet ¶
func (o *PolicyDataForIndividualUe) GetSmPolicyDataSet() SmPolicyData
GetSmPolicyDataSet returns the SmPolicyDataSet field value if set, zero value otherwise.
func (*PolicyDataForIndividualUe) GetSmPolicyDataSetOk ¶
func (o *PolicyDataForIndividualUe) GetSmPolicyDataSetOk() (*SmPolicyData, bool)
GetSmPolicyDataSetOk returns a tuple with the SmPolicyDataSet field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PolicyDataForIndividualUe) GetUePolicyDataSet ¶
func (o *PolicyDataForIndividualUe) GetUePolicyDataSet() UePolicySet
GetUePolicyDataSet returns the UePolicyDataSet field value if set, zero value otherwise.
func (*PolicyDataForIndividualUe) GetUePolicyDataSetOk ¶
func (o *PolicyDataForIndividualUe) GetUePolicyDataSetOk() (*UePolicySet, bool)
GetUePolicyDataSetOk returns a tuple with the UePolicyDataSet field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PolicyDataForIndividualUe) GetUmData ¶
func (o *PolicyDataForIndividualUe) GetUmData() map[string]UsageMonData
GetUmData returns the UmData field value if set, zero value otherwise.
func (*PolicyDataForIndividualUe) GetUmDataOk ¶
func (o *PolicyDataForIndividualUe) GetUmDataOk() (*map[string]UsageMonData, bool)
GetUmDataOk returns a tuple with the UmData field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PolicyDataForIndividualUe) HasAmPolicyDataSet ¶
func (o *PolicyDataForIndividualUe) HasAmPolicyDataSet() bool
HasAmPolicyDataSet returns a boolean if a field has been set.
func (*PolicyDataForIndividualUe) HasOperatorSpecificDataSet ¶
func (o *PolicyDataForIndividualUe) HasOperatorSpecificDataSet() bool
HasOperatorSpecificDataSet returns a boolean if a field has been set.
func (*PolicyDataForIndividualUe) HasSmPolicyDataSet ¶
func (o *PolicyDataForIndividualUe) HasSmPolicyDataSet() bool
HasSmPolicyDataSet returns a boolean if a field has been set.
func (*PolicyDataForIndividualUe) HasUePolicyDataSet ¶
func (o *PolicyDataForIndividualUe) HasUePolicyDataSet() bool
HasUePolicyDataSet returns a boolean if a field has been set.
func (*PolicyDataForIndividualUe) HasUmData ¶
func (o *PolicyDataForIndividualUe) HasUmData() bool
HasUmData returns a boolean if a field has been set.
func (PolicyDataForIndividualUe) MarshalJSON ¶
func (o PolicyDataForIndividualUe) MarshalJSON() ([]byte, error)
func (*PolicyDataForIndividualUe) SetAmPolicyDataSet ¶
func (o *PolicyDataForIndividualUe) SetAmPolicyDataSet(v AmPolicyData)
SetAmPolicyDataSet gets a reference to the given AmPolicyData and assigns it to the AmPolicyDataSet field.
func (*PolicyDataForIndividualUe) SetOperatorSpecificDataSet ¶
func (o *PolicyDataForIndividualUe) SetOperatorSpecificDataSet(v map[string]OperatorSpecificDataContainer)
SetOperatorSpecificDataSet gets a reference to the given map[string]OperatorSpecificDataContainer and assigns it to the OperatorSpecificDataSet field.
func (*PolicyDataForIndividualUe) SetSmPolicyDataSet ¶
func (o *PolicyDataForIndividualUe) SetSmPolicyDataSet(v SmPolicyData)
SetSmPolicyDataSet gets a reference to the given SmPolicyData and assigns it to the SmPolicyDataSet field.
func (*PolicyDataForIndividualUe) SetUePolicyDataSet ¶
func (o *PolicyDataForIndividualUe) SetUePolicyDataSet(v UePolicySet)
SetUePolicyDataSet gets a reference to the given UePolicySet and assigns it to the UePolicyDataSet field.
func (*PolicyDataForIndividualUe) SetUmData ¶
func (o *PolicyDataForIndividualUe) SetUmData(v map[string]UsageMonData)
SetUmData gets a reference to the given map[string]UsageMonData and assigns it to the UmData field.
func (PolicyDataForIndividualUe) ToMap ¶
func (o PolicyDataForIndividualUe) ToMap() (map[string]interface{}, error)
type PolicyDataForIndividualUeDocumentApiService ¶
type PolicyDataForIndividualUeDocumentApiService service
PolicyDataForIndividualUeDocumentApiService PolicyDataForIndividualUeDocumentApi service
func (*PolicyDataForIndividualUeDocumentApiService) ReadPolicyData ¶
func (a *PolicyDataForIndividualUeDocumentApiService) ReadPolicyData(ctx context.Context, ueId string) ApiReadPolicyDataRequest
ReadPolicyData Retrieve the policy data for a subscriber
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param ueId @return ApiReadPolicyDataRequest
func (*PolicyDataForIndividualUeDocumentApiService) ReadPolicyDataExecute ¶
func (a *PolicyDataForIndividualUeDocumentApiService) ReadPolicyDataExecute(r ApiReadPolicyDataRequest) (*PolicyDataForIndividualUe, *http.Response, error)
Execute executes the request
@return PolicyDataForIndividualUe
type PolicyDataSubscription ¶
type PolicyDataSubscription struct { // String providing an URI formatted according to RFC 3986. NotificationUri string `json:"notificationUri"` NotifId *string `json:"notifId,omitempty"` MonitoredResourceUris []string `json:"monitoredResourceUris"` MonResItems []ResourceItem `json:"monResItems,omitempty"` ExcludedResItems []ResourceItem `json:"excludedResItems,omitempty"` // If provided and set to true, it indicates that existing entries that match this subscription shall be immediately reported in the response. ImmRep *bool `json:"immRep,omitempty"` // Immediate report with existing UDR entries. ImmReports []PolicyDataChangeNotification `json:"immReports,omitempty"` // string with format 'date-time' as defined in OpenAPI. Expiry *time.Time `json:"expiry,omitempty"` // A string used to indicate the features supported by an API that is used as defined in clause 6.6 in 3GPP TS 29.500. The string shall contain a bitmask indicating supported features in hexadecimal representation Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent the support of 4 features as described in table 5.2.2-3. The most significant character representing the highest-numbered features shall appear first in the string, and the character representing features 1 to 4 shall appear last in the string. The list of features and their numbering (starting with 1) are defined separately for each API. If the string contains a lower number of characters than there are defined features for an API, all features that would be represented by characters that are not present in the string are not supported. SupportedFeatures *string `json:"supportedFeatures,omitempty"` ResetIds []string `json:"resetIds,omitempty"` }
PolicyDataSubscription Identifies a subscription to policy data change notification.
func NewPolicyDataSubscription ¶
func NewPolicyDataSubscription(notificationUri string, monitoredResourceUris []string) *PolicyDataSubscription
NewPolicyDataSubscription instantiates a new PolicyDataSubscription object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPolicyDataSubscriptionWithDefaults ¶
func NewPolicyDataSubscriptionWithDefaults() *PolicyDataSubscription
NewPolicyDataSubscriptionWithDefaults instantiates a new PolicyDataSubscription object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PolicyDataSubscription) GetExcludedResItems ¶
func (o *PolicyDataSubscription) GetExcludedResItems() []ResourceItem
GetExcludedResItems returns the ExcludedResItems field value if set, zero value otherwise.
func (*PolicyDataSubscription) GetExcludedResItemsOk ¶
func (o *PolicyDataSubscription) GetExcludedResItemsOk() ([]ResourceItem, bool)
GetExcludedResItemsOk returns a tuple with the ExcludedResItems field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PolicyDataSubscription) GetExpiry ¶
func (o *PolicyDataSubscription) GetExpiry() time.Time
GetExpiry returns the Expiry field value if set, zero value otherwise.
func (*PolicyDataSubscription) GetExpiryOk ¶
func (o *PolicyDataSubscription) GetExpiryOk() (*time.Time, bool)
GetExpiryOk returns a tuple with the Expiry field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PolicyDataSubscription) GetImmRep ¶
func (o *PolicyDataSubscription) GetImmRep() bool
GetImmRep returns the ImmRep field value if set, zero value otherwise.
func (*PolicyDataSubscription) GetImmRepOk ¶
func (o *PolicyDataSubscription) GetImmRepOk() (*bool, bool)
GetImmRepOk returns a tuple with the ImmRep field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PolicyDataSubscription) GetImmReports ¶
func (o *PolicyDataSubscription) GetImmReports() []PolicyDataChangeNotification
GetImmReports returns the ImmReports field value if set, zero value otherwise.
func (*PolicyDataSubscription) GetImmReportsOk ¶
func (o *PolicyDataSubscription) GetImmReportsOk() ([]PolicyDataChangeNotification, bool)
GetImmReportsOk returns a tuple with the ImmReports field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PolicyDataSubscription) GetMonResItems ¶
func (o *PolicyDataSubscription) GetMonResItems() []ResourceItem
GetMonResItems returns the MonResItems field value if set, zero value otherwise.
func (*PolicyDataSubscription) GetMonResItemsOk ¶
func (o *PolicyDataSubscription) GetMonResItemsOk() ([]ResourceItem, bool)
GetMonResItemsOk returns a tuple with the MonResItems field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PolicyDataSubscription) GetMonitoredResourceUris ¶
func (o *PolicyDataSubscription) GetMonitoredResourceUris() []string
GetMonitoredResourceUris returns the MonitoredResourceUris field value
func (*PolicyDataSubscription) GetMonitoredResourceUrisOk ¶
func (o *PolicyDataSubscription) GetMonitoredResourceUrisOk() ([]string, bool)
GetMonitoredResourceUrisOk returns a tuple with the MonitoredResourceUris field value and a boolean to check if the value has been set.
func (*PolicyDataSubscription) GetNotifId ¶
func (o *PolicyDataSubscription) GetNotifId() string
GetNotifId returns the NotifId field value if set, zero value otherwise.
func (*PolicyDataSubscription) GetNotifIdOk ¶
func (o *PolicyDataSubscription) GetNotifIdOk() (*string, bool)
GetNotifIdOk returns a tuple with the NotifId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PolicyDataSubscription) GetNotificationUri ¶
func (o *PolicyDataSubscription) GetNotificationUri() string
GetNotificationUri returns the NotificationUri field value
func (*PolicyDataSubscription) GetNotificationUriOk ¶
func (o *PolicyDataSubscription) GetNotificationUriOk() (*string, bool)
GetNotificationUriOk returns a tuple with the NotificationUri field value and a boolean to check if the value has been set.
func (*PolicyDataSubscription) GetResetIds ¶
func (o *PolicyDataSubscription) GetResetIds() []string
GetResetIds returns the ResetIds field value if set, zero value otherwise.
func (*PolicyDataSubscription) GetResetIdsOk ¶
func (o *PolicyDataSubscription) GetResetIdsOk() ([]string, bool)
GetResetIdsOk returns a tuple with the ResetIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PolicyDataSubscription) GetSupportedFeatures ¶
func (o *PolicyDataSubscription) GetSupportedFeatures() string
GetSupportedFeatures returns the SupportedFeatures field value if set, zero value otherwise.
func (*PolicyDataSubscription) GetSupportedFeaturesOk ¶
func (o *PolicyDataSubscription) GetSupportedFeaturesOk() (*string, bool)
GetSupportedFeaturesOk returns a tuple with the SupportedFeatures field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PolicyDataSubscription) HasExcludedResItems ¶
func (o *PolicyDataSubscription) HasExcludedResItems() bool
HasExcludedResItems returns a boolean if a field has been set.
func (*PolicyDataSubscription) HasExpiry ¶
func (o *PolicyDataSubscription) HasExpiry() bool
HasExpiry returns a boolean if a field has been set.
func (*PolicyDataSubscription) HasImmRep ¶
func (o *PolicyDataSubscription) HasImmRep() bool
HasImmRep returns a boolean if a field has been set.
func (*PolicyDataSubscription) HasImmReports ¶
func (o *PolicyDataSubscription) HasImmReports() bool
HasImmReports returns a boolean if a field has been set.
func (*PolicyDataSubscription) HasMonResItems ¶
func (o *PolicyDataSubscription) HasMonResItems() bool
HasMonResItems returns a boolean if a field has been set.
func (*PolicyDataSubscription) HasNotifId ¶
func (o *PolicyDataSubscription) HasNotifId() bool
HasNotifId returns a boolean if a field has been set.
func (*PolicyDataSubscription) HasResetIds ¶
func (o *PolicyDataSubscription) HasResetIds() bool
HasResetIds returns a boolean if a field has been set.
func (*PolicyDataSubscription) HasSupportedFeatures ¶
func (o *PolicyDataSubscription) HasSupportedFeatures() bool
HasSupportedFeatures returns a boolean if a field has been set.
func (PolicyDataSubscription) MarshalJSON ¶
func (o PolicyDataSubscription) MarshalJSON() ([]byte, error)
func (*PolicyDataSubscription) SetExcludedResItems ¶
func (o *PolicyDataSubscription) SetExcludedResItems(v []ResourceItem)
SetExcludedResItems gets a reference to the given []ResourceItem and assigns it to the ExcludedResItems field.
func (*PolicyDataSubscription) SetExpiry ¶
func (o *PolicyDataSubscription) SetExpiry(v time.Time)
SetExpiry gets a reference to the given time.Time and assigns it to the Expiry field.
func (*PolicyDataSubscription) SetImmRep ¶
func (o *PolicyDataSubscription) SetImmRep(v bool)
SetImmRep gets a reference to the given bool and assigns it to the ImmRep field.
func (*PolicyDataSubscription) SetImmReports ¶
func (o *PolicyDataSubscription) SetImmReports(v []PolicyDataChangeNotification)
SetImmReports gets a reference to the given []PolicyDataChangeNotification and assigns it to the ImmReports field.
func (*PolicyDataSubscription) SetMonResItems ¶
func (o *PolicyDataSubscription) SetMonResItems(v []ResourceItem)
SetMonResItems gets a reference to the given []ResourceItem and assigns it to the MonResItems field.
func (*PolicyDataSubscription) SetMonitoredResourceUris ¶
func (o *PolicyDataSubscription) SetMonitoredResourceUris(v []string)
SetMonitoredResourceUris sets field value
func (*PolicyDataSubscription) SetNotifId ¶
func (o *PolicyDataSubscription) SetNotifId(v string)
SetNotifId gets a reference to the given string and assigns it to the NotifId field.
func (*PolicyDataSubscription) SetNotificationUri ¶
func (o *PolicyDataSubscription) SetNotificationUri(v string)
SetNotificationUri sets field value
func (*PolicyDataSubscription) SetResetIds ¶
func (o *PolicyDataSubscription) SetResetIds(v []string)
SetResetIds gets a reference to the given []string and assigns it to the ResetIds field.
func (*PolicyDataSubscription) SetSupportedFeatures ¶
func (o *PolicyDataSubscription) SetSupportedFeatures(v string)
SetSupportedFeatures gets a reference to the given string and assigns it to the SupportedFeatures field.
func (PolicyDataSubscription) ToMap ¶
func (o PolicyDataSubscription) ToMap() (map[string]interface{}, error)
type PolicyDataSubscriptionsCollectionApiService ¶
type PolicyDataSubscriptionsCollectionApiService service
PolicyDataSubscriptionsCollectionApiService PolicyDataSubscriptionsCollectionApi service
func (*PolicyDataSubscriptionsCollectionApiService) CreateIndividualPolicyDataSubscription ¶
func (a *PolicyDataSubscriptionsCollectionApiService) CreateIndividualPolicyDataSubscription(ctx context.Context) ApiCreateIndividualPolicyDataSubscriptionRequest
CreateIndividualPolicyDataSubscription Create a subscription to receive notification of policy data changes
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiCreateIndividualPolicyDataSubscriptionRequest
func (*PolicyDataSubscriptionsCollectionApiService) CreateIndividualPolicyDataSubscriptionExecute ¶
func (a *PolicyDataSubscriptionsCollectionApiService) CreateIndividualPolicyDataSubscriptionExecute(r ApiCreateIndividualPolicyDataSubscriptionRequest) (*PolicyDataSubscription, *http.Response, error)
Execute executes the request
@return PolicyDataSubscription
type PolicyDataSubset ¶
type PolicyDataSubset struct {
String *string
}
PolicyDataSubset Indicates a policy data subset.
func (*PolicyDataSubset) MarshalJSON ¶
func (src *PolicyDataSubset) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*PolicyDataSubset) UnmarshalJSON ¶
func (dst *PolicyDataSubset) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type PresenceInfo ¶
type PresenceInfo struct { // Represents an identifier of the Presence Reporting Area (see clause 28.10 of 3GPP TS 23.003. This IE shall be present if the Area of Interest subscribed or reported is a Presence Reporting Area or a Set of Core Network predefined Presence Reporting Areas. When present, it shall be encoded as a string representing an integer in the following ranges: 0 to 8 388 607 for UE-dedicated PRA 8 388 608 to 16 777 215 for Core Network predefined PRA Examples: PRA ID 123 is encoded as \"123\" PRA ID 11 238 660 is encoded as \"11238660\" PraId *string `json:"praId,omitempty"` // This IE may be present if the praId IE is present and if it contains a PRA identifier referring to a set of Core Network predefined Presence Reporting Areas. When present, this IE shall contain a PRA Identifier of an individual PRA within the Set of Core Network predefined Presence Reporting Areas indicated by the praId IE. AdditionalPraId *string `json:"additionalPraId,omitempty"` PresenceState *PresenceState `json:"presenceState,omitempty"` // Represents the list of tracking areas that constitutes the area. This IE shall be present if the subscription or the event report is for tracking UE presence in the tracking areas. For non 3GPP access the TAI shall be the N3GPP TAI. TrackingAreaList []Tai `json:"trackingAreaList,omitempty"` // Represents the list of EUTRAN cell Ids that constitutes the area. This IE shall be present if the Area of Interest subscribed is a list of EUTRAN cell Ids. EcgiList []Ecgi `json:"ecgiList,omitempty"` // Represents the list of NR cell Ids that constitutes the area. This IE shall be present if the Area of Interest subscribed is a list of NR cell Ids. NcgiList []Ncgi `json:"ncgiList,omitempty"` // Represents the list of NG RAN node identifiers that constitutes the area. This IE shall be present if the Area of Interest subscribed is a list of NG RAN node identifiers. GlobalRanNodeIdList []GlobalRanNodeId `json:"globalRanNodeIdList,omitempty"` // Represents the list of eNodeB identifiers that constitutes the area. This IE shall be present if the Area of Interest subscribed is a list of eNodeB identifiers. GlobaleNbIdList []GlobalRanNodeId `json:"globaleNbIdList,omitempty"` }
PresenceInfo If the additionalPraId IE is present, this IE shall state the presence information of the UE for the individual PRA identified by the additionalPraId IE; If the additionalPraId IE is not present, this IE shall state the presence information of the UE for the PRA identified by the praId IE.
func NewPresenceInfo ¶
func NewPresenceInfo() *PresenceInfo
NewPresenceInfo instantiates a new PresenceInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPresenceInfoWithDefaults ¶
func NewPresenceInfoWithDefaults() *PresenceInfo
NewPresenceInfoWithDefaults instantiates a new PresenceInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PresenceInfo) GetAdditionalPraId ¶
func (o *PresenceInfo) GetAdditionalPraId() string
GetAdditionalPraId returns the AdditionalPraId field value if set, zero value otherwise.
func (*PresenceInfo) GetAdditionalPraIdOk ¶
func (o *PresenceInfo) GetAdditionalPraIdOk() (*string, bool)
GetAdditionalPraIdOk returns a tuple with the AdditionalPraId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PresenceInfo) GetEcgiList ¶
func (o *PresenceInfo) GetEcgiList() []Ecgi
GetEcgiList returns the EcgiList field value if set, zero value otherwise.
func (*PresenceInfo) GetEcgiListOk ¶
func (o *PresenceInfo) GetEcgiListOk() ([]Ecgi, bool)
GetEcgiListOk returns a tuple with the EcgiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PresenceInfo) GetGlobalRanNodeIdList ¶
func (o *PresenceInfo) GetGlobalRanNodeIdList() []GlobalRanNodeId
GetGlobalRanNodeIdList returns the GlobalRanNodeIdList field value if set, zero value otherwise.
func (*PresenceInfo) GetGlobalRanNodeIdListOk ¶
func (o *PresenceInfo) GetGlobalRanNodeIdListOk() ([]GlobalRanNodeId, bool)
GetGlobalRanNodeIdListOk returns a tuple with the GlobalRanNodeIdList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PresenceInfo) GetGlobaleNbIdList ¶
func (o *PresenceInfo) GetGlobaleNbIdList() []GlobalRanNodeId
GetGlobaleNbIdList returns the GlobaleNbIdList field value if set, zero value otherwise.
func (*PresenceInfo) GetGlobaleNbIdListOk ¶
func (o *PresenceInfo) GetGlobaleNbIdListOk() ([]GlobalRanNodeId, bool)
GetGlobaleNbIdListOk returns a tuple with the GlobaleNbIdList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PresenceInfo) GetNcgiList ¶
func (o *PresenceInfo) GetNcgiList() []Ncgi
GetNcgiList returns the NcgiList field value if set, zero value otherwise.
func (*PresenceInfo) GetNcgiListOk ¶
func (o *PresenceInfo) GetNcgiListOk() ([]Ncgi, bool)
GetNcgiListOk returns a tuple with the NcgiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PresenceInfo) GetPraId ¶
func (o *PresenceInfo) GetPraId() string
GetPraId returns the PraId field value if set, zero value otherwise.
func (*PresenceInfo) GetPraIdOk ¶
func (o *PresenceInfo) GetPraIdOk() (*string, bool)
GetPraIdOk returns a tuple with the PraId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PresenceInfo) GetPresenceState ¶
func (o *PresenceInfo) GetPresenceState() PresenceState
GetPresenceState returns the PresenceState field value if set, zero value otherwise.
func (*PresenceInfo) GetPresenceStateOk ¶
func (o *PresenceInfo) GetPresenceStateOk() (*PresenceState, bool)
GetPresenceStateOk returns a tuple with the PresenceState field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PresenceInfo) GetTrackingAreaList ¶
func (o *PresenceInfo) GetTrackingAreaList() []Tai
GetTrackingAreaList returns the TrackingAreaList field value if set, zero value otherwise.
func (*PresenceInfo) GetTrackingAreaListOk ¶
func (o *PresenceInfo) GetTrackingAreaListOk() ([]Tai, bool)
GetTrackingAreaListOk returns a tuple with the TrackingAreaList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PresenceInfo) HasAdditionalPraId ¶
func (o *PresenceInfo) HasAdditionalPraId() bool
HasAdditionalPraId returns a boolean if a field has been set.
func (*PresenceInfo) HasEcgiList ¶
func (o *PresenceInfo) HasEcgiList() bool
HasEcgiList returns a boolean if a field has been set.
func (*PresenceInfo) HasGlobalRanNodeIdList ¶
func (o *PresenceInfo) HasGlobalRanNodeIdList() bool
HasGlobalRanNodeIdList returns a boolean if a field has been set.
func (*PresenceInfo) HasGlobaleNbIdList ¶
func (o *PresenceInfo) HasGlobaleNbIdList() bool
HasGlobaleNbIdList returns a boolean if a field has been set.
func (*PresenceInfo) HasNcgiList ¶
func (o *PresenceInfo) HasNcgiList() bool
HasNcgiList returns a boolean if a field has been set.
func (*PresenceInfo) HasPraId ¶
func (o *PresenceInfo) HasPraId() bool
HasPraId returns a boolean if a field has been set.
func (*PresenceInfo) HasPresenceState ¶
func (o *PresenceInfo) HasPresenceState() bool
HasPresenceState returns a boolean if a field has been set.
func (*PresenceInfo) HasTrackingAreaList ¶
func (o *PresenceInfo) HasTrackingAreaList() bool
HasTrackingAreaList returns a boolean if a field has been set.
func (PresenceInfo) MarshalJSON ¶
func (o PresenceInfo) MarshalJSON() ([]byte, error)
func (*PresenceInfo) SetAdditionalPraId ¶
func (o *PresenceInfo) SetAdditionalPraId(v string)
SetAdditionalPraId gets a reference to the given string and assigns it to the AdditionalPraId field.
func (*PresenceInfo) SetEcgiList ¶
func (o *PresenceInfo) SetEcgiList(v []Ecgi)
SetEcgiList gets a reference to the given []Ecgi and assigns it to the EcgiList field.
func (*PresenceInfo) SetGlobalRanNodeIdList ¶
func (o *PresenceInfo) SetGlobalRanNodeIdList(v []GlobalRanNodeId)
SetGlobalRanNodeIdList gets a reference to the given []GlobalRanNodeId and assigns it to the GlobalRanNodeIdList field.
func (*PresenceInfo) SetGlobaleNbIdList ¶
func (o *PresenceInfo) SetGlobaleNbIdList(v []GlobalRanNodeId)
SetGlobaleNbIdList gets a reference to the given []GlobalRanNodeId and assigns it to the GlobaleNbIdList field.
func (*PresenceInfo) SetNcgiList ¶
func (o *PresenceInfo) SetNcgiList(v []Ncgi)
SetNcgiList gets a reference to the given []Ncgi and assigns it to the NcgiList field.
func (*PresenceInfo) SetPraId ¶
func (o *PresenceInfo) SetPraId(v string)
SetPraId gets a reference to the given string and assigns it to the PraId field.
func (*PresenceInfo) SetPresenceState ¶
func (o *PresenceInfo) SetPresenceState(v PresenceState)
SetPresenceState gets a reference to the given PresenceState and assigns it to the PresenceState field.
func (*PresenceInfo) SetTrackingAreaList ¶
func (o *PresenceInfo) SetTrackingAreaList(v []Tai)
SetTrackingAreaList gets a reference to the given []Tai and assigns it to the TrackingAreaList field.
func (PresenceInfo) ToMap ¶
func (o PresenceInfo) ToMap() (map[string]interface{}, error)
type PresenceState ¶
type PresenceState struct {
String *string
}
PresenceState Possible values are: -IN_AREA: Indicates that the UE is inside or enters the presence reporting area. -OUT_OF_AREA: Indicates that the UE is outside or leaves the presence reporting area -UNKNOW: Indicates it is unknown whether the UE is in the presence reporting area or not -INACTIVE: Indicates that the presence reporting area is inactive in the serving node.
func (*PresenceState) MarshalJSON ¶
func (src *PresenceState) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*PresenceState) UnmarshalJSON ¶
func (dst *PresenceState) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type ProblemDetails ¶
type ProblemDetails struct { // String providing an URI formatted according to RFC 3986. Type *string `json:"type,omitempty"` Title *string `json:"title,omitempty"` Status *int32 `json:"status,omitempty"` // A human-readable explanation specific to this occurrence of the problem. Detail *string `json:"detail,omitempty"` // String providing an URI formatted according to RFC 3986. Instance *string `json:"instance,omitempty"` // A machine-readable application error cause specific to this occurrence of the problem. This IE should be present and provide application-related error information, if available. Cause *string `json:"cause,omitempty"` InvalidParams []InvalidParam `json:"invalidParams,omitempty"` // A string used to indicate the features supported by an API that is used as defined in clause 6.6 in 3GPP TS 29.500. The string shall contain a bitmask indicating supported features in hexadecimal representation Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent the support of 4 features as described in table 5.2.2-3. The most significant character representing the highest-numbered features shall appear first in the string, and the character representing features 1 to 4 shall appear last in the string. The list of features and their numbering (starting with 1) are defined separately for each API. If the string contains a lower number of characters than there are defined features for an API, all features that would be represented by characters that are not present in the string are not supported. SupportedFeatures *string `json:"supportedFeatures,omitempty"` AccessTokenError *AccessTokenErr `json:"accessTokenError,omitempty"` AccessTokenRequest *AccessTokenReq `json:"accessTokenRequest,omitempty"` // Fully Qualified Domain Name NrfId *string `json:"nrfId,omitempty"` SupportedApiVersions []string `json:"supportedApiVersions,omitempty"` }
ProblemDetails Provides additional information in an error response.
func NewProblemDetails ¶
func NewProblemDetails() *ProblemDetails
NewProblemDetails instantiates a new ProblemDetails object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewProblemDetailsWithDefaults ¶
func NewProblemDetailsWithDefaults() *ProblemDetails
NewProblemDetailsWithDefaults instantiates a new ProblemDetails object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ProblemDetails) GetAccessTokenError ¶
func (o *ProblemDetails) GetAccessTokenError() AccessTokenErr
GetAccessTokenError returns the AccessTokenError field value if set, zero value otherwise.
func (*ProblemDetails) GetAccessTokenErrorOk ¶
func (o *ProblemDetails) GetAccessTokenErrorOk() (*AccessTokenErr, bool)
GetAccessTokenErrorOk returns a tuple with the AccessTokenError field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetAccessTokenRequest ¶
func (o *ProblemDetails) GetAccessTokenRequest() AccessTokenReq
GetAccessTokenRequest returns the AccessTokenRequest field value if set, zero value otherwise.
func (*ProblemDetails) GetAccessTokenRequestOk ¶
func (o *ProblemDetails) GetAccessTokenRequestOk() (*AccessTokenReq, bool)
GetAccessTokenRequestOk returns a tuple with the AccessTokenRequest field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetCause ¶
func (o *ProblemDetails) GetCause() string
GetCause returns the Cause field value if set, zero value otherwise.
func (*ProblemDetails) GetCauseOk ¶
func (o *ProblemDetails) GetCauseOk() (*string, bool)
GetCauseOk returns a tuple with the Cause field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetDetail ¶
func (o *ProblemDetails) GetDetail() string
GetDetail returns the Detail field value if set, zero value otherwise.
func (*ProblemDetails) GetDetailOk ¶
func (o *ProblemDetails) GetDetailOk() (*string, bool)
GetDetailOk returns a tuple with the Detail field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetInstance ¶
func (o *ProblemDetails) GetInstance() string
GetInstance returns the Instance field value if set, zero value otherwise.
func (*ProblemDetails) GetInstanceOk ¶
func (o *ProblemDetails) GetInstanceOk() (*string, bool)
GetInstanceOk returns a tuple with the Instance field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetInvalidParams ¶
func (o *ProblemDetails) GetInvalidParams() []InvalidParam
GetInvalidParams returns the InvalidParams field value if set, zero value otherwise.
func (*ProblemDetails) GetInvalidParamsOk ¶
func (o *ProblemDetails) GetInvalidParamsOk() ([]InvalidParam, bool)
GetInvalidParamsOk returns a tuple with the InvalidParams field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetNrfId ¶
func (o *ProblemDetails) GetNrfId() string
GetNrfId returns the NrfId field value if set, zero value otherwise.
func (*ProblemDetails) GetNrfIdOk ¶
func (o *ProblemDetails) GetNrfIdOk() (*string, bool)
GetNrfIdOk returns a tuple with the NrfId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetStatus ¶
func (o *ProblemDetails) GetStatus() int32
GetStatus returns the Status field value if set, zero value otherwise.
func (*ProblemDetails) GetStatusOk ¶
func (o *ProblemDetails) GetStatusOk() (*int32, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetSupportedApiVersions ¶
func (o *ProblemDetails) GetSupportedApiVersions() []string
GetSupportedApiVersions returns the SupportedApiVersions field value if set, zero value otherwise.
func (*ProblemDetails) GetSupportedApiVersionsOk ¶
func (o *ProblemDetails) GetSupportedApiVersionsOk() ([]string, bool)
GetSupportedApiVersionsOk returns a tuple with the SupportedApiVersions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetSupportedFeatures ¶
func (o *ProblemDetails) GetSupportedFeatures() string
GetSupportedFeatures returns the SupportedFeatures field value if set, zero value otherwise.
func (*ProblemDetails) GetSupportedFeaturesOk ¶
func (o *ProblemDetails) GetSupportedFeaturesOk() (*string, bool)
GetSupportedFeaturesOk returns a tuple with the SupportedFeatures field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetTitle ¶
func (o *ProblemDetails) GetTitle() string
GetTitle returns the Title field value if set, zero value otherwise.
func (*ProblemDetails) GetTitleOk ¶
func (o *ProblemDetails) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetType ¶
func (o *ProblemDetails) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*ProblemDetails) GetTypeOk ¶
func (o *ProblemDetails) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) HasAccessTokenError ¶
func (o *ProblemDetails) HasAccessTokenError() bool
HasAccessTokenError returns a boolean if a field has been set.
func (*ProblemDetails) HasAccessTokenRequest ¶
func (o *ProblemDetails) HasAccessTokenRequest() bool
HasAccessTokenRequest returns a boolean if a field has been set.
func (*ProblemDetails) HasCause ¶
func (o *ProblemDetails) HasCause() bool
HasCause returns a boolean if a field has been set.
func (*ProblemDetails) HasDetail ¶
func (o *ProblemDetails) HasDetail() bool
HasDetail returns a boolean if a field has been set.
func (*ProblemDetails) HasInstance ¶
func (o *ProblemDetails) HasInstance() bool
HasInstance returns a boolean if a field has been set.
func (*ProblemDetails) HasInvalidParams ¶
func (o *ProblemDetails) HasInvalidParams() bool
HasInvalidParams returns a boolean if a field has been set.
func (*ProblemDetails) HasNrfId ¶
func (o *ProblemDetails) HasNrfId() bool
HasNrfId returns a boolean if a field has been set.
func (*ProblemDetails) HasStatus ¶
func (o *ProblemDetails) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*ProblemDetails) HasSupportedApiVersions ¶
func (o *ProblemDetails) HasSupportedApiVersions() bool
HasSupportedApiVersions returns a boolean if a field has been set.
func (*ProblemDetails) HasSupportedFeatures ¶
func (o *ProblemDetails) HasSupportedFeatures() bool
HasSupportedFeatures returns a boolean if a field has been set.
func (*ProblemDetails) HasTitle ¶
func (o *ProblemDetails) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (*ProblemDetails) HasType ¶
func (o *ProblemDetails) HasType() bool
HasType returns a boolean if a field has been set.
func (ProblemDetails) MarshalJSON ¶
func (o ProblemDetails) MarshalJSON() ([]byte, error)
func (*ProblemDetails) SetAccessTokenError ¶
func (o *ProblemDetails) SetAccessTokenError(v AccessTokenErr)
SetAccessTokenError gets a reference to the given AccessTokenErr and assigns it to the AccessTokenError field.
func (*ProblemDetails) SetAccessTokenRequest ¶
func (o *ProblemDetails) SetAccessTokenRequest(v AccessTokenReq)
SetAccessTokenRequest gets a reference to the given AccessTokenReq and assigns it to the AccessTokenRequest field.
func (*ProblemDetails) SetCause ¶
func (o *ProblemDetails) SetCause(v string)
SetCause gets a reference to the given string and assigns it to the Cause field.
func (*ProblemDetails) SetDetail ¶
func (o *ProblemDetails) SetDetail(v string)
SetDetail gets a reference to the given string and assigns it to the Detail field.
func (*ProblemDetails) SetInstance ¶
func (o *ProblemDetails) SetInstance(v string)
SetInstance gets a reference to the given string and assigns it to the Instance field.
func (*ProblemDetails) SetInvalidParams ¶
func (o *ProblemDetails) SetInvalidParams(v []InvalidParam)
SetInvalidParams gets a reference to the given []InvalidParam and assigns it to the InvalidParams field.
func (*ProblemDetails) SetNrfId ¶
func (o *ProblemDetails) SetNrfId(v string)
SetNrfId gets a reference to the given string and assigns it to the NrfId field.
func (*ProblemDetails) SetStatus ¶
func (o *ProblemDetails) SetStatus(v int32)
SetStatus gets a reference to the given int32 and assigns it to the Status field.
func (*ProblemDetails) SetSupportedApiVersions ¶
func (o *ProblemDetails) SetSupportedApiVersions(v []string)
SetSupportedApiVersions gets a reference to the given []string and assigns it to the SupportedApiVersions field.
func (*ProblemDetails) SetSupportedFeatures ¶
func (o *ProblemDetails) SetSupportedFeatures(v string)
SetSupportedFeatures gets a reference to the given string and assigns it to the SupportedFeatures field.
func (*ProblemDetails) SetTitle ¶
func (o *ProblemDetails) SetTitle(v string)
SetTitle gets a reference to the given string and assigns it to the Title field.
func (*ProblemDetails) SetType ¶
func (o *ProblemDetails) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (ProblemDetails) ToMap ¶
func (o ProblemDetails) ToMap() (map[string]interface{}, error)
type ReportItem ¶
type ReportItem struct { // Contains a JSON pointer value (as defined in IETF RFC 6901) that references a location of a resource to which the modification is subject. Path string `json:"path"` // A human-readable reason providing details on the reported modification failure. The reason string should identify the operation that failed using the operation's array index to assist in correlation of the invalid parameter with the failed operation, e.g. \"Replacement value invalid for attribute (failed operation index= 4)\". Reason *string `json:"reason,omitempty"` }
ReportItem indicates performed modivications.
func NewReportItem ¶
func NewReportItem(path string) *ReportItem
NewReportItem instantiates a new ReportItem object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewReportItemWithDefaults ¶
func NewReportItemWithDefaults() *ReportItem
NewReportItemWithDefaults instantiates a new ReportItem object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ReportItem) GetPath ¶
func (o *ReportItem) GetPath() string
GetPath returns the Path field value
func (*ReportItem) GetPathOk ¶
func (o *ReportItem) GetPathOk() (*string, bool)
GetPathOk returns a tuple with the Path field value and a boolean to check if the value has been set.
func (*ReportItem) GetReason ¶
func (o *ReportItem) GetReason() string
GetReason returns the Reason field value if set, zero value otherwise.
func (*ReportItem) GetReasonOk ¶
func (o *ReportItem) GetReasonOk() (*string, bool)
GetReasonOk returns a tuple with the Reason field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReportItem) HasReason ¶
func (o *ReportItem) HasReason() bool
HasReason returns a boolean if a field has been set.
func (ReportItem) MarshalJSON ¶
func (o ReportItem) MarshalJSON() ([]byte, error)
func (*ReportItem) SetReason ¶
func (o *ReportItem) SetReason(v string)
SetReason gets a reference to the given string and assigns it to the Reason field.
func (ReportItem) ToMap ¶
func (o ReportItem) ToMap() (map[string]interface{}, error)
type ResourceItem ¶
type ResourceItem struct { // String providing an URI formatted according to RFC 3986. MonResourceUri string `json:"monResourceUri"` Items []string `json:"items"` }
ResourceItem Identifies a subscription to policy data change notification when the change occurs in a fragment (subset of resource data) of a given resource.
func NewResourceItem ¶
func NewResourceItem(monResourceUri string, items []string) *ResourceItem
NewResourceItem instantiates a new ResourceItem object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewResourceItemWithDefaults ¶
func NewResourceItemWithDefaults() *ResourceItem
NewResourceItemWithDefaults instantiates a new ResourceItem object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ResourceItem) GetItems ¶
func (o *ResourceItem) GetItems() []string
GetItems returns the Items field value
func (*ResourceItem) GetItemsOk ¶
func (o *ResourceItem) GetItemsOk() ([]string, bool)
GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.
func (*ResourceItem) GetMonResourceUri ¶
func (o *ResourceItem) GetMonResourceUri() string
GetMonResourceUri returns the MonResourceUri field value
func (*ResourceItem) GetMonResourceUriOk ¶
func (o *ResourceItem) GetMonResourceUriOk() (*string, bool)
GetMonResourceUriOk returns a tuple with the MonResourceUri field value and a boolean to check if the value has been set.
func (ResourceItem) MarshalJSON ¶
func (o ResourceItem) MarshalJSON() ([]byte, error)
func (*ResourceItem) SetItems ¶
func (o *ResourceItem) SetItems(v []string)
SetItems sets field value
func (*ResourceItem) SetMonResourceUri ¶
func (o *ResourceItem) SetMonResourceUri(v string)
SetMonResourceUri sets field value
func (ResourceItem) ToMap ¶
func (o ResourceItem) ToMap() (map[string]interface{}, error)
type ServerConfiguration ¶
type ServerConfiguration struct { URL string Description string Variables map[string]ServerVariable }
ServerConfiguration stores the information about a server
type ServerConfigurations ¶
type ServerConfigurations []ServerConfiguration
ServerConfigurations stores multiple ServerConfiguration items
type ServerVariable ¶
ServerVariable stores the information about a server variable
type SessionManagementPolicyDataDocumentApiService ¶
type SessionManagementPolicyDataDocumentApiService service
SessionManagementPolicyDataDocumentApiService SessionManagementPolicyDataDocumentApi service
func (*SessionManagementPolicyDataDocumentApiService) ReadSessionManagementPolicyData ¶
func (a *SessionManagementPolicyDataDocumentApiService) ReadSessionManagementPolicyData(ctx context.Context, ueId string) ApiReadSessionManagementPolicyDataRequest
ReadSessionManagementPolicyData Retrieves the session management policy data for a subscriber
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param ueId @return ApiReadSessionManagementPolicyDataRequest
func (*SessionManagementPolicyDataDocumentApiService) ReadSessionManagementPolicyDataExecute ¶
func (a *SessionManagementPolicyDataDocumentApiService) ReadSessionManagementPolicyDataExecute(r ApiReadSessionManagementPolicyDataRequest) (*SmPolicyData, *http.Response, error)
Execute executes the request
@return SmPolicyData
func (*SessionManagementPolicyDataDocumentApiService) UpdateSessionManagementPolicyData ¶
func (a *SessionManagementPolicyDataDocumentApiService) UpdateSessionManagementPolicyData(ctx context.Context, ueId string) ApiUpdateSessionManagementPolicyDataRequest
UpdateSessionManagementPolicyData Modify the session management policy data for a subscriber
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param ueId @return ApiUpdateSessionManagementPolicyDataRequest
func (*SessionManagementPolicyDataDocumentApiService) UpdateSessionManagementPolicyDataExecute ¶
func (a *SessionManagementPolicyDataDocumentApiService) UpdateSessionManagementPolicyDataExecute(r ApiUpdateSessionManagementPolicyDataRequest) (*SmPolicyData, *http.Response, error)
Execute executes the request
@return SmPolicyData
type SliceMbr ¶
type SliceMbr struct { // String representing a bit rate; the prefixes follow the standard symbols from The International System of Units, and represent x1000 multipliers, with the exception that prefix \"K\" is used to represent the standard symbol \"k\". Uplink string `json:"uplink"` // String representing a bit rate; the prefixes follow the standard symbols from The International System of Units, and represent x1000 multipliers, with the exception that prefix \"K\" is used to represent the standard symbol \"k\". Downlink string `json:"downlink"` }
SliceMbr MBR related to slice
func NewSliceMbr ¶
NewSliceMbr instantiates a new SliceMbr object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSliceMbrWithDefaults ¶
func NewSliceMbrWithDefaults() *SliceMbr
NewSliceMbrWithDefaults instantiates a new SliceMbr object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SliceMbr) GetDownlink ¶
GetDownlink returns the Downlink field value
func (*SliceMbr) GetDownlinkOk ¶
GetDownlinkOk returns a tuple with the Downlink field value and a boolean to check if the value has been set.
func (*SliceMbr) GetUplinkOk ¶
GetUplinkOk returns a tuple with the Uplink field value and a boolean to check if the value has been set.
func (SliceMbr) MarshalJSON ¶
func (*SliceMbr) SetDownlink ¶
SetDownlink sets field value
type SlicePolicyControlDataDocumentApiService ¶
type SlicePolicyControlDataDocumentApiService service
SlicePolicyControlDataDocumentApiService SlicePolicyControlDataDocumentApi service
func (*SlicePolicyControlDataDocumentApiService) ReadSlicePolicyControlData ¶
func (a *SlicePolicyControlDataDocumentApiService) ReadSlicePolicyControlData(ctx context.Context, snssai Snssai) ApiReadSlicePolicyControlDataRequest
ReadSlicePolicyControlData Retrieves a network Slice specific policy control data resource
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param snssai @return ApiReadSlicePolicyControlDataRequest
func (*SlicePolicyControlDataDocumentApiService) ReadSlicePolicyControlDataExecute ¶
func (a *SlicePolicyControlDataDocumentApiService) ReadSlicePolicyControlDataExecute(r ApiReadSlicePolicyControlDataRequest) (*SlicePolicyData, *http.Response, error)
Execute executes the request
@return SlicePolicyData
func (*SlicePolicyControlDataDocumentApiService) UpdateSlicePolicyControlData ¶
func (a *SlicePolicyControlDataDocumentApiService) UpdateSlicePolicyControlData(ctx context.Context, snssai Snssai) ApiUpdateSlicePolicyControlDataRequest
UpdateSlicePolicyControlData Modify a network Slice specific policy control data resource
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param snssai @return ApiUpdateSlicePolicyControlDataRequest
func (*SlicePolicyControlDataDocumentApiService) UpdateSlicePolicyControlDataExecute ¶
func (a *SlicePolicyControlDataDocumentApiService) UpdateSlicePolicyControlDataExecute(r ApiUpdateSlicePolicyControlDataRequest) (*SlicePolicyData, *http.Response, error)
Execute executes the request
@return SlicePolicyData
type SlicePolicyData ¶
type SlicePolicyData struct { // String representing a bit rate; the prefixes follow the standard symbols from The International System of Units, and represent x1000 multipliers, with the exception that prefix \"K\" is used to represent the standard symbol \"k\". MbrUl *string `json:"mbrUl,omitempty"` // String representing a bit rate; the prefixes follow the standard symbols from The International System of Units, and represent x1000 multipliers, with the exception that prefix \"K\" is used to represent the standard symbol \"k\". MbrDl *string `json:"mbrDl,omitempty"` // String representing a bit rate; the prefixes follow the standard symbols from The International System of Units, and represent x1000 multipliers, with the exception that prefix \"K\" is used to represent the standard symbol \"k\". RemainMbrUl *string `json:"remainMbrUl,omitempty"` // String representing a bit rate; the prefixes follow the standard symbols from The International System of Units, and represent x1000 multipliers, with the exception that prefix \"K\" is used to represent the standard symbol \"k\". RemainMbrDl *string `json:"remainMbrDl,omitempty"` // A string used to indicate the features supported by an API that is used as defined in clause 6.6 in 3GPP TS 29.500. The string shall contain a bitmask indicating supported features in hexadecimal representation Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent the support of 4 features as described in table 5.2.2-3. The most significant character representing the highest-numbered features shall appear first in the string, and the character representing features 1 to 4 shall appear last in the string. The list of features and their numbering (starting with 1) are defined separately for each API. If the string contains a lower number of characters than there are defined features for an API, all features that would be represented by characters that are not present in the string are not supported. SuppFeat *string `json:"suppFeat,omitempty"` ResetIds []string `json:"resetIds,omitempty"` }
SlicePolicyData Contains the network slice specific policy control information.
func NewSlicePolicyData ¶
func NewSlicePolicyData() *SlicePolicyData
NewSlicePolicyData instantiates a new SlicePolicyData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSlicePolicyDataWithDefaults ¶
func NewSlicePolicyDataWithDefaults() *SlicePolicyData
NewSlicePolicyDataWithDefaults instantiates a new SlicePolicyData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SlicePolicyData) GetMbrDl ¶
func (o *SlicePolicyData) GetMbrDl() string
GetMbrDl returns the MbrDl field value if set, zero value otherwise.
func (*SlicePolicyData) GetMbrDlOk ¶
func (o *SlicePolicyData) GetMbrDlOk() (*string, bool)
GetMbrDlOk returns a tuple with the MbrDl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SlicePolicyData) GetMbrUl ¶
func (o *SlicePolicyData) GetMbrUl() string
GetMbrUl returns the MbrUl field value if set, zero value otherwise.
func (*SlicePolicyData) GetMbrUlOk ¶
func (o *SlicePolicyData) GetMbrUlOk() (*string, bool)
GetMbrUlOk returns a tuple with the MbrUl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SlicePolicyData) GetRemainMbrDl ¶
func (o *SlicePolicyData) GetRemainMbrDl() string
GetRemainMbrDl returns the RemainMbrDl field value if set, zero value otherwise.
func (*SlicePolicyData) GetRemainMbrDlOk ¶
func (o *SlicePolicyData) GetRemainMbrDlOk() (*string, bool)
GetRemainMbrDlOk returns a tuple with the RemainMbrDl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SlicePolicyData) GetRemainMbrUl ¶
func (o *SlicePolicyData) GetRemainMbrUl() string
GetRemainMbrUl returns the RemainMbrUl field value if set, zero value otherwise.
func (*SlicePolicyData) GetRemainMbrUlOk ¶
func (o *SlicePolicyData) GetRemainMbrUlOk() (*string, bool)
GetRemainMbrUlOk returns a tuple with the RemainMbrUl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SlicePolicyData) GetResetIds ¶
func (o *SlicePolicyData) GetResetIds() []string
GetResetIds returns the ResetIds field value if set, zero value otherwise.
func (*SlicePolicyData) GetResetIdsOk ¶
func (o *SlicePolicyData) GetResetIdsOk() ([]string, bool)
GetResetIdsOk returns a tuple with the ResetIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SlicePolicyData) GetSuppFeat ¶
func (o *SlicePolicyData) GetSuppFeat() string
GetSuppFeat returns the SuppFeat field value if set, zero value otherwise.
func (*SlicePolicyData) GetSuppFeatOk ¶
func (o *SlicePolicyData) GetSuppFeatOk() (*string, bool)
GetSuppFeatOk returns a tuple with the SuppFeat field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SlicePolicyData) HasMbrDl ¶
func (o *SlicePolicyData) HasMbrDl() bool
HasMbrDl returns a boolean if a field has been set.
func (*SlicePolicyData) HasMbrUl ¶
func (o *SlicePolicyData) HasMbrUl() bool
HasMbrUl returns a boolean if a field has been set.
func (*SlicePolicyData) HasRemainMbrDl ¶
func (o *SlicePolicyData) HasRemainMbrDl() bool
HasRemainMbrDl returns a boolean if a field has been set.
func (*SlicePolicyData) HasRemainMbrUl ¶
func (o *SlicePolicyData) HasRemainMbrUl() bool
HasRemainMbrUl returns a boolean if a field has been set.
func (*SlicePolicyData) HasResetIds ¶
func (o *SlicePolicyData) HasResetIds() bool
HasResetIds returns a boolean if a field has been set.
func (*SlicePolicyData) HasSuppFeat ¶
func (o *SlicePolicyData) HasSuppFeat() bool
HasSuppFeat returns a boolean if a field has been set.
func (SlicePolicyData) MarshalJSON ¶
func (o SlicePolicyData) MarshalJSON() ([]byte, error)
func (*SlicePolicyData) SetMbrDl ¶
func (o *SlicePolicyData) SetMbrDl(v string)
SetMbrDl gets a reference to the given string and assigns it to the MbrDl field.
func (*SlicePolicyData) SetMbrUl ¶
func (o *SlicePolicyData) SetMbrUl(v string)
SetMbrUl gets a reference to the given string and assigns it to the MbrUl field.
func (*SlicePolicyData) SetRemainMbrDl ¶
func (o *SlicePolicyData) SetRemainMbrDl(v string)
SetRemainMbrDl gets a reference to the given string and assigns it to the RemainMbrDl field.
func (*SlicePolicyData) SetRemainMbrUl ¶
func (o *SlicePolicyData) SetRemainMbrUl(v string)
SetRemainMbrUl gets a reference to the given string and assigns it to the RemainMbrUl field.
func (*SlicePolicyData) SetResetIds ¶
func (o *SlicePolicyData) SetResetIds(v []string)
SetResetIds gets a reference to the given []string and assigns it to the ResetIds field.
func (*SlicePolicyData) SetSuppFeat ¶
func (o *SlicePolicyData) SetSuppFeat(v string)
SetSuppFeat gets a reference to the given string and assigns it to the SuppFeat field.
func (SlicePolicyData) ToMap ¶
func (o SlicePolicyData) ToMap() (map[string]interface{}, error)
type SlicePolicyDataPatch ¶
type SlicePolicyDataPatch struct {
Interface *interface{}
}
SlicePolicyDataPatch - Contains the modified network slice specific policy control information.
func InterfaceAsSlicePolicyDataPatch ¶
func InterfaceAsSlicePolicyDataPatch(v *interface{}) SlicePolicyDataPatch
interface{}AsSlicePolicyDataPatch is a convenience function that returns interface{} wrapped in SlicePolicyDataPatch
func (*SlicePolicyDataPatch) GetActualInstance ¶
func (obj *SlicePolicyDataPatch) GetActualInstance() interface{}
Get the actual instance
func (SlicePolicyDataPatch) MarshalJSON ¶
func (src SlicePolicyDataPatch) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*SlicePolicyDataPatch) UnmarshalJSON ¶
func (dst *SlicePolicyDataPatch) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type SmPolicyData ¶
type SmPolicyData struct { // Contains Session Management Policy data per S-NSSAI for all the SNSSAIs of the subscriber. The key of the map is the S-NSSAI. SmPolicySnssaiData map[string]SmPolicySnssaiData `json:"smPolicySnssaiData"` // Contains a list of usage monitoring profiles associated with the subscriber. The limit identifier is used as the key of the map. UmDataLimits *map[string]UsageMonDataLimit `json:"umDataLimits,omitempty"` // Contains the remaining allowed usage data associated with the subscriber. The limit identifier is used as the key of the map. UmData *map[string]UsageMonData `json:"umData,omitempty"` // A string used to indicate the features supported by an API that is used as defined in clause 6.6 in 3GPP TS 29.500. The string shall contain a bitmask indicating supported features in hexadecimal representation Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent the support of 4 features as described in table 5.2.2-3. The most significant character representing the highest-numbered features shall appear first in the string, and the character representing features 1 to 4 shall appear last in the string. The list of features and their numbering (starting with 1) are defined separately for each API. If the string contains a lower number of characters than there are defined features for an API, all features that would be represented by characters that are not present in the string are not supported. SuppFeat *string `json:"suppFeat,omitempty"` ResetIds []string `json:"resetIds,omitempty"` }
SmPolicyData Contains the SM policy data for a given subscriber.
func NewSmPolicyData ¶
func NewSmPolicyData(smPolicySnssaiData map[string]SmPolicySnssaiData) *SmPolicyData
NewSmPolicyData instantiates a new SmPolicyData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSmPolicyDataWithDefaults ¶
func NewSmPolicyDataWithDefaults() *SmPolicyData
NewSmPolicyDataWithDefaults instantiates a new SmPolicyData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SmPolicyData) GetResetIds ¶
func (o *SmPolicyData) GetResetIds() []string
GetResetIds returns the ResetIds field value if set, zero value otherwise.
func (*SmPolicyData) GetResetIdsOk ¶
func (o *SmPolicyData) GetResetIdsOk() ([]string, bool)
GetResetIdsOk returns a tuple with the ResetIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmPolicyData) GetSmPolicySnssaiData ¶
func (o *SmPolicyData) GetSmPolicySnssaiData() map[string]SmPolicySnssaiData
GetSmPolicySnssaiData returns the SmPolicySnssaiData field value
func (*SmPolicyData) GetSmPolicySnssaiDataOk ¶
func (o *SmPolicyData) GetSmPolicySnssaiDataOk() (*map[string]SmPolicySnssaiData, bool)
GetSmPolicySnssaiDataOk returns a tuple with the SmPolicySnssaiData field value and a boolean to check if the value has been set.
func (*SmPolicyData) GetSuppFeat ¶
func (o *SmPolicyData) GetSuppFeat() string
GetSuppFeat returns the SuppFeat field value if set, zero value otherwise.
func (*SmPolicyData) GetSuppFeatOk ¶
func (o *SmPolicyData) GetSuppFeatOk() (*string, bool)
GetSuppFeatOk returns a tuple with the SuppFeat field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmPolicyData) GetUmData ¶
func (o *SmPolicyData) GetUmData() map[string]UsageMonData
GetUmData returns the UmData field value if set, zero value otherwise.
func (*SmPolicyData) GetUmDataLimits ¶
func (o *SmPolicyData) GetUmDataLimits() map[string]UsageMonDataLimit
GetUmDataLimits returns the UmDataLimits field value if set, zero value otherwise.
func (*SmPolicyData) GetUmDataLimitsOk ¶
func (o *SmPolicyData) GetUmDataLimitsOk() (*map[string]UsageMonDataLimit, bool)
GetUmDataLimitsOk returns a tuple with the UmDataLimits field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmPolicyData) GetUmDataOk ¶
func (o *SmPolicyData) GetUmDataOk() (*map[string]UsageMonData, bool)
GetUmDataOk returns a tuple with the UmData field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmPolicyData) HasResetIds ¶
func (o *SmPolicyData) HasResetIds() bool
HasResetIds returns a boolean if a field has been set.
func (*SmPolicyData) HasSuppFeat ¶
func (o *SmPolicyData) HasSuppFeat() bool
HasSuppFeat returns a boolean if a field has been set.
func (*SmPolicyData) HasUmData ¶
func (o *SmPolicyData) HasUmData() bool
HasUmData returns a boolean if a field has been set.
func (*SmPolicyData) HasUmDataLimits ¶
func (o *SmPolicyData) HasUmDataLimits() bool
HasUmDataLimits returns a boolean if a field has been set.
func (SmPolicyData) MarshalJSON ¶
func (o SmPolicyData) MarshalJSON() ([]byte, error)
func (*SmPolicyData) SetResetIds ¶
func (o *SmPolicyData) SetResetIds(v []string)
SetResetIds gets a reference to the given []string and assigns it to the ResetIds field.
func (*SmPolicyData) SetSmPolicySnssaiData ¶
func (o *SmPolicyData) SetSmPolicySnssaiData(v map[string]SmPolicySnssaiData)
SetSmPolicySnssaiData sets field value
func (*SmPolicyData) SetSuppFeat ¶
func (o *SmPolicyData) SetSuppFeat(v string)
SetSuppFeat gets a reference to the given string and assigns it to the SuppFeat field.
func (*SmPolicyData) SetUmData ¶
func (o *SmPolicyData) SetUmData(v map[string]UsageMonData)
SetUmData gets a reference to the given map[string]UsageMonData and assigns it to the UmData field.
func (*SmPolicyData) SetUmDataLimits ¶
func (o *SmPolicyData) SetUmDataLimits(v map[string]UsageMonDataLimit)
SetUmDataLimits gets a reference to the given map[string]UsageMonDataLimit and assigns it to the UmDataLimits field.
func (SmPolicyData) ToMap ¶
func (o SmPolicyData) ToMap() (map[string]interface{}, error)
type SmPolicyDataPatch ¶
type SmPolicyDataPatch struct { // Contains the remaining allowed usage data associated with the subscriber. The value of the limit identifier is used as the key of the map. UmData map[string]UsageMonData `json:"umData,omitempty"` // Modifiable Session Management Policy data per S-NSSAI for all the SNSSAIs of the subscriber. The key of the map is the S-NSSAI. SmPolicySnssaiData *map[string]SmPolicySnssaiDataPatch `json:"smPolicySnssaiData,omitempty"` }
SmPolicyDataPatch Contains the SM policy data for a given subscriber.
func NewSmPolicyDataPatch ¶
func NewSmPolicyDataPatch() *SmPolicyDataPatch
NewSmPolicyDataPatch instantiates a new SmPolicyDataPatch object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSmPolicyDataPatchWithDefaults ¶
func NewSmPolicyDataPatchWithDefaults() *SmPolicyDataPatch
NewSmPolicyDataPatchWithDefaults instantiates a new SmPolicyDataPatch object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SmPolicyDataPatch) GetSmPolicySnssaiData ¶
func (o *SmPolicyDataPatch) GetSmPolicySnssaiData() map[string]SmPolicySnssaiDataPatch
GetSmPolicySnssaiData returns the SmPolicySnssaiData field value if set, zero value otherwise.
func (*SmPolicyDataPatch) GetSmPolicySnssaiDataOk ¶
func (o *SmPolicyDataPatch) GetSmPolicySnssaiDataOk() (*map[string]SmPolicySnssaiDataPatch, bool)
GetSmPolicySnssaiDataOk returns a tuple with the SmPolicySnssaiData field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmPolicyDataPatch) GetUmData ¶
func (o *SmPolicyDataPatch) GetUmData() map[string]UsageMonData
GetUmData returns the UmData field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SmPolicyDataPatch) GetUmDataOk ¶
func (o *SmPolicyDataPatch) GetUmDataOk() (*map[string]UsageMonData, bool)
GetUmDataOk returns a tuple with the UmData field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*SmPolicyDataPatch) HasSmPolicySnssaiData ¶
func (o *SmPolicyDataPatch) HasSmPolicySnssaiData() bool
HasSmPolicySnssaiData returns a boolean if a field has been set.
func (*SmPolicyDataPatch) HasUmData ¶
func (o *SmPolicyDataPatch) HasUmData() bool
HasUmData returns a boolean if a field has been set.
func (SmPolicyDataPatch) MarshalJSON ¶
func (o SmPolicyDataPatch) MarshalJSON() ([]byte, error)
func (*SmPolicyDataPatch) SetSmPolicySnssaiData ¶
func (o *SmPolicyDataPatch) SetSmPolicySnssaiData(v map[string]SmPolicySnssaiDataPatch)
SetSmPolicySnssaiData gets a reference to the given map[string]SmPolicySnssaiDataPatch and assigns it to the SmPolicySnssaiData field.
func (*SmPolicyDataPatch) SetUmData ¶
func (o *SmPolicyDataPatch) SetUmData(v map[string]UsageMonData)
SetUmData gets a reference to the given map[string]UsageMonData and assigns it to the UmData field.
func (SmPolicyDataPatch) ToMap ¶
func (o SmPolicyDataPatch) ToMap() (map[string]interface{}, error)
type SmPolicyDnnData ¶
type SmPolicyDnnData struct { // String representing a Data Network as defined in clause 9A of 3GPP TS 23.003; it shall contain either a DNN Network Identifier, or a full DNN with both the Network Identifier and Operator Identifier, as specified in 3GPP TS 23.003 clause 9.1.1 and 9.1.2. It shall be coded as string in which the labels are separated by dots (e.g. \"Label1.Label2.Label3\"). Dnn string `json:"dnn"` AllowedServices []string `json:"allowedServices,omitempty"` SubscCats []string `json:"subscCats,omitempty"` // String representing a bit rate; the prefixes follow the standard symbols from The International System of Units, and represent x1000 multipliers, with the exception that prefix \"K\" is used to represent the standard symbol \"k\". GbrUl *string `json:"gbrUl,omitempty"` // String representing a bit rate; the prefixes follow the standard symbols from The International System of Units, and represent x1000 multipliers, with the exception that prefix \"K\" is used to represent the standard symbol \"k\". GbrDl *string `json:"gbrDl,omitempty"` AdcSupport *bool `json:"adcSupport,omitempty"` SubscSpendingLimits *bool `json:"subscSpendingLimits,omitempty"` // Represents information that identifies which IP pool or external server is used to allocate the IP address. Ipv4Index *int32 `json:"ipv4Index,omitempty"` // Represents information that identifies which IP pool or external server is used to allocate the IP address. Ipv6Index *int32 `json:"ipv6Index,omitempty"` Offline *bool `json:"offline,omitempty"` Online *bool `json:"online,omitempty"` ChfInfo *ChargingInformation `json:"chfInfo,omitempty"` // A reference to the UsageMonitoringDataLimit or UsageMonitoringData instances for this DNN and SNSSAI that may also include the related monitoring key(s). The key of the map is the limit identifier. RefUmDataLimitIds *map[string]LimitIdToMonitoringKey `json:"refUmDataLimitIds,omitempty"` MpsPriority *bool `json:"mpsPriority,omitempty"` McsPriority *bool `json:"mcsPriority,omitempty"` ImsSignallingPrio *bool `json:"imsSignallingPrio,omitempty"` MpsPriorityLevel *int32 `json:"mpsPriorityLevel,omitempty"` McsPriorityLevel *int32 `json:"mcsPriorityLevel,omitempty"` // Contains Presence reporting area information. The praId attribute within the PresenceInfo data type is the key of the map. PraInfos *map[string]PresenceInfo `json:"praInfos,omitempty"` // Identifies transfer policies of background data transfer. Any string value can be used as a key of the map. BdtRefIds map[string]string `json:"bdtRefIds,omitempty"` LocRoutNotAllowed *bool `json:"locRoutNotAllowed,omitempty"` }
SmPolicyDnnData Contains the SM policy data for a given DNN (and S-NSSAI).
func NewSmPolicyDnnData ¶
func NewSmPolicyDnnData(dnn string) *SmPolicyDnnData
NewSmPolicyDnnData instantiates a new SmPolicyDnnData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSmPolicyDnnDataWithDefaults ¶
func NewSmPolicyDnnDataWithDefaults() *SmPolicyDnnData
NewSmPolicyDnnDataWithDefaults instantiates a new SmPolicyDnnData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SmPolicyDnnData) GetAdcSupport ¶
func (o *SmPolicyDnnData) GetAdcSupport() bool
GetAdcSupport returns the AdcSupport field value if set, zero value otherwise.
func (*SmPolicyDnnData) GetAdcSupportOk ¶
func (o *SmPolicyDnnData) GetAdcSupportOk() (*bool, bool)
GetAdcSupportOk returns a tuple with the AdcSupport field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmPolicyDnnData) GetAllowedServices ¶
func (o *SmPolicyDnnData) GetAllowedServices() []string
GetAllowedServices returns the AllowedServices field value if set, zero value otherwise.
func (*SmPolicyDnnData) GetAllowedServicesOk ¶
func (o *SmPolicyDnnData) GetAllowedServicesOk() ([]string, bool)
GetAllowedServicesOk returns a tuple with the AllowedServices field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmPolicyDnnData) GetBdtRefIds ¶
func (o *SmPolicyDnnData) GetBdtRefIds() map[string]string
GetBdtRefIds returns the BdtRefIds field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SmPolicyDnnData) GetBdtRefIdsOk ¶
func (o *SmPolicyDnnData) GetBdtRefIdsOk() (*map[string]string, bool)
GetBdtRefIdsOk returns a tuple with the BdtRefIds field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*SmPolicyDnnData) GetChfInfo ¶
func (o *SmPolicyDnnData) GetChfInfo() ChargingInformation
GetChfInfo returns the ChfInfo field value if set, zero value otherwise.
func (*SmPolicyDnnData) GetChfInfoOk ¶
func (o *SmPolicyDnnData) GetChfInfoOk() (*ChargingInformation, bool)
GetChfInfoOk returns a tuple with the ChfInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmPolicyDnnData) GetDnn ¶
func (o *SmPolicyDnnData) GetDnn() string
GetDnn returns the Dnn field value
func (*SmPolicyDnnData) GetDnnOk ¶
func (o *SmPolicyDnnData) GetDnnOk() (*string, bool)
GetDnnOk returns a tuple with the Dnn field value and a boolean to check if the value has been set.
func (*SmPolicyDnnData) GetGbrDl ¶
func (o *SmPolicyDnnData) GetGbrDl() string
GetGbrDl returns the GbrDl field value if set, zero value otherwise.
func (*SmPolicyDnnData) GetGbrDlOk ¶
func (o *SmPolicyDnnData) GetGbrDlOk() (*string, bool)
GetGbrDlOk returns a tuple with the GbrDl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmPolicyDnnData) GetGbrUl ¶
func (o *SmPolicyDnnData) GetGbrUl() string
GetGbrUl returns the GbrUl field value if set, zero value otherwise.
func (*SmPolicyDnnData) GetGbrUlOk ¶
func (o *SmPolicyDnnData) GetGbrUlOk() (*string, bool)
GetGbrUlOk returns a tuple with the GbrUl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmPolicyDnnData) GetImsSignallingPrio ¶
func (o *SmPolicyDnnData) GetImsSignallingPrio() bool
GetImsSignallingPrio returns the ImsSignallingPrio field value if set, zero value otherwise.
func (*SmPolicyDnnData) GetImsSignallingPrioOk ¶
func (o *SmPolicyDnnData) GetImsSignallingPrioOk() (*bool, bool)
GetImsSignallingPrioOk returns a tuple with the ImsSignallingPrio field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmPolicyDnnData) GetIpv4Index ¶
func (o *SmPolicyDnnData) GetIpv4Index() int32
GetIpv4Index returns the Ipv4Index field value if set, zero value otherwise.
func (*SmPolicyDnnData) GetIpv4IndexOk ¶
func (o *SmPolicyDnnData) GetIpv4IndexOk() (*int32, bool)
GetIpv4IndexOk returns a tuple with the Ipv4Index field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmPolicyDnnData) GetIpv6Index ¶
func (o *SmPolicyDnnData) GetIpv6Index() int32
GetIpv6Index returns the Ipv6Index field value if set, zero value otherwise.
func (*SmPolicyDnnData) GetIpv6IndexOk ¶
func (o *SmPolicyDnnData) GetIpv6IndexOk() (*int32, bool)
GetIpv6IndexOk returns a tuple with the Ipv6Index field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmPolicyDnnData) GetLocRoutNotAllowed ¶
func (o *SmPolicyDnnData) GetLocRoutNotAllowed() bool
GetLocRoutNotAllowed returns the LocRoutNotAllowed field value if set, zero value otherwise.
func (*SmPolicyDnnData) GetLocRoutNotAllowedOk ¶
func (o *SmPolicyDnnData) GetLocRoutNotAllowedOk() (*bool, bool)
GetLocRoutNotAllowedOk returns a tuple with the LocRoutNotAllowed field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmPolicyDnnData) GetMcsPriority ¶
func (o *SmPolicyDnnData) GetMcsPriority() bool
GetMcsPriority returns the McsPriority field value if set, zero value otherwise.
func (*SmPolicyDnnData) GetMcsPriorityLevel ¶
func (o *SmPolicyDnnData) GetMcsPriorityLevel() int32
GetMcsPriorityLevel returns the McsPriorityLevel field value if set, zero value otherwise.
func (*SmPolicyDnnData) GetMcsPriorityLevelOk ¶
func (o *SmPolicyDnnData) GetMcsPriorityLevelOk() (*int32, bool)
GetMcsPriorityLevelOk returns a tuple with the McsPriorityLevel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmPolicyDnnData) GetMcsPriorityOk ¶
func (o *SmPolicyDnnData) GetMcsPriorityOk() (*bool, bool)
GetMcsPriorityOk returns a tuple with the McsPriority field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmPolicyDnnData) GetMpsPriority ¶
func (o *SmPolicyDnnData) GetMpsPriority() bool
GetMpsPriority returns the MpsPriority field value if set, zero value otherwise.
func (*SmPolicyDnnData) GetMpsPriorityLevel ¶
func (o *SmPolicyDnnData) GetMpsPriorityLevel() int32
GetMpsPriorityLevel returns the MpsPriorityLevel field value if set, zero value otherwise.
func (*SmPolicyDnnData) GetMpsPriorityLevelOk ¶
func (o *SmPolicyDnnData) GetMpsPriorityLevelOk() (*int32, bool)
GetMpsPriorityLevelOk returns a tuple with the MpsPriorityLevel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmPolicyDnnData) GetMpsPriorityOk ¶
func (o *SmPolicyDnnData) GetMpsPriorityOk() (*bool, bool)
GetMpsPriorityOk returns a tuple with the MpsPriority field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmPolicyDnnData) GetOffline ¶
func (o *SmPolicyDnnData) GetOffline() bool
GetOffline returns the Offline field value if set, zero value otherwise.
func (*SmPolicyDnnData) GetOfflineOk ¶
func (o *SmPolicyDnnData) GetOfflineOk() (*bool, bool)
GetOfflineOk returns a tuple with the Offline field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmPolicyDnnData) GetOnline ¶
func (o *SmPolicyDnnData) GetOnline() bool
GetOnline returns the Online field value if set, zero value otherwise.
func (*SmPolicyDnnData) GetOnlineOk ¶
func (o *SmPolicyDnnData) GetOnlineOk() (*bool, bool)
GetOnlineOk returns a tuple with the Online field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmPolicyDnnData) GetPraInfos ¶
func (o *SmPolicyDnnData) GetPraInfos() map[string]PresenceInfo
GetPraInfos returns the PraInfos field value if set, zero value otherwise.
func (*SmPolicyDnnData) GetPraInfosOk ¶
func (o *SmPolicyDnnData) GetPraInfosOk() (*map[string]PresenceInfo, bool)
GetPraInfosOk returns a tuple with the PraInfos field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmPolicyDnnData) GetRefUmDataLimitIds ¶
func (o *SmPolicyDnnData) GetRefUmDataLimitIds() map[string]LimitIdToMonitoringKey
GetRefUmDataLimitIds returns the RefUmDataLimitIds field value if set, zero value otherwise.
func (*SmPolicyDnnData) GetRefUmDataLimitIdsOk ¶
func (o *SmPolicyDnnData) GetRefUmDataLimitIdsOk() (*map[string]LimitIdToMonitoringKey, bool)
GetRefUmDataLimitIdsOk returns a tuple with the RefUmDataLimitIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmPolicyDnnData) GetSubscCats ¶
func (o *SmPolicyDnnData) GetSubscCats() []string
GetSubscCats returns the SubscCats field value if set, zero value otherwise.
func (*SmPolicyDnnData) GetSubscCatsOk ¶
func (o *SmPolicyDnnData) GetSubscCatsOk() ([]string, bool)
GetSubscCatsOk returns a tuple with the SubscCats field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmPolicyDnnData) GetSubscSpendingLimits ¶
func (o *SmPolicyDnnData) GetSubscSpendingLimits() bool
GetSubscSpendingLimits returns the SubscSpendingLimits field value if set, zero value otherwise.
func (*SmPolicyDnnData) GetSubscSpendingLimitsOk ¶
func (o *SmPolicyDnnData) GetSubscSpendingLimitsOk() (*bool, bool)
GetSubscSpendingLimitsOk returns a tuple with the SubscSpendingLimits field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmPolicyDnnData) HasAdcSupport ¶
func (o *SmPolicyDnnData) HasAdcSupport() bool
HasAdcSupport returns a boolean if a field has been set.
func (*SmPolicyDnnData) HasAllowedServices ¶
func (o *SmPolicyDnnData) HasAllowedServices() bool
HasAllowedServices returns a boolean if a field has been set.
func (*SmPolicyDnnData) HasBdtRefIds ¶
func (o *SmPolicyDnnData) HasBdtRefIds() bool
HasBdtRefIds returns a boolean if a field has been set.
func (*SmPolicyDnnData) HasChfInfo ¶
func (o *SmPolicyDnnData) HasChfInfo() bool
HasChfInfo returns a boolean if a field has been set.
func (*SmPolicyDnnData) HasGbrDl ¶
func (o *SmPolicyDnnData) HasGbrDl() bool
HasGbrDl returns a boolean if a field has been set.
func (*SmPolicyDnnData) HasGbrUl ¶
func (o *SmPolicyDnnData) HasGbrUl() bool
HasGbrUl returns a boolean if a field has been set.
func (*SmPolicyDnnData) HasImsSignallingPrio ¶
func (o *SmPolicyDnnData) HasImsSignallingPrio() bool
HasImsSignallingPrio returns a boolean if a field has been set.
func (*SmPolicyDnnData) HasIpv4Index ¶
func (o *SmPolicyDnnData) HasIpv4Index() bool
HasIpv4Index returns a boolean if a field has been set.
func (*SmPolicyDnnData) HasIpv6Index ¶
func (o *SmPolicyDnnData) HasIpv6Index() bool
HasIpv6Index returns a boolean if a field has been set.
func (*SmPolicyDnnData) HasLocRoutNotAllowed ¶
func (o *SmPolicyDnnData) HasLocRoutNotAllowed() bool
HasLocRoutNotAllowed returns a boolean if a field has been set.
func (*SmPolicyDnnData) HasMcsPriority ¶
func (o *SmPolicyDnnData) HasMcsPriority() bool
HasMcsPriority returns a boolean if a field has been set.
func (*SmPolicyDnnData) HasMcsPriorityLevel ¶
func (o *SmPolicyDnnData) HasMcsPriorityLevel() bool
HasMcsPriorityLevel returns a boolean if a field has been set.
func (*SmPolicyDnnData) HasMpsPriority ¶
func (o *SmPolicyDnnData) HasMpsPriority() bool
HasMpsPriority returns a boolean if a field has been set.
func (*SmPolicyDnnData) HasMpsPriorityLevel ¶
func (o *SmPolicyDnnData) HasMpsPriorityLevel() bool
HasMpsPriorityLevel returns a boolean if a field has been set.
func (*SmPolicyDnnData) HasOffline ¶
func (o *SmPolicyDnnData) HasOffline() bool
HasOffline returns a boolean if a field has been set.
func (*SmPolicyDnnData) HasOnline ¶
func (o *SmPolicyDnnData) HasOnline() bool
HasOnline returns a boolean if a field has been set.
func (*SmPolicyDnnData) HasPraInfos ¶
func (o *SmPolicyDnnData) HasPraInfos() bool
HasPraInfos returns a boolean if a field has been set.
func (*SmPolicyDnnData) HasRefUmDataLimitIds ¶
func (o *SmPolicyDnnData) HasRefUmDataLimitIds() bool
HasRefUmDataLimitIds returns a boolean if a field has been set.
func (*SmPolicyDnnData) HasSubscCats ¶
func (o *SmPolicyDnnData) HasSubscCats() bool
HasSubscCats returns a boolean if a field has been set.
func (*SmPolicyDnnData) HasSubscSpendingLimits ¶
func (o *SmPolicyDnnData) HasSubscSpendingLimits() bool
HasSubscSpendingLimits returns a boolean if a field has been set.
func (SmPolicyDnnData) MarshalJSON ¶
func (o SmPolicyDnnData) MarshalJSON() ([]byte, error)
func (*SmPolicyDnnData) SetAdcSupport ¶
func (o *SmPolicyDnnData) SetAdcSupport(v bool)
SetAdcSupport gets a reference to the given bool and assigns it to the AdcSupport field.
func (*SmPolicyDnnData) SetAllowedServices ¶
func (o *SmPolicyDnnData) SetAllowedServices(v []string)
SetAllowedServices gets a reference to the given []string and assigns it to the AllowedServices field.
func (*SmPolicyDnnData) SetBdtRefIds ¶
func (o *SmPolicyDnnData) SetBdtRefIds(v map[string]string)
SetBdtRefIds gets a reference to the given map[string]string and assigns it to the BdtRefIds field.
func (*SmPolicyDnnData) SetChfInfo ¶
func (o *SmPolicyDnnData) SetChfInfo(v ChargingInformation)
SetChfInfo gets a reference to the given ChargingInformation and assigns it to the ChfInfo field.
func (*SmPolicyDnnData) SetGbrDl ¶
func (o *SmPolicyDnnData) SetGbrDl(v string)
SetGbrDl gets a reference to the given string and assigns it to the GbrDl field.
func (*SmPolicyDnnData) SetGbrUl ¶
func (o *SmPolicyDnnData) SetGbrUl(v string)
SetGbrUl gets a reference to the given string and assigns it to the GbrUl field.
func (*SmPolicyDnnData) SetImsSignallingPrio ¶
func (o *SmPolicyDnnData) SetImsSignallingPrio(v bool)
SetImsSignallingPrio gets a reference to the given bool and assigns it to the ImsSignallingPrio field.
func (*SmPolicyDnnData) SetIpv4Index ¶
func (o *SmPolicyDnnData) SetIpv4Index(v int32)
SetIpv4Index gets a reference to the given int32 and assigns it to the Ipv4Index field.
func (*SmPolicyDnnData) SetIpv6Index ¶
func (o *SmPolicyDnnData) SetIpv6Index(v int32)
SetIpv6Index gets a reference to the given int32 and assigns it to the Ipv6Index field.
func (*SmPolicyDnnData) SetLocRoutNotAllowed ¶
func (o *SmPolicyDnnData) SetLocRoutNotAllowed(v bool)
SetLocRoutNotAllowed gets a reference to the given bool and assigns it to the LocRoutNotAllowed field.
func (*SmPolicyDnnData) SetMcsPriority ¶
func (o *SmPolicyDnnData) SetMcsPriority(v bool)
SetMcsPriority gets a reference to the given bool and assigns it to the McsPriority field.
func (*SmPolicyDnnData) SetMcsPriorityLevel ¶
func (o *SmPolicyDnnData) SetMcsPriorityLevel(v int32)
SetMcsPriorityLevel gets a reference to the given int32 and assigns it to the McsPriorityLevel field.
func (*SmPolicyDnnData) SetMpsPriority ¶
func (o *SmPolicyDnnData) SetMpsPriority(v bool)
SetMpsPriority gets a reference to the given bool and assigns it to the MpsPriority field.
func (*SmPolicyDnnData) SetMpsPriorityLevel ¶
func (o *SmPolicyDnnData) SetMpsPriorityLevel(v int32)
SetMpsPriorityLevel gets a reference to the given int32 and assigns it to the MpsPriorityLevel field.
func (*SmPolicyDnnData) SetOffline ¶
func (o *SmPolicyDnnData) SetOffline(v bool)
SetOffline gets a reference to the given bool and assigns it to the Offline field.
func (*SmPolicyDnnData) SetOnline ¶
func (o *SmPolicyDnnData) SetOnline(v bool)
SetOnline gets a reference to the given bool and assigns it to the Online field.
func (*SmPolicyDnnData) SetPraInfos ¶
func (o *SmPolicyDnnData) SetPraInfos(v map[string]PresenceInfo)
SetPraInfos gets a reference to the given map[string]PresenceInfo and assigns it to the PraInfos field.
func (*SmPolicyDnnData) SetRefUmDataLimitIds ¶
func (o *SmPolicyDnnData) SetRefUmDataLimitIds(v map[string]LimitIdToMonitoringKey)
SetRefUmDataLimitIds gets a reference to the given map[string]LimitIdToMonitoringKey and assigns it to the RefUmDataLimitIds field.
func (*SmPolicyDnnData) SetSubscCats ¶
func (o *SmPolicyDnnData) SetSubscCats(v []string)
SetSubscCats gets a reference to the given []string and assigns it to the SubscCats field.
func (*SmPolicyDnnData) SetSubscSpendingLimits ¶
func (o *SmPolicyDnnData) SetSubscSpendingLimits(v bool)
SetSubscSpendingLimits gets a reference to the given bool and assigns it to the SubscSpendingLimits field.
func (SmPolicyDnnData) ToMap ¶
func (o SmPolicyDnnData) ToMap() (map[string]interface{}, error)
type SmPolicyDnnDataPatch ¶
type SmPolicyDnnDataPatch struct { // String representing a Data Network as defined in clause 9A of 3GPP TS 23.003; it shall contain either a DNN Network Identifier, or a full DNN with both the Network Identifier and Operator Identifier, as specified in 3GPP TS 23.003 clause 9.1.1 and 9.1.2. It shall be coded as string in which the labels are separated by dots (e.g. \"Label1.Label2.Label3\"). Dnn string `json:"dnn"` // Contains updated transfer policies of background data transfer. Any string value can be used as a key of the map. BdtRefIds map[string]string `json:"bdtRefIds,omitempty"` }
SmPolicyDnnDataPatch Contains the SM policy data for a given DNN (and S-NSSAI).
func NewSmPolicyDnnDataPatch ¶
func NewSmPolicyDnnDataPatch(dnn string) *SmPolicyDnnDataPatch
NewSmPolicyDnnDataPatch instantiates a new SmPolicyDnnDataPatch object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSmPolicyDnnDataPatchWithDefaults ¶
func NewSmPolicyDnnDataPatchWithDefaults() *SmPolicyDnnDataPatch
NewSmPolicyDnnDataPatchWithDefaults instantiates a new SmPolicyDnnDataPatch object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SmPolicyDnnDataPatch) GetBdtRefIds ¶
func (o *SmPolicyDnnDataPatch) GetBdtRefIds() map[string]string
GetBdtRefIds returns the BdtRefIds field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SmPolicyDnnDataPatch) GetBdtRefIdsOk ¶
func (o *SmPolicyDnnDataPatch) GetBdtRefIdsOk() (*map[string]string, bool)
GetBdtRefIdsOk returns a tuple with the BdtRefIds field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*SmPolicyDnnDataPatch) GetDnn ¶
func (o *SmPolicyDnnDataPatch) GetDnn() string
GetDnn returns the Dnn field value
func (*SmPolicyDnnDataPatch) GetDnnOk ¶
func (o *SmPolicyDnnDataPatch) GetDnnOk() (*string, bool)
GetDnnOk returns a tuple with the Dnn field value and a boolean to check if the value has been set.
func (*SmPolicyDnnDataPatch) HasBdtRefIds ¶
func (o *SmPolicyDnnDataPatch) HasBdtRefIds() bool
HasBdtRefIds returns a boolean if a field has been set.
func (SmPolicyDnnDataPatch) MarshalJSON ¶
func (o SmPolicyDnnDataPatch) MarshalJSON() ([]byte, error)
func (*SmPolicyDnnDataPatch) SetBdtRefIds ¶
func (o *SmPolicyDnnDataPatch) SetBdtRefIds(v map[string]string)
SetBdtRefIds gets a reference to the given map[string]string and assigns it to the BdtRefIds field.
func (*SmPolicyDnnDataPatch) SetDnn ¶
func (o *SmPolicyDnnDataPatch) SetDnn(v string)
SetDnn sets field value
func (SmPolicyDnnDataPatch) ToMap ¶
func (o SmPolicyDnnDataPatch) ToMap() (map[string]interface{}, error)
type SmPolicySnssaiData ¶
type SmPolicySnssaiData struct { Snssai Snssai `json:"snssai"` // Session Management Policy data per DNN for all the DNNs of the indicated S-NSSAI. The key of the map is the DNN. SmPolicyDnnData *map[string]SmPolicyDnnData `json:"smPolicyDnnData,omitempty"` UeSliceMbr *SliceMbr `json:"ueSliceMbr,omitempty"` }
SmPolicySnssaiData Contains the SM policy data for a given subscriber and S-NSSAI.
func NewSmPolicySnssaiData ¶
func NewSmPolicySnssaiData(snssai Snssai) *SmPolicySnssaiData
NewSmPolicySnssaiData instantiates a new SmPolicySnssaiData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSmPolicySnssaiDataWithDefaults ¶
func NewSmPolicySnssaiDataWithDefaults() *SmPolicySnssaiData
NewSmPolicySnssaiDataWithDefaults instantiates a new SmPolicySnssaiData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SmPolicySnssaiData) GetSmPolicyDnnData ¶
func (o *SmPolicySnssaiData) GetSmPolicyDnnData() map[string]SmPolicyDnnData
GetSmPolicyDnnData returns the SmPolicyDnnData field value if set, zero value otherwise.
func (*SmPolicySnssaiData) GetSmPolicyDnnDataOk ¶
func (o *SmPolicySnssaiData) GetSmPolicyDnnDataOk() (*map[string]SmPolicyDnnData, bool)
GetSmPolicyDnnDataOk returns a tuple with the SmPolicyDnnData field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmPolicySnssaiData) GetSnssai ¶
func (o *SmPolicySnssaiData) GetSnssai() Snssai
GetSnssai returns the Snssai field value
func (*SmPolicySnssaiData) GetSnssaiOk ¶
func (o *SmPolicySnssaiData) GetSnssaiOk() (*Snssai, bool)
GetSnssaiOk returns a tuple with the Snssai field value and a boolean to check if the value has been set.
func (*SmPolicySnssaiData) GetUeSliceMbr ¶
func (o *SmPolicySnssaiData) GetUeSliceMbr() SliceMbr
GetUeSliceMbr returns the UeSliceMbr field value if set, zero value otherwise.
func (*SmPolicySnssaiData) GetUeSliceMbrOk ¶
func (o *SmPolicySnssaiData) GetUeSliceMbrOk() (*SliceMbr, bool)
GetUeSliceMbrOk returns a tuple with the UeSliceMbr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmPolicySnssaiData) HasSmPolicyDnnData ¶
func (o *SmPolicySnssaiData) HasSmPolicyDnnData() bool
HasSmPolicyDnnData returns a boolean if a field has been set.
func (*SmPolicySnssaiData) HasUeSliceMbr ¶
func (o *SmPolicySnssaiData) HasUeSliceMbr() bool
HasUeSliceMbr returns a boolean if a field has been set.
func (SmPolicySnssaiData) MarshalJSON ¶
func (o SmPolicySnssaiData) MarshalJSON() ([]byte, error)
func (*SmPolicySnssaiData) SetSmPolicyDnnData ¶
func (o *SmPolicySnssaiData) SetSmPolicyDnnData(v map[string]SmPolicyDnnData)
SetSmPolicyDnnData gets a reference to the given map[string]SmPolicyDnnData and assigns it to the SmPolicyDnnData field.
func (*SmPolicySnssaiData) SetSnssai ¶
func (o *SmPolicySnssaiData) SetSnssai(v Snssai)
SetSnssai sets field value
func (*SmPolicySnssaiData) SetUeSliceMbr ¶
func (o *SmPolicySnssaiData) SetUeSliceMbr(v SliceMbr)
SetUeSliceMbr gets a reference to the given SliceMbr and assigns it to the UeSliceMbr field.
func (SmPolicySnssaiData) ToMap ¶
func (o SmPolicySnssaiData) ToMap() (map[string]interface{}, error)
type SmPolicySnssaiDataPatch ¶
type SmPolicySnssaiDataPatch struct { Snssai Snssai `json:"snssai"` // Modifiable Session Management Policy data per DNN for all the DNNs of the indicated S-NSSAI. The key of the map is the DNN. SmPolicyDnnData *map[string]SmPolicyDnnDataPatch `json:"smPolicyDnnData,omitempty"` }
SmPolicySnssaiDataPatch Contains the SM policy data for a given subscriber and S-NSSAI.
func NewSmPolicySnssaiDataPatch ¶
func NewSmPolicySnssaiDataPatch(snssai Snssai) *SmPolicySnssaiDataPatch
NewSmPolicySnssaiDataPatch instantiates a new SmPolicySnssaiDataPatch object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSmPolicySnssaiDataPatchWithDefaults ¶
func NewSmPolicySnssaiDataPatchWithDefaults() *SmPolicySnssaiDataPatch
NewSmPolicySnssaiDataPatchWithDefaults instantiates a new SmPolicySnssaiDataPatch object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SmPolicySnssaiDataPatch) GetSmPolicyDnnData ¶
func (o *SmPolicySnssaiDataPatch) GetSmPolicyDnnData() map[string]SmPolicyDnnDataPatch
GetSmPolicyDnnData returns the SmPolicyDnnData field value if set, zero value otherwise.
func (*SmPolicySnssaiDataPatch) GetSmPolicyDnnDataOk ¶
func (o *SmPolicySnssaiDataPatch) GetSmPolicyDnnDataOk() (*map[string]SmPolicyDnnDataPatch, bool)
GetSmPolicyDnnDataOk returns a tuple with the SmPolicyDnnData field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmPolicySnssaiDataPatch) GetSnssai ¶
func (o *SmPolicySnssaiDataPatch) GetSnssai() Snssai
GetSnssai returns the Snssai field value
func (*SmPolicySnssaiDataPatch) GetSnssaiOk ¶
func (o *SmPolicySnssaiDataPatch) GetSnssaiOk() (*Snssai, bool)
GetSnssaiOk returns a tuple with the Snssai field value and a boolean to check if the value has been set.
func (*SmPolicySnssaiDataPatch) HasSmPolicyDnnData ¶
func (o *SmPolicySnssaiDataPatch) HasSmPolicyDnnData() bool
HasSmPolicyDnnData returns a boolean if a field has been set.
func (SmPolicySnssaiDataPatch) MarshalJSON ¶
func (o SmPolicySnssaiDataPatch) MarshalJSON() ([]byte, error)
func (*SmPolicySnssaiDataPatch) SetSmPolicyDnnData ¶
func (o *SmPolicySnssaiDataPatch) SetSmPolicyDnnData(v map[string]SmPolicyDnnDataPatch)
SetSmPolicyDnnData gets a reference to the given map[string]SmPolicyDnnDataPatch and assigns it to the SmPolicyDnnData field.
func (*SmPolicySnssaiDataPatch) SetSnssai ¶
func (o *SmPolicySnssaiDataPatch) SetSnssai(v Snssai)
SetSnssai sets field value
func (SmPolicySnssaiDataPatch) ToMap ¶
func (o SmPolicySnssaiDataPatch) ToMap() (map[string]interface{}, error)
type Snssai ¶
type Snssai struct { // Unsigned integer, within the range 0 to 255, representing the Slice/Service Type. It indicates the expected Network Slice behaviour in terms of features and services. Values 0 to 127 correspond to the standardized SST range. Values 128 to 255 correspond to the Operator-specific range. See clause 28.4.2 of 3GPP TS 23.003. Standardized values are defined in clause 5.15.2.2 of 3GPP TS 23.501. Sst int32 `json:"sst"` // 3-octet string, representing the Slice Differentiator, in hexadecimal representation. Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The most significant character representing the 4 most significant bits of the SD shall appear first in the string, and the character representing the 4 least significant bit of the SD shall appear last in the string. This is an optional parameter that complements the Slice/Service type(s) to allow to differentiate amongst multiple Network Slices of the same Slice/Service type. This IE shall be absent if no SD value is associated with the SST. Sd *string `json:"sd,omitempty"` }
Snssai When Snssai needs to be converted to string (e.g. when used in maps as key), the string shall be composed of one to three digits \"sst\" optionally followed by \"-\" and 6 hexadecimal digits \"sd\".
func NewSnssai ¶
NewSnssai instantiates a new Snssai object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSnssaiWithDefaults ¶
func NewSnssaiWithDefaults() *Snssai
NewSnssaiWithDefaults instantiates a new Snssai object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Snssai) GetSdOk ¶
GetSdOk returns a tuple with the Sd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Snssai) GetSstOk ¶
GetSstOk returns a tuple with the Sst field value and a boolean to check if the value has been set.
func (Snssai) MarshalJSON ¶
type SnssaiRouteSelectionDescriptor ¶
type SnssaiRouteSelectionDescriptor struct { Snssai Snssai `json:"snssai"` DnnRouteSelDescs []DnnRouteSelectionDescriptor `json:"dnnRouteSelDescs,omitempty"` }
SnssaiRouteSelectionDescriptor Contains the route selector parameters (DNNs, PDU session types, SSC modes and ATSSS information) per SNSSAI
func NewSnssaiRouteSelectionDescriptor ¶
func NewSnssaiRouteSelectionDescriptor(snssai Snssai) *SnssaiRouteSelectionDescriptor
NewSnssaiRouteSelectionDescriptor instantiates a new SnssaiRouteSelectionDescriptor object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSnssaiRouteSelectionDescriptorWithDefaults ¶
func NewSnssaiRouteSelectionDescriptorWithDefaults() *SnssaiRouteSelectionDescriptor
NewSnssaiRouteSelectionDescriptorWithDefaults instantiates a new SnssaiRouteSelectionDescriptor object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SnssaiRouteSelectionDescriptor) GetDnnRouteSelDescs ¶
func (o *SnssaiRouteSelectionDescriptor) GetDnnRouteSelDescs() []DnnRouteSelectionDescriptor
GetDnnRouteSelDescs returns the DnnRouteSelDescs field value if set, zero value otherwise.
func (*SnssaiRouteSelectionDescriptor) GetDnnRouteSelDescsOk ¶
func (o *SnssaiRouteSelectionDescriptor) GetDnnRouteSelDescsOk() ([]DnnRouteSelectionDescriptor, bool)
GetDnnRouteSelDescsOk returns a tuple with the DnnRouteSelDescs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SnssaiRouteSelectionDescriptor) GetSnssai ¶
func (o *SnssaiRouteSelectionDescriptor) GetSnssai() Snssai
GetSnssai returns the Snssai field value
func (*SnssaiRouteSelectionDescriptor) GetSnssaiOk ¶
func (o *SnssaiRouteSelectionDescriptor) GetSnssaiOk() (*Snssai, bool)
GetSnssaiOk returns a tuple with the Snssai field value and a boolean to check if the value has been set.
func (*SnssaiRouteSelectionDescriptor) HasDnnRouteSelDescs ¶
func (o *SnssaiRouteSelectionDescriptor) HasDnnRouteSelDescs() bool
HasDnnRouteSelDescs returns a boolean if a field has been set.
func (SnssaiRouteSelectionDescriptor) MarshalJSON ¶
func (o SnssaiRouteSelectionDescriptor) MarshalJSON() ([]byte, error)
func (*SnssaiRouteSelectionDescriptor) SetDnnRouteSelDescs ¶
func (o *SnssaiRouteSelectionDescriptor) SetDnnRouteSelDescs(v []DnnRouteSelectionDescriptor)
SetDnnRouteSelDescs gets a reference to the given []DnnRouteSelectionDescriptor and assigns it to the DnnRouteSelDescs field.
func (*SnssaiRouteSelectionDescriptor) SetSnssai ¶
func (o *SnssaiRouteSelectionDescriptor) SetSnssai(v Snssai)
SetSnssai sets field value
func (SnssaiRouteSelectionDescriptor) ToMap ¶
func (o SnssaiRouteSelectionDescriptor) ToMap() (map[string]interface{}, error)
type SponsorConnectivityData ¶
type SponsorConnectivityData struct {
AspIds []string `json:"aspIds"`
}
SponsorConnectivityData Contains the sponsored data connectivity related information for a sponsor identifier.
func NewSponsorConnectivityData ¶
func NewSponsorConnectivityData(aspIds []string) *SponsorConnectivityData
NewSponsorConnectivityData instantiates a new SponsorConnectivityData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSponsorConnectivityDataWithDefaults ¶
func NewSponsorConnectivityDataWithDefaults() *SponsorConnectivityData
NewSponsorConnectivityDataWithDefaults instantiates a new SponsorConnectivityData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SponsorConnectivityData) GetAspIds ¶
func (o *SponsorConnectivityData) GetAspIds() []string
GetAspIds returns the AspIds field value
func (*SponsorConnectivityData) GetAspIdsOk ¶
func (o *SponsorConnectivityData) GetAspIdsOk() ([]string, bool)
GetAspIdsOk returns a tuple with the AspIds field value and a boolean to check if the value has been set.
func (SponsorConnectivityData) MarshalJSON ¶
func (o SponsorConnectivityData) MarshalJSON() ([]byte, error)
func (*SponsorConnectivityData) SetAspIds ¶
func (o *SponsorConnectivityData) SetAspIds(v []string)
SetAspIds sets field value
func (SponsorConnectivityData) ToMap ¶
func (o SponsorConnectivityData) ToMap() (map[string]interface{}, error)
type SponsorConnectivityDataDocumentApiService ¶
type SponsorConnectivityDataDocumentApiService service
SponsorConnectivityDataDocumentApiService SponsorConnectivityDataDocumentApi service
func (*SponsorConnectivityDataDocumentApiService) ReadSponsorConnectivityData ¶
func (a *SponsorConnectivityDataDocumentApiService) ReadSponsorConnectivityData(ctx context.Context, sponsorId string) ApiReadSponsorConnectivityDataRequest
ReadSponsorConnectivityData Retrieves the sponsored connectivity information for a given sponsorId
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param sponsorId @return ApiReadSponsorConnectivityDataRequest
func (*SponsorConnectivityDataDocumentApiService) ReadSponsorConnectivityDataExecute ¶
func (a *SponsorConnectivityDataDocumentApiService) ReadSponsorConnectivityDataExecute(r ApiReadSponsorConnectivityDataRequest) (*SponsorConnectivityData, *http.Response, error)
Execute executes the request
@return SponsorConnectivityData
type SscMode ¶
type SscMode struct {
String *string
}
SscMode represents the service and session continuity mode It shall comply with the provisions defined in table 5.4.3.6-1.
func (*SscMode) MarshalJSON ¶
Marshal data from the first non-nil pointers in the struct to JSON
func (*SscMode) UnmarshalJSON ¶
Unmarshal JSON data into any of the pointers in the struct
type Ssm ¶
Ssm Source specific IP multicast address
func NewSsm ¶
NewSsm instantiates a new Ssm object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSsmWithDefaults ¶
func NewSsmWithDefaults() *Ssm
NewSsmWithDefaults instantiates a new Ssm object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Ssm) GetDestIpAddr ¶
GetDestIpAddr returns the DestIpAddr field value
func (*Ssm) GetDestIpAddrOk ¶
GetDestIpAddrOk returns a tuple with the DestIpAddr field value and a boolean to check if the value has been set.
func (*Ssm) GetSourceIpAddr ¶
GetSourceIpAddr returns the SourceIpAddr field value
func (*Ssm) GetSourceIpAddrOk ¶
GetSourceIpAddrOk returns a tuple with the SourceIpAddr field value and a boolean to check if the value has been set.
func (Ssm) MarshalJSON ¶
func (*Ssm) SetSourceIpAddr ¶
SetSourceIpAddr sets field value
type Tai ¶
type Tai struct { PlmnId PlmnId `json:"plmnId"` // 2 or 3-octet string identifying a tracking area code as specified in clause 9.3.3.10 of 3GPP TS 38.413, in hexadecimal representation. Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The most significant character representing the 4 most significant bits of the TAC shall appear first in the string, and the character representing the 4 least significant bit of the TAC shall appear last in the string. Tac string `json:"tac"` // This represents the Network Identifier, which together with a PLMN ID is used to identify an SNPN (see 3GPP TS 23.003 and 3GPP TS 23.501 clause 5.30.2.1). Nid *string `json:"nid,omitempty"` }
Tai Contains the tracking area identity as described in 3GPP 23.003
func NewTai ¶
NewTai instantiates a new Tai object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTaiWithDefaults ¶
func NewTaiWithDefaults() *Tai
NewTaiWithDefaults instantiates a new Tai object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Tai) GetNidOk ¶
GetNidOk returns a tuple with the Nid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Tai) GetPlmnIdOk ¶
GetPlmnIdOk returns a tuple with the PlmnId field value and a boolean to check if the value has been set.
func (*Tai) GetTacOk ¶
GetTacOk returns a tuple with the Tac field value and a boolean to check if the value has been set.
func (Tai) MarshalJSON ¶
type TimePeriod ¶
type TimePeriod struct { Period Periodicity `json:"period"` // Unsigned Integer, i.e. only value 0 and integers above 0 are permissible. MaxNumPeriod *int32 `json:"maxNumPeriod,omitempty"` }
TimePeriod Contains the periodicity for the defined usage monitoring data limits.
func NewTimePeriod ¶
func NewTimePeriod(period Periodicity) *TimePeriod
NewTimePeriod instantiates a new TimePeriod object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTimePeriodWithDefaults ¶
func NewTimePeriodWithDefaults() *TimePeriod
NewTimePeriodWithDefaults instantiates a new TimePeriod object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TimePeriod) GetMaxNumPeriod ¶
func (o *TimePeriod) GetMaxNumPeriod() int32
GetMaxNumPeriod returns the MaxNumPeriod field value if set, zero value otherwise.
func (*TimePeriod) GetMaxNumPeriodOk ¶
func (o *TimePeriod) GetMaxNumPeriodOk() (*int32, bool)
GetMaxNumPeriodOk returns a tuple with the MaxNumPeriod field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TimePeriod) GetPeriod ¶
func (o *TimePeriod) GetPeriod() Periodicity
GetPeriod returns the Period field value
func (*TimePeriod) GetPeriodOk ¶
func (o *TimePeriod) GetPeriodOk() (*Periodicity, bool)
GetPeriodOk returns a tuple with the Period field value and a boolean to check if the value has been set.
func (*TimePeriod) HasMaxNumPeriod ¶
func (o *TimePeriod) HasMaxNumPeriod() bool
HasMaxNumPeriod returns a boolean if a field has been set.
func (TimePeriod) MarshalJSON ¶
func (o TimePeriod) MarshalJSON() ([]byte, error)
func (*TimePeriod) SetMaxNumPeriod ¶
func (o *TimePeriod) SetMaxNumPeriod(v int32)
SetMaxNumPeriod gets a reference to the given int32 and assigns it to the MaxNumPeriod field.
func (*TimePeriod) SetPeriod ¶
func (o *TimePeriod) SetPeriod(v Periodicity)
SetPeriod sets field value
func (TimePeriod) ToMap ¶
func (o TimePeriod) ToMap() (map[string]interface{}, error)
type TimeWindow ¶
type TimeWindow struct { // string with format \"date-time\" as defined in OpenAPI. StartTime time.Time `json:"startTime"` // string with format \"date-time\" as defined in OpenAPI. StopTime time.Time `json:"stopTime"` }
TimeWindow Represents a time window identified by a start time and a stop time.
func NewTimeWindow ¶
func NewTimeWindow(startTime time.Time, stopTime time.Time) *TimeWindow
NewTimeWindow instantiates a new TimeWindow object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTimeWindowWithDefaults ¶
func NewTimeWindowWithDefaults() *TimeWindow
NewTimeWindowWithDefaults instantiates a new TimeWindow object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TimeWindow) GetStartTime ¶
func (o *TimeWindow) GetStartTime() time.Time
GetStartTime returns the StartTime field value
func (*TimeWindow) GetStartTimeOk ¶
func (o *TimeWindow) GetStartTimeOk() (*time.Time, bool)
GetStartTimeOk returns a tuple with the StartTime field value and a boolean to check if the value has been set.
func (*TimeWindow) GetStopTime ¶
func (o *TimeWindow) GetStopTime() time.Time
GetStopTime returns the StopTime field value
func (*TimeWindow) GetStopTimeOk ¶
func (o *TimeWindow) GetStopTimeOk() (*time.Time, bool)
GetStopTimeOk returns a tuple with the StopTime field value and a boolean to check if the value has been set.
func (TimeWindow) MarshalJSON ¶
func (o TimeWindow) MarshalJSON() ([]byte, error)
func (*TimeWindow) SetStartTime ¶
func (o *TimeWindow) SetStartTime(v time.Time)
SetStartTime sets field value
func (*TimeWindow) SetStopTime ¶
func (o *TimeWindow) SetStopTime(v time.Time)
SetStopTime sets field value
func (TimeWindow) ToMap ¶
func (o TimeWindow) ToMap() (map[string]interface{}, error)
type Tmgi ¶
type Tmgi struct { // MBS Service ID MbsServiceId string `json:"mbsServiceId"` PlmnId PlmnId `json:"plmnId"` }
Tmgi Temporary Mobile Group Identity
func NewTmgi ¶
NewTmgi instantiates a new Tmgi object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTmgiWithDefaults ¶
func NewTmgiWithDefaults() *Tmgi
NewTmgiWithDefaults instantiates a new Tmgi object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Tmgi) GetMbsServiceId ¶
GetMbsServiceId returns the MbsServiceId field value
func (*Tmgi) GetMbsServiceIdOk ¶
GetMbsServiceIdOk returns a tuple with the MbsServiceId field value and a boolean to check if the value has been set.
func (*Tmgi) GetPlmnIdOk ¶
GetPlmnIdOk returns a tuple with the PlmnId field value and a boolean to check if the value has been set.
func (Tmgi) MarshalJSON ¶
func (*Tmgi) SetMbsServiceId ¶
SetMbsServiceId sets field value
type TransferPolicy ¶
type TransferPolicy struct { // String representing a bit rate; the prefixes follow the standard symbols from The International System of Units, and represent x1000 multipliers, with the exception that prefix \"K\" is used to represent the standard symbol \"k\". MaxBitRateDl *string `json:"maxBitRateDl,omitempty"` // String representing a bit rate; the prefixes follow the standard symbols from The International System of Units, and represent x1000 multipliers, with the exception that prefix \"K\" is used to represent the standard symbol \"k\". MaxBitRateUl *string `json:"maxBitRateUl,omitempty"` // Indicates a rating group for the recommended time window. RatingGroup int32 `json:"ratingGroup"` RecTimeInt TimeWindow `json:"recTimeInt"` // Contains an identity of a transfer policy. TransPolicyId int32 `json:"transPolicyId"` }
TransferPolicy Describes a transfer policy.
func NewTransferPolicy ¶
func NewTransferPolicy(ratingGroup int32, recTimeInt TimeWindow, transPolicyId int32) *TransferPolicy
NewTransferPolicy instantiates a new TransferPolicy object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTransferPolicyWithDefaults ¶
func NewTransferPolicyWithDefaults() *TransferPolicy
NewTransferPolicyWithDefaults instantiates a new TransferPolicy object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TransferPolicy) GetMaxBitRateDl ¶
func (o *TransferPolicy) GetMaxBitRateDl() string
GetMaxBitRateDl returns the MaxBitRateDl field value if set, zero value otherwise.
func (*TransferPolicy) GetMaxBitRateDlOk ¶
func (o *TransferPolicy) GetMaxBitRateDlOk() (*string, bool)
GetMaxBitRateDlOk returns a tuple with the MaxBitRateDl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TransferPolicy) GetMaxBitRateUl ¶
func (o *TransferPolicy) GetMaxBitRateUl() string
GetMaxBitRateUl returns the MaxBitRateUl field value if set, zero value otherwise.
func (*TransferPolicy) GetMaxBitRateUlOk ¶
func (o *TransferPolicy) GetMaxBitRateUlOk() (*string, bool)
GetMaxBitRateUlOk returns a tuple with the MaxBitRateUl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TransferPolicy) GetRatingGroup ¶
func (o *TransferPolicy) GetRatingGroup() int32
GetRatingGroup returns the RatingGroup field value
func (*TransferPolicy) GetRatingGroupOk ¶
func (o *TransferPolicy) GetRatingGroupOk() (*int32, bool)
GetRatingGroupOk returns a tuple with the RatingGroup field value and a boolean to check if the value has been set.
func (*TransferPolicy) GetRecTimeInt ¶
func (o *TransferPolicy) GetRecTimeInt() TimeWindow
GetRecTimeInt returns the RecTimeInt field value
func (*TransferPolicy) GetRecTimeIntOk ¶
func (o *TransferPolicy) GetRecTimeIntOk() (*TimeWindow, bool)
GetRecTimeIntOk returns a tuple with the RecTimeInt field value and a boolean to check if the value has been set.
func (*TransferPolicy) GetTransPolicyId ¶
func (o *TransferPolicy) GetTransPolicyId() int32
GetTransPolicyId returns the TransPolicyId field value
func (*TransferPolicy) GetTransPolicyIdOk ¶
func (o *TransferPolicy) GetTransPolicyIdOk() (*int32, bool)
GetTransPolicyIdOk returns a tuple with the TransPolicyId field value and a boolean to check if the value has been set.
func (*TransferPolicy) HasMaxBitRateDl ¶
func (o *TransferPolicy) HasMaxBitRateDl() bool
HasMaxBitRateDl returns a boolean if a field has been set.
func (*TransferPolicy) HasMaxBitRateUl ¶
func (o *TransferPolicy) HasMaxBitRateUl() bool
HasMaxBitRateUl returns a boolean if a field has been set.
func (TransferPolicy) MarshalJSON ¶
func (o TransferPolicy) MarshalJSON() ([]byte, error)
func (*TransferPolicy) SetMaxBitRateDl ¶
func (o *TransferPolicy) SetMaxBitRateDl(v string)
SetMaxBitRateDl gets a reference to the given string and assigns it to the MaxBitRateDl field.
func (*TransferPolicy) SetMaxBitRateUl ¶
func (o *TransferPolicy) SetMaxBitRateUl(v string)
SetMaxBitRateUl gets a reference to the given string and assigns it to the MaxBitRateUl field.
func (*TransferPolicy) SetRatingGroup ¶
func (o *TransferPolicy) SetRatingGroup(v int32)
SetRatingGroup sets field value
func (*TransferPolicy) SetRecTimeInt ¶
func (o *TransferPolicy) SetRecTimeInt(v TimeWindow)
SetRecTimeInt sets field value
func (*TransferPolicy) SetTransPolicyId ¶
func (o *TransferPolicy) SetTransPolicyId(v int32)
SetTransPolicyId sets field value
func (TransferPolicy) ToMap ¶
func (o TransferPolicy) ToMap() (map[string]interface{}, error)
type UEPolicySetDocumentApiService ¶
type UEPolicySetDocumentApiService service
UEPolicySetDocumentApiService UEPolicySetDocumentApi service
func (*UEPolicySetDocumentApiService) CreateOrReplaceUEPolicySet ¶
func (a *UEPolicySetDocumentApiService) CreateOrReplaceUEPolicySet(ctx context.Context, ueId string) ApiCreateOrReplaceUEPolicySetRequest
CreateOrReplaceUEPolicySet Create or modify the UE policy set data for a subscriber
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param ueId @return ApiCreateOrReplaceUEPolicySetRequest
func (*UEPolicySetDocumentApiService) CreateOrReplaceUEPolicySetExecute ¶
func (a *UEPolicySetDocumentApiService) CreateOrReplaceUEPolicySetExecute(r ApiCreateOrReplaceUEPolicySetRequest) (*UePolicySet, *http.Response, error)
Execute executes the request
@return UePolicySet
func (*UEPolicySetDocumentApiService) ReadUEPolicySet ¶
func (a *UEPolicySetDocumentApiService) ReadUEPolicySet(ctx context.Context, ueId string) ApiReadUEPolicySetRequest
ReadUEPolicySet Retrieves the UE policy set data for a subscriber
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param ueId @return ApiReadUEPolicySetRequest
func (*UEPolicySetDocumentApiService) ReadUEPolicySetExecute ¶
func (a *UEPolicySetDocumentApiService) ReadUEPolicySetExecute(r ApiReadUEPolicySetRequest) (*UePolicySet, *http.Response, error)
Execute executes the request
@return UePolicySet
func (*UEPolicySetDocumentApiService) UpdateUEPolicySet ¶
func (a *UEPolicySetDocumentApiService) UpdateUEPolicySet(ctx context.Context, ueId string) ApiUpdateUEPolicySetRequest
UpdateUEPolicySet Modify the UE policy set data for a subscriber
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param ueId @return ApiUpdateUEPolicySetRequest
func (*UEPolicySetDocumentApiService) UpdateUEPolicySetExecute ¶
func (a *UEPolicySetDocumentApiService) UpdateUEPolicySetExecute(r ApiUpdateUEPolicySetRequest) (*http.Response, error)
Execute executes the request
type UePolicySection ¶
type UePolicySection struct { // string with format 'bytes' as defined in OpenAPI UePolicySectionInfo string `json:"uePolicySectionInfo"` Upsi string `json:"upsi"` }
UePolicySection Contains the UE policy section.
func NewUePolicySection ¶
func NewUePolicySection(uePolicySectionInfo string, upsi string) *UePolicySection
NewUePolicySection instantiates a new UePolicySection object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUePolicySectionWithDefaults ¶
func NewUePolicySectionWithDefaults() *UePolicySection
NewUePolicySectionWithDefaults instantiates a new UePolicySection object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UePolicySection) GetUePolicySectionInfo ¶
func (o *UePolicySection) GetUePolicySectionInfo() string
GetUePolicySectionInfo returns the UePolicySectionInfo field value
func (*UePolicySection) GetUePolicySectionInfoOk ¶
func (o *UePolicySection) GetUePolicySectionInfoOk() (*string, bool)
GetUePolicySectionInfoOk returns a tuple with the UePolicySectionInfo field value and a boolean to check if the value has been set.
func (*UePolicySection) GetUpsi ¶
func (o *UePolicySection) GetUpsi() string
GetUpsi returns the Upsi field value
func (*UePolicySection) GetUpsiOk ¶
func (o *UePolicySection) GetUpsiOk() (*string, bool)
GetUpsiOk returns a tuple with the Upsi field value and a boolean to check if the value has been set.
func (UePolicySection) MarshalJSON ¶
func (o UePolicySection) MarshalJSON() ([]byte, error)
func (*UePolicySection) SetUePolicySectionInfo ¶
func (o *UePolicySection) SetUePolicySectionInfo(v string)
SetUePolicySectionInfo sets field value
func (*UePolicySection) SetUpsi ¶
func (o *UePolicySection) SetUpsi(v string)
SetUpsi sets field value
func (UePolicySection) ToMap ¶
func (o UePolicySection) ToMap() (map[string]interface{}, error)
type UePolicySet ¶
type UePolicySet struct { // Contains Presence reporting area information. The praId attribute within the PresenceInfo data type is the key of the map. PraInfos *map[string]PresenceInfo `json:"praInfos,omitempty"` SubscCats []string `json:"subscCats,omitempty"` // Contains the UE Policy Sections. The UE Policy Section Identifier is used as the key of the map. UePolicySections *map[string]UePolicySection `json:"uePolicySections,omitempty"` Upsis []string `json:"upsis,omitempty"` // Contains allowed route selection descriptors per serving PLMN for a UE. The serving PLMN identifier is the key of the map. AllowedRouteSelDescs *map[string]PlmnRouteSelectionDescriptor `json:"allowedRouteSelDescs,omitempty"` AndspInd *bool `json:"andspInd,omitempty"` // String representing a Permanent Equipment Identifier that may contain - an IMEI or IMEISV, as specified in clause 6.2 of 3GPP TS 23.003; a MAC address for a 5G-RG or FN-RG via wireline access, with an indication that this address cannot be trusted for regulatory purpose if this address cannot be used as an Equipment Identifier of the FN-RG, as specified in clause 4.7.7 of 3GPP TS23.316. Examples are imei-012345678901234 or imeisv-0123456789012345. Pei *string `json:"pei,omitempty"` OsIds []string `json:"osIds,omitempty"` // A string used to indicate the features supported by an API that is used as defined in clause 6.6 in 3GPP TS 29.500. The string shall contain a bitmask indicating supported features in hexadecimal representation Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent the support of 4 features as described in table 5.2.2-3. The most significant character representing the highest-numbered features shall appear first in the string, and the character representing features 1 to 4 shall appear last in the string. The list of features and their numbering (starting with 1) are defined separately for each API. If the string contains a lower number of characters than there are defined features for an API, all features that would be represented by characters that are not present in the string are not supported. SuppFeat *string `json:"suppFeat,omitempty"` ResetIds []string `json:"resetIds,omitempty"` }
UePolicySet Contains the UE policy data for a given subscriber.
func NewUePolicySet ¶
func NewUePolicySet() *UePolicySet
NewUePolicySet instantiates a new UePolicySet object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUePolicySetWithDefaults ¶
func NewUePolicySetWithDefaults() *UePolicySet
NewUePolicySetWithDefaults instantiates a new UePolicySet object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UePolicySet) GetAllowedRouteSelDescs ¶
func (o *UePolicySet) GetAllowedRouteSelDescs() map[string]PlmnRouteSelectionDescriptor
GetAllowedRouteSelDescs returns the AllowedRouteSelDescs field value if set, zero value otherwise.
func (*UePolicySet) GetAllowedRouteSelDescsOk ¶
func (o *UePolicySet) GetAllowedRouteSelDescsOk() (*map[string]PlmnRouteSelectionDescriptor, bool)
GetAllowedRouteSelDescsOk returns a tuple with the AllowedRouteSelDescs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UePolicySet) GetAndspInd ¶
func (o *UePolicySet) GetAndspInd() bool
GetAndspInd returns the AndspInd field value if set, zero value otherwise.
func (*UePolicySet) GetAndspIndOk ¶
func (o *UePolicySet) GetAndspIndOk() (*bool, bool)
GetAndspIndOk returns a tuple with the AndspInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UePolicySet) GetOsIds ¶
func (o *UePolicySet) GetOsIds() []string
GetOsIds returns the OsIds field value if set, zero value otherwise.
func (*UePolicySet) GetOsIdsOk ¶
func (o *UePolicySet) GetOsIdsOk() ([]string, bool)
GetOsIdsOk returns a tuple with the OsIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UePolicySet) GetPei ¶
func (o *UePolicySet) GetPei() string
GetPei returns the Pei field value if set, zero value otherwise.
func (*UePolicySet) GetPeiOk ¶
func (o *UePolicySet) GetPeiOk() (*string, bool)
GetPeiOk returns a tuple with the Pei field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UePolicySet) GetPraInfos ¶
func (o *UePolicySet) GetPraInfos() map[string]PresenceInfo
GetPraInfos returns the PraInfos field value if set, zero value otherwise.
func (*UePolicySet) GetPraInfosOk ¶
func (o *UePolicySet) GetPraInfosOk() (*map[string]PresenceInfo, bool)
GetPraInfosOk returns a tuple with the PraInfos field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UePolicySet) GetResetIds ¶
func (o *UePolicySet) GetResetIds() []string
GetResetIds returns the ResetIds field value if set, zero value otherwise.
func (*UePolicySet) GetResetIdsOk ¶
func (o *UePolicySet) GetResetIdsOk() ([]string, bool)
GetResetIdsOk returns a tuple with the ResetIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UePolicySet) GetSubscCats ¶
func (o *UePolicySet) GetSubscCats() []string
GetSubscCats returns the SubscCats field value if set, zero value otherwise.
func (*UePolicySet) GetSubscCatsOk ¶
func (o *UePolicySet) GetSubscCatsOk() ([]string, bool)
GetSubscCatsOk returns a tuple with the SubscCats field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UePolicySet) GetSuppFeat ¶
func (o *UePolicySet) GetSuppFeat() string
GetSuppFeat returns the SuppFeat field value if set, zero value otherwise.
func (*UePolicySet) GetSuppFeatOk ¶
func (o *UePolicySet) GetSuppFeatOk() (*string, bool)
GetSuppFeatOk returns a tuple with the SuppFeat field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UePolicySet) GetUePolicySections ¶
func (o *UePolicySet) GetUePolicySections() map[string]UePolicySection
GetUePolicySections returns the UePolicySections field value if set, zero value otherwise.
func (*UePolicySet) GetUePolicySectionsOk ¶
func (o *UePolicySet) GetUePolicySectionsOk() (*map[string]UePolicySection, bool)
GetUePolicySectionsOk returns a tuple with the UePolicySections field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UePolicySet) GetUpsis ¶
func (o *UePolicySet) GetUpsis() []string
GetUpsis returns the Upsis field value if set, zero value otherwise.
func (*UePolicySet) GetUpsisOk ¶
func (o *UePolicySet) GetUpsisOk() ([]string, bool)
GetUpsisOk returns a tuple with the Upsis field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UePolicySet) HasAllowedRouteSelDescs ¶
func (o *UePolicySet) HasAllowedRouteSelDescs() bool
HasAllowedRouteSelDescs returns a boolean if a field has been set.
func (*UePolicySet) HasAndspInd ¶
func (o *UePolicySet) HasAndspInd() bool
HasAndspInd returns a boolean if a field has been set.
func (*UePolicySet) HasOsIds ¶
func (o *UePolicySet) HasOsIds() bool
HasOsIds returns a boolean if a field has been set.
func (*UePolicySet) HasPei ¶
func (o *UePolicySet) HasPei() bool
HasPei returns a boolean if a field has been set.
func (*UePolicySet) HasPraInfos ¶
func (o *UePolicySet) HasPraInfos() bool
HasPraInfos returns a boolean if a field has been set.
func (*UePolicySet) HasResetIds ¶
func (o *UePolicySet) HasResetIds() bool
HasResetIds returns a boolean if a field has been set.
func (*UePolicySet) HasSubscCats ¶
func (o *UePolicySet) HasSubscCats() bool
HasSubscCats returns a boolean if a field has been set.
func (*UePolicySet) HasSuppFeat ¶
func (o *UePolicySet) HasSuppFeat() bool
HasSuppFeat returns a boolean if a field has been set.
func (*UePolicySet) HasUePolicySections ¶
func (o *UePolicySet) HasUePolicySections() bool
HasUePolicySections returns a boolean if a field has been set.
func (*UePolicySet) HasUpsis ¶
func (o *UePolicySet) HasUpsis() bool
HasUpsis returns a boolean if a field has been set.
func (UePolicySet) MarshalJSON ¶
func (o UePolicySet) MarshalJSON() ([]byte, error)
func (*UePolicySet) SetAllowedRouteSelDescs ¶
func (o *UePolicySet) SetAllowedRouteSelDescs(v map[string]PlmnRouteSelectionDescriptor)
SetAllowedRouteSelDescs gets a reference to the given map[string]PlmnRouteSelectionDescriptor and assigns it to the AllowedRouteSelDescs field.
func (*UePolicySet) SetAndspInd ¶
func (o *UePolicySet) SetAndspInd(v bool)
SetAndspInd gets a reference to the given bool and assigns it to the AndspInd field.
func (*UePolicySet) SetOsIds ¶
func (o *UePolicySet) SetOsIds(v []string)
SetOsIds gets a reference to the given []string and assigns it to the OsIds field.
func (*UePolicySet) SetPei ¶
func (o *UePolicySet) SetPei(v string)
SetPei gets a reference to the given string and assigns it to the Pei field.
func (*UePolicySet) SetPraInfos ¶
func (o *UePolicySet) SetPraInfos(v map[string]PresenceInfo)
SetPraInfos gets a reference to the given map[string]PresenceInfo and assigns it to the PraInfos field.
func (*UePolicySet) SetResetIds ¶
func (o *UePolicySet) SetResetIds(v []string)
SetResetIds gets a reference to the given []string and assigns it to the ResetIds field.
func (*UePolicySet) SetSubscCats ¶
func (o *UePolicySet) SetSubscCats(v []string)
SetSubscCats gets a reference to the given []string and assigns it to the SubscCats field.
func (*UePolicySet) SetSuppFeat ¶
func (o *UePolicySet) SetSuppFeat(v string)
SetSuppFeat gets a reference to the given string and assigns it to the SuppFeat field.
func (*UePolicySet) SetUePolicySections ¶
func (o *UePolicySet) SetUePolicySections(v map[string]UePolicySection)
SetUePolicySections gets a reference to the given map[string]UePolicySection and assigns it to the UePolicySections field.
func (*UePolicySet) SetUpsis ¶
func (o *UePolicySet) SetUpsis(v []string)
SetUpsis gets a reference to the given []string and assigns it to the Upsis field.
func (UePolicySet) ToMap ¶
func (o UePolicySet) ToMap() (map[string]interface{}, error)
type UePolicySetPatch ¶
type UePolicySetPatch struct { // Contains the UE Policy Sections. The UE Policy Section Identifier is used as the key of the map. UePolicySections *map[string]UePolicySection `json:"uePolicySections,omitempty"` Upsis []string `json:"upsis,omitempty"` AndspInd *bool `json:"andspInd,omitempty"` // String representing a Permanent Equipment Identifier that may contain - an IMEI or IMEISV, as specified in clause 6.2 of 3GPP TS 23.003; a MAC address for a 5G-RG or FN-RG via wireline access, with an indication that this address cannot be trusted for regulatory purpose if this address cannot be used as an Equipment Identifier of the FN-RG, as specified in clause 4.7.7 of 3GPP TS23.316. Examples are imei-012345678901234 or imeisv-0123456789012345. Pei *string `json:"pei,omitempty"` OsIds []string `json:"osIds,omitempty"` }
UePolicySetPatch Contains the UE policy set for a given subscriber.
func NewUePolicySetPatch ¶
func NewUePolicySetPatch() *UePolicySetPatch
NewUePolicySetPatch instantiates a new UePolicySetPatch object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUePolicySetPatchWithDefaults ¶
func NewUePolicySetPatchWithDefaults() *UePolicySetPatch
NewUePolicySetPatchWithDefaults instantiates a new UePolicySetPatch object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UePolicySetPatch) GetAndspInd ¶
func (o *UePolicySetPatch) GetAndspInd() bool
GetAndspInd returns the AndspInd field value if set, zero value otherwise.
func (*UePolicySetPatch) GetAndspIndOk ¶
func (o *UePolicySetPatch) GetAndspIndOk() (*bool, bool)
GetAndspIndOk returns a tuple with the AndspInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UePolicySetPatch) GetOsIds ¶
func (o *UePolicySetPatch) GetOsIds() []string
GetOsIds returns the OsIds field value if set, zero value otherwise.
func (*UePolicySetPatch) GetOsIdsOk ¶
func (o *UePolicySetPatch) GetOsIdsOk() ([]string, bool)
GetOsIdsOk returns a tuple with the OsIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UePolicySetPatch) GetPei ¶
func (o *UePolicySetPatch) GetPei() string
GetPei returns the Pei field value if set, zero value otherwise.
func (*UePolicySetPatch) GetPeiOk ¶
func (o *UePolicySetPatch) GetPeiOk() (*string, bool)
GetPeiOk returns a tuple with the Pei field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UePolicySetPatch) GetUePolicySections ¶
func (o *UePolicySetPatch) GetUePolicySections() map[string]UePolicySection
GetUePolicySections returns the UePolicySections field value if set, zero value otherwise.
func (*UePolicySetPatch) GetUePolicySectionsOk ¶
func (o *UePolicySetPatch) GetUePolicySectionsOk() (*map[string]UePolicySection, bool)
GetUePolicySectionsOk returns a tuple with the UePolicySections field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UePolicySetPatch) GetUpsis ¶
func (o *UePolicySetPatch) GetUpsis() []string
GetUpsis returns the Upsis field value if set, zero value otherwise.
func (*UePolicySetPatch) GetUpsisOk ¶
func (o *UePolicySetPatch) GetUpsisOk() ([]string, bool)
GetUpsisOk returns a tuple with the Upsis field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UePolicySetPatch) HasAndspInd ¶
func (o *UePolicySetPatch) HasAndspInd() bool
HasAndspInd returns a boolean if a field has been set.
func (*UePolicySetPatch) HasOsIds ¶
func (o *UePolicySetPatch) HasOsIds() bool
HasOsIds returns a boolean if a field has been set.
func (*UePolicySetPatch) HasPei ¶
func (o *UePolicySetPatch) HasPei() bool
HasPei returns a boolean if a field has been set.
func (*UePolicySetPatch) HasUePolicySections ¶
func (o *UePolicySetPatch) HasUePolicySections() bool
HasUePolicySections returns a boolean if a field has been set.
func (*UePolicySetPatch) HasUpsis ¶
func (o *UePolicySetPatch) HasUpsis() bool
HasUpsis returns a boolean if a field has been set.
func (UePolicySetPatch) MarshalJSON ¶
func (o UePolicySetPatch) MarshalJSON() ([]byte, error)
func (*UePolicySetPatch) SetAndspInd ¶
func (o *UePolicySetPatch) SetAndspInd(v bool)
SetAndspInd gets a reference to the given bool and assigns it to the AndspInd field.
func (*UePolicySetPatch) SetOsIds ¶
func (o *UePolicySetPatch) SetOsIds(v []string)
SetOsIds gets a reference to the given []string and assigns it to the OsIds field.
func (*UePolicySetPatch) SetPei ¶
func (o *UePolicySetPatch) SetPei(v string)
SetPei gets a reference to the given string and assigns it to the Pei field.
func (*UePolicySetPatch) SetUePolicySections ¶
func (o *UePolicySetPatch) SetUePolicySections(v map[string]UePolicySection)
SetUePolicySections gets a reference to the given map[string]UePolicySection and assigns it to the UePolicySections field.
func (*UePolicySetPatch) SetUpsis ¶
func (o *UePolicySetPatch) SetUpsis(v []string)
SetUpsis gets a reference to the given []string and assigns it to the Upsis field.
func (UePolicySetPatch) ToMap ¶
func (o UePolicySetPatch) ToMap() (map[string]interface{}, error)
type UpdatedItem ¶
type UpdatedItem struct { // Identifies a fragment (subset of resource data) of a given resource. Item string `json:"item"` Value interface{} `json:"value"` }
UpdatedItem Identifies a fragment of a resource.
func NewUpdatedItem ¶
func NewUpdatedItem(item string, value interface{}) *UpdatedItem
NewUpdatedItem instantiates a new UpdatedItem object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUpdatedItemWithDefaults ¶
func NewUpdatedItemWithDefaults() *UpdatedItem
NewUpdatedItemWithDefaults instantiates a new UpdatedItem object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UpdatedItem) GetItem ¶
func (o *UpdatedItem) GetItem() string
GetItem returns the Item field value
func (*UpdatedItem) GetItemOk ¶
func (o *UpdatedItem) GetItemOk() (*string, bool)
GetItemOk returns a tuple with the Item field value and a boolean to check if the value has been set.
func (*UpdatedItem) GetValue ¶
func (o *UpdatedItem) GetValue() interface{}
GetValue returns the Value field value If the value is explicit nil, the zero value for interface{} will be returned
func (*UpdatedItem) GetValueOk ¶
func (o *UpdatedItem) GetValueOk() (*interface{}, bool)
GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (UpdatedItem) MarshalJSON ¶
func (o UpdatedItem) MarshalJSON() ([]byte, error)
func (*UpdatedItem) SetValue ¶
func (o *UpdatedItem) SetValue(v interface{})
SetValue sets field value
func (UpdatedItem) ToMap ¶
func (o UpdatedItem) ToMap() (map[string]interface{}, error)
type UsageMonData ¶
type UsageMonData struct { LimitId string `json:"limitId"` // Identifies the SNSSAI and DNN combinations for remain allowed usage data for a subscriber. The S-NSSAI is the key of the map. Scopes *map[string]UsageMonDataScope `json:"scopes,omitempty"` UmLevel *UsageMonLevel `json:"umLevel,omitempty"` AllowedUsage *UsageThreshold `json:"allowedUsage,omitempty"` // string with format 'date-time' as defined in OpenAPI. ResetTime *time.Time `json:"resetTime,omitempty"` // A string used to indicate the features supported by an API that is used as defined in clause 6.6 in 3GPP TS 29.500. The string shall contain a bitmask indicating supported features in hexadecimal representation Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent the support of 4 features as described in table 5.2.2-3. The most significant character representing the highest-numbered features shall appear first in the string, and the character representing features 1 to 4 shall appear last in the string. The list of features and their numbering (starting with 1) are defined separately for each API. If the string contains a lower number of characters than there are defined features for an API, all features that would be represented by characters that are not present in the string are not supported. SuppFeat *string `json:"suppFeat,omitempty"` ResetIds []string `json:"resetIds,omitempty"` }
UsageMonData Contains remain allowed usage data for a subscriber.
func NewUsageMonData ¶
func NewUsageMonData(limitId string) *UsageMonData
NewUsageMonData instantiates a new UsageMonData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUsageMonDataWithDefaults ¶
func NewUsageMonDataWithDefaults() *UsageMonData
NewUsageMonDataWithDefaults instantiates a new UsageMonData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UsageMonData) GetAllowedUsage ¶
func (o *UsageMonData) GetAllowedUsage() UsageThreshold
GetAllowedUsage returns the AllowedUsage field value if set, zero value otherwise.
func (*UsageMonData) GetAllowedUsageOk ¶
func (o *UsageMonData) GetAllowedUsageOk() (*UsageThreshold, bool)
GetAllowedUsageOk returns a tuple with the AllowedUsage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UsageMonData) GetLimitId ¶
func (o *UsageMonData) GetLimitId() string
GetLimitId returns the LimitId field value
func (*UsageMonData) GetLimitIdOk ¶
func (o *UsageMonData) GetLimitIdOk() (*string, bool)
GetLimitIdOk returns a tuple with the LimitId field value and a boolean to check if the value has been set.
func (*UsageMonData) GetResetIds ¶
func (o *UsageMonData) GetResetIds() []string
GetResetIds returns the ResetIds field value if set, zero value otherwise.
func (*UsageMonData) GetResetIdsOk ¶
func (o *UsageMonData) GetResetIdsOk() ([]string, bool)
GetResetIdsOk returns a tuple with the ResetIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UsageMonData) GetResetTime ¶
func (o *UsageMonData) GetResetTime() time.Time
GetResetTime returns the ResetTime field value if set, zero value otherwise.
func (*UsageMonData) GetResetTimeOk ¶
func (o *UsageMonData) GetResetTimeOk() (*time.Time, bool)
GetResetTimeOk returns a tuple with the ResetTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UsageMonData) GetScopes ¶
func (o *UsageMonData) GetScopes() map[string]UsageMonDataScope
GetScopes returns the Scopes field value if set, zero value otherwise.
func (*UsageMonData) GetScopesOk ¶
func (o *UsageMonData) GetScopesOk() (*map[string]UsageMonDataScope, bool)
GetScopesOk returns a tuple with the Scopes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UsageMonData) GetSuppFeat ¶
func (o *UsageMonData) GetSuppFeat() string
GetSuppFeat returns the SuppFeat field value if set, zero value otherwise.
func (*UsageMonData) GetSuppFeatOk ¶
func (o *UsageMonData) GetSuppFeatOk() (*string, bool)
GetSuppFeatOk returns a tuple with the SuppFeat field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UsageMonData) GetUmLevel ¶
func (o *UsageMonData) GetUmLevel() UsageMonLevel
GetUmLevel returns the UmLevel field value if set, zero value otherwise.
func (*UsageMonData) GetUmLevelOk ¶
func (o *UsageMonData) GetUmLevelOk() (*UsageMonLevel, bool)
GetUmLevelOk returns a tuple with the UmLevel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UsageMonData) HasAllowedUsage ¶
func (o *UsageMonData) HasAllowedUsage() bool
HasAllowedUsage returns a boolean if a field has been set.
func (*UsageMonData) HasResetIds ¶
func (o *UsageMonData) HasResetIds() bool
HasResetIds returns a boolean if a field has been set.
func (*UsageMonData) HasResetTime ¶
func (o *UsageMonData) HasResetTime() bool
HasResetTime returns a boolean if a field has been set.
func (*UsageMonData) HasScopes ¶
func (o *UsageMonData) HasScopes() bool
HasScopes returns a boolean if a field has been set.
func (*UsageMonData) HasSuppFeat ¶
func (o *UsageMonData) HasSuppFeat() bool
HasSuppFeat returns a boolean if a field has been set.
func (*UsageMonData) HasUmLevel ¶
func (o *UsageMonData) HasUmLevel() bool
HasUmLevel returns a boolean if a field has been set.
func (UsageMonData) MarshalJSON ¶
func (o UsageMonData) MarshalJSON() ([]byte, error)
func (*UsageMonData) SetAllowedUsage ¶
func (o *UsageMonData) SetAllowedUsage(v UsageThreshold)
SetAllowedUsage gets a reference to the given UsageThreshold and assigns it to the AllowedUsage field.
func (*UsageMonData) SetLimitId ¶
func (o *UsageMonData) SetLimitId(v string)
SetLimitId sets field value
func (*UsageMonData) SetResetIds ¶
func (o *UsageMonData) SetResetIds(v []string)
SetResetIds gets a reference to the given []string and assigns it to the ResetIds field.
func (*UsageMonData) SetResetTime ¶
func (o *UsageMonData) SetResetTime(v time.Time)
SetResetTime gets a reference to the given time.Time and assigns it to the ResetTime field.
func (*UsageMonData) SetScopes ¶
func (o *UsageMonData) SetScopes(v map[string]UsageMonDataScope)
SetScopes gets a reference to the given map[string]UsageMonDataScope and assigns it to the Scopes field.
func (*UsageMonData) SetSuppFeat ¶
func (o *UsageMonData) SetSuppFeat(v string)
SetSuppFeat gets a reference to the given string and assigns it to the SuppFeat field.
func (*UsageMonData) SetUmLevel ¶
func (o *UsageMonData) SetUmLevel(v UsageMonLevel)
SetUmLevel gets a reference to the given UsageMonLevel and assigns it to the UmLevel field.
func (UsageMonData) ToMap ¶
func (o UsageMonData) ToMap() (map[string]interface{}, error)
type UsageMonDataLimit ¶
type UsageMonDataLimit struct { LimitId string `json:"limitId"` // Identifies the SNSSAI and DNN combinations to which the usage monitoring data limit applies. The S-NSSAI is the key of the map. Scopes *map[string]UsageMonDataScope `json:"scopes,omitempty"` UmLevel *UsageMonLevel `json:"umLevel,omitempty"` // string with format 'date-time' as defined in OpenAPI. StartDate *time.Time `json:"startDate,omitempty"` // string with format 'date-time' as defined in OpenAPI. EndDate *time.Time `json:"endDate,omitempty"` UsageLimit *UsageThreshold `json:"usageLimit,omitempty"` ResetPeriod *TimePeriod `json:"resetPeriod,omitempty"` }
UsageMonDataLimit Contains usage monitoring control data for a subscriber.
func NewUsageMonDataLimit ¶
func NewUsageMonDataLimit(limitId string) *UsageMonDataLimit
NewUsageMonDataLimit instantiates a new UsageMonDataLimit object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUsageMonDataLimitWithDefaults ¶
func NewUsageMonDataLimitWithDefaults() *UsageMonDataLimit
NewUsageMonDataLimitWithDefaults instantiates a new UsageMonDataLimit object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UsageMonDataLimit) GetEndDate ¶
func (o *UsageMonDataLimit) GetEndDate() time.Time
GetEndDate returns the EndDate field value if set, zero value otherwise.
func (*UsageMonDataLimit) GetEndDateOk ¶
func (o *UsageMonDataLimit) GetEndDateOk() (*time.Time, bool)
GetEndDateOk returns a tuple with the EndDate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UsageMonDataLimit) GetLimitId ¶
func (o *UsageMonDataLimit) GetLimitId() string
GetLimitId returns the LimitId field value
func (*UsageMonDataLimit) GetLimitIdOk ¶
func (o *UsageMonDataLimit) GetLimitIdOk() (*string, bool)
GetLimitIdOk returns a tuple with the LimitId field value and a boolean to check if the value has been set.
func (*UsageMonDataLimit) GetResetPeriod ¶
func (o *UsageMonDataLimit) GetResetPeriod() TimePeriod
GetResetPeriod returns the ResetPeriod field value if set, zero value otherwise.
func (*UsageMonDataLimit) GetResetPeriodOk ¶
func (o *UsageMonDataLimit) GetResetPeriodOk() (*TimePeriod, bool)
GetResetPeriodOk returns a tuple with the ResetPeriod field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UsageMonDataLimit) GetScopes ¶
func (o *UsageMonDataLimit) GetScopes() map[string]UsageMonDataScope
GetScopes returns the Scopes field value if set, zero value otherwise.
func (*UsageMonDataLimit) GetScopesOk ¶
func (o *UsageMonDataLimit) GetScopesOk() (*map[string]UsageMonDataScope, bool)
GetScopesOk returns a tuple with the Scopes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UsageMonDataLimit) GetStartDate ¶
func (o *UsageMonDataLimit) GetStartDate() time.Time
GetStartDate returns the StartDate field value if set, zero value otherwise.
func (*UsageMonDataLimit) GetStartDateOk ¶
func (o *UsageMonDataLimit) GetStartDateOk() (*time.Time, bool)
GetStartDateOk returns a tuple with the StartDate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UsageMonDataLimit) GetUmLevel ¶
func (o *UsageMonDataLimit) GetUmLevel() UsageMonLevel
GetUmLevel returns the UmLevel field value if set, zero value otherwise.
func (*UsageMonDataLimit) GetUmLevelOk ¶
func (o *UsageMonDataLimit) GetUmLevelOk() (*UsageMonLevel, bool)
GetUmLevelOk returns a tuple with the UmLevel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UsageMonDataLimit) GetUsageLimit ¶
func (o *UsageMonDataLimit) GetUsageLimit() UsageThreshold
GetUsageLimit returns the UsageLimit field value if set, zero value otherwise.
func (*UsageMonDataLimit) GetUsageLimitOk ¶
func (o *UsageMonDataLimit) GetUsageLimitOk() (*UsageThreshold, bool)
GetUsageLimitOk returns a tuple with the UsageLimit field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UsageMonDataLimit) HasEndDate ¶
func (o *UsageMonDataLimit) HasEndDate() bool
HasEndDate returns a boolean if a field has been set.
func (*UsageMonDataLimit) HasResetPeriod ¶
func (o *UsageMonDataLimit) HasResetPeriod() bool
HasResetPeriod returns a boolean if a field has been set.
func (*UsageMonDataLimit) HasScopes ¶
func (o *UsageMonDataLimit) HasScopes() bool
HasScopes returns a boolean if a field has been set.
func (*UsageMonDataLimit) HasStartDate ¶
func (o *UsageMonDataLimit) HasStartDate() bool
HasStartDate returns a boolean if a field has been set.
func (*UsageMonDataLimit) HasUmLevel ¶
func (o *UsageMonDataLimit) HasUmLevel() bool
HasUmLevel returns a boolean if a field has been set.
func (*UsageMonDataLimit) HasUsageLimit ¶
func (o *UsageMonDataLimit) HasUsageLimit() bool
HasUsageLimit returns a boolean if a field has been set.
func (UsageMonDataLimit) MarshalJSON ¶
func (o UsageMonDataLimit) MarshalJSON() ([]byte, error)
func (*UsageMonDataLimit) SetEndDate ¶
func (o *UsageMonDataLimit) SetEndDate(v time.Time)
SetEndDate gets a reference to the given time.Time and assigns it to the EndDate field.
func (*UsageMonDataLimit) SetLimitId ¶
func (o *UsageMonDataLimit) SetLimitId(v string)
SetLimitId sets field value
func (*UsageMonDataLimit) SetResetPeriod ¶
func (o *UsageMonDataLimit) SetResetPeriod(v TimePeriod)
SetResetPeriod gets a reference to the given TimePeriod and assigns it to the ResetPeriod field.
func (*UsageMonDataLimit) SetScopes ¶
func (o *UsageMonDataLimit) SetScopes(v map[string]UsageMonDataScope)
SetScopes gets a reference to the given map[string]UsageMonDataScope and assigns it to the Scopes field.
func (*UsageMonDataLimit) SetStartDate ¶
func (o *UsageMonDataLimit) SetStartDate(v time.Time)
SetStartDate gets a reference to the given time.Time and assigns it to the StartDate field.
func (*UsageMonDataLimit) SetUmLevel ¶
func (o *UsageMonDataLimit) SetUmLevel(v UsageMonLevel)
SetUmLevel gets a reference to the given UsageMonLevel and assigns it to the UmLevel field.
func (*UsageMonDataLimit) SetUsageLimit ¶
func (o *UsageMonDataLimit) SetUsageLimit(v UsageThreshold)
SetUsageLimit gets a reference to the given UsageThreshold and assigns it to the UsageLimit field.
func (UsageMonDataLimit) ToMap ¶
func (o UsageMonDataLimit) ToMap() (map[string]interface{}, error)
type UsageMonDataScope ¶
UsageMonDataScope Contains a SNSSAI and DNN combinations to which the UsageMonData instance belongs to.
func NewUsageMonDataScope ¶
func NewUsageMonDataScope(snssai Snssai) *UsageMonDataScope
NewUsageMonDataScope instantiates a new UsageMonDataScope object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUsageMonDataScopeWithDefaults ¶
func NewUsageMonDataScopeWithDefaults() *UsageMonDataScope
NewUsageMonDataScopeWithDefaults instantiates a new UsageMonDataScope object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UsageMonDataScope) GetDnn ¶
func (o *UsageMonDataScope) GetDnn() []string
GetDnn returns the Dnn field value if set, zero value otherwise.
func (*UsageMonDataScope) GetDnnOk ¶
func (o *UsageMonDataScope) GetDnnOk() ([]string, bool)
GetDnnOk returns a tuple with the Dnn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UsageMonDataScope) GetSnssai ¶
func (o *UsageMonDataScope) GetSnssai() Snssai
GetSnssai returns the Snssai field value
func (*UsageMonDataScope) GetSnssaiOk ¶
func (o *UsageMonDataScope) GetSnssaiOk() (*Snssai, bool)
GetSnssaiOk returns a tuple with the Snssai field value and a boolean to check if the value has been set.
func (*UsageMonDataScope) HasDnn ¶
func (o *UsageMonDataScope) HasDnn() bool
HasDnn returns a boolean if a field has been set.
func (UsageMonDataScope) MarshalJSON ¶
func (o UsageMonDataScope) MarshalJSON() ([]byte, error)
func (*UsageMonDataScope) SetDnn ¶
func (o *UsageMonDataScope) SetDnn(v []string)
SetDnn gets a reference to the given []string and assigns it to the Dnn field.
func (*UsageMonDataScope) SetSnssai ¶
func (o *UsageMonDataScope) SetSnssai(v Snssai)
SetSnssai sets field value
func (UsageMonDataScope) ToMap ¶
func (o UsageMonDataScope) ToMap() (map[string]interface{}, error)
type UsageMonLevel ¶
type UsageMonLevel struct {
String *string
}
UsageMonLevel Represents the usage monitoring level.
func (*UsageMonLevel) MarshalJSON ¶
func (src *UsageMonLevel) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*UsageMonLevel) UnmarshalJSON ¶
func (dst *UsageMonLevel) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type UsageMonitoringInformationDocumentApiService ¶
type UsageMonitoringInformationDocumentApiService service
UsageMonitoringInformationDocumentApiService UsageMonitoringInformationDocumentApi service
func (*UsageMonitoringInformationDocumentApiService) CreateUsageMonitoringResource ¶
func (a *UsageMonitoringInformationDocumentApiService) CreateUsageMonitoringResource(ctx context.Context, ueId string, usageMonId string) ApiCreateUsageMonitoringResourceRequest
CreateUsageMonitoringResource Create a usage monitoring resource
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param ueId @param usageMonId @return ApiCreateUsageMonitoringResourceRequest
func (*UsageMonitoringInformationDocumentApiService) CreateUsageMonitoringResourceExecute ¶
func (a *UsageMonitoringInformationDocumentApiService) CreateUsageMonitoringResourceExecute(r ApiCreateUsageMonitoringResourceRequest) (*UsageMonData, *http.Response, error)
Execute executes the request
@return UsageMonData
func (*UsageMonitoringInformationDocumentApiService) DeleteUsageMonitoringInformation ¶
func (a *UsageMonitoringInformationDocumentApiService) DeleteUsageMonitoringInformation(ctx context.Context, ueId string, usageMonId string) ApiDeleteUsageMonitoringInformationRequest
DeleteUsageMonitoringInformation Delete a usage monitoring resource
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param ueId @param usageMonId @return ApiDeleteUsageMonitoringInformationRequest
func (*UsageMonitoringInformationDocumentApiService) DeleteUsageMonitoringInformationExecute ¶
func (a *UsageMonitoringInformationDocumentApiService) DeleteUsageMonitoringInformationExecute(r ApiDeleteUsageMonitoringInformationRequest) (*http.Response, error)
Execute executes the request
func (*UsageMonitoringInformationDocumentApiService) ReadUsageMonitoringInformation ¶
func (a *UsageMonitoringInformationDocumentApiService) ReadUsageMonitoringInformation(ctx context.Context, ueId string, usageMonId string) ApiReadUsageMonitoringInformationRequest
ReadUsageMonitoringInformation Retrieve a usage monitoring resource
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param ueId @param usageMonId @return ApiReadUsageMonitoringInformationRequest
func (*UsageMonitoringInformationDocumentApiService) ReadUsageMonitoringInformationExecute ¶
func (a *UsageMonitoringInformationDocumentApiService) ReadUsageMonitoringInformationExecute(r ApiReadUsageMonitoringInformationRequest) (*UsageMonData, *http.Response, error)
Execute executes the request
@return UsageMonData
type UsageThreshold ¶
type UsageThreshold struct { // Unsigned integer identifying a period of time in units of seconds. Duration *int32 `json:"duration,omitempty"` // Unsigned integer identifying a volume in units of bytes. TotalVolume *int64 `json:"totalVolume,omitempty"` // Unsigned integer identifying a volume in units of bytes. DownlinkVolume *int64 `json:"downlinkVolume,omitempty"` // Unsigned integer identifying a volume in units of bytes. UplinkVolume *int64 `json:"uplinkVolume,omitempty"` }
UsageThreshold Represents a usage threshold.
func NewUsageThreshold ¶
func NewUsageThreshold() *UsageThreshold
NewUsageThreshold instantiates a new UsageThreshold object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUsageThresholdWithDefaults ¶
func NewUsageThresholdWithDefaults() *UsageThreshold
NewUsageThresholdWithDefaults instantiates a new UsageThreshold object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UsageThreshold) GetDownlinkVolume ¶
func (o *UsageThreshold) GetDownlinkVolume() int64
GetDownlinkVolume returns the DownlinkVolume field value if set, zero value otherwise.
func (*UsageThreshold) GetDownlinkVolumeOk ¶
func (o *UsageThreshold) GetDownlinkVolumeOk() (*int64, bool)
GetDownlinkVolumeOk returns a tuple with the DownlinkVolume field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UsageThreshold) GetDuration ¶
func (o *UsageThreshold) GetDuration() int32
GetDuration returns the Duration field value if set, zero value otherwise.
func (*UsageThreshold) GetDurationOk ¶
func (o *UsageThreshold) GetDurationOk() (*int32, bool)
GetDurationOk returns a tuple with the Duration field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UsageThreshold) GetTotalVolume ¶
func (o *UsageThreshold) GetTotalVolume() int64
GetTotalVolume returns the TotalVolume field value if set, zero value otherwise.
func (*UsageThreshold) GetTotalVolumeOk ¶
func (o *UsageThreshold) GetTotalVolumeOk() (*int64, bool)
GetTotalVolumeOk returns a tuple with the TotalVolume field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UsageThreshold) GetUplinkVolume ¶
func (o *UsageThreshold) GetUplinkVolume() int64
GetUplinkVolume returns the UplinkVolume field value if set, zero value otherwise.
func (*UsageThreshold) GetUplinkVolumeOk ¶
func (o *UsageThreshold) GetUplinkVolumeOk() (*int64, bool)
GetUplinkVolumeOk returns a tuple with the UplinkVolume field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UsageThreshold) HasDownlinkVolume ¶
func (o *UsageThreshold) HasDownlinkVolume() bool
HasDownlinkVolume returns a boolean if a field has been set.
func (*UsageThreshold) HasDuration ¶
func (o *UsageThreshold) HasDuration() bool
HasDuration returns a boolean if a field has been set.
func (*UsageThreshold) HasTotalVolume ¶
func (o *UsageThreshold) HasTotalVolume() bool
HasTotalVolume returns a boolean if a field has been set.
func (*UsageThreshold) HasUplinkVolume ¶
func (o *UsageThreshold) HasUplinkVolume() bool
HasUplinkVolume returns a boolean if a field has been set.
func (UsageThreshold) MarshalJSON ¶
func (o UsageThreshold) MarshalJSON() ([]byte, error)
func (*UsageThreshold) SetDownlinkVolume ¶
func (o *UsageThreshold) SetDownlinkVolume(v int64)
SetDownlinkVolume gets a reference to the given int64 and assigns it to the DownlinkVolume field.
func (*UsageThreshold) SetDuration ¶
func (o *UsageThreshold) SetDuration(v int32)
SetDuration gets a reference to the given int32 and assigns it to the Duration field.
func (*UsageThreshold) SetTotalVolume ¶
func (o *UsageThreshold) SetTotalVolume(v int64)
SetTotalVolume gets a reference to the given int64 and assigns it to the TotalVolume field.
func (*UsageThreshold) SetUplinkVolume ¶
func (o *UsageThreshold) SetUplinkVolume(v int64)
SetUplinkVolume gets a reference to the given int64 and assigns it to the UplinkVolume field.
func (UsageThreshold) ToMap ¶
func (o UsageThreshold) ToMap() (map[string]interface{}, error)
Source Files ¶
- api_access_and_mobility_policy_data_document.go
- api_bdt_data_store.go
- api_individual_bdt_data_document.go
- api_individual_policy_data_subscription_document.go
- api_mbs_session_policy_control_data_document.go
- api_operator_specific_data_document.go
- api_plmn_ue_policy_set_document.go
- api_policy_data_for_individual_ue_document.go
- api_policy_data_subscriptions_collection.go
- api_session_management_policy_data_document.go
- api_slice_policy_control_data_document.go
- api_sponsor_connectivity_data_document.go
- api_ue_policy_set_document.go
- api_usage_monitoring_information_document.go
- client.go
- configuration.go
- model_access_token_err.go
- model_access_token_req.go
- model_am_policy_data.go
- model_bdt_data.go
- model_bdt_data_patch.go
- model_bdt_policy_status.go
- model_charging_information.go
- model_dnn_route_selection_descriptor.go
- model_ecgi.go
- model_global_ran_node_id.go
- model_gnb_id.go
- model_invalid_param.go
- model_ip_addr.go
- model_ipv6_addr.go
- model_ipv6_prefix.go
- model_limit_id_to_monitoring_key.go
- model_mbs_sess_pol_ctrl_data.go
- model_mbs_sess_pol_data_id.go
- model_mbs_session_id.go
- model_ncgi.go
- model_network_area_info.go
- model_nf_type.go
- model_notification_item.go
- model_operator_specific_data_container.go
- model_operator_specific_data_container_value.go
- model_patch_item.go
- model_patch_operation.go
- model_patch_result.go
- model_pdu_session_type.go
- model_periodicity.go
- model_plmn_id.go
- model_plmn_id_nid.go
- model_plmn_route_selection_descriptor.go
- model_policy_data_change_notification.go
- model_policy_data_for_individual_ue.go
- model_policy_data_subscription.go
- model_policy_data_subset.go
- model_presence_info.go
- model_presence_state.go
- model_problem_details.go
- model_report_item.go
- model_resource_item.go
- model_slice_mbr.go
- model_slice_policy_data.go
- model_slice_policy_data_patch.go
- model_sm_policy_data.go
- model_sm_policy_data_patch.go
- model_sm_policy_dnn_data.go
- model_sm_policy_dnn_data_patch.go
- model_sm_policy_snssai_data.go
- model_sm_policy_snssai_data_patch.go
- model_snssai.go
- model_snssai_route_selection_descriptor.go
- model_sponsor_connectivity_data.go
- model_ssc_mode.go
- model_ssm.go
- model_tai.go
- model_time_period.go
- model_time_window.go
- model_tmgi.go
- model_transfer_policy.go
- model_ue_policy_section.go
- model_ue_policy_set.go
- model_ue_policy_set_patch.go
- model_updated_item.go
- model_usage_mon_data.go
- model_usage_mon_data_limit.go
- model_usage_mon_data_scope.go
- model_usage_mon_level.go
- model_usage_threshold.go
- response.go
- utils.go