OpenAPI_Nudm_SDM

package
v0.0.0-...-e403a3c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 22, 2023 License: MIT Imports: 21 Imported by: 0

README ΒΆ

Go API client for OpenAPI_Nudm_SDM

Nudm Subscriber Data Management Service.
Β© 2023, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
All rights reserved.

Overview

This API client was generated by the OpenAPI Generator project. By using the OpenAPI-spec from a remote server, you can easily generate an API client.

  • API version: 2.2.3
  • Package version: 1.0.0
  • Build package: org.openapitools.codegen.languages.GoClientCodegen

Installation

Install the following dependencies:

go get github.com/stretchr/testify/assert
go get golang.org/x/oauth2
go get golang.org/x/net/context

Put the package under your project folder and add the following in import:

import OpenAPI_Nudm_SDM "gitee.com/konglinglong/openapi/OpenAPI_Nudm_SDM"

To use a proxy, set the environment variable HTTP_PROXY:

os.Setenv("HTTP_PROXY", "http://proxy_name:proxy_port")

Configuration of Server URL

Default configuration comes with Servers field that contains server objects as defined in the OpenAPI specification.

Select Server Configuration

For using other server than the one defined on index 0 set context value OpenAPI_Nudm_SDM.ContextServerIndex of type int.

ctx := context.WithValue(context.Background(), OpenAPI_Nudm_SDM.ContextServerIndex, 1)
Templated Server URL

Templated server URL is formatted using default variables from configuration or from context value OpenAPI_Nudm_SDM.ContextServerVariables of type map[string]string.

ctx := context.WithValue(context.Background(), OpenAPI_Nudm_SDM.ContextServerVariables, map[string]string{
	"basePath": "v2",
})

Note, enum values are always validated and all unused variables are silently ignored.

URLs Configuration per Operation

Each operation can use different server URL defined using OperationServers map in the Configuration. An operation is uniquely identified by "{classname}Service.{nickname}" string. Similar rules for overriding default operation server index and variables applies by using OpenAPI_Nudm_SDM.ContextOperationServerIndices and OpenAPI_Nudm_SDM.ContextOperationServerVariables context maps.

ctx := context.WithValue(context.Background(), OpenAPI_Nudm_SDM.ContextOperationServerIndices, map[string]int{
	"{classname}Service.{nickname}": 2,
})
ctx = context.WithValue(context.Background(), OpenAPI_Nudm_SDM.ContextOperationServerVariables, map[string]map[string]string{
	"{classname}Service.{nickname}": {
		"port": "8443",
	},
})

Documentation for API Endpoints

All URIs are relative to https://example.com/nudm-sdm/v2

Class Method HTTP request Description
AccessAndMobilitySubscriptionDataRetrievalAPI GetAmData Get /{supi}/am-data retrieve a UE's Access and Mobility Subscription Data
Class5MBSSubscriptionDataRetrievalAPI GetMbsData Get /{supi}/5mbs-data retrieve a UE's 5MBS Subscription Data
EnhancedCoverageRestrictionDataRetrievalAPI GetEcrData Get /{supi}/am-data/ecr-data retrieve a UE's subscribed Enhanced Coverage Restriction Data
GPSIToSUPITranslationOrSUPIToGPSITranslationAPI GetSupiOrGpsi Get /{ueId}/id-translation-result retrieve a UE's SUPI or GPSI
GroupIdentifiersAPI GetGroupIdentifiers Get /group-data/group-identifiers Mapping of Group Identifiers
LCSBroadcastAssistanceDataTypesRetrievalAPI GetLcsBcaData Get /{supi}/lcs-bca-data retrieve a UE's LCS Broadcast Assistance Data Types Subscription Data
LCSMobileOriginatedDataRetrievalAPI GetLcsMoData Get /{supi}/lcs-mo-data retrieve a UE's LCS Mobile Originated Subscription Data
LCSPrivacyDataRetrievalAPI GetLcsPrivacyData Get /{ueId}/lcs-privacy-data retrieve a UE's LCS Privacy Subscription Data
MultipleIdentifiersAPI GetMultipleIdentifiers Get /multiple-identifiers Mapping of UE Identifiers
ProseSubscriptionDataRetrievalAPI GetProseData Get /{supi}/prose-data retrieve a UE's ProSe Subscription Data
ProvidingAcknowledgementOfCAGUpdateAPI CAGAck Put /{supi}/am-data/cag-ack Nudm_Sdm Info operation for CAG acknowledgement
ProvidingAcknowledgementOfSNSSAIsUpdateAPI SNSSAIsAck Put /{supi}/am-data/subscribed-snssais-ack Nudm_Sdm Info operation for S-NSSAIs acknowledgement
ProvidingAcknowledgementOfSteeringOfRoamingAPI SorAckInfo Put /{supi}/am-data/sor-ack Nudm_Sdm Info service operation
ProvidingAcknowledgementOfUEParametersUpdateAPI UpuAck Put /{supi}/am-data/upu-ack Nudm_Sdm Info for UPU service operation
RetrievalOfMultipleDataSetsAPI GetDataSets Get /{supi} retrieve multiple data sets
RetrievalOfSharedDataAPI GetSharedData Get /shared-data retrieve shared data
RetrievalOfTheIndividualSharedDataAPI GetIndividualSharedData Get /shared-data/{sharedDataId} retrieve the individual shared data
SMFSelectionSubscriptionDataRetrievalAPI GetSmfSelData Get /{supi}/smf-select-data retrieve a UE's SMF Selection Subscription Data
SMSManagementSubscriptionDataRetrievalAPI GetSmsMngtData Get /{supi}/sms-mng-data retrieve a UE's SMS Management Subscription Data
SMSSubscriptionDataRetrievalAPI GetSmsData Get /{supi}/sms-data retrieve a UE's SMS Subscription Data
SessionManagementSubscriptionDataRetrievalAPI GetSmData Get /{supi}/sm-data retrieve a UE's Session Management Subscription Data
SliceSelectionSubscriptionDataRetrievalAPI GetNSSAI Get /{supi}/nssai retrieve a UE's subscribed NSSAI
SubscriptionCreationAPI Subscribe Post /{ueId}/sdm-subscriptions subscribe to notifications
SubscriptionCreationForSharedDataAPI SubscribeToSharedData Post /shared-data-subscriptions subscribe to notifications for shared data
SubscriptionDeletionAPI Unsubscribe Delete /{ueId}/sdm-subscriptions/{subscriptionId} unsubscribe from notifications
SubscriptionDeletionForSharedDataAPI UnsubscribeForSharedData Delete /shared-data-subscriptions/{subscriptionId} unsubscribe from notifications for shared data
SubscriptionModificationAPI Modify Patch /{ueId}/sdm-subscriptions/{subscriptionId} modify the subscription
SubscriptionModificationAPI ModifySharedDataSubs Patch /shared-data-subscriptions/{subscriptionId} modify the subscription
TraceConfigurationDataRetrievalAPI GetTraceConfigData Get /{supi}/trace-data retrieve a UE's Trace Configuration Data
TriggerSORInfoUpdateAPI UpdateSORInfo Post /{supi}/am-data/update-sor Nudm_Sdm custom operation to trigger SOR info update
UEContextInAMFDataRetrievalAPI GetUeCtxInAmfData Get /{supi}/ue-context-in-amf-data retrieve a UE's UE Context In AMF Data
UEContextInSMFDataRetrievalAPI GetUeCtxInSmfData Get /{supi}/ue-context-in-smf-data retrieve a UE's UE Context In SMF Data
UEContextInSMSFDataRetrievalAPI GetUeCtxInSmsfData Get /{supi}/ue-context-in-smsf-data retrieve a UE's UE Context In SMSF Data
UserConsentSubscriptionDataRetrievalAPI GetUcData Get /{supi}/uc-data retrieve a UE's User Consent Subscription Data
V2XSubscriptionDataRetrievalAPI GetV2xData Get /{supi}/v2x-data retrieve a UE's V2X Subscription Data

Documentation For Models

Documentation For Authorization

Authentication schemes defined for the API:

oAuth2ClientCredentials
  • Type: OAuth
  • Flow: application
  • Authorization URL:
  • Scopes:
  • nudm-sdm: Access to the nudm-sdm API

Example

auth := context.WithValue(context.Background(), OpenAPI_Nudm_SDM.ContextAccessToken, "ACCESSTOKENSTRING")
r, err := client.Service.Operation(auth, args)

Or via OAuth2 module to automatically refresh tokens and perform user authentication.

import "golang.org/x/oauth2"

/* Perform OAuth2 round trip request and obtain a token */

tokenSource := oauth2cfg.TokenSource(createContext(httpClient), &token)
auth := context.WithValue(oauth2.NoContext, OpenAPI_Nudm_SDM.ContextOAuth2, tokenSource)
r, err := client.Service.Operation(auth, args)

Documentation for Utility Methods

Due to the fact that model structure members are all pointers, this package contains a number of utility functions to easily obtain pointers to values of basic types. Each of these functions takes a value of the given basic type and returns a pointer to it:

  • PtrBool
  • PtrInt
  • PtrInt32
  • PtrInt64
  • PtrFloat
  • PtrFloat32
  • PtrFloat64
  • PtrString
  • PtrTime

Author

Documentation ΒΆ

Index ΒΆ

Constants ΒΆ

This section is empty.

Variables ΒΆ

View Source
var (
	JsonCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?json)`)
	XmlCheck  = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?xml)`)
)
View Source
var (
	// ContextOAuth2 takes an oauth2.TokenSource as authentication for the request.
	ContextOAuth2 = contextKey("token")

	// ContextServerIndex uses a server configuration from the index.
	ContextServerIndex = contextKey("serverIndex")

	// ContextOperationServerIndices uses a server configuration from the index mapping.
	ContextOperationServerIndices = contextKey("serverOperationIndices")

	// ContextServerVariables overrides a server configuration variables.
	ContextServerVariables = contextKey("serverVariables")

	// ContextOperationServerVariables overrides a server configuration variables using operation specific values.
	ContextOperationServerVariables = contextKey("serverOperationVariables")
)
View Source
var AllowedAccessTypeEnumValues = []AccessType{
	"3GPP_ACCESS",
	"NON_3GPP_ACCESS",
}

All allowed values of AccessType enum

View Source
var AllowedNullValueEnumValues = []NullValue{
	"null",
}

All allowed values of NullValue enum

Functions ΒΆ

func CacheExpires ΒΆ

func CacheExpires(r *http.Response) time.Time

CacheExpires helper function to determine remaining time before repeating a request.

func IsNil ΒΆ

func IsNil(i interface{}) bool

IsNil checks if an input is nil

func PtrBool ΒΆ

func PtrBool(v bool) *bool

PtrBool is a helper routine that returns a pointer to given boolean value.

func PtrFloat32 ΒΆ

func PtrFloat32(v float32) *float32

PtrFloat32 is a helper routine that returns a pointer to given float value.

func PtrFloat64 ΒΆ

func PtrFloat64(v float64) *float64

PtrFloat64 is a helper routine that returns a pointer to given float value.

func PtrInt ΒΆ

func PtrInt(v int) *int

PtrInt is a helper routine that returns a pointer to given integer value.

func PtrInt32 ΒΆ

func PtrInt32(v int32) *int32

PtrInt32 is a helper routine that returns a pointer to given integer value.

func PtrInt64 ΒΆ

func PtrInt64(v int64) *int64

PtrInt64 is a helper routine that returns a pointer to given integer value.

func PtrString ΒΆ

func PtrString(v string) *string

PtrString is a helper routine that returns a pointer to given string value.

func PtrTime ΒΆ

func PtrTime(v time.Time) *time.Time

PtrTime is helper routine that returns a pointer to given Time value.

Types ΒΆ

type APIClient ΒΆ

type APIClient struct {
	AccessAndMobilitySubscriptionDataRetrievalAPI *AccessAndMobilitySubscriptionDataRetrievalAPIService

	Class5MBSSubscriptionDataRetrievalAPI *Class5MBSSubscriptionDataRetrievalAPIService

	EnhancedCoverageRestrictionDataRetrievalAPI *EnhancedCoverageRestrictionDataRetrievalAPIService

	GPSIToSUPITranslationOrSUPIToGPSITranslationAPI *GPSIToSUPITranslationOrSUPIToGPSITranslationAPIService

	GroupIdentifiersAPI *GroupIdentifiersAPIService

	LCSBroadcastAssistanceDataTypesRetrievalAPI *LCSBroadcastAssistanceDataTypesRetrievalAPIService

	LCSMobileOriginatedDataRetrievalAPI *LCSMobileOriginatedDataRetrievalAPIService

	LCSPrivacyDataRetrievalAPI *LCSPrivacyDataRetrievalAPIService

	MultipleIdentifiersAPI *MultipleIdentifiersAPIService

	ProseSubscriptionDataRetrievalAPI *ProseSubscriptionDataRetrievalAPIService

	ProvidingAcknowledgementOfCAGUpdateAPI *ProvidingAcknowledgementOfCAGUpdateAPIService

	ProvidingAcknowledgementOfSNSSAIsUpdateAPI *ProvidingAcknowledgementOfSNSSAIsUpdateAPIService

	ProvidingAcknowledgementOfSteeringOfRoamingAPI *ProvidingAcknowledgementOfSteeringOfRoamingAPIService

	ProvidingAcknowledgementOfUEParametersUpdateAPI *ProvidingAcknowledgementOfUEParametersUpdateAPIService

	RetrievalOfMultipleDataSetsAPI *RetrievalOfMultipleDataSetsAPIService

	RetrievalOfSharedDataAPI *RetrievalOfSharedDataAPIService

	RetrievalOfTheIndividualSharedDataAPI *RetrievalOfTheIndividualSharedDataAPIService

	SMFSelectionSubscriptionDataRetrievalAPI *SMFSelectionSubscriptionDataRetrievalAPIService

	SMSManagementSubscriptionDataRetrievalAPI *SMSManagementSubscriptionDataRetrievalAPIService

	SMSSubscriptionDataRetrievalAPI *SMSSubscriptionDataRetrievalAPIService

	SessionManagementSubscriptionDataRetrievalAPI *SessionManagementSubscriptionDataRetrievalAPIService

	SliceSelectionSubscriptionDataRetrievalAPI *SliceSelectionSubscriptionDataRetrievalAPIService

	SubscriptionCreationAPI *SubscriptionCreationAPIService

	SubscriptionCreationForSharedDataAPI *SubscriptionCreationForSharedDataAPIService

	SubscriptionDeletionAPI *SubscriptionDeletionAPIService

	SubscriptionDeletionForSharedDataAPI *SubscriptionDeletionForSharedDataAPIService

	SubscriptionModificationAPI *SubscriptionModificationAPIService

	TraceConfigurationDataRetrievalAPI *TraceConfigurationDataRetrievalAPIService

	TriggerSORInfoUpdateAPI *TriggerSORInfoUpdateAPIService

	UEContextInAMFDataRetrievalAPI *UEContextInAMFDataRetrievalAPIService

	UEContextInSMFDataRetrievalAPI *UEContextInSMFDataRetrievalAPIService

	UEContextInSMSFDataRetrievalAPI *UEContextInSMSFDataRetrievalAPIService

	UserConsentSubscriptionDataRetrievalAPI *UserConsentSubscriptionDataRetrievalAPIService

	V2XSubscriptionDataRetrievalAPI *V2XSubscriptionDataRetrievalAPIService
	// contains filtered or unexported fields
}

APIClient manages communication with the Nudm_SDM API v2.2.3 In most cases there should be only one, shared, APIClient.

func NewAPIClient ΒΆ

func NewAPIClient(cfg *Configuration) *APIClient

NewAPIClient creates a new API client. Requires a userAgent string describing your application. optionally a custom http.Client to allow for advanced features such as caching.

func (*APIClient) GetConfig ΒΆ

func (c *APIClient) GetConfig() *Configuration

Allow modification of underlying config for alternate implementations and testing Caution: modifying the configuration while live can cause data races and potentially unwanted behavior

type APIKey ΒΆ

type APIKey struct {
	Key    string
	Prefix string
}

APIKey provides API key based authentication to a request passed via context using ContextAPIKey

type APIResponse ΒΆ

type APIResponse struct {
	*http.Response `json:"-"`
	Message        string `json:"message,omitempty"`
	// Operation is the name of the OpenAPI operation.
	Operation string `json:"operation,omitempty"`
	// RequestURL is the request URL. This value is always available, even if the
	// embedded *http.Response is nil.
	RequestURL string `json:"url,omitempty"`
	// Method is the HTTP method used for the request.  This value is always
	// available, even if the embedded *http.Response is nil.
	Method string `json:"method,omitempty"`
	// Payload holds the contents of the response body (which may be nil or empty).
	// This is provided here as the raw response.Body() reader will have already
	// been drained.
	Payload []byte `json:"-"`
}

APIResponse stores the API response returned by the server.

func NewAPIResponse ΒΆ

func NewAPIResponse(r *http.Response) *APIResponse

NewAPIResponse returns a new APIResponse object.

func NewAPIResponseWithError ΒΆ

func NewAPIResponseWithError(errorMessage string) *APIResponse

NewAPIResponseWithError returns a new APIResponse object with the provided error message.

type AccessAndMobilitySubscriptionData ΒΆ

type AccessAndMobilitySubscriptionData struct {
	// A string used to indicate the features supported by an API that is used as defined in clause  6.6 in 3GPP TS 29.500. The string shall contain a bitmask indicating supported features in  hexadecimal representation Each character in the string shall take a value of \"0\" to \"9\",  \"a\" to \"f\" or \"A\" to \"F\" and shall represent the support of 4 features as described in  tableΒ 5.2.2-3. The most significant character representing the highest-numbered features shall  appear first in the string, and the character representing features 1 to 4 shall appear last  in the string. The list of features and their numbering (starting with 1) are defined  separately for each API. If the string contains a lower number of characters than there are  defined features for an API, all features that would be represented by characters that are not  present in the string are not supported.
	SupportedFeatures *string  `json:"supportedFeatures,omitempty"`
	Gpsis             []string `json:"gpsis,omitempty"`
	// Identifier of a group of NFs.
	HssGroupId       *string  `json:"hssGroupId,omitempty"`
	InternalGroupIds []string `json:"internalGroupIds,omitempty"`
	// A map(list of key-value pairs) where GroupId serves as key of SharedDataId
	SharedVnGroupDataIds        *map[string]string      `json:"sharedVnGroupDataIds,omitempty"`
	SubscribedUeAmbr            NullableAmbr            `json:"subscribedUeAmbr,omitempty"`
	Nssai                       NullableNssai           `json:"nssai,omitempty"`
	RatRestrictions             []RatType               `json:"ratRestrictions,omitempty"`
	ForbiddenAreas              []Area                  `json:"forbiddenAreas,omitempty"`
	ServiceAreaRestriction      *ServiceAreaRestriction `json:"serviceAreaRestriction,omitempty"`
	CoreNetworkTypeRestrictions []CoreNetworkType       `json:"coreNetworkTypeRestrictions,omitempty"`
	// Unsigned integer representing the 'Subscriber Profile ID for RAT/Frequency Priority'  as specified in 3GPP TS 36.413 with the OpenAPI 'nullable: true' property.
	RfspIndex NullableInt32 `json:"rfspIndex,omitempty"`
	// indicating a time in seconds with OpenAPI defined 'nullable: true' property.
	SubsRegTimer NullableInt32 `json:"subsRegTimer,omitempty"`
	UeUsageType  *int32        `json:"ueUsageType,omitempty"`
	MpsPriority  *bool         `json:"mpsPriority,omitempty"`
	McsPriority  *bool         `json:"mcsPriority,omitempty"`
	// indicating a time in seconds with OpenAPI defined 'nullable: true' property.
	ActiveTime             NullableInt32                                             `json:"activeTime,omitempty"`
	SorInfo                *SorInfo                                                  `json:"sorInfo,omitempty"`
	SorInfoExpectInd       *bool                                                     `json:"sorInfoExpectInd,omitempty"`
	SorafRetrieval         *bool                                                     `json:"sorafRetrieval,omitempty"`
	SorUpdateIndicatorList []SorUpdateIndicator                                      `json:"sorUpdateIndicatorList,omitempty"`
	UpuInfo                *UpuInfo                                                  `json:"upuInfo,omitempty"`
	RoutingIndicator       *string                                                   `json:"routingIndicator,omitempty"`
	MicoAllowed            *bool                                                     `json:"micoAllowed,omitempty"`
	SharedAmDataIds        []string                                                  `json:"sharedAmDataIds,omitempty"`
	OdbPacketServices      NullableOdbPacketServices                                 `json:"odbPacketServices,omitempty"`
	SubscribedDnnList      []AccessAndMobilitySubscriptionDataSubscribedDnnListInner `json:"subscribedDnnList,omitempty"`
	// indicating a time in seconds.
	ServiceGapTime   *int32            `json:"serviceGapTime,omitempty"`
	MdtUserConsent   *MdtUserConsent   `json:"mdtUserConsent,omitempty"`
	MdtConfiguration *MdtConfiguration `json:"mdtConfiguration,omitempty"`
	TraceData        NullableTraceData `json:"traceData,omitempty"`
	CagData          *CagData          `json:"cagData,omitempty"`
	// String representing the STN-SR as defined in clause 18.6 of 3GPP TS 23.003.
	StnSr *string `json:"stnSr,omitempty"`
	// String representing the C-MSISDN as defined in clause 18.7 of 3GPP TS 23.003.
	CMsisdn               *string `json:"cMsisdn,omitempty"`
	NbIoTUePriority       *int32  `json:"nbIoTUePriority,omitempty"`
	NssaiInclusionAllowed *bool   `json:"nssaiInclusionAllowed,omitempty"`
	// string with format 'bytes' as defined in OpenAPI
	RgWirelineCharacteristics *string                     `json:"rgWirelineCharacteristics,omitempty"`
	EcRestrictionDataWb       NullableEcRestrictionDataWb `json:"ecRestrictionDataWb,omitempty"`
	EcRestrictionDataNb       *bool                       `json:"ecRestrictionDataNb,omitempty"`
	ExpectedUeBehaviourList   *ExpectedUeBehaviourData    `json:"expectedUeBehaviourList,omitempty"`
	PrimaryRatRestrictions    []RatType                   `json:"primaryRatRestrictions,omitempty"`
	SecondaryRatRestrictions  []RatType                   `json:"secondaryRatRestrictions,omitempty"`
	EdrxParametersList        []EdrxParameters            `json:"edrxParametersList,omitempty"`
	PtwParametersList         []PtwParameters             `json:"ptwParametersList,omitempty"`
	IabOperationAllowed       *bool                       `json:"iabOperationAllowed,omitempty"`
	// A map (list of key-value pairs where PlmnId serves as key) of PlmnRestriction
	AdjacentPlmnRestrictions       *map[string]PlmnRestriction     `json:"adjacentPlmnRestrictions,omitempty"`
	WirelineForbiddenAreas         []WirelineArea                  `json:"wirelineForbiddenAreas,omitempty"`
	WirelineServiceAreaRestriction *WirelineServiceAreaRestriction `json:"wirelineServiceAreaRestriction,omitempty"`
	PcfSelectionAssistanceInfos    []PcfSelectionAssistanceInfo    `json:"pcfSelectionAssistanceInfos,omitempty"`
	AerialUeSubInfo                *AerialUeSubscriptionInfo       `json:"aerialUeSubInfo,omitempty"`
	RoamingRestrictions            *RoamingRestrictions            `json:"roamingRestrictions,omitempty"`
	RemoteProvInd                  *bool                           `json:"remoteProvInd,omitempty"`
	Var3gppChargingCharacteristics *string                         `json:"3gppChargingCharacteristics,omitempty"`
}

AccessAndMobilitySubscriptionData struct for AccessAndMobilitySubscriptionData

func NewAccessAndMobilitySubscriptionData ΒΆ

func NewAccessAndMobilitySubscriptionData() *AccessAndMobilitySubscriptionData

NewAccessAndMobilitySubscriptionData instantiates a new AccessAndMobilitySubscriptionData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAccessAndMobilitySubscriptionDataWithDefaults ΒΆ

func NewAccessAndMobilitySubscriptionDataWithDefaults() *AccessAndMobilitySubscriptionData

NewAccessAndMobilitySubscriptionDataWithDefaults instantiates a new AccessAndMobilitySubscriptionData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AccessAndMobilitySubscriptionData) GetActiveTime ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetActiveTime() int32

GetActiveTime returns the ActiveTime field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AccessAndMobilitySubscriptionData) GetActiveTimeOk ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetActiveTimeOk() (*int32, bool)

GetActiveTimeOk returns a tuple with the ActiveTime field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AccessAndMobilitySubscriptionData) GetAdjacentPlmnRestrictions ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetAdjacentPlmnRestrictions() map[string]PlmnRestriction

GetAdjacentPlmnRestrictions returns the AdjacentPlmnRestrictions field value if set, zero value otherwise.

func (*AccessAndMobilitySubscriptionData) GetAdjacentPlmnRestrictionsOk ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetAdjacentPlmnRestrictionsOk() (*map[string]PlmnRestriction, bool)

GetAdjacentPlmnRestrictionsOk returns a tuple with the AdjacentPlmnRestrictions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessAndMobilitySubscriptionData) GetAerialUeSubInfo ΒΆ

GetAerialUeSubInfo returns the AerialUeSubInfo field value if set, zero value otherwise.

func (*AccessAndMobilitySubscriptionData) GetAerialUeSubInfoOk ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetAerialUeSubInfoOk() (*AerialUeSubscriptionInfo, bool)

GetAerialUeSubInfoOk returns a tuple with the AerialUeSubInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessAndMobilitySubscriptionData) GetCMsisdn ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetCMsisdn() string

GetCMsisdn returns the CMsisdn field value if set, zero value otherwise.

func (*AccessAndMobilitySubscriptionData) GetCMsisdnOk ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetCMsisdnOk() (*string, bool)

GetCMsisdnOk returns a tuple with the CMsisdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessAndMobilitySubscriptionData) GetCagData ΒΆ

GetCagData returns the CagData field value if set, zero value otherwise.

func (*AccessAndMobilitySubscriptionData) GetCagDataOk ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetCagDataOk() (*CagData, bool)

GetCagDataOk returns a tuple with the CagData field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessAndMobilitySubscriptionData) GetCoreNetworkTypeRestrictions ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetCoreNetworkTypeRestrictions() []CoreNetworkType

GetCoreNetworkTypeRestrictions returns the CoreNetworkTypeRestrictions field value if set, zero value otherwise.

func (*AccessAndMobilitySubscriptionData) GetCoreNetworkTypeRestrictionsOk ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetCoreNetworkTypeRestrictionsOk() ([]CoreNetworkType, bool)

GetCoreNetworkTypeRestrictionsOk returns a tuple with the CoreNetworkTypeRestrictions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessAndMobilitySubscriptionData) GetEcRestrictionDataNb ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetEcRestrictionDataNb() bool

GetEcRestrictionDataNb returns the EcRestrictionDataNb field value if set, zero value otherwise.

func (*AccessAndMobilitySubscriptionData) GetEcRestrictionDataNbOk ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetEcRestrictionDataNbOk() (*bool, bool)

GetEcRestrictionDataNbOk returns a tuple with the EcRestrictionDataNb field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessAndMobilitySubscriptionData) GetEcRestrictionDataWb ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetEcRestrictionDataWb() EcRestrictionDataWb

GetEcRestrictionDataWb returns the EcRestrictionDataWb field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AccessAndMobilitySubscriptionData) GetEcRestrictionDataWbOk ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetEcRestrictionDataWbOk() (*EcRestrictionDataWb, bool)

GetEcRestrictionDataWbOk returns a tuple with the EcRestrictionDataWb field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AccessAndMobilitySubscriptionData) GetEdrxParametersList ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetEdrxParametersList() []EdrxParameters

GetEdrxParametersList returns the EdrxParametersList field value if set, zero value otherwise.

func (*AccessAndMobilitySubscriptionData) GetEdrxParametersListOk ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetEdrxParametersListOk() ([]EdrxParameters, bool)

GetEdrxParametersListOk returns a tuple with the EdrxParametersList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessAndMobilitySubscriptionData) GetExpectedUeBehaviourList ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetExpectedUeBehaviourList() ExpectedUeBehaviourData

GetExpectedUeBehaviourList returns the ExpectedUeBehaviourList field value if set, zero value otherwise.

func (*AccessAndMobilitySubscriptionData) GetExpectedUeBehaviourListOk ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetExpectedUeBehaviourListOk() (*ExpectedUeBehaviourData, bool)

GetExpectedUeBehaviourListOk returns a tuple with the ExpectedUeBehaviourList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessAndMobilitySubscriptionData) GetForbiddenAreas ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetForbiddenAreas() []Area

GetForbiddenAreas returns the ForbiddenAreas field value if set, zero value otherwise.

func (*AccessAndMobilitySubscriptionData) GetForbiddenAreasOk ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetForbiddenAreasOk() ([]Area, bool)

GetForbiddenAreasOk returns a tuple with the ForbiddenAreas field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessAndMobilitySubscriptionData) GetGpsis ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetGpsis() []string

GetGpsis returns the Gpsis field value if set, zero value otherwise.

func (*AccessAndMobilitySubscriptionData) GetGpsisOk ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetGpsisOk() ([]string, bool)

GetGpsisOk returns a tuple with the Gpsis field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessAndMobilitySubscriptionData) GetHssGroupId ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetHssGroupId() string

GetHssGroupId returns the HssGroupId field value if set, zero value otherwise.

func (*AccessAndMobilitySubscriptionData) GetHssGroupIdOk ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetHssGroupIdOk() (*string, bool)

GetHssGroupIdOk returns a tuple with the HssGroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessAndMobilitySubscriptionData) GetIabOperationAllowed ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetIabOperationAllowed() bool

GetIabOperationAllowed returns the IabOperationAllowed field value if set, zero value otherwise.

func (*AccessAndMobilitySubscriptionData) GetIabOperationAllowedOk ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetIabOperationAllowedOk() (*bool, bool)

GetIabOperationAllowedOk returns a tuple with the IabOperationAllowed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessAndMobilitySubscriptionData) GetInternalGroupIds ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetInternalGroupIds() []string

GetInternalGroupIds returns the InternalGroupIds field value if set, zero value otherwise.

func (*AccessAndMobilitySubscriptionData) GetInternalGroupIdsOk ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetInternalGroupIdsOk() ([]string, bool)

GetInternalGroupIdsOk returns a tuple with the InternalGroupIds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessAndMobilitySubscriptionData) GetMcsPriority ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetMcsPriority() bool

GetMcsPriority returns the McsPriority field value if set, zero value otherwise.

func (*AccessAndMobilitySubscriptionData) GetMcsPriorityOk ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetMcsPriorityOk() (*bool, bool)

GetMcsPriorityOk returns a tuple with the McsPriority field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessAndMobilitySubscriptionData) GetMdtConfiguration ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetMdtConfiguration() MdtConfiguration

GetMdtConfiguration returns the MdtConfiguration field value if set, zero value otherwise.

func (*AccessAndMobilitySubscriptionData) GetMdtConfigurationOk ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetMdtConfigurationOk() (*MdtConfiguration, bool)

GetMdtConfigurationOk returns a tuple with the MdtConfiguration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessAndMobilitySubscriptionData) GetMdtUserConsent ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetMdtUserConsent() MdtUserConsent

GetMdtUserConsent returns the MdtUserConsent field value if set, zero value otherwise.

func (*AccessAndMobilitySubscriptionData) GetMdtUserConsentOk ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetMdtUserConsentOk() (*MdtUserConsent, bool)

GetMdtUserConsentOk returns a tuple with the MdtUserConsent field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessAndMobilitySubscriptionData) GetMicoAllowed ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetMicoAllowed() bool

GetMicoAllowed returns the MicoAllowed field value if set, zero value otherwise.

func (*AccessAndMobilitySubscriptionData) GetMicoAllowedOk ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetMicoAllowedOk() (*bool, bool)

GetMicoAllowedOk returns a tuple with the MicoAllowed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessAndMobilitySubscriptionData) GetMpsPriority ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetMpsPriority() bool

GetMpsPriority returns the MpsPriority field value if set, zero value otherwise.

func (*AccessAndMobilitySubscriptionData) GetMpsPriorityOk ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetMpsPriorityOk() (*bool, bool)

GetMpsPriorityOk returns a tuple with the MpsPriority field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessAndMobilitySubscriptionData) GetNbIoTUePriority ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetNbIoTUePriority() int32

GetNbIoTUePriority returns the NbIoTUePriority field value if set, zero value otherwise.

func (*AccessAndMobilitySubscriptionData) GetNbIoTUePriorityOk ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetNbIoTUePriorityOk() (*int32, bool)

GetNbIoTUePriorityOk returns a tuple with the NbIoTUePriority field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessAndMobilitySubscriptionData) GetNssai ΒΆ

GetNssai returns the Nssai field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AccessAndMobilitySubscriptionData) GetNssaiInclusionAllowed ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetNssaiInclusionAllowed() bool

GetNssaiInclusionAllowed returns the NssaiInclusionAllowed field value if set, zero value otherwise.

func (*AccessAndMobilitySubscriptionData) GetNssaiInclusionAllowedOk ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetNssaiInclusionAllowedOk() (*bool, bool)

GetNssaiInclusionAllowedOk returns a tuple with the NssaiInclusionAllowed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessAndMobilitySubscriptionData) GetNssaiOk ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetNssaiOk() (*Nssai, bool)

GetNssaiOk returns a tuple with the Nssai field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AccessAndMobilitySubscriptionData) GetOdbPacketServices ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetOdbPacketServices() OdbPacketServices

GetOdbPacketServices returns the OdbPacketServices field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AccessAndMobilitySubscriptionData) GetOdbPacketServicesOk ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetOdbPacketServicesOk() (*OdbPacketServices, bool)

GetOdbPacketServicesOk returns a tuple with the OdbPacketServices field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AccessAndMobilitySubscriptionData) GetPcfSelectionAssistanceInfos ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetPcfSelectionAssistanceInfos() []PcfSelectionAssistanceInfo

GetPcfSelectionAssistanceInfos returns the PcfSelectionAssistanceInfos field value if set, zero value otherwise.

func (*AccessAndMobilitySubscriptionData) GetPcfSelectionAssistanceInfosOk ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetPcfSelectionAssistanceInfosOk() ([]PcfSelectionAssistanceInfo, bool)

GetPcfSelectionAssistanceInfosOk returns a tuple with the PcfSelectionAssistanceInfos field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessAndMobilitySubscriptionData) GetPrimaryRatRestrictions ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetPrimaryRatRestrictions() []RatType

GetPrimaryRatRestrictions returns the PrimaryRatRestrictions field value if set, zero value otherwise.

func (*AccessAndMobilitySubscriptionData) GetPrimaryRatRestrictionsOk ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetPrimaryRatRestrictionsOk() ([]RatType, bool)

GetPrimaryRatRestrictionsOk returns a tuple with the PrimaryRatRestrictions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessAndMobilitySubscriptionData) GetPtwParametersList ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetPtwParametersList() []PtwParameters

GetPtwParametersList returns the PtwParametersList field value if set, zero value otherwise.

func (*AccessAndMobilitySubscriptionData) GetPtwParametersListOk ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetPtwParametersListOk() ([]PtwParameters, bool)

GetPtwParametersListOk returns a tuple with the PtwParametersList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessAndMobilitySubscriptionData) GetRatRestrictions ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetRatRestrictions() []RatType

GetRatRestrictions returns the RatRestrictions field value if set, zero value otherwise.

func (*AccessAndMobilitySubscriptionData) GetRatRestrictionsOk ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetRatRestrictionsOk() ([]RatType, bool)

GetRatRestrictionsOk returns a tuple with the RatRestrictions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessAndMobilitySubscriptionData) GetRemoteProvInd ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetRemoteProvInd() bool

GetRemoteProvInd returns the RemoteProvInd field value if set, zero value otherwise.

func (*AccessAndMobilitySubscriptionData) GetRemoteProvIndOk ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetRemoteProvIndOk() (*bool, bool)

GetRemoteProvIndOk returns a tuple with the RemoteProvInd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessAndMobilitySubscriptionData) GetRfspIndex ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetRfspIndex() int32

GetRfspIndex returns the RfspIndex field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AccessAndMobilitySubscriptionData) GetRfspIndexOk ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetRfspIndexOk() (*int32, bool)

GetRfspIndexOk returns a tuple with the RfspIndex field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AccessAndMobilitySubscriptionData) GetRgWirelineCharacteristics ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetRgWirelineCharacteristics() string

GetRgWirelineCharacteristics returns the RgWirelineCharacteristics field value if set, zero value otherwise.

func (*AccessAndMobilitySubscriptionData) GetRgWirelineCharacteristicsOk ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetRgWirelineCharacteristicsOk() (*string, bool)

GetRgWirelineCharacteristicsOk returns a tuple with the RgWirelineCharacteristics field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessAndMobilitySubscriptionData) GetRoamingRestrictions ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetRoamingRestrictions() RoamingRestrictions

GetRoamingRestrictions returns the RoamingRestrictions field value if set, zero value otherwise.

func (*AccessAndMobilitySubscriptionData) GetRoamingRestrictionsOk ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetRoamingRestrictionsOk() (*RoamingRestrictions, bool)

GetRoamingRestrictionsOk returns a tuple with the RoamingRestrictions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessAndMobilitySubscriptionData) GetRoutingIndicator ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetRoutingIndicator() string

GetRoutingIndicator returns the RoutingIndicator field value if set, zero value otherwise.

func (*AccessAndMobilitySubscriptionData) GetRoutingIndicatorOk ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetRoutingIndicatorOk() (*string, bool)

GetRoutingIndicatorOk returns a tuple with the RoutingIndicator field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessAndMobilitySubscriptionData) GetSecondaryRatRestrictions ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetSecondaryRatRestrictions() []RatType

GetSecondaryRatRestrictions returns the SecondaryRatRestrictions field value if set, zero value otherwise.

func (*AccessAndMobilitySubscriptionData) GetSecondaryRatRestrictionsOk ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetSecondaryRatRestrictionsOk() ([]RatType, bool)

GetSecondaryRatRestrictionsOk returns a tuple with the SecondaryRatRestrictions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessAndMobilitySubscriptionData) GetServiceAreaRestriction ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetServiceAreaRestriction() ServiceAreaRestriction

GetServiceAreaRestriction returns the ServiceAreaRestriction field value if set, zero value otherwise.

func (*AccessAndMobilitySubscriptionData) GetServiceAreaRestrictionOk ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetServiceAreaRestrictionOk() (*ServiceAreaRestriction, bool)

GetServiceAreaRestrictionOk returns a tuple with the ServiceAreaRestriction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessAndMobilitySubscriptionData) GetServiceGapTime ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetServiceGapTime() int32

GetServiceGapTime returns the ServiceGapTime field value if set, zero value otherwise.

func (*AccessAndMobilitySubscriptionData) GetServiceGapTimeOk ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetServiceGapTimeOk() (*int32, bool)

GetServiceGapTimeOk returns a tuple with the ServiceGapTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessAndMobilitySubscriptionData) GetSharedAmDataIds ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetSharedAmDataIds() []string

GetSharedAmDataIds returns the SharedAmDataIds field value if set, zero value otherwise.

func (*AccessAndMobilitySubscriptionData) GetSharedAmDataIdsOk ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetSharedAmDataIdsOk() ([]string, bool)

GetSharedAmDataIdsOk returns a tuple with the SharedAmDataIds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessAndMobilitySubscriptionData) GetSharedVnGroupDataIds ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetSharedVnGroupDataIds() map[string]string

GetSharedVnGroupDataIds returns the SharedVnGroupDataIds field value if set, zero value otherwise.

func (*AccessAndMobilitySubscriptionData) GetSharedVnGroupDataIdsOk ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetSharedVnGroupDataIdsOk() (*map[string]string, bool)

GetSharedVnGroupDataIdsOk returns a tuple with the SharedVnGroupDataIds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessAndMobilitySubscriptionData) GetSorInfo ΒΆ

GetSorInfo returns the SorInfo field value if set, zero value otherwise.

func (*AccessAndMobilitySubscriptionData) GetSorInfoExpectInd ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetSorInfoExpectInd() bool

GetSorInfoExpectInd returns the SorInfoExpectInd field value if set, zero value otherwise.

func (*AccessAndMobilitySubscriptionData) GetSorInfoExpectIndOk ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetSorInfoExpectIndOk() (*bool, bool)

GetSorInfoExpectIndOk returns a tuple with the SorInfoExpectInd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessAndMobilitySubscriptionData) GetSorInfoOk ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetSorInfoOk() (*SorInfo, bool)

GetSorInfoOk returns a tuple with the SorInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessAndMobilitySubscriptionData) GetSorUpdateIndicatorList ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetSorUpdateIndicatorList() []SorUpdateIndicator

GetSorUpdateIndicatorList returns the SorUpdateIndicatorList field value if set, zero value otherwise.

func (*AccessAndMobilitySubscriptionData) GetSorUpdateIndicatorListOk ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetSorUpdateIndicatorListOk() ([]SorUpdateIndicator, bool)

GetSorUpdateIndicatorListOk returns a tuple with the SorUpdateIndicatorList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessAndMobilitySubscriptionData) GetSorafRetrieval ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetSorafRetrieval() bool

GetSorafRetrieval returns the SorafRetrieval field value if set, zero value otherwise.

func (*AccessAndMobilitySubscriptionData) GetSorafRetrievalOk ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetSorafRetrievalOk() (*bool, bool)

GetSorafRetrievalOk returns a tuple with the SorafRetrieval field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessAndMobilitySubscriptionData) GetStnSr ΒΆ

GetStnSr returns the StnSr field value if set, zero value otherwise.

func (*AccessAndMobilitySubscriptionData) GetStnSrOk ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetStnSrOk() (*string, bool)

GetStnSrOk returns a tuple with the StnSr field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessAndMobilitySubscriptionData) GetSubsRegTimer ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetSubsRegTimer() int32

GetSubsRegTimer returns the SubsRegTimer field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AccessAndMobilitySubscriptionData) GetSubsRegTimerOk ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetSubsRegTimerOk() (*int32, bool)

GetSubsRegTimerOk returns a tuple with the SubsRegTimer field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AccessAndMobilitySubscriptionData) GetSubscribedDnnList ΒΆ

GetSubscribedDnnList returns the SubscribedDnnList field value if set, zero value otherwise.

func (*AccessAndMobilitySubscriptionData) GetSubscribedDnnListOk ΒΆ

GetSubscribedDnnListOk returns a tuple with the SubscribedDnnList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessAndMobilitySubscriptionData) GetSubscribedUeAmbr ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetSubscribedUeAmbr() Ambr

GetSubscribedUeAmbr returns the SubscribedUeAmbr field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AccessAndMobilitySubscriptionData) GetSubscribedUeAmbrOk ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetSubscribedUeAmbrOk() (*Ambr, bool)

GetSubscribedUeAmbrOk returns a tuple with the SubscribedUeAmbr field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AccessAndMobilitySubscriptionData) GetSupportedFeatures ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetSupportedFeatures() string

GetSupportedFeatures returns the SupportedFeatures field value if set, zero value otherwise.

func (*AccessAndMobilitySubscriptionData) GetSupportedFeaturesOk ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetSupportedFeaturesOk() (*string, bool)

GetSupportedFeaturesOk returns a tuple with the SupportedFeatures field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessAndMobilitySubscriptionData) GetTraceData ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetTraceData() TraceData

GetTraceData returns the TraceData field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AccessAndMobilitySubscriptionData) GetTraceDataOk ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetTraceDataOk() (*TraceData, bool)

GetTraceDataOk returns a tuple with the TraceData field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AccessAndMobilitySubscriptionData) GetUeUsageType ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetUeUsageType() int32

GetUeUsageType returns the UeUsageType field value if set, zero value otherwise.

func (*AccessAndMobilitySubscriptionData) GetUeUsageTypeOk ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetUeUsageTypeOk() (*int32, bool)

GetUeUsageTypeOk returns a tuple with the UeUsageType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessAndMobilitySubscriptionData) GetUpuInfo ΒΆ

GetUpuInfo returns the UpuInfo field value if set, zero value otherwise.

func (*AccessAndMobilitySubscriptionData) GetUpuInfoOk ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetUpuInfoOk() (*UpuInfo, bool)

GetUpuInfoOk returns a tuple with the UpuInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessAndMobilitySubscriptionData) GetVar3gppChargingCharacteristics ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetVar3gppChargingCharacteristics() string

GetVar3gppChargingCharacteristics returns the Var3gppChargingCharacteristics field value if set, zero value otherwise.

func (*AccessAndMobilitySubscriptionData) GetVar3gppChargingCharacteristicsOk ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetVar3gppChargingCharacteristicsOk() (*string, bool)

GetVar3gppChargingCharacteristicsOk returns a tuple with the Var3gppChargingCharacteristics field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessAndMobilitySubscriptionData) GetWirelineForbiddenAreas ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetWirelineForbiddenAreas() []WirelineArea

GetWirelineForbiddenAreas returns the WirelineForbiddenAreas field value if set, zero value otherwise.

func (*AccessAndMobilitySubscriptionData) GetWirelineForbiddenAreasOk ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetWirelineForbiddenAreasOk() ([]WirelineArea, bool)

GetWirelineForbiddenAreasOk returns a tuple with the WirelineForbiddenAreas field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessAndMobilitySubscriptionData) GetWirelineServiceAreaRestriction ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetWirelineServiceAreaRestriction() WirelineServiceAreaRestriction

GetWirelineServiceAreaRestriction returns the WirelineServiceAreaRestriction field value if set, zero value otherwise.

func (*AccessAndMobilitySubscriptionData) GetWirelineServiceAreaRestrictionOk ΒΆ

func (o *AccessAndMobilitySubscriptionData) GetWirelineServiceAreaRestrictionOk() (*WirelineServiceAreaRestriction, bool)

GetWirelineServiceAreaRestrictionOk returns a tuple with the WirelineServiceAreaRestriction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessAndMobilitySubscriptionData) HasActiveTime ΒΆ

func (o *AccessAndMobilitySubscriptionData) HasActiveTime() bool

HasActiveTime returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasAdjacentPlmnRestrictions ΒΆ

func (o *AccessAndMobilitySubscriptionData) HasAdjacentPlmnRestrictions() bool

HasAdjacentPlmnRestrictions returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasAerialUeSubInfo ΒΆ

func (o *AccessAndMobilitySubscriptionData) HasAerialUeSubInfo() bool

HasAerialUeSubInfo returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasCMsisdn ΒΆ

func (o *AccessAndMobilitySubscriptionData) HasCMsisdn() bool

HasCMsisdn returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasCagData ΒΆ

func (o *AccessAndMobilitySubscriptionData) HasCagData() bool

HasCagData returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasCoreNetworkTypeRestrictions ΒΆ

func (o *AccessAndMobilitySubscriptionData) HasCoreNetworkTypeRestrictions() bool

HasCoreNetworkTypeRestrictions returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasEcRestrictionDataNb ΒΆ

func (o *AccessAndMobilitySubscriptionData) HasEcRestrictionDataNb() bool

HasEcRestrictionDataNb returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasEcRestrictionDataWb ΒΆ

func (o *AccessAndMobilitySubscriptionData) HasEcRestrictionDataWb() bool

HasEcRestrictionDataWb returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasEdrxParametersList ΒΆ

func (o *AccessAndMobilitySubscriptionData) HasEdrxParametersList() bool

HasEdrxParametersList returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasExpectedUeBehaviourList ΒΆ

func (o *AccessAndMobilitySubscriptionData) HasExpectedUeBehaviourList() bool

HasExpectedUeBehaviourList returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasForbiddenAreas ΒΆ

func (o *AccessAndMobilitySubscriptionData) HasForbiddenAreas() bool

HasForbiddenAreas returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasGpsis ΒΆ

HasGpsis returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasHssGroupId ΒΆ

func (o *AccessAndMobilitySubscriptionData) HasHssGroupId() bool

HasHssGroupId returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasIabOperationAllowed ΒΆ

func (o *AccessAndMobilitySubscriptionData) HasIabOperationAllowed() bool

HasIabOperationAllowed returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasInternalGroupIds ΒΆ

func (o *AccessAndMobilitySubscriptionData) HasInternalGroupIds() bool

HasInternalGroupIds returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasMcsPriority ΒΆ

func (o *AccessAndMobilitySubscriptionData) HasMcsPriority() bool

HasMcsPriority returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasMdtConfiguration ΒΆ

func (o *AccessAndMobilitySubscriptionData) HasMdtConfiguration() bool

HasMdtConfiguration returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasMdtUserConsent ΒΆ

func (o *AccessAndMobilitySubscriptionData) HasMdtUserConsent() bool

HasMdtUserConsent returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasMicoAllowed ΒΆ

func (o *AccessAndMobilitySubscriptionData) HasMicoAllowed() bool

HasMicoAllowed returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasMpsPriority ΒΆ

func (o *AccessAndMobilitySubscriptionData) HasMpsPriority() bool

HasMpsPriority returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasNbIoTUePriority ΒΆ

func (o *AccessAndMobilitySubscriptionData) HasNbIoTUePriority() bool

HasNbIoTUePriority returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasNssai ΒΆ

HasNssai returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasNssaiInclusionAllowed ΒΆ

func (o *AccessAndMobilitySubscriptionData) HasNssaiInclusionAllowed() bool

HasNssaiInclusionAllowed returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasOdbPacketServices ΒΆ

func (o *AccessAndMobilitySubscriptionData) HasOdbPacketServices() bool

HasOdbPacketServices returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasPcfSelectionAssistanceInfos ΒΆ

func (o *AccessAndMobilitySubscriptionData) HasPcfSelectionAssistanceInfos() bool

HasPcfSelectionAssistanceInfos returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasPrimaryRatRestrictions ΒΆ

func (o *AccessAndMobilitySubscriptionData) HasPrimaryRatRestrictions() bool

HasPrimaryRatRestrictions returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasPtwParametersList ΒΆ

func (o *AccessAndMobilitySubscriptionData) HasPtwParametersList() bool

HasPtwParametersList returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasRatRestrictions ΒΆ

func (o *AccessAndMobilitySubscriptionData) HasRatRestrictions() bool

HasRatRestrictions returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasRemoteProvInd ΒΆ

func (o *AccessAndMobilitySubscriptionData) HasRemoteProvInd() bool

HasRemoteProvInd returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasRfspIndex ΒΆ

func (o *AccessAndMobilitySubscriptionData) HasRfspIndex() bool

HasRfspIndex returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasRgWirelineCharacteristics ΒΆ

func (o *AccessAndMobilitySubscriptionData) HasRgWirelineCharacteristics() bool

HasRgWirelineCharacteristics returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasRoamingRestrictions ΒΆ

func (o *AccessAndMobilitySubscriptionData) HasRoamingRestrictions() bool

HasRoamingRestrictions returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasRoutingIndicator ΒΆ

func (o *AccessAndMobilitySubscriptionData) HasRoutingIndicator() bool

HasRoutingIndicator returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasSecondaryRatRestrictions ΒΆ

func (o *AccessAndMobilitySubscriptionData) HasSecondaryRatRestrictions() bool

HasSecondaryRatRestrictions returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasServiceAreaRestriction ΒΆ

func (o *AccessAndMobilitySubscriptionData) HasServiceAreaRestriction() bool

HasServiceAreaRestriction returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasServiceGapTime ΒΆ

func (o *AccessAndMobilitySubscriptionData) HasServiceGapTime() bool

HasServiceGapTime returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasSharedAmDataIds ΒΆ

func (o *AccessAndMobilitySubscriptionData) HasSharedAmDataIds() bool

HasSharedAmDataIds returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasSharedVnGroupDataIds ΒΆ

func (o *AccessAndMobilitySubscriptionData) HasSharedVnGroupDataIds() bool

HasSharedVnGroupDataIds returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasSorInfo ΒΆ

func (o *AccessAndMobilitySubscriptionData) HasSorInfo() bool

HasSorInfo returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasSorInfoExpectInd ΒΆ

func (o *AccessAndMobilitySubscriptionData) HasSorInfoExpectInd() bool

HasSorInfoExpectInd returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasSorUpdateIndicatorList ΒΆ

func (o *AccessAndMobilitySubscriptionData) HasSorUpdateIndicatorList() bool

HasSorUpdateIndicatorList returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasSorafRetrieval ΒΆ

func (o *AccessAndMobilitySubscriptionData) HasSorafRetrieval() bool

HasSorafRetrieval returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasStnSr ΒΆ

HasStnSr returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasSubsRegTimer ΒΆ

func (o *AccessAndMobilitySubscriptionData) HasSubsRegTimer() bool

HasSubsRegTimer returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasSubscribedDnnList ΒΆ

func (o *AccessAndMobilitySubscriptionData) HasSubscribedDnnList() bool

HasSubscribedDnnList returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasSubscribedUeAmbr ΒΆ

func (o *AccessAndMobilitySubscriptionData) HasSubscribedUeAmbr() bool

HasSubscribedUeAmbr returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasSupportedFeatures ΒΆ

func (o *AccessAndMobilitySubscriptionData) HasSupportedFeatures() bool

HasSupportedFeatures returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasTraceData ΒΆ

func (o *AccessAndMobilitySubscriptionData) HasTraceData() bool

HasTraceData returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasUeUsageType ΒΆ

func (o *AccessAndMobilitySubscriptionData) HasUeUsageType() bool

HasUeUsageType returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasUpuInfo ΒΆ

func (o *AccessAndMobilitySubscriptionData) HasUpuInfo() bool

HasUpuInfo returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasVar3gppChargingCharacteristics ΒΆ

func (o *AccessAndMobilitySubscriptionData) HasVar3gppChargingCharacteristics() bool

HasVar3gppChargingCharacteristics returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasWirelineForbiddenAreas ΒΆ

func (o *AccessAndMobilitySubscriptionData) HasWirelineForbiddenAreas() bool

HasWirelineForbiddenAreas returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasWirelineServiceAreaRestriction ΒΆ

func (o *AccessAndMobilitySubscriptionData) HasWirelineServiceAreaRestriction() bool

HasWirelineServiceAreaRestriction returns a boolean if a field has been set.

func (AccessAndMobilitySubscriptionData) MarshalJSON ΒΆ

func (o AccessAndMobilitySubscriptionData) MarshalJSON() ([]byte, error)

func (*AccessAndMobilitySubscriptionData) SetActiveTime ΒΆ

func (o *AccessAndMobilitySubscriptionData) SetActiveTime(v int32)

SetActiveTime gets a reference to the given NullableInt32 and assigns it to the ActiveTime field.

func (*AccessAndMobilitySubscriptionData) SetActiveTimeNil ΒΆ

func (o *AccessAndMobilitySubscriptionData) SetActiveTimeNil()

SetActiveTimeNil sets the value for ActiveTime to be an explicit nil

func (*AccessAndMobilitySubscriptionData) SetAdjacentPlmnRestrictions ΒΆ

func (o *AccessAndMobilitySubscriptionData) SetAdjacentPlmnRestrictions(v map[string]PlmnRestriction)

SetAdjacentPlmnRestrictions gets a reference to the given map[string]PlmnRestriction and assigns it to the AdjacentPlmnRestrictions field.

func (*AccessAndMobilitySubscriptionData) SetAerialUeSubInfo ΒΆ

SetAerialUeSubInfo gets a reference to the given AerialUeSubscriptionInfo and assigns it to the AerialUeSubInfo field.

func (*AccessAndMobilitySubscriptionData) SetCMsisdn ΒΆ

func (o *AccessAndMobilitySubscriptionData) SetCMsisdn(v string)

SetCMsisdn gets a reference to the given string and assigns it to the CMsisdn field.

func (*AccessAndMobilitySubscriptionData) SetCagData ΒΆ

func (o *AccessAndMobilitySubscriptionData) SetCagData(v CagData)

SetCagData gets a reference to the given CagData and assigns it to the CagData field.

func (*AccessAndMobilitySubscriptionData) SetCoreNetworkTypeRestrictions ΒΆ

func (o *AccessAndMobilitySubscriptionData) SetCoreNetworkTypeRestrictions(v []CoreNetworkType)

SetCoreNetworkTypeRestrictions gets a reference to the given []CoreNetworkType and assigns it to the CoreNetworkTypeRestrictions field.

func (*AccessAndMobilitySubscriptionData) SetEcRestrictionDataNb ΒΆ

func (o *AccessAndMobilitySubscriptionData) SetEcRestrictionDataNb(v bool)

SetEcRestrictionDataNb gets a reference to the given bool and assigns it to the EcRestrictionDataNb field.

func (*AccessAndMobilitySubscriptionData) SetEcRestrictionDataWb ΒΆ

func (o *AccessAndMobilitySubscriptionData) SetEcRestrictionDataWb(v EcRestrictionDataWb)

SetEcRestrictionDataWb gets a reference to the given NullableEcRestrictionDataWb and assigns it to the EcRestrictionDataWb field.

func (*AccessAndMobilitySubscriptionData) SetEcRestrictionDataWbNil ΒΆ

func (o *AccessAndMobilitySubscriptionData) SetEcRestrictionDataWbNil()

SetEcRestrictionDataWbNil sets the value for EcRestrictionDataWb to be an explicit nil

func (*AccessAndMobilitySubscriptionData) SetEdrxParametersList ΒΆ

func (o *AccessAndMobilitySubscriptionData) SetEdrxParametersList(v []EdrxParameters)

SetEdrxParametersList gets a reference to the given []EdrxParameters and assigns it to the EdrxParametersList field.

func (*AccessAndMobilitySubscriptionData) SetExpectedUeBehaviourList ΒΆ

func (o *AccessAndMobilitySubscriptionData) SetExpectedUeBehaviourList(v ExpectedUeBehaviourData)

SetExpectedUeBehaviourList gets a reference to the given ExpectedUeBehaviourData and assigns it to the ExpectedUeBehaviourList field.

func (*AccessAndMobilitySubscriptionData) SetForbiddenAreas ΒΆ

func (o *AccessAndMobilitySubscriptionData) SetForbiddenAreas(v []Area)

SetForbiddenAreas gets a reference to the given []Area and assigns it to the ForbiddenAreas field.

func (*AccessAndMobilitySubscriptionData) SetGpsis ΒΆ

func (o *AccessAndMobilitySubscriptionData) SetGpsis(v []string)

SetGpsis gets a reference to the given []string and assigns it to the Gpsis field.

func (*AccessAndMobilitySubscriptionData) SetHssGroupId ΒΆ

func (o *AccessAndMobilitySubscriptionData) SetHssGroupId(v string)

SetHssGroupId gets a reference to the given string and assigns it to the HssGroupId field.

func (*AccessAndMobilitySubscriptionData) SetIabOperationAllowed ΒΆ

func (o *AccessAndMobilitySubscriptionData) SetIabOperationAllowed(v bool)

SetIabOperationAllowed gets a reference to the given bool and assigns it to the IabOperationAllowed field.

func (*AccessAndMobilitySubscriptionData) SetInternalGroupIds ΒΆ

func (o *AccessAndMobilitySubscriptionData) SetInternalGroupIds(v []string)

SetInternalGroupIds gets a reference to the given []string and assigns it to the InternalGroupIds field.

func (*AccessAndMobilitySubscriptionData) SetMcsPriority ΒΆ

func (o *AccessAndMobilitySubscriptionData) SetMcsPriority(v bool)

SetMcsPriority gets a reference to the given bool and assigns it to the McsPriority field.

func (*AccessAndMobilitySubscriptionData) SetMdtConfiguration ΒΆ

func (o *AccessAndMobilitySubscriptionData) SetMdtConfiguration(v MdtConfiguration)

SetMdtConfiguration gets a reference to the given MdtConfiguration and assigns it to the MdtConfiguration field.

func (*AccessAndMobilitySubscriptionData) SetMdtUserConsent ΒΆ

func (o *AccessAndMobilitySubscriptionData) SetMdtUserConsent(v MdtUserConsent)

SetMdtUserConsent gets a reference to the given MdtUserConsent and assigns it to the MdtUserConsent field.

func (*AccessAndMobilitySubscriptionData) SetMicoAllowed ΒΆ

func (o *AccessAndMobilitySubscriptionData) SetMicoAllowed(v bool)

SetMicoAllowed gets a reference to the given bool and assigns it to the MicoAllowed field.

func (*AccessAndMobilitySubscriptionData) SetMpsPriority ΒΆ

func (o *AccessAndMobilitySubscriptionData) SetMpsPriority(v bool)

SetMpsPriority gets a reference to the given bool and assigns it to the MpsPriority field.

func (*AccessAndMobilitySubscriptionData) SetNbIoTUePriority ΒΆ

func (o *AccessAndMobilitySubscriptionData) SetNbIoTUePriority(v int32)

SetNbIoTUePriority gets a reference to the given int32 and assigns it to the NbIoTUePriority field.

func (*AccessAndMobilitySubscriptionData) SetNssai ΒΆ

SetNssai gets a reference to the given NullableNssai and assigns it to the Nssai field.

func (*AccessAndMobilitySubscriptionData) SetNssaiInclusionAllowed ΒΆ

func (o *AccessAndMobilitySubscriptionData) SetNssaiInclusionAllowed(v bool)

SetNssaiInclusionAllowed gets a reference to the given bool and assigns it to the NssaiInclusionAllowed field.

func (*AccessAndMobilitySubscriptionData) SetNssaiNil ΒΆ

func (o *AccessAndMobilitySubscriptionData) SetNssaiNil()

SetNssaiNil sets the value for Nssai to be an explicit nil

func (*AccessAndMobilitySubscriptionData) SetOdbPacketServices ΒΆ

func (o *AccessAndMobilitySubscriptionData) SetOdbPacketServices(v OdbPacketServices)

SetOdbPacketServices gets a reference to the given NullableOdbPacketServices and assigns it to the OdbPacketServices field.

func (*AccessAndMobilitySubscriptionData) SetOdbPacketServicesNil ΒΆ

func (o *AccessAndMobilitySubscriptionData) SetOdbPacketServicesNil()

SetOdbPacketServicesNil sets the value for OdbPacketServices to be an explicit nil

func (*AccessAndMobilitySubscriptionData) SetPcfSelectionAssistanceInfos ΒΆ

func (o *AccessAndMobilitySubscriptionData) SetPcfSelectionAssistanceInfos(v []PcfSelectionAssistanceInfo)

SetPcfSelectionAssistanceInfos gets a reference to the given []PcfSelectionAssistanceInfo and assigns it to the PcfSelectionAssistanceInfos field.

func (*AccessAndMobilitySubscriptionData) SetPrimaryRatRestrictions ΒΆ

func (o *AccessAndMobilitySubscriptionData) SetPrimaryRatRestrictions(v []RatType)

SetPrimaryRatRestrictions gets a reference to the given []RatType and assigns it to the PrimaryRatRestrictions field.

func (*AccessAndMobilitySubscriptionData) SetPtwParametersList ΒΆ

func (o *AccessAndMobilitySubscriptionData) SetPtwParametersList(v []PtwParameters)

SetPtwParametersList gets a reference to the given []PtwParameters and assigns it to the PtwParametersList field.

func (*AccessAndMobilitySubscriptionData) SetRatRestrictions ΒΆ

func (o *AccessAndMobilitySubscriptionData) SetRatRestrictions(v []RatType)

SetRatRestrictions gets a reference to the given []RatType and assigns it to the RatRestrictions field.

func (*AccessAndMobilitySubscriptionData) SetRemoteProvInd ΒΆ

func (o *AccessAndMobilitySubscriptionData) SetRemoteProvInd(v bool)

SetRemoteProvInd gets a reference to the given bool and assigns it to the RemoteProvInd field.

func (*AccessAndMobilitySubscriptionData) SetRfspIndex ΒΆ

func (o *AccessAndMobilitySubscriptionData) SetRfspIndex(v int32)

SetRfspIndex gets a reference to the given NullableInt32 and assigns it to the RfspIndex field.

func (*AccessAndMobilitySubscriptionData) SetRfspIndexNil ΒΆ

func (o *AccessAndMobilitySubscriptionData) SetRfspIndexNil()

SetRfspIndexNil sets the value for RfspIndex to be an explicit nil

func (*AccessAndMobilitySubscriptionData) SetRgWirelineCharacteristics ΒΆ

func (o *AccessAndMobilitySubscriptionData) SetRgWirelineCharacteristics(v string)

SetRgWirelineCharacteristics gets a reference to the given string and assigns it to the RgWirelineCharacteristics field.

func (*AccessAndMobilitySubscriptionData) SetRoamingRestrictions ΒΆ

func (o *AccessAndMobilitySubscriptionData) SetRoamingRestrictions(v RoamingRestrictions)

SetRoamingRestrictions gets a reference to the given RoamingRestrictions and assigns it to the RoamingRestrictions field.

func (*AccessAndMobilitySubscriptionData) SetRoutingIndicator ΒΆ

func (o *AccessAndMobilitySubscriptionData) SetRoutingIndicator(v string)

SetRoutingIndicator gets a reference to the given string and assigns it to the RoutingIndicator field.

func (*AccessAndMobilitySubscriptionData) SetSecondaryRatRestrictions ΒΆ

func (o *AccessAndMobilitySubscriptionData) SetSecondaryRatRestrictions(v []RatType)

SetSecondaryRatRestrictions gets a reference to the given []RatType and assigns it to the SecondaryRatRestrictions field.

func (*AccessAndMobilitySubscriptionData) SetServiceAreaRestriction ΒΆ

func (o *AccessAndMobilitySubscriptionData) SetServiceAreaRestriction(v ServiceAreaRestriction)

SetServiceAreaRestriction gets a reference to the given ServiceAreaRestriction and assigns it to the ServiceAreaRestriction field.

func (*AccessAndMobilitySubscriptionData) SetServiceGapTime ΒΆ

func (o *AccessAndMobilitySubscriptionData) SetServiceGapTime(v int32)

SetServiceGapTime gets a reference to the given int32 and assigns it to the ServiceGapTime field.

func (*AccessAndMobilitySubscriptionData) SetSharedAmDataIds ΒΆ

func (o *AccessAndMobilitySubscriptionData) SetSharedAmDataIds(v []string)

SetSharedAmDataIds gets a reference to the given []string and assigns it to the SharedAmDataIds field.

func (*AccessAndMobilitySubscriptionData) SetSharedVnGroupDataIds ΒΆ

func (o *AccessAndMobilitySubscriptionData) SetSharedVnGroupDataIds(v map[string]string)

SetSharedVnGroupDataIds gets a reference to the given map[string]string and assigns it to the SharedVnGroupDataIds field.

func (*AccessAndMobilitySubscriptionData) SetSorInfo ΒΆ

func (o *AccessAndMobilitySubscriptionData) SetSorInfo(v SorInfo)

SetSorInfo gets a reference to the given SorInfo and assigns it to the SorInfo field.

func (*AccessAndMobilitySubscriptionData) SetSorInfoExpectInd ΒΆ

func (o *AccessAndMobilitySubscriptionData) SetSorInfoExpectInd(v bool)

SetSorInfoExpectInd gets a reference to the given bool and assigns it to the SorInfoExpectInd field.

func (*AccessAndMobilitySubscriptionData) SetSorUpdateIndicatorList ΒΆ

func (o *AccessAndMobilitySubscriptionData) SetSorUpdateIndicatorList(v []SorUpdateIndicator)

SetSorUpdateIndicatorList gets a reference to the given []SorUpdateIndicator and assigns it to the SorUpdateIndicatorList field.

func (*AccessAndMobilitySubscriptionData) SetSorafRetrieval ΒΆ

func (o *AccessAndMobilitySubscriptionData) SetSorafRetrieval(v bool)

SetSorafRetrieval gets a reference to the given bool and assigns it to the SorafRetrieval field.

func (*AccessAndMobilitySubscriptionData) SetStnSr ΒΆ

SetStnSr gets a reference to the given string and assigns it to the StnSr field.

func (*AccessAndMobilitySubscriptionData) SetSubsRegTimer ΒΆ

func (o *AccessAndMobilitySubscriptionData) SetSubsRegTimer(v int32)

SetSubsRegTimer gets a reference to the given NullableInt32 and assigns it to the SubsRegTimer field.

func (*AccessAndMobilitySubscriptionData) SetSubsRegTimerNil ΒΆ

func (o *AccessAndMobilitySubscriptionData) SetSubsRegTimerNil()

SetSubsRegTimerNil sets the value for SubsRegTimer to be an explicit nil

func (*AccessAndMobilitySubscriptionData) SetSubscribedDnnList ΒΆ

SetSubscribedDnnList gets a reference to the given []AccessAndMobilitySubscriptionDataSubscribedDnnListInner and assigns it to the SubscribedDnnList field.

func (*AccessAndMobilitySubscriptionData) SetSubscribedUeAmbr ΒΆ

func (o *AccessAndMobilitySubscriptionData) SetSubscribedUeAmbr(v Ambr)

SetSubscribedUeAmbr gets a reference to the given NullableAmbr and assigns it to the SubscribedUeAmbr field.

func (*AccessAndMobilitySubscriptionData) SetSubscribedUeAmbrNil ΒΆ

func (o *AccessAndMobilitySubscriptionData) SetSubscribedUeAmbrNil()

SetSubscribedUeAmbrNil sets the value for SubscribedUeAmbr to be an explicit nil

func (*AccessAndMobilitySubscriptionData) SetSupportedFeatures ΒΆ

func (o *AccessAndMobilitySubscriptionData) SetSupportedFeatures(v string)

SetSupportedFeatures gets a reference to the given string and assigns it to the SupportedFeatures field.

func (*AccessAndMobilitySubscriptionData) SetTraceData ΒΆ

func (o *AccessAndMobilitySubscriptionData) SetTraceData(v TraceData)

SetTraceData gets a reference to the given NullableTraceData and assigns it to the TraceData field.

func (*AccessAndMobilitySubscriptionData) SetTraceDataNil ΒΆ

func (o *AccessAndMobilitySubscriptionData) SetTraceDataNil()

SetTraceDataNil sets the value for TraceData to be an explicit nil

func (*AccessAndMobilitySubscriptionData) SetUeUsageType ΒΆ

func (o *AccessAndMobilitySubscriptionData) SetUeUsageType(v int32)

SetUeUsageType gets a reference to the given int32 and assigns it to the UeUsageType field.

func (*AccessAndMobilitySubscriptionData) SetUpuInfo ΒΆ

func (o *AccessAndMobilitySubscriptionData) SetUpuInfo(v UpuInfo)

SetUpuInfo gets a reference to the given UpuInfo and assigns it to the UpuInfo field.

func (*AccessAndMobilitySubscriptionData) SetVar3gppChargingCharacteristics ΒΆ

func (o *AccessAndMobilitySubscriptionData) SetVar3gppChargingCharacteristics(v string)

SetVar3gppChargingCharacteristics gets a reference to the given string and assigns it to the Var3gppChargingCharacteristics field.

func (*AccessAndMobilitySubscriptionData) SetWirelineForbiddenAreas ΒΆ

func (o *AccessAndMobilitySubscriptionData) SetWirelineForbiddenAreas(v []WirelineArea)

SetWirelineForbiddenAreas gets a reference to the given []WirelineArea and assigns it to the WirelineForbiddenAreas field.

func (*AccessAndMobilitySubscriptionData) SetWirelineServiceAreaRestriction ΒΆ

func (o *AccessAndMobilitySubscriptionData) SetWirelineServiceAreaRestriction(v WirelineServiceAreaRestriction)

SetWirelineServiceAreaRestriction gets a reference to the given WirelineServiceAreaRestriction and assigns it to the WirelineServiceAreaRestriction field.

func (AccessAndMobilitySubscriptionData) ToMap ΒΆ

func (o AccessAndMobilitySubscriptionData) ToMap() (map[string]interface{}, error)

func (*AccessAndMobilitySubscriptionData) UnsetActiveTime ΒΆ

func (o *AccessAndMobilitySubscriptionData) UnsetActiveTime()

UnsetActiveTime ensures that no value is present for ActiveTime, not even an explicit nil

func (*AccessAndMobilitySubscriptionData) UnsetEcRestrictionDataWb ΒΆ

func (o *AccessAndMobilitySubscriptionData) UnsetEcRestrictionDataWb()

UnsetEcRestrictionDataWb ensures that no value is present for EcRestrictionDataWb, not even an explicit nil

func (*AccessAndMobilitySubscriptionData) UnsetNssai ΒΆ

func (o *AccessAndMobilitySubscriptionData) UnsetNssai()

UnsetNssai ensures that no value is present for Nssai, not even an explicit nil

func (*AccessAndMobilitySubscriptionData) UnsetOdbPacketServices ΒΆ

func (o *AccessAndMobilitySubscriptionData) UnsetOdbPacketServices()

UnsetOdbPacketServices ensures that no value is present for OdbPacketServices, not even an explicit nil

func (*AccessAndMobilitySubscriptionData) UnsetRfspIndex ΒΆ

func (o *AccessAndMobilitySubscriptionData) UnsetRfspIndex()

UnsetRfspIndex ensures that no value is present for RfspIndex, not even an explicit nil

func (*AccessAndMobilitySubscriptionData) UnsetSubsRegTimer ΒΆ

func (o *AccessAndMobilitySubscriptionData) UnsetSubsRegTimer()

UnsetSubsRegTimer ensures that no value is present for SubsRegTimer, not even an explicit nil

func (*AccessAndMobilitySubscriptionData) UnsetSubscribedUeAmbr ΒΆ

func (o *AccessAndMobilitySubscriptionData) UnsetSubscribedUeAmbr()

UnsetSubscribedUeAmbr ensures that no value is present for SubscribedUeAmbr, not even an explicit nil

func (*AccessAndMobilitySubscriptionData) UnsetTraceData ΒΆ

func (o *AccessAndMobilitySubscriptionData) UnsetTraceData()

UnsetTraceData ensures that no value is present for TraceData, not even an explicit nil

type AccessAndMobilitySubscriptionDataRetrievalAPIService ΒΆ

type AccessAndMobilitySubscriptionDataRetrievalAPIService service

AccessAndMobilitySubscriptionDataRetrievalAPIService AccessAndMobilitySubscriptionDataRetrievalAPI service

func (*AccessAndMobilitySubscriptionDataRetrievalAPIService) GetAmData ΒΆ

GetAmData retrieve a UE's Access and Mobility Subscription Data

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param supi Identifier of the UE
@return ApiGetAmDataRequest

func (*AccessAndMobilitySubscriptionDataRetrievalAPIService) GetAmDataExecute ΒΆ

Execute executes the request

@return AccessAndMobilitySubscriptionData

type AccessAndMobilitySubscriptionDataSubscribedDnnListInner ΒΆ

type AccessAndMobilitySubscriptionDataSubscribedDnnListInner struct {
	// contains filtered or unexported fields
}

AccessAndMobilitySubscriptionDataSubscribedDnnListInner struct for AccessAndMobilitySubscriptionDataSubscribedDnnListInner

func (*AccessAndMobilitySubscriptionDataSubscribedDnnListInner) MarshalJSON ΒΆ

Marshal data from the first non-nil pointers in the struct to JSON

func (*AccessAndMobilitySubscriptionDataSubscribedDnnListInner) UnmarshalJSON ΒΆ

Unmarshal JSON data into any of the pointers in the struct

type AccessTech ΒΆ

type AccessTech struct {
	// contains filtered or unexported fields
}

AccessTech Represents the access technology

func (*AccessTech) MarshalJSON ΒΆ

func (src *AccessTech) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*AccessTech) UnmarshalJSON ΒΆ

func (dst *AccessTech) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type AccessTokenErr ΒΆ

type AccessTokenErr struct {
	Error            string  `json:"error"`
	ErrorDescription *string `json:"error_description,omitempty"`
	ErrorUri         *string `json:"error_uri,omitempty"`
}

AccessTokenErr Error returned in the access token response message

func NewAccessTokenErr ΒΆ

func NewAccessTokenErr(error_ string) *AccessTokenErr

NewAccessTokenErr instantiates a new AccessTokenErr object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAccessTokenErrWithDefaults ΒΆ

func NewAccessTokenErrWithDefaults() *AccessTokenErr

NewAccessTokenErrWithDefaults instantiates a new AccessTokenErr object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AccessTokenErr) GetError ΒΆ

func (o *AccessTokenErr) GetError() string

GetError returns the Error field value

func (*AccessTokenErr) GetErrorDescription ΒΆ

func (o *AccessTokenErr) GetErrorDescription() string

GetErrorDescription returns the ErrorDescription field value if set, zero value otherwise.

func (*AccessTokenErr) GetErrorDescriptionOk ΒΆ

func (o *AccessTokenErr) GetErrorDescriptionOk() (*string, bool)

GetErrorDescriptionOk returns a tuple with the ErrorDescription field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessTokenErr) GetErrorOk ΒΆ

func (o *AccessTokenErr) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value and a boolean to check if the value has been set.

func (*AccessTokenErr) GetErrorUri ΒΆ

func (o *AccessTokenErr) GetErrorUri() string

GetErrorUri returns the ErrorUri field value if set, zero value otherwise.

func (*AccessTokenErr) GetErrorUriOk ΒΆ

func (o *AccessTokenErr) GetErrorUriOk() (*string, bool)

GetErrorUriOk returns a tuple with the ErrorUri field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessTokenErr) HasErrorDescription ΒΆ

func (o *AccessTokenErr) HasErrorDescription() bool

HasErrorDescription returns a boolean if a field has been set.

func (*AccessTokenErr) HasErrorUri ΒΆ

func (o *AccessTokenErr) HasErrorUri() bool

HasErrorUri returns a boolean if a field has been set.

func (AccessTokenErr) MarshalJSON ΒΆ

func (o AccessTokenErr) MarshalJSON() ([]byte, error)

func (*AccessTokenErr) SetError ΒΆ

func (o *AccessTokenErr) SetError(v string)

SetError sets field value

func (*AccessTokenErr) SetErrorDescription ΒΆ

func (o *AccessTokenErr) SetErrorDescription(v string)

SetErrorDescription gets a reference to the given string and assigns it to the ErrorDescription field.

func (*AccessTokenErr) SetErrorUri ΒΆ

func (o *AccessTokenErr) SetErrorUri(v string)

SetErrorUri gets a reference to the given string and assigns it to the ErrorUri field.

func (AccessTokenErr) ToMap ΒΆ

func (o AccessTokenErr) ToMap() (map[string]interface{}, error)

func (*AccessTokenErr) UnmarshalJSON ΒΆ

func (o *AccessTokenErr) UnmarshalJSON(bytes []byte) (err error)

type AccessTokenReq ΒΆ

type AccessTokenReq struct {
	GrantType string `json:"grant_type"`
	// String uniquely identifying a NF instance. The format of the NF Instance ID shall be a  Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122.
	NfInstanceId string  `json:"nfInstanceId"`
	NfType       *NFType `json:"nfType,omitempty"`
	TargetNfType *NFType `json:"targetNfType,omitempty"`
	Scope        string  `json:"scope"`
	// String uniquely identifying a NF instance. The format of the NF Instance ID shall be a  Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122.
	TargetNfInstanceId  *string  `json:"targetNfInstanceId,omitempty"`
	RequesterPlmn       *PlmnId  `json:"requesterPlmn,omitempty"`
	RequesterPlmnList   []PlmnId `json:"requesterPlmnList,omitempty"`
	RequesterSnssaiList []Snssai `json:"requesterSnssaiList,omitempty"`
	// Fully Qualified Domain Name
	RequesterFqdn     *string     `json:"requesterFqdn,omitempty"`
	RequesterSnpnList []PlmnIdNid `json:"requesterSnpnList,omitempty"`
	TargetPlmn        *PlmnId     `json:"targetPlmn,omitempty"`
	TargetSnpn        *PlmnIdNid  `json:"targetSnpn,omitempty"`
	TargetSnssaiList  []Snssai    `json:"targetSnssaiList,omitempty"`
	TargetNsiList     []string    `json:"targetNsiList,omitempty"`
	// NF Set Identifier (see clause 28.12 of 3GPP TS 23.003), formatted as the following string \"set<Set ID>.<nftype>set.5gc.mnc<MNC>.mcc<MCC>\", or  \"set<SetID>.<NFType>set.5gc.nid<NID>.mnc<MNC>.mcc<MCC>\" with  <MCC> encoded as defined in clause 5.4.2 (\"Mcc\" data type definition)  <MNC> encoding the Mobile Network Code part of the PLMN, comprising 3 digits.    If there are only 2 significant digits in the MNC, one \"0\" digit shall be inserted    at the left side to fill the 3 digits coding of MNC.  Pattern: '^[0-9]{3}$' <NFType> encoded as a value defined in Table 6.1.6.3.3-1 of 3GPP TS 29.510 but    with lower case characters <Set ID> encoded as a string of characters consisting of    alphabetic characters (A-Z and a-z), digits (0-9) and/or the hyphen (-) and that    shall end with either an alphabetic character or a digit.
	TargetNfSetId *string `json:"targetNfSetId,omitempty"`
	// NF Service Set Identifier (see clause 28.12 of 3GPP TS 23.003) formatted as the following  string \"set<Set ID>.sn<Service Name>.nfi<NF Instance ID>.5gc.mnc<MNC>.mcc<MCC>\", or  \"set<SetID>.sn<ServiceName>.nfi<NFInstanceID>.5gc.nid<NID>.mnc<MNC>.mcc<MCC>\" with  <MCC> encoded as defined in clause 5.4.2 (\"Mcc\" data type definition)   <MNC> encoding the Mobile Network Code part of the PLMN, comprising 3 digits.    If there are only 2 significant digits in the MNC, one \"0\" digit shall be inserted    at the left side to fill the 3 digits coding of MNC.  Pattern: '^[0-9]{3}$' <NID> encoded as defined in clauseΒ 5.4.2 (\"Nid\" data type definition)  <NFInstanceId> encoded as defined in clause 5.3.2  <ServiceName> encoded as defined in 3GPP TS 29.510  <Set ID> encoded as a string of characters consisting of alphabetic    characters (A-Z and a-z), digits (0-9) and/or the hyphen (-) and that shall end    with either an alphabetic character or a digit.
	TargetNfServiceSetId *string `json:"targetNfServiceSetId,omitempty"`
	// String providing an URI formatted according to RFC 3986.
	HnrfAccessTokenUri *string `json:"hnrfAccessTokenUri,omitempty"`
	// String uniquely identifying a NF instance. The format of the NF Instance ID shall be a  Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122.
	SourceNfInstanceId *string `json:"sourceNfInstanceId,omitempty"`
}

AccessTokenReq Contains information related to the access token request

func NewAccessTokenReq ΒΆ

func NewAccessTokenReq(grantType string, nfInstanceId string, scope string) *AccessTokenReq

NewAccessTokenReq instantiates a new AccessTokenReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAccessTokenReqWithDefaults ΒΆ

func NewAccessTokenReqWithDefaults() *AccessTokenReq

NewAccessTokenReqWithDefaults instantiates a new AccessTokenReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AccessTokenReq) GetGrantType ΒΆ

func (o *AccessTokenReq) GetGrantType() string

GetGrantType returns the GrantType field value

func (*AccessTokenReq) GetGrantTypeOk ΒΆ

func (o *AccessTokenReq) GetGrantTypeOk() (*string, bool)

GetGrantTypeOk returns a tuple with the GrantType field value and a boolean to check if the value has been set.

func (*AccessTokenReq) GetHnrfAccessTokenUri ΒΆ

func (o *AccessTokenReq) GetHnrfAccessTokenUri() string

GetHnrfAccessTokenUri returns the HnrfAccessTokenUri field value if set, zero value otherwise.

func (*AccessTokenReq) GetHnrfAccessTokenUriOk ΒΆ

func (o *AccessTokenReq) GetHnrfAccessTokenUriOk() (*string, bool)

GetHnrfAccessTokenUriOk returns a tuple with the HnrfAccessTokenUri field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessTokenReq) GetNfInstanceId ΒΆ

func (o *AccessTokenReq) GetNfInstanceId() string

GetNfInstanceId returns the NfInstanceId field value

func (*AccessTokenReq) GetNfInstanceIdOk ΒΆ

func (o *AccessTokenReq) GetNfInstanceIdOk() (*string, bool)

GetNfInstanceIdOk returns a tuple with the NfInstanceId field value and a boolean to check if the value has been set.

func (*AccessTokenReq) GetNfType ΒΆ

func (o *AccessTokenReq) GetNfType() NFType

GetNfType returns the NfType field value if set, zero value otherwise.

func (*AccessTokenReq) GetNfTypeOk ΒΆ

func (o *AccessTokenReq) GetNfTypeOk() (*NFType, bool)

GetNfTypeOk returns a tuple with the NfType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessTokenReq) GetRequesterFqdn ΒΆ

func (o *AccessTokenReq) GetRequesterFqdn() string

GetRequesterFqdn returns the RequesterFqdn field value if set, zero value otherwise.

func (*AccessTokenReq) GetRequesterFqdnOk ΒΆ

func (o *AccessTokenReq) GetRequesterFqdnOk() (*string, bool)

GetRequesterFqdnOk returns a tuple with the RequesterFqdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessTokenReq) GetRequesterPlmn ΒΆ

func (o *AccessTokenReq) GetRequesterPlmn() PlmnId

GetRequesterPlmn returns the RequesterPlmn field value if set, zero value otherwise.

func (*AccessTokenReq) GetRequesterPlmnList ΒΆ

func (o *AccessTokenReq) GetRequesterPlmnList() []PlmnId

GetRequesterPlmnList returns the RequesterPlmnList field value if set, zero value otherwise.

func (*AccessTokenReq) GetRequesterPlmnListOk ΒΆ

func (o *AccessTokenReq) GetRequesterPlmnListOk() ([]PlmnId, bool)

GetRequesterPlmnListOk returns a tuple with the RequesterPlmnList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessTokenReq) GetRequesterPlmnOk ΒΆ

func (o *AccessTokenReq) GetRequesterPlmnOk() (*PlmnId, bool)

GetRequesterPlmnOk returns a tuple with the RequesterPlmn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessTokenReq) GetRequesterSnpnList ΒΆ

func (o *AccessTokenReq) GetRequesterSnpnList() []PlmnIdNid

GetRequesterSnpnList returns the RequesterSnpnList field value if set, zero value otherwise.

func (*AccessTokenReq) GetRequesterSnpnListOk ΒΆ

func (o *AccessTokenReq) GetRequesterSnpnListOk() ([]PlmnIdNid, bool)

GetRequesterSnpnListOk returns a tuple with the RequesterSnpnList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessTokenReq) GetRequesterSnssaiList ΒΆ

func (o *AccessTokenReq) GetRequesterSnssaiList() []Snssai

GetRequesterSnssaiList returns the RequesterSnssaiList field value if set, zero value otherwise.

func (*AccessTokenReq) GetRequesterSnssaiListOk ΒΆ

func (o *AccessTokenReq) GetRequesterSnssaiListOk() ([]Snssai, bool)

GetRequesterSnssaiListOk returns a tuple with the RequesterSnssaiList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessTokenReq) GetScope ΒΆ

func (o *AccessTokenReq) GetScope() string

GetScope returns the Scope field value

func (*AccessTokenReq) GetScopeOk ΒΆ

func (o *AccessTokenReq) GetScopeOk() (*string, bool)

GetScopeOk returns a tuple with the Scope field value and a boolean to check if the value has been set.

func (*AccessTokenReq) GetSourceNfInstanceId ΒΆ

func (o *AccessTokenReq) GetSourceNfInstanceId() string

GetSourceNfInstanceId returns the SourceNfInstanceId field value if set, zero value otherwise.

func (*AccessTokenReq) GetSourceNfInstanceIdOk ΒΆ

func (o *AccessTokenReq) GetSourceNfInstanceIdOk() (*string, bool)

GetSourceNfInstanceIdOk returns a tuple with the SourceNfInstanceId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessTokenReq) GetTargetNfInstanceId ΒΆ

func (o *AccessTokenReq) GetTargetNfInstanceId() string

GetTargetNfInstanceId returns the TargetNfInstanceId field value if set, zero value otherwise.

func (*AccessTokenReq) GetTargetNfInstanceIdOk ΒΆ

func (o *AccessTokenReq) GetTargetNfInstanceIdOk() (*string, bool)

GetTargetNfInstanceIdOk returns a tuple with the TargetNfInstanceId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessTokenReq) GetTargetNfServiceSetId ΒΆ

func (o *AccessTokenReq) GetTargetNfServiceSetId() string

GetTargetNfServiceSetId returns the TargetNfServiceSetId field value if set, zero value otherwise.

func (*AccessTokenReq) GetTargetNfServiceSetIdOk ΒΆ

func (o *AccessTokenReq) GetTargetNfServiceSetIdOk() (*string, bool)

GetTargetNfServiceSetIdOk returns a tuple with the TargetNfServiceSetId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessTokenReq) GetTargetNfSetId ΒΆ

func (o *AccessTokenReq) GetTargetNfSetId() string

GetTargetNfSetId returns the TargetNfSetId field value if set, zero value otherwise.

func (*AccessTokenReq) GetTargetNfSetIdOk ΒΆ

func (o *AccessTokenReq) GetTargetNfSetIdOk() (*string, bool)

GetTargetNfSetIdOk returns a tuple with the TargetNfSetId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessTokenReq) GetTargetNfType ΒΆ

func (o *AccessTokenReq) GetTargetNfType() NFType

GetTargetNfType returns the TargetNfType field value if set, zero value otherwise.

func (*AccessTokenReq) GetTargetNfTypeOk ΒΆ

func (o *AccessTokenReq) GetTargetNfTypeOk() (*NFType, bool)

GetTargetNfTypeOk returns a tuple with the TargetNfType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessTokenReq) GetTargetNsiList ΒΆ

func (o *AccessTokenReq) GetTargetNsiList() []string

GetTargetNsiList returns the TargetNsiList field value if set, zero value otherwise.

func (*AccessTokenReq) GetTargetNsiListOk ΒΆ

func (o *AccessTokenReq) GetTargetNsiListOk() ([]string, bool)

GetTargetNsiListOk returns a tuple with the TargetNsiList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessTokenReq) GetTargetPlmn ΒΆ

func (o *AccessTokenReq) GetTargetPlmn() PlmnId

GetTargetPlmn returns the TargetPlmn field value if set, zero value otherwise.

func (*AccessTokenReq) GetTargetPlmnOk ΒΆ

func (o *AccessTokenReq) GetTargetPlmnOk() (*PlmnId, bool)

GetTargetPlmnOk returns a tuple with the TargetPlmn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessTokenReq) GetTargetSnpn ΒΆ

func (o *AccessTokenReq) GetTargetSnpn() PlmnIdNid

GetTargetSnpn returns the TargetSnpn field value if set, zero value otherwise.

func (*AccessTokenReq) GetTargetSnpnOk ΒΆ

func (o *AccessTokenReq) GetTargetSnpnOk() (*PlmnIdNid, bool)

GetTargetSnpnOk returns a tuple with the TargetSnpn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessTokenReq) GetTargetSnssaiList ΒΆ

func (o *AccessTokenReq) GetTargetSnssaiList() []Snssai

GetTargetSnssaiList returns the TargetSnssaiList field value if set, zero value otherwise.

func (*AccessTokenReq) GetTargetSnssaiListOk ΒΆ

func (o *AccessTokenReq) GetTargetSnssaiListOk() ([]Snssai, bool)

GetTargetSnssaiListOk returns a tuple with the TargetSnssaiList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessTokenReq) HasHnrfAccessTokenUri ΒΆ

func (o *AccessTokenReq) HasHnrfAccessTokenUri() bool

HasHnrfAccessTokenUri returns a boolean if a field has been set.

func (*AccessTokenReq) HasNfType ΒΆ

func (o *AccessTokenReq) HasNfType() bool

HasNfType returns a boolean if a field has been set.

func (*AccessTokenReq) HasRequesterFqdn ΒΆ

func (o *AccessTokenReq) HasRequesterFqdn() bool

HasRequesterFqdn returns a boolean if a field has been set.

func (*AccessTokenReq) HasRequesterPlmn ΒΆ

func (o *AccessTokenReq) HasRequesterPlmn() bool

HasRequesterPlmn returns a boolean if a field has been set.

func (*AccessTokenReq) HasRequesterPlmnList ΒΆ

func (o *AccessTokenReq) HasRequesterPlmnList() bool

HasRequesterPlmnList returns a boolean if a field has been set.

func (*AccessTokenReq) HasRequesterSnpnList ΒΆ

func (o *AccessTokenReq) HasRequesterSnpnList() bool

HasRequesterSnpnList returns a boolean if a field has been set.

func (*AccessTokenReq) HasRequesterSnssaiList ΒΆ

func (o *AccessTokenReq) HasRequesterSnssaiList() bool

HasRequesterSnssaiList returns a boolean if a field has been set.

func (*AccessTokenReq) HasSourceNfInstanceId ΒΆ

func (o *AccessTokenReq) HasSourceNfInstanceId() bool

HasSourceNfInstanceId returns a boolean if a field has been set.

func (*AccessTokenReq) HasTargetNfInstanceId ΒΆ

func (o *AccessTokenReq) HasTargetNfInstanceId() bool

HasTargetNfInstanceId returns a boolean if a field has been set.

func (*AccessTokenReq) HasTargetNfServiceSetId ΒΆ

func (o *AccessTokenReq) HasTargetNfServiceSetId() bool

HasTargetNfServiceSetId returns a boolean if a field has been set.

func (*AccessTokenReq) HasTargetNfSetId ΒΆ

func (o *AccessTokenReq) HasTargetNfSetId() bool

HasTargetNfSetId returns a boolean if a field has been set.

func (*AccessTokenReq) HasTargetNfType ΒΆ

func (o *AccessTokenReq) HasTargetNfType() bool

HasTargetNfType returns a boolean if a field has been set.

func (*AccessTokenReq) HasTargetNsiList ΒΆ

func (o *AccessTokenReq) HasTargetNsiList() bool

HasTargetNsiList returns a boolean if a field has been set.

func (*AccessTokenReq) HasTargetPlmn ΒΆ

func (o *AccessTokenReq) HasTargetPlmn() bool

HasTargetPlmn returns a boolean if a field has been set.

func (*AccessTokenReq) HasTargetSnpn ΒΆ

func (o *AccessTokenReq) HasTargetSnpn() bool

HasTargetSnpn returns a boolean if a field has been set.

func (*AccessTokenReq) HasTargetSnssaiList ΒΆ

func (o *AccessTokenReq) HasTargetSnssaiList() bool

HasTargetSnssaiList returns a boolean if a field has been set.

func (AccessTokenReq) MarshalJSON ΒΆ

func (o AccessTokenReq) MarshalJSON() ([]byte, error)

func (*AccessTokenReq) SetGrantType ΒΆ

func (o *AccessTokenReq) SetGrantType(v string)

SetGrantType sets field value

func (*AccessTokenReq) SetHnrfAccessTokenUri ΒΆ

func (o *AccessTokenReq) SetHnrfAccessTokenUri(v string)

SetHnrfAccessTokenUri gets a reference to the given string and assigns it to the HnrfAccessTokenUri field.

func (*AccessTokenReq) SetNfInstanceId ΒΆ

func (o *AccessTokenReq) SetNfInstanceId(v string)

SetNfInstanceId sets field value

func (*AccessTokenReq) SetNfType ΒΆ

func (o *AccessTokenReq) SetNfType(v NFType)

SetNfType gets a reference to the given NFType and assigns it to the NfType field.

func (*AccessTokenReq) SetRequesterFqdn ΒΆ

func (o *AccessTokenReq) SetRequesterFqdn(v string)

SetRequesterFqdn gets a reference to the given string and assigns it to the RequesterFqdn field.

func (*AccessTokenReq) SetRequesterPlmn ΒΆ

func (o *AccessTokenReq) SetRequesterPlmn(v PlmnId)

SetRequesterPlmn gets a reference to the given PlmnId and assigns it to the RequesterPlmn field.

func (*AccessTokenReq) SetRequesterPlmnList ΒΆ

func (o *AccessTokenReq) SetRequesterPlmnList(v []PlmnId)

SetRequesterPlmnList gets a reference to the given []PlmnId and assigns it to the RequesterPlmnList field.

func (*AccessTokenReq) SetRequesterSnpnList ΒΆ

func (o *AccessTokenReq) SetRequesterSnpnList(v []PlmnIdNid)

SetRequesterSnpnList gets a reference to the given []PlmnIdNid and assigns it to the RequesterSnpnList field.

func (*AccessTokenReq) SetRequesterSnssaiList ΒΆ

func (o *AccessTokenReq) SetRequesterSnssaiList(v []Snssai)

SetRequesterSnssaiList gets a reference to the given []Snssai and assigns it to the RequesterSnssaiList field.

func (*AccessTokenReq) SetScope ΒΆ

func (o *AccessTokenReq) SetScope(v string)

SetScope sets field value

func (*AccessTokenReq) SetSourceNfInstanceId ΒΆ

func (o *AccessTokenReq) SetSourceNfInstanceId(v string)

SetSourceNfInstanceId gets a reference to the given string and assigns it to the SourceNfInstanceId field.

func (*AccessTokenReq) SetTargetNfInstanceId ΒΆ

func (o *AccessTokenReq) SetTargetNfInstanceId(v string)

SetTargetNfInstanceId gets a reference to the given string and assigns it to the TargetNfInstanceId field.

func (*AccessTokenReq) SetTargetNfServiceSetId ΒΆ

func (o *AccessTokenReq) SetTargetNfServiceSetId(v string)

SetTargetNfServiceSetId gets a reference to the given string and assigns it to the TargetNfServiceSetId field.

func (*AccessTokenReq) SetTargetNfSetId ΒΆ

func (o *AccessTokenReq) SetTargetNfSetId(v string)

SetTargetNfSetId gets a reference to the given string and assigns it to the TargetNfSetId field.

func (*AccessTokenReq) SetTargetNfType ΒΆ

func (o *AccessTokenReq) SetTargetNfType(v NFType)

SetTargetNfType gets a reference to the given NFType and assigns it to the TargetNfType field.

func (*AccessTokenReq) SetTargetNsiList ΒΆ

func (o *AccessTokenReq) SetTargetNsiList(v []string)

SetTargetNsiList gets a reference to the given []string and assigns it to the TargetNsiList field.

func (*AccessTokenReq) SetTargetPlmn ΒΆ

func (o *AccessTokenReq) SetTargetPlmn(v PlmnId)

SetTargetPlmn gets a reference to the given PlmnId and assigns it to the TargetPlmn field.

func (*AccessTokenReq) SetTargetSnpn ΒΆ

func (o *AccessTokenReq) SetTargetSnpn(v PlmnIdNid)

SetTargetSnpn gets a reference to the given PlmnIdNid and assigns it to the TargetSnpn field.

func (*AccessTokenReq) SetTargetSnssaiList ΒΆ

func (o *AccessTokenReq) SetTargetSnssaiList(v []Snssai)

SetTargetSnssaiList gets a reference to the given []Snssai and assigns it to the TargetSnssaiList field.

func (AccessTokenReq) ToMap ΒΆ

func (o AccessTokenReq) ToMap() (map[string]interface{}, error)

func (*AccessTokenReq) UnmarshalJSON ΒΆ

func (o *AccessTokenReq) UnmarshalJSON(bytes []byte) (err error)

type AccessType ΒΆ

type AccessType string

AccessType Indicates whether the access is via 3GPP or via non-3GPP.

const (
	ACCESSTYPE__3_GPP_ACCESS    AccessType = "3GPP_ACCESS"
	ACCESSTYPE_NON_3_GPP_ACCESS AccessType = "NON_3GPP_ACCESS"
)

List of AccessType

func NewAccessTypeFromValue ΒΆ

func NewAccessTypeFromValue(v string) (*AccessType, error)

NewAccessTypeFromValue returns a pointer to a valid AccessType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (AccessType) IsValid ΒΆ

func (v AccessType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (AccessType) Ptr ΒΆ

func (v AccessType) Ptr() *AccessType

Ptr returns reference to AccessType value

func (*AccessType) UnmarshalJSON ΒΆ

func (v *AccessType) UnmarshalJSON(src []byte) error

type AcknowledgeInfo ΒΆ

type AcknowledgeInfo struct {
	// MAC value for protecting SOR procedure (SoR-MAC-IAUSF and SoR-XMAC-IUE).
	SorMacIue *string `json:"sorMacIue,omitempty"`
	// MAC value for protecting UPU procedure (UPU-MAC-IAUSF and UPU-MAC-IUE).
	UpuMacIue *string `json:"upuMacIue,omitempty"`
	// string with format 'date-time' as defined in OpenAPI.
	ProvisioningTime time.Time `json:"provisioningTime"`
	// string with format 'bytes' as defined in OpenAPI
	SorTransparentContainer *string `json:"sorTransparentContainer,omitempty"`
	UeNotReachable          *bool   `json:"ueNotReachable,omitempty"`
	// string with format 'bytes' as defined in OpenAPI
	UpuTransparentContainer *string `json:"upuTransparentContainer,omitempty"`
}

AcknowledgeInfo struct for AcknowledgeInfo

func NewAcknowledgeInfo ΒΆ

func NewAcknowledgeInfo(provisioningTime time.Time) *AcknowledgeInfo

NewAcknowledgeInfo instantiates a new AcknowledgeInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAcknowledgeInfoWithDefaults ΒΆ

func NewAcknowledgeInfoWithDefaults() *AcknowledgeInfo

NewAcknowledgeInfoWithDefaults instantiates a new AcknowledgeInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AcknowledgeInfo) GetProvisioningTime ΒΆ

func (o *AcknowledgeInfo) GetProvisioningTime() time.Time

GetProvisioningTime returns the ProvisioningTime field value

func (*AcknowledgeInfo) GetProvisioningTimeOk ΒΆ

func (o *AcknowledgeInfo) GetProvisioningTimeOk() (*time.Time, bool)

GetProvisioningTimeOk returns a tuple with the ProvisioningTime field value and a boolean to check if the value has been set.

func (*AcknowledgeInfo) GetSorMacIue ΒΆ

func (o *AcknowledgeInfo) GetSorMacIue() string

GetSorMacIue returns the SorMacIue field value if set, zero value otherwise.

func (*AcknowledgeInfo) GetSorMacIueOk ΒΆ

func (o *AcknowledgeInfo) GetSorMacIueOk() (*string, bool)

GetSorMacIueOk returns a tuple with the SorMacIue field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AcknowledgeInfo) GetSorTransparentContainer ΒΆ

func (o *AcknowledgeInfo) GetSorTransparentContainer() string

GetSorTransparentContainer returns the SorTransparentContainer field value if set, zero value otherwise.

func (*AcknowledgeInfo) GetSorTransparentContainerOk ΒΆ

func (o *AcknowledgeInfo) GetSorTransparentContainerOk() (*string, bool)

GetSorTransparentContainerOk returns a tuple with the SorTransparentContainer field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AcknowledgeInfo) GetUeNotReachable ΒΆ

func (o *AcknowledgeInfo) GetUeNotReachable() bool

GetUeNotReachable returns the UeNotReachable field value if set, zero value otherwise.

func (*AcknowledgeInfo) GetUeNotReachableOk ΒΆ

func (o *AcknowledgeInfo) GetUeNotReachableOk() (*bool, bool)

GetUeNotReachableOk returns a tuple with the UeNotReachable field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AcknowledgeInfo) GetUpuMacIue ΒΆ

func (o *AcknowledgeInfo) GetUpuMacIue() string

GetUpuMacIue returns the UpuMacIue field value if set, zero value otherwise.

func (*AcknowledgeInfo) GetUpuMacIueOk ΒΆ

func (o *AcknowledgeInfo) GetUpuMacIueOk() (*string, bool)

GetUpuMacIueOk returns a tuple with the UpuMacIue field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AcknowledgeInfo) GetUpuTransparentContainer ΒΆ

func (o *AcknowledgeInfo) GetUpuTransparentContainer() string

GetUpuTransparentContainer returns the UpuTransparentContainer field value if set, zero value otherwise.

func (*AcknowledgeInfo) GetUpuTransparentContainerOk ΒΆ

func (o *AcknowledgeInfo) GetUpuTransparentContainerOk() (*string, bool)

GetUpuTransparentContainerOk returns a tuple with the UpuTransparentContainer field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AcknowledgeInfo) HasSorMacIue ΒΆ

func (o *AcknowledgeInfo) HasSorMacIue() bool

HasSorMacIue returns a boolean if a field has been set.

func (*AcknowledgeInfo) HasSorTransparentContainer ΒΆ

func (o *AcknowledgeInfo) HasSorTransparentContainer() bool

HasSorTransparentContainer returns a boolean if a field has been set.

func (*AcknowledgeInfo) HasUeNotReachable ΒΆ

func (o *AcknowledgeInfo) HasUeNotReachable() bool

HasUeNotReachable returns a boolean if a field has been set.

func (*AcknowledgeInfo) HasUpuMacIue ΒΆ

func (o *AcknowledgeInfo) HasUpuMacIue() bool

HasUpuMacIue returns a boolean if a field has been set.

func (*AcknowledgeInfo) HasUpuTransparentContainer ΒΆ

func (o *AcknowledgeInfo) HasUpuTransparentContainer() bool

HasUpuTransparentContainer returns a boolean if a field has been set.

func (AcknowledgeInfo) MarshalJSON ΒΆ

func (o AcknowledgeInfo) MarshalJSON() ([]byte, error)

func (*AcknowledgeInfo) SetProvisioningTime ΒΆ

func (o *AcknowledgeInfo) SetProvisioningTime(v time.Time)

SetProvisioningTime sets field value

func (*AcknowledgeInfo) SetSorMacIue ΒΆ

func (o *AcknowledgeInfo) SetSorMacIue(v string)

SetSorMacIue gets a reference to the given string and assigns it to the SorMacIue field.

func (*AcknowledgeInfo) SetSorTransparentContainer ΒΆ

func (o *AcknowledgeInfo) SetSorTransparentContainer(v string)

SetSorTransparentContainer gets a reference to the given string and assigns it to the SorTransparentContainer field.

func (*AcknowledgeInfo) SetUeNotReachable ΒΆ

func (o *AcknowledgeInfo) SetUeNotReachable(v bool)

SetUeNotReachable gets a reference to the given bool and assigns it to the UeNotReachable field.

func (*AcknowledgeInfo) SetUpuMacIue ΒΆ

func (o *AcknowledgeInfo) SetUpuMacIue(v string)

SetUpuMacIue gets a reference to the given string and assigns it to the UpuMacIue field.

func (*AcknowledgeInfo) SetUpuTransparentContainer ΒΆ

func (o *AcknowledgeInfo) SetUpuTransparentContainer(v string)

SetUpuTransparentContainer gets a reference to the given string and assigns it to the UpuTransparentContainer field.

func (AcknowledgeInfo) ToMap ΒΆ

func (o AcknowledgeInfo) ToMap() (map[string]interface{}, error)

func (*AcknowledgeInfo) UnmarshalJSON ΒΆ

func (o *AcknowledgeInfo) UnmarshalJSON(bytes []byte) (err error)

type AcsInfo ΒΆ

type AcsInfo struct {
	// String providing an URI formatted according to RFC 3986.
	AcsUrl *string `json:"acsUrl,omitempty"`
	// String identifying a IPv4 address formatted in the 'dotted decimal' notation as defined in RFC 1166.
	AcsIpv4Addr *string   `json:"acsIpv4Addr,omitempty"`
	AcsIpv6Addr *Ipv6Addr `json:"acsIpv6Addr,omitempty"`
}

AcsInfo The ACS information for the 5G-RG is defined in BBFΒ TR-069Β [42] or in BBFΒ TR-369

func NewAcsInfo ΒΆ

func NewAcsInfo() *AcsInfo

NewAcsInfo instantiates a new AcsInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAcsInfoWithDefaults ΒΆ

func NewAcsInfoWithDefaults() *AcsInfo

NewAcsInfoWithDefaults instantiates a new AcsInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AcsInfo) GetAcsIpv4Addr ΒΆ

func (o *AcsInfo) GetAcsIpv4Addr() string

GetAcsIpv4Addr returns the AcsIpv4Addr field value if set, zero value otherwise.

func (*AcsInfo) GetAcsIpv4AddrOk ΒΆ

func (o *AcsInfo) GetAcsIpv4AddrOk() (*string, bool)

GetAcsIpv4AddrOk returns a tuple with the AcsIpv4Addr field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AcsInfo) GetAcsIpv6Addr ΒΆ

func (o *AcsInfo) GetAcsIpv6Addr() Ipv6Addr

GetAcsIpv6Addr returns the AcsIpv6Addr field value if set, zero value otherwise.

func (*AcsInfo) GetAcsIpv6AddrOk ΒΆ

func (o *AcsInfo) GetAcsIpv6AddrOk() (*Ipv6Addr, bool)

GetAcsIpv6AddrOk returns a tuple with the AcsIpv6Addr field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AcsInfo) GetAcsUrl ΒΆ

func (o *AcsInfo) GetAcsUrl() string

GetAcsUrl returns the AcsUrl field value if set, zero value otherwise.

func (*AcsInfo) GetAcsUrlOk ΒΆ

func (o *AcsInfo) GetAcsUrlOk() (*string, bool)

GetAcsUrlOk returns a tuple with the AcsUrl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AcsInfo) HasAcsIpv4Addr ΒΆ

func (o *AcsInfo) HasAcsIpv4Addr() bool

HasAcsIpv4Addr returns a boolean if a field has been set.

func (*AcsInfo) HasAcsIpv6Addr ΒΆ

func (o *AcsInfo) HasAcsIpv6Addr() bool

HasAcsIpv6Addr returns a boolean if a field has been set.

func (*AcsInfo) HasAcsUrl ΒΆ

func (o *AcsInfo) HasAcsUrl() bool

HasAcsUrl returns a boolean if a field has been set.

func (AcsInfo) MarshalJSON ΒΆ

func (o AcsInfo) MarshalJSON() ([]byte, error)

func (*AcsInfo) SetAcsIpv4Addr ΒΆ

func (o *AcsInfo) SetAcsIpv4Addr(v string)

SetAcsIpv4Addr gets a reference to the given string and assigns it to the AcsIpv4Addr field.

func (*AcsInfo) SetAcsIpv6Addr ΒΆ

func (o *AcsInfo) SetAcsIpv6Addr(v Ipv6Addr)

SetAcsIpv6Addr gets a reference to the given Ipv6Addr and assigns it to the AcsIpv6Addr field.

func (*AcsInfo) SetAcsUrl ΒΆ

func (o *AcsInfo) SetAcsUrl(v string)

SetAcsUrl gets a reference to the given string and assigns it to the AcsUrl field.

func (AcsInfo) ToMap ΒΆ

func (o AcsInfo) ToMap() (map[string]interface{}, error)

type AdditionalSnssaiData ΒΆ

type AdditionalSnssaiData struct {
	RequiredAuthnAuthz   *bool            `json:"requiredAuthnAuthz,omitempty"`
	SubscribedUeSliceMbr NullableSliceMbr `json:"subscribedUeSliceMbr,omitempty"`
	SubscribedNsSrgList  []string         `json:"subscribedNsSrgList,omitempty"`
}

AdditionalSnssaiData struct for AdditionalSnssaiData

func NewAdditionalSnssaiData ΒΆ

func NewAdditionalSnssaiData() *AdditionalSnssaiData

NewAdditionalSnssaiData instantiates a new AdditionalSnssaiData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAdditionalSnssaiDataWithDefaults ΒΆ

func NewAdditionalSnssaiDataWithDefaults() *AdditionalSnssaiData

NewAdditionalSnssaiDataWithDefaults instantiates a new AdditionalSnssaiData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AdditionalSnssaiData) GetRequiredAuthnAuthz ΒΆ

func (o *AdditionalSnssaiData) GetRequiredAuthnAuthz() bool

GetRequiredAuthnAuthz returns the RequiredAuthnAuthz field value if set, zero value otherwise.

func (*AdditionalSnssaiData) GetRequiredAuthnAuthzOk ΒΆ

func (o *AdditionalSnssaiData) GetRequiredAuthnAuthzOk() (*bool, bool)

GetRequiredAuthnAuthzOk returns a tuple with the RequiredAuthnAuthz field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AdditionalSnssaiData) GetSubscribedNsSrgList ΒΆ

func (o *AdditionalSnssaiData) GetSubscribedNsSrgList() []string

GetSubscribedNsSrgList returns the SubscribedNsSrgList field value if set, zero value otherwise.

func (*AdditionalSnssaiData) GetSubscribedNsSrgListOk ΒΆ

func (o *AdditionalSnssaiData) GetSubscribedNsSrgListOk() ([]string, bool)

GetSubscribedNsSrgListOk returns a tuple with the SubscribedNsSrgList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AdditionalSnssaiData) GetSubscribedUeSliceMbr ΒΆ

func (o *AdditionalSnssaiData) GetSubscribedUeSliceMbr() SliceMbr

GetSubscribedUeSliceMbr returns the SubscribedUeSliceMbr field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AdditionalSnssaiData) GetSubscribedUeSliceMbrOk ΒΆ

func (o *AdditionalSnssaiData) GetSubscribedUeSliceMbrOk() (*SliceMbr, bool)

GetSubscribedUeSliceMbrOk returns a tuple with the SubscribedUeSliceMbr field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AdditionalSnssaiData) HasRequiredAuthnAuthz ΒΆ

func (o *AdditionalSnssaiData) HasRequiredAuthnAuthz() bool

HasRequiredAuthnAuthz returns a boolean if a field has been set.

func (*AdditionalSnssaiData) HasSubscribedNsSrgList ΒΆ

func (o *AdditionalSnssaiData) HasSubscribedNsSrgList() bool

HasSubscribedNsSrgList returns a boolean if a field has been set.

func (*AdditionalSnssaiData) HasSubscribedUeSliceMbr ΒΆ

func (o *AdditionalSnssaiData) HasSubscribedUeSliceMbr() bool

HasSubscribedUeSliceMbr returns a boolean if a field has been set.

func (AdditionalSnssaiData) MarshalJSON ΒΆ

func (o AdditionalSnssaiData) MarshalJSON() ([]byte, error)

func (*AdditionalSnssaiData) SetRequiredAuthnAuthz ΒΆ

func (o *AdditionalSnssaiData) SetRequiredAuthnAuthz(v bool)

SetRequiredAuthnAuthz gets a reference to the given bool and assigns it to the RequiredAuthnAuthz field.

func (*AdditionalSnssaiData) SetSubscribedNsSrgList ΒΆ

func (o *AdditionalSnssaiData) SetSubscribedNsSrgList(v []string)

SetSubscribedNsSrgList gets a reference to the given []string and assigns it to the SubscribedNsSrgList field.

func (*AdditionalSnssaiData) SetSubscribedUeSliceMbr ΒΆ

func (o *AdditionalSnssaiData) SetSubscribedUeSliceMbr(v SliceMbr)

SetSubscribedUeSliceMbr gets a reference to the given NullableSliceMbr and assigns it to the SubscribedUeSliceMbr field.

func (*AdditionalSnssaiData) SetSubscribedUeSliceMbrNil ΒΆ

func (o *AdditionalSnssaiData) SetSubscribedUeSliceMbrNil()

SetSubscribedUeSliceMbrNil sets the value for SubscribedUeSliceMbr to be an explicit nil

func (AdditionalSnssaiData) ToMap ΒΆ

func (o AdditionalSnssaiData) ToMap() (map[string]interface{}, error)

func (*AdditionalSnssaiData) UnsetSubscribedUeSliceMbr ΒΆ

func (o *AdditionalSnssaiData) UnsetSubscribedUeSliceMbr()

UnsetSubscribedUeSliceMbr ensures that no value is present for SubscribedUeSliceMbr, not even an explicit nil

type AerialUeIndication ΒΆ

type AerialUeIndication struct {
	// contains filtered or unexported fields
}

AerialUeIndication Indicates the Aerial service for the UE is allowed or not allowed, possible values are - AERIAL_UE_ALLOWED: Aerial service for the UE is allowed. - AERIAL_UE_NOT_ALLOWED: Aerial service for the UE is not allowed.

func (*AerialUeIndication) MarshalJSON ΒΆ

func (src *AerialUeIndication) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*AerialUeIndication) UnmarshalJSON ΒΆ

func (dst *AerialUeIndication) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type AerialUeSubscriptionInfo ΒΆ

type AerialUeSubscriptionInfo struct {
	AerialUeInd AerialUeIndication `json:"aerialUeInd"`
	// String identifying a Gpsi shall contain either an External Id or an MSISDN.  It shall be formatted as follows -External Identifier= \"extid-'extid', where 'extid'  shall be formatted according to clause 19.7.2 of 3GPP TS 23.003 that describes an  External Identifier.
	Var3gppUavId *string `json:"3gppUavId,omitempty"`
}

AerialUeSubscriptionInfo Contains the Aerial UE Subscription Information, it at least contains the Aerial UE Indication.

func NewAerialUeSubscriptionInfo ΒΆ

func NewAerialUeSubscriptionInfo(aerialUeInd AerialUeIndication) *AerialUeSubscriptionInfo

NewAerialUeSubscriptionInfo instantiates a new AerialUeSubscriptionInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAerialUeSubscriptionInfoWithDefaults ΒΆ

func NewAerialUeSubscriptionInfoWithDefaults() *AerialUeSubscriptionInfo

NewAerialUeSubscriptionInfoWithDefaults instantiates a new AerialUeSubscriptionInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AerialUeSubscriptionInfo) GetAerialUeInd ΒΆ

func (o *AerialUeSubscriptionInfo) GetAerialUeInd() AerialUeIndication

GetAerialUeInd returns the AerialUeInd field value

func (*AerialUeSubscriptionInfo) GetAerialUeIndOk ΒΆ

func (o *AerialUeSubscriptionInfo) GetAerialUeIndOk() (*AerialUeIndication, bool)

GetAerialUeIndOk returns a tuple with the AerialUeInd field value and a boolean to check if the value has been set.

func (*AerialUeSubscriptionInfo) GetVar3gppUavId ΒΆ

func (o *AerialUeSubscriptionInfo) GetVar3gppUavId() string

GetVar3gppUavId returns the Var3gppUavId field value if set, zero value otherwise.

func (*AerialUeSubscriptionInfo) GetVar3gppUavIdOk ΒΆ

func (o *AerialUeSubscriptionInfo) GetVar3gppUavIdOk() (*string, bool)

GetVar3gppUavIdOk returns a tuple with the Var3gppUavId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AerialUeSubscriptionInfo) HasVar3gppUavId ΒΆ

func (o *AerialUeSubscriptionInfo) HasVar3gppUavId() bool

HasVar3gppUavId returns a boolean if a field has been set.

func (AerialUeSubscriptionInfo) MarshalJSON ΒΆ

func (o AerialUeSubscriptionInfo) MarshalJSON() ([]byte, error)

func (*AerialUeSubscriptionInfo) SetAerialUeInd ΒΆ

func (o *AerialUeSubscriptionInfo) SetAerialUeInd(v AerialUeIndication)

SetAerialUeInd sets field value

func (*AerialUeSubscriptionInfo) SetVar3gppUavId ΒΆ

func (o *AerialUeSubscriptionInfo) SetVar3gppUavId(v string)

SetVar3gppUavId gets a reference to the given string and assigns it to the Var3gppUavId field.

func (AerialUeSubscriptionInfo) ToMap ΒΆ

func (o AerialUeSubscriptionInfo) ToMap() (map[string]interface{}, error)

func (*AerialUeSubscriptionInfo) UnmarshalJSON ΒΆ

func (o *AerialUeSubscriptionInfo) UnmarshalJSON(bytes []byte) (err error)

type AfExternal ΒΆ

type AfExternal struct {
	AfId                      *string                    `json:"afId,omitempty"`
	AllowedGeographicArea     []GeographicArea           `json:"allowedGeographicArea,omitempty"`
	PrivacyCheckRelatedAction *PrivacyCheckRelatedAction `json:"privacyCheckRelatedAction,omitempty"`
	ValidTimePeriod           *ValidTimePeriod           `json:"validTimePeriod,omitempty"`
}

AfExternal struct for AfExternal

func NewAfExternal ΒΆ

func NewAfExternal() *AfExternal

NewAfExternal instantiates a new AfExternal object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAfExternalWithDefaults ΒΆ

func NewAfExternalWithDefaults() *AfExternal

NewAfExternalWithDefaults instantiates a new AfExternal object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AfExternal) GetAfId ΒΆ

func (o *AfExternal) GetAfId() string

GetAfId returns the AfId field value if set, zero value otherwise.

func (*AfExternal) GetAfIdOk ΒΆ

func (o *AfExternal) GetAfIdOk() (*string, bool)

GetAfIdOk returns a tuple with the AfId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AfExternal) GetAllowedGeographicArea ΒΆ

func (o *AfExternal) GetAllowedGeographicArea() []GeographicArea

GetAllowedGeographicArea returns the AllowedGeographicArea field value if set, zero value otherwise.

func (*AfExternal) GetAllowedGeographicAreaOk ΒΆ

func (o *AfExternal) GetAllowedGeographicAreaOk() ([]GeographicArea, bool)

GetAllowedGeographicAreaOk returns a tuple with the AllowedGeographicArea field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AfExternal) GetPrivacyCheckRelatedAction ΒΆ

func (o *AfExternal) GetPrivacyCheckRelatedAction() PrivacyCheckRelatedAction

GetPrivacyCheckRelatedAction returns the PrivacyCheckRelatedAction field value if set, zero value otherwise.

func (*AfExternal) GetPrivacyCheckRelatedActionOk ΒΆ

func (o *AfExternal) GetPrivacyCheckRelatedActionOk() (*PrivacyCheckRelatedAction, bool)

GetPrivacyCheckRelatedActionOk returns a tuple with the PrivacyCheckRelatedAction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AfExternal) GetValidTimePeriod ΒΆ

func (o *AfExternal) GetValidTimePeriod() ValidTimePeriod

GetValidTimePeriod returns the ValidTimePeriod field value if set, zero value otherwise.

func (*AfExternal) GetValidTimePeriodOk ΒΆ

func (o *AfExternal) GetValidTimePeriodOk() (*ValidTimePeriod, bool)

GetValidTimePeriodOk returns a tuple with the ValidTimePeriod field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AfExternal) HasAfId ΒΆ

func (o *AfExternal) HasAfId() bool

HasAfId returns a boolean if a field has been set.

func (*AfExternal) HasAllowedGeographicArea ΒΆ

func (o *AfExternal) HasAllowedGeographicArea() bool

HasAllowedGeographicArea returns a boolean if a field has been set.

func (*AfExternal) HasPrivacyCheckRelatedAction ΒΆ

func (o *AfExternal) HasPrivacyCheckRelatedAction() bool

HasPrivacyCheckRelatedAction returns a boolean if a field has been set.

func (*AfExternal) HasValidTimePeriod ΒΆ

func (o *AfExternal) HasValidTimePeriod() bool

HasValidTimePeriod returns a boolean if a field has been set.

func (AfExternal) MarshalJSON ΒΆ

func (o AfExternal) MarshalJSON() ([]byte, error)

func (*AfExternal) SetAfId ΒΆ

func (o *AfExternal) SetAfId(v string)

SetAfId gets a reference to the given string and assigns it to the AfId field.

func (*AfExternal) SetAllowedGeographicArea ΒΆ

func (o *AfExternal) SetAllowedGeographicArea(v []GeographicArea)

SetAllowedGeographicArea gets a reference to the given []GeographicArea and assigns it to the AllowedGeographicArea field.

func (*AfExternal) SetPrivacyCheckRelatedAction ΒΆ

func (o *AfExternal) SetPrivacyCheckRelatedAction(v PrivacyCheckRelatedAction)

SetPrivacyCheckRelatedAction gets a reference to the given PrivacyCheckRelatedAction and assigns it to the PrivacyCheckRelatedAction field.

func (*AfExternal) SetValidTimePeriod ΒΆ

func (o *AfExternal) SetValidTimePeriod(v ValidTimePeriod)

SetValidTimePeriod gets a reference to the given ValidTimePeriod and assigns it to the ValidTimePeriod field.

func (AfExternal) ToMap ΒΆ

func (o AfExternal) ToMap() (map[string]interface{}, error)

type Ambr ΒΆ

type Ambr struct {
	// String representing a bit rate; the prefixes follow the standard symbols from The International System of Units, and represent x1000 multipliers, with the exception that prefix \"K\" is used to represent the standard symbol \"k\".
	Uplink string `json:"uplink"`
	// String representing a bit rate; the prefixes follow the standard symbols from The International System of Units, and represent x1000 multipliers, with the exception that prefix \"K\" is used to represent the standard symbol \"k\".
	Downlink string `json:"downlink"`
}

Ambr Contains the maximum aggregated uplink and downlink bit rates.

func NewAmbr ΒΆ

func NewAmbr(uplink string, downlink string) *Ambr

NewAmbr instantiates a new Ambr object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAmbrWithDefaults ΒΆ

func NewAmbrWithDefaults() *Ambr

NewAmbrWithDefaults instantiates a new Ambr object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (o *Ambr) GetDownlink() string

GetDownlink returns the Downlink field value

func (*Ambr) GetDownlinkOk ΒΆ

func (o *Ambr) GetDownlinkOk() (*string, bool)

GetDownlinkOk returns a tuple with the Downlink field value and a boolean to check if the value has been set.

func (o *Ambr) GetUplink() string

GetUplink returns the Uplink field value

func (*Ambr) GetUplinkOk ΒΆ

func (o *Ambr) GetUplinkOk() (*string, bool)

GetUplinkOk returns a tuple with the Uplink field value and a boolean to check if the value has been set.

func (Ambr) MarshalJSON ΒΆ

func (o Ambr) MarshalJSON() ([]byte, error)
func (o *Ambr) SetDownlink(v string)

SetDownlink sets field value

func (o *Ambr) SetUplink(v string)

SetUplink sets field value

func (Ambr) ToMap ΒΆ

func (o Ambr) ToMap() (map[string]interface{}, error)

func (*Ambr) UnmarshalJSON ΒΆ

func (o *Ambr) UnmarshalJSON(bytes []byte) (err error)

type AmfInfo ΒΆ

type AmfInfo struct {
	// String uniquely identifying a NF instance. The format of the NF Instance ID shall be a  Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122.
	AmfInstanceId string      `json:"amfInstanceId"`
	Guami         Guami       `json:"guami"`
	AccessType    *AccessType `json:"accessType,omitempty"`
}

AmfInfo struct for AmfInfo

func NewAmfInfo ΒΆ

func NewAmfInfo(amfInstanceId string, guami Guami) *AmfInfo

NewAmfInfo instantiates a new AmfInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAmfInfoWithDefaults ΒΆ

func NewAmfInfoWithDefaults() *AmfInfo

NewAmfInfoWithDefaults instantiates a new AmfInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AmfInfo) GetAccessType ΒΆ

func (o *AmfInfo) GetAccessType() AccessType

GetAccessType returns the AccessType field value if set, zero value otherwise.

func (*AmfInfo) GetAccessTypeOk ΒΆ

func (o *AmfInfo) GetAccessTypeOk() (*AccessType, bool)

GetAccessTypeOk returns a tuple with the AccessType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AmfInfo) GetAmfInstanceId ΒΆ

func (o *AmfInfo) GetAmfInstanceId() string

GetAmfInstanceId returns the AmfInstanceId field value

func (*AmfInfo) GetAmfInstanceIdOk ΒΆ

func (o *AmfInfo) GetAmfInstanceIdOk() (*string, bool)

GetAmfInstanceIdOk returns a tuple with the AmfInstanceId field value and a boolean to check if the value has been set.

func (*AmfInfo) GetGuami ΒΆ

func (o *AmfInfo) GetGuami() Guami

GetGuami returns the Guami field value

func (*AmfInfo) GetGuamiOk ΒΆ

func (o *AmfInfo) GetGuamiOk() (*Guami, bool)

GetGuamiOk returns a tuple with the Guami field value and a boolean to check if the value has been set.

func (*AmfInfo) HasAccessType ΒΆ

func (o *AmfInfo) HasAccessType() bool

HasAccessType returns a boolean if a field has been set.

func (AmfInfo) MarshalJSON ΒΆ

func (o AmfInfo) MarshalJSON() ([]byte, error)

func (*AmfInfo) SetAccessType ΒΆ

func (o *AmfInfo) SetAccessType(v AccessType)

SetAccessType gets a reference to the given AccessType and assigns it to the AccessType field.

func (*AmfInfo) SetAmfInstanceId ΒΆ

func (o *AmfInfo) SetAmfInstanceId(v string)

SetAmfInstanceId sets field value

func (*AmfInfo) SetGuami ΒΆ

func (o *AmfInfo) SetGuami(v Guami)

SetGuami sets field value

func (AmfInfo) ToMap ΒΆ

func (o AmfInfo) ToMap() (map[string]interface{}, error)

func (*AmfInfo) UnmarshalJSON ΒΆ

func (o *AmfInfo) UnmarshalJSON(bytes []byte) (err error)

type ApiCAGAckRequest ΒΆ

type ApiCAGAckRequest struct {
	ApiService *ProvidingAcknowledgementOfCAGUpdateAPIService
	// contains filtered or unexported fields
}

func (ApiCAGAckRequest) AcknowledgeInfo ΒΆ

func (r ApiCAGAckRequest) AcknowledgeInfo(acknowledgeInfo AcknowledgeInfo) ApiCAGAckRequest

func (ApiCAGAckRequest) Execute ΒΆ

func (r ApiCAGAckRequest) Execute() (*http.Response, error)

type ApiGetAmDataRequest ΒΆ

type ApiGetAmDataRequest struct {
	ApiService *AccessAndMobilitySubscriptionDataRetrievalAPIService
	// contains filtered or unexported fields
}

func (ApiGetAmDataRequest) AdjacentPlmns ΒΆ

func (r ApiGetAmDataRequest) AdjacentPlmns(adjacentPlmns []PlmnId) ApiGetAmDataRequest

List of PLMNs adjacent to the UE&#39;s serving PLMN

func (ApiGetAmDataRequest) DisasterRoamingInd ΒΆ

func (r ApiGetAmDataRequest) DisasterRoamingInd(disasterRoamingInd bool) ApiGetAmDataRequest

Indication whether Disaster Roaming service is applied or not

func (ApiGetAmDataRequest) Execute ΒΆ

func (ApiGetAmDataRequest) IfModifiedSince ΒΆ

func (r ApiGetAmDataRequest) IfModifiedSince(ifModifiedSince string) ApiGetAmDataRequest

Validator for conditional requests, as described in RFC 7232, 3.3

func (ApiGetAmDataRequest) IfNoneMatch ΒΆ

func (r ApiGetAmDataRequest) IfNoneMatch(ifNoneMatch string) ApiGetAmDataRequest

Validator for conditional requests, as described in RFC 7232, 3.2

func (ApiGetAmDataRequest) PlmnId ΒΆ

Serving PLMN ID or SNPN ID

func (ApiGetAmDataRequest) SupportedFeatures ΒΆ

func (r ApiGetAmDataRequest) SupportedFeatures(supportedFeatures string) ApiGetAmDataRequest

Supported Features

type ApiGetDataSetsRequest ΒΆ

type ApiGetDataSetsRequest struct {
	ApiService *RetrievalOfMultipleDataSetsAPIService
	// contains filtered or unexported fields
}

func (ApiGetDataSetsRequest) DatasetNames ΒΆ

func (r ApiGetDataSetsRequest) DatasetNames(datasetNames []DataSetName) ApiGetDataSetsRequest

List of dataset names

func (ApiGetDataSetsRequest) DisasterRoamingInd ΒΆ

func (r ApiGetDataSetsRequest) DisasterRoamingInd(disasterRoamingInd bool) ApiGetDataSetsRequest

Indication whether Disaster Roaming service is applied or not

func (ApiGetDataSetsRequest) Execute ΒΆ

func (ApiGetDataSetsRequest) IfModifiedSince ΒΆ

func (r ApiGetDataSetsRequest) IfModifiedSince(ifModifiedSince string) ApiGetDataSetsRequest

Validator for conditional requests, as described in RFC 7232, 3.3

func (ApiGetDataSetsRequest) IfNoneMatch ΒΆ

func (r ApiGetDataSetsRequest) IfNoneMatch(ifNoneMatch string) ApiGetDataSetsRequest

Validator for conditional requests, as described in RFC 7232, 3.2

func (ApiGetDataSetsRequest) PlmnId ΒΆ

serving PLMN ID

func (ApiGetDataSetsRequest) SupportedFeatures ΒΆ

func (r ApiGetDataSetsRequest) SupportedFeatures(supportedFeatures string) ApiGetDataSetsRequest

Supported Features

type ApiGetEcrDataRequest ΒΆ

type ApiGetEcrDataRequest struct {
	ApiService *EnhancedCoverageRestrictionDataRetrievalAPIService
	// contains filtered or unexported fields
}

func (ApiGetEcrDataRequest) Execute ΒΆ

func (ApiGetEcrDataRequest) IfModifiedSince ΒΆ

func (r ApiGetEcrDataRequest) IfModifiedSince(ifModifiedSince string) ApiGetEcrDataRequest

Validator for conditional requests, as described in RFC 7232, 3.3

func (ApiGetEcrDataRequest) IfNoneMatch ΒΆ

func (r ApiGetEcrDataRequest) IfNoneMatch(ifNoneMatch string) ApiGetEcrDataRequest

Validator for conditional requests, as described in RFC 7232, 3.2

func (ApiGetEcrDataRequest) SupportedFeatures ΒΆ

func (r ApiGetEcrDataRequest) SupportedFeatures(supportedFeatures string) ApiGetEcrDataRequest

Supported Features

type ApiGetGroupIdentifiersRequest ΒΆ

type ApiGetGroupIdentifiersRequest struct {
	ApiService *GroupIdentifiersAPIService
	// contains filtered or unexported fields
}

func (ApiGetGroupIdentifiersRequest) AfId ΒΆ

AF identifier

func (ApiGetGroupIdentifiersRequest) Execute ΒΆ

func (ApiGetGroupIdentifiersRequest) ExtGroupId ΒΆ

External Group Identifier

func (ApiGetGroupIdentifiersRequest) IfModifiedSince ΒΆ

func (r ApiGetGroupIdentifiersRequest) IfModifiedSince(ifModifiedSince string) ApiGetGroupIdentifiersRequest

Validator for conditional requests, as described in RFC 7232, 3.3

func (ApiGetGroupIdentifiersRequest) IfNoneMatch ΒΆ

Validator for conditional requests, as described in RFC 7232, 3.2

func (ApiGetGroupIdentifiersRequest) IntGroupId ΒΆ

Internal Group Identifier

func (ApiGetGroupIdentifiersRequest) SupportedFeatures ΒΆ

func (r ApiGetGroupIdentifiersRequest) SupportedFeatures(supportedFeatures string) ApiGetGroupIdentifiersRequest

Supported Features

func (ApiGetGroupIdentifiersRequest) UeIdInd ΒΆ

Indication whether UE identifiers are required or not

type ApiGetIndividualSharedDataRequest ΒΆ

type ApiGetIndividualSharedDataRequest struct {
	ApiService *RetrievalOfTheIndividualSharedDataAPIService
	// contains filtered or unexported fields
}

func (ApiGetIndividualSharedDataRequest) Execute ΒΆ

func (ApiGetIndividualSharedDataRequest) IfModifiedSince ΒΆ

Validator for conditional requests, as described in RFC 7232, 3.3

func (ApiGetIndividualSharedDataRequest) IfNoneMatch ΒΆ

Validator for conditional requests, as described in RFC 7232, 3.2

func (ApiGetIndividualSharedDataRequest) SupportedFeatures ΒΆ

func (r ApiGetIndividualSharedDataRequest) SupportedFeatures(supportedFeatures string) ApiGetIndividualSharedDataRequest

Supported Features

type ApiGetLcsBcaDataRequest ΒΆ

type ApiGetLcsBcaDataRequest struct {
	ApiService *LCSBroadcastAssistanceDataTypesRetrievalAPIService
	// contains filtered or unexported fields
}

func (ApiGetLcsBcaDataRequest) Execute ΒΆ

func (ApiGetLcsBcaDataRequest) IfModifiedSince ΒΆ

func (r ApiGetLcsBcaDataRequest) IfModifiedSince(ifModifiedSince string) ApiGetLcsBcaDataRequest

Validator for conditional requests, as described in RFC 7232, 3.3

func (ApiGetLcsBcaDataRequest) IfNoneMatch ΒΆ

func (r ApiGetLcsBcaDataRequest) IfNoneMatch(ifNoneMatch string) ApiGetLcsBcaDataRequest

Validator for conditional requests, as described in RFC 7232, 3.2

func (ApiGetLcsBcaDataRequest) PlmnId ΒΆ

func (ApiGetLcsBcaDataRequest) SupportedFeatures ΒΆ

func (r ApiGetLcsBcaDataRequest) SupportedFeatures(supportedFeatures string) ApiGetLcsBcaDataRequest

Supported Features

type ApiGetLcsMoDataRequest ΒΆ

type ApiGetLcsMoDataRequest struct {
	ApiService *LCSMobileOriginatedDataRetrievalAPIService
	// contains filtered or unexported fields
}

func (ApiGetLcsMoDataRequest) Execute ΒΆ

func (ApiGetLcsMoDataRequest) IfModifiedSince ΒΆ

func (r ApiGetLcsMoDataRequest) IfModifiedSince(ifModifiedSince string) ApiGetLcsMoDataRequest

Validator for conditional requests, as described in RFC 7232, 3.3

func (ApiGetLcsMoDataRequest) IfNoneMatch ΒΆ

func (r ApiGetLcsMoDataRequest) IfNoneMatch(ifNoneMatch string) ApiGetLcsMoDataRequest

Validator for conditional requests, as described in RFC 7232, 3.2

func (ApiGetLcsMoDataRequest) SupportedFeatures ΒΆ

func (r ApiGetLcsMoDataRequest) SupportedFeatures(supportedFeatures string) ApiGetLcsMoDataRequest

Supported Features

type ApiGetLcsPrivacyDataRequest ΒΆ

type ApiGetLcsPrivacyDataRequest struct {
	ApiService *LCSPrivacyDataRetrievalAPIService
	// contains filtered or unexported fields
}

func (ApiGetLcsPrivacyDataRequest) Execute ΒΆ

func (ApiGetLcsPrivacyDataRequest) IfModifiedSince ΒΆ

func (r ApiGetLcsPrivacyDataRequest) IfModifiedSince(ifModifiedSince string) ApiGetLcsPrivacyDataRequest

Validator for conditional requests, as described in RFC 7232, 3.3

func (ApiGetLcsPrivacyDataRequest) IfNoneMatch ΒΆ

Validator for conditional requests, as described in RFC 7232, 3.2

func (ApiGetLcsPrivacyDataRequest) SupportedFeatures ΒΆ

func (r ApiGetLcsPrivacyDataRequest) SupportedFeatures(supportedFeatures string) ApiGetLcsPrivacyDataRequest

Supported Features

type ApiGetMbsDataRequest ΒΆ

type ApiGetMbsDataRequest struct {
	ApiService *Class5MBSSubscriptionDataRetrievalAPIService
	// contains filtered or unexported fields
}

func (ApiGetMbsDataRequest) Execute ΒΆ

func (ApiGetMbsDataRequest) IfModifiedSince ΒΆ

func (r ApiGetMbsDataRequest) IfModifiedSince(ifModifiedSince string) ApiGetMbsDataRequest

Validator for conditional requests, as described in RFC 7232, 3.3

func (ApiGetMbsDataRequest) IfNoneMatch ΒΆ

func (r ApiGetMbsDataRequest) IfNoneMatch(ifNoneMatch string) ApiGetMbsDataRequest

Validator for conditional requests, as described in RFC 7232, 3.2

func (ApiGetMbsDataRequest) SupportedFeatures ΒΆ

func (r ApiGetMbsDataRequest) SupportedFeatures(supportedFeatures string) ApiGetMbsDataRequest

Supported Features

type ApiGetMultipleIdentifiersRequest ΒΆ

type ApiGetMultipleIdentifiersRequest struct {
	ApiService *MultipleIdentifiersAPIService
	// contains filtered or unexported fields
}

func (ApiGetMultipleIdentifiersRequest) Execute ΒΆ

func (ApiGetMultipleIdentifiersRequest) GpsiList ΒΆ

list of the GPSIs

func (ApiGetMultipleIdentifiersRequest) SupportedFeatures ΒΆ

func (r ApiGetMultipleIdentifiersRequest) SupportedFeatures(supportedFeatures string) ApiGetMultipleIdentifiersRequest

Supported Features

type ApiGetNSSAIRequest ΒΆ

type ApiGetNSSAIRequest struct {
	ApiService *SliceSelectionSubscriptionDataRetrievalAPIService
	// contains filtered or unexported fields
}

func (ApiGetNSSAIRequest) DisasterRoamingInd ΒΆ

func (r ApiGetNSSAIRequest) DisasterRoamingInd(disasterRoamingInd bool) ApiGetNSSAIRequest

Indication whether Disaster Roaming service is applied or not

func (ApiGetNSSAIRequest) Execute ΒΆ

func (r ApiGetNSSAIRequest) Execute() (*Nssai, *http.Response, error)

func (ApiGetNSSAIRequest) IfModifiedSince ΒΆ

func (r ApiGetNSSAIRequest) IfModifiedSince(ifModifiedSince string) ApiGetNSSAIRequest

Validator for conditional requests, as described in RFC 7232, 3.3

func (ApiGetNSSAIRequest) IfNoneMatch ΒΆ

func (r ApiGetNSSAIRequest) IfNoneMatch(ifNoneMatch string) ApiGetNSSAIRequest

Validator for conditional requests, as described in RFC 7232, 3.2

func (ApiGetNSSAIRequest) PlmnId ΒΆ

func (r ApiGetNSSAIRequest) PlmnId(plmnId PlmnId) ApiGetNSSAIRequest

serving PLMN ID

func (ApiGetNSSAIRequest) SupportedFeatures ΒΆ

func (r ApiGetNSSAIRequest) SupportedFeatures(supportedFeatures string) ApiGetNSSAIRequest

Supported Features

type ApiGetProseDataRequest ΒΆ

type ApiGetProseDataRequest struct {
	ApiService *ProseSubscriptionDataRetrievalAPIService
	// contains filtered or unexported fields
}

func (ApiGetProseDataRequest) Execute ΒΆ

func (ApiGetProseDataRequest) IfModifiedSince ΒΆ

func (r ApiGetProseDataRequest) IfModifiedSince(ifModifiedSince string) ApiGetProseDataRequest

Validator for conditional requests, as described in RFC 7232, 3.3

func (ApiGetProseDataRequest) IfNoneMatch ΒΆ

func (r ApiGetProseDataRequest) IfNoneMatch(ifNoneMatch string) ApiGetProseDataRequest

Validator for conditional requests, as described in RFC 7232, 3.2

func (ApiGetProseDataRequest) SupportedFeatures ΒΆ

func (r ApiGetProseDataRequest) SupportedFeatures(supportedFeatures string) ApiGetProseDataRequest

Supported Features

type ApiGetSharedDataRequest ΒΆ

type ApiGetSharedDataRequest struct {
	ApiService *RetrievalOfSharedDataAPIService
	// contains filtered or unexported fields
}

func (ApiGetSharedDataRequest) Execute ΒΆ

func (ApiGetSharedDataRequest) IfModifiedSince ΒΆ

func (r ApiGetSharedDataRequest) IfModifiedSince(ifModifiedSince string) ApiGetSharedDataRequest

Validator for conditional requests, as described in RFC 7232, 3.3

func (ApiGetSharedDataRequest) IfNoneMatch ΒΆ

func (r ApiGetSharedDataRequest) IfNoneMatch(ifNoneMatch string) ApiGetSharedDataRequest

Validator for conditional requests, as described in RFC 7232, 3.2

func (ApiGetSharedDataRequest) SharedDataIds ΒΆ

func (r ApiGetSharedDataRequest) SharedDataIds(sharedDataIds []string) ApiGetSharedDataRequest

List of shared data ids

func (ApiGetSharedDataRequest) SupportedFeatures ΒΆ

func (r ApiGetSharedDataRequest) SupportedFeatures(supportedFeatures string) ApiGetSharedDataRequest

Supported Features; this query parameter should not be used Deprecated

func (ApiGetSharedDataRequest) SupportedFeatures2 ΒΆ

func (r ApiGetSharedDataRequest) SupportedFeatures2(supportedFeatures2 string) ApiGetSharedDataRequest

Supported Features

type ApiGetSmDataRequest ΒΆ

type ApiGetSmDataRequest struct {
	ApiService *SessionManagementSubscriptionDataRetrievalAPIService
	// contains filtered or unexported fields
}

func (ApiGetSmDataRequest) Dnn ΒΆ

func (ApiGetSmDataRequest) Execute ΒΆ

func (r ApiGetSmDataRequest) Execute() (*SmSubsData, *http.Response, error)

func (ApiGetSmDataRequest) IfModifiedSince ΒΆ

func (r ApiGetSmDataRequest) IfModifiedSince(ifModifiedSince string) ApiGetSmDataRequest

Validator for conditional requests, as described in RFC 7232, 3.3

func (ApiGetSmDataRequest) IfNoneMatch ΒΆ

func (r ApiGetSmDataRequest) IfNoneMatch(ifNoneMatch string) ApiGetSmDataRequest

Validator for conditional requests, as described in RFC 7232, 3.2

func (ApiGetSmDataRequest) PlmnId ΒΆ

func (ApiGetSmDataRequest) SingleNssai ΒΆ

func (r ApiGetSmDataRequest) SingleNssai(singleNssai Snssai) ApiGetSmDataRequest

func (ApiGetSmDataRequest) SupportedFeatures ΒΆ

func (r ApiGetSmDataRequest) SupportedFeatures(supportedFeatures string) ApiGetSmDataRequest

Supported Features

type ApiGetSmfSelDataRequest ΒΆ

type ApiGetSmfSelDataRequest struct {
	ApiService *SMFSelectionSubscriptionDataRetrievalAPIService
	// contains filtered or unexported fields
}

func (ApiGetSmfSelDataRequest) DisasterRoamingInd ΒΆ

func (r ApiGetSmfSelDataRequest) DisasterRoamingInd(disasterRoamingInd bool) ApiGetSmfSelDataRequest

Indication whether Disaster Roaming service is applied or not

func (ApiGetSmfSelDataRequest) Execute ΒΆ

func (ApiGetSmfSelDataRequest) IfModifiedSince ΒΆ

func (r ApiGetSmfSelDataRequest) IfModifiedSince(ifModifiedSince string) ApiGetSmfSelDataRequest

Validator for conditional requests, as described in RFC 7232, 3.3

func (ApiGetSmfSelDataRequest) IfNoneMatch ΒΆ

func (r ApiGetSmfSelDataRequest) IfNoneMatch(ifNoneMatch string) ApiGetSmfSelDataRequest

Validator for conditional requests, as described in RFC 7232, 3.2

func (ApiGetSmfSelDataRequest) PlmnId ΒΆ

serving PLMN ID

func (ApiGetSmfSelDataRequest) SupportedFeatures ΒΆ

func (r ApiGetSmfSelDataRequest) SupportedFeatures(supportedFeatures string) ApiGetSmfSelDataRequest

Supported Features

type ApiGetSmsDataRequest ΒΆ

type ApiGetSmsDataRequest struct {
	ApiService *SMSSubscriptionDataRetrievalAPIService
	// contains filtered or unexported fields
}

func (ApiGetSmsDataRequest) Execute ΒΆ

func (ApiGetSmsDataRequest) IfModifiedSince ΒΆ

func (r ApiGetSmsDataRequest) IfModifiedSince(ifModifiedSince string) ApiGetSmsDataRequest

Validator for conditional requests, as described in RFC 7232, 3.3

func (ApiGetSmsDataRequest) IfNoneMatch ΒΆ

func (r ApiGetSmsDataRequest) IfNoneMatch(ifNoneMatch string) ApiGetSmsDataRequest

Validator for conditional requests, as described in RFC 7232, 3.2

func (ApiGetSmsDataRequest) PlmnId ΒΆ

func (ApiGetSmsDataRequest) SupportedFeatures ΒΆ

func (r ApiGetSmsDataRequest) SupportedFeatures(supportedFeatures string) ApiGetSmsDataRequest

Supported Features

type ApiGetSmsMngtDataRequest ΒΆ

type ApiGetSmsMngtDataRequest struct {
	ApiService *SMSManagementSubscriptionDataRetrievalAPIService
	// contains filtered or unexported fields
}

func (ApiGetSmsMngtDataRequest) Execute ΒΆ

func (ApiGetSmsMngtDataRequest) IfModifiedSince ΒΆ

func (r ApiGetSmsMngtDataRequest) IfModifiedSince(ifModifiedSince string) ApiGetSmsMngtDataRequest

Validator for conditional requests, as described in RFC 7232, 3.3

func (ApiGetSmsMngtDataRequest) IfNoneMatch ΒΆ

func (r ApiGetSmsMngtDataRequest) IfNoneMatch(ifNoneMatch string) ApiGetSmsMngtDataRequest

Validator for conditional requests, as described in RFC 7232, 3.2

func (ApiGetSmsMngtDataRequest) PlmnId ΒΆ

func (ApiGetSmsMngtDataRequest) SupportedFeatures ΒΆ

func (r ApiGetSmsMngtDataRequest) SupportedFeatures(supportedFeatures string) ApiGetSmsMngtDataRequest

Supported Features

type ApiGetSupiOrGpsiRequest ΒΆ

type ApiGetSupiOrGpsiRequest struct {
	ApiService *GPSIToSUPITranslationOrSUPIToGPSITranslationAPIService
	// contains filtered or unexported fields
}

func (ApiGetSupiOrGpsiRequest) AfId ΒΆ

AF identifier

func (ApiGetSupiOrGpsiRequest) AfServiceId ΒΆ

func (r ApiGetSupiOrGpsiRequest) AfServiceId(afServiceId string) ApiGetSupiOrGpsiRequest

AF Service Identifier

func (ApiGetSupiOrGpsiRequest) AppPortId ΒΆ

Application port identifier

func (ApiGetSupiOrGpsiRequest) Execute ΒΆ

func (ApiGetSupiOrGpsiRequest) IfModifiedSince ΒΆ

func (r ApiGetSupiOrGpsiRequest) IfModifiedSince(ifModifiedSince string) ApiGetSupiOrGpsiRequest

Validator for conditional requests, as described in RFC 7232, 3.3

func (ApiGetSupiOrGpsiRequest) IfNoneMatch ΒΆ

func (r ApiGetSupiOrGpsiRequest) IfNoneMatch(ifNoneMatch string) ApiGetSupiOrGpsiRequest

Validator for conditional requests, as described in RFC 7232, 3.2

func (ApiGetSupiOrGpsiRequest) MtcProviderInfo ΒΆ

func (r ApiGetSupiOrGpsiRequest) MtcProviderInfo(mtcProviderInfo string) ApiGetSupiOrGpsiRequest

MTC Provider Information

func (ApiGetSupiOrGpsiRequest) RequestedGpsiType ΒΆ

func (r ApiGetSupiOrGpsiRequest) RequestedGpsiType(requestedGpsiType GpsiType) ApiGetSupiOrGpsiRequest

Requested GPSI Type

func (ApiGetSupiOrGpsiRequest) SupportedFeatures ΒΆ

func (r ApiGetSupiOrGpsiRequest) SupportedFeatures(supportedFeatures string) ApiGetSupiOrGpsiRequest

Supported Features

type ApiGetTraceConfigDataRequest ΒΆ

type ApiGetTraceConfigDataRequest struct {
	ApiService *TraceConfigurationDataRetrievalAPIService
	// contains filtered or unexported fields
}

func (ApiGetTraceConfigDataRequest) Execute ΒΆ

func (ApiGetTraceConfigDataRequest) IfModifiedSince ΒΆ

func (r ApiGetTraceConfigDataRequest) IfModifiedSince(ifModifiedSince string) ApiGetTraceConfigDataRequest

Validator for conditional requests, as described in RFC 7232, 3.3

func (ApiGetTraceConfigDataRequest) IfNoneMatch ΒΆ

Validator for conditional requests, as described in RFC 7232, 3.2

func (ApiGetTraceConfigDataRequest) PlmnId ΒΆ

serving PLMN ID

func (ApiGetTraceConfigDataRequest) SupportedFeatures ΒΆ

func (r ApiGetTraceConfigDataRequest) SupportedFeatures(supportedFeatures string) ApiGetTraceConfigDataRequest

Supported Features

type ApiGetUcDataRequest ΒΆ

type ApiGetUcDataRequest struct {
	ApiService *UserConsentSubscriptionDataRetrievalAPIService
	// contains filtered or unexported fields
}

func (ApiGetUcDataRequest) Execute ΒΆ

func (ApiGetUcDataRequest) IfModifiedSince ΒΆ

func (r ApiGetUcDataRequest) IfModifiedSince(ifModifiedSince string) ApiGetUcDataRequest

Validator for conditional requests, as described in RFC 7232, 3.3

func (ApiGetUcDataRequest) IfNoneMatch ΒΆ

func (r ApiGetUcDataRequest) IfNoneMatch(ifNoneMatch string) ApiGetUcDataRequest

Validator for conditional requests, as described in RFC 7232, 3.2

func (ApiGetUcDataRequest) SupportedFeatures ΒΆ

func (r ApiGetUcDataRequest) SupportedFeatures(supportedFeatures string) ApiGetUcDataRequest

Supported Features

func (ApiGetUcDataRequest) UcPurpose ΒΆ

func (r ApiGetUcDataRequest) UcPurpose(ucPurpose UcPurpose) ApiGetUcDataRequest

User consent purpose

type ApiGetUeCtxInAmfDataRequest ΒΆ

type ApiGetUeCtxInAmfDataRequest struct {
	ApiService *UEContextInAMFDataRetrievalAPIService
	// contains filtered or unexported fields
}

func (ApiGetUeCtxInAmfDataRequest) Execute ΒΆ

func (ApiGetUeCtxInAmfDataRequest) SupportedFeatures ΒΆ

func (r ApiGetUeCtxInAmfDataRequest) SupportedFeatures(supportedFeatures string) ApiGetUeCtxInAmfDataRequest

Supported Features

type ApiGetUeCtxInSmfDataRequest ΒΆ

type ApiGetUeCtxInSmfDataRequest struct {
	ApiService *UEContextInSMFDataRetrievalAPIService
	// contains filtered or unexported fields
}

func (ApiGetUeCtxInSmfDataRequest) Execute ΒΆ

func (ApiGetUeCtxInSmfDataRequest) SupportedFeatures ΒΆ

func (r ApiGetUeCtxInSmfDataRequest) SupportedFeatures(supportedFeatures string) ApiGetUeCtxInSmfDataRequest

Supported Features

type ApiGetUeCtxInSmsfDataRequest ΒΆ

type ApiGetUeCtxInSmsfDataRequest struct {
	ApiService *UEContextInSMSFDataRetrievalAPIService
	// contains filtered or unexported fields
}

func (ApiGetUeCtxInSmsfDataRequest) Execute ΒΆ

func (ApiGetUeCtxInSmsfDataRequest) SupportedFeatures ΒΆ

func (r ApiGetUeCtxInSmsfDataRequest) SupportedFeatures(supportedFeatures string) ApiGetUeCtxInSmsfDataRequest

Supported Features

type ApiGetV2xDataRequest ΒΆ

type ApiGetV2xDataRequest struct {
	ApiService *V2XSubscriptionDataRetrievalAPIService
	// contains filtered or unexported fields
}

func (ApiGetV2xDataRequest) Execute ΒΆ

func (ApiGetV2xDataRequest) IfModifiedSince ΒΆ

func (r ApiGetV2xDataRequest) IfModifiedSince(ifModifiedSince string) ApiGetV2xDataRequest

Validator for conditional requests, as described in RFC 7232, 3.3

func (ApiGetV2xDataRequest) IfNoneMatch ΒΆ

func (r ApiGetV2xDataRequest) IfNoneMatch(ifNoneMatch string) ApiGetV2xDataRequest

Validator for conditional requests, as described in RFC 7232, 3.2

func (ApiGetV2xDataRequest) SupportedFeatures ΒΆ

func (r ApiGetV2xDataRequest) SupportedFeatures(supportedFeatures string) ApiGetV2xDataRequest

Supported Features

type ApiModifyRequest ΒΆ

type ApiModifyRequest struct {
	ApiService *SubscriptionModificationAPIService
	// contains filtered or unexported fields
}

func (ApiModifyRequest) Execute ΒΆ

func (ApiModifyRequest) SdmSubsModification ΒΆ

func (r ApiModifyRequest) SdmSubsModification(sdmSubsModification SdmSubsModification) ApiModifyRequest

func (ApiModifyRequest) SupportedFeatures ΒΆ

func (r ApiModifyRequest) SupportedFeatures(supportedFeatures string) ApiModifyRequest

Features required to be supported by the target NF

type ApiModifySharedDataSubsRequest ΒΆ

type ApiModifySharedDataSubsRequest struct {
	ApiService *SubscriptionModificationAPIService
	// contains filtered or unexported fields
}

func (ApiModifySharedDataSubsRequest) Execute ΒΆ

func (ApiModifySharedDataSubsRequest) SdmSubsModification ΒΆ

func (r ApiModifySharedDataSubsRequest) SdmSubsModification(sdmSubsModification SdmSubsModification) ApiModifySharedDataSubsRequest

func (ApiModifySharedDataSubsRequest) SupportedFeatures ΒΆ

func (r ApiModifySharedDataSubsRequest) SupportedFeatures(supportedFeatures string) ApiModifySharedDataSubsRequest

Features required to be supported by the target NF

type ApiSNSSAIsAckRequest ΒΆ

type ApiSNSSAIsAckRequest struct {
	ApiService *ProvidingAcknowledgementOfSNSSAIsUpdateAPIService
	// contains filtered or unexported fields
}

func (ApiSNSSAIsAckRequest) AcknowledgeInfo ΒΆ

func (r ApiSNSSAIsAckRequest) AcknowledgeInfo(acknowledgeInfo AcknowledgeInfo) ApiSNSSAIsAckRequest

func (ApiSNSSAIsAckRequest) Execute ΒΆ

func (r ApiSNSSAIsAckRequest) Execute() (*http.Response, error)

type ApiSorAckInfoRequest ΒΆ

type ApiSorAckInfoRequest struct {
	ApiService *ProvidingAcknowledgementOfSteeringOfRoamingAPIService
	// contains filtered or unexported fields
}

func (ApiSorAckInfoRequest) AcknowledgeInfo ΒΆ

func (r ApiSorAckInfoRequest) AcknowledgeInfo(acknowledgeInfo AcknowledgeInfo) ApiSorAckInfoRequest

func (ApiSorAckInfoRequest) Execute ΒΆ

func (r ApiSorAckInfoRequest) Execute() (*http.Response, error)

type ApiSubscribeRequest ΒΆ

type ApiSubscribeRequest struct {
	ApiService *SubscriptionCreationAPIService
	// contains filtered or unexported fields
}

func (ApiSubscribeRequest) Execute ΒΆ

func (ApiSubscribeRequest) SdmSubscription ΒΆ

func (r ApiSubscribeRequest) SdmSubscription(sdmSubscription SdmSubscription) ApiSubscribeRequest

type ApiSubscribeToSharedDataRequest ΒΆ

type ApiSubscribeToSharedDataRequest struct {
	ApiService *SubscriptionCreationForSharedDataAPIService
	// contains filtered or unexported fields
}

func (ApiSubscribeToSharedDataRequest) Execute ΒΆ

func (ApiSubscribeToSharedDataRequest) SdmSubscription ΒΆ

type ApiUnsubscribeForSharedDataRequest ΒΆ

type ApiUnsubscribeForSharedDataRequest struct {
	ApiService *SubscriptionDeletionForSharedDataAPIService
	// contains filtered or unexported fields
}

func (ApiUnsubscribeForSharedDataRequest) Execute ΒΆ

type ApiUnsubscribeRequest ΒΆ

type ApiUnsubscribeRequest struct {
	ApiService *SubscriptionDeletionAPIService
	// contains filtered or unexported fields
}

func (ApiUnsubscribeRequest) Execute ΒΆ

func (r ApiUnsubscribeRequest) Execute() (*http.Response, error)

type ApiUpdateSORInfoRequest ΒΆ

type ApiUpdateSORInfoRequest struct {
	ApiService *TriggerSORInfoUpdateAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateSORInfoRequest) Execute ΒΆ

func (ApiUpdateSORInfoRequest) SorUpdateInfo ΒΆ

func (r ApiUpdateSORInfoRequest) SorUpdateInfo(sorUpdateInfo SorUpdateInfo) ApiUpdateSORInfoRequest

type ApiUpuAckRequest ΒΆ

type ApiUpuAckRequest struct {
	ApiService *ProvidingAcknowledgementOfUEParametersUpdateAPIService
	// contains filtered or unexported fields
}

func (ApiUpuAckRequest) AcknowledgeInfo ΒΆ

func (r ApiUpuAckRequest) AcknowledgeInfo(acknowledgeInfo AcknowledgeInfo) ApiUpuAckRequest

func (ApiUpuAckRequest) Execute ΒΆ

func (r ApiUpuAckRequest) Execute() (*http.Response, error)

type AppDescriptor ΒΆ

type AppDescriptor struct {
	// Represents the Operating System of the served UE.
	OsId  *string `json:"osId,omitempty"`
	AppId *string `json:"appId,omitempty"`
}

AppDescriptor struct for AppDescriptor

func NewAppDescriptor ΒΆ

func NewAppDescriptor() *AppDescriptor

NewAppDescriptor instantiates a new AppDescriptor object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAppDescriptorWithDefaults ΒΆ

func NewAppDescriptorWithDefaults() *AppDescriptor

NewAppDescriptorWithDefaults instantiates a new AppDescriptor object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AppDescriptor) GetAppId ΒΆ

func (o *AppDescriptor) GetAppId() string

GetAppId returns the AppId field value if set, zero value otherwise.

func (*AppDescriptor) GetAppIdOk ΒΆ

func (o *AppDescriptor) GetAppIdOk() (*string, bool)

GetAppIdOk returns a tuple with the AppId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AppDescriptor) GetOsId ΒΆ

func (o *AppDescriptor) GetOsId() string

GetOsId returns the OsId field value if set, zero value otherwise.

func (*AppDescriptor) GetOsIdOk ΒΆ

func (o *AppDescriptor) GetOsIdOk() (*string, bool)

GetOsIdOk returns a tuple with the OsId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AppDescriptor) HasAppId ΒΆ

func (o *AppDescriptor) HasAppId() bool

HasAppId returns a boolean if a field has been set.

func (*AppDescriptor) HasOsId ΒΆ

func (o *AppDescriptor) HasOsId() bool

HasOsId returns a boolean if a field has been set.

func (AppDescriptor) MarshalJSON ΒΆ

func (o AppDescriptor) MarshalJSON() ([]byte, error)

func (*AppDescriptor) SetAppId ΒΆ

func (o *AppDescriptor) SetAppId(v string)

SetAppId gets a reference to the given string and assigns it to the AppId field.

func (*AppDescriptor) SetOsId ΒΆ

func (o *AppDescriptor) SetOsId(v string)

SetOsId gets a reference to the given string and assigns it to the OsId field.

func (AppDescriptor) ToMap ΒΆ

func (o AppDescriptor) ToMap() (map[string]interface{}, error)

type AppPortId ΒΆ

type AppPortId struct {
	// Integer where the allowed values correspond to the value range of an unsigned 16-bit integer.
	DestinationPort *int32 `json:"destinationPort,omitempty"`
	// Integer where the allowed values correspond to the value range of an unsigned 16-bit integer.
	OriginatorPort *int32 `json:"originatorPort,omitempty"`
}

AppPortId struct for AppPortId

func NewAppPortId ΒΆ

func NewAppPortId() *AppPortId

NewAppPortId instantiates a new AppPortId object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAppPortIdWithDefaults ΒΆ

func NewAppPortIdWithDefaults() *AppPortId

NewAppPortIdWithDefaults instantiates a new AppPortId object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AppPortId) GetDestinationPort ΒΆ

func (o *AppPortId) GetDestinationPort() int32

GetDestinationPort returns the DestinationPort field value if set, zero value otherwise.

func (*AppPortId) GetDestinationPortOk ΒΆ

func (o *AppPortId) GetDestinationPortOk() (*int32, bool)

GetDestinationPortOk returns a tuple with the DestinationPort field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AppPortId) GetOriginatorPort ΒΆ

func (o *AppPortId) GetOriginatorPort() int32

GetOriginatorPort returns the OriginatorPort field value if set, zero value otherwise.

func (*AppPortId) GetOriginatorPortOk ΒΆ

func (o *AppPortId) GetOriginatorPortOk() (*int32, bool)

GetOriginatorPortOk returns a tuple with the OriginatorPort field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AppPortId) HasDestinationPort ΒΆ

func (o *AppPortId) HasDestinationPort() bool

HasDestinationPort returns a boolean if a field has been set.

func (*AppPortId) HasOriginatorPort ΒΆ

func (o *AppPortId) HasOriginatorPort() bool

HasOriginatorPort returns a boolean if a field has been set.

func (AppPortId) MarshalJSON ΒΆ

func (o AppPortId) MarshalJSON() ([]byte, error)

func (*AppPortId) SetDestinationPort ΒΆ

func (o *AppPortId) SetDestinationPort(v int32)

SetDestinationPort gets a reference to the given int32 and assigns it to the DestinationPort field.

func (*AppPortId) SetOriginatorPort ΒΆ

func (o *AppPortId) SetOriginatorPort(v int32)

SetOriginatorPort gets a reference to the given int32 and assigns it to the OriginatorPort field.

func (AppPortId) ToMap ΒΆ

func (o AppPortId) ToMap() (map[string]interface{}, error)

type Area ΒΆ

type Area struct {
	Tacs []string `json:"tacs,omitempty"`
	// Values are operator specific.
	AreaCode *string `json:"areaCode,omitempty"`
}

Area Provides area information.

func NewArea ΒΆ

func NewArea() *Area

NewArea instantiates a new Area object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAreaWithDefaults ΒΆ

func NewAreaWithDefaults() *Area

NewAreaWithDefaults instantiates a new Area object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Area) GetAreaCode ΒΆ

func (o *Area) GetAreaCode() string

GetAreaCode returns the AreaCode field value if set, zero value otherwise.

func (*Area) GetAreaCodeOk ΒΆ

func (o *Area) GetAreaCodeOk() (*string, bool)

GetAreaCodeOk returns a tuple with the AreaCode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Area) GetTacs ΒΆ

func (o *Area) GetTacs() []string

GetTacs returns the Tacs field value if set, zero value otherwise.

func (*Area) GetTacsOk ΒΆ

func (o *Area) GetTacsOk() ([]string, bool)

GetTacsOk returns a tuple with the Tacs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Area) HasAreaCode ΒΆ

func (o *Area) HasAreaCode() bool

HasAreaCode returns a boolean if a field has been set.

func (*Area) HasTacs ΒΆ

func (o *Area) HasTacs() bool

HasTacs returns a boolean if a field has been set.

func (Area) MarshalJSON ΒΆ

func (o Area) MarshalJSON() ([]byte, error)

func (*Area) SetAreaCode ΒΆ

func (o *Area) SetAreaCode(v string)

SetAreaCode gets a reference to the given string and assigns it to the AreaCode field.

func (*Area) SetTacs ΒΆ

func (o *Area) SetTacs(v []string)

SetTacs gets a reference to the given []string and assigns it to the Tacs field.

func (Area) ToMap ΒΆ

func (o Area) ToMap() (map[string]interface{}, error)

type AreaScope ΒΆ

type AreaScope struct {
	EutraCellIdList []string `json:"eutraCellIdList,omitempty"`
	NrCellIdList    []string `json:"nrCellIdList,omitempty"`
	TacList         []string `json:"tacList,omitempty"`
	// A map (list of key-value pairs) where PlmnId converted to a string serves as key
	TacInfoPerPlmn *map[string]TacInfo `json:"tacInfoPerPlmn,omitempty"`
}

AreaScope Contain the area based on Cells or Tracking Areas.

func NewAreaScope ΒΆ

func NewAreaScope() *AreaScope

NewAreaScope instantiates a new AreaScope object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAreaScopeWithDefaults ΒΆ

func NewAreaScopeWithDefaults() *AreaScope

NewAreaScopeWithDefaults instantiates a new AreaScope object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AreaScope) GetEutraCellIdList ΒΆ

func (o *AreaScope) GetEutraCellIdList() []string

GetEutraCellIdList returns the EutraCellIdList field value if set, zero value otherwise.

func (*AreaScope) GetEutraCellIdListOk ΒΆ

func (o *AreaScope) GetEutraCellIdListOk() ([]string, bool)

GetEutraCellIdListOk returns a tuple with the EutraCellIdList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AreaScope) GetNrCellIdList ΒΆ

func (o *AreaScope) GetNrCellIdList() []string

GetNrCellIdList returns the NrCellIdList field value if set, zero value otherwise.

func (*AreaScope) GetNrCellIdListOk ΒΆ

func (o *AreaScope) GetNrCellIdListOk() ([]string, bool)

GetNrCellIdListOk returns a tuple with the NrCellIdList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AreaScope) GetTacInfoPerPlmn ΒΆ

func (o *AreaScope) GetTacInfoPerPlmn() map[string]TacInfo

GetTacInfoPerPlmn returns the TacInfoPerPlmn field value if set, zero value otherwise.

func (*AreaScope) GetTacInfoPerPlmnOk ΒΆ

func (o *AreaScope) GetTacInfoPerPlmnOk() (*map[string]TacInfo, bool)

GetTacInfoPerPlmnOk returns a tuple with the TacInfoPerPlmn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AreaScope) GetTacList ΒΆ

func (o *AreaScope) GetTacList() []string

GetTacList returns the TacList field value if set, zero value otherwise.

func (*AreaScope) GetTacListOk ΒΆ

func (o *AreaScope) GetTacListOk() ([]string, bool)

GetTacListOk returns a tuple with the TacList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AreaScope) HasEutraCellIdList ΒΆ

func (o *AreaScope) HasEutraCellIdList() bool

HasEutraCellIdList returns a boolean if a field has been set.

func (*AreaScope) HasNrCellIdList ΒΆ

func (o *AreaScope) HasNrCellIdList() bool

HasNrCellIdList returns a boolean if a field has been set.

func (*AreaScope) HasTacInfoPerPlmn ΒΆ

func (o *AreaScope) HasTacInfoPerPlmn() bool

HasTacInfoPerPlmn returns a boolean if a field has been set.

func (*AreaScope) HasTacList ΒΆ

func (o *AreaScope) HasTacList() bool

HasTacList returns a boolean if a field has been set.

func (AreaScope) MarshalJSON ΒΆ

func (o AreaScope) MarshalJSON() ([]byte, error)

func (*AreaScope) SetEutraCellIdList ΒΆ

func (o *AreaScope) SetEutraCellIdList(v []string)

SetEutraCellIdList gets a reference to the given []string and assigns it to the EutraCellIdList field.

func (*AreaScope) SetNrCellIdList ΒΆ

func (o *AreaScope) SetNrCellIdList(v []string)

SetNrCellIdList gets a reference to the given []string and assigns it to the NrCellIdList field.

func (*AreaScope) SetTacInfoPerPlmn ΒΆ

func (o *AreaScope) SetTacInfoPerPlmn(v map[string]TacInfo)

SetTacInfoPerPlmn gets a reference to the given map[string]TacInfo and assigns it to the TacInfoPerPlmn field.

func (*AreaScope) SetTacList ΒΆ

func (o *AreaScope) SetTacList(v []string)

SetTacList gets a reference to the given []string and assigns it to the TacList field.

func (AreaScope) ToMap ΒΆ

func (o AreaScope) ToMap() (map[string]interface{}, error)

type Arp ΒΆ

type Arp struct {
	// nullable true shall not be used for this attribute. Unsigned integer indicating the ARP Priority Level (see clause 5.7.2.2 of 3GPP TS 23.501, within the range 1 to 15.Values are ordered in decreasing order of priority, i.e. with 1 as the highest priority and 15 as the lowest priority.
	PriorityLevel NullableInt32           `json:"priorityLevel"`
	PreemptCap    PreemptionCapability    `json:"preemptCap"`
	PreemptVuln   PreemptionVulnerability `json:"preemptVuln"`
}

Arp Contains Allocation and Retention Priority information.

func NewArp ΒΆ

func NewArp(priorityLevel NullableInt32, preemptCap PreemptionCapability, preemptVuln PreemptionVulnerability) *Arp

NewArp instantiates a new Arp object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewArpWithDefaults ΒΆ

func NewArpWithDefaults() *Arp

NewArpWithDefaults instantiates a new Arp object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Arp) GetPreemptCap ΒΆ

func (o *Arp) GetPreemptCap() PreemptionCapability

GetPreemptCap returns the PreemptCap field value

func (*Arp) GetPreemptCapOk ΒΆ

func (o *Arp) GetPreemptCapOk() (*PreemptionCapability, bool)

GetPreemptCapOk returns a tuple with the PreemptCap field value and a boolean to check if the value has been set.

func (*Arp) GetPreemptVuln ΒΆ

func (o *Arp) GetPreemptVuln() PreemptionVulnerability

GetPreemptVuln returns the PreemptVuln field value

func (*Arp) GetPreemptVulnOk ΒΆ

func (o *Arp) GetPreemptVulnOk() (*PreemptionVulnerability, bool)

GetPreemptVulnOk returns a tuple with the PreemptVuln field value and a boolean to check if the value has been set.

func (*Arp) GetPriorityLevel ΒΆ

func (o *Arp) GetPriorityLevel() int32

GetPriorityLevel returns the PriorityLevel field value If the value is explicit nil, the zero value for int32 will be returned

func (*Arp) GetPriorityLevelOk ΒΆ

func (o *Arp) GetPriorityLevelOk() (*int32, bool)

GetPriorityLevelOk returns a tuple with the PriorityLevel field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (Arp) MarshalJSON ΒΆ

func (o Arp) MarshalJSON() ([]byte, error)

func (*Arp) SetPreemptCap ΒΆ

func (o *Arp) SetPreemptCap(v PreemptionCapability)

SetPreemptCap sets field value

func (*Arp) SetPreemptVuln ΒΆ

func (o *Arp) SetPreemptVuln(v PreemptionVulnerability)

SetPreemptVuln sets field value

func (*Arp) SetPriorityLevel ΒΆ

func (o *Arp) SetPriorityLevel(v int32)

SetPriorityLevel sets field value

func (Arp) ToMap ΒΆ

func (o Arp) ToMap() (map[string]interface{}, error)

func (*Arp) UnmarshalJSON ΒΆ

func (o *Arp) UnmarshalJSON(bytes []byte) (err error)

type BasicAuth ΒΆ

type BasicAuth struct {
	UserName string `json:"userName,omitempty"`
	Password string `json:"password,omitempty"`
}

BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth

type BatteryIndication ΒΆ

type BatteryIndication struct {
	// This IE shall indicate whether the UE is battery powered or not. true: the UE is battery powered; false or absent: the UE is not battery powered
	BatteryInd *bool `json:"batteryInd,omitempty"`
	// This IE shall indicate whether the battery of the UE is replaceable or not. true: the battery of the UE is replaceable; false or absent: the battery of the UE is not replaceable.
	ReplaceableInd *bool `json:"replaceableInd,omitempty"`
	// This IE shall indicate whether the battery of the UE is rechargeable or not. true: the battery of UE is rechargeable; false or absent: the battery of the UE is not rechargeable.
	RechargeableInd *bool `json:"rechargeableInd,omitempty"`
}

BatteryIndication Parameters \"replaceableInd\" and \"rechargeableInd\" are only included if the value of Parameter \"batteryInd\" is true.

func NewBatteryIndication ΒΆ

func NewBatteryIndication() *BatteryIndication

NewBatteryIndication instantiates a new BatteryIndication object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewBatteryIndicationWithDefaults ΒΆ

func NewBatteryIndicationWithDefaults() *BatteryIndication

NewBatteryIndicationWithDefaults instantiates a new BatteryIndication object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*BatteryIndication) GetBatteryInd ΒΆ

func (o *BatteryIndication) GetBatteryInd() bool

GetBatteryInd returns the BatteryInd field value if set, zero value otherwise.

func (*BatteryIndication) GetBatteryIndOk ΒΆ

func (o *BatteryIndication) GetBatteryIndOk() (*bool, bool)

GetBatteryIndOk returns a tuple with the BatteryInd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BatteryIndication) GetRechargeableInd ΒΆ

func (o *BatteryIndication) GetRechargeableInd() bool

GetRechargeableInd returns the RechargeableInd field value if set, zero value otherwise.

func (*BatteryIndication) GetRechargeableIndOk ΒΆ

func (o *BatteryIndication) GetRechargeableIndOk() (*bool, bool)

GetRechargeableIndOk returns a tuple with the RechargeableInd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BatteryIndication) GetReplaceableInd ΒΆ

func (o *BatteryIndication) GetReplaceableInd() bool

GetReplaceableInd returns the ReplaceableInd field value if set, zero value otherwise.

func (*BatteryIndication) GetReplaceableIndOk ΒΆ

func (o *BatteryIndication) GetReplaceableIndOk() (*bool, bool)

GetReplaceableIndOk returns a tuple with the ReplaceableInd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BatteryIndication) HasBatteryInd ΒΆ

func (o *BatteryIndication) HasBatteryInd() bool

HasBatteryInd returns a boolean if a field has been set.

func (*BatteryIndication) HasRechargeableInd ΒΆ

func (o *BatteryIndication) HasRechargeableInd() bool

HasRechargeableInd returns a boolean if a field has been set.

func (*BatteryIndication) HasReplaceableInd ΒΆ

func (o *BatteryIndication) HasReplaceableInd() bool

HasReplaceableInd returns a boolean if a field has been set.

func (BatteryIndication) MarshalJSON ΒΆ

func (o BatteryIndication) MarshalJSON() ([]byte, error)

func (*BatteryIndication) SetBatteryInd ΒΆ

func (o *BatteryIndication) SetBatteryInd(v bool)

SetBatteryInd gets a reference to the given bool and assigns it to the BatteryInd field.

func (*BatteryIndication) SetRechargeableInd ΒΆ

func (o *BatteryIndication) SetRechargeableInd(v bool)

SetRechargeableInd gets a reference to the given bool and assigns it to the RechargeableInd field.

func (*BatteryIndication) SetReplaceableInd ΒΆ

func (o *BatteryIndication) SetReplaceableInd(v bool)

SetReplaceableInd gets a reference to the given bool and assigns it to the ReplaceableInd field.

func (BatteryIndication) ToMap ΒΆ

func (o BatteryIndication) ToMap() (map[string]interface{}, error)

type CagData ΒΆ

type CagData struct {
	// A map (list of key-value pairs where PlmnId serves as key) of CagInfo
	CagInfos map[string]CagInfo `json:"cagInfos"`
	// string with format 'date-time' as defined in OpenAPI.
	ProvisioningTime *time.Time `json:"provisioningTime,omitempty"`
}

CagData struct for CagData

func NewCagData ΒΆ

func NewCagData(cagInfos map[string]CagInfo) *CagData

NewCagData instantiates a new CagData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCagDataWithDefaults ΒΆ

func NewCagDataWithDefaults() *CagData

NewCagDataWithDefaults instantiates a new CagData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CagData) GetCagInfos ΒΆ

func (o *CagData) GetCagInfos() map[string]CagInfo

GetCagInfos returns the CagInfos field value

func (*CagData) GetCagInfosOk ΒΆ

func (o *CagData) GetCagInfosOk() (*map[string]CagInfo, bool)

GetCagInfosOk returns a tuple with the CagInfos field value and a boolean to check if the value has been set.

func (*CagData) GetProvisioningTime ΒΆ

func (o *CagData) GetProvisioningTime() time.Time

GetProvisioningTime returns the ProvisioningTime field value if set, zero value otherwise.

func (*CagData) GetProvisioningTimeOk ΒΆ

func (o *CagData) GetProvisioningTimeOk() (*time.Time, bool)

GetProvisioningTimeOk returns a tuple with the ProvisioningTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CagData) HasProvisioningTime ΒΆ

func (o *CagData) HasProvisioningTime() bool

HasProvisioningTime returns a boolean if a field has been set.

func (CagData) MarshalJSON ΒΆ

func (o CagData) MarshalJSON() ([]byte, error)

func (*CagData) SetCagInfos ΒΆ

func (o *CagData) SetCagInfos(v map[string]CagInfo)

SetCagInfos sets field value

func (*CagData) SetProvisioningTime ΒΆ

func (o *CagData) SetProvisioningTime(v time.Time)

SetProvisioningTime gets a reference to the given time.Time and assigns it to the ProvisioningTime field.

func (CagData) ToMap ΒΆ

func (o CagData) ToMap() (map[string]interface{}, error)

func (*CagData) UnmarshalJSON ΒΆ

func (o *CagData) UnmarshalJSON(bytes []byte) (err error)

type CagInfo ΒΆ

type CagInfo struct {
	AllowedCagList   []string `json:"allowedCagList"`
	CagOnlyIndicator *bool    `json:"cagOnlyIndicator,omitempty"`
}

CagInfo struct for CagInfo

func NewCagInfo ΒΆ

func NewCagInfo(allowedCagList []string) *CagInfo

NewCagInfo instantiates a new CagInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCagInfoWithDefaults ΒΆ

func NewCagInfoWithDefaults() *CagInfo

NewCagInfoWithDefaults instantiates a new CagInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CagInfo) GetAllowedCagList ΒΆ

func (o *CagInfo) GetAllowedCagList() []string

GetAllowedCagList returns the AllowedCagList field value

func (*CagInfo) GetAllowedCagListOk ΒΆ

func (o *CagInfo) GetAllowedCagListOk() ([]string, bool)

GetAllowedCagListOk returns a tuple with the AllowedCagList field value and a boolean to check if the value has been set.

func (*CagInfo) GetCagOnlyIndicator ΒΆ

func (o *CagInfo) GetCagOnlyIndicator() bool

GetCagOnlyIndicator returns the CagOnlyIndicator field value if set, zero value otherwise.

func (*CagInfo) GetCagOnlyIndicatorOk ΒΆ

func (o *CagInfo) GetCagOnlyIndicatorOk() (*bool, bool)

GetCagOnlyIndicatorOk returns a tuple with the CagOnlyIndicator field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CagInfo) HasCagOnlyIndicator ΒΆ

func (o *CagInfo) HasCagOnlyIndicator() bool

HasCagOnlyIndicator returns a boolean if a field has been set.

func (CagInfo) MarshalJSON ΒΆ

func (o CagInfo) MarshalJSON() ([]byte, error)

func (*CagInfo) SetAllowedCagList ΒΆ

func (o *CagInfo) SetAllowedCagList(v []string)

SetAllowedCagList sets field value

func (*CagInfo) SetCagOnlyIndicator ΒΆ

func (o *CagInfo) SetCagOnlyIndicator(v bool)

SetCagOnlyIndicator gets a reference to the given bool and assigns it to the CagOnlyIndicator field.

func (CagInfo) ToMap ΒΆ

func (o CagInfo) ToMap() (map[string]interface{}, error)

func (*CagInfo) UnmarshalJSON ΒΆ

func (o *CagInfo) UnmarshalJSON(bytes []byte) (err error)

type ChangeItem ΒΆ

type ChangeItem struct {
	Op ChangeType `json:"op"`
	// contains a JSON pointer value (as defined in IETF RFC 6901) that references a target  location within the resource on which the change has been applied.
	Path string `json:"path"`
	// indicates the path of the source JSON element (according to JSON Pointer syntax)  being moved or copied to the location indicated by the \"path\" attribute. It shall  be present if the \"op\" attribute is of value \"MOVE\".
	From      *string     `json:"from,omitempty"`
	OrigValue interface{} `json:"origValue,omitempty"`
	NewValue  interface{} `json:"newValue,omitempty"`
}

ChangeItem It contains data which need to be changed.

func NewChangeItem ΒΆ

func NewChangeItem(op ChangeType, path string) *ChangeItem

NewChangeItem instantiates a new ChangeItem object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewChangeItemWithDefaults ΒΆ

func NewChangeItemWithDefaults() *ChangeItem

NewChangeItemWithDefaults instantiates a new ChangeItem object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ChangeItem) GetFrom ΒΆ

func (o *ChangeItem) GetFrom() string

GetFrom returns the From field value if set, zero value otherwise.

func (*ChangeItem) GetFromOk ΒΆ

func (o *ChangeItem) GetFromOk() (*string, bool)

GetFromOk returns a tuple with the From field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ChangeItem) GetNewValue ΒΆ

func (o *ChangeItem) GetNewValue() interface{}

GetNewValue returns the NewValue field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ChangeItem) GetNewValueOk ΒΆ

func (o *ChangeItem) GetNewValueOk() (*interface{}, bool)

GetNewValueOk returns a tuple with the NewValue field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ChangeItem) GetOp ΒΆ

func (o *ChangeItem) GetOp() ChangeType

GetOp returns the Op field value

func (*ChangeItem) GetOpOk ΒΆ

func (o *ChangeItem) GetOpOk() (*ChangeType, bool)

GetOpOk returns a tuple with the Op field value and a boolean to check if the value has been set.

func (*ChangeItem) GetOrigValue ΒΆ

func (o *ChangeItem) GetOrigValue() interface{}

GetOrigValue returns the OrigValue field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ChangeItem) GetOrigValueOk ΒΆ

func (o *ChangeItem) GetOrigValueOk() (*interface{}, bool)

GetOrigValueOk returns a tuple with the OrigValue field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ChangeItem) GetPath ΒΆ

func (o *ChangeItem) GetPath() string

GetPath returns the Path field value

func (*ChangeItem) GetPathOk ΒΆ

func (o *ChangeItem) GetPathOk() (*string, bool)

GetPathOk returns a tuple with the Path field value and a boolean to check if the value has been set.

func (*ChangeItem) HasFrom ΒΆ

func (o *ChangeItem) HasFrom() bool

HasFrom returns a boolean if a field has been set.

func (*ChangeItem) HasNewValue ΒΆ

func (o *ChangeItem) HasNewValue() bool

HasNewValue returns a boolean if a field has been set.

func (*ChangeItem) HasOrigValue ΒΆ

func (o *ChangeItem) HasOrigValue() bool

HasOrigValue returns a boolean if a field has been set.

func (ChangeItem) MarshalJSON ΒΆ

func (o ChangeItem) MarshalJSON() ([]byte, error)

func (*ChangeItem) SetFrom ΒΆ

func (o *ChangeItem) SetFrom(v string)

SetFrom gets a reference to the given string and assigns it to the From field.

func (*ChangeItem) SetNewValue ΒΆ

func (o *ChangeItem) SetNewValue(v interface{})

SetNewValue gets a reference to the given interface{} and assigns it to the NewValue field.

func (*ChangeItem) SetOp ΒΆ

func (o *ChangeItem) SetOp(v ChangeType)

SetOp sets field value

func (*ChangeItem) SetOrigValue ΒΆ

func (o *ChangeItem) SetOrigValue(v interface{})

SetOrigValue gets a reference to the given interface{} and assigns it to the OrigValue field.

func (*ChangeItem) SetPath ΒΆ

func (o *ChangeItem) SetPath(v string)

SetPath sets field value

func (ChangeItem) ToMap ΒΆ

func (o ChangeItem) ToMap() (map[string]interface{}, error)

func (*ChangeItem) UnmarshalJSON ΒΆ

func (o *ChangeItem) UnmarshalJSON(bytes []byte) (err error)

type ChangeType ΒΆ

type ChangeType struct {
	// contains filtered or unexported fields
}

ChangeType Indicates the type of change to be performed.

func (*ChangeType) MarshalJSON ΒΆ

func (src *ChangeType) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*ChangeType) UnmarshalJSON ΒΆ

func (dst *ChangeType) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type CivicAddress ΒΆ

type CivicAddress struct {
	Country    *string `json:"country,omitempty"`
	A1         *string `json:"A1,omitempty"`
	A2         *string `json:"A2,omitempty"`
	A3         *string `json:"A3,omitempty"`
	A4         *string `json:"A4,omitempty"`
	A5         *string `json:"A5,omitempty"`
	A6         *string `json:"A6,omitempty"`
	PRD        *string `json:"PRD,omitempty"`
	POD        *string `json:"POD,omitempty"`
	STS        *string `json:"STS,omitempty"`
	HNO        *string `json:"HNO,omitempty"`
	HNS        *string `json:"HNS,omitempty"`
	LMK        *string `json:"LMK,omitempty"`
	LOC        *string `json:"LOC,omitempty"`
	NAM        *string `json:"NAM,omitempty"`
	PC         *string `json:"PC,omitempty"`
	BLD        *string `json:"BLD,omitempty"`
	UNIT       *string `json:"UNIT,omitempty"`
	FLR        *string `json:"FLR,omitempty"`
	ROOM       *string `json:"ROOM,omitempty"`
	PLC        *string `json:"PLC,omitempty"`
	PCN        *string `json:"PCN,omitempty"`
	POBOX      *string `json:"POBOX,omitempty"`
	ADDCODE    *string `json:"ADDCODE,omitempty"`
	SEAT       *string `json:"SEAT,omitempty"`
	RD         *string `json:"RD,omitempty"`
	RDSEC      *string `json:"RDSEC,omitempty"`
	RDBR       *string `json:"RDBR,omitempty"`
	RDSUBBR    *string `json:"RDSUBBR,omitempty"`
	PRM        *string `json:"PRM,omitempty"`
	POM        *string `json:"POM,omitempty"`
	UsageRules *string `json:"usageRules,omitempty"`
	Method     *string `json:"method,omitempty"`
	ProvidedBy *string `json:"providedBy,omitempty"`
}

CivicAddress Indicates a Civic address.

func NewCivicAddress ΒΆ

func NewCivicAddress() *CivicAddress

NewCivicAddress instantiates a new CivicAddress object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCivicAddressWithDefaults ΒΆ

func NewCivicAddressWithDefaults() *CivicAddress

NewCivicAddressWithDefaults instantiates a new CivicAddress object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CivicAddress) GetA1 ΒΆ

func (o *CivicAddress) GetA1() string

GetA1 returns the A1 field value if set, zero value otherwise.

func (*CivicAddress) GetA1Ok ΒΆ

func (o *CivicAddress) GetA1Ok() (*string, bool)

GetA1Ok returns a tuple with the A1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CivicAddress) GetA2 ΒΆ

func (o *CivicAddress) GetA2() string

GetA2 returns the A2 field value if set, zero value otherwise.

func (*CivicAddress) GetA2Ok ΒΆ

func (o *CivicAddress) GetA2Ok() (*string, bool)

GetA2Ok returns a tuple with the A2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CivicAddress) GetA3 ΒΆ

func (o *CivicAddress) GetA3() string

GetA3 returns the A3 field value if set, zero value otherwise.

func (*CivicAddress) GetA3Ok ΒΆ

func (o *CivicAddress) GetA3Ok() (*string, bool)

GetA3Ok returns a tuple with the A3 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CivicAddress) GetA4 ΒΆ

func (o *CivicAddress) GetA4() string

GetA4 returns the A4 field value if set, zero value otherwise.

func (*CivicAddress) GetA4Ok ΒΆ

func (o *CivicAddress) GetA4Ok() (*string, bool)

GetA4Ok returns a tuple with the A4 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CivicAddress) GetA5 ΒΆ

func (o *CivicAddress) GetA5() string

GetA5 returns the A5 field value if set, zero value otherwise.

func (*CivicAddress) GetA5Ok ΒΆ

func (o *CivicAddress) GetA5Ok() (*string, bool)

GetA5Ok returns a tuple with the A5 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CivicAddress) GetA6 ΒΆ

func (o *CivicAddress) GetA6() string

GetA6 returns the A6 field value if set, zero value otherwise.

func (*CivicAddress) GetA6Ok ΒΆ

func (o *CivicAddress) GetA6Ok() (*string, bool)

GetA6Ok returns a tuple with the A6 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CivicAddress) GetADDCODE ΒΆ

func (o *CivicAddress) GetADDCODE() string

GetADDCODE returns the ADDCODE field value if set, zero value otherwise.

func (*CivicAddress) GetADDCODEOk ΒΆ

func (o *CivicAddress) GetADDCODEOk() (*string, bool)

GetADDCODEOk returns a tuple with the ADDCODE field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CivicAddress) GetBLD ΒΆ

func (o *CivicAddress) GetBLD() string

GetBLD returns the BLD field value if set, zero value otherwise.

func (*CivicAddress) GetBLDOk ΒΆ

func (o *CivicAddress) GetBLDOk() (*string, bool)

GetBLDOk returns a tuple with the BLD field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CivicAddress) GetCountry ΒΆ

func (o *CivicAddress) GetCountry() string

GetCountry returns the Country field value if set, zero value otherwise.

func (*CivicAddress) GetCountryOk ΒΆ

func (o *CivicAddress) GetCountryOk() (*string, bool)

GetCountryOk returns a tuple with the Country field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CivicAddress) GetFLR ΒΆ

func (o *CivicAddress) GetFLR() string

GetFLR returns the FLR field value if set, zero value otherwise.

func (*CivicAddress) GetFLROk ΒΆ

func (o *CivicAddress) GetFLROk() (*string, bool)

GetFLROk returns a tuple with the FLR field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CivicAddress) GetHNO ΒΆ

func (o *CivicAddress) GetHNO() string

GetHNO returns the HNO field value if set, zero value otherwise.

func (*CivicAddress) GetHNOOk ΒΆ

func (o *CivicAddress) GetHNOOk() (*string, bool)

GetHNOOk returns a tuple with the HNO field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CivicAddress) GetHNS ΒΆ

func (o *CivicAddress) GetHNS() string

GetHNS returns the HNS field value if set, zero value otherwise.

func (*CivicAddress) GetHNSOk ΒΆ

func (o *CivicAddress) GetHNSOk() (*string, bool)

GetHNSOk returns a tuple with the HNS field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CivicAddress) GetLMK ΒΆ

func (o *CivicAddress) GetLMK() string

GetLMK returns the LMK field value if set, zero value otherwise.

func (*CivicAddress) GetLMKOk ΒΆ

func (o *CivicAddress) GetLMKOk() (*string, bool)

GetLMKOk returns a tuple with the LMK field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CivicAddress) GetLOC ΒΆ

func (o *CivicAddress) GetLOC() string

GetLOC returns the LOC field value if set, zero value otherwise.

func (*CivicAddress) GetLOCOk ΒΆ

func (o *CivicAddress) GetLOCOk() (*string, bool)

GetLOCOk returns a tuple with the LOC field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CivicAddress) GetMethod ΒΆ

func (o *CivicAddress) GetMethod() string

GetMethod returns the Method field value if set, zero value otherwise.

func (*CivicAddress) GetMethodOk ΒΆ

func (o *CivicAddress) GetMethodOk() (*string, bool)

GetMethodOk returns a tuple with the Method field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CivicAddress) GetNAM ΒΆ

func (o *CivicAddress) GetNAM() string

GetNAM returns the NAM field value if set, zero value otherwise.

func (*CivicAddress) GetNAMOk ΒΆ

func (o *CivicAddress) GetNAMOk() (*string, bool)

GetNAMOk returns a tuple with the NAM field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CivicAddress) GetPC ΒΆ

func (o *CivicAddress) GetPC() string

GetPC returns the PC field value if set, zero value otherwise.

func (*CivicAddress) GetPCN ΒΆ

func (o *CivicAddress) GetPCN() string

GetPCN returns the PCN field value if set, zero value otherwise.

func (*CivicAddress) GetPCNOk ΒΆ

func (o *CivicAddress) GetPCNOk() (*string, bool)

GetPCNOk returns a tuple with the PCN field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CivicAddress) GetPCOk ΒΆ

func (o *CivicAddress) GetPCOk() (*string, bool)

GetPCOk returns a tuple with the PC field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CivicAddress) GetPLC ΒΆ

func (o *CivicAddress) GetPLC() string

GetPLC returns the PLC field value if set, zero value otherwise.

func (*CivicAddress) GetPLCOk ΒΆ

func (o *CivicAddress) GetPLCOk() (*string, bool)

GetPLCOk returns a tuple with the PLC field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CivicAddress) GetPOBOX ΒΆ

func (o *CivicAddress) GetPOBOX() string

GetPOBOX returns the POBOX field value if set, zero value otherwise.

func (*CivicAddress) GetPOBOXOk ΒΆ

func (o *CivicAddress) GetPOBOXOk() (*string, bool)

GetPOBOXOk returns a tuple with the POBOX field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CivicAddress) GetPOD ΒΆ

func (o *CivicAddress) GetPOD() string

GetPOD returns the POD field value if set, zero value otherwise.

func (*CivicAddress) GetPODOk ΒΆ

func (o *CivicAddress) GetPODOk() (*string, bool)

GetPODOk returns a tuple with the POD field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CivicAddress) GetPOM ΒΆ

func (o *CivicAddress) GetPOM() string

GetPOM returns the POM field value if set, zero value otherwise.

func (*CivicAddress) GetPOMOk ΒΆ

func (o *CivicAddress) GetPOMOk() (*string, bool)

GetPOMOk returns a tuple with the POM field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CivicAddress) GetPRD ΒΆ

func (o *CivicAddress) GetPRD() string

GetPRD returns the PRD field value if set, zero value otherwise.

func (*CivicAddress) GetPRDOk ΒΆ

func (o *CivicAddress) GetPRDOk() (*string, bool)

GetPRDOk returns a tuple with the PRD field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CivicAddress) GetPRM ΒΆ

func (o *CivicAddress) GetPRM() string

GetPRM returns the PRM field value if set, zero value otherwise.

func (*CivicAddress) GetPRMOk ΒΆ

func (o *CivicAddress) GetPRMOk() (*string, bool)

GetPRMOk returns a tuple with the PRM field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CivicAddress) GetProvidedBy ΒΆ

func (o *CivicAddress) GetProvidedBy() string

GetProvidedBy returns the ProvidedBy field value if set, zero value otherwise.

func (*CivicAddress) GetProvidedByOk ΒΆ

func (o *CivicAddress) GetProvidedByOk() (*string, bool)

GetProvidedByOk returns a tuple with the ProvidedBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CivicAddress) GetRD ΒΆ

func (o *CivicAddress) GetRD() string

GetRD returns the RD field value if set, zero value otherwise.

func (*CivicAddress) GetRDBR ΒΆ

func (o *CivicAddress) GetRDBR() string

GetRDBR returns the RDBR field value if set, zero value otherwise.

func (*CivicAddress) GetRDBROk ΒΆ

func (o *CivicAddress) GetRDBROk() (*string, bool)

GetRDBROk returns a tuple with the RDBR field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CivicAddress) GetRDOk ΒΆ

func (o *CivicAddress) GetRDOk() (*string, bool)

GetRDOk returns a tuple with the RD field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CivicAddress) GetRDSEC ΒΆ

func (o *CivicAddress) GetRDSEC() string

GetRDSEC returns the RDSEC field value if set, zero value otherwise.

func (*CivicAddress) GetRDSECOk ΒΆ

func (o *CivicAddress) GetRDSECOk() (*string, bool)

GetRDSECOk returns a tuple with the RDSEC field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CivicAddress) GetRDSUBBR ΒΆ

func (o *CivicAddress) GetRDSUBBR() string

GetRDSUBBR returns the RDSUBBR field value if set, zero value otherwise.

func (*CivicAddress) GetRDSUBBROk ΒΆ

func (o *CivicAddress) GetRDSUBBROk() (*string, bool)

GetRDSUBBROk returns a tuple with the RDSUBBR field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CivicAddress) GetROOM ΒΆ

func (o *CivicAddress) GetROOM() string

GetROOM returns the ROOM field value if set, zero value otherwise.

func (*CivicAddress) GetROOMOk ΒΆ

func (o *CivicAddress) GetROOMOk() (*string, bool)

GetROOMOk returns a tuple with the ROOM field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CivicAddress) GetSEAT ΒΆ

func (o *CivicAddress) GetSEAT() string

GetSEAT returns the SEAT field value if set, zero value otherwise.

func (*CivicAddress) GetSEATOk ΒΆ

func (o *CivicAddress) GetSEATOk() (*string, bool)

GetSEATOk returns a tuple with the SEAT field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CivicAddress) GetSTS ΒΆ

func (o *CivicAddress) GetSTS() string

GetSTS returns the STS field value if set, zero value otherwise.

func (*CivicAddress) GetSTSOk ΒΆ

func (o *CivicAddress) GetSTSOk() (*string, bool)

GetSTSOk returns a tuple with the STS field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CivicAddress) GetUNIT ΒΆ

func (o *CivicAddress) GetUNIT() string

GetUNIT returns the UNIT field value if set, zero value otherwise.

func (*CivicAddress) GetUNITOk ΒΆ

func (o *CivicAddress) GetUNITOk() (*string, bool)

GetUNITOk returns a tuple with the UNIT field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CivicAddress) GetUsageRules ΒΆ

func (o *CivicAddress) GetUsageRules() string

GetUsageRules returns the UsageRules field value if set, zero value otherwise.

func (*CivicAddress) GetUsageRulesOk ΒΆ

func (o *CivicAddress) GetUsageRulesOk() (*string, bool)

GetUsageRulesOk returns a tuple with the UsageRules field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CivicAddress) HasA1 ΒΆ

func (o *CivicAddress) HasA1() bool

HasA1 returns a boolean if a field has been set.

func (*CivicAddress) HasA2 ΒΆ

func (o *CivicAddress) HasA2() bool

HasA2 returns a boolean if a field has been set.

func (*CivicAddress) HasA3 ΒΆ

func (o *CivicAddress) HasA3() bool

HasA3 returns a boolean if a field has been set.

func (*CivicAddress) HasA4 ΒΆ

func (o *CivicAddress) HasA4() bool

HasA4 returns a boolean if a field has been set.

func (*CivicAddress) HasA5 ΒΆ

func (o *CivicAddress) HasA5() bool

HasA5 returns a boolean if a field has been set.

func (*CivicAddress) HasA6 ΒΆ

func (o *CivicAddress) HasA6() bool

HasA6 returns a boolean if a field has been set.

func (*CivicAddress) HasADDCODE ΒΆ

func (o *CivicAddress) HasADDCODE() bool

HasADDCODE returns a boolean if a field has been set.

func (*CivicAddress) HasBLD ΒΆ

func (o *CivicAddress) HasBLD() bool

HasBLD returns a boolean if a field has been set.

func (*CivicAddress) HasCountry ΒΆ

func (o *CivicAddress) HasCountry() bool

HasCountry returns a boolean if a field has been set.

func (*CivicAddress) HasFLR ΒΆ

func (o *CivicAddress) HasFLR() bool

HasFLR returns a boolean if a field has been set.

func (*CivicAddress) HasHNO ΒΆ

func (o *CivicAddress) HasHNO() bool

HasHNO returns a boolean if a field has been set.

func (*CivicAddress) HasHNS ΒΆ

func (o *CivicAddress) HasHNS() bool

HasHNS returns a boolean if a field has been set.

func (*CivicAddress) HasLMK ΒΆ

func (o *CivicAddress) HasLMK() bool

HasLMK returns a boolean if a field has been set.

func (*CivicAddress) HasLOC ΒΆ

func (o *CivicAddress) HasLOC() bool

HasLOC returns a boolean if a field has been set.

func (*CivicAddress) HasMethod ΒΆ

func (o *CivicAddress) HasMethod() bool

HasMethod returns a boolean if a field has been set.

func (*CivicAddress) HasNAM ΒΆ

func (o *CivicAddress) HasNAM() bool

HasNAM returns a boolean if a field has been set.

func (*CivicAddress) HasPC ΒΆ

func (o *CivicAddress) HasPC() bool

HasPC returns a boolean if a field has been set.

func (*CivicAddress) HasPCN ΒΆ

func (o *CivicAddress) HasPCN() bool

HasPCN returns a boolean if a field has been set.

func (*CivicAddress) HasPLC ΒΆ

func (o *CivicAddress) HasPLC() bool

HasPLC returns a boolean if a field has been set.

func (*CivicAddress) HasPOBOX ΒΆ

func (o *CivicAddress) HasPOBOX() bool

HasPOBOX returns a boolean if a field has been set.

func (*CivicAddress) HasPOD ΒΆ

func (o *CivicAddress) HasPOD() bool

HasPOD returns a boolean if a field has been set.

func (*CivicAddress) HasPOM ΒΆ

func (o *CivicAddress) HasPOM() bool

HasPOM returns a boolean if a field has been set.

func (*CivicAddress) HasPRD ΒΆ

func (o *CivicAddress) HasPRD() bool

HasPRD returns a boolean if a field has been set.

func (*CivicAddress) HasPRM ΒΆ

func (o *CivicAddress) HasPRM() bool

HasPRM returns a boolean if a field has been set.

func (*CivicAddress) HasProvidedBy ΒΆ

func (o *CivicAddress) HasProvidedBy() bool

HasProvidedBy returns a boolean if a field has been set.

func (*CivicAddress) HasRD ΒΆ

func (o *CivicAddress) HasRD() bool

HasRD returns a boolean if a field has been set.

func (*CivicAddress) HasRDBR ΒΆ

func (o *CivicAddress) HasRDBR() bool

HasRDBR returns a boolean if a field has been set.

func (*CivicAddress) HasRDSEC ΒΆ

func (o *CivicAddress) HasRDSEC() bool

HasRDSEC returns a boolean if a field has been set.

func (*CivicAddress) HasRDSUBBR ΒΆ

func (o *CivicAddress) HasRDSUBBR() bool

HasRDSUBBR returns a boolean if a field has been set.

func (*CivicAddress) HasROOM ΒΆ

func (o *CivicAddress) HasROOM() bool

HasROOM returns a boolean if a field has been set.

func (*CivicAddress) HasSEAT ΒΆ

func (o *CivicAddress) HasSEAT() bool

HasSEAT returns a boolean if a field has been set.

func (*CivicAddress) HasSTS ΒΆ

func (o *CivicAddress) HasSTS() bool

HasSTS returns a boolean if a field has been set.

func (*CivicAddress) HasUNIT ΒΆ

func (o *CivicAddress) HasUNIT() bool

HasUNIT returns a boolean if a field has been set.

func (*CivicAddress) HasUsageRules ΒΆ

func (o *CivicAddress) HasUsageRules() bool

HasUsageRules returns a boolean if a field has been set.

func (CivicAddress) MarshalJSON ΒΆ

func (o CivicAddress) MarshalJSON() ([]byte, error)

func (*CivicAddress) SetA1 ΒΆ

func (o *CivicAddress) SetA1(v string)

SetA1 gets a reference to the given string and assigns it to the A1 field.

func (*CivicAddress) SetA2 ΒΆ

func (o *CivicAddress) SetA2(v string)

SetA2 gets a reference to the given string and assigns it to the A2 field.

func (*CivicAddress) SetA3 ΒΆ

func (o *CivicAddress) SetA3(v string)

SetA3 gets a reference to the given string and assigns it to the A3 field.

func (*CivicAddress) SetA4 ΒΆ

func (o *CivicAddress) SetA4(v string)

SetA4 gets a reference to the given string and assigns it to the A4 field.

func (*CivicAddress) SetA5 ΒΆ

func (o *CivicAddress) SetA5(v string)

SetA5 gets a reference to the given string and assigns it to the A5 field.

func (*CivicAddress) SetA6 ΒΆ

func (o *CivicAddress) SetA6(v string)

SetA6 gets a reference to the given string and assigns it to the A6 field.

func (*CivicAddress) SetADDCODE ΒΆ

func (o *CivicAddress) SetADDCODE(v string)

SetADDCODE gets a reference to the given string and assigns it to the ADDCODE field.

func (*CivicAddress) SetBLD ΒΆ

func (o *CivicAddress) SetBLD(v string)

SetBLD gets a reference to the given string and assigns it to the BLD field.

func (*CivicAddress) SetCountry ΒΆ

func (o *CivicAddress) SetCountry(v string)

SetCountry gets a reference to the given string and assigns it to the Country field.

func (*CivicAddress) SetFLR ΒΆ

func (o *CivicAddress) SetFLR(v string)

SetFLR gets a reference to the given string and assigns it to the FLR field.

func (*CivicAddress) SetHNO ΒΆ

func (o *CivicAddress) SetHNO(v string)

SetHNO gets a reference to the given string and assigns it to the HNO field.

func (*CivicAddress) SetHNS ΒΆ

func (o *CivicAddress) SetHNS(v string)

SetHNS gets a reference to the given string and assigns it to the HNS field.

func (*CivicAddress) SetLMK ΒΆ

func (o *CivicAddress) SetLMK(v string)

SetLMK gets a reference to the given string and assigns it to the LMK field.

func (*CivicAddress) SetLOC ΒΆ

func (o *CivicAddress) SetLOC(v string)

SetLOC gets a reference to the given string and assigns it to the LOC field.

func (*CivicAddress) SetMethod ΒΆ

func (o *CivicAddress) SetMethod(v string)

SetMethod gets a reference to the given string and assigns it to the Method field.

func (*CivicAddress) SetNAM ΒΆ

func (o *CivicAddress) SetNAM(v string)

SetNAM gets a reference to the given string and assigns it to the NAM field.

func (*CivicAddress) SetPC ΒΆ

func (o *CivicAddress) SetPC(v string)

SetPC gets a reference to the given string and assigns it to the PC field.

func (*CivicAddress) SetPCN ΒΆ

func (o *CivicAddress) SetPCN(v string)

SetPCN gets a reference to the given string and assigns it to the PCN field.

func (*CivicAddress) SetPLC ΒΆ

func (o *CivicAddress) SetPLC(v string)

SetPLC gets a reference to the given string and assigns it to the PLC field.

func (*CivicAddress) SetPOBOX ΒΆ

func (o *CivicAddress) SetPOBOX(v string)

SetPOBOX gets a reference to the given string and assigns it to the POBOX field.

func (*CivicAddress) SetPOD ΒΆ

func (o *CivicAddress) SetPOD(v string)

SetPOD gets a reference to the given string and assigns it to the POD field.

func (*CivicAddress) SetPOM ΒΆ

func (o *CivicAddress) SetPOM(v string)

SetPOM gets a reference to the given string and assigns it to the POM field.

func (*CivicAddress) SetPRD ΒΆ

func (o *CivicAddress) SetPRD(v string)

SetPRD gets a reference to the given string and assigns it to the PRD field.

func (*CivicAddress) SetPRM ΒΆ

func (o *CivicAddress) SetPRM(v string)

SetPRM gets a reference to the given string and assigns it to the PRM field.

func (*CivicAddress) SetProvidedBy ΒΆ

func (o *CivicAddress) SetProvidedBy(v string)

SetProvidedBy gets a reference to the given string and assigns it to the ProvidedBy field.

func (*CivicAddress) SetRD ΒΆ

func (o *CivicAddress) SetRD(v string)

SetRD gets a reference to the given string and assigns it to the RD field.

func (*CivicAddress) SetRDBR ΒΆ

func (o *CivicAddress) SetRDBR(v string)

SetRDBR gets a reference to the given string and assigns it to the RDBR field.

func (*CivicAddress) SetRDSEC ΒΆ

func (o *CivicAddress) SetRDSEC(v string)

SetRDSEC gets a reference to the given string and assigns it to the RDSEC field.

func (*CivicAddress) SetRDSUBBR ΒΆ

func (o *CivicAddress) SetRDSUBBR(v string)

SetRDSUBBR gets a reference to the given string and assigns it to the RDSUBBR field.

func (*CivicAddress) SetROOM ΒΆ

func (o *CivicAddress) SetROOM(v string)

SetROOM gets a reference to the given string and assigns it to the ROOM field.

func (*CivicAddress) SetSEAT ΒΆ

func (o *CivicAddress) SetSEAT(v string)

SetSEAT gets a reference to the given string and assigns it to the SEAT field.

func (*CivicAddress) SetSTS ΒΆ

func (o *CivicAddress) SetSTS(v string)

SetSTS gets a reference to the given string and assigns it to the STS field.

func (*CivicAddress) SetUNIT ΒΆ

func (o *CivicAddress) SetUNIT(v string)

SetUNIT gets a reference to the given string and assigns it to the UNIT field.

func (*CivicAddress) SetUsageRules ΒΆ

func (o *CivicAddress) SetUsageRules(v string)

SetUsageRules gets a reference to the given string and assigns it to the UsageRules field.

func (CivicAddress) ToMap ΒΆ

func (o CivicAddress) ToMap() (map[string]interface{}, error)

type Class5MBSSubscriptionDataRetrievalAPIService ΒΆ

type Class5MBSSubscriptionDataRetrievalAPIService service

Class5MBSSubscriptionDataRetrievalAPIService Class5MBSSubscriptionDataRetrievalAPI service

func (*Class5MBSSubscriptionDataRetrievalAPIService) GetMbsData ΒΆ

GetMbsData retrieve a UE's 5MBS Subscription Data

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param supi Identifier of the UE
@return ApiGetMbsDataRequest

func (*Class5MBSSubscriptionDataRetrievalAPIService) GetMbsDataExecute ΒΆ

Execute executes the request

@return MbsSubscriptionData

type CodeWordInd ΒΆ

type CodeWordInd struct {
	// contains filtered or unexported fields
}

CodeWordInd struct for CodeWordInd

func (*CodeWordInd) MarshalJSON ΒΆ

func (src *CodeWordInd) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*CodeWordInd) UnmarshalJSON ΒΆ

func (dst *CodeWordInd) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type CollectionPeriodRmmLteMdt ΒΆ

type CollectionPeriodRmmLteMdt struct {
	// contains filtered or unexported fields
}

CollectionPeriodRmmLteMdt The enumeration CollectionPeriodRmmLteMdt defines Collection period for RRM measurements LTE for MDT in the trace. See 3GPP TS 32.422 for further description of the values. It shall comply with the provisions defined in table 5.6.3.15-1.

func (*CollectionPeriodRmmLteMdt) MarshalJSON ΒΆ

func (src *CollectionPeriodRmmLteMdt) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*CollectionPeriodRmmLteMdt) UnmarshalJSON ΒΆ

func (dst *CollectionPeriodRmmLteMdt) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type CollectionPeriodRmmNrMdt ΒΆ

type CollectionPeriodRmmNrMdt struct {
	// contains filtered or unexported fields
}

CollectionPeriodRmmNrMdt The enumeration CollectionPeriodRmmNrMdt defines Collection period for RRM measurements NR for MDT in the trace. See 3GPP TS 32.422 for further description of the values. It shall comply with the provisions defined in table 5.6.3.19-1

func (*CollectionPeriodRmmNrMdt) MarshalJSON ΒΆ

func (src *CollectionPeriodRmmNrMdt) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*CollectionPeriodRmmNrMdt) UnmarshalJSON ΒΆ

func (dst *CollectionPeriodRmmNrMdt) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type Configuration ΒΆ

type Configuration struct {
	Host             string            `json:"host,omitempty"`
	Scheme           string            `json:"scheme,omitempty"`
	DefaultHeader    map[string]string `json:"defaultHeader,omitempty"`
	UserAgent        string            `json:"userAgent,omitempty"`
	Debug            bool              `json:"debug,omitempty"`
	Servers          ServerConfigurations
	OperationServers map[string]ServerConfigurations
	HTTPClient       *http.Client
}

Configuration stores the configuration of the API client

func NewConfiguration ΒΆ

func NewConfiguration() *Configuration

NewConfiguration returns a new Configuration object

func (*Configuration) AddDefaultHeader ΒΆ

func (c *Configuration) AddDefaultHeader(key string, value string)

AddDefaultHeader adds a new HTTP header to the default header in the request

func (*Configuration) ServerURL ΒΆ

func (c *Configuration) ServerURL(index int, variables map[string]string) (string, error)

ServerURL returns URL based on server settings

func (*Configuration) ServerURLWithContext ΒΆ

func (c *Configuration) ServerURLWithContext(ctx context.Context, endpoint string) (string, error)

ServerURLWithContext returns a new server URL given an endpoint

type ContextInfo ΒΆ

type ContextInfo struct {
	OrigHeaders    []string `json:"origHeaders,omitempty"`
	RequestHeaders []string `json:"requestHeaders,omitempty"`
}

ContextInfo struct for ContextInfo

func NewContextInfo ΒΆ

func NewContextInfo() *ContextInfo

NewContextInfo instantiates a new ContextInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewContextInfoWithDefaults ΒΆ

func NewContextInfoWithDefaults() *ContextInfo

NewContextInfoWithDefaults instantiates a new ContextInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ContextInfo) GetOrigHeaders ΒΆ

func (o *ContextInfo) GetOrigHeaders() []string

GetOrigHeaders returns the OrigHeaders field value if set, zero value otherwise.

func (*ContextInfo) GetOrigHeadersOk ΒΆ

func (o *ContextInfo) GetOrigHeadersOk() ([]string, bool)

GetOrigHeadersOk returns a tuple with the OrigHeaders field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContextInfo) GetRequestHeaders ΒΆ

func (o *ContextInfo) GetRequestHeaders() []string

GetRequestHeaders returns the RequestHeaders field value if set, zero value otherwise.

func (*ContextInfo) GetRequestHeadersOk ΒΆ

func (o *ContextInfo) GetRequestHeadersOk() ([]string, bool)

GetRequestHeadersOk returns a tuple with the RequestHeaders field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContextInfo) HasOrigHeaders ΒΆ

func (o *ContextInfo) HasOrigHeaders() bool

HasOrigHeaders returns a boolean if a field has been set.

func (*ContextInfo) HasRequestHeaders ΒΆ

func (o *ContextInfo) HasRequestHeaders() bool

HasRequestHeaders returns a boolean if a field has been set.

func (ContextInfo) MarshalJSON ΒΆ

func (o ContextInfo) MarshalJSON() ([]byte, error)

func (*ContextInfo) SetOrigHeaders ΒΆ

func (o *ContextInfo) SetOrigHeaders(v []string)

SetOrigHeaders gets a reference to the given []string and assigns it to the OrigHeaders field.

func (*ContextInfo) SetRequestHeaders ΒΆ

func (o *ContextInfo) SetRequestHeaders(v []string)

SetRequestHeaders gets a reference to the given []string and assigns it to the RequestHeaders field.

func (ContextInfo) ToMap ΒΆ

func (o ContextInfo) ToMap() (map[string]interface{}, error)

type CoreNetworkType ΒΆ

type CoreNetworkType struct {
	// contains filtered or unexported fields
}

CoreNetworkType It contains the Core Network type 5GC or EPC.

func (*CoreNetworkType) MarshalJSON ΒΆ

func (src *CoreNetworkType) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*CoreNetworkType) UnmarshalJSON ΒΆ

func (dst *CoreNetworkType) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type DataRestorationNotification ΒΆ

type DataRestorationNotification struct {
	// string with format 'date-time' as defined in OpenAPI.
	LastReplicationTime *time.Time `json:"lastReplicationTime,omitempty"`
	// string with format 'date-time' as defined in OpenAPI.
	RecoveryTime *time.Time      `json:"recoveryTime,omitempty"`
	PlmnId       *PlmnId         `json:"plmnId,omitempty"`
	SupiRanges   []SupiRange     `json:"supiRanges,omitempty"`
	GpsiRanges   []IdentityRange `json:"gpsiRanges,omitempty"`
	ResetIds     []string        `json:"resetIds,omitempty"`
	SNssaiList   []Snssai        `json:"sNssaiList,omitempty"`
	DnnList      []string        `json:"dnnList,omitempty"`
	// Identifier of a group of NFs.
	UdmGroupId *string `json:"udmGroupId,omitempty"`
}

DataRestorationNotification Contains identities representing those UEs potentially affected by a data-loss event at the UDR

func NewDataRestorationNotification ΒΆ

func NewDataRestorationNotification() *DataRestorationNotification

NewDataRestorationNotification instantiates a new DataRestorationNotification object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDataRestorationNotificationWithDefaults ΒΆ

func NewDataRestorationNotificationWithDefaults() *DataRestorationNotification

NewDataRestorationNotificationWithDefaults instantiates a new DataRestorationNotification object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DataRestorationNotification) GetDnnList ΒΆ

func (o *DataRestorationNotification) GetDnnList() []string

GetDnnList returns the DnnList field value if set, zero value otherwise.

func (*DataRestorationNotification) GetDnnListOk ΒΆ

func (o *DataRestorationNotification) GetDnnListOk() ([]string, bool)

GetDnnListOk returns a tuple with the DnnList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DataRestorationNotification) GetGpsiRanges ΒΆ

func (o *DataRestorationNotification) GetGpsiRanges() []IdentityRange

GetGpsiRanges returns the GpsiRanges field value if set, zero value otherwise.

func (*DataRestorationNotification) GetGpsiRangesOk ΒΆ

func (o *DataRestorationNotification) GetGpsiRangesOk() ([]IdentityRange, bool)

GetGpsiRangesOk returns a tuple with the GpsiRanges field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DataRestorationNotification) GetLastReplicationTime ΒΆ

func (o *DataRestorationNotification) GetLastReplicationTime() time.Time

GetLastReplicationTime returns the LastReplicationTime field value if set, zero value otherwise.

func (*DataRestorationNotification) GetLastReplicationTimeOk ΒΆ

func (o *DataRestorationNotification) GetLastReplicationTimeOk() (*time.Time, bool)

GetLastReplicationTimeOk returns a tuple with the LastReplicationTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DataRestorationNotification) GetPlmnId ΒΆ

func (o *DataRestorationNotification) GetPlmnId() PlmnId

GetPlmnId returns the PlmnId field value if set, zero value otherwise.

func (*DataRestorationNotification) GetPlmnIdOk ΒΆ

func (o *DataRestorationNotification) GetPlmnIdOk() (*PlmnId, bool)

GetPlmnIdOk returns a tuple with the PlmnId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DataRestorationNotification) GetRecoveryTime ΒΆ

func (o *DataRestorationNotification) GetRecoveryTime() time.Time

GetRecoveryTime returns the RecoveryTime field value if set, zero value otherwise.

func (*DataRestorationNotification) GetRecoveryTimeOk ΒΆ

func (o *DataRestorationNotification) GetRecoveryTimeOk() (*time.Time, bool)

GetRecoveryTimeOk returns a tuple with the RecoveryTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DataRestorationNotification) GetResetIds ΒΆ

func (o *DataRestorationNotification) GetResetIds() []string

GetResetIds returns the ResetIds field value if set, zero value otherwise.

func (*DataRestorationNotification) GetResetIdsOk ΒΆ

func (o *DataRestorationNotification) GetResetIdsOk() ([]string, bool)

GetResetIdsOk returns a tuple with the ResetIds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DataRestorationNotification) GetSNssaiList ΒΆ

func (o *DataRestorationNotification) GetSNssaiList() []Snssai

GetSNssaiList returns the SNssaiList field value if set, zero value otherwise.

func (*DataRestorationNotification) GetSNssaiListOk ΒΆ

func (o *DataRestorationNotification) GetSNssaiListOk() ([]Snssai, bool)

GetSNssaiListOk returns a tuple with the SNssaiList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DataRestorationNotification) GetSupiRanges ΒΆ

func (o *DataRestorationNotification) GetSupiRanges() []SupiRange

GetSupiRanges returns the SupiRanges field value if set, zero value otherwise.

func (*DataRestorationNotification) GetSupiRangesOk ΒΆ

func (o *DataRestorationNotification) GetSupiRangesOk() ([]SupiRange, bool)

GetSupiRangesOk returns a tuple with the SupiRanges field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DataRestorationNotification) GetUdmGroupId ΒΆ

func (o *DataRestorationNotification) GetUdmGroupId() string

GetUdmGroupId returns the UdmGroupId field value if set, zero value otherwise.

func (*DataRestorationNotification) GetUdmGroupIdOk ΒΆ

func (o *DataRestorationNotification) GetUdmGroupIdOk() (*string, bool)

GetUdmGroupIdOk returns a tuple with the UdmGroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DataRestorationNotification) HasDnnList ΒΆ

func (o *DataRestorationNotification) HasDnnList() bool

HasDnnList returns a boolean if a field has been set.

func (*DataRestorationNotification) HasGpsiRanges ΒΆ

func (o *DataRestorationNotification) HasGpsiRanges() bool

HasGpsiRanges returns a boolean if a field has been set.

func (*DataRestorationNotification) HasLastReplicationTime ΒΆ

func (o *DataRestorationNotification) HasLastReplicationTime() bool

HasLastReplicationTime returns a boolean if a field has been set.

func (*DataRestorationNotification) HasPlmnId ΒΆ

func (o *DataRestorationNotification) HasPlmnId() bool

HasPlmnId returns a boolean if a field has been set.

func (*DataRestorationNotification) HasRecoveryTime ΒΆ

func (o *DataRestorationNotification) HasRecoveryTime() bool

HasRecoveryTime returns a boolean if a field has been set.

func (*DataRestorationNotification) HasResetIds ΒΆ

func (o *DataRestorationNotification) HasResetIds() bool

HasResetIds returns a boolean if a field has been set.

func (*DataRestorationNotification) HasSNssaiList ΒΆ

func (o *DataRestorationNotification) HasSNssaiList() bool

HasSNssaiList returns a boolean if a field has been set.

func (*DataRestorationNotification) HasSupiRanges ΒΆ

func (o *DataRestorationNotification) HasSupiRanges() bool

HasSupiRanges returns a boolean if a field has been set.

func (*DataRestorationNotification) HasUdmGroupId ΒΆ

func (o *DataRestorationNotification) HasUdmGroupId() bool

HasUdmGroupId returns a boolean if a field has been set.

func (DataRestorationNotification) MarshalJSON ΒΆ

func (o DataRestorationNotification) MarshalJSON() ([]byte, error)

func (*DataRestorationNotification) SetDnnList ΒΆ

func (o *DataRestorationNotification) SetDnnList(v []string)

SetDnnList gets a reference to the given []string and assigns it to the DnnList field.

func (*DataRestorationNotification) SetGpsiRanges ΒΆ

func (o *DataRestorationNotification) SetGpsiRanges(v []IdentityRange)

SetGpsiRanges gets a reference to the given []IdentityRange and assigns it to the GpsiRanges field.

func (*DataRestorationNotification) SetLastReplicationTime ΒΆ

func (o *DataRestorationNotification) SetLastReplicationTime(v time.Time)

SetLastReplicationTime gets a reference to the given time.Time and assigns it to the LastReplicationTime field.

func (*DataRestorationNotification) SetPlmnId ΒΆ

func (o *DataRestorationNotification) SetPlmnId(v PlmnId)

SetPlmnId gets a reference to the given PlmnId and assigns it to the PlmnId field.

func (*DataRestorationNotification) SetRecoveryTime ΒΆ

func (o *DataRestorationNotification) SetRecoveryTime(v time.Time)

SetRecoveryTime gets a reference to the given time.Time and assigns it to the RecoveryTime field.

func (*DataRestorationNotification) SetResetIds ΒΆ

func (o *DataRestorationNotification) SetResetIds(v []string)

SetResetIds gets a reference to the given []string and assigns it to the ResetIds field.

func (*DataRestorationNotification) SetSNssaiList ΒΆ

func (o *DataRestorationNotification) SetSNssaiList(v []Snssai)

SetSNssaiList gets a reference to the given []Snssai and assigns it to the SNssaiList field.

func (*DataRestorationNotification) SetSupiRanges ΒΆ

func (o *DataRestorationNotification) SetSupiRanges(v []SupiRange)

SetSupiRanges gets a reference to the given []SupiRange and assigns it to the SupiRanges field.

func (*DataRestorationNotification) SetUdmGroupId ΒΆ

func (o *DataRestorationNotification) SetUdmGroupId(v string)

SetUdmGroupId gets a reference to the given string and assigns it to the UdmGroupId field.

func (DataRestorationNotification) ToMap ΒΆ

func (o DataRestorationNotification) ToMap() (map[string]interface{}, error)

type DataSetName ΒΆ

type DataSetName struct {
	// contains filtered or unexported fields
}

DataSetName struct for DataSetName

func (*DataSetName) MarshalJSON ΒΆ

func (src *DataSetName) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*DataSetName) UnmarshalJSON ΒΆ

func (dst *DataSetName) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type DefaultUnrelatedClass ΒΆ

type DefaultUnrelatedClass struct {
	AllowedGeographicArea     []GeographicArea           `json:"allowedGeographicArea,omitempty"`
	PrivacyCheckRelatedAction *PrivacyCheckRelatedAction `json:"privacyCheckRelatedAction,omitempty"`
	CodeWordInd               *CodeWordInd               `json:"codeWordInd,omitempty"`
	ValidTimePeriod           *ValidTimePeriod           `json:"validTimePeriod,omitempty"`
	CodeWordList              []string                   `json:"codeWordList,omitempty"`
}

DefaultUnrelatedClass struct for DefaultUnrelatedClass

func NewDefaultUnrelatedClass ΒΆ

func NewDefaultUnrelatedClass() *DefaultUnrelatedClass

NewDefaultUnrelatedClass instantiates a new DefaultUnrelatedClass object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDefaultUnrelatedClassWithDefaults ΒΆ

func NewDefaultUnrelatedClassWithDefaults() *DefaultUnrelatedClass

NewDefaultUnrelatedClassWithDefaults instantiates a new DefaultUnrelatedClass object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DefaultUnrelatedClass) GetAllowedGeographicArea ΒΆ

func (o *DefaultUnrelatedClass) GetAllowedGeographicArea() []GeographicArea

GetAllowedGeographicArea returns the AllowedGeographicArea field value if set, zero value otherwise.

func (*DefaultUnrelatedClass) GetAllowedGeographicAreaOk ΒΆ

func (o *DefaultUnrelatedClass) GetAllowedGeographicAreaOk() ([]GeographicArea, bool)

GetAllowedGeographicAreaOk returns a tuple with the AllowedGeographicArea field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DefaultUnrelatedClass) GetCodeWordInd ΒΆ

func (o *DefaultUnrelatedClass) GetCodeWordInd() CodeWordInd

GetCodeWordInd returns the CodeWordInd field value if set, zero value otherwise.

func (*DefaultUnrelatedClass) GetCodeWordIndOk ΒΆ

func (o *DefaultUnrelatedClass) GetCodeWordIndOk() (*CodeWordInd, bool)

GetCodeWordIndOk returns a tuple with the CodeWordInd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DefaultUnrelatedClass) GetCodeWordList ΒΆ

func (o *DefaultUnrelatedClass) GetCodeWordList() []string

GetCodeWordList returns the CodeWordList field value if set, zero value otherwise.

func (*DefaultUnrelatedClass) GetCodeWordListOk ΒΆ

func (o *DefaultUnrelatedClass) GetCodeWordListOk() ([]string, bool)

GetCodeWordListOk returns a tuple with the CodeWordList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DefaultUnrelatedClass) GetPrivacyCheckRelatedAction ΒΆ

func (o *DefaultUnrelatedClass) GetPrivacyCheckRelatedAction() PrivacyCheckRelatedAction

GetPrivacyCheckRelatedAction returns the PrivacyCheckRelatedAction field value if set, zero value otherwise.

func (*DefaultUnrelatedClass) GetPrivacyCheckRelatedActionOk ΒΆ

func (o *DefaultUnrelatedClass) GetPrivacyCheckRelatedActionOk() (*PrivacyCheckRelatedAction, bool)

GetPrivacyCheckRelatedActionOk returns a tuple with the PrivacyCheckRelatedAction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DefaultUnrelatedClass) GetValidTimePeriod ΒΆ

func (o *DefaultUnrelatedClass) GetValidTimePeriod() ValidTimePeriod

GetValidTimePeriod returns the ValidTimePeriod field value if set, zero value otherwise.

func (*DefaultUnrelatedClass) GetValidTimePeriodOk ΒΆ

func (o *DefaultUnrelatedClass) GetValidTimePeriodOk() (*ValidTimePeriod, bool)

GetValidTimePeriodOk returns a tuple with the ValidTimePeriod field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DefaultUnrelatedClass) HasAllowedGeographicArea ΒΆ

func (o *DefaultUnrelatedClass) HasAllowedGeographicArea() bool

HasAllowedGeographicArea returns a boolean if a field has been set.

func (*DefaultUnrelatedClass) HasCodeWordInd ΒΆ

func (o *DefaultUnrelatedClass) HasCodeWordInd() bool

HasCodeWordInd returns a boolean if a field has been set.

func (*DefaultUnrelatedClass) HasCodeWordList ΒΆ

func (o *DefaultUnrelatedClass) HasCodeWordList() bool

HasCodeWordList returns a boolean if a field has been set.

func (*DefaultUnrelatedClass) HasPrivacyCheckRelatedAction ΒΆ

func (o *DefaultUnrelatedClass) HasPrivacyCheckRelatedAction() bool

HasPrivacyCheckRelatedAction returns a boolean if a field has been set.

func (*DefaultUnrelatedClass) HasValidTimePeriod ΒΆ

func (o *DefaultUnrelatedClass) HasValidTimePeriod() bool

HasValidTimePeriod returns a boolean if a field has been set.

func (DefaultUnrelatedClass) MarshalJSON ΒΆ

func (o DefaultUnrelatedClass) MarshalJSON() ([]byte, error)

func (*DefaultUnrelatedClass) SetAllowedGeographicArea ΒΆ

func (o *DefaultUnrelatedClass) SetAllowedGeographicArea(v []GeographicArea)

SetAllowedGeographicArea gets a reference to the given []GeographicArea and assigns it to the AllowedGeographicArea field.

func (*DefaultUnrelatedClass) SetCodeWordInd ΒΆ

func (o *DefaultUnrelatedClass) SetCodeWordInd(v CodeWordInd)

SetCodeWordInd gets a reference to the given CodeWordInd and assigns it to the CodeWordInd field.

func (*DefaultUnrelatedClass) SetCodeWordList ΒΆ

func (o *DefaultUnrelatedClass) SetCodeWordList(v []string)

SetCodeWordList gets a reference to the given []string and assigns it to the CodeWordList field.

func (*DefaultUnrelatedClass) SetPrivacyCheckRelatedAction ΒΆ

func (o *DefaultUnrelatedClass) SetPrivacyCheckRelatedAction(v PrivacyCheckRelatedAction)

SetPrivacyCheckRelatedAction gets a reference to the given PrivacyCheckRelatedAction and assigns it to the PrivacyCheckRelatedAction field.

func (*DefaultUnrelatedClass) SetValidTimePeriod ΒΆ

func (o *DefaultUnrelatedClass) SetValidTimePeriod(v ValidTimePeriod)

SetValidTimePeriod gets a reference to the given ValidTimePeriod and assigns it to the ValidTimePeriod field.

func (DefaultUnrelatedClass) ToMap ΒΆ

func (o DefaultUnrelatedClass) ToMap() (map[string]interface{}, error)

type DnnConfiguration ΒΆ

type DnnConfiguration struct {
	PduSessionTypes                PduSessionTypes          `json:"pduSessionTypes"`
	SscModes                       SscModes                 `json:"sscModes"`
	IwkEpsInd                      *bool                    `json:"iwkEpsInd,omitempty"`
	Var5gQosProfile                *SubscribedDefaultQos    `json:"5gQosProfile,omitempty"`
	SessionAmbr                    *Ambr                    `json:"sessionAmbr,omitempty"`
	Var3gppChargingCharacteristics *string                  `json:"3gppChargingCharacteristics,omitempty"`
	StaticIpAddress                []IpAddress              `json:"staticIpAddress,omitempty"`
	UpSecurity                     *UpSecurity              `json:"upSecurity,omitempty"`
	PduSessionContinuityInd        *PduSessionContinuityInd `json:"pduSessionContinuityInd,omitempty"`
	// Identity of the NEF
	NiddNefId                *string           `json:"niddNefId,omitempty"`
	NiddInfo                 *NiddInformation  `json:"niddInfo,omitempty"`
	RedundantSessionAllowed  *bool             `json:"redundantSessionAllowed,omitempty"`
	AcsInfo                  *AcsInfo          `json:"acsInfo,omitempty"`
	Ipv4FrameRouteList       []FrameRouteInfo  `json:"ipv4FrameRouteList,omitempty"`
	Ipv6FrameRouteList       []FrameRouteInfo  `json:"ipv6FrameRouteList,omitempty"`
	AtsssAllowed             *bool             `json:"atsssAllowed,omitempty"`
	SecondaryAuth            *bool             `json:"secondaryAuth,omitempty"`
	UavSecondaryAuth         *bool             `json:"uavSecondaryAuth,omitempty"`
	DnAaaIpAddressAllocation *bool             `json:"dnAaaIpAddressAllocation,omitempty"`
	DnAaaAddress             NullableIpAddress `json:"dnAaaAddress,omitempty"`
	AdditionalDnAaaAddresses []IpAddress       `json:"additionalDnAaaAddresses,omitempty"`
	// Fully Qualified Domain Name
	DnAaaFqdn                            *string                   `json:"dnAaaFqdn,omitempty"`
	IptvAccCtrlInfo                      *string                   `json:"iptvAccCtrlInfo,omitempty"`
	Ipv4Index                            *IpIndex                  `json:"ipv4Index,omitempty"`
	Ipv6Index                            *IpIndex                  `json:"ipv6Index,omitempty"`
	EcsAddrConfigInfo                    NullableEcsAddrConfigInfo `json:"ecsAddrConfigInfo,omitempty"`
	AdditionalEcsAddrConfigInfos         []EcsAddrConfigInfo       `json:"additionalEcsAddrConfigInfos,omitempty"`
	SharedEcsAddrConfigInfo              *string                   `json:"sharedEcsAddrConfigInfo,omitempty"`
	AdditionalSharedEcsAddrConfigInfoIds []string                  `json:"additionalSharedEcsAddrConfigInfoIds,omitempty"`
	EasDiscoveryAuthorized               *bool                     `json:"easDiscoveryAuthorized,omitempty"`
	OnboardingInd                        *bool                     `json:"onboardingInd,omitempty"`
	AerialUeInd                          *AerialUeIndication       `json:"aerialUeInd,omitempty"`
	SubscribedMaxIpv6PrefixSize          *int32                    `json:"subscribedMaxIpv6PrefixSize,omitempty"`
}

DnnConfiguration struct for DnnConfiguration

func NewDnnConfiguration ΒΆ

func NewDnnConfiguration(pduSessionTypes PduSessionTypes, sscModes SscModes) *DnnConfiguration

NewDnnConfiguration instantiates a new DnnConfiguration object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDnnConfigurationWithDefaults ΒΆ

func NewDnnConfigurationWithDefaults() *DnnConfiguration

NewDnnConfigurationWithDefaults instantiates a new DnnConfiguration object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DnnConfiguration) GetAcsInfo ΒΆ

func (o *DnnConfiguration) GetAcsInfo() AcsInfo

GetAcsInfo returns the AcsInfo field value if set, zero value otherwise.

func (*DnnConfiguration) GetAcsInfoOk ΒΆ

func (o *DnnConfiguration) GetAcsInfoOk() (*AcsInfo, bool)

GetAcsInfoOk returns a tuple with the AcsInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DnnConfiguration) GetAdditionalDnAaaAddresses ΒΆ

func (o *DnnConfiguration) GetAdditionalDnAaaAddresses() []IpAddress

GetAdditionalDnAaaAddresses returns the AdditionalDnAaaAddresses field value if set, zero value otherwise.

func (*DnnConfiguration) GetAdditionalDnAaaAddressesOk ΒΆ

func (o *DnnConfiguration) GetAdditionalDnAaaAddressesOk() ([]IpAddress, bool)

GetAdditionalDnAaaAddressesOk returns a tuple with the AdditionalDnAaaAddresses field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DnnConfiguration) GetAdditionalEcsAddrConfigInfos ΒΆ

func (o *DnnConfiguration) GetAdditionalEcsAddrConfigInfos() []EcsAddrConfigInfo

GetAdditionalEcsAddrConfigInfos returns the AdditionalEcsAddrConfigInfos field value if set, zero value otherwise.

func (*DnnConfiguration) GetAdditionalEcsAddrConfigInfosOk ΒΆ

func (o *DnnConfiguration) GetAdditionalEcsAddrConfigInfosOk() ([]EcsAddrConfigInfo, bool)

GetAdditionalEcsAddrConfigInfosOk returns a tuple with the AdditionalEcsAddrConfigInfos field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DnnConfiguration) GetAdditionalSharedEcsAddrConfigInfoIds ΒΆ

func (o *DnnConfiguration) GetAdditionalSharedEcsAddrConfigInfoIds() []string

GetAdditionalSharedEcsAddrConfigInfoIds returns the AdditionalSharedEcsAddrConfigInfoIds field value if set, zero value otherwise.

func (*DnnConfiguration) GetAdditionalSharedEcsAddrConfigInfoIdsOk ΒΆ

func (o *DnnConfiguration) GetAdditionalSharedEcsAddrConfigInfoIdsOk() ([]string, bool)

GetAdditionalSharedEcsAddrConfigInfoIdsOk returns a tuple with the AdditionalSharedEcsAddrConfigInfoIds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DnnConfiguration) GetAerialUeInd ΒΆ

func (o *DnnConfiguration) GetAerialUeInd() AerialUeIndication

GetAerialUeInd returns the AerialUeInd field value if set, zero value otherwise.

func (*DnnConfiguration) GetAerialUeIndOk ΒΆ

func (o *DnnConfiguration) GetAerialUeIndOk() (*AerialUeIndication, bool)

GetAerialUeIndOk returns a tuple with the AerialUeInd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DnnConfiguration) GetAtsssAllowed ΒΆ

func (o *DnnConfiguration) GetAtsssAllowed() bool

GetAtsssAllowed returns the AtsssAllowed field value if set, zero value otherwise.

func (*DnnConfiguration) GetAtsssAllowedOk ΒΆ

func (o *DnnConfiguration) GetAtsssAllowedOk() (*bool, bool)

GetAtsssAllowedOk returns a tuple with the AtsssAllowed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DnnConfiguration) GetDnAaaAddress ΒΆ

func (o *DnnConfiguration) GetDnAaaAddress() IpAddress

GetDnAaaAddress returns the DnAaaAddress field value if set, zero value otherwise (both if not set or set to explicit null).

func (*DnnConfiguration) GetDnAaaAddressOk ΒΆ

func (o *DnnConfiguration) GetDnAaaAddressOk() (*IpAddress, bool)

GetDnAaaAddressOk returns a tuple with the DnAaaAddress field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*DnnConfiguration) GetDnAaaFqdn ΒΆ

func (o *DnnConfiguration) GetDnAaaFqdn() string

GetDnAaaFqdn returns the DnAaaFqdn field value if set, zero value otherwise.

func (*DnnConfiguration) GetDnAaaFqdnOk ΒΆ

func (o *DnnConfiguration) GetDnAaaFqdnOk() (*string, bool)

GetDnAaaFqdnOk returns a tuple with the DnAaaFqdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DnnConfiguration) GetDnAaaIpAddressAllocation ΒΆ

func (o *DnnConfiguration) GetDnAaaIpAddressAllocation() bool

GetDnAaaIpAddressAllocation returns the DnAaaIpAddressAllocation field value if set, zero value otherwise.

func (*DnnConfiguration) GetDnAaaIpAddressAllocationOk ΒΆ

func (o *DnnConfiguration) GetDnAaaIpAddressAllocationOk() (*bool, bool)

GetDnAaaIpAddressAllocationOk returns a tuple with the DnAaaIpAddressAllocation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DnnConfiguration) GetEasDiscoveryAuthorized ΒΆ

func (o *DnnConfiguration) GetEasDiscoveryAuthorized() bool

GetEasDiscoveryAuthorized returns the EasDiscoveryAuthorized field value if set, zero value otherwise.

func (*DnnConfiguration) GetEasDiscoveryAuthorizedOk ΒΆ

func (o *DnnConfiguration) GetEasDiscoveryAuthorizedOk() (*bool, bool)

GetEasDiscoveryAuthorizedOk returns a tuple with the EasDiscoveryAuthorized field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DnnConfiguration) GetEcsAddrConfigInfo ΒΆ

func (o *DnnConfiguration) GetEcsAddrConfigInfo() EcsAddrConfigInfo

GetEcsAddrConfigInfo returns the EcsAddrConfigInfo field value if set, zero value otherwise (both if not set or set to explicit null).

func (*DnnConfiguration) GetEcsAddrConfigInfoOk ΒΆ

func (o *DnnConfiguration) GetEcsAddrConfigInfoOk() (*EcsAddrConfigInfo, bool)

GetEcsAddrConfigInfoOk returns a tuple with the EcsAddrConfigInfo field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*DnnConfiguration) GetIptvAccCtrlInfo ΒΆ

func (o *DnnConfiguration) GetIptvAccCtrlInfo() string

GetIptvAccCtrlInfo returns the IptvAccCtrlInfo field value if set, zero value otherwise.

func (*DnnConfiguration) GetIptvAccCtrlInfoOk ΒΆ

func (o *DnnConfiguration) GetIptvAccCtrlInfoOk() (*string, bool)

GetIptvAccCtrlInfoOk returns a tuple with the IptvAccCtrlInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DnnConfiguration) GetIpv4FrameRouteList ΒΆ

func (o *DnnConfiguration) GetIpv4FrameRouteList() []FrameRouteInfo

GetIpv4FrameRouteList returns the Ipv4FrameRouteList field value if set, zero value otherwise.

func (*DnnConfiguration) GetIpv4FrameRouteListOk ΒΆ

func (o *DnnConfiguration) GetIpv4FrameRouteListOk() ([]FrameRouteInfo, bool)

GetIpv4FrameRouteListOk returns a tuple with the Ipv4FrameRouteList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DnnConfiguration) GetIpv4Index ΒΆ

func (o *DnnConfiguration) GetIpv4Index() IpIndex

GetIpv4Index returns the Ipv4Index field value if set, zero value otherwise.

func (*DnnConfiguration) GetIpv4IndexOk ΒΆ

func (o *DnnConfiguration) GetIpv4IndexOk() (*IpIndex, bool)

GetIpv4IndexOk returns a tuple with the Ipv4Index field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DnnConfiguration) GetIpv6FrameRouteList ΒΆ

func (o *DnnConfiguration) GetIpv6FrameRouteList() []FrameRouteInfo

GetIpv6FrameRouteList returns the Ipv6FrameRouteList field value if set, zero value otherwise.

func (*DnnConfiguration) GetIpv6FrameRouteListOk ΒΆ

func (o *DnnConfiguration) GetIpv6FrameRouteListOk() ([]FrameRouteInfo, bool)

GetIpv6FrameRouteListOk returns a tuple with the Ipv6FrameRouteList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DnnConfiguration) GetIpv6Index ΒΆ

func (o *DnnConfiguration) GetIpv6Index() IpIndex

GetIpv6Index returns the Ipv6Index field value if set, zero value otherwise.

func (*DnnConfiguration) GetIpv6IndexOk ΒΆ

func (o *DnnConfiguration) GetIpv6IndexOk() (*IpIndex, bool)

GetIpv6IndexOk returns a tuple with the Ipv6Index field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DnnConfiguration) GetIwkEpsInd ΒΆ

func (o *DnnConfiguration) GetIwkEpsInd() bool

GetIwkEpsInd returns the IwkEpsInd field value if set, zero value otherwise.

func (*DnnConfiguration) GetIwkEpsIndOk ΒΆ

func (o *DnnConfiguration) GetIwkEpsIndOk() (*bool, bool)

GetIwkEpsIndOk returns a tuple with the IwkEpsInd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DnnConfiguration) GetNiddInfo ΒΆ

func (o *DnnConfiguration) GetNiddInfo() NiddInformation

GetNiddInfo returns the NiddInfo field value if set, zero value otherwise.

func (*DnnConfiguration) GetNiddInfoOk ΒΆ

func (o *DnnConfiguration) GetNiddInfoOk() (*NiddInformation, bool)

GetNiddInfoOk returns a tuple with the NiddInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DnnConfiguration) GetNiddNefId ΒΆ

func (o *DnnConfiguration) GetNiddNefId() string

GetNiddNefId returns the NiddNefId field value if set, zero value otherwise.

func (*DnnConfiguration) GetNiddNefIdOk ΒΆ

func (o *DnnConfiguration) GetNiddNefIdOk() (*string, bool)

GetNiddNefIdOk returns a tuple with the NiddNefId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DnnConfiguration) GetOnboardingInd ΒΆ

func (o *DnnConfiguration) GetOnboardingInd() bool

GetOnboardingInd returns the OnboardingInd field value if set, zero value otherwise.

func (*DnnConfiguration) GetOnboardingIndOk ΒΆ

func (o *DnnConfiguration) GetOnboardingIndOk() (*bool, bool)

GetOnboardingIndOk returns a tuple with the OnboardingInd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DnnConfiguration) GetPduSessionContinuityInd ΒΆ

func (o *DnnConfiguration) GetPduSessionContinuityInd() PduSessionContinuityInd

GetPduSessionContinuityInd returns the PduSessionContinuityInd field value if set, zero value otherwise.

func (*DnnConfiguration) GetPduSessionContinuityIndOk ΒΆ

func (o *DnnConfiguration) GetPduSessionContinuityIndOk() (*PduSessionContinuityInd, bool)

GetPduSessionContinuityIndOk returns a tuple with the PduSessionContinuityInd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DnnConfiguration) GetPduSessionTypes ΒΆ

func (o *DnnConfiguration) GetPduSessionTypes() PduSessionTypes

GetPduSessionTypes returns the PduSessionTypes field value

func (*DnnConfiguration) GetPduSessionTypesOk ΒΆ

func (o *DnnConfiguration) GetPduSessionTypesOk() (*PduSessionTypes, bool)

GetPduSessionTypesOk returns a tuple with the PduSessionTypes field value and a boolean to check if the value has been set.

func (*DnnConfiguration) GetRedundantSessionAllowed ΒΆ

func (o *DnnConfiguration) GetRedundantSessionAllowed() bool

GetRedundantSessionAllowed returns the RedundantSessionAllowed field value if set, zero value otherwise.

func (*DnnConfiguration) GetRedundantSessionAllowedOk ΒΆ

func (o *DnnConfiguration) GetRedundantSessionAllowedOk() (*bool, bool)

GetRedundantSessionAllowedOk returns a tuple with the RedundantSessionAllowed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DnnConfiguration) GetSecondaryAuth ΒΆ

func (o *DnnConfiguration) GetSecondaryAuth() bool

GetSecondaryAuth returns the SecondaryAuth field value if set, zero value otherwise.

func (*DnnConfiguration) GetSecondaryAuthOk ΒΆ

func (o *DnnConfiguration) GetSecondaryAuthOk() (*bool, bool)

GetSecondaryAuthOk returns a tuple with the SecondaryAuth field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DnnConfiguration) GetSessionAmbr ΒΆ

func (o *DnnConfiguration) GetSessionAmbr() Ambr

GetSessionAmbr returns the SessionAmbr field value if set, zero value otherwise.

func (*DnnConfiguration) GetSessionAmbrOk ΒΆ

func (o *DnnConfiguration) GetSessionAmbrOk() (*Ambr, bool)

GetSessionAmbrOk returns a tuple with the SessionAmbr field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DnnConfiguration) GetSharedEcsAddrConfigInfo ΒΆ

func (o *DnnConfiguration) GetSharedEcsAddrConfigInfo() string

GetSharedEcsAddrConfigInfo returns the SharedEcsAddrConfigInfo field value if set, zero value otherwise.

func (*DnnConfiguration) GetSharedEcsAddrConfigInfoOk ΒΆ

func (o *DnnConfiguration) GetSharedEcsAddrConfigInfoOk() (*string, bool)

GetSharedEcsAddrConfigInfoOk returns a tuple with the SharedEcsAddrConfigInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DnnConfiguration) GetSscModes ΒΆ

func (o *DnnConfiguration) GetSscModes() SscModes

GetSscModes returns the SscModes field value

func (*DnnConfiguration) GetSscModesOk ΒΆ

func (o *DnnConfiguration) GetSscModesOk() (*SscModes, bool)

GetSscModesOk returns a tuple with the SscModes field value and a boolean to check if the value has been set.

func (*DnnConfiguration) GetStaticIpAddress ΒΆ

func (o *DnnConfiguration) GetStaticIpAddress() []IpAddress

GetStaticIpAddress returns the StaticIpAddress field value if set, zero value otherwise.

func (*DnnConfiguration) GetStaticIpAddressOk ΒΆ

func (o *DnnConfiguration) GetStaticIpAddressOk() ([]IpAddress, bool)

GetStaticIpAddressOk returns a tuple with the StaticIpAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DnnConfiguration) GetSubscribedMaxIpv6PrefixSize ΒΆ

func (o *DnnConfiguration) GetSubscribedMaxIpv6PrefixSize() int32

GetSubscribedMaxIpv6PrefixSize returns the SubscribedMaxIpv6PrefixSize field value if set, zero value otherwise.

func (*DnnConfiguration) GetSubscribedMaxIpv6PrefixSizeOk ΒΆ

func (o *DnnConfiguration) GetSubscribedMaxIpv6PrefixSizeOk() (*int32, bool)

GetSubscribedMaxIpv6PrefixSizeOk returns a tuple with the SubscribedMaxIpv6PrefixSize field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DnnConfiguration) GetUavSecondaryAuth ΒΆ

func (o *DnnConfiguration) GetUavSecondaryAuth() bool

GetUavSecondaryAuth returns the UavSecondaryAuth field value if set, zero value otherwise.

func (*DnnConfiguration) GetUavSecondaryAuthOk ΒΆ

func (o *DnnConfiguration) GetUavSecondaryAuthOk() (*bool, bool)

GetUavSecondaryAuthOk returns a tuple with the UavSecondaryAuth field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DnnConfiguration) GetUpSecurity ΒΆ

func (o *DnnConfiguration) GetUpSecurity() UpSecurity

GetUpSecurity returns the UpSecurity field value if set, zero value otherwise.

func (*DnnConfiguration) GetUpSecurityOk ΒΆ

func (o *DnnConfiguration) GetUpSecurityOk() (*UpSecurity, bool)

GetUpSecurityOk returns a tuple with the UpSecurity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DnnConfiguration) GetVar3gppChargingCharacteristics ΒΆ

func (o *DnnConfiguration) GetVar3gppChargingCharacteristics() string

GetVar3gppChargingCharacteristics returns the Var3gppChargingCharacteristics field value if set, zero value otherwise.

func (*DnnConfiguration) GetVar3gppChargingCharacteristicsOk ΒΆ

func (o *DnnConfiguration) GetVar3gppChargingCharacteristicsOk() (*string, bool)

GetVar3gppChargingCharacteristicsOk returns a tuple with the Var3gppChargingCharacteristics field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DnnConfiguration) GetVar5gQosProfile ΒΆ

func (o *DnnConfiguration) GetVar5gQosProfile() SubscribedDefaultQos

GetVar5gQosProfile returns the Var5gQosProfile field value if set, zero value otherwise.

func (*DnnConfiguration) GetVar5gQosProfileOk ΒΆ

func (o *DnnConfiguration) GetVar5gQosProfileOk() (*SubscribedDefaultQos, bool)

GetVar5gQosProfileOk returns a tuple with the Var5gQosProfile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DnnConfiguration) HasAcsInfo ΒΆ

func (o *DnnConfiguration) HasAcsInfo() bool

HasAcsInfo returns a boolean if a field has been set.

func (*DnnConfiguration) HasAdditionalDnAaaAddresses ΒΆ

func (o *DnnConfiguration) HasAdditionalDnAaaAddresses() bool

HasAdditionalDnAaaAddresses returns a boolean if a field has been set.

func (*DnnConfiguration) HasAdditionalEcsAddrConfigInfos ΒΆ

func (o *DnnConfiguration) HasAdditionalEcsAddrConfigInfos() bool

HasAdditionalEcsAddrConfigInfos returns a boolean if a field has been set.

func (*DnnConfiguration) HasAdditionalSharedEcsAddrConfigInfoIds ΒΆ

func (o *DnnConfiguration) HasAdditionalSharedEcsAddrConfigInfoIds() bool

HasAdditionalSharedEcsAddrConfigInfoIds returns a boolean if a field has been set.

func (*DnnConfiguration) HasAerialUeInd ΒΆ

func (o *DnnConfiguration) HasAerialUeInd() bool

HasAerialUeInd returns a boolean if a field has been set.

func (*DnnConfiguration) HasAtsssAllowed ΒΆ

func (o *DnnConfiguration) HasAtsssAllowed() bool

HasAtsssAllowed returns a boolean if a field has been set.

func (*DnnConfiguration) HasDnAaaAddress ΒΆ

func (o *DnnConfiguration) HasDnAaaAddress() bool

HasDnAaaAddress returns a boolean if a field has been set.

func (*DnnConfiguration) HasDnAaaFqdn ΒΆ

func (o *DnnConfiguration) HasDnAaaFqdn() bool

HasDnAaaFqdn returns a boolean if a field has been set.

func (*DnnConfiguration) HasDnAaaIpAddressAllocation ΒΆ

func (o *DnnConfiguration) HasDnAaaIpAddressAllocation() bool

HasDnAaaIpAddressAllocation returns a boolean if a field has been set.

func (*DnnConfiguration) HasEasDiscoveryAuthorized ΒΆ

func (o *DnnConfiguration) HasEasDiscoveryAuthorized() bool

HasEasDiscoveryAuthorized returns a boolean if a field has been set.

func (*DnnConfiguration) HasEcsAddrConfigInfo ΒΆ

func (o *DnnConfiguration) HasEcsAddrConfigInfo() bool

HasEcsAddrConfigInfo returns a boolean if a field has been set.

func (*DnnConfiguration) HasIptvAccCtrlInfo ΒΆ

func (o *DnnConfiguration) HasIptvAccCtrlInfo() bool

HasIptvAccCtrlInfo returns a boolean if a field has been set.

func (*DnnConfiguration) HasIpv4FrameRouteList ΒΆ

func (o *DnnConfiguration) HasIpv4FrameRouteList() bool

HasIpv4FrameRouteList returns a boolean if a field has been set.

func (*DnnConfiguration) HasIpv4Index ΒΆ

func (o *DnnConfiguration) HasIpv4Index() bool

HasIpv4Index returns a boolean if a field has been set.

func (*DnnConfiguration) HasIpv6FrameRouteList ΒΆ

func (o *DnnConfiguration) HasIpv6FrameRouteList() bool

HasIpv6FrameRouteList returns a boolean if a field has been set.

func (*DnnConfiguration) HasIpv6Index ΒΆ

func (o *DnnConfiguration) HasIpv6Index() bool

HasIpv6Index returns a boolean if a field has been set.

func (*DnnConfiguration) HasIwkEpsInd ΒΆ

func (o *DnnConfiguration) HasIwkEpsInd() bool

HasIwkEpsInd returns a boolean if a field has been set.

func (*DnnConfiguration) HasNiddInfo ΒΆ

func (o *DnnConfiguration) HasNiddInfo() bool

HasNiddInfo returns a boolean if a field has been set.

func (*DnnConfiguration) HasNiddNefId ΒΆ

func (o *DnnConfiguration) HasNiddNefId() bool

HasNiddNefId returns a boolean if a field has been set.

func (*DnnConfiguration) HasOnboardingInd ΒΆ

func (o *DnnConfiguration) HasOnboardingInd() bool

HasOnboardingInd returns a boolean if a field has been set.

func (*DnnConfiguration) HasPduSessionContinuityInd ΒΆ

func (o *DnnConfiguration) HasPduSessionContinuityInd() bool

HasPduSessionContinuityInd returns a boolean if a field has been set.

func (*DnnConfiguration) HasRedundantSessionAllowed ΒΆ

func (o *DnnConfiguration) HasRedundantSessionAllowed() bool

HasRedundantSessionAllowed returns a boolean if a field has been set.

func (*DnnConfiguration) HasSecondaryAuth ΒΆ

func (o *DnnConfiguration) HasSecondaryAuth() bool

HasSecondaryAuth returns a boolean if a field has been set.

func (*DnnConfiguration) HasSessionAmbr ΒΆ

func (o *DnnConfiguration) HasSessionAmbr() bool

HasSessionAmbr returns a boolean if a field has been set.

func (*DnnConfiguration) HasSharedEcsAddrConfigInfo ΒΆ

func (o *DnnConfiguration) HasSharedEcsAddrConfigInfo() bool

HasSharedEcsAddrConfigInfo returns a boolean if a field has been set.

func (*DnnConfiguration) HasStaticIpAddress ΒΆ

func (o *DnnConfiguration) HasStaticIpAddress() bool

HasStaticIpAddress returns a boolean if a field has been set.

func (*DnnConfiguration) HasSubscribedMaxIpv6PrefixSize ΒΆ

func (o *DnnConfiguration) HasSubscribedMaxIpv6PrefixSize() bool

HasSubscribedMaxIpv6PrefixSize returns a boolean if a field has been set.

func (*DnnConfiguration) HasUavSecondaryAuth ΒΆ

func (o *DnnConfiguration) HasUavSecondaryAuth() bool

HasUavSecondaryAuth returns a boolean if a field has been set.

func (*DnnConfiguration) HasUpSecurity ΒΆ

func (o *DnnConfiguration) HasUpSecurity() bool

HasUpSecurity returns a boolean if a field has been set.

func (*DnnConfiguration) HasVar3gppChargingCharacteristics ΒΆ

func (o *DnnConfiguration) HasVar3gppChargingCharacteristics() bool

HasVar3gppChargingCharacteristics returns a boolean if a field has been set.

func (*DnnConfiguration) HasVar5gQosProfile ΒΆ

func (o *DnnConfiguration) HasVar5gQosProfile() bool

HasVar5gQosProfile returns a boolean if a field has been set.

func (DnnConfiguration) MarshalJSON ΒΆ

func (o DnnConfiguration) MarshalJSON() ([]byte, error)

func (*DnnConfiguration) SetAcsInfo ΒΆ

func (o *DnnConfiguration) SetAcsInfo(v AcsInfo)

SetAcsInfo gets a reference to the given AcsInfo and assigns it to the AcsInfo field.

func (*DnnConfiguration) SetAdditionalDnAaaAddresses ΒΆ

func (o *DnnConfiguration) SetAdditionalDnAaaAddresses(v []IpAddress)

SetAdditionalDnAaaAddresses gets a reference to the given []IpAddress and assigns it to the AdditionalDnAaaAddresses field.

func (*DnnConfiguration) SetAdditionalEcsAddrConfigInfos ΒΆ

func (o *DnnConfiguration) SetAdditionalEcsAddrConfigInfos(v []EcsAddrConfigInfo)

SetAdditionalEcsAddrConfigInfos gets a reference to the given []EcsAddrConfigInfo and assigns it to the AdditionalEcsAddrConfigInfos field.

func (*DnnConfiguration) SetAdditionalSharedEcsAddrConfigInfoIds ΒΆ

func (o *DnnConfiguration) SetAdditionalSharedEcsAddrConfigInfoIds(v []string)

SetAdditionalSharedEcsAddrConfigInfoIds gets a reference to the given []string and assigns it to the AdditionalSharedEcsAddrConfigInfoIds field.

func (*DnnConfiguration) SetAerialUeInd ΒΆ

func (o *DnnConfiguration) SetAerialUeInd(v AerialUeIndication)

SetAerialUeInd gets a reference to the given AerialUeIndication and assigns it to the AerialUeInd field.

func (*DnnConfiguration) SetAtsssAllowed ΒΆ

func (o *DnnConfiguration) SetAtsssAllowed(v bool)

SetAtsssAllowed gets a reference to the given bool and assigns it to the AtsssAllowed field.

func (*DnnConfiguration) SetDnAaaAddress ΒΆ

func (o *DnnConfiguration) SetDnAaaAddress(v IpAddress)

SetDnAaaAddress gets a reference to the given NullableIpAddress and assigns it to the DnAaaAddress field.

func (*DnnConfiguration) SetDnAaaAddressNil ΒΆ

func (o *DnnConfiguration) SetDnAaaAddressNil()

SetDnAaaAddressNil sets the value for DnAaaAddress to be an explicit nil

func (*DnnConfiguration) SetDnAaaFqdn ΒΆ

func (o *DnnConfiguration) SetDnAaaFqdn(v string)

SetDnAaaFqdn gets a reference to the given string and assigns it to the DnAaaFqdn field.

func (*DnnConfiguration) SetDnAaaIpAddressAllocation ΒΆ

func (o *DnnConfiguration) SetDnAaaIpAddressAllocation(v bool)

SetDnAaaIpAddressAllocation gets a reference to the given bool and assigns it to the DnAaaIpAddressAllocation field.

func (*DnnConfiguration) SetEasDiscoveryAuthorized ΒΆ

func (o *DnnConfiguration) SetEasDiscoveryAuthorized(v bool)

SetEasDiscoveryAuthorized gets a reference to the given bool and assigns it to the EasDiscoveryAuthorized field.

func (*DnnConfiguration) SetEcsAddrConfigInfo ΒΆ

func (o *DnnConfiguration) SetEcsAddrConfigInfo(v EcsAddrConfigInfo)

SetEcsAddrConfigInfo gets a reference to the given NullableEcsAddrConfigInfo and assigns it to the EcsAddrConfigInfo field.

func (*DnnConfiguration) SetEcsAddrConfigInfoNil ΒΆ

func (o *DnnConfiguration) SetEcsAddrConfigInfoNil()

SetEcsAddrConfigInfoNil sets the value for EcsAddrConfigInfo to be an explicit nil

func (*DnnConfiguration) SetIptvAccCtrlInfo ΒΆ

func (o *DnnConfiguration) SetIptvAccCtrlInfo(v string)

SetIptvAccCtrlInfo gets a reference to the given string and assigns it to the IptvAccCtrlInfo field.

func (*DnnConfiguration) SetIpv4FrameRouteList ΒΆ

func (o *DnnConfiguration) SetIpv4FrameRouteList(v []FrameRouteInfo)

SetIpv4FrameRouteList gets a reference to the given []FrameRouteInfo and assigns it to the Ipv4FrameRouteList field.

func (*DnnConfiguration) SetIpv4Index ΒΆ

func (o *DnnConfiguration) SetIpv4Index(v IpIndex)

SetIpv4Index gets a reference to the given IpIndex and assigns it to the Ipv4Index field.

func (*DnnConfiguration) SetIpv6FrameRouteList ΒΆ

func (o *DnnConfiguration) SetIpv6FrameRouteList(v []FrameRouteInfo)

SetIpv6FrameRouteList gets a reference to the given []FrameRouteInfo and assigns it to the Ipv6FrameRouteList field.

func (*DnnConfiguration) SetIpv6Index ΒΆ

func (o *DnnConfiguration) SetIpv6Index(v IpIndex)

SetIpv6Index gets a reference to the given IpIndex and assigns it to the Ipv6Index field.

func (*DnnConfiguration) SetIwkEpsInd ΒΆ

func (o *DnnConfiguration) SetIwkEpsInd(v bool)

SetIwkEpsInd gets a reference to the given bool and assigns it to the IwkEpsInd field.

func (*DnnConfiguration) SetNiddInfo ΒΆ

func (o *DnnConfiguration) SetNiddInfo(v NiddInformation)

SetNiddInfo gets a reference to the given NiddInformation and assigns it to the NiddInfo field.

func (*DnnConfiguration) SetNiddNefId ΒΆ

func (o *DnnConfiguration) SetNiddNefId(v string)

SetNiddNefId gets a reference to the given string and assigns it to the NiddNefId field.

func (*DnnConfiguration) SetOnboardingInd ΒΆ

func (o *DnnConfiguration) SetOnboardingInd(v bool)

SetOnboardingInd gets a reference to the given bool and assigns it to the OnboardingInd field.

func (*DnnConfiguration) SetPduSessionContinuityInd ΒΆ

func (o *DnnConfiguration) SetPduSessionContinuityInd(v PduSessionContinuityInd)

SetPduSessionContinuityInd gets a reference to the given PduSessionContinuityInd and assigns it to the PduSessionContinuityInd field.

func (*DnnConfiguration) SetPduSessionTypes ΒΆ

func (o *DnnConfiguration) SetPduSessionTypes(v PduSessionTypes)

SetPduSessionTypes sets field value

func (*DnnConfiguration) SetRedundantSessionAllowed ΒΆ

func (o *DnnConfiguration) SetRedundantSessionAllowed(v bool)

SetRedundantSessionAllowed gets a reference to the given bool and assigns it to the RedundantSessionAllowed field.

func (*DnnConfiguration) SetSecondaryAuth ΒΆ

func (o *DnnConfiguration) SetSecondaryAuth(v bool)

SetSecondaryAuth gets a reference to the given bool and assigns it to the SecondaryAuth field.

func (*DnnConfiguration) SetSessionAmbr ΒΆ

func (o *DnnConfiguration) SetSessionAmbr(v Ambr)

SetSessionAmbr gets a reference to the given Ambr and assigns it to the SessionAmbr field.

func (*DnnConfiguration) SetSharedEcsAddrConfigInfo ΒΆ

func (o *DnnConfiguration) SetSharedEcsAddrConfigInfo(v string)

SetSharedEcsAddrConfigInfo gets a reference to the given string and assigns it to the SharedEcsAddrConfigInfo field.

func (*DnnConfiguration) SetSscModes ΒΆ

func (o *DnnConfiguration) SetSscModes(v SscModes)

SetSscModes sets field value

func (*DnnConfiguration) SetStaticIpAddress ΒΆ

func (o *DnnConfiguration) SetStaticIpAddress(v []IpAddress)

SetStaticIpAddress gets a reference to the given []IpAddress and assigns it to the StaticIpAddress field.

func (*DnnConfiguration) SetSubscribedMaxIpv6PrefixSize ΒΆ

func (o *DnnConfiguration) SetSubscribedMaxIpv6PrefixSize(v int32)

SetSubscribedMaxIpv6PrefixSize gets a reference to the given int32 and assigns it to the SubscribedMaxIpv6PrefixSize field.

func (*DnnConfiguration) SetUavSecondaryAuth ΒΆ

func (o *DnnConfiguration) SetUavSecondaryAuth(v bool)

SetUavSecondaryAuth gets a reference to the given bool and assigns it to the UavSecondaryAuth field.

func (*DnnConfiguration) SetUpSecurity ΒΆ

func (o *DnnConfiguration) SetUpSecurity(v UpSecurity)

SetUpSecurity gets a reference to the given UpSecurity and assigns it to the UpSecurity field.

func (*DnnConfiguration) SetVar3gppChargingCharacteristics ΒΆ

func (o *DnnConfiguration) SetVar3gppChargingCharacteristics(v string)

SetVar3gppChargingCharacteristics gets a reference to the given string and assigns it to the Var3gppChargingCharacteristics field.

func (*DnnConfiguration) SetVar5gQosProfile ΒΆ

func (o *DnnConfiguration) SetVar5gQosProfile(v SubscribedDefaultQos)

SetVar5gQosProfile gets a reference to the given SubscribedDefaultQos and assigns it to the Var5gQosProfile field.

func (DnnConfiguration) ToMap ΒΆ

func (o DnnConfiguration) ToMap() (map[string]interface{}, error)

func (*DnnConfiguration) UnmarshalJSON ΒΆ

func (o *DnnConfiguration) UnmarshalJSON(bytes []byte) (err error)

func (*DnnConfiguration) UnsetDnAaaAddress ΒΆ

func (o *DnnConfiguration) UnsetDnAaaAddress()

UnsetDnAaaAddress ensures that no value is present for DnAaaAddress, not even an explicit nil

func (*DnnConfiguration) UnsetEcsAddrConfigInfo ΒΆ

func (o *DnnConfiguration) UnsetEcsAddrConfigInfo()

UnsetEcsAddrConfigInfo ensures that no value is present for EcsAddrConfigInfo, not even an explicit nil

type DnnInfo ΒΆ

type DnnInfo struct {
	Dnn                 AccessAndMobilitySubscriptionDataSubscribedDnnListInner `json:"dnn"`
	DefaultDnnIndicator *bool                                                   `json:"defaultDnnIndicator,omitempty"`
	LboRoamingAllowed   *bool                                                   `json:"lboRoamingAllowed,omitempty"`
	IwkEpsInd           *bool                                                   `json:"iwkEpsInd,omitempty"`
	DnnBarred           *bool                                                   `json:"dnnBarred,omitempty"`
	InvokeNefInd        *bool                                                   `json:"invokeNefInd,omitempty"`
	SmfList             []string                                                `json:"smfList,omitempty"`
	SameSmfInd          *bool                                                   `json:"sameSmfInd,omitempty"`
}

DnnInfo struct for DnnInfo

func NewDnnInfo ΒΆ

NewDnnInfo instantiates a new DnnInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDnnInfoWithDefaults ΒΆ

func NewDnnInfoWithDefaults() *DnnInfo

NewDnnInfoWithDefaults instantiates a new DnnInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DnnInfo) GetDefaultDnnIndicator ΒΆ

func (o *DnnInfo) GetDefaultDnnIndicator() bool

GetDefaultDnnIndicator returns the DefaultDnnIndicator field value if set, zero value otherwise.

func (*DnnInfo) GetDefaultDnnIndicatorOk ΒΆ

func (o *DnnInfo) GetDefaultDnnIndicatorOk() (*bool, bool)

GetDefaultDnnIndicatorOk returns a tuple with the DefaultDnnIndicator field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DnnInfo) GetDnn ΒΆ

GetDnn returns the Dnn field value

func (*DnnInfo) GetDnnBarred ΒΆ

func (o *DnnInfo) GetDnnBarred() bool

GetDnnBarred returns the DnnBarred field value if set, zero value otherwise.

func (*DnnInfo) GetDnnBarredOk ΒΆ

func (o *DnnInfo) GetDnnBarredOk() (*bool, bool)

GetDnnBarredOk returns a tuple with the DnnBarred field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DnnInfo) GetDnnOk ΒΆ

GetDnnOk returns a tuple with the Dnn field value and a boolean to check if the value has been set.

func (*DnnInfo) GetInvokeNefInd ΒΆ

func (o *DnnInfo) GetInvokeNefInd() bool

GetInvokeNefInd returns the InvokeNefInd field value if set, zero value otherwise.

func (*DnnInfo) GetInvokeNefIndOk ΒΆ

func (o *DnnInfo) GetInvokeNefIndOk() (*bool, bool)

GetInvokeNefIndOk returns a tuple with the InvokeNefInd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DnnInfo) GetIwkEpsInd ΒΆ

func (o *DnnInfo) GetIwkEpsInd() bool

GetIwkEpsInd returns the IwkEpsInd field value if set, zero value otherwise.

func (*DnnInfo) GetIwkEpsIndOk ΒΆ

func (o *DnnInfo) GetIwkEpsIndOk() (*bool, bool)

GetIwkEpsIndOk returns a tuple with the IwkEpsInd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DnnInfo) GetLboRoamingAllowed ΒΆ

func (o *DnnInfo) GetLboRoamingAllowed() bool

GetLboRoamingAllowed returns the LboRoamingAllowed field value if set, zero value otherwise.

func (*DnnInfo) GetLboRoamingAllowedOk ΒΆ

func (o *DnnInfo) GetLboRoamingAllowedOk() (*bool, bool)

GetLboRoamingAllowedOk returns a tuple with the LboRoamingAllowed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DnnInfo) GetSameSmfInd ΒΆ

func (o *DnnInfo) GetSameSmfInd() bool

GetSameSmfInd returns the SameSmfInd field value if set, zero value otherwise.

func (*DnnInfo) GetSameSmfIndOk ΒΆ

func (o *DnnInfo) GetSameSmfIndOk() (*bool, bool)

GetSameSmfIndOk returns a tuple with the SameSmfInd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DnnInfo) GetSmfList ΒΆ

func (o *DnnInfo) GetSmfList() []string

GetSmfList returns the SmfList field value if set, zero value otherwise.

func (*DnnInfo) GetSmfListOk ΒΆ

func (o *DnnInfo) GetSmfListOk() ([]string, bool)

GetSmfListOk returns a tuple with the SmfList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DnnInfo) HasDefaultDnnIndicator ΒΆ

func (o *DnnInfo) HasDefaultDnnIndicator() bool

HasDefaultDnnIndicator returns a boolean if a field has been set.

func (*DnnInfo) HasDnnBarred ΒΆ

func (o *DnnInfo) HasDnnBarred() bool

HasDnnBarred returns a boolean if a field has been set.

func (*DnnInfo) HasInvokeNefInd ΒΆ

func (o *DnnInfo) HasInvokeNefInd() bool

HasInvokeNefInd returns a boolean if a field has been set.

func (*DnnInfo) HasIwkEpsInd ΒΆ

func (o *DnnInfo) HasIwkEpsInd() bool

HasIwkEpsInd returns a boolean if a field has been set.

func (*DnnInfo) HasLboRoamingAllowed ΒΆ

func (o *DnnInfo) HasLboRoamingAllowed() bool

HasLboRoamingAllowed returns a boolean if a field has been set.

func (*DnnInfo) HasSameSmfInd ΒΆ

func (o *DnnInfo) HasSameSmfInd() bool

HasSameSmfInd returns a boolean if a field has been set.

func (*DnnInfo) HasSmfList ΒΆ

func (o *DnnInfo) HasSmfList() bool

HasSmfList returns a boolean if a field has been set.

func (DnnInfo) MarshalJSON ΒΆ

func (o DnnInfo) MarshalJSON() ([]byte, error)

func (*DnnInfo) SetDefaultDnnIndicator ΒΆ

func (o *DnnInfo) SetDefaultDnnIndicator(v bool)

SetDefaultDnnIndicator gets a reference to the given bool and assigns it to the DefaultDnnIndicator field.

func (*DnnInfo) SetDnn ΒΆ

SetDnn sets field value

func (*DnnInfo) SetDnnBarred ΒΆ

func (o *DnnInfo) SetDnnBarred(v bool)

SetDnnBarred gets a reference to the given bool and assigns it to the DnnBarred field.

func (*DnnInfo) SetInvokeNefInd ΒΆ

func (o *DnnInfo) SetInvokeNefInd(v bool)

SetInvokeNefInd gets a reference to the given bool and assigns it to the InvokeNefInd field.

func (*DnnInfo) SetIwkEpsInd ΒΆ

func (o *DnnInfo) SetIwkEpsInd(v bool)

SetIwkEpsInd gets a reference to the given bool and assigns it to the IwkEpsInd field.

func (*DnnInfo) SetLboRoamingAllowed ΒΆ

func (o *DnnInfo) SetLboRoamingAllowed(v bool)

SetLboRoamingAllowed gets a reference to the given bool and assigns it to the LboRoamingAllowed field.

func (*DnnInfo) SetSameSmfInd ΒΆ

func (o *DnnInfo) SetSameSmfInd(v bool)

SetSameSmfInd gets a reference to the given bool and assigns it to the SameSmfInd field.

func (*DnnInfo) SetSmfList ΒΆ

func (o *DnnInfo) SetSmfList(v []string)

SetSmfList gets a reference to the given []string and assigns it to the SmfList field.

func (DnnInfo) ToMap ΒΆ

func (o DnnInfo) ToMap() (map[string]interface{}, error)

func (*DnnInfo) UnmarshalJSON ΒΆ

func (o *DnnInfo) UnmarshalJSON(bytes []byte) (err error)

type EcRestrictionDataWb ΒΆ

type EcRestrictionDataWb struct {
	EcModeARestricted *bool `json:"ecModeARestricted,omitempty"`
	EcModeBRestricted *bool `json:"ecModeBRestricted,omitempty"`
}

EcRestrictionDataWb struct for EcRestrictionDataWb

func NewEcRestrictionDataWb ΒΆ

func NewEcRestrictionDataWb() *EcRestrictionDataWb

NewEcRestrictionDataWb instantiates a new EcRestrictionDataWb object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEcRestrictionDataWbWithDefaults ΒΆ

func NewEcRestrictionDataWbWithDefaults() *EcRestrictionDataWb

NewEcRestrictionDataWbWithDefaults instantiates a new EcRestrictionDataWb object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EcRestrictionDataWb) GetEcModeARestricted ΒΆ

func (o *EcRestrictionDataWb) GetEcModeARestricted() bool

GetEcModeARestricted returns the EcModeARestricted field value if set, zero value otherwise.

func (*EcRestrictionDataWb) GetEcModeARestrictedOk ΒΆ

func (o *EcRestrictionDataWb) GetEcModeARestrictedOk() (*bool, bool)

GetEcModeARestrictedOk returns a tuple with the EcModeARestricted field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EcRestrictionDataWb) GetEcModeBRestricted ΒΆ

func (o *EcRestrictionDataWb) GetEcModeBRestricted() bool

GetEcModeBRestricted returns the EcModeBRestricted field value if set, zero value otherwise.

func (*EcRestrictionDataWb) GetEcModeBRestrictedOk ΒΆ

func (o *EcRestrictionDataWb) GetEcModeBRestrictedOk() (*bool, bool)

GetEcModeBRestrictedOk returns a tuple with the EcModeBRestricted field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EcRestrictionDataWb) HasEcModeARestricted ΒΆ

func (o *EcRestrictionDataWb) HasEcModeARestricted() bool

HasEcModeARestricted returns a boolean if a field has been set.

func (*EcRestrictionDataWb) HasEcModeBRestricted ΒΆ

func (o *EcRestrictionDataWb) HasEcModeBRestricted() bool

HasEcModeBRestricted returns a boolean if a field has been set.

func (EcRestrictionDataWb) MarshalJSON ΒΆ

func (o EcRestrictionDataWb) MarshalJSON() ([]byte, error)

func (*EcRestrictionDataWb) SetEcModeARestricted ΒΆ

func (o *EcRestrictionDataWb) SetEcModeARestricted(v bool)

SetEcModeARestricted gets a reference to the given bool and assigns it to the EcModeARestricted field.

func (*EcRestrictionDataWb) SetEcModeBRestricted ΒΆ

func (o *EcRestrictionDataWb) SetEcModeBRestricted(v bool)

SetEcModeBRestricted gets a reference to the given bool and assigns it to the EcModeBRestricted field.

func (EcRestrictionDataWb) ToMap ΒΆ

func (o EcRestrictionDataWb) ToMap() (map[string]interface{}, error)

type Ecgi ΒΆ

type Ecgi struct {
	PlmnId PlmnId `json:"plmnId"`
	// 28-bit string identifying an E-UTRA Cell Id as specified in clause 9.3.1.9 of  3GPP TS 38.413, in hexadecimal representation. Each character in the string shall take a  value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The most  significant character representing the 4 most significant bits of the Cell Id shall appear  first in the string, and the character representing the 4 least significant bit of the  Cell Id shall appear last in the string.
	EutraCellId string `json:"eutraCellId"`
	// This represents the Network Identifier, which together with a PLMN ID is used to identify an SNPN (see 3GPP TS 23.003 and 3GPP TS 23.501 clause 5.30.2.1).
	Nid *string `json:"nid,omitempty"`
}

Ecgi Contains the ECGI (E-UTRAN Cell Global Identity), as described in 3GPP 23.003

func NewEcgi ΒΆ

func NewEcgi(plmnId PlmnId, eutraCellId string) *Ecgi

NewEcgi instantiates a new Ecgi object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEcgiWithDefaults ΒΆ

func NewEcgiWithDefaults() *Ecgi

NewEcgiWithDefaults instantiates a new Ecgi object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Ecgi) GetEutraCellId ΒΆ

func (o *Ecgi) GetEutraCellId() string

GetEutraCellId returns the EutraCellId field value

func (*Ecgi) GetEutraCellIdOk ΒΆ

func (o *Ecgi) GetEutraCellIdOk() (*string, bool)

GetEutraCellIdOk returns a tuple with the EutraCellId field value and a boolean to check if the value has been set.

func (*Ecgi) GetNid ΒΆ

func (o *Ecgi) GetNid() string

GetNid returns the Nid field value if set, zero value otherwise.

func (*Ecgi) GetNidOk ΒΆ

func (o *Ecgi) GetNidOk() (*string, bool)

GetNidOk returns a tuple with the Nid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Ecgi) GetPlmnId ΒΆ

func (o *Ecgi) GetPlmnId() PlmnId

GetPlmnId returns the PlmnId field value

func (*Ecgi) GetPlmnIdOk ΒΆ

func (o *Ecgi) GetPlmnIdOk() (*PlmnId, bool)

GetPlmnIdOk returns a tuple with the PlmnId field value and a boolean to check if the value has been set.

func (*Ecgi) HasNid ΒΆ

func (o *Ecgi) HasNid() bool

HasNid returns a boolean if a field has been set.

func (Ecgi) MarshalJSON ΒΆ

func (o Ecgi) MarshalJSON() ([]byte, error)

func (*Ecgi) SetEutraCellId ΒΆ

func (o *Ecgi) SetEutraCellId(v string)

SetEutraCellId sets field value

func (*Ecgi) SetNid ΒΆ

func (o *Ecgi) SetNid(v string)

SetNid gets a reference to the given string and assigns it to the Nid field.

func (*Ecgi) SetPlmnId ΒΆ

func (o *Ecgi) SetPlmnId(v PlmnId)

SetPlmnId sets field value

func (Ecgi) ToMap ΒΆ

func (o Ecgi) ToMap() (map[string]interface{}, error)

func (*Ecgi) UnmarshalJSON ΒΆ

func (o *Ecgi) UnmarshalJSON(bytes []byte) (err error)

type EcsAddrConfigInfo ΒΆ

type EcsAddrConfigInfo struct {
	EcsServerAddr       *EcsServerAddr       `json:"ecsServerAddr,omitempty"`
	SpatialValidityCond *SpatialValidityCond `json:"spatialValidityCond,omitempty"`
}

EcsAddrConfigInfo struct for EcsAddrConfigInfo

func NewEcsAddrConfigInfo ΒΆ

func NewEcsAddrConfigInfo() *EcsAddrConfigInfo

NewEcsAddrConfigInfo instantiates a new EcsAddrConfigInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEcsAddrConfigInfoWithDefaults ΒΆ

func NewEcsAddrConfigInfoWithDefaults() *EcsAddrConfigInfo

NewEcsAddrConfigInfoWithDefaults instantiates a new EcsAddrConfigInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EcsAddrConfigInfo) GetEcsServerAddr ΒΆ

func (o *EcsAddrConfigInfo) GetEcsServerAddr() EcsServerAddr

GetEcsServerAddr returns the EcsServerAddr field value if set, zero value otherwise.

func (*EcsAddrConfigInfo) GetEcsServerAddrOk ΒΆ

func (o *EcsAddrConfigInfo) GetEcsServerAddrOk() (*EcsServerAddr, bool)

GetEcsServerAddrOk returns a tuple with the EcsServerAddr field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EcsAddrConfigInfo) GetSpatialValidityCond ΒΆ

func (o *EcsAddrConfigInfo) GetSpatialValidityCond() SpatialValidityCond

GetSpatialValidityCond returns the SpatialValidityCond field value if set, zero value otherwise.

func (*EcsAddrConfigInfo) GetSpatialValidityCondOk ΒΆ

func (o *EcsAddrConfigInfo) GetSpatialValidityCondOk() (*SpatialValidityCond, bool)

GetSpatialValidityCondOk returns a tuple with the SpatialValidityCond field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EcsAddrConfigInfo) HasEcsServerAddr ΒΆ

func (o *EcsAddrConfigInfo) HasEcsServerAddr() bool

HasEcsServerAddr returns a boolean if a field has been set.

func (*EcsAddrConfigInfo) HasSpatialValidityCond ΒΆ

func (o *EcsAddrConfigInfo) HasSpatialValidityCond() bool

HasSpatialValidityCond returns a boolean if a field has been set.

func (EcsAddrConfigInfo) MarshalJSON ΒΆ

func (o EcsAddrConfigInfo) MarshalJSON() ([]byte, error)

func (*EcsAddrConfigInfo) SetEcsServerAddr ΒΆ

func (o *EcsAddrConfigInfo) SetEcsServerAddr(v EcsServerAddr)

SetEcsServerAddr gets a reference to the given EcsServerAddr and assigns it to the EcsServerAddr field.

func (*EcsAddrConfigInfo) SetSpatialValidityCond ΒΆ

func (o *EcsAddrConfigInfo) SetSpatialValidityCond(v SpatialValidityCond)

SetSpatialValidityCond gets a reference to the given SpatialValidityCond and assigns it to the SpatialValidityCond field.

func (EcsAddrConfigInfo) ToMap ΒΆ

func (o EcsAddrConfigInfo) ToMap() (map[string]interface{}, error)

type EcsServerAddr ΒΆ

type EcsServerAddr struct {
	EcsFqdnList      []string `json:"ecsFqdnList,omitempty"`
	EcsIpAddressList []IpAddr `json:"ecsIpAddressList,omitempty"`
	EcsUriList       []string `json:"ecsUriList,omitempty"`
	EcsProviderId    *string  `json:"ecsProviderId,omitempty"`
}

EcsServerAddr Contains the Edge Configuration Server Address Configuration Information as defined in clause 5.2.3.6.1 of 3GPP TS 23.502.

func NewEcsServerAddr ΒΆ

func NewEcsServerAddr() *EcsServerAddr

NewEcsServerAddr instantiates a new EcsServerAddr object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEcsServerAddrWithDefaults ΒΆ

func NewEcsServerAddrWithDefaults() *EcsServerAddr

NewEcsServerAddrWithDefaults instantiates a new EcsServerAddr object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EcsServerAddr) GetEcsFqdnList ΒΆ

func (o *EcsServerAddr) GetEcsFqdnList() []string

GetEcsFqdnList returns the EcsFqdnList field value if set, zero value otherwise.

func (*EcsServerAddr) GetEcsFqdnListOk ΒΆ

func (o *EcsServerAddr) GetEcsFqdnListOk() ([]string, bool)

GetEcsFqdnListOk returns a tuple with the EcsFqdnList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EcsServerAddr) GetEcsIpAddressList ΒΆ

func (o *EcsServerAddr) GetEcsIpAddressList() []IpAddr

GetEcsIpAddressList returns the EcsIpAddressList field value if set, zero value otherwise.

func (*EcsServerAddr) GetEcsIpAddressListOk ΒΆ

func (o *EcsServerAddr) GetEcsIpAddressListOk() ([]IpAddr, bool)

GetEcsIpAddressListOk returns a tuple with the EcsIpAddressList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EcsServerAddr) GetEcsProviderId ΒΆ

func (o *EcsServerAddr) GetEcsProviderId() string

GetEcsProviderId returns the EcsProviderId field value if set, zero value otherwise.

func (*EcsServerAddr) GetEcsProviderIdOk ΒΆ

func (o *EcsServerAddr) GetEcsProviderIdOk() (*string, bool)

GetEcsProviderIdOk returns a tuple with the EcsProviderId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EcsServerAddr) GetEcsUriList ΒΆ

func (o *EcsServerAddr) GetEcsUriList() []string

GetEcsUriList returns the EcsUriList field value if set, zero value otherwise.

func (*EcsServerAddr) GetEcsUriListOk ΒΆ

func (o *EcsServerAddr) GetEcsUriListOk() ([]string, bool)

GetEcsUriListOk returns a tuple with the EcsUriList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EcsServerAddr) HasEcsFqdnList ΒΆ

func (o *EcsServerAddr) HasEcsFqdnList() bool

HasEcsFqdnList returns a boolean if a field has been set.

func (*EcsServerAddr) HasEcsIpAddressList ΒΆ

func (o *EcsServerAddr) HasEcsIpAddressList() bool

HasEcsIpAddressList returns a boolean if a field has been set.

func (*EcsServerAddr) HasEcsProviderId ΒΆ

func (o *EcsServerAddr) HasEcsProviderId() bool

HasEcsProviderId returns a boolean if a field has been set.

func (*EcsServerAddr) HasEcsUriList ΒΆ

func (o *EcsServerAddr) HasEcsUriList() bool

HasEcsUriList returns a boolean if a field has been set.

func (EcsServerAddr) MarshalJSON ΒΆ

func (o EcsServerAddr) MarshalJSON() ([]byte, error)

func (*EcsServerAddr) SetEcsFqdnList ΒΆ

func (o *EcsServerAddr) SetEcsFqdnList(v []string)

SetEcsFqdnList gets a reference to the given []string and assigns it to the EcsFqdnList field.

func (*EcsServerAddr) SetEcsIpAddressList ΒΆ

func (o *EcsServerAddr) SetEcsIpAddressList(v []IpAddr)

SetEcsIpAddressList gets a reference to the given []IpAddr and assigns it to the EcsIpAddressList field.

func (*EcsServerAddr) SetEcsProviderId ΒΆ

func (o *EcsServerAddr) SetEcsProviderId(v string)

SetEcsProviderId gets a reference to the given string and assigns it to the EcsProviderId field.

func (*EcsServerAddr) SetEcsUriList ΒΆ

func (o *EcsServerAddr) SetEcsUriList(v []string)

SetEcsUriList gets a reference to the given []string and assigns it to the EcsUriList field.

func (EcsServerAddr) ToMap ΒΆ

func (o EcsServerAddr) ToMap() (map[string]interface{}, error)

type EdrxParameters ΒΆ

type EdrxParameters struct {
	RatType   RatType `json:"ratType"`
	EdrxValue string  `json:"edrxValue"`
}

EdrxParameters struct for EdrxParameters

func NewEdrxParameters ΒΆ

func NewEdrxParameters(ratType RatType, edrxValue string) *EdrxParameters

NewEdrxParameters instantiates a new EdrxParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEdrxParametersWithDefaults ΒΆ

func NewEdrxParametersWithDefaults() *EdrxParameters

NewEdrxParametersWithDefaults instantiates a new EdrxParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EdrxParameters) GetEdrxValue ΒΆ

func (o *EdrxParameters) GetEdrxValue() string

GetEdrxValue returns the EdrxValue field value

func (*EdrxParameters) GetEdrxValueOk ΒΆ

func (o *EdrxParameters) GetEdrxValueOk() (*string, bool)

GetEdrxValueOk returns a tuple with the EdrxValue field value and a boolean to check if the value has been set.

func (*EdrxParameters) GetRatType ΒΆ

func (o *EdrxParameters) GetRatType() RatType

GetRatType returns the RatType field value

func (*EdrxParameters) GetRatTypeOk ΒΆ

func (o *EdrxParameters) GetRatTypeOk() (*RatType, bool)

GetRatTypeOk returns a tuple with the RatType field value and a boolean to check if the value has been set.

func (EdrxParameters) MarshalJSON ΒΆ

func (o EdrxParameters) MarshalJSON() ([]byte, error)

func (*EdrxParameters) SetEdrxValue ΒΆ

func (o *EdrxParameters) SetEdrxValue(v string)

SetEdrxValue sets field value

func (*EdrxParameters) SetRatType ΒΆ

func (o *EdrxParameters) SetRatType(v RatType)

SetRatType sets field value

func (EdrxParameters) ToMap ΒΆ

func (o EdrxParameters) ToMap() (map[string]interface{}, error)

func (*EdrxParameters) UnmarshalJSON ΒΆ

func (o *EdrxParameters) UnmarshalJSON(bytes []byte) (err error)

type EllipsoidArc ΒΆ

type EllipsoidArc struct {
	GADShape
	Point GeographicalCoordinates `json:"point"`
	// Indicates value of the inner radius.
	InnerRadius int32 `json:"innerRadius"`
	// Indicates value of uncertainty.
	UncertaintyRadius float32 `json:"uncertaintyRadius"`
	// Indicates value of angle.
	OffsetAngle int32 `json:"offsetAngle"`
	// Indicates value of angle.
	IncludedAngle int32 `json:"includedAngle"`
	// Indicates value of confidence.
	Confidence int32 `json:"confidence"`
}

EllipsoidArc Ellipsoid Arc.

func NewEllipsoidArc ΒΆ

func NewEllipsoidArc(point GeographicalCoordinates, innerRadius int32, uncertaintyRadius float32, offsetAngle int32, includedAngle int32, confidence int32, shape SupportedGADShapes) *EllipsoidArc

NewEllipsoidArc instantiates a new EllipsoidArc object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEllipsoidArcWithDefaults ΒΆ

func NewEllipsoidArcWithDefaults() *EllipsoidArc

NewEllipsoidArcWithDefaults instantiates a new EllipsoidArc object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EllipsoidArc) GetConfidence ΒΆ

func (o *EllipsoidArc) GetConfidence() int32

GetConfidence returns the Confidence field value

func (*EllipsoidArc) GetConfidenceOk ΒΆ

func (o *EllipsoidArc) GetConfidenceOk() (*int32, bool)

GetConfidenceOk returns a tuple with the Confidence field value and a boolean to check if the value has been set.

func (*EllipsoidArc) GetIncludedAngle ΒΆ

func (o *EllipsoidArc) GetIncludedAngle() int32

GetIncludedAngle returns the IncludedAngle field value

func (*EllipsoidArc) GetIncludedAngleOk ΒΆ

func (o *EllipsoidArc) GetIncludedAngleOk() (*int32, bool)

GetIncludedAngleOk returns a tuple with the IncludedAngle field value and a boolean to check if the value has been set.

func (*EllipsoidArc) GetInnerRadius ΒΆ

func (o *EllipsoidArc) GetInnerRadius() int32

GetInnerRadius returns the InnerRadius field value

func (*EllipsoidArc) GetInnerRadiusOk ΒΆ

func (o *EllipsoidArc) GetInnerRadiusOk() (*int32, bool)

GetInnerRadiusOk returns a tuple with the InnerRadius field value and a boolean to check if the value has been set.

func (*EllipsoidArc) GetOffsetAngle ΒΆ

func (o *EllipsoidArc) GetOffsetAngle() int32

GetOffsetAngle returns the OffsetAngle field value

func (*EllipsoidArc) GetOffsetAngleOk ΒΆ

func (o *EllipsoidArc) GetOffsetAngleOk() (*int32, bool)

GetOffsetAngleOk returns a tuple with the OffsetAngle field value and a boolean to check if the value has been set.

func (*EllipsoidArc) GetPoint ΒΆ

func (o *EllipsoidArc) GetPoint() GeographicalCoordinates

GetPoint returns the Point field value

func (*EllipsoidArc) GetPointOk ΒΆ

func (o *EllipsoidArc) GetPointOk() (*GeographicalCoordinates, bool)

GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.

func (*EllipsoidArc) GetUncertaintyRadius ΒΆ

func (o *EllipsoidArc) GetUncertaintyRadius() float32

GetUncertaintyRadius returns the UncertaintyRadius field value

func (*EllipsoidArc) GetUncertaintyRadiusOk ΒΆ

func (o *EllipsoidArc) GetUncertaintyRadiusOk() (*float32, bool)

GetUncertaintyRadiusOk returns a tuple with the UncertaintyRadius field value and a boolean to check if the value has been set.

func (EllipsoidArc) MarshalJSON ΒΆ

func (o EllipsoidArc) MarshalJSON() ([]byte, error)

func (*EllipsoidArc) SetConfidence ΒΆ

func (o *EllipsoidArc) SetConfidence(v int32)

SetConfidence sets field value

func (*EllipsoidArc) SetIncludedAngle ΒΆ

func (o *EllipsoidArc) SetIncludedAngle(v int32)

SetIncludedAngle sets field value

func (*EllipsoidArc) SetInnerRadius ΒΆ

func (o *EllipsoidArc) SetInnerRadius(v int32)

SetInnerRadius sets field value

func (*EllipsoidArc) SetOffsetAngle ΒΆ

func (o *EllipsoidArc) SetOffsetAngle(v int32)

SetOffsetAngle sets field value

func (*EllipsoidArc) SetPoint ΒΆ

func (o *EllipsoidArc) SetPoint(v GeographicalCoordinates)

SetPoint sets field value

func (*EllipsoidArc) SetUncertaintyRadius ΒΆ

func (o *EllipsoidArc) SetUncertaintyRadius(v float32)

SetUncertaintyRadius sets field value

func (EllipsoidArc) ToMap ΒΆ

func (o EllipsoidArc) ToMap() (map[string]interface{}, error)

func (*EllipsoidArc) UnmarshalJSON ΒΆ

func (o *EllipsoidArc) UnmarshalJSON(bytes []byte) (err error)

type EmergencyInfo ΒΆ

type EmergencyInfo struct {
	// Fully Qualified Domain Name
	PgwFqdn      *string           `json:"pgwFqdn,omitempty"`
	PgwIpAddress NullableIpAddress `json:"pgwIpAddress,omitempty"`
	// String uniquely identifying a NF instance. The format of the NF Instance ID shall be a  Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122.
	SmfInstanceId *string `json:"smfInstanceId,omitempty"`
	EpdgInd       *bool   `json:"epdgInd,omitempty"`
	PlmnId        *PlmnId `json:"plmnId,omitempty"`
}

EmergencyInfo struct for EmergencyInfo

func NewEmergencyInfo ΒΆ

func NewEmergencyInfo() *EmergencyInfo

NewEmergencyInfo instantiates a new EmergencyInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEmergencyInfoWithDefaults ΒΆ

func NewEmergencyInfoWithDefaults() *EmergencyInfo

NewEmergencyInfoWithDefaults instantiates a new EmergencyInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EmergencyInfo) GetEpdgInd ΒΆ

func (o *EmergencyInfo) GetEpdgInd() bool

GetEpdgInd returns the EpdgInd field value if set, zero value otherwise.

func (*EmergencyInfo) GetEpdgIndOk ΒΆ

func (o *EmergencyInfo) GetEpdgIndOk() (*bool, bool)

GetEpdgIndOk returns a tuple with the EpdgInd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EmergencyInfo) GetPgwFqdn ΒΆ

func (o *EmergencyInfo) GetPgwFqdn() string

GetPgwFqdn returns the PgwFqdn field value if set, zero value otherwise.

func (*EmergencyInfo) GetPgwFqdnOk ΒΆ

func (o *EmergencyInfo) GetPgwFqdnOk() (*string, bool)

GetPgwFqdnOk returns a tuple with the PgwFqdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EmergencyInfo) GetPgwIpAddress ΒΆ

func (o *EmergencyInfo) GetPgwIpAddress() IpAddress

GetPgwIpAddress returns the PgwIpAddress field value if set, zero value otherwise (both if not set or set to explicit null).

func (*EmergencyInfo) GetPgwIpAddressOk ΒΆ

func (o *EmergencyInfo) GetPgwIpAddressOk() (*IpAddress, bool)

GetPgwIpAddressOk returns a tuple with the PgwIpAddress field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*EmergencyInfo) GetPlmnId ΒΆ

func (o *EmergencyInfo) GetPlmnId() PlmnId

GetPlmnId returns the PlmnId field value if set, zero value otherwise.

func (*EmergencyInfo) GetPlmnIdOk ΒΆ

func (o *EmergencyInfo) GetPlmnIdOk() (*PlmnId, bool)

GetPlmnIdOk returns a tuple with the PlmnId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EmergencyInfo) GetSmfInstanceId ΒΆ

func (o *EmergencyInfo) GetSmfInstanceId() string

GetSmfInstanceId returns the SmfInstanceId field value if set, zero value otherwise.

func (*EmergencyInfo) GetSmfInstanceIdOk ΒΆ

func (o *EmergencyInfo) GetSmfInstanceIdOk() (*string, bool)

GetSmfInstanceIdOk returns a tuple with the SmfInstanceId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EmergencyInfo) HasEpdgInd ΒΆ

func (o *EmergencyInfo) HasEpdgInd() bool

HasEpdgInd returns a boolean if a field has been set.

func (*EmergencyInfo) HasPgwFqdn ΒΆ

func (o *EmergencyInfo) HasPgwFqdn() bool

HasPgwFqdn returns a boolean if a field has been set.

func (*EmergencyInfo) HasPgwIpAddress ΒΆ

func (o *EmergencyInfo) HasPgwIpAddress() bool

HasPgwIpAddress returns a boolean if a field has been set.

func (*EmergencyInfo) HasPlmnId ΒΆ

func (o *EmergencyInfo) HasPlmnId() bool

HasPlmnId returns a boolean if a field has been set.

func (*EmergencyInfo) HasSmfInstanceId ΒΆ

func (o *EmergencyInfo) HasSmfInstanceId() bool

HasSmfInstanceId returns a boolean if a field has been set.

func (EmergencyInfo) MarshalJSON ΒΆ

func (o EmergencyInfo) MarshalJSON() ([]byte, error)

func (*EmergencyInfo) SetEpdgInd ΒΆ

func (o *EmergencyInfo) SetEpdgInd(v bool)

SetEpdgInd gets a reference to the given bool and assigns it to the EpdgInd field.

func (*EmergencyInfo) SetPgwFqdn ΒΆ

func (o *EmergencyInfo) SetPgwFqdn(v string)

SetPgwFqdn gets a reference to the given string and assigns it to the PgwFqdn field.

func (*EmergencyInfo) SetPgwIpAddress ΒΆ

func (o *EmergencyInfo) SetPgwIpAddress(v IpAddress)

SetPgwIpAddress gets a reference to the given NullableIpAddress and assigns it to the PgwIpAddress field.

func (*EmergencyInfo) SetPgwIpAddressNil ΒΆ

func (o *EmergencyInfo) SetPgwIpAddressNil()

SetPgwIpAddressNil sets the value for PgwIpAddress to be an explicit nil

func (*EmergencyInfo) SetPlmnId ΒΆ

func (o *EmergencyInfo) SetPlmnId(v PlmnId)

SetPlmnId gets a reference to the given PlmnId and assigns it to the PlmnId field.

func (*EmergencyInfo) SetSmfInstanceId ΒΆ

func (o *EmergencyInfo) SetSmfInstanceId(v string)

SetSmfInstanceId gets a reference to the given string and assigns it to the SmfInstanceId field.

func (EmergencyInfo) ToMap ΒΆ

func (o EmergencyInfo) ToMap() (map[string]interface{}, error)

func (*EmergencyInfo) UnsetPgwIpAddress ΒΆ

func (o *EmergencyInfo) UnsetPgwIpAddress()

UnsetPgwIpAddress ensures that no value is present for PgwIpAddress, not even an explicit nil

type EnhancedCoverageRestrictionData ΒΆ

type EnhancedCoverageRestrictionData struct {
	PlmnEcInfoList []PlmnEcInfo `json:"plmnEcInfoList,omitempty"`
}

EnhancedCoverageRestrictionData struct for EnhancedCoverageRestrictionData

func NewEnhancedCoverageRestrictionData ΒΆ

func NewEnhancedCoverageRestrictionData() *EnhancedCoverageRestrictionData

NewEnhancedCoverageRestrictionData instantiates a new EnhancedCoverageRestrictionData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEnhancedCoverageRestrictionDataWithDefaults ΒΆ

func NewEnhancedCoverageRestrictionDataWithDefaults() *EnhancedCoverageRestrictionData

NewEnhancedCoverageRestrictionDataWithDefaults instantiates a new EnhancedCoverageRestrictionData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EnhancedCoverageRestrictionData) GetPlmnEcInfoList ΒΆ

func (o *EnhancedCoverageRestrictionData) GetPlmnEcInfoList() []PlmnEcInfo

GetPlmnEcInfoList returns the PlmnEcInfoList field value if set, zero value otherwise.

func (*EnhancedCoverageRestrictionData) GetPlmnEcInfoListOk ΒΆ

func (o *EnhancedCoverageRestrictionData) GetPlmnEcInfoListOk() ([]PlmnEcInfo, bool)

GetPlmnEcInfoListOk returns a tuple with the PlmnEcInfoList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnhancedCoverageRestrictionData) HasPlmnEcInfoList ΒΆ

func (o *EnhancedCoverageRestrictionData) HasPlmnEcInfoList() bool

HasPlmnEcInfoList returns a boolean if a field has been set.

func (EnhancedCoverageRestrictionData) MarshalJSON ΒΆ

func (o EnhancedCoverageRestrictionData) MarshalJSON() ([]byte, error)

func (*EnhancedCoverageRestrictionData) SetPlmnEcInfoList ΒΆ

func (o *EnhancedCoverageRestrictionData) SetPlmnEcInfoList(v []PlmnEcInfo)

SetPlmnEcInfoList gets a reference to the given []PlmnEcInfo and assigns it to the PlmnEcInfoList field.

func (EnhancedCoverageRestrictionData) ToMap ΒΆ

func (o EnhancedCoverageRestrictionData) ToMap() (map[string]interface{}, error)

type EnhancedCoverageRestrictionDataRetrievalAPIService ΒΆ

type EnhancedCoverageRestrictionDataRetrievalAPIService service

EnhancedCoverageRestrictionDataRetrievalAPIService EnhancedCoverageRestrictionDataRetrievalAPI service

func (*EnhancedCoverageRestrictionDataRetrievalAPIService) GetEcrData ΒΆ

GetEcrData retrieve a UE's subscribed Enhanced Coverage Restriction Data

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param supi Identifier of the UE
@return ApiGetEcrDataRequest

func (*EnhancedCoverageRestrictionDataRetrievalAPIService) GetEcrDataExecute ΒΆ

Execute executes the request

@return EnhancedCoverageRestrictionData

type EpsInterworkingInfo ΒΆ

type EpsInterworkingInfo struct {
	// A map (list of key-value pairs where Dnn serves as key) of EpsIwkPgws
	EpsIwkPgws *map[string]EpsIwkPgw `json:"epsIwkPgws,omitempty"`
}

EpsInterworkingInfo struct for EpsInterworkingInfo

func NewEpsInterworkingInfo ΒΆ

func NewEpsInterworkingInfo() *EpsInterworkingInfo

NewEpsInterworkingInfo instantiates a new EpsInterworkingInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEpsInterworkingInfoWithDefaults ΒΆ

func NewEpsInterworkingInfoWithDefaults() *EpsInterworkingInfo

NewEpsInterworkingInfoWithDefaults instantiates a new EpsInterworkingInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EpsInterworkingInfo) GetEpsIwkPgws ΒΆ

func (o *EpsInterworkingInfo) GetEpsIwkPgws() map[string]EpsIwkPgw

GetEpsIwkPgws returns the EpsIwkPgws field value if set, zero value otherwise.

func (*EpsInterworkingInfo) GetEpsIwkPgwsOk ΒΆ

func (o *EpsInterworkingInfo) GetEpsIwkPgwsOk() (*map[string]EpsIwkPgw, bool)

GetEpsIwkPgwsOk returns a tuple with the EpsIwkPgws field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EpsInterworkingInfo) HasEpsIwkPgws ΒΆ

func (o *EpsInterworkingInfo) HasEpsIwkPgws() bool

HasEpsIwkPgws returns a boolean if a field has been set.

func (EpsInterworkingInfo) MarshalJSON ΒΆ

func (o EpsInterworkingInfo) MarshalJSON() ([]byte, error)

func (*EpsInterworkingInfo) SetEpsIwkPgws ΒΆ

func (o *EpsInterworkingInfo) SetEpsIwkPgws(v map[string]EpsIwkPgw)

SetEpsIwkPgws gets a reference to the given map[string]EpsIwkPgw and assigns it to the EpsIwkPgws field.

func (EpsInterworkingInfo) ToMap ΒΆ

func (o EpsInterworkingInfo) ToMap() (map[string]interface{}, error)

type EpsIwkPgw ΒΆ

type EpsIwkPgw struct {
	// Fully Qualified Domain Name
	PgwFqdn string `json:"pgwFqdn"`
	// String uniquely identifying a NF instance. The format of the NF Instance ID shall be a  Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122.
	SmfInstanceId string  `json:"smfInstanceId"`
	PlmnId        *PlmnId `json:"plmnId,omitempty"`
}

EpsIwkPgw struct for EpsIwkPgw

func NewEpsIwkPgw ΒΆ

func NewEpsIwkPgw(pgwFqdn string, smfInstanceId string) *EpsIwkPgw

NewEpsIwkPgw instantiates a new EpsIwkPgw object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEpsIwkPgwWithDefaults ΒΆ

func NewEpsIwkPgwWithDefaults() *EpsIwkPgw

NewEpsIwkPgwWithDefaults instantiates a new EpsIwkPgw object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EpsIwkPgw) GetPgwFqdn ΒΆ

func (o *EpsIwkPgw) GetPgwFqdn() string

GetPgwFqdn returns the PgwFqdn field value

func (*EpsIwkPgw) GetPgwFqdnOk ΒΆ

func (o *EpsIwkPgw) GetPgwFqdnOk() (*string, bool)

GetPgwFqdnOk returns a tuple with the PgwFqdn field value and a boolean to check if the value has been set.

func (*EpsIwkPgw) GetPlmnId ΒΆ

func (o *EpsIwkPgw) GetPlmnId() PlmnId

GetPlmnId returns the PlmnId field value if set, zero value otherwise.

func (*EpsIwkPgw) GetPlmnIdOk ΒΆ

func (o *EpsIwkPgw) GetPlmnIdOk() (*PlmnId, bool)

GetPlmnIdOk returns a tuple with the PlmnId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EpsIwkPgw) GetSmfInstanceId ΒΆ

func (o *EpsIwkPgw) GetSmfInstanceId() string

GetSmfInstanceId returns the SmfInstanceId field value

func (*EpsIwkPgw) GetSmfInstanceIdOk ΒΆ

func (o *EpsIwkPgw) GetSmfInstanceIdOk() (*string, bool)

GetSmfInstanceIdOk returns a tuple with the SmfInstanceId field value and a boolean to check if the value has been set.

func (*EpsIwkPgw) HasPlmnId ΒΆ

func (o *EpsIwkPgw) HasPlmnId() bool

HasPlmnId returns a boolean if a field has been set.

func (EpsIwkPgw) MarshalJSON ΒΆ

func (o EpsIwkPgw) MarshalJSON() ([]byte, error)

func (*EpsIwkPgw) SetPgwFqdn ΒΆ

func (o *EpsIwkPgw) SetPgwFqdn(v string)

SetPgwFqdn sets field value

func (*EpsIwkPgw) SetPlmnId ΒΆ

func (o *EpsIwkPgw) SetPlmnId(v PlmnId)

SetPlmnId gets a reference to the given PlmnId and assigns it to the PlmnId field.

func (*EpsIwkPgw) SetSmfInstanceId ΒΆ

func (o *EpsIwkPgw) SetSmfInstanceId(v string)

SetSmfInstanceId sets field value

func (EpsIwkPgw) ToMap ΒΆ

func (o EpsIwkPgw) ToMap() (map[string]interface{}, error)

func (*EpsIwkPgw) UnmarshalJSON ΒΆ

func (o *EpsIwkPgw) UnmarshalJSON(bytes []byte) (err error)

type EventForMdt ΒΆ

type EventForMdt struct {
	// contains filtered or unexported fields
}

EventForMdt The enumeration EventForMdt defines events triggered measurement for logged MDT in the trace. See 3GPP TS 32.422 for further description of the values. It shall comply with the provisions defined in table 5.6.3.11-1

func (*EventForMdt) MarshalJSON ΒΆ

func (src *EventForMdt) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*EventForMdt) UnmarshalJSON ΒΆ

func (dst *EventForMdt) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type ExpectedUeBehaviourData ΒΆ

type ExpectedUeBehaviourData struct {
	StationaryIndication *StationaryIndication `json:"stationaryIndication,omitempty"`
	// indicating a time in seconds.
	CommunicationDurationTime *int32 `json:"communicationDurationTime,omitempty"`
	// indicating a time in seconds.
	PeriodicTime               *int32                      `json:"periodicTime,omitempty"`
	ScheduledCommunicationTime *ScheduledCommunicationTime `json:"scheduledCommunicationTime,omitempty"`
	ScheduledCommunicationType *ScheduledCommunicationType `json:"scheduledCommunicationType,omitempty"`
	// Identifies the UE's expected geographical movement. The attribute is only applicable in 5G.
	ExpectedUmts      []LocationArea     `json:"expectedUmts,omitempty"`
	TrafficProfile    *TrafficProfile    `json:"trafficProfile,omitempty"`
	BatteryIndication *BatteryIndication `json:"batteryIndication,omitempty"`
	// string with format 'date-time' as defined in OpenAPI.
	ValidityTime *time.Time `json:"validityTime,omitempty"`
}

ExpectedUeBehaviourData struct for ExpectedUeBehaviourData

func NewExpectedUeBehaviourData ΒΆ

func NewExpectedUeBehaviourData() *ExpectedUeBehaviourData

NewExpectedUeBehaviourData instantiates a new ExpectedUeBehaviourData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewExpectedUeBehaviourDataWithDefaults ΒΆ

func NewExpectedUeBehaviourDataWithDefaults() *ExpectedUeBehaviourData

NewExpectedUeBehaviourDataWithDefaults instantiates a new ExpectedUeBehaviourData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ExpectedUeBehaviourData) GetBatteryIndication ΒΆ

func (o *ExpectedUeBehaviourData) GetBatteryIndication() BatteryIndication

GetBatteryIndication returns the BatteryIndication field value if set, zero value otherwise.

func (*ExpectedUeBehaviourData) GetBatteryIndicationOk ΒΆ

func (o *ExpectedUeBehaviourData) GetBatteryIndicationOk() (*BatteryIndication, bool)

GetBatteryIndicationOk returns a tuple with the BatteryIndication field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExpectedUeBehaviourData) GetCommunicationDurationTime ΒΆ

func (o *ExpectedUeBehaviourData) GetCommunicationDurationTime() int32

GetCommunicationDurationTime returns the CommunicationDurationTime field value if set, zero value otherwise.

func (*ExpectedUeBehaviourData) GetCommunicationDurationTimeOk ΒΆ

func (o *ExpectedUeBehaviourData) GetCommunicationDurationTimeOk() (*int32, bool)

GetCommunicationDurationTimeOk returns a tuple with the CommunicationDurationTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExpectedUeBehaviourData) GetExpectedUmts ΒΆ

func (o *ExpectedUeBehaviourData) GetExpectedUmts() []LocationArea

GetExpectedUmts returns the ExpectedUmts field value if set, zero value otherwise.

func (*ExpectedUeBehaviourData) GetExpectedUmtsOk ΒΆ

func (o *ExpectedUeBehaviourData) GetExpectedUmtsOk() ([]LocationArea, bool)

GetExpectedUmtsOk returns a tuple with the ExpectedUmts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExpectedUeBehaviourData) GetPeriodicTime ΒΆ

func (o *ExpectedUeBehaviourData) GetPeriodicTime() int32

GetPeriodicTime returns the PeriodicTime field value if set, zero value otherwise.

func (*ExpectedUeBehaviourData) GetPeriodicTimeOk ΒΆ

func (o *ExpectedUeBehaviourData) GetPeriodicTimeOk() (*int32, bool)

GetPeriodicTimeOk returns a tuple with the PeriodicTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExpectedUeBehaviourData) GetScheduledCommunicationTime ΒΆ

func (o *ExpectedUeBehaviourData) GetScheduledCommunicationTime() ScheduledCommunicationTime

GetScheduledCommunicationTime returns the ScheduledCommunicationTime field value if set, zero value otherwise.

func (*ExpectedUeBehaviourData) GetScheduledCommunicationTimeOk ΒΆ

func (o *ExpectedUeBehaviourData) GetScheduledCommunicationTimeOk() (*ScheduledCommunicationTime, bool)

GetScheduledCommunicationTimeOk returns a tuple with the ScheduledCommunicationTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExpectedUeBehaviourData) GetScheduledCommunicationType ΒΆ

func (o *ExpectedUeBehaviourData) GetScheduledCommunicationType() ScheduledCommunicationType

GetScheduledCommunicationType returns the ScheduledCommunicationType field value if set, zero value otherwise.

func (*ExpectedUeBehaviourData) GetScheduledCommunicationTypeOk ΒΆ

func (o *ExpectedUeBehaviourData) GetScheduledCommunicationTypeOk() (*ScheduledCommunicationType, bool)

GetScheduledCommunicationTypeOk returns a tuple with the ScheduledCommunicationType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExpectedUeBehaviourData) GetStationaryIndication ΒΆ

func (o *ExpectedUeBehaviourData) GetStationaryIndication() StationaryIndication

GetStationaryIndication returns the StationaryIndication field value if set, zero value otherwise.

func (*ExpectedUeBehaviourData) GetStationaryIndicationOk ΒΆ

func (o *ExpectedUeBehaviourData) GetStationaryIndicationOk() (*StationaryIndication, bool)

GetStationaryIndicationOk returns a tuple with the StationaryIndication field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExpectedUeBehaviourData) GetTrafficProfile ΒΆ

func (o *ExpectedUeBehaviourData) GetTrafficProfile() TrafficProfile

GetTrafficProfile returns the TrafficProfile field value if set, zero value otherwise.

func (*ExpectedUeBehaviourData) GetTrafficProfileOk ΒΆ

func (o *ExpectedUeBehaviourData) GetTrafficProfileOk() (*TrafficProfile, bool)

GetTrafficProfileOk returns a tuple with the TrafficProfile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExpectedUeBehaviourData) GetValidityTime ΒΆ

func (o *ExpectedUeBehaviourData) GetValidityTime() time.Time

GetValidityTime returns the ValidityTime field value if set, zero value otherwise.

func (*ExpectedUeBehaviourData) GetValidityTimeOk ΒΆ

func (o *ExpectedUeBehaviourData) GetValidityTimeOk() (*time.Time, bool)

GetValidityTimeOk returns a tuple with the ValidityTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExpectedUeBehaviourData) HasBatteryIndication ΒΆ

func (o *ExpectedUeBehaviourData) HasBatteryIndication() bool

HasBatteryIndication returns a boolean if a field has been set.

func (*ExpectedUeBehaviourData) HasCommunicationDurationTime ΒΆ

func (o *ExpectedUeBehaviourData) HasCommunicationDurationTime() bool

HasCommunicationDurationTime returns a boolean if a field has been set.

func (*ExpectedUeBehaviourData) HasExpectedUmts ΒΆ

func (o *ExpectedUeBehaviourData) HasExpectedUmts() bool

HasExpectedUmts returns a boolean if a field has been set.

func (*ExpectedUeBehaviourData) HasPeriodicTime ΒΆ

func (o *ExpectedUeBehaviourData) HasPeriodicTime() bool

HasPeriodicTime returns a boolean if a field has been set.

func (*ExpectedUeBehaviourData) HasScheduledCommunicationTime ΒΆ

func (o *ExpectedUeBehaviourData) HasScheduledCommunicationTime() bool

HasScheduledCommunicationTime returns a boolean if a field has been set.

func (*ExpectedUeBehaviourData) HasScheduledCommunicationType ΒΆ

func (o *ExpectedUeBehaviourData) HasScheduledCommunicationType() bool

HasScheduledCommunicationType returns a boolean if a field has been set.

func (*ExpectedUeBehaviourData) HasStationaryIndication ΒΆ

func (o *ExpectedUeBehaviourData) HasStationaryIndication() bool

HasStationaryIndication returns a boolean if a field has been set.

func (*ExpectedUeBehaviourData) HasTrafficProfile ΒΆ

func (o *ExpectedUeBehaviourData) HasTrafficProfile() bool

HasTrafficProfile returns a boolean if a field has been set.

func (*ExpectedUeBehaviourData) HasValidityTime ΒΆ

func (o *ExpectedUeBehaviourData) HasValidityTime() bool

HasValidityTime returns a boolean if a field has been set.

func (ExpectedUeBehaviourData) MarshalJSON ΒΆ

func (o ExpectedUeBehaviourData) MarshalJSON() ([]byte, error)

func (*ExpectedUeBehaviourData) SetBatteryIndication ΒΆ

func (o *ExpectedUeBehaviourData) SetBatteryIndication(v BatteryIndication)

SetBatteryIndication gets a reference to the given BatteryIndication and assigns it to the BatteryIndication field.

func (*ExpectedUeBehaviourData) SetCommunicationDurationTime ΒΆ

func (o *ExpectedUeBehaviourData) SetCommunicationDurationTime(v int32)

SetCommunicationDurationTime gets a reference to the given int32 and assigns it to the CommunicationDurationTime field.

func (*ExpectedUeBehaviourData) SetExpectedUmts ΒΆ

func (o *ExpectedUeBehaviourData) SetExpectedUmts(v []LocationArea)

SetExpectedUmts gets a reference to the given []LocationArea and assigns it to the ExpectedUmts field.

func (*ExpectedUeBehaviourData) SetPeriodicTime ΒΆ

func (o *ExpectedUeBehaviourData) SetPeriodicTime(v int32)

SetPeriodicTime gets a reference to the given int32 and assigns it to the PeriodicTime field.

func (*ExpectedUeBehaviourData) SetScheduledCommunicationTime ΒΆ

func (o *ExpectedUeBehaviourData) SetScheduledCommunicationTime(v ScheduledCommunicationTime)

SetScheduledCommunicationTime gets a reference to the given ScheduledCommunicationTime and assigns it to the ScheduledCommunicationTime field.

func (*ExpectedUeBehaviourData) SetScheduledCommunicationType ΒΆ

func (o *ExpectedUeBehaviourData) SetScheduledCommunicationType(v ScheduledCommunicationType)

SetScheduledCommunicationType gets a reference to the given ScheduledCommunicationType and assigns it to the ScheduledCommunicationType field.

func (*ExpectedUeBehaviourData) SetStationaryIndication ΒΆ

func (o *ExpectedUeBehaviourData) SetStationaryIndication(v StationaryIndication)

SetStationaryIndication gets a reference to the given StationaryIndication and assigns it to the StationaryIndication field.

func (*ExpectedUeBehaviourData) SetTrafficProfile ΒΆ

func (o *ExpectedUeBehaviourData) SetTrafficProfile(v TrafficProfile)

SetTrafficProfile gets a reference to the given TrafficProfile and assigns it to the TrafficProfile field.

func (*ExpectedUeBehaviourData) SetValidityTime ΒΆ

func (o *ExpectedUeBehaviourData) SetValidityTime(v time.Time)

SetValidityTime gets a reference to the given time.Time and assigns it to the ValidityTime field.

func (ExpectedUeBehaviourData) ToMap ΒΆ

func (o ExpectedUeBehaviourData) ToMap() (map[string]interface{}, error)

type ExtendedSmSubsData ΒΆ

type ExtendedSmSubsData struct {
	SharedSmSubsDataIds  []string                            `json:"sharedSmSubsDataIds"`
	IndividualSmSubsData []SessionManagementSubscriptionData `json:"individualSmSubsData,omitempty"`
}

ExtendedSmSubsData Contains identifiers of shared Session Management Subscription Data and optionally individual Session Management Subscription Data.

func NewExtendedSmSubsData ΒΆ

func NewExtendedSmSubsData(sharedSmSubsDataIds []string) *ExtendedSmSubsData

NewExtendedSmSubsData instantiates a new ExtendedSmSubsData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewExtendedSmSubsDataWithDefaults ΒΆ

func NewExtendedSmSubsDataWithDefaults() *ExtendedSmSubsData

NewExtendedSmSubsDataWithDefaults instantiates a new ExtendedSmSubsData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ExtendedSmSubsData) GetIndividualSmSubsData ΒΆ

func (o *ExtendedSmSubsData) GetIndividualSmSubsData() []SessionManagementSubscriptionData

GetIndividualSmSubsData returns the IndividualSmSubsData field value if set, zero value otherwise.

func (*ExtendedSmSubsData) GetIndividualSmSubsDataOk ΒΆ

func (o *ExtendedSmSubsData) GetIndividualSmSubsDataOk() ([]SessionManagementSubscriptionData, bool)

GetIndividualSmSubsDataOk returns a tuple with the IndividualSmSubsData field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExtendedSmSubsData) GetSharedSmSubsDataIds ΒΆ

func (o *ExtendedSmSubsData) GetSharedSmSubsDataIds() []string

GetSharedSmSubsDataIds returns the SharedSmSubsDataIds field value

func (*ExtendedSmSubsData) GetSharedSmSubsDataIdsOk ΒΆ

func (o *ExtendedSmSubsData) GetSharedSmSubsDataIdsOk() ([]string, bool)

GetSharedSmSubsDataIdsOk returns a tuple with the SharedSmSubsDataIds field value and a boolean to check if the value has been set.

func (*ExtendedSmSubsData) HasIndividualSmSubsData ΒΆ

func (o *ExtendedSmSubsData) HasIndividualSmSubsData() bool

HasIndividualSmSubsData returns a boolean if a field has been set.

func (ExtendedSmSubsData) MarshalJSON ΒΆ

func (o ExtendedSmSubsData) MarshalJSON() ([]byte, error)

func (*ExtendedSmSubsData) SetIndividualSmSubsData ΒΆ

func (o *ExtendedSmSubsData) SetIndividualSmSubsData(v []SessionManagementSubscriptionData)

SetIndividualSmSubsData gets a reference to the given []SessionManagementSubscriptionData and assigns it to the IndividualSmSubsData field.

func (*ExtendedSmSubsData) SetSharedSmSubsDataIds ΒΆ

func (o *ExtendedSmSubsData) SetSharedSmSubsDataIds(v []string)

SetSharedSmSubsDataIds sets field value

func (ExtendedSmSubsData) ToMap ΒΆ

func (o ExtendedSmSubsData) ToMap() (map[string]interface{}, error)

func (*ExtendedSmSubsData) UnmarshalJSON ΒΆ

func (o *ExtendedSmSubsData) UnmarshalJSON(bytes []byte) (err error)

type ExternalUnrelatedClass ΒΆ

type ExternalUnrelatedClass struct {
	LcsClientExternals      []LcsClientExternal      `json:"lcsClientExternals,omitempty"`
	AfExternals             []AfExternal             `json:"afExternals,omitempty"`
	LcsClientGroupExternals []LcsClientGroupExternal `json:"lcsClientGroupExternals,omitempty"`
}

ExternalUnrelatedClass struct for ExternalUnrelatedClass

func NewExternalUnrelatedClass ΒΆ

func NewExternalUnrelatedClass() *ExternalUnrelatedClass

NewExternalUnrelatedClass instantiates a new ExternalUnrelatedClass object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewExternalUnrelatedClassWithDefaults ΒΆ

func NewExternalUnrelatedClassWithDefaults() *ExternalUnrelatedClass

NewExternalUnrelatedClassWithDefaults instantiates a new ExternalUnrelatedClass object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ExternalUnrelatedClass) GetAfExternals ΒΆ

func (o *ExternalUnrelatedClass) GetAfExternals() []AfExternal

GetAfExternals returns the AfExternals field value if set, zero value otherwise.

func (*ExternalUnrelatedClass) GetAfExternalsOk ΒΆ

func (o *ExternalUnrelatedClass) GetAfExternalsOk() ([]AfExternal, bool)

GetAfExternalsOk returns a tuple with the AfExternals field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalUnrelatedClass) GetLcsClientExternals ΒΆ

func (o *ExternalUnrelatedClass) GetLcsClientExternals() []LcsClientExternal

GetLcsClientExternals returns the LcsClientExternals field value if set, zero value otherwise.

func (*ExternalUnrelatedClass) GetLcsClientExternalsOk ΒΆ

func (o *ExternalUnrelatedClass) GetLcsClientExternalsOk() ([]LcsClientExternal, bool)

GetLcsClientExternalsOk returns a tuple with the LcsClientExternals field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalUnrelatedClass) GetLcsClientGroupExternals ΒΆ

func (o *ExternalUnrelatedClass) GetLcsClientGroupExternals() []LcsClientGroupExternal

GetLcsClientGroupExternals returns the LcsClientGroupExternals field value if set, zero value otherwise.

func (*ExternalUnrelatedClass) GetLcsClientGroupExternalsOk ΒΆ

func (o *ExternalUnrelatedClass) GetLcsClientGroupExternalsOk() ([]LcsClientGroupExternal, bool)

GetLcsClientGroupExternalsOk returns a tuple with the LcsClientGroupExternals field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalUnrelatedClass) HasAfExternals ΒΆ

func (o *ExternalUnrelatedClass) HasAfExternals() bool

HasAfExternals returns a boolean if a field has been set.

func (*ExternalUnrelatedClass) HasLcsClientExternals ΒΆ

func (o *ExternalUnrelatedClass) HasLcsClientExternals() bool

HasLcsClientExternals returns a boolean if a field has been set.

func (*ExternalUnrelatedClass) HasLcsClientGroupExternals ΒΆ

func (o *ExternalUnrelatedClass) HasLcsClientGroupExternals() bool

HasLcsClientGroupExternals returns a boolean if a field has been set.

func (ExternalUnrelatedClass) MarshalJSON ΒΆ

func (o ExternalUnrelatedClass) MarshalJSON() ([]byte, error)

func (*ExternalUnrelatedClass) SetAfExternals ΒΆ

func (o *ExternalUnrelatedClass) SetAfExternals(v []AfExternal)

SetAfExternals gets a reference to the given []AfExternal and assigns it to the AfExternals field.

func (*ExternalUnrelatedClass) SetLcsClientExternals ΒΆ

func (o *ExternalUnrelatedClass) SetLcsClientExternals(v []LcsClientExternal)

SetLcsClientExternals gets a reference to the given []LcsClientExternal and assigns it to the LcsClientExternals field.

func (*ExternalUnrelatedClass) SetLcsClientGroupExternals ΒΆ

func (o *ExternalUnrelatedClass) SetLcsClientGroupExternals(v []LcsClientGroupExternal)

SetLcsClientGroupExternals gets a reference to the given []LcsClientGroupExternal and assigns it to the LcsClientGroupExternals field.

func (ExternalUnrelatedClass) ToMap ΒΆ

func (o ExternalUnrelatedClass) ToMap() (map[string]interface{}, error)

type FrameRouteInfo ΒΆ

type FrameRouteInfo struct {
	// \"String identifying a IPv4 address mask formatted in the 'dotted decimal' notation as defined in RFC 1166.\"
	Ipv4Mask   *string     `json:"ipv4Mask,omitempty"`
	Ipv6Prefix *Ipv6Prefix `json:"ipv6Prefix,omitempty"`
}

FrameRouteInfo struct for FrameRouteInfo

func NewFrameRouteInfo ΒΆ

func NewFrameRouteInfo() *FrameRouteInfo

NewFrameRouteInfo instantiates a new FrameRouteInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFrameRouteInfoWithDefaults ΒΆ

func NewFrameRouteInfoWithDefaults() *FrameRouteInfo

NewFrameRouteInfoWithDefaults instantiates a new FrameRouteInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FrameRouteInfo) GetIpv4Mask ΒΆ

func (o *FrameRouteInfo) GetIpv4Mask() string

GetIpv4Mask returns the Ipv4Mask field value if set, zero value otherwise.

func (*FrameRouteInfo) GetIpv4MaskOk ΒΆ

func (o *FrameRouteInfo) GetIpv4MaskOk() (*string, bool)

GetIpv4MaskOk returns a tuple with the Ipv4Mask field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FrameRouteInfo) GetIpv6Prefix ΒΆ

func (o *FrameRouteInfo) GetIpv6Prefix() Ipv6Prefix

GetIpv6Prefix returns the Ipv6Prefix field value if set, zero value otherwise.

func (*FrameRouteInfo) GetIpv6PrefixOk ΒΆ

func (o *FrameRouteInfo) GetIpv6PrefixOk() (*Ipv6Prefix, bool)

GetIpv6PrefixOk returns a tuple with the Ipv6Prefix field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FrameRouteInfo) HasIpv4Mask ΒΆ

func (o *FrameRouteInfo) HasIpv4Mask() bool

HasIpv4Mask returns a boolean if a field has been set.

func (*FrameRouteInfo) HasIpv6Prefix ΒΆ

func (o *FrameRouteInfo) HasIpv6Prefix() bool

HasIpv6Prefix returns a boolean if a field has been set.

func (FrameRouteInfo) MarshalJSON ΒΆ

func (o FrameRouteInfo) MarshalJSON() ([]byte, error)

func (*FrameRouteInfo) SetIpv4Mask ΒΆ

func (o *FrameRouteInfo) SetIpv4Mask(v string)

SetIpv4Mask gets a reference to the given string and assigns it to the Ipv4Mask field.

func (*FrameRouteInfo) SetIpv6Prefix ΒΆ

func (o *FrameRouteInfo) SetIpv6Prefix(v Ipv6Prefix)

SetIpv6Prefix gets a reference to the given Ipv6Prefix and assigns it to the Ipv6Prefix field.

func (FrameRouteInfo) ToMap ΒΆ

func (o FrameRouteInfo) ToMap() (map[string]interface{}, error)

type GADShape ΒΆ

type GADShape struct {
	Shape SupportedGADShapes `json:"shape"`
}

GADShape Common base type for GAD shapes.

func NewGADShape ΒΆ

func NewGADShape(shape SupportedGADShapes) *GADShape

NewGADShape instantiates a new GADShape object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGADShapeWithDefaults ΒΆ

func NewGADShapeWithDefaults() *GADShape

NewGADShapeWithDefaults instantiates a new GADShape object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GADShape) GetShape ΒΆ

func (o *GADShape) GetShape() SupportedGADShapes

GetShape returns the Shape field value

func (*GADShape) GetShapeOk ΒΆ

func (o *GADShape) GetShapeOk() (*SupportedGADShapes, bool)

GetShapeOk returns a tuple with the Shape field value and a boolean to check if the value has been set.

func (GADShape) MarshalJSON ΒΆ

func (o GADShape) MarshalJSON() ([]byte, error)

func (*GADShape) SetShape ΒΆ

func (o *GADShape) SetShape(v SupportedGADShapes)

SetShape sets field value

func (GADShape) ToMap ΒΆ

func (o GADShape) ToMap() (map[string]interface{}, error)

func (*GADShape) UnmarshalJSON ΒΆ

func (o *GADShape) UnmarshalJSON(bytes []byte) (err error)

type GNbId ΒΆ

type GNbId struct {
	// Unsigned integer representing the bit length of the gNB ID as defined in clause 9.3.1.6 of 3GPP TS 38.413 [11], within the range 22 to 32.
	BitLength int32 `json:"bitLength"`
	// This represents the identifier of the gNB. The value of the gNB ID shall be encoded in hexadecimal representation. Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The padding 0 shall be added to make multiple nibbles,  the most significant character representing the padding 0 if required together with the 4 most significant bits of the gNB ID shall appear first in the string, and the character representing the 4 least significant bit of the gNB ID shall appear last in the string.
	GNBValue string `json:"gNBValue"`
}

GNbId Provides the G-NB identifier.

func NewGNbId ΒΆ

func NewGNbId(bitLength int32, gNBValue string) *GNbId

NewGNbId instantiates a new GNbId object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGNbIdWithDefaults ΒΆ

func NewGNbIdWithDefaults() *GNbId

NewGNbIdWithDefaults instantiates a new GNbId object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GNbId) GetBitLength ΒΆ

func (o *GNbId) GetBitLength() int32

GetBitLength returns the BitLength field value

func (*GNbId) GetBitLengthOk ΒΆ

func (o *GNbId) GetBitLengthOk() (*int32, bool)

GetBitLengthOk returns a tuple with the BitLength field value and a boolean to check if the value has been set.

func (*GNbId) GetGNBValue ΒΆ

func (o *GNbId) GetGNBValue() string

GetGNBValue returns the GNBValue field value

func (*GNbId) GetGNBValueOk ΒΆ

func (o *GNbId) GetGNBValueOk() (*string, bool)

GetGNBValueOk returns a tuple with the GNBValue field value and a boolean to check if the value has been set.

func (GNbId) MarshalJSON ΒΆ

func (o GNbId) MarshalJSON() ([]byte, error)

func (*GNbId) SetBitLength ΒΆ

func (o *GNbId) SetBitLength(v int32)

SetBitLength sets field value

func (*GNbId) SetGNBValue ΒΆ

func (o *GNbId) SetGNBValue(v string)

SetGNBValue sets field value

func (GNbId) ToMap ΒΆ

func (o GNbId) ToMap() (map[string]interface{}, error)

func (*GNbId) UnmarshalJSON ΒΆ

func (o *GNbId) UnmarshalJSON(bytes []byte) (err error)

type GPSIToSUPITranslationOrSUPIToGPSITranslationAPIService ΒΆ

type GPSIToSUPITranslationOrSUPIToGPSITranslationAPIService service

GPSIToSUPITranslationOrSUPIToGPSITranslationAPIService GPSIToSUPITranslationOrSUPIToGPSITranslationAPI service

func (*GPSIToSUPITranslationOrSUPIToGPSITranslationAPIService) GetSupiOrGpsi ΒΆ

GetSupiOrGpsi retrieve a UE's SUPI or GPSI

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param ueId Identifier of the UE
@return ApiGetSupiOrGpsiRequest

func (*GPSIToSUPITranslationOrSUPIToGPSITranslationAPIService) GetSupiOrGpsiExecute ΒΆ

Execute executes the request

@return IdTranslationResult

type GenericOpenAPIError ΒΆ

type GenericOpenAPIError struct {
	// contains filtered or unexported fields
}

GenericOpenAPIError Provides access to the body, error and model on returned errors.

func (GenericOpenAPIError) Body ΒΆ

func (e GenericOpenAPIError) Body() []byte

Body returns the raw bytes of the response

func (GenericOpenAPIError) Error ΒΆ

func (e GenericOpenAPIError) Error() string

Error returns non-empty string if there was an error.

func (GenericOpenAPIError) Model ΒΆ

func (e GenericOpenAPIError) Model() interface{}

Model returns the unpacked model of the error

type GeoServiceArea ΒΆ

type GeoServiceArea struct {
	GeographicAreaList []GeographicArea `json:"geographicAreaList,omitempty"`
	CivicAddressList   []CivicAddress   `json:"civicAddressList,omitempty"`
}

GeoServiceArea List of geographic area or list of civic address info

func NewGeoServiceArea ΒΆ

func NewGeoServiceArea() *GeoServiceArea

NewGeoServiceArea instantiates a new GeoServiceArea object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGeoServiceAreaWithDefaults ΒΆ

func NewGeoServiceAreaWithDefaults() *GeoServiceArea

NewGeoServiceAreaWithDefaults instantiates a new GeoServiceArea object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GeoServiceArea) GetCivicAddressList ΒΆ

func (o *GeoServiceArea) GetCivicAddressList() []CivicAddress

GetCivicAddressList returns the CivicAddressList field value if set, zero value otherwise.

func (*GeoServiceArea) GetCivicAddressListOk ΒΆ

func (o *GeoServiceArea) GetCivicAddressListOk() ([]CivicAddress, bool)

GetCivicAddressListOk returns a tuple with the CivicAddressList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GeoServiceArea) GetGeographicAreaList ΒΆ

func (o *GeoServiceArea) GetGeographicAreaList() []GeographicArea

GetGeographicAreaList returns the GeographicAreaList field value if set, zero value otherwise.

func (*GeoServiceArea) GetGeographicAreaListOk ΒΆ

func (o *GeoServiceArea) GetGeographicAreaListOk() ([]GeographicArea, bool)

GetGeographicAreaListOk returns a tuple with the GeographicAreaList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GeoServiceArea) HasCivicAddressList ΒΆ

func (o *GeoServiceArea) HasCivicAddressList() bool

HasCivicAddressList returns a boolean if a field has been set.

func (*GeoServiceArea) HasGeographicAreaList ΒΆ

func (o *GeoServiceArea) HasGeographicAreaList() bool

HasGeographicAreaList returns a boolean if a field has been set.

func (GeoServiceArea) MarshalJSON ΒΆ

func (o GeoServiceArea) MarshalJSON() ([]byte, error)

func (*GeoServiceArea) SetCivicAddressList ΒΆ

func (o *GeoServiceArea) SetCivicAddressList(v []CivicAddress)

SetCivicAddressList gets a reference to the given []CivicAddress and assigns it to the CivicAddressList field.

func (*GeoServiceArea) SetGeographicAreaList ΒΆ

func (o *GeoServiceArea) SetGeographicAreaList(v []GeographicArea)

SetGeographicAreaList gets a reference to the given []GeographicArea and assigns it to the GeographicAreaList field.

func (GeoServiceArea) ToMap ΒΆ

func (o GeoServiceArea) ToMap() (map[string]interface{}, error)

type GeographicArea ΒΆ

type GeographicArea struct {
	EllipsoidArc                     *EllipsoidArc
	Local2dPointUncertaintyEllipse   *Local2dPointUncertaintyEllipse
	Local3dPointUncertaintyEllipsoid *Local3dPointUncertaintyEllipsoid
	Point                            *Point
	PointAltitude                    *PointAltitude
	PointAltitudeUncertainty         *PointAltitudeUncertainty
	PointUncertaintyCircle           *PointUncertaintyCircle
	PointUncertaintyEllipse          *PointUncertaintyEllipse
	Polygon                          *Polygon
}

GeographicArea Geographic area specified by different shape.

func (*GeographicArea) MarshalJSON ΒΆ

func (src *GeographicArea) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*GeographicArea) UnmarshalJSON ΒΆ

func (dst *GeographicArea) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type GeographicalCoordinates ΒΆ

type GeographicalCoordinates struct {
	Lon float64 `json:"lon"`
	Lat float64 `json:"lat"`
}

GeographicalCoordinates Geographical coordinates.

func NewGeographicalCoordinates ΒΆ

func NewGeographicalCoordinates(lon float64, lat float64) *GeographicalCoordinates

NewGeographicalCoordinates instantiates a new GeographicalCoordinates object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGeographicalCoordinatesWithDefaults ΒΆ

func NewGeographicalCoordinatesWithDefaults() *GeographicalCoordinates

NewGeographicalCoordinatesWithDefaults instantiates a new GeographicalCoordinates object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GeographicalCoordinates) GetLat ΒΆ

func (o *GeographicalCoordinates) GetLat() float64

GetLat returns the Lat field value

func (*GeographicalCoordinates) GetLatOk ΒΆ

func (o *GeographicalCoordinates) GetLatOk() (*float64, bool)

GetLatOk returns a tuple with the Lat field value and a boolean to check if the value has been set.

func (*GeographicalCoordinates) GetLon ΒΆ

func (o *GeographicalCoordinates) GetLon() float64

GetLon returns the Lon field value

func (*GeographicalCoordinates) GetLonOk ΒΆ

func (o *GeographicalCoordinates) GetLonOk() (*float64, bool)

GetLonOk returns a tuple with the Lon field value and a boolean to check if the value has been set.

func (GeographicalCoordinates) MarshalJSON ΒΆ

func (o GeographicalCoordinates) MarshalJSON() ([]byte, error)

func (*GeographicalCoordinates) SetLat ΒΆ

func (o *GeographicalCoordinates) SetLat(v float64)

SetLat sets field value

func (*GeographicalCoordinates) SetLon ΒΆ

func (o *GeographicalCoordinates) SetLon(v float64)

SetLon sets field value

func (GeographicalCoordinates) ToMap ΒΆ

func (o GeographicalCoordinates) ToMap() (map[string]interface{}, error)

func (*GeographicalCoordinates) UnmarshalJSON ΒΆ

func (o *GeographicalCoordinates) UnmarshalJSON(bytes []byte) (err error)

type GlobalRanNodeId ΒΆ

type GlobalRanNodeId struct {
	PlmnId PlmnId `json:"plmnId"`
	// This represents the identifier of the N3IWF ID as specified in clause 9.3.1.57 of  3GPP TS 38.413 in hexadecimal representation. Each character in the string shall take a value  of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The most significant  character representing the 4 most significant bits of the N3IWF ID shall appear first in the  string, and the character representing the 4 least significant bit of the N3IWF ID shall  appear last in the string.
	N3IwfId *string `json:"n3IwfId,omitempty"`
	GNbId   *GNbId  `json:"gNbId,omitempty"`
	// This represents the identifier of the ng-eNB ID as specified in clause 9.3.1.8 of  3GPP TS 38.413. The value of the ng-eNB ID shall be encoded in hexadecimal representation.  Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and  shall represent 4 bits. The padding 0 shall be added to make multiple nibbles, so the most  significant character representing the padding 0 if required together with the 4 most  significant bits of the ng-eNB ID shall appear first in the string, and the character  representing the 4 least significant bit of the ng-eNB ID (to form a nibble) shall appear last  in the string.
	NgeNbId *string `json:"ngeNbId,omitempty"`
	// This represents the identifier of the W-AGF ID as specified in clause 9.3.1.162 of  3GPP TS 38.413 in hexadecimal representation. Each character in the string shall take a value  of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The most significant  character representing the 4 most significant bits of the W-AGF ID shall appear first in the  string, and the character representing the 4 least significant bit of the W-AGF ID shall  appear last in the string.
	WagfId *string `json:"wagfId,omitempty"`
	// This represents the identifier of the TNGF ID as specified in clause 9.3.1.161 of  3GPP TS 38.413  in hexadecimal representation. Each character in the string shall take a value of \"0\" to \"9\", \"a\"  to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The most significant character representing the  4 most significant bits of the TNGF ID shall appear first in the string, and the character  representing the 4 least significant bit of the TNGF ID shall appear last in the string.
	TngfId *string `json:"tngfId,omitempty"`
	// This represents the Network Identifier, which together with a PLMN ID is used to identify an SNPN (see 3GPP TS 23.003 and 3GPP TS 23.501 clause 5.30.2.1).
	Nid *string `json:"nid,omitempty"`
	// This represents the identifier of the eNB ID as specified in clause 9.2.1.37 of  3GPP TS 36.413. The string shall be formatted with the following pattern  '^('MacroeNB-[A-Fa-f0-9]{5}|LMacroeNB-[A-Fa-f0-9]{6}|SMacroeNB-[A-Fa-f0-9]{5} |HomeeNB-[A-Fa-f0-9]{7})$'. The value of the eNB ID shall be encoded in hexadecimal representation. Each character in the  string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits.  The padding 0 shall be added to make multiple nibbles, so the most significant character  representing the padding 0 if required together with the 4 most significant bits of the eNB ID  shall appear first in the string, and the character representing the 4 least significant bit  of the eNB ID (to form a nibble) shall appear last in the string.
	ENbId *string `json:"eNbId,omitempty"`
}

GlobalRanNodeId One of the six attributes n3IwfId, gNbIdm, ngeNbId, wagfId, tngfId, eNbId shall be present.

func NewGlobalRanNodeId ΒΆ

func NewGlobalRanNodeId(plmnId PlmnId) *GlobalRanNodeId

NewGlobalRanNodeId instantiates a new GlobalRanNodeId object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGlobalRanNodeIdWithDefaults ΒΆ

func NewGlobalRanNodeIdWithDefaults() *GlobalRanNodeId

NewGlobalRanNodeIdWithDefaults instantiates a new GlobalRanNodeId object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GlobalRanNodeId) GetENbId ΒΆ

func (o *GlobalRanNodeId) GetENbId() string

GetENbId returns the ENbId field value if set, zero value otherwise.

func (*GlobalRanNodeId) GetENbIdOk ΒΆ

func (o *GlobalRanNodeId) GetENbIdOk() (*string, bool)

GetENbIdOk returns a tuple with the ENbId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GlobalRanNodeId) GetGNbId ΒΆ

func (o *GlobalRanNodeId) GetGNbId() GNbId

GetGNbId returns the GNbId field value if set, zero value otherwise.

func (*GlobalRanNodeId) GetGNbIdOk ΒΆ

func (o *GlobalRanNodeId) GetGNbIdOk() (*GNbId, bool)

GetGNbIdOk returns a tuple with the GNbId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GlobalRanNodeId) GetN3IwfId ΒΆ

func (o *GlobalRanNodeId) GetN3IwfId() string

GetN3IwfId returns the N3IwfId field value if set, zero value otherwise.

func (*GlobalRanNodeId) GetN3IwfIdOk ΒΆ

func (o *GlobalRanNodeId) GetN3IwfIdOk() (*string, bool)

GetN3IwfIdOk returns a tuple with the N3IwfId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GlobalRanNodeId) GetNgeNbId ΒΆ

func (o *GlobalRanNodeId) GetNgeNbId() string

GetNgeNbId returns the NgeNbId field value if set, zero value otherwise.

func (*GlobalRanNodeId) GetNgeNbIdOk ΒΆ

func (o *GlobalRanNodeId) GetNgeNbIdOk() (*string, bool)

GetNgeNbIdOk returns a tuple with the NgeNbId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GlobalRanNodeId) GetNid ΒΆ

func (o *GlobalRanNodeId) GetNid() string

GetNid returns the Nid field value if set, zero value otherwise.

func (*GlobalRanNodeId) GetNidOk ΒΆ

func (o *GlobalRanNodeId) GetNidOk() (*string, bool)

GetNidOk returns a tuple with the Nid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GlobalRanNodeId) GetPlmnId ΒΆ

func (o *GlobalRanNodeId) GetPlmnId() PlmnId

GetPlmnId returns the PlmnId field value

func (*GlobalRanNodeId) GetPlmnIdOk ΒΆ

func (o *GlobalRanNodeId) GetPlmnIdOk() (*PlmnId, bool)

GetPlmnIdOk returns a tuple with the PlmnId field value and a boolean to check if the value has been set.

func (*GlobalRanNodeId) GetTngfId ΒΆ

func (o *GlobalRanNodeId) GetTngfId() string

GetTngfId returns the TngfId field value if set, zero value otherwise.

func (*GlobalRanNodeId) GetTngfIdOk ΒΆ

func (o *GlobalRanNodeId) GetTngfIdOk() (*string, bool)

GetTngfIdOk returns a tuple with the TngfId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GlobalRanNodeId) GetWagfId ΒΆ

func (o *GlobalRanNodeId) GetWagfId() string

GetWagfId returns the WagfId field value if set, zero value otherwise.

func (*GlobalRanNodeId) GetWagfIdOk ΒΆ

func (o *GlobalRanNodeId) GetWagfIdOk() (*string, bool)

GetWagfIdOk returns a tuple with the WagfId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GlobalRanNodeId) HasENbId ΒΆ

func (o *GlobalRanNodeId) HasENbId() bool

HasENbId returns a boolean if a field has been set.

func (*GlobalRanNodeId) HasGNbId ΒΆ

func (o *GlobalRanNodeId) HasGNbId() bool

HasGNbId returns a boolean if a field has been set.

func (*GlobalRanNodeId) HasN3IwfId ΒΆ

func (o *GlobalRanNodeId) HasN3IwfId() bool

HasN3IwfId returns a boolean if a field has been set.

func (*GlobalRanNodeId) HasNgeNbId ΒΆ

func (o *GlobalRanNodeId) HasNgeNbId() bool

HasNgeNbId returns a boolean if a field has been set.

func (*GlobalRanNodeId) HasNid ΒΆ

func (o *GlobalRanNodeId) HasNid() bool

HasNid returns a boolean if a field has been set.

func (*GlobalRanNodeId) HasTngfId ΒΆ

func (o *GlobalRanNodeId) HasTngfId() bool

HasTngfId returns a boolean if a field has been set.

func (*GlobalRanNodeId) HasWagfId ΒΆ

func (o *GlobalRanNodeId) HasWagfId() bool

HasWagfId returns a boolean if a field has been set.

func (GlobalRanNodeId) MarshalJSON ΒΆ

func (o GlobalRanNodeId) MarshalJSON() ([]byte, error)

func (*GlobalRanNodeId) SetENbId ΒΆ

func (o *GlobalRanNodeId) SetENbId(v string)

SetENbId gets a reference to the given string and assigns it to the ENbId field.

func (*GlobalRanNodeId) SetGNbId ΒΆ

func (o *GlobalRanNodeId) SetGNbId(v GNbId)

SetGNbId gets a reference to the given GNbId and assigns it to the GNbId field.

func (*GlobalRanNodeId) SetN3IwfId ΒΆ

func (o *GlobalRanNodeId) SetN3IwfId(v string)

SetN3IwfId gets a reference to the given string and assigns it to the N3IwfId field.

func (*GlobalRanNodeId) SetNgeNbId ΒΆ

func (o *GlobalRanNodeId) SetNgeNbId(v string)

SetNgeNbId gets a reference to the given string and assigns it to the NgeNbId field.

func (*GlobalRanNodeId) SetNid ΒΆ

func (o *GlobalRanNodeId) SetNid(v string)

SetNid gets a reference to the given string and assigns it to the Nid field.

func (*GlobalRanNodeId) SetPlmnId ΒΆ

func (o *GlobalRanNodeId) SetPlmnId(v PlmnId)

SetPlmnId sets field value

func (*GlobalRanNodeId) SetTngfId ΒΆ

func (o *GlobalRanNodeId) SetTngfId(v string)

SetTngfId gets a reference to the given string and assigns it to the TngfId field.

func (*GlobalRanNodeId) SetWagfId ΒΆ

func (o *GlobalRanNodeId) SetWagfId(v string)

SetWagfId gets a reference to the given string and assigns it to the WagfId field.

func (GlobalRanNodeId) ToMap ΒΆ

func (o GlobalRanNodeId) ToMap() (map[string]interface{}, error)

func (*GlobalRanNodeId) UnmarshalJSON ΒΆ

func (o *GlobalRanNodeId) UnmarshalJSON(bytes []byte) (err error)

type GpsiType ΒΆ

type GpsiType struct {
	// contains filtered or unexported fields
}

GpsiType Type of GPSI (MSISDN or External-ID)

func (*GpsiType) MarshalJSON ΒΆ

func (src *GpsiType) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*GpsiType) UnmarshalJSON ΒΆ

func (dst *GpsiType) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type GroupIdentifiers ΒΆ

type GroupIdentifiers struct {
	ExtGroupId *string `json:"extGroupId,omitempty"`
	// String identifying a group of devices network internal globally unique ID which identifies a set of IMSIs, as specified in clause 19.9 of 3GPP TS 23.003.
	IntGroupId *string `json:"intGroupId,omitempty"`
	UeIdList   []UeId  `json:"ueIdList,omitempty"`
}

GroupIdentifiers struct for GroupIdentifiers

func NewGroupIdentifiers ΒΆ

func NewGroupIdentifiers() *GroupIdentifiers

NewGroupIdentifiers instantiates a new GroupIdentifiers object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGroupIdentifiersWithDefaults ΒΆ

func NewGroupIdentifiersWithDefaults() *GroupIdentifiers

NewGroupIdentifiersWithDefaults instantiates a new GroupIdentifiers object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GroupIdentifiers) GetExtGroupId ΒΆ

func (o *GroupIdentifiers) GetExtGroupId() string

GetExtGroupId returns the ExtGroupId field value if set, zero value otherwise.

func (*GroupIdentifiers) GetExtGroupIdOk ΒΆ

func (o *GroupIdentifiers) GetExtGroupIdOk() (*string, bool)

GetExtGroupIdOk returns a tuple with the ExtGroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GroupIdentifiers) GetIntGroupId ΒΆ

func (o *GroupIdentifiers) GetIntGroupId() string

GetIntGroupId returns the IntGroupId field value if set, zero value otherwise.

func (*GroupIdentifiers) GetIntGroupIdOk ΒΆ

func (o *GroupIdentifiers) GetIntGroupIdOk() (*string, bool)

GetIntGroupIdOk returns a tuple with the IntGroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GroupIdentifiers) GetUeIdList ΒΆ

func (o *GroupIdentifiers) GetUeIdList() []UeId

GetUeIdList returns the UeIdList field value if set, zero value otherwise.

func (*GroupIdentifiers) GetUeIdListOk ΒΆ

func (o *GroupIdentifiers) GetUeIdListOk() ([]UeId, bool)

GetUeIdListOk returns a tuple with the UeIdList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GroupIdentifiers) HasExtGroupId ΒΆ

func (o *GroupIdentifiers) HasExtGroupId() bool

HasExtGroupId returns a boolean if a field has been set.

func (*GroupIdentifiers) HasIntGroupId ΒΆ

func (o *GroupIdentifiers) HasIntGroupId() bool

HasIntGroupId returns a boolean if a field has been set.

func (*GroupIdentifiers) HasUeIdList ΒΆ

func (o *GroupIdentifiers) HasUeIdList() bool

HasUeIdList returns a boolean if a field has been set.

func (GroupIdentifiers) MarshalJSON ΒΆ

func (o GroupIdentifiers) MarshalJSON() ([]byte, error)

func (*GroupIdentifiers) SetExtGroupId ΒΆ

func (o *GroupIdentifiers) SetExtGroupId(v string)

SetExtGroupId gets a reference to the given string and assigns it to the ExtGroupId field.

func (*GroupIdentifiers) SetIntGroupId ΒΆ

func (o *GroupIdentifiers) SetIntGroupId(v string)

SetIntGroupId gets a reference to the given string and assigns it to the IntGroupId field.

func (*GroupIdentifiers) SetUeIdList ΒΆ

func (o *GroupIdentifiers) SetUeIdList(v []UeId)

SetUeIdList gets a reference to the given []UeId and assigns it to the UeIdList field.

func (GroupIdentifiers) ToMap ΒΆ

func (o GroupIdentifiers) ToMap() (map[string]interface{}, error)

type GroupIdentifiersAPIService ΒΆ

type GroupIdentifiersAPIService service

GroupIdentifiersAPIService GroupIdentifiersAPI service

func (*GroupIdentifiersAPIService) GetGroupIdentifiers ΒΆ

GetGroupIdentifiers Mapping of Group Identifiers

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetGroupIdentifiersRequest

func (*GroupIdentifiersAPIService) GetGroupIdentifiersExecute ΒΆ

Execute executes the request

@return GroupIdentifiers

type Guami ΒΆ

type Guami struct {
	PlmnId PlmnIdNid `json:"plmnId"`
	// String identifying the AMF ID composed of AMF Region ID (8 bits), AMF Set ID (10 bits) and AMF  Pointer (6 bits) as specified in clause 2.10.1 of 3GPP TS 23.003. It is encoded as a string of  6 hexadecimal characters (i.e., 24 bits).
	AmfId string `json:"amfId"`
}

Guami Globally Unique AMF Identifier constructed out of PLMN, Network and AMF identity.

func NewGuami ΒΆ

func NewGuami(plmnId PlmnIdNid, amfId string) *Guami

NewGuami instantiates a new Guami object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGuamiWithDefaults ΒΆ

func NewGuamiWithDefaults() *Guami

NewGuamiWithDefaults instantiates a new Guami object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Guami) GetAmfId ΒΆ

func (o *Guami) GetAmfId() string

GetAmfId returns the AmfId field value

func (*Guami) GetAmfIdOk ΒΆ

func (o *Guami) GetAmfIdOk() (*string, bool)

GetAmfIdOk returns a tuple with the AmfId field value and a boolean to check if the value has been set.

func (*Guami) GetPlmnId ΒΆ

func (o *Guami) GetPlmnId() PlmnIdNid

GetPlmnId returns the PlmnId field value

func (*Guami) GetPlmnIdOk ΒΆ

func (o *Guami) GetPlmnIdOk() (*PlmnIdNid, bool)

GetPlmnIdOk returns a tuple with the PlmnId field value and a boolean to check if the value has been set.

func (Guami) MarshalJSON ΒΆ

func (o Guami) MarshalJSON() ([]byte, error)

func (*Guami) SetAmfId ΒΆ

func (o *Guami) SetAmfId(v string)

SetAmfId sets field value

func (*Guami) SetPlmnId ΒΆ

func (o *Guami) SetPlmnId(v PlmnIdNid)

SetPlmnId sets field value

func (Guami) ToMap ΒΆ

func (o Guami) ToMap() (map[string]interface{}, error)

func (*Guami) UnmarshalJSON ΒΆ

func (o *Guami) UnmarshalJSON(bytes []byte) (err error)

type IdTranslationResult ΒΆ

type IdTranslationResult struct {
	// A string used to indicate the features supported by an API that is used as defined in clause  6.6 in 3GPP TS 29.500. The string shall contain a bitmask indicating supported features in  hexadecimal representation Each character in the string shall take a value of \"0\" to \"9\",  \"a\" to \"f\" or \"A\" to \"F\" and shall represent the support of 4 features as described in  tableΒ 5.2.2-3. The most significant character representing the highest-numbered features shall  appear first in the string, and the character representing features 1 to 4 shall appear last  in the string. The list of features and their numbering (starting with 1) are defined  separately for each API. If the string contains a lower number of characters than there are  defined features for an API, all features that would be represented by characters that are not  present in the string are not supported.
	SupportedFeatures *string `json:"supportedFeatures,omitempty"`
	// String identifying a Supi that shall contain either an IMSI, a network specific identifier, a Global Cable Identifier (GCI) or a Global Line Identifier (GLI) as specified in clause  2.2A of 3GPP TS 23.003. It shall be formatted as follows  - for an IMSI \"imsi-<imsi>\", where <imsi> shall be formatted according to clause 2.2    of 3GPP TS 23.003 that describes an IMSI.  - for a network specific identifier \"nai-<nai>, where <nai> shall be formatted    according to clause 28.7.2 of 3GPP TS 23.003 that describes an NAI.  - for a GCI \"gci-<gci>\", where <gci> shall be formatted according to clause 28.15.2    of 3GPP TS 23.003.  - for a GLI \"gli-<gli>\", where <gli> shall be formatted according to clause 28.16.2 of    3GPP TS 23.003.To enable that the value is used as part of an URI, the string shall    only contain characters allowed according to the \"lower-with-hyphen\" naming convention    defined in 3GPP TS 29.501.
	Supi string `json:"supi"`
	// String identifying a Gpsi shall contain either an External Id or an MSISDN.  It shall be formatted as follows -External Identifier= \"extid-'extid', where 'extid'  shall be formatted according to clause 19.7.2 of 3GPP TS 23.003 that describes an  External Identifier.
	Gpsi            *string  `json:"gpsi,omitempty"`
	AdditionalSupis []string `json:"additionalSupis,omitempty"`
	AdditionalGpsis []string `json:"additionalGpsis,omitempty"`
}

IdTranslationResult struct for IdTranslationResult

func NewIdTranslationResult ΒΆ

func NewIdTranslationResult(supi string) *IdTranslationResult

NewIdTranslationResult instantiates a new IdTranslationResult object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewIdTranslationResultWithDefaults ΒΆ

func NewIdTranslationResultWithDefaults() *IdTranslationResult

NewIdTranslationResultWithDefaults instantiates a new IdTranslationResult object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*IdTranslationResult) GetAdditionalGpsis ΒΆ

func (o *IdTranslationResult) GetAdditionalGpsis() []string

GetAdditionalGpsis returns the AdditionalGpsis field value if set, zero value otherwise.

func (*IdTranslationResult) GetAdditionalGpsisOk ΒΆ

func (o *IdTranslationResult) GetAdditionalGpsisOk() ([]string, bool)

GetAdditionalGpsisOk returns a tuple with the AdditionalGpsis field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdTranslationResult) GetAdditionalSupis ΒΆ

func (o *IdTranslationResult) GetAdditionalSupis() []string

GetAdditionalSupis returns the AdditionalSupis field value if set, zero value otherwise.

func (*IdTranslationResult) GetAdditionalSupisOk ΒΆ

func (o *IdTranslationResult) GetAdditionalSupisOk() ([]string, bool)

GetAdditionalSupisOk returns a tuple with the AdditionalSupis field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdTranslationResult) GetGpsi ΒΆ

func (o *IdTranslationResult) GetGpsi() string

GetGpsi returns the Gpsi field value if set, zero value otherwise.

func (*IdTranslationResult) GetGpsiOk ΒΆ

func (o *IdTranslationResult) GetGpsiOk() (*string, bool)

GetGpsiOk returns a tuple with the Gpsi field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdTranslationResult) GetSupi ΒΆ

func (o *IdTranslationResult) GetSupi() string

GetSupi returns the Supi field value

func (*IdTranslationResult) GetSupiOk ΒΆ

func (o *IdTranslationResult) GetSupiOk() (*string, bool)

GetSupiOk returns a tuple with the Supi field value and a boolean to check if the value has been set.

func (*IdTranslationResult) GetSupportedFeatures ΒΆ

func (o *IdTranslationResult) GetSupportedFeatures() string

GetSupportedFeatures returns the SupportedFeatures field value if set, zero value otherwise.

func (*IdTranslationResult) GetSupportedFeaturesOk ΒΆ

func (o *IdTranslationResult) GetSupportedFeaturesOk() (*string, bool)

GetSupportedFeaturesOk returns a tuple with the SupportedFeatures field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdTranslationResult) HasAdditionalGpsis ΒΆ

func (o *IdTranslationResult) HasAdditionalGpsis() bool

HasAdditionalGpsis returns a boolean if a field has been set.

func (*IdTranslationResult) HasAdditionalSupis ΒΆ

func (o *IdTranslationResult) HasAdditionalSupis() bool

HasAdditionalSupis returns a boolean if a field has been set.

func (*IdTranslationResult) HasGpsi ΒΆ

func (o *IdTranslationResult) HasGpsi() bool

HasGpsi returns a boolean if a field has been set.

func (*IdTranslationResult) HasSupportedFeatures ΒΆ

func (o *IdTranslationResult) HasSupportedFeatures() bool

HasSupportedFeatures returns a boolean if a field has been set.

func (IdTranslationResult) MarshalJSON ΒΆ

func (o IdTranslationResult) MarshalJSON() ([]byte, error)

func (*IdTranslationResult) SetAdditionalGpsis ΒΆ

func (o *IdTranslationResult) SetAdditionalGpsis(v []string)

SetAdditionalGpsis gets a reference to the given []string and assigns it to the AdditionalGpsis field.

func (*IdTranslationResult) SetAdditionalSupis ΒΆ

func (o *IdTranslationResult) SetAdditionalSupis(v []string)

SetAdditionalSupis gets a reference to the given []string and assigns it to the AdditionalSupis field.

func (*IdTranslationResult) SetGpsi ΒΆ

func (o *IdTranslationResult) SetGpsi(v string)

SetGpsi gets a reference to the given string and assigns it to the Gpsi field.

func (*IdTranslationResult) SetSupi ΒΆ

func (o *IdTranslationResult) SetSupi(v string)

SetSupi sets field value

func (*IdTranslationResult) SetSupportedFeatures ΒΆ

func (o *IdTranslationResult) SetSupportedFeatures(v string)

SetSupportedFeatures gets a reference to the given string and assigns it to the SupportedFeatures field.

func (IdTranslationResult) ToMap ΒΆ

func (o IdTranslationResult) ToMap() (map[string]interface{}, error)

func (*IdTranslationResult) UnmarshalJSON ΒΆ

func (o *IdTranslationResult) UnmarshalJSON(bytes []byte) (err error)

type IdentityRange ΒΆ

type IdentityRange struct {
	Start   *string `json:"start,omitempty"`
	End     *string `json:"end,omitempty"`
	Pattern *string `json:"pattern,omitempty"`
}

IdentityRange A range of GPSIs (subscriber identities), either based on a numeric range, or based on regular-expression matching

func NewIdentityRange ΒΆ

func NewIdentityRange() *IdentityRange

NewIdentityRange instantiates a new IdentityRange object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewIdentityRangeWithDefaults ΒΆ

func NewIdentityRangeWithDefaults() *IdentityRange

NewIdentityRangeWithDefaults instantiates a new IdentityRange object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*IdentityRange) GetEnd ΒΆ

func (o *IdentityRange) GetEnd() string

GetEnd returns the End field value if set, zero value otherwise.

func (*IdentityRange) GetEndOk ΒΆ

func (o *IdentityRange) GetEndOk() (*string, bool)

GetEndOk returns a tuple with the End field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityRange) GetPattern ΒΆ

func (o *IdentityRange) GetPattern() string

GetPattern returns the Pattern field value if set, zero value otherwise.

func (*IdentityRange) GetPatternOk ΒΆ

func (o *IdentityRange) GetPatternOk() (*string, bool)

GetPatternOk returns a tuple with the Pattern field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityRange) GetStart ΒΆ

func (o *IdentityRange) GetStart() string

GetStart returns the Start field value if set, zero value otherwise.

func (*IdentityRange) GetStartOk ΒΆ

func (o *IdentityRange) GetStartOk() (*string, bool)

GetStartOk returns a tuple with the Start field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityRange) HasEnd ΒΆ

func (o *IdentityRange) HasEnd() bool

HasEnd returns a boolean if a field has been set.

func (*IdentityRange) HasPattern ΒΆ

func (o *IdentityRange) HasPattern() bool

HasPattern returns a boolean if a field has been set.

func (*IdentityRange) HasStart ΒΆ

func (o *IdentityRange) HasStart() bool

HasStart returns a boolean if a field has been set.

func (IdentityRange) MarshalJSON ΒΆ

func (o IdentityRange) MarshalJSON() ([]byte, error)

func (*IdentityRange) SetEnd ΒΆ

func (o *IdentityRange) SetEnd(v string)

SetEnd gets a reference to the given string and assigns it to the End field.

func (*IdentityRange) SetPattern ΒΆ

func (o *IdentityRange) SetPattern(v string)

SetPattern gets a reference to the given string and assigns it to the Pattern field.

func (*IdentityRange) SetStart ΒΆ

func (o *IdentityRange) SetStart(v string)

SetStart gets a reference to the given string and assigns it to the Start field.

func (IdentityRange) ToMap ΒΆ

func (o IdentityRange) ToMap() (map[string]interface{}, error)

type ImmediateReport ΒΆ

type ImmediateReport struct {
	SubscriptionDataSets *SubscriptionDataSets
	ArrayOfSharedData    *[]SharedData
}

ImmediateReport - struct for ImmediateReport

func ArrayOfSharedDataAsImmediateReport ΒΆ

func ArrayOfSharedDataAsImmediateReport(v *[]SharedData) ImmediateReport

[]SharedDataAsImmediateReport is a convenience function that returns []SharedData wrapped in ImmediateReport

func SubscriptionDataSetsAsImmediateReport ΒΆ

func SubscriptionDataSetsAsImmediateReport(v *SubscriptionDataSets) ImmediateReport

SubscriptionDataSetsAsImmediateReport is a convenience function that returns SubscriptionDataSets wrapped in ImmediateReport

func (*ImmediateReport) GetActualInstance ΒΆ

func (obj *ImmediateReport) GetActualInstance() interface{}

Get the actual instance

func (ImmediateReport) MarshalJSON ΒΆ

func (src ImmediateReport) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*ImmediateReport) UnmarshalJSON ΒΆ

func (dst *ImmediateReport) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type InterFreqTargetInfo ΒΆ

type InterFreqTargetInfo struct {
	// Integer value indicating the ARFCN applicable for a downlink, uplink or bi-directional (TDD) NR global frequency raster, as definition of \"ARFCN-ValueNR\" IE in clause 6.3.2 of 3GPP TS 38.331.
	DlCarrierFreq int32 `json:"dlCarrierFreq"`
	// When present, this IE shall contain a list of the physical cell identities where the UE is requested to perform measurement logging for the indicated frequency.
	CellIdList []int32 `json:"cellIdList,omitempty"`
}

InterFreqTargetInfo Indicates the Inter Frequency Target information.

func NewInterFreqTargetInfo ΒΆ

func NewInterFreqTargetInfo(dlCarrierFreq int32) *InterFreqTargetInfo

NewInterFreqTargetInfo instantiates a new InterFreqTargetInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewInterFreqTargetInfoWithDefaults ΒΆ

func NewInterFreqTargetInfoWithDefaults() *InterFreqTargetInfo

NewInterFreqTargetInfoWithDefaults instantiates a new InterFreqTargetInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*InterFreqTargetInfo) GetCellIdList ΒΆ

func (o *InterFreqTargetInfo) GetCellIdList() []int32

GetCellIdList returns the CellIdList field value if set, zero value otherwise.

func (*InterFreqTargetInfo) GetCellIdListOk ΒΆ

func (o *InterFreqTargetInfo) GetCellIdListOk() ([]int32, bool)

GetCellIdListOk returns a tuple with the CellIdList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InterFreqTargetInfo) GetDlCarrierFreq ΒΆ

func (o *InterFreqTargetInfo) GetDlCarrierFreq() int32

GetDlCarrierFreq returns the DlCarrierFreq field value

func (*InterFreqTargetInfo) GetDlCarrierFreqOk ΒΆ

func (o *InterFreqTargetInfo) GetDlCarrierFreqOk() (*int32, bool)

GetDlCarrierFreqOk returns a tuple with the DlCarrierFreq field value and a boolean to check if the value has been set.

func (*InterFreqTargetInfo) HasCellIdList ΒΆ

func (o *InterFreqTargetInfo) HasCellIdList() bool

HasCellIdList returns a boolean if a field has been set.

func (InterFreqTargetInfo) MarshalJSON ΒΆ

func (o InterFreqTargetInfo) MarshalJSON() ([]byte, error)

func (*InterFreqTargetInfo) SetCellIdList ΒΆ

func (o *InterFreqTargetInfo) SetCellIdList(v []int32)

SetCellIdList gets a reference to the given []int32 and assigns it to the CellIdList field.

func (*InterFreqTargetInfo) SetDlCarrierFreq ΒΆ

func (o *InterFreqTargetInfo) SetDlCarrierFreq(v int32)

SetDlCarrierFreq sets field value

func (InterFreqTargetInfo) ToMap ΒΆ

func (o InterFreqTargetInfo) ToMap() (map[string]interface{}, error)

func (*InterFreqTargetInfo) UnmarshalJSON ΒΆ

func (o *InterFreqTargetInfo) UnmarshalJSON(bytes []byte) (err error)

type InvalidParam ΒΆ

type InvalidParam struct {
	// If the invalid parameter is an attribute in a JSON body, this IE shall contain the  attribute's name and shall be encoded as a JSON Pointer. If the invalid parameter is  an HTTP header, this IE shall be formatted as the concatenation of the string \"header \"  plus the name of such header. If the invalid parameter is a query parameter, this IE  shall be formatted as the concatenation of the string \"query \" plus the name of such  query parameter. If the invalid parameter is a variable part in the path of a resource  URI, this IE shall contain the name of the variable, including the symbols \"{\" and \"}\"  used in OpenAPI specification as the notation to represent variable path segments.
	Param string `json:"param"`
	// A human-readable reason, e.g. \"must be a positive integer\". In cases involving failed  operations in a PATCH request, the reason string should identify the operation that  failed using the operation's array index to assist in correlation of the invalid  parameter with the failed operation, e.g.\" Replacement value invalid for attribute  (failed operation index= 4)\"
	Reason *string `json:"reason,omitempty"`
}

InvalidParam It contains an invalid parameter and a related description.

func NewInvalidParam ΒΆ

func NewInvalidParam(param string) *InvalidParam

NewInvalidParam instantiates a new InvalidParam object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewInvalidParamWithDefaults ΒΆ

func NewInvalidParamWithDefaults() *InvalidParam

NewInvalidParamWithDefaults instantiates a new InvalidParam object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*InvalidParam) GetParam ΒΆ

func (o *InvalidParam) GetParam() string

GetParam returns the Param field value

func (*InvalidParam) GetParamOk ΒΆ

func (o *InvalidParam) GetParamOk() (*string, bool)

GetParamOk returns a tuple with the Param field value and a boolean to check if the value has been set.

func (*InvalidParam) GetReason ΒΆ

func (o *InvalidParam) GetReason() string

GetReason returns the Reason field value if set, zero value otherwise.

func (*InvalidParam) GetReasonOk ΒΆ

func (o *InvalidParam) GetReasonOk() (*string, bool)

GetReasonOk returns a tuple with the Reason field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvalidParam) HasReason ΒΆ

func (o *InvalidParam) HasReason() bool

HasReason returns a boolean if a field has been set.

func (InvalidParam) MarshalJSON ΒΆ

func (o InvalidParam) MarshalJSON() ([]byte, error)

func (*InvalidParam) SetParam ΒΆ

func (o *InvalidParam) SetParam(v string)

SetParam sets field value

func (*InvalidParam) SetReason ΒΆ

func (o *InvalidParam) SetReason(v string)

SetReason gets a reference to the given string and assigns it to the Reason field.

func (InvalidParam) ToMap ΒΆ

func (o InvalidParam) ToMap() (map[string]interface{}, error)

func (*InvalidParam) UnmarshalJSON ΒΆ

func (o *InvalidParam) UnmarshalJSON(bytes []byte) (err error)

type IpAddr ΒΆ

type IpAddr struct {
	// String identifying a IPv4 address formatted in the 'dotted decimal' notation as defined in RFC 1166.
	Ipv4Addr   *string     `json:"ipv4Addr,omitempty"`
	Ipv6Addr   *Ipv6Addr   `json:"ipv6Addr,omitempty"`
	Ipv6Prefix *Ipv6Prefix `json:"ipv6Prefix,omitempty"`
}

IpAddr Contains an IP adresse.

func NewIpAddr ΒΆ

func NewIpAddr() *IpAddr

NewIpAddr instantiates a new IpAddr object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewIpAddrWithDefaults ΒΆ

func NewIpAddrWithDefaults() *IpAddr

NewIpAddrWithDefaults instantiates a new IpAddr object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*IpAddr) GetIpv4Addr ΒΆ

func (o *IpAddr) GetIpv4Addr() string

GetIpv4Addr returns the Ipv4Addr field value if set, zero value otherwise.

func (*IpAddr) GetIpv4AddrOk ΒΆ

func (o *IpAddr) GetIpv4AddrOk() (*string, bool)

GetIpv4AddrOk returns a tuple with the Ipv4Addr field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IpAddr) GetIpv6Addr ΒΆ

func (o *IpAddr) GetIpv6Addr() Ipv6Addr

GetIpv6Addr returns the Ipv6Addr field value if set, zero value otherwise.

func (*IpAddr) GetIpv6AddrOk ΒΆ

func (o *IpAddr) GetIpv6AddrOk() (*Ipv6Addr, bool)

GetIpv6AddrOk returns a tuple with the Ipv6Addr field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IpAddr) GetIpv6Prefix ΒΆ

func (o *IpAddr) GetIpv6Prefix() Ipv6Prefix

GetIpv6Prefix returns the Ipv6Prefix field value if set, zero value otherwise.

func (*IpAddr) GetIpv6PrefixOk ΒΆ

func (o *IpAddr) GetIpv6PrefixOk() (*Ipv6Prefix, bool)

GetIpv6PrefixOk returns a tuple with the Ipv6Prefix field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IpAddr) HasIpv4Addr ΒΆ

func (o *IpAddr) HasIpv4Addr() bool

HasIpv4Addr returns a boolean if a field has been set.

func (*IpAddr) HasIpv6Addr ΒΆ

func (o *IpAddr) HasIpv6Addr() bool

HasIpv6Addr returns a boolean if a field has been set.

func (*IpAddr) HasIpv6Prefix ΒΆ

func (o *IpAddr) HasIpv6Prefix() bool

HasIpv6Prefix returns a boolean if a field has been set.

func (IpAddr) MarshalJSON ΒΆ

func (o IpAddr) MarshalJSON() ([]byte, error)

func (*IpAddr) SetIpv4Addr ΒΆ

func (o *IpAddr) SetIpv4Addr(v string)

SetIpv4Addr gets a reference to the given string and assigns it to the Ipv4Addr field.

func (*IpAddr) SetIpv6Addr ΒΆ

func (o *IpAddr) SetIpv6Addr(v Ipv6Addr)

SetIpv6Addr gets a reference to the given Ipv6Addr and assigns it to the Ipv6Addr field.

func (*IpAddr) SetIpv6Prefix ΒΆ

func (o *IpAddr) SetIpv6Prefix(v Ipv6Prefix)

SetIpv6Prefix gets a reference to the given Ipv6Prefix and assigns it to the Ipv6Prefix field.

func (IpAddr) ToMap ΒΆ

func (o IpAddr) ToMap() (map[string]interface{}, error)

type IpAddress ΒΆ

type IpAddress struct {
	// String identifying a IPv4 address formatted in the 'dotted decimal' notation as defined in RFC 1166.
	Ipv4Addr   *string     `json:"ipv4Addr,omitempty"`
	Ipv6Addr   *Ipv6Addr   `json:"ipv6Addr,omitempty"`
	Ipv6Prefix *Ipv6Prefix `json:"ipv6Prefix,omitempty"`
}

IpAddress struct for IpAddress

func NewIpAddress ΒΆ

func NewIpAddress() *IpAddress

NewIpAddress instantiates a new IpAddress object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewIpAddressWithDefaults ΒΆ

func NewIpAddressWithDefaults() *IpAddress

NewIpAddressWithDefaults instantiates a new IpAddress object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*IpAddress) GetIpv4Addr ΒΆ

func (o *IpAddress) GetIpv4Addr() string

GetIpv4Addr returns the Ipv4Addr field value if set, zero value otherwise.

func (*IpAddress) GetIpv4AddrOk ΒΆ

func (o *IpAddress) GetIpv4AddrOk() (*string, bool)

GetIpv4AddrOk returns a tuple with the Ipv4Addr field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IpAddress) GetIpv6Addr ΒΆ

func (o *IpAddress) GetIpv6Addr() Ipv6Addr

GetIpv6Addr returns the Ipv6Addr field value if set, zero value otherwise.

func (*IpAddress) GetIpv6AddrOk ΒΆ

func (o *IpAddress) GetIpv6AddrOk() (*Ipv6Addr, bool)

GetIpv6AddrOk returns a tuple with the Ipv6Addr field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IpAddress) GetIpv6Prefix ΒΆ

func (o *IpAddress) GetIpv6Prefix() Ipv6Prefix

GetIpv6Prefix returns the Ipv6Prefix field value if set, zero value otherwise.

func (*IpAddress) GetIpv6PrefixOk ΒΆ

func (o *IpAddress) GetIpv6PrefixOk() (*Ipv6Prefix, bool)

GetIpv6PrefixOk returns a tuple with the Ipv6Prefix field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IpAddress) HasIpv4Addr ΒΆ

func (o *IpAddress) HasIpv4Addr() bool

HasIpv4Addr returns a boolean if a field has been set.

func (*IpAddress) HasIpv6Addr ΒΆ

func (o *IpAddress) HasIpv6Addr() bool

HasIpv6Addr returns a boolean if a field has been set.

func (*IpAddress) HasIpv6Prefix ΒΆ

func (o *IpAddress) HasIpv6Prefix() bool

HasIpv6Prefix returns a boolean if a field has been set.

func (IpAddress) MarshalJSON ΒΆ

func (o IpAddress) MarshalJSON() ([]byte, error)

func (*IpAddress) SetIpv4Addr ΒΆ

func (o *IpAddress) SetIpv4Addr(v string)

SetIpv4Addr gets a reference to the given string and assigns it to the Ipv4Addr field.

func (*IpAddress) SetIpv6Addr ΒΆ

func (o *IpAddress) SetIpv6Addr(v Ipv6Addr)

SetIpv6Addr gets a reference to the given Ipv6Addr and assigns it to the Ipv6Addr field.

func (*IpAddress) SetIpv6Prefix ΒΆ

func (o *IpAddress) SetIpv6Prefix(v Ipv6Prefix)

SetIpv6Prefix gets a reference to the given Ipv6Prefix and assigns it to the Ipv6Prefix field.

func (IpAddress) ToMap ΒΆ

func (o IpAddress) ToMap() (map[string]interface{}, error)

type IpIndex ΒΆ

type IpIndex struct {
	// contains filtered or unexported fields
}

IpIndex Represents the IP Index to be sent from UDM to the SMF (its value can be either an integer or a string)

func (*IpIndex) MarshalJSON ΒΆ

func (src *IpIndex) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*IpIndex) UnmarshalJSON ΒΆ

func (dst *IpIndex) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type Ipv6Addr ΒΆ

type Ipv6Addr struct {
}

Ipv6Addr String identifying an IPv6 address formatted according to clause 4 of RFC5952. The mixed IPv4 IPv6 notation according to clause 5 of RFC5952 shall not be used.

func NewIpv6Addr ΒΆ

func NewIpv6Addr() *Ipv6Addr

NewIpv6Addr instantiates a new Ipv6Addr object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewIpv6AddrWithDefaults ΒΆ

func NewIpv6AddrWithDefaults() *Ipv6Addr

NewIpv6AddrWithDefaults instantiates a new Ipv6Addr object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (Ipv6Addr) MarshalJSON ΒΆ

func (o Ipv6Addr) MarshalJSON() ([]byte, error)

func (Ipv6Addr) ToMap ΒΆ

func (o Ipv6Addr) ToMap() (map[string]interface{}, error)

type Ipv6Prefix ΒΆ

type Ipv6Prefix struct {
}

Ipv6Prefix String identifying an IPv6 address prefix formatted according to clause 4 of RFC 5952. IPv6Prefix data type may contain an individual /128 IPv6 address.

func NewIpv6Prefix ΒΆ

func NewIpv6Prefix() *Ipv6Prefix

NewIpv6Prefix instantiates a new Ipv6Prefix object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewIpv6PrefixWithDefaults ΒΆ

func NewIpv6PrefixWithDefaults() *Ipv6Prefix

NewIpv6PrefixWithDefaults instantiates a new Ipv6Prefix object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (Ipv6Prefix) MarshalJSON ΒΆ

func (o Ipv6Prefix) MarshalJSON() ([]byte, error)

func (Ipv6Prefix) ToMap ΒΆ

func (o Ipv6Prefix) ToMap() (map[string]interface{}, error)

type JobType ΒΆ

type JobType struct {
	// contains filtered or unexported fields
}

JobType The enumeration JobType defines Job Type in the trace. See 3GPP TS 32.422 for further description of the values. It shall comply with the provisions defined in table 5.6.3.3-1.

func (*JobType) MarshalJSON ΒΆ

func (src *JobType) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*JobType) UnmarshalJSON ΒΆ

func (dst *JobType) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type LCSBroadcastAssistanceDataTypesRetrievalAPIService ΒΆ

type LCSBroadcastAssistanceDataTypesRetrievalAPIService service

LCSBroadcastAssistanceDataTypesRetrievalAPIService LCSBroadcastAssistanceDataTypesRetrievalAPI service

func (*LCSBroadcastAssistanceDataTypesRetrievalAPIService) GetLcsBcaData ΒΆ

GetLcsBcaData retrieve a UE's LCS Broadcast Assistance Data Types Subscription Data

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param supi Identifier of the UE
@return ApiGetLcsBcaDataRequest

func (*LCSBroadcastAssistanceDataTypesRetrievalAPIService) GetLcsBcaDataExecute ΒΆ

Execute executes the request

@return LcsBroadcastAssistanceTypesData

type LCSMobileOriginatedDataRetrievalAPIService ΒΆ

type LCSMobileOriginatedDataRetrievalAPIService service

LCSMobileOriginatedDataRetrievalAPIService LCSMobileOriginatedDataRetrievalAPI service

func (*LCSMobileOriginatedDataRetrievalAPIService) GetLcsMoData ΒΆ

GetLcsMoData retrieve a UE's LCS Mobile Originated Subscription Data

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param supi Identifier of the UE
@return ApiGetLcsMoDataRequest

func (*LCSMobileOriginatedDataRetrievalAPIService) GetLcsMoDataExecute ΒΆ

Execute executes the request

@return LcsMoData

type LCSPrivacyDataRetrievalAPIService ΒΆ

type LCSPrivacyDataRetrievalAPIService service

LCSPrivacyDataRetrievalAPIService LCSPrivacyDataRetrievalAPI service

func (*LCSPrivacyDataRetrievalAPIService) GetLcsPrivacyData ΒΆ

GetLcsPrivacyData retrieve a UE's LCS Privacy Subscription Data

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param ueId Identifier of the UE
@return ApiGetLcsPrivacyDataRequest

func (*LCSPrivacyDataRetrievalAPIService) GetLcsPrivacyDataExecute ΒΆ

Execute executes the request

@return LcsPrivacyData

type LcsBroadcastAssistanceTypesData ΒΆ

type LcsBroadcastAssistanceTypesData struct {
	// string with format 'binary' as defined in OpenAPI.
	LocationAssistanceType *os.File `json:"locationAssistanceType"`
}

LcsBroadcastAssistanceTypesData struct for LcsBroadcastAssistanceTypesData

func NewLcsBroadcastAssistanceTypesData ΒΆ

func NewLcsBroadcastAssistanceTypesData(locationAssistanceType *os.File) *LcsBroadcastAssistanceTypesData

NewLcsBroadcastAssistanceTypesData instantiates a new LcsBroadcastAssistanceTypesData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLcsBroadcastAssistanceTypesDataWithDefaults ΒΆ

func NewLcsBroadcastAssistanceTypesDataWithDefaults() *LcsBroadcastAssistanceTypesData

NewLcsBroadcastAssistanceTypesDataWithDefaults instantiates a new LcsBroadcastAssistanceTypesData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LcsBroadcastAssistanceTypesData) GetLocationAssistanceType ΒΆ

func (o *LcsBroadcastAssistanceTypesData) GetLocationAssistanceType() *os.File

GetLocationAssistanceType returns the LocationAssistanceType field value

func (*LcsBroadcastAssistanceTypesData) GetLocationAssistanceTypeOk ΒΆ

func (o *LcsBroadcastAssistanceTypesData) GetLocationAssistanceTypeOk() (**os.File, bool)

GetLocationAssistanceTypeOk returns a tuple with the LocationAssistanceType field value and a boolean to check if the value has been set.

func (LcsBroadcastAssistanceTypesData) MarshalJSON ΒΆ

func (o LcsBroadcastAssistanceTypesData) MarshalJSON() ([]byte, error)

func (*LcsBroadcastAssistanceTypesData) SetLocationAssistanceType ΒΆ

func (o *LcsBroadcastAssistanceTypesData) SetLocationAssistanceType(v *os.File)

SetLocationAssistanceType sets field value

func (LcsBroadcastAssistanceTypesData) ToMap ΒΆ

func (o LcsBroadcastAssistanceTypesData) ToMap() (map[string]interface{}, error)

func (*LcsBroadcastAssistanceTypesData) UnmarshalJSON ΒΆ

func (o *LcsBroadcastAssistanceTypesData) UnmarshalJSON(bytes []byte) (err error)

type LcsClientClass ΒΆ

type LcsClientClass struct {
	// contains filtered or unexported fields
}

LcsClientClass struct for LcsClientClass

func (*LcsClientClass) MarshalJSON ΒΆ

func (src *LcsClientClass) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*LcsClientClass) UnmarshalJSON ΒΆ

func (dst *LcsClientClass) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type LcsClientExternal ΒΆ

type LcsClientExternal struct {
	AllowedGeographicArea     []GeographicArea           `json:"allowedGeographicArea,omitempty"`
	PrivacyCheckRelatedAction *PrivacyCheckRelatedAction `json:"privacyCheckRelatedAction,omitempty"`
	ValidTimePeriod           *ValidTimePeriod           `json:"validTimePeriod,omitempty"`
}

LcsClientExternal struct for LcsClientExternal

func NewLcsClientExternal ΒΆ

func NewLcsClientExternal() *LcsClientExternal

NewLcsClientExternal instantiates a new LcsClientExternal object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLcsClientExternalWithDefaults ΒΆ

func NewLcsClientExternalWithDefaults() *LcsClientExternal

NewLcsClientExternalWithDefaults instantiates a new LcsClientExternal object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LcsClientExternal) GetAllowedGeographicArea ΒΆ

func (o *LcsClientExternal) GetAllowedGeographicArea() []GeographicArea

GetAllowedGeographicArea returns the AllowedGeographicArea field value if set, zero value otherwise.

func (*LcsClientExternal) GetAllowedGeographicAreaOk ΒΆ

func (o *LcsClientExternal) GetAllowedGeographicAreaOk() ([]GeographicArea, bool)

GetAllowedGeographicAreaOk returns a tuple with the AllowedGeographicArea field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LcsClientExternal) GetPrivacyCheckRelatedAction ΒΆ

func (o *LcsClientExternal) GetPrivacyCheckRelatedAction() PrivacyCheckRelatedAction

GetPrivacyCheckRelatedAction returns the PrivacyCheckRelatedAction field value if set, zero value otherwise.

func (*LcsClientExternal) GetPrivacyCheckRelatedActionOk ΒΆ

func (o *LcsClientExternal) GetPrivacyCheckRelatedActionOk() (*PrivacyCheckRelatedAction, bool)

GetPrivacyCheckRelatedActionOk returns a tuple with the PrivacyCheckRelatedAction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LcsClientExternal) GetValidTimePeriod ΒΆ

func (o *LcsClientExternal) GetValidTimePeriod() ValidTimePeriod

GetValidTimePeriod returns the ValidTimePeriod field value if set, zero value otherwise.

func (*LcsClientExternal) GetValidTimePeriodOk ΒΆ

func (o *LcsClientExternal) GetValidTimePeriodOk() (*ValidTimePeriod, bool)

GetValidTimePeriodOk returns a tuple with the ValidTimePeriod field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LcsClientExternal) HasAllowedGeographicArea ΒΆ

func (o *LcsClientExternal) HasAllowedGeographicArea() bool

HasAllowedGeographicArea returns a boolean if a field has been set.

func (*LcsClientExternal) HasPrivacyCheckRelatedAction ΒΆ

func (o *LcsClientExternal) HasPrivacyCheckRelatedAction() bool

HasPrivacyCheckRelatedAction returns a boolean if a field has been set.

func (*LcsClientExternal) HasValidTimePeriod ΒΆ

func (o *LcsClientExternal) HasValidTimePeriod() bool

HasValidTimePeriod returns a boolean if a field has been set.

func (LcsClientExternal) MarshalJSON ΒΆ

func (o LcsClientExternal) MarshalJSON() ([]byte, error)

func (*LcsClientExternal) SetAllowedGeographicArea ΒΆ

func (o *LcsClientExternal) SetAllowedGeographicArea(v []GeographicArea)

SetAllowedGeographicArea gets a reference to the given []GeographicArea and assigns it to the AllowedGeographicArea field.

func (*LcsClientExternal) SetPrivacyCheckRelatedAction ΒΆ

func (o *LcsClientExternal) SetPrivacyCheckRelatedAction(v PrivacyCheckRelatedAction)

SetPrivacyCheckRelatedAction gets a reference to the given PrivacyCheckRelatedAction and assigns it to the PrivacyCheckRelatedAction field.

func (*LcsClientExternal) SetValidTimePeriod ΒΆ

func (o *LcsClientExternal) SetValidTimePeriod(v ValidTimePeriod)

SetValidTimePeriod gets a reference to the given ValidTimePeriod and assigns it to the ValidTimePeriod field.

func (LcsClientExternal) ToMap ΒΆ

func (o LcsClientExternal) ToMap() (map[string]interface{}, error)

type LcsClientGroupExternal ΒΆ

type LcsClientGroupExternal struct {
	LcsClientGroupId          *string                    `json:"lcsClientGroupId,omitempty"`
	AllowedGeographicArea     []GeographicArea           `json:"allowedGeographicArea,omitempty"`
	PrivacyCheckRelatedAction *PrivacyCheckRelatedAction `json:"privacyCheckRelatedAction,omitempty"`
	ValidTimePeriod           *ValidTimePeriod           `json:"validTimePeriod,omitempty"`
}

LcsClientGroupExternal struct for LcsClientGroupExternal

func NewLcsClientGroupExternal ΒΆ

func NewLcsClientGroupExternal() *LcsClientGroupExternal

NewLcsClientGroupExternal instantiates a new LcsClientGroupExternal object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLcsClientGroupExternalWithDefaults ΒΆ

func NewLcsClientGroupExternalWithDefaults() *LcsClientGroupExternal

NewLcsClientGroupExternalWithDefaults instantiates a new LcsClientGroupExternal object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LcsClientGroupExternal) GetAllowedGeographicArea ΒΆ

func (o *LcsClientGroupExternal) GetAllowedGeographicArea() []GeographicArea

GetAllowedGeographicArea returns the AllowedGeographicArea field value if set, zero value otherwise.

func (*LcsClientGroupExternal) GetAllowedGeographicAreaOk ΒΆ

func (o *LcsClientGroupExternal) GetAllowedGeographicAreaOk() ([]GeographicArea, bool)

GetAllowedGeographicAreaOk returns a tuple with the AllowedGeographicArea field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LcsClientGroupExternal) GetLcsClientGroupId ΒΆ

func (o *LcsClientGroupExternal) GetLcsClientGroupId() string

GetLcsClientGroupId returns the LcsClientGroupId field value if set, zero value otherwise.

func (*LcsClientGroupExternal) GetLcsClientGroupIdOk ΒΆ

func (o *LcsClientGroupExternal) GetLcsClientGroupIdOk() (*string, bool)

GetLcsClientGroupIdOk returns a tuple with the LcsClientGroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LcsClientGroupExternal) GetPrivacyCheckRelatedAction ΒΆ

func (o *LcsClientGroupExternal) GetPrivacyCheckRelatedAction() PrivacyCheckRelatedAction

GetPrivacyCheckRelatedAction returns the PrivacyCheckRelatedAction field value if set, zero value otherwise.

func (*LcsClientGroupExternal) GetPrivacyCheckRelatedActionOk ΒΆ

func (o *LcsClientGroupExternal) GetPrivacyCheckRelatedActionOk() (*PrivacyCheckRelatedAction, bool)

GetPrivacyCheckRelatedActionOk returns a tuple with the PrivacyCheckRelatedAction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LcsClientGroupExternal) GetValidTimePeriod ΒΆ

func (o *LcsClientGroupExternal) GetValidTimePeriod() ValidTimePeriod

GetValidTimePeriod returns the ValidTimePeriod field value if set, zero value otherwise.

func (*LcsClientGroupExternal) GetValidTimePeriodOk ΒΆ

func (o *LcsClientGroupExternal) GetValidTimePeriodOk() (*ValidTimePeriod, bool)

GetValidTimePeriodOk returns a tuple with the ValidTimePeriod field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LcsClientGroupExternal) HasAllowedGeographicArea ΒΆ

func (o *LcsClientGroupExternal) HasAllowedGeographicArea() bool

HasAllowedGeographicArea returns a boolean if a field has been set.

func (*LcsClientGroupExternal) HasLcsClientGroupId ΒΆ

func (o *LcsClientGroupExternal) HasLcsClientGroupId() bool

HasLcsClientGroupId returns a boolean if a field has been set.

func (*LcsClientGroupExternal) HasPrivacyCheckRelatedAction ΒΆ

func (o *LcsClientGroupExternal) HasPrivacyCheckRelatedAction() bool

HasPrivacyCheckRelatedAction returns a boolean if a field has been set.

func (*LcsClientGroupExternal) HasValidTimePeriod ΒΆ

func (o *LcsClientGroupExternal) HasValidTimePeriod() bool

HasValidTimePeriod returns a boolean if a field has been set.

func (LcsClientGroupExternal) MarshalJSON ΒΆ

func (o LcsClientGroupExternal) MarshalJSON() ([]byte, error)

func (*LcsClientGroupExternal) SetAllowedGeographicArea ΒΆ

func (o *LcsClientGroupExternal) SetAllowedGeographicArea(v []GeographicArea)

SetAllowedGeographicArea gets a reference to the given []GeographicArea and assigns it to the AllowedGeographicArea field.

func (*LcsClientGroupExternal) SetLcsClientGroupId ΒΆ

func (o *LcsClientGroupExternal) SetLcsClientGroupId(v string)

SetLcsClientGroupId gets a reference to the given string and assigns it to the LcsClientGroupId field.

func (*LcsClientGroupExternal) SetPrivacyCheckRelatedAction ΒΆ

func (o *LcsClientGroupExternal) SetPrivacyCheckRelatedAction(v PrivacyCheckRelatedAction)

SetPrivacyCheckRelatedAction gets a reference to the given PrivacyCheckRelatedAction and assigns it to the PrivacyCheckRelatedAction field.

func (*LcsClientGroupExternal) SetValidTimePeriod ΒΆ

func (o *LcsClientGroupExternal) SetValidTimePeriod(v ValidTimePeriod)

SetValidTimePeriod gets a reference to the given ValidTimePeriod and assigns it to the ValidTimePeriod field.

func (LcsClientGroupExternal) ToMap ΒΆ

func (o LcsClientGroupExternal) ToMap() (map[string]interface{}, error)

type LcsMoData ΒΆ

type LcsMoData struct {
	AllowedServiceClasses []LcsMoServiceClass              `json:"allowedServiceClasses"`
	MoAssistanceDataTypes *LcsBroadcastAssistanceTypesData `json:"moAssistanceDataTypes,omitempty"`
}

LcsMoData struct for LcsMoData

func NewLcsMoData ΒΆ

func NewLcsMoData(allowedServiceClasses []LcsMoServiceClass) *LcsMoData

NewLcsMoData instantiates a new LcsMoData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLcsMoDataWithDefaults ΒΆ

func NewLcsMoDataWithDefaults() *LcsMoData

NewLcsMoDataWithDefaults instantiates a new LcsMoData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LcsMoData) GetAllowedServiceClasses ΒΆ

func (o *LcsMoData) GetAllowedServiceClasses() []LcsMoServiceClass

GetAllowedServiceClasses returns the AllowedServiceClasses field value

func (*LcsMoData) GetAllowedServiceClassesOk ΒΆ

func (o *LcsMoData) GetAllowedServiceClassesOk() ([]LcsMoServiceClass, bool)

GetAllowedServiceClassesOk returns a tuple with the AllowedServiceClasses field value and a boolean to check if the value has been set.

func (*LcsMoData) GetMoAssistanceDataTypes ΒΆ

func (o *LcsMoData) GetMoAssistanceDataTypes() LcsBroadcastAssistanceTypesData

GetMoAssistanceDataTypes returns the MoAssistanceDataTypes field value if set, zero value otherwise.

func (*LcsMoData) GetMoAssistanceDataTypesOk ΒΆ

func (o *LcsMoData) GetMoAssistanceDataTypesOk() (*LcsBroadcastAssistanceTypesData, bool)

GetMoAssistanceDataTypesOk returns a tuple with the MoAssistanceDataTypes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LcsMoData) HasMoAssistanceDataTypes ΒΆ

func (o *LcsMoData) HasMoAssistanceDataTypes() bool

HasMoAssistanceDataTypes returns a boolean if a field has been set.

func (LcsMoData) MarshalJSON ΒΆ

func (o LcsMoData) MarshalJSON() ([]byte, error)

func (*LcsMoData) SetAllowedServiceClasses ΒΆ

func (o *LcsMoData) SetAllowedServiceClasses(v []LcsMoServiceClass)

SetAllowedServiceClasses sets field value

func (*LcsMoData) SetMoAssistanceDataTypes ΒΆ

func (o *LcsMoData) SetMoAssistanceDataTypes(v LcsBroadcastAssistanceTypesData)

SetMoAssistanceDataTypes gets a reference to the given LcsBroadcastAssistanceTypesData and assigns it to the MoAssistanceDataTypes field.

func (LcsMoData) ToMap ΒΆ

func (o LcsMoData) ToMap() (map[string]interface{}, error)

func (*LcsMoData) UnmarshalJSON ΒΆ

func (o *LcsMoData) UnmarshalJSON(bytes []byte) (err error)

type LcsMoServiceClass ΒΆ

type LcsMoServiceClass struct {
	// contains filtered or unexported fields
}

LcsMoServiceClass struct for LcsMoServiceClass

func (*LcsMoServiceClass) MarshalJSON ΒΆ

func (src *LcsMoServiceClass) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*LcsMoServiceClass) UnmarshalJSON ΒΆ

func (dst *LcsMoServiceClass) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type LcsPrivacyData ΒΆ

type LcsPrivacyData struct {
	Lpi                 *Lpi                `json:"lpi,omitempty"`
	UnrelatedClass      *UnrelatedClass     `json:"unrelatedClass,omitempty"`
	PlmnOperatorClasses []PlmnOperatorClass `json:"plmnOperatorClasses,omitempty"`
}

LcsPrivacyData struct for LcsPrivacyData

func NewLcsPrivacyData ΒΆ

func NewLcsPrivacyData() *LcsPrivacyData

NewLcsPrivacyData instantiates a new LcsPrivacyData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLcsPrivacyDataWithDefaults ΒΆ

func NewLcsPrivacyDataWithDefaults() *LcsPrivacyData

NewLcsPrivacyDataWithDefaults instantiates a new LcsPrivacyData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LcsPrivacyData) GetLpi ΒΆ

func (o *LcsPrivacyData) GetLpi() Lpi

GetLpi returns the Lpi field value if set, zero value otherwise.

func (*LcsPrivacyData) GetLpiOk ΒΆ

func (o *LcsPrivacyData) GetLpiOk() (*Lpi, bool)

GetLpiOk returns a tuple with the Lpi field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LcsPrivacyData) GetPlmnOperatorClasses ΒΆ

func (o *LcsPrivacyData) GetPlmnOperatorClasses() []PlmnOperatorClass

GetPlmnOperatorClasses returns the PlmnOperatorClasses field value if set, zero value otherwise.

func (*LcsPrivacyData) GetPlmnOperatorClassesOk ΒΆ

func (o *LcsPrivacyData) GetPlmnOperatorClassesOk() ([]PlmnOperatorClass, bool)

GetPlmnOperatorClassesOk returns a tuple with the PlmnOperatorClasses field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LcsPrivacyData) GetUnrelatedClass ΒΆ

func (o *LcsPrivacyData) GetUnrelatedClass() UnrelatedClass

GetUnrelatedClass returns the UnrelatedClass field value if set, zero value otherwise.

func (*LcsPrivacyData) GetUnrelatedClassOk ΒΆ

func (o *LcsPrivacyData) GetUnrelatedClassOk() (*UnrelatedClass, bool)

GetUnrelatedClassOk returns a tuple with the UnrelatedClass field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LcsPrivacyData) HasLpi ΒΆ

func (o *LcsPrivacyData) HasLpi() bool

HasLpi returns a boolean if a field has been set.

func (*LcsPrivacyData) HasPlmnOperatorClasses ΒΆ

func (o *LcsPrivacyData) HasPlmnOperatorClasses() bool

HasPlmnOperatorClasses returns a boolean if a field has been set.

func (*LcsPrivacyData) HasUnrelatedClass ΒΆ

func (o *LcsPrivacyData) HasUnrelatedClass() bool

HasUnrelatedClass returns a boolean if a field has been set.

func (LcsPrivacyData) MarshalJSON ΒΆ

func (o LcsPrivacyData) MarshalJSON() ([]byte, error)

func (*LcsPrivacyData) SetLpi ΒΆ

func (o *LcsPrivacyData) SetLpi(v Lpi)

SetLpi gets a reference to the given Lpi and assigns it to the Lpi field.

func (*LcsPrivacyData) SetPlmnOperatorClasses ΒΆ

func (o *LcsPrivacyData) SetPlmnOperatorClasses(v []PlmnOperatorClass)

SetPlmnOperatorClasses gets a reference to the given []PlmnOperatorClass and assigns it to the PlmnOperatorClasses field.

func (*LcsPrivacyData) SetUnrelatedClass ΒΆ

func (o *LcsPrivacyData) SetUnrelatedClass(v UnrelatedClass)

SetUnrelatedClass gets a reference to the given UnrelatedClass and assigns it to the UnrelatedClass field.

func (LcsPrivacyData) ToMap ΒΆ

func (o LcsPrivacyData) ToMap() (map[string]interface{}, error)

type Local2dPointUncertaintyEllipse ΒΆ

type Local2dPointUncertaintyEllipse struct {
	GADShape
	LocalOrigin        LocalOrigin               `json:"localOrigin"`
	Point              RelativeCartesianLocation `json:"point"`
	UncertaintyEllipse UncertaintyEllipse        `json:"uncertaintyEllipse"`
	// Indicates value of confidence.
	Confidence int32 `json:"confidence"`
}

Local2dPointUncertaintyEllipse Local 2D point with uncertainty ellipse

func NewLocal2dPointUncertaintyEllipse ΒΆ

func NewLocal2dPointUncertaintyEllipse(localOrigin LocalOrigin, point RelativeCartesianLocation, uncertaintyEllipse UncertaintyEllipse, confidence int32, shape SupportedGADShapes) *Local2dPointUncertaintyEllipse

NewLocal2dPointUncertaintyEllipse instantiates a new Local2dPointUncertaintyEllipse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLocal2dPointUncertaintyEllipseWithDefaults ΒΆ

func NewLocal2dPointUncertaintyEllipseWithDefaults() *Local2dPointUncertaintyEllipse

NewLocal2dPointUncertaintyEllipseWithDefaults instantiates a new Local2dPointUncertaintyEllipse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Local2dPointUncertaintyEllipse) GetConfidence ΒΆ

func (o *Local2dPointUncertaintyEllipse) GetConfidence() int32

GetConfidence returns the Confidence field value

func (*Local2dPointUncertaintyEllipse) GetConfidenceOk ΒΆ

func (o *Local2dPointUncertaintyEllipse) GetConfidenceOk() (*int32, bool)

GetConfidenceOk returns a tuple with the Confidence field value and a boolean to check if the value has been set.

func (*Local2dPointUncertaintyEllipse) GetLocalOrigin ΒΆ

func (o *Local2dPointUncertaintyEllipse) GetLocalOrigin() LocalOrigin

GetLocalOrigin returns the LocalOrigin field value

func (*Local2dPointUncertaintyEllipse) GetLocalOriginOk ΒΆ

func (o *Local2dPointUncertaintyEllipse) GetLocalOriginOk() (*LocalOrigin, bool)

GetLocalOriginOk returns a tuple with the LocalOrigin field value and a boolean to check if the value has been set.

func (*Local2dPointUncertaintyEllipse) GetPoint ΒΆ

GetPoint returns the Point field value

func (*Local2dPointUncertaintyEllipse) GetPointOk ΒΆ

GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.

func (*Local2dPointUncertaintyEllipse) GetUncertaintyEllipse ΒΆ

func (o *Local2dPointUncertaintyEllipse) GetUncertaintyEllipse() UncertaintyEllipse

GetUncertaintyEllipse returns the UncertaintyEllipse field value

func (*Local2dPointUncertaintyEllipse) GetUncertaintyEllipseOk ΒΆ

func (o *Local2dPointUncertaintyEllipse) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool)

GetUncertaintyEllipseOk returns a tuple with the UncertaintyEllipse field value and a boolean to check if the value has been set.

func (Local2dPointUncertaintyEllipse) MarshalJSON ΒΆ

func (o Local2dPointUncertaintyEllipse) MarshalJSON() ([]byte, error)

func (*Local2dPointUncertaintyEllipse) SetConfidence ΒΆ

func (o *Local2dPointUncertaintyEllipse) SetConfidence(v int32)

SetConfidence sets field value

func (*Local2dPointUncertaintyEllipse) SetLocalOrigin ΒΆ

func (o *Local2dPointUncertaintyEllipse) SetLocalOrigin(v LocalOrigin)

SetLocalOrigin sets field value

func (*Local2dPointUncertaintyEllipse) SetPoint ΒΆ

SetPoint sets field value

func (*Local2dPointUncertaintyEllipse) SetUncertaintyEllipse ΒΆ

func (o *Local2dPointUncertaintyEllipse) SetUncertaintyEllipse(v UncertaintyEllipse)

SetUncertaintyEllipse sets field value

func (Local2dPointUncertaintyEllipse) ToMap ΒΆ

func (o Local2dPointUncertaintyEllipse) ToMap() (map[string]interface{}, error)

func (*Local2dPointUncertaintyEllipse) UnmarshalJSON ΒΆ

func (o *Local2dPointUncertaintyEllipse) UnmarshalJSON(bytes []byte) (err error)

type Local3dPointUncertaintyEllipsoid ΒΆ

type Local3dPointUncertaintyEllipsoid struct {
	GADShape
	LocalOrigin          LocalOrigin               `json:"localOrigin"`
	Point                RelativeCartesianLocation `json:"point"`
	UncertaintyEllipsoid UncertaintyEllipsoid      `json:"uncertaintyEllipsoid"`
	// Indicates value of confidence.
	Confidence int32 `json:"confidence"`
}

Local3dPointUncertaintyEllipsoid Local 3D point with uncertainty ellipsoid

func NewLocal3dPointUncertaintyEllipsoid ΒΆ

func NewLocal3dPointUncertaintyEllipsoid(localOrigin LocalOrigin, point RelativeCartesianLocation, uncertaintyEllipsoid UncertaintyEllipsoid, confidence int32, shape SupportedGADShapes) *Local3dPointUncertaintyEllipsoid

NewLocal3dPointUncertaintyEllipsoid instantiates a new Local3dPointUncertaintyEllipsoid object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLocal3dPointUncertaintyEllipsoidWithDefaults ΒΆ

func NewLocal3dPointUncertaintyEllipsoidWithDefaults() *Local3dPointUncertaintyEllipsoid

NewLocal3dPointUncertaintyEllipsoidWithDefaults instantiates a new Local3dPointUncertaintyEllipsoid object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Local3dPointUncertaintyEllipsoid) GetConfidence ΒΆ

func (o *Local3dPointUncertaintyEllipsoid) GetConfidence() int32

GetConfidence returns the Confidence field value

func (*Local3dPointUncertaintyEllipsoid) GetConfidenceOk ΒΆ

func (o *Local3dPointUncertaintyEllipsoid) GetConfidenceOk() (*int32, bool)

GetConfidenceOk returns a tuple with the Confidence field value and a boolean to check if the value has been set.

func (*Local3dPointUncertaintyEllipsoid) GetLocalOrigin ΒΆ

func (o *Local3dPointUncertaintyEllipsoid) GetLocalOrigin() LocalOrigin

GetLocalOrigin returns the LocalOrigin field value

func (*Local3dPointUncertaintyEllipsoid) GetLocalOriginOk ΒΆ

func (o *Local3dPointUncertaintyEllipsoid) GetLocalOriginOk() (*LocalOrigin, bool)

GetLocalOriginOk returns a tuple with the LocalOrigin field value and a boolean to check if the value has been set.

func (*Local3dPointUncertaintyEllipsoid) GetPoint ΒΆ

GetPoint returns the Point field value

func (*Local3dPointUncertaintyEllipsoid) GetPointOk ΒΆ

GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.

func (*Local3dPointUncertaintyEllipsoid) GetUncertaintyEllipsoid ΒΆ

func (o *Local3dPointUncertaintyEllipsoid) GetUncertaintyEllipsoid() UncertaintyEllipsoid

GetUncertaintyEllipsoid returns the UncertaintyEllipsoid field value

func (*Local3dPointUncertaintyEllipsoid) GetUncertaintyEllipsoidOk ΒΆ

func (o *Local3dPointUncertaintyEllipsoid) GetUncertaintyEllipsoidOk() (*UncertaintyEllipsoid, bool)

GetUncertaintyEllipsoidOk returns a tuple with the UncertaintyEllipsoid field value and a boolean to check if the value has been set.

func (Local3dPointUncertaintyEllipsoid) MarshalJSON ΒΆ

func (o Local3dPointUncertaintyEllipsoid) MarshalJSON() ([]byte, error)

func (*Local3dPointUncertaintyEllipsoid) SetConfidence ΒΆ

func (o *Local3dPointUncertaintyEllipsoid) SetConfidence(v int32)

SetConfidence sets field value

func (*Local3dPointUncertaintyEllipsoid) SetLocalOrigin ΒΆ

func (o *Local3dPointUncertaintyEllipsoid) SetLocalOrigin(v LocalOrigin)

SetLocalOrigin sets field value

func (*Local3dPointUncertaintyEllipsoid) SetPoint ΒΆ

SetPoint sets field value

func (*Local3dPointUncertaintyEllipsoid) SetUncertaintyEllipsoid ΒΆ

func (o *Local3dPointUncertaintyEllipsoid) SetUncertaintyEllipsoid(v UncertaintyEllipsoid)

SetUncertaintyEllipsoid sets field value

func (Local3dPointUncertaintyEllipsoid) ToMap ΒΆ

func (o Local3dPointUncertaintyEllipsoid) ToMap() (map[string]interface{}, error)

func (*Local3dPointUncertaintyEllipsoid) UnmarshalJSON ΒΆ

func (o *Local3dPointUncertaintyEllipsoid) UnmarshalJSON(bytes []byte) (err error)

type LocalOrigin ΒΆ

type LocalOrigin struct {
	CoordinateId *string                  `json:"coordinateId,omitempty"`
	Point        *GeographicalCoordinates `json:"point,omitempty"`
}

LocalOrigin Indicates a Local origin in a reference system

func NewLocalOrigin ΒΆ

func NewLocalOrigin() *LocalOrigin

NewLocalOrigin instantiates a new LocalOrigin object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLocalOriginWithDefaults ΒΆ

func NewLocalOriginWithDefaults() *LocalOrigin

NewLocalOriginWithDefaults instantiates a new LocalOrigin object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LocalOrigin) GetCoordinateId ΒΆ

func (o *LocalOrigin) GetCoordinateId() string

GetCoordinateId returns the CoordinateId field value if set, zero value otherwise.

func (*LocalOrigin) GetCoordinateIdOk ΒΆ

func (o *LocalOrigin) GetCoordinateIdOk() (*string, bool)

GetCoordinateIdOk returns a tuple with the CoordinateId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocalOrigin) GetPoint ΒΆ

func (o *LocalOrigin) GetPoint() GeographicalCoordinates

GetPoint returns the Point field value if set, zero value otherwise.

func (*LocalOrigin) GetPointOk ΒΆ

func (o *LocalOrigin) GetPointOk() (*GeographicalCoordinates, bool)

GetPointOk returns a tuple with the Point field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocalOrigin) HasCoordinateId ΒΆ

func (o *LocalOrigin) HasCoordinateId() bool

HasCoordinateId returns a boolean if a field has been set.

func (*LocalOrigin) HasPoint ΒΆ

func (o *LocalOrigin) HasPoint() bool

HasPoint returns a boolean if a field has been set.

func (LocalOrigin) MarshalJSON ΒΆ

func (o LocalOrigin) MarshalJSON() ([]byte, error)

func (*LocalOrigin) SetCoordinateId ΒΆ

func (o *LocalOrigin) SetCoordinateId(v string)

SetCoordinateId gets a reference to the given string and assigns it to the CoordinateId field.

func (*LocalOrigin) SetPoint ΒΆ

func (o *LocalOrigin) SetPoint(v GeographicalCoordinates)

SetPoint gets a reference to the given GeographicalCoordinates and assigns it to the Point field.

func (LocalOrigin) ToMap ΒΆ

func (o LocalOrigin) ToMap() (map[string]interface{}, error)

type LocationArea ΒΆ

type LocationArea struct {
	// Identifies a list of geographic area of the user where the UE is located.
	GeographicAreas []GeographicArea `json:"geographicAreas,omitempty"`
	// Identifies a list of civic addresses of the user where the UE is located.
	CivicAddresses []CivicAddress   `json:"civicAddresses,omitempty"`
	NwAreaInfo     *NetworkAreaInfo `json:"nwAreaInfo,omitempty"`
	UmtTime        *UmtTime         `json:"umtTime,omitempty"`
}

LocationArea struct for LocationArea

func NewLocationArea ΒΆ

func NewLocationArea() *LocationArea

NewLocationArea instantiates a new LocationArea object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLocationAreaWithDefaults ΒΆ

func NewLocationAreaWithDefaults() *LocationArea

NewLocationAreaWithDefaults instantiates a new LocationArea object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LocationArea) GetCivicAddresses ΒΆ

func (o *LocationArea) GetCivicAddresses() []CivicAddress

GetCivicAddresses returns the CivicAddresses field value if set, zero value otherwise.

func (*LocationArea) GetCivicAddressesOk ΒΆ

func (o *LocationArea) GetCivicAddressesOk() ([]CivicAddress, bool)

GetCivicAddressesOk returns a tuple with the CivicAddresses field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocationArea) GetGeographicAreas ΒΆ

func (o *LocationArea) GetGeographicAreas() []GeographicArea

GetGeographicAreas returns the GeographicAreas field value if set, zero value otherwise.

func (*LocationArea) GetGeographicAreasOk ΒΆ

func (o *LocationArea) GetGeographicAreasOk() ([]GeographicArea, bool)

GetGeographicAreasOk returns a tuple with the GeographicAreas field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocationArea) GetNwAreaInfo ΒΆ

func (o *LocationArea) GetNwAreaInfo() NetworkAreaInfo

GetNwAreaInfo returns the NwAreaInfo field value if set, zero value otherwise.

func (*LocationArea) GetNwAreaInfoOk ΒΆ

func (o *LocationArea) GetNwAreaInfoOk() (*NetworkAreaInfo, bool)

GetNwAreaInfoOk returns a tuple with the NwAreaInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocationArea) GetUmtTime ΒΆ

func (o *LocationArea) GetUmtTime() UmtTime

GetUmtTime returns the UmtTime field value if set, zero value otherwise.

func (*LocationArea) GetUmtTimeOk ΒΆ

func (o *LocationArea) GetUmtTimeOk() (*UmtTime, bool)

GetUmtTimeOk returns a tuple with the UmtTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocationArea) HasCivicAddresses ΒΆ

func (o *LocationArea) HasCivicAddresses() bool

HasCivicAddresses returns a boolean if a field has been set.

func (*LocationArea) HasGeographicAreas ΒΆ

func (o *LocationArea) HasGeographicAreas() bool

HasGeographicAreas returns a boolean if a field has been set.

func (*LocationArea) HasNwAreaInfo ΒΆ

func (o *LocationArea) HasNwAreaInfo() bool

HasNwAreaInfo returns a boolean if a field has been set.

func (*LocationArea) HasUmtTime ΒΆ

func (o *LocationArea) HasUmtTime() bool

HasUmtTime returns a boolean if a field has been set.

func (LocationArea) MarshalJSON ΒΆ

func (o LocationArea) MarshalJSON() ([]byte, error)

func (*LocationArea) SetCivicAddresses ΒΆ

func (o *LocationArea) SetCivicAddresses(v []CivicAddress)

SetCivicAddresses gets a reference to the given []CivicAddress and assigns it to the CivicAddresses field.

func (*LocationArea) SetGeographicAreas ΒΆ

func (o *LocationArea) SetGeographicAreas(v []GeographicArea)

SetGeographicAreas gets a reference to the given []GeographicArea and assigns it to the GeographicAreas field.

func (*LocationArea) SetNwAreaInfo ΒΆ

func (o *LocationArea) SetNwAreaInfo(v NetworkAreaInfo)

SetNwAreaInfo gets a reference to the given NetworkAreaInfo and assigns it to the NwAreaInfo field.

func (*LocationArea) SetUmtTime ΒΆ

func (o *LocationArea) SetUmtTime(v UmtTime)

SetUmtTime gets a reference to the given UmtTime and assigns it to the UmtTime field.

func (LocationArea) ToMap ΒΆ

func (o LocationArea) ToMap() (map[string]interface{}, error)

type LocationPrivacyInd ΒΆ

type LocationPrivacyInd struct {
	// contains filtered or unexported fields
}

LocationPrivacyInd struct for LocationPrivacyInd

func (*LocationPrivacyInd) MarshalJSON ΒΆ

func (src *LocationPrivacyInd) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*LocationPrivacyInd) UnmarshalJSON ΒΆ

func (dst *LocationPrivacyInd) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type LoggingDurationMdt ΒΆ

type LoggingDurationMdt struct {
	// contains filtered or unexported fields
}

LoggingDurationMdt The enumeration LoggingIntervalMdt defines Logging Interval for MDT in the trace. See 3GPP TS 32.422 for further description of the values. It shall comply with the provisions defined in table 5.6.3.12-1.

func (*LoggingDurationMdt) MarshalJSON ΒΆ

func (src *LoggingDurationMdt) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*LoggingDurationMdt) UnmarshalJSON ΒΆ

func (dst *LoggingDurationMdt) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type LoggingDurationNrMdt ΒΆ

type LoggingDurationNrMdt struct {
	// contains filtered or unexported fields
}

LoggingDurationNrMdt The enumeration LoggingDurationMdt defines Logging Duration in NR for MDT in the trace. See 3GPP TS 32.422 for further description of the values. It shall comply with the provisions defined in table 5.6.3.20-1.

func (*LoggingDurationNrMdt) MarshalJSON ΒΆ

func (src *LoggingDurationNrMdt) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*LoggingDurationNrMdt) UnmarshalJSON ΒΆ

func (dst *LoggingDurationNrMdt) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type LoggingIntervalMdt ΒΆ

type LoggingIntervalMdt struct {
	// contains filtered or unexported fields
}

LoggingIntervalMdt The enumeration LoggingIntervalMdt defines Logging Interval for MDT in the trace. See 3GPP TS 32.422 for further description of the values. It shall comply with the provisions defined in table 5.6.3.12-1.

func (*LoggingIntervalMdt) MarshalJSON ΒΆ

func (src *LoggingIntervalMdt) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*LoggingIntervalMdt) UnmarshalJSON ΒΆ

func (dst *LoggingIntervalMdt) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type LoggingIntervalNrMdt ΒΆ

type LoggingIntervalNrMdt struct {
	// contains filtered or unexported fields
}

LoggingIntervalNrMdt The enumeration LoggingIntervalNrMdt defines Logging Interval in NR for MDT in the trace. See 3GPP TS 32.422 for further description of the values. It shall comply with the provisions defined in table 5.6.3.18-1.

func (*LoggingIntervalNrMdt) MarshalJSON ΒΆ

func (src *LoggingIntervalNrMdt) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*LoggingIntervalNrMdt) UnmarshalJSON ΒΆ

func (dst *LoggingIntervalNrMdt) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type Lpi ΒΆ

type Lpi struct {
	LocationPrivacyInd LocationPrivacyInd `json:"locationPrivacyInd"`
	ValidTimePeriod    *ValidTimePeriod   `json:"validTimePeriod,omitempty"`
}

Lpi struct for Lpi

func NewLpi ΒΆ

func NewLpi(locationPrivacyInd LocationPrivacyInd) *Lpi

NewLpi instantiates a new Lpi object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLpiWithDefaults ΒΆ

func NewLpiWithDefaults() *Lpi

NewLpiWithDefaults instantiates a new Lpi object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Lpi) GetLocationPrivacyInd ΒΆ

func (o *Lpi) GetLocationPrivacyInd() LocationPrivacyInd

GetLocationPrivacyInd returns the LocationPrivacyInd field value

func (*Lpi) GetLocationPrivacyIndOk ΒΆ

func (o *Lpi) GetLocationPrivacyIndOk() (*LocationPrivacyInd, bool)

GetLocationPrivacyIndOk returns a tuple with the LocationPrivacyInd field value and a boolean to check if the value has been set.

func (*Lpi) GetValidTimePeriod ΒΆ

func (o *Lpi) GetValidTimePeriod() ValidTimePeriod

GetValidTimePeriod returns the ValidTimePeriod field value if set, zero value otherwise.

func (*Lpi) GetValidTimePeriodOk ΒΆ

func (o *Lpi) GetValidTimePeriodOk() (*ValidTimePeriod, bool)

GetValidTimePeriodOk returns a tuple with the ValidTimePeriod field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Lpi) HasValidTimePeriod ΒΆ

func (o *Lpi) HasValidTimePeriod() bool

HasValidTimePeriod returns a boolean if a field has been set.

func (Lpi) MarshalJSON ΒΆ

func (o Lpi) MarshalJSON() ([]byte, error)

func (*Lpi) SetLocationPrivacyInd ΒΆ

func (o *Lpi) SetLocationPrivacyInd(v LocationPrivacyInd)

SetLocationPrivacyInd sets field value

func (*Lpi) SetValidTimePeriod ΒΆ

func (o *Lpi) SetValidTimePeriod(v ValidTimePeriod)

SetValidTimePeriod gets a reference to the given ValidTimePeriod and assigns it to the ValidTimePeriod field.

func (Lpi) ToMap ΒΆ

func (o Lpi) ToMap() (map[string]interface{}, error)

func (*Lpi) UnmarshalJSON ΒΆ

func (o *Lpi) UnmarshalJSON(bytes []byte) (err error)

type LteV2xAuth ΒΆ

type LteV2xAuth struct {
	VehicleUeAuth    *UeAuth `json:"vehicleUeAuth,omitempty"`
	PedestrianUeAuth *UeAuth `json:"pedestrianUeAuth,omitempty"`
}

LteV2xAuth Contains LTE V2X services authorized information.

func NewLteV2xAuth ΒΆ

func NewLteV2xAuth() *LteV2xAuth

NewLteV2xAuth instantiates a new LteV2xAuth object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLteV2xAuthWithDefaults ΒΆ

func NewLteV2xAuthWithDefaults() *LteV2xAuth

NewLteV2xAuthWithDefaults instantiates a new LteV2xAuth object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LteV2xAuth) GetPedestrianUeAuth ΒΆ

func (o *LteV2xAuth) GetPedestrianUeAuth() UeAuth

GetPedestrianUeAuth returns the PedestrianUeAuth field value if set, zero value otherwise.

func (*LteV2xAuth) GetPedestrianUeAuthOk ΒΆ

func (o *LteV2xAuth) GetPedestrianUeAuthOk() (*UeAuth, bool)

GetPedestrianUeAuthOk returns a tuple with the PedestrianUeAuth field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LteV2xAuth) GetVehicleUeAuth ΒΆ

func (o *LteV2xAuth) GetVehicleUeAuth() UeAuth

GetVehicleUeAuth returns the VehicleUeAuth field value if set, zero value otherwise.

func (*LteV2xAuth) GetVehicleUeAuthOk ΒΆ

func (o *LteV2xAuth) GetVehicleUeAuthOk() (*UeAuth, bool)

GetVehicleUeAuthOk returns a tuple with the VehicleUeAuth field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LteV2xAuth) HasPedestrianUeAuth ΒΆ

func (o *LteV2xAuth) HasPedestrianUeAuth() bool

HasPedestrianUeAuth returns a boolean if a field has been set.

func (*LteV2xAuth) HasVehicleUeAuth ΒΆ

func (o *LteV2xAuth) HasVehicleUeAuth() bool

HasVehicleUeAuth returns a boolean if a field has been set.

func (LteV2xAuth) MarshalJSON ΒΆ

func (o LteV2xAuth) MarshalJSON() ([]byte, error)

func (*LteV2xAuth) SetPedestrianUeAuth ΒΆ

func (o *LteV2xAuth) SetPedestrianUeAuth(v UeAuth)

SetPedestrianUeAuth gets a reference to the given UeAuth and assigns it to the PedestrianUeAuth field.

func (*LteV2xAuth) SetVehicleUeAuth ΒΆ

func (o *LteV2xAuth) SetVehicleUeAuth(v UeAuth)

SetVehicleUeAuth gets a reference to the given UeAuth and assigns it to the VehicleUeAuth field.

func (LteV2xAuth) ToMap ΒΆ

func (o LteV2xAuth) ToMap() (map[string]interface{}, error)

type MappedNullable ΒΆ

type MappedNullable interface {
	ToMap() (map[string]interface{}, error)
}

type MbsSessionId ΒΆ

type MbsSessionId struct {
	Tmgi *Tmgi `json:"tmgi,omitempty"`
	Ssm  *Ssm  `json:"ssm,omitempty"`
	// This represents the Network Identifier, which together with a PLMN ID is used to identify an SNPN (see 3GPP TS 23.003 and 3GPP TS 23.501 clause 5.30.2.1).
	Nid *string `json:"nid,omitempty"`
}

MbsSessionId MBS Session Identifier

func NewMbsSessionId ΒΆ

func NewMbsSessionId() *MbsSessionId

NewMbsSessionId instantiates a new MbsSessionId object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewMbsSessionIdWithDefaults ΒΆ

func NewMbsSessionIdWithDefaults() *MbsSessionId

NewMbsSessionIdWithDefaults instantiates a new MbsSessionId object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*MbsSessionId) GetNid ΒΆ

func (o *MbsSessionId) GetNid() string

GetNid returns the Nid field value if set, zero value otherwise.

func (*MbsSessionId) GetNidOk ΒΆ

func (o *MbsSessionId) GetNidOk() (*string, bool)

GetNidOk returns a tuple with the Nid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MbsSessionId) GetSsm ΒΆ

func (o *MbsSessionId) GetSsm() Ssm

GetSsm returns the Ssm field value if set, zero value otherwise.

func (*MbsSessionId) GetSsmOk ΒΆ

func (o *MbsSessionId) GetSsmOk() (*Ssm, bool)

GetSsmOk returns a tuple with the Ssm field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MbsSessionId) GetTmgi ΒΆ

func (o *MbsSessionId) GetTmgi() Tmgi

GetTmgi returns the Tmgi field value if set, zero value otherwise.

func (*MbsSessionId) GetTmgiOk ΒΆ

func (o *MbsSessionId) GetTmgiOk() (*Tmgi, bool)

GetTmgiOk returns a tuple with the Tmgi field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MbsSessionId) HasNid ΒΆ

func (o *MbsSessionId) HasNid() bool

HasNid returns a boolean if a field has been set.

func (*MbsSessionId) HasSsm ΒΆ

func (o *MbsSessionId) HasSsm() bool

HasSsm returns a boolean if a field has been set.

func (*MbsSessionId) HasTmgi ΒΆ

func (o *MbsSessionId) HasTmgi() bool

HasTmgi returns a boolean if a field has been set.

func (MbsSessionId) MarshalJSON ΒΆ

func (o MbsSessionId) MarshalJSON() ([]byte, error)

func (*MbsSessionId) SetNid ΒΆ

func (o *MbsSessionId) SetNid(v string)

SetNid gets a reference to the given string and assigns it to the Nid field.

func (*MbsSessionId) SetSsm ΒΆ

func (o *MbsSessionId) SetSsm(v Ssm)

SetSsm gets a reference to the given Ssm and assigns it to the Ssm field.

func (*MbsSessionId) SetTmgi ΒΆ

func (o *MbsSessionId) SetTmgi(v Tmgi)

SetTmgi gets a reference to the given Tmgi and assigns it to the Tmgi field.

func (MbsSessionId) ToMap ΒΆ

func (o MbsSessionId) ToMap() (map[string]interface{}, error)

type MbsSubscriptionData ΒΆ

type MbsSubscriptionData struct {
	MbsAllowed       *bool          `json:"mbsAllowed,omitempty"`
	MbsSessionIdList []MbsSessionId `json:"mbsSessionIdList,omitempty"`
}

MbsSubscriptionData Contains the 5MBS Subscription Data.

func NewMbsSubscriptionData ΒΆ

func NewMbsSubscriptionData() *MbsSubscriptionData

NewMbsSubscriptionData instantiates a new MbsSubscriptionData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewMbsSubscriptionDataWithDefaults ΒΆ

func NewMbsSubscriptionDataWithDefaults() *MbsSubscriptionData

NewMbsSubscriptionDataWithDefaults instantiates a new MbsSubscriptionData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*MbsSubscriptionData) GetMbsAllowed ΒΆ

func (o *MbsSubscriptionData) GetMbsAllowed() bool

GetMbsAllowed returns the MbsAllowed field value if set, zero value otherwise.

func (*MbsSubscriptionData) GetMbsAllowedOk ΒΆ

func (o *MbsSubscriptionData) GetMbsAllowedOk() (*bool, bool)

GetMbsAllowedOk returns a tuple with the MbsAllowed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MbsSubscriptionData) GetMbsSessionIdList ΒΆ

func (o *MbsSubscriptionData) GetMbsSessionIdList() []MbsSessionId

GetMbsSessionIdList returns the MbsSessionIdList field value if set, zero value otherwise.

func (*MbsSubscriptionData) GetMbsSessionIdListOk ΒΆ

func (o *MbsSubscriptionData) GetMbsSessionIdListOk() ([]MbsSessionId, bool)

GetMbsSessionIdListOk returns a tuple with the MbsSessionIdList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MbsSubscriptionData) HasMbsAllowed ΒΆ

func (o *MbsSubscriptionData) HasMbsAllowed() bool

HasMbsAllowed returns a boolean if a field has been set.

func (*MbsSubscriptionData) HasMbsSessionIdList ΒΆ

func (o *MbsSubscriptionData) HasMbsSessionIdList() bool

HasMbsSessionIdList returns a boolean if a field has been set.

func (MbsSubscriptionData) MarshalJSON ΒΆ

func (o MbsSubscriptionData) MarshalJSON() ([]byte, error)

func (*MbsSubscriptionData) SetMbsAllowed ΒΆ

func (o *MbsSubscriptionData) SetMbsAllowed(v bool)

SetMbsAllowed gets a reference to the given bool and assigns it to the MbsAllowed field.

func (*MbsSubscriptionData) SetMbsSessionIdList ΒΆ

func (o *MbsSubscriptionData) SetMbsSessionIdList(v []MbsSessionId)

SetMbsSessionIdList gets a reference to the given []MbsSessionId and assigns it to the MbsSessionIdList field.

func (MbsSubscriptionData) ToMap ΒΆ

func (o MbsSubscriptionData) ToMap() (map[string]interface{}, error)

type MbsfnArea ΒΆ

type MbsfnArea struct {
	// This IE shall contain the MBSFN Area ID.
	MbsfnAreaId *int32 `json:"mbsfnAreaId,omitempty"`
	// When present, this IE shall contain the Carrier Frequency (EARFCN).
	CarrierFrequency *int32 `json:"carrierFrequency,omitempty"`
}

MbsfnArea Contains an MBSFN area information.

func NewMbsfnArea ΒΆ

func NewMbsfnArea() *MbsfnArea

NewMbsfnArea instantiates a new MbsfnArea object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewMbsfnAreaWithDefaults ΒΆ

func NewMbsfnAreaWithDefaults() *MbsfnArea

NewMbsfnAreaWithDefaults instantiates a new MbsfnArea object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*MbsfnArea) GetCarrierFrequency ΒΆ

func (o *MbsfnArea) GetCarrierFrequency() int32

GetCarrierFrequency returns the CarrierFrequency field value if set, zero value otherwise.

func (*MbsfnArea) GetCarrierFrequencyOk ΒΆ

func (o *MbsfnArea) GetCarrierFrequencyOk() (*int32, bool)

GetCarrierFrequencyOk returns a tuple with the CarrierFrequency field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MbsfnArea) GetMbsfnAreaId ΒΆ

func (o *MbsfnArea) GetMbsfnAreaId() int32

GetMbsfnAreaId returns the MbsfnAreaId field value if set, zero value otherwise.

func (*MbsfnArea) GetMbsfnAreaIdOk ΒΆ

func (o *MbsfnArea) GetMbsfnAreaIdOk() (*int32, bool)

GetMbsfnAreaIdOk returns a tuple with the MbsfnAreaId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MbsfnArea) HasCarrierFrequency ΒΆ

func (o *MbsfnArea) HasCarrierFrequency() bool

HasCarrierFrequency returns a boolean if a field has been set.

func (*MbsfnArea) HasMbsfnAreaId ΒΆ

func (o *MbsfnArea) HasMbsfnAreaId() bool

HasMbsfnAreaId returns a boolean if a field has been set.

func (MbsfnArea) MarshalJSON ΒΆ

func (o MbsfnArea) MarshalJSON() ([]byte, error)

func (*MbsfnArea) SetCarrierFrequency ΒΆ

func (o *MbsfnArea) SetCarrierFrequency(v int32)

SetCarrierFrequency gets a reference to the given int32 and assigns it to the CarrierFrequency field.

func (*MbsfnArea) SetMbsfnAreaId ΒΆ

func (o *MbsfnArea) SetMbsfnAreaId(v int32)

SetMbsfnAreaId gets a reference to the given int32 and assigns it to the MbsfnAreaId field.

func (MbsfnArea) ToMap ΒΆ

func (o MbsfnArea) ToMap() (map[string]interface{}, error)

type MdtConfiguration ΒΆ

type MdtConfiguration struct {
	JobType               JobType                `json:"jobType"`
	ReportType            *ReportTypeMdt         `json:"reportType,omitempty"`
	AreaScope             *AreaScope             `json:"areaScope,omitempty"`
	MeasurementLteList    []MeasurementLteForMdt `json:"measurementLteList,omitempty"`
	MeasurementNrList     []MeasurementNrForMdt  `json:"measurementNrList,omitempty"`
	SensorMeasurementList []SensorMeasurement    `json:"sensorMeasurementList,omitempty"`
	ReportingTriggerList  []ReportingTrigger     `json:"reportingTriggerList,omitempty"`
	ReportInterval        *ReportIntervalMdt     `json:"reportInterval,omitempty"`
	ReportIntervalNr      *ReportIntervalNrMdt   `json:"reportIntervalNr,omitempty"`
	ReportAmount          *ReportAmountMdt       `json:"reportAmount,omitempty"`
	// This IE shall be present if the report trigger parameter is configured for A2 event reporting or A2 event triggered periodic reporting and the job type parameter is configured for Immediate MDT or combined Immediate MDT and Trace in LTE. When present, this IE shall indicate the Event Threshold for RSRP, and the value shall be between 0-97.
	EventThresholdRsrp *int32 `json:"eventThresholdRsrp,omitempty"`
	// This IE shall be present if the report trigger parameter is configured for A2 event reporting or A2 event triggered periodic reporting and the job type parameter is configured for Immediate MDT or combined Immediate MDT and Trace in NR. When present, this IE shall indicate the Event Threshold for RSRP, and the value shall be between 0-127.
	EventThresholdRsrpNr *int32 `json:"eventThresholdRsrpNr,omitempty"`
	// This IE shall be present if the report trigger parameter is configured for A2 event reporting or A2 event triggered periodic reporting and the job type parameter is configured for Immediate MDT or combined Immediate MDT and Trace in LTE.When present, this IE shall indicate the Event Threshold for RSRQ, and the value shall be between 0-34.
	EventThresholdRsrq *int32 `json:"eventThresholdRsrq,omitempty"`
	// This IE shall be present if the report trigger parameter is configured for A2 event reporting or A2 event triggered periodic reporting and the job type parameter is configured for Immediate MDT or combined Immediate MDT and Trace in NR.When present, this IE shall indicate the Event Threshold for RSRQ, and the value shall be between 0-127.
	EventThresholdRsrqNr     *int32                     `json:"eventThresholdRsrqNr,omitempty"`
	EventList                []EventForMdt              `json:"eventList,omitempty"`
	LoggingInterval          *LoggingIntervalMdt        `json:"loggingInterval,omitempty"`
	LoggingIntervalNr        *LoggingIntervalNrMdt      `json:"loggingIntervalNr,omitempty"`
	LoggingDuration          *LoggingDurationMdt        `json:"loggingDuration,omitempty"`
	LoggingDurationNr        *LoggingDurationNrMdt      `json:"loggingDurationNr,omitempty"`
	PositioningMethod        *PositioningMethodMdt      `json:"positioningMethod,omitempty"`
	AddPositioningMethodList []PositioningMethodMdt     `json:"addPositioningMethodList,omitempty"`
	CollectionPeriodRmmLte   *CollectionPeriodRmmLteMdt `json:"collectionPeriodRmmLte,omitempty"`
	CollectionPeriodRmmNr    *CollectionPeriodRmmNrMdt  `json:"collectionPeriodRmmNr,omitempty"`
	MeasurementPeriodLte     *MeasurementPeriodLteMdt   `json:"measurementPeriodLte,omitempty"`
	MdtAllowedPlmnIdList     []PlmnId                   `json:"mdtAllowedPlmnIdList,omitempty"`
	MbsfnAreaList            []MbsfnArea                `json:"mbsfnAreaList,omitempty"`
	InterFreqTargetList      []InterFreqTargetInfo      `json:"interFreqTargetList,omitempty"`
}

MdtConfiguration contains contain MDT configuration data.

func NewMdtConfiguration ΒΆ

func NewMdtConfiguration(jobType JobType) *MdtConfiguration

NewMdtConfiguration instantiates a new MdtConfiguration object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewMdtConfigurationWithDefaults ΒΆ

func NewMdtConfigurationWithDefaults() *MdtConfiguration

NewMdtConfigurationWithDefaults instantiates a new MdtConfiguration object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*MdtConfiguration) GetAddPositioningMethodList ΒΆ

func (o *MdtConfiguration) GetAddPositioningMethodList() []PositioningMethodMdt

GetAddPositioningMethodList returns the AddPositioningMethodList field value if set, zero value otherwise.

func (*MdtConfiguration) GetAddPositioningMethodListOk ΒΆ

func (o *MdtConfiguration) GetAddPositioningMethodListOk() ([]PositioningMethodMdt, bool)

GetAddPositioningMethodListOk returns a tuple with the AddPositioningMethodList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MdtConfiguration) GetAreaScope ΒΆ

func (o *MdtConfiguration) GetAreaScope() AreaScope

GetAreaScope returns the AreaScope field value if set, zero value otherwise.

func (*MdtConfiguration) GetAreaScopeOk ΒΆ

func (o *MdtConfiguration) GetAreaScopeOk() (*AreaScope, bool)

GetAreaScopeOk returns a tuple with the AreaScope field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MdtConfiguration) GetCollectionPeriodRmmLte ΒΆ

func (o *MdtConfiguration) GetCollectionPeriodRmmLte() CollectionPeriodRmmLteMdt

GetCollectionPeriodRmmLte returns the CollectionPeriodRmmLte field value if set, zero value otherwise.

func (*MdtConfiguration) GetCollectionPeriodRmmLteOk ΒΆ

func (o *MdtConfiguration) GetCollectionPeriodRmmLteOk() (*CollectionPeriodRmmLteMdt, bool)

GetCollectionPeriodRmmLteOk returns a tuple with the CollectionPeriodRmmLte field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MdtConfiguration) GetCollectionPeriodRmmNr ΒΆ

func (o *MdtConfiguration) GetCollectionPeriodRmmNr() CollectionPeriodRmmNrMdt

GetCollectionPeriodRmmNr returns the CollectionPeriodRmmNr field value if set, zero value otherwise.

func (*MdtConfiguration) GetCollectionPeriodRmmNrOk ΒΆ

func (o *MdtConfiguration) GetCollectionPeriodRmmNrOk() (*CollectionPeriodRmmNrMdt, bool)

GetCollectionPeriodRmmNrOk returns a tuple with the CollectionPeriodRmmNr field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MdtConfiguration) GetEventList ΒΆ

func (o *MdtConfiguration) GetEventList() []EventForMdt

GetEventList returns the EventList field value if set, zero value otherwise.

func (*MdtConfiguration) GetEventListOk ΒΆ

func (o *MdtConfiguration) GetEventListOk() ([]EventForMdt, bool)

GetEventListOk returns a tuple with the EventList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MdtConfiguration) GetEventThresholdRsrp ΒΆ

func (o *MdtConfiguration) GetEventThresholdRsrp() int32

GetEventThresholdRsrp returns the EventThresholdRsrp field value if set, zero value otherwise.

func (*MdtConfiguration) GetEventThresholdRsrpNr ΒΆ

func (o *MdtConfiguration) GetEventThresholdRsrpNr() int32

GetEventThresholdRsrpNr returns the EventThresholdRsrpNr field value if set, zero value otherwise.

func (*MdtConfiguration) GetEventThresholdRsrpNrOk ΒΆ

func (o *MdtConfiguration) GetEventThresholdRsrpNrOk() (*int32, bool)

GetEventThresholdRsrpNrOk returns a tuple with the EventThresholdRsrpNr field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MdtConfiguration) GetEventThresholdRsrpOk ΒΆ

func (o *MdtConfiguration) GetEventThresholdRsrpOk() (*int32, bool)

GetEventThresholdRsrpOk returns a tuple with the EventThresholdRsrp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MdtConfiguration) GetEventThresholdRsrq ΒΆ

func (o *MdtConfiguration) GetEventThresholdRsrq() int32

GetEventThresholdRsrq returns the EventThresholdRsrq field value if set, zero value otherwise.

func (*MdtConfiguration) GetEventThresholdRsrqNr ΒΆ

func (o *MdtConfiguration) GetEventThresholdRsrqNr() int32

GetEventThresholdRsrqNr returns the EventThresholdRsrqNr field value if set, zero value otherwise.

func (*MdtConfiguration) GetEventThresholdRsrqNrOk ΒΆ

func (o *MdtConfiguration) GetEventThresholdRsrqNrOk() (*int32, bool)

GetEventThresholdRsrqNrOk returns a tuple with the EventThresholdRsrqNr field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MdtConfiguration) GetEventThresholdRsrqOk ΒΆ

func (o *MdtConfiguration) GetEventThresholdRsrqOk() (*int32, bool)

GetEventThresholdRsrqOk returns a tuple with the EventThresholdRsrq field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MdtConfiguration) GetInterFreqTargetList ΒΆ

func (o *MdtConfiguration) GetInterFreqTargetList() []InterFreqTargetInfo

GetInterFreqTargetList returns the InterFreqTargetList field value if set, zero value otherwise.

func (*MdtConfiguration) GetInterFreqTargetListOk ΒΆ

func (o *MdtConfiguration) GetInterFreqTargetListOk() ([]InterFreqTargetInfo, bool)

GetInterFreqTargetListOk returns a tuple with the InterFreqTargetList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MdtConfiguration) GetJobType ΒΆ

func (o *MdtConfiguration) GetJobType() JobType

GetJobType returns the JobType field value

func (*MdtConfiguration) GetJobTypeOk ΒΆ

func (o *MdtConfiguration) GetJobTypeOk() (*JobType, bool)

GetJobTypeOk returns a tuple with the JobType field value and a boolean to check if the value has been set.

func (*MdtConfiguration) GetLoggingDuration ΒΆ

func (o *MdtConfiguration) GetLoggingDuration() LoggingDurationMdt

GetLoggingDuration returns the LoggingDuration field value if set, zero value otherwise.

func (*MdtConfiguration) GetLoggingDurationNr ΒΆ

func (o *MdtConfiguration) GetLoggingDurationNr() LoggingDurationNrMdt

GetLoggingDurationNr returns the LoggingDurationNr field value if set, zero value otherwise.

func (*MdtConfiguration) GetLoggingDurationNrOk ΒΆ

func (o *MdtConfiguration) GetLoggingDurationNrOk() (*LoggingDurationNrMdt, bool)

GetLoggingDurationNrOk returns a tuple with the LoggingDurationNr field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MdtConfiguration) GetLoggingDurationOk ΒΆ

func (o *MdtConfiguration) GetLoggingDurationOk() (*LoggingDurationMdt, bool)

GetLoggingDurationOk returns a tuple with the LoggingDuration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MdtConfiguration) GetLoggingInterval ΒΆ

func (o *MdtConfiguration) GetLoggingInterval() LoggingIntervalMdt

GetLoggingInterval returns the LoggingInterval field value if set, zero value otherwise.

func (*MdtConfiguration) GetLoggingIntervalNr ΒΆ

func (o *MdtConfiguration) GetLoggingIntervalNr() LoggingIntervalNrMdt

GetLoggingIntervalNr returns the LoggingIntervalNr field value if set, zero value otherwise.

func (*MdtConfiguration) GetLoggingIntervalNrOk ΒΆ

func (o *MdtConfiguration) GetLoggingIntervalNrOk() (*LoggingIntervalNrMdt, bool)

GetLoggingIntervalNrOk returns a tuple with the LoggingIntervalNr field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MdtConfiguration) GetLoggingIntervalOk ΒΆ

func (o *MdtConfiguration) GetLoggingIntervalOk() (*LoggingIntervalMdt, bool)

GetLoggingIntervalOk returns a tuple with the LoggingInterval field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MdtConfiguration) GetMbsfnAreaList ΒΆ

func (o *MdtConfiguration) GetMbsfnAreaList() []MbsfnArea

GetMbsfnAreaList returns the MbsfnAreaList field value if set, zero value otherwise.

func (*MdtConfiguration) GetMbsfnAreaListOk ΒΆ

func (o *MdtConfiguration) GetMbsfnAreaListOk() ([]MbsfnArea, bool)

GetMbsfnAreaListOk returns a tuple with the MbsfnAreaList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MdtConfiguration) GetMdtAllowedPlmnIdList ΒΆ

func (o *MdtConfiguration) GetMdtAllowedPlmnIdList() []PlmnId

GetMdtAllowedPlmnIdList returns the MdtAllowedPlmnIdList field value if set, zero value otherwise.

func (*MdtConfiguration) GetMdtAllowedPlmnIdListOk ΒΆ

func (o *MdtConfiguration) GetMdtAllowedPlmnIdListOk() ([]PlmnId, bool)

GetMdtAllowedPlmnIdListOk returns a tuple with the MdtAllowedPlmnIdList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MdtConfiguration) GetMeasurementLteList ΒΆ

func (o *MdtConfiguration) GetMeasurementLteList() []MeasurementLteForMdt

GetMeasurementLteList returns the MeasurementLteList field value if set, zero value otherwise.

func (*MdtConfiguration) GetMeasurementLteListOk ΒΆ

func (o *MdtConfiguration) GetMeasurementLteListOk() ([]MeasurementLteForMdt, bool)

GetMeasurementLteListOk returns a tuple with the MeasurementLteList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MdtConfiguration) GetMeasurementNrList ΒΆ

func (o *MdtConfiguration) GetMeasurementNrList() []MeasurementNrForMdt

GetMeasurementNrList returns the MeasurementNrList field value if set, zero value otherwise.

func (*MdtConfiguration) GetMeasurementNrListOk ΒΆ

func (o *MdtConfiguration) GetMeasurementNrListOk() ([]MeasurementNrForMdt, bool)

GetMeasurementNrListOk returns a tuple with the MeasurementNrList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MdtConfiguration) GetMeasurementPeriodLte ΒΆ

func (o *MdtConfiguration) GetMeasurementPeriodLte() MeasurementPeriodLteMdt

GetMeasurementPeriodLte returns the MeasurementPeriodLte field value if set, zero value otherwise.

func (*MdtConfiguration) GetMeasurementPeriodLteOk ΒΆ

func (o *MdtConfiguration) GetMeasurementPeriodLteOk() (*MeasurementPeriodLteMdt, bool)

GetMeasurementPeriodLteOk returns a tuple with the MeasurementPeriodLte field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MdtConfiguration) GetPositioningMethod ΒΆ

func (o *MdtConfiguration) GetPositioningMethod() PositioningMethodMdt

GetPositioningMethod returns the PositioningMethod field value if set, zero value otherwise.

func (*MdtConfiguration) GetPositioningMethodOk ΒΆ

func (o *MdtConfiguration) GetPositioningMethodOk() (*PositioningMethodMdt, bool)

GetPositioningMethodOk returns a tuple with the PositioningMethod field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MdtConfiguration) GetReportAmount ΒΆ

func (o *MdtConfiguration) GetReportAmount() ReportAmountMdt

GetReportAmount returns the ReportAmount field value if set, zero value otherwise.

func (*MdtConfiguration) GetReportAmountOk ΒΆ

func (o *MdtConfiguration) GetReportAmountOk() (*ReportAmountMdt, bool)

GetReportAmountOk returns a tuple with the ReportAmount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MdtConfiguration) GetReportInterval ΒΆ

func (o *MdtConfiguration) GetReportInterval() ReportIntervalMdt

GetReportInterval returns the ReportInterval field value if set, zero value otherwise.

func (*MdtConfiguration) GetReportIntervalNr ΒΆ

func (o *MdtConfiguration) GetReportIntervalNr() ReportIntervalNrMdt

GetReportIntervalNr returns the ReportIntervalNr field value if set, zero value otherwise.

func (*MdtConfiguration) GetReportIntervalNrOk ΒΆ

func (o *MdtConfiguration) GetReportIntervalNrOk() (*ReportIntervalNrMdt, bool)

GetReportIntervalNrOk returns a tuple with the ReportIntervalNr field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MdtConfiguration) GetReportIntervalOk ΒΆ

func (o *MdtConfiguration) GetReportIntervalOk() (*ReportIntervalMdt, bool)

GetReportIntervalOk returns a tuple with the ReportInterval field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MdtConfiguration) GetReportType ΒΆ

func (o *MdtConfiguration) GetReportType() ReportTypeMdt

GetReportType returns the ReportType field value if set, zero value otherwise.

func (*MdtConfiguration) GetReportTypeOk ΒΆ

func (o *MdtConfiguration) GetReportTypeOk() (*ReportTypeMdt, bool)

GetReportTypeOk returns a tuple with the ReportType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MdtConfiguration) GetReportingTriggerList ΒΆ

func (o *MdtConfiguration) GetReportingTriggerList() []ReportingTrigger

GetReportingTriggerList returns the ReportingTriggerList field value if set, zero value otherwise.

func (*MdtConfiguration) GetReportingTriggerListOk ΒΆ

func (o *MdtConfiguration) GetReportingTriggerListOk() ([]ReportingTrigger, bool)

GetReportingTriggerListOk returns a tuple with the ReportingTriggerList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MdtConfiguration) GetSensorMeasurementList ΒΆ

func (o *MdtConfiguration) GetSensorMeasurementList() []SensorMeasurement

GetSensorMeasurementList returns the SensorMeasurementList field value if set, zero value otherwise.

func (*MdtConfiguration) GetSensorMeasurementListOk ΒΆ

func (o *MdtConfiguration) GetSensorMeasurementListOk() ([]SensorMeasurement, bool)

GetSensorMeasurementListOk returns a tuple with the SensorMeasurementList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MdtConfiguration) HasAddPositioningMethodList ΒΆ

func (o *MdtConfiguration) HasAddPositioningMethodList() bool

HasAddPositioningMethodList returns a boolean if a field has been set.

func (*MdtConfiguration) HasAreaScope ΒΆ

func (o *MdtConfiguration) HasAreaScope() bool

HasAreaScope returns a boolean if a field has been set.

func (*MdtConfiguration) HasCollectionPeriodRmmLte ΒΆ

func (o *MdtConfiguration) HasCollectionPeriodRmmLte() bool

HasCollectionPeriodRmmLte returns a boolean if a field has been set.

func (*MdtConfiguration) HasCollectionPeriodRmmNr ΒΆ

func (o *MdtConfiguration) HasCollectionPeriodRmmNr() bool

HasCollectionPeriodRmmNr returns a boolean if a field has been set.

func (*MdtConfiguration) HasEventList ΒΆ

func (o *MdtConfiguration) HasEventList() bool

HasEventList returns a boolean if a field has been set.

func (*MdtConfiguration) HasEventThresholdRsrp ΒΆ

func (o *MdtConfiguration) HasEventThresholdRsrp() bool

HasEventThresholdRsrp returns a boolean if a field has been set.

func (*MdtConfiguration) HasEventThresholdRsrpNr ΒΆ

func (o *MdtConfiguration) HasEventThresholdRsrpNr() bool

HasEventThresholdRsrpNr returns a boolean if a field has been set.

func (*MdtConfiguration) HasEventThresholdRsrq ΒΆ

func (o *MdtConfiguration) HasEventThresholdRsrq() bool

HasEventThresholdRsrq returns a boolean if a field has been set.

func (*MdtConfiguration) HasEventThresholdRsrqNr ΒΆ

func (o *MdtConfiguration) HasEventThresholdRsrqNr() bool

HasEventThresholdRsrqNr returns a boolean if a field has been set.

func (*MdtConfiguration) HasInterFreqTargetList ΒΆ

func (o *MdtConfiguration) HasInterFreqTargetList() bool

HasInterFreqTargetList returns a boolean if a field has been set.

func (*MdtConfiguration) HasLoggingDuration ΒΆ

func (o *MdtConfiguration) HasLoggingDuration() bool

HasLoggingDuration returns a boolean if a field has been set.

func (*MdtConfiguration) HasLoggingDurationNr ΒΆ

func (o *MdtConfiguration) HasLoggingDurationNr() bool

HasLoggingDurationNr returns a boolean if a field has been set.

func (*MdtConfiguration) HasLoggingInterval ΒΆ

func (o *MdtConfiguration) HasLoggingInterval() bool

HasLoggingInterval returns a boolean if a field has been set.

func (*MdtConfiguration) HasLoggingIntervalNr ΒΆ

func (o *MdtConfiguration) HasLoggingIntervalNr() bool

HasLoggingIntervalNr returns a boolean if a field has been set.

func (*MdtConfiguration) HasMbsfnAreaList ΒΆ

func (o *MdtConfiguration) HasMbsfnAreaList() bool

HasMbsfnAreaList returns a boolean if a field has been set.

func (*MdtConfiguration) HasMdtAllowedPlmnIdList ΒΆ

func (o *MdtConfiguration) HasMdtAllowedPlmnIdList() bool

HasMdtAllowedPlmnIdList returns a boolean if a field has been set.

func (*MdtConfiguration) HasMeasurementLteList ΒΆ

func (o *MdtConfiguration) HasMeasurementLteList() bool

HasMeasurementLteList returns a boolean if a field has been set.

func (*MdtConfiguration) HasMeasurementNrList ΒΆ

func (o *MdtConfiguration) HasMeasurementNrList() bool

HasMeasurementNrList returns a boolean if a field has been set.

func (*MdtConfiguration) HasMeasurementPeriodLte ΒΆ

func (o *MdtConfiguration) HasMeasurementPeriodLte() bool

HasMeasurementPeriodLte returns a boolean if a field has been set.

func (*MdtConfiguration) HasPositioningMethod ΒΆ

func (o *MdtConfiguration) HasPositioningMethod() bool

HasPositioningMethod returns a boolean if a field has been set.

func (*MdtConfiguration) HasReportAmount ΒΆ

func (o *MdtConfiguration) HasReportAmount() bool

HasReportAmount returns a boolean if a field has been set.

func (*MdtConfiguration) HasReportInterval ΒΆ

func (o *MdtConfiguration) HasReportInterval() bool

HasReportInterval returns a boolean if a field has been set.

func (*MdtConfiguration) HasReportIntervalNr ΒΆ

func (o *MdtConfiguration) HasReportIntervalNr() bool

HasReportIntervalNr returns a boolean if a field has been set.

func (*MdtConfiguration) HasReportType ΒΆ

func (o *MdtConfiguration) HasReportType() bool

HasReportType returns a boolean if a field has been set.

func (*MdtConfiguration) HasReportingTriggerList ΒΆ

func (o *MdtConfiguration) HasReportingTriggerList() bool

HasReportingTriggerList returns a boolean if a field has been set.

func (*MdtConfiguration) HasSensorMeasurementList ΒΆ

func (o *MdtConfiguration) HasSensorMeasurementList() bool

HasSensorMeasurementList returns a boolean if a field has been set.

func (MdtConfiguration) MarshalJSON ΒΆ

func (o MdtConfiguration) MarshalJSON() ([]byte, error)

func (*MdtConfiguration) SetAddPositioningMethodList ΒΆ

func (o *MdtConfiguration) SetAddPositioningMethodList(v []PositioningMethodMdt)

SetAddPositioningMethodList gets a reference to the given []PositioningMethodMdt and assigns it to the AddPositioningMethodList field.

func (*MdtConfiguration) SetAreaScope ΒΆ

func (o *MdtConfiguration) SetAreaScope(v AreaScope)

SetAreaScope gets a reference to the given AreaScope and assigns it to the AreaScope field.

func (*MdtConfiguration) SetCollectionPeriodRmmLte ΒΆ

func (o *MdtConfiguration) SetCollectionPeriodRmmLte(v CollectionPeriodRmmLteMdt)

SetCollectionPeriodRmmLte gets a reference to the given CollectionPeriodRmmLteMdt and assigns it to the CollectionPeriodRmmLte field.

func (*MdtConfiguration) SetCollectionPeriodRmmNr ΒΆ

func (o *MdtConfiguration) SetCollectionPeriodRmmNr(v CollectionPeriodRmmNrMdt)

SetCollectionPeriodRmmNr gets a reference to the given CollectionPeriodRmmNrMdt and assigns it to the CollectionPeriodRmmNr field.

func (*MdtConfiguration) SetEventList ΒΆ

func (o *MdtConfiguration) SetEventList(v []EventForMdt)

SetEventList gets a reference to the given []EventForMdt and assigns it to the EventList field.

func (*MdtConfiguration) SetEventThresholdRsrp ΒΆ

func (o *MdtConfiguration) SetEventThresholdRsrp(v int32)

SetEventThresholdRsrp gets a reference to the given int32 and assigns it to the EventThresholdRsrp field.

func (*MdtConfiguration) SetEventThresholdRsrpNr ΒΆ

func (o *MdtConfiguration) SetEventThresholdRsrpNr(v int32)

SetEventThresholdRsrpNr gets a reference to the given int32 and assigns it to the EventThresholdRsrpNr field.

func (*MdtConfiguration) SetEventThresholdRsrq ΒΆ

func (o *MdtConfiguration) SetEventThresholdRsrq(v int32)

SetEventThresholdRsrq gets a reference to the given int32 and assigns it to the EventThresholdRsrq field.

func (*MdtConfiguration) SetEventThresholdRsrqNr ΒΆ

func (o *MdtConfiguration) SetEventThresholdRsrqNr(v int32)

SetEventThresholdRsrqNr gets a reference to the given int32 and assigns it to the EventThresholdRsrqNr field.

func (*MdtConfiguration) SetInterFreqTargetList ΒΆ

func (o *MdtConfiguration) SetInterFreqTargetList(v []InterFreqTargetInfo)

SetInterFreqTargetList gets a reference to the given []InterFreqTargetInfo and assigns it to the InterFreqTargetList field.

func (*MdtConfiguration) SetJobType ΒΆ

func (o *MdtConfiguration) SetJobType(v JobType)

SetJobType sets field value

func (*MdtConfiguration) SetLoggingDuration ΒΆ

func (o *MdtConfiguration) SetLoggingDuration(v LoggingDurationMdt)

SetLoggingDuration gets a reference to the given LoggingDurationMdt and assigns it to the LoggingDuration field.

func (*MdtConfiguration) SetLoggingDurationNr ΒΆ

func (o *MdtConfiguration) SetLoggingDurationNr(v LoggingDurationNrMdt)

SetLoggingDurationNr gets a reference to the given LoggingDurationNrMdt and assigns it to the LoggingDurationNr field.

func (*MdtConfiguration) SetLoggingInterval ΒΆ

func (o *MdtConfiguration) SetLoggingInterval(v LoggingIntervalMdt)

SetLoggingInterval gets a reference to the given LoggingIntervalMdt and assigns it to the LoggingInterval field.

func (*MdtConfiguration) SetLoggingIntervalNr ΒΆ

func (o *MdtConfiguration) SetLoggingIntervalNr(v LoggingIntervalNrMdt)

SetLoggingIntervalNr gets a reference to the given LoggingIntervalNrMdt and assigns it to the LoggingIntervalNr field.

func (*MdtConfiguration) SetMbsfnAreaList ΒΆ

func (o *MdtConfiguration) SetMbsfnAreaList(v []MbsfnArea)

SetMbsfnAreaList gets a reference to the given []MbsfnArea and assigns it to the MbsfnAreaList field.

func (*MdtConfiguration) SetMdtAllowedPlmnIdList ΒΆ

func (o *MdtConfiguration) SetMdtAllowedPlmnIdList(v []PlmnId)

SetMdtAllowedPlmnIdList gets a reference to the given []PlmnId and assigns it to the MdtAllowedPlmnIdList field.

func (*MdtConfiguration) SetMeasurementLteList ΒΆ

func (o *MdtConfiguration) SetMeasurementLteList(v []MeasurementLteForMdt)

SetMeasurementLteList gets a reference to the given []MeasurementLteForMdt and assigns it to the MeasurementLteList field.

func (*MdtConfiguration) SetMeasurementNrList ΒΆ

func (o *MdtConfiguration) SetMeasurementNrList(v []MeasurementNrForMdt)

SetMeasurementNrList gets a reference to the given []MeasurementNrForMdt and assigns it to the MeasurementNrList field.

func (*MdtConfiguration) SetMeasurementPeriodLte ΒΆ

func (o *MdtConfiguration) SetMeasurementPeriodLte(v MeasurementPeriodLteMdt)

SetMeasurementPeriodLte gets a reference to the given MeasurementPeriodLteMdt and assigns it to the MeasurementPeriodLte field.

func (*MdtConfiguration) SetPositioningMethod ΒΆ

func (o *MdtConfiguration) SetPositioningMethod(v PositioningMethodMdt)

SetPositioningMethod gets a reference to the given PositioningMethodMdt and assigns it to the PositioningMethod field.

func (*MdtConfiguration) SetReportAmount ΒΆ

func (o *MdtConfiguration) SetReportAmount(v ReportAmountMdt)

SetReportAmount gets a reference to the given ReportAmountMdt and assigns it to the ReportAmount field.

func (*MdtConfiguration) SetReportInterval ΒΆ

func (o *MdtConfiguration) SetReportInterval(v ReportIntervalMdt)

SetReportInterval gets a reference to the given ReportIntervalMdt and assigns it to the ReportInterval field.

func (*MdtConfiguration) SetReportIntervalNr ΒΆ

func (o *MdtConfiguration) SetReportIntervalNr(v ReportIntervalNrMdt)

SetReportIntervalNr gets a reference to the given ReportIntervalNrMdt and assigns it to the ReportIntervalNr field.

func (*MdtConfiguration) SetReportType ΒΆ

func (o *MdtConfiguration) SetReportType(v ReportTypeMdt)

SetReportType gets a reference to the given ReportTypeMdt and assigns it to the ReportType field.

func (*MdtConfiguration) SetReportingTriggerList ΒΆ

func (o *MdtConfiguration) SetReportingTriggerList(v []ReportingTrigger)

SetReportingTriggerList gets a reference to the given []ReportingTrigger and assigns it to the ReportingTriggerList field.

func (*MdtConfiguration) SetSensorMeasurementList ΒΆ

func (o *MdtConfiguration) SetSensorMeasurementList(v []SensorMeasurement)

SetSensorMeasurementList gets a reference to the given []SensorMeasurement and assigns it to the SensorMeasurementList field.

func (MdtConfiguration) ToMap ΒΆ

func (o MdtConfiguration) ToMap() (map[string]interface{}, error)

func (*MdtConfiguration) UnmarshalJSON ΒΆ

func (o *MdtConfiguration) UnmarshalJSON(bytes []byte) (err error)

type MdtUserConsent ΒΆ

type MdtUserConsent struct {
	// contains filtered or unexported fields
}

MdtUserConsent struct for MdtUserConsent

func (*MdtUserConsent) MarshalJSON ΒΆ

func (src *MdtUserConsent) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*MdtUserConsent) UnmarshalJSON ΒΆ

func (dst *MdtUserConsent) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type MeasurementLteForMdt ΒΆ

type MeasurementLteForMdt struct {
	// contains filtered or unexported fields
}

MeasurementLteForMdt The enumeration MeasurementLteForMdt defines Measurements used for MDT in LTE in the trace. See 3GPP TS 32.422 for further description of the values. It shall comply with the provisions defined in table 5.6.3.5-1.

func (*MeasurementLteForMdt) MarshalJSON ΒΆ

func (src *MeasurementLteForMdt) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*MeasurementLteForMdt) UnmarshalJSON ΒΆ

func (dst *MeasurementLteForMdt) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type MeasurementNrForMdt ΒΆ

type MeasurementNrForMdt struct {
	// contains filtered or unexported fields
}

MeasurementNrForMdt The enumeration MeasurementNrForMdt defines Measurements used for MDT in NR in the trace. See 3GPP TS 32.422 for further description of the values. It shall comply with the provisions defined in tableΒ 5.6.3.6-1.

func (*MeasurementNrForMdt) MarshalJSON ΒΆ

func (src *MeasurementNrForMdt) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*MeasurementNrForMdt) UnmarshalJSON ΒΆ

func (dst *MeasurementNrForMdt) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type MeasurementPeriodLteMdt ΒΆ

type MeasurementPeriodLteMdt struct {
	// contains filtered or unexported fields
}

MeasurementPeriodLteMdt The enumeration MeasurementPeriodLteMdt defines Measurement period LTE for MDT in the trace. See 3GPP TS 32.422 for further description of the values. It shall comply with the provisions defined in table 5.6.3.16-1.

func (*MeasurementPeriodLteMdt) MarshalJSON ΒΆ

func (src *MeasurementPeriodLteMdt) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*MeasurementPeriodLteMdt) UnmarshalJSON ΒΆ

func (dst *MeasurementPeriodLteMdt) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type ModificationNotification ΒΆ

type ModificationNotification struct {
	NotifyItems []NotifyItem `json:"notifyItems"`
}

ModificationNotification struct for ModificationNotification

func NewModificationNotification ΒΆ

func NewModificationNotification(notifyItems []NotifyItem) *ModificationNotification

NewModificationNotification instantiates a new ModificationNotification object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModificationNotificationWithDefaults ΒΆ

func NewModificationNotificationWithDefaults() *ModificationNotification

NewModificationNotificationWithDefaults instantiates a new ModificationNotification object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModificationNotification) GetNotifyItems ΒΆ

func (o *ModificationNotification) GetNotifyItems() []NotifyItem

GetNotifyItems returns the NotifyItems field value

func (*ModificationNotification) GetNotifyItemsOk ΒΆ

func (o *ModificationNotification) GetNotifyItemsOk() ([]NotifyItem, bool)

GetNotifyItemsOk returns a tuple with the NotifyItems field value and a boolean to check if the value has been set.

func (ModificationNotification) MarshalJSON ΒΆ

func (o ModificationNotification) MarshalJSON() ([]byte, error)

func (*ModificationNotification) SetNotifyItems ΒΆ

func (o *ModificationNotification) SetNotifyItems(v []NotifyItem)

SetNotifyItems sets field value

func (ModificationNotification) ToMap ΒΆ

func (o ModificationNotification) ToMap() (map[string]interface{}, error)

func (*ModificationNotification) UnmarshalJSON ΒΆ

func (o *ModificationNotification) UnmarshalJSON(bytes []byte) (err error)

type Modify200Response ΒΆ

type Modify200Response struct {
	PatchResult     *PatchResult
	SdmSubscription *SdmSubscription
}

Modify200Response - struct for Modify200Response

func PatchResultAsModify200Response ΒΆ

func PatchResultAsModify200Response(v *PatchResult) Modify200Response

PatchResultAsModify200Response is a convenience function that returns PatchResult wrapped in Modify200Response

func SdmSubscriptionAsModify200Response ΒΆ

func SdmSubscriptionAsModify200Response(v *SdmSubscription) Modify200Response

SdmSubscriptionAsModify200Response is a convenience function that returns SdmSubscription wrapped in Modify200Response

func (*Modify200Response) GetActualInstance ΒΆ

func (obj *Modify200Response) GetActualInstance() interface{}

Get the actual instance

func (Modify200Response) MarshalJSON ΒΆ

func (src Modify200Response) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*Modify200Response) UnmarshalJSON ΒΆ

func (dst *Modify200Response) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type MultipleIdentifiersAPIService ΒΆ

type MultipleIdentifiersAPIService service

MultipleIdentifiersAPIService MultipleIdentifiersAPI service

func (*MultipleIdentifiersAPIService) GetMultipleIdentifiers ΒΆ

GetMultipleIdentifiers Mapping of UE Identifiers

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetMultipleIdentifiersRequest

func (*MultipleIdentifiersAPIService) GetMultipleIdentifiersExecute ΒΆ

Execute executes the request

@return map[string]SupiInfo

type NFType ΒΆ

type NFType struct {
	// contains filtered or unexported fields
}

NFType NF types known to NRF

func (*NFType) MarshalJSON ΒΆ

func (src *NFType) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*NFType) UnmarshalJSON ΒΆ

func (dst *NFType) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type Ncgi ΒΆ

type Ncgi struct {
	PlmnId PlmnId `json:"plmnId"`
	// 36-bit string identifying an NR Cell Id as specified in clause 9.3.1.7 of 3GPP TS 38.413,  in hexadecimal representation. Each character in the string shall take a value of \"0\" to \"9\",  \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The most significant character  representing the 4 most significant bits of the Cell Id shall appear first in the string, and  the character representing the 4 least significant bit of the Cell Id shall appear last in the  string.
	NrCellId string `json:"nrCellId"`
	// This represents the Network Identifier, which together with a PLMN ID is used to identify an SNPN (see 3GPP TS 23.003 and 3GPP TS 23.501 clause 5.30.2.1).
	Nid *string `json:"nid,omitempty"`
}

Ncgi Contains the NCGI (NR Cell Global Identity), as described in 3GPP 23.003

func NewNcgi ΒΆ

func NewNcgi(plmnId PlmnId, nrCellId string) *Ncgi

NewNcgi instantiates a new Ncgi object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNcgiWithDefaults ΒΆ

func NewNcgiWithDefaults() *Ncgi

NewNcgiWithDefaults instantiates a new Ncgi object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Ncgi) GetNid ΒΆ

func (o *Ncgi) GetNid() string

GetNid returns the Nid field value if set, zero value otherwise.

func (*Ncgi) GetNidOk ΒΆ

func (o *Ncgi) GetNidOk() (*string, bool)

GetNidOk returns a tuple with the Nid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Ncgi) GetNrCellId ΒΆ

func (o *Ncgi) GetNrCellId() string

GetNrCellId returns the NrCellId field value

func (*Ncgi) GetNrCellIdOk ΒΆ

func (o *Ncgi) GetNrCellIdOk() (*string, bool)

GetNrCellIdOk returns a tuple with the NrCellId field value and a boolean to check if the value has been set.

func (*Ncgi) GetPlmnId ΒΆ

func (o *Ncgi) GetPlmnId() PlmnId

GetPlmnId returns the PlmnId field value

func (*Ncgi) GetPlmnIdOk ΒΆ

func (o *Ncgi) GetPlmnIdOk() (*PlmnId, bool)

GetPlmnIdOk returns a tuple with the PlmnId field value and a boolean to check if the value has been set.

func (*Ncgi) HasNid ΒΆ

func (o *Ncgi) HasNid() bool

HasNid returns a boolean if a field has been set.

func (Ncgi) MarshalJSON ΒΆ

func (o Ncgi) MarshalJSON() ([]byte, error)

func (*Ncgi) SetNid ΒΆ

func (o *Ncgi) SetNid(v string)

SetNid gets a reference to the given string and assigns it to the Nid field.

func (*Ncgi) SetNrCellId ΒΆ

func (o *Ncgi) SetNrCellId(v string)

SetNrCellId sets field value

func (*Ncgi) SetPlmnId ΒΆ

func (o *Ncgi) SetPlmnId(v PlmnId)

SetPlmnId sets field value

func (Ncgi) ToMap ΒΆ

func (o Ncgi) ToMap() (map[string]interface{}, error)

func (*Ncgi) UnmarshalJSON ΒΆ

func (o *Ncgi) UnmarshalJSON(bytes []byte) (err error)

type NetworkAreaInfo ΒΆ

type NetworkAreaInfo struct {
	// Contains a list of E-UTRA cell identities.
	Ecgis []Ecgi `json:"ecgis,omitempty"`
	// Contains a list of NR cell identities.
	Ncgis []Ncgi `json:"ncgis,omitempty"`
	// Contains a list of NG RAN nodes.
	GRanNodeIds []GlobalRanNodeId `json:"gRanNodeIds,omitempty"`
	// Contains a list of tracking area identities.
	Tais []Tai `json:"tais,omitempty"`
}

NetworkAreaInfo Describes a network area information in which the NF service consumer requests the number of UEs.

func NewNetworkAreaInfo ΒΆ

func NewNetworkAreaInfo() *NetworkAreaInfo

NewNetworkAreaInfo instantiates a new NetworkAreaInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNetworkAreaInfoWithDefaults ΒΆ

func NewNetworkAreaInfoWithDefaults() *NetworkAreaInfo

NewNetworkAreaInfoWithDefaults instantiates a new NetworkAreaInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NetworkAreaInfo) GetEcgis ΒΆ

func (o *NetworkAreaInfo) GetEcgis() []Ecgi

GetEcgis returns the Ecgis field value if set, zero value otherwise.

func (*NetworkAreaInfo) GetEcgisOk ΒΆ

func (o *NetworkAreaInfo) GetEcgisOk() ([]Ecgi, bool)

GetEcgisOk returns a tuple with the Ecgis field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NetworkAreaInfo) GetGRanNodeIds ΒΆ

func (o *NetworkAreaInfo) GetGRanNodeIds() []GlobalRanNodeId

GetGRanNodeIds returns the GRanNodeIds field value if set, zero value otherwise.

func (*NetworkAreaInfo) GetGRanNodeIdsOk ΒΆ

func (o *NetworkAreaInfo) GetGRanNodeIdsOk() ([]GlobalRanNodeId, bool)

GetGRanNodeIdsOk returns a tuple with the GRanNodeIds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NetworkAreaInfo) GetNcgis ΒΆ

func (o *NetworkAreaInfo) GetNcgis() []Ncgi

GetNcgis returns the Ncgis field value if set, zero value otherwise.

func (*NetworkAreaInfo) GetNcgisOk ΒΆ

func (o *NetworkAreaInfo) GetNcgisOk() ([]Ncgi, bool)

GetNcgisOk returns a tuple with the Ncgis field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NetworkAreaInfo) GetTais ΒΆ

func (o *NetworkAreaInfo) GetTais() []Tai

GetTais returns the Tais field value if set, zero value otherwise.

func (*NetworkAreaInfo) GetTaisOk ΒΆ

func (o *NetworkAreaInfo) GetTaisOk() ([]Tai, bool)

GetTaisOk returns a tuple with the Tais field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NetworkAreaInfo) HasEcgis ΒΆ

func (o *NetworkAreaInfo) HasEcgis() bool

HasEcgis returns a boolean if a field has been set.

func (*NetworkAreaInfo) HasGRanNodeIds ΒΆ

func (o *NetworkAreaInfo) HasGRanNodeIds() bool

HasGRanNodeIds returns a boolean if a field has been set.

func (*NetworkAreaInfo) HasNcgis ΒΆ

func (o *NetworkAreaInfo) HasNcgis() bool

HasNcgis returns a boolean if a field has been set.

func (*NetworkAreaInfo) HasTais ΒΆ

func (o *NetworkAreaInfo) HasTais() bool

HasTais returns a boolean if a field has been set.

func (NetworkAreaInfo) MarshalJSON ΒΆ

func (o NetworkAreaInfo) MarshalJSON() ([]byte, error)

func (*NetworkAreaInfo) SetEcgis ΒΆ

func (o *NetworkAreaInfo) SetEcgis(v []Ecgi)

SetEcgis gets a reference to the given []Ecgi and assigns it to the Ecgis field.

func (*NetworkAreaInfo) SetGRanNodeIds ΒΆ

func (o *NetworkAreaInfo) SetGRanNodeIds(v []GlobalRanNodeId)

SetGRanNodeIds gets a reference to the given []GlobalRanNodeId and assigns it to the GRanNodeIds field.

func (*NetworkAreaInfo) SetNcgis ΒΆ

func (o *NetworkAreaInfo) SetNcgis(v []Ncgi)

SetNcgis gets a reference to the given []Ncgi and assigns it to the Ncgis field.

func (*NetworkAreaInfo) SetTais ΒΆ

func (o *NetworkAreaInfo) SetTais(v []Tai)

SetTais gets a reference to the given []Tai and assigns it to the Tais field.

func (NetworkAreaInfo) ToMap ΒΆ

func (o NetworkAreaInfo) ToMap() (map[string]interface{}, error)

type NiddInformation ΒΆ

type NiddInformation struct {
	AfId string `json:"afId"`
	// String identifying a Gpsi shall contain either an External Id or an MSISDN.  It shall be formatted as follows -External Identifier= \"extid-'extid', where 'extid'  shall be formatted according to clause 19.7.2 of 3GPP TS 23.003 that describes an  External Identifier.
	Gpsi *string `json:"gpsi,omitempty"`
	// String identifying External Group Identifier that identifies a group made up of one or more  subscriptions associated to a group of IMSIs, as specified in clause 19.7.3 of 3GPP TS 23.003.
	ExtGroupId *string `json:"extGroupId,omitempty"`
}

NiddInformation struct for NiddInformation

func NewNiddInformation ΒΆ

func NewNiddInformation(afId string) *NiddInformation

NewNiddInformation instantiates a new NiddInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNiddInformationWithDefaults ΒΆ

func NewNiddInformationWithDefaults() *NiddInformation

NewNiddInformationWithDefaults instantiates a new NiddInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NiddInformation) GetAfId ΒΆ

func (o *NiddInformation) GetAfId() string

GetAfId returns the AfId field value

func (*NiddInformation) GetAfIdOk ΒΆ

func (o *NiddInformation) GetAfIdOk() (*string, bool)

GetAfIdOk returns a tuple with the AfId field value and a boolean to check if the value has been set.

func (*NiddInformation) GetExtGroupId ΒΆ

func (o *NiddInformation) GetExtGroupId() string

GetExtGroupId returns the ExtGroupId field value if set, zero value otherwise.

func (*NiddInformation) GetExtGroupIdOk ΒΆ

func (o *NiddInformation) GetExtGroupIdOk() (*string, bool)

GetExtGroupIdOk returns a tuple with the ExtGroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NiddInformation) GetGpsi ΒΆ

func (o *NiddInformation) GetGpsi() string

GetGpsi returns the Gpsi field value if set, zero value otherwise.

func (*NiddInformation) GetGpsiOk ΒΆ

func (o *NiddInformation) GetGpsiOk() (*string, bool)

GetGpsiOk returns a tuple with the Gpsi field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NiddInformation) HasExtGroupId ΒΆ

func (o *NiddInformation) HasExtGroupId() bool

HasExtGroupId returns a boolean if a field has been set.

func (*NiddInformation) HasGpsi ΒΆ

func (o *NiddInformation) HasGpsi() bool

HasGpsi returns a boolean if a field has been set.

func (NiddInformation) MarshalJSON ΒΆ

func (o NiddInformation) MarshalJSON() ([]byte, error)

func (*NiddInformation) SetAfId ΒΆ

func (o *NiddInformation) SetAfId(v string)

SetAfId sets field value

func (*NiddInformation) SetExtGroupId ΒΆ

func (o *NiddInformation) SetExtGroupId(v string)

SetExtGroupId gets a reference to the given string and assigns it to the ExtGroupId field.

func (*NiddInformation) SetGpsi ΒΆ

func (o *NiddInformation) SetGpsi(v string)

SetGpsi gets a reference to the given string and assigns it to the Gpsi field.

func (NiddInformation) ToMap ΒΆ

func (o NiddInformation) ToMap() (map[string]interface{}, error)

func (*NiddInformation) UnmarshalJSON ΒΆ

func (o *NiddInformation) UnmarshalJSON(bytes []byte) (err error)

type NotifyItem ΒΆ

type NotifyItem struct {
	// String providing an URI formatted according to RFC 3986.
	ResourceId string       `json:"resourceId"`
	Changes    []ChangeItem `json:"changes"`
}

NotifyItem Indicates changes on a resource.

func NewNotifyItem ΒΆ

func NewNotifyItem(resourceId string, changes []ChangeItem) *NotifyItem

NewNotifyItem instantiates a new NotifyItem object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNotifyItemWithDefaults ΒΆ

func NewNotifyItemWithDefaults() *NotifyItem

NewNotifyItemWithDefaults instantiates a new NotifyItem object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NotifyItem) GetChanges ΒΆ

func (o *NotifyItem) GetChanges() []ChangeItem

GetChanges returns the Changes field value

func (*NotifyItem) GetChangesOk ΒΆ

func (o *NotifyItem) GetChangesOk() ([]ChangeItem, bool)

GetChangesOk returns a tuple with the Changes field value and a boolean to check if the value has been set.

func (*NotifyItem) GetResourceId ΒΆ

func (o *NotifyItem) GetResourceId() string

GetResourceId returns the ResourceId field value

func (*NotifyItem) GetResourceIdOk ΒΆ

func (o *NotifyItem) GetResourceIdOk() (*string, bool)

GetResourceIdOk returns a tuple with the ResourceId field value and a boolean to check if the value has been set.

func (NotifyItem) MarshalJSON ΒΆ

func (o NotifyItem) MarshalJSON() ([]byte, error)

func (*NotifyItem) SetChanges ΒΆ

func (o *NotifyItem) SetChanges(v []ChangeItem)

SetChanges sets field value

func (*NotifyItem) SetResourceId ΒΆ

func (o *NotifyItem) SetResourceId(v string)

SetResourceId sets field value

func (NotifyItem) ToMap ΒΆ

func (o NotifyItem) ToMap() (map[string]interface{}, error)

func (*NotifyItem) UnmarshalJSON ΒΆ

func (o *NotifyItem) UnmarshalJSON(bytes []byte) (err error)

type NrV2xAuth ΒΆ

type NrV2xAuth struct {
	VehicleUeAuth    *UeAuth `json:"vehicleUeAuth,omitempty"`
	PedestrianUeAuth *UeAuth `json:"pedestrianUeAuth,omitempty"`
}

NrV2xAuth Contains NR V2X services authorized information.

func NewNrV2xAuth ΒΆ

func NewNrV2xAuth() *NrV2xAuth

NewNrV2xAuth instantiates a new NrV2xAuth object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNrV2xAuthWithDefaults ΒΆ

func NewNrV2xAuthWithDefaults() *NrV2xAuth

NewNrV2xAuthWithDefaults instantiates a new NrV2xAuth object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NrV2xAuth) GetPedestrianUeAuth ΒΆ

func (o *NrV2xAuth) GetPedestrianUeAuth() UeAuth

GetPedestrianUeAuth returns the PedestrianUeAuth field value if set, zero value otherwise.

func (*NrV2xAuth) GetPedestrianUeAuthOk ΒΆ

func (o *NrV2xAuth) GetPedestrianUeAuthOk() (*UeAuth, bool)

GetPedestrianUeAuthOk returns a tuple with the PedestrianUeAuth field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrV2xAuth) GetVehicleUeAuth ΒΆ

func (o *NrV2xAuth) GetVehicleUeAuth() UeAuth

GetVehicleUeAuth returns the VehicleUeAuth field value if set, zero value otherwise.

func (*NrV2xAuth) GetVehicleUeAuthOk ΒΆ

func (o *NrV2xAuth) GetVehicleUeAuthOk() (*UeAuth, bool)

GetVehicleUeAuthOk returns a tuple with the VehicleUeAuth field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrV2xAuth) HasPedestrianUeAuth ΒΆ

func (o *NrV2xAuth) HasPedestrianUeAuth() bool

HasPedestrianUeAuth returns a boolean if a field has been set.

func (*NrV2xAuth) HasVehicleUeAuth ΒΆ

func (o *NrV2xAuth) HasVehicleUeAuth() bool

HasVehicleUeAuth returns a boolean if a field has been set.

func (NrV2xAuth) MarshalJSON ΒΆ

func (o NrV2xAuth) MarshalJSON() ([]byte, error)

func (*NrV2xAuth) SetPedestrianUeAuth ΒΆ

func (o *NrV2xAuth) SetPedestrianUeAuth(v UeAuth)

SetPedestrianUeAuth gets a reference to the given UeAuth and assigns it to the PedestrianUeAuth field.

func (*NrV2xAuth) SetVehicleUeAuth ΒΆ

func (o *NrV2xAuth) SetVehicleUeAuth(v UeAuth)

SetVehicleUeAuth gets a reference to the given UeAuth and assigns it to the VehicleUeAuth field.

func (NrV2xAuth) ToMap ΒΆ

func (o NrV2xAuth) ToMap() (map[string]interface{}, error)

type Nssai ΒΆ

type Nssai struct {
	// A string used to indicate the features supported by an API that is used as defined in clause  6.6 in 3GPP TS 29.500. The string shall contain a bitmask indicating supported features in  hexadecimal representation Each character in the string shall take a value of \"0\" to \"9\",  \"a\" to \"f\" or \"A\" to \"F\" and shall represent the support of 4 features as described in  tableΒ 5.2.2-3. The most significant character representing the highest-numbered features shall  appear first in the string, and the character representing features 1 to 4 shall appear last  in the string. The list of features and their numbering (starting with 1) are defined  separately for each API. If the string contains a lower number of characters than there are  defined features for an API, all features that would be represented by characters that are not  present in the string are not supported.
	SupportedFeatures   *string  `json:"supportedFeatures,omitempty"`
	DefaultSingleNssais []Snssai `json:"defaultSingleNssais"`
	SingleNssais        []Snssai `json:"singleNssais,omitempty"`
	// string with format 'date-time' as defined in OpenAPI.
	ProvisioningTime *time.Time `json:"provisioningTime,omitempty"`
	// A map(list of key-value pairs) where singleNssai serves as key of AdditionalSnssaiData
	AdditionalSnssaiData *map[string]AdditionalSnssaiData `json:"additionalSnssaiData,omitempty"`
	SuppressNssrgInd     *bool                            `json:"suppressNssrgInd,omitempty"`
}

Nssai struct for Nssai

func NewNssai ΒΆ

func NewNssai(defaultSingleNssais []Snssai) *Nssai

NewNssai instantiates a new Nssai object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNssaiWithDefaults ΒΆ

func NewNssaiWithDefaults() *Nssai

NewNssaiWithDefaults instantiates a new Nssai object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Nssai) GetAdditionalSnssaiData ΒΆ

func (o *Nssai) GetAdditionalSnssaiData() map[string]AdditionalSnssaiData

GetAdditionalSnssaiData returns the AdditionalSnssaiData field value if set, zero value otherwise.

func (*Nssai) GetAdditionalSnssaiDataOk ΒΆ

func (o *Nssai) GetAdditionalSnssaiDataOk() (*map[string]AdditionalSnssaiData, bool)

GetAdditionalSnssaiDataOk returns a tuple with the AdditionalSnssaiData field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Nssai) GetDefaultSingleNssais ΒΆ

func (o *Nssai) GetDefaultSingleNssais() []Snssai

GetDefaultSingleNssais returns the DefaultSingleNssais field value

func (*Nssai) GetDefaultSingleNssaisOk ΒΆ

func (o *Nssai) GetDefaultSingleNssaisOk() ([]Snssai, bool)

GetDefaultSingleNssaisOk returns a tuple with the DefaultSingleNssais field value and a boolean to check if the value has been set.

func (*Nssai) GetProvisioningTime ΒΆ

func (o *Nssai) GetProvisioningTime() time.Time

GetProvisioningTime returns the ProvisioningTime field value if set, zero value otherwise.

func (*Nssai) GetProvisioningTimeOk ΒΆ

func (o *Nssai) GetProvisioningTimeOk() (*time.Time, bool)

GetProvisioningTimeOk returns a tuple with the ProvisioningTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Nssai) GetSingleNssais ΒΆ

func (o *Nssai) GetSingleNssais() []Snssai

GetSingleNssais returns the SingleNssais field value if set, zero value otherwise.

func (*Nssai) GetSingleNssaisOk ΒΆ

func (o *Nssai) GetSingleNssaisOk() ([]Snssai, bool)

GetSingleNssaisOk returns a tuple with the SingleNssais field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Nssai) GetSupportedFeatures ΒΆ

func (o *Nssai) GetSupportedFeatures() string

GetSupportedFeatures returns the SupportedFeatures field value if set, zero value otherwise.

func (*Nssai) GetSupportedFeaturesOk ΒΆ

func (o *Nssai) GetSupportedFeaturesOk() (*string, bool)

GetSupportedFeaturesOk returns a tuple with the SupportedFeatures field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Nssai) GetSuppressNssrgInd ΒΆ

func (o *Nssai) GetSuppressNssrgInd() bool

GetSuppressNssrgInd returns the SuppressNssrgInd field value if set, zero value otherwise.

func (*Nssai) GetSuppressNssrgIndOk ΒΆ

func (o *Nssai) GetSuppressNssrgIndOk() (*bool, bool)

GetSuppressNssrgIndOk returns a tuple with the SuppressNssrgInd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Nssai) HasAdditionalSnssaiData ΒΆ

func (o *Nssai) HasAdditionalSnssaiData() bool

HasAdditionalSnssaiData returns a boolean if a field has been set.

func (*Nssai) HasProvisioningTime ΒΆ

func (o *Nssai) HasProvisioningTime() bool

HasProvisioningTime returns a boolean if a field has been set.

func (*Nssai) HasSingleNssais ΒΆ

func (o *Nssai) HasSingleNssais() bool

HasSingleNssais returns a boolean if a field has been set.

func (*Nssai) HasSupportedFeatures ΒΆ

func (o *Nssai) HasSupportedFeatures() bool

HasSupportedFeatures returns a boolean if a field has been set.

func (*Nssai) HasSuppressNssrgInd ΒΆ

func (o *Nssai) HasSuppressNssrgInd() bool

HasSuppressNssrgInd returns a boolean if a field has been set.

func (Nssai) MarshalJSON ΒΆ

func (o Nssai) MarshalJSON() ([]byte, error)

func (*Nssai) SetAdditionalSnssaiData ΒΆ

func (o *Nssai) SetAdditionalSnssaiData(v map[string]AdditionalSnssaiData)

SetAdditionalSnssaiData gets a reference to the given map[string]AdditionalSnssaiData and assigns it to the AdditionalSnssaiData field.

func (*Nssai) SetDefaultSingleNssais ΒΆ

func (o *Nssai) SetDefaultSingleNssais(v []Snssai)

SetDefaultSingleNssais sets field value

func (*Nssai) SetProvisioningTime ΒΆ

func (o *Nssai) SetProvisioningTime(v time.Time)

SetProvisioningTime gets a reference to the given time.Time and assigns it to the ProvisioningTime field.

func (*Nssai) SetSingleNssais ΒΆ

func (o *Nssai) SetSingleNssais(v []Snssai)

SetSingleNssais gets a reference to the given []Snssai and assigns it to the SingleNssais field.

func (*Nssai) SetSupportedFeatures ΒΆ

func (o *Nssai) SetSupportedFeatures(v string)

SetSupportedFeatures gets a reference to the given string and assigns it to the SupportedFeatures field.

func (*Nssai) SetSuppressNssrgInd ΒΆ

func (o *Nssai) SetSuppressNssrgInd(v bool)

SetSuppressNssrgInd gets a reference to the given bool and assigns it to the SuppressNssrgInd field.

func (Nssai) ToMap ΒΆ

func (o Nssai) ToMap() (map[string]interface{}, error)

func (*Nssai) UnmarshalJSON ΒΆ

func (o *Nssai) UnmarshalJSON(bytes []byte) (err error)

type NullValue ΒΆ

type NullValue string

NullValue JSON's null value.

const (
	NULLVALUE_NULL NullValue = "null"
)

List of NullValue

func NewNullValueFromValue ΒΆ

func NewNullValueFromValue(v string) (*NullValue, error)

NewNullValueFromValue returns a pointer to a valid NullValue for the value passed as argument, or an error if the value passed is not allowed by the enum

func (NullValue) IsValid ΒΆ

func (v NullValue) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (NullValue) Ptr ΒΆ

func (v NullValue) Ptr() *NullValue

Ptr returns reference to NullValue value

func (*NullValue) UnmarshalJSON ΒΆ

func (v *NullValue) UnmarshalJSON(src []byte) error

type NullableAccessAndMobilitySubscriptionData ΒΆ

type NullableAccessAndMobilitySubscriptionData struct {
	// contains filtered or unexported fields
}

func (NullableAccessAndMobilitySubscriptionData) Get ΒΆ

func (NullableAccessAndMobilitySubscriptionData) IsSet ΒΆ

func (NullableAccessAndMobilitySubscriptionData) MarshalJSON ΒΆ

func (*NullableAccessAndMobilitySubscriptionData) Set ΒΆ

func (*NullableAccessAndMobilitySubscriptionData) UnmarshalJSON ΒΆ

func (v *NullableAccessAndMobilitySubscriptionData) UnmarshalJSON(src []byte) error

func (*NullableAccessAndMobilitySubscriptionData) Unset ΒΆ

type NullableAccessAndMobilitySubscriptionDataSubscribedDnnListInner ΒΆ

type NullableAccessAndMobilitySubscriptionDataSubscribedDnnListInner struct {
	// contains filtered or unexported fields
}

func (NullableAccessAndMobilitySubscriptionDataSubscribedDnnListInner) Get ΒΆ

func (NullableAccessAndMobilitySubscriptionDataSubscribedDnnListInner) IsSet ΒΆ

func (NullableAccessAndMobilitySubscriptionDataSubscribedDnnListInner) MarshalJSON ΒΆ

func (*NullableAccessAndMobilitySubscriptionDataSubscribedDnnListInner) Set ΒΆ

func (*NullableAccessAndMobilitySubscriptionDataSubscribedDnnListInner) UnmarshalJSON ΒΆ

func (*NullableAccessAndMobilitySubscriptionDataSubscribedDnnListInner) Unset ΒΆ

type NullableAccessTech ΒΆ

type NullableAccessTech struct {
	// contains filtered or unexported fields
}

func NewNullableAccessTech ΒΆ

func NewNullableAccessTech(val *AccessTech) *NullableAccessTech

func (NullableAccessTech) Get ΒΆ

func (v NullableAccessTech) Get() *AccessTech

func (NullableAccessTech) IsSet ΒΆ

func (v NullableAccessTech) IsSet() bool

func (NullableAccessTech) MarshalJSON ΒΆ

func (v NullableAccessTech) MarshalJSON() ([]byte, error)

func (*NullableAccessTech) Set ΒΆ

func (v *NullableAccessTech) Set(val *AccessTech)

func (*NullableAccessTech) UnmarshalJSON ΒΆ

func (v *NullableAccessTech) UnmarshalJSON(src []byte) error

func (*NullableAccessTech) Unset ΒΆ

func (v *NullableAccessTech) Unset()

type NullableAccessTokenErr ΒΆ

type NullableAccessTokenErr struct {
	// contains filtered or unexported fields
}

func NewNullableAccessTokenErr ΒΆ

func NewNullableAccessTokenErr(val *AccessTokenErr) *NullableAccessTokenErr

func (NullableAccessTokenErr) Get ΒΆ

func (NullableAccessTokenErr) IsSet ΒΆ

func (v NullableAccessTokenErr) IsSet() bool

func (NullableAccessTokenErr) MarshalJSON ΒΆ

func (v NullableAccessTokenErr) MarshalJSON() ([]byte, error)

func (*NullableAccessTokenErr) Set ΒΆ

func (*NullableAccessTokenErr) UnmarshalJSON ΒΆ

func (v *NullableAccessTokenErr) UnmarshalJSON(src []byte) error

func (*NullableAccessTokenErr) Unset ΒΆ

func (v *NullableAccessTokenErr) Unset()

type NullableAccessTokenReq ΒΆ

type NullableAccessTokenReq struct {
	// contains filtered or unexported fields
}

func NewNullableAccessTokenReq ΒΆ

func NewNullableAccessTokenReq(val *AccessTokenReq) *NullableAccessTokenReq

func (NullableAccessTokenReq) Get ΒΆ

func (NullableAccessTokenReq) IsSet ΒΆ

func (v NullableAccessTokenReq) IsSet() bool

func (NullableAccessTokenReq) MarshalJSON ΒΆ

func (v NullableAccessTokenReq) MarshalJSON() ([]byte, error)

func (*NullableAccessTokenReq) Set ΒΆ

func (*NullableAccessTokenReq) UnmarshalJSON ΒΆ

func (v *NullableAccessTokenReq) UnmarshalJSON(src []byte) error

func (*NullableAccessTokenReq) Unset ΒΆ

func (v *NullableAccessTokenReq) Unset()

type NullableAccessType ΒΆ

type NullableAccessType struct {
	// contains filtered or unexported fields
}

func NewNullableAccessType ΒΆ

func NewNullableAccessType(val *AccessType) *NullableAccessType

func (NullableAccessType) Get ΒΆ

func (v NullableAccessType) Get() *AccessType

func (NullableAccessType) IsSet ΒΆ

func (v NullableAccessType) IsSet() bool

func (NullableAccessType) MarshalJSON ΒΆ

func (v NullableAccessType) MarshalJSON() ([]byte, error)

func (*NullableAccessType) Set ΒΆ

func (v *NullableAccessType) Set(val *AccessType)

func (*NullableAccessType) UnmarshalJSON ΒΆ

func (v *NullableAccessType) UnmarshalJSON(src []byte) error

func (*NullableAccessType) Unset ΒΆ

func (v *NullableAccessType) Unset()

type NullableAcknowledgeInfo ΒΆ

type NullableAcknowledgeInfo struct {
	// contains filtered or unexported fields
}

func NewNullableAcknowledgeInfo ΒΆ

func NewNullableAcknowledgeInfo(val *AcknowledgeInfo) *NullableAcknowledgeInfo

func (NullableAcknowledgeInfo) Get ΒΆ

func (NullableAcknowledgeInfo) IsSet ΒΆ

func (v NullableAcknowledgeInfo) IsSet() bool

func (NullableAcknowledgeInfo) MarshalJSON ΒΆ

func (v NullableAcknowledgeInfo) MarshalJSON() ([]byte, error)

func (*NullableAcknowledgeInfo) Set ΒΆ

func (*NullableAcknowledgeInfo) UnmarshalJSON ΒΆ

func (v *NullableAcknowledgeInfo) UnmarshalJSON(src []byte) error

func (*NullableAcknowledgeInfo) Unset ΒΆ

func (v *NullableAcknowledgeInfo) Unset()

type NullableAcsInfo ΒΆ

type NullableAcsInfo struct {
	// contains filtered or unexported fields
}

func NewNullableAcsInfo ΒΆ

func NewNullableAcsInfo(val *AcsInfo) *NullableAcsInfo

func (NullableAcsInfo) Get ΒΆ

func (v NullableAcsInfo) Get() *AcsInfo

func (NullableAcsInfo) IsSet ΒΆ

func (v NullableAcsInfo) IsSet() bool

func (NullableAcsInfo) MarshalJSON ΒΆ

func (v NullableAcsInfo) MarshalJSON() ([]byte, error)

func (*NullableAcsInfo) Set ΒΆ

func (v *NullableAcsInfo) Set(val *AcsInfo)

func (*NullableAcsInfo) UnmarshalJSON ΒΆ

func (v *NullableAcsInfo) UnmarshalJSON(src []byte) error

func (*NullableAcsInfo) Unset ΒΆ

func (v *NullableAcsInfo) Unset()

type NullableAdditionalSnssaiData ΒΆ

type NullableAdditionalSnssaiData struct {
	// contains filtered or unexported fields
}

func (NullableAdditionalSnssaiData) Get ΒΆ

func (NullableAdditionalSnssaiData) IsSet ΒΆ

func (NullableAdditionalSnssaiData) MarshalJSON ΒΆ

func (v NullableAdditionalSnssaiData) MarshalJSON() ([]byte, error)

func (*NullableAdditionalSnssaiData) Set ΒΆ

func (*NullableAdditionalSnssaiData) UnmarshalJSON ΒΆ

func (v *NullableAdditionalSnssaiData) UnmarshalJSON(src []byte) error

func (*NullableAdditionalSnssaiData) Unset ΒΆ

func (v *NullableAdditionalSnssaiData) Unset()

type NullableAerialUeIndication ΒΆ

type NullableAerialUeIndication struct {
	// contains filtered or unexported fields
}

func NewNullableAerialUeIndication ΒΆ

func NewNullableAerialUeIndication(val *AerialUeIndication) *NullableAerialUeIndication

func (NullableAerialUeIndication) Get ΒΆ

func (NullableAerialUeIndication) IsSet ΒΆ

func (v NullableAerialUeIndication) IsSet() bool

func (NullableAerialUeIndication) MarshalJSON ΒΆ

func (v NullableAerialUeIndication) MarshalJSON() ([]byte, error)

func (*NullableAerialUeIndication) Set ΒΆ

func (*NullableAerialUeIndication) UnmarshalJSON ΒΆ

func (v *NullableAerialUeIndication) UnmarshalJSON(src []byte) error

func (*NullableAerialUeIndication) Unset ΒΆ

func (v *NullableAerialUeIndication) Unset()

type NullableAerialUeSubscriptionInfo ΒΆ

type NullableAerialUeSubscriptionInfo struct {
	// contains filtered or unexported fields
}

func (NullableAerialUeSubscriptionInfo) Get ΒΆ

func (NullableAerialUeSubscriptionInfo) IsSet ΒΆ

func (NullableAerialUeSubscriptionInfo) MarshalJSON ΒΆ

func (v NullableAerialUeSubscriptionInfo) MarshalJSON() ([]byte, error)

func (*NullableAerialUeSubscriptionInfo) Set ΒΆ

func (*NullableAerialUeSubscriptionInfo) UnmarshalJSON ΒΆ

func (v *NullableAerialUeSubscriptionInfo) UnmarshalJSON(src []byte) error

func (*NullableAerialUeSubscriptionInfo) Unset ΒΆ

type NullableAfExternal ΒΆ

type NullableAfExternal struct {
	// contains filtered or unexported fields
}

func NewNullableAfExternal ΒΆ

func NewNullableAfExternal(val *AfExternal) *NullableAfExternal

func (NullableAfExternal) Get ΒΆ

func (v NullableAfExternal) Get() *AfExternal

func (NullableAfExternal) IsSet ΒΆ

func (v NullableAfExternal) IsSet() bool

func (NullableAfExternal) MarshalJSON ΒΆ

func (v NullableAfExternal) MarshalJSON() ([]byte, error)

func (*NullableAfExternal) Set ΒΆ

func (v *NullableAfExternal) Set(val *AfExternal)

func (*NullableAfExternal) UnmarshalJSON ΒΆ

func (v *NullableAfExternal) UnmarshalJSON(src []byte) error

func (*NullableAfExternal) Unset ΒΆ

func (v *NullableAfExternal) Unset()

type NullableAmbr ΒΆ

type NullableAmbr struct {
	// contains filtered or unexported fields
}

func NewNullableAmbr ΒΆ

func NewNullableAmbr(val *Ambr) *NullableAmbr

func (NullableAmbr) Get ΒΆ

func (v NullableAmbr) Get() *Ambr

func (NullableAmbr) IsSet ΒΆ

func (v NullableAmbr) IsSet() bool

func (NullableAmbr) MarshalJSON ΒΆ

func (v NullableAmbr) MarshalJSON() ([]byte, error)

func (*NullableAmbr) Set ΒΆ

func (v *NullableAmbr) Set(val *Ambr)

func (*NullableAmbr) UnmarshalJSON ΒΆ

func (v *NullableAmbr) UnmarshalJSON(src []byte) error

func (*NullableAmbr) Unset ΒΆ

func (v *NullableAmbr) Unset()

type NullableAmfInfo ΒΆ

type NullableAmfInfo struct {
	// contains filtered or unexported fields
}

func NewNullableAmfInfo ΒΆ

func NewNullableAmfInfo(val *AmfInfo) *NullableAmfInfo

func (NullableAmfInfo) Get ΒΆ

func (v NullableAmfInfo) Get() *AmfInfo

func (NullableAmfInfo) IsSet ΒΆ

func (v NullableAmfInfo) IsSet() bool

func (NullableAmfInfo) MarshalJSON ΒΆ

func (v NullableAmfInfo) MarshalJSON() ([]byte, error)

func (*NullableAmfInfo) Set ΒΆ

func (v *NullableAmfInfo) Set(val *AmfInfo)

func (*NullableAmfInfo) UnmarshalJSON ΒΆ

func (v *NullableAmfInfo) UnmarshalJSON(src []byte) error

func (*NullableAmfInfo) Unset ΒΆ

func (v *NullableAmfInfo) Unset()

type NullableAppDescriptor ΒΆ

type NullableAppDescriptor struct {
	// contains filtered or unexported fields
}

func NewNullableAppDescriptor ΒΆ

func NewNullableAppDescriptor(val *AppDescriptor) *NullableAppDescriptor

func (NullableAppDescriptor) Get ΒΆ

func (NullableAppDescriptor) IsSet ΒΆ

func (v NullableAppDescriptor) IsSet() bool

func (NullableAppDescriptor) MarshalJSON ΒΆ

func (v NullableAppDescriptor) MarshalJSON() ([]byte, error)

func (*NullableAppDescriptor) Set ΒΆ

func (v *NullableAppDescriptor) Set(val *AppDescriptor)

func (*NullableAppDescriptor) UnmarshalJSON ΒΆ

func (v *NullableAppDescriptor) UnmarshalJSON(src []byte) error

func (*NullableAppDescriptor) Unset ΒΆ

func (v *NullableAppDescriptor) Unset()

type NullableAppPortId ΒΆ

type NullableAppPortId struct {
	// contains filtered or unexported fields
}

func NewNullableAppPortId ΒΆ

func NewNullableAppPortId(val *AppPortId) *NullableAppPortId

func (NullableAppPortId) Get ΒΆ

func (v NullableAppPortId) Get() *AppPortId

func (NullableAppPortId) IsSet ΒΆ

func (v NullableAppPortId) IsSet() bool

func (NullableAppPortId) MarshalJSON ΒΆ

func (v NullableAppPortId) MarshalJSON() ([]byte, error)

func (*NullableAppPortId) Set ΒΆ

func (v *NullableAppPortId) Set(val *AppPortId)

func (*NullableAppPortId) UnmarshalJSON ΒΆ

func (v *NullableAppPortId) UnmarshalJSON(src []byte) error

func (*NullableAppPortId) Unset ΒΆ

func (v *NullableAppPortId) Unset()

type NullableArea ΒΆ

type NullableArea struct {
	// contains filtered or unexported fields
}

func NewNullableArea ΒΆ

func NewNullableArea(val *Area) *NullableArea

func (NullableArea) Get ΒΆ

func (v NullableArea) Get() *Area

func (NullableArea) IsSet ΒΆ

func (v NullableArea) IsSet() bool

func (NullableArea) MarshalJSON ΒΆ

func (v NullableArea) MarshalJSON() ([]byte, error)

func (*NullableArea) Set ΒΆ

func (v *NullableArea) Set(val *Area)

func (*NullableArea) UnmarshalJSON ΒΆ

func (v *NullableArea) UnmarshalJSON(src []byte) error

func (*NullableArea) Unset ΒΆ

func (v *NullableArea) Unset()

type NullableAreaScope ΒΆ

type NullableAreaScope struct {
	// contains filtered or unexported fields
}

func NewNullableAreaScope ΒΆ

func NewNullableAreaScope(val *AreaScope) *NullableAreaScope

func (NullableAreaScope) Get ΒΆ

func (v NullableAreaScope) Get() *AreaScope

func (NullableAreaScope) IsSet ΒΆ

func (v NullableAreaScope) IsSet() bool

func (NullableAreaScope) MarshalJSON ΒΆ

func (v NullableAreaScope) MarshalJSON() ([]byte, error)

func (*NullableAreaScope) Set ΒΆ

func (v *NullableAreaScope) Set(val *AreaScope)

func (*NullableAreaScope) UnmarshalJSON ΒΆ

func (v *NullableAreaScope) UnmarshalJSON(src []byte) error

func (*NullableAreaScope) Unset ΒΆ

func (v *NullableAreaScope) Unset()

type NullableArp ΒΆ

type NullableArp struct {
	// contains filtered or unexported fields
}

func NewNullableArp ΒΆ

func NewNullableArp(val *Arp) *NullableArp

func (NullableArp) Get ΒΆ

func (v NullableArp) Get() *Arp

func (NullableArp) IsSet ΒΆ

func (v NullableArp) IsSet() bool

func (NullableArp) MarshalJSON ΒΆ

func (v NullableArp) MarshalJSON() ([]byte, error)

func (*NullableArp) Set ΒΆ

func (v *NullableArp) Set(val *Arp)

func (*NullableArp) UnmarshalJSON ΒΆ

func (v *NullableArp) UnmarshalJSON(src []byte) error

func (*NullableArp) Unset ΒΆ

func (v *NullableArp) Unset()

type NullableBatteryIndication ΒΆ

type NullableBatteryIndication struct {
	// contains filtered or unexported fields
}

func NewNullableBatteryIndication ΒΆ

func NewNullableBatteryIndication(val *BatteryIndication) *NullableBatteryIndication

func (NullableBatteryIndication) Get ΒΆ

func (NullableBatteryIndication) IsSet ΒΆ

func (v NullableBatteryIndication) IsSet() bool

func (NullableBatteryIndication) MarshalJSON ΒΆ

func (v NullableBatteryIndication) MarshalJSON() ([]byte, error)

func (*NullableBatteryIndication) Set ΒΆ

func (*NullableBatteryIndication) UnmarshalJSON ΒΆ

func (v *NullableBatteryIndication) UnmarshalJSON(src []byte) error

func (*NullableBatteryIndication) Unset ΒΆ

func (v *NullableBatteryIndication) Unset()

type NullableBool ΒΆ

type NullableBool struct {
	// contains filtered or unexported fields
}

func NewNullableBool ΒΆ

func NewNullableBool(val *bool) *NullableBool

func (NullableBool) Get ΒΆ

func (v NullableBool) Get() *bool

func (NullableBool) IsSet ΒΆ

func (v NullableBool) IsSet() bool

func (NullableBool) MarshalJSON ΒΆ

func (v NullableBool) MarshalJSON() ([]byte, error)

func (*NullableBool) Set ΒΆ

func (v *NullableBool) Set(val *bool)

func (*NullableBool) UnmarshalJSON ΒΆ

func (v *NullableBool) UnmarshalJSON(src []byte) error

func (*NullableBool) Unset ΒΆ

func (v *NullableBool) Unset()

type NullableCagData ΒΆ

type NullableCagData struct {
	// contains filtered or unexported fields
}

func NewNullableCagData ΒΆ

func NewNullableCagData(val *CagData) *NullableCagData

func (NullableCagData) Get ΒΆ

func (v NullableCagData) Get() *CagData

func (NullableCagData) IsSet ΒΆ

func (v NullableCagData) IsSet() bool

func (NullableCagData) MarshalJSON ΒΆ

func (v NullableCagData) MarshalJSON() ([]byte, error)

func (*NullableCagData) Set ΒΆ

func (v *NullableCagData) Set(val *CagData)

func (*NullableCagData) UnmarshalJSON ΒΆ

func (v *NullableCagData) UnmarshalJSON(src []byte) error

func (*NullableCagData) Unset ΒΆ

func (v *NullableCagData) Unset()

type NullableCagInfo ΒΆ

type NullableCagInfo struct {
	// contains filtered or unexported fields
}

func NewNullableCagInfo ΒΆ

func NewNullableCagInfo(val *CagInfo) *NullableCagInfo

func (NullableCagInfo) Get ΒΆ

func (v NullableCagInfo) Get() *CagInfo

func (NullableCagInfo) IsSet ΒΆ

func (v NullableCagInfo) IsSet() bool

func (NullableCagInfo) MarshalJSON ΒΆ

func (v NullableCagInfo) MarshalJSON() ([]byte, error)

func (*NullableCagInfo) Set ΒΆ

func (v *NullableCagInfo) Set(val *CagInfo)

func (*NullableCagInfo) UnmarshalJSON ΒΆ

func (v *NullableCagInfo) UnmarshalJSON(src []byte) error

func (*NullableCagInfo) Unset ΒΆ

func (v *NullableCagInfo) Unset()

type NullableChangeItem ΒΆ

type NullableChangeItem struct {
	// contains filtered or unexported fields
}

func NewNullableChangeItem ΒΆ

func NewNullableChangeItem(val *ChangeItem) *NullableChangeItem

func (NullableChangeItem) Get ΒΆ

func (v NullableChangeItem) Get() *ChangeItem

func (NullableChangeItem) IsSet ΒΆ

func (v NullableChangeItem) IsSet() bool

func (NullableChangeItem) MarshalJSON ΒΆ

func (v NullableChangeItem) MarshalJSON() ([]byte, error)

func (*NullableChangeItem) Set ΒΆ

func (v *NullableChangeItem) Set(val *ChangeItem)

func (*NullableChangeItem) UnmarshalJSON ΒΆ

func (v *NullableChangeItem) UnmarshalJSON(src []byte) error

func (*NullableChangeItem) Unset ΒΆ

func (v *NullableChangeItem) Unset()

type NullableChangeType ΒΆ

type NullableChangeType struct {
	// contains filtered or unexported fields
}

func NewNullableChangeType ΒΆ

func NewNullableChangeType(val *ChangeType) *NullableChangeType

func (NullableChangeType) Get ΒΆ

func (v NullableChangeType) Get() *ChangeType

func (NullableChangeType) IsSet ΒΆ

func (v NullableChangeType) IsSet() bool

func (NullableChangeType) MarshalJSON ΒΆ

func (v NullableChangeType) MarshalJSON() ([]byte, error)

func (*NullableChangeType) Set ΒΆ

func (v *NullableChangeType) Set(val *ChangeType)

func (*NullableChangeType) UnmarshalJSON ΒΆ

func (v *NullableChangeType) UnmarshalJSON(src []byte) error

func (*NullableChangeType) Unset ΒΆ

func (v *NullableChangeType) Unset()

type NullableCivicAddress ΒΆ

type NullableCivicAddress struct {
	// contains filtered or unexported fields
}

func NewNullableCivicAddress ΒΆ

func NewNullableCivicAddress(val *CivicAddress) *NullableCivicAddress

func (NullableCivicAddress) Get ΒΆ

func (NullableCivicAddress) IsSet ΒΆ

func (v NullableCivicAddress) IsSet() bool

func (NullableCivicAddress) MarshalJSON ΒΆ

func (v NullableCivicAddress) MarshalJSON() ([]byte, error)

func (*NullableCivicAddress) Set ΒΆ

func (v *NullableCivicAddress) Set(val *CivicAddress)

func (*NullableCivicAddress) UnmarshalJSON ΒΆ

func (v *NullableCivicAddress) UnmarshalJSON(src []byte) error

func (*NullableCivicAddress) Unset ΒΆ

func (v *NullableCivicAddress) Unset()

type NullableCodeWordInd ΒΆ

type NullableCodeWordInd struct {
	// contains filtered or unexported fields
}

func NewNullableCodeWordInd ΒΆ

func NewNullableCodeWordInd(val *CodeWordInd) *NullableCodeWordInd

func (NullableCodeWordInd) Get ΒΆ

func (NullableCodeWordInd) IsSet ΒΆ

func (v NullableCodeWordInd) IsSet() bool

func (NullableCodeWordInd) MarshalJSON ΒΆ

func (v NullableCodeWordInd) MarshalJSON() ([]byte, error)

func (*NullableCodeWordInd) Set ΒΆ

func (v *NullableCodeWordInd) Set(val *CodeWordInd)

func (*NullableCodeWordInd) UnmarshalJSON ΒΆ

func (v *NullableCodeWordInd) UnmarshalJSON(src []byte) error

func (*NullableCodeWordInd) Unset ΒΆ

func (v *NullableCodeWordInd) Unset()

type NullableCollectionPeriodRmmLteMdt ΒΆ

type NullableCollectionPeriodRmmLteMdt struct {
	// contains filtered or unexported fields
}

func (NullableCollectionPeriodRmmLteMdt) Get ΒΆ

func (NullableCollectionPeriodRmmLteMdt) IsSet ΒΆ

func (NullableCollectionPeriodRmmLteMdt) MarshalJSON ΒΆ

func (v NullableCollectionPeriodRmmLteMdt) MarshalJSON() ([]byte, error)

func (*NullableCollectionPeriodRmmLteMdt) Set ΒΆ

func (*NullableCollectionPeriodRmmLteMdt) UnmarshalJSON ΒΆ

func (v *NullableCollectionPeriodRmmLteMdt) UnmarshalJSON(src []byte) error

func (*NullableCollectionPeriodRmmLteMdt) Unset ΒΆ

type NullableCollectionPeriodRmmNrMdt ΒΆ

type NullableCollectionPeriodRmmNrMdt struct {
	// contains filtered or unexported fields
}

func (NullableCollectionPeriodRmmNrMdt) Get ΒΆ

func (NullableCollectionPeriodRmmNrMdt) IsSet ΒΆ

func (NullableCollectionPeriodRmmNrMdt) MarshalJSON ΒΆ

func (v NullableCollectionPeriodRmmNrMdt) MarshalJSON() ([]byte, error)

func (*NullableCollectionPeriodRmmNrMdt) Set ΒΆ

func (*NullableCollectionPeriodRmmNrMdt) UnmarshalJSON ΒΆ

func (v *NullableCollectionPeriodRmmNrMdt) UnmarshalJSON(src []byte) error

func (*NullableCollectionPeriodRmmNrMdt) Unset ΒΆ

type NullableContextInfo ΒΆ

type NullableContextInfo struct {
	// contains filtered or unexported fields
}

func NewNullableContextInfo ΒΆ

func NewNullableContextInfo(val *ContextInfo) *NullableContextInfo

func (NullableContextInfo) Get ΒΆ

func (NullableContextInfo) IsSet ΒΆ

func (v NullableContextInfo) IsSet() bool

func (NullableContextInfo) MarshalJSON ΒΆ

func (v NullableContextInfo) MarshalJSON() ([]byte, error)

func (*NullableContextInfo) Set ΒΆ

func (v *NullableContextInfo) Set(val *ContextInfo)

func (*NullableContextInfo) UnmarshalJSON ΒΆ

func (v *NullableContextInfo) UnmarshalJSON(src []byte) error

func (*NullableContextInfo) Unset ΒΆ

func (v *NullableContextInfo) Unset()

type NullableCoreNetworkType ΒΆ

type NullableCoreNetworkType struct {
	// contains filtered or unexported fields
}

func NewNullableCoreNetworkType ΒΆ

func NewNullableCoreNetworkType(val *CoreNetworkType) *NullableCoreNetworkType

func (NullableCoreNetworkType) Get ΒΆ

func (NullableCoreNetworkType) IsSet ΒΆ

func (v NullableCoreNetworkType) IsSet() bool

func (NullableCoreNetworkType) MarshalJSON ΒΆ

func (v NullableCoreNetworkType) MarshalJSON() ([]byte, error)

func (*NullableCoreNetworkType) Set ΒΆ

func (*NullableCoreNetworkType) UnmarshalJSON ΒΆ

func (v *NullableCoreNetworkType) UnmarshalJSON(src []byte) error

func (*NullableCoreNetworkType) Unset ΒΆ

func (v *NullableCoreNetworkType) Unset()

type NullableDataRestorationNotification ΒΆ

type NullableDataRestorationNotification struct {
	// contains filtered or unexported fields
}

func (NullableDataRestorationNotification) Get ΒΆ

func (NullableDataRestorationNotification) IsSet ΒΆ

func (NullableDataRestorationNotification) MarshalJSON ΒΆ

func (v NullableDataRestorationNotification) MarshalJSON() ([]byte, error)

func (*NullableDataRestorationNotification) Set ΒΆ

func (*NullableDataRestorationNotification) UnmarshalJSON ΒΆ

func (v *NullableDataRestorationNotification) UnmarshalJSON(src []byte) error

func (*NullableDataRestorationNotification) Unset ΒΆ

type NullableDataSetName ΒΆ

type NullableDataSetName struct {
	// contains filtered or unexported fields
}

func NewNullableDataSetName ΒΆ

func NewNullableDataSetName(val *DataSetName) *NullableDataSetName

func (NullableDataSetName) Get ΒΆ

func (NullableDataSetName) IsSet ΒΆ

func (v NullableDataSetName) IsSet() bool

func (NullableDataSetName) MarshalJSON ΒΆ

func (v NullableDataSetName) MarshalJSON() ([]byte, error)

func (*NullableDataSetName) Set ΒΆ

func (v *NullableDataSetName) Set(val *DataSetName)

func (*NullableDataSetName) UnmarshalJSON ΒΆ

func (v *NullableDataSetName) UnmarshalJSON(src []byte) error

func (*NullableDataSetName) Unset ΒΆ

func (v *NullableDataSetName) Unset()

type NullableDefaultUnrelatedClass ΒΆ

type NullableDefaultUnrelatedClass struct {
	// contains filtered or unexported fields
}

func (NullableDefaultUnrelatedClass) Get ΒΆ

func (NullableDefaultUnrelatedClass) IsSet ΒΆ

func (NullableDefaultUnrelatedClass) MarshalJSON ΒΆ

func (v NullableDefaultUnrelatedClass) MarshalJSON() ([]byte, error)

func (*NullableDefaultUnrelatedClass) Set ΒΆ

func (*NullableDefaultUnrelatedClass) UnmarshalJSON ΒΆ

func (v *NullableDefaultUnrelatedClass) UnmarshalJSON(src []byte) error

func (*NullableDefaultUnrelatedClass) Unset ΒΆ

func (v *NullableDefaultUnrelatedClass) Unset()

type NullableDnnConfiguration ΒΆ

type NullableDnnConfiguration struct {
	// contains filtered or unexported fields
}

func NewNullableDnnConfiguration ΒΆ

func NewNullableDnnConfiguration(val *DnnConfiguration) *NullableDnnConfiguration

func (NullableDnnConfiguration) Get ΒΆ

func (NullableDnnConfiguration) IsSet ΒΆ

func (v NullableDnnConfiguration) IsSet() bool

func (NullableDnnConfiguration) MarshalJSON ΒΆ

func (v NullableDnnConfiguration) MarshalJSON() ([]byte, error)

func (*NullableDnnConfiguration) Set ΒΆ

func (*NullableDnnConfiguration) UnmarshalJSON ΒΆ

func (v *NullableDnnConfiguration) UnmarshalJSON(src []byte) error

func (*NullableDnnConfiguration) Unset ΒΆ

func (v *NullableDnnConfiguration) Unset()

type NullableDnnInfo ΒΆ

type NullableDnnInfo struct {
	// contains filtered or unexported fields
}

func NewNullableDnnInfo ΒΆ

func NewNullableDnnInfo(val *DnnInfo) *NullableDnnInfo

func (NullableDnnInfo) Get ΒΆ

func (v NullableDnnInfo) Get() *DnnInfo

func (NullableDnnInfo) IsSet ΒΆ

func (v NullableDnnInfo) IsSet() bool

func (NullableDnnInfo) MarshalJSON ΒΆ

func (v NullableDnnInfo) MarshalJSON() ([]byte, error)

func (*NullableDnnInfo) Set ΒΆ

func (v *NullableDnnInfo) Set(val *DnnInfo)

func (*NullableDnnInfo) UnmarshalJSON ΒΆ

func (v *NullableDnnInfo) UnmarshalJSON(src []byte) error

func (*NullableDnnInfo) Unset ΒΆ

func (v *NullableDnnInfo) Unset()

type NullableEcRestrictionDataWb ΒΆ

type NullableEcRestrictionDataWb struct {
	// contains filtered or unexported fields
}

func (NullableEcRestrictionDataWb) Get ΒΆ

func (NullableEcRestrictionDataWb) IsSet ΒΆ

func (NullableEcRestrictionDataWb) MarshalJSON ΒΆ

func (v NullableEcRestrictionDataWb) MarshalJSON() ([]byte, error)

func (*NullableEcRestrictionDataWb) Set ΒΆ

func (*NullableEcRestrictionDataWb) UnmarshalJSON ΒΆ

func (v *NullableEcRestrictionDataWb) UnmarshalJSON(src []byte) error

func (*NullableEcRestrictionDataWb) Unset ΒΆ

func (v *NullableEcRestrictionDataWb) Unset()

type NullableEcgi ΒΆ

type NullableEcgi struct {
	// contains filtered or unexported fields
}

func NewNullableEcgi ΒΆ

func NewNullableEcgi(val *Ecgi) *NullableEcgi

func (NullableEcgi) Get ΒΆ

func (v NullableEcgi) Get() *Ecgi

func (NullableEcgi) IsSet ΒΆ

func (v NullableEcgi) IsSet() bool

func (NullableEcgi) MarshalJSON ΒΆ

func (v NullableEcgi) MarshalJSON() ([]byte, error)

func (*NullableEcgi) Set ΒΆ

func (v *NullableEcgi) Set(val *Ecgi)

func (*NullableEcgi) UnmarshalJSON ΒΆ

func (v *NullableEcgi) UnmarshalJSON(src []byte) error

func (*NullableEcgi) Unset ΒΆ

func (v *NullableEcgi) Unset()

type NullableEcsAddrConfigInfo ΒΆ

type NullableEcsAddrConfigInfo struct {
	// contains filtered or unexported fields
}

func NewNullableEcsAddrConfigInfo ΒΆ

func NewNullableEcsAddrConfigInfo(val *EcsAddrConfigInfo) *NullableEcsAddrConfigInfo

func (NullableEcsAddrConfigInfo) Get ΒΆ

func (NullableEcsAddrConfigInfo) IsSet ΒΆ

func (v NullableEcsAddrConfigInfo) IsSet() bool

func (NullableEcsAddrConfigInfo) MarshalJSON ΒΆ

func (v NullableEcsAddrConfigInfo) MarshalJSON() ([]byte, error)

func (*NullableEcsAddrConfigInfo) Set ΒΆ

func (*NullableEcsAddrConfigInfo) UnmarshalJSON ΒΆ

func (v *NullableEcsAddrConfigInfo) UnmarshalJSON(src []byte) error

func (*NullableEcsAddrConfigInfo) Unset ΒΆ

func (v *NullableEcsAddrConfigInfo) Unset()

type NullableEcsServerAddr ΒΆ

type NullableEcsServerAddr struct {
	// contains filtered or unexported fields
}

func NewNullableEcsServerAddr ΒΆ

func NewNullableEcsServerAddr(val *EcsServerAddr) *NullableEcsServerAddr

func (NullableEcsServerAddr) Get ΒΆ

func (NullableEcsServerAddr) IsSet ΒΆ

func (v NullableEcsServerAddr) IsSet() bool

func (NullableEcsServerAddr) MarshalJSON ΒΆ

func (v NullableEcsServerAddr) MarshalJSON() ([]byte, error)

func (*NullableEcsServerAddr) Set ΒΆ

func (v *NullableEcsServerAddr) Set(val *EcsServerAddr)

func (*NullableEcsServerAddr) UnmarshalJSON ΒΆ

func (v *NullableEcsServerAddr) UnmarshalJSON(src []byte) error

func (*NullableEcsServerAddr) Unset ΒΆ

func (v *NullableEcsServerAddr) Unset()

type NullableEdrxParameters ΒΆ

type NullableEdrxParameters struct {
	// contains filtered or unexported fields
}

func NewNullableEdrxParameters ΒΆ

func NewNullableEdrxParameters(val *EdrxParameters) *NullableEdrxParameters

func (NullableEdrxParameters) Get ΒΆ

func (NullableEdrxParameters) IsSet ΒΆ

func (v NullableEdrxParameters) IsSet() bool

func (NullableEdrxParameters) MarshalJSON ΒΆ

func (v NullableEdrxParameters) MarshalJSON() ([]byte, error)

func (*NullableEdrxParameters) Set ΒΆ

func (*NullableEdrxParameters) UnmarshalJSON ΒΆ

func (v *NullableEdrxParameters) UnmarshalJSON(src []byte) error

func (*NullableEdrxParameters) Unset ΒΆ

func (v *NullableEdrxParameters) Unset()

type NullableEllipsoidArc ΒΆ

type NullableEllipsoidArc struct {
	// contains filtered or unexported fields
}

func NewNullableEllipsoidArc ΒΆ

func NewNullableEllipsoidArc(val *EllipsoidArc) *NullableEllipsoidArc

func (NullableEllipsoidArc) Get ΒΆ

func (NullableEllipsoidArc) IsSet ΒΆ

func (v NullableEllipsoidArc) IsSet() bool

func (NullableEllipsoidArc) MarshalJSON ΒΆ

func (v NullableEllipsoidArc) MarshalJSON() ([]byte, error)

func (*NullableEllipsoidArc) Set ΒΆ

func (v *NullableEllipsoidArc) Set(val *EllipsoidArc)

func (*NullableEllipsoidArc) UnmarshalJSON ΒΆ

func (v *NullableEllipsoidArc) UnmarshalJSON(src []byte) error

func (*NullableEllipsoidArc) Unset ΒΆ

func (v *NullableEllipsoidArc) Unset()

type NullableEmergencyInfo ΒΆ

type NullableEmergencyInfo struct {
	// contains filtered or unexported fields
}

func NewNullableEmergencyInfo ΒΆ

func NewNullableEmergencyInfo(val *EmergencyInfo) *NullableEmergencyInfo

func (NullableEmergencyInfo) Get ΒΆ

func (NullableEmergencyInfo) IsSet ΒΆ

func (v NullableEmergencyInfo) IsSet() bool

func (NullableEmergencyInfo) MarshalJSON ΒΆ

func (v NullableEmergencyInfo) MarshalJSON() ([]byte, error)

func (*NullableEmergencyInfo) Set ΒΆ

func (v *NullableEmergencyInfo) Set(val *EmergencyInfo)

func (*NullableEmergencyInfo) UnmarshalJSON ΒΆ

func (v *NullableEmergencyInfo) UnmarshalJSON(src []byte) error

func (*NullableEmergencyInfo) Unset ΒΆ

func (v *NullableEmergencyInfo) Unset()

type NullableEnhancedCoverageRestrictionData ΒΆ

type NullableEnhancedCoverageRestrictionData struct {
	// contains filtered or unexported fields
}

func (NullableEnhancedCoverageRestrictionData) Get ΒΆ

func (NullableEnhancedCoverageRestrictionData) IsSet ΒΆ

func (NullableEnhancedCoverageRestrictionData) MarshalJSON ΒΆ

func (v NullableEnhancedCoverageRestrictionData) MarshalJSON() ([]byte, error)

func (*NullableEnhancedCoverageRestrictionData) Set ΒΆ

func (*NullableEnhancedCoverageRestrictionData) UnmarshalJSON ΒΆ

func (v *NullableEnhancedCoverageRestrictionData) UnmarshalJSON(src []byte) error

func (*NullableEnhancedCoverageRestrictionData) Unset ΒΆ

type NullableEpsInterworkingInfo ΒΆ

type NullableEpsInterworkingInfo struct {
	// contains filtered or unexported fields
}

func (NullableEpsInterworkingInfo) Get ΒΆ

func (NullableEpsInterworkingInfo) IsSet ΒΆ

func (NullableEpsInterworkingInfo) MarshalJSON ΒΆ

func (v NullableEpsInterworkingInfo) MarshalJSON() ([]byte, error)

func (*NullableEpsInterworkingInfo) Set ΒΆ

func (*NullableEpsInterworkingInfo) UnmarshalJSON ΒΆ

func (v *NullableEpsInterworkingInfo) UnmarshalJSON(src []byte) error

func (*NullableEpsInterworkingInfo) Unset ΒΆ

func (v *NullableEpsInterworkingInfo) Unset()

type NullableEpsIwkPgw ΒΆ

type NullableEpsIwkPgw struct {
	// contains filtered or unexported fields
}

func NewNullableEpsIwkPgw ΒΆ

func NewNullableEpsIwkPgw(val *EpsIwkPgw) *NullableEpsIwkPgw

func (NullableEpsIwkPgw) Get ΒΆ

func (v NullableEpsIwkPgw) Get() *EpsIwkPgw

func (NullableEpsIwkPgw) IsSet ΒΆ

func (v NullableEpsIwkPgw) IsSet() bool

func (NullableEpsIwkPgw) MarshalJSON ΒΆ

func (v NullableEpsIwkPgw) MarshalJSON() ([]byte, error)

func (*NullableEpsIwkPgw) Set ΒΆ

func (v *NullableEpsIwkPgw) Set(val *EpsIwkPgw)

func (*NullableEpsIwkPgw) UnmarshalJSON ΒΆ

func (v *NullableEpsIwkPgw) UnmarshalJSON(src []byte) error

func (*NullableEpsIwkPgw) Unset ΒΆ

func (v *NullableEpsIwkPgw) Unset()

type NullableEventForMdt ΒΆ

type NullableEventForMdt struct {
	// contains filtered or unexported fields
}

func NewNullableEventForMdt ΒΆ

func NewNullableEventForMdt(val *EventForMdt) *NullableEventForMdt

func (NullableEventForMdt) Get ΒΆ

func (NullableEventForMdt) IsSet ΒΆ

func (v NullableEventForMdt) IsSet() bool

func (NullableEventForMdt) MarshalJSON ΒΆ

func (v NullableEventForMdt) MarshalJSON() ([]byte, error)

func (*NullableEventForMdt) Set ΒΆ

func (v *NullableEventForMdt) Set(val *EventForMdt)

func (*NullableEventForMdt) UnmarshalJSON ΒΆ

func (v *NullableEventForMdt) UnmarshalJSON(src []byte) error

func (*NullableEventForMdt) Unset ΒΆ

func (v *NullableEventForMdt) Unset()

type NullableExpectedUeBehaviourData ΒΆ

type NullableExpectedUeBehaviourData struct {
	// contains filtered or unexported fields
}

func (NullableExpectedUeBehaviourData) Get ΒΆ

func (NullableExpectedUeBehaviourData) IsSet ΒΆ

func (NullableExpectedUeBehaviourData) MarshalJSON ΒΆ

func (v NullableExpectedUeBehaviourData) MarshalJSON() ([]byte, error)

func (*NullableExpectedUeBehaviourData) Set ΒΆ

func (*NullableExpectedUeBehaviourData) UnmarshalJSON ΒΆ

func (v *NullableExpectedUeBehaviourData) UnmarshalJSON(src []byte) error

func (*NullableExpectedUeBehaviourData) Unset ΒΆ

type NullableExtendedSmSubsData ΒΆ

type NullableExtendedSmSubsData struct {
	// contains filtered or unexported fields
}

func NewNullableExtendedSmSubsData ΒΆ

func NewNullableExtendedSmSubsData(val *ExtendedSmSubsData) *NullableExtendedSmSubsData

func (NullableExtendedSmSubsData) Get ΒΆ

func (NullableExtendedSmSubsData) IsSet ΒΆ

func (v NullableExtendedSmSubsData) IsSet() bool

func (NullableExtendedSmSubsData) MarshalJSON ΒΆ

func (v NullableExtendedSmSubsData) MarshalJSON() ([]byte, error)

func (*NullableExtendedSmSubsData) Set ΒΆ

func (*NullableExtendedSmSubsData) UnmarshalJSON ΒΆ

func (v *NullableExtendedSmSubsData) UnmarshalJSON(src []byte) error

func (*NullableExtendedSmSubsData) Unset ΒΆ

func (v *NullableExtendedSmSubsData) Unset()

type NullableExternalUnrelatedClass ΒΆ

type NullableExternalUnrelatedClass struct {
	// contains filtered or unexported fields
}

func (NullableExternalUnrelatedClass) Get ΒΆ

func (NullableExternalUnrelatedClass) IsSet ΒΆ

func (NullableExternalUnrelatedClass) MarshalJSON ΒΆ

func (v NullableExternalUnrelatedClass) MarshalJSON() ([]byte, error)

func (*NullableExternalUnrelatedClass) Set ΒΆ

func (*NullableExternalUnrelatedClass) UnmarshalJSON ΒΆ

func (v *NullableExternalUnrelatedClass) UnmarshalJSON(src []byte) error

func (*NullableExternalUnrelatedClass) Unset ΒΆ

func (v *NullableExternalUnrelatedClass) Unset()

type NullableFloat32 ΒΆ

type NullableFloat32 struct {
	// contains filtered or unexported fields
}

func NewNullableFloat32 ΒΆ

func NewNullableFloat32(val *float32) *NullableFloat32

func (NullableFloat32) Get ΒΆ

func (v NullableFloat32) Get() *float32

func (NullableFloat32) IsSet ΒΆ

func (v NullableFloat32) IsSet() bool

func (NullableFloat32) MarshalJSON ΒΆ

func (v NullableFloat32) MarshalJSON() ([]byte, error)

func (*NullableFloat32) Set ΒΆ

func (v *NullableFloat32) Set(val *float32)

func (*NullableFloat32) UnmarshalJSON ΒΆ

func (v *NullableFloat32) UnmarshalJSON(src []byte) error

func (*NullableFloat32) Unset ΒΆ

func (v *NullableFloat32) Unset()

type NullableFloat64 ΒΆ

type NullableFloat64 struct {
	// contains filtered or unexported fields
}

func NewNullableFloat64 ΒΆ

func NewNullableFloat64(val *float64) *NullableFloat64

func (NullableFloat64) Get ΒΆ

func (v NullableFloat64) Get() *float64

func (NullableFloat64) IsSet ΒΆ

func (v NullableFloat64) IsSet() bool

func (NullableFloat64) MarshalJSON ΒΆ

func (v NullableFloat64) MarshalJSON() ([]byte, error)

func (*NullableFloat64) Set ΒΆ

func (v *NullableFloat64) Set(val *float64)

func (*NullableFloat64) UnmarshalJSON ΒΆ

func (v *NullableFloat64) UnmarshalJSON(src []byte) error

func (*NullableFloat64) Unset ΒΆ

func (v *NullableFloat64) Unset()

type NullableFrameRouteInfo ΒΆ

type NullableFrameRouteInfo struct {
	// contains filtered or unexported fields
}

func NewNullableFrameRouteInfo ΒΆ

func NewNullableFrameRouteInfo(val *FrameRouteInfo) *NullableFrameRouteInfo

func (NullableFrameRouteInfo) Get ΒΆ

func (NullableFrameRouteInfo) IsSet ΒΆ

func (v NullableFrameRouteInfo) IsSet() bool

func (NullableFrameRouteInfo) MarshalJSON ΒΆ

func (v NullableFrameRouteInfo) MarshalJSON() ([]byte, error)

func (*NullableFrameRouteInfo) Set ΒΆ

func (*NullableFrameRouteInfo) UnmarshalJSON ΒΆ

func (v *NullableFrameRouteInfo) UnmarshalJSON(src []byte) error

func (*NullableFrameRouteInfo) Unset ΒΆ

func (v *NullableFrameRouteInfo) Unset()

type NullableGADShape ΒΆ

type NullableGADShape struct {
	// contains filtered or unexported fields
}

func NewNullableGADShape ΒΆ

func NewNullableGADShape(val *GADShape) *NullableGADShape

func (NullableGADShape) Get ΒΆ

func (v NullableGADShape) Get() *GADShape

func (NullableGADShape) IsSet ΒΆ

func (v NullableGADShape) IsSet() bool

func (NullableGADShape) MarshalJSON ΒΆ

func (v NullableGADShape) MarshalJSON() ([]byte, error)

func (*NullableGADShape) Set ΒΆ

func (v *NullableGADShape) Set(val *GADShape)

func (*NullableGADShape) UnmarshalJSON ΒΆ

func (v *NullableGADShape) UnmarshalJSON(src []byte) error

func (*NullableGADShape) Unset ΒΆ

func (v *NullableGADShape) Unset()

type NullableGNbId ΒΆ

type NullableGNbId struct {
	// contains filtered or unexported fields
}

func NewNullableGNbId ΒΆ

func NewNullableGNbId(val *GNbId) *NullableGNbId

func (NullableGNbId) Get ΒΆ

func (v NullableGNbId) Get() *GNbId

func (NullableGNbId) IsSet ΒΆ

func (v NullableGNbId) IsSet() bool

func (NullableGNbId) MarshalJSON ΒΆ

func (v NullableGNbId) MarshalJSON() ([]byte, error)

func (*NullableGNbId) Set ΒΆ

func (v *NullableGNbId) Set(val *GNbId)

func (*NullableGNbId) UnmarshalJSON ΒΆ

func (v *NullableGNbId) UnmarshalJSON(src []byte) error

func (*NullableGNbId) Unset ΒΆ

func (v *NullableGNbId) Unset()

type NullableGeoServiceArea ΒΆ

type NullableGeoServiceArea struct {
	// contains filtered or unexported fields
}

func NewNullableGeoServiceArea ΒΆ

func NewNullableGeoServiceArea(val *GeoServiceArea) *NullableGeoServiceArea

func (NullableGeoServiceArea) Get ΒΆ

func (NullableGeoServiceArea) IsSet ΒΆ

func (v NullableGeoServiceArea) IsSet() bool

func (NullableGeoServiceArea) MarshalJSON ΒΆ

func (v NullableGeoServiceArea) MarshalJSON() ([]byte, error)

func (*NullableGeoServiceArea) Set ΒΆ

func (*NullableGeoServiceArea) UnmarshalJSON ΒΆ

func (v *NullableGeoServiceArea) UnmarshalJSON(src []byte) error

func (*NullableGeoServiceArea) Unset ΒΆ

func (v *NullableGeoServiceArea) Unset()

type NullableGeographicArea ΒΆ

type NullableGeographicArea struct {
	// contains filtered or unexported fields
}

func NewNullableGeographicArea ΒΆ

func NewNullableGeographicArea(val *GeographicArea) *NullableGeographicArea

func (NullableGeographicArea) Get ΒΆ

func (NullableGeographicArea) IsSet ΒΆ

func (v NullableGeographicArea) IsSet() bool

func (NullableGeographicArea) MarshalJSON ΒΆ

func (v NullableGeographicArea) MarshalJSON() ([]byte, error)

func (*NullableGeographicArea) Set ΒΆ

func (*NullableGeographicArea) UnmarshalJSON ΒΆ

func (v *NullableGeographicArea) UnmarshalJSON(src []byte) error

func (*NullableGeographicArea) Unset ΒΆ

func (v *NullableGeographicArea) Unset()

type NullableGeographicalCoordinates ΒΆ

type NullableGeographicalCoordinates struct {
	// contains filtered or unexported fields
}

func (NullableGeographicalCoordinates) Get ΒΆ

func (NullableGeographicalCoordinates) IsSet ΒΆ

func (NullableGeographicalCoordinates) MarshalJSON ΒΆ

func (v NullableGeographicalCoordinates) MarshalJSON() ([]byte, error)

func (*NullableGeographicalCoordinates) Set ΒΆ

func (*NullableGeographicalCoordinates) UnmarshalJSON ΒΆ

func (v *NullableGeographicalCoordinates) UnmarshalJSON(src []byte) error

func (*NullableGeographicalCoordinates) Unset ΒΆ

type NullableGlobalRanNodeId ΒΆ

type NullableGlobalRanNodeId struct {
	// contains filtered or unexported fields
}

func NewNullableGlobalRanNodeId ΒΆ

func NewNullableGlobalRanNodeId(val *GlobalRanNodeId) *NullableGlobalRanNodeId

func (NullableGlobalRanNodeId) Get ΒΆ

func (NullableGlobalRanNodeId) IsSet ΒΆ

func (v NullableGlobalRanNodeId) IsSet() bool

func (NullableGlobalRanNodeId) MarshalJSON ΒΆ

func (v NullableGlobalRanNodeId) MarshalJSON() ([]byte, error)

func (*NullableGlobalRanNodeId) Set ΒΆ

func (*NullableGlobalRanNodeId) UnmarshalJSON ΒΆ

func (v *NullableGlobalRanNodeId) UnmarshalJSON(src []byte) error

func (*NullableGlobalRanNodeId) Unset ΒΆ

func (v *NullableGlobalRanNodeId) Unset()

type NullableGpsiType ΒΆ

type NullableGpsiType struct {
	// contains filtered or unexported fields
}

func NewNullableGpsiType ΒΆ

func NewNullableGpsiType(val *GpsiType) *NullableGpsiType

func (NullableGpsiType) Get ΒΆ

func (v NullableGpsiType) Get() *GpsiType

func (NullableGpsiType) IsSet ΒΆ

func (v NullableGpsiType) IsSet() bool

func (NullableGpsiType) MarshalJSON ΒΆ

func (v NullableGpsiType) MarshalJSON() ([]byte, error)

func (*NullableGpsiType) Set ΒΆ

func (v *NullableGpsiType) Set(val *GpsiType)

func (*NullableGpsiType) UnmarshalJSON ΒΆ

func (v *NullableGpsiType) UnmarshalJSON(src []byte) error

func (*NullableGpsiType) Unset ΒΆ

func (v *NullableGpsiType) Unset()

type NullableGroupIdentifiers ΒΆ

type NullableGroupIdentifiers struct {
	// contains filtered or unexported fields
}

func NewNullableGroupIdentifiers ΒΆ

func NewNullableGroupIdentifiers(val *GroupIdentifiers) *NullableGroupIdentifiers

func (NullableGroupIdentifiers) Get ΒΆ

func (NullableGroupIdentifiers) IsSet ΒΆ

func (v NullableGroupIdentifiers) IsSet() bool

func (NullableGroupIdentifiers) MarshalJSON ΒΆ

func (v NullableGroupIdentifiers) MarshalJSON() ([]byte, error)

func (*NullableGroupIdentifiers) Set ΒΆ

func (*NullableGroupIdentifiers) UnmarshalJSON ΒΆ

func (v *NullableGroupIdentifiers) UnmarshalJSON(src []byte) error

func (*NullableGroupIdentifiers) Unset ΒΆ

func (v *NullableGroupIdentifiers) Unset()

type NullableGuami ΒΆ

type NullableGuami struct {
	// contains filtered or unexported fields
}

func NewNullableGuami ΒΆ

func NewNullableGuami(val *Guami) *NullableGuami

func (NullableGuami) Get ΒΆ

func (v NullableGuami) Get() *Guami

func (NullableGuami) IsSet ΒΆ

func (v NullableGuami) IsSet() bool

func (NullableGuami) MarshalJSON ΒΆ

func (v NullableGuami) MarshalJSON() ([]byte, error)

func (*NullableGuami) Set ΒΆ

func (v *NullableGuami) Set(val *Guami)

func (*NullableGuami) UnmarshalJSON ΒΆ

func (v *NullableGuami) UnmarshalJSON(src []byte) error

func (*NullableGuami) Unset ΒΆ

func (v *NullableGuami) Unset()

type NullableIdTranslationResult ΒΆ

type NullableIdTranslationResult struct {
	// contains filtered or unexported fields
}

func (NullableIdTranslationResult) Get ΒΆ

func (NullableIdTranslationResult) IsSet ΒΆ

func (NullableIdTranslationResult) MarshalJSON ΒΆ

func (v NullableIdTranslationResult) MarshalJSON() ([]byte, error)

func (*NullableIdTranslationResult) Set ΒΆ

func (*NullableIdTranslationResult) UnmarshalJSON ΒΆ

func (v *NullableIdTranslationResult) UnmarshalJSON(src []byte) error

func (*NullableIdTranslationResult) Unset ΒΆ

func (v *NullableIdTranslationResult) Unset()

type NullableIdentityRange ΒΆ

type NullableIdentityRange struct {
	// contains filtered or unexported fields
}

func NewNullableIdentityRange ΒΆ

func NewNullableIdentityRange(val *IdentityRange) *NullableIdentityRange

func (NullableIdentityRange) Get ΒΆ

func (NullableIdentityRange) IsSet ΒΆ

func (v NullableIdentityRange) IsSet() bool

func (NullableIdentityRange) MarshalJSON ΒΆ

func (v NullableIdentityRange) MarshalJSON() ([]byte, error)

func (*NullableIdentityRange) Set ΒΆ

func (v *NullableIdentityRange) Set(val *IdentityRange)

func (*NullableIdentityRange) UnmarshalJSON ΒΆ

func (v *NullableIdentityRange) UnmarshalJSON(src []byte) error

func (*NullableIdentityRange) Unset ΒΆ

func (v *NullableIdentityRange) Unset()

type NullableImmediateReport ΒΆ

type NullableImmediateReport struct {
	// contains filtered or unexported fields
}

func NewNullableImmediateReport ΒΆ

func NewNullableImmediateReport(val *ImmediateReport) *NullableImmediateReport

func (NullableImmediateReport) Get ΒΆ

func (NullableImmediateReport) IsSet ΒΆ

func (v NullableImmediateReport) IsSet() bool

func (NullableImmediateReport) MarshalJSON ΒΆ

func (v NullableImmediateReport) MarshalJSON() ([]byte, error)

func (*NullableImmediateReport) Set ΒΆ

func (*NullableImmediateReport) UnmarshalJSON ΒΆ

func (v *NullableImmediateReport) UnmarshalJSON(src []byte) error

func (*NullableImmediateReport) Unset ΒΆ

func (v *NullableImmediateReport) Unset()

type NullableInt ΒΆ

type NullableInt struct {
	// contains filtered or unexported fields
}

func NewNullableInt ΒΆ

func NewNullableInt(val *int) *NullableInt

func (NullableInt) Get ΒΆ

func (v NullableInt) Get() *int

func (NullableInt) IsSet ΒΆ

func (v NullableInt) IsSet() bool

func (NullableInt) MarshalJSON ΒΆ

func (v NullableInt) MarshalJSON() ([]byte, error)

func (*NullableInt) Set ΒΆ

func (v *NullableInt) Set(val *int)

func (*NullableInt) UnmarshalJSON ΒΆ

func (v *NullableInt) UnmarshalJSON(src []byte) error

func (*NullableInt) Unset ΒΆ

func (v *NullableInt) Unset()

type NullableInt32 ΒΆ

type NullableInt32 struct {
	// contains filtered or unexported fields
}

func NewNullableInt32 ΒΆ

func NewNullableInt32(val *int32) *NullableInt32

func (NullableInt32) Get ΒΆ

func (v NullableInt32) Get() *int32

func (NullableInt32) IsSet ΒΆ

func (v NullableInt32) IsSet() bool

func (NullableInt32) MarshalJSON ΒΆ

func (v NullableInt32) MarshalJSON() ([]byte, error)

func (*NullableInt32) Set ΒΆ

func (v *NullableInt32) Set(val *int32)

func (*NullableInt32) UnmarshalJSON ΒΆ

func (v *NullableInt32) UnmarshalJSON(src []byte) error

func (*NullableInt32) Unset ΒΆ

func (v *NullableInt32) Unset()

type NullableInt64 ΒΆ

type NullableInt64 struct {
	// contains filtered or unexported fields
}

func NewNullableInt64 ΒΆ

func NewNullableInt64(val *int64) *NullableInt64

func (NullableInt64) Get ΒΆ

func (v NullableInt64) Get() *int64

func (NullableInt64) IsSet ΒΆ

func (v NullableInt64) IsSet() bool

func (NullableInt64) MarshalJSON ΒΆ

func (v NullableInt64) MarshalJSON() ([]byte, error)

func (*NullableInt64) Set ΒΆ

func (v *NullableInt64) Set(val *int64)

func (*NullableInt64) UnmarshalJSON ΒΆ

func (v *NullableInt64) UnmarshalJSON(src []byte) error

func (*NullableInt64) Unset ΒΆ

func (v *NullableInt64) Unset()

type NullableInterFreqTargetInfo ΒΆ

type NullableInterFreqTargetInfo struct {
	// contains filtered or unexported fields
}

func (NullableInterFreqTargetInfo) Get ΒΆ

func (NullableInterFreqTargetInfo) IsSet ΒΆ

func (NullableInterFreqTargetInfo) MarshalJSON ΒΆ

func (v NullableInterFreqTargetInfo) MarshalJSON() ([]byte, error)

func (*NullableInterFreqTargetInfo) Set ΒΆ

func (*NullableInterFreqTargetInfo) UnmarshalJSON ΒΆ

func (v *NullableInterFreqTargetInfo) UnmarshalJSON(src []byte) error

func (*NullableInterFreqTargetInfo) Unset ΒΆ

func (v *NullableInterFreqTargetInfo) Unset()

type NullableInvalidParam ΒΆ

type NullableInvalidParam struct {
	// contains filtered or unexported fields
}

func NewNullableInvalidParam ΒΆ

func NewNullableInvalidParam(val *InvalidParam) *NullableInvalidParam

func (NullableInvalidParam) Get ΒΆ

func (NullableInvalidParam) IsSet ΒΆ

func (v NullableInvalidParam) IsSet() bool

func (NullableInvalidParam) MarshalJSON ΒΆ

func (v NullableInvalidParam) MarshalJSON() ([]byte, error)

func (*NullableInvalidParam) Set ΒΆ

func (v *NullableInvalidParam) Set(val *InvalidParam)

func (*NullableInvalidParam) UnmarshalJSON ΒΆ

func (v *NullableInvalidParam) UnmarshalJSON(src []byte) error

func (*NullableInvalidParam) Unset ΒΆ

func (v *NullableInvalidParam) Unset()

type NullableIpAddr ΒΆ

type NullableIpAddr struct {
	// contains filtered or unexported fields
}

func NewNullableIpAddr ΒΆ

func NewNullableIpAddr(val *IpAddr) *NullableIpAddr

func (NullableIpAddr) Get ΒΆ

func (v NullableIpAddr) Get() *IpAddr

func (NullableIpAddr) IsSet ΒΆ

func (v NullableIpAddr) IsSet() bool

func (NullableIpAddr) MarshalJSON ΒΆ

func (v NullableIpAddr) MarshalJSON() ([]byte, error)

func (*NullableIpAddr) Set ΒΆ

func (v *NullableIpAddr) Set(val *IpAddr)

func (*NullableIpAddr) UnmarshalJSON ΒΆ

func (v *NullableIpAddr) UnmarshalJSON(src []byte) error

func (*NullableIpAddr) Unset ΒΆ

func (v *NullableIpAddr) Unset()

type NullableIpAddress ΒΆ

type NullableIpAddress struct {
	// contains filtered or unexported fields
}

func NewNullableIpAddress ΒΆ

func NewNullableIpAddress(val *IpAddress) *NullableIpAddress

func (NullableIpAddress) Get ΒΆ

func (v NullableIpAddress) Get() *IpAddress

func (NullableIpAddress) IsSet ΒΆ

func (v NullableIpAddress) IsSet() bool

func (NullableIpAddress) MarshalJSON ΒΆ

func (v NullableIpAddress) MarshalJSON() ([]byte, error)

func (*NullableIpAddress) Set ΒΆ

func (v *NullableIpAddress) Set(val *IpAddress)

func (*NullableIpAddress) UnmarshalJSON ΒΆ

func (v *NullableIpAddress) UnmarshalJSON(src []byte) error

func (*NullableIpAddress) Unset ΒΆ

func (v *NullableIpAddress) Unset()

type NullableIpIndex ΒΆ

type NullableIpIndex struct {
	// contains filtered or unexported fields
}

func NewNullableIpIndex ΒΆ

func NewNullableIpIndex(val *IpIndex) *NullableIpIndex

func (NullableIpIndex) Get ΒΆ

func (v NullableIpIndex) Get() *IpIndex

func (NullableIpIndex) IsSet ΒΆ

func (v NullableIpIndex) IsSet() bool

func (NullableIpIndex) MarshalJSON ΒΆ

func (v NullableIpIndex) MarshalJSON() ([]byte, error)

func (*NullableIpIndex) Set ΒΆ

func (v *NullableIpIndex) Set(val *IpIndex)

func (*NullableIpIndex) UnmarshalJSON ΒΆ

func (v *NullableIpIndex) UnmarshalJSON(src []byte) error

func (*NullableIpIndex) Unset ΒΆ

func (v *NullableIpIndex) Unset()

type NullableIpv6Addr ΒΆ

type NullableIpv6Addr struct {
	// contains filtered or unexported fields
}

func NewNullableIpv6Addr ΒΆ

func NewNullableIpv6Addr(val *Ipv6Addr) *NullableIpv6Addr

func (NullableIpv6Addr) Get ΒΆ

func (v NullableIpv6Addr) Get() *Ipv6Addr

func (NullableIpv6Addr) IsSet ΒΆ

func (v NullableIpv6Addr) IsSet() bool

func (NullableIpv6Addr) MarshalJSON ΒΆ

func (v NullableIpv6Addr) MarshalJSON() ([]byte, error)

func (*NullableIpv6Addr) Set ΒΆ

func (v *NullableIpv6Addr) Set(val *Ipv6Addr)

func (*NullableIpv6Addr) UnmarshalJSON ΒΆ

func (v *NullableIpv6Addr) UnmarshalJSON(src []byte) error

func (*NullableIpv6Addr) Unset ΒΆ

func (v *NullableIpv6Addr) Unset()

type NullableIpv6Prefix ΒΆ

type NullableIpv6Prefix struct {
	// contains filtered or unexported fields
}

func NewNullableIpv6Prefix ΒΆ

func NewNullableIpv6Prefix(val *Ipv6Prefix) *NullableIpv6Prefix

func (NullableIpv6Prefix) Get ΒΆ

func (v NullableIpv6Prefix) Get() *Ipv6Prefix

func (NullableIpv6Prefix) IsSet ΒΆ

func (v NullableIpv6Prefix) IsSet() bool

func (NullableIpv6Prefix) MarshalJSON ΒΆ

func (v NullableIpv6Prefix) MarshalJSON() ([]byte, error)

func (*NullableIpv6Prefix) Set ΒΆ

func (v *NullableIpv6Prefix) Set(val *Ipv6Prefix)

func (*NullableIpv6Prefix) UnmarshalJSON ΒΆ

func (v *NullableIpv6Prefix) UnmarshalJSON(src []byte) error

func (*NullableIpv6Prefix) Unset ΒΆ

func (v *NullableIpv6Prefix) Unset()

type NullableJobType ΒΆ

type NullableJobType struct {
	// contains filtered or unexported fields
}

func NewNullableJobType ΒΆ

func NewNullableJobType(val *JobType) *NullableJobType

func (NullableJobType) Get ΒΆ

func (v NullableJobType) Get() *JobType

func (NullableJobType) IsSet ΒΆ

func (v NullableJobType) IsSet() bool

func (NullableJobType) MarshalJSON ΒΆ

func (v NullableJobType) MarshalJSON() ([]byte, error)

func (*NullableJobType) Set ΒΆ

func (v *NullableJobType) Set(val *JobType)

func (*NullableJobType) UnmarshalJSON ΒΆ

func (v *NullableJobType) UnmarshalJSON(src []byte) error

func (*NullableJobType) Unset ΒΆ

func (v *NullableJobType) Unset()

type NullableLcsBroadcastAssistanceTypesData ΒΆ

type NullableLcsBroadcastAssistanceTypesData struct {
	// contains filtered or unexported fields
}

func (NullableLcsBroadcastAssistanceTypesData) Get ΒΆ

func (NullableLcsBroadcastAssistanceTypesData) IsSet ΒΆ

func (NullableLcsBroadcastAssistanceTypesData) MarshalJSON ΒΆ

func (v NullableLcsBroadcastAssistanceTypesData) MarshalJSON() ([]byte, error)

func (*NullableLcsBroadcastAssistanceTypesData) Set ΒΆ

func (*NullableLcsBroadcastAssistanceTypesData) UnmarshalJSON ΒΆ

func (v *NullableLcsBroadcastAssistanceTypesData) UnmarshalJSON(src []byte) error

func (*NullableLcsBroadcastAssistanceTypesData) Unset ΒΆ

type NullableLcsClientClass ΒΆ

type NullableLcsClientClass struct {
	// contains filtered or unexported fields
}

func NewNullableLcsClientClass ΒΆ

func NewNullableLcsClientClass(val *LcsClientClass) *NullableLcsClientClass

func (NullableLcsClientClass) Get ΒΆ

func (NullableLcsClientClass) IsSet ΒΆ

func (v NullableLcsClientClass) IsSet() bool

func (NullableLcsClientClass) MarshalJSON ΒΆ

func (v NullableLcsClientClass) MarshalJSON() ([]byte, error)

func (*NullableLcsClientClass) Set ΒΆ

func (*NullableLcsClientClass) UnmarshalJSON ΒΆ

func (v *NullableLcsClientClass) UnmarshalJSON(src []byte) error

func (*NullableLcsClientClass) Unset ΒΆ

func (v *NullableLcsClientClass) Unset()

type NullableLcsClientExternal ΒΆ

type NullableLcsClientExternal struct {
	// contains filtered or unexported fields
}

func NewNullableLcsClientExternal ΒΆ

func NewNullableLcsClientExternal(val *LcsClientExternal) *NullableLcsClientExternal

func (NullableLcsClientExternal) Get ΒΆ

func (NullableLcsClientExternal) IsSet ΒΆ

func (v NullableLcsClientExternal) IsSet() bool

func (NullableLcsClientExternal) MarshalJSON ΒΆ

func (v NullableLcsClientExternal) MarshalJSON() ([]byte, error)

func (*NullableLcsClientExternal) Set ΒΆ

func (*NullableLcsClientExternal) UnmarshalJSON ΒΆ

func (v *NullableLcsClientExternal) UnmarshalJSON(src []byte) error

func (*NullableLcsClientExternal) Unset ΒΆ

func (v *NullableLcsClientExternal) Unset()

type NullableLcsClientGroupExternal ΒΆ

type NullableLcsClientGroupExternal struct {
	// contains filtered or unexported fields
}

func (NullableLcsClientGroupExternal) Get ΒΆ

func (NullableLcsClientGroupExternal) IsSet ΒΆ

func (NullableLcsClientGroupExternal) MarshalJSON ΒΆ

func (v NullableLcsClientGroupExternal) MarshalJSON() ([]byte, error)

func (*NullableLcsClientGroupExternal) Set ΒΆ

func (*NullableLcsClientGroupExternal) UnmarshalJSON ΒΆ

func (v *NullableLcsClientGroupExternal) UnmarshalJSON(src []byte) error

func (*NullableLcsClientGroupExternal) Unset ΒΆ

func (v *NullableLcsClientGroupExternal) Unset()

type NullableLcsMoData ΒΆ

type NullableLcsMoData struct {
	// contains filtered or unexported fields
}

func NewNullableLcsMoData ΒΆ

func NewNullableLcsMoData(val *LcsMoData) *NullableLcsMoData

func (NullableLcsMoData) Get ΒΆ

func (v NullableLcsMoData) Get() *LcsMoData

func (NullableLcsMoData) IsSet ΒΆ

func (v NullableLcsMoData) IsSet() bool

func (NullableLcsMoData) MarshalJSON ΒΆ

func (v NullableLcsMoData) MarshalJSON() ([]byte, error)

func (*NullableLcsMoData) Set ΒΆ

func (v *NullableLcsMoData) Set(val *LcsMoData)

func (*NullableLcsMoData) UnmarshalJSON ΒΆ

func (v *NullableLcsMoData) UnmarshalJSON(src []byte) error

func (*NullableLcsMoData) Unset ΒΆ

func (v *NullableLcsMoData) Unset()

type NullableLcsMoServiceClass ΒΆ

type NullableLcsMoServiceClass struct {
	// contains filtered or unexported fields
}

func NewNullableLcsMoServiceClass ΒΆ

func NewNullableLcsMoServiceClass(val *LcsMoServiceClass) *NullableLcsMoServiceClass

func (NullableLcsMoServiceClass) Get ΒΆ

func (NullableLcsMoServiceClass) IsSet ΒΆ

func (v NullableLcsMoServiceClass) IsSet() bool

func (NullableLcsMoServiceClass) MarshalJSON ΒΆ

func (v NullableLcsMoServiceClass) MarshalJSON() ([]byte, error)

func (*NullableLcsMoServiceClass) Set ΒΆ

func (*NullableLcsMoServiceClass) UnmarshalJSON ΒΆ

func (v *NullableLcsMoServiceClass) UnmarshalJSON(src []byte) error

func (*NullableLcsMoServiceClass) Unset ΒΆ

func (v *NullableLcsMoServiceClass) Unset()

type NullableLcsPrivacyData ΒΆ

type NullableLcsPrivacyData struct {
	// contains filtered or unexported fields
}

func NewNullableLcsPrivacyData ΒΆ

func NewNullableLcsPrivacyData(val *LcsPrivacyData) *NullableLcsPrivacyData

func (NullableLcsPrivacyData) Get ΒΆ

func (NullableLcsPrivacyData) IsSet ΒΆ

func (v NullableLcsPrivacyData) IsSet() bool

func (NullableLcsPrivacyData) MarshalJSON ΒΆ

func (v NullableLcsPrivacyData) MarshalJSON() ([]byte, error)

func (*NullableLcsPrivacyData) Set ΒΆ

func (*NullableLcsPrivacyData) UnmarshalJSON ΒΆ

func (v *NullableLcsPrivacyData) UnmarshalJSON(src []byte) error

func (*NullableLcsPrivacyData) Unset ΒΆ

func (v *NullableLcsPrivacyData) Unset()

type NullableLocal2dPointUncertaintyEllipse ΒΆ

type NullableLocal2dPointUncertaintyEllipse struct {
	// contains filtered or unexported fields
}

func NewNullableLocal2dPointUncertaintyEllipse ΒΆ

func NewNullableLocal2dPointUncertaintyEllipse(val *Local2dPointUncertaintyEllipse) *