Versions in this module Expand all Collapse all v1 v1.18.2 Apr 9, 2023 Changes in this version + func IsNil(i interface{}) bool v1.18.1 Apr 8, 2023 Changes in this version + var AllowedAccessTypeEnumValues = []AccessType + var AllowedLineTypeAnyOfEnumValues = []LineTypeAnyOf + var AllowedNFTypeAnyOfEnumValues = []NFTypeAnyOf + var AllowedPatchOperationAnyOfEnumValues = []PatchOperationAnyOf + var AllowedRatTypeAnyOfEnumValues = []RatTypeAnyOf + var AllowedSmsDeliveryStatusEnumValues = []SmsDeliveryStatus + var AllowedTraceDepthAnyOfEnumValues = []TraceDepthAnyOf + var AllowedTransportProtocolAnyOfEnumValues = []TransportProtocolAnyOf + var ContextOAuth2 = contextKey("token") + var ContextOperationServerIndices = contextKey("serverOperationIndices") + var ContextOperationServerVariables = contextKey("serverOperationVariables") + var ContextServerIndex = contextKey("serverIndex") + var ContextServerVariables = contextKey("serverVariables") + func CacheExpires(r *http.Response) time.Time + func PtrBool(v bool) *bool + func PtrFloat32(v float32) *float32 + func PtrFloat64(v float64) *float64 + func PtrInt(v int) *int + func PtrInt32(v int32) *int32 + func PtrInt64(v int64) *int64 + func PtrString(v string) *string + func PtrTime(v time.Time) *time.Time + type APIClient struct + ActivationOfSMSServiceApi *ActivationOfSMSServiceApiService + DeactivationOfSMSServiceApi *DeactivationOfSMSServiceApiService + ParameterUpdateInTheUESMSContextInSMSFApi *ParameterUpdateInTheUESMSContextInSMSFApiService + SendSMSPayloadInDownlinkDirectionApi *SendSMSPayloadInDownlinkDirectionApiService + SendSMSPayloadInUplinkDirectionApi *SendSMSPayloadInUplinkDirectionApiService + func NewAPIClient(cfg *Configuration) *APIClient + func (c *APIClient) GetConfig() *Configuration + type APIKey struct + Key string + Prefix string + type APIResponse struct + Message string + Method string + Operation string + Payload []byte + RequestURL string + func NewAPIResponse(r *http.Response) *APIResponse + func NewAPIResponseWithError(errorMessage string) *APIResponse + type AccessTokenErr struct + Error string + ErrorDescription *string + ErrorUri *string + func NewAccessTokenErr(error_ string) *AccessTokenErr + func NewAccessTokenErrWithDefaults() *AccessTokenErr + func (o *AccessTokenErr) GetError() string + func (o *AccessTokenErr) GetErrorDescription() string + func (o *AccessTokenErr) GetErrorDescriptionOk() (*string, bool) + func (o *AccessTokenErr) GetErrorOk() (*string, bool) + func (o *AccessTokenErr) GetErrorUri() string + func (o *AccessTokenErr) GetErrorUriOk() (*string, bool) + func (o *AccessTokenErr) HasErrorDescription() bool + func (o *AccessTokenErr) HasErrorUri() bool + func (o *AccessTokenErr) SetError(v string) + func (o *AccessTokenErr) SetErrorDescription(v string) + func (o *AccessTokenErr) SetErrorUri(v string) + func (o AccessTokenErr) MarshalJSON() ([]byte, error) + func (o AccessTokenErr) ToMap() (map[string]interface{}, error) + type AccessTokenReq struct + GrantType string + HnrfAccessTokenUri *string + NfInstanceId string + NfType *NFType + RequesterFqdn *string + RequesterPlmn *PlmnId + RequesterPlmnList []PlmnId + RequesterSnpnList []PlmnIdNid + RequesterSnssaiList []Snssai + Scope string + SourceNfInstanceId *string + TargetNfInstanceId *string + TargetNfServiceSetId *string + TargetNfSetId *string + TargetNfType *NFType + TargetNsiList []string + TargetPlmn *PlmnId + TargetSnpn *PlmnIdNid + TargetSnssaiList []Snssai + func NewAccessTokenReq(grantType string, nfInstanceId string, scope string) *AccessTokenReq + func NewAccessTokenReqWithDefaults() *AccessTokenReq + func (o *AccessTokenReq) GetGrantType() string + func (o *AccessTokenReq) GetGrantTypeOk() (*string, bool) + func (o *AccessTokenReq) GetHnrfAccessTokenUri() string + func (o *AccessTokenReq) GetHnrfAccessTokenUriOk() (*string, bool) + func (o *AccessTokenReq) GetNfInstanceId() string + func (o *AccessTokenReq) GetNfInstanceIdOk() (*string, bool) + func (o *AccessTokenReq) GetNfType() NFType + func (o *AccessTokenReq) GetNfTypeOk() (*NFType, bool) + func (o *AccessTokenReq) GetRequesterFqdn() string + func (o *AccessTokenReq) GetRequesterFqdnOk() (*string, bool) + func (o *AccessTokenReq) GetRequesterPlmn() PlmnId + func (o *AccessTokenReq) GetRequesterPlmnList() []PlmnId + func (o *AccessTokenReq) GetRequesterPlmnListOk() ([]PlmnId, bool) + func (o *AccessTokenReq) GetRequesterPlmnOk() (*PlmnId, bool) + func (o *AccessTokenReq) GetRequesterSnpnList() []PlmnIdNid + func (o *AccessTokenReq) GetRequesterSnpnListOk() ([]PlmnIdNid, bool) + func (o *AccessTokenReq) GetRequesterSnssaiList() []Snssai + func (o *AccessTokenReq) GetRequesterSnssaiListOk() ([]Snssai, bool) + func (o *AccessTokenReq) GetScope() string + func (o *AccessTokenReq) GetScopeOk() (*string, bool) + func (o *AccessTokenReq) GetSourceNfInstanceId() string + func (o *AccessTokenReq) GetSourceNfInstanceIdOk() (*string, bool) + func (o *AccessTokenReq) GetTargetNfInstanceId() string + func (o *AccessTokenReq) GetTargetNfInstanceIdOk() (*string, bool) + func (o *AccessTokenReq) GetTargetNfServiceSetId() string + func (o *AccessTokenReq) GetTargetNfServiceSetIdOk() (*string, bool) + func (o *AccessTokenReq) GetTargetNfSetId() string + func (o *AccessTokenReq) GetTargetNfSetIdOk() (*string, bool) + func (o *AccessTokenReq) GetTargetNfType() NFType + func (o *AccessTokenReq) GetTargetNfTypeOk() (*NFType, bool) + func (o *AccessTokenReq) GetTargetNsiList() []string + func (o *AccessTokenReq) GetTargetNsiListOk() ([]string, bool) + func (o *AccessTokenReq) GetTargetPlmn() PlmnId + func (o *AccessTokenReq) GetTargetPlmnOk() (*PlmnId, bool) + func (o *AccessTokenReq) GetTargetSnpn() PlmnIdNid + func (o *AccessTokenReq) GetTargetSnpnOk() (*PlmnIdNid, bool) + func (o *AccessTokenReq) GetTargetSnssaiList() []Snssai + func (o *AccessTokenReq) GetTargetSnssaiListOk() ([]Snssai, bool) + func (o *AccessTokenReq) HasHnrfAccessTokenUri() bool + func (o *AccessTokenReq) HasNfType() bool + func (o *AccessTokenReq) HasRequesterFqdn() bool + func (o *AccessTokenReq) HasRequesterPlmn() bool + func (o *AccessTokenReq) HasRequesterPlmnList() bool + func (o *AccessTokenReq) HasRequesterSnpnList() bool + func (o *AccessTokenReq) HasRequesterSnssaiList() bool + func (o *AccessTokenReq) HasSourceNfInstanceId() bool + func (o *AccessTokenReq) HasTargetNfInstanceId() bool + func (o *AccessTokenReq) HasTargetNfServiceSetId() bool + func (o *AccessTokenReq) HasTargetNfSetId() bool + func (o *AccessTokenReq) HasTargetNfType() bool + func (o *AccessTokenReq) HasTargetNsiList() bool + func (o *AccessTokenReq) HasTargetPlmn() bool + func (o *AccessTokenReq) HasTargetSnpn() bool + func (o *AccessTokenReq) HasTargetSnssaiList() bool + func (o *AccessTokenReq) SetGrantType(v string) + func (o *AccessTokenReq) SetHnrfAccessTokenUri(v string) + func (o *AccessTokenReq) SetNfInstanceId(v string) + func (o *AccessTokenReq) SetNfType(v NFType) + func (o *AccessTokenReq) SetRequesterFqdn(v string) + func (o *AccessTokenReq) SetRequesterPlmn(v PlmnId) + func (o *AccessTokenReq) SetRequesterPlmnList(v []PlmnId) + func (o *AccessTokenReq) SetRequesterSnpnList(v []PlmnIdNid) + func (o *AccessTokenReq) SetRequesterSnssaiList(v []Snssai) + func (o *AccessTokenReq) SetScope(v string) + func (o *AccessTokenReq) SetSourceNfInstanceId(v string) + func (o *AccessTokenReq) SetTargetNfInstanceId(v string) + func (o *AccessTokenReq) SetTargetNfServiceSetId(v string) + func (o *AccessTokenReq) SetTargetNfSetId(v string) + func (o *AccessTokenReq) SetTargetNfType(v NFType) + func (o *AccessTokenReq) SetTargetNsiList(v []string) + func (o *AccessTokenReq) SetTargetPlmn(v PlmnId) + func (o *AccessTokenReq) SetTargetSnpn(v PlmnIdNid) + func (o *AccessTokenReq) SetTargetSnssaiList(v []Snssai) + func (o AccessTokenReq) MarshalJSON() ([]byte, error) + func (o AccessTokenReq) ToMap() (map[string]interface{}, error) + type AccessType string + const NON_3_GPP_ACCESS + func NewAccessTypeFromValue(v string) (*AccessType, error) + func (v *AccessType) UnmarshalJSON(src []byte) error + func (v AccessType) IsValid() bool + func (v AccessType) Ptr() *AccessType + type ActivationOfSMSServiceApiService service + func (a *ActivationOfSMSServiceApiService) SMServiceActivation(ctx context.Context, supi string) ApiSMServiceActivationRequest + func (a *ActivationOfSMSServiceApiService) SMServiceActivationExecute(r ApiSMServiceActivationRequest) (*UeSmsContextData, *http.Response, error) + type ApiSMSServiceParameterUpdateRequest struct + ApiService *ParameterUpdateInTheUESMSContextInSMSFApiService + func (r ApiSMSServiceParameterUpdateRequest) Execute() (*SMSServiceParameterUpdate200Response, *http.Response, error) + func (r ApiSMSServiceParameterUpdateRequest) PatchItem(patchItem []PatchItem) ApiSMSServiceParameterUpdateRequest + func (r ApiSMSServiceParameterUpdateRequest) SupportedFeatures(supportedFeatures string) ApiSMSServiceParameterUpdateRequest + type ApiSMServiceActivationRequest struct + ApiService *ActivationOfSMSServiceApiService + func (r ApiSMServiceActivationRequest) Execute() (*UeSmsContextData, *http.Response, error) + func (r ApiSMServiceActivationRequest) UeSmsContextData(ueSmsContextData UeSmsContextData) ApiSMServiceActivationRequest + type ApiSMServiceDeactivationRequest struct + ApiService *DeactivationOfSMSServiceApiService + func (r ApiSMServiceDeactivationRequest) Execute() (*http.Response, error) + func (r ApiSMServiceDeactivationRequest) IfMatch(ifMatch string) ApiSMServiceDeactivationRequest + type ApiSendMtSMSRequest struct + ApiService *SendSMSPayloadInDownlinkDirectionApiService + func (r ApiSendMtSMSRequest) BinaryPayload(binaryPayload os.File) ApiSendMtSMSRequest + func (r ApiSendMtSMSRequest) Execute() (*SendMtSMS200Response, *http.Response, error) + func (r ApiSendMtSMSRequest) JsonData(jsonData SmsData) ApiSendMtSMSRequest + type ApiSendSMSRequest struct + ApiService *SendSMSPayloadInUplinkDirectionApiService + func (r ApiSendSMSRequest) BinaryPayload(binaryPayload os.File) ApiSendSMSRequest + func (r ApiSendSMSRequest) Execute() (*SmsRecordDeliveryData, *http.Response, error) + func (r ApiSendSMSRequest) JsonData(jsonData SmsRecordData) ApiSendSMSRequest + type BackupAmfInfo struct + BackupAmf string + GuamiList []Guami + func NewBackupAmfInfo(backupAmf string) *BackupAmfInfo + func NewBackupAmfInfoWithDefaults() *BackupAmfInfo + func (o *BackupAmfInfo) GetBackupAmf() string + func (o *BackupAmfInfo) GetBackupAmfOk() (*string, bool) + func (o *BackupAmfInfo) GetGuamiList() []Guami + func (o *BackupAmfInfo) GetGuamiListOk() ([]Guami, bool) + func (o *BackupAmfInfo) HasGuamiList() bool + func (o *BackupAmfInfo) SetBackupAmf(v string) + func (o *BackupAmfInfo) SetGuamiList(v []Guami) + func (o BackupAmfInfo) MarshalJSON() ([]byte, error) + func (o BackupAmfInfo) ToMap() (map[string]interface{}, error) + type BasicAuth struct + Password string + UserName string + type CellGlobalId struct + CellId string + Lac string + PlmnId PlmnId + func NewCellGlobalId(plmnId PlmnId, lac string, cellId string) *CellGlobalId + func NewCellGlobalIdWithDefaults() *CellGlobalId + func (o *CellGlobalId) GetCellId() string + func (o *CellGlobalId) GetCellIdOk() (*string, bool) + func (o *CellGlobalId) GetLac() string + func (o *CellGlobalId) GetLacOk() (*string, bool) + func (o *CellGlobalId) GetPlmnId() PlmnId + func (o *CellGlobalId) GetPlmnIdOk() (*PlmnId, bool) + func (o *CellGlobalId) SetCellId(v string) + func (o *CellGlobalId) SetLac(v string) + func (o *CellGlobalId) SetPlmnId(v PlmnId) + func (o CellGlobalId) MarshalJSON() ([]byte, error) + func (o CellGlobalId) ToMap() (map[string]interface{}, error) + type 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 DeactivationOfSMSServiceApiService service + func (a *DeactivationOfSMSServiceApiService) SMServiceDeactivation(ctx context.Context, supi string) ApiSMServiceDeactivationRequest + func (a *DeactivationOfSMSServiceApiService) SMServiceDeactivationExecute(r ApiSMServiceDeactivationRequest) (*http.Response, 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 EutraLocation struct + AgeOfLocationInformation *int32 + Ecgi Ecgi + GeodeticInformation *string + GeographicalInformation *string + GlobalENbId *GlobalRanNodeId + GlobalNgenbId *GlobalRanNodeId + IgnoreEcgi *bool + IgnoreTai *bool + Tai Tai + UeLocationTimestamp *time.Time + func NewEutraLocation(tai Tai, ecgi Ecgi) *EutraLocation + func NewEutraLocationWithDefaults() *EutraLocation + func (o *EutraLocation) GetAgeOfLocationInformation() int32 + func (o *EutraLocation) GetAgeOfLocationInformationOk() (*int32, bool) + func (o *EutraLocation) GetEcgi() Ecgi + func (o *EutraLocation) GetEcgiOk() (*Ecgi, bool) + func (o *EutraLocation) GetGeodeticInformation() string + func (o *EutraLocation) GetGeodeticInformationOk() (*string, bool) + func (o *EutraLocation) GetGeographicalInformation() string + func (o *EutraLocation) GetGeographicalInformationOk() (*string, bool) + func (o *EutraLocation) GetGlobalENbId() GlobalRanNodeId + func (o *EutraLocation) GetGlobalENbIdOk() (*GlobalRanNodeId, bool) + func (o *EutraLocation) GetGlobalNgenbId() GlobalRanNodeId + func (o *EutraLocation) GetGlobalNgenbIdOk() (*GlobalRanNodeId, bool) + func (o *EutraLocation) GetIgnoreEcgi() bool + func (o *EutraLocation) GetIgnoreEcgiOk() (*bool, bool) + func (o *EutraLocation) GetIgnoreTai() bool + func (o *EutraLocation) GetIgnoreTaiOk() (*bool, bool) + func (o *EutraLocation) GetTai() Tai + func (o *EutraLocation) GetTaiOk() (*Tai, bool) + func (o *EutraLocation) GetUeLocationTimestamp() time.Time + func (o *EutraLocation) GetUeLocationTimestampOk() (*time.Time, bool) + func (o *EutraLocation) HasAgeOfLocationInformation() bool + func (o *EutraLocation) HasGeodeticInformation() bool + func (o *EutraLocation) HasGeographicalInformation() bool + func (o *EutraLocation) HasGlobalENbId() bool + func (o *EutraLocation) HasGlobalNgenbId() bool + func (o *EutraLocation) HasIgnoreEcgi() bool + func (o *EutraLocation) HasIgnoreTai() bool + func (o *EutraLocation) HasUeLocationTimestamp() bool + func (o *EutraLocation) SetAgeOfLocationInformation(v int32) + func (o *EutraLocation) SetEcgi(v Ecgi) + func (o *EutraLocation) SetGeodeticInformation(v string) + func (o *EutraLocation) SetGeographicalInformation(v string) + func (o *EutraLocation) SetGlobalENbId(v GlobalRanNodeId) + func (o *EutraLocation) SetGlobalNgenbId(v GlobalRanNodeId) + func (o *EutraLocation) SetIgnoreEcgi(v bool) + func (o *EutraLocation) SetIgnoreTai(v bool) + func (o *EutraLocation) SetTai(v Tai) + func (o *EutraLocation) SetUeLocationTimestamp(v time.Time) + func (o EutraLocation) MarshalJSON() ([]byte, error) + func (o EutraLocation) ToMap() (map[string]interface{}, error) + type GNbId struct + BitLength int32 + GNBValue string + func NewGNbId(bitLength int32, gNBValue string) *GNbId + func NewGNbIdWithDefaults() *GNbId + func (o *GNbId) GetBitLength() int32 + func (o *GNbId) GetBitLengthOk() (*int32, bool) + func (o *GNbId) GetGNBValue() string + func (o *GNbId) GetGNBValueOk() (*string, bool) + func (o *GNbId) SetBitLength(v int32) + func (o *GNbId) SetGNBValue(v string) + func (o GNbId) MarshalJSON() ([]byte, error) + func (o GNbId) ToMap() (map[string]interface{}, error) + type GenericOpenAPIError struct + func (e GenericOpenAPIError) Body() []byte + func (e GenericOpenAPIError) Error() string + func (e GenericOpenAPIError) Model() interface{} + type GeraLocation struct + Interface *interface{} + func InterfaceAsGeraLocation(v *interface{}) GeraLocation + func (dst *GeraLocation) UnmarshalJSON(data []byte) error + func (obj *GeraLocation) GetActualInstance() interface{} + func (src GeraLocation) MarshalJSON() ([]byte, error) + type GlobalRanNodeId struct + Interface *interface{} + func InterfaceAsGlobalRanNodeId(v *interface{}) GlobalRanNodeId + func (dst *GlobalRanNodeId) UnmarshalJSON(data []byte) error + func (obj *GlobalRanNodeId) GetActualInstance() interface{} + func (src GlobalRanNodeId) MarshalJSON() ([]byte, error) + type Guami struct + AmfId string + PlmnId PlmnIdNid + func NewGuami(plmnId PlmnIdNid, amfId string) *Guami + func NewGuamiWithDefaults() *Guami + func (o *Guami) GetAmfId() string + func (o *Guami) GetAmfIdOk() (*string, bool) + func (o *Guami) GetPlmnId() PlmnIdNid + func (o *Guami) GetPlmnIdOk() (*PlmnIdNid, bool) + func (o *Guami) SetAmfId(v string) + func (o *Guami) SetPlmnId(v PlmnIdNid) + func (o Guami) MarshalJSON() ([]byte, error) + func (o Guami) ToMap() (map[string]interface{}, error) + type HfcNodeId struct + HfcNId string + func NewHfcNodeId(hfcNId string) *HfcNodeId + func NewHfcNodeIdWithDefaults() *HfcNodeId + func (o *HfcNodeId) GetHfcNId() string + func (o *HfcNodeId) GetHfcNIdOk() (*string, bool) + func (o *HfcNodeId) SetHfcNId(v string) + func (o HfcNodeId) MarshalJSON() ([]byte, error) + func (o HfcNodeId) ToMap() (map[string]interface{}, error) + type 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 Ipv6Addr struct + func NewIpv6Addr() *Ipv6Addr + func NewIpv6AddrWithDefaults() *Ipv6Addr + func (o Ipv6Addr) MarshalJSON() ([]byte, error) + func (o Ipv6Addr) ToMap() (map[string]interface{}, error) + type LineType struct + LineTypeAnyOf *LineTypeAnyOf + String *string + func (dst *LineType) UnmarshalJSON(data []byte) error + func (src *LineType) MarshalJSON() ([]byte, error) + type LineTypeAnyOf string + const DSL + const PON + func NewLineTypeAnyOfFromValue(v string) (*LineTypeAnyOf, error) + func (v *LineTypeAnyOf) UnmarshalJSON(src []byte) error + func (v LineTypeAnyOf) IsValid() bool + func (v LineTypeAnyOf) Ptr() *LineTypeAnyOf + type LocationAreaId struct + Lac string + PlmnId PlmnId + func NewLocationAreaId(plmnId PlmnId, lac string) *LocationAreaId + func NewLocationAreaIdWithDefaults() *LocationAreaId + func (o *LocationAreaId) GetLac() string + func (o *LocationAreaId) GetLacOk() (*string, bool) + func (o *LocationAreaId) GetPlmnId() PlmnId + func (o *LocationAreaId) GetPlmnIdOk() (*PlmnId, bool) + func (o *LocationAreaId) SetLac(v string) + func (o *LocationAreaId) SetPlmnId(v PlmnId) + func (o LocationAreaId) MarshalJSON() ([]byte, error) + func (o LocationAreaId) ToMap() (map[string]interface{}, error) + type MappedNullable interface + ToMap func() (map[string]interface{}, error) + type N3gaLocation struct + Gci *string + Gli *string + HfcNodeId *HfcNodeId + N3IwfId *string + N3gppTai *Tai + PortNumber *int32 + Protocol *TransportProtocol + TnapId *TnapId + TwapId *TwapId + UeIpv4Addr *string + UeIpv6Addr *Ipv6Addr + W5gbanLineType *LineType + func NewN3gaLocation() *N3gaLocation + func NewN3gaLocationWithDefaults() *N3gaLocation + func (o *N3gaLocation) GetGci() string + func (o *N3gaLocation) GetGciOk() (*string, bool) + func (o *N3gaLocation) GetGli() string + func (o *N3gaLocation) GetGliOk() (*string, bool) + func (o *N3gaLocation) GetHfcNodeId() HfcNodeId + func (o *N3gaLocation) GetHfcNodeIdOk() (*HfcNodeId, bool) + func (o *N3gaLocation) GetN3IwfId() string + func (o *N3gaLocation) GetN3IwfIdOk() (*string, bool) + func (o *N3gaLocation) GetN3gppTai() Tai + func (o *N3gaLocation) GetN3gppTaiOk() (*Tai, bool) + func (o *N3gaLocation) GetPortNumber() int32 + func (o *N3gaLocation) GetPortNumberOk() (*int32, bool) + func (o *N3gaLocation) GetProtocol() TransportProtocol + func (o *N3gaLocation) GetProtocolOk() (*TransportProtocol, bool) + func (o *N3gaLocation) GetTnapId() TnapId + func (o *N3gaLocation) GetTnapIdOk() (*TnapId, bool) + func (o *N3gaLocation) GetTwapId() TwapId + func (o *N3gaLocation) GetTwapIdOk() (*TwapId, bool) + func (o *N3gaLocation) GetUeIpv4Addr() string + func (o *N3gaLocation) GetUeIpv4AddrOk() (*string, bool) + func (o *N3gaLocation) GetUeIpv6Addr() Ipv6Addr + func (o *N3gaLocation) GetUeIpv6AddrOk() (*Ipv6Addr, bool) + func (o *N3gaLocation) GetW5gbanLineType() LineType + func (o *N3gaLocation) GetW5gbanLineTypeOk() (*LineType, bool) + func (o *N3gaLocation) HasGci() bool + func (o *N3gaLocation) HasGli() bool + func (o *N3gaLocation) HasHfcNodeId() bool + func (o *N3gaLocation) HasN3IwfId() bool + func (o *N3gaLocation) HasN3gppTai() bool + func (o *N3gaLocation) HasPortNumber() bool + func (o *N3gaLocation) HasProtocol() bool + func (o *N3gaLocation) HasTnapId() bool + func (o *N3gaLocation) HasTwapId() bool + func (o *N3gaLocation) HasUeIpv4Addr() bool + func (o *N3gaLocation) HasUeIpv6Addr() bool + func (o *N3gaLocation) HasW5gbanLineType() bool + func (o *N3gaLocation) SetGci(v string) + func (o *N3gaLocation) SetGli(v string) + func (o *N3gaLocation) SetHfcNodeId(v HfcNodeId) + func (o *N3gaLocation) SetN3IwfId(v string) + func (o *N3gaLocation) SetN3gppTai(v Tai) + func (o *N3gaLocation) SetPortNumber(v int32) + func (o *N3gaLocation) SetProtocol(v TransportProtocol) + func (o *N3gaLocation) SetTnapId(v TnapId) + func (o *N3gaLocation) SetTwapId(v TwapId) + func (o *N3gaLocation) SetUeIpv4Addr(v string) + func (o *N3gaLocation) SetUeIpv6Addr(v Ipv6Addr) + func (o *N3gaLocation) SetW5gbanLineType(v LineType) + func (o N3gaLocation) MarshalJSON() ([]byte, error) + func (o N3gaLocation) ToMap() (map[string]interface{}, error) + type NFType struct + NFTypeAnyOf *NFTypeAnyOf + String *string + func (dst *NFType) UnmarshalJSON(data []byte) error + func (src *NFType) MarshalJSON() ([]byte, error) + type NFTypeAnyOf string + const AANF + const ADRF + const AF + const AMF + const AUSF + const BSF + const CBCF + const CEF + const CHF + const DCCF + const DRA + const EASDF + const GBA_BSF + const GMLC + const HSS + const ICSCF + const IMS_AS + const LMF + const MBSF + const MBSTF + const MB_SMF + const MB_UPF + const MFAF + const MME + const MNPF + const N3_IWF + const NEF + const NRF + const NSACF + const NSSAAF + const NSSF + const NSWOF + const NWDAF + const PANF + const PCF + const PCSCF + const PKMF + const SCEF + const SCP + const SCSAS + const SCSCF + const SEPP + const SMF + const SMSF + const SMS_GMSC + const SMS_IWMSC + const SOR_AF + const SPAF + const TSCTSF + const UCMF + const UDM + const UDR + const UDSF + const UPF + func NewNFTypeAnyOfFromValue(v string) (*NFTypeAnyOf, error) + func (v *NFTypeAnyOf) UnmarshalJSON(src []byte) error + func (v NFTypeAnyOf) IsValid() bool + func (v NFTypeAnyOf) Ptr() *NFTypeAnyOf + type Ncgi struct + Nid *string + NrCellId string + PlmnId PlmnId + func NewNcgi(plmnId PlmnId, nrCellId string) *Ncgi + func NewNcgiWithDefaults() *Ncgi + func (o *Ncgi) GetNid() string + func (o *Ncgi) GetNidOk() (*string, bool) + func (o *Ncgi) GetNrCellId() string + func (o *Ncgi) GetNrCellIdOk() (*string, bool) + func (o *Ncgi) GetPlmnId() PlmnId + func (o *Ncgi) GetPlmnIdOk() (*PlmnId, bool) + func (o *Ncgi) HasNid() bool + func (o *Ncgi) SetNid(v string) + func (o *Ncgi) SetNrCellId(v string) + func (o *Ncgi) SetPlmnId(v PlmnId) + func (o Ncgi) MarshalJSON() ([]byte, error) + func (o Ncgi) ToMap() (map[string]interface{}, error) + type NrLocation struct + AgeOfLocationInformation *int32 + GeodeticInformation *string + GeographicalInformation *string + GlobalGnbId *GlobalRanNodeId + IgnoreNcgi *bool + Ncgi Ncgi + Tai Tai + UeLocationTimestamp *time.Time + func NewNrLocation(tai Tai, ncgi Ncgi) *NrLocation + func NewNrLocationWithDefaults() *NrLocation + func (o *NrLocation) GetAgeOfLocationInformation() int32 + func (o *NrLocation) GetAgeOfLocationInformationOk() (*int32, bool) + func (o *NrLocation) GetGeodeticInformation() string + func (o *NrLocation) GetGeodeticInformationOk() (*string, bool) + func (o *NrLocation) GetGeographicalInformation() string + func (o *NrLocation) GetGeographicalInformationOk() (*string, bool) + func (o *NrLocation) GetGlobalGnbId() GlobalRanNodeId + func (o *NrLocation) GetGlobalGnbIdOk() (*GlobalRanNodeId, bool) + func (o *NrLocation) GetIgnoreNcgi() bool + func (o *NrLocation) GetIgnoreNcgiOk() (*bool, bool) + func (o *NrLocation) GetNcgi() Ncgi + func (o *NrLocation) GetNcgiOk() (*Ncgi, bool) + func (o *NrLocation) GetTai() Tai + func (o *NrLocation) GetTaiOk() (*Tai, bool) + func (o *NrLocation) GetUeLocationTimestamp() time.Time + func (o *NrLocation) GetUeLocationTimestampOk() (*time.Time, bool) + func (o *NrLocation) HasAgeOfLocationInformation() bool + func (o *NrLocation) HasGeodeticInformation() bool + func (o *NrLocation) HasGeographicalInformation() bool + func (o *NrLocation) HasGlobalGnbId() bool + func (o *NrLocation) HasIgnoreNcgi() bool + func (o *NrLocation) HasUeLocationTimestamp() bool + func (o *NrLocation) SetAgeOfLocationInformation(v int32) + func (o *NrLocation) SetGeodeticInformation(v string) + func (o *NrLocation) SetGeographicalInformation(v string) + func (o *NrLocation) SetGlobalGnbId(v GlobalRanNodeId) + func (o *NrLocation) SetIgnoreNcgi(v bool) + func (o *NrLocation) SetNcgi(v Ncgi) + func (o *NrLocation) SetTai(v Tai) + func (o *NrLocation) SetUeLocationTimestamp(v time.Time) + func (o NrLocation) MarshalJSON() ([]byte, error) + func (o NrLocation) ToMap() (map[string]interface{}, error) + type NullableAccessTokenErr struct + func NewNullableAccessTokenErr(val *AccessTokenErr) *NullableAccessTokenErr + func (v *NullableAccessTokenErr) Set(val *AccessTokenErr) + func (v *NullableAccessTokenErr) UnmarshalJSON(src []byte) error + func (v *NullableAccessTokenErr) Unset() + func (v NullableAccessTokenErr) Get() *AccessTokenErr + func (v NullableAccessTokenErr) IsSet() bool + func (v NullableAccessTokenErr) MarshalJSON() ([]byte, error) + type NullableAccessTokenReq struct + func NewNullableAccessTokenReq(val *AccessTokenReq) *NullableAccessTokenReq + func (v *NullableAccessTokenReq) Set(val *AccessTokenReq) + func (v *NullableAccessTokenReq) UnmarshalJSON(src []byte) error + func (v *NullableAccessTokenReq) Unset() + func (v NullableAccessTokenReq) Get() *AccessTokenReq + func (v NullableAccessTokenReq) IsSet() bool + func (v NullableAccessTokenReq) MarshalJSON() ([]byte, error) + type NullableAccessType struct + func NewNullableAccessType(val *AccessType) *NullableAccessType + func (v *NullableAccessType) Set(val *AccessType) + func (v *NullableAccessType) UnmarshalJSON(src []byte) error + func (v *NullableAccessType) Unset() + func (v NullableAccessType) Get() *AccessType + func (v NullableAccessType) IsSet() bool + func (v NullableAccessType) MarshalJSON() ([]byte, error) + type NullableBackupAmfInfo struct + func NewNullableBackupAmfInfo(val *BackupAmfInfo) *NullableBackupAmfInfo + func (v *NullableBackupAmfInfo) Set(val *BackupAmfInfo) + func (v *NullableBackupAmfInfo) UnmarshalJSON(src []byte) error + func (v *NullableBackupAmfInfo) Unset() + func (v NullableBackupAmfInfo) Get() *BackupAmfInfo + func (v NullableBackupAmfInfo) IsSet() bool + func (v NullableBackupAmfInfo) 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 NullableCellGlobalId struct + func NewNullableCellGlobalId(val *CellGlobalId) *NullableCellGlobalId + func (v *NullableCellGlobalId) Set(val *CellGlobalId) + func (v *NullableCellGlobalId) UnmarshalJSON(src []byte) error + func (v *NullableCellGlobalId) Unset() + func (v NullableCellGlobalId) Get() *CellGlobalId + func (v NullableCellGlobalId) IsSet() bool + func (v NullableCellGlobalId) MarshalJSON() ([]byte, error) + type 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 NullableEutraLocation struct + func NewNullableEutraLocation(val *EutraLocation) *NullableEutraLocation + func (v *NullableEutraLocation) Set(val *EutraLocation) + func (v *NullableEutraLocation) UnmarshalJSON(src []byte) error + func (v *NullableEutraLocation) Unset() + func (v NullableEutraLocation) Get() *EutraLocation + func (v NullableEutraLocation) IsSet() bool + func (v NullableEutraLocation) MarshalJSON() ([]byte, error) + type 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 NullableGeraLocation struct + func NewNullableGeraLocation(val *GeraLocation) *NullableGeraLocation + func (v *NullableGeraLocation) Set(val *GeraLocation) + func (v *NullableGeraLocation) UnmarshalJSON(src []byte) error + func (v *NullableGeraLocation) Unset() + func (v NullableGeraLocation) Get() *GeraLocation + func (v NullableGeraLocation) IsSet() bool + func (v NullableGeraLocation) MarshalJSON() ([]byte, error) + type NullableGlobalRanNodeId struct + func NewNullableGlobalRanNodeId(val *GlobalRanNodeId) *NullableGlobalRanNodeId + func (v *NullableGlobalRanNodeId) Set(val *GlobalRanNodeId) + func (v *NullableGlobalRanNodeId) UnmarshalJSON(src []byte) error + func (v *NullableGlobalRanNodeId) Unset() + func (v NullableGlobalRanNodeId) Get() *GlobalRanNodeId + func (v NullableGlobalRanNodeId) IsSet() bool + func (v NullableGlobalRanNodeId) MarshalJSON() ([]byte, error) + type NullableGuami struct + func NewNullableGuami(val *Guami) *NullableGuami + func (v *NullableGuami) Set(val *Guami) + func (v *NullableGuami) UnmarshalJSON(src []byte) error + func (v *NullableGuami) Unset() + func (v NullableGuami) Get() *Guami + func (v NullableGuami) IsSet() bool + func (v NullableGuami) MarshalJSON() ([]byte, error) + type NullableHfcNodeId struct + func NewNullableHfcNodeId(val *HfcNodeId) *NullableHfcNodeId + func (v *NullableHfcNodeId) Set(val *HfcNodeId) + func (v *NullableHfcNodeId) UnmarshalJSON(src []byte) error + func (v *NullableHfcNodeId) Unset() + func (v NullableHfcNodeId) Get() *HfcNodeId + func (v NullableHfcNodeId) IsSet() bool + func (v NullableHfcNodeId) MarshalJSON() ([]byte, error) + type NullableInt struct + func NewNullableInt(val *int) *NullableInt + func (v *NullableInt) Set(val *int) + func (v *NullableInt) UnmarshalJSON(src []byte) error + func (v *NullableInt) Unset() + func (v NullableInt) Get() *int + func (v NullableInt) IsSet() bool + func (v NullableInt) MarshalJSON() ([]byte, error) + type NullableInt32 struct + func NewNullableInt32(val *int32) *NullableInt32 + func (v *NullableInt32) Set(val *int32) + func (v *NullableInt32) UnmarshalJSON(src []byte) error + func (v *NullableInt32) Unset() + func (v NullableInt32) Get() *int32 + func (v NullableInt32) IsSet() bool + func (v NullableInt32) MarshalJSON() ([]byte, error) + type NullableInt64 struct + func NewNullableInt64(val *int64) *NullableInt64 + func (v *NullableInt64) Set(val *int64) + func (v *NullableInt64) UnmarshalJSON(src []byte) error + func (v *NullableInt64) Unset() + func (v NullableInt64) Get() *int64 + func (v NullableInt64) IsSet() bool + func (v NullableInt64) MarshalJSON() ([]byte, error) + type NullableInvalidParam struct + func NewNullableInvalidParam(val *InvalidParam) *NullableInvalidParam + func (v *NullableInvalidParam) Set(val *InvalidParam) + func (v *NullableInvalidParam) UnmarshalJSON(src []byte) error + func (v *NullableInvalidParam) Unset() + func (v NullableInvalidParam) Get() *InvalidParam + func (v NullableInvalidParam) IsSet() bool + func (v NullableInvalidParam) MarshalJSON() ([]byte, error) + type NullableIpv6Addr struct + func NewNullableIpv6Addr(val *Ipv6Addr) *NullableIpv6Addr + func (v *NullableIpv6Addr) Set(val *Ipv6Addr) + func (v *NullableIpv6Addr) UnmarshalJSON(src []byte) error + func (v *NullableIpv6Addr) Unset() + func (v NullableIpv6Addr) Get() *Ipv6Addr + func (v NullableIpv6Addr) IsSet() bool + func (v NullableIpv6Addr) MarshalJSON() ([]byte, error) + type NullableLineType struct + func NewNullableLineType(val *LineType) *NullableLineType + func (v *NullableLineType) Set(val *LineType) + func (v *NullableLineType) UnmarshalJSON(src []byte) error + func (v *NullableLineType) Unset() + func (v NullableLineType) Get() *LineType + func (v NullableLineType) IsSet() bool + func (v NullableLineType) MarshalJSON() ([]byte, error) + type NullableLineTypeAnyOf struct + func NewNullableLineTypeAnyOf(val *LineTypeAnyOf) *NullableLineTypeAnyOf + func (v *NullableLineTypeAnyOf) Set(val *LineTypeAnyOf) + func (v *NullableLineTypeAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableLineTypeAnyOf) Unset() + func (v NullableLineTypeAnyOf) Get() *LineTypeAnyOf + func (v NullableLineTypeAnyOf) IsSet() bool + func (v NullableLineTypeAnyOf) MarshalJSON() ([]byte, error) + type NullableLocationAreaId struct + func NewNullableLocationAreaId(val *LocationAreaId) *NullableLocationAreaId + func (v *NullableLocationAreaId) Set(val *LocationAreaId) + func (v *NullableLocationAreaId) UnmarshalJSON(src []byte) error + func (v *NullableLocationAreaId) Unset() + func (v NullableLocationAreaId) Get() *LocationAreaId + func (v NullableLocationAreaId) IsSet() bool + func (v NullableLocationAreaId) MarshalJSON() ([]byte, error) + type NullableN3gaLocation struct + func NewNullableN3gaLocation(val *N3gaLocation) *NullableN3gaLocation + func (v *NullableN3gaLocation) Set(val *N3gaLocation) + func (v *NullableN3gaLocation) UnmarshalJSON(src []byte) error + func (v *NullableN3gaLocation) Unset() + func (v NullableN3gaLocation) Get() *N3gaLocation + func (v NullableN3gaLocation) IsSet() bool + func (v NullableN3gaLocation) MarshalJSON() ([]byte, error) + type NullableNFType struct + func NewNullableNFType(val *NFType) *NullableNFType + func (v *NullableNFType) Set(val *NFType) + func (v *NullableNFType) UnmarshalJSON(src []byte) error + func (v *NullableNFType) Unset() + func (v NullableNFType) Get() *NFType + func (v NullableNFType) IsSet() bool + func (v NullableNFType) MarshalJSON() ([]byte, error) + type NullableNFTypeAnyOf struct + func NewNullableNFTypeAnyOf(val *NFTypeAnyOf) *NullableNFTypeAnyOf + func (v *NullableNFTypeAnyOf) Set(val *NFTypeAnyOf) + func (v *NullableNFTypeAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableNFTypeAnyOf) Unset() + func (v NullableNFTypeAnyOf) Get() *NFTypeAnyOf + func (v NullableNFTypeAnyOf) IsSet() bool + func (v NullableNFTypeAnyOf) MarshalJSON() ([]byte, error) + type NullableNcgi struct + func NewNullableNcgi(val *Ncgi) *NullableNcgi + func (v *NullableNcgi) Set(val *Ncgi) + func (v *NullableNcgi) UnmarshalJSON(src []byte) error + func (v *NullableNcgi) Unset() + func (v NullableNcgi) Get() *Ncgi + func (v NullableNcgi) IsSet() bool + func (v NullableNcgi) MarshalJSON() ([]byte, error) + type NullableNrLocation struct + func NewNullableNrLocation(val *NrLocation) *NullableNrLocation + func (v *NullableNrLocation) Set(val *NrLocation) + func (v *NullableNrLocation) UnmarshalJSON(src []byte) error + func (v *NullableNrLocation) Unset() + func (v NullableNrLocation) Get() *NrLocation + func (v NullableNrLocation) IsSet() bool + func (v NullableNrLocation) MarshalJSON() ([]byte, error) + type NullablePatchItem struct + func NewNullablePatchItem(val *PatchItem) *NullablePatchItem + func (v *NullablePatchItem) Set(val *PatchItem) + func (v *NullablePatchItem) UnmarshalJSON(src []byte) error + func (v *NullablePatchItem) Unset() + func (v NullablePatchItem) Get() *PatchItem + func (v NullablePatchItem) IsSet() bool + func (v NullablePatchItem) MarshalJSON() ([]byte, error) + type NullablePatchOperation struct + func NewNullablePatchOperation(val *PatchOperation) *NullablePatchOperation + func (v *NullablePatchOperation) Set(val *PatchOperation) + func (v *NullablePatchOperation) UnmarshalJSON(src []byte) error + func (v *NullablePatchOperation) Unset() + func (v NullablePatchOperation) Get() *PatchOperation + func (v NullablePatchOperation) IsSet() bool + func (v NullablePatchOperation) MarshalJSON() ([]byte, error) + type NullablePatchOperationAnyOf struct + func NewNullablePatchOperationAnyOf(val *PatchOperationAnyOf) *NullablePatchOperationAnyOf + func (v *NullablePatchOperationAnyOf) Set(val *PatchOperationAnyOf) + func (v *NullablePatchOperationAnyOf) UnmarshalJSON(src []byte) error + func (v *NullablePatchOperationAnyOf) Unset() + func (v NullablePatchOperationAnyOf) Get() *PatchOperationAnyOf + func (v NullablePatchOperationAnyOf) IsSet() bool + func (v NullablePatchOperationAnyOf) MarshalJSON() ([]byte, error) + type NullablePatchResult struct + func NewNullablePatchResult(val *PatchResult) *NullablePatchResult + func (v *NullablePatchResult) Set(val *PatchResult) + func (v *NullablePatchResult) UnmarshalJSON(src []byte) error + func (v *NullablePatchResult) Unset() + func (v NullablePatchResult) Get() *PatchResult + func (v NullablePatchResult) IsSet() bool + func (v NullablePatchResult) MarshalJSON() ([]byte, error) + type NullablePlmnId struct + func NewNullablePlmnId(val *PlmnId) *NullablePlmnId + func (v *NullablePlmnId) Set(val *PlmnId) + func (v *NullablePlmnId) UnmarshalJSON(src []byte) error + func (v *NullablePlmnId) Unset() + func (v NullablePlmnId) Get() *PlmnId + func (v NullablePlmnId) IsSet() bool + func (v NullablePlmnId) MarshalJSON() ([]byte, error) + type NullablePlmnIdNid struct + func NewNullablePlmnIdNid(val *PlmnIdNid) *NullablePlmnIdNid + func (v *NullablePlmnIdNid) Set(val *PlmnIdNid) + func (v *NullablePlmnIdNid) UnmarshalJSON(src []byte) error + func (v *NullablePlmnIdNid) Unset() + func (v NullablePlmnIdNid) Get() *PlmnIdNid + func (v NullablePlmnIdNid) IsSet() bool + func (v NullablePlmnIdNid) MarshalJSON() ([]byte, error) + type NullableProblemDetails struct + func NewNullableProblemDetails(val *ProblemDetails) *NullableProblemDetails + func (v *NullableProblemDetails) Set(val *ProblemDetails) + func (v *NullableProblemDetails) UnmarshalJSON(src []byte) error + func (v *NullableProblemDetails) Unset() + func (v NullableProblemDetails) Get() *ProblemDetails + func (v NullableProblemDetails) IsSet() bool + func (v NullableProblemDetails) MarshalJSON() ([]byte, error) + type NullableRatType struct + func NewNullableRatType(val *RatType) *NullableRatType + func (v *NullableRatType) Set(val *RatType) + func (v *NullableRatType) UnmarshalJSON(src []byte) error + func (v *NullableRatType) Unset() + func (v NullableRatType) Get() *RatType + func (v NullableRatType) IsSet() bool + func (v NullableRatType) MarshalJSON() ([]byte, error) + type NullableRatTypeAnyOf struct + func NewNullableRatTypeAnyOf(val *RatTypeAnyOf) *NullableRatTypeAnyOf + func (v *NullableRatTypeAnyOf) Set(val *RatTypeAnyOf) + func (v *NullableRatTypeAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableRatTypeAnyOf) Unset() + func (v NullableRatTypeAnyOf) Get() *RatTypeAnyOf + func (v NullableRatTypeAnyOf) IsSet() bool + func (v NullableRatTypeAnyOf) MarshalJSON() ([]byte, error) + type NullableRedirectResponse struct + func NewNullableRedirectResponse(val *RedirectResponse) *NullableRedirectResponse + func (v *NullableRedirectResponse) Set(val *RedirectResponse) + func (v *NullableRedirectResponse) UnmarshalJSON(src []byte) error + func (v *NullableRedirectResponse) Unset() + func (v NullableRedirectResponse) Get() *RedirectResponse + func (v NullableRedirectResponse) IsSet() bool + func (v NullableRedirectResponse) MarshalJSON() ([]byte, error) + type NullableRefToBinaryData struct + func NewNullableRefToBinaryData(val *RefToBinaryData) *NullableRefToBinaryData + func (v *NullableRefToBinaryData) Set(val *RefToBinaryData) + func (v *NullableRefToBinaryData) UnmarshalJSON(src []byte) error + func (v *NullableRefToBinaryData) Unset() + func (v NullableRefToBinaryData) Get() *RefToBinaryData + func (v NullableRefToBinaryData) IsSet() bool + func (v NullableRefToBinaryData) MarshalJSON() ([]byte, error) + type NullableReportItem struct + func NewNullableReportItem(val *ReportItem) *NullableReportItem + func (v *NullableReportItem) Set(val *ReportItem) + func (v *NullableReportItem) UnmarshalJSON(src []byte) error + func (v *NullableReportItem) Unset() + func (v NullableReportItem) Get() *ReportItem + func (v NullableReportItem) IsSet() bool + func (v NullableReportItem) MarshalJSON() ([]byte, error) + type NullableRoutingAreaId struct + func NewNullableRoutingAreaId(val *RoutingAreaId) *NullableRoutingAreaId + func (v *NullableRoutingAreaId) Set(val *RoutingAreaId) + func (v *NullableRoutingAreaId) UnmarshalJSON(src []byte) error + func (v *NullableRoutingAreaId) Unset() + func (v NullableRoutingAreaId) Get() *RoutingAreaId + func (v NullableRoutingAreaId) IsSet() bool + func (v NullableRoutingAreaId) MarshalJSON() ([]byte, error) + type NullableSMSServiceParameterUpdate200Response struct + func NewNullableSMSServiceParameterUpdate200Response(val *SMSServiceParameterUpdate200Response) *NullableSMSServiceParameterUpdate200Response + func (v *NullableSMSServiceParameterUpdate200Response) Set(val *SMSServiceParameterUpdate200Response) + func (v *NullableSMSServiceParameterUpdate200Response) UnmarshalJSON(src []byte) error + func (v *NullableSMSServiceParameterUpdate200Response) Unset() + func (v NullableSMSServiceParameterUpdate200Response) Get() *SMSServiceParameterUpdate200Response + func (v NullableSMSServiceParameterUpdate200Response) IsSet() bool + func (v NullableSMSServiceParameterUpdate200Response) MarshalJSON() ([]byte, error) + type NullableSendMtSMS200Response struct + func NewNullableSendMtSMS200Response(val *SendMtSMS200Response) *NullableSendMtSMS200Response + func (v *NullableSendMtSMS200Response) Set(val *SendMtSMS200Response) + func (v *NullableSendMtSMS200Response) UnmarshalJSON(src []byte) error + func (v *NullableSendMtSMS200Response) Unset() + func (v NullableSendMtSMS200Response) Get() *SendMtSMS200Response + func (v NullableSendMtSMS200Response) IsSet() bool + func (v NullableSendMtSMS200Response) MarshalJSON() ([]byte, error) + type NullableSendMtSMSRequest struct + func NewNullableSendMtSMSRequest(val *SendMtSMSRequest) *NullableSendMtSMSRequest + func (v *NullableSendMtSMSRequest) Set(val *SendMtSMSRequest) + func (v *NullableSendMtSMSRequest) UnmarshalJSON(src []byte) error + func (v *NullableSendMtSMSRequest) Unset() + func (v NullableSendMtSMSRequest) Get() *SendMtSMSRequest + func (v NullableSendMtSMSRequest) IsSet() bool + func (v NullableSendMtSMSRequest) MarshalJSON() ([]byte, error) + type NullableSendSMSRequest struct + func NewNullableSendSMSRequest(val *SendSMSRequest) *NullableSendSMSRequest + func (v *NullableSendSMSRequest) Set(val *SendSMSRequest) + func (v *NullableSendSMSRequest) UnmarshalJSON(src []byte) error + func (v *NullableSendSMSRequest) Unset() + func (v NullableSendSMSRequest) Get() *SendSMSRequest + func (v NullableSendSMSRequest) IsSet() bool + func (v NullableSendSMSRequest) MarshalJSON() ([]byte, error) + type NullableServiceAreaId struct + func NewNullableServiceAreaId(val *ServiceAreaId) *NullableServiceAreaId + func (v *NullableServiceAreaId) Set(val *ServiceAreaId) + func (v *NullableServiceAreaId) UnmarshalJSON(src []byte) error + func (v *NullableServiceAreaId) Unset() + func (v NullableServiceAreaId) Get() *ServiceAreaId + func (v NullableServiceAreaId) IsSet() bool + func (v NullableServiceAreaId) MarshalJSON() ([]byte, error) + type NullableSmsData struct + func NewNullableSmsData(val *SmsData) *NullableSmsData + func (v *NullableSmsData) Set(val *SmsData) + func (v *NullableSmsData) UnmarshalJSON(src []byte) error + func (v *NullableSmsData) Unset() + func (v NullableSmsData) Get() *SmsData + func (v NullableSmsData) IsSet() bool + func (v NullableSmsData) MarshalJSON() ([]byte, error) + type NullableSmsDeliveryData struct + func NewNullableSmsDeliveryData(val *SmsDeliveryData) *NullableSmsDeliveryData + func (v *NullableSmsDeliveryData) Set(val *SmsDeliveryData) + func (v *NullableSmsDeliveryData) UnmarshalJSON(src []byte) error + func (v *NullableSmsDeliveryData) Unset() + func (v NullableSmsDeliveryData) Get() *SmsDeliveryData + func (v NullableSmsDeliveryData) IsSet() bool + func (v NullableSmsDeliveryData) MarshalJSON() ([]byte, error) + type NullableSmsDeliveryStatus struct + func NewNullableSmsDeliveryStatus(val *SmsDeliveryStatus) *NullableSmsDeliveryStatus + func (v *NullableSmsDeliveryStatus) Set(val *SmsDeliveryStatus) + func (v *NullableSmsDeliveryStatus) UnmarshalJSON(src []byte) error + func (v *NullableSmsDeliveryStatus) Unset() + func (v NullableSmsDeliveryStatus) Get() *SmsDeliveryStatus + func (v NullableSmsDeliveryStatus) IsSet() bool + func (v NullableSmsDeliveryStatus) MarshalJSON() ([]byte, error) + type NullableSmsRecordData struct + func NewNullableSmsRecordData(val *SmsRecordData) *NullableSmsRecordData + func (v *NullableSmsRecordData) Set(val *SmsRecordData) + func (v *NullableSmsRecordData) UnmarshalJSON(src []byte) error + func (v *NullableSmsRecordData) Unset() + func (v NullableSmsRecordData) Get() *SmsRecordData + func (v NullableSmsRecordData) IsSet() bool + func (v NullableSmsRecordData) MarshalJSON() ([]byte, error) + type NullableSmsRecordDeliveryData struct + func NewNullableSmsRecordDeliveryData(val *SmsRecordDeliveryData) *NullableSmsRecordDeliveryData + func (v *NullableSmsRecordDeliveryData) Set(val *SmsRecordDeliveryData) + func (v *NullableSmsRecordDeliveryData) UnmarshalJSON(src []byte) error + func (v *NullableSmsRecordDeliveryData) Unset() + func (v NullableSmsRecordDeliveryData) Get() *SmsRecordDeliveryData + func (v NullableSmsRecordDeliveryData) IsSet() bool + func (v NullableSmsRecordDeliveryData) 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 NullableTnapId struct + func NewNullableTnapId(val *TnapId) *NullableTnapId + func (v *NullableTnapId) Set(val *TnapId) + func (v *NullableTnapId) UnmarshalJSON(src []byte) error + func (v *NullableTnapId) Unset() + func (v NullableTnapId) Get() *TnapId + func (v NullableTnapId) IsSet() bool + func (v NullableTnapId) MarshalJSON() ([]byte, error) + type NullableTraceData struct + func NewNullableTraceData(val *TraceData) *NullableTraceData + func (v *NullableTraceData) Set(val *TraceData) + func (v *NullableTraceData) UnmarshalJSON(src []byte) error + func (v *NullableTraceData) Unset() + func (v NullableTraceData) Get() *TraceData + func (v NullableTraceData) IsSet() bool + func (v NullableTraceData) MarshalJSON() ([]byte, error) + type NullableTraceDepth struct + func NewNullableTraceDepth(val *TraceDepth) *NullableTraceDepth + func (v *NullableTraceDepth) Set(val *TraceDepth) + func (v *NullableTraceDepth) UnmarshalJSON(src []byte) error + func (v *NullableTraceDepth) Unset() + func (v NullableTraceDepth) Get() *TraceDepth + func (v NullableTraceDepth) IsSet() bool + func (v NullableTraceDepth) MarshalJSON() ([]byte, error) + type NullableTraceDepthAnyOf struct + func NewNullableTraceDepthAnyOf(val *TraceDepthAnyOf) *NullableTraceDepthAnyOf + func (v *NullableTraceDepthAnyOf) Set(val *TraceDepthAnyOf) + func (v *NullableTraceDepthAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableTraceDepthAnyOf) Unset() + func (v NullableTraceDepthAnyOf) Get() *TraceDepthAnyOf + func (v NullableTraceDepthAnyOf) IsSet() bool + func (v NullableTraceDepthAnyOf) MarshalJSON() ([]byte, error) + type NullableTransportProtocol struct + func NewNullableTransportProtocol(val *TransportProtocol) *NullableTransportProtocol + func (v *NullableTransportProtocol) Set(val *TransportProtocol) + func (v *NullableTransportProtocol) UnmarshalJSON(src []byte) error + func (v *NullableTransportProtocol) Unset() + func (v NullableTransportProtocol) Get() *TransportProtocol + func (v NullableTransportProtocol) IsSet() bool + func (v NullableTransportProtocol) MarshalJSON() ([]byte, error) + type NullableTransportProtocolAnyOf struct + func NewNullableTransportProtocolAnyOf(val *TransportProtocolAnyOf) *NullableTransportProtocolAnyOf + func (v *NullableTransportProtocolAnyOf) Set(val *TransportProtocolAnyOf) + func (v *NullableTransportProtocolAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableTransportProtocolAnyOf) Unset() + func (v NullableTransportProtocolAnyOf) Get() *TransportProtocolAnyOf + func (v NullableTransportProtocolAnyOf) IsSet() bool + func (v NullableTransportProtocolAnyOf) MarshalJSON() ([]byte, error) + type NullableTwapId struct + func NewNullableTwapId(val *TwapId) *NullableTwapId + func (v *NullableTwapId) Set(val *TwapId) + func (v *NullableTwapId) UnmarshalJSON(src []byte) error + func (v *NullableTwapId) Unset() + func (v NullableTwapId) Get() *TwapId + func (v NullableTwapId) IsSet() bool + func (v NullableTwapId) MarshalJSON() ([]byte, error) + type NullableUeSmsContextData struct + func NewNullableUeSmsContextData(val *UeSmsContextData) *NullableUeSmsContextData + func (v *NullableUeSmsContextData) Set(val *UeSmsContextData) + func (v *NullableUeSmsContextData) UnmarshalJSON(src []byte) error + func (v *NullableUeSmsContextData) Unset() + func (v NullableUeSmsContextData) Get() *UeSmsContextData + func (v NullableUeSmsContextData) IsSet() bool + func (v NullableUeSmsContextData) MarshalJSON() ([]byte, error) + type NullableUserLocation struct + func NewNullableUserLocation(val *UserLocation) *NullableUserLocation + func (v *NullableUserLocation) Set(val *UserLocation) + func (v *NullableUserLocation) UnmarshalJSON(src []byte) error + func (v *NullableUserLocation) Unset() + func (v NullableUserLocation) Get() *UserLocation + func (v NullableUserLocation) IsSet() bool + func (v NullableUserLocation) MarshalJSON() ([]byte, error) + type NullableUtraLocation struct + func NewNullableUtraLocation(val *UtraLocation) *NullableUtraLocation + func (v *NullableUtraLocation) Set(val *UtraLocation) + func (v *NullableUtraLocation) UnmarshalJSON(src []byte) error + func (v *NullableUtraLocation) Unset() + func (v NullableUtraLocation) Get() *UtraLocation + func (v NullableUtraLocation) IsSet() bool + func (v NullableUtraLocation) MarshalJSON() ([]byte, error) + type ParameterUpdateInTheUESMSContextInSMSFApiService service + func (a *ParameterUpdateInTheUESMSContextInSMSFApiService) SMSServiceParameterUpdate(ctx context.Context, supi string) ApiSMSServiceParameterUpdateRequest + func (a *ParameterUpdateInTheUESMSContextInSMSFApiService) SMSServiceParameterUpdateExecute(r ApiSMSServiceParameterUpdateRequest) (*SMSServiceParameterUpdate200Response, *http.Response, error) + type PatchItem struct + From *string + Op PatchOperation + Path string + Value interface{} + func NewPatchItem(op PatchOperation, path string) *PatchItem + func NewPatchItemWithDefaults() *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) SetFrom(v string) + func (o *PatchItem) SetOp(v PatchOperation) + func (o *PatchItem) SetPath(v string) + func (o *PatchItem) SetValue(v interface{}) + func (o PatchItem) MarshalJSON() ([]byte, error) + func (o PatchItem) ToMap() (map[string]interface{}, error) + type PatchOperation struct + PatchOperationAnyOf *PatchOperationAnyOf + String *string + func (dst *PatchOperation) UnmarshalJSON(data []byte) error + func (src *PatchOperation) MarshalJSON() ([]byte, error) + type PatchOperationAnyOf string + const ADD + const COPY + const MOVE + const REMOVE + const REPLACE + const TEST + func NewPatchOperationAnyOfFromValue(v string) (*PatchOperationAnyOf, error) + func (v *PatchOperationAnyOf) UnmarshalJSON(src []byte) error + func (v PatchOperationAnyOf) IsValid() bool + func (v PatchOperationAnyOf) Ptr() *PatchOperationAnyOf + type PatchResult struct + Report []ReportItem + func NewPatchResult(report []ReportItem) *PatchResult + func NewPatchResultWithDefaults() *PatchResult + func (o *PatchResult) GetReport() []ReportItem + func (o *PatchResult) GetReportOk() ([]ReportItem, bool) + func (o *PatchResult) SetReport(v []ReportItem) + func (o PatchResult) MarshalJSON() ([]byte, error) + func (o PatchResult) 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 RatType struct + RatTypeAnyOf *RatTypeAnyOf + String *string + func (dst *RatType) UnmarshalJSON(data []byte) error + func (src *RatType) MarshalJSON() ([]byte, error) + type RatTypeAnyOf string + const EUTRA + const EUTRA_U + const GERA + const LTE_M + const NBIOT + const NR + const NR_GEO + const NR_LEO + const NR_MEO + const NR_OTHER_SAT + const NR_REDCAP + const NR_U + const TRUSTED_N3_GA + const TRUSTED_WLAN + const UTRA + const VIRTUAL + const WIRELINE + const WIRELINE_BBF + const WIRELINE_CABLE + const WLAN + func NewRatTypeAnyOfFromValue(v string) (*RatTypeAnyOf, error) + func (v *RatTypeAnyOf) UnmarshalJSON(src []byte) error + func (v RatTypeAnyOf) IsValid() bool + func (v RatTypeAnyOf) Ptr() *RatTypeAnyOf + type RedirectResponse struct + Cause *string + TargetScp *string + TargetSepp *string + func NewRedirectResponse() *RedirectResponse + func NewRedirectResponseWithDefaults() *RedirectResponse + func (o *RedirectResponse) GetCause() string + func (o *RedirectResponse) GetCauseOk() (*string, bool) + func (o *RedirectResponse) GetTargetScp() string + func (o *RedirectResponse) GetTargetScpOk() (*string, bool) + func (o *RedirectResponse) GetTargetSepp() string + func (o *RedirectResponse) GetTargetSeppOk() (*string, bool) + func (o *RedirectResponse) HasCause() bool + func (o *RedirectResponse) HasTargetScp() bool + func (o *RedirectResponse) HasTargetSepp() bool + func (o *RedirectResponse) SetCause(v string) + func (o *RedirectResponse) SetTargetScp(v string) + func (o *RedirectResponse) SetTargetSepp(v string) + func (o RedirectResponse) MarshalJSON() ([]byte, error) + func (o RedirectResponse) ToMap() (map[string]interface{}, error) + type RefToBinaryData struct + ContentId string + func NewRefToBinaryData(contentId string) *RefToBinaryData + func NewRefToBinaryDataWithDefaults() *RefToBinaryData + func (o *RefToBinaryData) GetContentId() string + func (o *RefToBinaryData) GetContentIdOk() (*string, bool) + func (o *RefToBinaryData) SetContentId(v string) + func (o RefToBinaryData) MarshalJSON() ([]byte, error) + func (o RefToBinaryData) ToMap() (map[string]interface{}, error) + type ReportItem struct + Path string + Reason *string + func NewReportItem(path string) *ReportItem + func NewReportItemWithDefaults() *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) SetPath(v string) + func (o *ReportItem) SetReason(v string) + func (o ReportItem) MarshalJSON() ([]byte, error) + func (o ReportItem) ToMap() (map[string]interface{}, error) + type RoutingAreaId struct + Lac string + PlmnId PlmnId + Rac string + func NewRoutingAreaId(plmnId PlmnId, lac string, rac string) *RoutingAreaId + func NewRoutingAreaIdWithDefaults() *RoutingAreaId + func (o *RoutingAreaId) GetLac() string + func (o *RoutingAreaId) GetLacOk() (*string, bool) + func (o *RoutingAreaId) GetPlmnId() PlmnId + func (o *RoutingAreaId) GetPlmnIdOk() (*PlmnId, bool) + func (o *RoutingAreaId) GetRac() string + func (o *RoutingAreaId) GetRacOk() (*string, bool) + func (o *RoutingAreaId) SetLac(v string) + func (o *RoutingAreaId) SetPlmnId(v PlmnId) + func (o *RoutingAreaId) SetRac(v string) + func (o RoutingAreaId) MarshalJSON() ([]byte, error) + func (o RoutingAreaId) ToMap() (map[string]interface{}, error) + type SMSServiceParameterUpdate200Response struct + PatchResult *PatchResult + UeSmsContextData *UeSmsContextData + func PatchResultAsSMSServiceParameterUpdate200Response(v *PatchResult) SMSServiceParameterUpdate200Response + func UeSmsContextDataAsSMSServiceParameterUpdate200Response(v *UeSmsContextData) SMSServiceParameterUpdate200Response + func (dst *SMSServiceParameterUpdate200Response) UnmarshalJSON(data []byte) error + func (obj *SMSServiceParameterUpdate200Response) GetActualInstance() interface{} + func (src SMSServiceParameterUpdate200Response) MarshalJSON() ([]byte, error) + type SendMtSMS200Response struct + BinaryPayload *os.File + JsonData *SmsDeliveryData + func NewSendMtSMS200Response() *SendMtSMS200Response + func NewSendMtSMS200ResponseWithDefaults() *SendMtSMS200Response + func (o *SendMtSMS200Response) GetBinaryPayload() os.File + func (o *SendMtSMS200Response) GetBinaryPayloadOk() (*os.File, bool) + func (o *SendMtSMS200Response) GetJsonData() SmsDeliveryData + func (o *SendMtSMS200Response) GetJsonDataOk() (*SmsDeliveryData, bool) + func (o *SendMtSMS200Response) HasBinaryPayload() bool + func (o *SendMtSMS200Response) HasJsonData() bool + func (o *SendMtSMS200Response) SetBinaryPayload(v os.File) + func (o *SendMtSMS200Response) SetJsonData(v SmsDeliveryData) + func (o SendMtSMS200Response) MarshalJSON() ([]byte, error) + func (o SendMtSMS200Response) ToMap() (map[string]interface{}, error) + type SendMtSMSRequest struct + BinaryPayload *os.File + JsonData *SmsData + func NewSendMtSMSRequest() *SendMtSMSRequest + func NewSendMtSMSRequestWithDefaults() *SendMtSMSRequest + func (o *SendMtSMSRequest) GetBinaryPayload() os.File + func (o *SendMtSMSRequest) GetBinaryPayloadOk() (*os.File, bool) + func (o *SendMtSMSRequest) GetJsonData() SmsData + func (o *SendMtSMSRequest) GetJsonDataOk() (*SmsData, bool) + func (o *SendMtSMSRequest) HasBinaryPayload() bool + func (o *SendMtSMSRequest) HasJsonData() bool + func (o *SendMtSMSRequest) SetBinaryPayload(v os.File) + func (o *SendMtSMSRequest) SetJsonData(v SmsData) + func (o SendMtSMSRequest) MarshalJSON() ([]byte, error) + func (o SendMtSMSRequest) ToMap() (map[string]interface{}, error) + type SendSMSPayloadInDownlinkDirectionApiService service + func (a *SendSMSPayloadInDownlinkDirectionApiService) SendMtSMS(ctx context.Context, supi string) ApiSendMtSMSRequest + func (a *SendSMSPayloadInDownlinkDirectionApiService) SendMtSMSExecute(r ApiSendMtSMSRequest) (*SendMtSMS200Response, *http.Response, error) + type SendSMSPayloadInUplinkDirectionApiService service + func (a *SendSMSPayloadInUplinkDirectionApiService) SendSMS(ctx context.Context, supi string) ApiSendSMSRequest + func (a *SendSMSPayloadInUplinkDirectionApiService) SendSMSExecute(r ApiSendSMSRequest) (*SmsRecordDeliveryData, *http.Response, error) + type SendSMSRequest struct + BinaryPayload *os.File + JsonData *SmsRecordData + func NewSendSMSRequest() *SendSMSRequest + func NewSendSMSRequestWithDefaults() *SendSMSRequest + func (o *SendSMSRequest) GetBinaryPayload() os.File + func (o *SendSMSRequest) GetBinaryPayloadOk() (*os.File, bool) + func (o *SendSMSRequest) GetJsonData() SmsRecordData + func (o *SendSMSRequest) GetJsonDataOk() (*SmsRecordData, bool) + func (o *SendSMSRequest) HasBinaryPayload() bool + func (o *SendSMSRequest) HasJsonData() bool + func (o *SendSMSRequest) SetBinaryPayload(v os.File) + func (o *SendSMSRequest) SetJsonData(v SmsRecordData) + func (o SendSMSRequest) MarshalJSON() ([]byte, error) + func (o SendSMSRequest) 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 ServiceAreaId struct + Lac string + PlmnId PlmnId + Sac string + func NewServiceAreaId(plmnId PlmnId, lac string, sac string) *ServiceAreaId + func NewServiceAreaIdWithDefaults() *ServiceAreaId + func (o *ServiceAreaId) GetLac() string + func (o *ServiceAreaId) GetLacOk() (*string, bool) + func (o *ServiceAreaId) GetPlmnId() PlmnId + func (o *ServiceAreaId) GetPlmnIdOk() (*PlmnId, bool) + func (o *ServiceAreaId) GetSac() string + func (o *ServiceAreaId) GetSacOk() (*string, bool) + func (o *ServiceAreaId) SetLac(v string) + func (o *ServiceAreaId) SetPlmnId(v PlmnId) + func (o *ServiceAreaId) SetSac(v string) + func (o ServiceAreaId) MarshalJSON() ([]byte, error) + func (o ServiceAreaId) ToMap() (map[string]interface{}, error) + type SmsData struct + SmsPayload RefToBinaryData + func NewSmsData(smsPayload RefToBinaryData) *SmsData + func NewSmsDataWithDefaults() *SmsData + func (o *SmsData) GetSmsPayload() RefToBinaryData + func (o *SmsData) GetSmsPayloadOk() (*RefToBinaryData, bool) + func (o *SmsData) SetSmsPayload(v RefToBinaryData) + func (o SmsData) MarshalJSON() ([]byte, error) + func (o SmsData) ToMap() (map[string]interface{}, error) + type SmsDeliveryData struct + SmsPayload RefToBinaryData + func NewSmsDeliveryData(smsPayload RefToBinaryData) *SmsDeliveryData + func NewSmsDeliveryDataWithDefaults() *SmsDeliveryData + func (o *SmsDeliveryData) GetSmsPayload() RefToBinaryData + func (o *SmsDeliveryData) GetSmsPayloadOk() (*RefToBinaryData, bool) + func (o *SmsDeliveryData) SetSmsPayload(v RefToBinaryData) + func (o SmsDeliveryData) MarshalJSON() ([]byte, error) + func (o SmsDeliveryData) ToMap() (map[string]interface{}, error) + type SmsDeliveryStatus string + const COMPLETED + const FAILED + const PENDING + const SMSF_ACCEPTED + func NewSmsDeliveryStatusFromValue(v string) (*SmsDeliveryStatus, error) + func (v *SmsDeliveryStatus) UnmarshalJSON(src []byte) error + func (v SmsDeliveryStatus) IsValid() bool + func (v SmsDeliveryStatus) Ptr() *SmsDeliveryStatus + type SmsRecordData struct + AccessType *AccessType + Gpsi *string + Pei *string + SmsPayload RefToBinaryData + SmsRecordId string + UeLocation *UserLocation + UeTimeZone *string + func NewSmsRecordData(smsRecordId string, smsPayload RefToBinaryData) *SmsRecordData + func NewSmsRecordDataWithDefaults() *SmsRecordData + func (o *SmsRecordData) GetAccessType() AccessType + func (o *SmsRecordData) GetAccessTypeOk() (*AccessType, bool) + func (o *SmsRecordData) GetGpsi() string + func (o *SmsRecordData) GetGpsiOk() (*string, bool) + func (o *SmsRecordData) GetPei() string + func (o *SmsRecordData) GetPeiOk() (*string, bool) + func (o *SmsRecordData) GetSmsPayload() RefToBinaryData + func (o *SmsRecordData) GetSmsPayloadOk() (*RefToBinaryData, bool) + func (o *SmsRecordData) GetSmsRecordId() string + func (o *SmsRecordData) GetSmsRecordIdOk() (*string, bool) + func (o *SmsRecordData) GetUeLocation() UserLocation + func (o *SmsRecordData) GetUeLocationOk() (*UserLocation, bool) + func (o *SmsRecordData) GetUeTimeZone() string + func (o *SmsRecordData) GetUeTimeZoneOk() (*string, bool) + func (o *SmsRecordData) HasAccessType() bool + func (o *SmsRecordData) HasGpsi() bool + func (o *SmsRecordData) HasPei() bool + func (o *SmsRecordData) HasUeLocation() bool + func (o *SmsRecordData) HasUeTimeZone() bool + func (o *SmsRecordData) SetAccessType(v AccessType) + func (o *SmsRecordData) SetGpsi(v string) + func (o *SmsRecordData) SetPei(v string) + func (o *SmsRecordData) SetSmsPayload(v RefToBinaryData) + func (o *SmsRecordData) SetSmsRecordId(v string) + func (o *SmsRecordData) SetUeLocation(v UserLocation) + func (o *SmsRecordData) SetUeTimeZone(v string) + func (o SmsRecordData) MarshalJSON() ([]byte, error) + func (o SmsRecordData) ToMap() (map[string]interface{}, error) + type SmsRecordDeliveryData struct + DeliveryStatus SmsDeliveryStatus + SmsRecordId string + func NewSmsRecordDeliveryData(smsRecordId string, deliveryStatus SmsDeliveryStatus) *SmsRecordDeliveryData + func NewSmsRecordDeliveryDataWithDefaults() *SmsRecordDeliveryData + func (o *SmsRecordDeliveryData) GetDeliveryStatus() SmsDeliveryStatus + func (o *SmsRecordDeliveryData) GetDeliveryStatusOk() (*SmsDeliveryStatus, bool) + func (o *SmsRecordDeliveryData) GetSmsRecordId() string + func (o *SmsRecordDeliveryData) GetSmsRecordIdOk() (*string, bool) + func (o *SmsRecordDeliveryData) SetDeliveryStatus(v SmsDeliveryStatus) + func (o *SmsRecordDeliveryData) SetSmsRecordId(v string) + func (o SmsRecordDeliveryData) MarshalJSON() ([]byte, error) + func (o SmsRecordDeliveryData) ToMap() (map[string]interface{}, error) + type Snssai struct + Sd *string + Sst int32 + func NewSnssai(sst int32) *Snssai + func NewSnssaiWithDefaults() *Snssai + func (o *Snssai) GetSd() string + func (o *Snssai) GetSdOk() (*string, bool) + func (o *Snssai) GetSst() int32 + func (o *Snssai) GetSstOk() (*int32, bool) + func (o *Snssai) HasSd() bool + func (o *Snssai) SetSd(v string) + func (o *Snssai) SetSst(v int32) + func (o Snssai) MarshalJSON() ([]byte, error) + func (o Snssai) ToMap() (map[string]interface{}, error) + type 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 TnapId struct + BssId *string + CivicAddress *string + SsId *string + func NewTnapId() *TnapId + func NewTnapIdWithDefaults() *TnapId + func (o *TnapId) GetBssId() string + func (o *TnapId) GetBssIdOk() (*string, bool) + func (o *TnapId) GetCivicAddress() string + func (o *TnapId) GetCivicAddressOk() (*string, bool) + func (o *TnapId) GetSsId() string + func (o *TnapId) GetSsIdOk() (*string, bool) + func (o *TnapId) HasBssId() bool + func (o *TnapId) HasCivicAddress() bool + func (o *TnapId) HasSsId() bool + func (o *TnapId) SetBssId(v string) + func (o *TnapId) SetCivicAddress(v string) + func (o *TnapId) SetSsId(v string) + func (o TnapId) MarshalJSON() ([]byte, error) + func (o TnapId) ToMap() (map[string]interface{}, error) + type TraceData struct + CollectionEntityIpv4Addr *string + CollectionEntityIpv6Addr *Ipv6Addr + EventList string + InterfaceList *string + NeTypeList string + TraceDepth TraceDepth + TraceRef string + func NewTraceData(traceRef string, traceDepth TraceDepth, neTypeList string, eventList string) *TraceData + func NewTraceDataWithDefaults() *TraceData + func (o *TraceData) GetCollectionEntityIpv4Addr() string + func (o *TraceData) GetCollectionEntityIpv4AddrOk() (*string, bool) + func (o *TraceData) GetCollectionEntityIpv6Addr() Ipv6Addr + func (o *TraceData) GetCollectionEntityIpv6AddrOk() (*Ipv6Addr, bool) + func (o *TraceData) GetEventList() string + func (o *TraceData) GetEventListOk() (*string, bool) + func (o *TraceData) GetInterfaceList() string + func (o *TraceData) GetInterfaceListOk() (*string, bool) + func (o *TraceData) GetNeTypeList() string + func (o *TraceData) GetNeTypeListOk() (*string, bool) + func (o *TraceData) GetTraceDepth() TraceDepth + func (o *TraceData) GetTraceDepthOk() (*TraceDepth, bool) + func (o *TraceData) GetTraceRef() string + func (o *TraceData) GetTraceRefOk() (*string, bool) + func (o *TraceData) HasCollectionEntityIpv4Addr() bool + func (o *TraceData) HasCollectionEntityIpv6Addr() bool + func (o *TraceData) HasInterfaceList() bool + func (o *TraceData) SetCollectionEntityIpv4Addr(v string) + func (o *TraceData) SetCollectionEntityIpv6Addr(v Ipv6Addr) + func (o *TraceData) SetEventList(v string) + func (o *TraceData) SetInterfaceList(v string) + func (o *TraceData) SetNeTypeList(v string) + func (o *TraceData) SetTraceDepth(v TraceDepth) + func (o *TraceData) SetTraceRef(v string) + func (o TraceData) MarshalJSON() ([]byte, error) + func (o TraceData) ToMap() (map[string]interface{}, error) + type TraceDepth struct + String *string + TraceDepthAnyOf *TraceDepthAnyOf + func (dst *TraceDepth) UnmarshalJSON(data []byte) error + func (src *TraceDepth) MarshalJSON() ([]byte, error) + type TraceDepthAnyOf string + const MAXIMUM + const MAXIMUM_WO_VENDOR_EXTENSION + const MEDIUM + const MEDIUM_WO_VENDOR_EXTENSION + const MINIMUM + const MINIMUM_WO_VENDOR_EXTENSION + func NewTraceDepthAnyOfFromValue(v string) (*TraceDepthAnyOf, error) + func (v *TraceDepthAnyOf) UnmarshalJSON(src []byte) error + func (v TraceDepthAnyOf) IsValid() bool + func (v TraceDepthAnyOf) Ptr() *TraceDepthAnyOf + type TransportProtocol struct + String *string + TransportProtocolAnyOf *TransportProtocolAnyOf + func (dst *TransportProtocol) UnmarshalJSON(data []byte) error + func (src *TransportProtocol) MarshalJSON() ([]byte, error) + type TransportProtocolAnyOf string + const TCP + const UDP + func NewTransportProtocolAnyOfFromValue(v string) (*TransportProtocolAnyOf, error) + func (v *TransportProtocolAnyOf) UnmarshalJSON(src []byte) error + func (v TransportProtocolAnyOf) IsValid() bool + func (v TransportProtocolAnyOf) Ptr() *TransportProtocolAnyOf + type TwapId struct + BssId *string + CivicAddress *string + SsId string + func NewTwapId(ssId string) *TwapId + func NewTwapIdWithDefaults() *TwapId + func (o *TwapId) GetBssId() string + func (o *TwapId) GetBssIdOk() (*string, bool) + func (o *TwapId) GetCivicAddress() string + func (o *TwapId) GetCivicAddressOk() (*string, bool) + func (o *TwapId) GetSsId() string + func (o *TwapId) GetSsIdOk() (*string, bool) + func (o *TwapId) HasBssId() bool + func (o *TwapId) HasCivicAddress() bool + func (o *TwapId) SetBssId(v string) + func (o *TwapId) SetCivicAddress(v string) + func (o *TwapId) SetSsId(v string) + func (o TwapId) MarshalJSON() ([]byte, error) + func (o TwapId) ToMap() (map[string]interface{}, error) + type UeSmsContextData struct + AccessType AccessType + AdditionalAccessType *AccessType + AdditionalRatType *RatType + AmfId string + BackupAmfInfo []BackupAmfInfo + Gpsi *string + Guamis []Guami + HNwPubKeyId *int32 + Pei *string + RatType *RatType + RoutingIndicator *string + Supi string + SupportedFeatures *string + TraceData NullableTraceData + UdmGroupId *string + UeLocation *UserLocation + UeTimeZone *string + func NewUeSmsContextData(supi string, amfId string, accessType AccessType) *UeSmsContextData + func NewUeSmsContextDataWithDefaults() *UeSmsContextData + func (o *UeSmsContextData) GetAccessType() AccessType + func (o *UeSmsContextData) GetAccessTypeOk() (*AccessType, bool) + func (o *UeSmsContextData) GetAdditionalAccessType() AccessType + func (o *UeSmsContextData) GetAdditionalAccessTypeOk() (*AccessType, bool) + func (o *UeSmsContextData) GetAdditionalRatType() RatType + func (o *UeSmsContextData) GetAdditionalRatTypeOk() (*RatType, bool) + func (o *UeSmsContextData) GetAmfId() string + func (o *UeSmsContextData) GetAmfIdOk() (*string, bool) + func (o *UeSmsContextData) GetBackupAmfInfo() []BackupAmfInfo + func (o *UeSmsContextData) GetBackupAmfInfoOk() ([]BackupAmfInfo, bool) + func (o *UeSmsContextData) GetGpsi() string + func (o *UeSmsContextData) GetGpsiOk() (*string, bool) + func (o *UeSmsContextData) GetGuamis() []Guami + func (o *UeSmsContextData) GetGuamisOk() ([]Guami, bool) + func (o *UeSmsContextData) GetHNwPubKeyId() int32 + func (o *UeSmsContextData) GetHNwPubKeyIdOk() (*int32, bool) + func (o *UeSmsContextData) GetPei() string + func (o *UeSmsContextData) GetPeiOk() (*string, bool) + func (o *UeSmsContextData) GetRatType() RatType + func (o *UeSmsContextData) GetRatTypeOk() (*RatType, bool) + func (o *UeSmsContextData) GetRoutingIndicator() string + func (o *UeSmsContextData) GetRoutingIndicatorOk() (*string, bool) + func (o *UeSmsContextData) GetSupi() string + func (o *UeSmsContextData) GetSupiOk() (*string, bool) + func (o *UeSmsContextData) GetSupportedFeatures() string + func (o *UeSmsContextData) GetSupportedFeaturesOk() (*string, bool) + func (o *UeSmsContextData) GetTraceData() TraceData + func (o *UeSmsContextData) GetTraceDataOk() (*TraceData, bool) + func (o *UeSmsContextData) GetUdmGroupId() string + func (o *UeSmsContextData) GetUdmGroupIdOk() (*string, bool) + func (o *UeSmsContextData) GetUeLocation() UserLocation + func (o *UeSmsContextData) GetUeLocationOk() (*UserLocation, bool) + func (o *UeSmsContextData) GetUeTimeZone() string + func (o *UeSmsContextData) GetUeTimeZoneOk() (*string, bool) + func (o *UeSmsContextData) HasAdditionalAccessType() bool + func (o *UeSmsContextData) HasAdditionalRatType() bool + func (o *UeSmsContextData) HasBackupAmfInfo() bool + func (o *UeSmsContextData) HasGpsi() bool + func (o *UeSmsContextData) HasGuamis() bool + func (o *UeSmsContextData) HasHNwPubKeyId() bool + func (o *UeSmsContextData) HasPei() bool + func (o *UeSmsContextData) HasRatType() bool + func (o *UeSmsContextData) HasRoutingIndicator() bool + func (o *UeSmsContextData) HasSupportedFeatures() bool + func (o *UeSmsContextData) HasTraceData() bool + func (o *UeSmsContextData) HasUdmGroupId() bool + func (o *UeSmsContextData) HasUeLocation() bool + func (o *UeSmsContextData) HasUeTimeZone() bool + func (o *UeSmsContextData) SetAccessType(v AccessType) + func (o *UeSmsContextData) SetAdditionalAccessType(v AccessType) + func (o *UeSmsContextData) SetAdditionalRatType(v RatType) + func (o *UeSmsContextData) SetAmfId(v string) + func (o *UeSmsContextData) SetBackupAmfInfo(v []BackupAmfInfo) + func (o *UeSmsContextData) SetGpsi(v string) + func (o *UeSmsContextData) SetGuamis(v []Guami) + func (o *UeSmsContextData) SetHNwPubKeyId(v int32) + func (o *UeSmsContextData) SetPei(v string) + func (o *UeSmsContextData) SetRatType(v RatType) + func (o *UeSmsContextData) SetRoutingIndicator(v string) + func (o *UeSmsContextData) SetSupi(v string) + func (o *UeSmsContextData) SetSupportedFeatures(v string) + func (o *UeSmsContextData) SetTraceData(v TraceData) + func (o *UeSmsContextData) SetTraceDataNil() + func (o *UeSmsContextData) SetUdmGroupId(v string) + func (o *UeSmsContextData) SetUeLocation(v UserLocation) + func (o *UeSmsContextData) SetUeTimeZone(v string) + func (o *UeSmsContextData) UnsetTraceData() + func (o UeSmsContextData) MarshalJSON() ([]byte, error) + func (o UeSmsContextData) ToMap() (map[string]interface{}, error) + type UserLocation struct + EutraLocation *EutraLocation + GeraLocation *GeraLocation + N3gaLocation *N3gaLocation + NrLocation *NrLocation + UtraLocation *UtraLocation + func NewUserLocation() *UserLocation + func NewUserLocationWithDefaults() *UserLocation + func (o *UserLocation) GetEutraLocation() EutraLocation + func (o *UserLocation) GetEutraLocationOk() (*EutraLocation, bool) + func (o *UserLocation) GetGeraLocation() GeraLocation + func (o *UserLocation) GetGeraLocationOk() (*GeraLocation, bool) + func (o *UserLocation) GetN3gaLocation() N3gaLocation + func (o *UserLocation) GetN3gaLocationOk() (*N3gaLocation, bool) + func (o *UserLocation) GetNrLocation() NrLocation + func (o *UserLocation) GetNrLocationOk() (*NrLocation, bool) + func (o *UserLocation) GetUtraLocation() UtraLocation + func (o *UserLocation) GetUtraLocationOk() (*UtraLocation, bool) + func (o *UserLocation) HasEutraLocation() bool + func (o *UserLocation) HasGeraLocation() bool + func (o *UserLocation) HasN3gaLocation() bool + func (o *UserLocation) HasNrLocation() bool + func (o *UserLocation) HasUtraLocation() bool + func (o *UserLocation) SetEutraLocation(v EutraLocation) + func (o *UserLocation) SetGeraLocation(v GeraLocation) + func (o *UserLocation) SetN3gaLocation(v N3gaLocation) + func (o *UserLocation) SetNrLocation(v NrLocation) + func (o *UserLocation) SetUtraLocation(v UtraLocation) + func (o UserLocation) MarshalJSON() ([]byte, error) + func (o UserLocation) ToMap() (map[string]interface{}, error) + type UtraLocation struct + Interface *interface{} + func InterfaceAsUtraLocation(v *interface{}) UtraLocation + func (dst *UtraLocation) UnmarshalJSON(data []byte) error + func (obj *UtraLocation) GetActualInstance() interface{} + func (src UtraLocation) MarshalJSON() ([]byte, error)