openapi_Nudm_SDM

package
v1.18.2 Latest Latest
Warning

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

Go to latest
Published: Apr 9, 2023 License: Apache-2.0 Imports: 21 Imported by: 0

README

Go API client for openapi_Nudm_SDM

Nudm Subscriber Data Management Service.
© 2022, 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.3.0-alpha.1
  • 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 "github.com/GIT_USER_ID/GIT_REPO_ID/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 sw.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 sw.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 sw.ContextOperationServerIndices and sw.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

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

Example

auth := context.WithValue(context.Background(), sw.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, sw.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 (
	// 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 added in v1.18.2

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.3.0-alpha.1 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            *AmbrRm                 `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"`
	AccessTypeRestrictions      []AccessType            `json:"accessTypeRestrictions,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      *OdbPacketServices                                        `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       *EcRestrictionDataWb     `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"`
}

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) GetAccessTypeRestrictions

func (o *AccessAndMobilitySubscriptionData) GetAccessTypeRestrictions() []AccessType

GetAccessTypeRestrictions returns the AccessTypeRestrictions field value if set, zero value otherwise.

func (*AccessAndMobilitySubscriptionData) GetAccessTypeRestrictionsOk

func (o *AccessAndMobilitySubscriptionData) GetAccessTypeRestrictionsOk() ([]AccessType, bool)

GetAccessTypeRestrictionsOk returns a tuple with the AccessTypeRestrictions field value if set, nil otherwise and a boolean to check if the value has been 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.

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.

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.

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.

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() AmbrRm

GetSubscribedUeAmbr returns the SubscribedUeAmbr field value if set, zero value otherwise.

func (*AccessAndMobilitySubscriptionData) GetSubscribedUeAmbrOk

func (o *AccessAndMobilitySubscriptionData) GetSubscribedUeAmbrOk() (*AmbrRm, 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.

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) 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) HasAccessTypeRestrictions

func (o *AccessAndMobilitySubscriptionData) HasAccessTypeRestrictions() bool

HasAccessTypeRestrictions returns a boolean if a field 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) 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) SetAccessTypeRestrictions

func (o *AccessAndMobilitySubscriptionData) SetAccessTypeRestrictions(v []AccessType)

SetAccessTypeRestrictions gets a reference to the given []AccessType and assigns it to the AccessTypeRestrictions field.

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 EcRestrictionDataWb and assigns it to the EcRestrictionDataWb field.

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 OdbPacketServices and assigns it to the OdbPacketServices field.

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 AmbrRm)

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

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) 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) UnsetNssai

func (o *AccessAndMobilitySubscriptionData) UnsetNssai()

UnsetNssai ensures that no value is present for Nssai, 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) 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 {
	String *string
}

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 {
	String *string
}

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)

type AccessTokenReq

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

AccessTokenReq Contains information related to the access token request

func NewAccessTokenReq

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

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

func NewAccessTokenReqWithDefaults

func NewAccessTokenReqWithDefaults() *AccessTokenReq

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

func (*AccessTokenReq) GetGrantType

func (o *AccessTokenReq) GetGrantType() string

GetGrantType returns the GrantType field value

func (*AccessTokenReq) GetGrantTypeOk

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

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

func (*AccessTokenReq) GetHnrfAccessTokenUri

func (o *AccessTokenReq) GetHnrfAccessTokenUri() string

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

func (*AccessTokenReq) GetHnrfAccessTokenUriOk

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

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

func (*AccessTokenReq) GetNfInstanceId

func (o *AccessTokenReq) GetNfInstanceId() string

GetNfInstanceId returns the NfInstanceId field value

func (*AccessTokenReq) GetNfInstanceIdOk

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

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

func (*AccessTokenReq) GetNfType

func (o *AccessTokenReq) GetNfType() NFType

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

func (*AccessTokenReq) GetNfTypeOk

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

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

func (*AccessTokenReq) GetRequesterFqdn

func (o *AccessTokenReq) GetRequesterFqdn() string

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

func (*AccessTokenReq) GetRequesterFqdnOk

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

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

func (*AccessTokenReq) GetRequesterPlmn

func (o *AccessTokenReq) GetRequesterPlmn() PlmnId

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

func (*AccessTokenReq) GetRequesterPlmnList

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

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

func (*AccessTokenReq) GetRequesterPlmnListOk

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

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

func (*AccessTokenReq) GetRequesterPlmnOk

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

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

func (*AccessTokenReq) GetRequesterSnpnList

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

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

func (*AccessTokenReq) GetRequesterSnpnListOk

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

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

func (*AccessTokenReq) GetRequesterSnssaiList

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

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

func (*AccessTokenReq) GetRequesterSnssaiListOk

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

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

func (*AccessTokenReq) GetScope

func (o *AccessTokenReq) GetScope() string

GetScope returns the Scope field value

func (*AccessTokenReq) GetScopeOk

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

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

func (*AccessTokenReq) GetSourceNfInstanceId

func (o *AccessTokenReq) GetSourceNfInstanceId() string

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

func (*AccessTokenReq) GetSourceNfInstanceIdOk

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

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

func (*AccessTokenReq) GetTargetNfInstanceId

func (o *AccessTokenReq) GetTargetNfInstanceId() string

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

func (*AccessTokenReq) GetTargetNfInstanceIdOk

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

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

func (*AccessTokenReq) GetTargetNfServiceSetId

func (o *AccessTokenReq) GetTargetNfServiceSetId() string

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

func (*AccessTokenReq) GetTargetNfServiceSetIdOk

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

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

func (*AccessTokenReq) GetTargetNfSetId

func (o *AccessTokenReq) GetTargetNfSetId() string

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

func (*AccessTokenReq) GetTargetNfSetIdOk

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

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

func (*AccessTokenReq) GetTargetNfType

func (o *AccessTokenReq) GetTargetNfType() NFType

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

func (*AccessTokenReq) GetTargetNfTypeOk

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

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

func (*AccessTokenReq) GetTargetNsiList

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

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

func (*AccessTokenReq) GetTargetNsiListOk

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

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

func (*AccessTokenReq) GetTargetPlmn

func (o *AccessTokenReq) GetTargetPlmn() PlmnId

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

func (*AccessTokenReq) GetTargetPlmnOk

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

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

func (*AccessTokenReq) GetTargetSnpn

func (o *AccessTokenReq) GetTargetSnpn() PlmnIdNid

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

func (*AccessTokenReq) GetTargetSnpnOk

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

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

func (*AccessTokenReq) GetTargetSnssaiList

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

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

func (*AccessTokenReq) GetTargetSnssaiListOk

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

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

func (*AccessTokenReq) HasHnrfAccessTokenUri

func (o *AccessTokenReq) HasHnrfAccessTokenUri() bool

HasHnrfAccessTokenUri returns a boolean if a field has been set.

func (*AccessTokenReq) HasNfType

func (o *AccessTokenReq) HasNfType() bool

HasNfType returns a boolean if a field has been set.

func (*AccessTokenReq) HasRequesterFqdn

func (o *AccessTokenReq) HasRequesterFqdn() bool

HasRequesterFqdn returns a boolean if a field has been set.

func (*AccessTokenReq) HasRequesterPlmn

func (o *AccessTokenReq) HasRequesterPlmn() bool

HasRequesterPlmn returns a boolean if a field has been set.

func (*AccessTokenReq) HasRequesterPlmnList

func (o *AccessTokenReq) HasRequesterPlmnList() bool

HasRequesterPlmnList returns a boolean if a field has been set.

func (*AccessTokenReq) HasRequesterSnpnList

func (o *AccessTokenReq) HasRequesterSnpnList() bool

HasRequesterSnpnList returns a boolean if a field has been set.

func (*AccessTokenReq) HasRequesterSnssaiList

func (o *AccessTokenReq) HasRequesterSnssaiList() bool

HasRequesterSnssaiList returns a boolean if a field has been set.

func (*AccessTokenReq) HasSourceNfInstanceId

func (o *AccessTokenReq) HasSourceNfInstanceId() bool

HasSourceNfInstanceId returns a boolean if a field has been set.

func (*AccessTokenReq) HasTargetNfInstanceId

func (o *AccessTokenReq) HasTargetNfInstanceId() bool

HasTargetNfInstanceId returns a boolean if a field has been set.

func (*AccessTokenReq) HasTargetNfServiceSetId

func (o *AccessTokenReq) HasTargetNfServiceSetId() bool

HasTargetNfServiceSetId returns a boolean if a field has been set.

func (*AccessTokenReq) HasTargetNfSetId

func (o *AccessTokenReq) HasTargetNfSetId() bool

HasTargetNfSetId returns a boolean if a field has been set.

func (*AccessTokenReq) HasTargetNfType

func (o *AccessTokenReq) HasTargetNfType() bool

HasTargetNfType returns a boolean if a field has been set.

func (*AccessTokenReq) HasTargetNsiList

func (o *AccessTokenReq) HasTargetNsiList() bool

HasTargetNsiList returns a boolean if a field has been set.

func (*AccessTokenReq) HasTargetPlmn

func (o *AccessTokenReq) HasTargetPlmn() bool

HasTargetPlmn returns a boolean if a field has been set.

func (*AccessTokenReq) HasTargetSnpn

func (o *AccessTokenReq) HasTargetSnpn() bool

HasTargetSnpn returns a boolean if a field has been set.

func (*AccessTokenReq) HasTargetSnssaiList

func (o *AccessTokenReq) HasTargetSnssaiList() bool

HasTargetSnssaiList returns a boolean if a field has been set.

func (AccessTokenReq) MarshalJSON

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

func (*AccessTokenReq) SetGrantType

func (o *AccessTokenReq) SetGrantType(v string)

SetGrantType sets field value

func (*AccessTokenReq) SetHnrfAccessTokenUri

func (o *AccessTokenReq) SetHnrfAccessTokenUri(v string)

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

func (*AccessTokenReq) SetNfInstanceId

func (o *AccessTokenReq) SetNfInstanceId(v string)

SetNfInstanceId sets field value

func (*AccessTokenReq) SetNfType

func (o *AccessTokenReq) SetNfType(v NFType)

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

func (*AccessTokenReq) SetRequesterFqdn

func (o *AccessTokenReq) SetRequesterFqdn(v string)

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

func (*AccessTokenReq) SetRequesterPlmn

func (o *AccessTokenReq) SetRequesterPlmn(v PlmnId)

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

func (*AccessTokenReq) SetRequesterPlmnList

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

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

func (*AccessTokenReq) SetRequesterSnpnList

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

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

func (*AccessTokenReq) SetRequesterSnssaiList

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

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

func (*AccessTokenReq) SetScope

func (o *AccessTokenReq) SetScope(v string)

SetScope sets field value

func (*AccessTokenReq) SetSourceNfInstanceId

func (o *AccessTokenReq) SetSourceNfInstanceId(v string)

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

func (*AccessTokenReq) SetTargetNfInstanceId

func (o *AccessTokenReq) SetTargetNfInstanceId(v string)

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

func (*AccessTokenReq) SetTargetNfServiceSetId

func (o *AccessTokenReq) SetTargetNfServiceSetId(v string)

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

func (*AccessTokenReq) SetTargetNfSetId

func (o *AccessTokenReq) SetTargetNfSetId(v string)

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

func (*AccessTokenReq) SetTargetNfType

func (o *AccessTokenReq) SetTargetNfType(v NFType)

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

func (*AccessTokenReq) SetTargetNsiList

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

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

func (*AccessTokenReq) SetTargetPlmn

func (o *AccessTokenReq) SetTargetPlmn(v PlmnId)

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

func (*AccessTokenReq) SetTargetSnpn

func (o *AccessTokenReq) SetTargetSnpn(v PlmnIdNid)

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

func (*AccessTokenReq) SetTargetSnssaiList

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

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

func (AccessTokenReq) ToMap

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

type AccessType

type AccessType string

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

const (
	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)

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 *SliceMbrRm `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() SliceMbrRm

GetSubscribedUeSliceMbr returns the SubscribedUeSliceMbr field value if set, zero value otherwise.

func (*AdditionalSnssaiData) GetSubscribedUeSliceMbrOk

func (o *AdditionalSnssaiData) GetSubscribedUeSliceMbrOk() (*SliceMbrRm, 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.

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 SliceMbrRm)

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

func (AdditionalSnssaiData) ToMap

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

type AerialUeIndication

type AerialUeIndication struct {
	String *string
}

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)

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)

type AmbrRm

type AmbrRm struct {
	Ambr      *Ambr
	NullValue *NullValue
}

AmbrRm This data type is defined in the same way as the 'Ambr' data type, but with the OpenAPI 'nullable: true' property.\"

func (*AmbrRm) MarshalJSON

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

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

func (*AmbrRm) UnmarshalJSON

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

Unmarshal JSON data into any of the pointers in the struct

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)

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 {
	Interface *interface{}
}

Area - Provides area information.

func InterfaceAsArea

func InterfaceAsArea(v *interface{}) Area

interface{}AsArea is a convenience function that returns interface{} wrapped in Area

func (*Area) GetActualInstance

func (obj *Area) GetActualInstance() interface{}

Get the actual instance

func (Area) MarshalJSON

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

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

func (*Area) UnmarshalJSON

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

Unmarshal JSON data into one of the pointers in the struct

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)

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)

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)

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)

type ChangeType

type ChangeType struct {
	String *string
}

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 {
	String *string
}

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 {
	String *string
}

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 {
	String *string
}

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 {
	String *string
}

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 DataSetName

type DataSetName struct {
	String *string
}

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             *IpAddress       `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.

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.

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 IpAddress and assigns it to the DnAaaAddress field.

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) 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)

type EcRestrictionDataWb

type EcRestrictionDataWb struct {
	Interface *interface{}
}

EcRestrictionDataWb struct for EcRestrictionDataWb

func (*EcRestrictionDataWb) MarshalJSON

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

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

func (*EcRestrictionDataWb) UnmarshalJSON

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

Unmarshal JSON data into any of the pointers in the struct

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)

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)

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)

type EllipsoidArcAllOf

type EllipsoidArcAllOf struct {
	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"`
}

EllipsoidArcAllOf struct for EllipsoidArcAllOf

func NewEllipsoidArcAllOf

func NewEllipsoidArcAllOf(point GeographicalCoordinates, innerRadius int32, uncertaintyRadius float32, offsetAngle int32, includedAngle int32, confidence int32) *EllipsoidArcAllOf

NewEllipsoidArcAllOf instantiates a new EllipsoidArcAllOf 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 NewEllipsoidArcAllOfWithDefaults

func NewEllipsoidArcAllOfWithDefaults() *EllipsoidArcAllOf

NewEllipsoidArcAllOfWithDefaults instantiates a new EllipsoidArcAllOf 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 (*EllipsoidArcAllOf) GetConfidence

func (o *EllipsoidArcAllOf) GetConfidence() int32

GetConfidence returns the Confidence field value

func (*EllipsoidArcAllOf) GetConfidenceOk

func (o *EllipsoidArcAllOf) GetConfidenceOk() (*int32, bool)

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

func (*EllipsoidArcAllOf) GetIncludedAngle

func (o *EllipsoidArcAllOf) GetIncludedAngle() int32

GetIncludedAngle returns the IncludedAngle field value

func (*EllipsoidArcAllOf) GetIncludedAngleOk

func (o *EllipsoidArcAllOf) GetIncludedAngleOk() (*int32, bool)

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

func (*EllipsoidArcAllOf) GetInnerRadius

func (o *EllipsoidArcAllOf) GetInnerRadius() int32

GetInnerRadius returns the InnerRadius field value

func (*EllipsoidArcAllOf) GetInnerRadiusOk

func (o *EllipsoidArcAllOf) GetInnerRadiusOk() (*int32, bool)

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

func (*EllipsoidArcAllOf) GetOffsetAngle

func (o *EllipsoidArcAllOf) GetOffsetAngle() int32

GetOffsetAngle returns the OffsetAngle field value

func (*EllipsoidArcAllOf) GetOffsetAngleOk

func (o *EllipsoidArcAllOf) GetOffsetAngleOk() (*int32, bool)

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

func (*EllipsoidArcAllOf) GetPoint

GetPoint returns the Point field value

func (*EllipsoidArcAllOf) GetPointOk

func (o *EllipsoidArcAllOf) GetPointOk() (*GeographicalCoordinates, bool)

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

func (*EllipsoidArcAllOf) GetUncertaintyRadius

func (o *EllipsoidArcAllOf) GetUncertaintyRadius() float32

GetUncertaintyRadius returns the UncertaintyRadius field value

func (*EllipsoidArcAllOf) GetUncertaintyRadiusOk

func (o *EllipsoidArcAllOf) GetUncertaintyRadiusOk() (*float32, bool)

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

func (EllipsoidArcAllOf) MarshalJSON

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

func (*EllipsoidArcAllOf) SetConfidence

func (o *EllipsoidArcAllOf) SetConfidence(v int32)

SetConfidence sets field value

func (*EllipsoidArcAllOf) SetIncludedAngle

func (o *EllipsoidArcAllOf) SetIncludedAngle(v int32)

SetIncludedAngle sets field value

func (*EllipsoidArcAllOf) SetInnerRadius

func (o *EllipsoidArcAllOf) SetInnerRadius(v int32)

SetInnerRadius sets field value

func (*EllipsoidArcAllOf) SetOffsetAngle

func (o *EllipsoidArcAllOf) SetOffsetAngle(v int32)

SetOffsetAngle sets field value

func (*EllipsoidArcAllOf) SetPoint

SetPoint sets field value

func (*EllipsoidArcAllOf) SetUncertaintyRadius

func (o *EllipsoidArcAllOf) SetUncertaintyRadius(v float32)

SetUncertaintyRadius sets field value

func (EllipsoidArcAllOf) ToMap

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

type EmergencyInfo

type EmergencyInfo struct {
	Interface *interface{}
}

EmergencyInfo - struct for EmergencyInfo

func InterfaceAsEmergencyInfo

func InterfaceAsEmergencyInfo(v *interface{}) EmergencyInfo

interface{}AsEmergencyInfo is a convenience function that returns interface{} wrapped in EmergencyInfo

func (*EmergencyInfo) GetActualInstance

func (obj *EmergencyInfo) GetActualInstance() interface{}

Get the actual instance

func (EmergencyInfo) MarshalJSON

func (src EmergencyInfo) MarshalJSON() ([]byte, error)

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

func (*EmergencyInfo) UnmarshalJSON

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

Unmarshal JSON data into one of the pointers in the struct

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)

type EventForMdt

type EventForMdt struct {
	String *string
}

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)

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)

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)

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
	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)

type GlobalRanNodeId

type GlobalRanNodeId struct {
	Interface *interface{}
}

GlobalRanNodeId - One of the six attributes n3IwfId, gNbIdm, ngeNbId, wagfId, tngfId, eNbId shall be present.

func InterfaceAsGlobalRanNodeId

func InterfaceAsGlobalRanNodeId(v *interface{}) GlobalRanNodeId

interface{}AsGlobalRanNodeId is a convenience function that returns interface{} wrapped in GlobalRanNodeId

func (*GlobalRanNodeId) GetActualInstance

func (obj *GlobalRanNodeId) GetActualInstance() interface{}

Get the actual instance

func (GlobalRanNodeId) MarshalJSON

func (src GlobalRanNodeId) MarshalJSON() ([]byte, error)

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

func (*GlobalRanNodeId) UnmarshalJSON

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

Unmarshal JSON data into one of the pointers in the struct

type GpsiType

type GpsiType struct {
	String *string
}

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)

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)

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)

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)

type IpAddr

type IpAddr struct {
	Interface *interface{}
}

IpAddr - Contains an IP adresse.

func InterfaceAsIpAddr

func InterfaceAsIpAddr(v *interface{}) IpAddr

interface{}AsIpAddr is a convenience function that returns interface{} wrapped in IpAddr

func (*IpAddr) GetActualInstance

func (obj *IpAddr) GetActualInstance() interface{}

Get the actual instance

func (IpAddr) MarshalJSON

func (src IpAddr) MarshalJSON() ([]byte, error)

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

func (*IpAddr) UnmarshalJSON

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

Unmarshal JSON data into one of the pointers in the struct

type IpAddress

type IpAddress struct {
	Interface *interface{}
}

IpAddress - struct for IpAddress

func InterfaceAsIpAddress

func InterfaceAsIpAddress(v *interface{}) IpAddress

interface{}AsIpAddress is a convenience function that returns interface{} wrapped in IpAddress

func (*IpAddress) GetActualInstance

func (obj *IpAddress) GetActualInstance() interface{}

Get the actual instance

func (IpAddress) MarshalJSON

func (src IpAddress) MarshalJSON() ([]byte, error)

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

func (*IpAddress) UnmarshalJSON

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

Unmarshal JSON data into one of the pointers in the struct

type IpIndex

type IpIndex struct {
	Int32  *int32
	String *string
}

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 {
	String *string
}

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)

type LcsClientClass

type LcsClientClass struct {
	String *string
}

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)

type LcsMoServiceClass

type LcsMoServiceClass struct {
	String *string
}

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)

type Local2dPointUncertaintyEllipseAllOf

type Local2dPointUncertaintyEllipseAllOf struct {
	LocalOrigin        LocalOrigin               `json:"localOrigin"`
	Point              RelativeCartesianLocation `json:"point"`
	UncertaintyEllipse UncertaintyEllipse        `json:"uncertaintyEllipse"`
	// Indicates value of confidence.
	Confidence int32 `json:"confidence"`
}

Local2dPointUncertaintyEllipseAllOf struct for Local2dPointUncertaintyEllipseAllOf

func NewLocal2dPointUncertaintyEllipseAllOf

func NewLocal2dPointUncertaintyEllipseAllOf(localOrigin LocalOrigin, point RelativeCartesianLocation, uncertaintyEllipse UncertaintyEllipse, confidence int32) *Local2dPointUncertaintyEllipseAllOf

NewLocal2dPointUncertaintyEllipseAllOf instantiates a new Local2dPointUncertaintyEllipseAllOf 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 NewLocal2dPointUncertaintyEllipseAllOfWithDefaults

func NewLocal2dPointUncertaintyEllipseAllOfWithDefaults() *Local2dPointUncertaintyEllipseAllOf

NewLocal2dPointUncertaintyEllipseAllOfWithDefaults instantiates a new Local2dPointUncertaintyEllipseAllOf 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 (*Local2dPointUncertaintyEllipseAllOf) GetConfidence

func (o *Local2dPointUncertaintyEllipseAllOf) GetConfidence() int32

GetConfidence returns the Confidence field value

func (*Local2dPointUncertaintyEllipseAllOf) GetConfidenceOk

func (o *Local2dPointUncertaintyEllipseAllOf) GetConfidenceOk() (*int32, bool)

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

func (*Local2dPointUncertaintyEllipseAllOf) GetLocalOrigin

GetLocalOrigin returns the LocalOrigin field value

func (*Local2dPointUncertaintyEllipseAllOf) GetLocalOriginOk

func (o *Local2dPointUncertaintyEllipseAllOf) GetLocalOriginOk() (*LocalOrigin, bool)

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

func (*Local2dPointUncertaintyEllipseAllOf) GetPoint

GetPoint returns the Point field value

func (*Local2dPointUncertaintyEllipseAllOf) GetPointOk

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

func (*Local2dPointUncertaintyEllipseAllOf) GetUncertaintyEllipse

func (o *Local2dPointUncertaintyEllipseAllOf) GetUncertaintyEllipse() UncertaintyEllipse

GetUncertaintyEllipse returns the UncertaintyEllipse field value

func (*Local2dPointUncertaintyEllipseAllOf) GetUncertaintyEllipseOk

func (o *Local2dPointUncertaintyEllipseAllOf) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool)

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

func (Local2dPointUncertaintyEllipseAllOf) MarshalJSON

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

func (*Local2dPointUncertaintyEllipseAllOf) SetConfidence

func (o *Local2dPointUncertaintyEllipseAllOf) SetConfidence(v int32)

SetConfidence sets field value

func (*Local2dPointUncertaintyEllipseAllOf) SetLocalOrigin

func (o *Local2dPointUncertaintyEllipseAllOf) SetLocalOrigin(v LocalOrigin)

SetLocalOrigin sets field value

func (*Local2dPointUncertaintyEllipseAllOf) SetPoint

SetPoint sets field value

func (*Local2dPointUncertaintyEllipseAllOf) SetUncertaintyEllipse

func (o *Local2dPointUncertaintyEllipseAllOf) SetUncertaintyEllipse(v UncertaintyEllipse)

SetUncertaintyEllipse sets field value

func (Local2dPointUncertaintyEllipseAllOf) ToMap

func (o Local2dPointUncertaintyEllipseAllOf) ToMap() (map[string]interface{}, 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)

type Local3dPointUncertaintyEllipsoidAllOf

type Local3dPointUncertaintyEllipsoidAllOf struct {
	LocalOrigin          LocalOrigin               `json:"localOrigin"`
	Point                RelativeCartesianLocation `json:"point"`
	UncertaintyEllipsoid UncertaintyEllipsoid      `json:"uncertaintyEllipsoid"`
	// Indicates value of confidence.
	Confidence int32 `json:"confidence"`
}

Local3dPointUncertaintyEllipsoidAllOf struct for Local3dPointUncertaintyEllipsoidAllOf

func NewLocal3dPointUncertaintyEllipsoidAllOf

func NewLocal3dPointUncertaintyEllipsoidAllOf(localOrigin LocalOrigin, point RelativeCartesianLocation, uncertaintyEllipsoid UncertaintyEllipsoid, confidence int32) *Local3dPointUncertaintyEllipsoidAllOf

NewLocal3dPointUncertaintyEllipsoidAllOf instantiates a new Local3dPointUncertaintyEllipsoidAllOf 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 NewLocal3dPointUncertaintyEllipsoidAllOfWithDefaults

func NewLocal3dPointUncertaintyEllipsoidAllOfWithDefaults() *Local3dPointUncertaintyEllipsoidAllOf

NewLocal3dPointUncertaintyEllipsoidAllOfWithDefaults instantiates a new Local3dPointUncertaintyEllipsoidAllOf 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 (*Local3dPointUncertaintyEllipsoidAllOf) GetConfidence

func (o *Local3dPointUncertaintyEllipsoidAllOf) GetConfidence() int32

GetConfidence returns the Confidence field value

func (*Local3dPointUncertaintyEllipsoidAllOf) GetConfidenceOk

func (o *Local3dPointUncertaintyEllipsoidAllOf) GetConfidenceOk() (*int32, bool)

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

func (*Local3dPointUncertaintyEllipsoidAllOf) GetLocalOrigin

GetLocalOrigin returns the LocalOrigin field value

func (*Local3dPointUncertaintyEllipsoidAllOf) GetLocalOriginOk

func (o *Local3dPointUncertaintyEllipsoidAllOf) GetLocalOriginOk() (*LocalOrigin, bool)

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

func (*Local3dPointUncertaintyEllipsoidAllOf) GetPoint

GetPoint returns the Point field value

func (*Local3dPointUncertaintyEllipsoidAllOf) GetPointOk

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

func (*Local3dPointUncertaintyEllipsoidAllOf) GetUncertaintyEllipsoid

func (o *Local3dPointUncertaintyEllipsoidAllOf) GetUncertaintyEllipsoid() UncertaintyEllipsoid

GetUncertaintyEllipsoid returns the UncertaintyEllipsoid field value

func (*Local3dPointUncertaintyEllipsoidAllOf) GetUncertaintyEllipsoidOk

func (o *Local3dPointUncertaintyEllipsoidAllOf) GetUncertaintyEllipsoidOk() (*UncertaintyEllipsoid, bool)

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

func (Local3dPointUncertaintyEllipsoidAllOf) MarshalJSON

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

func (*Local3dPointUncertaintyEllipsoidAllOf) SetConfidence

func (o *Local3dPointUncertaintyEllipsoidAllOf) SetConfidence(v int32)

SetConfidence sets field value

func (*Local3dPointUncertaintyEllipsoidAllOf) SetLocalOrigin

SetLocalOrigin sets field value

func (*Local3dPointUncertaintyEllipsoidAllOf) SetPoint

SetPoint sets field value

func (*Local3dPointUncertaintyEllipsoidAllOf) SetUncertaintyEllipsoid

func (o *Local3dPointUncertaintyEllipsoidAllOf) SetUncertaintyEllipsoid(v UncertaintyEllipsoid)

SetUncertaintyEllipsoid sets field value

func (Local3dPointUncertaintyEllipsoidAllOf) ToMap

func (o Local3dPointUncertaintyEllipsoidAllOf) ToMap() (map[string]interface{}, 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 {
	String *string
}

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 {
	String *string
}

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 {
	String *string
}

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 {
	String *string
}

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 {
	String *string
}

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)

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 {
	Interface *interface{}
}

MbsSessionId MBS Session Identifier

func (*MbsSessionId) MarshalJSON

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

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

func (*MbsSessionId) UnmarshalJSON

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

Unmarshal JSON data into any of the pointers in the struct

type 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)

type MdtUserConsent

type MdtUserConsent struct {
	String *string
}

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 {
	String *string
}

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 {
	String *string
}

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 {
	String *string
}

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"`
	SubscriptionId *string      `json:"subscriptionId,omitempty"`
}

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) GetSubscriptionId

func (o *ModificationNotification) GetSubscriptionId() string

GetSubscriptionId returns the SubscriptionId field value if set, zero value otherwise.

func (*ModificationNotification) GetSubscriptionIdOk

func (o *ModificationNotification) GetSubscriptionIdOk() (*string, bool)

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

func (*ModificationNotification) HasSubscriptionId

func (o *ModificationNotification) HasSubscriptionId() bool

HasSubscriptionId returns a boolean if a field 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) SetSubscriptionId

func (o *ModificationNotification) SetSubscriptionId(v string)

SetSubscriptionId gets a reference to the given string and assigns it to the SubscriptionId field.

func (ModificationNotification) ToMap

func (o ModificationNotification) ToMap() (map[string]interface{}, 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 {
	String *string
}

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)

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)

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)

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)

type NullValue

type NullValue string

NullValue JSON's null value.

const (
	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 NewNullableAdditionalSnssaiData

func NewNullableAdditionalSnssaiData(val *AdditionalSnssaiData) *NullableAdditionalSnssaiData

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 NullableAmbrRm

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

func NewNullableAmbrRm

func NewNullableAmbrRm(val *AmbrRm) *NullableAmbrRm

func (NullableAmbrRm) Get

func (v NullableAmbrRm) Get() *AmbrRm

func (NullableAmbrRm) IsSet

func (v NullableAmbrRm) IsSet() bool

func (NullableAmbrRm) MarshalJSON

func (v NullableAmbrRm) MarshalJSON() ([]byte, error)

func (*NullableAmbrRm) Set

func (v *NullableAmbrRm) Set(val *AmbrRm)

func (*NullableAmbrRm) UnmarshalJSON

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

func (*NullableAmbrRm) Unset

func (v *NullableAmbrRm) 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 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 NewNullableEcRestrictionDataWb

func NewNullableEcRestrictionDataWb(val *EcRestrictionDataWb) *NullableEcRestrictionDataWb

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 NullableEllipsoidArcAllOf

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

func NewNullableEllipsoidArcAllOf

func NewNullableEllipsoidArcAllOf(val *EllipsoidArcAllOf) *NullableEllipsoidArcAllOf

func (NullableEllipsoidArcAllOf) Get

func (NullableEllipsoidArcAllOf) IsSet

func (v NullableEllipsoidArcAllOf) IsSet() bool

func (NullableEllipsoidArcAllOf) MarshalJSON

func (v NullableEllipsoidArcAllOf) MarshalJSON() ([]byte, error)

func (*NullableEllipsoidArcAllOf) Set

func (*NullableEllipsoidArcAllOf) UnmarshalJSON

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

func (*NullableEllipsoidArcAllOf) Unset

func (v *NullableEllipsoidArcAllOf) 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 NewNullableEpsInterworkingInfo

func NewNullableEpsInterworkingInfo(val *EpsInterworkingInfo) *NullableEpsInterworkingInfo

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 NewNullableIdTranslationResult

func NewNullableIdTranslationResult(val *IdTranslationResult) *NullableIdTranslationResult

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 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 NewNullableInterFreqTargetInfo

func NewNullableInterFreqTargetInfo(val *InterFreqTargetInfo) *NullableInterFreqTargetInfo

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 (NullableLocal2dPointUncertaintyEllipse) Get

func (NullableLocal2dPointUncertaintyEllipse) IsSet

func (NullableLocal2dPointUncertaintyEllipse) MarshalJSON

func (v NullableLocal2dPointUncertaintyEllipse) MarshalJSON() ([]byte, error)

func (*NullableLocal2dPointUncertaintyEllipse) Set

func (*NullableLocal2dPointUncertaintyEllipse) UnmarshalJSON

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

func (*NullableLocal2dPointUncertaintyEllipse) Unset

type NullableLocal2dPointUncertaintyEllipseAllOf

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

func (NullableLocal2dPointUncertaintyEllipseAllOf) Get

func (NullableLocal2dPointUncertaintyEllipseAllOf) IsSet

func (NullableLocal2dPointUncertaintyEllipseAllOf) MarshalJSON

func (*NullableLocal2dPointUncertaintyEllipseAllOf) Set

func (*NullableLocal2dPointUncertaintyEllipseAllOf) UnmarshalJSON

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

func (*NullableLocal2dPointUncertaintyEllipseAllOf) Unset

type NullableLocal3dPointUncertaintyEllipsoid

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

func (NullableLocal3dPointUncertaintyEllipsoid) Get

func (NullableLocal3dPointUncertaintyEllipsoid) IsSet

func (NullableLocal3dPointUncertaintyEllipsoid) MarshalJSON

func (*NullableLocal3dPointUncertaintyEllipsoid) Set

func (*NullableLocal3dPointUncertaintyEllipsoid) UnmarshalJSON

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

func (*NullableLocal3dPointUncertaintyEllipsoid) Unset

type NullableLocal3dPointUncertaintyEllipsoidAllOf

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

func (NullableLocal3dPointUncertaintyEllipsoidAllOf) Get

func (NullableLocal3dPointUncertaintyEllipsoidAllOf) IsSet

func (NullableLocal3dPointUncertaintyEllipsoidAllOf) MarshalJSON

func (*NullableLocal3dPointUncertaintyEllipsoidAllOf) Set

func (*NullableLocal3dPointUncertaintyEllipsoidAllOf) UnmarshalJSON

func (*NullableLocal3dPointUncertaintyEllipsoidAllOf) Unset

type NullableLocalOrigin

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

func NewNullableLocalOrigin

func NewNullableLocalOrigin(val *LocalOrigin) *NullableLocalOrigin

func (NullableLocalOrigin) Get

func (NullableLocalOrigin) IsSet

func (v NullableLocalOrigin) IsSet() bool

func (NullableLocalOrigin) MarshalJSON

func (v NullableLocalOrigin) MarshalJSON() ([]byte, error)

func (*NullableLocalOrigin) Set

func (v *NullableLocalOrigin) Set(val *LocalOrigin)

func (*NullableLocalOrigin) UnmarshalJSON

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

func (*NullableLocalOrigin) Unset

func (v *NullableLocalOrigin) Unset()

type NullableLocationArea

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

func NewNullableLocationArea

func NewNullableLocationArea(val *LocationArea) *NullableLocationArea

func (NullableLocationArea) Get

func (NullableLocationArea) IsSet

func (v NullableLocationArea) IsSet() bool

func (NullableLocationArea) MarshalJSON

func (v NullableLocationArea) MarshalJSON() ([]byte, error)

func (*NullableLocationArea) Set

func (v *NullableLocationArea) Set(val *LocationArea)

func (*NullableLocationArea) UnmarshalJSON

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

func (*NullableLocationArea) Unset

func (v *NullableLocationArea) Unset()

type NullableLocationPrivacyInd

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

func NewNullableLocationPrivacyInd

func NewNullableLocationPrivacyInd(val *LocationPrivacyInd) *NullableLocationPrivacyInd

func (NullableLocationPrivacyInd) Get

func (NullableLocationPrivacyInd) IsSet

func (v NullableLocationPrivacyInd) IsSet() bool

func (NullableLocationPrivacyInd) MarshalJSON

func (v NullableLocationPrivacyInd) MarshalJSON() ([]byte, error)

func (*NullableLocationPrivacyInd) Set

func (*NullableLocationPrivacyInd) UnmarshalJSON

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

func (*NullableLocationPrivacyInd) Unset

func (v *NullableLocationPrivacyInd) Unset()

type NullableLoggingDurationMdt

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

func NewNullableLoggingDurationMdt

func NewNullableLoggingDurationMdt(val *LoggingDurationMdt) *NullableLoggingDurationMdt

func (NullableLoggingDurationMdt) Get

func (NullableLoggingDurationMdt) IsSet

func (v NullableLoggingDurationMdt) IsSet() bool

func (NullableLoggingDurationMdt) MarshalJSON

func (v NullableLoggingDurationMdt) MarshalJSON() ([]byte, error)

func (*NullableLoggingDurationMdt) Set

func (*NullableLoggingDurationMdt) UnmarshalJSON

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

func (*NullableLoggingDurationMdt) Unset

func (v *NullableLoggingDurationMdt) Unset()

type NullableLoggingDurationNrMdt

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

func NewNullableLoggingDurationNrMdt

func NewNullableLoggingDurationNrMdt(val *LoggingDurationNrMdt) *NullableLoggingDurationNrMdt

func (NullableLoggingDurationNrMdt) Get

func (NullableLoggingDurationNrMdt) IsSet

func (NullableLoggingDurationNrMdt) MarshalJSON

func (v NullableLoggingDurationNrMdt) MarshalJSON() ([]byte, error)

func (*NullableLoggingDurationNrMdt) Set

func (*NullableLoggingDurationNrMdt) UnmarshalJSON

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

func (*NullableLoggingDurationNrMdt) Unset

func (v *NullableLoggingDurationNrMdt) Unset()

type NullableLoggingIntervalMdt

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

func NewNullableLoggingIntervalMdt

func NewNullableLoggingIntervalMdt(val *LoggingIntervalMdt) *NullableLoggingIntervalMdt

func (NullableLoggingIntervalMdt) Get

func (NullableLoggingIntervalMdt) IsSet

func (v NullableLoggingIntervalMdt) IsSet() bool

func (NullableLoggingIntervalMdt) MarshalJSON

func (v NullableLoggingIntervalMdt) MarshalJSON() ([]byte, error)

func (*NullableLoggingIntervalMdt) Set

func (*NullableLoggingIntervalMdt) UnmarshalJSON

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

func (*NullableLoggingIntervalMdt) Unset

func (v *NullableLoggingIntervalMdt) Unset()

type NullableLoggingIntervalNrMdt

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

func NewNullableLoggingIntervalNrMdt

func NewNullableLoggingIntervalNrMdt(val *LoggingIntervalNrMdt) *NullableLoggingIntervalNrMdt

func (NullableLoggingIntervalNrMdt) Get

func (NullableLoggingIntervalNrMdt) IsSet

func (NullableLoggingIntervalNrMdt) MarshalJSON

func (v NullableLoggingIntervalNrMdt) MarshalJSON() ([]byte, error)

func (*NullableLoggingIntervalNrMdt) Set

func (*NullableLoggingIntervalNrMdt) UnmarshalJSON

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

func (*NullableLoggingIntervalNrMdt) Unset

func (v *NullableLoggingIntervalNrMdt) Unset()

type NullableLpi

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

func NewNullableLpi

func NewNullableLpi(val *Lpi) *NullableLpi

func (NullableLpi) Get

func (v NullableLpi) Get() *Lpi

func (NullableLpi) IsSet

func (v NullableLpi) IsSet() bool

func (NullableLpi) MarshalJSON

func (v NullableLpi) MarshalJSON() ([]byte, error)

func (*NullableLpi) Set

func (v *NullableLpi) Set(val *Lpi)

func (*NullableLpi) UnmarshalJSON

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

func (*NullableLpi) Unset

func (v *NullableLpi) Unset()

type NullableLteV2xAuth

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

func NewNullableLteV2xAuth

func NewNullableLteV2xAuth(val *LteV2xAuth) *NullableLteV2xAuth

func (NullableLteV2xAuth) Get

func (v NullableLteV2xAuth) Get() *LteV2xAuth

func (NullableLteV2xAuth) IsSet

func (v NullableLteV2xAuth) IsSet() bool

func (NullableLteV2xAuth) MarshalJSON

func (v NullableLteV2xAuth) MarshalJSON() ([]byte, error)

func (*NullableLteV2xAuth) Set

func (v *NullableLteV2xAuth) Set(val *LteV2xAuth)

func (*NullableLteV2xAuth) UnmarshalJSON

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

func (*NullableLteV2xAuth) Unset

func (v *NullableLteV2xAuth) Unset()

type NullableMbsSessionId

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

func NewNullableMbsSessionId

func NewNullableMbsSessionId(val *MbsSessionId) *NullableMbsSessionId

func (NullableMbsSessionId) Get

func (NullableMbsSessionId) IsSet

func (v NullableMbsSessionId) IsSet() bool

func (NullableMbsSessionId) MarshalJSON

func (v NullableMbsSessionId) MarshalJSON() ([]byte, error)

func (*NullableMbsSessionId) Set

func (v *NullableMbsSessionId) Set(val *MbsSessionId)

func (*NullableMbsSessionId) UnmarshalJSON

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

func (*NullableMbsSessionId) Unset

func (v *NullableMbsSessionId) Unset()

type NullableMbsSubscriptionData

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

func NewNullableMbsSubscriptionData

func NewNullableMbsSubscriptionData(val *MbsSubscriptionData) *NullableMbsSubscriptionData

func (NullableMbsSubscriptionData) Get

func (NullableMbsSubscriptionData) IsSet

func (NullableMbsSubscriptionData) MarshalJSON

func (v NullableMbsSubscriptionData) MarshalJSON() ([]byte, error)

func (*NullableMbsSubscriptionData) Set

func (*NullableMbsSubscriptionData) UnmarshalJSON

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

func (*NullableMbsSubscriptionData) Unset

func (v *NullableMbsSubscriptionData) Unset()

type NullableMbsfnArea

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

func NewNullableMbsfnArea

func NewNullableMbsfnArea(val *MbsfnArea) *NullableMbsfnArea

func (NullableMbsfnArea) Get

func (v NullableMbsfnArea) Get() *MbsfnArea

func (NullableMbsfnArea) IsSet

func (v NullableMbsfnArea) IsSet() bool

func (NullableMbsfnArea) MarshalJSON

func (v NullableMbsfnArea) MarshalJSON() ([]byte, error)

func (*NullableMbsfnArea) Set

func (v *NullableMbsfnArea) Set(val *MbsfnArea)

func (*NullableMbsfnArea) UnmarshalJSON

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

func (*NullableMbsfnArea) Unset

func (v *NullableMbsfnArea) Unset()

type NullableMdtConfiguration

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

func NewNullableMdtConfiguration

func NewNullableMdtConfiguration(val *MdtConfiguration) *NullableMdtConfiguration

func (NullableMdtConfiguration) Get

func (NullableMdtConfiguration) IsSet

func (v NullableMdtConfiguration) IsSet() bool

func (NullableMdtConfiguration) MarshalJSON

func (v NullableMdtConfiguration) MarshalJSON() ([]byte, error)

func (*NullableMdtConfiguration) Set

func (*NullableMdtConfiguration) UnmarshalJSON

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

func (*NullableMdtConfiguration) Unset

func (v *NullableMdtConfiguration) Unset()

type NullableMdtUserConsent

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

func NewNullableMdtUserConsent

func NewNullableMdtUserConsent(val *MdtUserConsent) *NullableMdtUserConsent

func (NullableMdtUserConsent) Get

func (NullableMdtUserConsent) IsSet

func (v NullableMdtUserConsent) IsSet() bool

func (NullableMdtUserConsent) MarshalJSON

func (v NullableMdtUserConsent) MarshalJSON() ([]byte, error)

func (*NullableMdtUserConsent) Set

func (*NullableMdtUserConsent) UnmarshalJSON

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

func (*NullableMdtUserConsent) Unset

func (v *NullableMdtUserConsent) Unset()

type NullableMeasurementLteForMdt

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

func NewNullableMeasurementLteForMdt

func NewNullableMeasurementLteForMdt(val *MeasurementLteForMdt) *NullableMeasurementLteForMdt

func (NullableMeasurementLteForMdt) Get

func (NullableMeasurementLteForMdt) IsSet

func (NullableMeasurementLteForMdt) MarshalJSON

func (v NullableMeasurementLteForMdt) MarshalJSON() ([]byte, error)

func (*NullableMeasurementLteForMdt) Set

func (*NullableMeasurementLteForMdt) UnmarshalJSON

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

func (*NullableMeasurementLteForMdt) Unset

func (v *NullableMeasurementLteForMdt) Unset()

type NullableMeasurementNrForMdt

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

func NewNullableMeasurementNrForMdt

func NewNullableMeasurementNrForMdt(val *MeasurementNrForMdt) *NullableMeasurementNrForMdt

func (NullableMeasurementNrForMdt) Get

func (NullableMeasurementNrForMdt) IsSet

func (NullableMeasurementNrForMdt) MarshalJSON

func (v NullableMeasurementNrForMdt) MarshalJSON() ([]byte, error)

func (*NullableMeasurementNrForMdt) Set

func (*NullableMeasurementNrForMdt) UnmarshalJSON

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

func (*NullableMeasurementNrForMdt) Unset

func (v *NullableMeasurementNrForMdt) Unset()

type NullableMeasurementPeriodLteMdt

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

func (NullableMeasurementPeriodLteMdt) Get

func (NullableMeasurementPeriodLteMdt) IsSet

func (NullableMeasurementPeriodLteMdt) MarshalJSON

func (v NullableMeasurementPeriodLteMdt) MarshalJSON() ([]byte, error)

func (*NullableMeasurementPeriodLteMdt) Set

func (*NullableMeasurementPeriodLteMdt) UnmarshalJSON

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

func (*NullableMeasurementPeriodLteMdt) Unset

type NullableModificationNotification

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

func (NullableModificationNotification) Get

func (NullableModificationNotification) IsSet

func (NullableModificationNotification) MarshalJSON

func (v NullableModificationNotification) MarshalJSON() ([]byte, error)

func (*NullableModificationNotification) Set

func (*NullableModificationNotification) UnmarshalJSON

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

func (*NullableModificationNotification) Unset

type NullableModify200Response

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

func NewNullableModify200Response

func NewNullableModify200Response(val *Modify200Response) *NullableModify200Response

func (NullableModify200Response) Get

func (NullableModify200Response) IsSet

func (v NullableModify200Response) IsSet() bool

func (NullableModify200Response) MarshalJSON

func (v NullableModify200Response) MarshalJSON() ([]byte, error)

func (*NullableModify200Response) Set

func (*NullableModify200Response) UnmarshalJSON

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

func (*NullableModify200Response) Unset

func (v *NullableModify200Response) Unset()

type NullableNFType

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

func NewNullableNFType

func NewNullableNFType(val *NFType) *NullableNFType

func (NullableNFType) Get

func (v NullableNFType) Get() *NFType

func (NullableNFType) IsSet

func (v NullableNFType) IsSet() bool

func (NullableNFType) MarshalJSON

func (v NullableNFType) MarshalJSON() ([]byte, error)

func (*NullableNFType) Set

func (v *NullableNFType) Set(val *NFType)

func (*NullableNFType) UnmarshalJSON

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

func (*NullableNFType) Unset

func (v *NullableNFType) Unset()

type NullableNcgi

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

func NewNullableNcgi

func NewNullableNcgi(val *Ncgi) *NullableNcgi

func (NullableNcgi) Get

func (v NullableNcgi) Get() *Ncgi

func (NullableNcgi) IsSet

func (v NullableNcgi) IsSet() bool

func (NullableNcgi) MarshalJSON

func (v NullableNcgi) MarshalJSON() ([]byte, error)

func (*NullableNcgi) Set

func (v *NullableNcgi) Set(val *Ncgi)

func (*NullableNcgi) UnmarshalJSON

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

func (*NullableNcgi) Unset

func (v *NullableNcgi) Unset()

type NullableNetworkAreaInfo

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

func NewNullableNetworkAreaInfo

func NewNullableNetworkAreaInfo(val *NetworkAreaInfo) *NullableNetworkAreaInfo

func (NullableNetworkAreaInfo) Get

func (NullableNetworkAreaInfo) IsSet

func (v NullableNetworkAreaInfo) IsSet() bool

func (NullableNetworkAreaInfo) MarshalJSON

func (v NullableNetworkAreaInfo) MarshalJSON() ([]byte, error)

func (*NullableNetworkAreaInfo) Set

func (*NullableNetworkAreaInfo) UnmarshalJSON

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

func (*NullableNetworkAreaInfo) Unset

func (v *NullableNetworkAreaInfo) Unset()

type NullableNiddInformation

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

func NewNullableNiddInformation

func NewNullableNiddInformation(val *NiddInformation) *NullableNiddInformation

func (NullableNiddInformation) Get

func (NullableNiddInformation) IsSet

func (v NullableNiddInformation) IsSet() bool

func (NullableNiddInformation) MarshalJSON

func (v NullableNiddInformation) MarshalJSON() ([]byte, error)

func (*NullableNiddInformation) Set

func (*NullableNiddInformation) UnmarshalJSON

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

func (*NullableNiddInformation) Unset

func (v *NullableNiddInformation) Unset()

type NullableNotifyItem

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

func NewNullableNotifyItem

func NewNullableNotifyItem(val *NotifyItem) *NullableNotifyItem

func (NullableNotifyItem) Get

func (v NullableNotifyItem) Get() *NotifyItem

func (NullableNotifyItem) IsSet

func (v NullableNotifyItem) IsSet() bool

func (NullableNotifyItem) MarshalJSON

func (v NullableNotifyItem) MarshalJSON() ([]byte, error)

func (*NullableNotifyItem) Set

func (v *NullableNotifyItem) Set(val *NotifyItem)

func (*NullableNotifyItem) UnmarshalJSON

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

func (*NullableNotifyItem) Unset

func (v *NullableNotifyItem) Unset()

type NullableNrV2xAuth

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

func NewNullableNrV2xAuth

func NewNullableNrV2xAuth(val *NrV2xAuth) *NullableNrV2xAuth

func (NullableNrV2xAuth) Get

func (v NullableNrV2xAuth) Get() *NrV2xAuth

func (NullableNrV2xAuth) IsSet

func (v NullableNrV2xAuth) IsSet() bool

func (NullableNrV2xAuth) MarshalJSON

func (v NullableNrV2xAuth) MarshalJSON() ([]byte, error)

func (*NullableNrV2xAuth) Set

func (v *NullableNrV2xAuth) Set(val *