Versions in this module Expand all Collapse all v1 v1.18.2 Apr 9, 2023 Changes in this version + func IsNil(i interface{}) bool v1.18.1 Apr 8, 2023 Changes in this version + var AllowedNFTypeAnyOfEnumValues = []NFTypeAnyOf + var ContextOAuth2 = contextKey("token") + var ContextOperationServerIndices = contextKey("serverOperationIndices") + var ContextOperationServerVariables = contextKey("serverOperationVariables") + var ContextServerIndex = contextKey("serverIndex") + var ContextServerVariables = contextKey("serverVariables") + func CacheExpires(r *http.Response) time.Time + func PtrBool(v bool) *bool + func PtrFloat32(v float32) *float32 + func PtrFloat64(v float64) *float64 + func PtrInt(v int) *int + func PtrInt32(v int32) *int32 + func PtrInt64(v int64) *int64 + func PtrString(v string) *string + func PtrTime(v time.Time) *time.Time + type APIClient struct + BDTPoliciesCollectionApi *BDTPoliciesCollectionApiService + IndividualBDTPolicyDocumentApi *IndividualBDTPolicyDocumentApiService + func NewAPIClient(cfg *Configuration) *APIClient + func (c *APIClient) GetConfig() *Configuration + type APIKey struct + Key string + Prefix string + type APIResponse struct + Message string + Method string + Operation string + Payload []byte + RequestURL string + func NewAPIResponse(r *http.Response) *APIResponse + func NewAPIResponseWithError(errorMessage string) *APIResponse + type AccessTokenErr struct + Error string + ErrorDescription *string + ErrorUri *string + func NewAccessTokenErr(error_ string) *AccessTokenErr + func NewAccessTokenErrWithDefaults() *AccessTokenErr + func (o *AccessTokenErr) GetError() string + func (o *AccessTokenErr) GetErrorDescription() string + func (o *AccessTokenErr) GetErrorDescriptionOk() (*string, bool) + func (o *AccessTokenErr) GetErrorOk() (*string, bool) + func (o *AccessTokenErr) GetErrorUri() string + func (o *AccessTokenErr) GetErrorUriOk() (*string, bool) + func (o *AccessTokenErr) HasErrorDescription() bool + func (o *AccessTokenErr) HasErrorUri() bool + func (o *AccessTokenErr) SetError(v string) + func (o *AccessTokenErr) SetErrorDescription(v string) + func (o *AccessTokenErr) SetErrorUri(v string) + func (o AccessTokenErr) MarshalJSON() ([]byte, error) + func (o AccessTokenErr) ToMap() (map[string]interface{}, error) + type AccessTokenReq struct + GrantType string + HnrfAccessTokenUri *string + NfInstanceId string + NfType *NFType + RequesterFqdn *string + RequesterPlmn *PlmnId + RequesterPlmnList []PlmnId + RequesterSnpnList []PlmnIdNid + RequesterSnssaiList []Snssai + Scope string + SourceNfInstanceId *string + TargetNfInstanceId *string + TargetNfServiceSetId *string + TargetNfSetId *string + TargetNfType *NFType + TargetNsiList []string + TargetPlmn *PlmnId + TargetSnpn *PlmnIdNid + TargetSnssaiList []Snssai + func NewAccessTokenReq(grantType string, nfInstanceId string, scope string) *AccessTokenReq + func NewAccessTokenReqWithDefaults() *AccessTokenReq + func (o *AccessTokenReq) GetGrantType() string + func (o *AccessTokenReq) GetGrantTypeOk() (*string, bool) + func (o *AccessTokenReq) GetHnrfAccessTokenUri() string + func (o *AccessTokenReq) GetHnrfAccessTokenUriOk() (*string, bool) + func (o *AccessTokenReq) GetNfInstanceId() string + func (o *AccessTokenReq) GetNfInstanceIdOk() (*string, bool) + func (o *AccessTokenReq) GetNfType() NFType + func (o *AccessTokenReq) GetNfTypeOk() (*NFType, bool) + func (o *AccessTokenReq) GetRequesterFqdn() string + func (o *AccessTokenReq) GetRequesterFqdnOk() (*string, bool) + func (o *AccessTokenReq) GetRequesterPlmn() PlmnId + func (o *AccessTokenReq) GetRequesterPlmnList() []PlmnId + func (o *AccessTokenReq) GetRequesterPlmnListOk() ([]PlmnId, bool) + func (o *AccessTokenReq) GetRequesterPlmnOk() (*PlmnId, bool) + func (o *AccessTokenReq) GetRequesterSnpnList() []PlmnIdNid + func (o *AccessTokenReq) GetRequesterSnpnListOk() ([]PlmnIdNid, bool) + func (o *AccessTokenReq) GetRequesterSnssaiList() []Snssai + func (o *AccessTokenReq) GetRequesterSnssaiListOk() ([]Snssai, bool) + func (o *AccessTokenReq) GetScope() string + func (o *AccessTokenReq) GetScopeOk() (*string, bool) + func (o *AccessTokenReq) GetSourceNfInstanceId() string + func (o *AccessTokenReq) GetSourceNfInstanceIdOk() (*string, bool) + func (o *AccessTokenReq) GetTargetNfInstanceId() string + func (o *AccessTokenReq) GetTargetNfInstanceIdOk() (*string, bool) + func (o *AccessTokenReq) GetTargetNfServiceSetId() string + func (o *AccessTokenReq) GetTargetNfServiceSetIdOk() (*string, bool) + func (o *AccessTokenReq) GetTargetNfSetId() string + func (o *AccessTokenReq) GetTargetNfSetIdOk() (*string, bool) + func (o *AccessTokenReq) GetTargetNfType() NFType + func (o *AccessTokenReq) GetTargetNfTypeOk() (*NFType, bool) + func (o *AccessTokenReq) GetTargetNsiList() []string + func (o *AccessTokenReq) GetTargetNsiListOk() ([]string, bool) + func (o *AccessTokenReq) GetTargetPlmn() PlmnId + func (o *AccessTokenReq) GetTargetPlmnOk() (*PlmnId, bool) + func (o *AccessTokenReq) GetTargetSnpn() PlmnIdNid + func (o *AccessTokenReq) GetTargetSnpnOk() (*PlmnIdNid, bool) + func (o *AccessTokenReq) GetTargetSnssaiList() []Snssai + func (o *AccessTokenReq) GetTargetSnssaiListOk() ([]Snssai, bool) + func (o *AccessTokenReq) HasHnrfAccessTokenUri() bool + func (o *AccessTokenReq) HasNfType() bool + func (o *AccessTokenReq) HasRequesterFqdn() bool + func (o *AccessTokenReq) HasRequesterPlmn() bool + func (o *AccessTokenReq) HasRequesterPlmnList() bool + func (o *AccessTokenReq) HasRequesterSnpnList() bool + func (o *AccessTokenReq) HasRequesterSnssaiList() bool + func (o *AccessTokenReq) HasSourceNfInstanceId() bool + func (o *AccessTokenReq) HasTargetNfInstanceId() bool + func (o *AccessTokenReq) HasTargetNfServiceSetId() bool + func (o *AccessTokenReq) HasTargetNfSetId() bool + func (o *AccessTokenReq) HasTargetNfType() bool + func (o *AccessTokenReq) HasTargetNsiList() bool + func (o *AccessTokenReq) HasTargetPlmn() bool + func (o *AccessTokenReq) HasTargetSnpn() bool + func (o *AccessTokenReq) HasTargetSnssaiList() bool + func (o *AccessTokenReq) SetGrantType(v string) + func (o *AccessTokenReq) SetHnrfAccessTokenUri(v string) + func (o *AccessTokenReq) SetNfInstanceId(v string) + func (o *AccessTokenReq) SetNfType(v NFType) + func (o *AccessTokenReq) SetRequesterFqdn(v string) + func (o *AccessTokenReq) SetRequesterPlmn(v PlmnId) + func (o *AccessTokenReq) SetRequesterPlmnList(v []PlmnId) + func (o *AccessTokenReq) SetRequesterSnpnList(v []PlmnIdNid) + func (o *AccessTokenReq) SetRequesterSnssaiList(v []Snssai) + func (o *AccessTokenReq) SetScope(v string) + func (o *AccessTokenReq) SetSourceNfInstanceId(v string) + func (o *AccessTokenReq) SetTargetNfInstanceId(v string) + func (o *AccessTokenReq) SetTargetNfServiceSetId(v string) + func (o *AccessTokenReq) SetTargetNfSetId(v string) + func (o *AccessTokenReq) SetTargetNfType(v NFType) + func (o *AccessTokenReq) SetTargetNsiList(v []string) + func (o *AccessTokenReq) SetTargetPlmn(v PlmnId) + func (o *AccessTokenReq) SetTargetSnpn(v PlmnIdNid) + func (o *AccessTokenReq) SetTargetSnssaiList(v []Snssai) + func (o AccessTokenReq) MarshalJSON() ([]byte, error) + func (o AccessTokenReq) ToMap() (map[string]interface{}, error) + type ApiCreateBDTPolicyRequest struct + ApiService *BDTPoliciesCollectionApiService + func (r ApiCreateBDTPolicyRequest) BdtReqData(bdtReqData BdtReqData) ApiCreateBDTPolicyRequest + func (r ApiCreateBDTPolicyRequest) Execute() (*BdtPolicy, *http.Response, error) + type ApiGetBDTPolicyRequest struct + ApiService *IndividualBDTPolicyDocumentApiService + func (r ApiGetBDTPolicyRequest) Execute() (*BdtPolicy, *http.Response, error) + type ApiUpdateBDTPolicyRequest struct + ApiService *IndividualBDTPolicyDocumentApiService + func (r ApiUpdateBDTPolicyRequest) Execute() (*BdtPolicy, *http.Response, error) + func (r ApiUpdateBDTPolicyRequest) PatchBdtPolicy(patchBdtPolicy PatchBdtPolicy) ApiUpdateBDTPolicyRequest + type BDTPoliciesCollectionApiService service + func (a *BDTPoliciesCollectionApiService) CreateBDTPolicy(ctx context.Context) ApiCreateBDTPolicyRequest + func (a *BDTPoliciesCollectionApiService) CreateBDTPolicyExecute(r ApiCreateBDTPolicyRequest) (*BdtPolicy, *http.Response, error) + type BasicAuth struct + Password string + UserName string + type BdtPolicy struct + BdtPolData *BdtPolicyData + BdtReqData *BdtReqData + func NewBdtPolicy() *BdtPolicy + func NewBdtPolicyWithDefaults() *BdtPolicy + func (o *BdtPolicy) GetBdtPolData() BdtPolicyData + func (o *BdtPolicy) GetBdtPolDataOk() (*BdtPolicyData, bool) + func (o *BdtPolicy) GetBdtReqData() BdtReqData + func (o *BdtPolicy) GetBdtReqDataOk() (*BdtReqData, bool) + func (o *BdtPolicy) HasBdtPolData() bool + func (o *BdtPolicy) HasBdtReqData() bool + func (o *BdtPolicy) SetBdtPolData(v BdtPolicyData) + func (o *BdtPolicy) SetBdtReqData(v BdtReqData) + func (o BdtPolicy) MarshalJSON() ([]byte, error) + func (o BdtPolicy) ToMap() (map[string]interface{}, error) + type BdtPolicyData struct + BdtRefId string + SelTransPolicyId *int32 + SuppFeat *string + TransfPolicies []TransferPolicy + func NewBdtPolicyData(bdtRefId string, transfPolicies []TransferPolicy) *BdtPolicyData + func NewBdtPolicyDataWithDefaults() *BdtPolicyData + func (o *BdtPolicyData) GetBdtRefId() string + func (o *BdtPolicyData) GetBdtRefIdOk() (*string, bool) + func (o *BdtPolicyData) GetSelTransPolicyId() int32 + func (o *BdtPolicyData) GetSelTransPolicyIdOk() (*int32, bool) + func (o *BdtPolicyData) GetSuppFeat() string + func (o *BdtPolicyData) GetSuppFeatOk() (*string, bool) + func (o *BdtPolicyData) GetTransfPolicies() []TransferPolicy + func (o *BdtPolicyData) GetTransfPoliciesOk() ([]TransferPolicy, bool) + func (o *BdtPolicyData) HasSelTransPolicyId() bool + func (o *BdtPolicyData) HasSuppFeat() bool + func (o *BdtPolicyData) SetBdtRefId(v string) + func (o *BdtPolicyData) SetSelTransPolicyId(v int32) + func (o *BdtPolicyData) SetSuppFeat(v string) + func (o *BdtPolicyData) SetTransfPolicies(v []TransferPolicy) + func (o BdtPolicyData) MarshalJSON() ([]byte, error) + func (o BdtPolicyData) ToMap() (map[string]interface{}, error) + type BdtPolicyDataPatch struct + SelTransPolicyId int32 + func NewBdtPolicyDataPatch(selTransPolicyId int32) *BdtPolicyDataPatch + func NewBdtPolicyDataPatchWithDefaults() *BdtPolicyDataPatch + func (o *BdtPolicyDataPatch) GetSelTransPolicyId() int32 + func (o *BdtPolicyDataPatch) GetSelTransPolicyIdOk() (*int32, bool) + func (o *BdtPolicyDataPatch) SetSelTransPolicyId(v int32) + func (o BdtPolicyDataPatch) MarshalJSON() ([]byte, error) + func (o BdtPolicyDataPatch) ToMap() (map[string]interface{}, error) + type BdtReqData struct + AspId string + DesTimeInt TimeWindow + Dnn *string + InterGroupId *string + NotifUri *string + NumOfUes int32 + NwAreaInfo *NetworkAreaInfo + Snssai *Snssai + SuppFeat *string + TrafficDes *string + VolPerUe UsageThreshold + WarnNotifReq *bool + func NewBdtReqData(aspId string, desTimeInt TimeWindow, numOfUes int32, volPerUe UsageThreshold) *BdtReqData + func NewBdtReqDataWithDefaults() *BdtReqData + func (o *BdtReqData) GetAspId() string + func (o *BdtReqData) GetAspIdOk() (*string, bool) + func (o *BdtReqData) GetDesTimeInt() TimeWindow + func (o *BdtReqData) GetDesTimeIntOk() (*TimeWindow, bool) + func (o *BdtReqData) GetDnn() string + func (o *BdtReqData) GetDnnOk() (*string, bool) + func (o *BdtReqData) GetInterGroupId() string + func (o *BdtReqData) GetInterGroupIdOk() (*string, bool) + func (o *BdtReqData) GetNotifUri() string + func (o *BdtReqData) GetNotifUriOk() (*string, bool) + func (o *BdtReqData) GetNumOfUes() int32 + func (o *BdtReqData) GetNumOfUesOk() (*int32, bool) + func (o *BdtReqData) GetNwAreaInfo() NetworkAreaInfo + func (o *BdtReqData) GetNwAreaInfoOk() (*NetworkAreaInfo, bool) + func (o *BdtReqData) GetSnssai() Snssai + func (o *BdtReqData) GetSnssaiOk() (*Snssai, bool) + func (o *BdtReqData) GetSuppFeat() string + func (o *BdtReqData) GetSuppFeatOk() (*string, bool) + func (o *BdtReqData) GetTrafficDes() string + func (o *BdtReqData) GetTrafficDesOk() (*string, bool) + func (o *BdtReqData) GetVolPerUe() UsageThreshold + func (o *BdtReqData) GetVolPerUeOk() (*UsageThreshold, bool) + func (o *BdtReqData) GetWarnNotifReq() bool + func (o *BdtReqData) GetWarnNotifReqOk() (*bool, bool) + func (o *BdtReqData) HasDnn() bool + func (o *BdtReqData) HasInterGroupId() bool + func (o *BdtReqData) HasNotifUri() bool + func (o *BdtReqData) HasNwAreaInfo() bool + func (o *BdtReqData) HasSnssai() bool + func (o *BdtReqData) HasSuppFeat() bool + func (o *BdtReqData) HasTrafficDes() bool + func (o *BdtReqData) HasWarnNotifReq() bool + func (o *BdtReqData) SetAspId(v string) + func (o *BdtReqData) SetDesTimeInt(v TimeWindow) + func (o *BdtReqData) SetDnn(v string) + func (o *BdtReqData) SetInterGroupId(v string) + func (o *BdtReqData) SetNotifUri(v string) + func (o *BdtReqData) SetNumOfUes(v int32) + func (o *BdtReqData) SetNwAreaInfo(v NetworkAreaInfo) + func (o *BdtReqData) SetSnssai(v Snssai) + func (o *BdtReqData) SetSuppFeat(v string) + func (o *BdtReqData) SetTrafficDes(v string) + func (o *BdtReqData) SetVolPerUe(v UsageThreshold) + func (o *BdtReqData) SetWarnNotifReq(v bool) + func (o BdtReqData) MarshalJSON() ([]byte, error) + func (o BdtReqData) ToMap() (map[string]interface{}, error) + type BdtReqDataPatch struct + WarnNotifReq *bool + func NewBdtReqDataPatch() *BdtReqDataPatch + func NewBdtReqDataPatchWithDefaults() *BdtReqDataPatch + func (o *BdtReqDataPatch) GetWarnNotifReq() bool + func (o *BdtReqDataPatch) GetWarnNotifReqOk() (*bool, bool) + func (o *BdtReqDataPatch) HasWarnNotifReq() bool + func (o *BdtReqDataPatch) SetWarnNotifReq(v bool) + func (o BdtReqDataPatch) MarshalJSON() ([]byte, error) + func (o BdtReqDataPatch) ToMap() (map[string]interface{}, error) + type Configuration struct + Debug bool + DefaultHeader map[string]string + HTTPClient *http.Client + Host string + OperationServers map[string]ServerConfigurations + Scheme string + Servers ServerConfigurations + UserAgent string + func NewConfiguration() *Configuration + func (c *Configuration) AddDefaultHeader(key string, value string) + func (c *Configuration) ServerURL(index int, variables map[string]string) (string, error) + func (c *Configuration) ServerURLWithContext(ctx context.Context, endpoint string) (string, error) + type Ecgi struct + EutraCellId string + Nid *string + PlmnId PlmnId + func NewEcgi(plmnId PlmnId, eutraCellId string) *Ecgi + func NewEcgiWithDefaults() *Ecgi + func (o *Ecgi) GetEutraCellId() string + func (o *Ecgi) GetEutraCellIdOk() (*string, bool) + func (o *Ecgi) GetNid() string + func (o *Ecgi) GetNidOk() (*string, bool) + func (o *Ecgi) GetPlmnId() PlmnId + func (o *Ecgi) GetPlmnIdOk() (*PlmnId, bool) + func (o *Ecgi) HasNid() bool + func (o *Ecgi) SetEutraCellId(v string) + func (o *Ecgi) SetNid(v string) + func (o *Ecgi) SetPlmnId(v PlmnId) + func (o Ecgi) MarshalJSON() ([]byte, error) + func (o Ecgi) ToMap() (map[string]interface{}, error) + type GNbId struct + BitLength int32 + GNBValue string + func NewGNbId(bitLength int32, gNBValue string) *GNbId + func NewGNbIdWithDefaults() *GNbId + func (o *GNbId) GetBitLength() int32 + func (o *GNbId) GetBitLengthOk() (*int32, bool) + func (o *GNbId) GetGNBValue() string + func (o *GNbId) GetGNBValueOk() (*string, bool) + func (o *GNbId) SetBitLength(v int32) + func (o *GNbId) SetGNBValue(v string) + func (o GNbId) MarshalJSON() ([]byte, error) + func (o GNbId) ToMap() (map[string]interface{}, error) + type GenericOpenAPIError struct + func (e GenericOpenAPIError) Body() []byte + func (e GenericOpenAPIError) Error() string + func (e GenericOpenAPIError) Model() interface{} + type GlobalRanNodeId struct + Interface *interface{} + func InterfaceAsGlobalRanNodeId(v *interface{}) GlobalRanNodeId + func (dst *GlobalRanNodeId) UnmarshalJSON(data []byte) error + func (obj *GlobalRanNodeId) GetActualInstance() interface{} + func (src GlobalRanNodeId) MarshalJSON() ([]byte, error) + type IndividualBDTPolicyDocumentApiService service + func (a *IndividualBDTPolicyDocumentApiService) GetBDTPolicy(ctx context.Context, bdtPolicyId string) ApiGetBDTPolicyRequest + func (a *IndividualBDTPolicyDocumentApiService) GetBDTPolicyExecute(r ApiGetBDTPolicyRequest) (*BdtPolicy, *http.Response, error) + func (a *IndividualBDTPolicyDocumentApiService) UpdateBDTPolicy(ctx context.Context, bdtPolicyId string) ApiUpdateBDTPolicyRequest + func (a *IndividualBDTPolicyDocumentApiService) UpdateBDTPolicyExecute(r ApiUpdateBDTPolicyRequest) (*BdtPolicy, *http.Response, error) + type InvalidParam struct + Param string + Reason *string + func NewInvalidParam(param string) *InvalidParam + func NewInvalidParamWithDefaults() *InvalidParam + func (o *InvalidParam) GetParam() string + func (o *InvalidParam) GetParamOk() (*string, bool) + func (o *InvalidParam) GetReason() string + func (o *InvalidParam) GetReasonOk() (*string, bool) + func (o *InvalidParam) HasReason() bool + func (o *InvalidParam) SetParam(v string) + func (o *InvalidParam) SetReason(v string) + func (o InvalidParam) MarshalJSON() ([]byte, error) + func (o InvalidParam) ToMap() (map[string]interface{}, error) + type MappedNullable interface + ToMap func() (map[string]interface{}, error) + type NFType struct + NFTypeAnyOf *NFTypeAnyOf + String *string + func (dst *NFType) UnmarshalJSON(data []byte) error + func (src *NFType) MarshalJSON() ([]byte, error) + type NFTypeAnyOf string + const AANF + const ADRF + const AF + const AMF + const AUSF + const BSF + const CBCF + const CEF + const CHF + const DCCF + const DRA + const EASDF + const GBA_BSF + const GMLC + const HSS + const ICSCF + const IMS_AS + const LMF + const MBSF + const MBSTF + const MB_SMF + const MB_UPF + const MFAF + const MME + const MNPF + const N3_IWF + const NEF + const NRF + const NSACF + const NSSAAF + const NSSF + const NSWOF + const NWDAF + const PANF + const PCF + const PCSCF + const PKMF + const SCEF + const SCP + const SCSAS + const SCSCF + const SEPP + const SMF + const SMSF + const SMS_GMSC + const SMS_IWMSC + const SOR_AF + const SPAF + const TSCTSF + const UCMF + const UDM + const UDR + const UDSF + const UPF + func NewNFTypeAnyOfFromValue(v string) (*NFTypeAnyOf, error) + func (v *NFTypeAnyOf) UnmarshalJSON(src []byte) error + func (v NFTypeAnyOf) IsValid() bool + func (v NFTypeAnyOf) Ptr() *NFTypeAnyOf + type Ncgi struct + Nid *string + NrCellId string + PlmnId PlmnId + func NewNcgi(plmnId PlmnId, nrCellId string) *Ncgi + func NewNcgiWithDefaults() *Ncgi + func (o *Ncgi) GetNid() string + func (o *Ncgi) GetNidOk() (*string, bool) + func (o *Ncgi) GetNrCellId() string + func (o *Ncgi) GetNrCellIdOk() (*string, bool) + func (o *Ncgi) GetPlmnId() PlmnId + func (o *Ncgi) GetPlmnIdOk() (*PlmnId, bool) + func (o *Ncgi) HasNid() bool + func (o *Ncgi) SetNid(v string) + func (o *Ncgi) SetNrCellId(v string) + func (o *Ncgi) SetPlmnId(v PlmnId) + func (o Ncgi) MarshalJSON() ([]byte, error) + func (o Ncgi) ToMap() (map[string]interface{}, error) + type NetworkAreaInfo struct + Ecgis []Ecgi + GRanNodeIds []GlobalRanNodeId + Ncgis []Ncgi + Tais []Tai + func NewNetworkAreaInfo() *NetworkAreaInfo + func NewNetworkAreaInfoWithDefaults() *NetworkAreaInfo + func (o *NetworkAreaInfo) GetEcgis() []Ecgi + func (o *NetworkAreaInfo) GetEcgisOk() ([]Ecgi, bool) + func (o *NetworkAreaInfo) GetGRanNodeIds() []GlobalRanNodeId + func (o *NetworkAreaInfo) GetGRanNodeIdsOk() ([]GlobalRanNodeId, bool) + func (o *NetworkAreaInfo) GetNcgis() []Ncgi + func (o *NetworkAreaInfo) GetNcgisOk() ([]Ncgi, bool) + func (o *NetworkAreaInfo) GetTais() []Tai + func (o *NetworkAreaInfo) GetTaisOk() ([]Tai, bool) + func (o *NetworkAreaInfo) HasEcgis() bool + func (o *NetworkAreaInfo) HasGRanNodeIds() bool + func (o *NetworkAreaInfo) HasNcgis() bool + func (o *NetworkAreaInfo) HasTais() bool + func (o *NetworkAreaInfo) SetEcgis(v []Ecgi) + func (o *NetworkAreaInfo) SetGRanNodeIds(v []GlobalRanNodeId) + func (o *NetworkAreaInfo) SetNcgis(v []Ncgi) + func (o *NetworkAreaInfo) SetTais(v []Tai) + func (o NetworkAreaInfo) MarshalJSON() ([]byte, error) + func (o NetworkAreaInfo) ToMap() (map[string]interface{}, error) + type Notification struct + BdtRefId string + CandPolicies []TransferPolicy + NwAreaInfo *NetworkAreaInfo + TimeWindow *TimeWindow + func NewNotification(bdtRefId string) *Notification + func NewNotificationWithDefaults() *Notification + func (o *Notification) GetBdtRefId() string + func (o *Notification) GetBdtRefIdOk() (*string, bool) + func (o *Notification) GetCandPolicies() []TransferPolicy + func (o *Notification) GetCandPoliciesOk() ([]TransferPolicy, bool) + func (o *Notification) GetNwAreaInfo() NetworkAreaInfo + func (o *Notification) GetNwAreaInfoOk() (*NetworkAreaInfo, bool) + func (o *Notification) GetTimeWindow() TimeWindow + func (o *Notification) GetTimeWindowOk() (*TimeWindow, bool) + func (o *Notification) HasCandPolicies() bool + func (o *Notification) HasNwAreaInfo() bool + func (o *Notification) HasTimeWindow() bool + func (o *Notification) SetBdtRefId(v string) + func (o *Notification) SetCandPolicies(v []TransferPolicy) + func (o *Notification) SetNwAreaInfo(v NetworkAreaInfo) + func (o *Notification) SetTimeWindow(v TimeWindow) + func (o Notification) MarshalJSON() ([]byte, error) + func (o Notification) ToMap() (map[string]interface{}, error) + type NullableAccessTokenErr struct + func NewNullableAccessTokenErr(val *AccessTokenErr) *NullableAccessTokenErr + func (v *NullableAccessTokenErr) Set(val *AccessTokenErr) + func (v *NullableAccessTokenErr) UnmarshalJSON(src []byte) error + func (v *NullableAccessTokenErr) Unset() + func (v NullableAccessTokenErr) Get() *AccessTokenErr + func (v NullableAccessTokenErr) IsSet() bool + func (v NullableAccessTokenErr) MarshalJSON() ([]byte, error) + type NullableAccessTokenReq struct + func NewNullableAccessTokenReq(val *AccessTokenReq) *NullableAccessTokenReq + func (v *NullableAccessTokenReq) Set(val *AccessTokenReq) + func (v *NullableAccessTokenReq) UnmarshalJSON(src []byte) error + func (v *NullableAccessTokenReq) Unset() + func (v NullableAccessTokenReq) Get() *AccessTokenReq + func (v NullableAccessTokenReq) IsSet() bool + func (v NullableAccessTokenReq) MarshalJSON() ([]byte, error) + type NullableBdtPolicy struct + func NewNullableBdtPolicy(val *BdtPolicy) *NullableBdtPolicy + func (v *NullableBdtPolicy) Set(val *BdtPolicy) + func (v *NullableBdtPolicy) UnmarshalJSON(src []byte) error + func (v *NullableBdtPolicy) Unset() + func (v NullableBdtPolicy) Get() *BdtPolicy + func (v NullableBdtPolicy) IsSet() bool + func (v NullableBdtPolicy) MarshalJSON() ([]byte, error) + type NullableBdtPolicyData struct + func NewNullableBdtPolicyData(val *BdtPolicyData) *NullableBdtPolicyData + func (v *NullableBdtPolicyData) Set(val *BdtPolicyData) + func (v *NullableBdtPolicyData) UnmarshalJSON(src []byte) error + func (v *NullableBdtPolicyData) Unset() + func (v NullableBdtPolicyData) Get() *BdtPolicyData + func (v NullableBdtPolicyData) IsSet() bool + func (v NullableBdtPolicyData) MarshalJSON() ([]byte, error) + type NullableBdtPolicyDataPatch struct + func NewNullableBdtPolicyDataPatch(val *BdtPolicyDataPatch) *NullableBdtPolicyDataPatch + func (v *NullableBdtPolicyDataPatch) Set(val *BdtPolicyDataPatch) + func (v *NullableBdtPolicyDataPatch) UnmarshalJSON(src []byte) error + func (v *NullableBdtPolicyDataPatch) Unset() + func (v NullableBdtPolicyDataPatch) Get() *BdtPolicyDataPatch + func (v NullableBdtPolicyDataPatch) IsSet() bool + func (v NullableBdtPolicyDataPatch) MarshalJSON() ([]byte, error) + type NullableBdtReqData struct + func NewNullableBdtReqData(val *BdtReqData) *NullableBdtReqData + func (v *NullableBdtReqData) Set(val *BdtReqData) + func (v *NullableBdtReqData) UnmarshalJSON(src []byte) error + func (v *NullableBdtReqData) Unset() + func (v NullableBdtReqData) Get() *BdtReqData + func (v NullableBdtReqData) IsSet() bool + func (v NullableBdtReqData) MarshalJSON() ([]byte, error) + type NullableBdtReqDataPatch struct + func NewNullableBdtReqDataPatch(val *BdtReqDataPatch) *NullableBdtReqDataPatch + func (v *NullableBdtReqDataPatch) Set(val *BdtReqDataPatch) + func (v *NullableBdtReqDataPatch) UnmarshalJSON(src []byte) error + func (v *NullableBdtReqDataPatch) Unset() + func (v NullableBdtReqDataPatch) Get() *BdtReqDataPatch + func (v NullableBdtReqDataPatch) IsSet() bool + func (v NullableBdtReqDataPatch) MarshalJSON() ([]byte, error) + type NullableBool struct + func NewNullableBool(val *bool) *NullableBool + func (v *NullableBool) Set(val *bool) + func (v *NullableBool) UnmarshalJSON(src []byte) error + func (v *NullableBool) Unset() + func (v NullableBool) Get() *bool + func (v NullableBool) IsSet() bool + func (v NullableBool) MarshalJSON() ([]byte, error) + type NullableEcgi struct + func NewNullableEcgi(val *Ecgi) *NullableEcgi + func (v *NullableEcgi) Set(val *Ecgi) + func (v *NullableEcgi) UnmarshalJSON(src []byte) error + func (v *NullableEcgi) Unset() + func (v NullableEcgi) Get() *Ecgi + func (v NullableEcgi) IsSet() bool + func (v NullableEcgi) MarshalJSON() ([]byte, error) + type NullableFloat32 struct + func NewNullableFloat32(val *float32) *NullableFloat32 + func (v *NullableFloat32) Set(val *float32) + func (v *NullableFloat32) UnmarshalJSON(src []byte) error + func (v *NullableFloat32) Unset() + func (v NullableFloat32) Get() *float32 + func (v NullableFloat32) IsSet() bool + func (v NullableFloat32) MarshalJSON() ([]byte, error) + type NullableFloat64 struct + func NewNullableFloat64(val *float64) *NullableFloat64 + func (v *NullableFloat64) Set(val *float64) + func (v *NullableFloat64) UnmarshalJSON(src []byte) error + func (v *NullableFloat64) Unset() + func (v NullableFloat64) Get() *float64 + func (v NullableFloat64) IsSet() bool + func (v NullableFloat64) MarshalJSON() ([]byte, error) + type NullableGNbId struct + func NewNullableGNbId(val *GNbId) *NullableGNbId + func (v *NullableGNbId) Set(val *GNbId) + func (v *NullableGNbId) UnmarshalJSON(src []byte) error + func (v *NullableGNbId) Unset() + func (v NullableGNbId) Get() *GNbId + func (v NullableGNbId) IsSet() bool + func (v NullableGNbId) MarshalJSON() ([]byte, error) + type NullableGlobalRanNodeId struct + func NewNullableGlobalRanNodeId(val *GlobalRanNodeId) *NullableGlobalRanNodeId + func (v *NullableGlobalRanNodeId) Set(val *GlobalRanNodeId) + func (v *NullableGlobalRanNodeId) UnmarshalJSON(src []byte) error + func (v *NullableGlobalRanNodeId) Unset() + func (v NullableGlobalRanNodeId) Get() *GlobalRanNodeId + func (v NullableGlobalRanNodeId) IsSet() bool + func (v NullableGlobalRanNodeId) MarshalJSON() ([]byte, error) + type NullableInt struct + func NewNullableInt(val *int) *NullableInt + func (v *NullableInt) Set(val *int) + func (v *NullableInt) UnmarshalJSON(src []byte) error + func (v *NullableInt) Unset() + func (v NullableInt) Get() *int + func (v NullableInt) IsSet() bool + func (v NullableInt) MarshalJSON() ([]byte, error) + type NullableInt32 struct + func NewNullableInt32(val *int32) *NullableInt32 + func (v *NullableInt32) Set(val *int32) + func (v *NullableInt32) UnmarshalJSON(src []byte) error + func (v *NullableInt32) Unset() + func (v NullableInt32) Get() *int32 + func (v NullableInt32) IsSet() bool + func (v NullableInt32) MarshalJSON() ([]byte, error) + type NullableInt64 struct + func NewNullableInt64(val *int64) *NullableInt64 + func (v *NullableInt64) Set(val *int64) + func (v *NullableInt64) UnmarshalJSON(src []byte) error + func (v *NullableInt64) Unset() + func (v NullableInt64) Get() *int64 + func (v NullableInt64) IsSet() bool + func (v NullableInt64) MarshalJSON() ([]byte, error) + type NullableInvalidParam struct + func NewNullableInvalidParam(val *InvalidParam) *NullableInvalidParam + func (v *NullableInvalidParam) Set(val *InvalidParam) + func (v *NullableInvalidParam) UnmarshalJSON(src []byte) error + func (v *NullableInvalidParam) Unset() + func (v NullableInvalidParam) Get() *InvalidParam + func (v NullableInvalidParam) IsSet() bool + func (v NullableInvalidParam) MarshalJSON() ([]byte, error) + type NullableNFType struct + func NewNullableNFType(val *NFType) *NullableNFType + func (v *NullableNFType) Set(val *NFType) + func (v *NullableNFType) UnmarshalJSON(src []byte) error + func (v *NullableNFType) Unset() + func (v NullableNFType) Get() *NFType + func (v NullableNFType) IsSet() bool + func (v NullableNFType) MarshalJSON() ([]byte, error) + type NullableNFTypeAnyOf struct + func NewNullableNFTypeAnyOf(val *NFTypeAnyOf) *NullableNFTypeAnyOf + func (v *NullableNFTypeAnyOf) Set(val *NFTypeAnyOf) + func (v *NullableNFTypeAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableNFTypeAnyOf) Unset() + func (v NullableNFTypeAnyOf) Get() *NFTypeAnyOf + func (v NullableNFTypeAnyOf) IsSet() bool + func (v NullableNFTypeAnyOf) MarshalJSON() ([]byte, error) + type NullableNcgi struct + func NewNullableNcgi(val *Ncgi) *NullableNcgi + func (v *NullableNcgi) Set(val *Ncgi) + func (v *NullableNcgi) UnmarshalJSON(src []byte) error + func (v *NullableNcgi) Unset() + func (v NullableNcgi) Get() *Ncgi + func (v NullableNcgi) IsSet() bool + func (v NullableNcgi) MarshalJSON() ([]byte, error) + type NullableNetworkAreaInfo struct + func NewNullableNetworkAreaInfo(val *NetworkAreaInfo) *NullableNetworkAreaInfo + func (v *NullableNetworkAreaInfo) Set(val *NetworkAreaInfo) + func (v *NullableNetworkAreaInfo) UnmarshalJSON(src []byte) error + func (v *NullableNetworkAreaInfo) Unset() + func (v NullableNetworkAreaInfo) Get() *NetworkAreaInfo + func (v NullableNetworkAreaInfo) IsSet() bool + func (v NullableNetworkAreaInfo) MarshalJSON() ([]byte, error) + type NullableNotification struct + func NewNullableNotification(val *Notification) *NullableNotification + func (v *NullableNotification) Set(val *Notification) + func (v *NullableNotification) UnmarshalJSON(src []byte) error + func (v *NullableNotification) Unset() + func (v NullableNotification) Get() *Notification + func (v NullableNotification) IsSet() bool + func (v NullableNotification) MarshalJSON() ([]byte, error) + type NullablePatchBdtPolicy struct + func NewNullablePatchBdtPolicy(val *PatchBdtPolicy) *NullablePatchBdtPolicy + func (v *NullablePatchBdtPolicy) Set(val *PatchBdtPolicy) + func (v *NullablePatchBdtPolicy) UnmarshalJSON(src []byte) error + func (v *NullablePatchBdtPolicy) Unset() + func (v NullablePatchBdtPolicy) Get() *PatchBdtPolicy + func (v NullablePatchBdtPolicy) IsSet() bool + func (v NullablePatchBdtPolicy) MarshalJSON() ([]byte, error) + type NullablePlmnId struct + func NewNullablePlmnId(val *PlmnId) *NullablePlmnId + func (v *NullablePlmnId) Set(val *PlmnId) + func (v *NullablePlmnId) UnmarshalJSON(src []byte) error + func (v *NullablePlmnId) Unset() + func (v NullablePlmnId) Get() *PlmnId + func (v NullablePlmnId) IsSet() bool + func (v NullablePlmnId) MarshalJSON() ([]byte, error) + type NullablePlmnIdNid struct + func NewNullablePlmnIdNid(val *PlmnIdNid) *NullablePlmnIdNid + func (v *NullablePlmnIdNid) Set(val *PlmnIdNid) + func (v *NullablePlmnIdNid) UnmarshalJSON(src []byte) error + func (v *NullablePlmnIdNid) Unset() + func (v NullablePlmnIdNid) Get() *PlmnIdNid + func (v NullablePlmnIdNid) IsSet() bool + func (v NullablePlmnIdNid) MarshalJSON() ([]byte, error) + type NullableProblemDetails struct + func NewNullableProblemDetails(val *ProblemDetails) *NullableProblemDetails + func (v *NullableProblemDetails) Set(val *ProblemDetails) + func (v *NullableProblemDetails) UnmarshalJSON(src []byte) error + func (v *NullableProblemDetails) Unset() + func (v NullableProblemDetails) Get() *ProblemDetails + func (v NullableProblemDetails) IsSet() bool + func (v NullableProblemDetails) MarshalJSON() ([]byte, error) + type NullableRedirectResponse struct + func NewNullableRedirectResponse(val *RedirectResponse) *NullableRedirectResponse + func (v *NullableRedirectResponse) Set(val *RedirectResponse) + func (v *NullableRedirectResponse) UnmarshalJSON(src []byte) error + func (v *NullableRedirectResponse) Unset() + func (v NullableRedirectResponse) Get() *RedirectResponse + func (v NullableRedirectResponse) IsSet() bool + func (v NullableRedirectResponse) MarshalJSON() ([]byte, error) + type NullableSnssai struct + func NewNullableSnssai(val *Snssai) *NullableSnssai + func (v *NullableSnssai) Set(val *Snssai) + func (v *NullableSnssai) UnmarshalJSON(src []byte) error + func (v *NullableSnssai) Unset() + func (v NullableSnssai) Get() *Snssai + func (v NullableSnssai) IsSet() bool + func (v NullableSnssai) MarshalJSON() ([]byte, error) + type NullableString struct + func NewNullableString(val *string) *NullableString + func (v *NullableString) Set(val *string) + func (v *NullableString) UnmarshalJSON(src []byte) error + func (v *NullableString) Unset() + func (v NullableString) Get() *string + func (v NullableString) IsSet() bool + func (v NullableString) MarshalJSON() ([]byte, error) + type NullableTai struct + func NewNullableTai(val *Tai) *NullableTai + func (v *NullableTai) Set(val *Tai) + func (v *NullableTai) UnmarshalJSON(src []byte) error + func (v *NullableTai) Unset() + func (v NullableTai) Get() *Tai + func (v NullableTai) IsSet() bool + func (v NullableTai) MarshalJSON() ([]byte, error) + type NullableTime struct + func NewNullableTime(val *time.Time) *NullableTime + func (v *NullableTime) Set(val *time.Time) + func (v *NullableTime) UnmarshalJSON(src []byte) error + func (v *NullableTime) Unset() + func (v NullableTime) Get() *time.Time + func (v NullableTime) IsSet() bool + func (v NullableTime) MarshalJSON() ([]byte, error) + type NullableTimeWindow struct + func NewNullableTimeWindow(val *TimeWindow) *NullableTimeWindow + func (v *NullableTimeWindow) Set(val *TimeWindow) + func (v *NullableTimeWindow) UnmarshalJSON(src []byte) error + func (v *NullableTimeWindow) Unset() + func (v NullableTimeWindow) Get() *TimeWindow + func (v NullableTimeWindow) IsSet() bool + func (v NullableTimeWindow) MarshalJSON() ([]byte, error) + type NullableTransferPolicy struct + func NewNullableTransferPolicy(val *TransferPolicy) *NullableTransferPolicy + func (v *NullableTransferPolicy) Set(val *TransferPolicy) + func (v *NullableTransferPolicy) UnmarshalJSON(src []byte) error + func (v *NullableTransferPolicy) Unset() + func (v NullableTransferPolicy) Get() *TransferPolicy + func (v NullableTransferPolicy) IsSet() bool + func (v NullableTransferPolicy) MarshalJSON() ([]byte, error) + type NullableUsageThreshold struct + func NewNullableUsageThreshold(val *UsageThreshold) *NullableUsageThreshold + func (v *NullableUsageThreshold) Set(val *UsageThreshold) + func (v *NullableUsageThreshold) UnmarshalJSON(src []byte) error + func (v *NullableUsageThreshold) Unset() + func (v NullableUsageThreshold) Get() *UsageThreshold + func (v NullableUsageThreshold) IsSet() bool + func (v NullableUsageThreshold) MarshalJSON() ([]byte, error) + type PatchBdtPolicy struct + BdtPolData *BdtPolicyDataPatch + BdtReqData *BdtReqDataPatch + func NewPatchBdtPolicy() *PatchBdtPolicy + func NewPatchBdtPolicyWithDefaults() *PatchBdtPolicy + func (o *PatchBdtPolicy) GetBdtPolData() BdtPolicyDataPatch + func (o *PatchBdtPolicy) GetBdtPolDataOk() (*BdtPolicyDataPatch, bool) + func (o *PatchBdtPolicy) GetBdtReqData() BdtReqDataPatch + func (o *PatchBdtPolicy) GetBdtReqDataOk() (*BdtReqDataPatch, bool) + func (o *PatchBdtPolicy) HasBdtPolData() bool + func (o *PatchBdtPolicy) HasBdtReqData() bool + func (o *PatchBdtPolicy) SetBdtPolData(v BdtPolicyDataPatch) + func (o *PatchBdtPolicy) SetBdtReqData(v BdtReqDataPatch) + func (o PatchBdtPolicy) MarshalJSON() ([]byte, error) + func (o PatchBdtPolicy) ToMap() (map[string]interface{}, error) + type PlmnId struct + Mcc string + Mnc string + func NewPlmnId(mcc string, mnc string) *PlmnId + func NewPlmnIdWithDefaults() *PlmnId + func (o *PlmnId) GetMcc() string + func (o *PlmnId) GetMccOk() (*string, bool) + func (o *PlmnId) GetMnc() string + func (o *PlmnId) GetMncOk() (*string, bool) + func (o *PlmnId) SetMcc(v string) + func (o *PlmnId) SetMnc(v string) + func (o PlmnId) MarshalJSON() ([]byte, error) + func (o PlmnId) ToMap() (map[string]interface{}, error) + type PlmnIdNid struct + Mcc string + Mnc string + Nid *string + func NewPlmnIdNid(mcc string, mnc string) *PlmnIdNid + func NewPlmnIdNidWithDefaults() *PlmnIdNid + func (o *PlmnIdNid) GetMcc() string + func (o *PlmnIdNid) GetMccOk() (*string, bool) + func (o *PlmnIdNid) GetMnc() string + func (o *PlmnIdNid) GetMncOk() (*string, bool) + func (o *PlmnIdNid) GetNid() string + func (o *PlmnIdNid) GetNidOk() (*string, bool) + func (o *PlmnIdNid) HasNid() bool + func (o *PlmnIdNid) SetMcc(v string) + func (o *PlmnIdNid) SetMnc(v string) + func (o *PlmnIdNid) SetNid(v string) + func (o PlmnIdNid) MarshalJSON() ([]byte, error) + func (o PlmnIdNid) ToMap() (map[string]interface{}, error) + type ProblemDetails struct + AccessTokenError *AccessTokenErr + AccessTokenRequest *AccessTokenReq + Cause *string + Detail *string + Instance *string + InvalidParams []InvalidParam + NrfId *string + Status *int32 + SupportedApiVersions []string + SupportedFeatures *string + Title *string + Type *string + func NewProblemDetails() *ProblemDetails + func NewProblemDetailsWithDefaults() *ProblemDetails + func (o *ProblemDetails) GetAccessTokenError() AccessTokenErr + func (o *ProblemDetails) GetAccessTokenErrorOk() (*AccessTokenErr, bool) + func (o *ProblemDetails) GetAccessTokenRequest() AccessTokenReq + func (o *ProblemDetails) GetAccessTokenRequestOk() (*AccessTokenReq, bool) + func (o *ProblemDetails) GetCause() string + func (o *ProblemDetails) GetCauseOk() (*string, bool) + func (o *ProblemDetails) GetDetail() string + func (o *ProblemDetails) GetDetailOk() (*string, bool) + func (o *ProblemDetails) GetInstance() string + func (o *ProblemDetails) GetInstanceOk() (*string, bool) + func (o *ProblemDetails) GetInvalidParams() []InvalidParam + func (o *ProblemDetails) GetInvalidParamsOk() ([]InvalidParam, bool) + func (o *ProblemDetails) GetNrfId() string + func (o *ProblemDetails) GetNrfIdOk() (*string, bool) + func (o *ProblemDetails) GetStatus() int32 + func (o *ProblemDetails) GetStatusOk() (*int32, bool) + func (o *ProblemDetails) GetSupportedApiVersions() []string + func (o *ProblemDetails) GetSupportedApiVersionsOk() ([]string, bool) + func (o *ProblemDetails) GetSupportedFeatures() string + func (o *ProblemDetails) GetSupportedFeaturesOk() (*string, bool) + func (o *ProblemDetails) GetTitle() string + func (o *ProblemDetails) GetTitleOk() (*string, bool) + func (o *ProblemDetails) GetType() string + func (o *ProblemDetails) GetTypeOk() (*string, bool) + func (o *ProblemDetails) HasAccessTokenError() bool + func (o *ProblemDetails) HasAccessTokenRequest() bool + func (o *ProblemDetails) HasCause() bool + func (o *ProblemDetails) HasDetail() bool + func (o *ProblemDetails) HasInstance() bool + func (o *ProblemDetails) HasInvalidParams() bool + func (o *ProblemDetails) HasNrfId() bool + func (o *ProblemDetails) HasStatus() bool + func (o *ProblemDetails) HasSupportedApiVersions() bool + func (o *ProblemDetails) HasSupportedFeatures() bool + func (o *ProblemDetails) HasTitle() bool + func (o *ProblemDetails) HasType() bool + func (o *ProblemDetails) SetAccessTokenError(v AccessTokenErr) + func (o *ProblemDetails) SetAccessTokenRequest(v AccessTokenReq) + func (o *ProblemDetails) SetCause(v string) + func (o *ProblemDetails) SetDetail(v string) + func (o *ProblemDetails) SetInstance(v string) + func (o *ProblemDetails) SetInvalidParams(v []InvalidParam) + func (o *ProblemDetails) SetNrfId(v string) + func (o *ProblemDetails) SetStatus(v int32) + func (o *ProblemDetails) SetSupportedApiVersions(v []string) + func (o *ProblemDetails) SetSupportedFeatures(v string) + func (o *ProblemDetails) SetTitle(v string) + func (o *ProblemDetails) SetType(v string) + func (o ProblemDetails) MarshalJSON() ([]byte, error) + func (o ProblemDetails) ToMap() (map[string]interface{}, error) + type RedirectResponse struct + Cause *string + TargetScp *string + TargetSepp *string + func NewRedirectResponse() *RedirectResponse + func NewRedirectResponseWithDefaults() *RedirectResponse + func (o *RedirectResponse) GetCause() string + func (o *RedirectResponse) GetCauseOk() (*string, bool) + func (o *RedirectResponse) GetTargetScp() string + func (o *RedirectResponse) GetTargetScpOk() (*string, bool) + func (o *RedirectResponse) GetTargetSepp() string + func (o *RedirectResponse) GetTargetSeppOk() (*string, bool) + func (o *RedirectResponse) HasCause() bool + func (o *RedirectResponse) HasTargetScp() bool + func (o *RedirectResponse) HasTargetSepp() bool + func (o *RedirectResponse) SetCause(v string) + func (o *RedirectResponse) SetTargetScp(v string) + func (o *RedirectResponse) SetTargetSepp(v string) + func (o RedirectResponse) MarshalJSON() ([]byte, error) + func (o RedirectResponse) ToMap() (map[string]interface{}, error) + type ServerConfiguration struct + Description string + URL string + Variables map[string]ServerVariable + type ServerConfigurations []ServerConfiguration + func (sc ServerConfigurations) URL(index int, variables map[string]string) (string, error) + type ServerVariable struct + DefaultValue string + Description string + EnumValues []string + type Snssai struct + Sd *string + Sst int32 + func NewSnssai(sst int32) *Snssai + func NewSnssaiWithDefaults() *Snssai + func (o *Snssai) GetSd() string + func (o *Snssai) GetSdOk() (*string, bool) + func (o *Snssai) GetSst() int32 + func (o *Snssai) GetSstOk() (*int32, bool) + func (o *Snssai) HasSd() bool + func (o *Snssai) SetSd(v string) + func (o *Snssai) SetSst(v int32) + func (o Snssai) MarshalJSON() ([]byte, error) + func (o Snssai) ToMap() (map[string]interface{}, error) + type Tai struct + Nid *string + PlmnId PlmnId + Tac string + func NewTai(plmnId PlmnId, tac string) *Tai + func NewTaiWithDefaults() *Tai + func (o *Tai) GetNid() string + func (o *Tai) GetNidOk() (*string, bool) + func (o *Tai) GetPlmnId() PlmnId + func (o *Tai) GetPlmnIdOk() (*PlmnId, bool) + func (o *Tai) GetTac() string + func (o *Tai) GetTacOk() (*string, bool) + func (o *Tai) HasNid() bool + func (o *Tai) SetNid(v string) + func (o *Tai) SetPlmnId(v PlmnId) + func (o *Tai) SetTac(v string) + func (o Tai) MarshalJSON() ([]byte, error) + func (o Tai) ToMap() (map[string]interface{}, error) + type TimeWindow struct + StartTime time.Time + StopTime time.Time + func NewTimeWindow(startTime time.Time, stopTime time.Time) *TimeWindow + func NewTimeWindowWithDefaults() *TimeWindow + func (o *TimeWindow) GetStartTime() time.Time + func (o *TimeWindow) GetStartTimeOk() (*time.Time, bool) + func (o *TimeWindow) GetStopTime() time.Time + func (o *TimeWindow) GetStopTimeOk() (*time.Time, bool) + func (o *TimeWindow) SetStartTime(v time.Time) + func (o *TimeWindow) SetStopTime(v time.Time) + func (o TimeWindow) MarshalJSON() ([]byte, error) + func (o TimeWindow) ToMap() (map[string]interface{}, error) + type TransferPolicy struct + MaxBitRateDl *string + MaxBitRateUl *string + RatingGroup int32 + RecTimeInt TimeWindow + TransPolicyId int32 + func NewTransferPolicy(ratingGroup int32, recTimeInt TimeWindow, transPolicyId int32) *TransferPolicy + func NewTransferPolicyWithDefaults() *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) 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) MarshalJSON() ([]byte, error) + func (o TransferPolicy) ToMap() (map[string]interface{}, error) + type UsageThreshold struct + DownlinkVolume *int64 + Duration *int32 + TotalVolume *int64 + UplinkVolume *int64 + func NewUsageThreshold() *UsageThreshold + func NewUsageThresholdWithDefaults() *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) SetDownlinkVolume(v int64) + func (o *UsageThreshold) SetDuration(v int32) + func (o *UsageThreshold) SetTotalVolume(v int64) + func (o *UsageThreshold) SetUplinkVolume(v int64) + func (o UsageThreshold) MarshalJSON() ([]byte, error) + func (o UsageThreshold) ToMap() (map[string]interface{}, error)