OpenAPI_Nudm_SDM

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

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

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

README ¶

Go API client for OpenAPI_Nudm_SDM

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

Overview

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

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

Installation

Install the following dependencies:

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

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

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

To use a proxy, set the environment variable HTTP_PROXY:

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

Configuration of Server URL

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

Select Server Configuration

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

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

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

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

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

URLs Configuration per Operation

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

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

Documentation for API Endpoints

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

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

Documentation For Models

Documentation For Authorization

Authentication schemes defined for the API:

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

Example

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

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

import "golang.org/x/oauth2"

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

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

Documentation for Utility Methods

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

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

Author

Documentation ¶

Index ¶

Constants ¶

This section is empty.

Variables ¶

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

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

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

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

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

All allowed values of AccessType enum

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

All allowed values of NullValue enum

Functions ¶

func CacheExpires ¶

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

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

func IsNil ¶

func IsNil(i interface{}) bool

IsNil checks if an input is nil

func PtrBool ¶

func PtrBool(v bool) *bool

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

func PtrFloat32 ¶

func PtrFloat32(v float32) *float32

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

func PtrFloat64 ¶

func PtrFloat64(v float64) *float64

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

func PtrInt ¶

func PtrInt(v int) *int

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

func PtrInt32 ¶

func PtrInt32(v int32) *int32

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

func PtrInt64 ¶

func PtrInt64(v int64) *int64

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

func PtrString ¶

func PtrString(v string) *string

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

func PtrTime ¶

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

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

Types ¶

type APIClient ¶

type APIClient struct {
	AccessAndMobilitySubscriptionDataRetrievalAPI *AccessAndMobilitySubscriptionDataRetrievalAPIService

	Class5MBSSubscriptionDataRetrievalAPI *Class5MBSSubscriptionDataRetrievalAPIService

	EnhancedCoverageRestrictionDataRetrievalAPI *EnhancedCoverageRestrictionDataRetrievalAPIService

	GPSIToSUPITranslationOrSUPIToGPSITranslationAPI *GPSIToSUPITranslationOrSUPIToGPSITranslationAPIService

	GroupIdentifiersAPI *GroupIdentifiersAPIService

	LCSBroadcastAssistanceDataTypesRetrievalAPI *LCSBroadcastAssistanceDataTypesRetrievalAPIService

	LCSMobileOriginatedDataRetrievalAPI *LCSMobileOriginatedDataRetrievalAPIService

	LCSPrivacyDataRetrievalAPI *LCSPrivacyDataRetrievalAPIService

	MultipleIdentifiersAPI *MultipleIdentifiersAPIService

	ProseSubscriptionDataRetrievalAPI *ProseSubscriptionDataRetrievalAPIService

	ProvidingAcknowledgementOfCAGUpdateAPI *ProvidingAcknowledgementOfCAGUpdateAPIService

	ProvidingAcknowledgementOfSNSSAIsUpdateAPI *ProvidingAcknowledgementOfSNSSAIsUpdateAPIService

	ProvidingAcknowledgementOfSteeringOfRoamingAPI *ProvidingAcknowledgementOfSteeringOfRoamingAPIService

	ProvidingAcknowledgementOfUEParametersUpdateAPI *ProvidingAcknowledgementOfUEParametersUpdateAPIService

	RetrievalOfMultipleDataSetsAPI *RetrievalOfMultipleDataSetsAPIService

	RetrievalOfSharedDataAPI *RetrievalOfSharedDataAPIService

	RetrievalOfTheIndividualSharedDataAPI *RetrievalOfTheIndividualSharedDataAPIService

	SMFSelectionSubscriptionDataRetrievalAPI *SMFSelectionSubscriptionDataRetrievalAPIService

	SMSManagementSubscriptionDataRetrievalAPI *SMSManagementSubscriptionDataRetrievalAPIService

	SMSSubscriptionDataRetrievalAPI *SMSSubscriptionDataRetrievalAPIService

	SessionManagementSubscriptionDataRetrievalAPI *SessionManagementSubscriptionDataRetrievalAPIService

	SliceSelectionSubscriptionDataRetrievalAPI *SliceSelectionSubscriptionDataRetrievalAPIService

	SubscriptionCreationAPI *SubscriptionCreationAPIService

	SubscriptionCreationForSharedDataAPI *SubscriptionCreationForSharedDataAPIService

	SubscriptionDeletionAPI *SubscriptionDeletionAPIService

	SubscriptionDeletionForSharedDataAPI *SubscriptionDeletionForSharedDataAPIService

	SubscriptionModificationAPI *SubscriptionModificationAPIService

	TraceConfigurationDataRetrievalAPI *TraceConfigurationDataRetrievalAPIService

	TriggerSORInfoUpdateAPI *TriggerSORInfoUpdateAPIService

	UEContextInAMFDataRetrievalAPI *UEContextInAMFDataRetrievalAPIService

	UEContextInSMFDataRetrievalAPI *UEContextInSMFDataRetrievalAPIService

	UEContextInSMSFDataRetrievalAPI *UEContextInSMSFDataRetrievalAPIService

	UserConsentSubscriptionDataRetrievalAPI *UserConsentSubscriptionDataRetrievalAPIService

	V2XSubscriptionDataRetrievalAPI *V2XSubscriptionDataRetrievalAPIService
	// contains filtered or unexported fields
}

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

func NewAPIClient ¶

func NewAPIClient(cfg *Configuration) *APIClient

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

func (*APIClient) GetConfig ¶

func (c *APIClient) GetConfig() *Configuration

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

type APIKey ¶

type APIKey struct {
	Key    string
	Prefix string
}

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

type APIResponse ¶

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

APIResponse stores the API response returned by the server.

func NewAPIResponse ¶

func NewAPIResponse(r *http.Response) *APIResponse

NewAPIResponse returns a new APIResponse object.

func NewAPIResponseWithError ¶

func NewAPIResponseWithError(errorMessage string) *APIResponse

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

type AccessAndMobilitySubscriptionData ¶

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

AccessAndMobilitySubscriptionData struct for AccessAndMobilitySubscriptionData

func NewAccessAndMobilitySubscriptionData ¶

func NewAccessAndMobilitySubscriptionData() *AccessAndMobilitySubscriptionData

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

func NewAccessAndMobilitySubscriptionDataWithDefaults ¶

func NewAccessAndMobilitySubscriptionDataWithDefaults() *AccessAndMobilitySubscriptionData

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

func (*AccessAndMobilitySubscriptionData) GetActiveTime ¶

func (o *AccessAndMobilitySubscriptionData) GetActiveTime() int32

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

func (*AccessAndMobilitySubscriptionData) GetActiveTimeOk ¶

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

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

func (*AccessAndMobilitySubscriptionData) GetAdjacentPlmnRestrictions ¶

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

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

func (*AccessAndMobilitySubscriptionData) GetAdjacentPlmnRestrictionsOk ¶

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

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

func (*AccessAndMobilitySubscriptionData) GetAerialUeSubInfo ¶

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

func (*AccessAndMobilitySubscriptionData) GetAerialUeSubInfoOk ¶

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

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

func (*AccessAndMobilitySubscriptionData) GetCMsisdn ¶

func (o *AccessAndMobilitySubscriptionData) GetCMsisdn() string

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

func (*AccessAndMobilitySubscriptionData) GetCMsisdnOk ¶

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

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

func (*AccessAndMobilitySubscriptionData) GetCagData ¶

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

func (*AccessAndMobilitySubscriptionData) GetCagDataOk ¶

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

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

func (*AccessAndMobilitySubscriptionData) GetCoreNetworkTypeRestrictions ¶

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

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

func (*AccessAndMobilitySubscriptionData) GetCoreNetworkTypeRestrictionsOk ¶

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

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

func (*AccessAndMobilitySubscriptionData) GetEcRestrictionDataNb ¶

func (o *AccessAndMobilitySubscriptionData) GetEcRestrictionDataNb() bool

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

func (*AccessAndMobilitySubscriptionData) GetEcRestrictionDataNbOk ¶

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

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

func (*AccessAndMobilitySubscriptionData) GetEcRestrictionDataWb ¶

func (o *AccessAndMobilitySubscriptionData) GetEcRestrictionDataWb() EcRestrictionDataWb

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

func (*AccessAndMobilitySubscriptionData) GetEcRestrictionDataWbOk ¶

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

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

func (*AccessAndMobilitySubscriptionData) GetEdrxParametersList ¶

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

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

func (*AccessAndMobilitySubscriptionData) GetEdrxParametersListOk ¶

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

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

func (*AccessAndMobilitySubscriptionData) GetExpectedUeBehaviourList ¶

func (o *AccessAndMobilitySubscriptionData) GetExpectedUeBehaviourList() ExpectedUeBehaviourData

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

func (*AccessAndMobilitySubscriptionData) GetExpectedUeBehaviourListOk ¶

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

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

func (*AccessAndMobilitySubscriptionData) GetForbiddenAreas ¶

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

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

func (*AccessAndMobilitySubscriptionData) GetForbiddenAreasOk ¶

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

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

func (*AccessAndMobilitySubscriptionData) GetGpsis ¶

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

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

func (*AccessAndMobilitySubscriptionData) GetGpsisOk ¶

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

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

func (*AccessAndMobilitySubscriptionData) GetHssGroupId ¶

func (o *AccessAndMobilitySubscriptionData) GetHssGroupId() string

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

func (*AccessAndMobilitySubscriptionData) GetHssGroupIdOk ¶

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

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

func (*AccessAndMobilitySubscriptionData) GetIabOperationAllowed ¶

func (o *AccessAndMobilitySubscriptionData) GetIabOperationAllowed() bool

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

func (*AccessAndMobilitySubscriptionData) GetIabOperationAllowedOk ¶

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

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

func (*AccessAndMobilitySubscriptionData) GetInternalGroupIds ¶

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

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

func (*AccessAndMobilitySubscriptionData) GetInternalGroupIdsOk ¶

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

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

func (*AccessAndMobilitySubscriptionData) GetMcsPriority ¶

func (o *AccessAndMobilitySubscriptionData) GetMcsPriority() bool

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

func (*AccessAndMobilitySubscriptionData) GetMcsPriorityOk ¶

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

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

func (*AccessAndMobilitySubscriptionData) GetMdtConfiguration ¶

func (o *AccessAndMobilitySubscriptionData) GetMdtConfiguration() MdtConfiguration

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

func (*AccessAndMobilitySubscriptionData) GetMdtConfigurationOk ¶

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

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

func (*AccessAndMobilitySubscriptionData) GetMdtUserConsent ¶

func (o *AccessAndMobilitySubscriptionData) GetMdtUserConsent() MdtUserConsent

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

func (*AccessAndMobilitySubscriptionData) GetMdtUserConsentOk ¶

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

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

func (*AccessAndMobilitySubscriptionData) GetMicoAllowed ¶

func (o *AccessAndMobilitySubscriptionData) GetMicoAllowed() bool

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

func (*AccessAndMobilitySubscriptionData) GetMicoAllowedOk ¶

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

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

func (*AccessAndMobilitySubscriptionData) GetMpsPriority ¶

func (o *AccessAndMobilitySubscriptionData) GetMpsPriority() bool

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

func (*AccessAndMobilitySubscriptionData) GetMpsPriorityOk ¶

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

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

func (*AccessAndMobilitySubscriptionData) GetNbIoTUePriority ¶

func (o *AccessAndMobilitySubscriptionData) GetNbIoTUePriority() int32

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

func (*AccessAndMobilitySubscriptionData) GetNbIoTUePriorityOk ¶

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

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

func (*AccessAndMobilitySubscriptionData) GetNssai ¶

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

func (*AccessAndMobilitySubscriptionData) GetNssaiInclusionAllowed ¶

func (o *AccessAndMobilitySubscriptionData) GetNssaiInclusionAllowed() bool

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

func (*AccessAndMobilitySubscriptionData) GetNssaiInclusionAllowedOk ¶

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

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

func (*AccessAndMobilitySubscriptionData) GetNssaiOk ¶

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

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

func (*AccessAndMobilitySubscriptionData) GetOdbPacketServices ¶

func (o *AccessAndMobilitySubscriptionData) GetOdbPacketServices() OdbPacketServices

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

func (*AccessAndMobilitySubscriptionData) GetOdbPacketServicesOk ¶

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

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

func (*AccessAndMobilitySubscriptionData) GetPcfSelectionAssistanceInfos ¶

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

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

func (*AccessAndMobilitySubscriptionData) GetPcfSelectionAssistanceInfosOk ¶

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

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

func (*AccessAndMobilitySubscriptionData) GetPrimaryRatRestrictions ¶

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

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

func (*AccessAndMobilitySubscriptionData) GetPrimaryRatRestrictionsOk ¶

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

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

func (*AccessAndMobilitySubscriptionData) GetPtwParametersList ¶

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

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

func (*AccessAndMobilitySubscriptionData) GetPtwParametersListOk ¶

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

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

func (*AccessAndMobilitySubscriptionData) GetRatRestrictions ¶

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

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

func (*AccessAndMobilitySubscriptionData) GetRatRestrictionsOk ¶

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

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

func (*AccessAndMobilitySubscriptionData) GetRemoteProvInd ¶

func (o *AccessAndMobilitySubscriptionData) GetRemoteProvInd() bool

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

func (*AccessAndMobilitySubscriptionData) GetRemoteProvIndOk ¶

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

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

func (*AccessAndMobilitySubscriptionData) GetRfspIndex ¶

func (o *AccessAndMobilitySubscriptionData) GetRfspIndex() int32

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

func (*AccessAndMobilitySubscriptionData) GetRfspIndexOk ¶

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

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

func (*AccessAndMobilitySubscriptionData) GetRgWirelineCharacteristics ¶

func (o *AccessAndMobilitySubscriptionData) GetRgWirelineCharacteristics() string

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

func (*AccessAndMobilitySubscriptionData) GetRgWirelineCharacteristicsOk ¶

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

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

func (*AccessAndMobilitySubscriptionData) GetRoamingRestrictions ¶

func (o *AccessAndMobilitySubscriptionData) GetRoamingRestrictions() RoamingRestrictions

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

func (*AccessAndMobilitySubscriptionData) GetRoamingRestrictionsOk ¶

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

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

func (*AccessAndMobilitySubscriptionData) GetRoutingIndicator ¶

func (o *AccessAndMobilitySubscriptionData) GetRoutingIndicator() string

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

func (*AccessAndMobilitySubscriptionData) GetRoutingIndicatorOk ¶

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

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

func (*AccessAndMobilitySubscriptionData) GetSecondaryRatRestrictions ¶

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

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

func (*AccessAndMobilitySubscriptionData) GetSecondaryRatRestrictionsOk ¶

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

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

func (*AccessAndMobilitySubscriptionData) GetServiceAreaRestriction ¶

func (o *AccessAndMobilitySubscriptionData) GetServiceAreaRestriction() ServiceAreaRestriction

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

func (*AccessAndMobilitySubscriptionData) GetServiceAreaRestrictionOk ¶

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

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

func (*AccessAndMobilitySubscriptionData) GetServiceGapTime ¶

func (o *AccessAndMobilitySubscriptionData) GetServiceGapTime() int32

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

func (*AccessAndMobilitySubscriptionData) GetServiceGapTimeOk ¶

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

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

func (*AccessAndMobilitySubscriptionData) GetSharedAmDataIds ¶

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

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

func (*AccessAndMobilitySubscriptionData) GetSharedAmDataIdsOk ¶

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

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

func (*AccessAndMobilitySubscriptionData) GetSharedVnGroupDataIds ¶

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

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

func (*AccessAndMobilitySubscriptionData) GetSharedVnGroupDataIdsOk ¶

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

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

func (*AccessAndMobilitySubscriptionData) GetSorInfo ¶

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

func (*AccessAndMobilitySubscriptionData) GetSorInfoExpectInd ¶

func (o *AccessAndMobilitySubscriptionData) GetSorInfoExpectInd() bool

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

func (*AccessAndMobilitySubscriptionData) GetSorInfoExpectIndOk ¶

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

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

func (*AccessAndMobilitySubscriptionData) GetSorInfoOk ¶

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

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

func (*AccessAndMobilitySubscriptionData) GetSorUpdateIndicatorList ¶

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

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

func (*AccessAndMobilitySubscriptionData) GetSorUpdateIndicatorListOk ¶

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

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

func (*AccessAndMobilitySubscriptionData) GetSorafRetrieval ¶

func (o *AccessAndMobilitySubscriptionData) GetSorafRetrieval() bool

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

func (*AccessAndMobilitySubscriptionData) GetSorafRetrievalOk ¶

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

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

func (*AccessAndMobilitySubscriptionData) GetStnSr ¶

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

func (*AccessAndMobilitySubscriptionData) GetStnSrOk ¶

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

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

func (*AccessAndMobilitySubscriptionData) GetSubsRegTimer ¶

func (o *AccessAndMobilitySubscriptionData) GetSubsRegTimer() int32

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

func (*AccessAndMobilitySubscriptionData) GetSubsRegTimerOk ¶

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

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

func (*AccessAndMobilitySubscriptionData) GetSubscribedDnnList ¶

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

func (*AccessAndMobilitySubscriptionData) GetSubscribedDnnListOk ¶

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

func (*AccessAndMobilitySubscriptionData) GetSubscribedUeAmbr ¶

func (o *AccessAndMobilitySubscriptionData) GetSubscribedUeAmbr() Ambr

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

func (*AccessAndMobilitySubscriptionData) GetSubscribedUeAmbrOk ¶

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

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

func (*AccessAndMobilitySubscriptionData) GetSupportedFeatures ¶

func (o *AccessAndMobilitySubscriptionData) GetSupportedFeatures() string

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

func (*AccessAndMobilitySubscriptionData) GetSupportedFeaturesOk ¶

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

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

func (*AccessAndMobilitySubscriptionData) GetTraceData ¶

func (o *AccessAndMobilitySubscriptionData) GetTraceData() TraceData

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

func (*AccessAndMobilitySubscriptionData) GetTraceDataOk ¶

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

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

func (*AccessAndMobilitySubscriptionData) GetUeUsageType ¶

func (o *AccessAndMobilitySubscriptionData) GetUeUsageType() int32

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

func (*AccessAndMobilitySubscriptionData) GetUeUsageTypeOk ¶

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

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

func (*AccessAndMobilitySubscriptionData) GetUpuInfo ¶

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

func (*AccessAndMobilitySubscriptionData) GetUpuInfoOk ¶

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

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

func (*AccessAndMobilitySubscriptionData) GetVar3gppChargingCharacteristics ¶

func (o *AccessAndMobilitySubscriptionData) GetVar3gppChargingCharacteristics() string

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

func (*AccessAndMobilitySubscriptionData) GetVar3gppChargingCharacteristicsOk ¶

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

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

func (*AccessAndMobilitySubscriptionData) GetWirelineForbiddenAreas ¶

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

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

func (*AccessAndMobilitySubscriptionData) GetWirelineForbiddenAreasOk ¶

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

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

func (*AccessAndMobilitySubscriptionData) GetWirelineServiceAreaRestriction ¶

func (o *AccessAndMobilitySubscriptionData) GetWirelineServiceAreaRestriction() WirelineServiceAreaRestriction

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

func (*AccessAndMobilitySubscriptionData) GetWirelineServiceAreaRestrictionOk ¶

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

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

func (*AccessAndMobilitySubscriptionData) HasActiveTime ¶

func (o *AccessAndMobilitySubscriptionData) HasActiveTime() bool

HasActiveTime returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasAdjacentPlmnRestrictions ¶

func (o *AccessAndMobilitySubscriptionData) HasAdjacentPlmnRestrictions() bool

HasAdjacentPlmnRestrictions returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasAerialUeSubInfo ¶

func (o *AccessAndMobilitySubscriptionData) HasAerialUeSubInfo() bool

HasAerialUeSubInfo returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasCMsisdn ¶

func (o *AccessAndMobilitySubscriptionData) HasCMsisdn() bool

HasCMsisdn returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasCagData ¶

func (o *AccessAndMobilitySubscriptionData) HasCagData() bool

HasCagData returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasCoreNetworkTypeRestrictions ¶

func (o *AccessAndMobilitySubscriptionData) HasCoreNetworkTypeRestrictions() bool

HasCoreNetworkTypeRestrictions returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasEcRestrictionDataNb ¶

func (o *AccessAndMobilitySubscriptionData) HasEcRestrictionDataNb() bool

HasEcRestrictionDataNb returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasEcRestrictionDataWb ¶

func (o *AccessAndMobilitySubscriptionData) HasEcRestrictionDataWb() bool

HasEcRestrictionDataWb returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasEdrxParametersList ¶

func (o *AccessAndMobilitySubscriptionData) HasEdrxParametersList() bool

HasEdrxParametersList returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasExpectedUeBehaviourList ¶

func (o *AccessAndMobilitySubscriptionData) HasExpectedUeBehaviourList() bool

HasExpectedUeBehaviourList returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasForbiddenAreas ¶

func (o *AccessAndMobilitySubscriptionData) HasForbiddenAreas() bool

HasForbiddenAreas returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasGpsis ¶

HasGpsis returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasHssGroupId ¶

func (o *AccessAndMobilitySubscriptionData) HasHssGroupId() bool

HasHssGroupId returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasIabOperationAllowed ¶

func (o *AccessAndMobilitySubscriptionData) HasIabOperationAllowed() bool

HasIabOperationAllowed returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasInternalGroupIds ¶

func (o *AccessAndMobilitySubscriptionData) HasInternalGroupIds() bool

HasInternalGroupIds returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasMcsPriority ¶

func (o *AccessAndMobilitySubscriptionData) HasMcsPriority() bool

HasMcsPriority returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasMdtConfiguration ¶

func (o *AccessAndMobilitySubscriptionData) HasMdtConfiguration() bool

HasMdtConfiguration returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasMdtUserConsent ¶

func (o *AccessAndMobilitySubscriptionData) HasMdtUserConsent() bool

HasMdtUserConsent returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasMicoAllowed ¶

func (o *AccessAndMobilitySubscriptionData) HasMicoAllowed() bool

HasMicoAllowed returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasMpsPriority ¶

func (o *AccessAndMobilitySubscriptionData) HasMpsPriority() bool

HasMpsPriority returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasNbIoTUePriority ¶

func (o *AccessAndMobilitySubscriptionData) HasNbIoTUePriority() bool

HasNbIoTUePriority returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasNssai ¶

HasNssai returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasNssaiInclusionAllowed ¶

func (o *AccessAndMobilitySubscriptionData) HasNssaiInclusionAllowed() bool

HasNssaiInclusionAllowed returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasOdbPacketServices ¶

func (o *AccessAndMobilitySubscriptionData) HasOdbPacketServices() bool

HasOdbPacketServices returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasPcfSelectionAssistanceInfos ¶

func (o *AccessAndMobilitySubscriptionData) HasPcfSelectionAssistanceInfos() bool

HasPcfSelectionAssistanceInfos returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasPrimaryRatRestrictions ¶

func (o *AccessAndMobilitySubscriptionData) HasPrimaryRatRestrictions() bool

HasPrimaryRatRestrictions returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasPtwParametersList ¶

func (o *AccessAndMobilitySubscriptionData) HasPtwParametersList() bool

HasPtwParametersList returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasRatRestrictions ¶

func (o *AccessAndMobilitySubscriptionData) HasRatRestrictions() bool

HasRatRestrictions returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasRemoteProvInd ¶

func (o *AccessAndMobilitySubscriptionData) HasRemoteProvInd() bool

HasRemoteProvInd returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasRfspIndex ¶

func (o *AccessAndMobilitySubscriptionData) HasRfspIndex() bool

HasRfspIndex returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasRgWirelineCharacteristics ¶

func (o *AccessAndMobilitySubscriptionData) HasRgWirelineCharacteristics() bool

HasRgWirelineCharacteristics returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasRoamingRestrictions ¶

func (o *AccessAndMobilitySubscriptionData) HasRoamingRestrictions() bool

HasRoamingRestrictions returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasRoutingIndicator ¶

func (o *AccessAndMobilitySubscriptionData) HasRoutingIndicator() bool

HasRoutingIndicator returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasSecondaryRatRestrictions ¶

func (o *AccessAndMobilitySubscriptionData) HasSecondaryRatRestrictions() bool

HasSecondaryRatRestrictions returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasServiceAreaRestriction ¶

func (o *AccessAndMobilitySubscriptionData) HasServiceAreaRestriction() bool

HasServiceAreaRestriction returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasServiceGapTime ¶

func (o *AccessAndMobilitySubscriptionData) HasServiceGapTime() bool

HasServiceGapTime returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasSharedAmDataIds ¶

func (o *AccessAndMobilitySubscriptionData) HasSharedAmDataIds() bool

HasSharedAmDataIds returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasSharedVnGroupDataIds ¶

func (o *AccessAndMobilitySubscriptionData) HasSharedVnGroupDataIds() bool

HasSharedVnGroupDataIds returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasSorInfo ¶

func (o *AccessAndMobilitySubscriptionData) HasSorInfo() bool

HasSorInfo returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasSorInfoExpectInd ¶

func (o *AccessAndMobilitySubscriptionData) HasSorInfoExpectInd() bool

HasSorInfoExpectInd returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasSorUpdateIndicatorList ¶

func (o *AccessAndMobilitySubscriptionData) HasSorUpdateIndicatorList() bool

HasSorUpdateIndicatorList returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasSorafRetrieval ¶

func (o *AccessAndMobilitySubscriptionData) HasSorafRetrieval() bool

HasSorafRetrieval returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasStnSr ¶

HasStnSr returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasSubsRegTimer ¶

func (o *AccessAndMobilitySubscriptionData) HasSubsRegTimer() bool

HasSubsRegTimer returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasSubscribedDnnList ¶

func (o *AccessAndMobilitySubscriptionData) HasSubscribedDnnList() bool

HasSubscribedDnnList returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasSubscribedUeAmbr ¶

func (o *AccessAndMobilitySubscriptionData) HasSubscribedUeAmbr() bool

HasSubscribedUeAmbr returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasSupportedFeatures ¶

func (o *AccessAndMobilitySubscriptionData) HasSupportedFeatures() bool

HasSupportedFeatures returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasTraceData ¶

func (o *AccessAndMobilitySubscriptionData) HasTraceData() bool

HasTraceData returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasUeUsageType ¶

func (o *AccessAndMobilitySubscriptionData) HasUeUsageType() bool

HasUeUsageType returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasUpuInfo ¶

func (o *AccessAndMobilitySubscriptionData) HasUpuInfo() bool

HasUpuInfo returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasVar3gppChargingCharacteristics ¶

func (o *AccessAndMobilitySubscriptionData) HasVar3gppChargingCharacteristics() bool

HasVar3gppChargingCharacteristics returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasWirelineForbiddenAreas ¶

func (o *AccessAndMobilitySubscriptionData) HasWirelineForbiddenAreas() bool

HasWirelineForbiddenAreas returns a boolean if a field has been set.

func (*AccessAndMobilitySubscriptionData) HasWirelineServiceAreaRestriction ¶

func (o *AccessAndMobilitySubscriptionData) HasWirelineServiceAreaRestriction() bool

HasWirelineServiceAreaRestriction returns a boolean if a field has been set.

func (AccessAndMobilitySubscriptionData) MarshalJSON ¶

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

func (*AccessAndMobilitySubscriptionData) SetActiveTime ¶

func (o *AccessAndMobilitySubscriptionData) SetActiveTime(v int32)

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

func (*AccessAndMobilitySubscriptionData) SetActiveTimeNil ¶

func (o *AccessAndMobilitySubscriptionData) SetActiveTimeNil()

SetActiveTimeNil sets the value for ActiveTime to be an explicit nil

func (*AccessAndMobilitySubscriptionData) SetAdjacentPlmnRestrictions ¶

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

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

func (*AccessAndMobilitySubscriptionData) SetAerialUeSubInfo ¶

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

func (*AccessAndMobilitySubscriptionData) SetCMsisdn ¶

func (o *AccessAndMobilitySubscriptionData) SetCMsisdn(v string)

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

func (*AccessAndMobilitySubscriptionData) SetCagData ¶

func (o *AccessAndMobilitySubscriptionData) SetCagData(v CagData)

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

func (*AccessAndMobilitySubscriptionData) SetCoreNetworkTypeRestrictions ¶

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

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

func (*AccessAndMobilitySubscriptionData) SetEcRestrictionDataNb ¶

func (o *AccessAndMobilitySubscriptionData) SetEcRestrictionDataNb(v bool)

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

func (*AccessAndMobilitySubscriptionData) SetEcRestrictionDataWb ¶

func (o *AccessAndMobilitySubscriptionData) SetEcRestrictionDataWb(v EcRestrictionDataWb)

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

func (*AccessAndMobilitySubscriptionData) SetEcRestrictionDataWbNil ¶

func (o *AccessAndMobilitySubscriptionData) SetEcRestrictionDataWbNil()

SetEcRestrictionDataWbNil sets the value for EcRestrictionDataWb to be an explicit nil

func (*AccessAndMobilitySubscriptionData) SetEdrxParametersList ¶

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

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

func (*AccessAndMobilitySubscriptionData) SetExpectedUeBehaviourList ¶

func (o *AccessAndMobilitySubscriptionData) SetExpectedUeBehaviourList(v ExpectedUeBehaviourData)

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

func (*AccessAndMobilitySubscriptionData) SetForbiddenAreas ¶

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

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

func (*AccessAndMobilitySubscriptionData) SetGpsis ¶

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

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

func (*AccessAndMobilitySubscriptionData) SetHssGroupId ¶

func (o *AccessAndMobilitySubscriptionData) SetHssGroupId(v string)

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

func (*AccessAndMobilitySubscriptionData) SetIabOperationAllowed ¶

func (o *AccessAndMobilitySubscriptionData) SetIabOperationAllowed(v bool)

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

func (*AccessAndMobilitySubscriptionData) SetInternalGroupIds ¶

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

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

func (*AccessAndMobilitySubscriptionData) SetMcsPriority ¶

func (o *AccessAndMobilitySubscriptionData) SetMcsPriority(v bool)

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

func (*AccessAndMobilitySubscriptionData) SetMdtConfiguration ¶

func (o *AccessAndMobilitySubscriptionData) SetMdtConfiguration(v MdtConfiguration)

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

func (*AccessAndMobilitySubscriptionData) SetMdtUserConsent ¶

func (o *AccessAndMobilitySubscriptionData) SetMdtUserConsent(v MdtUserConsent)

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

func (*AccessAndMobilitySubscriptionData) SetMicoAllowed ¶

func (o *AccessAndMobilitySubscriptionData) SetMicoAllowed(v bool)

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

func (*AccessAndMobilitySubscriptionData) SetMpsPriority ¶

func (o *AccessAndMobilitySubscriptionData) SetMpsPriority(v bool)

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

func (*AccessAndMobilitySubscriptionData) SetNbIoTUePriority ¶

func (o *AccessAndMobilitySubscriptionData) SetNbIoTUePriority(v int32)

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

func (*AccessAndMobilitySubscriptionData) SetNssai ¶

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

func (*AccessAndMobilitySubscriptionData) SetNssaiInclusionAllowed ¶

func (o *AccessAndMobilitySubscriptionData) SetNssaiInclusionAllowed(v bool)

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

func (*AccessAndMobilitySubscriptionData) SetNssaiNil ¶

func (o *AccessAndMobilitySubscriptionData) SetNssaiNil()

SetNssaiNil sets the value for Nssai to be an explicit nil

func (*AccessAndMobilitySubscriptionData) SetOdbPacketServices ¶

func (o *AccessAndMobilitySubscriptionData) SetOdbPacketServices(v OdbPacketServices)

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

func (*AccessAndMobilitySubscriptionData) SetOdbPacketServicesNil ¶

func (o *AccessAndMobilitySubscriptionData) SetOdbPacketServicesNil()

SetOdbPacketServicesNil sets the value for OdbPacketServices to be an explicit nil

func (*AccessAndMobilitySubscriptionData) SetPcfSelectionAssistanceInfos ¶

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

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

func (*AccessAndMobilitySubscriptionData) SetPrimaryRatRestrictions ¶

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

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

func (*AccessAndMobilitySubscriptionData) SetPtwParametersList ¶

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

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

func (*AccessAndMobilitySubscriptionData) SetRatRestrictions ¶

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

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

func (*AccessAndMobilitySubscriptionData) SetRemoteProvInd ¶

func (o *AccessAndMobilitySubscriptionData) SetRemoteProvInd(v bool)

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

func (*AccessAndMobilitySubscriptionData) SetRfspIndex ¶

func (o *AccessAndMobilitySubscriptionData) SetRfspIndex(v int32)

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

func (*AccessAndMobilitySubscriptionData) SetRfspIndexNil ¶

func (o *AccessAndMobilitySubscriptionData) SetRfspIndexNil()

SetRfspIndexNil sets the value for RfspIndex to be an explicit nil

func (*AccessAndMobilitySubscriptionData) SetRgWirelineCharacteristics ¶

func (o *AccessAndMobilitySubscriptionData) SetRgWirelineCharacteristics(v string)

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

func (*AccessAndMobilitySubscriptionData) SetRoamingRestrictions ¶

func (o *AccessAndMobilitySubscriptionData) SetRoamingRestrictions(v RoamingRestrictions)

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

func (*AccessAndMobilitySubscriptionData) SetRoutingIndicator ¶

func (o *AccessAndMobilitySubscriptionData) SetRoutingIndicator(v string)

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

func (*AccessAndMobilitySubscriptionData) SetSecondaryRatRestrictions ¶

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

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

func (*AccessAndMobilitySubscriptionData) SetServiceAreaRestriction ¶

func (o *AccessAndMobilitySubscriptionData) SetServiceAreaRestriction(v ServiceAreaRestriction)

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

func (*AccessAndMobilitySubscriptionData) SetServiceGapTime ¶

func (o *AccessAndMobilitySubscriptionData) SetServiceGapTime(v int32)

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

func (*AccessAndMobilitySubscriptionData) SetSharedAmDataIds ¶

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

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

func (*AccessAndMobilitySubscriptionData) SetSharedVnGroupDataIds ¶

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

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

func (*AccessAndMobilitySubscriptionData) SetSorInfo ¶

func (o *AccessAndMobilitySubscriptionData) SetSorInfo(v SorInfo)

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

func (*AccessAndMobilitySubscriptionData) SetSorInfoExpectInd ¶

func (o *AccessAndMobilitySubscriptionData) SetSorInfoExpectInd(v bool)

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

func (*AccessAndMobilitySubscriptionData) SetSorUpdateIndicatorList ¶

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

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

func (*AccessAndMobilitySubscriptionData) SetSorafRetrieval ¶

func (o *AccessAndMobilitySubscriptionData) SetSorafRetrieval(v bool)

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

func (*AccessAndMobilitySubscriptionData) SetStnSr ¶

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

func (*AccessAndMobilitySubscriptionData) SetSubsRegTimer ¶

func (o *AccessAndMobilitySubscriptionData) SetSubsRegTimer(v int32)

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

func (*AccessAndMobilitySubscriptionData) SetSubsRegTimerNil ¶

func (o *AccessAndMobilitySubscriptionData) SetSubsRegTimerNil()

SetSubsRegTimerNil sets the value for SubsRegTimer to be an explicit nil

func (*AccessAndMobilitySubscriptionData) SetSubscribedDnnList ¶

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

func (*AccessAndMobilitySubscriptionData) SetSubscribedUeAmbr ¶

func (o *AccessAndMobilitySubscriptionData) SetSubscribedUeAmbr(v Ambr)

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

func (*AccessAndMobilitySubscriptionData) SetSubscribedUeAmbrNil ¶

func (o *AccessAndMobilitySubscriptionData) SetSubscribedUeAmbrNil()

SetSubscribedUeAmbrNil sets the value for SubscribedUeAmbr to be an explicit nil

func (*AccessAndMobilitySubscriptionData) SetSupportedFeatures ¶

func (o *AccessAndMobilitySubscriptionData) SetSupportedFeatures(v string)

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

func (*AccessAndMobilitySubscriptionData) SetTraceData ¶

func (o *AccessAndMobilitySubscriptionData) SetTraceData(v TraceData)

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

func (*AccessAndMobilitySubscriptionData) SetTraceDataNil ¶

func (o *AccessAndMobilitySubscriptionData) SetTraceDataNil()

SetTraceDataNil sets the value for TraceData to be an explicit nil

func (*AccessAndMobilitySubscriptionData) SetUeUsageType ¶

func (o *AccessAndMobilitySubscriptionData) SetUeUsageType(v int32)

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

func (*AccessAndMobilitySubscriptionData) SetUpuInfo ¶

func (o *AccessAndMobilitySubscriptionData) SetUpuInfo(v UpuInfo)

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

func (*AccessAndMobilitySubscriptionData) SetVar3gppChargingCharacteristics ¶

func (o *AccessAndMobilitySubscriptionData) SetVar3gppChargingCharacteristics(v string)

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

func (*AccessAndMobilitySubscriptionData) SetWirelineForbiddenAreas ¶

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

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

func (*AccessAndMobilitySubscriptionData) SetWirelineServiceAreaRestriction ¶

func (o *AccessAndMobilitySubscriptionData) SetWirelineServiceAreaRestriction(v WirelineServiceAreaRestriction)

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

func (AccessAndMobilitySubscriptionData) ToMap ¶

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

func (*AccessAndMobilitySubscriptionData) UnsetActiveTime ¶

func (o *AccessAndMobilitySubscriptionData) UnsetActiveTime()

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

func (*AccessAndMobilitySubscriptionData) UnsetEcRestrictionDataWb ¶

func (o *AccessAndMobilitySubscriptionData) UnsetEcRestrictionDataWb()

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

func (*AccessAndMobilitySubscriptionData) UnsetNssai ¶

func (o *AccessAndMobilitySubscriptionData) UnsetNssai()

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

func (*AccessAndMobilitySubscriptionData) UnsetOdbPacketServices ¶

func (o *AccessAndMobilitySubscriptionData) UnsetOdbPacketServices()

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

func (*AccessAndMobilitySubscriptionData) UnsetRfspIndex ¶

func (o *AccessAndMobilitySubscriptionData) UnsetRfspIndex()

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

func (*AccessAndMobilitySubscriptionData) UnsetSubsRegTimer ¶

func (o *AccessAndMobilitySubscriptionData) UnsetSubsRegTimer()

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

func (*AccessAndMobilitySubscriptionData) UnsetSubscribedUeAmbr ¶

func (o *AccessAndMobilitySubscriptionData) UnsetSubscribedUeAmbr()

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

func (*AccessAndMobilitySubscriptionData) UnsetTraceData ¶

func (o *AccessAndMobilitySubscriptionData) UnsetTraceData()

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

type AccessAndMobilitySubscriptionDataRetrievalAPIService ¶

type AccessAndMobilitySubscriptionDataRetrievalAPIService service

AccessAndMobilitySubscriptionDataRetrievalAPIService AccessAndMobilitySubscriptionDataRetrievalAPI service

func (*AccessAndMobilitySubscriptionDataRetrievalAPIService) GetAmData ¶

GetAmData retrieve a UE's Access and Mobility Subscription Data

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

func (*AccessAndMobilitySubscriptionDataRetrievalAPIService) GetAmDataExecute ¶

Execute executes the request

@return AccessAndMobilitySubscriptionData

type AccessAndMobilitySubscriptionDataSubscribedDnnListInner ¶

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

AccessAndMobilitySubscriptionDataSubscribedDnnListInner struct for AccessAndMobilitySubscriptionDataSubscribedDnnListInner

func (*AccessAndMobilitySubscriptionDataSubscribedDnnListInner) MarshalJSON ¶

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

func (*AccessAndMobilitySubscriptionDataSubscribedDnnListInner) UnmarshalJSON ¶

Unmarshal JSON data into any of the pointers in the struct

type AccessTech ¶

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

AccessTech Represents the access technology

func (*AccessTech) MarshalJSON ¶

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

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

func (*AccessTech) UnmarshalJSON ¶

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

Unmarshal JSON data into any of the pointers in the struct

type AccessTokenErr ¶

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

AccessTokenErr Error returned in the access token response message

func NewAccessTokenErr ¶

func NewAccessTokenErr(error_ string) *AccessTokenErr

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

func NewAccessTokenErrWithDefaults ¶

func NewAccessTokenErrWithDefaults() *AccessTokenErr

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

func (*AccessTokenErr) GetError ¶

func (o *AccessTokenErr) GetError() string

GetError returns the Error field value

func (*AccessTokenErr) GetErrorDescription ¶

func (o *AccessTokenErr) GetErrorDescription() string

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

func (*AccessTokenErr) GetErrorDescriptionOk ¶

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

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

func (*AccessTokenErr) GetErrorOk ¶

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

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

func (*AccessTokenErr) GetErrorUri ¶

func (o *AccessTokenErr) GetErrorUri() string

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

func (*AccessTokenErr) GetErrorUriOk ¶

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

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

func (*AccessTokenErr) HasErrorDescription ¶

func (o *AccessTokenErr) HasErrorDescription() bool

HasErrorDescription returns a boolean if a field has been set.

func (*AccessTokenErr) HasErrorUri ¶

func (o *AccessTokenErr) HasErrorUri() bool

HasErrorUri returns a boolean if a field has been set.

func (AccessTokenErr) MarshalJSON ¶

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

func (*AccessTokenErr) SetError ¶

func (o *AccessTokenErr) SetError(v string)

SetError sets field value

func (*AccessTokenErr) SetErrorDescription ¶

func (o *AccessTokenErr) SetErrorDescription(v string)

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

func (*AccessTokenErr) SetErrorUri ¶

func (o *AccessTokenErr) SetErrorUri(v string)

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

func (AccessTokenErr) ToMap ¶

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

func (*AccessTokenErr) UnmarshalJSON ¶

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

type AccessTokenReq ¶

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

AccessTokenReq Contains information related to the access token request

func NewAccessTokenReq ¶

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

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

func NewAccessTokenReqWithDefaults ¶

func NewAccessTokenReqWithDefaults() *AccessTokenReq

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

func (*AccessTokenReq) GetGrantType ¶

func (o *AccessTokenReq) GetGrantType() string

GetGrantType returns the GrantType field value

func (*AccessTokenReq) GetGrantTypeOk ¶

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

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

func (*AccessTokenReq) GetHnrfAccessTokenUri ¶

func (o *AccessTokenReq) GetHnrfAccessTokenUri() string

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

func (*AccessTokenReq) GetHnrfAccessTokenUriOk ¶

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

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

func (*AccessTokenReq) GetNfInstanceId ¶

func (o *AccessTokenReq) GetNfInstanceId() string

GetNfInstanceId returns the NfInstanceId field value

func (*AccessTokenReq) GetNfInstanceIdOk ¶

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

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

func (*AccessTokenReq) GetNfType ¶

func (o *AccessTokenReq) GetNfType() NFType

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

func (*AccessTokenReq) GetNfTypeOk ¶

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

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

func (*AccessTokenReq) GetRequesterFqdn ¶

func (o *AccessTokenReq) GetRequesterFqdn() string

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

func (*AccessTokenReq) GetRequesterFqdnOk ¶

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

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

func (*AccessTokenReq) GetRequesterPlmn ¶

func (o *AccessTokenReq) GetRequesterPlmn() PlmnId

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

func (*AccessTokenReq) GetRequesterPlmnList ¶

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

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

func (*AccessTokenReq) GetRequesterPlmnListOk ¶

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

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

func (*AccessTokenReq) GetRequesterPlmnOk ¶

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

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

func (*AccessTokenReq) GetRequesterSnpnList ¶

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

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

func (*AccessTokenReq) GetRequesterSnpnListOk ¶

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

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

func (*AccessTokenReq) GetRequesterSnssaiList ¶

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

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

func (*AccessTokenReq) GetRequesterSnssaiListOk ¶

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

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

func (*AccessTokenReq) GetScope ¶

func (o *AccessTokenReq) GetScope() string

GetScope returns the Scope field value

func (*AccessTokenReq) GetScopeOk ¶

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

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

func (*AccessTokenReq) GetSourceNfInstanceId ¶

func (o *AccessTokenReq) GetSourceNfInstanceId() string

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

func (*AccessTokenReq) GetSourceNfInstanceIdOk ¶

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

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

func (*AccessTokenReq) GetTargetNfInstanceId ¶

func (o *AccessTokenReq) GetTargetNfInstanceId() string

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

func (*AccessTokenReq) GetTargetNfInstanceIdOk ¶

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

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

func (*AccessTokenReq) GetTargetNfServiceSetId ¶

func (o *AccessTokenReq) GetTargetNfServiceSetId() string

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

func (*AccessTokenReq) GetTargetNfServiceSetIdOk ¶

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

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

func (*AccessTokenReq) GetTargetNfSetId ¶

func (o *AccessTokenReq) GetTargetNfSetId() string

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

func (*AccessTokenReq) GetTargetNfSetIdOk ¶

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

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

func (*AccessTokenReq) GetTargetNfType ¶

func (o *AccessTokenReq) GetTargetNfType() NFType

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

func (*AccessTokenReq) GetTargetNfTypeOk ¶

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

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

func (*AccessTokenReq) GetTargetNsiList ¶

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

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

func (*AccessTokenReq) GetTargetNsiListOk ¶

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

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

func (*AccessTokenReq) GetTargetPlmn ¶

func (o *AccessTokenReq) GetTargetPlmn() PlmnId

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

func (*AccessTokenReq) GetTargetPlmnOk ¶

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

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

func (*AccessTokenReq) GetTargetSnpn ¶

func (o *AccessTokenReq) GetTargetSnpn() PlmnIdNid

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

func (*AccessTokenReq) GetTargetSnpnOk ¶

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

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

func (*AccessTokenReq) GetTargetSnssaiList ¶

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

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

func (*AccessTokenReq) GetTargetSnssaiListOk ¶

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

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

func (*AccessTokenReq) HasHnrfAccessTokenUri ¶

func (o *AccessTokenReq) HasHnrfAccessTokenUri() bool

HasHnrfAccessTokenUri returns a boolean if a field has been set.

func (*AccessTokenReq) HasNfType ¶

func (o *AccessTokenReq) HasNfType() bool

HasNfType returns a boolean if a field has been set.

func (*AccessTokenReq) HasRequesterFqdn ¶

func (o *AccessTokenReq) HasRequesterFqdn() bool

HasRequesterFqdn returns a boolean if a field has been set.

func (*AccessTokenReq) HasRequesterPlmn ¶

func (o *AccessTokenReq) HasRequesterPlmn() bool

HasRequesterPlmn returns a boolean if a field has been set.

func (*AccessTokenReq) HasRequesterPlmnList ¶

func (o *AccessTokenReq) HasRequesterPlmnList() bool

HasRequesterPlmnList returns a boolean if a field has been set.

func (*AccessTokenReq) HasRequesterSnpnList ¶

func (o *AccessTokenReq) HasRequesterSnpnList() bool

HasRequesterSnpnList returns a boolean if a field has been set.

func (*AccessTokenReq) HasRequesterSnssaiList ¶

func (o *AccessTokenReq) HasRequesterSnssaiList() bool

HasRequesterSnssaiList returns a boolean if a field has been set.

func (*AccessTokenReq) HasSourceNfInstanceId ¶

func (o *AccessTokenReq) HasSourceNfInstanceId() bool

HasSourceNfInstanceId returns a boolean if a field has been set.

func (*AccessTokenReq) HasTargetNfInstanceId ¶

func (o *AccessTokenReq) HasTargetNfInstanceId() bool

HasTargetNfInstanceId returns a boolean if a field has been set.

func (*AccessTokenReq) HasTargetNfServiceSetId ¶

func (o *AccessTokenReq) HasTargetNfServiceSetId() bool

HasTargetNfServiceSetId returns a boolean if a field has been set.

func (*AccessTokenReq) HasTargetNfSetId ¶

func (o *AccessTokenReq) HasTargetNfSetId() bool

HasTargetNfSetId returns a boolean if a field has been set.

func (*AccessTokenReq) HasTargetNfType ¶

func (o *AccessTokenReq) HasTargetNfType() bool

HasTargetNfType returns a boolean if a field has been set.

func (*AccessTokenReq) HasTargetNsiList ¶

func (o *AccessTokenReq) HasTargetNsiList() bool

HasTargetNsiList returns a boolean if a field has been set.

func (*AccessTokenReq) HasTargetPlmn ¶

func (o *AccessTokenReq) HasTargetPlmn() bool

HasTargetPlmn returns a boolean if a field has been set.

func (*AccessTokenReq) HasTargetSnpn ¶

func (o *AccessTokenReq) HasTargetSnpn() bool

HasTargetSnpn returns a boolean if a field has been set.

func (*AccessTokenReq) HasTargetSnssaiList ¶

func (o *AccessTokenReq) HasTargetSnssaiList() bool

HasTargetSnssaiList returns a boolean if a field has been set.

func (AccessTokenReq) MarshalJSON ¶

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

func (*AccessTokenReq) SetGrantType ¶

func (o *AccessTokenReq) SetGrantType(v string)

SetGrantType sets field value

func (*AccessTokenReq) SetHnrfAccessTokenUri ¶

func (o *AccessTokenReq) SetHnrfAccessTokenUri(v string)

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

func (*AccessTokenReq) SetNfInstanceId ¶

func (o *AccessTokenReq) SetNfInstanceId(v string)

SetNfInstanceId sets field value

func (*AccessTokenReq) SetNfType ¶

func (o *AccessTokenReq) SetNfType(v NFType)

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

func (*AccessTokenReq) SetRequesterFqdn ¶

func (o *AccessTokenReq) SetRequesterFqdn(v string)

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

func (*AccessTokenReq) SetRequesterPlmn ¶

func (o *AccessTokenReq) SetRequesterPlmn(v PlmnId)

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

func (*AccessTokenReq) SetRequesterPlmnList ¶

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

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

func (*AccessTokenReq) SetRequesterSnpnList ¶

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

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

func (*AccessTokenReq) SetRequesterSnssaiList ¶

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

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

func (*AccessTokenReq) SetScope ¶

func (o *AccessTokenReq) SetScope(v string)

SetScope sets field value

func (*AccessTokenReq) SetSourceNfInstanceId ¶

func (o *AccessTokenReq) SetSourceNfInstanceId(v string)

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

func (*AccessTokenReq) SetTargetNfInstanceId ¶

func (o *AccessTokenReq) SetTargetNfInstanceId(v string)

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

func (*AccessTokenReq) SetTargetNfServiceSetId ¶

func (o *AccessTokenReq) SetTargetNfServiceSetId(v string)

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

func (*AccessTokenReq) SetTargetNfSetId ¶

func (o *AccessTokenReq) SetTargetNfSetId(v string)

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

func (*AccessTokenReq) SetTargetNfType ¶

func (o *AccessTokenReq) SetTargetNfType(v NFType)

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

func (*AccessTokenReq) SetTargetNsiList ¶

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

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

func (*AccessTokenReq) SetTargetPlmn ¶

func (o *AccessTokenReq) SetTargetPlmn(v PlmnId)

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

func (*AccessTokenReq) SetTargetSnpn ¶

func (o *AccessTokenReq) SetTargetSnpn(v PlmnIdNid)

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

func (*AccessTokenReq) SetTargetSnssaiList ¶

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

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

func (AccessTokenReq) ToMap ¶

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

func (*AccessTokenReq) UnmarshalJSON ¶

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

type AccessType ¶

type AccessType string

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

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

List of AccessType

func NewAccessTypeFromValue ¶

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

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

func (AccessType) IsValid ¶

func (v AccessType) IsValid() bool

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

func (AccessType) Ptr ¶

func (v AccessType) Ptr() *AccessType

Ptr returns reference to AccessType value

func (*AccessType) UnmarshalJSON ¶

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

type AcknowledgeInfo ¶

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

AcknowledgeInfo struct for AcknowledgeInfo

func NewAcknowledgeInfo ¶

func NewAcknowledgeInfo(provisioningTime time.Time) *AcknowledgeInfo

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

func NewAcknowledgeInfoWithDefaults ¶

func NewAcknowledgeInfoWithDefaults() *AcknowledgeInfo

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

func (*AcknowledgeInfo) GetProvisioningTime ¶

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

GetProvisioningTime returns the ProvisioningTime field value

func (*AcknowledgeInfo) GetProvisioningTimeOk ¶

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

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

func (*AcknowledgeInfo) GetSorMacIue ¶

func (o *AcknowledgeInfo) GetSorMacIue() string

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

func (*AcknowledgeInfo) GetSorMacIueOk ¶

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

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

func (*AcknowledgeInfo) GetSorTransparentContainer ¶

func (o *AcknowledgeInfo) GetSorTransparentContainer() string

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

func (*AcknowledgeInfo) GetSorTransparentContainerOk ¶

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

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

func (*AcknowledgeInfo) GetUeNotReachable ¶

func (o *AcknowledgeInfo) GetUeNotReachable() bool

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

func (*AcknowledgeInfo) GetUeNotReachableOk ¶

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

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

func (*AcknowledgeInfo) GetUpuMacIue ¶

func (o *AcknowledgeInfo) GetUpuMacIue() string

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

func (*AcknowledgeInfo) GetUpuMacIueOk ¶

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

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

func (*AcknowledgeInfo) GetUpuTransparentContainer ¶

func (o *AcknowledgeInfo) GetUpuTransparentContainer() string

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

func (*AcknowledgeInfo) GetUpuTransparentContainerOk ¶

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

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

func (*AcknowledgeInfo) HasSorMacIue ¶

func (o *AcknowledgeInfo) HasSorMacIue() bool

HasSorMacIue returns a boolean if a field has been set.

func (*AcknowledgeInfo) HasSorTransparentContainer ¶

func (o *AcknowledgeInfo) HasSorTransparentContainer() bool

HasSorTransparentContainer returns a boolean if a field has been set.

func (*AcknowledgeInfo) HasUeNotReachable ¶

func (o *AcknowledgeInfo) HasUeNotReachable() bool

HasUeNotReachable returns a boolean if a field has been set.

func (*AcknowledgeInfo) HasUpuMacIue ¶

func (o *AcknowledgeInfo) HasUpuMacIue() bool

HasUpuMacIue returns a boolean if a field has been set.

func (*AcknowledgeInfo) HasUpuTransparentContainer ¶

func (o *AcknowledgeInfo) HasUpuTransparentContainer() bool

HasUpuTransparentContainer returns a boolean if a field has been set.

func (AcknowledgeInfo) MarshalJSON ¶

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

func (*AcknowledgeInfo) SetProvisioningTime ¶

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

SetProvisioningTime sets field value

func (*AcknowledgeInfo) SetSorMacIue ¶

func (o *AcknowledgeInfo) SetSorMacIue(v string)

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

func (*AcknowledgeInfo) SetSorTransparentContainer ¶

func (o *AcknowledgeInfo) SetSorTransparentContainer(v string)

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

func (*AcknowledgeInfo) SetUeNotReachable ¶

func (o *AcknowledgeInfo) SetUeNotReachable(v bool)

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

func (*AcknowledgeInfo) SetUpuMacIue ¶

func (o *AcknowledgeInfo) SetUpuMacIue(v string)

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

func (*AcknowledgeInfo) SetUpuTransparentContainer ¶

func (o *AcknowledgeInfo) SetUpuTransparentContainer(v string)

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

func (AcknowledgeInfo) ToMap ¶

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

func (*AcknowledgeInfo) UnmarshalJSON ¶

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

type AcsInfo ¶

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

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

func NewAcsInfo ¶

func NewAcsInfo() *AcsInfo

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

func NewAcsInfoWithDefaults ¶

func NewAcsInfoWithDefaults() *AcsInfo

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

func (*AcsInfo) GetAcsIpv4Addr ¶

func (o *AcsInfo) GetAcsIpv4Addr() string

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

func (*AcsInfo) GetAcsIpv4AddrOk ¶

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

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

func (*AcsInfo) GetAcsIpv6Addr ¶

func (o *AcsInfo) GetAcsIpv6Addr() Ipv6Addr

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

func (*AcsInfo) GetAcsIpv6AddrOk ¶

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

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

func (*AcsInfo) GetAcsUrl ¶

func (o *AcsInfo) GetAcsUrl() string

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

func (*AcsInfo) GetAcsUrlOk ¶

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

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

func (*AcsInfo) HasAcsIpv4Addr ¶

func (o *AcsInfo) HasAcsIpv4Addr() bool

HasAcsIpv4Addr returns a boolean if a field has been set.

func (*AcsInfo) HasAcsIpv6Addr ¶

func (o *AcsInfo) HasAcsIpv6Addr() bool

HasAcsIpv6Addr returns a boolean if a field has been set.

func (*AcsInfo) HasAcsUrl ¶

func (o *AcsInfo) HasAcsUrl() bool

HasAcsUrl returns a boolean if a field has been set.

func (AcsInfo) MarshalJSON ¶

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

func (*AcsInfo) SetAcsIpv4Addr ¶

func (o *AcsInfo) SetAcsIpv4Addr(v string)

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

func (*AcsInfo) SetAcsIpv6Addr ¶

func (o *AcsInfo) SetAcsIpv6Addr(v Ipv6Addr)

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

func (*AcsInfo) SetAcsUrl ¶

func (o *AcsInfo) SetAcsUrl(v string)

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

func (AcsInfo) ToMap ¶

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

type AdditionalSnssaiData ¶

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

AdditionalSnssaiData struct for AdditionalSnssaiData

func NewAdditionalSnssaiData ¶

func NewAdditionalSnssaiData() *AdditionalSnssaiData

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

func NewAdditionalSnssaiDataWithDefaults ¶

func NewAdditionalSnssaiDataWithDefaults() *AdditionalSnssaiData

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

func (*AdditionalSnssaiData) GetRequiredAuthnAuthz ¶

func (o *AdditionalSnssaiData) GetRequiredAuthnAuthz() bool

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

func (*AdditionalSnssaiData) GetRequiredAuthnAuthzOk ¶

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

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

func (*AdditionalSnssaiData) GetSubscribedNsSrgList ¶

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

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

func (*AdditionalSnssaiData) GetSubscribedNsSrgListOk ¶

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

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

func (*AdditionalSnssaiData) GetSubscribedUeSliceMbr ¶

func (o *AdditionalSnssaiData) GetSubscribedUeSliceMbr() SliceMbr

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

func (*AdditionalSnssaiData) GetSubscribedUeSliceMbrOk ¶

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

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

func (*AdditionalSnssaiData) HasRequiredAuthnAuthz ¶

func (o *AdditionalSnssaiData) HasRequiredAuthnAuthz() bool

HasRequiredAuthnAuthz returns a boolean if a field has been set.

func (*AdditionalSnssaiData) HasSubscribedNsSrgList ¶

func (o *AdditionalSnssaiData) HasSubscribedNsSrgList() bool

HasSubscribedNsSrgList returns a boolean if a field has been set.

func (*AdditionalSnssaiData) HasSubscribedUeSliceMbr ¶

func (o *AdditionalSnssaiData) HasSubscribedUeSliceMbr() bool

HasSubscribedUeSliceMbr returns a boolean if a field has been set.

func (AdditionalSnssaiData) MarshalJSON ¶

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

func (*AdditionalSnssaiData) SetRequiredAuthnAuthz ¶

func (o *AdditionalSnssaiData) SetRequiredAuthnAuthz(v bool)

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

func (*AdditionalSnssaiData) SetSubscribedNsSrgList ¶

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

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

func (*AdditionalSnssaiData) SetSubscribedUeSliceMbr ¶

func (o *AdditionalSnssaiData) SetSubscribedUeSliceMbr(v SliceMbr)

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

func (*AdditionalSnssaiData) SetSubscribedUeSliceMbrNil ¶

func (o *AdditionalSnssaiData) SetSubscribedUeSliceMbrNil()

SetSubscribedUeSliceMbrNil sets the value for SubscribedUeSliceMbr to be an explicit nil

func (AdditionalSnssaiData) ToMap ¶

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

func (*AdditionalSnssaiData) UnsetSubscribedUeSliceMbr ¶

func (o *AdditionalSnssaiData) UnsetSubscribedUeSliceMbr()

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

type AerialUeIndication ¶

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

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

func (*AerialUeIndication) MarshalJSON ¶

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

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

func (*AerialUeIndication) UnmarshalJSON ¶

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

Unmarshal JSON data into any of the pointers in the struct

type AerialUeSubscriptionInfo ¶

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

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

func NewAerialUeSubscriptionInfo ¶

func NewAerialUeSubscriptionInfo(aerialUeInd AerialUeIndication) *AerialUeSubscriptionInfo

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

func NewAerialUeSubscriptionInfoWithDefaults ¶

func NewAerialUeSubscriptionInfoWithDefaults() *AerialUeSubscriptionInfo

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

func (*AerialUeSubscriptionInfo) GetAerialUeInd ¶

func (o *AerialUeSubscriptionInfo) GetAerialUeInd() AerialUeIndication

GetAerialUeInd returns the AerialUeInd field value

func (*AerialUeSubscriptionInfo) GetAerialUeIndOk ¶

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

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

func (*AerialUeSubscriptionInfo) GetVar3gppUavId ¶

func (o *AerialUeSubscriptionInfo) GetVar3gppUavId() string

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

func (*AerialUeSubscriptionInfo) GetVar3gppUavIdOk ¶

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

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

func (*AerialUeSubscriptionInfo) HasVar3gppUavId ¶

func (o *AerialUeSubscriptionInfo) HasVar3gppUavId() bool

HasVar3gppUavId returns a boolean if a field has been set.

func (AerialUeSubscriptionInfo) MarshalJSON ¶

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

func (*AerialUeSubscriptionInfo) SetAerialUeInd ¶

func (o *AerialUeSubscriptionInfo) SetAerialUeInd(v AerialUeIndication)

SetAerialUeInd sets field value

func (*AerialUeSubscriptionInfo) SetVar3gppUavId ¶

func (o *AerialUeSubscriptionInfo) SetVar3gppUavId(v string)

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

func (AerialUeSubscriptionInfo) ToMap ¶

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

func (*AerialUeSubscriptionInfo) UnmarshalJSON ¶

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

type AfExternal ¶

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

AfExternal struct for AfExternal

func NewAfExternal ¶

func NewAfExternal() *AfExternal

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

func NewAfExternalWithDefaults ¶

func NewAfExternalWithDefaults() *AfExternal

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

func (*AfExternal) GetAfId ¶

func (o *AfExternal) GetAfId() string

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

func (*AfExternal) GetAfIdOk ¶

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

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

func (*AfExternal) GetAllowedGeographicArea ¶

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

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

func (*AfExternal) GetAllowedGeographicAreaOk ¶

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

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

func (*AfExternal) GetPrivacyCheckRelatedAction ¶

func (o *AfExternal) GetPrivacyCheckRelatedAction() PrivacyCheckRelatedAction

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

func (*AfExternal) GetPrivacyCheckRelatedActionOk ¶

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

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

func (*AfExternal) GetValidTimePeriod ¶

func (o *AfExternal) GetValidTimePeriod() ValidTimePeriod

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

func (*AfExternal) GetValidTimePeriodOk ¶

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

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

func (*AfExternal) HasAfId ¶

func (o *AfExternal) HasAfId() bool

HasAfId returns a boolean if a field has been set.

func (*AfExternal) HasAllowedGeographicArea ¶

func (o *AfExternal) HasAllowedGeographicArea() bool

HasAllowedGeographicArea returns a boolean if a field has been set.

func (*AfExternal) HasPrivacyCheckRelatedAction ¶

func (o *AfExternal) HasPrivacyCheckRelatedAction() bool

HasPrivacyCheckRelatedAction returns a boolean if a field has been set.

func (*AfExternal) HasValidTimePeriod ¶

func (o *AfExternal) HasValidTimePeriod() bool

HasValidTimePeriod returns a boolean if a field has been set.

func (AfExternal) MarshalJSON ¶

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

func (*AfExternal) SetAfId ¶

func (o *AfExternal) SetAfId(v string)

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

func (*AfExternal) SetAllowedGeographicArea ¶

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

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

func (*AfExternal) SetPrivacyCheckRelatedAction ¶

func (o *AfExternal) SetPrivacyCheckRelatedAction(v PrivacyCheckRelatedAction)

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

func (*AfExternal) SetValidTimePeriod ¶

func (o *AfExternal) SetValidTimePeriod(v ValidTimePeriod)

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

func (AfExternal) ToMap ¶

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

type Ambr ¶

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

Ambr Contains the maximum aggregated uplink and downlink bit rates.

func NewAmbr ¶

func NewAmbr(uplink string, downlink string) *Ambr

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

func NewAmbrWithDefaults ¶

func NewAmbrWithDefaults() *Ambr

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

func (o *Ambr) GetDownlink() string

GetDownlink returns the Downlink field value

func (*Ambr) GetDownlinkOk ¶

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

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

func (o *Ambr) GetUplink() string

GetUplink returns the Uplink field value

func (*Ambr) GetUplinkOk ¶

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

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

func (Ambr) MarshalJSON ¶

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

SetDownlink sets field value

func (o *Ambr) SetUplink(v string)

SetUplink sets field value

func (Ambr) ToMap ¶

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

func (*Ambr) UnmarshalJSON ¶

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

type AmfInfo ¶

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

AmfInfo struct for AmfInfo

func NewAmfInfo ¶

func NewAmfInfo(amfInstanceId string, guami Guami) *AmfInfo

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

func NewAmfInfoWithDefaults ¶

func NewAmfInfoWithDefaults() *AmfInfo

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

func (*AmfInfo) GetAccessType ¶

func (o *AmfInfo) GetAccessType() AccessType

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

func (*AmfInfo) GetAccessTypeOk ¶

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

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

func (*AmfInfo) GetAmfInstanceId ¶

func (o *AmfInfo) GetAmfInstanceId() string

GetAmfInstanceId returns the AmfInstanceId field value

func (*AmfInfo) GetAmfInstanceIdOk ¶

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

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

func (*AmfInfo) GetGuami ¶

func (o *AmfInfo) GetGuami() Guami

GetGuami returns the Guami field value

func (*AmfInfo) GetGuamiOk ¶

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

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

func (*AmfInfo) HasAccessType ¶

func (o *AmfInfo) HasAccessType() bool

HasAccessType returns a boolean if a field has been set.

func (AmfInfo) MarshalJSON ¶

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

func (*AmfInfo) SetAccessType ¶

func (o *AmfInfo) SetAccessType(v AccessType)

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

func (*AmfInfo) SetAmfInstanceId ¶

func (o *AmfInfo) SetAmfInstanceId(v string)

SetAmfInstanceId sets field value

func (*AmfInfo) SetGuami ¶

func (o *AmfInfo) SetGuami(v Guami)

SetGuami sets field value

func (AmfInfo) ToMap ¶

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

func (*AmfInfo) UnmarshalJSON ¶

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

type ApiCAGAckRequest ¶

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

func (ApiCAGAckRequest) AcknowledgeInfo ¶

func (r ApiCAGAckRequest) AcknowledgeInfo(acknowledgeInfo AcknowledgeInfo) ApiCAGAckRequest

func (ApiCAGAckRequest) Execute ¶

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

type ApiGetAmDataRequest ¶

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

func (ApiGetAmDataRequest) AdjacentPlmns ¶

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

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

func (ApiGetAmDataRequest) DisasterRoamingInd ¶

func (r ApiGetAmDataRequest) DisasterRoamingInd(disasterRoamingInd bool) ApiGetAmDataRequest

Indication whether Disaster Roaming service is applied or not

func (ApiGetAmDataRequest) Execute ¶

func (ApiGetAmDataRequest) IfModifiedSince ¶

func (r ApiGetAmDataRequest) IfModifiedSince(ifModifiedSince string) ApiGetAmDataRequest

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

func (ApiGetAmDataRequest) IfNoneMatch ¶

func (r ApiGetAmDataRequest) IfNoneMatch(ifNoneMatch string) ApiGetAmDataRequest

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

func (ApiGetAmDataRequest) PlmnId ¶

Serving PLMN ID or SNPN ID

func (ApiGetAmDataRequest) SupportedFeatures ¶

func (r ApiGetAmDataRequest) SupportedFeatures(supportedFeatures string) ApiGetAmDataRequest

Supported Features

type ApiGetDataSetsRequest ¶

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

func (ApiGetDataSetsRequest) DatasetNames ¶

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

List of dataset names

func (ApiGetDataSetsRequest) DisasterRoamingInd ¶

func (r ApiGetDataSetsRequest) DisasterRoamingInd(disasterRoamingInd bool) ApiGetDataSetsRequest

Indication whether Disaster Roaming service is applied or not

func (ApiGetDataSetsRequest) Execute ¶

func (ApiGetDataSetsRequest) IfModifiedSince ¶

func (r ApiGetDataSetsRequest) IfModifiedSince(ifModifiedSince string) ApiGetDataSetsRequest

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

func (ApiGetDataSetsRequest) IfNoneMatch ¶

func (r ApiGetDataSetsRequest) IfNoneMatch(ifNoneMatch string) ApiGetDataSetsRequest

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

func (ApiGetDataSetsRequest) PlmnId ¶

serving PLMN ID

func (ApiGetDataSetsRequest) SupportedFeatures ¶

func (r ApiGetDataSetsRequest) SupportedFeatures(supportedFeatures string) ApiGetDataSetsRequest

Supported Features

type ApiGetEcrDataRequest ¶

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

func (ApiGetEcrDataRequest) Execute ¶

func (ApiGetEcrDataRequest) IfModifiedSince ¶

func (r ApiGetEcrDataRequest) IfModifiedSince(ifModifiedSince string) ApiGetEcrDataRequest

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

func (ApiGetEcrDataRequest) IfNoneMatch ¶

func (r ApiGetEcrDataRequest) IfNoneMatch(ifNoneMatch string) ApiGetEcrDataRequest

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

func (ApiGetEcrDataRequest) SupportedFeatures ¶

func (r ApiGetEcrDataRequest) SupportedFeatures(supportedFeatures string) ApiGetEcrDataRequest

Supported Features

type ApiGetGroupIdentifiersRequest ¶

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

func (ApiGetGroupIdentifiersRequest) AfId ¶

AF identifier

func (ApiGetGroupIdentifiersRequest) Execute ¶

func (ApiGetGroupIdentifiersRequest) ExtGroupId ¶

External Group Identifier

func (ApiGetGroupIdentifiersRequest) IfModifiedSince ¶

func (r ApiGetGroupIdentifiersRequest) IfModifiedSince(ifModifiedSince string) ApiGetGroupIdentifiersRequest

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

func (ApiGetGroupIdentifiersRequest) IfNoneMatch ¶

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

func (ApiGetGroupIdentifiersRequest) IntGroupId ¶

Internal Group Identifier

func (ApiGetGroupIdentifiersRequest) SupportedFeatures ¶

func (r ApiGetGroupIdentifiersRequest) SupportedFeatures(supportedFeatures string) ApiGetGroupIdentifiersRequest

Supported Features

func (ApiGetGroupIdentifiersRequest) UeIdInd ¶

Indication whether UE identifiers are required or not

type ApiGetIndividualSharedDataRequest ¶

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

func (ApiGetIndividualSharedDataRequest) Execute ¶

func (ApiGetIndividualSharedDataRequest) IfModifiedSince ¶

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

func (ApiGetIndividualSharedDataRequest) IfNoneMatch ¶

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

func (ApiGetIndividualSharedDataRequest) SupportedFeatures ¶

func (r ApiGetIndividualSharedDataRequest) SupportedFeatures(supportedFeatures string) ApiGetIndividualSharedDataRequest

Supported Features

type ApiGetLcsBcaDataRequest ¶

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

func (ApiGetLcsBcaDataRequest) Execute ¶

func (ApiGetLcsBcaDataRequest) IfModifiedSince ¶

func (r ApiGetLcsBcaDataRequest) IfModifiedSince(ifModifiedSince string) ApiGetLcsBcaDataRequest

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

func (ApiGetLcsBcaDataRequest) IfNoneMatch ¶

func (r ApiGetLcsBcaDataRequest) IfNoneMatch(ifNoneMatch string) ApiGetLcsBcaDataRequest

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

func (ApiGetLcsBcaDataRequest) PlmnId ¶

func (ApiGetLcsBcaDataRequest) SupportedFeatures ¶

func (r ApiGetLcsBcaDataRequest) SupportedFeatures(supportedFeatures string) ApiGetLcsBcaDataRequest

Supported Features

type ApiGetLcsMoDataRequest ¶

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

func (ApiGetLcsMoDataRequest) Execute ¶

func (ApiGetLcsMoDataRequest) IfModifiedSince ¶

func (r ApiGetLcsMoDataRequest) IfModifiedSince(ifModifiedSince string) ApiGetLcsMoDataRequest

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

func (ApiGetLcsMoDataRequest) IfNoneMatch ¶

func (r ApiGetLcsMoDataRequest) IfNoneMatch(ifNoneMatch string) ApiGetLcsMoDataRequest

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

func (ApiGetLcsMoDataRequest) SupportedFeatures ¶

func (r ApiGetLcsMoDataRequest) SupportedFeatures(supportedFeatures string) ApiGetLcsMoDataRequest

Supported Features

type ApiGetLcsPrivacyDataRequest ¶

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

func (ApiGetLcsPrivacyDataRequest) Execute ¶

func (ApiGetLcsPrivacyDataRequest) IfModifiedSince ¶

func (r ApiGetLcsPrivacyDataRequest) IfModifiedSince(ifModifiedSince string) ApiGetLcsPrivacyDataRequest

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

func (ApiGetLcsPrivacyDataRequest) IfNoneMatch ¶

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

func (ApiGetLcsPrivacyDataRequest) SupportedFeatures ¶

func (r ApiGetLcsPrivacyDataRequest) SupportedFeatures(supportedFeatures string) ApiGetLcsPrivacyDataRequest

Supported Features

type ApiGetMbsDataRequest ¶

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

func (ApiGetMbsDataRequest) Execute ¶

func (ApiGetMbsDataRequest) IfModifiedSince ¶

func (r ApiGetMbsDataRequest) IfModifiedSince(ifModifiedSince string) ApiGetMbsDataRequest

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

func (ApiGetMbsDataRequest) IfNoneMatch ¶

func (r ApiGetMbsDataRequest) IfNoneMatch(ifNoneMatch string) ApiGetMbsDataRequest

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

func (ApiGetMbsDataRequest) SupportedFeatures ¶

func (r ApiGetMbsDataRequest) SupportedFeatures(supportedFeatures string) ApiGetMbsDataRequest

Supported Features

type ApiGetMultipleIdentifiersRequest ¶

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

func (ApiGetMultipleIdentifiersRequest) Execute ¶

func (ApiGetMultipleIdentifiersRequest) GpsiList ¶

list of the GPSIs

func (ApiGetMultipleIdentifiersRequest) SupportedFeatures ¶

func (r ApiGetMultipleIdentifiersRequest) SupportedFeatures(supportedFeatures string) ApiGetMultipleIdentifiersRequest

Supported Features

type ApiGetNSSAIRequest ¶

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

func (ApiGetNSSAIRequest) DisasterRoamingInd ¶

func (r ApiGetNSSAIRequest) DisasterRoamingInd(disasterRoamingInd bool) ApiGetNSSAIRequest

Indication whether Disaster Roaming service is applied or not

func (ApiGetNSSAIRequest) Execute ¶

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

func (ApiGetNSSAIRequest) IfModifiedSince ¶

func (r ApiGetNSSAIRequest) IfModifiedSince(ifModifiedSince string) ApiGetNSSAIRequest

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

func (ApiGetNSSAIRequest) IfNoneMatch ¶

func (r ApiGetNSSAIRequest) IfNoneMatch(ifNoneMatch string) ApiGetNSSAIRequest

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

func (ApiGetNSSAIRequest) PlmnId ¶

func (r ApiGetNSSAIRequest) PlmnId(plmnId PlmnId) ApiGetNSSAIRequest

serving PLMN ID

func (ApiGetNSSAIRequest) SupportedFeatures ¶

func (r ApiGetNSSAIRequest) SupportedFeatures(supportedFeatures string) ApiGetNSSAIRequest

Supported Features

type ApiGetProseDataRequest ¶

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

func (ApiGetProseDataRequest) Execute ¶

func (ApiGetProseDataRequest) IfModifiedSince ¶

func (r ApiGetProseDataRequest) IfModifiedSince(ifModifiedSince string) ApiGetProseDataRequest

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

func (ApiGetProseDataRequest) IfNoneMatch ¶

func (r ApiGetProseDataRequest) IfNoneMatch(ifNoneMatch string) ApiGetProseDataRequest

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

func (ApiGetProseDataRequest) SupportedFeatures ¶

func (r ApiGetProseDataRequest) SupportedFeatures(supportedFeatures string) ApiGetProseDataRequest

Supported Features

type ApiGetSharedDataRequest ¶

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

func (ApiGetSharedDataRequest) Execute ¶

func (ApiGetSharedDataRequest) IfModifiedSince ¶

func (r ApiGetSharedDataRequest) IfModifiedSince(ifModifiedSince string) ApiGetSharedDataRequest

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

func (ApiGetSharedDataRequest) IfNoneMatch ¶

func (r ApiGetSharedDataRequest) IfNoneMatch(ifNoneMatch string) ApiGetSharedDataRequest

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

func (ApiGetSharedDataRequest) SharedDataIds ¶

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

List of shared data ids

func (ApiGetSharedDataRequest) SupportedFeatures ¶

func (r ApiGetSharedDataRequest) SupportedFeatures(supportedFeatures string) ApiGetSharedDataRequest

Supported Features; this query parameter should not be used Deprecated

func (ApiGetSharedDataRequest) SupportedFeatures2 ¶

func (r ApiGetSharedDataRequest) SupportedFeatures2(supportedFeatures2 string) ApiGetSharedDataRequest

Supported Features

type ApiGetSmDataRequest ¶

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

func (ApiGetSmDataRequest) Dnn ¶

func (ApiGetSmDataRequest) Execute ¶

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

func (ApiGetSmDataRequest) IfModifiedSince ¶

func (r ApiGetSmDataRequest) IfModifiedSince(ifModifiedSince string) ApiGetSmDataRequest

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

func (ApiGetSmDataRequest) IfNoneMatch ¶

func (r ApiGetSmDataRequest) IfNoneMatch(ifNoneMatch string) ApiGetSmDataRequest

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

func (ApiGetSmDataRequest) PlmnId ¶

func (ApiGetSmDataRequest) SingleNssai ¶

func (r ApiGetSmDataRequest) SingleNssai(singleNssai Snssai) ApiGetSmDataRequest

func (ApiGetSmDataRequest) SupportedFeatures ¶

func (r ApiGetSmDataRequest) SupportedFeatures(supportedFeatures string) ApiGetSmDataRequest

Supported Features

type ApiGetSmfSelDataRequest ¶

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

func (ApiGetSmfSelDataRequest) DisasterRoamingInd ¶

func (r ApiGetSmfSelDataRequest) DisasterRoamingInd(disasterRoamingInd bool) ApiGetSmfSelDataRequest

Indication whether Disaster Roaming service is applied or not

func (ApiGetSmfSelDataRequest) Execute ¶

func (ApiGetSmfSelDataRequest) IfModifiedSince ¶

func (r ApiGetSmfSelDataRequest) IfModifiedSince(ifModifiedSince string) ApiGetSmfSelDataRequest

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

func (ApiGetSmfSelDataRequest) IfNoneMatch ¶

func (r ApiGetSmfSelDataRequest) IfNoneMatch(ifNoneMatch string) ApiGetSmfSelDataRequest

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

func (ApiGetSmfSelDataRequest) PlmnId ¶

serving PLMN ID

func (ApiGetSmfSelDataRequest) SupportedFeatures ¶

func (r ApiGetSmfSelDataRequest) SupportedFeatures(supportedFeatures string) ApiGetSmfSelDataRequest

Supported Features

type ApiGetSmsDataRequest ¶

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

func (ApiGetSmsDataRequest) Execute ¶

func (ApiGetSmsDataRequest) IfModifiedSince ¶

func (r ApiGetSmsDataRequest) IfModifiedSince(ifModifiedSince string) ApiGetSmsDataRequest

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

func (ApiGetSmsDataRequest) IfNoneMatch ¶

func (r ApiGetSmsDataRequest) IfNoneMatch(ifNoneMatch string) ApiGetSmsDataRequest

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

func (ApiGetSmsDataRequest) PlmnId ¶

func (ApiGetSmsDataRequest) SupportedFeatures ¶

func (r ApiGetSmsDataRequest) SupportedFeatures(supportedFeatures string) ApiGetSmsDataRequest

Supported Features

type ApiGetSmsMngtDataRequest ¶

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

func (ApiGetSmsMngtDataRequest) Execute ¶

func (ApiGetSmsMngtDataRequest) IfModifiedSince ¶

func (r ApiGetSmsMngtDataRequest) IfModifiedSince(ifModifiedSince string) ApiGetSmsMngtDataRequest

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

func (ApiGetSmsMngtDataRequest) IfNoneMatch ¶

func (r ApiGetSmsMngtDataRequest) IfNoneMatch(ifNoneMatch string) ApiGetSmsMngtDataRequest

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

func (ApiGetSmsMngtDataRequest) PlmnId ¶

func (ApiGetSmsMngtDataRequest) SupportedFeatures ¶

func (r ApiGetSmsMngtDataRequest) SupportedFeatures(supportedFeatures string) ApiGetSmsMngtDataRequest

Supported Features

type ApiGetSupiOrGpsiRequest ¶

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

func (ApiGetSupiOrGpsiRequest) AfId ¶

AF identifier

func (ApiGetSupiOrGpsiRequest) AfServiceId ¶

func (r ApiGetSupiOrGpsiRequest) AfServiceId(afServiceId string) ApiGetSupiOrGpsiRequest

AF Service Identifier

func (ApiGetSupiOrGpsiRequest) AppPortId ¶

Application port identifier

func (ApiGetSupiOrGpsiRequest) Execute ¶

func (ApiGetSupiOrGpsiRequest) IfModifiedSince ¶

func (r ApiGetSupiOrGpsiRequest) IfModifiedSince(ifModifiedSince string) ApiGetSupiOrGpsiRequest

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

func (ApiGetSupiOrGpsiRequest) IfNoneMatch ¶

func (r ApiGetSupiOrGpsiRequest) IfNoneMatch(ifNoneMatch string) ApiGetSupiOrGpsiRequest

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

func (ApiGetSupiOrGpsiRequest) MtcProviderInfo ¶

func (r ApiGetSupiOrGpsiRequest) MtcProviderInfo(mtcProviderInfo string) ApiGetSupiOrGpsiRequest

MTC Provider Information

func (ApiGetSupiOrGpsiRequest) RequestedGpsiType ¶

func (r ApiGetSupiOrGpsiRequest) RequestedGpsiType(requestedGpsiType GpsiType) ApiGetSupiOrGpsiRequest

Requested GPSI Type

func (ApiGetSupiOrGpsiRequest) SupportedFeatures ¶

func (r ApiGetSupiOrGpsiRequest) SupportedFeatures(supportedFeatures string) ApiGetSupiOrGpsiRequest

Supported Features

type ApiGetTraceConfigDataRequest ¶

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

func (ApiGetTraceConfigDataRequest) Execute ¶

func (ApiGetTraceConfigDataRequest) IfModifiedSince ¶

func (r ApiGetTraceConfigDataRequest) IfModifiedSince(ifModifiedSince string) ApiGetTraceConfigDataRequest

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

func (ApiGetTraceConfigDataRequest) IfNoneMatch ¶

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

func (ApiGetTraceConfigDataRequest) PlmnId ¶

serving PLMN ID

func (ApiGetTraceConfigDataRequest) SupportedFeatures ¶

func (r ApiGetTraceConfigDataRequest) SupportedFeatures(supportedFeatures string) ApiGetTraceConfigDataRequest

Supported Features

type ApiGetUcDataRequest ¶

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

func (ApiGetUcDataRequest) Execute ¶

func (ApiGetUcDataRequest) IfModifiedSince ¶

func (r ApiGetUcDataRequest) IfModifiedSince(ifModifiedSince string) ApiGetUcDataRequest

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

func (ApiGetUcDataRequest) IfNoneMatch ¶

func (r ApiGetUcDataRequest) IfNoneMatch(ifNoneMatch string) ApiGetUcDataRequest

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

func (ApiGetUcDataRequest) SupportedFeatures ¶

func (r ApiGetUcDataRequest) SupportedFeatures(supportedFeatures string) ApiGetUcDataRequest

Supported Features

func (ApiGetUcDataRequest) UcPurpose ¶

func (r ApiGetUcDataRequest) UcPurpose(ucPurpose UcPurpose) ApiGetUcDataRequest

User consent purpose

type ApiGetUeCtxInAmfDataRequest ¶

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

func (ApiGetUeCtxInAmfDataRequest) Execute ¶

func (ApiGetUeCtxInAmfDataRequest) SupportedFeatures ¶

func (r ApiGetUeCtxInAmfDataRequest) SupportedFeatures(supportedFeatures string) ApiGetUeCtxInAmfDataRequest

Supported Features

type ApiGetUeCtxInSmfDataRequest ¶

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

func (ApiGetUeCtxInSmfDataRequest) Execute ¶

func (ApiGetUeCtxInSmfDataRequest) SupportedFeatures ¶

func (r ApiGetUeCtxInSmfDataRequest) SupportedFeatures(supportedFeatures string) ApiGetUeCtxInSmfDataRequest

Supported Features

type ApiGetUeCtxInSmsfDataRequest ¶

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

func (ApiGetUeCtxInSmsfDataRequest) Execute ¶

func (ApiGetUeCtxInSmsfDataRequest) SupportedFeatures ¶

func (r ApiGetUeCtxInSmsfDataRequest) SupportedFeatures(supportedFeatures string) ApiGetUeCtxInSmsfDataRequest

Supported Features

type ApiGetV2xDataRequest ¶

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

func (ApiGetV2xDataRequest) Execute ¶

func (ApiGetV2xDataRequest) IfModifiedSince ¶

func (r ApiGetV2xDataRequest) IfModifiedSince(ifModifiedSince string) ApiGetV2xDataRequest

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

func (ApiGetV2xDataRequest) IfNoneMatch ¶

func (r ApiGetV2xDataRequest) IfNoneMatch(ifNoneMatch string) ApiGetV2xDataRequest

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

func (ApiGetV2xDataRequest) SupportedFeatures ¶

func (r ApiGetV2xDataRequest) SupportedFeatures(supportedFeatures string) ApiGetV2xDataRequest

Supported Features

type ApiModifyRequest ¶

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

func (ApiModifyRequest) Execute ¶

func (ApiModifyRequest) SdmSubsModification ¶

func (r ApiModifyRequest) SdmSubsModification(sdmSubsModification SdmSubsModification) ApiModifyRequest

func (ApiModifyRequest) SupportedFeatures ¶

func (r ApiModifyRequest) SupportedFeatures(supportedFeatures string) ApiModifyRequest

Features required to be supported by the target NF

type ApiModifySharedDataSubsRequest ¶

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

func (ApiModifySharedDataSubsRequest) Execute ¶

func (ApiModifySharedDataSubsRequest) SdmSubsModification ¶

func (r ApiModifySharedDataSubsRequest) SdmSubsModification(sdmSubsModification SdmSubsModification) ApiModifySharedDataSubsRequest

func (ApiModifySharedDataSubsRequest) SupportedFeatures ¶

func (r ApiModifySharedDataSubsRequest) SupportedFeatures(supportedFeatures string) ApiModifySharedDataSubsRequest

Features required to be supported by the target NF

type ApiSNSSAIsAckRequest ¶

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

func (ApiSNSSAIsAckRequest) AcknowledgeInfo ¶

func (r ApiSNSSAIsAckRequest) AcknowledgeInfo(acknowledgeInfo AcknowledgeInfo) ApiSNSSAIsAckRequest

func (ApiSNSSAIsAckRequest) Execute ¶

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

type ApiSorAckInfoRequest ¶

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

func (ApiSorAckInfoRequest) AcknowledgeInfo ¶

func (r ApiSorAckInfoRequest) AcknowledgeInfo(acknowledgeInfo AcknowledgeInfo) ApiSorAckInfoRequest

func (ApiSorAckInfoRequest) Execute ¶

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

type ApiSubscribeRequest ¶

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

func (ApiSubscribeRequest) Execute ¶

func (ApiSubscribeRequest) SdmSubscription ¶

func (r ApiSubscribeRequest) SdmSubscription(sdmSubscription SdmSubscription) ApiSubscribeRequest

type ApiSubscribeToSharedDataRequest ¶

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

func (ApiSubscribeToSharedDataRequest) Execute ¶

func (ApiSubscribeToSharedDataRequest) SdmSubscription ¶

type ApiUnsubscribeForSharedDataRequest ¶

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

func (ApiUnsubscribeForSharedDataRequest) Execute ¶

type ApiUnsubscribeRequest ¶

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

func (ApiUnsubscribeRequest) Execute ¶

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

type ApiUpdateSORInfoRequest ¶

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

func (ApiUpdateSORInfoRequest) Execute ¶

func (ApiUpdateSORInfoRequest) SorUpdateInfo ¶

func (r ApiUpdateSORInfoRequest) SorUpdateInfo(sorUpdateInfo SorUpdateInfo) ApiUpdateSORInfoRequest

type ApiUpuAckRequest ¶

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

func (ApiUpuAckRequest) AcknowledgeInfo ¶

func (r ApiUpuAckRequest) AcknowledgeInfo(acknowledgeInfo AcknowledgeInfo) ApiUpuAckRequest

func (ApiUpuAckRequest) Execute ¶

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

type AppDescriptor ¶

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

AppDescriptor struct for AppDescriptor

func NewAppDescriptor ¶

func NewAppDescriptor() *AppDescriptor

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

func NewAppDescriptorWithDefaults ¶

func NewAppDescriptorWithDefaults() *AppDescriptor

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

func (*AppDescriptor) GetAppId ¶

func (o *AppDescriptor) GetAppId() string

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

func (*AppDescriptor) GetAppIdOk ¶

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

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

func (*AppDescriptor) GetOsId ¶

func (o *AppDescriptor) GetOsId() string

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

func (*AppDescriptor) GetOsIdOk ¶

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

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

func (*AppDescriptor) HasAppId ¶

func (o *AppDescriptor) HasAppId() bool

HasAppId returns a boolean if a field has been set.

func (*AppDescriptor) HasOsId ¶

func (o *AppDescriptor) HasOsId() bool

HasOsId returns a boolean if a field has been set.

func (AppDescriptor) MarshalJSON ¶

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

func (*AppDescriptor) SetAppId ¶

func (o *AppDescriptor) SetAppId(v string)

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

func (*AppDescriptor) SetOsId ¶

func (o *AppDescriptor) SetOsId(v string)

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

func (AppDescriptor) ToMap ¶

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

type AppPortId ¶

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

AppPortId struct for AppPortId

func NewAppPortId ¶

func NewAppPortId() *AppPortId

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

func NewAppPortIdWithDefaults ¶

func NewAppPortIdWithDefaults() *AppPortId

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

func (*AppPortId) GetDestinationPort ¶

func (o *AppPortId) GetDestinationPort() int32

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

func (*AppPortId) GetDestinationPortOk ¶

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

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

func (*AppPortId) GetOriginatorPort ¶

func (o *AppPortId) GetOriginatorPort() int32

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

func (*AppPortId) GetOriginatorPortOk ¶

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

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

func (*AppPortId) HasDestinationPort ¶

func (o *AppPortId) HasDestinationPort() bool

HasDestinationPort returns a boolean if a field has been set.

func (*AppPortId) HasOriginatorPort ¶

func (o *AppPortId) HasOriginatorPort() bool

HasOriginatorPort returns a boolean if a field has been set.

func (AppPortId) MarshalJSON ¶

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

func (*AppPortId) SetDestinationPort ¶

func (o *AppPortId) SetDestinationPort(v int32)

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

func (*AppPortId) SetOriginatorPort ¶

func (o *AppPortId) SetOriginatorPort(v int32)

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

func (AppPortId) ToMap ¶

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

type Area ¶

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

Area Provides area information.

func NewArea ¶

func NewArea() *Area

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

func NewAreaWithDefaults ¶

func NewAreaWithDefaults() *Area

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

func (*Area) GetAreaCode ¶

func (o *Area) GetAreaCode() string

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

func (*Area) GetAreaCodeOk ¶

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

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

func (*Area) GetTacs ¶

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

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

func (*Area) GetTacsOk ¶

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

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

func (*Area) HasAreaCode ¶

func (o *Area) HasAreaCode() bool

HasAreaCode returns a boolean if a field has been set.

func (*Area) HasTacs ¶

func (o *Area) HasTacs() bool

HasTacs returns a boolean if a field has been set.

func (Area) MarshalJSON ¶

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

func (*Area) SetAreaCode ¶

func (o *Area) SetAreaCode(v string)

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

func (*Area) SetTacs ¶

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

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

func (Area) ToMap ¶

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

type AreaScope ¶

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

AreaScope Contain the area based on Cells or Tracking Areas.

func NewAreaScope ¶

func NewAreaScope() *AreaScope

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

func NewAreaScopeWithDefaults ¶

func NewAreaScopeWithDefaults() *AreaScope

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

func (*AreaScope) GetEutraCellIdList ¶

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

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

func (*AreaScope) GetEutraCellIdListOk ¶

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

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

func (*AreaScope) GetNrCellIdList ¶

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

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

func (*AreaScope) GetNrCellIdListOk ¶

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

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

func (*AreaScope) GetTacInfoPerPlmn ¶

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

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

func (*AreaScope) GetTacInfoPerPlmnOk ¶

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

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

func (*AreaScope) GetTacList ¶

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

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

func (*AreaScope) GetTacListOk ¶

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

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

func (*AreaScope) HasEutraCellIdList ¶

func (o *AreaScope) HasEutraCellIdList() bool

HasEutraCellIdList returns a boolean if a field has been set.

func (*AreaScope) HasNrCellIdList ¶

func (o *AreaScope) HasNrCellIdList() bool

HasNrCellIdList returns a boolean if a field has been set.

func (*AreaScope) HasTacInfoPerPlmn ¶

func (o *AreaScope) HasTacInfoPerPlmn() bool

HasTacInfoPerPlmn returns a boolean if a field has been set.

func (*AreaScope) HasTacList ¶

func (o *AreaScope) HasTacList() bool

HasTacList returns a boolean if a field has been set.

func (AreaScope) MarshalJSON ¶

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

func (*AreaScope) SetEutraCellIdList ¶

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

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

func (*AreaScope) SetNrCellIdList ¶

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

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

func (*AreaScope) SetTacInfoPerPlmn ¶

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

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

func (*AreaScope) SetTacList ¶

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

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

func (AreaScope) ToMap ¶

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

type Arp ¶

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

Arp Contains Allocation and Retention Priority information.

func NewArp ¶

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

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

func NewArpWithDefaults ¶

func NewArpWithDefaults() *Arp

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

func (*Arp) GetPreemptCap ¶

func (o *Arp) GetPreemptCap() PreemptionCapability

GetPreemptCap returns the PreemptCap field value

func (*Arp) GetPreemptCapOk ¶

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

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

func (*Arp) GetPreemptVuln ¶

func (o *Arp) GetPreemptVuln() PreemptionVulnerability

GetPreemptVuln returns the PreemptVuln field value

func (*Arp) GetPreemptVulnOk ¶

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

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

func (*Arp) GetPriorityLevel ¶

func (o *Arp) GetPriorityLevel() int32

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

func (*Arp) GetPriorityLevelOk ¶

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

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

func (Arp) MarshalJSON ¶

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

func (*Arp) SetPreemptCap ¶

func (o *Arp) SetPreemptCap(v PreemptionCapability)

SetPreemptCap sets field value

func (*Arp) SetPreemptVuln ¶

func (o *Arp) SetPreemptVuln(v PreemptionVulnerability)

SetPreemptVuln sets field value

func (*Arp) SetPriorityLevel ¶

func (o *Arp) SetPriorityLevel(v int32)

SetPriorityLevel sets field value

func (Arp) ToMap ¶

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

func (*Arp) UnmarshalJSON ¶

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

type BasicAuth ¶

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

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

type BatteryIndication ¶

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

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

func NewBatteryIndication ¶

func NewBatteryIndication() *BatteryIndication

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

func NewBatteryIndicationWithDefaults ¶

func NewBatteryIndicationWithDefaults() *BatteryIndication

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

func (*BatteryIndication) GetBatteryInd ¶

func (o *BatteryIndication) GetBatteryInd() bool

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

func (*BatteryIndication) GetBatteryIndOk ¶

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

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

func (*BatteryIndication) GetRechargeableInd ¶

func (o *BatteryIndication) GetRechargeableInd() bool

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

func (*BatteryIndication) GetRechargeableIndOk ¶

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

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

func (*BatteryIndication) GetReplaceableInd ¶

func (o *BatteryIndication) GetReplaceableInd() bool

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

func (*BatteryIndication) GetReplaceableIndOk ¶

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

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

func (*BatteryIndication) HasBatteryInd ¶

func (o *BatteryIndication) HasBatteryInd() bool

HasBatteryInd returns a boolean if a field has been set.

func (*BatteryIndication) HasRechargeableInd ¶

func (o *BatteryIndication) HasRechargeableInd() bool

HasRechargeableInd returns a boolean if a field has been set.

func (*BatteryIndication) HasReplaceableInd ¶

func (o *BatteryIndication) HasReplaceableInd() bool

HasReplaceableInd returns a boolean if a field has been set.

func (BatteryIndication) MarshalJSON ¶

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

func (*BatteryIndication) SetBatteryInd ¶

func (o *BatteryIndication) SetBatteryInd(v bool)

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

func (*BatteryIndication) SetRechargeableInd ¶

func (o *BatteryIndication) SetRechargeableInd(v bool)

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

func (*BatteryIndication) SetReplaceableInd ¶

func (o *BatteryIndication) SetReplaceableInd(v bool)

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

func (BatteryIndication) ToMap ¶

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

type CagData ¶

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

CagData struct for CagData

func NewCagData ¶

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

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

func NewCagDataWithDefaults ¶

func NewCagDataWithDefaults() *CagData

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

func (*CagData) GetCagInfos ¶

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

GetCagInfos returns the CagInfos field value

func (*CagData) GetCagInfosOk ¶

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

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

func (*CagData) GetProvisioningTime ¶

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

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

func (*CagData) GetProvisioningTimeOk ¶

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

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

func (*CagData) HasProvisioningTime ¶

func (o *CagData) HasProvisioningTime() bool

HasProvisioningTime returns a boolean if a field has been set.

func (CagData) MarshalJSON ¶

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

func (*CagData) SetCagInfos ¶

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

SetCagInfos sets field value

func (*CagData) SetProvisioningTime ¶

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

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

func (CagData) ToMap ¶

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

func (*CagData) UnmarshalJSON ¶

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

type CagInfo ¶

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

CagInfo struct for CagInfo

func NewCagInfo ¶

func NewCagInfo(allowedCagList []string) *CagInfo

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

func NewCagInfoWithDefaults ¶

func NewCagInfoWithDefaults() *CagInfo

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

func (*CagInfo) GetAllowedCagList ¶

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

GetAllowedCagList returns the AllowedCagList field value

func (*CagInfo) GetAllowedCagListOk ¶

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

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

func (*CagInfo) GetCagOnlyIndicator ¶

func (o *CagInfo) GetCagOnlyIndicator() bool

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

func (*CagInfo) GetCagOnlyIndicatorOk ¶

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

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

func (*CagInfo) HasCagOnlyIndicator ¶

func (o *CagInfo) HasCagOnlyIndicator() bool

HasCagOnlyIndicator returns a boolean if a field has been set.

func (CagInfo) MarshalJSON ¶

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

func (*CagInfo) SetAllowedCagList ¶

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

SetAllowedCagList sets field value

func (*CagInfo) SetCagOnlyIndicator ¶

func (o *CagInfo) SetCagOnlyIndicator(v bool)

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

func (CagInfo) ToMap ¶

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

func (*CagInfo) UnmarshalJSON ¶

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

type ChangeItem ¶

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

ChangeItem It contains data which need to be changed.

func NewChangeItem ¶

func NewChangeItem(op ChangeType, path string) *ChangeItem

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

func NewChangeItemWithDefaults ¶

func NewChangeItemWithDefaults() *ChangeItem

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

func (*ChangeItem) GetFrom ¶

func (o *ChangeItem) GetFrom() string

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

func (*ChangeItem) GetFromOk ¶

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

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

func (*ChangeItem) GetNewValue ¶

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

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

func (*ChangeItem) GetNewValueOk ¶

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

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

func (*ChangeItem) GetOp ¶

func (o *ChangeItem) GetOp() ChangeType

GetOp returns the Op field value

func (*ChangeItem) GetOpOk ¶

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

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

func (*ChangeItem) GetOrigValue ¶

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

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

func (*ChangeItem) GetOrigValueOk ¶

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

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

func (*ChangeItem) GetPath ¶

func (o *ChangeItem) GetPath() string

GetPath returns the Path field value

func (*ChangeItem) GetPathOk ¶

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

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

func (*ChangeItem) HasFrom ¶

func (o *ChangeItem) HasFrom() bool

HasFrom returns a boolean if a field has been set.

func (*ChangeItem) HasNewValue ¶

func (o *ChangeItem) HasNewValue() bool

HasNewValue returns a boolean if a field has been set.

func (*ChangeItem) HasOrigValue ¶

func (o *ChangeItem) HasOrigValue() bool

HasOrigValue returns a boolean if a field has been set.

func (ChangeItem) MarshalJSON ¶

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

func (*ChangeItem) SetFrom ¶

func (o *ChangeItem) SetFrom(v string)

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

func (*ChangeItem) SetNewValue ¶

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

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

func (*ChangeItem) SetOp ¶

func (o *ChangeItem) SetOp(v ChangeType)

SetOp sets field value

func (*ChangeItem) SetOrigValue ¶

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

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

func (*ChangeItem) SetPath ¶

func (o *ChangeItem) SetPath(v string)

SetPath sets field value

func (ChangeItem) ToMap ¶

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

func (*ChangeItem) UnmarshalJSON ¶

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

type ChangeType ¶

type ChangeType struct {
	// contains filtered or unexported fields
}

ChangeType Indicates the type of change to be performed.

func (*ChangeType) MarshalJSON ¶

func (src *ChangeType) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*ChangeType) UnmarshalJSON ¶

func (dst *ChangeType) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type CivicAddress ¶

type CivicAddress struct {
	Country    *string `json:"country,omitempty"`
	A1         *string `json:"A1,omitempty"`
	A2         *string `json:"A2,omitempty"`
	A3         *string `json:"A3,omitempty"`
	A4         *string `json:"A4,omitempty"`
	A5         *string `json:"A5,omitempty"`
	A6         *string `json:"A6,omitempty"`
	PRD        *string `json:"PRD,omitempty"`
	POD        *string `json:"POD,omitempty"`
	STS        *string `json:"STS,omitempty"`
	HNO        *string `json:"HNO,omitempty"`
	HNS        *string `json:"HNS,omitempty"`
	LMK        *string `json:"LMK,omitempty"`
	LOC        *string `json:"LOC,omitempty"`
	NAM        *string `json:"NAM,omitempty"`
	PC         *string `json:"PC,omitempty"`
	BLD        *string `json:"BLD,omitempty"`
	UNIT       *string `json:"UNIT,omitempty"`
	FLR        *string `json:"FLR,omitempty"`
	ROOM       *string `json:"ROOM,omitempty"`
	PLC        *string `json:"PLC,omitempty"`
	PCN        *string `json:"PCN,omitempty"`
	POBOX      *string `json:"POBOX,omitempty"`
	ADDCODE    *string `json:"ADDCODE,omitempty"`
	SEAT       *string `json:"SEAT,omitempty"`
	RD         *string `json:"RD,omitempty"`
	RDSEC      *string `json:"RDSEC,omitempty"`
	RDBR       *string `json:"RDBR,omitempty"`
	RDSUBBR    *string `json:"RDSUBBR,omitempty"`
	PRM        *string `json:"PRM,omitempty"`
	POM        *string `json:"POM,omitempty"`
	UsageRules *string `json:"usageRules,omitempty"`
	Method     *string `json:"method,omitempty"`
	ProvidedBy *string `json:"providedBy,omitempty"`
}

CivicAddress Indicates a Civic address.

func NewCivicAddress ¶

func NewCivicAddress() *CivicAddress

NewCivicAddress instantiates a new CivicAddress object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCivicAddressWithDefaults ¶

func NewCivicAddressWithDefaults() *CivicAddress

NewCivicAddressWithDefaults instantiates a new CivicAddress object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CivicAddress) GetA1 ¶

func (o *CivicAddress) GetA1() string

GetA1 returns the A1 field value if set, zero value otherwise.

func (*CivicAddress) GetA1Ok ¶

func (o *CivicAddress) GetA1Ok() (*string, bool)

GetA1Ok returns a tuple with the A1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CivicAddress) GetA2 ¶

func (o *CivicAddress) GetA2() string

GetA2 returns the A2 field value if set, zero value otherwise.

func (*CivicAddress) GetA2Ok ¶

func (o *CivicAddress) GetA2Ok() (*string, bool)

GetA2Ok returns a tuple with the A2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CivicAddress) GetA3 ¶

func (o *CivicAddress) GetA3() string

GetA3 returns the A3 field value if set, zero value otherwise.

func (*CivicAddress) GetA3Ok ¶

func (o *CivicAddress) GetA3Ok() (*string, bool)

GetA3Ok returns a tuple with the A3 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CivicAddress) GetA4 ¶

func (o *CivicAddress) GetA4() string

GetA4 returns the A4 field value if set, zero value otherwise.

func (*CivicAddress) GetA4Ok ¶

func (o *CivicAddress) GetA4Ok() (*string, bool)

GetA4Ok returns a tuple with the A4 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CivicAddress) GetA5 ¶

func (o *CivicAddress) GetA5() string

GetA5 returns the A5 field value if set, zero value otherwise.

func (*CivicAddress) GetA5Ok ¶

func (o *CivicAddress) GetA5Ok() (*string, bool)

GetA5Ok returns a tuple with the A5 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CivicAddress) GetA6 ¶

func (o *CivicAddress) GetA6() string

GetA6 returns the A6 field value if set, zero value otherwise.

func (*CivicAddress) GetA6Ok ¶

func (o *CivicAddress) GetA6Ok() (*string, bool)

GetA6Ok returns a tuple with the A6 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CivicAddress) GetADDCODE ¶

func (o *CivicAddress) GetADDCODE() string

GetADDCODE returns the ADDCODE field value if set, zero value otherwise.

func (*CivicAddress) GetADDCODEOk ¶

func (o *CivicAddress) GetADDCODEOk() (*string, bool)

GetADDCODEOk returns a tuple with the ADDCODE field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CivicAddress) GetBLD ¶

func (o *CivicAddress) GetBLD() string

GetBLD returns the BLD field value if set, zero value otherwise.

func (*CivicAddress) GetBLDOk ¶

func (o *CivicAddress) GetBLDOk() (*string, bool)

GetBLDOk returns a tuple with the BLD field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CivicAddress) GetCountry ¶

func (o *CivicAddress) GetCountry() string

GetCountry returns the Country field value if set, zero value otherwise.

func (*CivicAddress) GetCountryOk ¶

func (o *CivicAddress) GetCountryOk() (*string, bool)

GetCountryOk returns a tuple with the Country field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CivicAddress) GetFLR ¶

func (o *CivicAddress) GetFLR() string

GetFLR returns the FLR field value if set, zero value otherwise.

func (*CivicAddress) GetFLROk ¶

func (o *CivicAddress) GetFLROk() (*string, bool)

GetFLROk returns a tuple with the FLR field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CivicAddress) GetHNO ¶

func (o *CivicAddress) GetHNO() string

GetHNO returns the HNO field value if set, zero value otherwise.

func (*CivicAddress) GetHNOOk ¶

func (o *CivicAddress) GetHNOOk() (*string, bool)

GetHNOOk returns a tuple with the HNO field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CivicAddress) GetHNS ¶

func (o *CivicAddress) GetHNS() string

GetHNS returns the HNS field value if set, zero value otherwise.

func (*CivicAddress) GetHNSOk ¶

func (o *CivicAddress) GetHNSOk() (*string, bool)

GetHNSOk returns a tuple with the HNS field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CivicAddress) GetLMK ¶

func (o *CivicAddress) GetLMK() string

GetLMK returns the LMK field value if set, zero value otherwise.

func (*CivicAddress) GetLMKOk ¶

func (o *CivicAddress) GetLMKOk() (*string, bool)

GetLMKOk returns a tuple with the LMK field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CivicAddress) GetLOC ¶

func (o *CivicAddress) GetLOC() string

GetLOC returns the LOC field value if set, zero value otherwise.

func (*CivicAddress) GetLOCOk ¶

func (o *CivicAddress) GetLOCOk() (*string, bool)

GetLOCOk returns a tuple with the LOC field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CivicAddress) GetMethod ¶

func (o *CivicAddress) GetMethod() string

GetMethod returns the Method field value if set, zero value otherwise.

func (*CivicAddress) GetMethodOk ¶

func (o *CivicAddress) GetMethodOk() (*string, bool)

GetMethodOk returns a tuple with the Method field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CivicAddress) GetNAM ¶

func (o *CivicAddress) GetNAM() string

GetNAM returns the NAM field value if set, zero value otherwise.

func (*CivicAddress) GetNAMOk ¶

func (o *CivicAddress) GetNAMOk() (*string, bool)

GetNAMOk returns a tuple with the NAM field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CivicAddress) GetPC ¶

func (o *CivicAddress) GetPC() string

GetPC returns the PC field value if set, zero value otherwise.

func (*CivicAddress) GetPCN ¶

func (o *CivicAddress) GetPCN() string

GetPCN returns the PCN field value if set, zero value otherwise.

func (*CivicAddress) GetPCNOk ¶

func (o *CivicAddress) GetPCNOk() (*string, bool)

GetPCNOk returns a tuple with the PCN field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CivicAddress) GetPCOk ¶

func (o *CivicAddress) GetPCOk() (*string, bool)

GetPCOk returns a tuple with the PC field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CivicAddress) GetPLC ¶

func (o *CivicAddress) GetPLC() string

GetPLC returns the PLC field value if set, zero value otherwise.

func (*CivicAddress) GetPLCOk ¶

func (o *CivicAddress) GetPLCOk() (*string, bool)

GetPLCOk returns a tuple with the PLC field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CivicAddress) GetPOBOX ¶

func (o *CivicAddress) GetPOBOX() string

GetPOBOX returns the POBOX field value if set, zero value otherwise.

func (*CivicAddress) GetPOBOXOk ¶

func (o *CivicAddress) GetPOBOXOk() (*string, bool)

GetPOBOXOk returns a tuple with the POBOX field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CivicAddress) GetPOD ¶

func (o *CivicAddress) GetPOD() string

GetPOD returns the POD field value if set, zero value otherwise.

func (*CivicAddress) GetPODOk ¶

func (o *CivicAddress) GetPODOk() (*string, bool)

GetPODOk returns a tuple with the POD field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CivicAddress) GetPOM ¶

func (o *CivicAddress) GetPOM() string

GetPOM returns the POM field value if set, zero value otherwise.

func (*CivicAddress) GetPOMOk ¶

func (o *CivicAddress) GetPOMOk() (*string, bool)

GetPOMOk returns a tuple with the POM field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CivicAddress) GetPRD ¶

func (o *CivicAddress) GetPRD() string

GetPRD returns the PRD field value if set, zero value otherwise.

func (*CivicAddress) GetPRDOk ¶

func (o *CivicAddress) GetPRDOk() (*string, bool)

GetPRDOk returns a tuple with the PRD field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CivicAddress) GetPRM ¶

func (o *CivicAddress) GetPRM() string

GetPRM returns the PRM field value if set, zero value otherwise.

func (*CivicAddress) GetPRMOk ¶

func (o *CivicAddress) GetPRMOk() (*string, bool)

GetPRMOk returns a tuple with the PRM field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CivicAddress) GetProvidedBy ¶

func (o *CivicAddress) GetProvidedBy() string

GetProvidedBy returns the ProvidedBy field value if set, zero value otherwise.

func (*CivicAddress) GetProvidedByOk ¶

func (o *CivicAddress) GetProvidedByOk() (*string, bool)

GetProvidedByOk returns a tuple with the ProvidedBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CivicAddress) GetRD ¶

func (o *CivicAddress) GetRD() string

GetRD returns the RD field value if set, zero value otherwise.

func (*CivicAddress) GetRDBR ¶

func (o *CivicAddress) GetRDBR() string

GetRDBR returns the RDBR field value if set, zero value otherwise.

func (*CivicAddress) GetRDBROk ¶

func (o *CivicAddress) GetRDBROk() (*string, bool)

GetRDBROk returns a tuple with the RDBR field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CivicAddress) GetRDOk ¶

func (o *CivicAddress) GetRDOk() (*string, bool)

GetRDOk returns a tuple with the RD field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CivicAddress) GetRDSEC ¶

func (o *CivicAddress) GetRDSEC() string

GetRDSEC returns the RDSEC field value if set, zero value otherwise.

func (*CivicAddress) GetRDSECOk ¶

func (o *CivicAddress) GetRDSECOk() (*string, bool)

GetRDSECOk returns a tuple with the RDSEC field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CivicAddress) GetRDSUBBR ¶

func (o *CivicAddress) GetRDSUBBR() string

GetRDSUBBR returns the RDSUBBR field value if set, zero value otherwise.

func (*CivicAddress) GetRDSUBBROk ¶

func (o *CivicAddress) GetRDSUBBROk() (*string, bool)

GetRDSUBBROk returns a tuple with the RDSUBBR field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CivicAddress) GetROOM ¶

func (o *CivicAddress) GetROOM() string

GetROOM returns the ROOM field value if set, zero value otherwise.

func (*CivicAddress) GetROOMOk ¶

func (o *CivicAddress) GetROOMOk() (*string, bool)

GetROOMOk returns a tuple with the ROOM field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CivicAddress) GetSEAT ¶

func (o *CivicAddress) GetSEAT() string

GetSEAT returns the SEAT field value if set, zero value otherwise.

func (*CivicAddress) GetSEATOk ¶

func (o *CivicAddress) GetSEATOk() (*string, bool)

GetSEATOk returns a tuple with the SEAT field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CivicAddress) GetSTS ¶

func (o *CivicAddress) GetSTS() string

GetSTS returns the STS field value if set, zero value otherwise.

func (*CivicAddress) GetSTSOk ¶

func (o *CivicAddress) GetSTSOk() (*string, bool)

GetSTSOk returns a tuple with the STS field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CivicAddress) GetUNIT ¶

func (o *CivicAddress) GetUNIT() string

GetUNIT returns the UNIT field value if set, zero value otherwise.

func (*CivicAddress) GetUNITOk ¶

func (o *CivicAddress) GetUNITOk() (*string, bool)

GetUNITOk returns a tuple with the UNIT field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CivicAddress) GetUsageRules ¶

func (o *CivicAddress) GetUsageRules() string

GetUsageRules returns the UsageRules field value if set, zero value otherwise.

func (*CivicAddress) GetUsageRulesOk ¶

func (o *CivicAddress) GetUsageRulesOk() (*string, bool)

GetUsageRulesOk returns a tuple with the UsageRules field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CivicAddress) HasA1 ¶

func (o *CivicAddress) HasA1() bool

HasA1 returns a boolean if a field has been set.

func (*CivicAddress) HasA2 ¶

func (o *CivicAddress) HasA2() bool

HasA2 returns a boolean if a field has been set.

func (*CivicAddress) HasA3 ¶

func (o *CivicAddress) HasA3() bool

HasA3 returns a boolean if a field has been set.

func (*CivicAddress) HasA4 ¶

func (o *CivicAddress) HasA4() bool

HasA4 returns a boolean if a field has been set.

func (*CivicAddress) HasA5 ¶

func (o *CivicAddress) HasA5() bool

HasA5 returns a boolean if a field has been set.

func (*CivicAddress) HasA6 ¶

func (o *CivicAddress) HasA6() bool

HasA6 returns a boolean if a field has been set.

func (*CivicAddress) HasADDCODE ¶

func (o *CivicAddress) HasADDCODE() bool

HasADDCODE returns a boolean if a field has been set.

func (*CivicAddress) HasBLD ¶

func (o *CivicAddress) HasBLD() bool

HasBLD returns a boolean if a field has been set.

func (*CivicAddress) HasCountry ¶

func (o *CivicAddress) HasCountry() bool

HasCountry returns a boolean if a field has been set.

func (*CivicAddress) HasFLR ¶

func (o *CivicAddress) HasFLR() bool

HasFLR returns a boolean if a field has been set.

func (*CivicAddress) HasHNO ¶

func (o *CivicAddress) HasHNO() bool

HasHNO returns a boolean if a field has been set.

func (*CivicAddress) HasHNS ¶

func (o *CivicAddress) HasHNS() bool

HasHNS returns a boolean if a field has been set.

func (*CivicAddress) HasLMK ¶

func (o *CivicAddress) HasLMK() bool

HasLMK returns a boolean if a field has been set.

func (*CivicAddress) HasLOC ¶

func (o *CivicAddress) HasLOC() bool

HasLOC returns a boolean if a field has been set.

func (*CivicAddress) HasMethod ¶

func (o *CivicAddress) HasMethod() bool

HasMethod returns a boolean if a field has been set.

func (*CivicAddress) HasNAM ¶

func (o *CivicAddress) HasNAM() bool

HasNAM returns a boolean if a field has been set.

func (*CivicAddress) HasPC ¶

func (o *CivicAddress) HasPC() bool

HasPC returns a boolean if a field has been set.

func (*CivicAddress) HasPCN ¶

func (o *CivicAddress) HasPCN() bool

HasPCN returns a boolean if a field has been set.

func (*CivicAddress) HasPLC ¶

func (o *CivicAddress) HasPLC() bool

HasPLC returns a boolean if a field has been set.

func (*CivicAddress) HasPOBOX ¶

func (o *CivicAddress) HasPOBOX() bool

HasPOBOX returns a boolean if a field has been set.

func (*CivicAddress) HasPOD ¶

func (o *CivicAddress) HasPOD() bool

HasPOD returns a boolean if a field has been set.

func (*CivicAddress) HasPOM ¶

func (o *CivicAddress) HasPOM() bool

HasPOM returns a boolean if a field has been set.

func (*CivicAddress) HasPRD ¶

func (o *CivicAddress) HasPRD() bool

HasPRD returns a boolean if a field has been set.

func (*CivicAddress) HasPRM ¶

func (o *CivicAddress) HasPRM() bool

HasPRM returns a boolean if a field has been set.

func (*CivicAddress) HasProvidedBy ¶

func (o *CivicAddress) HasProvidedBy() bool

HasProvidedBy returns a boolean if a field has been set.

func (*CivicAddress) HasRD ¶

func (o *CivicAddress) HasRD() bool

HasRD returns a boolean if a field has been set.

func (*CivicAddress) HasRDBR ¶

func (o *CivicAddress) HasRDBR() bool

HasRDBR returns a boolean if a field has been set.

func (*CivicAddress) HasRDSEC ¶

func (o *CivicAddress) HasRDSEC() bool

HasRDSEC returns a boolean if a field has been set.

func (*CivicAddress) HasRDSUBBR ¶

func (o *CivicAddress) HasRDSUBBR() bool

HasRDSUBBR returns a boolean if a field has been set.

func (*CivicAddress) HasROOM ¶

func (o *CivicAddress) HasROOM() bool

HasROOM returns a boolean if a field has been set.

func (*CivicAddress) HasSEAT ¶

func (o *CivicAddress) HasSEAT() bool

HasSEAT returns a boolean if a field has been set.

func (*CivicAddress) HasSTS ¶

func (o *CivicAddress) HasSTS() bool

HasSTS returns a boolean if a field has been set.

func (*CivicAddress) HasUNIT ¶

func (o *CivicAddress) HasUNIT() bool

HasUNIT returns a boolean if a field has been set.

func (*CivicAddress) HasUsageRules ¶

func (o *CivicAddress) HasUsageRules() bool

HasUsageRules returns a boolean if a field has been set.

func (CivicAddress) MarshalJSON ¶

func (o CivicAddress) MarshalJSON() ([]byte, error)

func (*CivicAddress) SetA1 ¶

func (o *CivicAddress) SetA1(v string)

SetA1 gets a reference to the given string and assigns it to the A1 field.

func (*CivicAddress) SetA2 ¶

func (o *CivicAddress) SetA2(v string)

SetA2 gets a reference to the given string and assigns it to the A2 field.

func (*CivicAddress) SetA3 ¶

func (o *CivicAddress) SetA3(v string)

SetA3 gets a reference to the given string and assigns it to the A3 field.

func (*CivicAddress) SetA4 ¶

func (o *CivicAddress) SetA4(v string)

SetA4 gets a reference to the given string and assigns it to the A4 field.

func (*CivicAddress) SetA5 ¶

func (o *CivicAddress) SetA5(v string)

SetA5 gets a reference to the given string and assigns it to the A5 field.

func (*CivicAddress) SetA6 ¶

func (o *CivicAddress) SetA6(v string)

SetA6 gets a reference to the given string and assigns it to the A6 field.

func (*CivicAddress) SetADDCODE ¶

func (o *CivicAddress) SetADDCODE(v string)

SetADDCODE gets a reference to the given string and assigns it to the ADDCODE field.

func (*CivicAddress) SetBLD ¶

func (o *CivicAddress) SetBLD(v string)

SetBLD gets a reference to the given string and assigns it to the BLD field.

func (*CivicAddress) SetCountry ¶

func (o *CivicAddress) SetCountry(v string)

SetCountry gets a reference to the given string and assigns it to the Country field.

func (*CivicAddress) SetFLR ¶

func (o *CivicAddress) SetFLR(v string)

SetFLR gets a reference to the given string and assigns it to the FLR field.

func (*CivicAddress) SetHNO ¶

func (o *CivicAddress) SetHNO(v string)

SetHNO gets a reference to the given string and assigns it to the HNO field.

func (*CivicAddress) SetHNS ¶

func (o *CivicAddress) SetHNS(v string)

SetHNS gets a reference to the given string and assigns it to the HNS field.

func (*CivicAddress) SetLMK ¶

func (o *CivicAddress) SetLMK(v string)

SetLMK gets a reference to the given string and assigns it to the LMK field.

func (*CivicAddress) SetLOC ¶

func (o *CivicAddress) SetLOC(v string)

SetLOC gets a reference to the given string and assigns it to the LOC field.

func (*CivicAddress) SetMethod ¶

func (o *CivicAddress) SetMethod(v string)

SetMethod gets a reference to the given string and assigns it to the Method field.

func (*CivicAddress) SetNAM ¶

func (o *CivicAddress) SetNAM(v string)

SetNAM gets a reference to the given string and assigns it to the NAM field.

func (*CivicAddress) SetPC ¶

func (o *CivicAddress) SetPC(v string)

SetPC gets a reference to the given string and assigns it to the PC field.

func (*CivicAddress) SetPCN ¶

func (o *CivicAddress) SetPCN(v string)

SetPCN gets a reference to the given string and assigns it to the PCN field.

func (*CivicAddress) SetPLC ¶

func (o *CivicAddress) SetPLC(v string)

SetPLC gets a reference to the given string and assigns it to the PLC field.

func (*CivicAddress) SetPOBOX ¶

func (o *CivicAddress) SetPOBOX(v string)

SetPOBOX gets a reference to the given string and assigns it to the POBOX field.

func (*CivicAddress) SetPOD ¶

func (o *CivicAddress) SetPOD(v string)

SetPOD gets a reference to the given string and assigns it to the POD field.

func (*CivicAddress) SetPOM ¶

func (o *CivicAddress) SetPOM(v string)

SetPOM gets a reference to the given string and assigns it to the POM field.

func (*CivicAddress) SetPRD ¶

func (o *CivicAddress) SetPRD(v string)

SetPRD gets a reference to the given string and assigns it to the PRD field.

func (*CivicAddress) SetPRM ¶

func (o *CivicAddress) SetPRM(v string)

SetPRM gets a reference to the given string and assigns it to the PRM field.

func (*CivicAddress) SetProvidedBy ¶

func (o *CivicAddress) SetProvidedBy(v string)

SetProvidedBy gets a reference to the given string and assigns it to the ProvidedBy field.

func (*CivicAddress) SetRD ¶

func (o *CivicAddress) SetRD(v string)

SetRD gets a reference to the given string and assigns it to the RD field.

func (*CivicAddress) SetRDBR ¶

func (o *CivicAddress) SetRDBR(v string)

SetRDBR gets a reference to the given string and assigns it to the RDBR field.

func (*CivicAddress) SetRDSEC ¶

func (o *CivicAddress) SetRDSEC(v string)

SetRDSEC gets a reference to the given string and assigns it to the RDSEC field.

func (*CivicAddress) SetRDSUBBR ¶

func (o *CivicAddress) SetRDSUBBR(v string)

SetRDSUBBR gets a reference to the given string and assigns it to the RDSUBBR field.

func (*CivicAddress) SetROOM ¶

func (o *CivicAddress) SetROOM(v string)

SetROOM gets a reference to the given string and assigns it to the ROOM field.

func (*CivicAddress) SetSEAT ¶

func (o *CivicAddress) SetSEAT(v string)

SetSEAT gets a reference to the given string and assigns it to the SEAT field.

func (*CivicAddress) SetSTS ¶

func (o *CivicAddress) SetSTS(v string)

SetSTS gets a reference to the given string and assigns it to the STS field.

func (*CivicAddress) SetUNIT ¶

func (o *CivicAddress) SetUNIT(v string)

SetUNIT gets a reference to the given string and assigns it to the UNIT field.

func (*CivicAddress) SetUsageRules ¶

func (o *CivicAddress) SetUsageRules(v string)

SetUsageRules gets a reference to the given string and assigns it to the UsageRules field.

func (CivicAddress) ToMap ¶

func (o CivicAddress) ToMap() (map[string]interface{}, error)

type Class5MBSSubscriptionDataRetrievalAPIService ¶

type Class5MBSSubscriptionDataRetrievalAPIService service

Class5MBSSubscriptionDataRetrievalAPIService Class5MBSSubscriptionDataRetrievalAPI service

func (*Class5MBSSubscriptionDataRetrievalAPIService) GetMbsData ¶

GetMbsData retrieve a UE's 5MBS Subscription Data

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param supi Identifier of the UE
@return ApiGetMbsDataRequest

func (*Class5MBSSubscriptionDataRetrievalAPIService) GetMbsDataExecute ¶

Execute executes the request

@return MbsSubscriptionData

type CodeWordInd ¶

type CodeWordInd struct {
	// contains filtered or unexported fields
}

CodeWordInd struct for CodeWordInd

func (*CodeWordInd) MarshalJSON ¶

func (src *CodeWordInd) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*CodeWordInd) UnmarshalJSON ¶

func (dst *CodeWordInd) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type CollectionPeriodRmmLteMdt ¶

type CollectionPeriodRmmLteMdt struct {
	// contains filtered or unexported fields
}

CollectionPeriodRmmLteMdt The enumeration CollectionPeriodRmmLteMdt defines Collection period for RRM measurements LTE for MDT in the trace. See 3GPP TS 32.422 for further description of the values. It shall comply with the provisions defined in table 5.6.3.15-1.

func (*CollectionPeriodRmmLteMdt) MarshalJSON ¶

func (src *CollectionPeriodRmmLteMdt) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*CollectionPeriodRmmLteMdt) UnmarshalJSON ¶

func (dst *CollectionPeriodRmmLteMdt) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type CollectionPeriodRmmNrMdt ¶

type CollectionPeriodRmmNrMdt struct {
	// contains filtered or unexported fields
}

CollectionPeriodRmmNrMdt The enumeration CollectionPeriodRmmNrMdt defines Collection period for RRM measurements NR for MDT in the trace. See 3GPP TS 32.422 for further description of the values. It shall comply with the provisions defined in table 5.6.3.19-1

func (*CollectionPeriodRmmNrMdt) MarshalJSON ¶

func (src *CollectionPeriodRmmNrMdt) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*CollectionPeriodRmmNrMdt) UnmarshalJSON ¶

func (dst *CollectionPeriodRmmNrMdt) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type Configuration ¶

type Configuration struct {
	Host             string            `json:"host,omitempty"`
	Scheme           string            `json:"scheme,omitempty"`
	DefaultHeader    map[string]string `json:"defaultHeader,omitempty"`
	UserAgent        string            `json:"userAgent,omitempty"`
	Debug            bool              `json:"debug,omitempty"`
	Servers          ServerConfigurations
	OperationServers map[string]ServerConfigurations
	HTTPClient       *http.Client
}

Configuration stores the configuration of the API client

func NewConfiguration ¶

func NewConfiguration() *Configuration

NewConfiguration returns a new Configuration object

func (*Configuration) AddDefaultHeader ¶

func (c *Configuration) AddDefaultHeader(key string, value string)

AddDefaultHeader adds a new HTTP header to the default header in the request

func (*Configuration) ServerURL ¶

func (c *Configuration) ServerURL(index int, variables map[string]string) (string, error)

ServerURL returns URL based on server settings

func (*Configuration) ServerURLWithContext ¶

func (c *Configuration) ServerURLWithContext(ctx context.Context, endpoint string) (string, error)

ServerURLWithContext returns a new server URL given an endpoint

type ContextInfo ¶

type ContextInfo struct {
	OrigHeaders    []string `json:"origHeaders,omitempty"`
	RequestHeaders []string `json:"requestHeaders,omitempty"`
}

ContextInfo struct for ContextInfo

func NewContextInfo ¶

func NewContextInfo() *ContextInfo

NewContextInfo instantiates a new ContextInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewContextInfoWithDefaults ¶

func NewContextInfoWithDefaults() *ContextInfo

NewContextInfoWithDefaults instantiates a new ContextInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ContextInfo) GetOrigHeaders ¶

func (o *ContextInfo) GetOrigHeaders() []string

GetOrigHeaders returns the OrigHeaders field value if set, zero value otherwise.

func (*ContextInfo) GetOrigHeadersOk ¶

func (o *ContextInfo) GetOrigHeadersOk() ([]string, bool)

GetOrigHeadersOk returns a tuple with the OrigHeaders field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContextInfo) GetRequestHeaders ¶

func (o *ContextInfo) GetRequestHeaders() []string

GetRequestHeaders returns the RequestHeaders field value if set, zero value otherwise.

func (*ContextInfo) GetRequestHeadersOk ¶

func (o *ContextInfo) GetRequestHeadersOk() ([]string, bool)

GetRequestHeadersOk returns a tuple with the RequestHeaders field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContextInfo) HasOrigHeaders ¶

func (o *ContextInfo) HasOrigHeaders() bool

HasOrigHeaders returns a boolean if a field has been set.

func (*ContextInfo) HasRequestHeaders ¶

func (o *ContextInfo) HasRequestHeaders() bool

HasRequestHeaders returns a boolean if a field has been set.

func (ContextInfo) MarshalJSON ¶

func (o ContextInfo) MarshalJSON() ([]byte, error)

func (*ContextInfo) SetOrigHeaders ¶

func (o *ContextInfo) SetOrigHeaders(v []string)

SetOrigHeaders gets a reference to the given []string and assigns it to the OrigHeaders field.

func (*ContextInfo) SetRequestHeaders ¶

func (o *ContextInfo) SetRequestHeaders(v []string)

SetRequestHeaders gets a reference to the given []string and assigns it to the RequestHeaders field.

func (ContextInfo) ToMap ¶

func (o ContextInfo) ToMap() (map[string]interface{}, error)

type CoreNetworkType ¶

type CoreNetworkType struct {
	// contains filtered or unexported fields
}

CoreNetworkType It contains the Core Network type 5GC or EPC.

func (*CoreNetworkType) MarshalJSON ¶

func (src *CoreNetworkType) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*CoreNetworkType) UnmarshalJSON ¶

func (dst *CoreNetworkType) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type DataRestorationNotification ¶

type DataRestorationNotification struct {
	// string with format 'date-time' as defined in OpenAPI.
	LastReplicationTime *time.Time `json:"lastReplicationTime,omitempty"`
	// string with format 'date-time' as defined in OpenAPI.
	RecoveryTime *time.Time      `json:"recoveryTime,omitempty"`
	PlmnId       *PlmnId         `json:"plmnId,omitempty"`
	SupiRanges   []SupiRange     `json:"supiRanges,omitempty"`
	GpsiRanges   []IdentityRange `json:"gpsiRanges,omitempty"`
	ResetIds     []string        `json:"resetIds,omitempty"`
	SNssaiList   []Snssai        `json:"sNssaiList,omitempty"`
	DnnList      []string        `json:"dnnList,omitempty"`
	// Identifier of a group of NFs.
	UdmGroupId *string `json:"udmGroupId,omitempty"`
}

DataRestorationNotification Contains identities representing those UEs potentially affected by a data-loss event at the UDR

func NewDataRestorationNotification ¶

func NewDataRestorationNotification() *DataRestorationNotification

NewDataRestorationNotification instantiates a new DataRestorationNotification object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDataRestorationNotificationWithDefaults ¶

func NewDataRestorationNotificationWithDefaults() *DataRestorationNotification

NewDataRestorationNotificationWithDefaults instantiates a new DataRestorationNotification object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DataRestorationNotification) GetDnnList ¶

func (o *DataRestorationNotification) GetDnnList() []string

GetDnnList returns the DnnList field value if set, zero value otherwise.

func (*DataRestorationNotification) GetDnnListOk ¶

func (o *DataRestorationNotification) GetDnnListOk() ([]string, bool)

GetDnnListOk returns a tuple with the DnnList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DataRestorationNotification) GetGpsiRanges ¶

func (o *DataRestorationNotification) GetGpsiRanges() []IdentityRange

GetGpsiRanges returns the GpsiRanges field value if set, zero value otherwise.

func (*DataRestorationNotification) GetGpsiRangesOk ¶

func (o *DataRestorationNotification) GetGpsiRangesOk() ([]IdentityRange, bool)

GetGpsiRangesOk returns a tuple with the GpsiRanges field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DataRestorationNotification) GetLastReplicationTime ¶

func (o *DataRestorationNotification) GetLastReplicationTime() time.Time

GetLastReplicationTime returns the LastReplicationTime field value if set, zero value otherwise.

func (*DataRestorationNotification) GetLastReplicationTimeOk ¶

func (o *DataRestorationNotification) GetLastReplicationTimeOk() (*time.Time, bool)

GetLastReplicationTimeOk returns a tuple with the LastReplicationTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DataRestorationNotification) GetPlmnId ¶

func (o *DataRestorationNotification) GetPlmnId() PlmnId

GetPlmnId returns the PlmnId field value if set, zero value otherwise.

func (*DataRestorationNotification) GetPlmnIdOk ¶

func (o *DataRestorationNotification) GetPlmnIdOk() (*PlmnId, bool)

GetPlmnIdOk returns a tuple with the PlmnId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DataRestorationNotification) GetRecoveryTime ¶

func (o *DataRestorationNotification) GetRecoveryTime() time.Time

GetRecoveryTime returns the RecoveryTime field value if set, zero value otherwise.

func (*DataRestorationNotification) GetRecoveryTimeOk ¶

func (o *DataRestorationNotification) GetRecoveryTimeOk() (*time.Time, bool)

GetRecoveryTimeOk returns a tuple with the RecoveryTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DataRestorationNotification) GetResetIds ¶

func (o *DataRestorationNotification) GetResetIds() []string

GetResetIds returns the ResetIds field value if set, zero value otherwise.

func (*DataRestorationNotification) GetResetIdsOk ¶

func (o *DataRestorationNotification) GetResetIdsOk() ([]string, bool)

GetResetIdsOk returns a tuple with the ResetIds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DataRestorationNotification) GetSNssaiList ¶

func (o *DataRestorationNotification) GetSNssaiList() []Snssai

GetSNssaiList returns the SNssaiList field value if set, zero value otherwise.

func (*DataRestorationNotification) GetSNssaiListOk ¶

func (o *DataRestorationNotification) GetSNssaiListOk() ([]Snssai, bool)

GetSNssaiListOk returns a tuple with the SNssaiList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DataRestorationNotification) GetSupiRanges ¶

func (o *DataRestorationNotification) GetSupiRanges() []SupiRange

GetSupiRanges returns the SupiRanges field value if set, zero value otherwise.

func (*DataRestorationNotification) GetSupiRangesOk ¶

func (o *DataRestorationNotification) GetSupiRangesOk() ([]SupiRange, bool)

GetSupiRangesOk returns a tuple with the SupiRanges field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DataRestorationNotification) GetUdmGroupId ¶

func (o *DataRestorationNotification) GetUdmGroupId() string

GetUdmGroupId returns the UdmGroupId field value if set, zero value otherwise.

func (*DataRestorationNotification) GetUdmGroupIdOk ¶

func (o *DataRestorationNotification) GetUdmGroupIdOk() (*string, bool)

GetUdmGroupIdOk returns a tuple with the UdmGroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DataRestorationNotification) HasDnnList ¶

func (o *DataRestorationNotification) HasDnnList() bool

HasDnnList returns a boolean if a field has been set.

func (*DataRestorationNotification) HasGpsiRanges ¶

func (o *DataRestorationNotification) HasGpsiRanges() bool

HasGpsiRanges returns a boolean if a field has been set.

func (*DataRestorationNotification) HasLastReplicationTime ¶

func (o *DataRestorationNotification) HasLastReplicationTime() bool

HasLastReplicationTime returns a boolean if a field has been set.

func (*DataRestorationNotification) HasPlmnId ¶

func (o *DataRestorationNotification) HasPlmnId() bool

HasPlmnId returns a boolean if a field has been set.

func (*DataRestorationNotification) HasRecoveryTime ¶

func (o *DataRestorationNotification) HasRecoveryTime() bool

HasRecoveryTime returns a boolean if a field has been set.

func (*DataRestorationNotification) HasResetIds ¶

func (o *DataRestorationNotification) HasResetIds() bool

HasResetIds returns a boolean if a field has been set.

func (*DataRestorationNotification) HasSNssaiList ¶

func (o *DataRestorationNotification) HasSNssaiList() bool

HasSNssaiList returns a boolean if a field has been set.

func (*DataRestorationNotification) HasSupiRanges ¶

func (o *DataRestorationNotification) HasSupiRanges() bool

HasSupiRanges returns a boolean if a field has been set.

func (*DataRestorationNotification) HasUdmGroupId ¶

func (o *DataRestorationNotification) HasUdmGroupId() bool

HasUdmGroupId returns a boolean if a field has been set.

func (DataRestorationNotification) MarshalJSON ¶

func (o DataRestorationNotification) MarshalJSON() ([]byte, error)

func (*DataRestorationNotification) SetDnnList ¶

func (o *DataRestorationNotification) SetDnnList(v []string)

SetDnnList gets a reference to the given []string and assigns it to the DnnList field.

func (*DataRestorationNotification) SetGpsiRanges ¶

func (o *DataRestorationNotification) SetGpsiRanges(v []IdentityRange)

SetGpsiRanges gets a reference to the given []IdentityRange and assigns it to the GpsiRanges field.

func (*DataRestorationNotification) SetLastReplicationTime ¶

func (o *DataRestorationNotification) SetLastReplicationTime(v time.Time)

SetLastReplicationTime gets a reference to the given time.Time and assigns it to the LastReplicationTime field.

func (*DataRestorationNotification) SetPlmnId ¶

func (o *DataRestorationNotification) SetPlmnId(v PlmnId)

SetPlmnId gets a reference to the given PlmnId and assigns it to the PlmnId field.

func (*DataRestorationNotification) SetRecoveryTime ¶

func (o *DataRestorationNotification) SetRecoveryTime(v time.Time)

SetRecoveryTime gets a reference to the given time.Time and assigns it to the RecoveryTime field.

func (*DataRestorationNotification) SetResetIds ¶

func (o *DataRestorationNotification) SetResetIds(v []string)

SetResetIds gets a reference to the given []string and assigns it to the ResetIds field.

func (*DataRestorationNotification) SetSNssaiList ¶

func (o *DataRestorationNotification) SetSNssaiList(v []Snssai)

SetSNssaiList gets a reference to the given []Snssai and assigns it to the SNssaiList field.

func (*DataRestorationNotification) SetSupiRanges ¶

func (o *DataRestorationNotification) SetSupiRanges(v []SupiRange)

SetSupiRanges gets a reference to the given []SupiRange and assigns it to the SupiRanges field.

func (*DataRestorationNotification) SetUdmGroupId ¶

func (o *DataRestorationNotification) SetUdmGroupId(v string)

SetUdmGroupId gets a reference to the given string and assigns it to the UdmGroupId field.

func (DataRestorationNotification) ToMap ¶

func (o DataRestorationNotification) ToMap() (map[string]interface{}, error)

type DataSetName ¶

type DataSetName struct {
	// contains filtered or unexported fields
}

DataSetName struct for DataSetName

func (*DataSetName) MarshalJSON ¶

func (src *DataSetName) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*DataSetName) UnmarshalJSON ¶

func (dst *DataSetName) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type DefaultUnrelatedClass ¶

type DefaultUnrelatedClass struct {
	AllowedGeographicArea     []GeographicArea           `json:"allowedGeographicArea,omitempty"`
	PrivacyCheckRelatedAction *PrivacyCheckRelatedAction `json:"privacyCheckRelatedAction,omitempty"`
	CodeWordInd               *CodeWordInd               `json:"codeWordInd,omitempty"`
	ValidTimePeriod           *ValidTimePeriod           `json:"validTimePeriod,omitempty"`
	CodeWordList              []string                   `json:"codeWordList,omitempty"`
}

DefaultUnrelatedClass struct for DefaultUnrelatedClass

func NewDefaultUnrelatedClass ¶

func NewDefaultUnrelatedClass() *DefaultUnrelatedClass

NewDefaultUnrelatedClass instantiates a new DefaultUnrelatedClass object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDefaultUnrelatedClassWithDefaults ¶

func NewDefaultUnrelatedClassWithDefaults() *DefaultUnrelatedClass

NewDefaultUnrelatedClassWithDefaults instantiates a new DefaultUnrelatedClass object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DefaultUnrelatedClass) GetAllowedGeographicArea ¶

func (o *DefaultUnrelatedClass) GetAllowedGeographicArea() []GeographicArea

GetAllowedGeographicArea returns the AllowedGeographicArea field value if set, zero value otherwise.

func (*DefaultUnrelatedClass) GetAllowedGeographicAreaOk ¶

func (o *DefaultUnrelatedClass) GetAllowedGeographicAreaOk() ([]GeographicArea, bool)

GetAllowedGeographicAreaOk returns a tuple with the AllowedGeographicArea field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DefaultUnrelatedClass) GetCodeWordInd ¶

func (o *DefaultUnrelatedClass) GetCodeWordInd() CodeWordInd

GetCodeWordInd returns the CodeWordInd field value if set, zero value otherwise.

func (*DefaultUnrelatedClass) GetCodeWordIndOk ¶

func (o *DefaultUnrelatedClass) GetCodeWordIndOk() (*CodeWordInd, bool)

GetCodeWordIndOk returns a tuple with the CodeWordInd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DefaultUnrelatedClass) GetCodeWordList ¶

func (o *DefaultUnrelatedClass) GetCodeWordList() []string

GetCodeWordList returns the CodeWordList field value if set, zero value otherwise.

func (*DefaultUnrelatedClass) GetCodeWordListOk ¶

func (o *DefaultUnrelatedClass) GetCodeWordListOk() ([]string, bool)

GetCodeWordListOk returns a tuple with the CodeWordList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DefaultUnrelatedClass) GetPrivacyCheckRelatedAction ¶

func (o *DefaultUnrelatedClass) GetPrivacyCheckRelatedAction() PrivacyCheckRelatedAction

GetPrivacyCheckRelatedAction returns the PrivacyCheckRelatedAction field value if set, zero value otherwise.

func (*DefaultUnrelatedClass) GetPrivacyCheckRelatedActionOk ¶

func (o *DefaultUnrelatedClass) GetPrivacyCheckRelatedActionOk() (*PrivacyCheckRelatedAction, bool)

GetPrivacyCheckRelatedActionOk returns a tuple with the PrivacyCheckRelatedAction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DefaultUnrelatedClass) GetValidTimePeriod ¶

func (o *DefaultUnrelatedClass) GetValidTimePeriod() ValidTimePeriod

GetValidTimePeriod returns the ValidTimePeriod field value if set, zero value otherwise.

func (*DefaultUnrelatedClass) GetValidTimePeriodOk ¶

func (o *DefaultUnrelatedClass) GetValidTimePeriodOk() (*ValidTimePeriod, bool)

GetValidTimePeriodOk returns a tuple with the ValidTimePeriod field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DefaultUnrelatedClass) HasAllowedGeographicArea ¶

func (o *DefaultUnrelatedClass) HasAllowedGeographicArea() bool

HasAllowedGeographicArea returns a boolean if a field has been set.

func (*DefaultUnrelatedClass) HasCodeWordInd ¶

func (o *DefaultUnrelatedClass) HasCodeWordInd() bool

HasCodeWordInd returns a boolean if a field has been set.

func (*DefaultUnrelatedClass) HasCodeWordList ¶

func (o *DefaultUnrelatedClass) HasCodeWordList() bool

HasCodeWordList returns a boolean if a field has been set.

func (*DefaultUnrelatedClass) HasPrivacyCheckRelatedAction ¶

func (o *DefaultUnrelatedClass) HasPrivacyCheckRelatedAction() bool

HasPrivacyCheckRelatedAction returns a boolean if a field has been set.

func (*DefaultUnrelatedClass) HasValidTimePeriod ¶

func (o *DefaultUnrelatedClass) HasValidTimePeriod() bool

HasValidTimePeriod returns a boolean if a field has been set.

func (DefaultUnrelatedClass) MarshalJSON ¶

func (o DefaultUnrelatedClass) MarshalJSON() ([]byte, error)

func (*DefaultUnrelatedClass) SetAllowedGeographicArea ¶

func (o *DefaultUnrelatedClass) SetAllowedGeographicArea(v []GeographicArea)

SetAllowedGeographicArea gets a reference to the given []GeographicArea and assigns it to the AllowedGeographicArea field.

func (*DefaultUnrelatedClass) SetCodeWordInd ¶

func (o *DefaultUnrelatedClass) SetCodeWordInd(v CodeWordInd)

SetCodeWordInd gets a reference to the given CodeWordInd and assigns it to the CodeWordInd field.

func (*DefaultUnrelatedClass) SetCodeWordList ¶

func (o *DefaultUnrelatedClass) SetCodeWordList(v []string)

SetCodeWordList gets a reference to the given []string and assigns it to the CodeWordList field.

func (*DefaultUnrelatedClass) SetPrivacyCheckRelatedAction ¶

func (o *DefaultUnrelatedClass) SetPrivacyCheckRelatedAction(v PrivacyCheckRelatedAction)

SetPrivacyCheckRelatedAction gets a reference to the given PrivacyCheckRelatedAction and assigns it to the PrivacyCheckRelatedAction field.

func (*DefaultUnrelatedClass) SetValidTimePeriod ¶

func (o *DefaultUnrelatedClass) SetValidTimePeriod(v ValidTimePeriod)

SetValidTimePeriod gets a reference to the given ValidTimePeriod and assigns it to the ValidTimePeriod field.

func (DefaultUnrelatedClass) ToMap ¶

func (o DefaultUnrelatedClass) ToMap() (map[string]interface{}, error)

type DnnConfiguration ¶

type DnnConfiguration struct {
	PduSessionTypes                PduSessionTypes          `json:"pduSessionTypes"`
	SscModes                       SscModes                 `json:"sscModes"`
	IwkEpsInd                      *bool                    `json:"iwkEpsInd,omitempty"`
	Var5gQosProfile                *SubscribedDefaultQos    `json:"5gQosProfile,omitempty"`
	SessionAmbr                    *Ambr                    `json:"sessionAmbr,omitempty"`
	Var3gppChargingCharacteristics *string                  `json:"3gppChargingCharacteristics,omitempty"`
	StaticIpAddress                []IpAddress              `json:"staticIpAddress,omitempty"`
	UpSecurity                     *UpSecurity              `json:"upSecurity,omitempty"`
	PduSessionContinuityInd        *PduSessionContinuityInd `json:"pduSessionContinuityInd,omitempty"`
	// Identity of the NEF
	NiddNefId                *string           `json:"niddNefId,omitempty"`
	NiddInfo                 *NiddInformation  `json:"niddInfo,omitempty"`
	RedundantSessionAllowed  *bool             `json:"redundantSessionAllowed,omitempty"`
	AcsInfo                  *AcsInfo          `json:"acsInfo,omitempty"`
	Ipv4FrameRouteList       []FrameRouteInfo  `json:"ipv4FrameRouteList,omitempty"`
	Ipv6FrameRouteList       []FrameRouteInfo  `json:"ipv6FrameRouteList,omitempty"`
	AtsssAllowed             *bool             `json:"atsssAllowed,omitempty"`
	SecondaryAuth            *bool             `json:"secondaryAuth,omitempty"`
	UavSecondaryAuth         *bool             `json:"uavSecondaryAuth,omitempty"`
	DnAaaIpAddressAllocation *bool             `json:"dnAaaIpAddressAllocation,omitempty"`
	DnAaaAddress             NullableIpAddress `json:"dnAaaAddress,omitempty"`
	AdditionalDnAaaAddresses []IpAddress       `json:"additionalDnAaaAddresses,omitempty"`
	// Fully Qualified Domain Name
	DnAaaFqdn                            *string                   `json:"dnAaaFqdn,omitempty"`
	IptvAccCtrlInfo                      *string                   `json:"iptvAccCtrlInfo,omitempty"`
	Ipv4Index                            *IpIndex                  `json:"ipv4Index,omitempty"`
	Ipv6Index                            *IpIndex                  `json:"ipv6Index,omitempty"`
	EcsAddrConfigInfo                    NullableEcsAddrConfigInfo `json:"ecsAddrConfigInfo,omitempty"`
	AdditionalEcsAddrConfigInfos         []EcsAddrConfigInfo       `json:"additionalEcsAddrConfigInfos,omitempty"`
	SharedEcsAddrConfigInfo              *string                   `json:"sharedEcsAddrConfigInfo,omitempty"`
	AdditionalSharedEcsAddrConfigInfoIds []string                  `json:"additionalSharedEcsAddrConfigInfoIds,omitempty"`
	EasDiscoveryAuthorized               *bool                     `json:"easDiscoveryAuthorized,omitempty"`
	OnboardingInd                        *bool                     `json:"onboardingInd,omitempty"`
	AerialUeInd                          *AerialUeIndication       `json:"aerialUeInd,omitempty"`
	SubscribedMaxIpv6PrefixSize          *int32                    `json:"subscribedMaxIpv6PrefixSize,omitempty"`
}

DnnConfiguration struct for DnnConfiguration

func NewDnnConfiguration ¶

func NewDnnConfiguration(pduSessionTypes PduSessionTypes, sscModes SscModes) *DnnConfiguration

NewDnnConfiguration instantiates a new DnnConfiguration object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDnnConfigurationWithDefaults ¶

func NewDnnConfigurationWithDefaults() *DnnConfiguration

NewDnnConfigurationWithDefaults instantiates a new DnnConfiguration object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DnnConfiguration) GetAcsInfo ¶

func (o *DnnConfiguration) GetAcsInfo() AcsInfo

GetAcsInfo returns the AcsInfo field value if set, zero value otherwise.

func (*DnnConfiguration) GetAcsInfoOk ¶

func (o *DnnConfiguration) GetAcsInfoOk() (*AcsInfo, bool)

GetAcsInfoOk returns a tuple with the AcsInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DnnConfiguration) GetAdditionalDnAaaAddresses ¶

func (o *DnnConfiguration) GetAdditionalDnAaaAddresses() []IpAddress

GetAdditionalDnAaaAddresses returns the AdditionalDnAaaAddresses field value if set, zero value otherwise.

func (*DnnConfiguration) GetAdditionalDnAaaAddressesOk ¶

func (o *DnnConfiguration) GetAdditionalDnAaaAddressesOk() ([]IpAddress, bool)

GetAdditionalDnAaaAddressesOk returns a tuple with the AdditionalDnAaaAddresses field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DnnConfiguration) GetAdditionalEcsAddrConfigInfos ¶

func (o *DnnConfiguration) GetAdditionalEcsAddrConfigInfos() []EcsAddrConfigInfo

GetAdditionalEcsAddrConfigInfos returns the AdditionalEcsAddrConfigInfos field value if set, zero value otherwise.

func (*DnnConfiguration) GetAdditionalEcsAddrConfigInfosOk ¶

func (o *DnnConfiguration) GetAdditionalEcsAddrConfigInfosOk() ([]EcsAddrConfigInfo, bool)

GetAdditionalEcsAddrConfigInfosOk returns a tuple with the AdditionalEcsAddrConfigInfos field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DnnConfiguration) GetAdditionalSharedEcsAddrConfigInfoIds ¶

func (o *DnnConfiguration) GetAdditionalSharedEcsAddrConfigInfoIds() []string

GetAdditionalSharedEcsAddrConfigInfoIds returns the AdditionalSharedEcsAddrConfigInfoIds field value if set, zero value otherwise.

func (*DnnConfiguration) GetAdditionalSharedEcsAddrConfigInfoIdsOk ¶

func (o *DnnConfiguration) GetAdditionalSharedEcsAddrConfigInfoIdsOk() ([]string, bool)

GetAdditionalSharedEcsAddrConfigInfoIdsOk returns a tuple with the AdditionalSharedEcsAddrConfigInfoIds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DnnConfiguration) GetAerialUeInd ¶

func (o *DnnConfiguration) GetAerialUeInd() AerialUeIndication

GetAerialUeInd returns the AerialUeInd field value if set, zero value otherwise.

func (*DnnConfiguration) GetAerialUeIndOk ¶

func (o *DnnConfiguration) GetAerialUeIndOk() (*AerialUeIndication, bool)

GetAerialUeIndOk returns a tuple with the AerialUeInd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DnnConfiguration) GetAtsssAllowed ¶

func (o *DnnConfiguration) GetAtsssAllowed() bool

GetAtsssAllowed returns the AtsssAllowed field value if set, zero value otherwise.

func (*DnnConfiguration) GetAtsssAllowedOk ¶

func (o *DnnConfiguration) GetAtsssAllowedOk() (*bool, bool)

GetAtsssAllowedOk returns a tuple with the AtsssAllowed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DnnConfiguration) GetDnAaaAddress ¶

func (o *DnnConfiguration) GetDnAaaAddress() IpAddress

GetDnAaaAddress returns the DnAaaAddress field value if set, zero value otherwise (both if not set or set to explicit null).

func (*DnnConfiguration) GetDnAaaAddressOk ¶

func (o *DnnConfiguration) GetDnAaaAddressOk() (*IpAddress, bool)

GetDnAaaAddressOk returns a tuple with the DnAaaAddress field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*DnnConfiguration) GetDnAaaFqdn ¶

func (o *DnnConfiguration) GetDnAaaFqdn() string

GetDnAaaFqdn returns the DnAaaFqdn field value if set, zero value otherwise.

func (*DnnConfiguration) GetDnAaaFqdnOk ¶

func (o *DnnConfiguration) GetDnAaaFqdnOk() (*string, bool)

GetDnAaaFqdnOk returns a tuple with the DnAaaFqdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DnnConfiguration) GetDnAaaIpAddressAllocation ¶

func (o *DnnConfiguration) GetDnAaaIpAddressAllocation() bool

GetDnAaaIpAddressAllocation returns the DnAaaIpAddressAllocation field value if set, zero value otherwise.

func (*DnnConfiguration) GetDnAaaIpAddressAllocationOk ¶

func (o *DnnConfiguration) GetDnAaaIpAddressAllocationOk() (*bool, bool)

GetDnAaaIpAddressAllocationOk returns a tuple with the DnAaaIpAddressAllocation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DnnConfiguration) GetEasDiscoveryAuthorized ¶

func (o *DnnConfiguration) GetEasDiscoveryAuthorized() bool

GetEasDiscoveryAuthorized returns the EasDiscoveryAuthorized field value if set, zero value otherwise.

func (*DnnConfiguration) GetEasDiscoveryAuthorizedOk ¶

func (o *DnnConfiguration) GetEasDiscoveryAuthorizedOk() (*bool, bool)

GetEasDiscoveryAuthorizedOk returns a tuple with the EasDiscoveryAuthorized field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DnnConfiguration) GetEcsAddrConfigInfo ¶

func (o *DnnConfiguration) GetEcsAddrConfigInfo() EcsAddrConfigInfo

GetEcsAddrConfigInfo returns the EcsAddrConfigInfo field value if set, zero value otherwise (both if not set or set to explicit null).

func (*DnnConfiguration) GetEcsAddrConfigInfoOk ¶

func (o *DnnConfiguration) GetEcsAddrConfigInfoOk() (*EcsAddrConfigInfo, bool)

GetEcsAddrConfigInfoOk returns a tuple with the EcsAddrConfigInfo field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*DnnConfiguration) GetIptvAccCtrlInfo ¶

func (o *DnnConfiguration) GetIptvAccCtrlInfo() string

GetIptvAccCtrlInfo returns the IptvAccCtrlInfo field value if set, zero value otherwise.

func (*DnnConfiguration) GetIptvAccCtrlInfoOk ¶

func (o *DnnConfiguration) GetIptvAccCtrlInfoOk() (*string, bool)

GetIptvAccCtrlInfoOk returns a tuple with the IptvAccCtrlInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DnnConfiguration) GetIpv4FrameRouteList ¶

func (o *DnnConfiguration) GetIpv4FrameRouteList() []FrameRouteInfo

GetIpv4FrameRouteList returns the Ipv4FrameRouteList field value if set, zero value otherwise.

func (*DnnConfiguration) GetIpv4FrameRouteListOk ¶

func (o *DnnConfiguration) GetIpv4FrameRouteListOk() ([]FrameRouteInfo, bool)

GetIpv4FrameRouteListOk returns a tuple with the Ipv4FrameRouteList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DnnConfiguration) GetIpv4Index ¶

func (o *DnnConfiguration) GetIpv4Index() IpIndex

GetIpv4Index returns the Ipv4Index field value if set, zero value otherwise.

func (*DnnConfiguration) GetIpv4IndexOk ¶

func (o *DnnConfiguration) GetIpv4IndexOk() (*IpIndex, bool)

GetIpv4IndexOk returns a tuple with the Ipv4Index field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DnnConfiguration) GetIpv6FrameRouteList ¶

func (o *DnnConfiguration) GetIpv6FrameRouteList() []FrameRouteInfo

GetIpv6FrameRouteList returns the Ipv6FrameRouteList field value if set, zero value otherwise.

func (*DnnConfiguration) GetIpv6FrameRouteListOk ¶

func (o *DnnConfiguration) GetIpv6FrameRouteListOk() ([]FrameRouteInfo, bool)

GetIpv6FrameRouteListOk returns a tuple with the Ipv6FrameRouteList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DnnConfiguration) GetIpv6Index ¶

func (o *DnnConfiguration) GetIpv6Index() IpIndex

GetIpv6Index returns the Ipv6Index field value if set, zero value otherwise.

func (*DnnConfiguration) GetIpv6IndexOk ¶

func (o *DnnConfiguration) GetIpv6IndexOk() (*IpIndex, bool)

GetIpv6IndexOk returns a tuple with the Ipv6Index field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DnnConfiguration) GetIwkEpsInd ¶

func (o *DnnConfiguration) GetIwkEpsInd() bool

GetIwkEpsInd returns the IwkEpsInd field value if set, zero value otherwise.

func (*DnnConfiguration) GetIwkEpsIndOk ¶

func (o *DnnConfiguration) GetIwkEpsIndOk() (*bool, bool)

GetIwkEpsIndOk returns a tuple with the IwkEpsInd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DnnConfiguration) GetNiddInfo ¶

func (o *DnnConfiguration) GetNiddInfo() NiddInformation

GetNiddInfo returns the NiddInfo field value if set, zero value otherwise.

func (*DnnConfiguration) GetNiddInfoOk ¶

func (o *DnnConfiguration) GetNiddInfoOk() (*NiddInformation, bool)

GetNiddInfoOk returns a tuple with the NiddInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DnnConfiguration) GetNiddNefId ¶

func (o *DnnConfiguration) GetNiddNefId() string

GetNiddNefId returns the NiddNefId field value if set, zero value otherwise.

func (*DnnConfiguration) GetNiddNefIdOk ¶

func (o *DnnConfiguration) GetNiddNefIdOk() (*string, bool)

GetNiddNefIdOk returns a tuple with the NiddNefId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DnnConfiguration) GetOnboardingInd ¶

func (o *DnnConfiguration) GetOnboardingInd() bool

GetOnboardingInd returns the OnboardingInd field value if set, zero value otherwise.

func (*DnnConfiguration) GetOnboardingIndOk ¶

func (o *DnnConfiguration) GetOnboardingIndOk() (*bool, bool)

GetOnboardingIndOk returns a tuple with the OnboardingInd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DnnConfiguration) GetPduSessionContinuityInd ¶

func (o *DnnConfiguration) GetPduSessionContinuityInd() PduSessionContinuityInd

GetPduSessionContinuityInd returns the PduSessionContinuityInd field value if set, zero value otherwise.

func (*DnnConfiguration) GetPduSessionContinuityIndOk ¶

func (o *DnnConfiguration) GetPduSessionContinuityIndOk() (*PduSessionContinuityInd, bool)

GetPduSessionContinuityIndOk returns a tuple with the PduSessionContinuityInd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DnnConfiguration) GetPduSessionTypes ¶

func (o *DnnConfiguration) GetPduSessionTypes() PduSessionTypes

GetPduSessionTypes returns the PduSessionTypes field value

func (*DnnConfiguration) GetPduSessionTypesOk ¶

func (o *DnnConfiguration) GetPduSessionTypesOk() (*PduSessionTypes, bool)

GetPduSessionTypesOk returns a tuple with the PduSessionTypes field value and a boolean to check if the value has been set.

func (*DnnConfiguration) GetRedundantSessionAllowed ¶

func (o *DnnConfiguration) GetRedundantSessionAllowed() bool

GetRedundantSessionAllowed returns the RedundantSessionAllowed field value if set, zero value otherwise.

func (*DnnConfiguration) GetRedundantSessionAllowedOk ¶

func (o *DnnConfiguration) GetRedundantSessionAllowedOk() (*bool, bool)

GetRedundantSessionAllowedOk returns a tuple with the RedundantSessionAllowed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DnnConfiguration) GetSecondaryAuth ¶

func (o *DnnConfiguration) GetSecondaryAuth() bool

GetSecondaryAuth returns the SecondaryAuth field value if set, zero value otherwise.

func (*DnnConfiguration) GetSecondaryAuthOk ¶

func (o *DnnConfiguration) GetSecondaryAuthOk() (*bool, bool)

GetSecondaryAuthOk returns a tuple with the SecondaryAuth field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DnnConfiguration) GetSessionAmbr ¶

func (o *DnnConfiguration) GetSessionAmbr() Ambr

GetSessionAmbr returns the SessionAmbr field value if set, zero value otherwise.

func (*DnnConfiguration) GetSessionAmbrOk ¶

func (o *DnnConfiguration) GetSessionAmbrOk() (*Ambr, bool)

GetSessionAmbrOk returns a tuple with the SessionAmbr field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DnnConfiguration) GetSharedEcsAddrConfigInfo ¶

func (o *DnnConfiguration) GetSharedEcsAddrConfigInfo() string

GetSharedEcsAddrConfigInfo returns the SharedEcsAddrConfigInfo field value if set, zero value otherwise.

func (*DnnConfiguration) GetSharedEcsAddrConfigInfoOk ¶

func (o *DnnConfiguration) GetSharedEcsAddrConfigInfoOk() (*string, bool)

GetSharedEcsAddrConfigInfoOk returns a tuple with the SharedEcsAddrConfigInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DnnConfiguration) GetSscModes ¶

func (o *DnnConfiguration) GetSscModes() SscModes

GetSscModes returns the SscModes field value

func (*DnnConfiguration) GetSscModesOk ¶

func (o *DnnConfiguration) GetSscModesOk() (*SscModes, bool)

GetSscModesOk returns a tuple with the SscModes field value and a boolean to check if the value has been set.

func (*DnnConfiguration) GetStaticIpAddress ¶

func (o *DnnConfiguration) GetStaticIpAddress() []IpAddress

GetStaticIpAddress returns the StaticIpAddress field value if set, zero value otherwise.

func (*DnnConfiguration) GetStaticIpAddressOk ¶

func (o *DnnConfiguration) GetStaticIpAddressOk() ([]IpAddress, bool)

GetStaticIpAddressOk returns a tuple with the StaticIpAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DnnConfiguration) GetSubscribedMaxIpv6PrefixSize ¶

func (o *DnnConfiguration) GetSubscribedMaxIpv6PrefixSize() int32

GetSubscribedMaxIpv6PrefixSize returns the SubscribedMaxIpv6PrefixSize field value if set, zero value otherwise.

func (*DnnConfiguration) GetSubscribedMaxIpv6PrefixSizeOk ¶

func (o *DnnConfiguration) GetSubscribedMaxIpv6PrefixSizeOk() (*int32, bool)

GetSubscribedMaxIpv6PrefixSizeOk returns a tuple with the SubscribedMaxIpv6PrefixSize field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DnnConfiguration) GetUavSecondaryAuth ¶

func (o *DnnConfiguration) GetUavSecondaryAuth() bool

GetUavSecondaryAuth returns the UavSecondaryAuth field value if set, zero value otherwise.

func (*DnnConfiguration) GetUavSecondaryAuthOk ¶

func (o *DnnConfiguration) GetUavSecondaryAuthOk() (*bool, bool)

GetUavSecondaryAuthOk returns a tuple with the UavSecondaryAuth field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DnnConfiguration) GetUpSecurity ¶

func (o *DnnConfiguration) GetUpSecurity() UpSecurity

GetUpSecurity returns the UpSecurity field value if set, zero value otherwise.

func (*DnnConfiguration) GetUpSecurityOk ¶

func (o *DnnConfiguration) GetUpSecurityOk() (*UpSecurity, bool)

GetUpSecurityOk returns a tuple with the UpSecurity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DnnConfiguration) GetVar3gppChargingCharacteristics ¶

func (o *DnnConfiguration) GetVar3gppChargingCharacteristics() string

GetVar3gppChargingCharacteristics returns the Var3gppChargingCharacteristics field value if set, zero value otherwise.

func (*DnnConfiguration) GetVar3gppChargingCharacteristicsOk ¶

func (o *DnnConfiguration) GetVar3gppChargingCharacteristicsOk() (*string, bool)

GetVar3gppChargingCharacteristicsOk returns a tuple with the Var3gppChargingCharacteristics field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DnnConfiguration) GetVar5gQosProfile ¶

func (o *DnnConfiguration) GetVar5gQosProfile() SubscribedDefaultQos

GetVar5gQosProfile returns the Var5gQosProfile field value if set, zero value otherwise.

func (*DnnConfiguration) GetVar5gQosProfileOk ¶

func (o *DnnConfiguration) GetVar5gQosProfileOk() (*SubscribedDefaultQos, bool)

GetVar5gQosProfileOk returns a tuple with the Var5gQosProfile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DnnConfiguration) HasAcsInfo ¶

func (o *DnnConfiguration) HasAcsInfo() bool

HasAcsInfo returns a boolean if a field has been set.

func (*DnnConfiguration) HasAdditionalDnAaaAddresses ¶

func (o *DnnConfiguration) HasAdditionalDnAaaAddresses() bool

HasAdditionalDnAaaAddresses returns a boolean if a field has been set.

func (*DnnConfiguration) HasAdditionalEcsAddrConfigInfos ¶

func (o *DnnConfiguration) HasAdditionalEcsAddrConfigInfos() bool

HasAdditionalEcsAddrConfigInfos returns a boolean if a field has been set.

func (*DnnConfiguration) HasAdditionalSharedEcsAddrConfigInfoIds ¶

func (o *DnnConfiguration) HasAdditionalSharedEcsAddrConfigInfoIds() bool

HasAdditionalSharedEcsAddrConfigInfoIds returns a boolean if a field has been set.

func (*DnnConfiguration) HasAerialUeInd ¶

func (o *DnnConfiguration) HasAerialUeInd() bool

HasAerialUeInd returns a boolean if a field has been set.

func (*DnnConfiguration) HasAtsssAllowed ¶

func (o *DnnConfiguration) HasAtsssAllowed() bool

HasAtsssAllowed returns a boolean if a field has been set.

func (*DnnConfiguration) HasDnAaaAddress ¶

func (o *DnnConfiguration) HasDnAaaAddress() bool

HasDnAaaAddress returns a boolean if a field has been set.

func (*DnnConfiguration) HasDnAaaFqdn ¶

func (o *DnnConfiguration) HasDnAaaFqdn() bool

HasDnAaaFqdn returns a boolean if a field has been set.

func (*DnnConfiguration) HasDnAaaIpAddressAllocation ¶

func (o *DnnConfiguration) HasDnAaaIpAddressAllocation() bool

HasDnAaaIpAddressAllocation returns a boolean if a field has been set.

func (*DnnConfiguration) HasEasDiscoveryAuthorized ¶

func (o *DnnConfiguration) HasEasDiscoveryAuthorized() bool

HasEasDiscoveryAuthorized returns a boolean if a field has been set.

func (*DnnConfiguration) HasEcsAddrConfigInfo ¶

func (o *DnnConfiguration) HasEcsAddrConfigInfo() bool

HasEcsAddrConfigInfo returns a boolean if a field has been set.

func (*DnnConfiguration) HasIptvAccCtrlInfo ¶

func (o *DnnConfiguration) HasIptvAccCtrlInfo() bool

HasIptvAccCtrlInfo returns a boolean if a field has been set.

func (*DnnConfiguration) HasIpv4FrameRouteList ¶

func (o *DnnConfiguration) HasIpv4FrameRouteList() bool

HasIpv4FrameRouteList returns a boolean if a field has been set.

func (*DnnConfiguration) HasIpv4Index ¶

func (o *DnnConfiguration) HasIpv4Index() bool

HasIpv4Index returns a boolean if a field has been set.

func (*DnnConfiguration) HasIpv6FrameRouteList ¶

func (o *DnnConfiguration) HasIpv6FrameRouteList() bool

HasIpv6FrameRouteList returns a boolean if a field has been set.

func (*DnnConfiguration) HasIpv6Index ¶

func (o *DnnConfiguration) HasIpv6Index() bool

HasIpv6Index returns a boolean if a field has been set.

func (*DnnConfiguration) HasIwkEpsInd ¶

func (o *DnnConfiguration) HasIwkEpsInd() bool

HasIwkEpsInd returns a boolean if a field has been set.

func (*DnnConfiguration) HasNiddInfo ¶

func (o *DnnConfiguration) HasNiddInfo() bool

HasNiddInfo returns a boolean if a field has been set.

func (*DnnConfiguration) HasNiddNefId ¶

func (o *DnnConfiguration) HasNiddNefId() bool

HasNiddNefId returns a boolean if a field has been set.

func (*DnnConfiguration) HasOnboardingInd ¶

func (o *DnnConfiguration) HasOnboardingInd() bool

HasOnboardingInd returns a boolean if a field has been set.

func (*DnnConfiguration) HasPduSessionContinuityInd ¶

func (o *DnnConfiguration) HasPduSessionContinuityInd() bool

HasPduSessionContinuityInd returns a boolean if a field has been set.

func (*DnnConfiguration) HasRedundantSessionAllowed ¶

func (o *DnnConfiguration) HasRedundantSessionAllowed() bool

HasRedundantSessionAllowed returns a boolean if a field has been set.

func (*DnnConfiguration) HasSecondaryAuth ¶

func (o *DnnConfiguration) HasSecondaryAuth() bool

HasSecondaryAuth returns a boolean if a field has been set.

func (*DnnConfiguration) HasSessionAmbr ¶

func (o *DnnConfiguration) HasSessionAmbr() bool

HasSessionAmbr returns a boolean if a field has been set.

func (*DnnConfiguration) HasSharedEcsAddrConfigInfo ¶

func (o *DnnConfiguration) HasSharedEcsAddrConfigInfo() bool

HasSharedEcsAddrConfigInfo returns a boolean if a field has been set.

func (*DnnConfiguration) HasStaticIpAddress ¶

func (o *DnnConfiguration) HasStaticIpAddress() bool

HasStaticIpAddress returns a boolean if a field has been set.

func (*DnnConfiguration) HasSubscribedMaxIpv6PrefixSize ¶

func (o *DnnConfiguration) HasSubscribedMaxIpv6PrefixSize() bool

HasSubscribedMaxIpv6PrefixSize returns a boolean if a field has been set.

func (*DnnConfiguration) HasUavSecondaryAuth ¶

func (o *DnnConfiguration) HasUavSecondaryAuth() bool

HasUavSecondaryAuth returns a boolean if a field has been set.

func (*DnnConfiguration) HasUpSecurity ¶

func (o *DnnConfiguration) HasUpSecurity() bool

HasUpSecurity returns a boolean if a field has been set.

func (*DnnConfiguration) HasVar3gppChargingCharacteristics ¶

func (o *DnnConfiguration) HasVar3gppChargingCharacteristics() bool

HasVar3gppChargingCharacteristics returns a boolean if a field has been set.

func (*DnnConfiguration) HasVar5gQosProfile ¶

func (o *DnnConfiguration) HasVar5gQosProfile() bool

HasVar5gQosProfile returns a boolean if a field has been set.

func (DnnConfiguration) MarshalJSON ¶

func (o DnnConfiguration) MarshalJSON() ([]byte, error)

func (*DnnConfiguration) SetAcsInfo ¶

func (o *DnnConfiguration) SetAcsInfo(v AcsInfo)

SetAcsInfo gets a reference to the given AcsInfo and assigns it to the AcsInfo field.

func (*DnnConfiguration) SetAdditionalDnAaaAddresses ¶

func (o *DnnConfiguration) SetAdditionalDnAaaAddresses(v []IpAddress)

SetAdditionalDnAaaAddresses gets a reference to the given []IpAddress and assigns it to the AdditionalDnAaaAddresses field.

func (*DnnConfiguration) SetAdditionalEcsAddrConfigInfos ¶

func (o *DnnConfiguration) SetAdditionalEcsAddrConfigInfos(v []EcsAddrConfigInfo)

SetAdditionalEcsAddrConfigInfos gets a reference to the given []EcsAddrConfigInfo and assigns it to the AdditionalEcsAddrConfigInfos field.

func (*DnnConfiguration) SetAdditionalSharedEcsAddrConfigInfoIds ¶

func (o *DnnConfiguration) SetAdditionalSharedEcsAddrConfigInfoIds(v []string)

SetAdditionalSharedEcsAddrConfigInfoIds gets a reference to the given []string and assigns it to the AdditionalSharedEcsAddrConfigInfoIds field.

func (*DnnConfiguration) SetAerialUeInd ¶

func (o *DnnConfiguration) SetAerialUeInd(v AerialUeIndication)

SetAerialUeInd gets a reference to the given AerialUeIndication and assigns it to the AerialUeInd field.

func (*DnnConfiguration) SetAtsssAllowed ¶

func (o *DnnConfiguration) SetAtsssAllowed(v bool)

SetAtsssAllowed gets a reference to the given bool and assigns it to the AtsssAllowed field.

func (*DnnConfiguration) SetDnAaaAddress ¶

func (o *DnnConfiguration) SetDnAaaAddress(v IpAddress)

SetDnAaaAddress gets a reference to the given NullableIpAddress and assigns it to the DnAaaAddress field.

func (*DnnConfiguration) SetDnAaaAddressNil ¶

func (o *DnnConfiguration) SetDnAaaAddressNil()

SetDnAaaAddressNil sets the value for DnAaaAddress to be an explicit nil

func (*DnnConfiguration) SetDnAaaFqdn ¶

func (o *DnnConfiguration) SetDnAaaFqdn(v string)

SetDnAaaFqdn gets a reference to the given string and assigns it to the DnAaaFqdn field.

func (*DnnConfiguration) SetDnAaaIpAddressAllocation ¶

func (o *DnnConfiguration) SetDnAaaIpAddressAllocation(v bool)

SetDnAaaIpAddressAllocation gets a reference to the given bool and assigns it to the DnAaaIpAddressAllocation field.

func (*DnnConfiguration) SetEasDiscoveryAuthorized ¶

func (o *DnnConfiguration) SetEasDiscoveryAuthorized(v bool)

SetEasDiscoveryAuthorized gets a reference to the given bool and assigns it to the EasDiscoveryAuthorized field.

func (*DnnConfiguration) SetEcsAddrConfigInfo ¶

func (o *DnnConfiguration) SetEcsAddrConfigInfo(v EcsAddrConfigInfo)

SetEcsAddrConfigInfo gets a reference to the given NullableEcsAddrConfigInfo and assigns it to the EcsAddrConfigInfo field.

func (*DnnConfiguration) SetEcsAddrConfigInfoNil ¶

func (o *DnnConfiguration) SetEcsAddrConfigInfoNil()

SetEcsAddrConfigInfoNil sets the value for EcsAddrConfigInfo to be an explicit nil

func (*DnnConfiguration) SetIptvAccCtrlInfo ¶

func (o *DnnConfiguration) SetIptvAccCtrlInfo(v string)

SetIptvAccCtrlInfo gets a reference to the given string and assigns it to the IptvAccCtrlInfo field.

func (*DnnConfiguration) SetIpv4FrameRouteList ¶

func (o *DnnConfiguration) SetIpv4FrameRouteList(v []FrameRouteInfo)

SetIpv4FrameRouteList gets a reference to the given []FrameRouteInfo and assigns it to the Ipv4FrameRouteList field.

func (*DnnConfiguration) SetIpv4Index ¶

func (o *DnnConfiguration) SetIpv4Index(v IpIndex)

SetIpv4Index gets a reference to the given IpIndex and assigns it to the Ipv4Index field.

func (*DnnConfiguration) SetIpv6FrameRouteList ¶

func (o *DnnConfiguration) SetIpv6FrameRouteList(v []FrameRouteInfo)

SetIpv6FrameRouteList gets a reference to the given []FrameRouteInfo and assigns it to the Ipv6FrameRouteList field.

func (*DnnConfiguration) SetIpv6Index ¶

func (o *DnnConfiguration) SetIpv6Index(v IpIndex)

SetIpv6Index gets a reference to the given IpIndex and assigns it to the Ipv6Index field.

func (*DnnConfiguration) SetIwkEpsInd ¶

func (o *DnnConfiguration) SetIwkEpsInd(v bool)

SetIwkEpsInd gets a reference to the given bool and assigns it to the IwkEpsInd field.

func (*DnnConfiguration) SetNiddInfo ¶

func (o *DnnConfiguration) SetNiddInfo(v NiddInformation)

SetNiddInfo gets a reference to the given NiddInformation and assigns it to the NiddInfo field.

func (*DnnConfiguration) SetNiddNefId ¶

func (o *DnnConfiguration) SetNiddNefId(v string)

SetNiddNefId gets a reference to the given string and assigns it to the NiddNefId field.

func (*DnnConfiguration) SetOnboardingInd ¶

func (o *DnnConfiguration) SetOnboardingInd(v bool)

SetOnboardingInd gets a reference to the given bool and assigns it to the OnboardingInd field.

func (*DnnConfiguration) SetPduSessionContinuityInd ¶

func (o *DnnConfiguration) SetPduSessionContinuityInd(v PduSessionContinuityInd)

SetPduSessionContinuityInd gets a reference to the given PduSessionContinuityInd and assigns it to the PduSessionContinuityInd field.

func (*DnnConfiguration) SetPduSessionTypes ¶

func (o *DnnConfiguration) SetPduSessionTypes(v PduSessionTypes)

SetPduSessionTypes sets field value

func (*DnnConfiguration) SetRedundantSessionAllowed ¶

func (o *DnnConfiguration) SetRedundantSessionAllowed(v bool)

SetRedundantSessionAllowed gets a reference to the given bool and assigns it to the RedundantSessionAllowed field.

func (*DnnConfiguration) SetSecondaryAuth ¶

func (o *DnnConfiguration) SetSecondaryAuth(v bool)

SetSecondaryAuth gets a reference to the given bool and assigns it to the SecondaryAuth field.

func (*DnnConfiguration) SetSessionAmbr ¶

func (o *DnnConfiguration) SetSessionAmbr(v Ambr)

SetSessionAmbr gets a reference to the given Ambr and assigns it to the SessionAmbr field.

func (*DnnConfiguration) SetSharedEcsAddrConfigInfo ¶

func (o *DnnConfiguration) SetSharedEcsAddrConfigInfo(v string)

SetSharedEcsAddrConfigInfo gets a reference to the given string and assigns it to the SharedEcsAddrConfigInfo field.

func (*DnnConfiguration) SetSscModes ¶

func (o *DnnConfiguration) SetSscModes(v SscModes)

SetSscModes sets field value

func (*DnnConfiguration) SetStaticIpAddress ¶

func (o *DnnConfiguration) SetStaticIpAddress(v []IpAddress)

SetStaticIpAddress gets a reference to the given []IpAddress and assigns it to the StaticIpAddress field.

func (*DnnConfiguration) SetSubscribedMaxIpv6PrefixSize ¶

func (o *DnnConfiguration) SetSubscribedMaxIpv6PrefixSize(v int32)

SetSubscribedMaxIpv6PrefixSize gets a reference to the given int32 and assigns it to the SubscribedMaxIpv6PrefixSize field.

func (*DnnConfiguration) SetUavSecondaryAuth ¶

func (o *DnnConfiguration) SetUavSecondaryAuth(v bool)

SetUavSecondaryAuth gets a reference to the given bool and assigns it to the UavSecondaryAuth field.

func (*DnnConfiguration) SetUpSecurity ¶

func (o *DnnConfiguration) SetUpSecurity(v UpSecurity)

SetUpSecurity gets a reference to the given UpSecurity and assigns it to the UpSecurity field.

func (*DnnConfiguration) SetVar3gppChargingCharacteristics ¶

func (o *DnnConfiguration) SetVar3gppChargingCharacteristics(v string)

SetVar3gppChargingCharacteristics gets a reference to the given string and assigns it to the Var3gppChargingCharacteristics field.

func (*DnnConfiguration) SetVar5gQosProfile ¶

func (o *DnnConfiguration) SetVar5gQosProfile(v SubscribedDefaultQos)

SetVar5gQosProfile gets a reference to the given SubscribedDefaultQos and assigns it to the Var5gQosProfile field.

func (DnnConfiguration) ToMap ¶

func (o DnnConfiguration) ToMap() (map[string]interface{}, error)

func (*DnnConfiguration) UnmarshalJSON ¶

func (o *DnnConfiguration) UnmarshalJSON(bytes []byte) (err error)

func (*DnnConfiguration) UnsetDnAaaAddress ¶

func (o *DnnConfiguration) UnsetDnAaaAddress()

UnsetDnAaaAddress ensures that no value is present for DnAaaAddress, not even an explicit nil

func (*DnnConfiguration) UnsetEcsAddrConfigInfo ¶

func (o *DnnConfiguration) UnsetEcsAddrConfigInfo()

UnsetEcsAddrConfigInfo ensures that no value is present for EcsAddrConfigInfo, not even an explicit nil

type DnnInfo ¶

type DnnInfo struct {
	Dnn                 AccessAndMobilitySubscriptionDataSubscribedDnnListInner `json:"dnn"`
	DefaultDnnIndicator *bool                                                   `json:"defaultDnnIndicator,omitempty"`
	LboRoamingAllowed   *bool                                                   `json:"lboRoamingAllowed,omitempty"`
	IwkEpsInd           *bool                                                   `json:"iwkEpsInd,omitempty"`
	DnnBarred           *bool                                                   `json:"dnnBarred,omitempty"`
	InvokeNefInd        *bool                                                   `json:"invokeNefInd,omitempty"`
	SmfList             []string                                                `json:"smfList,omitempty"`
	SameSmfInd          *bool                                                   `json:"sameSmfInd,omitempty"`
}

DnnInfo struct for DnnInfo

func NewDnnInfo ¶

NewDnnInfo instantiates a new DnnInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDnnInfoWithDefaults ¶

func NewDnnInfoWithDefaults() *DnnInfo

NewDnnInfoWithDefaults instantiates a new DnnInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DnnInfo) GetDefaultDnnIndicator ¶

func (o *DnnInfo) GetDefaultDnnIndicator() bool

GetDefaultDnnIndicator returns the DefaultDnnIndicator field value if set, zero value otherwise.

func (*DnnInfo) GetDefaultDnnIndicatorOk ¶

func (o *DnnInfo) GetDefaultDnnIndicatorOk() (*bool, bool)

GetDefaultDnnIndicatorOk returns a tuple with the DefaultDnnIndicator field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DnnInfo) GetDnn ¶

GetDnn returns the Dnn field value

func (*DnnInfo) GetDnnBarred ¶

func (o *DnnInfo) GetDnnBarred() bool

GetDnnBarred returns the DnnBarred field value if set, zero value otherwise.

func (*DnnInfo) GetDnnBarredOk ¶

func (o *DnnInfo) GetDnnBarredOk() (*bool, bool)

GetDnnBarredOk returns a tuple with the DnnBarred field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DnnInfo) GetDnnOk ¶

GetDnnOk returns a tuple with the Dnn field value and a boolean to check if the value has been set.

func (*DnnInfo) GetInvokeNefInd ¶

func (o *DnnInfo) GetInvokeNefInd() bool

GetInvokeNefInd returns the InvokeNefInd field value if set, zero value otherwise.

func (*DnnInfo) GetInvokeNefIndOk ¶

func (o *DnnInfo) GetInvokeNefIndOk() (*bool, bool)

GetInvokeNefIndOk returns a tuple with the InvokeNefInd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DnnInfo) GetIwkEpsInd ¶

func (o *DnnInfo) GetIwkEpsInd() bool

GetIwkEpsInd returns the IwkEpsInd field value if set, zero value otherwise.

func (*DnnInfo) GetIwkEpsIndOk ¶

func (o *DnnInfo) GetIwkEpsIndOk() (*bool, bool)

GetIwkEpsIndOk returns a tuple with the IwkEpsInd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DnnInfo) GetLboRoamingAllowed ¶

func (o *DnnInfo) GetLboRoamingAllowed() bool

GetLboRoamingAllowed returns the LboRoamingAllowed field value if set, zero value otherwise.

func (*DnnInfo) GetLboRoamingAllowedOk ¶

func (o *DnnInfo) GetLboRoamingAllowedOk() (*bool, bool)

GetLboRoamingAllowedOk returns a tuple with the LboRoamingAllowed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DnnInfo) GetSameSmfInd ¶

func (o *DnnInfo) GetSameSmfInd() bool

GetSameSmfInd returns the SameSmfInd field value if set, zero value otherwise.

func (*DnnInfo) GetSameSmfIndOk ¶

func (o *DnnInfo) GetSameSmfIndOk() (*bool, bool)

GetSameSmfIndOk returns a tuple with the SameSmfInd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DnnInfo) GetSmfList ¶

func (o *DnnInfo) GetSmfList() []string

GetSmfList returns the SmfList field value if set, zero value otherwise.

func (*DnnInfo) GetSmfListOk ¶

func (o *DnnInfo) GetSmfListOk() ([]string, bool)

GetSmfListOk returns a tuple with the SmfList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DnnInfo) HasDefaultDnnIndicator ¶

func (o *DnnInfo) HasDefaultDnnIndicator() bool

HasDefaultDnnIndicator returns a boolean if a field has been set.

func (*DnnInfo) HasDnnBarred ¶

func (o *DnnInfo) HasDnnBarred() bool

HasDnnBarred returns a boolean if a field has been set.

func (*DnnInfo) HasInvokeNefInd ¶

func (o *DnnInfo) HasInvokeNefInd() bool

HasInvokeNefInd returns a boolean if a field has been set.

func (*DnnInfo) HasIwkEpsInd ¶

func (o *DnnInfo) HasIwkEpsInd() bool

HasIwkEpsInd returns a boolean if a field has been set.

func (*DnnInfo) HasLboRoamingAllowed ¶

func (o *DnnInfo) HasLboRoamingAllowed() bool

HasLboRoamingAllowed returns a boolean if a field has been set.

func (*DnnInfo) HasSameSmfInd ¶

func (o *DnnInfo) HasSameSmfInd() bool

HasSameSmfInd returns a boolean if a field has been set.

func (*DnnInfo) HasSmfList ¶

func (o *DnnInfo) HasSmfList() bool

HasSmfList returns a boolean if a field has been set.

func (DnnInfo) MarshalJSON ¶

func (o DnnInfo) MarshalJSON() ([]byte, error)

func (*DnnInfo) SetDefaultDnnIndicator ¶

func (o *DnnInfo) SetDefaultDnnIndicator(v bool)

SetDefaultDnnIndicator gets a reference to the given bool and assigns it to the DefaultDnnIndicator field.

func (*DnnInfo) SetDnn ¶

SetDnn sets field value

func (*DnnInfo) SetDnnBarred ¶

func (o *DnnInfo) SetDnnBarred(v bool)

SetDnnBarred gets a reference to the given bool and assigns it to the DnnBarred field.

func (*DnnInfo) SetInvokeNefInd ¶

func (o *DnnInfo) SetInvokeNefInd(v bool)

SetInvokeNefInd gets a reference to the given bool and assigns it to the InvokeNefInd field.

func (*DnnInfo) SetIwkEpsInd ¶

func (o *DnnInfo) SetIwkEpsInd(v bool)

SetIwkEpsInd gets a reference to the given bool and assigns it to the IwkEpsInd field.

func (*DnnInfo) SetLboRoamingAllowed ¶

func (o *DnnInfo) SetLboRoamingAllowed(v bool)

SetLboRoamingAllowed gets a reference to the given bool and assigns it to the LboRoamingAllowed field.

func (*DnnInfo) SetSameSmfInd ¶

func (o *DnnInfo) SetSameSmfInd(v bool)

SetSameSmfInd gets a reference to the given bool and assigns it to the SameSmfInd field.

func (*DnnInfo) SetSmfList ¶

func (o *DnnInfo) SetSmfList(v []string)

SetSmfList gets a reference to the given []string and assigns it to the SmfList field.

func (DnnInfo) ToMap ¶

func (o DnnInfo) ToMap() (map[string]interface{}, error)

func (*DnnInfo) UnmarshalJSON ¶

func (o *DnnInfo) UnmarshalJSON(bytes []byte) (err error)

type EcRestrictionDataWb ¶

type EcRestrictionDataWb struct {
	EcModeARestricted *bool `json:"ecModeARestricted,omitempty"`
	EcModeBRestricted *bool `json:"ecModeBRestricted,omitempty"`
}

EcRestrictionDataWb struct for EcRestrictionDataWb

func NewEcRestrictionDataWb ¶

func NewEcRestrictionDataWb() *EcRestrictionDataWb

NewEcRestrictionDataWb instantiates a new EcRestrictionDataWb object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEcRestrictionDataWbWithDefaults ¶

func NewEcRestrictionDataWbWithDefaults() *EcRestrictionDataWb

NewEcRestrictionDataWbWithDefaults instantiates a new EcRestrictionDataWb object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EcRestrictionDataWb) GetEcModeARestricted ¶

func (o *EcRestrictionDataWb) GetEcModeARestricted() bool

GetEcModeARestricted returns the EcModeARestricted field value if set, zero value otherwise.

func (*EcRestrictionDataWb) GetEcModeARestrictedOk ¶

func (o *EcRestrictionDataWb) GetEcModeARestrictedOk() (*bool, bool)

GetEcModeARestrictedOk returns a tuple with the EcModeARestricted field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EcRestrictionDataWb) GetEcModeBRestricted ¶

func (o *EcRestrictionDataWb) GetEcModeBRestricted() bool

GetEcModeBRestricted returns the EcModeBRestricted field value if set, zero value otherwise.

func (*EcRestrictionDataWb) GetEcModeBRestrictedOk ¶

func (o *EcRestrictionDataWb) GetEcModeBRestrictedOk() (*bool, bool)

GetEcModeBRestrictedOk returns a tuple with the EcModeBRestricted field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EcRestrictionDataWb) HasEcModeARestricted ¶

func (o *EcRestrictionDataWb) HasEcModeARestricted() bool

HasEcModeARestricted returns a boolean if a field has been set.

func (*EcRestrictionDataWb) HasEcModeBRestricted ¶

func (o *EcRestrictionDataWb) HasEcModeBRestricted() bool

HasEcModeBRestricted returns a boolean if a field has been set.

func (EcRestrictionDataWb) MarshalJSON ¶

func (o EcRestrictionDataWb) MarshalJSON() ([]byte, error)

func (*EcRestrictionDataWb) SetEcModeARestricted ¶

func (o *EcRestrictionDataWb) SetEcModeARestricted(v bool)

SetEcModeARestricted gets a reference to the given bool and assigns it to the EcModeARestricted field.

func (*EcRestrictionDataWb) SetEcModeBRestricted ¶

func (o *EcRestrictionDataWb) SetEcModeBRestricted(v bool)

SetEcModeBRestricted gets a reference to the given bool and assigns it to the EcModeBRestricted field.

func (EcRestrictionDataWb) ToMap ¶

func (o EcRestrictionDataWb) ToMap() (map[string]interface{}, error)

type Ecgi ¶

type Ecgi struct {
	PlmnId PlmnId `json:"plmnId"`
	// 28-bit string identifying an E-UTRA Cell Id as specified in clause 9.3.1.9 of  3GPP TS 38.413, in hexadecimal representation. Each character in the string shall take a  value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The most  significant character representing the 4 most significant bits of the Cell Id shall appear  first in the string, and the character representing the 4 least significant bit of the  Cell Id shall appear last in the string.
	EutraCellId string `json:"eutraCellId"`
	// This represents the Network Identifier, which together with a PLMN ID is used to identify an SNPN (see 3GPP TS 23.003 and 3GPP TS 23.501 clause 5.30.2.1).
	Nid *string `json:"nid,omitempty"`
}

Ecgi Contains the ECGI (E-UTRAN Cell Global Identity), as described in 3GPP 23.003

func NewEcgi ¶

func NewEcgi(plmnId PlmnId, eutraCellId string) *Ecgi

NewEcgi instantiates a new Ecgi object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEcgiWithDefaults ¶

func NewEcgiWithDefaults() *Ecgi

NewEcgiWithDefaults instantiates a new Ecgi object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Ecgi) GetEutraCellId ¶

func (o *Ecgi) GetEutraCellId() string

GetEutraCellId returns the EutraCellId field value

func (*Ecgi) GetEutraCellIdOk ¶

func (o *Ecgi) GetEutraCellIdOk() (*string, bool)

GetEutraCellIdOk returns a tuple with the EutraCellId field value and a boolean to check if the value has been set.

func (*Ecgi) GetNid ¶

func (o *Ecgi) GetNid() string

GetNid returns the Nid field value if set, zero value otherwise.

func (*Ecgi) GetNidOk ¶

func (o *Ecgi) GetNidOk() (*string, bool)

GetNidOk returns a tuple with the Nid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Ecgi) GetPlmnId ¶

func (o *Ecgi) GetPlmnId() PlmnId

GetPlmnId returns the PlmnId field value

func (*Ecgi) GetPlmnIdOk ¶

func (o *Ecgi) GetPlmnIdOk() (*PlmnId, bool)

GetPlmnIdOk returns a tuple with the PlmnId field value and a boolean to check if the value has been set.

func (*Ecgi) HasNid ¶

func (o *Ecgi) HasNid() bool

HasNid returns a boolean if a field has been set.

func (Ecgi) MarshalJSON ¶

func (o Ecgi) MarshalJSON() ([]byte, error)

func (*Ecgi) SetEutraCellId ¶

func (o *Ecgi) SetEutraCellId(v string)

SetEutraCellId sets field value

func (*Ecgi) SetNid ¶

func (o *Ecgi) SetNid(v string)

SetNid gets a reference to the given string and assigns it to the Nid field.

func (*Ecgi) SetPlmnId ¶

func (o *Ecgi) SetPlmnId(v PlmnId)

SetPlmnId sets field value

func (Ecgi) ToMap ¶

func (o Ecgi) ToMap() (map[string]interface{}, error)

func (*Ecgi) UnmarshalJSON ¶

func (o *Ecgi) UnmarshalJSON(bytes []byte) (err error)

type EcsAddrConfigInfo ¶

type EcsAddrConfigInfo struct {
	EcsServerAddr       *EcsServerAddr       `json:"ecsServerAddr,omitempty"`
	SpatialValidityCond *SpatialValidityCond `json:"spatialValidityCond,omitempty"`
}

EcsAddrConfigInfo struct for EcsAddrConfigInfo

func NewEcsAddrConfigInfo ¶

func NewEcsAddrConfigInfo() *EcsAddrConfigInfo

NewEcsAddrConfigInfo instantiates a new EcsAddrConfigInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEcsAddrConfigInfoWithDefaults ¶

func NewEcsAddrConfigInfoWithDefaults() *EcsAddrConfigInfo

NewEcsAddrConfigInfoWithDefaults instantiates a new EcsAddrConfigInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EcsAddrConfigInfo) GetEcsServerAddr ¶

func (o *EcsAddrConfigInfo) GetEcsServerAddr() EcsServerAddr

GetEcsServerAddr returns the EcsServerAddr field value if set, zero value otherwise.

func (*EcsAddrConfigInfo) GetEcsServerAddrOk ¶

func (o *EcsAddrConfigInfo) GetEcsServerAddrOk() (*EcsServerAddr, bool)

GetEcsServerAddrOk returns a tuple with the EcsServerAddr field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EcsAddrConfigInfo) GetSpatialValidityCond ¶

func (o *EcsAddrConfigInfo) GetSpatialValidityCond() SpatialValidityCond

GetSpatialValidityCond returns the SpatialValidityCond field value if set, zero value otherwise.

func (*EcsAddrConfigInfo) GetSpatialValidityCondOk ¶

func (o *EcsAddrConfigInfo) GetSpatialValidityCondOk() (*SpatialValidityCond, bool)

GetSpatialValidityCondOk returns a tuple with the SpatialValidityCond field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EcsAddrConfigInfo) HasEcsServerAddr ¶

func (o *EcsAddrConfigInfo) HasEcsServerAddr() bool

HasEcsServerAddr returns a boolean if a field has been set.

func (*EcsAddrConfigInfo) HasSpatialValidityCond ¶

func (o *EcsAddrConfigInfo) HasSpatialValidityCond() bool

HasSpatialValidityCond returns a boolean if a field has been set.

func (EcsAddrConfigInfo) MarshalJSON ¶

func (o EcsAddrConfigInfo) MarshalJSON() ([]byte, error)

func (*EcsAddrConfigInfo) SetEcsServerAddr ¶

func (o *EcsAddrConfigInfo) SetEcsServerAddr(v EcsServerAddr)

SetEcsServerAddr gets a reference to the given EcsServerAddr and assigns it to the EcsServerAddr field.

func (*EcsAddrConfigInfo) SetSpatialValidityCond ¶

func (o *EcsAddrConfigInfo) SetSpatialValidityCond(v SpatialValidityCond)

SetSpatialValidityCond gets a reference to the given SpatialValidityCond and assigns it to the SpatialValidityCond field.

func (EcsAddrConfigInfo) ToMap ¶

func (o EcsAddrConfigInfo) ToMap() (map[string]interface{}, error)

type EcsServerAddr ¶

type EcsServerAddr struct {
	EcsFqdnList      []string `json:"ecsFqdnList,omitempty"`
	EcsIpAddressList []IpAddr `json:"ecsIpAddressList,omitempty"`
	EcsUriList       []string `json:"ecsUriList,omitempty"`
	EcsProviderId    *string  `json:"ecsProviderId,omitempty"`
}

EcsServerAddr Contains the Edge Configuration Server Address Configuration Information as defined in clause 5.2.3.6.1 of 3GPP TS 23.502.

func NewEcsServerAddr ¶

func NewEcsServerAddr() *EcsServerAddr

NewEcsServerAddr instantiates a new EcsServerAddr object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEcsServerAddrWithDefaults ¶

func NewEcsServerAddrWithDefaults() *EcsServerAddr

NewEcsServerAddrWithDefaults instantiates a new EcsServerAddr object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EcsServerAddr) GetEcsFqdnList ¶

func (o *EcsServerAddr) GetEcsFqdnList() []string

GetEcsFqdnList returns the EcsFqdnList field value if set, zero value otherwise.

func (*EcsServerAddr) GetEcsFqdnListOk ¶

func (o *EcsServerAddr) GetEcsFqdnListOk() ([]string, bool)

GetEcsFqdnListOk returns a tuple with the EcsFqdnList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EcsServerAddr) GetEcsIpAddressList ¶

func (o *EcsServerAddr) GetEcsIpAddressList() []IpAddr

GetEcsIpAddressList returns the EcsIpAddressList field value if set, zero value otherwise.

func (*EcsServerAddr) GetEcsIpAddressListOk ¶

func (o *EcsServerAddr) GetEcsIpAddressListOk() ([]IpAddr, bool)

GetEcsIpAddressListOk returns a tuple with the EcsIpAddressList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EcsServerAddr) GetEcsProviderId ¶

func (o *EcsServerAddr) GetEcsProviderId() string

GetEcsProviderId returns the EcsProviderId field value if set, zero value otherwise.

func (*EcsServerAddr) GetEcsProviderIdOk ¶

func (o *EcsServerAddr) GetEcsProviderIdOk() (*string, bool)

GetEcsProviderIdOk returns a tuple with the EcsProviderId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EcsServerAddr) GetEcsUriList ¶

func (o *EcsServerAddr) GetEcsUriList() []string

GetEcsUriList returns the EcsUriList field value if set, zero value otherwise.

func (*EcsServerAddr) GetEcsUriListOk ¶

func (o *EcsServerAddr) GetEcsUriListOk() ([]string, bool)

GetEcsUriListOk returns a tuple with the EcsUriList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EcsServerAddr) HasEcsFqdnList ¶

func (o *EcsServerAddr) HasEcsFqdnList() bool

HasEcsFqdnList returns a boolean if a field has been set.

func (*EcsServerAddr) HasEcsIpAddressList ¶

func (o *EcsServerAddr) HasEcsIpAddressList() bool

HasEcsIpAddressList returns a boolean if a field has been set.

func (*EcsServerAddr) HasEcsProviderId ¶

func (o *EcsServerAddr) HasEcsProviderId() bool

HasEcsProviderId returns a boolean if a field has been set.

func (*EcsServerAddr) HasEcsUriList ¶

func (o *EcsServerAddr) HasEcsUriList() bool

HasEcsUriList returns a boolean if a field has been set.

func (EcsServerAddr) MarshalJSON ¶

func (o EcsServerAddr) MarshalJSON() ([]byte, error)

func (*EcsServerAddr) SetEcsFqdnList ¶

func (o *EcsServerAddr) SetEcsFqdnList(v []string)

SetEcsFqdnList gets a reference to the given []string and assigns it to the EcsFqdnList field.

func (*EcsServerAddr) SetEcsIpAddressList ¶

func (o *EcsServerAddr) SetEcsIpAddressList(v []IpAddr)

SetEcsIpAddressList gets a reference to the given []IpAddr and assigns it to the EcsIpAddressList field.

func (*EcsServerAddr) SetEcsProviderId ¶

func (o *EcsServerAddr) SetEcsProviderId(v string)

SetEcsProviderId gets a reference to the given string and assigns it to the EcsProviderId field.

func (*EcsServerAddr) SetEcsUriList ¶

func (o *EcsServerAddr) SetEcsUriList(v []string)

SetEcsUriList gets a reference to the given []string and assigns it to the EcsUriList field.

func (EcsServerAddr) ToMap ¶

func (o EcsServerAddr) ToMap() (map[string]interface{}, error)

type EdrxParameters ¶

type EdrxParameters struct {
	RatType   RatType `json:"ratType"`
	EdrxValue string  `json:"edrxValue"`
}

EdrxParameters struct for EdrxParameters

func NewEdrxParameters ¶

func NewEdrxParameters(ratType RatType, edrxValue string) *EdrxParameters

NewEdrxParameters instantiates a new EdrxParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEdrxParametersWithDefaults ¶

func NewEdrxParametersWithDefaults() *EdrxParameters

NewEdrxParametersWithDefaults instantiates a new EdrxParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EdrxParameters) GetEdrxValue ¶

func (o *EdrxParameters) GetEdrxValue() string

GetEdrxValue returns the EdrxValue field value

func (*EdrxParameters) GetEdrxValueOk ¶

func (o *EdrxParameters) GetEdrxValueOk() (*string, bool)

GetEdrxValueOk returns a tuple with the EdrxValue field value and a boolean to check if the value has been set.

func (*EdrxParameters) GetRatType ¶

func (o *EdrxParameters) GetRatType() RatType

GetRatType returns the RatType field value

func (*EdrxParameters) GetRatTypeOk ¶

func (o *EdrxParameters) GetRatTypeOk() (*RatType, bool)

GetRatTypeOk returns a tuple with the RatType field value and a boolean to check if the value has been set.

func (EdrxParameters) MarshalJSON ¶

func (o EdrxParameters) MarshalJSON() ([]byte, error)

func (*EdrxParameters) SetEdrxValue ¶

func (o *EdrxParameters) SetEdrxValue(v string)

SetEdrxValue sets field value

func (*EdrxParameters) SetRatType ¶

func (o *EdrxParameters) SetRatType(v RatType)

SetRatType sets field value

func (EdrxParameters) ToMap ¶

func (o EdrxParameters) ToMap() (map[string]interface{}, error)

func (*EdrxParameters) UnmarshalJSON ¶

func (o *EdrxParameters) UnmarshalJSON(bytes []byte) (err error)

type EllipsoidArc ¶

type EllipsoidArc struct {
	GADShape
	Point GeographicalCoordinates `json:"point"`
	// Indicates value of the inner radius.
	InnerRadius int32 `json:"innerRadius"`
	// Indicates value of uncertainty.
	UncertaintyRadius float32 `json:"uncertaintyRadius"`
	// Indicates value of angle.
	OffsetAngle int32 `json:"offsetAngle"`
	// Indicates value of angle.
	IncludedAngle int32 `json:"includedAngle"`
	// Indicates value of confidence.
	Confidence int32 `json:"confidence"`
}

EllipsoidArc Ellipsoid Arc.

func NewEllipsoidArc ¶

func NewEllipsoidArc(point GeographicalCoordinates, innerRadius int32, uncertaintyRadius float32, offsetAngle int32, includedAngle int32, confidence int32, shape SupportedGADShapes) *EllipsoidArc

NewEllipsoidArc instantiates a new EllipsoidArc object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEllipsoidArcWithDefaults ¶

func NewEllipsoidArcWithDefaults() *EllipsoidArc

NewEllipsoidArcWithDefaults instantiates a new EllipsoidArc object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EllipsoidArc) GetConfidence ¶

func (o *EllipsoidArc) GetConfidence() int32

GetConfidence returns the Confidence field value

func (*EllipsoidArc) GetConfidenceOk ¶

func (o *EllipsoidArc) GetConfidenceOk() (*int32, bool)

GetConfidenceOk returns a tuple with the Confidence field value and a boolean to check if the value has been set.

func (*EllipsoidArc) GetIncludedAngle ¶

func (o *EllipsoidArc) GetIncludedAngle() int32

GetIncludedAngle returns the IncludedAngle field value

func (*EllipsoidArc) GetIncludedAngleOk ¶

func (o *EllipsoidArc) GetIncludedAngleOk() (*int32, bool)

GetIncludedAngleOk returns a tuple with the IncludedAngle field value and a boolean to check if the value has been set.

func (*EllipsoidArc) GetInnerRadius ¶

func (o *EllipsoidArc) GetInnerRadius() int32

GetInnerRadius returns the InnerRadius field value

func (*EllipsoidArc) GetInnerRadiusOk ¶

func (o *EllipsoidArc) GetInnerRadiusOk() (*int32, bool)

GetInnerRadiusOk returns a tuple with the InnerRadius field value and a boolean to check if the value has been set.

func (*EllipsoidArc) GetOffsetAngle ¶

func (o *EllipsoidArc) GetOffsetAngle() int32

GetOffsetAngle returns the OffsetAngle field value

func (*EllipsoidArc) GetOffsetAngleOk ¶

func (o *EllipsoidArc) GetOffsetAngleOk() (*int32, bool)

GetOffsetAngleOk returns a tuple with the OffsetAngle field value and a boolean to check if the value has been set.

func (*EllipsoidArc) GetPoint ¶

func (o *EllipsoidArc) GetPoint() GeographicalCoordinates

GetPoint returns the Point field value

func (*EllipsoidArc) GetPointOk ¶

func (o *EllipsoidArc) GetPointOk() (*GeographicalCoordinates, bool)

GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.

func (*EllipsoidArc) GetUncertaintyRadius ¶

func (o *EllipsoidArc) GetUncertaintyRadius() float32

GetUncertaintyRadius returns the UncertaintyRadius field value

func (*EllipsoidArc) GetUncertaintyRadiusOk ¶

func (o *EllipsoidArc) GetUncertaintyRadiusOk() (*float32, bool)

GetUncertaintyRadiusOk returns a tuple with the UncertaintyRadius field value and a boolean to check if the value has been set.

func (EllipsoidArc) MarshalJSON ¶

func (o EllipsoidArc) MarshalJSON() ([]byte, error)

func (*EllipsoidArc) SetConfidence ¶

func (o *EllipsoidArc) SetConfidence(v int32)

SetConfidence sets field value

func (*EllipsoidArc) SetIncludedAngle ¶

func (o *EllipsoidArc) SetIncludedAngle(v int32)

SetIncludedAngle sets field value

func (*EllipsoidArc) SetInnerRadius ¶

func (o *EllipsoidArc) SetInnerRadius(v int32)

SetInnerRadius sets field value

func (*EllipsoidArc) SetOffsetAngle ¶

func (o *EllipsoidArc) SetOffsetAngle(v int32)

SetOffsetAngle sets field value

func (*EllipsoidArc) SetPoint ¶

func (o *EllipsoidArc) SetPoint(v GeographicalCoordinates)

SetPoint sets field value

func (*EllipsoidArc) SetUncertaintyRadius ¶

func (o *EllipsoidArc) SetUncertaintyRadius(v float32)

SetUncertaintyRadius sets field value

func (EllipsoidArc) ToMap ¶

func (o EllipsoidArc) ToMap() (map[string]interface{}, error)

func (*EllipsoidArc) UnmarshalJSON ¶

func (o *EllipsoidArc) UnmarshalJSON(bytes []byte) (err error)

type EmergencyInfo ¶

type EmergencyInfo struct {
	// Fully Qualified Domain Name
	PgwFqdn      *string           `json:"pgwFqdn,omitempty"`
	PgwIpAddress NullableIpAddress `json:"pgwIpAddress,omitempty"`
	// String uniquely identifying a NF instance. The format of the NF Instance ID shall be a  Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122.
	SmfInstanceId *string `json:"smfInstanceId,omitempty"`
	EpdgInd       *bool   `json:"epdgInd,omitempty"`
	PlmnId        *PlmnId `json:"plmnId,omitempty"`
}

EmergencyInfo struct for EmergencyInfo

func NewEmergencyInfo ¶

func NewEmergencyInfo() *EmergencyInfo

NewEmergencyInfo instantiates a new EmergencyInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEmergencyInfoWithDefaults ¶

func NewEmergencyInfoWithDefaults() *EmergencyInfo

NewEmergencyInfoWithDefaults instantiates a new EmergencyInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EmergencyInfo) GetEpdgInd ¶

func (o *EmergencyInfo) GetEpdgInd() bool

GetEpdgInd returns the EpdgInd field value if set, zero value otherwise.

func (*EmergencyInfo) GetEpdgIndOk ¶

func (o *EmergencyInfo) GetEpdgIndOk() (*bool, bool)

GetEpdgIndOk returns a tuple with the EpdgInd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EmergencyInfo) GetPgwFqdn ¶

func (o *EmergencyInfo) GetPgwFqdn() string

GetPgwFqdn returns the PgwFqdn field value if set, zero value otherwise.

func (*EmergencyInfo) GetPgwFqdnOk ¶

func (o *EmergencyInfo) GetPgwFqdnOk() (*string, bool)

GetPgwFqdnOk returns a tuple with the PgwFqdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EmergencyInfo) GetPgwIpAddress ¶

func (o *EmergencyInfo) GetPgwIpAddress() IpAddress

GetPgwIpAddress returns the PgwIpAddress field value if set, zero value otherwise (both if not set or set to explicit null).

func (*EmergencyInfo) GetPgwIpAddressOk ¶

func (o *EmergencyInfo) GetPgwIpAddressOk() (*IpAddress, bool)

GetPgwIpAddressOk returns a tuple with the PgwIpAddress field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*EmergencyInfo) GetPlmnId ¶

func (o *EmergencyInfo) GetPlmnId() PlmnId

GetPlmnId returns the PlmnId field value if set, zero value otherwise.

func (*EmergencyInfo) GetPlmnIdOk ¶

func (o *EmergencyInfo) GetPlmnIdOk() (*PlmnId, bool)

GetPlmnIdOk returns a tuple with the PlmnId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EmergencyInfo) GetSmfInstanceId ¶

func (o *EmergencyInfo) GetSmfInstanceId() string

GetSmfInstanceId returns the SmfInstanceId field value if set, zero value otherwise.

func (*EmergencyInfo) GetSmfInstanceIdOk ¶

func (o *EmergencyInfo) GetSmfInstanceIdOk() (*string, bool)

GetSmfInstanceIdOk returns a tuple with the SmfInstanceId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EmergencyInfo) HasEpdgInd ¶

func (o *EmergencyInfo) HasEpdgInd() bool

HasEpdgInd returns a boolean if a field has been set.

func (*EmergencyInfo) HasPgwFqdn ¶

func (o *EmergencyInfo) HasPgwFqdn() bool

HasPgwFqdn returns a boolean if a field has been set.

func (*EmergencyInfo) HasPgwIpAddress ¶

func (o *EmergencyInfo) HasPgwIpAddress() bool

HasPgwIpAddress returns a boolean if a field has been set.

func (*EmergencyInfo) HasPlmnId ¶

func (o *EmergencyInfo) HasPlmnId() bool

HasPlmnId returns a boolean if a field has been set.

func (*EmergencyInfo) HasSmfInstanceId ¶

func (o *EmergencyInfo) HasSmfInstanceId() bool

HasSmfInstanceId returns a boolean if a field has been set.

func (EmergencyInfo) MarshalJSON ¶

func (o EmergencyInfo) MarshalJSON() ([]byte, error)

func (*EmergencyInfo) SetEpdgInd ¶

func (o *EmergencyInfo) SetEpdgInd(v bool)

SetEpdgInd gets a reference to the given bool and assigns it to the EpdgInd field.

func (*EmergencyInfo) SetPgwFqdn ¶

func (o *EmergencyInfo) SetPgwFqdn(v string)

SetPgwFqdn gets a reference to the given string and assigns it to the PgwFqdn field.

func (*EmergencyInfo) SetPgwIpAddress ¶

func (o *EmergencyInfo) SetPgwIpAddress(v IpAddress)

SetPgwIpAddress gets a reference to the given NullableIpAddress and assigns it to the PgwIpAddress field.

func (*EmergencyInfo) SetPgwIpAddressNil ¶

func (o *EmergencyInfo) SetPgwIpAddressNil()

SetPgwIpAddressNil sets the value for PgwIpAddress to be an explicit nil

func (*EmergencyInfo) SetPlmnId ¶

func (o *EmergencyInfo) SetPlmnId(v PlmnId)

SetPlmnId gets a reference to the given PlmnId and assigns it to the PlmnId field.

func (*EmergencyInfo) SetSmfInstanceId ¶

func (o *EmergencyInfo) SetSmfInstanceId(v string)

SetSmfInstanceId gets a reference to the given string and assigns it to the SmfInstanceId field.

func (EmergencyInfo) ToMap ¶

func (o EmergencyInfo) ToMap() (map[string]interface{}, error)

func (*EmergencyInfo) UnsetPgwIpAddress ¶

func (o *EmergencyInfo) UnsetPgwIpAddress()

UnsetPgwIpAddress ensures that no value is present for PgwIpAddress, not even an explicit nil

type EnhancedCoverageRestrictionData ¶

type EnhancedCoverageRestrictionData struct {
	PlmnEcInfoList []PlmnEcInfo `json:"plmnEcInfoList,omitempty"`
}

EnhancedCoverageRestrictionData struct for EnhancedCoverageRestrictionData

func NewEnhancedCoverageRestrictionData ¶

func NewEnhancedCoverageRestrictionData() *EnhancedCoverageRestrictionData

NewEnhancedCoverageRestrictionData instantiates a new EnhancedCoverageRestrictionData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEnhancedCoverageRestrictionDataWithDefaults ¶

func NewEnhancedCoverageRestrictionDataWithDefaults() *EnhancedCoverageRestrictionData

NewEnhancedCoverageRestrictionDataWithDefaults instantiates a new EnhancedCoverageRestrictionData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EnhancedCoverageRestrictionData) GetPlmnEcInfoList ¶

func (o *EnhancedCoverageRestrictionData) GetPlmnEcInfoList() []PlmnEcInfo

GetPlmnEcInfoList returns the PlmnEcInfoList field value if set, zero value otherwise.

func (*EnhancedCoverageRestrictionData) GetPlmnEcInfoListOk ¶

func (o *EnhancedCoverageRestrictionData) GetPlmnEcInfoListOk() ([]PlmnEcInfo, bool)

GetPlmnEcInfoListOk returns a tuple with the PlmnEcInfoList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnhancedCoverageRestrictionData) HasPlmnEcInfoList ¶

func (o *EnhancedCoverageRestrictionData) HasPlmnEcInfoList() bool

HasPlmnEcInfoList returns a boolean if a field has been set.

func (EnhancedCoverageRestrictionData) MarshalJSON ¶

func (o EnhancedCoverageRestrictionData) MarshalJSON() ([]byte, error)

func (*EnhancedCoverageRestrictionData) SetPlmnEcInfoList ¶

func (o *EnhancedCoverageRestrictionData) SetPlmnEcInfoList(v []PlmnEcInfo)

SetPlmnEcInfoList gets a reference to the given []PlmnEcInfo and assigns it to the PlmnEcInfoList field.

func (EnhancedCoverageRestrictionData) ToMap ¶

func (o EnhancedCoverageRestrictionData) ToMap() (map[string]interface{}, error)

type EnhancedCoverageRestrictionDataRetrievalAPIService ¶

type EnhancedCoverageRestrictionDataRetrievalAPIService service

EnhancedCoverageRestrictionDataRetrievalAPIService EnhancedCoverageRestrictionDataRetrievalAPI service

func (*EnhancedCoverageRestrictionDataRetrievalAPIService) GetEcrData ¶

GetEcrData retrieve a UE's subscribed Enhanced Coverage Restriction Data

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param supi Identifier of the UE
@return ApiGetEcrDataRequest

func (*EnhancedCoverageRestrictionDataRetrievalAPIService) GetEcrDataExecute ¶

Execute executes the request

@return EnhancedCoverageRestrictionData

type EpsInterworkingInfo ¶

type EpsInterworkingInfo struct {
	// A map (list of key-value pairs where Dnn serves as key) of EpsIwkPgws
	EpsIwkPgws *map[string]EpsIwkPgw `json:"epsIwkPgws,omitempty"`
}

EpsInterworkingInfo struct for EpsInterworkingInfo

func NewEpsInterworkingInfo ¶

func NewEpsInterworkingInfo() *EpsInterworkingInfo

NewEpsInterworkingInfo instantiates a new EpsInterworkingInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEpsInterworkingInfoWithDefaults ¶

func NewEpsInterworkingInfoWithDefaults() *EpsInterworkingInfo

NewEpsInterworkingInfoWithDefaults instantiates a new EpsInterworkingInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EpsInterworkingInfo) GetEpsIwkPgws ¶

func (o *EpsInterworkingInfo) GetEpsIwkPgws() map[string]EpsIwkPgw

GetEpsIwkPgws returns the EpsIwkPgws field value if set, zero value otherwise.

func (*EpsInterworkingInfo) GetEpsIwkPgwsOk ¶

func (o *EpsInterworkingInfo) GetEpsIwkPgwsOk() (*map[string]EpsIwkPgw, bool)

GetEpsIwkPgwsOk returns a tuple with the EpsIwkPgws field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EpsInterworkingInfo) HasEpsIwkPgws ¶

func (o *EpsInterworkingInfo) HasEpsIwkPgws() bool

HasEpsIwkPgws returns a boolean if a field has been set.

func (EpsInterworkingInfo) MarshalJSON ¶

func (o EpsInterworkingInfo) MarshalJSON() ([]byte, error)

func (*EpsInterworkingInfo) SetEpsIwkPgws ¶

func (o *EpsInterworkingInfo) SetEpsIwkPgws(v map[string]EpsIwkPgw)

SetEpsIwkPgws gets a reference to the given map[string]EpsIwkPgw and assigns it to the EpsIwkPgws field.

func (EpsInterworkingInfo) ToMap ¶

func (o EpsInterworkingInfo) ToMap() (map[string]interface{}, error)

type EpsIwkPgw ¶

type EpsIwkPgw struct {
	// Fully Qualified Domain Name
	PgwFqdn string `json:"pgwFqdn"`
	// String uniquely identifying a NF instance. The format of the NF Instance ID shall be a  Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122.
	SmfInstanceId string  `json:"smfInstanceId"`
	PlmnId        *PlmnId `json:"plmnId,omitempty"`
}

EpsIwkPgw struct for EpsIwkPgw

func NewEpsIwkPgw ¶

func NewEpsIwkPgw(pgwFqdn string, smfInstanceId string) *EpsIwkPgw

NewEpsIwkPgw instantiates a new EpsIwkPgw object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEpsIwkPgwWithDefaults ¶

func NewEpsIwkPgwWithDefaults() *EpsIwkPgw

NewEpsIwkPgwWithDefaults instantiates a new EpsIwkPgw object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EpsIwkPgw) GetPgwFqdn ¶

func (o *EpsIwkPgw) GetPgwFqdn() string

GetPgwFqdn returns the PgwFqdn field value

func (*EpsIwkPgw) GetPgwFqdnOk ¶

func (o *EpsIwkPgw) GetPgwFqdnOk() (*string, bool)

GetPgwFqdnOk returns a tuple with the PgwFqdn field value and a boolean to check if the value has been set.

func (*EpsIwkPgw) GetPlmnId ¶

func (o *EpsIwkPgw) GetPlmnId() PlmnId

GetPlmnId returns the PlmnId field value if set, zero value otherwise.

func (*EpsIwkPgw) GetPlmnIdOk ¶

func (o *EpsIwkPgw) GetPlmnIdOk() (*PlmnId, bool)

GetPlmnIdOk returns a tuple with the PlmnId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EpsIwkPgw) GetSmfInstanceId ¶

func (o *EpsIwkPgw) GetSmfInstanceId() string

GetSmfInstanceId returns the SmfInstanceId field value

func (*EpsIwkPgw) GetSmfInstanceIdOk ¶

func (o *EpsIwkPgw) GetSmfInstanceIdOk() (*string, bool)

GetSmfInstanceIdOk returns a tuple with the SmfInstanceId field value and a boolean to check if the value has been set.

func (*EpsIwkPgw) HasPlmnId ¶

func (o *EpsIwkPgw) HasPlmnId() bool

HasPlmnId returns a boolean if a field has been set.

func (EpsIwkPgw) MarshalJSON ¶

func (o EpsIwkPgw) MarshalJSON() ([]byte, error)

func (*EpsIwkPgw) SetPgwFqdn ¶

func (o *EpsIwkPgw) SetPgwFqdn(v string)

SetPgwFqdn sets field value

func (*EpsIwkPgw) SetPlmnId ¶

func (o *EpsIwkPgw) SetPlmnId(v PlmnId)

SetPlmnId gets a reference to the given PlmnId and assigns it to the PlmnId field.

func (*EpsIwkPgw) SetSmfInstanceId ¶

func (o *EpsIwkPgw) SetSmfInstanceId(v string)

SetSmfInstanceId sets field value

func (EpsIwkPgw) ToMap ¶

func (o EpsIwkPgw) ToMap() (map[string]interface{}, error)

func (*EpsIwkPgw) UnmarshalJSON ¶

func (o *EpsIwkPgw) UnmarshalJSON(bytes []byte) (err error)

type EventForMdt ¶

type EventForMdt struct {
	// contains filtered or unexported fields
}

EventForMdt The enumeration EventForMdt defines events triggered measurement for logged MDT in the trace. See 3GPP TS 32.422 for further description of the values. It shall comply with the provisions defined in table 5.6.3.11-1

func (*EventForMdt) MarshalJSON ¶

func (src *EventForMdt) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*EventForMdt) UnmarshalJSON ¶

func (dst *EventForMdt) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type ExpectedUeBehaviourData ¶

type ExpectedUeBehaviourData struct {
	StationaryIndication *StationaryIndication `json:"stationaryIndication,omitempty"`
	// indicating a time in seconds.
	CommunicationDurationTime *int32 `json:"communicationDurationTime,omitempty"`
	// indicating a time in seconds.
	PeriodicTime               *int32                      `json:"periodicTime,omitempty"`
	ScheduledCommunicationTime *ScheduledCommunicationTime `json:"scheduledCommunicationTime,omitempty"`
	ScheduledCommunicationType *ScheduledCommunicationType `json:"scheduledCommunicationType,omitempty"`
	// Identifies the UE's expected geographical movement. The attribute is only applicable in 5G.
	ExpectedUmts      []LocationArea     `json:"expectedUmts,omitempty"`
	TrafficProfile    *TrafficProfile    `json:"trafficProfile,omitempty"`
	BatteryIndication *BatteryIndication `json:"batteryIndication,omitempty"`
	// string with format 'date-time' as defined in OpenAPI.
	ValidityTime *time.Time `json:"validityTime,omitempty"`
}

ExpectedUeBehaviourData struct for ExpectedUeBehaviourData

func NewExpectedUeBehaviourData ¶

func NewExpectedUeBehaviourData() *ExpectedUeBehaviourData

NewExpectedUeBehaviourData instantiates a new ExpectedUeBehaviourData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewExpectedUeBehaviourDataWithDefaults ¶

func NewExpectedUeBehaviourDataWithDefaults() *ExpectedUeBehaviourData

NewExpectedUeBehaviourDataWithDefaults instantiates a new ExpectedUeBehaviourData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ExpectedUeBehaviourData) GetBatteryIndication ¶

func (o *ExpectedUeBehaviourData) GetBatteryIndication() BatteryIndication

GetBatteryIndication returns the BatteryIndication field value if set, zero value otherwise.

func (*ExpectedUeBehaviourData) GetBatteryIndicationOk ¶

func (o *ExpectedUeBehaviourData) GetBatteryIndicationOk() (*BatteryIndication, bool)

GetBatteryIndicationOk returns a tuple with the BatteryIndication field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExpectedUeBehaviourData) GetCommunicationDurationTime ¶

func (o *ExpectedUeBehaviourData) GetCommunicationDurationTime() int32

GetCommunicationDurationTime returns the CommunicationDurationTime field value if set, zero value otherwise.

func (*ExpectedUeBehaviourData) GetCommunicationDurationTimeOk ¶

func (o *ExpectedUeBehaviourData) GetCommunicationDurationTimeOk() (*int32, bool)

GetCommunicationDurationTimeOk returns a tuple with the CommunicationDurationTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExpectedUeBehaviourData) GetExpectedUmts ¶

func (o *ExpectedUeBehaviourData) GetExpectedUmts() []LocationArea

GetExpectedUmts returns the ExpectedUmts field value if set, zero value otherwise.

func (*ExpectedUeBehaviourData) GetExpectedUmtsOk ¶

func (o *ExpectedUeBehaviourData) GetExpectedUmtsOk() ([]LocationArea, bool)

GetExpectedUmtsOk returns a tuple with the ExpectedUmts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExpectedUeBehaviourData) GetPeriodicTime ¶

func (o *ExpectedUeBehaviourData) GetPeriodicTime() int32

GetPeriodicTime returns the PeriodicTime field value if set, zero value otherwise.

func (*ExpectedUeBehaviourData) GetPeriodicTimeOk ¶

func (o *ExpectedUeBehaviourData) GetPeriodicTimeOk() (*int32, bool)

GetPeriodicTimeOk returns a tuple with the PeriodicTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExpectedUeBehaviourData) GetScheduledCommunicationTime ¶

func (o *ExpectedUeBehaviourData) GetScheduledCommunicationTime() ScheduledCommunicationTime

GetScheduledCommunicationTime returns the ScheduledCommunicationTime field value if set, zero value otherwise.

func (*ExpectedUeBehaviourData) GetScheduledCommunicationTimeOk ¶

func (o *ExpectedUeBehaviourData) GetScheduledCommunicationTimeOk() (*ScheduledCommunicationTime, bool)

GetScheduledCommunicationTimeOk returns a tuple with the ScheduledCommunicationTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExpectedUeBehaviourData) GetScheduledCommunicationType ¶

func (o *ExpectedUeBehaviourData) GetScheduledCommunicationType() ScheduledCommunicationType

GetScheduledCommunicationType returns the ScheduledCommunicationType field value if set, zero value otherwise.

func (*ExpectedUeBehaviourData) GetScheduledCommunicationTypeOk ¶

func (o *ExpectedUeBehaviourData) GetScheduledCommunicationTypeOk() (*ScheduledCommunicationType, bool)

GetScheduledCommunicationTypeOk returns a tuple with the ScheduledCommunicationType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExpectedUeBehaviourData) GetStationaryIndication ¶

func (o *ExpectedUeBehaviourData) GetStationaryIndication() StationaryIndication

GetStationaryIndication returns the StationaryIndication field value if set, zero value otherwise.

func (*ExpectedUeBehaviourData) GetStationaryIndicationOk ¶

func (o *ExpectedUeBehaviourData) GetStationaryIndicationOk() (*StationaryIndication, bool)

GetStationaryIndicationOk returns a tuple with the StationaryIndication field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExpectedUeBehaviourData) GetTrafficProfile ¶

func (o *ExpectedUeBehaviourData) GetTrafficProfile() TrafficProfile

GetTrafficProfile returns the TrafficProfile field value if set, zero value otherwise.

func (*ExpectedUeBehaviourData) GetTrafficProfileOk ¶

func (o *ExpectedUeBehaviourData) GetTrafficProfileOk() (*TrafficProfile, bool)

GetTrafficProfileOk returns a tuple with the TrafficProfile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExpectedUeBehaviourData) GetValidityTime ¶

func (o *ExpectedUeBehaviourData) GetValidityTime() time.Time

GetValidityTime returns the ValidityTime field value if set, zero value otherwise.

func (*ExpectedUeBehaviourData) GetValidityTimeOk ¶

func (o *ExpectedUeBehaviourData) GetValidityTimeOk() (*time.Time, bool)

GetValidityTimeOk returns a tuple with the ValidityTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExpectedUeBehaviourData) HasBatteryIndication ¶

func (o *ExpectedUeBehaviourData) HasBatteryIndication() bool

HasBatteryIndication returns a boolean if a field has been set.

func (*ExpectedUeBehaviourData) HasCommunicationDurationTime ¶

func (o *ExpectedUeBehaviourData) HasCommunicationDurationTime() bool

HasCommunicationDurationTime returns a boolean if a field has been set.

func (*ExpectedUeBehaviourData) HasExpectedUmts ¶

func (o *ExpectedUeBehaviourData) HasExpectedUmts() bool

HasExpectedUmts returns a boolean if a field has been set.

func (*ExpectedUeBehaviourData) HasPeriodicTime ¶

func (o *ExpectedUeBehaviourData) HasPeriodicTime() bool

HasPeriodicTime returns a boolean if a field has been set.

func (*ExpectedUeBehaviourData) HasScheduledCommunicationTime ¶

func (o *ExpectedUeBehaviourData) HasScheduledCommunicationTime() bool

HasScheduledCommunicationTime returns a boolean if a field has been set.

func (*ExpectedUeBehaviourData) HasScheduledCommunicationType ¶

func (o *ExpectedUeBehaviourData) HasScheduledCommunicationType() bool

HasScheduledCommunicationType returns a boolean if a field has been set.

func (*ExpectedUeBehaviourData) HasStationaryIndication ¶

func (o *ExpectedUeBehaviourData) HasStationaryIndication() bool

HasStationaryIndication returns a boolean if a field has been set.

func (*ExpectedUeBehaviourData) HasTrafficProfile ¶

func (o *ExpectedUeBehaviourData) HasTrafficProfile() bool

HasTrafficProfile returns a boolean if a field has been set.

func (*ExpectedUeBehaviourData) HasValidityTime ¶

func (o *ExpectedUeBehaviourData) HasValidityTime() bool

HasValidityTime returns a boolean if a field has been set.

func (ExpectedUeBehaviourData) MarshalJSON ¶

func (o ExpectedUeBehaviourData) MarshalJSON() ([]byte, error)

func (*ExpectedUeBehaviourData) SetBatteryIndication ¶

func (o *ExpectedUeBehaviourData) SetBatteryIndication(v BatteryIndication)

SetBatteryIndication gets a reference to the given BatteryIndication and assigns it to the BatteryIndication field.

func (*ExpectedUeBehaviourData) SetCommunicationDurationTime ¶

func (o *ExpectedUeBehaviourData) SetCommunicationDurationTime(v int32)

SetCommunicationDurationTime gets a reference to the given int32 and assigns it to the CommunicationDurationTime field.

func (*ExpectedUeBehaviourData) SetExpectedUmts ¶

func (o *ExpectedUeBehaviourData) SetExpectedUmts(v []LocationArea)

SetExpectedUmts gets a reference to the given []LocationArea and assigns it to the ExpectedUmts field.

func (*ExpectedUeBehaviourData) SetPeriodicTime ¶

func (o *ExpectedUeBehaviourData) SetPeriodicTime(v int32)

SetPeriodicTime gets a reference to the given int32 and assigns it to the PeriodicTime field.

func (*ExpectedUeBehaviourData) SetScheduledCommunicationTime ¶

func (o *ExpectedUeBehaviourData) SetScheduledCommunicationTime(v ScheduledCommunicationTime)

SetScheduledCommunicationTime gets a reference to the given ScheduledCommunicationTime and assigns it to the ScheduledCommunicationTime field.

func (*ExpectedUeBehaviourData) SetScheduledCommunicationType ¶

func (o *ExpectedUeBehaviourData) SetScheduledCommunicationType(v ScheduledCommunicationType)

SetScheduledCommunicationType gets a reference to the given ScheduledCommunicationType and assigns it to the ScheduledCommunicationType field.

func (*ExpectedUeBehaviourData) SetStationaryIndication ¶

func (o *ExpectedUeBehaviourData) SetStationaryIndication(v StationaryIndication)

SetStationaryIndication gets a reference to the given StationaryIndication and assigns it to the StationaryIndication field.

func (*ExpectedUeBehaviourData) SetTrafficProfile ¶

func (o *ExpectedUeBehaviourData) SetTrafficProfile(v TrafficProfile)

SetTrafficProfile gets a reference to the given TrafficProfile and assigns it to the TrafficProfile field.

func (*ExpectedUeBehaviourData) SetValidityTime ¶

func (o *ExpectedUeBehaviourData) SetValidityTime(v time.Time)

SetValidityTime gets a reference to the given time.Time and assigns it to the ValidityTime field.

func (ExpectedUeBehaviourData) ToMap ¶

func (o ExpectedUeBehaviourData) ToMap() (map[string]interface{}, error)

type ExtendedSmSubsData ¶

type ExtendedSmSubsData struct {
	SharedSmSubsDataIds  []string                            `json:"sharedSmSubsDataIds"`
	IndividualSmSubsData []SessionManagementSubscriptionData `json:"individualSmSubsData,omitempty"`
}

ExtendedSmSubsData Contains identifiers of shared Session Management Subscription Data and optionally individual Session Management Subscription Data.

func NewExtendedSmSubsData ¶

func NewExtendedSmSubsData(sharedSmSubsDataIds []string) *ExtendedSmSubsData

NewExtendedSmSubsData instantiates a new ExtendedSmSubsData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewExtendedSmSubsDataWithDefaults ¶

func NewExtendedSmSubsDataWithDefaults() *ExtendedSmSubsData

NewExtendedSmSubsDataWithDefaults instantiates a new ExtendedSmSubsData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ExtendedSmSubsData) GetIndividualSmSubsData ¶

func (o *ExtendedSmSubsData) GetIndividualSmSubsData() []SessionManagementSubscriptionData

GetIndividualSmSubsData returns the IndividualSmSubsData field value if set, zero value otherwise.

func (*ExtendedSmSubsData) GetIndividualSmSubsDataOk ¶

func (o *ExtendedSmSubsData) GetIndividualSmSubsDataOk() ([]SessionManagementSubscriptionData, bool)

GetIndividualSmSubsDataOk returns a tuple with the IndividualSmSubsData field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExtendedSmSubsData) GetSharedSmSubsDataIds ¶

func (o *ExtendedSmSubsData) GetSharedSmSubsDataIds() []string

GetSharedSmSubsDataIds returns the SharedSmSubsDataIds field value

func (*ExtendedSmSubsData) GetSharedSmSubsDataIdsOk ¶

func (o *ExtendedSmSubsData) GetSharedSmSubsDataIdsOk() ([]string, bool)

GetSharedSmSubsDataIdsOk returns a tuple with the SharedSmSubsDataIds field value and a boolean to check if the value has been set.

func (*ExtendedSmSubsData) HasIndividualSmSubsData ¶

func (o *ExtendedSmSubsData) HasIndividualSmSubsData() bool

HasIndividualSmSubsData returns a boolean if a field has been set.

func (ExtendedSmSubsData) MarshalJSON ¶

func (o ExtendedSmSubsData) MarshalJSON() ([]byte, error)

func (*ExtendedSmSubsData) SetIndividualSmSubsData ¶

func (o *ExtendedSmSubsData) SetIndividualSmSubsData(v []SessionManagementSubscriptionData)

SetIndividualSmSubsData gets a reference to the given []SessionManagementSubscriptionData and assigns it to the IndividualSmSubsData field.

func (*ExtendedSmSubsData) SetSharedSmSubsDataIds ¶

func (o *ExtendedSmSubsData) SetSharedSmSubsDataIds(v []string)

SetSharedSmSubsDataIds sets field value

func (ExtendedSmSubsData) ToMap ¶

func (o ExtendedSmSubsData) ToMap() (map[string]interface{}, error)

func (*ExtendedSmSubsData) UnmarshalJSON ¶

func (o *ExtendedSmSubsData) UnmarshalJSON(bytes []byte) (err error)

type ExternalUnrelatedClass ¶

type ExternalUnrelatedClass struct {
	LcsClientExternals      []LcsClientExternal      `json:"lcsClientExternals,omitempty"`
	AfExternals             []AfExternal             `json:"afExternals,omitempty"`
	LcsClientGroupExternals []LcsClientGroupExternal `json:"lcsClientGroupExternals,omitempty"`
}

ExternalUnrelatedClass struct for ExternalUnrelatedClass

func NewExternalUnrelatedClass ¶

func NewExternalUnrelatedClass() *ExternalUnrelatedClass

NewExternalUnrelatedClass instantiates a new ExternalUnrelatedClass object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewExternalUnrelatedClassWithDefaults ¶

func NewExternalUnrelatedClassWithDefaults() *ExternalUnrelatedClass

NewExternalUnrelatedClassWithDefaults instantiates a new ExternalUnrelatedClass object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ExternalUnrelatedClass) GetAfExternals ¶

func (o *ExternalUnrelatedClass) GetAfExternals() []AfExternal

GetAfExternals returns the AfExternals field value if set, zero value otherwise.

func (*ExternalUnrelatedClass) GetAfExternalsOk ¶

func (o *ExternalUnrelatedClass) GetAfExternalsOk() ([]AfExternal, bool)

GetAfExternalsOk returns a tuple with the AfExternals field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalUnrelatedClass) GetLcsClientExternals ¶

func (o *ExternalUnrelatedClass) GetLcsClientExternals() []LcsClientExternal

GetLcsClientExternals returns the LcsClientExternals field value if set, zero value otherwise.

func (*ExternalUnrelatedClass) GetLcsClientExternalsOk ¶

func (o *ExternalUnrelatedClass) GetLcsClientExternalsOk() ([]LcsClientExternal, bool)

GetLcsClientExternalsOk returns a tuple with the LcsClientExternals field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalUnrelatedClass) GetLcsClientGroupExternals ¶

func (o *ExternalUnrelatedClass) GetLcsClientGroupExternals() []LcsClientGroupExternal

GetLcsClientGroupExternals returns the LcsClientGroupExternals field value if set, zero value otherwise.

func (*ExternalUnrelatedClass) GetLcsClientGroupExternalsOk ¶

func (o *ExternalUnrelatedClass) GetLcsClientGroupExternalsOk() ([]LcsClientGroupExternal, bool)

GetLcsClientGroupExternalsOk returns a tuple with the LcsClientGroupExternals field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalUnrelatedClass) HasAfExternals ¶

func (o *ExternalUnrelatedClass) HasAfExternals() bool

HasAfExternals returns a boolean if a field has been set.

func (*ExternalUnrelatedClass) HasLcsClientExternals ¶

func (o *ExternalUnrelatedClass) HasLcsClientExternals() bool

HasLcsClientExternals returns a boolean if a field has been set.

func (*ExternalUnrelatedClass) HasLcsClientGroupExternals ¶

func (o *ExternalUnrelatedClass) HasLcsClientGroupExternals() bool

HasLcsClientGroupExternals returns a boolean if a field has been set.

func (ExternalUnrelatedClass) MarshalJSON ¶

func (o ExternalUnrelatedClass) MarshalJSON() ([]byte, error)

func (*ExternalUnrelatedClass) SetAfExternals ¶

func (o *ExternalUnrelatedClass) SetAfExternals(v []AfExternal)

SetAfExternals gets a reference to the given []AfExternal and assigns it to the AfExternals field.

func (*ExternalUnrelatedClass) SetLcsClientExternals ¶

func (o *ExternalUnrelatedClass) SetLcsClientExternals(v []LcsClientExternal)

SetLcsClientExternals gets a reference to the given []LcsClientExternal and assigns it to the LcsClientExternals field.

func (*ExternalUnrelatedClass) SetLcsClientGroupExternals ¶

func (o *ExternalUnrelatedClass) SetLcsClientGroupExternals(v []LcsClientGroupExternal)

SetLcsClientGroupExternals gets a reference to the given []LcsClientGroupExternal and assigns it to the LcsClientGroupExternals field.

func (ExternalUnrelatedClass) ToMap ¶

func (o ExternalUnrelatedClass) ToMap() (map[string]interface{}, error)

type FrameRouteInfo ¶

type FrameRouteInfo struct {
	// \"String identifying a IPv4 address mask formatted in the 'dotted decimal' notation as defined in RFC 1166.\"
	Ipv4Mask   *string     `json:"ipv4Mask,omitempty"`
	Ipv6Prefix *Ipv6Prefix `json:"ipv6Prefix,omitempty"`
}

FrameRouteInfo struct for FrameRouteInfo

func NewFrameRouteInfo ¶

func NewFrameRouteInfo() *FrameRouteInfo

NewFrameRouteInfo instantiates a new FrameRouteInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFrameRouteInfoWithDefaults ¶

func NewFrameRouteInfoWithDefaults() *FrameRouteInfo

NewFrameRouteInfoWithDefaults instantiates a new FrameRouteInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FrameRouteInfo) GetIpv4Mask ¶

func (o *FrameRouteInfo) GetIpv4Mask() string

GetIpv4Mask returns the Ipv4Mask field value if set, zero value otherwise.

func (*FrameRouteInfo) GetIpv4MaskOk ¶

func (o *FrameRouteInfo) GetIpv4MaskOk() (*string, bool)

GetIpv4MaskOk returns a tuple with the Ipv4Mask field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FrameRouteInfo) GetIpv6Prefix ¶

func (o *FrameRouteInfo) GetIpv6Prefix() Ipv6Prefix

GetIpv6Prefix returns the Ipv6Prefix field value if set, zero value otherwise.

func (*FrameRouteInfo) GetIpv6PrefixOk ¶

func (o *FrameRouteInfo) GetIpv6PrefixOk() (*Ipv6Prefix, bool)

GetIpv6PrefixOk returns a tuple with the Ipv6Prefix field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FrameRouteInfo) HasIpv4Mask ¶

func (o *FrameRouteInfo) HasIpv4Mask() bool

HasIpv4Mask returns a boolean if a field has been set.

func (*FrameRouteInfo) HasIpv6Prefix ¶

func (o *FrameRouteInfo) HasIpv6Prefix() bool

HasIpv6Prefix returns a boolean if a field has been set.

func (FrameRouteInfo) MarshalJSON ¶

func (o FrameRouteInfo) MarshalJSON() ([]byte, error)

func (*FrameRouteInfo) SetIpv4Mask ¶

func (o *FrameRouteInfo) SetIpv4Mask(v string)

SetIpv4Mask gets a reference to the given string and assigns it to the Ipv4Mask field.

func (*FrameRouteInfo) SetIpv6Prefix ¶

func (o *FrameRouteInfo) SetIpv6Prefix(v Ipv6Prefix)

SetIpv6Prefix gets a reference to the given Ipv6Prefix and assigns it to the Ipv6Prefix field.

func (FrameRouteInfo) ToMap ¶

func (o FrameRouteInfo) ToMap() (map[string]interface{}, error)

type GADShape ¶

type GADShape struct {
	Shape SupportedGADShapes `json:"shape"`
}

GADShape Common base type for GAD shapes.

func NewGADShape ¶

func NewGADShape(shape SupportedGADShapes) *GADShape

NewGADShape instantiates a new GADShape object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGADShapeWithDefaults ¶

func NewGADShapeWithDefaults() *GADShape

NewGADShapeWithDefaults instantiates a new GADShape object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GADShape) GetShape ¶

func (o *GADShape) GetShape() SupportedGADShapes

GetShape returns the Shape field value

func (*GADShape) GetShapeOk ¶

func (o *GADShape) GetShapeOk() (*SupportedGADShapes, bool)

GetShapeOk returns a tuple with the Shape field value and a boolean to check if the value has been set.

func (GADShape) MarshalJSON ¶

func (o GADShape) MarshalJSON() ([]byte, error)

func (*GADShape) SetShape ¶

func (o *GADShape) SetShape(v SupportedGADShapes)

SetShape sets field value

func (GADShape) ToMap ¶

func (o GADShape) ToMap() (map[string]interface{}, error)

func (*GADShape) UnmarshalJSON ¶

func (o *GADShape) UnmarshalJSON(bytes []byte) (err error)

type GNbId ¶

type GNbId struct {
	// Unsigned integer representing the bit length of the gNB ID as defined in clause 9.3.1.6 of 3GPP TS 38.413 [11], within the range 22 to 32.
	BitLength int32 `json:"bitLength"`
	// This represents the identifier of the gNB. The value of the gNB ID shall be encoded in hexadecimal representation. Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The padding 0 shall be added to make multiple nibbles,  the most significant character representing the padding 0 if required together with the 4 most significant bits of the gNB ID shall appear first in the string, and the character representing the 4 least significant bit of the gNB ID shall appear last in the string.
	GNBValue string `json:"gNBValue"`
}

GNbId Provides the G-NB identifier.

func NewGNbId ¶

func NewGNbId(bitLength int32, gNBValue string) *GNbId

NewGNbId instantiates a new GNbId object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGNbIdWithDefaults ¶

func NewGNbIdWithDefaults() *GNbId

NewGNbIdWithDefaults instantiates a new GNbId object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GNbId) GetBitLength ¶

func (o *GNbId) GetBitLength() int32

GetBitLength returns the BitLength field value

func (*GNbId) GetBitLengthOk ¶

func (o *GNbId) GetBitLengthOk() (*int32, bool)

GetBitLengthOk returns a tuple with the BitLength field value and a boolean to check if the value has been set.

func (*GNbId) GetGNBValue ¶

func (o *GNbId) GetGNBValue() string

GetGNBValue returns the GNBValue field value

func (*GNbId) GetGNBValueOk ¶

func (o *GNbId) GetGNBValueOk() (*string, bool)

GetGNBValueOk returns a tuple with the GNBValue field value and a boolean to check if the value has been set.

func (GNbId) MarshalJSON ¶

func (o GNbId) MarshalJSON() ([]byte, error)

func (*GNbId) SetBitLength ¶

func (o *GNbId) SetBitLength(v int32)

SetBitLength sets field value

func (*GNbId) SetGNBValue ¶

func (o *GNbId) SetGNBValue(v string)

SetGNBValue sets field value

func (GNbId) ToMap ¶

func (o GNbId) ToMap() (map[string]interface{}, error)

func (*GNbId) UnmarshalJSON ¶

func (o *GNbId) UnmarshalJSON(bytes []byte) (err error)

type GPSIToSUPITranslationOrSUPIToGPSITranslationAPIService ¶

type GPSIToSUPITranslationOrSUPIToGPSITranslationAPIService service

GPSIToSUPITranslationOrSUPIToGPSITranslationAPIService GPSIToSUPITranslationOrSUPIToGPSITranslationAPI service

func (*GPSIToSUPITranslationOrSUPIToGPSITranslationAPIService) GetSupiOrGpsi ¶

GetSupiOrGpsi retrieve a UE's SUPI or GPSI

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param ueId Identifier of the UE
@return ApiGetSupiOrGpsiRequest

func (*GPSIToSUPITranslationOrSUPIToGPSITranslationAPIService) GetSupiOrGpsiExecute ¶

Execute executes the request

@return IdTranslationResult

type GenericOpenAPIError ¶

type GenericOpenAPIError struct {
	// contains filtered or unexported fields
}

GenericOpenAPIError Provides access to the body, error and model on returned errors.

func (GenericOpenAPIError) Body ¶

func (e GenericOpenAPIError) Body() []byte

Body returns the raw bytes of the response

func (GenericOpenAPIError) Error ¶

func (e GenericOpenAPIError) Error() string

Error returns non-empty string if there was an error.

func (GenericOpenAPIError) Model ¶

func (e GenericOpenAPIError) Model() interface{}

Model returns the unpacked model of the error

type GeoServiceArea ¶

type GeoServiceArea struct {
	GeographicAreaList []GeographicArea `json:"geographicAreaList,omitempty"`
	CivicAddressList   []CivicAddress   `json:"civicAddressList,omitempty"`
}

GeoServiceArea List of geographic area or list of civic address info

func NewGeoServiceArea ¶

func NewGeoServiceArea() *GeoServiceArea

NewGeoServiceArea instantiates a new GeoServiceArea object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGeoServiceAreaWithDefaults ¶

func NewGeoServiceAreaWithDefaults() *GeoServiceArea

NewGeoServiceAreaWithDefaults instantiates a new GeoServiceArea object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GeoServiceArea) GetCivicAddressList ¶

func (o *GeoServiceArea) GetCivicAddressList() []CivicAddress

GetCivicAddressList returns the CivicAddressList field value if set, zero value otherwise.

func (*GeoServiceArea) GetCivicAddressListOk ¶

func (o *GeoServiceArea) GetCivicAddressListOk() ([]CivicAddress, bool)

GetCivicAddressListOk returns a tuple with the CivicAddressList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GeoServiceArea) GetGeographicAreaList ¶

func (o *GeoServiceArea) GetGeographicAreaList() []GeographicArea

GetGeographicAreaList returns the GeographicAreaList field value if set, zero value otherwise.

func (*GeoServiceArea) GetGeographicAreaListOk ¶

func (o *GeoServiceArea) GetGeographicAreaListOk() ([]GeographicArea, bool)

GetGeographicAreaListOk returns a tuple with the GeographicAreaList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GeoServiceArea) HasCivicAddressList ¶

func (o *GeoServiceArea) HasCivicAddressList() bool

HasCivicAddressList returns a boolean if a field has been set.

func (*GeoServiceArea) HasGeographicAreaList ¶

func (o *GeoServiceArea) HasGeographicAreaList() bool

HasGeographicAreaList returns a boolean if a field has been set.

func (GeoServiceArea) MarshalJSON ¶

func (o GeoServiceArea) MarshalJSON() ([]byte, error)

func (*GeoServiceArea) SetCivicAddressList ¶

func (o *GeoServiceArea) SetCivicAddressList(v []CivicAddress)

SetCivicAddressList gets a reference to the given []CivicAddress and assigns it to the CivicAddressList field.

func (*GeoServiceArea) SetGeographicAreaList ¶

func (o *GeoServiceArea) SetGeographicAreaList(v []GeographicArea)

SetGeographicAreaList gets a reference to the given []GeographicArea and assigns it to the GeographicAreaList field.

func (GeoServiceArea) ToMap ¶

func (o GeoServiceArea) ToMap() (map[string]interface{}, error)

type GeographicArea ¶

type GeographicArea struct {
	EllipsoidArc                     *EllipsoidArc
	Local2dPointUncertaintyEllipse   *Local2dPointUncertaintyEllipse
	Local3dPointUncertaintyEllipsoid *Local3dPointUncertaintyEllipsoid
	Point                            *Point
	PointAltitude                    *PointAltitude
	PointAltitudeUncertainty         *PointAltitudeUncertainty
	PointUncertaintyCircle           *PointUncertaintyCircle
	PointUncertaintyEllipse          *PointUncertaintyEllipse
	Polygon                          *Polygon
}

GeographicArea Geographic area specified by different shape.

func (*GeographicArea) MarshalJSON ¶

func (src *GeographicArea) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*GeographicArea) UnmarshalJSON ¶

func (dst *GeographicArea) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type GeographicalCoordinates ¶

type GeographicalCoordinates struct {
	Lon float64 `json:"lon"`
	Lat float64 `json:"lat"`
}

GeographicalCoordinates Geographical coordinates.

func NewGeographicalCoordinates ¶

func NewGeographicalCoordinates(lon float64, lat float64) *GeographicalCoordinates

NewGeographicalCoordinates instantiates a new GeographicalCoordinates object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGeographicalCoordinatesWithDefaults ¶

func NewGeographicalCoordinatesWithDefaults() *GeographicalCoordinates

NewGeographicalCoordinatesWithDefaults instantiates a new GeographicalCoordinates object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GeographicalCoordinates) GetLat ¶

func (o *GeographicalCoordinates) GetLat() float64

GetLat returns the Lat field value

func (*GeographicalCoordinates) GetLatOk ¶

func (o *GeographicalCoordinates) GetLatOk() (*float64, bool)

GetLatOk returns a tuple with the Lat field value and a boolean to check if the value has been set.

func (*GeographicalCoordinates) GetLon ¶

func (o *GeographicalCoordinates) GetLon() float64

GetLon returns the Lon field value

func (*GeographicalCoordinates) GetLonOk ¶

func (o *GeographicalCoordinates) GetLonOk() (*float64, bool)

GetLonOk returns a tuple with the Lon field value and a boolean to check if the value has been set.

func (GeographicalCoordinates) MarshalJSON ¶

func (o GeographicalCoordinates) MarshalJSON() ([]byte, error)

func (*GeographicalCoordinates) SetLat ¶

func (o *GeographicalCoordinates) SetLat(v float64)

SetLat sets field value

func (*GeographicalCoordinates) SetLon ¶

func (o *GeographicalCoordinates) SetLon(v float64)

SetLon sets field value

func (GeographicalCoordinates) ToMap ¶

func (o GeographicalCoordinates) ToMap() (map[string]interface{}, error)

func (*GeographicalCoordinates) UnmarshalJSON ¶

func (o *GeographicalCoordinates) UnmarshalJSON(bytes []byte) (err error)

type GlobalRanNodeId ¶

type GlobalRanNodeId struct {
	PlmnId PlmnId `json:"plmnId"`
	// This represents the identifier of the N3IWF ID as specified in clause 9.3.1.57 of  3GPP TS 38.413 in hexadecimal representation. Each character in the string shall take a value  of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The most significant  character representing the 4 most significant bits of the N3IWF ID shall appear first in the  string, and the character representing the 4 least significant bit of the N3IWF ID shall  appear last in the string.
	N3IwfId *string `json:"n3IwfId,omitempty"`
	GNbId   *GNbId  `json:"gNbId,omitempty"`
	// This represents the identifier of the ng-eNB ID as specified in clause 9.3.1.8 of  3GPP TS 38.413. The value of the ng-eNB ID shall be encoded in hexadecimal representation.  Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and  shall represent 4 bits. The padding 0 shall be added to make multiple nibbles, so the most  significant character representing the padding 0 if required together with the 4 most  significant bits of the ng-eNB ID shall appear first in the string, and the character  representing the 4 least significant bit of the ng-eNB ID (to form a nibble) shall appear last  in the string.
	NgeNbId *string `json:"ngeNbId,omitempty"`
	// This represents the identifier of the W-AGF ID as specified in clause 9.3.1.162 of  3GPP TS 38.413 in hexadecimal representation. Each character in the string shall take a value  of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The most significant  character representing the 4 most significant bits of the W-AGF ID shall appear first in the  string, and the character representing the 4 least significant bit of the W-AGF ID shall  appear last in the string.
	WagfId *string `json:"wagfId,omitempty"`
	// This represents the identifier of the TNGF ID as specified in clause 9.3.1.161 of  3GPP TS 38.413  in hexadecimal representation. Each character in the string shall take a value of \"0\" to \"9\", \"a\"  to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The most significant character representing the  4 most significant bits of the TNGF ID shall appear first in the string, and the character  representing the 4 least significant bit of the TNGF ID shall appear last in the string.
	TngfId *string `json:"tngfId,omitempty"`
	// This represents the Network Identifier, which together with a PLMN ID is used to identify an SNPN (see 3GPP TS 23.003 and 3GPP TS 23.501 clause 5.30.2.1).
	Nid *string `json:"nid,omitempty"`
	// This represents the identifier of the eNB ID as specified in clause 9.2.1.37 of  3GPP TS 36.413. The string shall be formatted with the following pattern  '^('MacroeNB-[A-Fa-f0-9]{5}|LMacroeNB-[A-Fa-f0-9]{6}|SMacroeNB-[A-Fa-f0-9]{5} |HomeeNB-[A-Fa-f0-9]{7})$'. The value of the eNB ID shall be encoded in hexadecimal representation. Each character in the  string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits.  The padding 0 shall be added to make multiple nibbles, so the most significant character  representing the padding 0 if required together with the 4 most significant bits of the eNB ID  shall appear first in the string, and the character representing the 4 least significant bit  of the eNB ID (to form a nibble) shall appear last in the string.
	ENbId *string `json:"eNbId,omitempty"`
}

GlobalRanNodeId One of the six attributes n3IwfId, gNbIdm, ngeNbId, wagfId, tngfId, eNbId shall be present.

func NewGlobalRanNodeId ¶

func NewGlobalRanNodeId(plmnId PlmnId) *GlobalRanNodeId

NewGlobalRanNodeId instantiates a new GlobalRanNodeId object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGlobalRanNodeIdWithDefaults ¶

func NewGlobalRanNodeIdWithDefaults() *GlobalRanNodeId

NewGlobalRanNodeIdWithDefaults instantiates a new GlobalRanNodeId object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GlobalRanNodeId) GetENbId ¶

func (o *GlobalRanNodeId) GetENbId() string

GetENbId returns the ENbId field value if set, zero value otherwise.

func (*GlobalRanNodeId) GetENbIdOk ¶

func (o *GlobalRanNodeId) GetENbIdOk() (*string, bool)

GetENbIdOk returns a tuple with the ENbId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GlobalRanNodeId) GetGNbId ¶

func (o *GlobalRanNodeId) GetGNbId() GNbId

GetGNbId returns the GNbId field value if set, zero value otherwise.

func (*GlobalRanNodeId) GetGNbIdOk ¶

func (o *GlobalRanNodeId) GetGNbIdOk() (*GNbId, bool)

GetGNbIdOk returns a tuple with the GNbId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GlobalRanNodeId) GetN3IwfId ¶

func (o *GlobalRanNodeId) GetN3IwfId() string

GetN3IwfId returns the N3IwfId field value if set, zero value otherwise.

func (*GlobalRanNodeId) GetN3IwfIdOk ¶

func (o *GlobalRanNodeId) GetN3IwfIdOk() (*string, bool)

GetN3IwfIdOk returns a tuple with the N3IwfId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GlobalRanNodeId) GetNgeNbId ¶

func (o *GlobalRanNodeId) GetNgeNbId() string

GetNgeNbId returns the NgeNbId field value if set, zero value otherwise.

func (*GlobalRanNodeId) GetNgeNbIdOk ¶

func (o *GlobalRanNodeId) GetNgeNbIdOk() (*string, bool)

GetNgeNbIdOk returns a tuple with the NgeNbId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GlobalRanNodeId) GetNid ¶

func (o *GlobalRanNodeId) GetNid() string

GetNid returns the Nid field value if set, zero value otherwise.

func (*GlobalRanNodeId) GetNidOk ¶

func (o *GlobalRanNodeId) GetNidOk() (*string, bool)

GetNidOk returns a tuple with the Nid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GlobalRanNodeId) GetPlmnId ¶

func (o *GlobalRanNodeId) GetPlmnId() PlmnId

GetPlmnId returns the PlmnId field value

func (*GlobalRanNodeId) GetPlmnIdOk ¶

func (o *GlobalRanNodeId) GetPlmnIdOk() (*PlmnId, bool)

GetPlmnIdOk returns a tuple with the PlmnId field value and a boolean to check if the value has been set.

func (*GlobalRanNodeId) GetTngfId ¶

func (o *GlobalRanNodeId) GetTngfId() string

GetTngfId returns the TngfId field value if set, zero value otherwise.

func (*GlobalRanNodeId) GetTngfIdOk ¶

func (o *GlobalRanNodeId) GetTngfIdOk() (*string, bool)

GetTngfIdOk returns a tuple with the TngfId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GlobalRanNodeId) GetWagfId ¶

func (o *GlobalRanNodeId) GetWagfId() string

GetWagfId returns the WagfId field value if set, zero value otherwise.

func (*GlobalRanNodeId) GetWagfIdOk ¶

func (o *GlobalRanNodeId) GetWagfIdOk() (*string, bool)

GetWagfIdOk returns a tuple with the WagfId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GlobalRanNodeId) HasENbId ¶

func (o *GlobalRanNodeId) HasENbId() bool

HasENbId returns a boolean if a field has been set.

func (*GlobalRanNodeId) HasGNbId ¶

func (o *GlobalRanNodeId) HasGNbId() bool

HasGNbId returns a boolean if a field has been set.

func (*GlobalRanNodeId) HasN3IwfId ¶

func (o *GlobalRanNodeId) HasN3IwfId() bool

HasN3IwfId returns a boolean if a field has been set.

func (*GlobalRanNodeId) HasNgeNbId ¶

func (o *GlobalRanNodeId) HasNgeNbId() bool

HasNgeNbId returns a boolean if a field has been set.

func (*GlobalRanNodeId) HasNid ¶

func (o *GlobalRanNodeId) HasNid() bool

HasNid returns a boolean if a field has been set.

func (*GlobalRanNodeId) HasTngfId ¶

func (o *GlobalRanNodeId) HasTngfId() bool

HasTngfId returns a boolean if a field has been set.

func (*GlobalRanNodeId) HasWagfId ¶

func (o *GlobalRanNodeId) HasWagfId() bool

HasWagfId returns a boolean if a field has been set.

func (GlobalRanNodeId) MarshalJSON ¶

func (o GlobalRanNodeId) MarshalJSON() ([]byte, error)

func (*GlobalRanNodeId) SetENbId ¶

func (o *GlobalRanNodeId) SetENbId(v string)

SetENbId gets a reference to the given string and assigns it to the ENbId field.

func (*GlobalRanNodeId) SetGNbId ¶

func (o *GlobalRanNodeId) SetGNbId(v GNbId)

SetGNbId gets a reference to the given GNbId and assigns it to the GNbId field.

func (*GlobalRanNodeId) SetN3IwfId ¶

func (o *GlobalRanNodeId) SetN3IwfId(v string)

SetN3IwfId gets a reference to the given string and assigns it to the N3IwfId field.

func (*GlobalRanNodeId) SetNgeNbId ¶

func (o *GlobalRanNodeId) SetNgeNbId(v string)

SetNgeNbId gets a reference to the given string and assigns it to the NgeNbId field.

func (*GlobalRanNodeId) SetNid ¶

func (o *GlobalRanNodeId) SetNid(v string)

SetNid gets a reference to the given string and assigns it to the Nid field.

func (*GlobalRanNodeId) SetPlmnId ¶

func (o *GlobalRanNodeId) SetPlmnId(v PlmnId)

SetPlmnId sets field value

func (*GlobalRanNodeId) SetTngfId ¶

func (o *GlobalRanNodeId) SetTngfId(v string)

SetTngfId gets a reference to the given string and assigns it to the TngfId field.

func (*GlobalRanNodeId) SetWagfId ¶

func (o *GlobalRanNodeId) SetWagfId(v string)

SetWagfId gets a reference to the given string and assigns it to the WagfId field.

func (GlobalRanNodeId) ToMap ¶

func (o GlobalRanNodeId) ToMap() (map[string]interface{}, error)

func (*GlobalRanNodeId) UnmarshalJSON ¶

func (o *GlobalRanNodeId) UnmarshalJSON(bytes []byte) (err error)

type GpsiType ¶

type GpsiType struct {
	// contains filtered or unexported fields
}

GpsiType Type of GPSI (MSISDN or External-ID)

func (*GpsiType) MarshalJSON ¶

func (src *GpsiType) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*GpsiType) UnmarshalJSON ¶

func (dst *GpsiType) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type GroupIdentifiers ¶

type GroupIdentifiers struct {
	ExtGroupId *string `json:"extGroupId,omitempty"`
	// String identifying a group of devices network internal globally unique ID which identifies a set of IMSIs, as specified in clause 19.9 of 3GPP TS 23.003.
	IntGroupId *string `json:"intGroupId,omitempty"`
	UeIdList   []UeId  `json:"ueIdList,omitempty"`
}

GroupIdentifiers struct for GroupIdentifiers

func NewGroupIdentifiers ¶

func NewGroupIdentifiers() *GroupIdentifiers

NewGroupIdentifiers instantiates a new GroupIdentifiers object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGroupIdentifiersWithDefaults ¶

func NewGroupIdentifiersWithDefaults() *GroupIdentifiers

NewGroupIdentifiersWithDefaults instantiates a new GroupIdentifiers object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GroupIdentifiers) GetExtGroupId ¶

func (o *GroupIdentifiers) GetExtGroupId() string

GetExtGroupId returns the ExtGroupId field value if set, zero value otherwise.

func (*GroupIdentifiers) GetExtGroupIdOk ¶

func (o *GroupIdentifiers) GetExtGroupIdOk() (*string, bool)

GetExtGroupIdOk returns a tuple with the ExtGroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GroupIdentifiers) GetIntGroupId ¶

func (o *GroupIdentifiers) GetIntGroupId() string

GetIntGroupId returns the IntGroupId field value if set, zero value otherwise.

func (*GroupIdentifiers) GetIntGroupIdOk ¶

func (o *GroupIdentifiers) GetIntGroupIdOk() (*string, bool)

GetIntGroupIdOk returns a tuple with the IntGroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GroupIdentifiers) GetUeIdList ¶

func (o *GroupIdentifiers) GetUeIdList() []UeId

GetUeIdList returns the UeIdList field value if set, zero value otherwise.

func (*GroupIdentifiers) GetUeIdListOk ¶

func (o *GroupIdentifiers) GetUeIdListOk() ([]UeId, bool)

GetUeIdListOk returns a tuple with the UeIdList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GroupIdentifiers) HasExtGroupId ¶

func (o *GroupIdentifiers) HasExtGroupId() bool

HasExtGroupId returns a boolean if a field has been set.

func (*GroupIdentifiers) HasIntGroupId ¶

func (o *GroupIdentifiers) HasIntGroupId() bool

HasIntGroupId returns a boolean if a field has been set.

func (*GroupIdentifiers) HasUeIdList ¶

func (o *GroupIdentifiers) HasUeIdList() bool

HasUeIdList returns a boolean if a field has been set.

func (GroupIdentifiers) MarshalJSON ¶

func (o GroupIdentifiers) MarshalJSON() ([]byte, error)

func (*GroupIdentifiers) SetExtGroupId ¶

func (o *GroupIdentifiers) SetExtGroupId(v string)

SetExtGroupId gets a reference to the given string and assigns it to the ExtGroupId field.

func (*GroupIdentifiers) SetIntGroupId ¶

func (o *GroupIdentifiers) SetIntGroupId(v string)

SetIntGroupId gets a reference to the given string and assigns it to the IntGroupId field.

func (*GroupIdentifiers) SetUeIdList ¶

func (o *GroupIdentifiers) SetUeIdList(v []UeId)

SetUeIdList gets a reference to the given []UeId and assigns it to the UeIdList field.

func (GroupIdentifiers) ToMap ¶

func (o GroupIdentifiers) ToMap() (map[string]interface{}, error)

type GroupIdentifiersAPIService ¶

type GroupIdentifiersAPIService service

GroupIdentifiersAPIService GroupIdentifiersAPI service

func (*GroupIdentifiersAPIService) GetGroupIdentifiers ¶

GetGroupIdentifiers Mapping of Group Identifiers

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetGroupIdentifiersRequest

func (*GroupIdentifiersAPIService) GetGroupIdentifiersExecute ¶

Execute executes the request

@return GroupIdentifiers

type Guami ¶

type Guami struct {
	PlmnId PlmnIdNid `json:"plmnId"`
	// String identifying the AMF ID composed of AMF Region ID (8 bits), AMF Set ID (10 bits) and AMF  Pointer (6 bits) as specified in clause 2.10.1 of 3GPP TS 23.003. It is encoded as a string of  6 hexadecimal characters (i.e., 24 bits).
	AmfId string `json:"amfId"`
}

Guami Globally Unique AMF Identifier constructed out of PLMN, Network and AMF identity.

func NewGuami ¶

func NewGuami(plmnId PlmnIdNid, amfId string) *Guami

NewGuami instantiates a new Guami object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGuamiWithDefaults ¶

func NewGuamiWithDefaults() *Guami

NewGuamiWithDefaults instantiates a new Guami object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Guami) GetAmfId ¶

func (o *Guami) GetAmfId() string

GetAmfId returns the AmfId field value

func (*Guami) GetAmfIdOk ¶

func (o *Guami) GetAmfIdOk() (*string, bool)

GetAmfIdOk returns a tuple with the AmfId field value and a boolean to check if the value has been set.

func (*Guami) GetPlmnId ¶

func (o *Guami) GetPlmnId() PlmnIdNid

GetPlmnId returns the PlmnId field value

func (*Guami) GetPlmnIdOk ¶

func (o *Guami) GetPlmnIdOk() (*PlmnIdNid, bool)

GetPlmnIdOk returns a tuple with the PlmnId field value and a boolean to check if the value has been set.

func (Guami) MarshalJSON ¶

func (o Guami) MarshalJSON() ([]byte, error)

func (*Guami) SetAmfId ¶

func (o *Guami) SetAmfId(v string)

SetAmfId sets field value

func (*Guami) SetPlmnId ¶

func (o *Guami) SetPlmnId(v PlmnIdNid)

SetPlmnId sets field value

func (Guami) ToMap ¶

func (o Guami) ToMap() (map[string]interface{}, error)

func (*Guami) UnmarshalJSON ¶

func (o *Guami) UnmarshalJSON(bytes []byte) (err error)

type IdTranslationResult ¶

type IdTranslationResult struct {
	// A string used to indicate the features supported by an API that is used as defined in clause  6.6 in 3GPP TS 29.500. The string shall contain a bitmask indicating supported features in  hexadecimal representation Each character in the string shall take a value of \"0\" to \"9\",  \"a\" to \"f\" or \"A\" to \"F\" and shall represent the support of 4 features as described in  table 5.2.2-3. The most significant character representing the highest-numbered features shall  appear first in the string, and the character representing features 1 to 4 shall appear last  in the string. The list of features and their numbering (starting with 1) are defined  separately for each API. If the string contains a lower number of characters than there are  defined features for an API, all features that would be represented by characters that are not  present in the string are not supported.
	SupportedFeatures *string `json:"supportedFeatures,omitempty"`
	// String identifying a Supi that shall contain either an IMSI, a network specific identifier, a Global Cable Identifier (GCI) or a Global Line Identifier (GLI) as specified in clause  2.2A of 3GPP TS 23.003. It shall be formatted as follows  - for an IMSI \"imsi-<imsi>\", where <imsi> shall be formatted according to clause 2.2    of 3GPP TS 23.003 that describes an IMSI.  - for a network specific identifier \"nai-<nai>, where <nai> shall be formatted    according to clause 28.7.2 of 3GPP TS 23.003 that describes an NAI.  - for a GCI \"gci-<gci>\", where <gci> shall be formatted according to clause 28.15.2    of 3GPP TS 23.003.  - for a GLI \"gli-<gli>\", where <gli> shall be formatted according to clause 28.16.2 of    3GPP TS 23.003.To enable that the value is used as part of an URI, the string shall    only contain characters allowed according to the \"lower-with-hyphen\" naming convention    defined in 3GPP TS 29.501.
	Supi string `json:"supi"`
	// String identifying a Gpsi shall contain either an External Id or an MSISDN.  It shall be formatted as follows -External Identifier= \"extid-'extid', where 'extid'  shall be formatted according to clause 19.7.2 of 3GPP TS 23.003 that describes an  External Identifier.
	Gpsi            *string  `json:"gpsi,omitempty"`
	AdditionalSupis []string `json:"additionalSupis,omitempty"`
	AdditionalGpsis []string `json:"additionalGpsis,omitempty"`
}

IdTranslationResult struct for IdTranslationResult

func NewIdTranslationResult ¶

func NewIdTranslationResult(supi string) *IdTranslationResult

NewIdTranslationResult instantiates a new IdTranslationResult object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewIdTranslationResultWithDefaults ¶

func NewIdTranslationResultWithDefaults() *IdTranslationResult

NewIdTranslationResultWithDefaults instantiates a new IdTranslationResult object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*IdTranslationResult) GetAdditionalGpsis ¶

func (o *IdTranslationResult) GetAdditionalGpsis() []string

GetAdditionalGpsis returns the AdditionalGpsis field value if set, zero value otherwise.

func (*IdTranslationResult) GetAdditionalGpsisOk ¶

func (o *IdTranslationResult) GetAdditionalGpsisOk() ([]string, bool)

GetAdditionalGpsisOk returns a tuple with the AdditionalGpsis field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdTranslationResult) GetAdditionalSupis ¶

func (o *IdTranslationResult) GetAdditionalSupis() []string

GetAdditionalSupis returns the AdditionalSupis field value if set, zero value otherwise.

func (*IdTranslationResult) GetAdditionalSupisOk ¶

func (o *IdTranslationResult) GetAdditionalSupisOk() ([]string, bool)

GetAdditionalSupisOk returns a tuple with the AdditionalSupis field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdTranslationResult) GetGpsi ¶

func (o *IdTranslationResult) GetGpsi() string

GetGpsi returns the Gpsi field value if set, zero value otherwise.

func (*IdTranslationResult) GetGpsiOk ¶

func (o *IdTranslationResult) GetGpsiOk() (*string, bool)

GetGpsiOk returns a tuple with the Gpsi field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdTranslationResult) GetSupi ¶

func (o *IdTranslationResult) GetSupi() string

GetSupi returns the Supi field value

func (*IdTranslationResult) GetSupiOk ¶

func (o *IdTranslationResult) GetSupiOk() (*string, bool)

GetSupiOk returns a tuple with the Supi field value and a boolean to check if the value has been set.

func (*IdTranslationResult) GetSupportedFeatures ¶

func (o *IdTranslationResult) GetSupportedFeatures() string

GetSupportedFeatures returns the SupportedFeatures field value if set, zero value otherwise.

func (*IdTranslationResult) GetSupportedFeaturesOk ¶

func (o *IdTranslationResult) GetSupportedFeaturesOk() (*string, bool)

GetSupportedFeaturesOk returns a tuple with the SupportedFeatures field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdTranslationResult) HasAdditionalGpsis ¶

func (o *IdTranslationResult) HasAdditionalGpsis() bool

HasAdditionalGpsis returns a boolean if a field has been set.

func (*IdTranslationResult) HasAdditionalSupis ¶

func (o *IdTranslationResult) HasAdditionalSupis() bool

HasAdditionalSupis returns a boolean if a field has been set.

func (*IdTranslationResult) HasGpsi ¶

func (o *IdTranslationResult) HasGpsi() bool

HasGpsi returns a boolean if a field has been set.

func (*IdTranslationResult) HasSupportedFeatures ¶

func (o *IdTranslationResult) HasSupportedFeatures() bool

HasSupportedFeatures returns a boolean if a field has been set.

func (IdTranslationResult) MarshalJSON ¶

func (o IdTranslationResult) MarshalJSON() ([]byte, error)

func (*IdTranslationResult) SetAdditionalGpsis ¶

func (o *IdTranslationResult) SetAdditionalGpsis(v []string)

SetAdditionalGpsis gets a reference to the given []string and assigns it to the AdditionalGpsis field.

func (*IdTranslationResult) SetAdditionalSupis ¶

func (o *IdTranslationResult) SetAdditionalSupis(v []string)

SetAdditionalSupis gets a reference to the given []string and assigns it to the AdditionalSupis field.

func (*IdTranslationResult) SetGpsi ¶

func (o *IdTranslationResult) SetGpsi(v string)

SetGpsi gets a reference to the given string and assigns it to the Gpsi field.

func (*IdTranslationResult) SetSupi ¶

func (o *IdTranslationResult) SetSupi(v string)

SetSupi sets field value

func (*IdTranslationResult) SetSupportedFeatures ¶

func (o *IdTranslationResult) SetSupportedFeatures(v string)

SetSupportedFeatures gets a reference to the given string and assigns it to the SupportedFeatures field.

func (IdTranslationResult) ToMap ¶

func (o IdTranslationResult) ToMap() (map[string]interface{}, error)

func (*IdTranslationResult) UnmarshalJSON ¶

func (o *IdTranslationResult) UnmarshalJSON(bytes []byte) (err error)

type IdentityRange ¶

type IdentityRange struct {
	Start   *string `json:"start,omitempty"`
	End     *string `json:"end,omitempty"`
	Pattern *string `json:"pattern,omitempty"`
}

IdentityRange A range of GPSIs (subscriber identities), either based on a numeric range, or based on regular-expression matching

func NewIdentityRange ¶

func NewIdentityRange() *IdentityRange

NewIdentityRange instantiates a new IdentityRange object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewIdentityRangeWithDefaults ¶

func NewIdentityRangeWithDefaults() *IdentityRange

NewIdentityRangeWithDefaults instantiates a new IdentityRange object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*IdentityRange) GetEnd ¶

func (o *IdentityRange) GetEnd() string

GetEnd returns the End field value if set, zero value otherwise.

func (*IdentityRange) GetEndOk ¶

func (o *IdentityRange) GetEndOk() (*string, bool)

GetEndOk returns a tuple with the End field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityRange) GetPattern ¶

func (o *IdentityRange) GetPattern() string

GetPattern returns the Pattern field value if set, zero value otherwise.

func (*IdentityRange) GetPatternOk ¶

func (o *IdentityRange) GetPatternOk() (*string, bool)

GetPatternOk returns a tuple with the Pattern field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityRange) GetStart ¶

func (o *IdentityRange) GetStart() string

GetStart returns the Start field value if set, zero value otherwise.

func (*IdentityRange) GetStartOk ¶

func (o *IdentityRange) GetStartOk() (*string, bool)

GetStartOk returns a tuple with the Start field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityRange) HasEnd ¶

func (o *IdentityRange) HasEnd() bool

HasEnd returns a boolean if a field has been set.

func (*IdentityRange) HasPattern ¶

func (o *IdentityRange) HasPattern() bool

HasPattern returns a boolean if a field has been set.

func (*IdentityRange) HasStart ¶

func (o *IdentityRange) HasStart() bool

HasStart returns a boolean if a field has been set.

func (IdentityRange) MarshalJSON ¶

func (o IdentityRange) MarshalJSON() ([]byte, error)

func (*IdentityRange) SetEnd ¶

func (o *IdentityRange) SetEnd(v string)

SetEnd gets a reference to the given string and assigns it to the End field.

func (*IdentityRange) SetPattern ¶

func (o *IdentityRange) SetPattern(v string)

SetPattern gets a reference to the given string and assigns it to the Pattern field.

func (*IdentityRange) SetStart ¶

func (o *IdentityRange) SetStart(v string)

SetStart gets a reference to the given string and assigns it to the Start field.

func (IdentityRange) ToMap ¶

func (o IdentityRange) ToMap() (map[string]interface{}, error)

type ImmediateReport ¶

type ImmediateReport struct {
	SubscriptionDataSets *SubscriptionDataSets
	ArrayOfSharedData    *[]SharedData
}

ImmediateReport - struct for ImmediateReport

func ArrayOfSharedDataAsImmediateReport ¶

func ArrayOfSharedDataAsImmediateReport(v *[]SharedData) ImmediateReport

[]SharedDataAsImmediateReport is a convenience function that returns []SharedData wrapped in ImmediateReport

func SubscriptionDataSetsAsImmediateReport ¶

func SubscriptionDataSetsAsImmediateReport(v *SubscriptionDataSets) ImmediateReport

SubscriptionDataSetsAsImmediateReport is a convenience function that returns SubscriptionDataSets wrapped in ImmediateReport

func (*ImmediateReport) GetActualInstance ¶

func (obj *ImmediateReport) GetActualInstance() interface{}

Get the actual instance

func (ImmediateReport) MarshalJSON ¶

func (src ImmediateReport) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*ImmediateReport) UnmarshalJSON ¶

func (dst *ImmediateReport) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type InterFreqTargetInfo ¶

type InterFreqTargetInfo struct {
	// Integer value indicating the ARFCN applicable for a downlink, uplink or bi-directional (TDD) NR global frequency raster, as definition of \"ARFCN-ValueNR\" IE in clause 6.3.2 of 3GPP TS 38.331.
	DlCarrierFreq int32 `json:"dlCarrierFreq"`
	// When present, this IE shall contain a list of the physical cell identities where the UE is requested to perform measurement logging for the indicated frequency.
	CellIdList []int32 `json:"cellIdList,omitempty"`
}

InterFreqTargetInfo Indicates the Inter Frequency Target information.

func NewInterFreqTargetInfo ¶

func NewInterFreqTargetInfo(dlCarrierFreq int32) *InterFreqTargetInfo

NewInterFreqTargetInfo instantiates a new InterFreqTargetInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewInterFreqTargetInfoWithDefaults ¶

func NewInterFreqTargetInfoWithDefaults() *InterFreqTargetInfo

NewInterFreqTargetInfoWithDefaults instantiates a new InterFreqTargetInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*InterFreqTargetInfo) GetCellIdList ¶

func (o *InterFreqTargetInfo) GetCellIdList() []int32

GetCellIdList returns the CellIdList field value if set, zero value otherwise.

func (*InterFreqTargetInfo) GetCellIdListOk ¶

func (o *InterFreqTargetInfo) GetCellIdListOk() ([]int32, bool)

GetCellIdListOk returns a tuple with the CellIdList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InterFreqTargetInfo) GetDlCarrierFreq ¶

func (o *InterFreqTargetInfo) GetDlCarrierFreq() int32

GetDlCarrierFreq returns the DlCarrierFreq field value

func (*InterFreqTargetInfo) GetDlCarrierFreqOk ¶

func (o *InterFreqTargetInfo) GetDlCarrierFreqOk() (*int32, bool)

GetDlCarrierFreqOk returns a tuple with the DlCarrierFreq field value and a boolean to check if the value has been set.

func (*InterFreqTargetInfo) HasCellIdList ¶

func (o *InterFreqTargetInfo) HasCellIdList() bool

HasCellIdList returns a boolean if a field has been set.

func (InterFreqTargetInfo) MarshalJSON ¶

func (o InterFreqTargetInfo) MarshalJSON() ([]byte, error)

func (*InterFreqTargetInfo) SetCellIdList ¶

func (o *InterFreqTargetInfo) SetCellIdList(v []int32)

SetCellIdList gets a reference to the given []int32 and assigns it to the CellIdList field.

func (*InterFreqTargetInfo) SetDlCarrierFreq ¶

func (o *InterFreqTargetInfo) SetDlCarrierFreq(v int32)

SetDlCarrierFreq sets field value

func (InterFreqTargetInfo) ToMap ¶

func (o InterFreqTargetInfo) ToMap() (map[string]interface{}, error)

func (*InterFreqTargetInfo) UnmarshalJSON ¶

func (o *InterFreqTargetInfo) UnmarshalJSON(bytes []byte) (err error)

type InvalidParam ¶

type InvalidParam struct {
	// If the invalid parameter is an attribute in a JSON body, this IE shall contain the  attribute's name and shall be encoded as a JSON Pointer. If the invalid parameter is  an HTTP header, this IE shall be formatted as the concatenation of the string \"header \"  plus the name of such header. If the invalid parameter is a query parameter, this IE  shall be formatted as the concatenation of the string \"query \" plus the name of such  query parameter. If the invalid parameter is a variable part in the path of a resource  URI, this IE shall contain the name of the variable, including the symbols \"{\" and \"}\"  used in OpenAPI specification as the notation to represent variable path segments.
	Param string `json:"param"`
	// A human-readable reason, e.g. \"must be a positive integer\". In cases involving failed  operations in a PATCH request, the reason string should identify the operation that  failed using the operation's array index to assist in correlation of the invalid  parameter with the failed operation, e.g.\" Replacement value invalid for attribute  (failed operation index= 4)\"
	Reason *string `json:"reason,omitempty"`
}

InvalidParam It contains an invalid parameter and a related description.

func NewInvalidParam ¶

func NewInvalidParam(param string) *InvalidParam

NewInvalidParam instantiates a new InvalidParam object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewInvalidParamWithDefaults ¶

func NewInvalidParamWithDefaults() *InvalidParam

NewInvalidParamWithDefaults instantiates a new InvalidParam object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*InvalidParam) GetParam ¶

func (o *InvalidParam) GetParam() string

GetParam returns the Param field value

func (*InvalidParam) GetParamOk ¶

func (o *InvalidParam) GetParamOk() (*string, bool)

GetParamOk returns a tuple with the Param field value and a boolean to check if the value has been set.

func (*InvalidParam) GetReason ¶

func (o *InvalidParam) GetReason() string

GetReason returns the Reason field value if set, zero value otherwise.

func (*InvalidParam) GetReasonOk ¶

func (o *InvalidParam) GetReasonOk() (*string, bool)

GetReasonOk returns a tuple with the Reason field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvalidParam) HasReason ¶

func (o *InvalidParam) HasReason() bool

HasReason returns a boolean if a field has been set.

func (InvalidParam) MarshalJSON ¶

func (o InvalidParam) MarshalJSON() ([]byte, error)

func (*InvalidParam) SetParam ¶

func (o *InvalidParam) SetParam(v string)

SetParam sets field value

func (*InvalidParam) SetReason ¶

func (o *InvalidParam) SetReason(v string)

SetReason gets a reference to the given string and assigns it to the Reason field.

func (InvalidParam) ToMap ¶

func (o InvalidParam) ToMap() (map[string]interface{}, error)

func (*InvalidParam) UnmarshalJSON ¶

func (o *InvalidParam) UnmarshalJSON(bytes []byte) (err error)

type IpAddr ¶

type IpAddr struct {
	// String identifying a IPv4 address formatted in the 'dotted decimal' notation as defined in RFC 1166.
	Ipv4Addr   *string     `json:"ipv4Addr,omitempty"`
	Ipv6Addr   *Ipv6Addr   `json:"ipv6Addr,omitempty"`
	Ipv6Prefix *Ipv6Prefix `json:"ipv6Prefix,omitempty"`
}

IpAddr Contains an IP adresse.

func NewIpAddr ¶

func NewIpAddr() *IpAddr

NewIpAddr instantiates a new IpAddr object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewIpAddrWithDefaults ¶

func NewIpAddrWithDefaults() *IpAddr

NewIpAddrWithDefaults instantiates a new IpAddr object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*IpAddr) GetIpv4Addr ¶

func (o *IpAddr) GetIpv4Addr() string

GetIpv4Addr returns the Ipv4Addr field value if set, zero value otherwise.

func (*IpAddr) GetIpv4AddrOk ¶

func (o *IpAddr) GetIpv4AddrOk() (*string, bool)

GetIpv4AddrOk returns a tuple with the Ipv4Addr field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IpAddr) GetIpv6Addr ¶

func (o *IpAddr) GetIpv6Addr() Ipv6Addr

GetIpv6Addr returns the Ipv6Addr field value if set, zero value otherwise.

func (*IpAddr) GetIpv6AddrOk ¶

func (o *IpAddr) GetIpv6AddrOk() (*Ipv6Addr, bool)

GetIpv6AddrOk returns a tuple with the Ipv6Addr field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IpAddr) GetIpv6Prefix ¶

func (o *IpAddr) GetIpv6Prefix() Ipv6Prefix

GetIpv6Prefix returns the Ipv6Prefix field value if set, zero value otherwise.

func (*IpAddr) GetIpv6PrefixOk ¶

func (o *IpAddr) GetIpv6PrefixOk() (*Ipv6Prefix, bool)

GetIpv6PrefixOk returns a tuple with the Ipv6Prefix field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IpAddr) HasIpv4Addr ¶

func (o *IpAddr) HasIpv4Addr() bool

HasIpv4Addr returns a boolean if a field has been set.

func (*IpAddr) HasIpv6Addr ¶

func (o *IpAddr) HasIpv6Addr() bool

HasIpv6Addr returns a boolean if a field has been set.

func (*IpAddr) HasIpv6Prefix ¶

func (o *IpAddr) HasIpv6Prefix() bool

HasIpv6Prefix returns a boolean if a field has been set.

func (IpAddr) MarshalJSON ¶

func (o IpAddr) MarshalJSON() ([]byte, error)

func (*IpAddr) SetIpv4Addr ¶

func (o *IpAddr) SetIpv4Addr(v string)

SetIpv4Addr gets a reference to the given string and assigns it to the Ipv4Addr field.

func (*IpAddr) SetIpv6Addr ¶

func (o *IpAddr) SetIpv6Addr(v Ipv6Addr)

SetIpv6Addr gets a reference to the given Ipv6Addr and assigns it to the Ipv6Addr field.

func (*IpAddr) SetIpv6Prefix ¶

func (o *IpAddr) SetIpv6Prefix(v Ipv6Prefix)

SetIpv6Prefix gets a reference to the given Ipv6Prefix and assigns it to the Ipv6Prefix field.

func (IpAddr) ToMap ¶

func (o IpAddr) ToMap() (map[string]interface{}, error)

type IpAddress ¶

type IpAddress struct {
	// String identifying a IPv4 address formatted in the 'dotted decimal' notation as defined in RFC 1166.
	Ipv4Addr   *string     `json:"ipv4Addr,omitempty"`
	Ipv6Addr   *Ipv6Addr   `json:"ipv6Addr,omitempty"`
	Ipv6Prefix *Ipv6Prefix `json:"ipv6Prefix,omitempty"`
}

IpAddress struct for IpAddress

func NewIpAddress ¶

func NewIpAddress() *IpAddress

NewIpAddress instantiates a new IpAddress object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewIpAddressWithDefaults ¶

func NewIpAddressWithDefaults() *IpAddress

NewIpAddressWithDefaults instantiates a new IpAddress object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*IpAddress) GetIpv4Addr ¶

func (o *IpAddress) GetIpv4Addr() string

GetIpv4Addr returns the Ipv4Addr field value if set, zero value otherwise.

func (*IpAddress) GetIpv4AddrOk ¶

func (o *IpAddress) GetIpv4AddrOk() (*string, bool)

GetIpv4AddrOk returns a tuple with the Ipv4Addr field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IpAddress) GetIpv6Addr ¶

func (o *IpAddress) GetIpv6Addr() Ipv6Addr

GetIpv6Addr returns the Ipv6Addr field value if set, zero value otherwise.

func (*IpAddress) GetIpv6AddrOk ¶

func (o *IpAddress) GetIpv6AddrOk() (*Ipv6Addr, bool)

GetIpv6AddrOk returns a tuple with the Ipv6Addr field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IpAddress) GetIpv6Prefix ¶

func (o *IpAddress) GetIpv6Prefix() Ipv6Prefix

GetIpv6Prefix returns the Ipv6Prefix field value if set, zero value otherwise.

func (*IpAddress) GetIpv6PrefixOk ¶

func (o *IpAddress) GetIpv6PrefixOk() (*Ipv6Prefix, bool)

GetIpv6PrefixOk returns a tuple with the Ipv6Prefix field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IpAddress) HasIpv4Addr ¶

func (o *IpAddress) HasIpv4Addr() bool

HasIpv4Addr returns a boolean if a field has been set.

func (*IpAddress) HasIpv6Addr ¶

func (o *IpAddress) HasIpv6Addr() bool

HasIpv6Addr returns a boolean if a field has been set.

func (*IpAddress) HasIpv6Prefix ¶

func (o *IpAddress) HasIpv6Prefix() bool

HasIpv6Prefix returns a boolean if a field has been set.

func (IpAddress) MarshalJSON ¶

func (o IpAddress) MarshalJSON() ([]byte, error)

func (*IpAddress) SetIpv4Addr ¶

func (o *IpAddress) SetIpv4Addr(v string)

SetIpv4Addr gets a reference to the given string and assigns it to the Ipv4Addr field.

func (*IpAddress) SetIpv6Addr ¶

func (o *IpAddress) SetIpv6Addr(v Ipv6Addr)

SetIpv6Addr gets a reference to the given Ipv6Addr and assigns it to the Ipv6Addr field.

func (*IpAddress) SetIpv6Prefix ¶

func (o *IpAddress) SetIpv6Prefix(v Ipv6Prefix)

SetIpv6Prefix gets a reference to the given Ipv6Prefix and assigns it to the Ipv6Prefix field.

func (IpAddress) ToMap ¶

func (o IpAddress) ToMap() (map[string]interface{}, error)

type IpIndex ¶

type IpIndex struct {
	// contains filtered or unexported fields
}

IpIndex Represents the IP Index to be sent from UDM to the SMF (its value can be either an integer or a string)

func (*IpIndex) MarshalJSON ¶

func (src *IpIndex) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*IpIndex) UnmarshalJSON ¶

func (dst *IpIndex) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type Ipv6Addr ¶

type Ipv6Addr struct {
}

Ipv6Addr String identifying an IPv6 address formatted according to clause 4 of RFC5952. The mixed IPv4 IPv6 notation according to clause 5 of RFC5952 shall not be used.

func NewIpv6Addr ¶

func NewIpv6Addr() *Ipv6Addr

NewIpv6Addr instantiates a new Ipv6Addr object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewIpv6AddrWithDefaults ¶

func NewIpv6AddrWithDefaults() *Ipv6Addr

NewIpv6AddrWithDefaults instantiates a new Ipv6Addr object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (Ipv6Addr) MarshalJSON ¶

func (o Ipv6Addr) MarshalJSON() ([]byte, error)

func (Ipv6Addr) ToMap ¶

func (o Ipv6Addr) ToMap() (map[string]interface{}, error)

type Ipv6Prefix ¶

type Ipv6Prefix struct {
}

Ipv6Prefix String identifying an IPv6 address prefix formatted according to clause 4 of RFC 5952. IPv6Prefix data type may contain an individual /128 IPv6 address.

func NewIpv6Prefix ¶

func NewIpv6Prefix() *Ipv6Prefix

NewIpv6Prefix instantiates a new Ipv6Prefix object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewIpv6PrefixWithDefaults ¶

func NewIpv6PrefixWithDefaults() *Ipv6Prefix

NewIpv6PrefixWithDefaults instantiates a new Ipv6Prefix object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (Ipv6Prefix) MarshalJSON ¶

func (o Ipv6Prefix) MarshalJSON() ([]byte, error)

func (Ipv6Prefix) ToMap ¶

func (o Ipv6Prefix) ToMap() (map[string]interface{}, error)

type JobType ¶

type JobType struct {
	// contains filtered or unexported fields
}

JobType The enumeration JobType defines Job Type in the trace. See 3GPP TS 32.422 for further description of the values. It shall comply with the provisions defined in table 5.6.3.3-1.

func (*JobType) MarshalJSON ¶

func (src *JobType) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*JobType) UnmarshalJSON ¶

func (dst *JobType) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type LCSBroadcastAssistanceDataTypesRetrievalAPIService ¶

type LCSBroadcastAssistanceDataTypesRetrievalAPIService service

LCSBroadcastAssistanceDataTypesRetrievalAPIService LCSBroadcastAssistanceDataTypesRetrievalAPI service

func (*LCSBroadcastAssistanceDataTypesRetrievalAPIService) GetLcsBcaData ¶

GetLcsBcaData retrieve a UE's LCS Broadcast Assistance Data Types Subscription Data

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param supi Identifier of the UE
@return ApiGetLcsBcaDataRequest

func (*LCSBroadcastAssistanceDataTypesRetrievalAPIService) GetLcsBcaDataExecute ¶

Execute executes the request

@return LcsBroadcastAssistanceTypesData

type LCSMobileOriginatedDataRetrievalAPIService ¶

type LCSMobileOriginatedDataRetrievalAPIService service

LCSMobileOriginatedDataRetrievalAPIService LCSMobileOriginatedDataRetrievalAPI service

func (*LCSMobileOriginatedDataRetrievalAPIService) GetLcsMoData ¶

GetLcsMoData retrieve a UE's LCS Mobile Originated Subscription Data

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param supi Identifier of the UE
@return ApiGetLcsMoDataRequest

func (*LCSMobileOriginatedDataRetrievalAPIService) GetLcsMoDataExecute ¶

Execute executes the request

@return LcsMoData

type LCSPrivacyDataRetrievalAPIService ¶

type LCSPrivacyDataRetrievalAPIService service

LCSPrivacyDataRetrievalAPIService LCSPrivacyDataRetrievalAPI service

func (*LCSPrivacyDataRetrievalAPIService) GetLcsPrivacyData ¶

GetLcsPrivacyData retrieve a UE's LCS Privacy Subscription Data

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param ueId Identifier of the UE
@return ApiGetLcsPrivacyDataRequest

func (*LCSPrivacyDataRetrievalAPIService) GetLcsPrivacyDataExecute ¶

Execute executes the request

@return LcsPrivacyData

type LcsBroadcastAssistanceTypesData ¶

type LcsBroadcastAssistanceTypesData struct {
	// string with format 'binary' as defined in OpenAPI.
	LocationAssistanceType *os.File `json:"locationAssistanceType"`
}

LcsBroadcastAssistanceTypesData struct for LcsBroadcastAssistanceTypesData

func NewLcsBroadcastAssistanceTypesData ¶

func NewLcsBroadcastAssistanceTypesData(locationAssistanceType *os.File) *LcsBroadcastAssistanceTypesData

NewLcsBroadcastAssistanceTypesData instantiates a new LcsBroadcastAssistanceTypesData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLcsBroadcastAssistanceTypesDataWithDefaults ¶

func NewLcsBroadcastAssistanceTypesDataWithDefaults() *LcsBroadcastAssistanceTypesData

NewLcsBroadcastAssistanceTypesDataWithDefaults instantiates a new LcsBroadcastAssistanceTypesData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LcsBroadcastAssistanceTypesData) GetLocationAssistanceType ¶

func (o *LcsBroadcastAssistanceTypesData) GetLocationAssistanceType() *os.File

GetLocationAssistanceType returns the LocationAssistanceType field value

func (*LcsBroadcastAssistanceTypesData) GetLocationAssistanceTypeOk ¶

func (o *LcsBroadcastAssistanceTypesData) GetLocationAssistanceTypeOk() (**os.File, bool)

GetLocationAssistanceTypeOk returns a tuple with the LocationAssistanceType field value and a boolean to check if the value has been set.

func (LcsBroadcastAssistanceTypesData) MarshalJSON ¶

func (o LcsBroadcastAssistanceTypesData) MarshalJSON() ([]byte, error)

func (*LcsBroadcastAssistanceTypesData) SetLocationAssistanceType ¶

func (o *LcsBroadcastAssistanceTypesData) SetLocationAssistanceType(v *os.File)

SetLocationAssistanceType sets field value

func (LcsBroadcastAssistanceTypesData) ToMap ¶

func (o LcsBroadcastAssistanceTypesData) ToMap() (map[string]interface{}, error)

func (*LcsBroadcastAssistanceTypesData) UnmarshalJSON ¶

func (o *LcsBroadcastAssistanceTypesData) UnmarshalJSON(bytes []byte) (err error)

type LcsClientClass ¶

type LcsClientClass struct {
	// contains filtered or unexported fields
}

LcsClientClass struct for LcsClientClass

func (*LcsClientClass) MarshalJSON ¶

func (src *LcsClientClass) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*LcsClientClass) UnmarshalJSON ¶

func (dst *LcsClientClass) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type LcsClientExternal ¶

type LcsClientExternal struct {
	AllowedGeographicArea     []GeographicArea           `json:"allowedGeographicArea,omitempty"`
	PrivacyCheckRelatedAction *PrivacyCheckRelatedAction `json:"privacyCheckRelatedAction,omitempty"`
	ValidTimePeriod           *ValidTimePeriod           `json:"validTimePeriod,omitempty"`
}

LcsClientExternal struct for LcsClientExternal

func NewLcsClientExternal ¶

func NewLcsClientExternal() *LcsClientExternal

NewLcsClientExternal instantiates a new LcsClientExternal object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLcsClientExternalWithDefaults ¶

func NewLcsClientExternalWithDefaults() *LcsClientExternal

NewLcsClientExternalWithDefaults instantiates a new LcsClientExternal object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LcsClientExternal) GetAllowedGeographicArea ¶

func (o *LcsClientExternal) GetAllowedGeographicArea() []GeographicArea

GetAllowedGeographicArea returns the AllowedGeographicArea field value if set, zero value otherwise.

func (*LcsClientExternal) GetAllowedGeographicAreaOk ¶

func (o *LcsClientExternal) GetAllowedGeographicAreaOk() ([]GeographicArea, bool)

GetAllowedGeographicAreaOk returns a tuple with the AllowedGeographicArea field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LcsClientExternal) GetPrivacyCheckRelatedAction ¶

func (o *LcsClientExternal) GetPrivacyCheckRelatedAction() PrivacyCheckRelatedAction

GetPrivacyCheckRelatedAction returns the PrivacyCheckRelatedAction field value if set, zero value otherwise.

func (*LcsClientExternal) GetPrivacyCheckRelatedActionOk ¶

func (o *LcsClientExternal) GetPrivacyCheckRelatedActionOk() (*PrivacyCheckRelatedAction, bool)

GetPrivacyCheckRelatedActionOk returns a tuple with the PrivacyCheckRelatedAction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LcsClientExternal) GetValidTimePeriod ¶

func (o *LcsClientExternal) GetValidTimePeriod() ValidTimePeriod

GetValidTimePeriod returns the ValidTimePeriod field value if set, zero value otherwise.

func (*LcsClientExternal) GetValidTimePeriodOk ¶

func (o *LcsClientExternal) GetValidTimePeriodOk() (*ValidTimePeriod, bool)

GetValidTimePeriodOk returns a tuple with the ValidTimePeriod field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LcsClientExternal) HasAllowedGeographicArea ¶

func (o *LcsClientExternal) HasAllowedGeographicArea() bool

HasAllowedGeographicArea returns a boolean if a field has been set.

func (*LcsClientExternal) HasPrivacyCheckRelatedAction ¶

func (o *LcsClientExternal) HasPrivacyCheckRelatedAction() bool

HasPrivacyCheckRelatedAction returns a boolean if a field has been set.

func (*LcsClientExternal) HasValidTimePeriod ¶

func (o *LcsClientExternal) HasValidTimePeriod() bool

HasValidTimePeriod returns a boolean if a field has been set.

func (LcsClientExternal) MarshalJSON ¶

func (o LcsClientExternal) MarshalJSON() ([]byte, error)

func (*LcsClientExternal) SetAllowedGeographicArea ¶

func (o *LcsClientExternal) SetAllowedGeographicArea(v []GeographicArea)

SetAllowedGeographicArea gets a reference to the given []GeographicArea and assigns it to the AllowedGeographicArea field.

func (*LcsClientExternal) SetPrivacyCheckRelatedAction ¶

func (o *LcsClientExternal) SetPrivacyCheckRelatedAction(v PrivacyCheckRelatedAction)

SetPrivacyCheckRelatedAction gets a reference to the given PrivacyCheckRelatedAction and assigns it to the PrivacyCheckRelatedAction field.

func (*LcsClientExternal) SetValidTimePeriod ¶

func (o *LcsClientExternal) SetValidTimePeriod(v ValidTimePeriod)

SetValidTimePeriod gets a reference to the given ValidTimePeriod and assigns it to the ValidTimePeriod field.

func (LcsClientExternal) ToMap ¶

func (o LcsClientExternal) ToMap() (map[string]interface{}, error)

type LcsClientGroupExternal ¶

type LcsClientGroupExternal struct {
	LcsClientGroupId          *string                    `json:"lcsClientGroupId,omitempty"`
	AllowedGeographicArea     []GeographicArea           `json:"allowedGeographicArea,omitempty"`
	PrivacyCheckRelatedAction *PrivacyCheckRelatedAction `json:"privacyCheckRelatedAction,omitempty"`
	ValidTimePeriod           *ValidTimePeriod           `json:"validTimePeriod,omitempty"`
}

LcsClientGroupExternal struct for LcsClientGroupExternal

func NewLcsClientGroupExternal ¶

func NewLcsClientGroupExternal() *LcsClientGroupExternal

NewLcsClientGroupExternal instantiates a new LcsClientGroupExternal object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLcsClientGroupExternalWithDefaults ¶

func NewLcsClientGroupExternalWithDefaults() *LcsClientGroupExternal

NewLcsClientGroupExternalWithDefaults instantiates a new LcsClientGroupExternal object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LcsClientGroupExternal) GetAllowedGeographicArea ¶

func (o *LcsClientGroupExternal) GetAllowedGeographicArea() []GeographicArea

GetAllowedGeographicArea returns the AllowedGeographicArea field value if set, zero value otherwise.

func (*LcsClientGroupExternal) GetAllowedGeographicAreaOk ¶

func (o *LcsClientGroupExternal) GetAllowedGeographicAreaOk() ([]GeographicArea, bool)

GetAllowedGeographicAreaOk returns a tuple with the AllowedGeographicArea field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LcsClientGroupExternal) GetLcsClientGroupId ¶

func (o *LcsClientGroupExternal) GetLcsClientGroupId() string

GetLcsClientGroupId returns the LcsClientGroupId field value if set, zero value otherwise.

func (*LcsClientGroupExternal) GetLcsClientGroupIdOk ¶

func (o *LcsClientGroupExternal) GetLcsClientGroupIdOk() (*string, bool)

GetLcsClientGroupIdOk returns a tuple with the LcsClientGroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LcsClientGroupExternal) GetPrivacyCheckRelatedAction ¶

func (o *LcsClientGroupExternal) GetPrivacyCheckRelatedAction() PrivacyCheckRelatedAction

GetPrivacyCheckRelatedAction returns the PrivacyCheckRelatedAction field value if set, zero value otherwise.

func (*LcsClientGroupExternal) GetPrivacyCheckRelatedActionOk ¶

func (o *LcsClientGroupExternal) GetPrivacyCheckRelatedActionOk() (*PrivacyCheckRelatedAction, bool)

GetPrivacyCheckRelatedActionOk returns a tuple with the PrivacyCheckRelatedAction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LcsClientGroupExternal) GetValidTimePeriod ¶

func (o *LcsClientGroupExternal) GetValidTimePeriod() ValidTimePeriod

GetValidTimePeriod returns the ValidTimePeriod field value if set, zero value otherwise.

func (*LcsClientGroupExternal) GetValidTimePeriodOk ¶

func (o *LcsClientGroupExternal) GetValidTimePeriodOk() (*ValidTimePeriod, bool)

GetValidTimePeriodOk returns a tuple with the ValidTimePeriod field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LcsClientGroupExternal) HasAllowedGeographicArea ¶

func (o *LcsClientGroupExternal) HasAllowedGeographicArea() bool

HasAllowedGeographicArea returns a boolean if a field has been set.

func (*LcsClientGroupExternal) HasLcsClientGroupId ¶

func (o *LcsClientGroupExternal) HasLcsClientGroupId() bool

HasLcsClientGroupId returns a boolean if a field has been set.

func (*LcsClientGroupExternal) HasPrivacyCheckRelatedAction ¶

func (o *LcsClientGroupExternal) HasPrivacyCheckRelatedAction() bool

HasPrivacyCheckRelatedAction returns a boolean if a field has been set.

func (*LcsClientGroupExternal) HasValidTimePeriod ¶

func (o *LcsClientGroupExternal) HasValidTimePeriod() bool

HasValidTimePeriod returns a boolean if a field has been set.

func (LcsClientGroupExternal) MarshalJSON ¶

func (o LcsClientGroupExternal) MarshalJSON() ([]byte, error)

func (*LcsClientGroupExternal) SetAllowedGeographicArea ¶

func (o *LcsClientGroupExternal) SetAllowedGeographicArea(v []GeographicArea)

SetAllowedGeographicArea gets a reference to the given []GeographicArea and assigns it to the AllowedGeographicArea field.

func (*LcsClientGroupExternal) SetLcsClientGroupId ¶

func (o *LcsClientGroupExternal) SetLcsClientGroupId(v string)

SetLcsClientGroupId gets a reference to the given string and assigns it to the LcsClientGroupId field.

func (*LcsClientGroupExternal) SetPrivacyCheckRelatedAction ¶

func (o *LcsClientGroupExternal) SetPrivacyCheckRelatedAction(v PrivacyCheckRelatedAction)

SetPrivacyCheckRelatedAction gets a reference to the given PrivacyCheckRelatedAction and assigns it to the PrivacyCheckRelatedAction field.

func (*LcsClientGroupExternal) SetValidTimePeriod ¶

func (o *LcsClientGroupExternal) SetValidTimePeriod(v ValidTimePeriod)

SetValidTimePeriod gets a reference to the given ValidTimePeriod and assigns it to the ValidTimePeriod field.

func (LcsClientGroupExternal) ToMap ¶

func (o LcsClientGroupExternal) ToMap() (map[string]interface{}, error)

type LcsMoData ¶

type LcsMoData struct {
	AllowedServiceClasses []LcsMoServiceClass              `json:"allowedServiceClasses"`
	MoAssistanceDataTypes *LcsBroadcastAssistanceTypesData `json:"moAssistanceDataTypes,omitempty"`
}

LcsMoData struct for LcsMoData

func NewLcsMoData ¶

func NewLcsMoData(allowedServiceClasses []LcsMoServiceClass) *LcsMoData

NewLcsMoData instantiates a new LcsMoData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLcsMoDataWithDefaults ¶

func NewLcsMoDataWithDefaults() *LcsMoData

NewLcsMoDataWithDefaults instantiates a new LcsMoData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LcsMoData) GetAllowedServiceClasses ¶

func (o *LcsMoData) GetAllowedServiceClasses() []LcsMoServiceClass

GetAllowedServiceClasses returns the AllowedServiceClasses field value

func (*LcsMoData) GetAllowedServiceClassesOk ¶

func (o *LcsMoData) GetAllowedServiceClassesOk() ([]LcsMoServiceClass, bool)

GetAllowedServiceClassesOk returns a tuple with the AllowedServiceClasses field value and a boolean to check if the value has been set.

func (*LcsMoData) GetMoAssistanceDataTypes ¶

func (o *LcsMoData) GetMoAssistanceDataTypes() LcsBroadcastAssistanceTypesData

GetMoAssistanceDataTypes returns the MoAssistanceDataTypes field value if set, zero value otherwise.

func (*LcsMoData) GetMoAssistanceDataTypesOk ¶

func (o *LcsMoData) GetMoAssistanceDataTypesOk() (*LcsBroadcastAssistanceTypesData, bool)

GetMoAssistanceDataTypesOk returns a tuple with the MoAssistanceDataTypes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LcsMoData) HasMoAssistanceDataTypes ¶

func (o *LcsMoData) HasMoAssistanceDataTypes() bool

HasMoAssistanceDataTypes returns a boolean if a field has been set.

func (LcsMoData) MarshalJSON ¶

func (o LcsMoData) MarshalJSON() ([]byte, error)

func (*LcsMoData) SetAllowedServiceClasses ¶

func (o *LcsMoData) SetAllowedServiceClasses(v []LcsMoServiceClass)

SetAllowedServiceClasses sets field value

func (*LcsMoData) SetMoAssistanceDataTypes ¶

func (o *LcsMoData) SetMoAssistanceDataTypes(v LcsBroadcastAssistanceTypesData)

SetMoAssistanceDataTypes gets a reference to the given LcsBroadcastAssistanceTypesData and assigns it to the MoAssistanceDataTypes field.

func (LcsMoData) ToMap ¶

func (o LcsMoData) ToMap() (map[string]interface{}, error)

func (*LcsMoData) UnmarshalJSON ¶

func (o *LcsMoData) UnmarshalJSON(bytes []byte) (err error)

type LcsMoServiceClass ¶

type LcsMoServiceClass struct {
	// contains filtered or unexported fields
}

LcsMoServiceClass struct for LcsMoServiceClass

func (*LcsMoServiceClass) MarshalJSON ¶

func (src *LcsMoServiceClass) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*LcsMoServiceClass) UnmarshalJSON ¶

func (dst *LcsMoServiceClass) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type LcsPrivacyData ¶

type LcsPrivacyData struct {
	Lpi                 *Lpi                `json:"lpi,omitempty"`
	UnrelatedClass      *UnrelatedClass     `json:"unrelatedClass,omitempty"`
	PlmnOperatorClasses []PlmnOperatorClass `json:"plmnOperatorClasses,omitempty"`
}

LcsPrivacyData struct for LcsPrivacyData

func NewLcsPrivacyData ¶

func NewLcsPrivacyData() *LcsPrivacyData

NewLcsPrivacyData instantiates a new LcsPrivacyData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLcsPrivacyDataWithDefaults ¶

func NewLcsPrivacyDataWithDefaults() *LcsPrivacyData

NewLcsPrivacyDataWithDefaults instantiates a new LcsPrivacyData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LcsPrivacyData) GetLpi ¶

func (o *LcsPrivacyData) GetLpi() Lpi

GetLpi returns the Lpi field value if set, zero value otherwise.

func (*LcsPrivacyData) GetLpiOk ¶

func (o *LcsPrivacyData) GetLpiOk() (*Lpi, bool)

GetLpiOk returns a tuple with the Lpi field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LcsPrivacyData) GetPlmnOperatorClasses ¶

func (o *LcsPrivacyData) GetPlmnOperatorClasses() []PlmnOperatorClass

GetPlmnOperatorClasses returns the PlmnOperatorClasses field value if set, zero value otherwise.

func (*LcsPrivacyData) GetPlmnOperatorClassesOk ¶

func (o *LcsPrivacyData) GetPlmnOperatorClassesOk() ([]PlmnOperatorClass, bool)

GetPlmnOperatorClassesOk returns a tuple with the PlmnOperatorClasses field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LcsPrivacyData) GetUnrelatedClass ¶

func (o *LcsPrivacyData) GetUnrelatedClass() UnrelatedClass

GetUnrelatedClass returns the UnrelatedClass field value if set, zero value otherwise.

func (*LcsPrivacyData) GetUnrelatedClassOk ¶

func (o *LcsPrivacyData) GetUnrelatedClassOk() (*UnrelatedClass, bool)

GetUnrelatedClassOk returns a tuple with the UnrelatedClass field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LcsPrivacyData) HasLpi ¶

func (o *LcsPrivacyData) HasLpi() bool

HasLpi returns a boolean if a field has been set.

func (*LcsPrivacyData) HasPlmnOperatorClasses ¶

func (o *LcsPrivacyData) HasPlmnOperatorClasses() bool

HasPlmnOperatorClasses returns a boolean if a field has been set.

func (*LcsPrivacyData) HasUnrelatedClass ¶

func (o *LcsPrivacyData) HasUnrelatedClass() bool

HasUnrelatedClass returns a boolean if a field has been set.

func (LcsPrivacyData) MarshalJSON ¶

func (o LcsPrivacyData) MarshalJSON() ([]byte, error)

func (*LcsPrivacyData) SetLpi ¶

func (o *LcsPrivacyData) SetLpi(v Lpi)

SetLpi gets a reference to the given Lpi and assigns it to the Lpi field.

func (*LcsPrivacyData) SetPlmnOperatorClasses ¶

func (o *LcsPrivacyData) SetPlmnOperatorClasses(v []PlmnOperatorClass)

SetPlmnOperatorClasses gets a reference to the given []PlmnOperatorClass and assigns it to the PlmnOperatorClasses field.

func (*LcsPrivacyData) SetUnrelatedClass ¶

func (o *LcsPrivacyData) SetUnrelatedClass(v UnrelatedClass)

SetUnrelatedClass gets a reference to the given UnrelatedClass and assigns it to the UnrelatedClass field.

func (LcsPrivacyData) ToMap ¶

func (o LcsPrivacyData) ToMap() (map[string]interface{}, error)

type Local2dPointUncertaintyEllipse ¶

type Local2dPointUncertaintyEllipse struct {
	GADShape
	LocalOrigin        LocalOrigin               `json:"localOrigin"`
	Point              RelativeCartesianLocation `json:"point"`
	UncertaintyEllipse UncertaintyEllipse        `json:"uncertaintyEllipse"`
	// Indicates value of confidence.
	Confidence int32 `json:"confidence"`
}

Local2dPointUncertaintyEllipse Local 2D point with uncertainty ellipse

func NewLocal2dPointUncertaintyEllipse ¶

func NewLocal2dPointUncertaintyEllipse(localOrigin LocalOrigin, point RelativeCartesianLocation, uncertaintyEllipse UncertaintyEllipse, confidence int32, shape SupportedGADShapes) *Local2dPointUncertaintyEllipse

NewLocal2dPointUncertaintyEllipse instantiates a new Local2dPointUncertaintyEllipse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLocal2dPointUncertaintyEllipseWithDefaults ¶

func NewLocal2dPointUncertaintyEllipseWithDefaults() *Local2dPointUncertaintyEllipse

NewLocal2dPointUncertaintyEllipseWithDefaults instantiates a new Local2dPointUncertaintyEllipse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Local2dPointUncertaintyEllipse) GetConfidence ¶

func (o *Local2dPointUncertaintyEllipse) GetConfidence() int32

GetConfidence returns the Confidence field value

func (*Local2dPointUncertaintyEllipse) GetConfidenceOk ¶

func (o *Local2dPointUncertaintyEllipse) GetConfidenceOk() (*int32, bool)

GetConfidenceOk returns a tuple with the Confidence field value and a boolean to check if the value has been set.

func (*Local2dPointUncertaintyEllipse) GetLocalOrigin ¶

func (o *Local2dPointUncertaintyEllipse) GetLocalOrigin() LocalOrigin

GetLocalOrigin returns the LocalOrigin field value

func (*Local2dPointUncertaintyEllipse) GetLocalOriginOk ¶

func (o *Local2dPointUncertaintyEllipse) GetLocalOriginOk() (*LocalOrigin, bool)

GetLocalOriginOk returns a tuple with the LocalOrigin field value and a boolean to check if the value has been set.

func (*Local2dPointUncertaintyEllipse) GetPoint ¶

GetPoint returns the Point field value

func (*Local2dPointUncertaintyEllipse) GetPointOk ¶

GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.

func (*Local2dPointUncertaintyEllipse) GetUncertaintyEllipse ¶

func (o *Local2dPointUncertaintyEllipse) GetUncertaintyEllipse() UncertaintyEllipse

GetUncertaintyEllipse returns the UncertaintyEllipse field value

func (*Local2dPointUncertaintyEllipse) GetUncertaintyEllipseOk ¶

func (o *Local2dPointUncertaintyEllipse) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool)

GetUncertaintyEllipseOk returns a tuple with the UncertaintyEllipse field value and a boolean to check if the value has been set.

func (Local2dPointUncertaintyEllipse) MarshalJSON ¶

func (o Local2dPointUncertaintyEllipse) MarshalJSON() ([]byte, error)

func (*Local2dPointUncertaintyEllipse) SetConfidence ¶

func (o *Local2dPointUncertaintyEllipse) SetConfidence(v int32)

SetConfidence sets field value

func (*Local2dPointUncertaintyEllipse) SetLocalOrigin ¶

func (o *Local2dPointUncertaintyEllipse) SetLocalOrigin(v LocalOrigin)

SetLocalOrigin sets field value

func (*Local2dPointUncertaintyEllipse) SetPoint ¶

SetPoint sets field value

func (*Local2dPointUncertaintyEllipse) SetUncertaintyEllipse ¶

func (o *Local2dPointUncertaintyEllipse) SetUncertaintyEllipse(v UncertaintyEllipse)

SetUncertaintyEllipse sets field value

func (Local2dPointUncertaintyEllipse) ToMap ¶

func (o Local2dPointUncertaintyEllipse) ToMap() (map[string]interface{}, error)

func (*Local2dPointUncertaintyEllipse) UnmarshalJSON ¶

func (o *Local2dPointUncertaintyEllipse) UnmarshalJSON(bytes []byte) (err error)

type Local3dPointUncertaintyEllipsoid ¶

type Local3dPointUncertaintyEllipsoid struct {
	GADShape
	LocalOrigin          LocalOrigin               `json:"localOrigin"`
	Point                RelativeCartesianLocation `json:"point"`
	UncertaintyEllipsoid UncertaintyEllipsoid      `json:"uncertaintyEllipsoid"`
	// Indicates value of confidence.
	Confidence int32 `json:"confidence"`
}

Local3dPointUncertaintyEllipsoid Local 3D point with uncertainty ellipsoid

func NewLocal3dPointUncertaintyEllipsoid ¶

func NewLocal3dPointUncertaintyEllipsoid(localOrigin LocalOrigin, point RelativeCartesianLocation, uncertaintyEllipsoid UncertaintyEllipsoid, confidence int32, shape SupportedGADShapes) *Local3dPointUncertaintyEllipsoid

NewLocal3dPointUncertaintyEllipsoid instantiates a new Local3dPointUncertaintyEllipsoid object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLocal3dPointUncertaintyEllipsoidWithDefaults ¶

func NewLocal3dPointUncertaintyEllipsoidWithDefaults() *Local3dPointUncertaintyEllipsoid

NewLocal3dPointUncertaintyEllipsoidWithDefaults instantiates a new Local3dPointUncertaintyEllipsoid object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Local3dPointUncertaintyEllipsoid) GetConfidence ¶

func (o *Local3dPointUncertaintyEllipsoid) GetConfidence() int32

GetConfidence returns the Confidence field value

func (*Local3dPointUncertaintyEllipsoid) GetConfidenceOk ¶

func (o *Local3dPointUncertaintyEllipsoid) GetConfidenceOk() (*int32, bool)

GetConfidenceOk returns a tuple with the Confidence field value and a boolean to check if the value has been set.

func (*Local3dPointUncertaintyEllipsoid) GetLocalOrigin ¶

func (o *Local3dPointUncertaintyEllipsoid) GetLocalOrigin() LocalOrigin

GetLocalOrigin returns the LocalOrigin field value

func (*Local3dPointUncertaintyEllipsoid) GetLocalOriginOk ¶

func (o *Local3dPointUncertaintyEllipsoid) GetLocalOriginOk() (*LocalOrigin, bool)

GetLocalOriginOk returns a tuple with the LocalOrigin field value and a boolean to check if the value has been set.

func (*Local3dPointUncertaintyEllipsoid) GetPoint ¶

GetPoint returns the Point field value

func (*Local3dPointUncertaintyEllipsoid) GetPointOk ¶

GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.

func (*Local3dPointUncertaintyEllipsoid) GetUncertaintyEllipsoid ¶

func (o *Local3dPointUncertaintyEllipsoid) GetUncertaintyEllipsoid() UncertaintyEllipsoid

GetUncertaintyEllipsoid returns the UncertaintyEllipsoid field value

func (*Local3dPointUncertaintyEllipsoid) GetUncertaintyEllipsoidOk ¶

func (o *Local3dPointUncertaintyEllipsoid) GetUncertaintyEllipsoidOk() (*UncertaintyEllipsoid, bool)

GetUncertaintyEllipsoidOk returns a tuple with the UncertaintyEllipsoid field value and a boolean to check if the value has been set.

func (Local3dPointUncertaintyEllipsoid) MarshalJSON ¶

func (o Local3dPointUncertaintyEllipsoid) MarshalJSON() ([]byte, error)

func (*Local3dPointUncertaintyEllipsoid) SetConfidence ¶

func (o *Local3dPointUncertaintyEllipsoid) SetConfidence(v int32)

SetConfidence sets field value

func (*Local3dPointUncertaintyEllipsoid) SetLocalOrigin ¶

func (o *Local3dPointUncertaintyEllipsoid) SetLocalOrigin(v LocalOrigin)

SetLocalOrigin sets field value

func (*Local3dPointUncertaintyEllipsoid) SetPoint ¶

SetPoint sets field value

func (*Local3dPointUncertaintyEllipsoid) SetUncertaintyEllipsoid ¶

func (o *Local3dPointUncertaintyEllipsoid) SetUncertaintyEllipsoid(v UncertaintyEllipsoid)

SetUncertaintyEllipsoid sets field value

func (Local3dPointUncertaintyEllipsoid) ToMap ¶

func (o Local3dPointUncertaintyEllipsoid) ToMap() (map[string]interface{}, error)

func (*Local3dPointUncertaintyEllipsoid) UnmarshalJSON ¶

func (o *Local3dPointUncertaintyEllipsoid) UnmarshalJSON(bytes []byte) (err error)

type LocalOrigin ¶

type LocalOrigin struct {
	CoordinateId *string                  `json:"coordinateId,omitempty"`
	Point        *GeographicalCoordinates `json:"point,omitempty"`
}

LocalOrigin Indicates a Local origin in a reference system

func NewLocalOrigin ¶

func NewLocalOrigin() *LocalOrigin

NewLocalOrigin instantiates a new LocalOrigin object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLocalOriginWithDefaults ¶

func NewLocalOriginWithDefaults() *LocalOrigin

NewLocalOriginWithDefaults instantiates a new LocalOrigin object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LocalOrigin) GetCoordinateId ¶

func (o *LocalOrigin) GetCoordinateId() string

GetCoordinateId returns the CoordinateId field value if set, zero value otherwise.

func (*LocalOrigin) GetCoordinateIdOk ¶

func (o *LocalOrigin) GetCoordinateIdOk() (*string, bool)

GetCoordinateIdOk returns a tuple with the CoordinateId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocalOrigin) GetPoint ¶

func (o *LocalOrigin) GetPoint() GeographicalCoordinates

GetPoint returns the Point field value if set, zero value otherwise.

func (*LocalOrigin) GetPointOk ¶

func (o *LocalOrigin) GetPointOk() (*GeographicalCoordinates, bool)

GetPointOk returns a tuple with the Point field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocalOrigin) HasCoordinateId ¶

func (o *LocalOrigin) HasCoordinateId() bool

HasCoordinateId returns a boolean if a field has been set.

func (*LocalOrigin) HasPoint ¶

func (o *LocalOrigin) HasPoint() bool

HasPoint returns a boolean if a field has been set.

func (LocalOrigin) MarshalJSON ¶

func (o LocalOrigin) MarshalJSON() ([]byte, error)

func (*LocalOrigin) SetCoordinateId ¶

func (o *LocalOrigin) SetCoordinateId(v string)

SetCoordinateId gets a reference to the given string and assigns it to the CoordinateId field.

func (*LocalOrigin) SetPoint ¶

func (o *LocalOrigin) SetPoint(v GeographicalCoordinates)

SetPoint gets a reference to the given GeographicalCoordinates and assigns it to the Point field.

func (LocalOrigin) ToMap ¶

func (o LocalOrigin) ToMap() (map[string]interface{}, error)

type LocationArea ¶

type LocationArea struct {
	// Identifies a list of geographic area of the user where the UE is located.
	GeographicAreas []GeographicArea `json:"geographicAreas,omitempty"`
	// Identifies a list of civic addresses of the user where the UE is located.
	CivicAddresses []CivicAddress   `json:"civicAddresses,omitempty"`
	NwAreaInfo     *NetworkAreaInfo `json:"nwAreaInfo,omitempty"`
	UmtTime        *UmtTime         `json:"umtTime,omitempty"`
}

LocationArea struct for LocationArea

func NewLocationArea ¶

func NewLocationArea() *LocationArea

NewLocationArea instantiates a new LocationArea object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLocationAreaWithDefaults ¶

func NewLocationAreaWithDefaults() *LocationArea

NewLocationAreaWithDefaults instantiates a new LocationArea object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LocationArea) GetCivicAddresses ¶

func (o *LocationArea) GetCivicAddresses() []CivicAddress

GetCivicAddresses returns the CivicAddresses field value if set, zero value otherwise.

func (*LocationArea) GetCivicAddressesOk ¶

func (o *LocationArea) GetCivicAddressesOk() ([]CivicAddress, bool)

GetCivicAddressesOk returns a tuple with the CivicAddresses field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocationArea) GetGeographicAreas ¶

func (o *LocationArea) GetGeographicAreas() []GeographicArea

GetGeographicAreas returns the GeographicAreas field value if set, zero value otherwise.

func (*LocationArea) GetGeographicAreasOk ¶

func (o *LocationArea) GetGeographicAreasOk() ([]GeographicArea, bool)

GetGeographicAreasOk returns a tuple with the GeographicAreas field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocationArea) GetNwAreaInfo ¶

func (o *LocationArea) GetNwAreaInfo() NetworkAreaInfo

GetNwAreaInfo returns the NwAreaInfo field value if set, zero value otherwise.

func (*LocationArea) GetNwAreaInfoOk ¶

func (o *LocationArea) GetNwAreaInfoOk() (*NetworkAreaInfo, bool)

GetNwAreaInfoOk returns a tuple with the NwAreaInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocationArea) GetUmtTime ¶

func (o *LocationArea) GetUmtTime() UmtTime

GetUmtTime returns the UmtTime field value if set, zero value otherwise.

func (*LocationArea) GetUmtTimeOk ¶

func (o *LocationArea) GetUmtTimeOk() (*UmtTime, bool)

GetUmtTimeOk returns a tuple with the UmtTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocationArea) HasCivicAddresses ¶

func (o *LocationArea) HasCivicAddresses() bool

HasCivicAddresses returns a boolean if a field has been set.

func (*LocationArea) HasGeographicAreas ¶

func (o *LocationArea) HasGeographicAreas() bool

HasGeographicAreas returns a boolean if a field has been set.

func (*LocationArea) HasNwAreaInfo ¶

func (o *LocationArea) HasNwAreaInfo() bool

HasNwAreaInfo returns a boolean if a field has been set.

func (*LocationArea) HasUmtTime ¶

func (o *LocationArea) HasUmtTime() bool

HasUmtTime returns a boolean if a field has been set.

func (LocationArea) MarshalJSON ¶

func (o LocationArea) MarshalJSON() ([]byte, error)

func (*LocationArea) SetCivicAddresses ¶

func (o *LocationArea) SetCivicAddresses(v []CivicAddress)

SetCivicAddresses gets a reference to the given []CivicAddress and assigns it to the CivicAddresses field.

func (*LocationArea) SetGeographicAreas ¶

func (o *LocationArea) SetGeographicAreas(v []GeographicArea)

SetGeographicAreas gets a reference to the given []GeographicArea and assigns it to the GeographicAreas field.

func (*LocationArea) SetNwAreaInfo ¶

func (o *LocationArea) SetNwAreaInfo(v NetworkAreaInfo)

SetNwAreaInfo gets a reference to the given NetworkAreaInfo and assigns it to the NwAreaInfo field.

func (*LocationArea) SetUmtTime ¶

func (o *LocationArea) SetUmtTime(v UmtTime)

SetUmtTime gets a reference to the given UmtTime and assigns it to the UmtTime field.

func (LocationArea) ToMap ¶

func (o LocationArea) ToMap() (map[string]interface{}, error)

type LocationPrivacyInd ¶

type LocationPrivacyInd struct {
	// contains filtered or unexported fields
}

LocationPrivacyInd struct for LocationPrivacyInd

func (*LocationPrivacyInd) MarshalJSON ¶

func (src *LocationPrivacyInd) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*LocationPrivacyInd) UnmarshalJSON ¶

func (dst *LocationPrivacyInd) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type LoggingDurationMdt ¶

type LoggingDurationMdt struct {
	// contains filtered or unexported fields
}

LoggingDurationMdt The enumeration LoggingIntervalMdt defines Logging Interval for MDT in the trace. See 3GPP TS 32.422 for further description of the values. It shall comply with the provisions defined in table 5.6.3.12-1.

func (*LoggingDurationMdt) MarshalJSON ¶

func (src *LoggingDurationMdt) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*LoggingDurationMdt) UnmarshalJSON ¶

func (dst *LoggingDurationMdt) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type LoggingDurationNrMdt ¶

type LoggingDurationNrMdt struct {
	// contains filtered or unexported fields
}

LoggingDurationNrMdt The enumeration LoggingDurationMdt defines Logging Duration in NR for MDT in the trace. See 3GPP TS 32.422 for further description of the values. It shall comply with the provisions defined in table 5.6.3.20-1.

func (*LoggingDurationNrMdt) MarshalJSON ¶

func (src *LoggingDurationNrMdt) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*LoggingDurationNrMdt) UnmarshalJSON ¶

func (dst *LoggingDurationNrMdt) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type LoggingIntervalMdt ¶

type LoggingIntervalMdt struct {
	// contains filtered or unexported fields
}

LoggingIntervalMdt The enumeration LoggingIntervalMdt defines Logging Interval for MDT in the trace. See 3GPP TS 32.422 for further description of the values. It shall comply with the provisions defined in table 5.6.3.12-1.

func (*LoggingIntervalMdt) MarshalJSON ¶

func (src *LoggingIntervalMdt) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*LoggingIntervalMdt) UnmarshalJSON ¶

func (dst *LoggingIntervalMdt) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type LoggingIntervalNrMdt ¶

type LoggingIntervalNrMdt struct {
	// contains filtered or unexported fields
}

LoggingIntervalNrMdt The enumeration LoggingIntervalNrMdt defines Logging Interval in NR for MDT in the trace. See 3GPP TS 32.422 for further description of the values. It shall comply with the provisions defined in table 5.6.3.18-1.

func (*LoggingIntervalNrMdt) MarshalJSON ¶

func (src *LoggingIntervalNrMdt) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*LoggingIntervalNrMdt) UnmarshalJSON ¶

func (dst *LoggingIntervalNrMdt) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type Lpi ¶

type Lpi struct {
	LocationPrivacyInd LocationPrivacyInd `json:"locationPrivacyInd"`
	ValidTimePeriod    *ValidTimePeriod   `json:"validTimePeriod,omitempty"`
}

Lpi struct for Lpi

func NewLpi ¶

func NewLpi(locationPrivacyInd LocationPrivacyInd) *Lpi

NewLpi instantiates a new Lpi object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLpiWithDefaults ¶

func NewLpiWithDefaults() *Lpi

NewLpiWithDefaults instantiates a new Lpi object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Lpi) GetLocationPrivacyInd ¶

func (o *Lpi) GetLocationPrivacyInd() LocationPrivacyInd

GetLocationPrivacyInd returns the LocationPrivacyInd field value

func (*Lpi) GetLocationPrivacyIndOk ¶

func (o *Lpi) GetLocationPrivacyIndOk() (*LocationPrivacyInd, bool)

GetLocationPrivacyIndOk returns a tuple with the LocationPrivacyInd field value and a boolean to check if the value has been set.

func (*Lpi) GetValidTimePeriod ¶

func (o *Lpi) GetValidTimePeriod() ValidTimePeriod

GetValidTimePeriod returns the ValidTimePeriod field value if set, zero value otherwise.

func (*Lpi) GetValidTimePeriodOk ¶

func (o *Lpi) GetValidTimePeriodOk() (*ValidTimePeriod, bool)

GetValidTimePeriodOk returns a tuple with the ValidTimePeriod field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Lpi) HasValidTimePeriod ¶

func (o *Lpi) HasValidTimePeriod() bool

HasValidTimePeriod returns a boolean if a field has been set.

func (Lpi) MarshalJSON ¶

func (o Lpi) MarshalJSON() ([]byte, error)

func (*Lpi) SetLocationPrivacyInd ¶

func (o *Lpi) SetLocationPrivacyInd(v LocationPrivacyInd)

SetLocationPrivacyInd sets field value

func (*Lpi) SetValidTimePeriod ¶

func (o *Lpi) SetValidTimePeriod(v ValidTimePeriod)

SetValidTimePeriod gets a reference to the given ValidTimePeriod and assigns it to the ValidTimePeriod field.

func (Lpi) ToMap ¶

func (o Lpi) ToMap() (map[string]interface{}, error)

func (*Lpi) UnmarshalJSON ¶

func (o *Lpi) UnmarshalJSON(bytes []byte) (err error)

type LteV2xAuth ¶

type LteV2xAuth struct {
	VehicleUeAuth    *UeAuth `json:"vehicleUeAuth,omitempty"`
	PedestrianUeAuth *UeAuth `json:"pedestrianUeAuth,omitempty"`
}

LteV2xAuth Contains LTE V2X services authorized information.

func NewLteV2xAuth ¶

func NewLteV2xAuth() *LteV2xAuth

NewLteV2xAuth instantiates a new LteV2xAuth object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLteV2xAuthWithDefaults ¶

func NewLteV2xAuthWithDefaults() *LteV2xAuth

NewLteV2xAuthWithDefaults instantiates a new LteV2xAuth object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LteV2xAuth) GetPedestrianUeAuth ¶

func (o *LteV2xAuth) GetPedestrianUeAuth() UeAuth

GetPedestrianUeAuth returns the PedestrianUeAuth field value if set, zero value otherwise.

func (*LteV2xAuth) GetPedestrianUeAuthOk ¶

func (o *LteV2xAuth) GetPedestrianUeAuthOk() (*UeAuth, bool)

GetPedestrianUeAuthOk returns a tuple with the PedestrianUeAuth field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LteV2xAuth) GetVehicleUeAuth ¶

func (o *LteV2xAuth) GetVehicleUeAuth() UeAuth

GetVehicleUeAuth returns the VehicleUeAuth field value if set, zero value otherwise.

func (*LteV2xAuth) GetVehicleUeAuthOk ¶

func (o *LteV2xAuth) GetVehicleUeAuthOk() (*UeAuth, bool)

GetVehicleUeAuthOk returns a tuple with the VehicleUeAuth field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LteV2xAuth) HasPedestrianUeAuth ¶

func (o *LteV2xAuth) HasPedestrianUeAuth() bool

HasPedestrianUeAuth returns a boolean if a field has been set.

func (*LteV2xAuth) HasVehicleUeAuth ¶

func (o *LteV2xAuth) HasVehicleUeAuth() bool

HasVehicleUeAuth returns a boolean if a field has been set.

func (LteV2xAuth) MarshalJSON ¶

func (o LteV2xAuth) MarshalJSON() ([]byte, error)

func (*LteV2xAuth) SetPedestrianUeAuth ¶

func (o *LteV2xAuth) SetPedestrianUeAuth(v UeAuth)

SetPedestrianUeAuth gets a reference to the given UeAuth and assigns it to the PedestrianUeAuth field.

func (*LteV2xAuth) SetVehicleUeAuth ¶

func (o *LteV2xAuth) SetVehicleUeAuth(v UeAuth)

SetVehicleUeAuth gets a reference to the given UeAuth and assigns it to the VehicleUeAuth field.

func (LteV2xAuth) ToMap ¶

func (o LteV2xAuth) ToMap() (map[string]interface{}, error)

type MappedNullable ¶

type MappedNullable interface {
	ToMap() (map[string]interface{}, error)
}

type MbsSessionId ¶

type MbsSessionId struct {
	Tmgi *Tmgi `json:"tmgi,omitempty"`
	Ssm  *Ssm  `json:"ssm,omitempty"`
	// This represents the Network Identifier, which together with a PLMN ID is used to identify an SNPN (see 3GPP TS 23.003 and 3GPP TS 23.501 clause 5.30.2.1).
	Nid *string `json:"nid,omitempty"`
}

MbsSessionId MBS Session Identifier

func NewMbsSessionId ¶

func NewMbsSessionId() *MbsSessionId

NewMbsSessionId instantiates a new MbsSessionId object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewMbsSessionIdWithDefaults ¶

func NewMbsSessionIdWithDefaults() *MbsSessionId

NewMbsSessionIdWithDefaults instantiates a new MbsSessionId object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*MbsSessionId) GetNid ¶

func (o *MbsSessionId) GetNid() string

GetNid returns the Nid field value if set, zero value otherwise.

func (*MbsSessionId) GetNidOk ¶

func (o *MbsSessionId) GetNidOk() (*string, bool)

GetNidOk returns a tuple with the Nid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MbsSessionId) GetSsm ¶

func (o *MbsSessionId) GetSsm() Ssm

GetSsm returns the Ssm field value if set, zero value otherwise.

func (*MbsSessionId) GetSsmOk ¶

func (o *MbsSessionId) GetSsmOk() (*Ssm, bool)

GetSsmOk returns a tuple with the Ssm field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MbsSessionId) GetTmgi ¶

func (o *MbsSessionId) GetTmgi() Tmgi

GetTmgi returns the Tmgi field value if set, zero value otherwise.

func (*MbsSessionId) GetTmgiOk ¶

func (o *MbsSessionId) GetTmgiOk() (*Tmgi, bool)

GetTmgiOk returns a tuple with the Tmgi field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MbsSessionId) HasNid ¶

func (o *MbsSessionId) HasNid() bool

HasNid returns a boolean if a field has been set.

func (*MbsSessionId) HasSsm ¶

func (o *MbsSessionId) HasSsm() bool

HasSsm returns a boolean if a field has been set.

func (*MbsSessionId) HasTmgi ¶

func (o *MbsSessionId) HasTmgi() bool

HasTmgi returns a boolean if a field has been set.

func (MbsSessionId) MarshalJSON ¶

func (o MbsSessionId) MarshalJSON() ([]byte, error)

func (*MbsSessionId) SetNid ¶

func (o *MbsSessionId) SetNid(v string)

SetNid gets a reference to the given string and assigns it to the Nid field.

func (*MbsSessionId) SetSsm ¶

func (o *MbsSessionId) SetSsm(v Ssm)

SetSsm gets a reference to the given Ssm and assigns it to the Ssm field.

func (*MbsSessionId) SetTmgi ¶

func (o *MbsSessionId) SetTmgi(v Tmgi)

SetTmgi gets a reference to the given Tmgi and assigns it to the Tmgi field.

func (MbsSessionId) ToMap ¶

func (o MbsSessionId) ToMap() (map[string]interface{}, error)

type MbsSubscriptionData ¶

type MbsSubscriptionData struct {
	MbsAllowed       *bool          `json:"mbsAllowed,omitempty"`
	MbsSessionIdList []MbsSessionId `json:"mbsSessionIdList,omitempty"`
}

MbsSubscriptionData Contains the 5MBS Subscription Data.

func NewMbsSubscriptionData ¶

func NewMbsSubscriptionData() *MbsSubscriptionData

NewMbsSubscriptionData instantiates a new MbsSubscriptionData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewMbsSubscriptionDataWithDefaults ¶

func NewMbsSubscriptionDataWithDefaults() *MbsSubscriptionData

NewMbsSubscriptionDataWithDefaults instantiates a new MbsSubscriptionData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*MbsSubscriptionData) GetMbsAllowed ¶

func (o *MbsSubscriptionData) GetMbsAllowed() bool

GetMbsAllowed returns the MbsAllowed field value if set, zero value otherwise.

func (*MbsSubscriptionData) GetMbsAllowedOk ¶

func (o *MbsSubscriptionData) GetMbsAllowedOk() (*bool, bool)

GetMbsAllowedOk returns a tuple with the MbsAllowed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MbsSubscriptionData) GetMbsSessionIdList ¶

func (o *MbsSubscriptionData) GetMbsSessionIdList() []MbsSessionId

GetMbsSessionIdList returns the MbsSessionIdList field value if set, zero value otherwise.

func (*MbsSubscriptionData) GetMbsSessionIdListOk ¶

func (o *MbsSubscriptionData) GetMbsSessionIdListOk() ([]MbsSessionId, bool)

GetMbsSessionIdListOk returns a tuple with the MbsSessionIdList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MbsSubscriptionData) HasMbsAllowed ¶

func (o *MbsSubscriptionData) HasMbsAllowed() bool

HasMbsAllowed returns a boolean if a field has been set.

func (*MbsSubscriptionData) HasMbsSessionIdList ¶

func (o *MbsSubscriptionData) HasMbsSessionIdList() bool

HasMbsSessionIdList returns a boolean if a field has been set.

func (MbsSubscriptionData) MarshalJSON ¶

func (o MbsSubscriptionData) MarshalJSON() ([]byte, error)

func (*MbsSubscriptionData) SetMbsAllowed ¶

func (o *MbsSubscriptionData) SetMbsAllowed(v bool)

SetMbsAllowed gets a reference to the given bool and assigns it to the MbsAllowed field.

func (*MbsSubscriptionData) SetMbsSessionIdList ¶

func (o *MbsSubscriptionData) SetMbsSessionIdList(v []MbsSessionId)

SetMbsSessionIdList gets a reference to the given []MbsSessionId and assigns it to the MbsSessionIdList field.

func (MbsSubscriptionData) ToMap ¶

func (o MbsSubscriptionData) ToMap() (map[string]interface{}, error)

type MbsfnArea ¶

type MbsfnArea struct {
	// This IE shall contain the MBSFN Area ID.
	MbsfnAreaId *int32 `json:"mbsfnAreaId,omitempty"`
	// When present, this IE shall contain the Carrier Frequency (EARFCN).
	CarrierFrequency *int32 `json:"carrierFrequency,omitempty"`
}

MbsfnArea Contains an MBSFN area information.

func NewMbsfnArea ¶

func NewMbsfnArea() *MbsfnArea

NewMbsfnArea instantiates a new MbsfnArea object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewMbsfnAreaWithDefaults ¶

func NewMbsfnAreaWithDefaults() *MbsfnArea

NewMbsfnAreaWithDefaults instantiates a new MbsfnArea object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*MbsfnArea) GetCarrierFrequency ¶

func (o *MbsfnArea) GetCarrierFrequency() int32

GetCarrierFrequency returns the CarrierFrequency field value if set, zero value otherwise.

func (*MbsfnArea) GetCarrierFrequencyOk ¶

func (o *MbsfnArea) GetCarrierFrequencyOk() (*int32, bool)

GetCarrierFrequencyOk returns a tuple with the CarrierFrequency field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MbsfnArea) GetMbsfnAreaId ¶

func (o *MbsfnArea) GetMbsfnAreaId() int32

GetMbsfnAreaId returns the MbsfnAreaId field value if set, zero value otherwise.

func (*MbsfnArea) GetMbsfnAreaIdOk ¶

func (o *MbsfnArea) GetMbsfnAreaIdOk() (*int32, bool)

GetMbsfnAreaIdOk returns a tuple with the MbsfnAreaId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MbsfnArea) HasCarrierFrequency ¶

func (o *MbsfnArea) HasCarrierFrequency() bool

HasCarrierFrequency returns a boolean if a field has been set.

func (*MbsfnArea) HasMbsfnAreaId ¶

func (o *MbsfnArea) HasMbsfnAreaId() bool

HasMbsfnAreaId returns a boolean if a field has been set.

func (MbsfnArea) MarshalJSON ¶

func (o MbsfnArea) MarshalJSON() ([]byte, error)

func (*MbsfnArea) SetCarrierFrequency ¶

func (o *MbsfnArea) SetCarrierFrequency(v int32)

SetCarrierFrequency gets a reference to the given int32 and assigns it to the CarrierFrequency field.

func (*MbsfnArea) SetMbsfnAreaId ¶

func (o *MbsfnArea) SetMbsfnAreaId(v int32)

SetMbsfnAreaId gets a reference to the given int32 and assigns it to the MbsfnAreaId field.

func (MbsfnArea) ToMap ¶

func (o MbsfnArea) ToMap() (map[string]interface{}, error)

type MdtConfiguration ¶

type MdtConfiguration struct {
	JobType               JobType                `json:"jobType"`
	ReportType            *ReportTypeMdt         `json:"reportType,omitempty"`
	AreaScope             *AreaScope             `json:"areaScope,omitempty"`
	MeasurementLteList    []MeasurementLteForMdt `json:"measurementLteList,omitempty"`
	MeasurementNrList     []MeasurementNrForMdt  `json:"measurementNrList,omitempty"`
	SensorMeasurementList []SensorMeasurement    `json:"sensorMeasurementList,omitempty"`
	ReportingTriggerList  []ReportingTrigger     `json:"reportingTriggerList,omitempty"`
	ReportInterval        *ReportIntervalMdt     `json:"reportInterval,omitempty"`
	ReportIntervalNr      *ReportIntervalNrMdt   `json:"reportIntervalNr,omitempty"`
	ReportAmount          *ReportAmountMdt       `json:"reportAmount,omitempty"`
	// This IE shall be present if the report trigger parameter is configured for A2 event reporting or A2 event triggered periodic reporting and the job type parameter is configured for Immediate MDT or combined Immediate MDT and Trace in LTE. When present, this IE shall indicate the Event Threshold for RSRP, and the value shall be between 0-97.
	EventThresholdRsrp *int32 `json:"eventThresholdRsrp,omitempty"`
	// This IE shall be present if the report trigger parameter is configured for A2 event reporting or A2 event triggered periodic reporting and the job type parameter is configured for Immediate MDT or combined Immediate MDT and Trace in NR. When present, this IE shall indicate the Event Threshold for RSRP, and the value shall be between 0-127.
	EventThresholdRsrpNr *int32 `json:"eventThresholdRsrpNr,omitempty"`
	// This IE shall be present if the report trigger parameter is configured for A2 event reporting or A2 event triggered periodic reporting and the job type parameter is configured for Immediate MDT or combined Immediate MDT and Trace in LTE.When present, this IE shall indicate the Event Threshold for RSRQ, and the value shall be between 0-34.
	EventThresholdRsrq *int32 `json:"eventThresholdRsrq,omitempty"`
	// This IE shall be present if the report trigger parameter is configured for A2 event reporting or A2 event triggered periodic reporting and the job type parameter is configured for Immediate MDT or combined Immediate MDT and Trace in NR.When present, this IE shall indicate the Event Threshold for RSRQ, and the value shall be between 0-127.
	EventThresholdRsrqNr     *int32                     `json:"eventThresholdRsrqNr,omitempty"`
	EventList                []EventForMdt              `json:"eventList,omitempty"`
	LoggingInterval          *LoggingIntervalMdt        `json:"loggingInterval,omitempty"`
	LoggingIntervalNr        *LoggingIntervalNrMdt      `json:"loggingIntervalNr,omitempty"`
	LoggingDuration          *LoggingDurationMdt        `json:"loggingDuration,omitempty"`
	LoggingDurationNr        *LoggingDurationNrMdt      `json:"loggingDurationNr,omitempty"`
	PositioningMethod        *PositioningMethodMdt      `json:"positioningMethod,omitempty"`
	AddPositioningMethodList []PositioningMethodMdt     `json:"addPositioningMethodList,omitempty"`
	CollectionPeriodRmmLte   *CollectionPeriodRmmLteMdt `json:"collectionPeriodRmmLte,omitempty"`
	CollectionPeriodRmmNr    *CollectionPeriodRmmNrMdt  `json:"collectionPeriodRmmNr,omitempty"`
	MeasurementPeriodLte     *MeasurementPeriodLteMdt   `json:"measurementPeriodLte,omitempty"`
	MdtAllowedPlmnIdList     []PlmnId                   `json:"mdtAllowedPlmnIdList,omitempty"`
	MbsfnAreaList            []MbsfnArea                `json:"mbsfnAreaList,omitempty"`
	InterFreqTargetList      []InterFreqTargetInfo      `json:"interFreqTargetList,omitempty"`
}

MdtConfiguration contains contain MDT configuration data.

func NewMdtConfiguration ¶

func NewMdtConfiguration(jobType JobType) *MdtConfiguration

NewMdtConfiguration instantiates a new MdtConfiguration object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewMdtConfigurationWithDefaults ¶

func NewMdtConfigurationWithDefaults() *MdtConfiguration

NewMdtConfigurationWithDefaults instantiates a new MdtConfiguration object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*MdtConfiguration) GetAddPositioningMethodList ¶

func (o *MdtConfiguration) GetAddPositioningMethodList() []PositioningMethodMdt

GetAddPositioningMethodList returns the AddPositioningMethodList field value if set, zero value otherwise.

func (*MdtConfiguration) GetAddPositioningMethodListOk ¶

func (o *MdtConfiguration) GetAddPositioningMethodListOk() ([]PositioningMethodMdt, bool)

GetAddPositioningMethodListOk returns a tuple with the AddPositioningMethodList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MdtConfiguration) GetAreaScope ¶

func (o *MdtConfiguration) GetAreaScope() AreaScope

GetAreaScope returns the AreaScope field value if set, zero value otherwise.

func (*MdtConfiguration) GetAreaScopeOk ¶

func (o *MdtConfiguration) GetAreaScopeOk() (*AreaScope, bool)

GetAreaScopeOk returns a tuple with the AreaScope field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MdtConfiguration) GetCollectionPeriodRmmLte ¶

func (o *MdtConfiguration) GetCollectionPeriodRmmLte() CollectionPeriodRmmLteMdt

GetCollectionPeriodRmmLte returns the CollectionPeriodRmmLte field value if set, zero value otherwise.

func (*MdtConfiguration) GetCollectionPeriodRmmLteOk ¶

func (o *MdtConfiguration) GetCollectionPeriodRmmLteOk() (*CollectionPeriodRmmLteMdt, bool)

GetCollectionPeriodRmmLteOk returns a tuple with the CollectionPeriodRmmLte field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MdtConfiguration) GetCollectionPeriodRmmNr ¶

func (o *MdtConfiguration) GetCollectionPeriodRmmNr() CollectionPeriodRmmNrMdt

GetCollectionPeriodRmmNr returns the CollectionPeriodRmmNr field value if set, zero value otherwise.

func (*MdtConfiguration) GetCollectionPeriodRmmNrOk ¶

func (o *MdtConfiguration) GetCollectionPeriodRmmNrOk() (*CollectionPeriodRmmNrMdt, bool)

GetCollectionPeriodRmmNrOk returns a tuple with the CollectionPeriodRmmNr field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MdtConfiguration) GetEventList ¶

func (o *MdtConfiguration) GetEventList() []EventForMdt

GetEventList returns the EventList field value if set, zero value otherwise.

func (*MdtConfiguration) GetEventListOk ¶

func (o *MdtConfiguration) GetEventListOk() ([]EventForMdt, bool)

GetEventListOk returns a tuple with the EventList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MdtConfiguration) GetEventThresholdRsrp ¶

func (o *MdtConfiguration) GetEventThresholdRsrp() int32

GetEventThresholdRsrp returns the EventThresholdRsrp field value if set, zero value otherwise.

func (*MdtConfiguration) GetEventThresholdRsrpNr ¶

func (o *MdtConfiguration) GetEventThresholdRsrpNr() int32

GetEventThresholdRsrpNr returns the EventThresholdRsrpNr field value if set, zero value otherwise.

func (*MdtConfiguration) GetEventThresholdRsrpNrOk ¶

func (o *MdtConfiguration) GetEventThresholdRsrpNrOk() (*int32, bool)

GetEventThresholdRsrpNrOk returns a tuple with the EventThresholdRsrpNr field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MdtConfiguration) GetEventThresholdRsrpOk ¶

func (o *MdtConfiguration) GetEventThresholdRsrpOk() (*int32, bool)

GetEventThresholdRsrpOk returns a tuple with the EventThresholdRsrp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MdtConfiguration) GetEventThresholdRsrq ¶

func (o *MdtConfiguration) GetEventThresholdRsrq() int32

GetEventThresholdRsrq returns the EventThresholdRsrq field value if set, zero value otherwise.

func (*MdtConfiguration) GetEventThresholdRsrqNr ¶

func (o *MdtConfiguration) GetEventThresholdRsrqNr() int32

GetEventThresholdRsrqNr returns the EventThresholdRsrqNr field value if set, zero value otherwise.

func (*MdtConfiguration) GetEventThresholdRsrqNrOk ¶

func (o *MdtConfiguration) GetEventThresholdRsrqNrOk() (*int32, bool)

GetEventThresholdRsrqNrOk returns a tuple with the EventThresholdRsrqNr field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MdtConfiguration) GetEventThresholdRsrqOk ¶

func (o *MdtConfiguration) GetEventThresholdRsrqOk() (*int32, bool)

GetEventThresholdRsrqOk returns a tuple with the EventThresholdRsrq field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MdtConfiguration) GetInterFreqTargetList ¶

func (o *MdtConfiguration) GetInterFreqTargetList() []InterFreqTargetInfo

GetInterFreqTargetList returns the InterFreqTargetList field value if set, zero value otherwise.

func (*MdtConfiguration) GetInterFreqTargetListOk ¶

func (o *MdtConfiguration) GetInterFreqTargetListOk() ([]InterFreqTargetInfo, bool)

GetInterFreqTargetListOk returns a tuple with the InterFreqTargetList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MdtConfiguration) GetJobType ¶

func (o *MdtConfiguration) GetJobType() JobType

GetJobType returns the JobType field value

func (*MdtConfiguration) GetJobTypeOk ¶

func (o *MdtConfiguration) GetJobTypeOk() (*JobType, bool)

GetJobTypeOk returns a tuple with the JobType field value and a boolean to check if the value has been set.

func (*MdtConfiguration) GetLoggingDuration ¶

func (o *MdtConfiguration) GetLoggingDuration() LoggingDurationMdt

GetLoggingDuration returns the LoggingDuration field value if set, zero value otherwise.

func (*MdtConfiguration) GetLoggingDurationNr ¶

func (o *MdtConfiguration) GetLoggingDurationNr() LoggingDurationNrMdt

GetLoggingDurationNr returns the LoggingDurationNr field value if set, zero value otherwise.

func (*MdtConfiguration) GetLoggingDurationNrOk ¶

func (o *MdtConfiguration) GetLoggingDurationNrOk() (*LoggingDurationNrMdt, bool)

GetLoggingDurationNrOk returns a tuple with the LoggingDurationNr field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MdtConfiguration) GetLoggingDurationOk ¶

func (o *MdtConfiguration) GetLoggingDurationOk() (*LoggingDurationMdt, bool)

GetLoggingDurationOk returns a tuple with the LoggingDuration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MdtConfiguration) GetLoggingInterval ¶

func (o *MdtConfiguration) GetLoggingInterval() LoggingIntervalMdt

GetLoggingInterval returns the LoggingInterval field value if set, zero value otherwise.

func (*MdtConfiguration) GetLoggingIntervalNr ¶

func (o *MdtConfiguration) GetLoggingIntervalNr() LoggingIntervalNrMdt

GetLoggingIntervalNr returns the LoggingIntervalNr field value if set, zero value otherwise.

func (*MdtConfiguration) GetLoggingIntervalNrOk ¶

func (o *MdtConfiguration) GetLoggingIntervalNrOk() (*LoggingIntervalNrMdt, bool)

GetLoggingIntervalNrOk returns a tuple with the LoggingIntervalNr field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MdtConfiguration) GetLoggingIntervalOk ¶

func (o *MdtConfiguration) GetLoggingIntervalOk() (*LoggingIntervalMdt, bool)

GetLoggingIntervalOk returns a tuple with the LoggingInterval field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MdtConfiguration) GetMbsfnAreaList ¶

func (o *MdtConfiguration) GetMbsfnAreaList() []MbsfnArea

GetMbsfnAreaList returns the MbsfnAreaList field value if set, zero value otherwise.

func (*MdtConfiguration) GetMbsfnAreaListOk ¶

func (o *MdtConfiguration) GetMbsfnAreaListOk() ([]MbsfnArea, bool)

GetMbsfnAreaListOk returns a tuple with the MbsfnAreaList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MdtConfiguration) GetMdtAllowedPlmnIdList ¶

func (o *MdtConfiguration) GetMdtAllowedPlmnIdList() []PlmnId

GetMdtAllowedPlmnIdList returns the MdtAllowedPlmnIdList field value if set, zero value otherwise.

func (*MdtConfiguration) GetMdtAllowedPlmnIdListOk ¶

func (o *MdtConfiguration) GetMdtAllowedPlmnIdListOk() ([]PlmnId, bool)

GetMdtAllowedPlmnIdListOk returns a tuple with the MdtAllowedPlmnIdList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MdtConfiguration) GetMeasurementLteList ¶

func (o *MdtConfiguration) GetMeasurementLteList() []MeasurementLteForMdt

GetMeasurementLteList returns the MeasurementLteList field value if set, zero value otherwise.

func (*MdtConfiguration) GetMeasurementLteListOk ¶

func (o *MdtConfiguration) GetMeasurementLteListOk() ([]MeasurementLteForMdt, bool)

GetMeasurementLteListOk returns a tuple with the MeasurementLteList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MdtConfiguration) GetMeasurementNrList ¶

func (o *MdtConfiguration) GetMeasurementNrList() []MeasurementNrForMdt

GetMeasurementNrList returns the MeasurementNrList field value if set, zero value otherwise.

func (*MdtConfiguration) GetMeasurementNrListOk ¶

func (o *MdtConfiguration) GetMeasurementNrListOk() ([]MeasurementNrForMdt, bool)

GetMeasurementNrListOk returns a tuple with the MeasurementNrList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MdtConfiguration) GetMeasurementPeriodLte ¶

func (o *MdtConfiguration) GetMeasurementPeriodLte() MeasurementPeriodLteMdt

GetMeasurementPeriodLte returns the MeasurementPeriodLte field value if set, zero value otherwise.

func (*MdtConfiguration) GetMeasurementPeriodLteOk ¶

func (o *MdtConfiguration) GetMeasurementPeriodLteOk() (*MeasurementPeriodLteMdt, bool)

GetMeasurementPeriodLteOk returns a tuple with the MeasurementPeriodLte field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MdtConfiguration) GetPositioningMethod ¶

func (o *MdtConfiguration) GetPositioningMethod() PositioningMethodMdt

GetPositioningMethod returns the PositioningMethod field value if set, zero value otherwise.

func (*MdtConfiguration) GetPositioningMethodOk ¶

func (o *MdtConfiguration) GetPositioningMethodOk() (*PositioningMethodMdt, bool)

GetPositioningMethodOk returns a tuple with the PositioningMethod field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MdtConfiguration) GetReportAmount ¶

func (o *MdtConfiguration) GetReportAmount() ReportAmountMdt

GetReportAmount returns the ReportAmount field value if set, zero value otherwise.

func (*MdtConfiguration) GetReportAmountOk ¶

func (o *MdtConfiguration) GetReportAmountOk() (*ReportAmountMdt, bool)

GetReportAmountOk returns a tuple with the ReportAmount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MdtConfiguration) GetReportInterval ¶

func (o *MdtConfiguration) GetReportInterval() ReportIntervalMdt

GetReportInterval returns the ReportInterval field value if set, zero value otherwise.

func (*MdtConfiguration) GetReportIntervalNr ¶

func (o *MdtConfiguration) GetReportIntervalNr() ReportIntervalNrMdt

GetReportIntervalNr returns the ReportIntervalNr field value if set, zero value otherwise.

func (*MdtConfiguration) GetReportIntervalNrOk ¶

func (o *MdtConfiguration) GetReportIntervalNrOk() (*ReportIntervalNrMdt, bool)

GetReportIntervalNrOk returns a tuple with the ReportIntervalNr field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MdtConfiguration) GetReportIntervalOk ¶

func (o *MdtConfiguration) GetReportIntervalOk() (*ReportIntervalMdt, bool)

GetReportIntervalOk returns a tuple with the ReportInterval field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MdtConfiguration) GetReportType ¶

func (o *MdtConfiguration) GetReportType() ReportTypeMdt

GetReportType returns the ReportType field value if set, zero value otherwise.

func (*MdtConfiguration) GetReportTypeOk ¶

func (o *MdtConfiguration) GetReportTypeOk() (*ReportTypeMdt, bool)

GetReportTypeOk returns a tuple with the ReportType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MdtConfiguration) GetReportingTriggerList ¶

func (o *MdtConfiguration) GetReportingTriggerList() []ReportingTrigger

GetReportingTriggerList returns the ReportingTriggerList field value if set, zero value otherwise.

func (*MdtConfiguration) GetReportingTriggerListOk ¶

func (o *MdtConfiguration) GetReportingTriggerListOk() ([]ReportingTrigger, bool)

GetReportingTriggerListOk returns a tuple with the ReportingTriggerList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MdtConfiguration) GetSensorMeasurementList ¶

func (o *MdtConfiguration) GetSensorMeasurementList() []SensorMeasurement

GetSensorMeasurementList returns the SensorMeasurementList field value if set, zero value otherwise.

func (*MdtConfiguration) GetSensorMeasurementListOk ¶

func (o *MdtConfiguration) GetSensorMeasurementListOk() ([]SensorMeasurement, bool)

GetSensorMeasurementListOk returns a tuple with the SensorMeasurementList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MdtConfiguration) HasAddPositioningMethodList ¶

func (o *MdtConfiguration) HasAddPositioningMethodList() bool

HasAddPositioningMethodList returns a boolean if a field has been set.

func (*MdtConfiguration) HasAreaScope ¶

func (o *MdtConfiguration) HasAreaScope() bool

HasAreaScope returns a boolean if a field has been set.

func (*MdtConfiguration) HasCollectionPeriodRmmLte ¶

func (o *MdtConfiguration) HasCollectionPeriodRmmLte() bool

HasCollectionPeriodRmmLte returns a boolean if a field has been set.

func (*MdtConfiguration) HasCollectionPeriodRmmNr ¶

func (o *MdtConfiguration) HasCollectionPeriodRmmNr() bool

HasCollectionPeriodRmmNr returns a boolean if a field has been set.

func (*MdtConfiguration) HasEventList ¶

func (o *MdtConfiguration) HasEventList() bool

HasEventList returns a boolean if a field has been set.

func (*MdtConfiguration) HasEventThresholdRsrp ¶

func (o *MdtConfiguration) HasEventThresholdRsrp() bool

HasEventThresholdRsrp returns a boolean if a field has been set.

func (*MdtConfiguration) HasEventThresholdRsrpNr ¶

func (o *MdtConfiguration) HasEventThresholdRsrpNr() bool

HasEventThresholdRsrpNr returns a boolean if a field has been set.

func (*MdtConfiguration) HasEventThresholdRsrq ¶

func (o *MdtConfiguration) HasEventThresholdRsrq() bool

HasEventThresholdRsrq returns a boolean if a field has been set.

func (*MdtConfiguration) HasEventThresholdRsrqNr ¶

func (o *MdtConfiguration) HasEventThresholdRsrqNr() bool

HasEventThresholdRsrqNr returns a boolean if a field has been set.

func (*MdtConfiguration) HasInterFreqTargetList ¶

func (o *MdtConfiguration) HasInterFreqTargetList() bool

HasInterFreqTargetList returns a boolean if a field has been set.

func (*MdtConfiguration) HasLoggingDuration ¶

func (o *MdtConfiguration) HasLoggingDuration() bool

HasLoggingDuration returns a boolean if a field has been set.

func (*MdtConfiguration) HasLoggingDurationNr ¶

func (o *MdtConfiguration) HasLoggingDurationNr() bool

HasLoggingDurationNr returns a boolean if a field has been set.

func (*MdtConfiguration) HasLoggingInterval ¶

func (o *MdtConfiguration) HasLoggingInterval() bool

HasLoggingInterval returns a boolean if a field has been set.

func (*MdtConfiguration) HasLoggingIntervalNr ¶

func (o *MdtConfiguration) HasLoggingIntervalNr() bool

HasLoggingIntervalNr returns a boolean if a field has been set.

func (*MdtConfiguration) HasMbsfnAreaList ¶

func (o *MdtConfiguration) HasMbsfnAreaList() bool

HasMbsfnAreaList returns a boolean if a field has been set.

func (*MdtConfiguration) HasMdtAllowedPlmnIdList ¶

func (o *MdtConfiguration) HasMdtAllowedPlmnIdList() bool

HasMdtAllowedPlmnIdList returns a boolean if a field has been set.

func (*MdtConfiguration) HasMeasurementLteList ¶

func (o *MdtConfiguration) HasMeasurementLteList() bool

HasMeasurementLteList returns a boolean if a field has been set.

func (*MdtConfiguration) HasMeasurementNrList ¶

func (o *MdtConfiguration) HasMeasurementNrList() bool

HasMeasurementNrList returns a boolean if a field has been set.

func (*MdtConfiguration) HasMeasurementPeriodLte ¶

func (o *MdtConfiguration) HasMeasurementPeriodLte() bool

HasMeasurementPeriodLte returns a boolean if a field has been set.

func (*MdtConfiguration) HasPositioningMethod ¶

func (o *MdtConfiguration) HasPositioningMethod() bool

HasPositioningMethod returns a boolean if a field has been set.

func (*MdtConfiguration) HasReportAmount ¶

func (o *MdtConfiguration) HasReportAmount() bool

HasReportAmount returns a boolean if a field has been set.

func (*MdtConfiguration) HasReportInterval ¶

func (o *MdtConfiguration) HasReportInterval() bool

HasReportInterval returns a boolean if a field has been set.

func (*MdtConfiguration) HasReportIntervalNr ¶

func (o *MdtConfiguration) HasReportIntervalNr() bool

HasReportIntervalNr returns a boolean if a field has been set.

func (*MdtConfiguration) HasReportType ¶

func (o *MdtConfiguration) HasReportType() bool

HasReportType returns a boolean if a field has been set.

func (*MdtConfiguration) HasReportingTriggerList ¶

func (o *MdtConfiguration) HasReportingTriggerList() bool

HasReportingTriggerList returns a boolean if a field has been set.

func (*MdtConfiguration) HasSensorMeasurementList ¶

func (o *MdtConfiguration) HasSensorMeasurementList() bool

HasSensorMeasurementList returns a boolean if a field has been set.

func (MdtConfiguration) MarshalJSON ¶

func (o MdtConfiguration) MarshalJSON() ([]byte, error)

func (*MdtConfiguration) SetAddPositioningMethodList ¶

func (o *MdtConfiguration) SetAddPositioningMethodList(v []PositioningMethodMdt)

SetAddPositioningMethodList gets a reference to the given []PositioningMethodMdt and assigns it to the AddPositioningMethodList field.

func (*MdtConfiguration) SetAreaScope ¶

func (o *MdtConfiguration) SetAreaScope(v AreaScope)

SetAreaScope gets a reference to the given AreaScope and assigns it to the AreaScope field.

func (*MdtConfiguration) SetCollectionPeriodRmmLte ¶

func (o *MdtConfiguration) SetCollectionPeriodRmmLte(v CollectionPeriodRmmLteMdt)

SetCollectionPeriodRmmLte gets a reference to the given CollectionPeriodRmmLteMdt and assigns it to the CollectionPeriodRmmLte field.

func (*MdtConfiguration) SetCollectionPeriodRmmNr ¶

func (o *MdtConfiguration) SetCollectionPeriodRmmNr(v CollectionPeriodRmmNrMdt)

SetCollectionPeriodRmmNr gets a reference to the given CollectionPeriodRmmNrMdt and assigns it to the CollectionPeriodRmmNr field.

func (*MdtConfiguration) SetEventList ¶

func (o *MdtConfiguration) SetEventList(v []EventForMdt)

SetEventList gets a reference to the given []EventForMdt and assigns it to the EventList field.

func (*MdtConfiguration) SetEventThresholdRsrp ¶

func (o *MdtConfiguration) SetEventThresholdRsrp(v int32)

SetEventThresholdRsrp gets a reference to the given int32 and assigns it to the EventThresholdRsrp field.

func (*MdtConfiguration) SetEventThresholdRsrpNr ¶

func (o *MdtConfiguration) SetEventThresholdRsrpNr(v int32)

SetEventThresholdRsrpNr gets a reference to the given int32 and assigns it to the EventThresholdRsrpNr field.

func (*MdtConfiguration) SetEventThresholdRsrq ¶

func (o *MdtConfiguration) SetEventThresholdRsrq(v int32)

SetEventThresholdRsrq gets a reference to the given int32 and assigns it to the EventThresholdRsrq field.

func (*MdtConfiguration) SetEventThresholdRsrqNr ¶

func (o *MdtConfiguration) SetEventThresholdRsrqNr(v int32)

SetEventThresholdRsrqNr gets a reference to the given int32 and assigns it to the EventThresholdRsrqNr field.

func (*MdtConfiguration) SetInterFreqTargetList ¶

func (o *MdtConfiguration) SetInterFreqTargetList(v []InterFreqTargetInfo)

SetInterFreqTargetList gets a reference to the given []InterFreqTargetInfo and assigns it to the InterFreqTargetList field.

func (*MdtConfiguration) SetJobType ¶

func (o *MdtConfiguration) SetJobType(v JobType)

SetJobType sets field value

func (*MdtConfiguration) SetLoggingDuration ¶

func (o *MdtConfiguration) SetLoggingDuration(v LoggingDurationMdt)

SetLoggingDuration gets a reference to the given LoggingDurationMdt and assigns it to the LoggingDuration field.

func (*MdtConfiguration) SetLoggingDurationNr ¶

func (o *MdtConfiguration) SetLoggingDurationNr(v LoggingDurationNrMdt)

SetLoggingDurationNr gets a reference to the given LoggingDurationNrMdt and assigns it to the LoggingDurationNr field.

func (*MdtConfiguration) SetLoggingInterval ¶

func (o *MdtConfiguration) SetLoggingInterval(v LoggingIntervalMdt)

SetLoggingInterval gets a reference to the given LoggingIntervalMdt and assigns it to the LoggingInterval field.

func (*MdtConfiguration) SetLoggingIntervalNr ¶

func (o *MdtConfiguration) SetLoggingIntervalNr(v LoggingIntervalNrMdt)

SetLoggingIntervalNr gets a reference to the given LoggingIntervalNrMdt and assigns it to the LoggingIntervalNr field.

func (*MdtConfiguration) SetMbsfnAreaList ¶

func (o *MdtConfiguration) SetMbsfnAreaList(v []MbsfnArea)

SetMbsfnAreaList gets a reference to the given []MbsfnArea and assigns it to the MbsfnAreaList field.

func (*MdtConfiguration) SetMdtAllowedPlmnIdList ¶

func (o *MdtConfiguration) SetMdtAllowedPlmnIdList(v []PlmnId)

SetMdtAllowedPlmnIdList gets a reference to the given []PlmnId and assigns it to the MdtAllowedPlmnIdList field.

func (*MdtConfiguration) SetMeasurementLteList ¶

func (o *MdtConfiguration) SetMeasurementLteList(v []MeasurementLteForMdt)

SetMeasurementLteList gets a reference to the given []MeasurementLteForMdt and assigns it to the MeasurementLteList field.

func (*MdtConfiguration) SetMeasurementNrList ¶

func (o *MdtConfiguration) SetMeasurementNrList(v []MeasurementNrForMdt)

SetMeasurementNrList gets a reference to the given []MeasurementNrForMdt and assigns it to the MeasurementNrList field.

func (*MdtConfiguration) SetMeasurementPeriodLte ¶

func (o *MdtConfiguration) SetMeasurementPeriodLte(v MeasurementPeriodLteMdt)

SetMeasurementPeriodLte gets a reference to the given MeasurementPeriodLteMdt and assigns it to the MeasurementPeriodLte field.

func (*MdtConfiguration) SetPositioningMethod ¶

func (o *MdtConfiguration) SetPositioningMethod(v PositioningMethodMdt)

SetPositioningMethod gets a reference to the given PositioningMethodMdt and assigns it to the PositioningMethod field.

func (*MdtConfiguration) SetReportAmount ¶

func (o *MdtConfiguration) SetReportAmount(v ReportAmountMdt)

SetReportAmount gets a reference to the given ReportAmountMdt and assigns it to the ReportAmount field.

func (*MdtConfiguration) SetReportInterval ¶

func (o *MdtConfiguration) SetReportInterval(v ReportIntervalMdt)

SetReportInterval gets a reference to the given ReportIntervalMdt and assigns it to the ReportInterval field.

func (*MdtConfiguration) SetReportIntervalNr ¶

func (o *MdtConfiguration) SetReportIntervalNr(v ReportIntervalNrMdt)

SetReportIntervalNr gets a reference to the given ReportIntervalNrMdt and assigns it to the ReportIntervalNr field.

func (*MdtConfiguration) SetReportType ¶

func (o *MdtConfiguration) SetReportType(v ReportTypeMdt)

SetReportType gets a reference to the given ReportTypeMdt and assigns it to the ReportType field.

func (*MdtConfiguration) SetReportingTriggerList ¶

func (o *MdtConfiguration) SetReportingTriggerList(v []ReportingTrigger)

SetReportingTriggerList gets a reference to the given []ReportingTrigger and assigns it to the ReportingTriggerList field.

func (*MdtConfiguration) SetSensorMeasurementList ¶

func (o *MdtConfiguration) SetSensorMeasurementList(v []SensorMeasurement)

SetSensorMeasurementList gets a reference to the given []SensorMeasurement and assigns it to the SensorMeasurementList field.

func (MdtConfiguration) ToMap ¶

func (o MdtConfiguration) ToMap() (map[string]interface{}, error)

func (*MdtConfiguration) UnmarshalJSON ¶

func (o *MdtConfiguration) UnmarshalJSON(bytes []byte) (err error)

type MdtUserConsent ¶

type MdtUserConsent struct {
	// contains filtered or unexported fields
}

MdtUserConsent struct for MdtUserConsent

func (*MdtUserConsent) MarshalJSON ¶

func (src *MdtUserConsent) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*MdtUserConsent) UnmarshalJSON ¶

func (dst *MdtUserConsent) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type MeasurementLteForMdt ¶

type MeasurementLteForMdt struct {
	// contains filtered or unexported fields
}

MeasurementLteForMdt The enumeration MeasurementLteForMdt defines Measurements used for MDT in LTE in the trace. See 3GPP TS 32.422 for further description of the values. It shall comply with the provisions defined in table 5.6.3.5-1.

func (*MeasurementLteForMdt) MarshalJSON ¶

func (src *MeasurementLteForMdt) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*MeasurementLteForMdt) UnmarshalJSON ¶

func (dst *MeasurementLteForMdt) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type MeasurementNrForMdt ¶

type MeasurementNrForMdt struct {
	// contains filtered or unexported fields
}

MeasurementNrForMdt The enumeration MeasurementNrForMdt defines Measurements used for MDT in NR in the trace. See 3GPP TS 32.422 for further description of the values. It shall comply with the provisions defined in table 5.6.3.6-1.

func (*MeasurementNrForMdt) MarshalJSON ¶

func (src *MeasurementNrForMdt) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*MeasurementNrForMdt) UnmarshalJSON ¶

func (dst *MeasurementNrForMdt) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type MeasurementPeriodLteMdt ¶

type MeasurementPeriodLteMdt struct {
	// contains filtered or unexported fields
}

MeasurementPeriodLteMdt The enumeration MeasurementPeriodLteMdt defines Measurement period LTE for MDT in the trace. See 3GPP TS 32.422 for further description of the values. It shall comply with the provisions defined in table 5.6.3.16-1.

func (*MeasurementPeriodLteMdt) MarshalJSON ¶

func (src *MeasurementPeriodLteMdt) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*MeasurementPeriodLteMdt) UnmarshalJSON ¶

func (dst *MeasurementPeriodLteMdt) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type ModificationNotification ¶

type ModificationNotification struct {
	NotifyItems []NotifyItem `json:"notifyItems"`
}

ModificationNotification struct for ModificationNotification

func NewModificationNotification ¶

func NewModificationNotification(notifyItems []NotifyItem) *ModificationNotification

NewModificationNotification instantiates a new ModificationNotification object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModificationNotificationWithDefaults ¶

func NewModificationNotificationWithDefaults() *ModificationNotification

NewModificationNotificationWithDefaults instantiates a new ModificationNotification object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ModificationNotification) GetNotifyItems ¶

func (o *ModificationNotification) GetNotifyItems() []NotifyItem

GetNotifyItems returns the NotifyItems field value

func (*ModificationNotification) GetNotifyItemsOk ¶

func (o *ModificationNotification) GetNotifyItemsOk() ([]NotifyItem, bool)

GetNotifyItemsOk returns a tuple with the NotifyItems field value and a boolean to check if the value has been set.

func (ModificationNotification) MarshalJSON ¶

func (o ModificationNotification) MarshalJSON() ([]byte, error)

func (*ModificationNotification) SetNotifyItems ¶

func (o *ModificationNotification) SetNotifyItems(v []NotifyItem)

SetNotifyItems sets field value

func (ModificationNotification) ToMap ¶

func (o ModificationNotification) ToMap() (map[string]interface{}, error)

func (*ModificationNotification) UnmarshalJSON ¶

func (o *ModificationNotification) UnmarshalJSON(bytes []byte) (err error)

type Modify200Response ¶

type Modify200Response struct {
	PatchResult     *PatchResult
	SdmSubscription *SdmSubscription
}

Modify200Response - struct for Modify200Response

func PatchResultAsModify200Response ¶

func PatchResultAsModify200Response(v *PatchResult) Modify200Response

PatchResultAsModify200Response is a convenience function that returns PatchResult wrapped in Modify200Response

func SdmSubscriptionAsModify200Response ¶

func SdmSubscriptionAsModify200Response(v *SdmSubscription) Modify200Response

SdmSubscriptionAsModify200Response is a convenience function that returns SdmSubscription wrapped in Modify200Response

func (*Modify200Response) GetActualInstance ¶

func (obj *Modify200Response) GetActualInstance() interface{}

Get the actual instance

func (Modify200Response) MarshalJSON ¶

func (src Modify200Response) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*Modify200Response) UnmarshalJSON ¶

func (dst *Modify200Response) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type MultipleIdentifiersAPIService ¶

type MultipleIdentifiersAPIService service

MultipleIdentifiersAPIService MultipleIdentifiersAPI service

func (*MultipleIdentifiersAPIService) GetMultipleIdentifiers ¶

GetMultipleIdentifiers Mapping of UE Identifiers

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetMultipleIdentifiersRequest

func (*MultipleIdentifiersAPIService) GetMultipleIdentifiersExecute ¶

Execute executes the request

@return map[string]SupiInfo

type NFType ¶

type NFType struct {
	// contains filtered or unexported fields
}

NFType NF types known to NRF

func (*NFType) MarshalJSON ¶

func (src *NFType) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*NFType) UnmarshalJSON ¶

func (dst *NFType) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type Ncgi ¶

type Ncgi struct {
	PlmnId PlmnId `json:"plmnId"`
	// 36-bit string identifying an NR Cell Id as specified in clause 9.3.1.7 of 3GPP TS 38.413,  in hexadecimal representation. Each character in the string shall take a value of \"0\" to \"9\",  \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The most significant character  representing the 4 most significant bits of the Cell Id shall appear first in the string, and  the character representing the 4 least significant bit of the Cell Id shall appear last in the  string.
	NrCellId string `json:"nrCellId"`
	// This represents the Network Identifier, which together with a PLMN ID is used to identify an SNPN (see 3GPP TS 23.003 and 3GPP TS 23.501 clause 5.30.2.1).
	Nid *string `json:"nid,omitempty"`
}

Ncgi Contains the NCGI (NR Cell Global Identity), as described in 3GPP 23.003

func NewNcgi ¶

func NewNcgi(plmnId PlmnId, nrCellId string) *Ncgi

NewNcgi instantiates a new Ncgi object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNcgiWithDefaults ¶

func NewNcgiWithDefaults() *Ncgi

NewNcgiWithDefaults instantiates a new Ncgi object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Ncgi) GetNid ¶

func (o *Ncgi) GetNid() string

GetNid returns the Nid field value if set, zero value otherwise.

func (*Ncgi) GetNidOk ¶

func (o *Ncgi) GetNidOk() (*string, bool)

GetNidOk returns a tuple with the Nid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Ncgi) GetNrCellId ¶

func (o *Ncgi) GetNrCellId() string

GetNrCellId returns the NrCellId field value

func (*Ncgi) GetNrCellIdOk ¶

func (o *Ncgi) GetNrCellIdOk() (*string, bool)

GetNrCellIdOk returns a tuple with the NrCellId field value and a boolean to check if the value has been set.

func (*Ncgi) GetPlmnId ¶

func (o *Ncgi) GetPlmnId() PlmnId

GetPlmnId returns the PlmnId field value

func (*Ncgi) GetPlmnIdOk ¶

func (o *Ncgi) GetPlmnIdOk() (*PlmnId, bool)

GetPlmnIdOk returns a tuple with the PlmnId field value and a boolean to check if the value has been set.

func (*Ncgi) HasNid ¶

func (o *Ncgi) HasNid() bool

HasNid returns a boolean if a field has been set.

func (Ncgi) MarshalJSON ¶

func (o Ncgi) MarshalJSON() ([]byte, error)

func (*Ncgi) SetNid ¶

func (o *Ncgi) SetNid(v string)

SetNid gets a reference to the given string and assigns it to the Nid field.

func (*Ncgi) SetNrCellId ¶

func (o *Ncgi) SetNrCellId(v string)

SetNrCellId sets field value

func (*Ncgi) SetPlmnId ¶

func (o *Ncgi) SetPlmnId(v PlmnId)

SetPlmnId sets field value

func (Ncgi) ToMap ¶

func (o Ncgi) ToMap() (map[string]interface{}, error)

func (*Ncgi) UnmarshalJSON ¶

func (o *Ncgi) UnmarshalJSON(bytes []byte) (err error)

type NetworkAreaInfo ¶

type NetworkAreaInfo struct {
	// Contains a list of E-UTRA cell identities.
	Ecgis []Ecgi `json:"ecgis,omitempty"`
	// Contains a list of NR cell identities.
	Ncgis []Ncgi `json:"ncgis,omitempty"`
	// Contains a list of NG RAN nodes.
	GRanNodeIds []GlobalRanNodeId `json:"gRanNodeIds,omitempty"`
	// Contains a list of tracking area identities.
	Tais []Tai `json:"tais,omitempty"`
}

NetworkAreaInfo Describes a network area information in which the NF service consumer requests the number of UEs.

func NewNetworkAreaInfo ¶

func NewNetworkAreaInfo() *NetworkAreaInfo

NewNetworkAreaInfo instantiates a new NetworkAreaInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNetworkAreaInfoWithDefaults ¶

func NewNetworkAreaInfoWithDefaults() *NetworkAreaInfo

NewNetworkAreaInfoWithDefaults instantiates a new NetworkAreaInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NetworkAreaInfo) GetEcgis ¶

func (o *NetworkAreaInfo) GetEcgis() []Ecgi

GetEcgis returns the Ecgis field value if set, zero value otherwise.

func (*NetworkAreaInfo) GetEcgisOk ¶

func (o *NetworkAreaInfo) GetEcgisOk() ([]Ecgi, bool)

GetEcgisOk returns a tuple with the Ecgis field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NetworkAreaInfo) GetGRanNodeIds ¶

func (o *NetworkAreaInfo) GetGRanNodeIds() []GlobalRanNodeId

GetGRanNodeIds returns the GRanNodeIds field value if set, zero value otherwise.

func (*NetworkAreaInfo) GetGRanNodeIdsOk ¶

func (o *NetworkAreaInfo) GetGRanNodeIdsOk() ([]GlobalRanNodeId, bool)

GetGRanNodeIdsOk returns a tuple with the GRanNodeIds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NetworkAreaInfo) GetNcgis ¶

func (o *NetworkAreaInfo) GetNcgis() []Ncgi

GetNcgis returns the Ncgis field value if set, zero value otherwise.

func (*NetworkAreaInfo) GetNcgisOk ¶

func (o *NetworkAreaInfo) GetNcgisOk() ([]Ncgi, bool)

GetNcgisOk returns a tuple with the Ncgis field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NetworkAreaInfo) GetTais ¶

func (o *NetworkAreaInfo) GetTais() []Tai

GetTais returns the Tais field value if set, zero value otherwise.

func (*NetworkAreaInfo) GetTaisOk ¶

func (o *NetworkAreaInfo) GetTaisOk() ([]Tai, bool)

GetTaisOk returns a tuple with the Tais field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NetworkAreaInfo) HasEcgis ¶

func (o *NetworkAreaInfo) HasEcgis() bool

HasEcgis returns a boolean if a field has been set.

func (*NetworkAreaInfo) HasGRanNodeIds ¶

func (o *NetworkAreaInfo) HasGRanNodeIds() bool

HasGRanNodeIds returns a boolean if a field has been set.

func (*NetworkAreaInfo) HasNcgis ¶

func (o *NetworkAreaInfo) HasNcgis() bool

HasNcgis returns a boolean if a field has been set.

func (*NetworkAreaInfo) HasTais ¶

func (o *NetworkAreaInfo) HasTais() bool

HasTais returns a boolean if a field has been set.

func (NetworkAreaInfo) MarshalJSON ¶

func (o NetworkAreaInfo) MarshalJSON() ([]byte, error)

func (*NetworkAreaInfo) SetEcgis ¶

func (o *NetworkAreaInfo) SetEcgis(v []Ecgi)

SetEcgis gets a reference to the given []Ecgi and assigns it to the Ecgis field.

func (*NetworkAreaInfo) SetGRanNodeIds ¶

func (o *NetworkAreaInfo) SetGRanNodeIds(v []GlobalRanNodeId)

SetGRanNodeIds gets a reference to the given []GlobalRanNodeId and assigns it to the GRanNodeIds field.

func (*NetworkAreaInfo) SetNcgis ¶

func (o *NetworkAreaInfo) SetNcgis(v []Ncgi)

SetNcgis gets a reference to the given []Ncgi and assigns it to the Ncgis field.

func (*NetworkAreaInfo) SetTais ¶

func (o *NetworkAreaInfo) SetTais(v []Tai)

SetTais gets a reference to the given []Tai and assigns it to the Tais field.

func (NetworkAreaInfo) ToMap ¶

func (o NetworkAreaInfo) ToMap() (map[string]interface{}, error)

type NiddInformation ¶

type NiddInformation struct {
	AfId string `json:"afId"`
	// String identifying a Gpsi shall contain either an External Id or an MSISDN.  It shall be formatted as follows -External Identifier= \"extid-'extid', where 'extid'  shall be formatted according to clause 19.7.2 of 3GPP TS 23.003 that describes an  External Identifier.
	Gpsi *string `json:"gpsi,omitempty"`
	// String identifying External Group Identifier that identifies a group made up of one or more  subscriptions associated to a group of IMSIs, as specified in clause 19.7.3 of 3GPP TS 23.003.
	ExtGroupId *string `json:"extGroupId,omitempty"`
}

NiddInformation struct for NiddInformation

func NewNiddInformation ¶

func NewNiddInformation(afId string) *NiddInformation

NewNiddInformation instantiates a new NiddInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNiddInformationWithDefaults ¶

func NewNiddInformationWithDefaults() *NiddInformation

NewNiddInformationWithDefaults instantiates a new NiddInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NiddInformation) GetAfId ¶

func (o *NiddInformation) GetAfId() string

GetAfId returns the AfId field value

func (*NiddInformation) GetAfIdOk ¶

func (o *NiddInformation) GetAfIdOk() (*string, bool)

GetAfIdOk returns a tuple with the AfId field value and a boolean to check if the value has been set.

func (*NiddInformation) GetExtGroupId ¶

func (o *NiddInformation) GetExtGroupId() string

GetExtGroupId returns the ExtGroupId field value if set, zero value otherwise.

func (*NiddInformation) GetExtGroupIdOk ¶

func (o *NiddInformation) GetExtGroupIdOk() (*string, bool)

GetExtGroupIdOk returns a tuple with the ExtGroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NiddInformation) GetGpsi ¶

func (o *NiddInformation) GetGpsi() string

GetGpsi returns the Gpsi field value if set, zero value otherwise.

func (*NiddInformation) GetGpsiOk ¶

func (o *NiddInformation) GetGpsiOk() (*string, bool)

GetGpsiOk returns a tuple with the Gpsi field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NiddInformation) HasExtGroupId ¶

func (o *NiddInformation) HasExtGroupId() bool

HasExtGroupId returns a boolean if a field has been set.

func (*NiddInformation) HasGpsi ¶

func (o *NiddInformation) HasGpsi() bool

HasGpsi returns a boolean if a field has been set.

func (NiddInformation) MarshalJSON ¶

func (o NiddInformation) MarshalJSON() ([]byte, error)

func (*NiddInformation) SetAfId ¶

func (o *NiddInformation) SetAfId(v string)

SetAfId sets field value

func (*NiddInformation) SetExtGroupId ¶

func (o *NiddInformation) SetExtGroupId(v string)

SetExtGroupId gets a reference to the given string and assigns it to the ExtGroupId field.

func (*NiddInformation) SetGpsi ¶

func (o *NiddInformation) SetGpsi(v string)

SetGpsi gets a reference to the given string and assigns it to the Gpsi field.

func (NiddInformation) ToMap ¶

func (o NiddInformation) ToMap() (map[string]interface{}, error)

func (*NiddInformation) UnmarshalJSON ¶

func (o *NiddInformation) UnmarshalJSON(bytes []byte) (err error)

type NotifyItem ¶

type NotifyItem struct {
	// String providing an URI formatted according to RFC 3986.
	ResourceId string       `json:"resourceId"`
	Changes    []ChangeItem `json:"changes"`
}

NotifyItem Indicates changes on a resource.

func NewNotifyItem ¶

func NewNotifyItem(resourceId string, changes []ChangeItem) *NotifyItem

NewNotifyItem instantiates a new NotifyItem object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNotifyItemWithDefaults ¶

func NewNotifyItemWithDefaults() *NotifyItem

NewNotifyItemWithDefaults instantiates a new NotifyItem object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NotifyItem) GetChanges ¶

func (o *NotifyItem) GetChanges() []ChangeItem

GetChanges returns the Changes field value

func (*NotifyItem) GetChangesOk ¶

func (o *NotifyItem) GetChangesOk() ([]ChangeItem, bool)

GetChangesOk returns a tuple with the Changes field value and a boolean to check if the value has been set.

func (*NotifyItem) GetResourceId ¶

func (o *NotifyItem) GetResourceId() string

GetResourceId returns the ResourceId field value

func (*NotifyItem) GetResourceIdOk ¶

func (o *NotifyItem) GetResourceIdOk() (*string, bool)

GetResourceIdOk returns a tuple with the ResourceId field value and a boolean to check if the value has been set.

func (NotifyItem) MarshalJSON ¶

func (o NotifyItem) MarshalJSON() ([]byte, error)

func (*NotifyItem) SetChanges ¶

func (o *NotifyItem) SetChanges(v []ChangeItem)

SetChanges sets field value

func (*NotifyItem) SetResourceId ¶

func (o *NotifyItem) SetResourceId(v string)

SetResourceId sets field value

func (NotifyItem) ToMap ¶

func (o NotifyItem) ToMap() (map[string]interface{}, error)

func (*NotifyItem) UnmarshalJSON ¶

func (o *NotifyItem) UnmarshalJSON(bytes []byte) (err error)

type NrV2xAuth ¶

type NrV2xAuth struct {
	VehicleUeAuth    *UeAuth `json:"vehicleUeAuth,omitempty"`
	PedestrianUeAuth *UeAuth `json:"pedestrianUeAuth,omitempty"`
}

NrV2xAuth Contains NR V2X services authorized information.

func NewNrV2xAuth ¶

func NewNrV2xAuth() *NrV2xAuth

NewNrV2xAuth instantiates a new NrV2xAuth object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNrV2xAuthWithDefaults ¶

func NewNrV2xAuthWithDefaults() *NrV2xAuth

NewNrV2xAuthWithDefaults instantiates a new NrV2xAuth object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NrV2xAuth) GetPedestrianUeAuth ¶

func (o *NrV2xAuth) GetPedestrianUeAuth() UeAuth

GetPedestrianUeAuth returns the PedestrianUeAuth field value if set, zero value otherwise.

func (*NrV2xAuth) GetPedestrianUeAuthOk ¶

func (o *NrV2xAuth) GetPedestrianUeAuthOk() (*UeAuth, bool)

GetPedestrianUeAuthOk returns a tuple with the PedestrianUeAuth field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrV2xAuth) GetVehicleUeAuth ¶

func (o *NrV2xAuth) GetVehicleUeAuth() UeAuth

GetVehicleUeAuth returns the VehicleUeAuth field value if set, zero value otherwise.

func (*NrV2xAuth) GetVehicleUeAuthOk ¶

func (o *NrV2xAuth) GetVehicleUeAuthOk() (*UeAuth, bool)

GetVehicleUeAuthOk returns a tuple with the VehicleUeAuth field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrV2xAuth) HasPedestrianUeAuth ¶

func (o *NrV2xAuth) HasPedestrianUeAuth() bool

HasPedestrianUeAuth returns a boolean if a field has been set.

func (*NrV2xAuth) HasVehicleUeAuth ¶

func (o *NrV2xAuth) HasVehicleUeAuth() bool

HasVehicleUeAuth returns a boolean if a field has been set.

func (NrV2xAuth) MarshalJSON ¶

func (o NrV2xAuth) MarshalJSON() ([]byte, error)

func (*NrV2xAuth) SetPedestrianUeAuth ¶

func (o *NrV2xAuth) SetPedestrianUeAuth(v UeAuth)

SetPedestrianUeAuth gets a reference to the given UeAuth and assigns it to the PedestrianUeAuth field.

func (*NrV2xAuth) SetVehicleUeAuth ¶

func (o *NrV2xAuth) SetVehicleUeAuth(v UeAuth)

SetVehicleUeAuth gets a reference to the given UeAuth and assigns it to the VehicleUeAuth field.

func (NrV2xAuth) ToMap ¶

func (o NrV2xAuth) ToMap() (map[string]interface{}, error)

type Nssai ¶

type Nssai struct {
	// A string used to indicate the features supported by an API that is used as defined in clause  6.6 in 3GPP TS 29.500. The string shall contain a bitmask indicating supported features in  hexadecimal representation Each character in the string shall take a value of \"0\" to \"9\",  \"a\" to \"f\" or \"A\" to \"F\" and shall represent the support of 4 features as described in  table 5.2.2-3. The most significant character representing the highest-numbered features shall  appear first in the string, and the character representing features 1 to 4 shall appear last  in the string. The list of features and their numbering (starting with 1) are defined  separately for each API. If the string contains a lower number of characters than there are  defined features for an API, all features that would be represented by characters that are not  present in the string are not supported.
	SupportedFeatures   *string  `json:"supportedFeatures,omitempty"`
	DefaultSingleNssais []Snssai `json:"defaultSingleNssais"`
	SingleNssais        []Snssai `json:"singleNssais,omitempty"`
	// string with format 'date-time' as defined in OpenAPI.
	ProvisioningTime *time.Time `json:"provisioningTime,omitempty"`
	// A map(list of key-value pairs) where singleNssai serves as key of AdditionalSnssaiData
	AdditionalSnssaiData *map[string]AdditionalSnssaiData `json:"additionalSnssaiData,omitempty"`
	SuppressNssrgInd     *bool                            `json:"suppressNssrgInd,omitempty"`
}

Nssai struct for Nssai

func NewNssai ¶

func NewNssai(defaultSingleNssais []Snssai) *Nssai

NewNssai instantiates a new Nssai object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNssaiWithDefaults ¶

func NewNssaiWithDefaults() *Nssai

NewNssaiWithDefaults instantiates a new Nssai object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Nssai) GetAdditionalSnssaiData ¶

func (o *Nssai) GetAdditionalSnssaiData() map[string]AdditionalSnssaiData

GetAdditionalSnssaiData returns the AdditionalSnssaiData field value if set, zero value otherwise.

func (*Nssai) GetAdditionalSnssaiDataOk ¶

func (o *Nssai) GetAdditionalSnssaiDataOk() (*map[string]AdditionalSnssaiData, bool)

GetAdditionalSnssaiDataOk returns a tuple with the AdditionalSnssaiData field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Nssai) GetDefaultSingleNssais ¶

func (o *Nssai) GetDefaultSingleNssais() []Snssai

GetDefaultSingleNssais returns the DefaultSingleNssais field value

func (*Nssai) GetDefaultSingleNssaisOk ¶

func (o *Nssai) GetDefaultSingleNssaisOk() ([]Snssai, bool)

GetDefaultSingleNssaisOk returns a tuple with the DefaultSingleNssais field value and a boolean to check if the value has been set.

func (*Nssai) GetProvisioningTime ¶

func (o *Nssai) GetProvisioningTime() time.Time

GetProvisioningTime returns the ProvisioningTime field value if set, zero value otherwise.

func (*Nssai) GetProvisioningTimeOk ¶

func (o *Nssai) GetProvisioningTimeOk() (*time.Time, bool)

GetProvisioningTimeOk returns a tuple with the ProvisioningTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Nssai) GetSingleNssais ¶

func (o *Nssai) GetSingleNssais() []Snssai

GetSingleNssais returns the SingleNssais field value if set, zero value otherwise.

func (*Nssai) GetSingleNssaisOk ¶

func (o *Nssai) GetSingleNssaisOk() ([]Snssai, bool)

GetSingleNssaisOk returns a tuple with the SingleNssais field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Nssai) GetSupportedFeatures ¶

func (o *Nssai) GetSupportedFeatures() string

GetSupportedFeatures returns the SupportedFeatures field value if set, zero value otherwise.

func (*Nssai) GetSupportedFeaturesOk ¶

func (o *Nssai) GetSupportedFeaturesOk() (*string, bool)

GetSupportedFeaturesOk returns a tuple with the SupportedFeatures field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Nssai) GetSuppressNssrgInd ¶

func (o *Nssai) GetSuppressNssrgInd() bool

GetSuppressNssrgInd returns the SuppressNssrgInd field value if set, zero value otherwise.

func (*Nssai) GetSuppressNssrgIndOk ¶

func (o *Nssai) GetSuppressNssrgIndOk() (*bool, bool)

GetSuppressNssrgIndOk returns a tuple with the SuppressNssrgInd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Nssai) HasAdditionalSnssaiData ¶

func (o *Nssai) HasAdditionalSnssaiData() bool

HasAdditionalSnssaiData returns a boolean if a field has been set.

func (*Nssai) HasProvisioningTime ¶

func (o *Nssai) HasProvisioningTime() bool

HasProvisioningTime returns a boolean if a field has been set.

func (*Nssai) HasSingleNssais ¶

func (o *Nssai) HasSingleNssais() bool

HasSingleNssais returns a boolean if a field has been set.

func (*Nssai) HasSupportedFeatures ¶

func (o *Nssai) HasSupportedFeatures() bool

HasSupportedFeatures returns a boolean if a field has been set.

func (*Nssai) HasSuppressNssrgInd ¶

func (o *Nssai) HasSuppressNssrgInd() bool

HasSuppressNssrgInd returns a boolean if a field has been set.

func (Nssai) MarshalJSON ¶

func (o Nssai) MarshalJSON() ([]byte, error)

func (*Nssai) SetAdditionalSnssaiData ¶

func (o *Nssai) SetAdditionalSnssaiData(v map[string]AdditionalSnssaiData)

SetAdditionalSnssaiData gets a reference to the given map[string]AdditionalSnssaiData and assigns it to the AdditionalSnssaiData field.

func (*Nssai) SetDefaultSingleNssais ¶

func (o *Nssai) SetDefaultSingleNssais(v []Snssai)

SetDefaultSingleNssais sets field value

func (*Nssai) SetProvisioningTime ¶

func (o *Nssai) SetProvisioningTime(v time.Time)

SetProvisioningTime gets a reference to the given time.Time and assigns it to the ProvisioningTime field.

func (*Nssai) SetSingleNssais ¶

func (o *Nssai) SetSingleNssais(v []Snssai)

SetSingleNssais gets a reference to the given []Snssai and assigns it to the SingleNssais field.

func (*Nssai) SetSupportedFeatures ¶

func (o *Nssai) SetSupportedFeatures(v string)

SetSupportedFeatures gets a reference to the given string and assigns it to the SupportedFeatures field.

func (*Nssai) SetSuppressNssrgInd ¶

func (o *Nssai) SetSuppressNssrgInd(v bool)

SetSuppressNssrgInd gets a reference to the given bool and assigns it to the SuppressNssrgInd field.

func (Nssai) ToMap ¶

func (o Nssai) ToMap() (map[string]interface{}, error)

func (*Nssai) UnmarshalJSON ¶

func (o *Nssai) UnmarshalJSON(bytes []byte) (err error)

type NullValue ¶

type NullValue string

NullValue JSON's null value.

const (
	NULLVALUE_NULL NullValue = "null"
)

List of NullValue

func NewNullValueFromValue ¶

func NewNullValueFromValue(v string) (*NullValue, error)

NewNullValueFromValue returns a pointer to a valid NullValue for the value passed as argument, or an error if the value passed is not allowed by the enum

func (NullValue) IsValid ¶

func (v NullValue) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (NullValue) Ptr ¶

func (v NullValue) Ptr() *NullValue

Ptr returns reference to NullValue value

func (*NullValue) UnmarshalJSON ¶

func (v *NullValue) UnmarshalJSON(src []byte) error

type NullableAccessAndMobilitySubscriptionData ¶

type NullableAccessAndMobilitySubscriptionData struct {
	// contains filtered or unexported fields
}

func (NullableAccessAndMobilitySubscriptionData) Get ¶

func (NullableAccessAndMobilitySubscriptionData) IsSet ¶

func (NullableAccessAndMobilitySubscriptionData) MarshalJSON ¶

func (*NullableAccessAndMobilitySubscriptionData) Set ¶

func (*NullableAccessAndMobilitySubscriptionData) UnmarshalJSON ¶

func (v *NullableAccessAndMobilitySubscriptionData) UnmarshalJSON(src []byte) error

func (*NullableAccessAndMobilitySubscriptionData) Unset ¶

type NullableAccessAndMobilitySubscriptionDataSubscribedDnnListInner ¶

type NullableAccessAndMobilitySubscriptionDataSubscribedDnnListInner struct {
	// contains filtered or unexported fields
}

func (NullableAccessAndMobilitySubscriptionDataSubscribedDnnListInner) Get ¶

func (NullableAccessAndMobilitySubscriptionDataSubscribedDnnListInner) IsSet ¶

func (NullableAccessAndMobilitySubscriptionDataSubscribedDnnListInner) MarshalJSON ¶

func (*NullableAccessAndMobilitySubscriptionDataSubscribedDnnListInner) Set ¶

func (*NullableAccessAndMobilitySubscriptionDataSubscribedDnnListInner) UnmarshalJSON ¶

func (*NullableAccessAndMobilitySubscriptionDataSubscribedDnnListInner) Unset ¶

type NullableAccessTech ¶

type NullableAccessTech struct {
	// contains filtered or unexported fields
}

func NewNullableAccessTech ¶

func NewNullableAccessTech(val *AccessTech) *NullableAccessTech

func (NullableAccessTech) Get ¶

func (v NullableAccessTech) Get() *AccessTech

func (NullableAccessTech) IsSet ¶

func (v NullableAccessTech) IsSet() bool

func (NullableAccessTech) MarshalJSON ¶

func (v NullableAccessTech) MarshalJSON() ([]byte, error)

func (*NullableAccessTech) Set ¶

func (v *NullableAccessTech) Set(val *AccessTech)

func (*NullableAccessTech) UnmarshalJSON ¶

func (v *NullableAccessTech) UnmarshalJSON(src []byte) error

func (*NullableAccessTech) Unset ¶

func (v *NullableAccessTech) Unset()

type NullableAccessTokenErr ¶

type NullableAccessTokenErr struct {
	// contains filtered or unexported fields
}

func NewNullableAccessTokenErr ¶

func NewNullableAccessTokenErr(val *AccessTokenErr) *NullableAccessTokenErr

func (NullableAccessTokenErr) Get ¶

func (NullableAccessTokenErr) IsSet ¶

func (v NullableAccessTokenErr) IsSet() bool

func (NullableAccessTokenErr) MarshalJSON ¶

func (v NullableAccessTokenErr) MarshalJSON() ([]byte, error)

func (*NullableAccessTokenErr) Set ¶

func (*NullableAccessTokenErr) UnmarshalJSON ¶

func (v *NullableAccessTokenErr) UnmarshalJSON(src []byte) error

func (*NullableAccessTokenErr) Unset ¶

func (v *NullableAccessTokenErr) Unset()

type NullableAccessTokenReq ¶

type NullableAccessTokenReq struct {
	// contains filtered or unexported fields
}

func NewNullableAccessTokenReq ¶

func NewNullableAccessTokenReq(val *AccessTokenReq) *NullableAccessTokenReq

func (NullableAccessTokenReq) Get ¶

func (NullableAccessTokenReq) IsSet ¶

func (v NullableAccessTokenReq) IsSet() bool

func (NullableAccessTokenReq) MarshalJSON ¶

func (v NullableAccessTokenReq) MarshalJSON() ([]byte, error)

func (*NullableAccessTokenReq) Set ¶

func (*NullableAccessTokenReq) UnmarshalJSON ¶

func (v *NullableAccessTokenReq) UnmarshalJSON(src []byte) error

func (*NullableAccessTokenReq) Unset ¶

func (v *NullableAccessTokenReq) Unset()

type NullableAccessType ¶

type NullableAccessType struct {
	// contains filtered or unexported fields
}

func NewNullableAccessType ¶

func NewNullableAccessType(val *AccessType) *NullableAccessType

func (NullableAccessType) Get ¶

func (v NullableAccessType) Get() *AccessType

func (NullableAccessType) IsSet ¶

func (v NullableAccessType) IsSet() bool

func (NullableAccessType) MarshalJSON ¶

func (v NullableAccessType) MarshalJSON() ([]byte, error)

func (*NullableAccessType) Set ¶

func (v *NullableAccessType) Set(val *AccessType)

func (*NullableAccessType) UnmarshalJSON ¶

func (v *NullableAccessType) UnmarshalJSON(src []byte) error

func (*NullableAccessType) Unset ¶

func (v *NullableAccessType) Unset()

type NullableAcknowledgeInfo ¶

type NullableAcknowledgeInfo struct {
	// contains filtered or unexported fields
}

func NewNullableAcknowledgeInfo ¶

func NewNullableAcknowledgeInfo(val *AcknowledgeInfo) *NullableAcknowledgeInfo

func (NullableAcknowledgeInfo) Get ¶

func (NullableAcknowledgeInfo) IsSet ¶

func (v NullableAcknowledgeInfo) IsSet() bool

func (NullableAcknowledgeInfo) MarshalJSON ¶

func (v NullableAcknowledgeInfo) MarshalJSON() ([]byte, error)

func (*NullableAcknowledgeInfo) Set ¶

func (*NullableAcknowledgeInfo) UnmarshalJSON ¶

func (v *NullableAcknowledgeInfo) UnmarshalJSON(src []byte) error

func (*NullableAcknowledgeInfo) Unset ¶

func (v *NullableAcknowledgeInfo) Unset()

type NullableAcsInfo ¶

type NullableAcsInfo struct {
	// contains filtered or unexported fields
}

func NewNullableAcsInfo ¶

func NewNullableAcsInfo(val *AcsInfo) *NullableAcsInfo

func (NullableAcsInfo) Get ¶

func (v NullableAcsInfo) Get() *AcsInfo

func (NullableAcsInfo) IsSet ¶

func (v NullableAcsInfo) IsSet() bool

func (NullableAcsInfo) MarshalJSON ¶

func (v NullableAcsInfo) MarshalJSON() ([]byte, error)

func (*NullableAcsInfo) Set ¶

func (v *NullableAcsInfo) Set(val *AcsInfo)

func (*NullableAcsInfo) UnmarshalJSON ¶

func (v *NullableAcsInfo) UnmarshalJSON(src []byte) error

func (*NullableAcsInfo) Unset ¶

func (v *NullableAcsInfo) Unset()

type NullableAdditionalSnssaiData ¶

type NullableAdditionalSnssaiData struct {
	// contains filtered or unexported fields
}

func (NullableAdditionalSnssaiData) Get ¶

func (NullableAdditionalSnssaiData) IsSet ¶

func (NullableAdditionalSnssaiData) MarshalJSON ¶

func (v NullableAdditionalSnssaiData) MarshalJSON() ([]byte, error)

func (*NullableAdditionalSnssaiData) Set ¶

func (*NullableAdditionalSnssaiData) UnmarshalJSON ¶

func (v *NullableAdditionalSnssaiData) UnmarshalJSON(src []byte) error

func (*NullableAdditionalSnssaiData) Unset ¶

func (v *NullableAdditionalSnssaiData) Unset()

type NullableAerialUeIndication ¶

type NullableAerialUeIndication struct {
	// contains filtered or unexported fields
}

func NewNullableAerialUeIndication ¶

func NewNullableAerialUeIndication(val *AerialUeIndication) *NullableAerialUeIndication

func (NullableAerialUeIndication) Get ¶

func (NullableAerialUeIndication) IsSet ¶

func (v NullableAerialUeIndication) IsSet() bool

func (NullableAerialUeIndication) MarshalJSON ¶

func (v NullableAerialUeIndication) MarshalJSON() ([]byte, error)

func (*NullableAerialUeIndication) Set ¶

func (*NullableAerialUeIndication) UnmarshalJSON ¶

func (v *NullableAerialUeIndication) UnmarshalJSON(src []byte) error

func (*NullableAerialUeIndication) Unset ¶

func (v *NullableAerialUeIndication) Unset()

type NullableAerialUeSubscriptionInfo ¶

type NullableAerialUeSubscriptionInfo struct {
	// contains filtered or unexported fields
}

func (NullableAerialUeSubscriptionInfo) Get ¶

func (NullableAerialUeSubscriptionInfo) IsSet ¶

func (NullableAerialUeSubscriptionInfo) MarshalJSON ¶

func (v NullableAerialUeSubscriptionInfo) MarshalJSON() ([]byte, error)

func (*NullableAerialUeSubscriptionInfo) Set ¶

func (*NullableAerialUeSubscriptionInfo) UnmarshalJSON ¶

func (v *NullableAerialUeSubscriptionInfo) UnmarshalJSON(src []byte) error

func (*NullableAerialUeSubscriptionInfo) Unset ¶

type NullableAfExternal ¶

type NullableAfExternal struct {
	// contains filtered or unexported fields
}

func NewNullableAfExternal ¶

func NewNullableAfExternal(val *AfExternal) *NullableAfExternal

func (NullableAfExternal) Get ¶

func (v NullableAfExternal) Get() *AfExternal

func (NullableAfExternal) IsSet ¶

func (v NullableAfExternal) IsSet() bool

func (NullableAfExternal) MarshalJSON ¶

func (v NullableAfExternal) MarshalJSON() ([]byte, error)

func (*NullableAfExternal) Set ¶

func (v *NullableAfExternal) Set(val *AfExternal)

func (*NullableAfExternal) UnmarshalJSON ¶

func (v *NullableAfExternal) UnmarshalJSON(src []byte) error

func (*NullableAfExternal) Unset ¶

func (v *NullableAfExternal) Unset()

type NullableAmbr ¶

type NullableAmbr struct {
	// contains filtered or unexported fields
}

func NewNullableAmbr ¶

func NewNullableAmbr(val *Ambr) *NullableAmbr

func (NullableAmbr) Get ¶

func (v NullableAmbr) Get() *Ambr

func (NullableAmbr) IsSet ¶

func (v NullableAmbr) IsSet() bool

func (NullableAmbr) MarshalJSON ¶

func (v NullableAmbr) MarshalJSON() ([]byte, error)

func (*NullableAmbr) Set ¶

func (v *NullableAmbr) Set(val *Ambr)

func (*NullableAmbr) UnmarshalJSON ¶

func (v *NullableAmbr) UnmarshalJSON(src []byte) error

func (*NullableAmbr) Unset ¶

func (v *NullableAmbr) Unset()

type NullableAmfInfo ¶

type NullableAmfInfo struct {
	// contains filtered or unexported fields
}

func NewNullableAmfInfo ¶

func NewNullableAmfInfo(val *AmfInfo) *NullableAmfInfo

func (NullableAmfInfo) Get ¶

func (v NullableAmfInfo) Get() *AmfInfo

func (NullableAmfInfo) IsSet ¶

func (v NullableAmfInfo) IsSet() bool

func (NullableAmfInfo) MarshalJSON ¶

func (v NullableAmfInfo) MarshalJSON() ([]byte, error)

func (*NullableAmfInfo) Set ¶

func (v *NullableAmfInfo) Set(val *AmfInfo)

func (*NullableAmfInfo) UnmarshalJSON ¶

func (v *NullableAmfInfo) UnmarshalJSON(src []byte) error

func (*NullableAmfInfo) Unset ¶

func (v *NullableAmfInfo) Unset()

type NullableAppDescriptor ¶

type NullableAppDescriptor struct {
	// contains filtered or unexported fields
}

func NewNullableAppDescriptor ¶

func NewNullableAppDescriptor(val *AppDescriptor) *NullableAppDescriptor

func (NullableAppDescriptor) Get ¶

func (NullableAppDescriptor) IsSet ¶

func (v NullableAppDescriptor) IsSet() bool

func (NullableAppDescriptor) MarshalJSON ¶

func (v NullableAppDescriptor) MarshalJSON() ([]byte, error)

func (*NullableAppDescriptor) Set ¶

func (v *NullableAppDescriptor) Set(val *AppDescriptor)

func (*NullableAppDescriptor) UnmarshalJSON ¶

func (v *NullableAppDescriptor) UnmarshalJSON(src []byte) error

func (*NullableAppDescriptor) Unset ¶

func (v *NullableAppDescriptor) Unset()

type NullableAppPortId ¶

type NullableAppPortId struct {
	// contains filtered or unexported fields
}

func NewNullableAppPortId ¶

func NewNullableAppPortId(val *AppPortId) *NullableAppPortId

func (NullableAppPortId) Get ¶

func (v NullableAppPortId) Get() *AppPortId

func (NullableAppPortId) IsSet ¶

func (v NullableAppPortId) IsSet() bool

func (NullableAppPortId) MarshalJSON ¶

func (v NullableAppPortId) MarshalJSON() ([]byte, error)

func (*NullableAppPortId) Set ¶

func (v *NullableAppPortId) Set(val *AppPortId)

func (*NullableAppPortId) UnmarshalJSON ¶

func (v *NullableAppPortId) UnmarshalJSON(src []byte) error

func (*NullableAppPortId) Unset ¶

func (v *NullableAppPortId) Unset()

type NullableArea ¶

type NullableArea struct {
	// contains filtered or unexported fields
}

func NewNullableArea ¶

func NewNullableArea(val *Area) *NullableArea

func (NullableArea) Get ¶

func (v NullableArea) Get() *Area

func (NullableArea) IsSet ¶

func (v NullableArea) IsSet() bool

func (NullableArea) MarshalJSON ¶

func (v NullableArea) MarshalJSON() ([]byte, error)

func (*NullableArea) Set ¶

func (v *NullableArea) Set(val *Area)

func (*NullableArea) UnmarshalJSON ¶

func (v *NullableArea) UnmarshalJSON(src []byte) error

func (*NullableArea) Unset ¶

func (v *NullableArea) Unset()

type NullableAreaScope ¶

type NullableAreaScope struct {
	// contains filtered or unexported fields
}

func NewNullableAreaScope ¶

func NewNullableAreaScope(val *AreaScope) *NullableAreaScope

func (NullableAreaScope) Get ¶

func (v NullableAreaScope) Get() *AreaScope

func (NullableAreaScope) IsSet ¶

func (v NullableAreaScope) IsSet() bool

func (NullableAreaScope) MarshalJSON ¶

func (v NullableAreaScope) MarshalJSON() ([]byte, error)

func (*NullableAreaScope) Set ¶

func (v *NullableAreaScope) Set(val *AreaScope)

func (*NullableAreaScope) UnmarshalJSON ¶

func (v *NullableAreaScope) UnmarshalJSON(src []byte) error

func (*NullableAreaScope) Unset ¶

func (v *NullableAreaScope) Unset()

type NullableArp ¶

type NullableArp struct {
	// contains filtered or unexported fields
}

func NewNullableArp ¶

func NewNullableArp(val *Arp) *NullableArp

func (NullableArp) Get ¶

func (v NullableArp) Get() *Arp

func (NullableArp) IsSet ¶

func (v NullableArp) IsSet() bool

func (NullableArp) MarshalJSON ¶

func (v NullableArp) MarshalJSON() ([]byte, error)

func (*NullableArp) Set ¶

func (v *NullableArp) Set(val *Arp)

func (*NullableArp) UnmarshalJSON ¶

func (v *NullableArp) UnmarshalJSON(src []byte) error

func (*NullableArp) Unset ¶

func (v *NullableArp) Unset()

type NullableBatteryIndication ¶

type NullableBatteryIndication struct {
	// contains filtered or unexported fields
}

func NewNullableBatteryIndication ¶

func NewNullableBatteryIndication(val *BatteryIndication) *NullableBatteryIndication

func (NullableBatteryIndication) Get ¶

func (NullableBatteryIndication) IsSet ¶

func (v NullableBatteryIndication) IsSet() bool

func (NullableBatteryIndication) MarshalJSON ¶

func (v NullableBatteryIndication) MarshalJSON() ([]byte, error)

func (*NullableBatteryIndication) Set ¶

func (*NullableBatteryIndication) UnmarshalJSON ¶

func (v *NullableBatteryIndication) UnmarshalJSON(src []byte) error

func (*NullableBatteryIndication) Unset ¶

func (v *NullableBatteryIndication) Unset()

type NullableBool ¶

type NullableBool struct {
	// contains filtered or unexported fields
}

func NewNullableBool ¶

func NewNullableBool(val *bool) *NullableBool

func (NullableBool) Get ¶

func (v NullableBool) Get() *bool

func (NullableBool) IsSet ¶

func (v NullableBool) IsSet() bool

func (NullableBool) MarshalJSON ¶

func (v NullableBool) MarshalJSON() ([]byte, error)

func (*NullableBool) Set ¶

func (v *NullableBool) Set(val *bool)

func (*NullableBool) UnmarshalJSON ¶

func (v *NullableBool) UnmarshalJSON(src []byte) error

func (*NullableBool) Unset ¶

func (v *NullableBool) Unset()

type NullableCagData ¶

type NullableCagData struct {
	// contains filtered or unexported fields
}

func NewNullableCagData ¶

func NewNullableCagData(val *CagData) *NullableCagData

func (NullableCagData) Get ¶

func (v NullableCagData) Get() *CagData

func (NullableCagData) IsSet ¶

func (v NullableCagData) IsSet() bool

func (NullableCagData) MarshalJSON ¶

func (v NullableCagData) MarshalJSON() ([]byte, error)

func (*NullableCagData) Set ¶

func (v *NullableCagData) Set(val *CagData)

func (*NullableCagData) UnmarshalJSON ¶

func (v *NullableCagData) UnmarshalJSON(src []byte) error

func (*NullableCagData) Unset ¶

func (v *NullableCagData) Unset()

type NullableCagInfo ¶

type NullableCagInfo struct {
	// contains filtered or unexported fields
}

func NewNullableCagInfo ¶

func NewNullableCagInfo(val *CagInfo) *NullableCagInfo

func (NullableCagInfo) Get ¶

func (v NullableCagInfo) Get() *CagInfo

func (NullableCagInfo) IsSet ¶

func (v NullableCagInfo) IsSet() bool

func (NullableCagInfo) MarshalJSON ¶

func (v NullableCagInfo) MarshalJSON() ([]byte, error)

func (*NullableCagInfo) Set ¶

func (v *NullableCagInfo) Set(val *CagInfo)

func (*NullableCagInfo) UnmarshalJSON ¶

func (v *NullableCagInfo) UnmarshalJSON(src []byte) error

func (*NullableCagInfo) Unset ¶

func (v *NullableCagInfo) Unset()

type NullableChangeItem ¶

type NullableChangeItem struct {
	// contains filtered or unexported fields
}

func NewNullableChangeItem ¶

func NewNullableChangeItem(val *ChangeItem) *NullableChangeItem

func (NullableChangeItem) Get ¶

func (v NullableChangeItem) Get() *ChangeItem

func (NullableChangeItem) IsSet ¶

func (v NullableChangeItem) IsSet() bool

func (NullableChangeItem) MarshalJSON ¶

func (v NullableChangeItem) MarshalJSON() ([]byte, error)

func (*NullableChangeItem) Set ¶

func (v *NullableChangeItem) Set(val *ChangeItem)

func (*NullableChangeItem) UnmarshalJSON ¶

func (v *NullableChangeItem) UnmarshalJSON(src []byte) error

func (*NullableChangeItem) Unset ¶

func (v *NullableChangeItem) Unset()

type NullableChangeType ¶

type NullableChangeType struct {
	// contains filtered or unexported fields
}

func NewNullableChangeType ¶

func NewNullableChangeType(val *ChangeType) *NullableChangeType

func (NullableChangeType) Get ¶

func (v NullableChangeType) Get() *ChangeType

func (NullableChangeType) IsSet ¶

func (v NullableChangeType) IsSet() bool

func (NullableChangeType) MarshalJSON ¶

func (v NullableChangeType) MarshalJSON() ([]byte, error)

func (*NullableChangeType) Set ¶

func (v *NullableChangeType) Set(val *ChangeType)

func (*NullableChangeType) UnmarshalJSON ¶

func (v *NullableChangeType) UnmarshalJSON(src []byte) error

func (*NullableChangeType) Unset ¶

func (v *NullableChangeType) Unset()

type NullableCivicAddress ¶

type NullableCivicAddress struct {
	// contains filtered or unexported fields
}

func NewNullableCivicAddress ¶

func NewNullableCivicAddress(val *CivicAddress) *NullableCivicAddress

func (NullableCivicAddress) Get ¶

func (NullableCivicAddress) IsSet ¶

func (v NullableCivicAddress) IsSet() bool

func (NullableCivicAddress) MarshalJSON ¶

func (v NullableCivicAddress) MarshalJSON() ([]byte, error)

func (*NullableCivicAddress) Set ¶

func (v *NullableCivicAddress) Set(val *CivicAddress)

func (*NullableCivicAddress) UnmarshalJSON ¶

func (v *NullableCivicAddress) UnmarshalJSON(src []byte) error

func (*NullableCivicAddress) Unset ¶

func (v *NullableCivicAddress) Unset()

type NullableCodeWordInd ¶

type NullableCodeWordInd struct {
	// contains filtered or unexported fields
}

func NewNullableCodeWordInd ¶

func NewNullableCodeWordInd(val *CodeWordInd) *NullableCodeWordInd

func (NullableCodeWordInd) Get ¶

func (NullableCodeWordInd) IsSet ¶

func (v NullableCodeWordInd) IsSet() bool

func (NullableCodeWordInd) MarshalJSON ¶

func (v NullableCodeWordInd) MarshalJSON() ([]byte, error)

func (*NullableCodeWordInd) Set ¶

func (v *NullableCodeWordInd) Set(val *CodeWordInd)

func (*NullableCodeWordInd) UnmarshalJSON ¶

func (v *NullableCodeWordInd) UnmarshalJSON(src []byte) error

func (*NullableCodeWordInd) Unset ¶

func (v *NullableCodeWordInd) Unset()

type NullableCollectionPeriodRmmLteMdt ¶

type NullableCollectionPeriodRmmLteMdt struct {
	// contains filtered or unexported fields
}

func (NullableCollectionPeriodRmmLteMdt) Get ¶

func (NullableCollectionPeriodRmmLteMdt) IsSet ¶

func (NullableCollectionPeriodRmmLteMdt) MarshalJSON ¶

func (v NullableCollectionPeriodRmmLteMdt) MarshalJSON() ([]byte, error)

func (*NullableCollectionPeriodRmmLteMdt) Set ¶

func (*NullableCollectionPeriodRmmLteMdt) UnmarshalJSON ¶

func (v *NullableCollectionPeriodRmmLteMdt) UnmarshalJSON(src []byte) error

func (*NullableCollectionPeriodRmmLteMdt) Unset ¶

type NullableCollectionPeriodRmmNrMdt ¶

type NullableCollectionPeriodRmmNrMdt struct {
	// contains filtered or unexported fields
}

func (NullableCollectionPeriodRmmNrMdt) Get ¶

func (NullableCollectionPeriodRmmNrMdt) IsSet ¶

func (NullableCollectionPeriodRmmNrMdt) MarshalJSON ¶

func (v NullableCollectionPeriodRmmNrMdt) MarshalJSON() ([]byte, error)

func (*NullableCollectionPeriodRmmNrMdt) Set ¶

func (*NullableCollectionPeriodRmmNrMdt) UnmarshalJSON ¶

func (v *NullableCollectionPeriodRmmNrMdt) UnmarshalJSON(src []byte) error

func (*NullableCollectionPeriodRmmNrMdt) Unset ¶

type NullableContextInfo ¶

type NullableContextInfo struct {
	// contains filtered or unexported fields
}

func NewNullableContextInfo ¶

func NewNullableContextInfo(val *ContextInfo) *NullableContextInfo

func (NullableContextInfo) Get ¶

func (NullableContextInfo) IsSet ¶

func (v NullableContextInfo) IsSet() bool

func (NullableContextInfo) MarshalJSON ¶

func (v NullableContextInfo) MarshalJSON() ([]byte, error)

func (*NullableContextInfo) Set ¶

func (v *NullableContextInfo) Set(val *ContextInfo)

func (*NullableContextInfo) UnmarshalJSON ¶

func (v *NullableContextInfo) UnmarshalJSON(src []byte) error

func (*NullableContextInfo) Unset ¶

func (v *NullableContextInfo) Unset()

type NullableCoreNetworkType ¶

type NullableCoreNetworkType struct {
	// contains filtered or unexported fields
}

func NewNullableCoreNetworkType ¶

func NewNullableCoreNetworkType(val *CoreNetworkType) *NullableCoreNetworkType

func (NullableCoreNetworkType) Get ¶

func (NullableCoreNetworkType) IsSet ¶

func (v NullableCoreNetworkType) IsSet() bool

func (NullableCoreNetworkType) MarshalJSON ¶

func (v NullableCoreNetworkType) MarshalJSON() ([]byte, error)

func (*NullableCoreNetworkType) Set ¶

func (*NullableCoreNetworkType) UnmarshalJSON ¶

func (v *NullableCoreNetworkType) UnmarshalJSON(src []byte) error

func (*NullableCoreNetworkType) Unset ¶

func (v *NullableCoreNetworkType) Unset()

type NullableDataRestorationNotification ¶

type NullableDataRestorationNotification struct {
	// contains filtered or unexported fields
}

func (NullableDataRestorationNotification) Get ¶

func (NullableDataRestorationNotification) IsSet ¶

func (NullableDataRestorationNotification) MarshalJSON ¶

func (v NullableDataRestorationNotification) MarshalJSON() ([]byte, error)

func (*NullableDataRestorationNotification) Set ¶

func (*NullableDataRestorationNotification) UnmarshalJSON ¶

func (v *NullableDataRestorationNotification) UnmarshalJSON(src []byte) error

func (*NullableDataRestorationNotification) Unset ¶

type NullableDataSetName ¶

type NullableDataSetName struct {
	// contains filtered or unexported fields
}

func NewNullableDataSetName ¶

func NewNullableDataSetName(val *DataSetName) *NullableDataSetName

func (NullableDataSetName) Get ¶

func (NullableDataSetName) IsSet ¶

func (v NullableDataSetName) IsSet() bool

func (NullableDataSetName) MarshalJSON ¶

func (v NullableDataSetName) MarshalJSON() ([]byte, error)

func (*NullableDataSetName) Set ¶

func (v *NullableDataSetName) Set(val *DataSetName)

func (*NullableDataSetName) UnmarshalJSON ¶

func (v *NullableDataSetName) UnmarshalJSON(src []byte) error

func (*NullableDataSetName) Unset ¶

func (v *NullableDataSetName) Unset()

type NullableDefaultUnrelatedClass ¶

type NullableDefaultUnrelatedClass struct {
	// contains filtered or unexported fields
}

func (NullableDefaultUnrelatedClass) Get ¶

func (NullableDefaultUnrelatedClass) IsSet ¶

func (NullableDefaultUnrelatedClass) MarshalJSON ¶

func (v NullableDefaultUnrelatedClass) MarshalJSON() ([]byte, error)

func (*NullableDefaultUnrelatedClass) Set ¶

func (*NullableDefaultUnrelatedClass) UnmarshalJSON ¶

func (v *NullableDefaultUnrelatedClass) UnmarshalJSON(src []byte) error

func (*NullableDefaultUnrelatedClass) Unset ¶

func (v *NullableDefaultUnrelatedClass) Unset()

type NullableDnnConfiguration ¶

type NullableDnnConfiguration struct {
	// contains filtered or unexported fields
}

func NewNullableDnnConfiguration ¶

func NewNullableDnnConfiguration(val *DnnConfiguration) *NullableDnnConfiguration

func (NullableDnnConfiguration) Get ¶

func (NullableDnnConfiguration) IsSet ¶

func (v NullableDnnConfiguration) IsSet() bool

func (NullableDnnConfiguration) MarshalJSON ¶

func (v NullableDnnConfiguration) MarshalJSON() ([]byte, error)

func (*NullableDnnConfiguration) Set ¶

func (*NullableDnnConfiguration) UnmarshalJSON ¶

func (v *NullableDnnConfiguration) UnmarshalJSON(src []byte) error

func (*NullableDnnConfiguration) Unset ¶

func (v *NullableDnnConfiguration) Unset()

type NullableDnnInfo ¶

type NullableDnnInfo struct {
	// contains filtered or unexported fields
}

func NewNullableDnnInfo ¶

func NewNullableDnnInfo(val *DnnInfo) *NullableDnnInfo

func (NullableDnnInfo) Get ¶

func (v NullableDnnInfo) Get() *DnnInfo

func (NullableDnnInfo) IsSet ¶

func (v NullableDnnInfo) IsSet() bool

func (NullableDnnInfo) MarshalJSON ¶

func (v NullableDnnInfo) MarshalJSON() ([]byte, error)

func (*NullableDnnInfo) Set ¶

func (v *NullableDnnInfo) Set(val *DnnInfo)

func (*NullableDnnInfo) UnmarshalJSON ¶

func (v *NullableDnnInfo) UnmarshalJSON(src []byte) error

func (*NullableDnnInfo) Unset ¶

func (v *NullableDnnInfo) Unset()

type NullableEcRestrictionDataWb ¶

type NullableEcRestrictionDataWb struct {
	// contains filtered or unexported fields
}

func (NullableEcRestrictionDataWb) Get ¶

func (NullableEcRestrictionDataWb) IsSet ¶

func (NullableEcRestrictionDataWb) MarshalJSON ¶

func (v NullableEcRestrictionDataWb) MarshalJSON() ([]byte, error)

func (*NullableEcRestrictionDataWb) Set ¶

func (*NullableEcRestrictionDataWb) UnmarshalJSON ¶

func (v *NullableEcRestrictionDataWb) UnmarshalJSON(src []byte) error

func (*NullableEcRestrictionDataWb) Unset ¶

func (v *NullableEcRestrictionDataWb) Unset()

type NullableEcgi ¶

type NullableEcgi struct {
	// contains filtered or unexported fields
}

func NewNullableEcgi ¶

func NewNullableEcgi(val *Ecgi) *NullableEcgi

func (NullableEcgi) Get ¶

func (v NullableEcgi) Get() *Ecgi

func (NullableEcgi) IsSet ¶

func (v NullableEcgi) IsSet() bool

func (NullableEcgi) MarshalJSON ¶

func (v NullableEcgi) MarshalJSON() ([]byte, error)

func (*NullableEcgi) Set ¶

func (v *NullableEcgi) Set(val *Ecgi)

func (*NullableEcgi) UnmarshalJSON ¶

func (v *NullableEcgi) UnmarshalJSON(src []byte) error

func (*NullableEcgi) Unset ¶

func (v *NullableEcgi) Unset()

type NullableEcsAddrConfigInfo ¶

type NullableEcsAddrConfigInfo struct {
	// contains filtered or unexported fields
}

func NewNullableEcsAddrConfigInfo ¶

func NewNullableEcsAddrConfigInfo(val *EcsAddrConfigInfo) *NullableEcsAddrConfigInfo

func (NullableEcsAddrConfigInfo) Get ¶

func (NullableEcsAddrConfigInfo) IsSet ¶

func (v NullableEcsAddrConfigInfo) IsSet() bool

func (NullableEcsAddrConfigInfo) MarshalJSON ¶

func (v NullableEcsAddrConfigInfo) MarshalJSON() ([]byte, error)

func (*NullableEcsAddrConfigInfo) Set ¶

func (*NullableEcsAddrConfigInfo) UnmarshalJSON ¶

func (v *NullableEcsAddrConfigInfo) UnmarshalJSON(src []byte) error

func (*NullableEcsAddrConfigInfo) Unset ¶

func (v *NullableEcsAddrConfigInfo) Unset()

type NullableEcsServerAddr ¶

type NullableEcsServerAddr struct {
	// contains filtered or unexported fields
}

func NewNullableEcsServerAddr ¶

func NewNullableEcsServerAddr(val *EcsServerAddr) *NullableEcsServerAddr

func (NullableEcsServerAddr) Get ¶

func (NullableEcsServerAddr) IsSet ¶

func (v NullableEcsServerAddr) IsSet() bool

func (NullableEcsServerAddr) MarshalJSON ¶

func (v NullableEcsServerAddr) MarshalJSON() ([]byte, error)

func (*NullableEcsServerAddr) Set ¶

func (v *NullableEcsServerAddr) Set(val *EcsServerAddr)

func (*NullableEcsServerAddr) UnmarshalJSON ¶

func (v *NullableEcsServerAddr) UnmarshalJSON(src []byte) error

func (*NullableEcsServerAddr) Unset ¶

func (v *NullableEcsServerAddr) Unset()

type NullableEdrxParameters ¶

type NullableEdrxParameters struct {
	// contains filtered or unexported fields
}

func NewNullableEdrxParameters ¶

func NewNullableEdrxParameters(val *EdrxParameters) *NullableEdrxParameters

func (NullableEdrxParameters) Get ¶

func (NullableEdrxParameters) IsSet ¶

func (v NullableEdrxParameters) IsSet() bool

func (NullableEdrxParameters) MarshalJSON ¶

func (v NullableEdrxParameters) MarshalJSON() ([]byte, error)

func (*NullableEdrxParameters) Set ¶

func (*NullableEdrxParameters) UnmarshalJSON ¶

func (v *NullableEdrxParameters) UnmarshalJSON(src []byte) error

func (*NullableEdrxParameters) Unset ¶

func (v *NullableEdrxParameters) Unset()

type NullableEllipsoidArc ¶

type NullableEllipsoidArc struct {
	// contains filtered or unexported fields
}

func NewNullableEllipsoidArc ¶

func NewNullableEllipsoidArc(val *EllipsoidArc) *NullableEllipsoidArc

func (NullableEllipsoidArc) Get ¶

func (NullableEllipsoidArc) IsSet ¶

func (v NullableEllipsoidArc) IsSet() bool

func (NullableEllipsoidArc) MarshalJSON ¶

func (v NullableEllipsoidArc) MarshalJSON() ([]byte, error)

func (*NullableEllipsoidArc) Set ¶

func (v *NullableEllipsoidArc) Set(val *EllipsoidArc)

func (*NullableEllipsoidArc) UnmarshalJSON ¶

func (v *NullableEllipsoidArc) UnmarshalJSON(src []byte) error

func (*NullableEllipsoidArc) Unset ¶

func (v *NullableEllipsoidArc) Unset()

type NullableEmergencyInfo ¶

type NullableEmergencyInfo struct {
	// contains filtered or unexported fields
}

func NewNullableEmergencyInfo ¶

func NewNullableEmergencyInfo(val *EmergencyInfo) *NullableEmergencyInfo

func (NullableEmergencyInfo) Get ¶

func (NullableEmergencyInfo) IsSet ¶

func (v NullableEmergencyInfo) IsSet() bool

func (NullableEmergencyInfo) MarshalJSON ¶

func (v NullableEmergencyInfo) MarshalJSON() ([]byte, error)

func (*NullableEmergencyInfo) Set ¶

func (v *NullableEmergencyInfo) Set(val *EmergencyInfo)

func (*NullableEmergencyInfo) UnmarshalJSON ¶

func (v *NullableEmergencyInfo) UnmarshalJSON(src []byte) error

func (*NullableEmergencyInfo) Unset ¶

func (v *NullableEmergencyInfo) Unset()

type NullableEnhancedCoverageRestrictionData ¶

type NullableEnhancedCoverageRestrictionData struct {
	// contains filtered or unexported fields
}

func (NullableEnhancedCoverageRestrictionData) Get ¶

func (NullableEnhancedCoverageRestrictionData) IsSet ¶

func (NullableEnhancedCoverageRestrictionData) MarshalJSON ¶

func (v NullableEnhancedCoverageRestrictionData) MarshalJSON() ([]byte, error)

func (*NullableEnhancedCoverageRestrictionData) Set ¶

func (*NullableEnhancedCoverageRestrictionData) UnmarshalJSON ¶

func (v *NullableEnhancedCoverageRestrictionData) UnmarshalJSON(src []byte) error

func (*NullableEnhancedCoverageRestrictionData) Unset ¶

type NullableEpsInterworkingInfo ¶

type NullableEpsInterworkingInfo struct {
	// contains filtered or unexported fields
}

func (NullableEpsInterworkingInfo) Get ¶

func (NullableEpsInterworkingInfo) IsSet ¶

func (NullableEpsInterworkingInfo) MarshalJSON ¶

func (v NullableEpsInterworkingInfo) MarshalJSON() ([]byte, error)

func (*NullableEpsInterworkingInfo) Set ¶

func (*NullableEpsInterworkingInfo) UnmarshalJSON ¶

func (v *NullableEpsInterworkingInfo) UnmarshalJSON(src []byte) error

func (*NullableEpsInterworkingInfo) Unset ¶

func (v *NullableEpsInterworkingInfo) Unset()

type NullableEpsIwkPgw ¶

type NullableEpsIwkPgw struct {
	// contains filtered or unexported fields
}

func NewNullableEpsIwkPgw ¶

func NewNullableEpsIwkPgw(val *EpsIwkPgw) *NullableEpsIwkPgw

func (NullableEpsIwkPgw) Get ¶

func (v NullableEpsIwkPgw) Get() *EpsIwkPgw

func (NullableEpsIwkPgw) IsSet ¶

func (v NullableEpsIwkPgw) IsSet() bool

func (NullableEpsIwkPgw) MarshalJSON ¶

func (v NullableEpsIwkPgw) MarshalJSON() ([]byte, error)

func (*NullableEpsIwkPgw) Set ¶

func (v *NullableEpsIwkPgw) Set(val *EpsIwkPgw)

func (*NullableEpsIwkPgw) UnmarshalJSON ¶

func (v *NullableEpsIwkPgw) UnmarshalJSON(src []byte) error

func (*NullableEpsIwkPgw) Unset ¶

func (v *NullableEpsIwkPgw) Unset()

type NullableEventForMdt ¶

type NullableEventForMdt struct {
	// contains filtered or unexported fields
}

func NewNullableEventForMdt ¶

func NewNullableEventForMdt(val *EventForMdt) *NullableEventForMdt

func (NullableEventForMdt) Get ¶

func (NullableEventForMdt) IsSet ¶

func (v NullableEventForMdt) IsSet() bool

func (NullableEventForMdt) MarshalJSON ¶

func (v NullableEventForMdt) MarshalJSON() ([]byte, error)

func (*NullableEventForMdt) Set ¶

func (v *NullableEventForMdt) Set(val *EventForMdt)

func (*NullableEventForMdt) UnmarshalJSON ¶

func (v *NullableEventForMdt) UnmarshalJSON(src []byte) error

func (*NullableEventForMdt) Unset ¶

func (v *NullableEventForMdt) Unset()

type NullableExpectedUeBehaviourData ¶

type NullableExpectedUeBehaviourData struct {
	// contains filtered or unexported fields
}

func (NullableExpectedUeBehaviourData) Get ¶

func (NullableExpectedUeBehaviourData) IsSet ¶

func (NullableExpectedUeBehaviourData) MarshalJSON ¶

func (v NullableExpectedUeBehaviourData) MarshalJSON() ([]byte, error)

func (*NullableExpectedUeBehaviourData) Set ¶

func (*NullableExpectedUeBehaviourData) UnmarshalJSON ¶

func (v *NullableExpectedUeBehaviourData) UnmarshalJSON(src []byte) error

func (*NullableExpectedUeBehaviourData) Unset ¶

type NullableExtendedSmSubsData ¶

type NullableExtendedSmSubsData struct {
	// contains filtered or unexported fields
}

func NewNullableExtendedSmSubsData ¶

func NewNullableExtendedSmSubsData(val *ExtendedSmSubsData) *NullableExtendedSmSubsData

func (NullableExtendedSmSubsData) Get ¶

func (NullableExtendedSmSubsData) IsSet ¶

func (v NullableExtendedSmSubsData) IsSet() bool

func (NullableExtendedSmSubsData) MarshalJSON ¶

func (v NullableExtendedSmSubsData) MarshalJSON() ([]byte, error)

func (*NullableExtendedSmSubsData) Set ¶

func (*NullableExtendedSmSubsData) UnmarshalJSON ¶

func (v *NullableExtendedSmSubsData) UnmarshalJSON(src []byte) error

func (*NullableExtendedSmSubsData) Unset ¶

func (v *NullableExtendedSmSubsData) Unset()

type NullableExternalUnrelatedClass ¶

type NullableExternalUnrelatedClass struct {
	// contains filtered or unexported fields
}

func (NullableExternalUnrelatedClass) Get ¶

func (NullableExternalUnrelatedClass) IsSet ¶

func (NullableExternalUnrelatedClass) MarshalJSON ¶

func (v NullableExternalUnrelatedClass) MarshalJSON() ([]byte, error)

func (*NullableExternalUnrelatedClass) Set ¶

func (*NullableExternalUnrelatedClass) UnmarshalJSON ¶

func (v *NullableExternalUnrelatedClass) UnmarshalJSON(src []byte) error

func (*NullableExternalUnrelatedClass) Unset ¶

func (v *NullableExternalUnrelatedClass) Unset()

type NullableFloat32 ¶

type NullableFloat32 struct {
	// contains filtered or unexported fields
}

func NewNullableFloat32 ¶

func NewNullableFloat32(val *float32) *NullableFloat32

func (NullableFloat32) Get ¶

func (v NullableFloat32) Get() *float32

func (NullableFloat32) IsSet ¶

func (v NullableFloat32) IsSet() bool

func (NullableFloat32) MarshalJSON ¶

func (v NullableFloat32) MarshalJSON() ([]byte, error)

func (*NullableFloat32) Set ¶

func (v *NullableFloat32) Set(val *float32)

func (*NullableFloat32) UnmarshalJSON ¶

func (v *NullableFloat32) UnmarshalJSON(src []byte) error

func (*NullableFloat32) Unset ¶

func (v *NullableFloat32) Unset()

type NullableFloat64 ¶

type NullableFloat64 struct {
	// contains filtered or unexported fields
}

func NewNullableFloat64 ¶

func NewNullableFloat64(val *float64) *NullableFloat64

func (NullableFloat64) Get ¶

func (v NullableFloat64) Get() *float64

func (NullableFloat64) IsSet ¶

func (v NullableFloat64) IsSet() bool

func (NullableFloat64) MarshalJSON ¶

func (v NullableFloat64) MarshalJSON() ([]byte, error)

func (*NullableFloat64) Set ¶

func (v *NullableFloat64) Set(val *float64)

func (*NullableFloat64) UnmarshalJSON ¶

func (v *NullableFloat64) UnmarshalJSON(src []byte) error

func (*NullableFloat64) Unset ¶

func (v *NullableFloat64) Unset()

type NullableFrameRouteInfo ¶

type NullableFrameRouteInfo struct {
	// contains filtered or unexported fields
}

func NewNullableFrameRouteInfo ¶

func NewNullableFrameRouteInfo(val *FrameRouteInfo) *NullableFrameRouteInfo

func (NullableFrameRouteInfo) Get ¶

func (NullableFrameRouteInfo) IsSet ¶

func (v NullableFrameRouteInfo) IsSet() bool

func (NullableFrameRouteInfo) MarshalJSON ¶

func (v NullableFrameRouteInfo) MarshalJSON() ([]byte, error)

func (*NullableFrameRouteInfo) Set ¶

func (*NullableFrameRouteInfo) UnmarshalJSON ¶

func (v *NullableFrameRouteInfo) UnmarshalJSON(src []byte) error

func (*NullableFrameRouteInfo) Unset ¶

func (v *NullableFrameRouteInfo) Unset()

type NullableGADShape ¶

type NullableGADShape struct {
	// contains filtered or unexported fields
}

func NewNullableGADShape ¶

func NewNullableGADShape(val *GADShape) *NullableGADShape

func (NullableGADShape) Get ¶

func (v NullableGADShape) Get() *GADShape

func (NullableGADShape) IsSet ¶

func (v NullableGADShape) IsSet() bool

func (NullableGADShape) MarshalJSON ¶

func (v NullableGADShape) MarshalJSON() ([]byte, error)

func (*NullableGADShape) Set ¶

func (v *NullableGADShape) Set(val *GADShape)

func (*NullableGADShape) UnmarshalJSON ¶

func (v *NullableGADShape) UnmarshalJSON(src []byte) error

func (*NullableGADShape) Unset ¶

func (v *NullableGADShape) Unset()

type NullableGNbId ¶

type NullableGNbId struct {
	// contains filtered or unexported fields
}

func NewNullableGNbId ¶

func NewNullableGNbId(val *GNbId) *NullableGNbId

func (NullableGNbId) Get ¶

func (v NullableGNbId) Get() *GNbId

func (NullableGNbId) IsSet ¶

func (v NullableGNbId) IsSet() bool

func (NullableGNbId) MarshalJSON ¶

func (v NullableGNbId) MarshalJSON() ([]byte, error)

func (*NullableGNbId) Set ¶

func (v *NullableGNbId) Set(val *GNbId)

func (*NullableGNbId) UnmarshalJSON ¶

func (v *NullableGNbId) UnmarshalJSON(src []byte) error

func (*NullableGNbId) Unset ¶

func (v *NullableGNbId) Unset()

type NullableGeoServiceArea ¶

type NullableGeoServiceArea struct {
	// contains filtered or unexported fields
}

func NewNullableGeoServiceArea ¶

func NewNullableGeoServiceArea(val *GeoServiceArea) *NullableGeoServiceArea

func (NullableGeoServiceArea) Get ¶

func (NullableGeoServiceArea) IsSet ¶

func (v NullableGeoServiceArea) IsSet() bool

func (NullableGeoServiceArea) MarshalJSON ¶

func (v NullableGeoServiceArea) MarshalJSON() ([]byte, error)

func (*NullableGeoServiceArea) Set ¶

func (*NullableGeoServiceArea) UnmarshalJSON ¶

func (v *NullableGeoServiceArea) UnmarshalJSON(src []byte) error

func (*NullableGeoServiceArea) Unset ¶

func (v *NullableGeoServiceArea) Unset()

type NullableGeographicArea ¶

type NullableGeographicArea struct {
	// contains filtered or unexported fields
}

func NewNullableGeographicArea ¶

func NewNullableGeographicArea(val *GeographicArea) *NullableGeographicArea

func (NullableGeographicArea) Get ¶

func (NullableGeographicArea) IsSet ¶

func (v NullableGeographicArea) IsSet() bool

func (NullableGeographicArea) MarshalJSON ¶

func (v NullableGeographicArea) MarshalJSON() ([]byte, error)

func (*NullableGeographicArea) Set ¶

func (*NullableGeographicArea) UnmarshalJSON ¶

func (v *NullableGeographicArea) UnmarshalJSON(src []byte) error

func (*NullableGeographicArea) Unset ¶

func (v *NullableGeographicArea) Unset()

type NullableGeographicalCoordinates ¶

type NullableGeographicalCoordinates struct {
	// contains filtered or unexported fields
}

func (NullableGeographicalCoordinates) Get ¶

func (NullableGeographicalCoordinates) IsSet ¶

func (NullableGeographicalCoordinates) MarshalJSON ¶

func (v NullableGeographicalCoordinates) MarshalJSON() ([]byte, error)

func (*NullableGeographicalCoordinates) Set ¶

func (*NullableGeographicalCoordinates) UnmarshalJSON ¶

func (v *NullableGeographicalCoordinates) UnmarshalJSON(src []byte) error

func (*NullableGeographicalCoordinates) Unset ¶

type NullableGlobalRanNodeId ¶

type NullableGlobalRanNodeId struct {
	// contains filtered or unexported fields
}

func NewNullableGlobalRanNodeId ¶

func NewNullableGlobalRanNodeId(val *GlobalRanNodeId) *NullableGlobalRanNodeId

func (NullableGlobalRanNodeId) Get ¶

func (NullableGlobalRanNodeId) IsSet ¶

func (v NullableGlobalRanNodeId) IsSet() bool

func (NullableGlobalRanNodeId) MarshalJSON ¶

func (v NullableGlobalRanNodeId) MarshalJSON() ([]byte, error)

func (*NullableGlobalRanNodeId) Set ¶

func (*NullableGlobalRanNodeId) UnmarshalJSON ¶

func (v *NullableGlobalRanNodeId) UnmarshalJSON(src []byte) error

func (*NullableGlobalRanNodeId) Unset ¶

func (v *NullableGlobalRanNodeId) Unset()

type NullableGpsiType ¶

type NullableGpsiType struct {
	// contains filtered or unexported fields
}

func NewNullableGpsiType ¶

func NewNullableGpsiType(val *GpsiType) *NullableGpsiType

func (NullableGpsiType) Get ¶

func (v NullableGpsiType) Get() *GpsiType

func (NullableGpsiType) IsSet ¶

func (v NullableGpsiType) IsSet() bool

func (NullableGpsiType) MarshalJSON ¶

func (v NullableGpsiType) MarshalJSON() ([]byte, error)

func (*NullableGpsiType) Set ¶

func (v *NullableGpsiType) Set(val *GpsiType)

func (*NullableGpsiType) UnmarshalJSON ¶

func (v *NullableGpsiType) UnmarshalJSON(src []byte) error

func (*NullableGpsiType) Unset ¶

func (v *NullableGpsiType) Unset()

type NullableGroupIdentifiers ¶

type NullableGroupIdentifiers struct {
	// contains filtered or unexported fields
}

func NewNullableGroupIdentifiers ¶

func NewNullableGroupIdentifiers(val *GroupIdentifiers) *NullableGroupIdentifiers

func (NullableGroupIdentifiers) Get ¶

func (NullableGroupIdentifiers) IsSet ¶

func (v NullableGroupIdentifiers) IsSet() bool

func (NullableGroupIdentifiers) MarshalJSON ¶

func (v NullableGroupIdentifiers) MarshalJSON() ([]byte, error)

func (*NullableGroupIdentifiers) Set ¶

func (*NullableGroupIdentifiers) UnmarshalJSON ¶

func (v *NullableGroupIdentifiers) UnmarshalJSON(src []byte) error

func (*NullableGroupIdentifiers) Unset ¶

func (v *NullableGroupIdentifiers) Unset()

type NullableGuami ¶

type NullableGuami struct {
	// contains filtered or unexported fields
}

func NewNullableGuami ¶

func NewNullableGuami(val *Guami) *NullableGuami

func (NullableGuami) Get ¶

func (v NullableGuami) Get() *Guami

func (NullableGuami) IsSet ¶

func (v NullableGuami) IsSet() bool

func (NullableGuami) MarshalJSON ¶

func (v NullableGuami) MarshalJSON() ([]byte, error)

func (*NullableGuami) Set ¶

func (v *NullableGuami) Set(val *Guami)

func (*NullableGuami) UnmarshalJSON ¶

func (v *NullableGuami) UnmarshalJSON(src []byte) error

func (*NullableGuami) Unset ¶

func (v *NullableGuami) Unset()

type NullableIdTranslationResult ¶

type NullableIdTranslationResult struct {
	// contains filtered or unexported fields
}

func (NullableIdTranslationResult) Get ¶

func (NullableIdTranslationResult) IsSet ¶

func (NullableIdTranslationResult) MarshalJSON ¶

func (v NullableIdTranslationResult) MarshalJSON() ([]byte, error)

func (*NullableIdTranslationResult) Set ¶

func (*NullableIdTranslationResult) UnmarshalJSON ¶

func (v *NullableIdTranslationResult) UnmarshalJSON(src []byte) error

func (*NullableIdTranslationResult) Unset ¶

func (v *NullableIdTranslationResult) Unset()

type NullableIdentityRange ¶

type NullableIdentityRange struct {
	// contains filtered or unexported fields
}

func NewNullableIdentityRange ¶

func NewNullableIdentityRange(val *IdentityRange) *NullableIdentityRange

func (NullableIdentityRange) Get ¶

func (NullableIdentityRange) IsSet ¶

func (v NullableIdentityRange) IsSet() bool

func (NullableIdentityRange) MarshalJSON ¶

func (v NullableIdentityRange) MarshalJSON() ([]byte, error)

func (*NullableIdentityRange) Set ¶

func (v *NullableIdentityRange) Set(val *IdentityRange)

func (*NullableIdentityRange) UnmarshalJSON ¶

func (v *NullableIdentityRange) UnmarshalJSON(src []byte) error

func (*NullableIdentityRange) Unset ¶

func (v *NullableIdentityRange) Unset()

type NullableImmediateReport ¶

type NullableImmediateReport struct {
	// contains filtered or unexported fields
}

func NewNullableImmediateReport ¶

func NewNullableImmediateReport(val *ImmediateReport) *NullableImmediateReport

func (NullableImmediateReport) Get ¶

func (NullableImmediateReport) IsSet ¶

func (v NullableImmediateReport) IsSet() bool

func (NullableImmediateReport) MarshalJSON ¶

func (v NullableImmediateReport) MarshalJSON() ([]byte, error)

func (*NullableImmediateReport) Set ¶

func (*NullableImmediateReport) UnmarshalJSON ¶

func (v *NullableImmediateReport) UnmarshalJSON(src []byte) error

func (*NullableImmediateReport) Unset ¶

func (v *NullableImmediateReport) Unset()

type NullableInt ¶

type NullableInt struct {
	// contains filtered or unexported fields
}

func NewNullableInt ¶

func NewNullableInt(val *int) *NullableInt

func (NullableInt) Get ¶

func (v NullableInt) Get() *int

func (NullableInt) IsSet ¶

func (v NullableInt) IsSet() bool

func (NullableInt) MarshalJSON ¶

func (v NullableInt) MarshalJSON() ([]byte, error)

func (*NullableInt) Set ¶

func (v *NullableInt) Set(val *int)

func (*NullableInt) UnmarshalJSON ¶

func (v *NullableInt) UnmarshalJSON(src []byte) error

func (*NullableInt) Unset ¶

func (v *NullableInt) Unset()

type NullableInt32 ¶

type NullableInt32 struct {
	// contains filtered or unexported fields
}

func NewNullableInt32 ¶

func NewNullableInt32(val *int32) *NullableInt32

func (NullableInt32) Get ¶

func (v NullableInt32) Get() *int32

func (NullableInt32) IsSet ¶

func (v NullableInt32) IsSet() bool

func (NullableInt32) MarshalJSON ¶

func (v NullableInt32) MarshalJSON() ([]byte, error)

func (*NullableInt32) Set ¶

func (v *NullableInt32) Set(val *int32)

func (*NullableInt32) UnmarshalJSON ¶

func (v *NullableInt32) UnmarshalJSON(src []byte) error

func (*NullableInt32) Unset ¶

func (v *NullableInt32) Unset()

type NullableInt64 ¶

type NullableInt64 struct {
	// contains filtered or unexported fields
}

func NewNullableInt64 ¶

func NewNullableInt64(val *int64) *NullableInt64

func (NullableInt64) Get ¶

func (v NullableInt64) Get() *int64

func (NullableInt64) IsSet ¶

func (v NullableInt64) IsSet() bool

func (NullableInt64) MarshalJSON ¶

func (v NullableInt64) MarshalJSON() ([]byte, error)

func (*NullableInt64) Set ¶

func (v *NullableInt64) Set(val *int64)

func (*NullableInt64) UnmarshalJSON ¶

func (v *NullableInt64) UnmarshalJSON(src []byte) error

func (*NullableInt64) Unset ¶

func (v *NullableInt64) Unset()

type NullableInterFreqTargetInfo ¶

type NullableInterFreqTargetInfo struct {
	// contains filtered or unexported fields
}

func (NullableInterFreqTargetInfo) Get ¶

func (NullableInterFreqTargetInfo) IsSet ¶

func (NullableInterFreqTargetInfo) MarshalJSON ¶

func (v NullableInterFreqTargetInfo) MarshalJSON() ([]byte, error)

func (*NullableInterFreqTargetInfo) Set ¶

func (*NullableInterFreqTargetInfo) UnmarshalJSON ¶

func (v *NullableInterFreqTargetInfo) UnmarshalJSON(src []byte) error

func (*NullableInterFreqTargetInfo) Unset ¶

func (v *NullableInterFreqTargetInfo) Unset()

type NullableInvalidParam ¶

type NullableInvalidParam struct {
	// contains filtered or unexported fields
}

func NewNullableInvalidParam ¶

func NewNullableInvalidParam(val *InvalidParam) *NullableInvalidParam

func (NullableInvalidParam) Get ¶

func (NullableInvalidParam) IsSet ¶

func (v NullableInvalidParam) IsSet() bool

func (NullableInvalidParam) MarshalJSON ¶

func (v NullableInvalidParam) MarshalJSON() ([]byte, error)

func (*NullableInvalidParam) Set ¶

func (v *NullableInvalidParam) Set(val *InvalidParam)

func (*NullableInvalidParam) UnmarshalJSON ¶

func (v *NullableInvalidParam) UnmarshalJSON(src []byte) error

func (*NullableInvalidParam) Unset ¶

func (v *NullableInvalidParam) Unset()

type NullableIpAddr ¶

type NullableIpAddr struct {
	// contains filtered or unexported fields
}

func NewNullableIpAddr ¶

func NewNullableIpAddr(val *IpAddr) *NullableIpAddr

func (NullableIpAddr) Get ¶

func (v NullableIpAddr) Get() *IpAddr

func (NullableIpAddr) IsSet ¶

func (v NullableIpAddr) IsSet() bool

func (NullableIpAddr) MarshalJSON ¶

func (v NullableIpAddr) MarshalJSON() ([]byte, error)

func (*NullableIpAddr) Set ¶

func (v *NullableIpAddr) Set(val *IpAddr)

func (*NullableIpAddr) UnmarshalJSON ¶

func (v *NullableIpAddr) UnmarshalJSON(src []byte) error

func (*NullableIpAddr) Unset ¶

func (v *NullableIpAddr) Unset()

type NullableIpAddress ¶

type NullableIpAddress struct {
	// contains filtered or unexported fields
}

func NewNullableIpAddress ¶

func NewNullableIpAddress(val *IpAddress) *NullableIpAddress

func (NullableIpAddress) Get ¶

func (v NullableIpAddress) Get() *IpAddress

func (NullableIpAddress) IsSet ¶

func (v NullableIpAddress) IsSet() bool

func (NullableIpAddress) MarshalJSON ¶

func (v NullableIpAddress) MarshalJSON() ([]byte, error)

func (*NullableIpAddress) Set ¶

func (v *NullableIpAddress) Set(val *IpAddress)

func (*NullableIpAddress) UnmarshalJSON ¶

func (v *NullableIpAddress) UnmarshalJSON(src []byte) error

func (*NullableIpAddress) Unset ¶

func (v *NullableIpAddress) Unset()

type NullableIpIndex ¶

type NullableIpIndex struct {
	// contains filtered or unexported fields
}

func NewNullableIpIndex ¶

func NewNullableIpIndex(val *IpIndex) *NullableIpIndex

func (NullableIpIndex) Get ¶

func (v NullableIpIndex) Get() *IpIndex

func (NullableIpIndex) IsSet ¶

func (v NullableIpIndex) IsSet() bool

func (NullableIpIndex) MarshalJSON ¶

func (v NullableIpIndex) MarshalJSON() ([]byte, error)

func (*NullableIpIndex) Set ¶

func (v *NullableIpIndex) Set(val *IpIndex)

func (*NullableIpIndex) UnmarshalJSON ¶

func (v *NullableIpIndex) UnmarshalJSON(src []byte) error

func (*NullableIpIndex) Unset ¶

func (v *NullableIpIndex) Unset()

type NullableIpv6Addr ¶

type NullableIpv6Addr struct {
	// contains filtered or unexported fields
}

func NewNullableIpv6Addr ¶

func NewNullableIpv6Addr(val *Ipv6Addr) *NullableIpv6Addr

func (NullableIpv6Addr) Get ¶

func (v NullableIpv6Addr) Get() *Ipv6Addr

func (NullableIpv6Addr) IsSet ¶

func (v NullableIpv6Addr) IsSet() bool

func (NullableIpv6Addr) MarshalJSON ¶

func (v NullableIpv6Addr) MarshalJSON() ([]byte, error)

func (*NullableIpv6Addr) Set ¶

func (v *NullableIpv6Addr) Set(val *Ipv6Addr)

func (*NullableIpv6Addr) UnmarshalJSON ¶

func (v *NullableIpv6Addr) UnmarshalJSON(src []byte) error

func (*NullableIpv6Addr) Unset ¶

func (v *NullableIpv6Addr) Unset()

type NullableIpv6Prefix ¶

type NullableIpv6Prefix struct {
	// contains filtered or unexported fields
}

func NewNullableIpv6Prefix ¶

func NewNullableIpv6Prefix(val *Ipv6Prefix) *NullableIpv6Prefix

func (NullableIpv6Prefix) Get ¶

func (v NullableIpv6Prefix) Get() *Ipv6Prefix

func (NullableIpv6Prefix) IsSet ¶

func (v NullableIpv6Prefix) IsSet() bool

func (NullableIpv6Prefix) MarshalJSON ¶

func (v NullableIpv6Prefix) MarshalJSON() ([]byte, error)

func (*NullableIpv6Prefix) Set ¶

func (v *NullableIpv6Prefix) Set(val *Ipv6Prefix)

func (*NullableIpv6Prefix) UnmarshalJSON ¶

func (v *NullableIpv6Prefix) UnmarshalJSON(src []byte) error

func (*NullableIpv6Prefix) Unset ¶

func (v *NullableIpv6Prefix) Unset()

type NullableJobType ¶

type NullableJobType struct {
	// contains filtered or unexported fields
}

func NewNullableJobType ¶

func NewNullableJobType(val *JobType) *NullableJobType

func (NullableJobType) Get ¶

func (v NullableJobType) Get() *JobType

func (NullableJobType) IsSet ¶

func (v NullableJobType) IsSet() bool

func (NullableJobType) MarshalJSON ¶

func (v NullableJobType) MarshalJSON() ([]byte, error)

func (*NullableJobType) Set ¶

func (v *NullableJobType) Set(val *JobType)

func (*NullableJobType) UnmarshalJSON ¶

func (v *NullableJobType) UnmarshalJSON(src []byte) error

func (*NullableJobType) Unset ¶

func (v *NullableJobType) Unset()

type NullableLcsBroadcastAssistanceTypesData ¶

type NullableLcsBroadcastAssistanceTypesData struct {
	// contains filtered or unexported fields
}

func (NullableLcsBroadcastAssistanceTypesData) Get ¶

func (NullableLcsBroadcastAssistanceTypesData) IsSet ¶

func (NullableLcsBroadcastAssistanceTypesData) MarshalJSON ¶

func (v NullableLcsBroadcastAssistanceTypesData) MarshalJSON() ([]byte, error)

func (*NullableLcsBroadcastAssistanceTypesData) Set ¶

func (*NullableLcsBroadcastAssistanceTypesData) UnmarshalJSON ¶

func (v *NullableLcsBroadcastAssistanceTypesData) UnmarshalJSON(src []byte) error

func (*NullableLcsBroadcastAssistanceTypesData) Unset ¶

type NullableLcsClientClass ¶

type NullableLcsClientClass struct {
	// contains filtered or unexported fields
}

func NewNullableLcsClientClass ¶

func NewNullableLcsClientClass(val *LcsClientClass) *NullableLcsClientClass

func (NullableLcsClientClass) Get ¶

func (NullableLcsClientClass) IsSet ¶

func (v NullableLcsClientClass) IsSet() bool

func (NullableLcsClientClass) MarshalJSON ¶

func (v NullableLcsClientClass) MarshalJSON() ([]byte, error)

func (*NullableLcsClientClass) Set ¶

func (*NullableLcsClientClass) UnmarshalJSON ¶

func (v *NullableLcsClientClass) UnmarshalJSON(src []byte) error

func (*NullableLcsClientClass) Unset ¶

func (v *NullableLcsClientClass) Unset()

type NullableLcsClientExternal ¶

type NullableLcsClientExternal struct {
	// contains filtered or unexported fields
}

func NewNullableLcsClientExternal ¶

func NewNullableLcsClientExternal(val *LcsClientExternal) *NullableLcsClientExternal

func (NullableLcsClientExternal) Get ¶

func (NullableLcsClientExternal) IsSet ¶

func (v NullableLcsClientExternal) IsSet() bool

func (NullableLcsClientExternal) MarshalJSON ¶

func (v NullableLcsClientExternal) MarshalJSON() ([]byte, error)

func (*NullableLcsClientExternal) Set ¶

func (*NullableLcsClientExternal) UnmarshalJSON ¶

func (v *NullableLcsClientExternal) UnmarshalJSON(src []byte) error

func (*NullableLcsClientExternal) Unset ¶

func (v *NullableLcsClientExternal) Unset()

type NullableLcsClientGroupExternal ¶

type NullableLcsClientGroupExternal struct {
	// contains filtered or unexported fields
}

func (NullableLcsClientGroupExternal) Get ¶

func (NullableLcsClientGroupExternal) IsSet ¶

func (NullableLcsClientGroupExternal) MarshalJSON ¶

func (v NullableLcsClientGroupExternal) MarshalJSON() ([]byte, error)

func (*NullableLcsClientGroupExternal) Set ¶

func (*NullableLcsClientGroupExternal) UnmarshalJSON ¶

func (v *NullableLcsClientGroupExternal) UnmarshalJSON(src []byte) error

func (*NullableLcsClientGroupExternal) Unset ¶

func (v *NullableLcsClientGroupExternal) Unset()

type NullableLcsMoData ¶

type NullableLcsMoData struct {
	// contains filtered or unexported fields
}

func NewNullableLcsMoData ¶

func NewNullableLcsMoData(val *LcsMoData) *NullableLcsMoData

func (NullableLcsMoData) Get ¶

func (v NullableLcsMoData) Get() *LcsMoData

func (NullableLcsMoData) IsSet ¶

func (v NullableLcsMoData) IsSet() bool

func (NullableLcsMoData) MarshalJSON ¶

func (v NullableLcsMoData) MarshalJSON() ([]byte, error)

func (*NullableLcsMoData) Set ¶

func (v *NullableLcsMoData) Set(val *LcsMoData)

func (*NullableLcsMoData) UnmarshalJSON ¶

func (v *NullableLcsMoData) UnmarshalJSON(src []byte) error

func (*NullableLcsMoData) Unset ¶

func (v *NullableLcsMoData) Unset()

type NullableLcsMoServiceClass ¶

type NullableLcsMoServiceClass struct {
	// contains filtered or unexported fields
}

func NewNullableLcsMoServiceClass ¶

func NewNullableLcsMoServiceClass(val *LcsMoServiceClass) *NullableLcsMoServiceClass

func (NullableLcsMoServiceClass) Get ¶

func (NullableLcsMoServiceClass) IsSet ¶

func (v NullableLcsMoServiceClass) IsSet() bool

func (NullableLcsMoServiceClass) MarshalJSON ¶

func (v NullableLcsMoServiceClass) MarshalJSON() ([]byte, error)

func (*NullableLcsMoServiceClass) Set ¶

func (*NullableLcsMoServiceClass) UnmarshalJSON ¶

func (v *NullableLcsMoServiceClass) UnmarshalJSON(src []byte) error

func (*NullableLcsMoServiceClass) Unset ¶

func (v *NullableLcsMoServiceClass) Unset()

type NullableLcsPrivacyData ¶

type NullableLcsPrivacyData struct {
	// contains filtered or unexported fields
}

func NewNullableLcsPrivacyData ¶

func NewNullableLcsPrivacyData(val *LcsPrivacyData) *NullableLcsPrivacyData

func (NullableLcsPrivacyData) Get ¶

func (NullableLcsPrivacyData) IsSet ¶

func (v NullableLcsPrivacyData) IsSet() bool

func (NullableLcsPrivacyData) MarshalJSON ¶

func (v NullableLcsPrivacyData) MarshalJSON() ([]byte, error)

func (*NullableLcsPrivacyData) Set ¶

func (*NullableLcsPrivacyData) UnmarshalJSON ¶

func (v *NullableLcsPrivacyData) UnmarshalJSON(src []byte) error

func (*NullableLcsPrivacyData) Unset ¶

func (v *NullableLcsPrivacyData) Unset()

type NullableLocal2dPointUncertaintyEllipse ¶

type NullableLocal2dPointUncertaintyEllipse struct {
	// contains filtered or unexported fields
}

func (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 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 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 (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 (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 (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 (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 (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 *NrV2xAuth)

func (*NullableNrV2xAuth) UnmarshalJSON ¶

func (v *NullableNrV2xAuth) UnmarshalJSON(src []byte) error

func (*NullableNrV2xAuth) Unset ¶

func (v *NullableNrV2xAuth) Unset()

type NullableNssai ¶

type NullableNssai struct {
	// contains filtered or unexported fields
}

func NewNullableNssai ¶

func NewNullableNssai(val *Nssai) *NullableNssai

func (NullableNssai) Get ¶

func (v NullableNssai) Get() *Nssai

func (NullableNssai) IsSet ¶

func (v NullableNssai) IsSet() bool

func (NullableNssai) MarshalJSON ¶

func (v NullableNssai) MarshalJSON() ([]byte, error)

func (*NullableNssai) Set ¶

func (v *NullableNssai) Set(val *Nssai)

func (*NullableNssai) UnmarshalJSON ¶

func (v *NullableNssai) UnmarshalJSON(src []byte) error

func (*NullableNssai) Unset ¶

func (v *NullableNssai) Unset()

type NullableNullValue ¶

type NullableNullValue struct {
	// contains filtered or unexported fields
}

func NewNullableNullValue ¶

func NewNullableNullValue(val *NullValue) *NullableNullValue

func (NullableNullValue) Get ¶

func (v NullableNullValue) Get() *NullValue

func (NullableNullValue) IsSet ¶

func (v NullableNullValue) IsSet() bool

func (NullableNullValue) MarshalJSON ¶

func (v NullableNullValue) MarshalJSON() ([]byte, error)

func (*NullableNullValue) Set ¶

func (v *NullableNullValue) Set(val *NullValue)

func (*NullableNullValue) UnmarshalJSON ¶

func (v *NullableNullValue) UnmarshalJSON(src []byte) error

func (*NullableNullValue) Unset ¶

func (v *NullableNullValue) Unset()

type NullableOdbPacketServices ¶

type NullableOdbPacketServices struct {
	// contains filtered or unexported fields
}

func NewNullableOdbPacketServices ¶

func NewNullableOdbPacketServices(val *OdbPacketServices) *NullableOdbPacketServices

func (NullableOdbPacketServices) Get ¶

func (NullableOdbPacketServices) IsSet ¶

func (v NullableOdbPacketServices) IsSet() bool

func (NullableOdbPacketServices) MarshalJSON ¶

func (v NullableOdbPacketServices) MarshalJSON() ([]byte, error)

func (*NullableOdbPacketServices) Set ¶

func (*NullableOdbPacketServices) UnmarshalJSON ¶

func (v *NullableOdbPacketServices) UnmarshalJSON(src []byte) error

func (*NullableOdbPacketServices) Unset ¶

func (v *NullableOdbPacketServices) Unset()

type NullableOperationMode ¶

type NullableOperationMode struct {
	// contains filtered or unexported fields
}

func NewNullableOperationMode ¶

func NewNullableOperationMode(val *OperationMode) *NullableOperationMode

func (NullableOperationMode) Get ¶

func (NullableOperationMode) IsSet ¶

func (v NullableOperationMode) IsSet() bool

func (NullableOperationMode) MarshalJSON ¶

func (v NullableOperationMode) MarshalJSON() ([]byte, error)

func (*NullableOperationMode) Set ¶

func (v *NullableOperationMode) Set(val *OperationMode)

func (*NullableOperationMode) UnmarshalJSON ¶

func (v *NullableOperationMode) UnmarshalJSON(src []byte) error

func (*NullableOperationMode) Unset ¶

func (v *NullableOperationMode) Unset()

type NullablePatchResult ¶

type NullablePatchResult struct {
	// contains filtered or unexported fields
}

func NewNullablePatchResult ¶

func NewNullablePatchResult(val *PatchResult) *NullablePatchResult

func (NullablePatchResult) Get ¶

func (NullablePatchResult) IsSet ¶

func (v NullablePatchResult) IsSet() bool

func (NullablePatchResult) MarshalJSON ¶

func (v NullablePatchResult) MarshalJSON() ([]byte, error)

func (*NullablePatchResult) Set ¶

func (v *NullablePatchResult) Set(val *PatchResult)

func (*NullablePatchResult) UnmarshalJSON ¶

func (v *NullablePatchResult) UnmarshalJSON(src []byte) error

func (*NullablePatchResult) Unset ¶

func (v *NullablePatchResult) Unset()

type NullablePcfSelectionAssistanceInfo ¶

type NullablePcfSelectionAssistanceInfo struct {
	// contains filtered or unexported fields
}

func (NullablePcfSelectionAssistanceInfo) Get ¶

func (NullablePcfSelectionAssistanceInfo) IsSet ¶

func (NullablePcfSelectionAssistanceInfo) MarshalJSON ¶

func (v NullablePcfSelectionAssistanceInfo) MarshalJSON() ([]byte, error)

func (*NullablePcfSelectionAssistanceInfo) Set ¶

func (*NullablePcfSelectionAssistanceInfo) UnmarshalJSON ¶

func (v *NullablePcfSelectionAssistanceInfo) UnmarshalJSON(src []byte) error

func (*NullablePcfSelectionAssistanceInfo) Unset ¶

type NullablePduSession ¶

type NullablePduSession struct {
	// contains filtered or unexported fields
}

func NewNullablePduSession ¶

func NewNullablePduSession(val *PduSession) *NullablePduSession

func (NullablePduSession) Get ¶

func (v NullablePduSession) Get() *PduSession

func (NullablePduSession) IsSet ¶

func (v NullablePduSession) IsSet() bool

func (NullablePduSession) MarshalJSON ¶

func (v NullablePduSession) MarshalJSON() ([]byte, error)

func (*NullablePduSession) Set ¶

func (v *NullablePduSession) Set(val *PduSession)

func (*NullablePduSession) UnmarshalJSON ¶

func (v *NullablePduSession) UnmarshalJSON(src []byte) error

func (*NullablePduSession) Unset ¶

func (v *NullablePduSession) Unset()

type NullablePduSessionContinuityInd ¶

type NullablePduSessionContinuityInd struct {
	// contains filtered or unexported fields
}

func (NullablePduSessionContinuityInd) Get ¶

func (NullablePduSessionContinuityInd) IsSet ¶

func (NullablePduSessionContinuityInd) MarshalJSON ¶

func (v NullablePduSessionContinuityInd) MarshalJSON() ([]byte, error)

func (*NullablePduSessionContinuityInd) Set ¶

func (*NullablePduSessionContinuityInd) UnmarshalJSON ¶

func (v *NullablePduSessionContinuityInd) UnmarshalJSON(src []byte) error

func (*NullablePduSessionContinuityInd) Unset ¶

type NullablePduSessionType ¶

type NullablePduSessionType struct {
	// contains filtered or unexported fields
}

func NewNullablePduSessionType ¶

func NewNullablePduSessionType(val *PduSessionType) *NullablePduSessionType

func (NullablePduSessionType) Get ¶

func (NullablePduSessionType) IsSet ¶

func (v NullablePduSessionType) IsSet() bool

func (NullablePduSessionType) MarshalJSON ¶

func (v NullablePduSessionType) MarshalJSON() ([]byte, error)

func (*NullablePduSessionType) Set ¶

func (*NullablePduSessionType) UnmarshalJSON ¶

func (v *NullablePduSessionType) UnmarshalJSON(src []byte) error

func (*NullablePduSessionType) Unset ¶

func (v *NullablePduSessionType) Unset()

type NullablePduSessionTypes ¶

type NullablePduSessionTypes struct {
	// contains filtered or unexported fields
}

func NewNullablePduSessionTypes ¶

func NewNullablePduSessionTypes(val *PduSessionTypes) *NullablePduSessionTypes

func (NullablePduSessionTypes) Get ¶

func (NullablePduSessionTypes) IsSet ¶

func (v NullablePduSessionTypes) IsSet() bool

func (NullablePduSessionTypes) MarshalJSON ¶

func (v NullablePduSessionTypes) MarshalJSON() ([]byte, error)

func (*NullablePduSessionTypes) Set ¶

func (*NullablePduSessionTypes) UnmarshalJSON ¶

func (v *NullablePduSessionTypes) UnmarshalJSON(src []byte) error

func (*NullablePduSessionTypes) Unset ¶

func (v *NullablePduSessionTypes) Unset()

type NullablePgwInfo ¶

type NullablePgwInfo struct {
	// contains filtered or unexported fields
}

func NewNullablePgwInfo ¶

func NewNullablePgwInfo(val *PgwInfo) *NullablePgwInfo

func (NullablePgwInfo) Get ¶

func (v NullablePgwInfo) Get() *PgwInfo

func (NullablePgwInfo) IsSet ¶

func (v NullablePgwInfo) IsSet() bool

func (NullablePgwInfo) MarshalJSON ¶

func (v NullablePgwInfo) MarshalJSON() ([]byte, error)

func (*NullablePgwInfo) Set ¶

func (v *NullablePgwInfo) Set(val *PgwInfo)

func (*NullablePgwInfo) UnmarshalJSON ¶

func (v *NullablePgwInfo) UnmarshalJSON(src []byte) error

func (*NullablePgwInfo) Unset ¶

func (v *NullablePgwInfo) Unset()

type NullablePlmnEcInfo ¶

type NullablePlmnEcInfo struct {
	// contains filtered or unexported fields
}

func NewNullablePlmnEcInfo ¶

func NewNullablePlmnEcInfo(val *PlmnEcInfo) *NullablePlmnEcInfo

func (NullablePlmnEcInfo) Get ¶

func (v NullablePlmnEcInfo) Get() *PlmnEcInfo

func (NullablePlmnEcInfo) IsSet ¶

func (v NullablePlmnEcInfo) IsSet() bool

func (NullablePlmnEcInfo) MarshalJSON ¶

func (v NullablePlmnEcInfo) MarshalJSON() ([]byte, error)

func (*NullablePlmnEcInfo) Set ¶

func (v *NullablePlmnEcInfo) Set(val *PlmnEcInfo)

func (*NullablePlmnEcInfo) UnmarshalJSON ¶

func (v *NullablePlmnEcInfo) UnmarshalJSON(src []byte) error

func (*NullablePlmnEcInfo) Unset ¶

func (v *NullablePlmnEcInfo) Unset()

type NullablePlmnId ¶

type NullablePlmnId struct {
	// contains filtered or unexported fields
}

func NewNullablePlmnId ¶

func NewNullablePlmnId(val *PlmnId) *NullablePlmnId

func (NullablePlmnId) Get ¶

func (v NullablePlmnId) Get() *PlmnId

func (NullablePlmnId) IsSet ¶

func (v NullablePlmnId) IsSet() bool

func (NullablePlmnId) MarshalJSON ¶

func (v NullablePlmnId) MarshalJSON() ([]byte, error)

func (*NullablePlmnId) Set ¶

func (v *NullablePlmnId) Set(val *PlmnId)

func (*NullablePlmnId) UnmarshalJSON ¶

func (v *NullablePlmnId) UnmarshalJSON(src []byte) error

func (*NullablePlmnId) Unset ¶

func (v *NullablePlmnId) Unset()

type NullablePlmnIdNid ¶

type NullablePlmnIdNid struct {
	// contains filtered or unexported fields
}

func NewNullablePlmnIdNid ¶

func NewNullablePlmnIdNid(val *PlmnIdNid) *NullablePlmnIdNid

func (NullablePlmnIdNid) Get ¶

func (v NullablePlmnIdNid) Get() *PlmnIdNid

func (NullablePlmnIdNid) IsSet ¶

func (v NullablePlmnIdNid) IsSet() bool

func (NullablePlmnIdNid) MarshalJSON ¶

func (v NullablePlmnIdNid) MarshalJSON() ([]byte, error)

func (*NullablePlmnIdNid) Set ¶

func (v *NullablePlmnIdNid) Set(val *PlmnIdNid)

func (*NullablePlmnIdNid) UnmarshalJSON ¶

func (v *NullablePlmnIdNid) UnmarshalJSON(src []byte) error

func (*NullablePlmnIdNid) Unset ¶

func (v *NullablePlmnIdNid) Unset()

type NullablePlmnOperatorClass ¶

type NullablePlmnOperatorClass struct {
	// contains filtered or unexported fields
}

func NewNullablePlmnOperatorClass ¶

func NewNullablePlmnOperatorClass(val *PlmnOperatorClass) *NullablePlmnOperatorClass

func (NullablePlmnOperatorClass) Get ¶

func (NullablePlmnOperatorClass) IsSet ¶

func (v NullablePlmnOperatorClass) IsSet() bool

func (NullablePlmnOperatorClass) MarshalJSON ¶

func (v NullablePlmnOperatorClass) MarshalJSON() ([]byte, error)

func (*NullablePlmnOperatorClass) Set ¶

func (*NullablePlmnOperatorClass) UnmarshalJSON ¶

func (v *NullablePlmnOperatorClass) UnmarshalJSON(src []byte) error

func (*NullablePlmnOperatorClass) Unset ¶

func (v *NullablePlmnOperatorClass) Unset()

type NullablePlmnRestriction ¶

type NullablePlmnRestriction struct {
	// contains filtered or unexported fields
}

func NewNullablePlmnRestriction ¶

func NewNullablePlmnRestriction(val *PlmnRestriction) *NullablePlmnRestriction

func (NullablePlmnRestriction) Get ¶

func (NullablePlmnRestriction) IsSet ¶

func (v NullablePlmnRestriction) IsSet() bool

func (NullablePlmnRestriction) MarshalJSON ¶

func (v NullablePlmnRestriction) MarshalJSON() ([]byte, error)

func (*NullablePlmnRestriction) Set ¶

func (*NullablePlmnRestriction) UnmarshalJSON ¶

func (v *NullablePlmnRestriction) UnmarshalJSON(src []byte) error

func (*NullablePlmnRestriction) Unset ¶

func (v *NullablePlmnRestriction) Unset()

type NullablePoint ¶

type NullablePoint struct {
	// contains filtered or unexported fields
}

func NewNullablePoint ¶

func NewNullablePoint(val *Point) *NullablePoint

func (NullablePoint) Get ¶

func (v NullablePoint) Get() *Point

func (NullablePoint) IsSet ¶

func (v NullablePoint) IsSet() bool

func (NullablePoint) MarshalJSON ¶

func (v NullablePoint) MarshalJSON() ([]byte, error)

func (*NullablePoint) Set ¶

func (v *NullablePoint) Set(val *Point)

func (*NullablePoint) UnmarshalJSON ¶

func (v *NullablePoint) UnmarshalJSON(src []byte) error

func (*NullablePoint) Unset ¶

func (v *NullablePoint) Unset()

type NullablePointAltitude ¶

type NullablePointAltitude struct {
	// contains filtered or unexported fields
}

func NewNullablePointAltitude ¶

func NewNullablePointAltitude(val *PointAltitude) *NullablePointAltitude

func (NullablePointAltitude) Get ¶

func (NullablePointAltitude) IsSet ¶

func (v NullablePointAltitude) IsSet() bool

func (NullablePointAltitude) MarshalJSON ¶

func (v NullablePointAltitude) MarshalJSON() ([]byte, error)

func (*NullablePointAltitude) Set ¶

func (v *NullablePointAltitude) Set(val *PointAltitude)

func (*NullablePointAltitude) UnmarshalJSON ¶

func (v *NullablePointAltitude) UnmarshalJSON(src []byte) error

func (*NullablePointAltitude) Unset ¶

func (v *NullablePointAltitude) Unset()

type NullablePointAltitudeUncertainty ¶

type NullablePointAltitudeUncertainty struct {
	// contains filtered or unexported fields
}

func (NullablePointAltitudeUncertainty) Get ¶

func (NullablePointAltitudeUncertainty) IsSet ¶

func (NullablePointAltitudeUncertainty) MarshalJSON ¶

func (v NullablePointAltitudeUncertainty) MarshalJSON() ([]byte, error)

func (*NullablePointAltitudeUncertainty) Set ¶

func (*NullablePointAltitudeUncertainty) UnmarshalJSON ¶

func (v *NullablePointAltitudeUncertainty) UnmarshalJSON(src []byte) error

func (*NullablePointAltitudeUncertainty) Unset ¶

type NullablePointUncertaintyCircle ¶

type NullablePointUncertaintyCircle struct {
	// contains filtered or unexported fields
}

func (NullablePointUncertaintyCircle) Get ¶

func (NullablePointUncertaintyCircle) IsSet ¶

func (NullablePointUncertaintyCircle) MarshalJSON ¶

func (v NullablePointUncertaintyCircle) MarshalJSON() ([]byte, error)

func (*NullablePointUncertaintyCircle) Set ¶

func (*NullablePointUncertaintyCircle) UnmarshalJSON ¶

func (v *NullablePointUncertaintyCircle) UnmarshalJSON(src []byte) error

func (*NullablePointUncertaintyCircle) Unset ¶

func (v *NullablePointUncertaintyCircle) Unset()

type NullablePointUncertaintyEllipse ¶

type NullablePointUncertaintyEllipse struct {
	// contains filtered or unexported fields
}

func (NullablePointUncertaintyEllipse) Get ¶

func (NullablePointUncertaintyEllipse) IsSet ¶

func (NullablePointUncertaintyEllipse) MarshalJSON ¶

func (v NullablePointUncertaintyEllipse) MarshalJSON() ([]byte, error)

func (*NullablePointUncertaintyEllipse) Set ¶

func (*NullablePointUncertaintyEllipse) UnmarshalJSON ¶

func (v *NullablePointUncertaintyEllipse) UnmarshalJSON(src []byte) error

func (*NullablePointUncertaintyEllipse) Unset ¶

type NullablePolygon ¶

type NullablePolygon struct {
	// contains filtered or unexported fields
}

func NewNullablePolygon ¶

func NewNullablePolygon(val *Polygon) *NullablePolygon

func (NullablePolygon) Get ¶

func (v NullablePolygon) Get() *Polygon

func (NullablePolygon) IsSet ¶

func (v NullablePolygon) IsSet() bool

func (NullablePolygon) MarshalJSON ¶

func (v NullablePolygon) MarshalJSON() ([]byte, error)

func (*NullablePolygon) Set ¶

func (v *NullablePolygon) Set(val *Polygon)

func (*NullablePolygon) UnmarshalJSON ¶

func (v *NullablePolygon) UnmarshalJSON(src []byte) error

func (*NullablePolygon) Unset ¶

func (v *NullablePolygon) Unset()

type NullablePositioningMethodMdt ¶

type NullablePositioningMethodMdt struct {
	// contains filtered or unexported fields
}

func (NullablePositioningMethodMdt) Get ¶

func (NullablePositioningMethodMdt) IsSet ¶

func (NullablePositioningMethodMdt) MarshalJSON ¶

func (v NullablePositioningMethodMdt) MarshalJSON() ([]byte, error)

func (*NullablePositioningMethodMdt) Set ¶

func (*NullablePositioningMethodMdt) UnmarshalJSON ¶

func (v *NullablePositioningMethodMdt) UnmarshalJSON(src []byte) error

func (*NullablePositioningMethodMdt) Unset ¶

func (v *NullablePositioningMethodMdt) Unset()

type NullablePreemptionCapability ¶

type NullablePreemptionCapability struct {
	// contains filtered or unexported fields
}

func (NullablePreemptionCapability) Get ¶

func (NullablePreemptionCapability) IsSet ¶

func (NullablePreemptionCapability) MarshalJSON ¶

func (v NullablePreemptionCapability) MarshalJSON() ([]byte, error)

func (*NullablePreemptionCapability) Set ¶

func (*NullablePreemptionCapability) UnmarshalJSON ¶

func (v *NullablePreemptionCapability) UnmarshalJSON(src []byte) error

func (*NullablePreemptionCapability) Unset ¶

func (v *NullablePreemptionCapability) Unset()

type NullablePreemptionVulnerability ¶

type NullablePreemptionVulnerability struct {
	// contains filtered or unexported fields
}

func (NullablePreemptionVulnerability) Get ¶

func (NullablePreemptionVulnerability) IsSet ¶

func (NullablePreemptionVulnerability) MarshalJSON ¶

func (v NullablePreemptionVulnerability) MarshalJSON() ([]byte, error)

func (*NullablePreemptionVulnerability) Set ¶

func (*NullablePreemptionVulnerability) UnmarshalJSON ¶

func (v *NullablePreemptionVulnerability) UnmarshalJSON(src []byte) error

func (*NullablePreemptionVulnerability) Unset ¶

type NullablePrivacyCheckRelatedAction ¶

type NullablePrivacyCheckRelatedAction struct {
	// contains filtered or unexported fields
}

func (NullablePrivacyCheckRelatedAction) Get ¶

func (NullablePrivacyCheckRelatedAction) IsSet ¶

func (NullablePrivacyCheckRelatedAction) MarshalJSON ¶

func (v NullablePrivacyCheckRelatedAction) MarshalJSON() ([]byte, error)

func (*NullablePrivacyCheckRelatedAction) Set ¶

func (*NullablePrivacyCheckRelatedAction) UnmarshalJSON ¶

func (v *NullablePrivacyCheckRelatedAction) UnmarshalJSON(src []byte) error

func (*NullablePrivacyCheckRelatedAction) Unset ¶

type NullableProSeAllowedPlmn ¶

type NullableProSeAllowedPlmn struct {
	// contains filtered or unexported fields
}

func NewNullableProSeAllowedPlmn ¶

func NewNullableProSeAllowedPlmn(val *ProSeAllowedPlmn) *NullableProSeAllowedPlmn

func (NullableProSeAllowedPlmn) Get ¶

func (NullableProSeAllowedPlmn) IsSet ¶

func (v NullableProSeAllowedPlmn) IsSet() bool

func (NullableProSeAllowedPlmn) MarshalJSON ¶

func (v NullableProSeAllowedPlmn) MarshalJSON() ([]byte, error)

func (*NullableProSeAllowedPlmn) Set ¶

func (*NullableProSeAllowedPlmn) UnmarshalJSON ¶

func (v *NullableProSeAllowedPlmn) UnmarshalJSON(src []byte) error

func (*NullableProSeAllowedPlmn) Unset ¶

func (v *NullableProSeAllowedPlmn) Unset()

type NullableProblemDetails ¶

type NullableProblemDetails struct {
	// contains filtered or unexported fields
}

func NewNullableProblemDetails ¶

func NewNullableProblemDetails(val *ProblemDetails) *NullableProblemDetails

func (NullableProblemDetails) Get ¶

func (NullableProblemDetails) IsSet ¶

func (v NullableProblemDetails) IsSet() bool

func (NullableProblemDetails) MarshalJSON ¶

func (v NullableProblemDetails) MarshalJSON() ([]byte, error)

func (*NullableProblemDetails) Set ¶

func (*NullableProblemDetails) UnmarshalJSON ¶

func (v *NullableProblemDetails) UnmarshalJSON(src []byte) error

func (*NullableProblemDetails) Unset ¶

func (v *NullableProblemDetails) Unset()

type NullableProseDirectAllowed ¶

type NullableProseDirectAllowed struct {
	// contains filtered or unexported fields
}

func NewNullableProseDirectAllowed ¶

func NewNullableProseDirectAllowed(val *ProseDirectAllowed) *NullableProseDirectAllowed

func (NullableProseDirectAllowed) Get ¶

func (NullableProseDirectAllowed) IsSet ¶

func (v NullableProseDirectAllowed) IsSet() bool

func (NullableProseDirectAllowed) MarshalJSON ¶

func (v NullableProseDirectAllowed) MarshalJSON() ([]byte, error)

func (*NullableProseDirectAllowed) Set ¶

func (*NullableProseDirectAllowed) UnmarshalJSON ¶

func (v *NullableProseDirectAllowed) UnmarshalJSON(src []byte) error

func (*NullableProseDirectAllowed) Unset ¶

func (v *NullableProseDirectAllowed) Unset()

type NullableProseServiceAuth ¶

type NullableProseServiceAuth struct {
	// contains filtered or unexported fields
}

func NewNullableProseServiceAuth ¶

func NewNullableProseServiceAuth(val *ProseServiceAuth) *NullableProseServiceAuth

func (NullableProseServiceAuth) Get ¶

func (NullableProseServiceAuth) IsSet ¶

func (v NullableProseServiceAuth) IsSet() bool

func (NullableProseServiceAuth) MarshalJSON ¶

func (v NullableProseServiceAuth) MarshalJSON() ([]byte, error)

func (*NullableProseServiceAuth) Set ¶

func (*NullableProseServiceAuth) UnmarshalJSON ¶

func (v *NullableProseServiceAuth) UnmarshalJSON(src []byte) error

func (*NullableProseServiceAuth) Unset ¶

func (v *NullableProseServiceAuth) Unset()

type NullableProseSubscriptionData ¶

type NullableProseSubscriptionData struct {
	// contains filtered or unexported fields
}

func (NullableProseSubscriptionData) Get ¶

func (NullableProseSubscriptionData) IsSet ¶

func (NullableProseSubscriptionData) MarshalJSON ¶

func (v NullableProseSubscriptionData) MarshalJSON() ([]byte, error)

func (*NullableProseSubscriptionData) Set ¶

func (*NullableProseSubscriptionData) UnmarshalJSON ¶

func (v *NullableProseSubscriptionData) UnmarshalJSON(src []byte) error

func (*NullableProseSubscriptionData) Unset ¶

func (v *NullableProseSubscriptionData) Unset()

type NullablePtwParameters ¶

type NullablePtwParameters struct {
	// contains filtered or unexported fields
}

func NewNullablePtwParameters ¶

func NewNullablePtwParameters(val *PtwParameters) *NullablePtwParameters

func (NullablePtwParameters) Get ¶

func (NullablePtwParameters) IsSet ¶

func (v NullablePtwParameters) IsSet() bool

func (NullablePtwParameters) MarshalJSON ¶

func (v NullablePtwParameters) MarshalJSON() ([]byte, error)

func (*NullablePtwParameters) Set ¶

func (v *NullablePtwParameters) Set(val *PtwParameters)

func (*NullablePtwParameters) UnmarshalJSON ¶

func (v *NullablePtwParameters) UnmarshalJSON(src []byte) error

func (*NullablePtwParameters) Unset ¶

func (v *NullablePtwParameters) Unset()

type NullableRatType ¶

type NullableRatType struct {
	// contains filtered or unexported fields
}

func NewNullableRatType ¶

func NewNullableRatType(val *RatType) *NullableRatType

func (NullableRatType) Get ¶

func (v NullableRatType) Get() *RatType

func (NullableRatType) IsSet ¶

func (v NullableRatType) IsSet() bool

func (NullableRatType) MarshalJSON ¶

func (v NullableRatType) MarshalJSON() ([]byte, error)

func (*NullableRatType) Set ¶

func (v *NullableRatType) Set(val *RatType)

func (*NullableRatType) UnmarshalJSON ¶

func (v *NullableRatType) UnmarshalJSON(src []byte) error

func (*NullableRatType) Unset ¶

func (v *NullableRatType) Unset()

type NullableRedirectResponse ¶

type NullableRedirectResponse struct {
	// contains filtered or unexported fields
}

func NewNullableRedirectResponse ¶

func NewNullableRedirectResponse(val *RedirectResponse) *NullableRedirectResponse

func (NullableRedirectResponse) Get ¶

func (NullableRedirectResponse) IsSet ¶

func (v NullableRedirectResponse) IsSet() bool

func (NullableRedirectResponse) MarshalJSON ¶

func (v NullableRedirectResponse) MarshalJSON() ([]byte, error)

func (*NullableRedirectResponse) Set ¶

func (*NullableRedirectResponse) UnmarshalJSON ¶

func (v *NullableRedirectResponse) UnmarshalJSON(src []byte) error

func (*NullableRedirectResponse) Unset ¶

func (v *NullableRedirectResponse) Unset()

type NullableRelativeCartesianLocation ¶

type NullableRelativeCartesianLocation struct {
	// contains filtered or unexported fields
}

func (NullableRelativeCartesianLocation) Get ¶

func (NullableRelativeCartesianLocation) IsSet ¶

func (NullableRelativeCartesianLocation) MarshalJSON ¶

func (v NullableRelativeCartesianLocation) MarshalJSON() ([]byte, error)

func (*NullableRelativeCartesianLocation) Set ¶

func (*NullableRelativeCartesianLocation) UnmarshalJSON ¶

func (v *NullableRelativeCartesianLocation) UnmarshalJSON(src []byte) error

func (*NullableRelativeCartesianLocation) Unset ¶

type NullableReportAmountMdt ¶

type NullableReportAmountMdt struct {
	// contains filtered or unexported fields
}

func NewNullableReportAmountMdt ¶

func NewNullableReportAmountMdt(val *ReportAmountMdt) *NullableReportAmountMdt

func (NullableReportAmountMdt) Get ¶

func (NullableReportAmountMdt) IsSet ¶

func (v NullableReportAmountMdt) IsSet() bool

func (NullableReportAmountMdt) MarshalJSON ¶

func (v NullableReportAmountMdt) MarshalJSON() ([]byte, error)

func (*NullableReportAmountMdt) Set ¶

func (*NullableReportAmountMdt) UnmarshalJSON ¶

func (v *NullableReportAmountMdt) UnmarshalJSON(src []byte) error

func (*NullableReportAmountMdt) Unset ¶

func (v *NullableReportAmountMdt) Unset()

type NullableReportIntervalMdt ¶

type NullableReportIntervalMdt struct {
	// contains filtered or unexported fields
}

func NewNullableReportIntervalMdt ¶

func NewNullableReportIntervalMdt(val *ReportIntervalMdt) *NullableReportIntervalMdt

func (NullableReportIntervalMdt) Get ¶

func (NullableReportIntervalMdt) IsSet ¶

func (v NullableReportIntervalMdt) IsSet() bool

func (NullableReportIntervalMdt) MarshalJSON ¶

func (v NullableReportIntervalMdt) MarshalJSON() ([]byte, error)

func (*NullableReportIntervalMdt) Set ¶

func (*NullableReportIntervalMdt) UnmarshalJSON ¶

func (v *NullableReportIntervalMdt) UnmarshalJSON(src []byte) error

func (*NullableReportIntervalMdt) Unset ¶

func (v *NullableReportIntervalMdt) Unset()

type NullableReportIntervalNrMdt ¶

type NullableReportIntervalNrMdt struct {
	// contains filtered or unexported fields
}

func (NullableReportIntervalNrMdt) Get ¶

func (NullableReportIntervalNrMdt) IsSet ¶

func (NullableReportIntervalNrMdt) MarshalJSON ¶

func (v NullableReportIntervalNrMdt) MarshalJSON() ([]byte, error)

func (*NullableReportIntervalNrMdt) Set ¶

func (*NullableReportIntervalNrMdt) UnmarshalJSON ¶

func (v *NullableReportIntervalNrMdt) UnmarshalJSON(src []byte) error

func (*NullableReportIntervalNrMdt) Unset ¶

func (v *NullableReportIntervalNrMdt) Unset()

type NullableReportItem ¶

type NullableReportItem struct {
	// contains filtered or unexported fields
}

func NewNullableReportItem ¶

func NewNullableReportItem(val *ReportItem) *NullableReportItem

func (NullableReportItem) Get ¶

func (v NullableReportItem) Get() *ReportItem

func (NullableReportItem) IsSet ¶

func (v NullableReportItem) IsSet() bool

func (NullableReportItem) MarshalJSON ¶

func (v NullableReportItem) MarshalJSON() ([]byte, error)

func (*NullableReportItem) Set ¶

func (v *NullableReportItem) Set(val *ReportItem)

func (*NullableReportItem) UnmarshalJSON ¶

func (v *NullableReportItem) UnmarshalJSON(src []byte) error

func (*NullableReportItem) Unset ¶

func (v *NullableReportItem) Unset()

type NullableReportTypeMdt ¶

type NullableReportTypeMdt struct {
	// contains filtered or unexported fields
}

func NewNullableReportTypeMdt ¶

func NewNullableReportTypeMdt(val *ReportTypeMdt) *NullableReportTypeMdt

func (NullableReportTypeMdt) Get ¶

func (NullableReportTypeMdt) IsSet ¶

func (v NullableReportTypeMdt) IsSet() bool

func (NullableReportTypeMdt) MarshalJSON ¶

func (v NullableReportTypeMdt) MarshalJSON() ([]byte, error)

func (*NullableReportTypeMdt) Set ¶

func (v *NullableReportTypeMdt) Set(val *ReportTypeMdt)

func (*NullableReportTypeMdt) UnmarshalJSON ¶

func (v *NullableReportTypeMdt) UnmarshalJSON(src []byte) error

func (*NullableReportTypeMdt) Unset ¶

func (v *NullableReportTypeMdt) Unset()

type NullableReportingTrigger ¶

type NullableReportingTrigger struct {
	// contains filtered or unexported fields
}

func NewNullableReportingTrigger ¶

func NewNullableReportingTrigger(val *ReportingTrigger) *NullableReportingTrigger

func (NullableReportingTrigger) Get ¶

func (NullableReportingTrigger) IsSet ¶

func (v NullableReportingTrigger) IsSet() bool

func (NullableReportingTrigger) MarshalJSON ¶

func (v NullableReportingTrigger) MarshalJSON() ([]byte, error)

func (*NullableReportingTrigger) Set ¶

func (*NullableReportingTrigger) UnmarshalJSON ¶

func (v *NullableReportingTrigger) UnmarshalJSON(src []byte) error

func (*NullableReportingTrigger) Unset ¶

func (v *NullableReportingTrigger) Unset()

type NullableRestrictionType ¶

type NullableRestrictionType struct {
	// contains filtered or unexported fields
}

func NewNullableRestrictionType ¶

func NewNullableRestrictionType(val *RestrictionType) *NullableRestrictionType

func (NullableRestrictionType) Get ¶

func (NullableRestrictionType) IsSet ¶

func (v NullableRestrictionType) IsSet() bool

func (NullableRestrictionType) MarshalJSON ¶

func (v NullableRestrictionType) MarshalJSON() ([]byte, error)

func (*NullableRestrictionType) Set ¶

func (*NullableRestrictionType) UnmarshalJSON ¶

func (v *NullableRestrictionType) UnmarshalJSON(src []byte) error

func (*NullableRestrictionType) Unset ¶

func (v *NullableRestrictionType) Unset()

type NullableRoamingRestrictions ¶

type NullableRoamingRestrictions struct {
	// contains filtered or unexported fields
}

func (NullableRoamingRestrictions) Get ¶

func (NullableRoamingRestrictions) IsSet ¶

func (NullableRoamingRestrictions) MarshalJSON ¶

func (v NullableRoamingRestrictions) MarshalJSON() ([]byte, error)

func (*NullableRoamingRestrictions) Set ¶

func (*NullableRoamingRestrictions) UnmarshalJSON ¶

func (v *NullableRoamingRestrictions) UnmarshalJSON(src []byte) error

func (*NullableRoamingRestrictions) Unset ¶

func (v *NullableRoamingRestrictions) Unset()

type NullableScheduledCommunicationTime ¶

type NullableScheduledCommunicationTime struct {
	// contains filtered or unexported fields
}

func (NullableScheduledCommunicationTime) Get ¶

func (NullableScheduledCommunicationTime) IsSet ¶

func (NullableScheduledCommunicationTime) MarshalJSON ¶

func (v NullableScheduledCommunicationTime) MarshalJSON() ([]byte, error)

func (*NullableScheduledCommunicationTime) Set ¶

func (*NullableScheduledCommunicationTime) UnmarshalJSON ¶

func (v *NullableScheduledCommunicationTime) UnmarshalJSON(src []byte) error

func (*NullableScheduledCommunicationTime) Unset ¶

type NullableScheduledCommunicationType ¶

type NullableScheduledCommunicationType struct {
	// contains filtered or unexported fields
}

func (NullableScheduledCommunicationType) Get ¶

func (NullableScheduledCommunicationType) IsSet ¶

func (NullableScheduledCommunicationType) MarshalJSON ¶

func (v NullableScheduledCommunicationType) MarshalJSON() ([]byte, error)

func (*NullableScheduledCommunicationType) Set ¶

func (*NullableScheduledCommunicationType) UnmarshalJSON ¶

func (v *NullableScheduledCommunicationType) UnmarshalJSON(src []byte) error

func (*NullableScheduledCommunicationType) Unset ¶

type NullableSdmSubsModification ¶

type NullableSdmSubsModification struct {
	// contains filtered or unexported fields
}

func (NullableSdmSubsModification) Get ¶

func (NullableSdmSubsModification) IsSet ¶

func (NullableSdmSubsModification) MarshalJSON ¶

func (v NullableSdmSubsModification) MarshalJSON() ([]byte, error)

func (*NullableSdmSubsModification) Set ¶

func (*NullableSdmSubsModification) UnmarshalJSON ¶

func (v *NullableSdmSubsModification) UnmarshalJSON(src []byte) error

func (*NullableSdmSubsModification) Unset ¶

func (v *NullableSdmSubsModification) Unset()

type NullableSdmSubscription ¶

type NullableSdmSubscription struct {
	// contains filtered or unexported fields
}

func NewNullableSdmSubscription ¶

func NewNullableSdmSubscription(val *SdmSubscription) *NullableSdmSubscription

func (NullableSdmSubscription) Get ¶

func (NullableSdmSubscription) IsSet ¶

func (v NullableSdmSubscription) IsSet() bool

func (NullableSdmSubscription) MarshalJSON ¶

func (v NullableSdmSubscription) MarshalJSON() ([]byte, error)

func (*NullableSdmSubscription) Set ¶

func (*NullableSdmSubscription) UnmarshalJSON ¶

func (v *NullableSdmSubscription) UnmarshalJSON(src []byte) error

func (*NullableSdmSubscription) Unset ¶

func (v *NullableSdmSubscription) Unset()

type NullableSensorMeasurement ¶

type NullableSensorMeasurement struct {
	// contains filtered or unexported fields
}

func NewNullableSensorMeasurement ¶

func NewNullableSensorMeasurement(val *SensorMeasurement) *NullableSensorMeasurement

func (NullableSensorMeasurement) Get ¶

func (NullableSensorMeasurement) IsSet ¶

func (v NullableSensorMeasurement) IsSet() bool

func (NullableSensorMeasurement) MarshalJSON ¶

func (v NullableSensorMeasurement) MarshalJSON() ([]byte, error)

func (*NullableSensorMeasurement) Set ¶

func (*NullableSensorMeasurement) UnmarshalJSON ¶

func (v *NullableSensorMeasurement) UnmarshalJSON(src []byte) error

func (*NullableSensorMeasurement) Unset ¶

func (v *NullableSensorMeasurement) Unset()

type NullableServiceAreaRestriction ¶

type NullableServiceAreaRestriction struct {
	// contains filtered or unexported fields
}

func (NullableServiceAreaRestriction) Get ¶

func (NullableServiceAreaRestriction) IsSet ¶

func (NullableServiceAreaRestriction) MarshalJSON ¶

func (v NullableServiceAreaRestriction) MarshalJSON() ([]byte, error)

func (*NullableServiceAreaRestriction) Set ¶

func (*NullableServiceAreaRestriction) UnmarshalJSON ¶

func (v *NullableServiceAreaRestriction) UnmarshalJSON(src []byte) error

func (*NullableServiceAreaRestriction) Unset ¶

func (v *NullableServiceAreaRestriction) Unset()

type NullableServiceName ¶

type NullableServiceName struct {
	// contains filtered or unexported fields
}

func NewNullableServiceName ¶

func NewNullableServiceName(val *ServiceName) *NullableServiceName

func (NullableServiceName) Get ¶

func (NullableServiceName) IsSet ¶

func (v NullableServiceName) IsSet() bool

func (NullableServiceName) MarshalJSON ¶

func (v NullableServiceName) MarshalJSON() ([]byte, error)

func (*NullableServiceName) Set ¶

func (v *NullableServiceName) Set(val *ServiceName)

func (*NullableServiceName) UnmarshalJSON ¶

func (v *NullableServiceName) UnmarshalJSON(src []byte) error

func (*NullableServiceName) Unset ¶

func (v *NullableServiceName) Unset()

type NullableServiceTypeUnrelatedClass ¶

type NullableServiceTypeUnrelatedClass struct {
	// contains filtered or unexported fields
}

func (NullableServiceTypeUnrelatedClass) Get ¶

func (NullableServiceTypeUnrelatedClass) IsSet ¶

func (NullableServiceTypeUnrelatedClass) MarshalJSON ¶

func (v NullableServiceTypeUnrelatedClass) MarshalJSON() ([]byte, error)

func (*NullableServiceTypeUnrelatedClass) Set ¶

func (*NullableServiceTypeUnrelatedClass) UnmarshalJSON ¶

func (v *NullableServiceTypeUnrelatedClass) UnmarshalJSON(src []byte) error

func (*NullableServiceTypeUnrelatedClass) Unset ¶

type NullableSessionManagementSubscriptionData ¶

type NullableSessionManagementSubscriptionData struct {
	// contains filtered or unexported fields
}

func (NullableSessionManagementSubscriptionData) Get ¶

func (NullableSessionManagementSubscriptionData) IsSet ¶

func (NullableSessionManagementSubscriptionData) MarshalJSON ¶

func (*NullableSessionManagementSubscriptionData) Set ¶

func (*NullableSessionManagementSubscriptionData) UnmarshalJSON ¶

func (v *NullableSessionManagementSubscriptionData) UnmarshalJSON(src []byte) error

func (*NullableSessionManagementSubscriptionData) Unset ¶

type NullableSharedData ¶

type NullableSharedData struct {
	// contains filtered or unexported fields
}

func NewNullableSharedData ¶

func NewNullableSharedData(val *SharedData) *NullableSharedData

func (NullableSharedData) Get ¶

func (v NullableSharedData) Get() *SharedData

func (NullableSharedData) IsSet ¶

func (v NullableSharedData) IsSet() bool

func (NullableSharedData) MarshalJSON ¶

func (v NullableSharedData) MarshalJSON() ([]byte, error)

func (*NullableSharedData) Set ¶

func (v *NullableSharedData) Set(val *SharedData)

func (*NullableSharedData) UnmarshalJSON ¶

func (v *NullableSharedData) UnmarshalJSON(src []byte) error

func (*NullableSharedData) Unset ¶

func (v *NullableSharedData) Unset()

type NullableSharedDataTreatmentInstruction ¶

type NullableSharedDataTreatmentInstruction struct {
	// contains filtered or unexported fields
}

func (NullableSharedDataTreatmentInstruction) Get ¶

func (NullableSharedDataTreatmentInstruction) IsSet ¶

func (NullableSharedDataTreatmentInstruction) MarshalJSON ¶

func (v NullableSharedDataTreatmentInstruction) MarshalJSON() ([]byte, error)

func (*NullableSharedDataTreatmentInstruction) Set ¶

func (*NullableSharedDataTreatmentInstruction) UnmarshalJSON ¶

func (v *NullableSharedDataTreatmentInstruction) UnmarshalJSON(src []byte) error

func (*NullableSharedDataTreatmentInstruction) Unset ¶

type NullableSliceMbr ¶

type NullableSliceMbr struct {
	// contains filtered or unexported fields
}

func NewNullableSliceMbr ¶

func NewNullableSliceMbr(val *SliceMbr) *NullableSliceMbr

func (NullableSliceMbr) Get ¶

func (v NullableSliceMbr) Get() *SliceMbr

func (NullableSliceMbr) IsSet ¶

func (v NullableSliceMbr) IsSet() bool

func (NullableSliceMbr) MarshalJSON ¶

func (v NullableSliceMbr) MarshalJSON() ([]byte, error)

func (*NullableSliceMbr) Set ¶

func (v *NullableSliceMbr) Set(val *SliceMbr)

func (*NullableSliceMbr) UnmarshalJSON ¶

func (v *NullableSliceMbr) UnmarshalJSON(src []byte) error

func (*NullableSliceMbr) Unset ¶

func (v *NullableSliceMbr) Unset()

type NullableSmSubsData ¶

type NullableSmSubsData struct {
	// contains filtered or unexported fields
}

func NewNullableSmSubsData ¶

func NewNullableSmSubsData(val *SmSubsData) *NullableSmSubsData

func (NullableSmSubsData) Get ¶

func (v NullableSmSubsData) Get() *SmSubsData

func (NullableSmSubsData) IsSet ¶

func (v NullableSmSubsData) IsSet() bool

func (NullableSmSubsData) MarshalJSON ¶

func (v NullableSmSubsData) MarshalJSON() ([]byte, error)

func (*NullableSmSubsData) Set ¶

func (v *NullableSmSubsData) Set(val *SmSubsData)

func (*NullableSmSubsData) UnmarshalJSON ¶

func (v *NullableSmSubsData) UnmarshalJSON(src []byte) error

func (*NullableSmSubsData) Unset ¶

func (v *NullableSmSubsData) Unset()

type NullableSmfSelectionSubscriptionData ¶

type NullableSmfSelectionSubscriptionData struct {
	// contains filtered or unexported fields
}

func (NullableSmfSelectionSubscriptionData) Get ¶

func (NullableSmfSelectionSubscriptionData) IsSet ¶

func (NullableSmfSelectionSubscriptionData) MarshalJSON ¶

func (v NullableSmfSelectionSubscriptionData) MarshalJSON() ([]byte, error)

func (*NullableSmfSelectionSubscriptionData) Set ¶

func (*NullableSmfSelectionSubscriptionData) UnmarshalJSON ¶

func (v *NullableSmfSelectionSubscriptionData) UnmarshalJSON(src []byte) error

func (*NullableSmfSelectionSubscriptionData) Unset ¶

type NullableSmsManagementSubscriptionData ¶

type NullableSmsManagementSubscriptionData struct {
	// contains filtered or unexported fields
}

func (NullableSmsManagementSubscriptionData) Get ¶

func (NullableSmsManagementSubscriptionData) IsSet ¶

func (NullableSmsManagementSubscriptionData) MarshalJSON ¶

func (v NullableSmsManagementSubscriptionData) MarshalJSON() ([]byte, error)

func (*NullableSmsManagementSubscriptionData) Set ¶

func (*NullableSmsManagementSubscriptionData) UnmarshalJSON ¶

func (v *NullableSmsManagementSubscriptionData) UnmarshalJSON(src []byte) error

func (*NullableSmsManagementSubscriptionData) Unset ¶

type NullableSmsSubscriptionData ¶

type NullableSmsSubscriptionData struct {
	// contains filtered or unexported fields
}

func (NullableSmsSubscriptionData) Get ¶

func (NullableSmsSubscriptionData) IsSet ¶

func (NullableSmsSubscriptionData) MarshalJSON ¶

func (v NullableSmsSubscriptionData) MarshalJSON() ([]byte, error)

func (*NullableSmsSubscriptionData) Set ¶

func (*NullableSmsSubscriptionData) UnmarshalJSON ¶

func (v *NullableSmsSubscriptionData) UnmarshalJSON(src []byte) error

func (*NullableSmsSubscriptionData) Unset ¶

func (v *NullableSmsSubscriptionData) Unset()

type NullableSmsfInfo ¶

type NullableSmsfInfo struct {
	// contains filtered or unexported fields
}

func NewNullableSmsfInfo ¶

func NewNullableSmsfInfo(val *SmsfInfo) *NullableSmsfInfo

func (NullableSmsfInfo) Get ¶

func (v NullableSmsfInfo) Get() *SmsfInfo

func (NullableSmsfInfo) IsSet ¶

func (v NullableSmsfInfo) IsSet() bool

func (NullableSmsfInfo) MarshalJSON ¶

func (v NullableSmsfInfo) MarshalJSON() ([]byte, error)

func (*NullableSmsfInfo) Set ¶

func (v *NullableSmsfInfo) Set(val *SmsfInfo)

func (*NullableSmsfInfo) UnmarshalJSON ¶

func (v *NullableSmsfInfo) UnmarshalJSON(src []byte) error

func (*NullableSmsfInfo) Unset ¶

func (v *NullableSmsfInfo) Unset()

type NullableSnssai ¶

type NullableSnssai struct {
	// contains filtered or unexported fields
}

func NewNullableSnssai ¶

func NewNullableSnssai(val *Snssai) *NullableSnssai

func (NullableSnssai) Get ¶

func (v NullableSnssai) Get() *Snssai

func (NullableSnssai) IsSet ¶

func (v NullableSnssai) IsSet() bool

func (NullableSnssai) MarshalJSON ¶

func (v NullableSnssai) MarshalJSON() ([]byte, error)

func (*NullableSnssai) Set ¶

func (v *NullableSnssai) Set(val *Snssai)

func (*NullableSnssai) UnmarshalJSON ¶

func (v *NullableSnssai) UnmarshalJSON(src []byte) error

func (*NullableSnssai) Unset ¶

func (v *NullableSnssai) Unset()

type NullableSnssaiInfo ¶

type NullableSnssaiInfo struct {
	// contains filtered or unexported fields
}

func NewNullableSnssaiInfo ¶

func NewNullableSnssaiInfo(val *SnssaiInfo) *NullableSnssaiInfo

func (NullableSnssaiInfo) Get ¶

func (v NullableSnssaiInfo) Get() *SnssaiInfo

func (NullableSnssaiInfo) IsSet ¶

func (v NullableSnssaiInfo) IsSet() bool

func (NullableSnssaiInfo) MarshalJSON ¶

func (v NullableSnssaiInfo) MarshalJSON() ([]byte, error)

func (*NullableSnssaiInfo) Set ¶

func (v *NullableSnssaiInfo) Set(val *SnssaiInfo)

func (*NullableSnssaiInfo) UnmarshalJSON ¶

func (v *NullableSnssaiInfo) UnmarshalJSON(src []byte) error

func (*NullableSnssaiInfo) Unset ¶

func (v *NullableSnssaiInfo) Unset()

type NullableSorInfo ¶

type NullableSorInfo struct {
	// contains filtered or unexported fields
}

func NewNullableSorInfo ¶

func NewNullableSorInfo(val *SorInfo) *NullableSorInfo

func (NullableSorInfo) Get ¶

func (v NullableSorInfo) Get() *SorInfo

func (NullableSorInfo) IsSet ¶

func (v NullableSorInfo) IsSet() bool

func (NullableSorInfo) MarshalJSON ¶

func (v NullableSorInfo) MarshalJSON() ([]byte, error)

func (*NullableSorInfo) Set ¶

func (v *NullableSorInfo) Set(val *SorInfo)

func (*NullableSorInfo) UnmarshalJSON ¶

func (v *NullableSorInfo) UnmarshalJSON(src []byte) error

func (*NullableSorInfo) Unset ¶

func (v *NullableSorInfo) Unset()

type NullableSorUpdateIndicator ¶

type NullableSorUpdateIndicator struct {
	// contains filtered or unexported fields
}

func NewNullableSorUpdateIndicator ¶

func NewNullableSorUpdateIndicator(val *SorUpdateIndicator) *NullableSorUpdateIndicator

func (NullableSorUpdateIndicator) Get ¶

func (NullableSorUpdateIndicator) IsSet ¶

func (v NullableSorUpdateIndicator) IsSet() bool

func (NullableSorUpdateIndicator) MarshalJSON ¶

func (v NullableSorUpdateIndicator) MarshalJSON() ([]byte, error)

func (*NullableSorUpdateIndicator) Set ¶

func (*NullableSorUpdateIndicator) UnmarshalJSON ¶

func (v *NullableSorUpdateIndicator) UnmarshalJSON(src []byte) error

func (*NullableSorUpdateIndicator) Unset ¶

func (v *NullableSorUpdateIndicator) Unset()

type NullableSorUpdateInfo ¶

type NullableSorUpdateInfo struct {
	// contains filtered or unexported fields
}

func NewNullableSorUpdateInfo ¶

func NewNullableSorUpdateInfo(val *SorUpdateInfo) *NullableSorUpdateInfo

func (NullableSorUpdateInfo) Get ¶

func (NullableSorUpdateInfo) IsSet ¶

func (v NullableSorUpdateInfo) IsSet() bool

func (NullableSorUpdateInfo) MarshalJSON ¶

func (v NullableSorUpdateInfo) MarshalJSON() ([]byte, error)

func (*NullableSorUpdateInfo) Set ¶

func (v *NullableSorUpdateInfo) Set(val *SorUpdateInfo)

func (*NullableSorUpdateInfo) UnmarshalJSON ¶

func (v *NullableSorUpdateInfo) UnmarshalJSON(src []byte) error

func (*NullableSorUpdateInfo) Unset ¶

func (v *NullableSorUpdateInfo) Unset()

type NullableSpatialValidityCond ¶

type NullableSpatialValidityCond struct {
	// contains filtered or unexported fields
}

func (NullableSpatialValidityCond) Get ¶

func (NullableSpatialValidityCond) IsSet ¶

func (NullableSpatialValidityCond) MarshalJSON ¶

func (v NullableSpatialValidityCond) MarshalJSON() ([]byte, error)

func (*NullableSpatialValidityCond) Set ¶

func (*NullableSpatialValidityCond) UnmarshalJSON ¶

func (v *NullableSpatialValidityCond) UnmarshalJSON(src []byte) error

func (*NullableSpatialValidityCond) Unset ¶

func (v *NullableSpatialValidityCond) Unset()

type NullableSscMode ¶

type NullableSscMode struct {
	// contains filtered or unexported fields
}

func NewNullableSscMode ¶

func NewNullableSscMode(val *SscMode) *NullableSscMode

func (NullableSscMode) Get ¶

func (v NullableSscMode) Get() *SscMode

func (NullableSscMode) IsSet ¶

func (v NullableSscMode) IsSet() bool

func (NullableSscMode) MarshalJSON ¶

func (v NullableSscMode) MarshalJSON() ([]byte, error)

func (*NullableSscMode) Set ¶

func (v *NullableSscMode) Set(val *SscMode)

func (*NullableSscMode) UnmarshalJSON ¶

func (v *NullableSscMode) UnmarshalJSON(src []byte) error

func (*NullableSscMode) Unset ¶

func (v *NullableSscMode) Unset()

type NullableSscModes ¶

type NullableSscModes struct {
	// contains filtered or unexported fields
}

func NewNullableSscModes ¶

func NewNullableSscModes(val *SscModes) *NullableSscModes

func (NullableSscModes) Get ¶

func (v NullableSscModes) Get() *SscModes

func (NullableSscModes) IsSet ¶

func (v NullableSscModes) IsSet() bool

func (NullableSscModes) MarshalJSON ¶

func (v NullableSscModes) MarshalJSON() ([]byte, error)

func (*NullableSscModes) Set ¶

func (v *NullableSscModes) Set(val *SscModes)

func (*NullableSscModes) UnmarshalJSON ¶

func (v *NullableSscModes) UnmarshalJSON(src []byte) error

func (*NullableSscModes) Unset ¶

func (v *NullableSscModes) Unset()

type NullableSsm ¶

type NullableSsm struct {
	// contains filtered or unexported fields
}

func NewNullableSsm ¶

func NewNullableSsm(val *Ssm) *NullableSsm

func (NullableSsm) Get ¶

func (v NullableSsm) Get() *Ssm

func (NullableSsm) IsSet ¶

func (v NullableSsm) IsSet() bool

func (NullableSsm) MarshalJSON ¶

func (v NullableSsm) MarshalJSON() ([]byte, error)

func (*NullableSsm) Set ¶

func (v *NullableSsm) Set(val *Ssm)

func (*NullableSsm) UnmarshalJSON ¶

func (v *NullableSsm) UnmarshalJSON(src []byte) error

func (*NullableSsm) Unset ¶

func (v *NullableSsm) Unset()

type NullableStationaryIndication ¶

type NullableStationaryIndication struct {
	// contains filtered or unexported fields
}

func (NullableStationaryIndication) Get ¶

func (NullableStationaryIndication) IsSet ¶

func (NullableStationaryIndication) MarshalJSON ¶

func (v NullableStationaryIndication) MarshalJSON() ([]byte, error)

func (*NullableStationaryIndication) Set ¶

func (*NullableStationaryIndication) UnmarshalJSON ¶

func (v *NullableStationaryIndication) UnmarshalJSON(src []byte) error

func (*NullableStationaryIndication) Unset ¶

func (v *NullableStationaryIndication) Unset()

type NullableSteeringContainer ¶

type NullableSteeringContainer struct {
	// contains filtered or unexported fields
}

func NewNullableSteeringContainer ¶

func NewNullableSteeringContainer(val *SteeringContainer) *NullableSteeringContainer

func (NullableSteeringContainer) Get ¶

func (NullableSteeringContainer) IsSet ¶

func (v NullableSteeringContainer) IsSet() bool

func (NullableSteeringContainer) MarshalJSON ¶

func (v NullableSteeringContainer) MarshalJSON() ([]byte, error)

func (*NullableSteeringContainer) Set ¶

func (*NullableSteeringContainer) UnmarshalJSON ¶

func (v *NullableSteeringContainer) UnmarshalJSON(src []byte) error

func (*NullableSteeringContainer) Unset ¶

func (v *NullableSteeringContainer) Unset()

type NullableSteeringInfo ¶

type NullableSteeringInfo struct {
	// contains filtered or unexported fields
}

func NewNullableSteeringInfo ¶

func NewNullableSteeringInfo(val *SteeringInfo) *NullableSteeringInfo

func (NullableSteeringInfo) Get ¶

func (NullableSteeringInfo) IsSet ¶

func (v NullableSteeringInfo) IsSet() bool

func (NullableSteeringInfo) MarshalJSON ¶

func (v NullableSteeringInfo) MarshalJSON() ([]byte, error)

func (*NullableSteeringInfo) Set ¶

func (v *NullableSteeringInfo) Set(val *SteeringInfo)

func (*NullableSteeringInfo) UnmarshalJSON ¶

func (v *NullableSteeringInfo) UnmarshalJSON(src []byte) error

func (*NullableSteeringInfo) Unset ¶

func (v *NullableSteeringInfo) Unset()

type NullableString ¶

type NullableString struct {
	// contains filtered or unexported fields
}

func NewNullableString ¶

func NewNullableString(val *string) *NullableString

func (NullableString) Get ¶

func (v NullableString) Get() *string

func (NullableString) IsSet ¶

func (v NullableString) IsSet() bool

func (NullableString) MarshalJSON ¶

func (v NullableString) MarshalJSON() ([]byte, error)

func (*NullableString) Set ¶

func (v *NullableString) Set(val *string)

func (*NullableString) UnmarshalJSON ¶

func (v *NullableString) UnmarshalJSON(src []byte) error

func (*NullableString) Unset ¶

func (v *NullableString) Unset()

type NullableSubscribedDefaultQos ¶

type NullableSubscribedDefaultQos struct {
	// contains filtered or unexported fields
}

func (NullableSubscribedDefaultQos) Get ¶

func (NullableSubscribedDefaultQos) IsSet ¶

func (NullableSubscribedDefaultQos) MarshalJSON ¶

func (v NullableSubscribedDefaultQos) MarshalJSON() ([]byte, error)

func (*NullableSubscribedDefaultQos) Set ¶

func (*NullableSubscribedDefaultQos) UnmarshalJSON ¶

func (v *NullableSubscribedDefaultQos) UnmarshalJSON(src []byte) error

func (*NullableSubscribedDefaultQos) Unset ¶

func (v *NullableSubscribedDefaultQos) Unset()

type NullableSubscriptionDataSets ¶

type NullableSubscriptionDataSets struct {
	// contains filtered or unexported fields
}

func (NullableSubscriptionDataSets) Get ¶

func (NullableSubscriptionDataSets) IsSet ¶

func (NullableSubscriptionDataSets) MarshalJSON ¶

func (v NullableSubscriptionDataSets) MarshalJSON() ([]byte, error)

func (*NullableSubscriptionDataSets) Set ¶

func (*NullableSubscriptionDataSets) UnmarshalJSON ¶

func (v *NullableSubscriptionDataSets) UnmarshalJSON(src []byte) error

func (*NullableSubscriptionDataSets) Unset ¶

func (v *NullableSubscriptionDataSets) Unset()

type NullableSuggestedPacketNumDl ¶

type NullableSuggestedPacketNumDl struct {
	// contains filtered or unexported fields
}

func (NullableSuggestedPacketNumDl) Get ¶

func (NullableSuggestedPacketNumDl) IsSet ¶

func (NullableSuggestedPacketNumDl) MarshalJSON ¶

func (v NullableSuggestedPacketNumDl) MarshalJSON() ([]byte, error)

func (*NullableSuggestedPacketNumDl) Set ¶

func (*NullableSuggestedPacketNumDl) UnmarshalJSON ¶

func (v *NullableSuggestedPacketNumDl) UnmarshalJSON(src []byte) error

func (*NullableSuggestedPacketNumDl) Unset ¶

func (v *NullableSuggestedPacketNumDl) Unset()

type NullableSupiInfo ¶

type NullableSupiInfo struct {
	// contains filtered or unexported fields
}

func NewNullableSupiInfo ¶

func NewNullableSupiInfo(val *SupiInfo) *NullableSupiInfo

func (NullableSupiInfo) Get ¶

func (v NullableSupiInfo) Get() *SupiInfo

func (NullableSupiInfo) IsSet ¶

func (v NullableSupiInfo) IsSet() bool

func (NullableSupiInfo) MarshalJSON ¶

func (v NullableSupiInfo) MarshalJSON() ([]byte, error)

func (*NullableSupiInfo) Set ¶

func (v *NullableSupiInfo) Set(val *SupiInfo)

func (*NullableSupiInfo) UnmarshalJSON ¶

func (v *NullableSupiInfo) UnmarshalJSON(src []byte) error

func (*NullableSupiInfo) Unset ¶

func (v *NullableSupiInfo) Unset()

type NullableSupiRange ¶

type NullableSupiRange struct {
	// contains filtered or unexported fields
}

func NewNullableSupiRange ¶

func NewNullableSupiRange(val *SupiRange) *NullableSupiRange

func (NullableSupiRange) Get ¶

func (v NullableSupiRange) Get() *SupiRange

func (NullableSupiRange) IsSet ¶

func (v NullableSupiRange) IsSet() bool

func (NullableSupiRange) MarshalJSON ¶

func (v NullableSupiRange) MarshalJSON() ([]byte, error)

func (*NullableSupiRange) Set ¶

func (v *NullableSupiRange) Set(val *SupiRange)

func (*NullableSupiRange) UnmarshalJSON ¶

func (v *NullableSupiRange) UnmarshalJSON(src []byte) error

func (*NullableSupiRange) Unset ¶

func (v *NullableSupiRange) Unset()

type NullableSupportedGADShapes ¶

type NullableSupportedGADShapes struct {
	// contains filtered or unexported fields
}

func NewNullableSupportedGADShapes ¶

func NewNullableSupportedGADShapes(val *SupportedGADShapes) *NullableSupportedGADShapes

func (NullableSupportedGADShapes) Get ¶

func (NullableSupportedGADShapes) IsSet ¶

func (v NullableSupportedGADShapes) IsSet() bool

func (NullableSupportedGADShapes) MarshalJSON ¶

func (v NullableSupportedGADShapes) MarshalJSON() ([]byte, error)

func (*NullableSupportedGADShapes) Set ¶

func (*NullableSupportedGADShapes) UnmarshalJSON ¶

func (v *NullableSupportedGADShapes) UnmarshalJSON(src []byte) error

func (*NullableSupportedGADShapes) Unset ¶

func (v *NullableSupportedGADShapes) Unset()

type NullableTacInfo ¶

type NullableTacInfo struct {
	// contains filtered or unexported fields
}

func NewNullableTacInfo ¶

func NewNullableTacInfo(val *TacInfo) *NullableTacInfo

func (NullableTacInfo) Get ¶

func (v NullableTacInfo) Get() *TacInfo

func (NullableTacInfo) IsSet ¶

func (v NullableTacInfo) IsSet() bool

func (NullableTacInfo) MarshalJSON ¶

func (v NullableTacInfo) MarshalJSON() ([]byte, error)

func (*NullableTacInfo) Set ¶

func (v *NullableTacInfo) Set(val *TacInfo)

func (*NullableTacInfo) UnmarshalJSON ¶

func (v *NullableTacInfo) UnmarshalJSON(src []byte) error

func (*NullableTacInfo) Unset ¶

func (v *NullableTacInfo) Unset()

type NullableTai ¶

type NullableTai struct {
	// contains filtered or unexported fields
}

func NewNullableTai ¶

func NewNullableTai(val *Tai) *NullableTai

func (NullableTai) Get ¶

func (v NullableTai) Get() *Tai

func (NullableTai) IsSet ¶

func (v NullableTai) IsSet() bool

func (NullableTai) MarshalJSON ¶

func (v NullableTai) MarshalJSON() ([]byte, error)

func (*NullableTai) Set ¶

func (v *NullableTai) Set(val *Tai)

func (*NullableTai) UnmarshalJSON ¶

func (v *NullableTai) UnmarshalJSON(src []byte) error

func (*NullableTai) Unset ¶

func (v *NullableTai) Unset()

type NullableTime ¶

type NullableTime struct {
	// contains filtered or unexported fields
}

func NewNullableTime ¶

func NewNullableTime(val *time.Time) *NullableTime

func (NullableTime) Get ¶

func (v NullableTime) Get() *time.Time

func (NullableTime) IsSet ¶

func (v NullableTime) IsSet() bool

func (NullableTime) MarshalJSON ¶

func (v NullableTime) MarshalJSON() ([]byte, error)

func (*NullableTime) Set ¶

func (v *NullableTime) Set(val *time.Time)

func (*NullableTime) UnmarshalJSON ¶

func (v *NullableTime) UnmarshalJSON(src []byte) error

func (*NullableTime) Unset ¶

func (v *NullableTime) Unset()

type NullableTmgi ¶

type NullableTmgi struct {
	// contains filtered or unexported fields
}

func NewNullableTmgi ¶

func NewNullableTmgi(val *Tmgi) *NullableTmgi

func (NullableTmgi) Get ¶

func (v NullableTmgi) Get() *Tmgi

func (NullableTmgi) IsSet ¶

func (v NullableTmgi) IsSet() bool

func (NullableTmgi) MarshalJSON ¶

func (v NullableTmgi) MarshalJSON() ([]byte, error)

func (*NullableTmgi) Set ¶

func (v *NullableTmgi) Set(val *Tmgi)

func (*NullableTmgi) UnmarshalJSON ¶

func (v *NullableTmgi) UnmarshalJSON(src []byte) error

func (*NullableTmgi) Unset ¶

func (v *NullableTmgi) Unset()

type NullableTraceData ¶

type NullableTraceData struct {
	// contains filtered or unexported fields
}

func NewNullableTraceData ¶

func NewNullableTraceData(val *TraceData) *NullableTraceData

func (NullableTraceData) Get ¶

func (v NullableTraceData) Get() *TraceData

func (NullableTraceData) IsSet ¶

func (v NullableTraceData) IsSet() bool

func (NullableTraceData) MarshalJSON ¶

func (v NullableTraceData) MarshalJSON() ([]byte, error)

func (*NullableTraceData) Set ¶

func (v *NullableTraceData) Set(val *TraceData)

func (*NullableTraceData) UnmarshalJSON ¶

func (v *NullableTraceData) UnmarshalJSON(src []byte) error

func (*NullableTraceData) Unset ¶

func (v *NullableTraceData) Unset()

type NullableTraceDataResponse ¶

type NullableTraceDataResponse struct {
	// contains filtered or unexported fields
}

func NewNullableTraceDataResponse ¶

func NewNullableTraceDataResponse(val *TraceDataResponse) *NullableTraceDataResponse

func (NullableTraceDataResponse) Get ¶

func (NullableTraceDataResponse) IsSet ¶

func (v NullableTraceDataResponse) IsSet() bool

func (NullableTraceDataResponse) MarshalJSON ¶

func (v NullableTraceDataResponse) MarshalJSON() ([]byte, error)

func (*NullableTraceDataResponse) Set ¶

func (*NullableTraceDataResponse) UnmarshalJSON ¶

func (v *NullableTraceDataResponse) UnmarshalJSON(src []byte) error

func (*NullableTraceDataResponse) Unset ¶

func (v *NullableTraceDataResponse) Unset()

type NullableTraceDepth ¶

type NullableTraceDepth struct {
	// contains filtered or unexported fields
}

func NewNullableTraceDepth ¶

func NewNullableTraceDepth(val *TraceDepth) *NullableTraceDepth

func (NullableTraceDepth) Get ¶

func (v NullableTraceDepth) Get() *TraceDepth

func (NullableTraceDepth) IsSet ¶

func (v NullableTraceDepth) IsSet() bool

func (NullableTraceDepth) MarshalJSON ¶

func (v NullableTraceDepth) MarshalJSON() ([]byte, error)

func (*NullableTraceDepth) Set ¶

func (v *NullableTraceDepth) Set(val *TraceDepth)

func (*NullableTraceDepth) UnmarshalJSON ¶

func (v *NullableTraceDepth) UnmarshalJSON(src []byte) error

func (*NullableTraceDepth) Unset ¶

func (v *NullableTraceDepth) Unset()

type NullableTrafficProfile ¶

type NullableTrafficProfile struct {
	// contains filtered or unexported fields
}

func NewNullableTrafficProfile ¶

func NewNullableTrafficProfile(val *TrafficProfile) *NullableTrafficProfile

func (NullableTrafficProfile) Get ¶

func (NullableTrafficProfile) IsSet ¶

func (v NullableTrafficProfile) IsSet() bool

func (NullableTrafficProfile) MarshalJSON ¶

func (v NullableTrafficProfile) MarshalJSON() ([]byte, error)

func (*NullableTrafficProfile) Set ¶

func (*NullableTrafficProfile) UnmarshalJSON ¶

func (v *NullableTrafficProfile) UnmarshalJSON(src []byte) error

func (*NullableTrafficProfile) Unset ¶

func (v *NullableTrafficProfile) Unset()

type NullableUcPurpose ¶

type NullableUcPurpose struct {
	// contains filtered or unexported fields
}

func NewNullableUcPurpose ¶

func NewNullableUcPurpose(val *UcPurpose) *NullableUcPurpose

func (NullableUcPurpose) Get ¶

func (v NullableUcPurpose) Get() *UcPurpose

func (NullableUcPurpose) IsSet ¶

func (v NullableUcPurpose) IsSet() bool

func (NullableUcPurpose) MarshalJSON ¶

func (v NullableUcPurpose) MarshalJSON() ([]byte, error)

func (*NullableUcPurpose) Set ¶

func (v *NullableUcPurpose) Set(val *UcPurpose)

func (*NullableUcPurpose) UnmarshalJSON ¶

func (v *NullableUcPurpose) UnmarshalJSON(src []byte) error

func (*NullableUcPurpose) Unset ¶

func (v *NullableUcPurpose) Unset()

type NullableUcSubscriptionData ¶

type NullableUcSubscriptionData struct {
	// contains filtered or unexported fields
}

func NewNullableUcSubscriptionData ¶

func NewNullableUcSubscriptionData(val *UcSubscriptionData) *NullableUcSubscriptionData

func (NullableUcSubscriptionData) Get ¶

func (NullableUcSubscriptionData) IsSet ¶

func (v NullableUcSubscriptionData) IsSet() bool

func (NullableUcSubscriptionData) MarshalJSON ¶

func (v NullableUcSubscriptionData) MarshalJSON() ([]byte, error)

func (*NullableUcSubscriptionData) Set ¶

func (*NullableUcSubscriptionData) UnmarshalJSON ¶

func (v *NullableUcSubscriptionData) UnmarshalJSON(src []byte) error

func (*NullableUcSubscriptionData) Unset ¶

func (v *NullableUcSubscriptionData) Unset()

type NullableUeAuth ¶

type NullableUeAuth struct {
	// contains filtered or unexported fields
}

func NewNullableUeAuth ¶

func NewNullableUeAuth(val *UeAuth) *NullableUeAuth

func (NullableUeAuth) Get ¶

func (v NullableUeAuth) Get() *UeAuth

func (NullableUeAuth) IsSet ¶

func (v NullableUeAuth) IsSet() bool

func (NullableUeAuth) MarshalJSON ¶

func (v NullableUeAuth) MarshalJSON() ([]byte, error)

func (*NullableUeAuth) Set ¶

func (v *NullableUeAuth) Set(val *UeAuth)

func (*NullableUeAuth) UnmarshalJSON ¶

func (v *NullableUeAuth) UnmarshalJSON(src []byte) error

func (*NullableUeAuth) Unset ¶

func (v *NullableUeAuth) Unset()

type NullableUeContextInAmfData ¶

type NullableUeContextInAmfData struct {
	// contains filtered or unexported fields
}

func NewNullableUeContextInAmfData ¶

func NewNullableUeContextInAmfData(val *UeContextInAmfData) *NullableUeContextInAmfData

func (NullableUeContextInAmfData) Get ¶

func (NullableUeContextInAmfData) IsSet ¶

func (v NullableUeContextInAmfData) IsSet() bool

func (NullableUeContextInAmfData) MarshalJSON ¶

func (v NullableUeContextInAmfData) MarshalJSON() ([]byte, error)

func (*NullableUeContextInAmfData) Set ¶

func (*NullableUeContextInAmfData) UnmarshalJSON ¶

func (v *NullableUeContextInAmfData) UnmarshalJSON(src []byte) error

func (*NullableUeContextInAmfData) Unset ¶

func (v *NullableUeContextInAmfData) Unset()

type NullableUeContextInSmfData ¶

type NullableUeContextInSmfData struct {
	// contains filtered or unexported fields
}

func NewNullableUeContextInSmfData ¶

func NewNullableUeContextInSmfData(val *UeContextInSmfData) *NullableUeContextInSmfData

func (NullableUeContextInSmfData) Get ¶

func (NullableUeContextInSmfData) IsSet ¶

func (v NullableUeContextInSmfData) IsSet() bool

func (NullableUeContextInSmfData) MarshalJSON ¶

func (v NullableUeContextInSmfData) MarshalJSON() ([]byte, error)

func (*NullableUeContextInSmfData) Set ¶

func (*NullableUeContextInSmfData) UnmarshalJSON ¶

func (v *NullableUeContextInSmfData) UnmarshalJSON(src []byte) error

func (*NullableUeContextInSmfData) Unset ¶

func (v *NullableUeContextInSmfData) Unset()

type NullableUeContextInSmfDataSubFilter ¶

type NullableUeContextInSmfDataSubFilter struct {
	// contains filtered or unexported fields
}

func (NullableUeContextInSmfDataSubFilter) Get ¶

func (NullableUeContextInSmfDataSubFilter) IsSet ¶

func (NullableUeContextInSmfDataSubFilter) MarshalJSON ¶

func (v NullableUeContextInSmfDataSubFilter) MarshalJSON() ([]byte, error)

func (*NullableUeContextInSmfDataSubFilter) Set ¶

func (*NullableUeContextInSmfDataSubFilter) UnmarshalJSON ¶

func (v *NullableUeContextInSmfDataSubFilter) UnmarshalJSON(src []byte) error

func (*NullableUeContextInSmfDataSubFilter) Unset ¶

type NullableUeContextInSmsfData ¶

type NullableUeContextInSmsfData struct {
	// contains filtered or unexported fields
}

func (NullableUeContextInSmsfData) Get ¶

func (NullableUeContextInSmsfData) IsSet ¶

func (NullableUeContextInSmsfData) MarshalJSON ¶

func (v NullableUeContextInSmsfData) MarshalJSON() ([]byte, error)

func (*NullableUeContextInSmsfData) Set ¶

func (*NullableUeContextInSmsfData) UnmarshalJSON ¶

func (v *NullableUeContextInSmsfData) UnmarshalJSON(src []byte) error

func (*NullableUeContextInSmsfData) Unset ¶

func (v *NullableUeContextInSmsfData) Unset()

type NullableUeId ¶

type NullableUeId struct {
	// contains filtered or unexported fields
}

func NewNullableUeId ¶

func NewNullableUeId(val *UeId) *NullableUeId

func (NullableUeId) Get ¶

func (v NullableUeId) Get() *UeId

func (NullableUeId) IsSet ¶

func (v NullableUeId) IsSet() bool

func (NullableUeId) MarshalJSON ¶

func (v NullableUeId) MarshalJSON() ([]byte, error)

func (*NullableUeId) Set ¶

func (v *NullableUeId) Set(val *UeId)

func (*NullableUeId) UnmarshalJSON ¶

func (v *NullableUeId) UnmarshalJSON(src []byte) error

func (*NullableUeId) Unset ¶

func (v *NullableUeId) Unset()

type NullableUmtTime ¶

type NullableUmtTime struct {
	// contains filtered or unexported fields
}

func NewNullableUmtTime ¶

func NewNullableUmtTime(val *UmtTime) *NullableUmtTime

func (NullableUmtTime) Get ¶

func (v NullableUmtTime) Get() *UmtTime

func (NullableUmtTime) IsSet ¶

func (v NullableUmtTime) IsSet() bool

func (NullableUmtTime) MarshalJSON ¶

func (v NullableUmtTime) MarshalJSON() ([]byte, error)

func (*NullableUmtTime) Set ¶

func (v *NullableUmtTime) Set(val *UmtTime)

func (*NullableUmtTime) UnmarshalJSON ¶

func (v *NullableUmtTime) UnmarshalJSON(src []byte) error

func (*NullableUmtTime) Unset ¶

func (v *NullableUmtTime) Unset()

type NullableUncertaintyEllipse ¶

type NullableUncertaintyEllipse struct {
	// contains filtered or unexported fields
}

func NewNullableUncertaintyEllipse ¶

func NewNullableUncertaintyEllipse(val *UncertaintyEllipse) *NullableUncertaintyEllipse

func (NullableUncertaintyEllipse) Get ¶

func (NullableUncertaintyEllipse) IsSet ¶

func (v NullableUncertaintyEllipse) IsSet() bool

func (NullableUncertaintyEllipse) MarshalJSON ¶

func (v NullableUncertaintyEllipse) MarshalJSON() ([]byte, error)

func (*NullableUncertaintyEllipse) Set ¶

func (*NullableUncertaintyEllipse) UnmarshalJSON ¶

func (v *NullableUncertaintyEllipse) UnmarshalJSON(src []byte) error

func (*NullableUncertaintyEllipse) Unset ¶

func (v *NullableUncertaintyEllipse) Unset()

type NullableUncertaintyEllipsoid ¶

type NullableUncertaintyEllipsoid struct {
	// contains filtered or unexported fields
}

func (NullableUncertaintyEllipsoid) Get ¶

func (NullableUncertaintyEllipsoid) IsSet ¶

func (NullableUncertaintyEllipsoid) MarshalJSON ¶

func (v NullableUncertaintyEllipsoid) MarshalJSON() ([]byte, error)

func (*NullableUncertaintyEllipsoid) Set ¶

func (*NullableUncertaintyEllipsoid) UnmarshalJSON ¶

func (v *NullableUncertaintyEllipsoid) UnmarshalJSON(src []byte) error

func (*NullableUncertaintyEllipsoid) Unset ¶

func (v *NullableUncertaintyEllipsoid) Unset()

type NullableUnrelatedClass ¶

type NullableUnrelatedClass struct {
	// contains filtered or unexported fields
}

func NewNullableUnrelatedClass ¶

func NewNullableUnrelatedClass(val *UnrelatedClass) *NullableUnrelatedClass

func (NullableUnrelatedClass) Get ¶

func (NullableUnrelatedClass) IsSet ¶

func (v NullableUnrelatedClass) IsSet() bool

func (NullableUnrelatedClass) MarshalJSON ¶

func (v NullableUnrelatedClass) MarshalJSON() ([]byte, error)

func (*NullableUnrelatedClass) Set ¶

func (*NullableUnrelatedClass) UnmarshalJSON ¶

func (v *NullableUnrelatedClass) UnmarshalJSON(src []byte) error

func (*NullableUnrelatedClass) Unset ¶

func (v *NullableUnrelatedClass) Unset()

type NullableUpConfidentiality ¶

type NullableUpConfidentiality struct {
	// contains filtered or unexported fields
}

func NewNullableUpConfidentiality ¶

func NewNullableUpConfidentiality(val *UpConfidentiality) *NullableUpConfidentiality

func (NullableUpConfidentiality) Get ¶

func (NullableUpConfidentiality) IsSet ¶

func (v NullableUpConfidentiality) IsSet() bool

func (NullableUpConfidentiality) MarshalJSON ¶

func (v NullableUpConfidentiality) MarshalJSON() ([]byte, error)

func (*NullableUpConfidentiality) Set ¶

func (*NullableUpConfidentiality) UnmarshalJSON ¶

func (v *NullableUpConfidentiality) UnmarshalJSON(src []byte) error

func (*NullableUpConfidentiality) Unset ¶

func (v *NullableUpConfidentiality) Unset()

type NullableUpIntegrity ¶

type NullableUpIntegrity struct {
	// contains filtered or unexported fields
}

func NewNullableUpIntegrity ¶

func NewNullableUpIntegrity(val *UpIntegrity) *NullableUpIntegrity

func (NullableUpIntegrity) Get ¶

func (NullableUpIntegrity) IsSet ¶

func (v NullableUpIntegrity) IsSet() bool

func (NullableUpIntegrity) MarshalJSON ¶

func (v NullableUpIntegrity) MarshalJSON() ([]byte, error)

func (*NullableUpIntegrity) Set ¶

func (v *NullableUpIntegrity) Set(val *UpIntegrity)

func (*NullableUpIntegrity) UnmarshalJSON ¶

func (v *NullableUpIntegrity) UnmarshalJSON(src []byte) error

func (*NullableUpIntegrity) Unset ¶

func (v *NullableUpIntegrity) Unset()

type NullableUpSecurity ¶

type NullableUpSecurity struct {
	// contains filtered or unexported fields
}

func NewNullableUpSecurity ¶

func NewNullableUpSecurity(val *UpSecurity) *NullableUpSecurity

func (NullableUpSecurity) Get ¶

func (v NullableUpSecurity) Get() *UpSecurity

func (NullableUpSecurity) IsSet ¶

func (v NullableUpSecurity) IsSet() bool

func (NullableUpSecurity) MarshalJSON ¶

func (v NullableUpSecurity) MarshalJSON() ([]byte, error)

func (*NullableUpSecurity) Set ¶

func (v *NullableUpSecurity) Set(val *UpSecurity)

func (*NullableUpSecurity) UnmarshalJSON ¶

func (v *NullableUpSecurity) UnmarshalJSON(src []byte) error

func (*NullableUpSecurity) Unset ¶

func (v *NullableUpSecurity) Unset()

type NullableUpuData ¶

type NullableUpuData struct {
	// contains filtered or unexported fields
}

func NewNullableUpuData ¶

func NewNullableUpuData(val *UpuData) *NullableUpuData

func (NullableUpuData) Get ¶

func (v NullableUpuData) Get() *UpuData

func (NullableUpuData) IsSet ¶

func (v NullableUpuData) IsSet() bool

func (NullableUpuData) MarshalJSON ¶

func (v NullableUpuData) MarshalJSON() ([]byte, error)

func (*NullableUpuData) Set ¶

func (v *NullableUpuData) Set(val *UpuData)

func (*NullableUpuData) UnmarshalJSON ¶

func (v *NullableUpuData) UnmarshalJSON(src []byte) error

func (*NullableUpuData) Unset ¶

func (v *NullableUpuData) Unset()

type NullableUpuInfo ¶

type NullableUpuInfo struct {
	// contains filtered or unexported fields
}

func NewNullableUpuInfo ¶

func NewNullableUpuInfo(val *UpuInfo) *NullableUpuInfo

func (NullableUpuInfo) Get ¶

func (v NullableUpuInfo) Get() *UpuInfo

func (NullableUpuInfo) IsSet ¶

func (v NullableUpuInfo) IsSet() bool

func (NullableUpuInfo) MarshalJSON ¶

func (v NullableUpuInfo) MarshalJSON() ([]byte, error)

func (*NullableUpuInfo) Set ¶

func (v *NullableUpuInfo) Set(val *UpuInfo)

func (*NullableUpuInfo) UnmarshalJSON ¶

func (v *NullableUpuInfo) UnmarshalJSON(src []byte) error

func (*NullableUpuInfo) Unset ¶

func (v *NullableUpuInfo) Unset()

type NullableUserConsent ¶

type NullableUserConsent struct {
	// contains filtered or unexported fields
}

func NewNullableUserConsent ¶

func NewNullableUserConsent(val *UserConsent) *NullableUserConsent

func (NullableUserConsent) Get ¶

func (NullableUserConsent) IsSet ¶

func (v NullableUserConsent) IsSet() bool

func (NullableUserConsent) MarshalJSON ¶

func (v NullableUserConsent) MarshalJSON() ([]byte, error)

func (*NullableUserConsent) Set ¶

func (v *NullableUserConsent) Set(val *UserConsent)

func (*NullableUserConsent) UnmarshalJSON ¶

func (v *NullableUserConsent) UnmarshalJSON(src []byte) error

func (*NullableUserConsent) Unset ¶

func (v *NullableUserConsent) Unset()

type NullableV2xSubscriptionData ¶

type NullableV2xSubscriptionData struct {
	// contains filtered or unexported fields
}

func (NullableV2xSubscriptionData) Get ¶

func (NullableV2xSubscriptionData) IsSet ¶

func (NullableV2xSubscriptionData) MarshalJSON ¶

func (v NullableV2xSubscriptionData) MarshalJSON() ([]byte, error)

func (*NullableV2xSubscriptionData) Set ¶

func (*NullableV2xSubscriptionData) UnmarshalJSON ¶

func (v *NullableV2xSubscriptionData) UnmarshalJSON(src []byte) error

func (*NullableV2xSubscriptionData) Unset ¶

func (v *NullableV2xSubscriptionData) Unset()

type NullableValidTimePeriod ¶

type NullableValidTimePeriod struct {
	// contains filtered or unexported fields
}

func NewNullableValidTimePeriod ¶

func NewNullableValidTimePeriod(val *ValidTimePeriod) *NullableValidTimePeriod

func (NullableValidTimePeriod) Get ¶

func (NullableValidTimePeriod) IsSet ¶

func (v NullableValidTimePeriod) IsSet() bool

func (NullableValidTimePeriod) MarshalJSON ¶

func (v NullableValidTimePeriod) MarshalJSON() ([]byte, error)

func (*NullableValidTimePeriod) Set ¶

func (*NullableValidTimePeriod) UnmarshalJSON ¶

func (v *NullableValidTimePeriod) UnmarshalJSON(src []byte) error

func (*NullableValidTimePeriod) Unset ¶

func (v *NullableValidTimePeriod) Unset()

type NullableVnGroupData ¶

type NullableVnGroupData struct {
	// contains filtered or unexported fields
}

func NewNullableVnGroupData ¶

func NewNullableVnGroupData(val *VnGroupData) *NullableVnGroupData

func (NullableVnGroupData) Get ¶

func (NullableVnGroupData) IsSet ¶

func (v NullableVnGroupData) IsSet() bool

func (NullableVnGroupData) MarshalJSON ¶

func (v NullableVnGroupData) MarshalJSON() ([]byte, error)

func (*NullableVnGroupData) Set ¶

func (v *NullableVnGroupData) Set(val *VnGroupData)

func (*NullableVnGroupData) UnmarshalJSON ¶

func (v *NullableVnGroupData) UnmarshalJSON(src []byte) error

func (*NullableVnGroupData) Unset ¶

func (v *NullableVnGroupData) Unset()

type NullableWirelineArea ¶

type NullableWirelineArea struct {
	// contains filtered or unexported fields
}

func NewNullableWirelineArea ¶

func NewNullableWirelineArea(val *WirelineArea) *NullableWirelineArea

func (NullableWirelineArea) Get ¶

func (NullableWirelineArea) IsSet ¶

func (v NullableWirelineArea) IsSet() bool

func (NullableWirelineArea) MarshalJSON ¶

func (v NullableWirelineArea) MarshalJSON() ([]byte, error)

func (*NullableWirelineArea) Set ¶

func (v *NullableWirelineArea) Set(val *WirelineArea)

func (*NullableWirelineArea) UnmarshalJSON ¶

func (v *NullableWirelineArea) UnmarshalJSON(src []byte) error

func (*NullableWirelineArea) Unset ¶

func (v *NullableWirelineArea) Unset()

type NullableWirelineServiceAreaRestriction ¶

type NullableWirelineServiceAreaRestriction struct {
	// contains filtered or unexported fields
}

func (NullableWirelineServiceAreaRestriction) Get ¶

func (NullableWirelineServiceAreaRestriction) IsSet ¶

func (NullableWirelineServiceAreaRestriction) MarshalJSON ¶

func (v NullableWirelineServiceAreaRestriction) MarshalJSON() ([]byte, error)

func (*NullableWirelineServiceAreaRestriction) Set ¶

func (*NullableWirelineServiceAreaRestriction) UnmarshalJSON ¶

func (v *NullableWirelineServiceAreaRestriction) UnmarshalJSON(src []byte) error

func (*NullableWirelineServiceAreaRestriction) Unset ¶

type OdbPacketServices ¶

type OdbPacketServices struct {
}

OdbPacketServices The enumeration OdbPacketServices defines the Barring of Packet Oriented Services. See 3GPP TS 23.015 for further description. It shall comply with the provisions defined in table 5.7.3.2-1

func NewOdbPacketServices ¶

func NewOdbPacketServices() *OdbPacketServices

NewOdbPacketServices instantiates a new OdbPacketServices 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 NewOdbPacketServicesWithDefaults ¶

func NewOdbPacketServicesWithDefaults() *OdbPacketServices

NewOdbPacketServicesWithDefaults instantiates a new OdbPacketServices 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 (OdbPacketServices) MarshalJSON ¶

func (o OdbPacketServices) MarshalJSON() ([]byte, error)

func (OdbPacketServices) ToMap ¶

func (o OdbPacketServices) ToMap() (map[string]interface{}, error)

type OperationMode ¶

type OperationMode struct {
	// contains filtered or unexported fields
}

OperationMode struct for OperationMode

func (*OperationMode) MarshalJSON ¶

func (src *OperationMode) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*OperationMode) UnmarshalJSON ¶

func (dst *OperationMode) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type PatchResult ¶

type PatchResult struct {
	// The execution report contains an array of report items. Each report item indicates one  failed modification.
	Report []ReportItem `json:"report"`
}

PatchResult The execution report result on failed modification.

func NewPatchResult ¶

func NewPatchResult(report []ReportItem) *PatchResult

NewPatchResult instantiates a new PatchResult object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPatchResultWithDefaults ¶

func NewPatchResultWithDefaults() *PatchResult

NewPatchResultWithDefaults instantiates a new PatchResult object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PatchResult) GetReport ¶

func (o *PatchResult) GetReport() []ReportItem

GetReport returns the Report field value

func (*PatchResult) GetReportOk ¶

func (o *PatchResult) GetReportOk() ([]ReportItem, bool)

GetReportOk returns a tuple with the Report field value and a boolean to check if the value has been set.

func (PatchResult) MarshalJSON ¶

func (o PatchResult) MarshalJSON() ([]byte, error)

func (*PatchResult) SetReport ¶

func (o *PatchResult) SetReport(v []ReportItem)

SetReport sets field value

func (PatchResult) ToMap ¶

func (o PatchResult) ToMap() (map[string]interface{}, error)

func (*PatchResult) UnmarshalJSON ¶

func (o *PatchResult) UnmarshalJSON(bytes []byte) (err error)

type PcfSelectionAssistanceInfo ¶

type PcfSelectionAssistanceInfo struct {
	// String representing a Data Network as defined in clause 9A of 3GPP TS 23.003;  it shall contain either a DNN Network Identifier, or a full DNN with both the Network  Identifier and Operator Identifier, as specified in 3GPP TS 23.003 clause 9.1.1 and 9.1.2. It shall be coded as string in which the labels are separated by dots  (e.g. \"Label1.Label2.Label3\").
	Dnn         string `json:"dnn"`
	SingleNssai Snssai `json:"singleNssai"`
}

PcfSelectionAssistanceInfo struct for PcfSelectionAssistanceInfo

func NewPcfSelectionAssistanceInfo ¶

func NewPcfSelectionAssistanceInfo(dnn string, singleNssai Snssai) *PcfSelectionAssistanceInfo

NewPcfSelectionAssistanceInfo instantiates a new PcfSelectionAssistanceInfo 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 NewPcfSelectionAssistanceInfoWithDefaults ¶

func NewPcfSelectionAssistanceInfoWithDefaults() *PcfSelectionAssistanceInfo

NewPcfSelectionAssistanceInfoWithDefaults instantiates a new PcfSelectionAssistanceInfo 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 (*PcfSelectionAssistanceInfo) GetDnn ¶

func (o *PcfSelectionAssistanceInfo) GetDnn() string

GetDnn returns the Dnn field value

func (*PcfSelectionAssistanceInfo) GetDnnOk ¶

func (o *PcfSelectionAssistanceInfo) GetDnnOk() (*string, bool)

GetDnnOk returns a tuple with the Dnn field value and a boolean to check if the value has been set.

func (*PcfSelectionAssistanceInfo) GetSingleNssai ¶

func (o *PcfSelectionAssistanceInfo) GetSingleNssai() Snssai

GetSingleNssai returns the SingleNssai field value

func (*PcfSelectionAssistanceInfo) GetSingleNssaiOk ¶

func (o *PcfSelectionAssistanceInfo) GetSingleNssaiOk() (*Snssai, bool)

GetSingleNssaiOk returns a tuple with the SingleNssai field value and a boolean to check if the value has been set.

func (PcfSelectionAssistanceInfo) MarshalJSON ¶

func (o PcfSelectionAssistanceInfo) MarshalJSON() ([]byte, error)

func (*PcfSelectionAssistanceInfo) SetDnn ¶

func (o *PcfSelectionAssistanceInfo) SetDnn(v string)

SetDnn sets field value

func (*PcfSelectionAssistanceInfo) SetSingleNssai ¶

func (o *PcfSelectionAssistanceInfo) SetSingleNssai(v Snssai)

SetSingleNssai sets field value

func (PcfSelectionAssistanceInfo) ToMap ¶

func (o PcfSelectionAssistanceInfo) ToMap() (map[string]interface{}, error)

func (*PcfSelectionAssistanceInfo) UnmarshalJSON ¶

func (o *PcfSelectionAssistanceInfo) UnmarshalJSON(bytes []byte) (err error)

type PduSession ¶

type PduSession struct {
	// String representing a Data Network as defined in clause 9A of 3GPP TS 23.003;  it shall contain either a DNN Network Identifier, or a full DNN with both the Network  Identifier and Operator Identifier, as specified in 3GPP TS 23.003 clause 9.1.1 and 9.1.2. It shall be coded as string in which the labels are separated by dots  (e.g. \"Label1.Label2.Label3\").
	Dnn string `json:"dnn"`
	// 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"`
	SingleNssai   *Snssai `json:"singleNssai,omitempty"`
}

PduSession struct for PduSession

func NewPduSession ¶

func NewPduSession(dnn string, smfInstanceId string, plmnId PlmnId) *PduSession

NewPduSession instantiates a new PduSession 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 NewPduSessionWithDefaults ¶

func NewPduSessionWithDefaults() *PduSession

NewPduSessionWithDefaults instantiates a new PduSession 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 (*PduSession) GetDnn ¶

func (o *PduSession) GetDnn() string

GetDnn returns the Dnn field value

func (*PduSession) GetDnnOk ¶

func (o *PduSession) GetDnnOk() (*string, bool)

GetDnnOk returns a tuple with the Dnn field value and a boolean to check if the value has been set.

func (*PduSession) GetPlmnId ¶

func (o *PduSession) GetPlmnId() PlmnId

GetPlmnId returns the PlmnId field value

func (*PduSession) GetPlmnIdOk ¶

func (o *PduSession) GetPlmnIdOk() (*PlmnId, bool)

GetPlmnIdOk returns a tuple with the PlmnId field value and a boolean to check if the value has been set.

func (*PduSession) GetSingleNssai ¶

func (o *PduSession) GetSingleNssai() Snssai

GetSingleNssai returns the SingleNssai field value if set, zero value otherwise.

func (*PduSession) GetSingleNssaiOk ¶

func (o *PduSession) GetSingleNssaiOk() (*Snssai, bool)

GetSingleNssaiOk returns a tuple with the SingleNssai field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PduSession) GetSmfInstanceId ¶

func (o *PduSession) GetSmfInstanceId() string

GetSmfInstanceId returns the SmfInstanceId field value

func (*PduSession) GetSmfInstanceIdOk ¶

func (o *PduSession) GetSmfInstanceIdOk() (*string, bool)

GetSmfInstanceIdOk returns a tuple with the SmfInstanceId field value and a boolean to check if the value has been set.

func (*PduSession) HasSingleNssai ¶

func (o *PduSession) HasSingleNssai() bool

HasSingleNssai returns a boolean if a field has been set.

func (PduSession) MarshalJSON ¶

func (o PduSession) MarshalJSON() ([]byte, error)

func (*PduSession) SetDnn ¶

func (o *PduSession) SetDnn(v string)

SetDnn sets field value

func (*PduSession) SetPlmnId ¶

func (o *PduSession) SetPlmnId(v PlmnId)

SetPlmnId sets field value

func (*PduSession) SetSingleNssai ¶

func (o *PduSession) SetSingleNssai(v Snssai)

SetSingleNssai gets a reference to the given Snssai and assigns it to the SingleNssai field.

func (*PduSession) SetSmfInstanceId ¶

func (o *PduSession) SetSmfInstanceId(v string)

SetSmfInstanceId sets field value

func (PduSession) ToMap ¶

func (o PduSession) ToMap() (map[string]interface{}, error)

func (*PduSession) UnmarshalJSON ¶

func (o *PduSession) UnmarshalJSON(bytes []byte) (err error)

type PduSessionContinuityInd ¶

type PduSessionContinuityInd struct {
	// contains filtered or unexported fields
}

PduSessionContinuityInd struct for PduSessionContinuityInd

func (*PduSessionContinuityInd) MarshalJSON ¶

func (src *PduSessionContinuityInd) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*PduSessionContinuityInd) UnmarshalJSON ¶

func (dst *PduSessionContinuityInd) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type PduSessionType ¶

type PduSessionType struct {
	// contains filtered or unexported fields
}

PduSessionType PduSessionType indicates the type of a PDU session. It shall comply with the provisions defined in table 5.4.3.3-1.

func (*PduSessionType) MarshalJSON ¶

func (src *PduSessionType) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*PduSessionType) UnmarshalJSON ¶

func (dst *PduSessionType) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type PduSessionTypes ¶

type PduSessionTypes struct {
	DefaultSessionType  *PduSessionType  `json:"defaultSessionType,omitempty"`
	AllowedSessionTypes []PduSessionType `json:"allowedSessionTypes,omitempty"`
}

PduSessionTypes struct for PduSessionTypes

func NewPduSessionTypes ¶

func NewPduSessionTypes() *PduSessionTypes

NewPduSessionTypes instantiates a new PduSessionTypes 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 NewPduSessionTypesWithDefaults ¶

func NewPduSessionTypesWithDefaults() *PduSessionTypes

NewPduSessionTypesWithDefaults instantiates a new PduSessionTypes 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 (*PduSessionTypes) GetAllowedSessionTypes ¶

func (o *PduSessionTypes) GetAllowedSessionTypes() []PduSessionType

GetAllowedSessionTypes returns the AllowedSessionTypes field value if set, zero value otherwise.

func (*PduSessionTypes) GetAllowedSessionTypesOk ¶

func (o *PduSessionTypes) GetAllowedSessionTypesOk() ([]PduSessionType, bool)

GetAllowedSessionTypesOk returns a tuple with the AllowedSessionTypes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PduSessionTypes) GetDefaultSessionType ¶

func (o *PduSessionTypes) GetDefaultSessionType() PduSessionType

GetDefaultSessionType returns the DefaultSessionType field value if set, zero value otherwise.

func (*PduSessionTypes) GetDefaultSessionTypeOk ¶

func (o *PduSessionTypes) GetDefaultSessionTypeOk() (*PduSessionType, bool)

GetDefaultSessionTypeOk returns a tuple with the DefaultSessionType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PduSessionTypes) HasAllowedSessionTypes ¶

func (o *PduSessionTypes) HasAllowedSessionTypes() bool

HasAllowedSessionTypes returns a boolean if a field has been set.

func (*PduSessionTypes) HasDefaultSessionType ¶

func (o *PduSessionTypes) HasDefaultSessionType() bool

HasDefaultSessionType returns a boolean if a field has been set.

func (PduSessionTypes) MarshalJSON ¶

func (o PduSessionTypes) MarshalJSON() ([]byte, error)

func (*PduSessionTypes) SetAllowedSessionTypes ¶

func (o *PduSessionTypes) SetAllowedSessionTypes(v []PduSessionType)

SetAllowedSessionTypes gets a reference to the given []PduSessionType and assigns it to the AllowedSessionTypes field.

func (*PduSessionTypes) SetDefaultSessionType ¶

func (o *PduSessionTypes) SetDefaultSessionType(v PduSessionType)

SetDefaultSessionType gets a reference to the given PduSessionType and assigns it to the DefaultSessionType field.

func (PduSessionTypes) ToMap ¶

func (o PduSessionTypes) ToMap() (map[string]interface{}, error)

type PgwInfo ¶

type PgwInfo struct {
	// String representing a Data Network as defined in clause 9A of 3GPP TS 23.003;  it shall contain either a DNN Network Identifier, or a full DNN with both the Network  Identifier and Operator Identifier, as specified in 3GPP TS 23.003 clause 9.1.1 and 9.1.2. It shall be coded as string in which the labels are separated by dots  (e.g. \"Label1.Label2.Label3\").
	Dnn string `json:"dnn"`
	// Fully Qualified Domain Name
	PgwFqdn   string            `json:"pgwFqdn"`
	PgwIpAddr NullableIpAddress `json:"pgwIpAddr,omitempty"`
	PlmnId    *PlmnId           `json:"plmnId,omitempty"`
	EpdgInd   *bool             `json:"epdgInd,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.
	PcfId *string `json:"pcfId,omitempty"`
	// string with format 'date-time' as defined in OpenAPI.
	RegistrationTime *time.Time `json:"registrationTime,omitempty"`
}

PgwInfo struct for PgwInfo

func NewPgwInfo ¶

func NewPgwInfo(dnn string, pgwFqdn string) *PgwInfo

NewPgwInfo instantiates a new PgwInfo 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 NewPgwInfoWithDefaults ¶

func NewPgwInfoWithDefaults() *PgwInfo

NewPgwInfoWithDefaults instantiates a new PgwInfo 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 (*PgwInfo) GetDnn ¶

func (o *PgwInfo) GetDnn() string

GetDnn returns the Dnn field value

func (*PgwInfo) GetDnnOk ¶

func (o *PgwInfo) GetDnnOk() (*string, bool)

GetDnnOk returns a tuple with the Dnn field value and a boolean to check if the value has been set.

func (*PgwInfo) GetEpdgInd ¶

func (o *PgwInfo) GetEpdgInd() bool

GetEpdgInd returns the EpdgInd field value if set, zero value otherwise.

func (*PgwInfo) GetEpdgIndOk ¶

func (o *PgwInfo) GetEpdgIndOk() (*bool, bool)

GetEpdgIndOk returns a tuple with the EpdgInd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PgwInfo) GetPcfId ¶

func (o *PgwInfo) GetPcfId() string

GetPcfId returns the PcfId field value if set, zero value otherwise.

func (*PgwInfo) GetPcfIdOk ¶

func (o *PgwInfo) GetPcfIdOk() (*string, bool)

GetPcfIdOk returns a tuple with the PcfId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PgwInfo) GetPgwFqdn ¶

func (o *PgwInfo) GetPgwFqdn() string

GetPgwFqdn returns the PgwFqdn field value

func (*PgwInfo) GetPgwFqdnOk ¶

func (o *PgwInfo) GetPgwFqdnOk() (*string, bool)

GetPgwFqdnOk returns a tuple with the PgwFqdn field value and a boolean to check if the value has been set.

func (*PgwInfo) GetPgwIpAddr ¶

func (o *PgwInfo) GetPgwIpAddr() IpAddress

GetPgwIpAddr returns the PgwIpAddr field value if set, zero value otherwise (both if not set or set to explicit null).

func (*PgwInfo) GetPgwIpAddrOk ¶

func (o *PgwInfo) GetPgwIpAddrOk() (*IpAddress, bool)

GetPgwIpAddrOk returns a tuple with the PgwIpAddr 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 (*PgwInfo) GetPlmnId ¶

func (o *PgwInfo) GetPlmnId() PlmnId

GetPlmnId returns the PlmnId field value if set, zero value otherwise.

func (*PgwInfo) GetPlmnIdOk ¶

func (o *PgwInfo) 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 (*PgwInfo) GetRegistrationTime ¶

func (o *PgwInfo) GetRegistrationTime() time.Time

GetRegistrationTime returns the RegistrationTime field value if set, zero value otherwise.

func (*PgwInfo) GetRegistrationTimeOk ¶

func (o *PgwInfo) GetRegistrationTimeOk() (*time.Time, bool)

GetRegistrationTimeOk returns a tuple with the RegistrationTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PgwInfo) HasEpdgInd ¶

func (o *PgwInfo) HasEpdgInd() bool

HasEpdgInd returns a boolean if a field has been set.

func (*PgwInfo) HasPcfId ¶

func (o *PgwInfo) HasPcfId() bool

HasPcfId returns a boolean if a field has been set.

func (*PgwInfo) HasPgwIpAddr ¶

func (o *PgwInfo) HasPgwIpAddr() bool

HasPgwIpAddr returns a boolean if a field has been set.

func (*PgwInfo) HasPlmnId ¶

func (o *PgwInfo) HasPlmnId() bool

HasPlmnId returns a boolean if a field has been set.

func (*PgwInfo) HasRegistrationTime ¶

func (o *PgwInfo) HasRegistrationTime() bool

HasRegistrationTime returns a boolean if a field has been set.

func (PgwInfo) MarshalJSON ¶

func (o PgwInfo) MarshalJSON() ([]byte, error)

func (*PgwInfo) SetDnn ¶

func (o *PgwInfo) SetDnn(v string)

SetDnn sets field value

func (*PgwInfo) SetEpdgInd ¶

func (o *PgwInfo) SetEpdgInd(v bool)

SetEpdgInd gets a reference to the given bool and assigns it to the EpdgInd field.

func (*PgwInfo) SetPcfId ¶

func (o *PgwInfo) SetPcfId(v string)

SetPcfId gets a reference to the given string and assigns it to the PcfId field.

func (*PgwInfo) SetPgwFqdn ¶

func (o *PgwInfo) SetPgwFqdn(v string)

SetPgwFqdn sets field value

func (*PgwInfo) SetPgwIpAddr ¶

func (o *PgwInfo) SetPgwIpAddr(v IpAddress)

SetPgwIpAddr gets a reference to the given NullableIpAddress and assigns it to the PgwIpAddr field.

func (*PgwInfo) SetPgwIpAddrNil ¶

func (o *PgwInfo) SetPgwIpAddrNil()

SetPgwIpAddrNil sets the value for PgwIpAddr to be an explicit nil

func (*PgwInfo) SetPlmnId ¶

func (o *PgwInfo) SetPlmnId(v PlmnId)

SetPlmnId gets a reference to the given PlmnId and assigns it to the PlmnId field.

func (*PgwInfo) SetRegistrationTime ¶

func (o *PgwInfo) SetRegistrationTime(v time.Time)

SetRegistrationTime gets a reference to the given time.Time and assigns it to the RegistrationTime field.

func (PgwInfo) ToMap ¶

func (o PgwInfo) ToMap() (map[string]interface{}, error)

func (*PgwInfo) UnmarshalJSON ¶

func (o *PgwInfo) UnmarshalJSON(bytes []byte) (err error)

func (*PgwInfo) UnsetPgwIpAddr ¶

func (o *PgwInfo) UnsetPgwIpAddr()

UnsetPgwIpAddr ensures that no value is present for PgwIpAddr, not even an explicit nil

type PlmnEcInfo ¶

type PlmnEcInfo struct {
	PlmnId              PlmnId                      `json:"plmnId"`
	EcRestrictionDataWb NullableEcRestrictionDataWb `json:"ecRestrictionDataWb,omitempty"`
	EcRestrictionDataNb *bool                       `json:"ecRestrictionDataNb,omitempty"`
}

PlmnEcInfo struct for PlmnEcInfo

func NewPlmnEcInfo ¶

func NewPlmnEcInfo(plmnId PlmnId) *PlmnEcInfo

NewPlmnEcInfo instantiates a new PlmnEcInfo 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 NewPlmnEcInfoWithDefaults ¶

func NewPlmnEcInfoWithDefaults() *PlmnEcInfo

NewPlmnEcInfoWithDefaults instantiates a new PlmnEcInfo 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 (*PlmnEcInfo) GetEcRestrictionDataNb ¶

func (o *PlmnEcInfo) GetEcRestrictionDataNb() bool

GetEcRestrictionDataNb returns the EcRestrictionDataNb field value if set, zero value otherwise.

func (*PlmnEcInfo) GetEcRestrictionDataNbOk ¶

func (o *PlmnEcInfo) 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 (*PlmnEcInfo) GetEcRestrictionDataWb ¶

func (o *PlmnEcInfo) GetEcRestrictionDataWb() EcRestrictionDataWb

GetEcRestrictionDataWb returns the EcRestrictionDataWb field value if set, zero value otherwise (both if not set or set to explicit null).

func (*PlmnEcInfo) GetEcRestrictionDataWbOk ¶

func (o *PlmnEcInfo) GetEcRestrictionDataWbOk() (*EcRestrictionDataWb, bool)

GetEcRestrictionDataWbOk returns a tuple with the EcRestrictionDataWb field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*PlmnEcInfo) GetPlmnId ¶

func (o *PlmnEcInfo) GetPlmnId() PlmnId

GetPlmnId returns the PlmnId field value

func (*PlmnEcInfo) GetPlmnIdOk ¶

func (o *PlmnEcInfo) GetPlmnIdOk() (*PlmnId, bool)

GetPlmnIdOk returns a tuple with the PlmnId field value and a boolean to check if the value has been set.

func (*PlmnEcInfo) HasEcRestrictionDataNb ¶

func (o *PlmnEcInfo) HasEcRestrictionDataNb() bool

HasEcRestrictionDataNb returns a boolean if a field has been set.

func (*PlmnEcInfo) HasEcRestrictionDataWb ¶

func (o *PlmnEcInfo) HasEcRestrictionDataWb() bool

HasEcRestrictionDataWb returns a boolean if a field has been set.

func (PlmnEcInfo) MarshalJSON ¶

func (o PlmnEcInfo) MarshalJSON() ([]byte, error)

func (*PlmnEcInfo) SetEcRestrictionDataNb ¶

func (o *PlmnEcInfo) SetEcRestrictionDataNb(v bool)

SetEcRestrictionDataNb gets a reference to the given bool and assigns it to the EcRestrictionDataNb field.

func (*PlmnEcInfo) SetEcRestrictionDataWb ¶

func (o *PlmnEcInfo) SetEcRestrictionDataWb(v EcRestrictionDataWb)

SetEcRestrictionDataWb gets a reference to the given NullableEcRestrictionDataWb and assigns it to the EcRestrictionDataWb field.

func (*PlmnEcInfo) SetEcRestrictionDataWbNil ¶

func (o *PlmnEcInfo) SetEcRestrictionDataWbNil()

SetEcRestrictionDataWbNil sets the value for EcRestrictionDataWb to be an explicit nil

func (*PlmnEcInfo) SetPlmnId ¶

func (o *PlmnEcInfo) SetPlmnId(v PlmnId)

SetPlmnId sets field value

func (PlmnEcInfo) ToMap ¶

func (o PlmnEcInfo) ToMap() (map[string]interface{}, error)

func (*PlmnEcInfo) UnmarshalJSON ¶

func (o *PlmnEcInfo) UnmarshalJSON(bytes []byte) (err error)

func (*PlmnEcInfo) UnsetEcRestrictionDataWb ¶

func (o *PlmnEcInfo) UnsetEcRestrictionDataWb()

UnsetEcRestrictionDataWb ensures that no value is present for EcRestrictionDataWb, not even an explicit nil

type PlmnId ¶

type PlmnId struct {
	// Mobile Country Code part of the PLMN, comprising 3 digits, as defined in clause 9.3.3.5 of 3GPP TS 38.413.
	Mcc string `json:"mcc"`
	// Mobile Network Code part of the PLMN, comprising 2 or 3 digits, as defined in clause 9.3.3.5 of 3GPP TS 38.413.
	Mnc string `json:"mnc"`
}

PlmnId When PlmnId needs to be converted to string (e.g. when used in maps as key), the string shall be composed of three digits \"mcc\" followed by \"-\" and two or three digits \"mnc\".

func NewPlmnId ¶

func NewPlmnId(mcc string, mnc string) *PlmnId

NewPlmnId instantiates a new PlmnId object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPlmnIdWithDefaults ¶

func NewPlmnIdWithDefaults() *PlmnId

NewPlmnIdWithDefaults instantiates a new PlmnId object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PlmnId) GetMcc ¶

func (o *PlmnId) GetMcc() string

GetMcc returns the Mcc field value

func (*PlmnId) GetMccOk ¶

func (o *PlmnId) GetMccOk() (*string, bool)

GetMccOk returns a tuple with the Mcc field value and a boolean to check if the value has been set.

func (*PlmnId) GetMnc ¶

func (o *PlmnId) GetMnc() string

GetMnc returns the Mnc field value

func (*PlmnId) GetMncOk ¶

func (o *PlmnId) GetMncOk() (*string, bool)

GetMncOk returns a tuple with the Mnc field value and a boolean to check if the value has been set.

func (PlmnId) MarshalJSON ¶

func (o PlmnId) MarshalJSON() ([]byte, error)

func (*PlmnId) SetMcc ¶

func (o *PlmnId) SetMcc(v string)

SetMcc sets field value

func (*PlmnId) SetMnc ¶

func (o *PlmnId) SetMnc(v string)

SetMnc sets field value

func (PlmnId) ToMap ¶

func (o PlmnId) ToMap() (map[string]interface{}, error)

func (*PlmnId) UnmarshalJSON ¶

func (o *PlmnId) UnmarshalJSON(bytes []byte) (err error)

type PlmnIdNid ¶

type PlmnIdNid struct {
	// Mobile Country Code part of the PLMN, comprising 3 digits, as defined in clause 9.3.3.5 of 3GPP TS 38.413.
	Mcc string `json:"mcc"`
	// Mobile Network Code part of the PLMN, comprising 2 or 3 digits, as defined in clause 9.3.3.5 of 3GPP TS 38.413.
	Mnc string `json:"mnc"`
	// This represents the Network Identifier, which together with a PLMN ID is used to identify an SNPN (see 3GPP TS 23.003 and 3GPP TS 23.501 clause 5.30.2.1).
	Nid *string `json:"nid,omitempty"`
}

PlmnIdNid Contains the serving core network operator PLMN ID and, for an SNPN, the NID that together with the PLMN ID identifies the SNPN.

func NewPlmnIdNid ¶

func NewPlmnIdNid(mcc string, mnc string) *PlmnIdNid

NewPlmnIdNid instantiates a new PlmnIdNid object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPlmnIdNidWithDefaults ¶

func NewPlmnIdNidWithDefaults() *PlmnIdNid

NewPlmnIdNidWithDefaults instantiates a new PlmnIdNid object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PlmnIdNid) GetMcc ¶

func (o *PlmnIdNid) GetMcc() string

GetMcc returns the Mcc field value

func (*PlmnIdNid) GetMccOk ¶

func (o *PlmnIdNid) GetMccOk() (*string, bool)

GetMccOk returns a tuple with the Mcc field value and a boolean to check if the value has been set.

func (*PlmnIdNid) GetMnc ¶

func (o *PlmnIdNid) GetMnc() string

GetMnc returns the Mnc field value

func (*PlmnIdNid) GetMncOk ¶

func (o *PlmnIdNid) GetMncOk() (*string, bool)

GetMncOk returns a tuple with the Mnc field value and a boolean to check if the value has been set.

func (*PlmnIdNid) GetNid ¶

func (o *PlmnIdNid) GetNid() string

GetNid returns the Nid field value if set, zero value otherwise.

func (*PlmnIdNid) GetNidOk ¶

func (o *PlmnIdNid) 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 (*PlmnIdNid) HasNid ¶

func (o *PlmnIdNid) HasNid() bool

HasNid returns a boolean if a field has been set.

func (PlmnIdNid) MarshalJSON ¶

func (o PlmnIdNid) MarshalJSON() ([]byte, error)

func (*PlmnIdNid) SetMcc ¶

func (o *PlmnIdNid) SetMcc(v string)

SetMcc sets field value

func (*PlmnIdNid) SetMnc ¶

func (o *PlmnIdNid) SetMnc(v string)

SetMnc sets field value

func (*PlmnIdNid) SetNid ¶

func (o *PlmnIdNid) SetNid(v string)

SetNid gets a reference to the given string and assigns it to the Nid field.

func (PlmnIdNid) ToMap ¶

func (o PlmnIdNid) ToMap() (map[string]interface{}, error)

func (*PlmnIdNid) UnmarshalJSON ¶

func (o *PlmnIdNid) UnmarshalJSON(bytes []byte) (err error)

type PlmnOperatorClass ¶

type PlmnOperatorClass struct {
	LcsClientClass LcsClientClass `json:"lcsClientClass"`
	LcsClientIds   []string       `json:"lcsClientIds"`
}

PlmnOperatorClass struct for PlmnOperatorClass

func NewPlmnOperatorClass ¶

func NewPlmnOperatorClass(lcsClientClass LcsClientClass, lcsClientIds []string) *PlmnOperatorClass

NewPlmnOperatorClass instantiates a new PlmnOperatorClass 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 NewPlmnOperatorClassWithDefaults ¶

func NewPlmnOperatorClassWithDefaults() *PlmnOperatorClass

NewPlmnOperatorClassWithDefaults instantiates a new PlmnOperatorClass 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 (*PlmnOperatorClass) GetLcsClientClass ¶

func (o *PlmnOperatorClass) GetLcsClientClass() LcsClientClass

GetLcsClientClass returns the LcsClientClass field value

func (*PlmnOperatorClass) GetLcsClientClassOk ¶

func (o *PlmnOperatorClass) GetLcsClientClassOk() (*LcsClientClass, bool)

GetLcsClientClassOk returns a tuple with the LcsClientClass field value and a boolean to check if the value has been set.

func (*PlmnOperatorClass) GetLcsClientIds ¶

func (o *PlmnOperatorClass) GetLcsClientIds() []string

GetLcsClientIds returns the LcsClientIds field value

func (*PlmnOperatorClass) GetLcsClientIdsOk ¶

func (o *PlmnOperatorClass) GetLcsClientIdsOk() ([]string, bool)

GetLcsClientIdsOk returns a tuple with the LcsClientIds field value and a boolean to check if the value has been set.

func (PlmnOperatorClass) MarshalJSON ¶

func (o PlmnOperatorClass) MarshalJSON() ([]byte, error)

func (*PlmnOperatorClass) SetLcsClientClass ¶

func (o *PlmnOperatorClass) SetLcsClientClass(v LcsClientClass)

SetLcsClientClass sets field value

func (*PlmnOperatorClass) SetLcsClientIds ¶

func (o *PlmnOperatorClass) SetLcsClientIds(v []string)

SetLcsClientIds sets field value

func (PlmnOperatorClass) ToMap ¶

func (o PlmnOperatorClass) ToMap() (map[string]interface{}, error)

func (*PlmnOperatorClass) UnmarshalJSON ¶

func (o *PlmnOperatorClass) UnmarshalJSON(bytes []byte) (err error)

type PlmnRestriction ¶

type PlmnRestriction struct {
	RatRestrictions             []RatType               `json:"ratRestrictions,omitempty"`
	ForbiddenAreas              []Area                  `json:"forbiddenAreas,omitempty"`
	ServiceAreaRestriction      *ServiceAreaRestriction `json:"serviceAreaRestriction,omitempty"`
	CoreNetworkTypeRestrictions []CoreNetworkType       `json:"coreNetworkTypeRestrictions,omitempty"`
	PrimaryRatRestrictions      []RatType               `json:"primaryRatRestrictions,omitempty"`
	SecondaryRatRestrictions    []RatType               `json:"secondaryRatRestrictions,omitempty"`
}

PlmnRestriction struct for PlmnRestriction

func NewPlmnRestriction ¶

func NewPlmnRestriction() *PlmnRestriction

NewPlmnRestriction instantiates a new PlmnRestriction 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 NewPlmnRestrictionWithDefaults ¶

func NewPlmnRestrictionWithDefaults() *PlmnRestriction

NewPlmnRestrictionWithDefaults instantiates a new PlmnRestriction 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 (*PlmnRestriction) GetCoreNetworkTypeRestrictions ¶

func (o *PlmnRestriction) GetCoreNetworkTypeRestrictions() []CoreNetworkType

GetCoreNetworkTypeRestrictions returns the CoreNetworkTypeRestrictions field value if set, zero value otherwise.

func (*PlmnRestriction) GetCoreNetworkTypeRestrictionsOk ¶

func (o *PlmnRestriction) 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 (*PlmnRestriction) GetForbiddenAreas ¶

func (o *PlmnRestriction) GetForbiddenAreas() []Area

GetForbiddenAreas returns the ForbiddenAreas field value if set, zero value otherwise.

func (*PlmnRestriction) GetForbiddenAreasOk ¶

func (o *PlmnRestriction) 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 (*PlmnRestriction) GetPrimaryRatRestrictions ¶

func (o *PlmnRestriction) GetPrimaryRatRestrictions() []RatType

GetPrimaryRatRestrictions returns the PrimaryRatRestrictions field value if set, zero value otherwise.

func (*PlmnRestriction) GetPrimaryRatRestrictionsOk ¶

func (o *PlmnRestriction) 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 (*PlmnRestriction) GetRatRestrictions ¶

func (o *PlmnRestriction) GetRatRestrictions() []RatType

GetRatRestrictions returns the RatRestrictions field value if set, zero value otherwise.

func (*PlmnRestriction) GetRatRestrictionsOk ¶

func (o *PlmnRestriction) 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 (*PlmnRestriction) GetSecondaryRatRestrictions ¶

func (o *PlmnRestriction) GetSecondaryRatRestrictions() []RatType

GetSecondaryRatRestrictions returns the SecondaryRatRestrictions field value if set, zero value otherwise.

func (*PlmnRestriction) GetSecondaryRatRestrictionsOk ¶

func (o *PlmnRestriction) 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 (*PlmnRestriction) GetServiceAreaRestriction ¶

func (o *PlmnRestriction) GetServiceAreaRestriction() ServiceAreaRestriction

GetServiceAreaRestriction returns the ServiceAreaRestriction field value if set, zero value otherwise.

func (*PlmnRestriction) GetServiceAreaRestrictionOk ¶

func (o *PlmnRestriction) 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 (*PlmnRestriction) HasCoreNetworkTypeRestrictions ¶

func (o *PlmnRestriction) HasCoreNetworkTypeRestrictions() bool

HasCoreNetworkTypeRestrictions returns a boolean if a field has been set.

func (*PlmnRestriction) HasForbiddenAreas ¶

func (o *PlmnRestriction) HasForbiddenAreas() bool

HasForbiddenAreas returns a boolean if a field has been set.

func (*PlmnRestriction) HasPrimaryRatRestrictions ¶

func (o *PlmnRestriction) HasPrimaryRatRestrictions() bool

HasPrimaryRatRestrictions returns a boolean if a field has been set.

func (*PlmnRestriction) HasRatRestrictions ¶

func (o *PlmnRestriction) HasRatRestrictions() bool

HasRatRestrictions returns a boolean if a field has been set.

func (*PlmnRestriction) HasSecondaryRatRestrictions ¶

func (o *PlmnRestriction) HasSecondaryRatRestrictions() bool

HasSecondaryRatRestrictions returns a boolean if a field has been set.

func (*PlmnRestriction) HasServiceAreaRestriction ¶

func (o *PlmnRestriction) HasServiceAreaRestriction() bool

HasServiceAreaRestriction returns a boolean if a field has been set.

func (PlmnRestriction) MarshalJSON ¶

func (o PlmnRestriction) MarshalJSON() ([]byte, error)

func (*PlmnRestriction) SetCoreNetworkTypeRestrictions ¶

func (o *PlmnRestriction) SetCoreNetworkTypeRestrictions(v []CoreNetworkType)

SetCoreNetworkTypeRestrictions gets a reference to the given []CoreNetworkType and assigns it to the CoreNetworkTypeRestrictions field.

func (*PlmnRestriction) SetForbiddenAreas ¶

func (o *PlmnRestriction) SetForbiddenAreas(v []Area)

SetForbiddenAreas gets a reference to the given []Area and assigns it to the ForbiddenAreas field.

func (*PlmnRestriction) SetPrimaryRatRestrictions ¶

func (o *PlmnRestriction) SetPrimaryRatRestrictions(v []RatType)

SetPrimaryRatRestrictions gets a reference to the given []RatType and assigns it to the PrimaryRatRestrictions field.

func (*PlmnRestriction) SetRatRestrictions ¶

func (o *PlmnRestriction) SetRatRestrictions(v []RatType)

SetRatRestrictions gets a reference to the given []RatType and assigns it to the RatRestrictions field.

func (*PlmnRestriction) SetSecondaryRatRestrictions ¶

func (o *PlmnRestriction) SetSecondaryRatRestrictions(v []RatType)

SetSecondaryRatRestrictions gets a reference to the given []RatType and assigns it to the SecondaryRatRestrictions field.

func (*PlmnRestriction) SetServiceAreaRestriction ¶

func (o *PlmnRestriction) SetServiceAreaRestriction(v ServiceAreaRestriction)

SetServiceAreaRestriction gets a reference to the given ServiceAreaRestriction and assigns it to the ServiceAreaRestriction field.

func (PlmnRestriction) ToMap ¶

func (o PlmnRestriction) ToMap() (map[string]interface{}, error)

type Point ¶

type Point struct {
	GADShape
	Point GeographicalCoordinates `json:"point"`
}

Point Ellipsoid Point.

func NewPoint ¶

func NewPoint(point GeographicalCoordinates, shape SupportedGADShapes) *Point

NewPoint instantiates a new Point 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 NewPointWithDefaults ¶

func NewPointWithDefaults() *Point

NewPointWithDefaults instantiates a new Point 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 (*Point) GetPoint ¶

func (o *Point) GetPoint() GeographicalCoordinates

GetPoint returns the Point field value

func (*Point) GetPointOk ¶

func (o *Point) GetPointOk() (*GeographicalCoordinates, bool)

GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.

func (Point) MarshalJSON ¶

func (o Point) MarshalJSON() ([]byte, error)

func (*Point) SetPoint ¶

func (o *Point) SetPoint(v GeographicalCoordinates)

SetPoint sets field value

func (Point) ToMap ¶

func (o Point) ToMap() (map[string]interface{}, error)

func (*Point) UnmarshalJSON ¶

func (o *Point) UnmarshalJSON(bytes []byte) (err error)

type PointAltitude ¶

type PointAltitude struct {
	GADShape
	Point GeographicalCoordinates `json:"point"`
	// Indicates value of altitude.
	Altitude float64 `json:"altitude"`
}

PointAltitude Ellipsoid point with altitude.

func NewPointAltitude ¶

func NewPointAltitude(point GeographicalCoordinates, altitude float64, shape SupportedGADShapes) *PointAltitude

NewPointAltitude instantiates a new PointAltitude 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 NewPointAltitudeWithDefaults ¶

func NewPointAltitudeWithDefaults() *PointAltitude

NewPointAltitudeWithDefaults instantiates a new PointAltitude 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 (*PointAltitude) GetAltitude ¶

func (o *PointAltitude) GetAltitude() float64

GetAltitude returns the Altitude field value

func (*PointAltitude) GetAltitudeOk ¶

func (o *PointAltitude) GetAltitudeOk() (*float64, bool)

GetAltitudeOk returns a tuple with the Altitude field value and a boolean to check if the value has been set.

func (*PointAltitude) GetPoint ¶

func (o *PointAltitude) GetPoint() GeographicalCoordinates

GetPoint returns the Point field value

func (*PointAltitude) GetPointOk ¶

func (o *PointAltitude) GetPointOk() (*GeographicalCoordinates, bool)

GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.

func (PointAltitude) MarshalJSON ¶

func (o PointAltitude) MarshalJSON() ([]byte, error)

func (*PointAltitude) SetAltitude ¶

func (o *PointAltitude) SetAltitude(v float64)

SetAltitude sets field value

func (*PointAltitude) SetPoint ¶

func (o *PointAltitude) SetPoint(v GeographicalCoordinates)

SetPoint sets field value

func (PointAltitude) ToMap ¶

func (o PointAltitude) ToMap() (map[string]interface{}, error)

func (*PointAltitude) UnmarshalJSON ¶

func (o *PointAltitude) UnmarshalJSON(bytes []byte) (err error)

type PointAltitudeUncertainty ¶

type PointAltitudeUncertainty struct {
	GADShape
	Point GeographicalCoordinates `json:"point"`
	// Indicates value of altitude.
	Altitude           float64            `json:"altitude"`
	UncertaintyEllipse UncertaintyEllipse `json:"uncertaintyEllipse"`
	// Indicates value of uncertainty.
	UncertaintyAltitude float32 `json:"uncertaintyAltitude"`
	// Indicates value of confidence.
	Confidence int32 `json:"confidence"`
}

PointAltitudeUncertainty Ellipsoid point with altitude and uncertainty ellipsoid.

func NewPointAltitudeUncertainty ¶

func NewPointAltitudeUncertainty(point GeographicalCoordinates, altitude float64, uncertaintyEllipse UncertaintyEllipse, uncertaintyAltitude float32, confidence int32, shape SupportedGADShapes) *PointAltitudeUncertainty

NewPointAltitudeUncertainty instantiates a new PointAltitudeUncertainty 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 NewPointAltitudeUncertaintyWithDefaults ¶

func NewPointAltitudeUncertaintyWithDefaults() *PointAltitudeUncertainty

NewPointAltitudeUncertaintyWithDefaults instantiates a new PointAltitudeUncertainty 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 (*PointAltitudeUncertainty) GetAltitude ¶

func (o *PointAltitudeUncertainty) GetAltitude() float64

GetAltitude returns the Altitude field value

func (*PointAltitudeUncertainty) GetAltitudeOk ¶

func (o *PointAltitudeUncertainty) GetAltitudeOk() (*float64, bool)

GetAltitudeOk returns a tuple with the Altitude field value and a boolean to check if the value has been set.

func (*PointAltitudeUncertainty) GetConfidence ¶

func (o *PointAltitudeUncertainty) GetConfidence() int32

GetConfidence returns the Confidence field value

func (*PointAltitudeUncertainty) GetConfidenceOk ¶

func (o *PointAltitudeUncertainty) GetConfidenceOk() (*int32, bool)

GetConfidenceOk returns a tuple with the Confidence field value and a boolean to check if the value has been set.

func (*PointAltitudeUncertainty) GetPoint ¶

GetPoint returns the Point field value

func (*PointAltitudeUncertainty) GetPointOk ¶

GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.

func (*PointAltitudeUncertainty) GetUncertaintyAltitude ¶

func (o *PointAltitudeUncertainty) GetUncertaintyAltitude() float32

GetUncertaintyAltitude returns the UncertaintyAltitude field value

func (*PointAltitudeUncertainty) GetUncertaintyAltitudeOk ¶

func (o *PointAltitudeUncertainty) GetUncertaintyAltitudeOk() (*float32, bool)

GetUncertaintyAltitudeOk returns a tuple with the UncertaintyAltitude field value and a boolean to check if the value has been set.

func (*PointAltitudeUncertainty) GetUncertaintyEllipse ¶

func (o *PointAltitudeUncertainty) GetUncertaintyEllipse() UncertaintyEllipse

GetUncertaintyEllipse returns the UncertaintyEllipse field value

func (*PointAltitudeUncertainty) GetUncertaintyEllipseOk ¶

func (o *PointAltitudeUncertainty) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool)

GetUncertaintyEllipseOk returns a tuple with the UncertaintyEllipse field value and a boolean to check if the value has been set.

func (PointAltitudeUncertainty) MarshalJSON ¶

func (o PointAltitudeUncertainty) MarshalJSON() ([]byte, error)

func (*PointAltitudeUncertainty) SetAltitude ¶

func (o *PointAltitudeUncertainty) SetAltitude(v float64)

SetAltitude sets field value

func (*PointAltitudeUncertainty) SetConfidence ¶

func (o *PointAltitudeUncertainty) SetConfidence(v int32)

SetConfidence sets field value

func (*PointAltitudeUncertainty) SetPoint ¶

SetPoint sets field value

func (*PointAltitudeUncertainty) SetUncertaintyAltitude ¶

func (o *PointAltitudeUncertainty) SetUncertaintyAltitude(v float32)

SetUncertaintyAltitude sets field value

func (*PointAltitudeUncertainty) SetUncertaintyEllipse ¶

func (o *PointAltitudeUncertainty) SetUncertaintyEllipse(v UncertaintyEllipse)

SetUncertaintyEllipse sets field value

func (PointAltitudeUncertainty) ToMap ¶

func (o PointAltitudeUncertainty) ToMap() (map[string]interface{}, error)

func (*PointAltitudeUncertainty) UnmarshalJSON ¶

func (o *PointAltitudeUncertainty) UnmarshalJSON(bytes []byte) (err error)

type PointUncertaintyCircle ¶

type PointUncertaintyCircle struct {
	GADShape
	Point GeographicalCoordinates `json:"point"`
	// Indicates value of uncertainty.
	Uncertainty float32 `json:"uncertainty"`
}

PointUncertaintyCircle Ellipsoid point with uncertainty circle.

func NewPointUncertaintyCircle ¶

func NewPointUncertaintyCircle(point GeographicalCoordinates, uncertainty float32, shape SupportedGADShapes) *PointUncertaintyCircle

NewPointUncertaintyCircle instantiates a new PointUncertaintyCircle 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 NewPointUncertaintyCircleWithDefaults ¶

func NewPointUncertaintyCircleWithDefaults() *PointUncertaintyCircle

NewPointUncertaintyCircleWithDefaults instantiates a new PointUncertaintyCircle 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 (*PointUncertaintyCircle) GetPoint ¶

GetPoint returns the Point field value

func (*PointUncertaintyCircle) GetPointOk ¶

GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.

func (*PointUncertaintyCircle) GetUncertainty ¶

func (o *PointUncertaintyCircle) GetUncertainty() float32

GetUncertainty returns the Uncertainty field value

func (*PointUncertaintyCircle) GetUncertaintyOk ¶

func (o *PointUncertaintyCircle) GetUncertaintyOk() (*float32, bool)

GetUncertaintyOk returns a tuple with the Uncertainty field value and a boolean to check if the value has been set.

func (PointUncertaintyCircle) MarshalJSON ¶

func (o PointUncertaintyCircle) MarshalJSON() ([]byte, error)

func (*PointUncertaintyCircle) SetPoint ¶

SetPoint sets field value

func (*PointUncertaintyCircle) SetUncertainty ¶

func (o *PointUncertaintyCircle) SetUncertainty(v float32)

SetUncertainty sets field value

func (PointUncertaintyCircle) ToMap ¶

func (o PointUncertaintyCircle) ToMap() (map[string]interface{}, error)

func (*PointUncertaintyCircle) UnmarshalJSON ¶

func (o *PointUncertaintyCircle) UnmarshalJSON(bytes []byte) (err error)

type PointUncertaintyEllipse ¶

type PointUncertaintyEllipse struct {
	GADShape
	Point              GeographicalCoordinates `json:"point"`
	UncertaintyEllipse UncertaintyEllipse      `json:"uncertaintyEllipse"`
	// Indicates value of confidence.
	Confidence int32 `json:"confidence"`
}

PointUncertaintyEllipse Ellipsoid point with uncertainty ellipse.

func NewPointUncertaintyEllipse ¶

func NewPointUncertaintyEllipse(point GeographicalCoordinates, uncertaintyEllipse UncertaintyEllipse, confidence int32, shape SupportedGADShapes) *PointUncertaintyEllipse

NewPointUncertaintyEllipse instantiates a new PointUncertaintyEllipse 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 NewPointUncertaintyEllipseWithDefaults ¶

func NewPointUncertaintyEllipseWithDefaults() *PointUncertaintyEllipse

NewPointUncertaintyEllipseWithDefaults instantiates a new PointUncertaintyEllipse 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 (*PointUncertaintyEllipse) GetConfidence ¶

func (o *PointUncertaintyEllipse) GetConfidence() int32

GetConfidence returns the Confidence field value

func (*PointUncertaintyEllipse) GetConfidenceOk ¶

func (o *PointUncertaintyEllipse) GetConfidenceOk() (*int32, bool)

GetConfidenceOk returns a tuple with the Confidence field value and a boolean to check if the value has been set.

func (*PointUncertaintyEllipse) GetPoint ¶

GetPoint returns the Point field value

func (*PointUncertaintyEllipse) GetPointOk ¶

GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.

func (*PointUncertaintyEllipse) GetUncertaintyEllipse ¶

func (o *PointUncertaintyEllipse) GetUncertaintyEllipse() UncertaintyEllipse

GetUncertaintyEllipse returns the UncertaintyEllipse field value

func (*PointUncertaintyEllipse) GetUncertaintyEllipseOk ¶

func (o *PointUncertaintyEllipse) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool)

GetUncertaintyEllipseOk returns a tuple with the UncertaintyEllipse field value and a boolean to check if the value has been set.

func (PointUncertaintyEllipse) MarshalJSON ¶

func (o PointUncertaintyEllipse) MarshalJSON() ([]byte, error)

func (*PointUncertaintyEllipse) SetConfidence ¶

func (o *PointUncertaintyEllipse) SetConfidence(v int32)

SetConfidence sets field value

func (*PointUncertaintyEllipse) SetPoint ¶

SetPoint sets field value

func (*PointUncertaintyEllipse) SetUncertaintyEllipse ¶

func (o *PointUncertaintyEllipse) SetUncertaintyEllipse(v UncertaintyEllipse)

SetUncertaintyEllipse sets field value

func (PointUncertaintyEllipse) ToMap ¶

func (o PointUncertaintyEllipse) ToMap() (map[string]interface{}, error)

func (*PointUncertaintyEllipse) UnmarshalJSON ¶

func (o *PointUncertaintyEllipse) UnmarshalJSON(bytes []byte) (err error)

type Polygon ¶

type Polygon struct {
	GADShape
	// List of points.
	PointList []GeographicalCoordinates `json:"pointList"`
}

Polygon Polygon.

func NewPolygon ¶

func NewPolygon(pointList []GeographicalCoordinates, shape SupportedGADShapes) *Polygon

NewPolygon instantiates a new Polygon 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 NewPolygonWithDefaults ¶

func NewPolygonWithDefaults() *Polygon

NewPolygonWithDefaults instantiates a new Polygon 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 (*Polygon) GetPointList ¶

func (o *Polygon) GetPointList() []GeographicalCoordinates

GetPointList returns the PointList field value

func (*Polygon) GetPointListOk ¶

func (o *Polygon) GetPointListOk() ([]GeographicalCoordinates, bool)

GetPointListOk returns a tuple with the PointList field value and a boolean to check if the value has been set.

func (Polygon) MarshalJSON ¶

func (o Polygon) MarshalJSON() ([]byte, error)

func (*Polygon) SetPointList ¶

func (o *Polygon) SetPointList(v []GeographicalCoordinates)

SetPointList sets field value

func (Polygon) ToMap ¶

func (o Polygon) ToMap() (map[string]interface{}, error)

func (*Polygon) UnmarshalJSON ¶

func (o *Polygon) UnmarshalJSON(bytes []byte) (err error)

type PositioningMethodMdt ¶

type PositioningMethodMdt struct {
	// contains filtered or unexported fields
}

PositioningMethodMdt The enumeration LoggingDurationMdt defines Logging Duration 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.13-1.

func (*PositioningMethodMdt) MarshalJSON ¶

func (src *PositioningMethodMdt) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*PositioningMethodMdt) UnmarshalJSON ¶

func (dst *PositioningMethodMdt) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type PreemptionCapability ¶

type PreemptionCapability struct {
	// contains filtered or unexported fields
}

PreemptionCapability The enumeration PreemptionCapability indicates the pre-emption capability of a request on other QoS flows. See clause 5.7.2.2 of 3GPP TS 23.501. It shall comply with the provisions defined in table 5.5.3.1-1.

func (*PreemptionCapability) MarshalJSON ¶

func (src *PreemptionCapability) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*PreemptionCapability) UnmarshalJSON ¶

func (dst *PreemptionCapability) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type PreemptionVulnerability ¶

type PreemptionVulnerability struct {
	// contains filtered or unexported fields
}

PreemptionVulnerability The enumeration PreemptionVulnerability indicates the pre-emption vulnerability of the QoS flow to pre-emption from other QoS flows. See clause 5.7.2.2 of 3GPP TS 23.501. It shall comply with the provisions defined in table 5.5.3.2-1

func (*PreemptionVulnerability) MarshalJSON ¶

func (src *PreemptionVulnerability) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*PreemptionVulnerability) UnmarshalJSON ¶

func (dst *PreemptionVulnerability) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type PrivacyCheckRelatedAction ¶

type PrivacyCheckRelatedAction struct {
	// contains filtered or unexported fields
}

PrivacyCheckRelatedAction struct for PrivacyCheckRelatedAction

func (*PrivacyCheckRelatedAction) MarshalJSON ¶

func (src *PrivacyCheckRelatedAction) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*PrivacyCheckRelatedAction) UnmarshalJSON ¶

func (dst *PrivacyCheckRelatedAction) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type ProSeAllowedPlmn ¶

type ProSeAllowedPlmn struct {
	VisitedPlmn        PlmnId               `json:"visitedPlmn"`
	ProseDirectAllowed []ProseDirectAllowed `json:"proseDirectAllowed,omitempty"`
}

ProSeAllowedPlmn Contains the PLMN identities where the Prose services are authorised to use and the authorised Prose services on this given PLMNs.

func NewProSeAllowedPlmn ¶

func NewProSeAllowedPlmn(visitedPlmn PlmnId) *ProSeAllowedPlmn

NewProSeAllowedPlmn instantiates a new ProSeAllowedPlmn 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 NewProSeAllowedPlmnWithDefaults ¶

func NewProSeAllowedPlmnWithDefaults() *ProSeAllowedPlmn

NewProSeAllowedPlmnWithDefaults instantiates a new ProSeAllowedPlmn 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 (*ProSeAllowedPlmn) GetProseDirectAllowed ¶

func (o *ProSeAllowedPlmn) GetProseDirectAllowed() []ProseDirectAllowed

GetProseDirectAllowed returns the ProseDirectAllowed field value if set, zero value otherwise.

func (*ProSeAllowedPlmn) GetProseDirectAllowedOk ¶

func (o *ProSeAllowedPlmn) GetProseDirectAllowedOk() ([]ProseDirectAllowed, bool)

GetProseDirectAllowedOk returns a tuple with the ProseDirectAllowed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProSeAllowedPlmn) GetVisitedPlmn ¶

func (o *ProSeAllowedPlmn) GetVisitedPlmn() PlmnId

GetVisitedPlmn returns the VisitedPlmn field value

func (*ProSeAllowedPlmn) GetVisitedPlmnOk ¶

func (o *ProSeAllowedPlmn) GetVisitedPlmnOk() (*PlmnId, bool)

GetVisitedPlmnOk returns a tuple with the VisitedPlmn field value and a boolean to check if the value has been set.

func (*ProSeAllowedPlmn) HasProseDirectAllowed ¶

func (o *ProSeAllowedPlmn) HasProseDirectAllowed() bool

HasProseDirectAllowed returns a boolean if a field has been set.

func (ProSeAllowedPlmn) MarshalJSON ¶

func (o ProSeAllowedPlmn) MarshalJSON() ([]byte, error)

func (*ProSeAllowedPlmn) SetProseDirectAllowed ¶

func (o *ProSeAllowedPlmn) SetProseDirectAllowed(v []ProseDirectAllowed)

SetProseDirectAllowed gets a reference to the given []ProseDirectAllowed and assigns it to the ProseDirectAllowed field.

func (*ProSeAllowedPlmn) SetVisitedPlmn ¶

func (o *ProSeAllowedPlmn) SetVisitedPlmn(v PlmnId)

SetVisitedPlmn sets field value

func (ProSeAllowedPlmn) ToMap ¶

func (o ProSeAllowedPlmn) ToMap() (map[string]interface{}, error)

func (*ProSeAllowedPlmn) UnmarshalJSON ¶

func (o *ProSeAllowedPlmn) UnmarshalJSON(bytes []byte) (err error)

type ProblemDetails ¶

type ProblemDetails struct {
	// String providing an URI formatted according to RFC 3986.
	Type   *string `json:"type,omitempty"`
	Title  *string `json:"title,omitempty"`
	Status *int32  `json:"status,omitempty"`
	// A human-readable explanation specific to this occurrence of the problem.
	Detail *string `json:"detail,omitempty"`
	// String providing an URI formatted according to RFC 3986.
	Instance *string `json:"instance,omitempty"`
	// A machine-readable application error cause specific to this occurrence of the problem.  This IE should be present and provide application-related error information, if available.
	Cause         *string        `json:"cause,omitempty"`
	InvalidParams []InvalidParam `json:"invalidParams,omitempty"`
	// A string used to indicate the features supported by an API that is used as defined in clause  6.6 in 3GPP TS 29.500. The string shall contain a bitmask indicating supported features in  hexadecimal representation Each character in the string shall take a value of \"0\" to \"9\",  \"a\" to \"f\" or \"A\" to \"F\" and shall represent the support of 4 features as described in  table 5.2.2-3. The most significant character representing the highest-numbered features shall  appear first in the string, and the character representing features 1 to 4 shall appear last  in the string. The list of features and their numbering (starting with 1) are defined  separately for each API. If the string contains a lower number of characters than there are  defined features for an API, all features that would be represented by characters that are not  present in the string are not supported.
	SupportedFeatures  *string         `json:"supportedFeatures,omitempty"`
	AccessTokenError   *AccessTokenErr `json:"accessTokenError,omitempty"`
	AccessTokenRequest *AccessTokenReq `json:"accessTokenRequest,omitempty"`
	// Fully Qualified Domain Name
	NrfId *string `json:"nrfId,omitempty"`
}

ProblemDetails Provides additional information in an error response.

func NewProblemDetails ¶

func NewProblemDetails() *ProblemDetails

NewProblemDetails instantiates a new ProblemDetails object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewProblemDetailsWithDefaults ¶

func NewProblemDetailsWithDefaults() *ProblemDetails

NewProblemDetailsWithDefaults instantiates a new ProblemDetails object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ProblemDetails) GetAccessTokenError ¶

func (o *ProblemDetails) GetAccessTokenError() AccessTokenErr

GetAccessTokenError returns the AccessTokenError field value if set, zero value otherwise.

func (*ProblemDetails) GetAccessTokenErrorOk ¶

func (o *ProblemDetails) GetAccessTokenErrorOk() (*AccessTokenErr, bool)

GetAccessTokenErrorOk returns a tuple with the AccessTokenError field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProblemDetails) GetAccessTokenRequest ¶

func (o *ProblemDetails) GetAccessTokenRequest() AccessTokenReq

GetAccessTokenRequest returns the AccessTokenRequest field value if set, zero value otherwise.

func (*ProblemDetails) GetAccessTokenRequestOk ¶

func (o *ProblemDetails) GetAccessTokenRequestOk() (*AccessTokenReq, bool)

GetAccessTokenRequestOk returns a tuple with the AccessTokenRequest field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProblemDetails) GetCause ¶

func (o *ProblemDetails) GetCause() string

GetCause returns the Cause field value if set, zero value otherwise.

func (*ProblemDetails) GetCauseOk ¶

func (o *ProblemDetails) GetCauseOk() (*string, bool)

GetCauseOk returns a tuple with the Cause field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProblemDetails) GetDetail ¶

func (o *ProblemDetails) GetDetail() string

GetDetail returns the Detail field value if set, zero value otherwise.

func (*ProblemDetails) GetDetailOk ¶

func (o *ProblemDetails) GetDetailOk() (*string, bool)

GetDetailOk returns a tuple with the Detail field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProblemDetails) GetInstance ¶

func (o *ProblemDetails) GetInstance() string

GetInstance returns the Instance field value if set, zero value otherwise.

func (*ProblemDetails) GetInstanceOk ¶

func (o *ProblemDetails) GetInstanceOk() (*string, bool)

GetInstanceOk returns a tuple with the Instance field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProblemDetails) GetInvalidParams ¶

func (o *ProblemDetails) GetInvalidParams() []InvalidParam

GetInvalidParams returns the InvalidParams field value if set, zero value otherwise.

func (*ProblemDetails) GetInvalidParamsOk ¶

func (o *ProblemDetails) GetInvalidParamsOk() ([]InvalidParam, bool)

GetInvalidParamsOk returns a tuple with the InvalidParams field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProblemDetails) GetNrfId ¶

func (o *ProblemDetails) GetNrfId() string

GetNrfId returns the NrfId field value if set, zero value otherwise.

func (*ProblemDetails) GetNrfIdOk ¶

func (o *ProblemDetails) GetNrfIdOk() (*string, bool)

GetNrfIdOk returns a tuple with the NrfId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProblemDetails) GetStatus ¶

func (o *ProblemDetails) GetStatus() int32

GetStatus returns the Status field value if set, zero value otherwise.

func (*ProblemDetails) GetStatusOk ¶

func (o *ProblemDetails) GetStatusOk() (*int32, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProblemDetails) GetSupportedFeatures ¶

func (o *ProblemDetails) GetSupportedFeatures() string

GetSupportedFeatures returns the SupportedFeatures field value if set, zero value otherwise.

func (*ProblemDetails) GetSupportedFeaturesOk ¶

func (o *ProblemDetails) GetSupportedFeaturesOk() (*string, bool)

GetSupportedFeaturesOk returns a tuple with the SupportedFeatures field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProblemDetails) GetTitle ¶

func (o *ProblemDetails) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise.

func (*ProblemDetails) GetTitleOk ¶

func (o *ProblemDetails) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProblemDetails) GetType ¶

func (o *ProblemDetails) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*ProblemDetails) GetTypeOk ¶

func (o *ProblemDetails) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProblemDetails) HasAccessTokenError ¶

func (o *ProblemDetails) HasAccessTokenError() bool

HasAccessTokenError returns a boolean if a field has been set.

func (*ProblemDetails) HasAccessTokenRequest ¶

func (o *ProblemDetails) HasAccessTokenRequest() bool

HasAccessTokenRequest returns a boolean if a field has been set.

func (*ProblemDetails) HasCause ¶

func (o *ProblemDetails) HasCause() bool

HasCause returns a boolean if a field has been set.

func (*ProblemDetails) HasDetail ¶

func (o *ProblemDetails) HasDetail() bool

HasDetail returns a boolean if a field has been set.

func (*ProblemDetails) HasInstance ¶

func (o *ProblemDetails) HasInstance() bool

HasInstance returns a boolean if a field has been set.

func (*ProblemDetails) HasInvalidParams ¶

func (o *ProblemDetails) HasInvalidParams() bool

HasInvalidParams returns a boolean if a field has been set.

func (*ProblemDetails) HasNrfId ¶

func (o *ProblemDetails) HasNrfId() bool

HasNrfId returns a boolean if a field has been set.

func (*ProblemDetails) HasStatus ¶

func (o *ProblemDetails) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*ProblemDetails) HasSupportedFeatures ¶

func (o *ProblemDetails) HasSupportedFeatures() bool

HasSupportedFeatures returns a boolean if a field has been set.

func (*ProblemDetails) HasTitle ¶

func (o *ProblemDetails) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (*ProblemDetails) HasType ¶

func (o *ProblemDetails) HasType() bool

HasType returns a boolean if a field has been set.

func (ProblemDetails) MarshalJSON ¶

func (o ProblemDetails) MarshalJSON() ([]byte, error)

func (*ProblemDetails) SetAccessTokenError ¶

func (o *ProblemDetails) SetAccessTokenError(v AccessTokenErr)

SetAccessTokenError gets a reference to the given AccessTokenErr and assigns it to the AccessTokenError field.

func (*ProblemDetails) SetAccessTokenRequest ¶

func (o *ProblemDetails) SetAccessTokenRequest(v AccessTokenReq)

SetAccessTokenRequest gets a reference to the given AccessTokenReq and assigns it to the AccessTokenRequest field.

func (*ProblemDetails) SetCause ¶

func (o *ProblemDetails) SetCause(v string)

SetCause gets a reference to the given string and assigns it to the Cause field.

func (*ProblemDetails) SetDetail ¶

func (o *ProblemDetails) SetDetail(v string)

SetDetail gets a reference to the given string and assigns it to the Detail field.

func (*ProblemDetails) SetInstance ¶

func (o *ProblemDetails) SetInstance(v string)

SetInstance gets a reference to the given string and assigns it to the Instance field.

func (*ProblemDetails) SetInvalidParams ¶

func (o *ProblemDetails) SetInvalidParams(v []InvalidParam)

SetInvalidParams gets a reference to the given []InvalidParam and assigns it to the InvalidParams field.

func (*ProblemDetails) SetNrfId ¶

func (o *ProblemDetails) SetNrfId(v string)

SetNrfId gets a reference to the given string and assigns it to the NrfId field.

func (*ProblemDetails) SetStatus ¶

func (o *ProblemDetails) SetStatus(v int32)

SetStatus gets a reference to the given int32 and assigns it to the Status field.

func (*ProblemDetails) SetSupportedFeatures ¶

func (o *ProblemDetails) SetSupportedFeatures(v string)

SetSupportedFeatures gets a reference to the given string and assigns it to the SupportedFeatures field.

func (*ProblemDetails) SetTitle ¶

func (o *ProblemDetails) SetTitle(v string)

SetTitle gets a reference to the given string and assigns it to the Title field.

func (*ProblemDetails) SetType ¶

func (o *ProblemDetails) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (ProblemDetails) ToMap ¶

func (o ProblemDetails) ToMap() (map[string]interface{}, error)

type ProseDirectAllowed ¶

type ProseDirectAllowed struct {
	// contains filtered or unexported fields
}

ProseDirectAllowed Indicates the 5G ProSe Direct services that can be authorised to use in the given PLMN for the UE.

func (*ProseDirectAllowed) MarshalJSON ¶

func (src *ProseDirectAllowed) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*ProseDirectAllowed) UnmarshalJSON ¶

func (dst *ProseDirectAllowed) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type ProseServiceAuth ¶

type ProseServiceAuth struct {
	ProseDirectDiscoveryAuth     *UeAuth `json:"proseDirectDiscoveryAuth,omitempty"`
	ProseDirectCommunicationAuth *UeAuth `json:"proseDirectCommunicationAuth,omitempty"`
	ProseL2RelayAuth             *UeAuth `json:"proseL2RelayAuth,omitempty"`
	ProseL3RelayAuth             *UeAuth `json:"proseL3RelayAuth,omitempty"`
	ProseL2RemoteAuth            *UeAuth `json:"proseL2RemoteAuth,omitempty"`
	ProseL3RemoteAuth            *UeAuth `json:"proseL3RemoteAuth,omitempty"`
}

ProseServiceAuth Indicates whether the UE is authorized to use ProSe related services.

func NewProseServiceAuth ¶

func NewProseServiceAuth() *ProseServiceAuth

NewProseServiceAuth instantiates a new ProseServiceAuth 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 NewProseServiceAuthWithDefaults ¶

func NewProseServiceAuthWithDefaults() *ProseServiceAuth

NewProseServiceAuthWithDefaults instantiates a new ProseServiceAuth 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 (*ProseServiceAuth) GetProseDirectCommunicationAuth ¶

func (o *ProseServiceAuth) GetProseDirectCommunicationAuth() UeAuth

GetProseDirectCommunicationAuth returns the ProseDirectCommunicationAuth field value if set, zero value otherwise.

func (*ProseServiceAuth) GetProseDirectCommunicationAuthOk ¶

func (o *ProseServiceAuth) GetProseDirectCommunicationAuthOk() (*UeAuth, bool)

GetProseDirectCommunicationAuthOk returns a tuple with the ProseDirectCommunicationAuth field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProseServiceAuth) GetProseDirectDiscoveryAuth ¶

func (o *ProseServiceAuth) GetProseDirectDiscoveryAuth() UeAuth

GetProseDirectDiscoveryAuth returns the ProseDirectDiscoveryAuth field value if set, zero value otherwise.

func (*ProseServiceAuth) GetProseDirectDiscoveryAuthOk ¶

func (o *ProseServiceAuth) GetProseDirectDiscoveryAuthOk() (*UeAuth, bool)

GetProseDirectDiscoveryAuthOk returns a tuple with the ProseDirectDiscoveryAuth field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProseServiceAuth) GetProseL2RelayAuth ¶

func (o *ProseServiceAuth) GetProseL2RelayAuth() UeAuth

GetProseL2RelayAuth returns the ProseL2RelayAuth field value if set, zero value otherwise.

func (*ProseServiceAuth) GetProseL2RelayAuthOk ¶

func (o *ProseServiceAuth) GetProseL2RelayAuthOk() (*UeAuth, bool)

GetProseL2RelayAuthOk returns a tuple with the ProseL2RelayAuth field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProseServiceAuth) GetProseL2RemoteAuth ¶

func (o *ProseServiceAuth) GetProseL2RemoteAuth() UeAuth

GetProseL2RemoteAuth returns the ProseL2RemoteAuth field value if set, zero value otherwise.

func (*ProseServiceAuth) GetProseL2RemoteAuthOk ¶

func (o *ProseServiceAuth) GetProseL2RemoteAuthOk() (*UeAuth, bool)

GetProseL2RemoteAuthOk returns a tuple with the ProseL2RemoteAuth field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProseServiceAuth) GetProseL3RelayAuth ¶

func (o *ProseServiceAuth) GetProseL3RelayAuth() UeAuth

GetProseL3RelayAuth returns the ProseL3RelayAuth field value if set, zero value otherwise.

func (*ProseServiceAuth) GetProseL3RelayAuthOk ¶

func (o *ProseServiceAuth) GetProseL3RelayAuthOk() (*UeAuth, bool)

GetProseL3RelayAuthOk returns a tuple with the ProseL3RelayAuth field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProseServiceAuth) GetProseL3RemoteAuth ¶

func (o *ProseServiceAuth) GetProseL3RemoteAuth() UeAuth

GetProseL3RemoteAuth returns the ProseL3RemoteAuth field value if set, zero value otherwise.

func (*ProseServiceAuth) GetProseL3RemoteAuthOk ¶

func (o *ProseServiceAuth) GetProseL3RemoteAuthOk() (*UeAuth, bool)

GetProseL3RemoteAuthOk returns a tuple with the ProseL3RemoteAuth field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProseServiceAuth) HasProseDirectCommunicationAuth ¶

func (o *ProseServiceAuth) HasProseDirectCommunicationAuth() bool

HasProseDirectCommunicationAuth returns a boolean if a field has been set.

func (*ProseServiceAuth) HasProseDirectDiscoveryAuth ¶

func (o *ProseServiceAuth) HasProseDirectDiscoveryAuth() bool

HasProseDirectDiscoveryAuth returns a boolean if a field has been set.

func (*ProseServiceAuth) HasProseL2RelayAuth ¶

func (o *ProseServiceAuth) HasProseL2RelayAuth() bool

HasProseL2RelayAuth returns a boolean if a field has been set.

func (*ProseServiceAuth) HasProseL2RemoteAuth ¶

func (o *ProseServiceAuth) HasProseL2RemoteAuth() bool

HasProseL2RemoteAuth returns a boolean if a field has been set.

func (*ProseServiceAuth) HasProseL3RelayAuth ¶

func (o *ProseServiceAuth) HasProseL3RelayAuth() bool

HasProseL3RelayAuth returns a boolean if a field has been set.

func (*ProseServiceAuth) HasProseL3RemoteAuth ¶

func (o *ProseServiceAuth) HasProseL3RemoteAuth() bool

HasProseL3RemoteAuth returns a boolean if a field has been set.

func (ProseServiceAuth) MarshalJSON ¶

func (o ProseServiceAuth) MarshalJSON() ([]byte, error)

func (*ProseServiceAuth) SetProseDirectCommunicationAuth ¶

func (o *ProseServiceAuth) SetProseDirectCommunicationAuth(v UeAuth)

SetProseDirectCommunicationAuth gets a reference to the given UeAuth and assigns it to the ProseDirectCommunicationAuth field.

func (*ProseServiceAuth) SetProseDirectDiscoveryAuth ¶

func (o *ProseServiceAuth) SetProseDirectDiscoveryAuth(v UeAuth)

SetProseDirectDiscoveryAuth gets a reference to the given UeAuth and assigns it to the ProseDirectDiscoveryAuth field.

func (*ProseServiceAuth) SetProseL2RelayAuth ¶

func (o *ProseServiceAuth) SetProseL2RelayAuth(v UeAuth)

SetProseL2RelayAuth gets a reference to the given UeAuth and assigns it to the ProseL2RelayAuth field.

func (*ProseServiceAuth) SetProseL2RemoteAuth ¶

func (o *ProseServiceAuth) SetProseL2RemoteAuth(v UeAuth)

SetProseL2RemoteAuth gets a reference to the given UeAuth and assigns it to the ProseL2RemoteAuth field.

func (*ProseServiceAuth) SetProseL3RelayAuth ¶

func (o *ProseServiceAuth) SetProseL3RelayAuth(v UeAuth)

SetProseL3RelayAuth gets a reference to the given UeAuth and assigns it to the ProseL3RelayAuth field.

func (*ProseServiceAuth) SetProseL3RemoteAuth ¶

func (o *ProseServiceAuth) SetProseL3RemoteAuth(v UeAuth)

SetProseL3RemoteAuth gets a reference to the given UeAuth and assigns it to the ProseL3RemoteAuth field.

func (ProseServiceAuth) ToMap ¶

func (o ProseServiceAuth) ToMap() (map[string]interface{}, error)

type ProseSubscriptionData ¶

type ProseSubscriptionData struct {
	ProseServiceAuth *ProseServiceAuth `json:"proseServiceAuth,omitempty"`
	// String representing a bit rate; the prefixes follow the standard symbols from The International System of Units, and represent x1000 multipliers, with the exception that prefix \"K\" is used to represent the standard symbol \"k\".
	NrUePc5Ambr      *string            `json:"nrUePc5Ambr,omitempty"`
	ProseAllowedPlmn []ProSeAllowedPlmn `json:"proseAllowedPlmn,omitempty"`
}

ProseSubscriptionData Contains the ProSe Subscription Data.

func NewProseSubscriptionData ¶

func NewProseSubscriptionData() *ProseSubscriptionData

NewProseSubscriptionData instantiates a new ProseSubscriptionData 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 NewProseSubscriptionDataWithDefaults ¶

func NewProseSubscriptionDataWithDefaults() *ProseSubscriptionData

NewProseSubscriptionDataWithDefaults instantiates a new ProseSubscriptionData 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 (*ProseSubscriptionData) GetNrUePc5Ambr ¶

func (o *ProseSubscriptionData) GetNrUePc5Ambr() string

GetNrUePc5Ambr returns the NrUePc5Ambr field value if set, zero value otherwise.

func (*ProseSubscriptionData) GetNrUePc5AmbrOk ¶

func (o *ProseSubscriptionData) GetNrUePc5AmbrOk() (*string, bool)

GetNrUePc5AmbrOk returns a tuple with the NrUePc5Ambr field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProseSubscriptionData) GetProseAllowedPlmn ¶

func (o *ProseSubscriptionData) GetProseAllowedPlmn() []ProSeAllowedPlmn

GetProseAllowedPlmn returns the ProseAllowedPlmn field value if set, zero value otherwise.

func (*ProseSubscriptionData) GetProseAllowedPlmnOk ¶

func (o *ProseSubscriptionData) GetProseAllowedPlmnOk() ([]ProSeAllowedPlmn, bool)

GetProseAllowedPlmnOk returns a tuple with the ProseAllowedPlmn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProseSubscriptionData) GetProseServiceAuth ¶

func (o *ProseSubscriptionData) GetProseServiceAuth() ProseServiceAuth

GetProseServiceAuth returns the ProseServiceAuth field value if set, zero value otherwise.

func (*ProseSubscriptionData) GetProseServiceAuthOk ¶

func (o *ProseSubscriptionData) GetProseServiceAuthOk() (*ProseServiceAuth, bool)

GetProseServiceAuthOk returns a tuple with the ProseServiceAuth field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProseSubscriptionData) HasNrUePc5Ambr ¶

func (o *ProseSubscriptionData) HasNrUePc5Ambr() bool

HasNrUePc5Ambr returns a boolean if a field has been set.

func (*ProseSubscriptionData) HasProseAllowedPlmn ¶

func (o *ProseSubscriptionData) HasProseAllowedPlmn() bool

HasProseAllowedPlmn returns a boolean if a field has been set.

func (*ProseSubscriptionData) HasProseServiceAuth ¶

func (o *ProseSubscriptionData) HasProseServiceAuth() bool

HasProseServiceAuth returns a boolean if a field has been set.

func (ProseSubscriptionData) MarshalJSON ¶

func (o ProseSubscriptionData) MarshalJSON() ([]byte, error)

func (*ProseSubscriptionData) SetNrUePc5Ambr ¶

func (o *ProseSubscriptionData) SetNrUePc5Ambr(v string)

SetNrUePc5Ambr gets a reference to the given string and assigns it to the NrUePc5Ambr field.

func (*ProseSubscriptionData) SetProseAllowedPlmn ¶

func (o *ProseSubscriptionData) SetProseAllowedPlmn(v []ProSeAllowedPlmn)

SetProseAllowedPlmn gets a reference to the given []ProSeAllowedPlmn and assigns it to the ProseAllowedPlmn field.

func (*ProseSubscriptionData) SetProseServiceAuth ¶

func (o *ProseSubscriptionData) SetProseServiceAuth(v ProseServiceAuth)

SetProseServiceAuth gets a reference to the given ProseServiceAuth and assigns it to the ProseServiceAuth field.

func (ProseSubscriptionData) ToMap ¶

func (o ProseSubscriptionData) ToMap() (map[string]interface{}, error)

type ProseSubscriptionDataRetrievalAPIService ¶

type ProseSubscriptionDataRetrievalAPIService service

ProseSubscriptionDataRetrievalAPIService ProseSubscriptionDataRetrievalAPI service

func (*ProseSubscriptionDataRetrievalAPIService) GetProseData ¶

GetProseData retrieve a UE's ProSe 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 ApiGetProseDataRequest

func (*ProseSubscriptionDataRetrievalAPIService) GetProseDataExecute ¶

Execute executes the request

@return ProseSubscriptionData

type ProvidingAcknowledgementOfCAGUpdateAPIService ¶

type ProvidingAcknowledgementOfCAGUpdateAPIService service

ProvidingAcknowledgementOfCAGUpdateAPIService ProvidingAcknowledgementOfCAGUpdateAPI service

func (*ProvidingAcknowledgementOfCAGUpdateAPIService) CAGAck ¶

CAGAck Nudm_Sdm Info operation for CAG acknowledgement

@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 ApiCAGAckRequest

func (*ProvidingAcknowledgementOfCAGUpdateAPIService) CAGAckExecute ¶

Execute executes the request

type ProvidingAcknowledgementOfSNSSAIsUpdateAPIService ¶

type ProvidingAcknowledgementOfSNSSAIsUpdateAPIService service

ProvidingAcknowledgementOfSNSSAIsUpdateAPIService ProvidingAcknowledgementOfSNSSAIsUpdateAPI service

func (*ProvidingAcknowledgementOfSNSSAIsUpdateAPIService) SNSSAIsAck ¶

SNSSAIsAck Nudm_Sdm Info operation for S-NSSAIs acknowledgement

@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 ApiSNSSAIsAckRequest

func (*ProvidingAcknowledgementOfSNSSAIsUpdateAPIService) SNSSAIsAckExecute ¶

Execute executes the request

type ProvidingAcknowledgementOfSteeringOfRoamingAPIService ¶

type ProvidingAcknowledgementOfSteeringOfRoamingAPIService service

ProvidingAcknowledgementOfSteeringOfRoamingAPIService ProvidingAcknowledgementOfSteeringOfRoamingAPI service

func (*ProvidingAcknowledgementOfSteeringOfRoamingAPIService) SorAckInfo ¶

SorAckInfo Nudm_Sdm Info service operation

@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 ApiSorAckInfoRequest

func (*ProvidingAcknowledgementOfSteeringOfRoamingAPIService) SorAckInfoExecute ¶

Execute executes the request

type ProvidingAcknowledgementOfUEParametersUpdateAPIService ¶

type ProvidingAcknowledgementOfUEParametersUpdateAPIService service

ProvidingAcknowledgementOfUEParametersUpdateAPIService ProvidingAcknowledgementOfUEParametersUpdateAPI service

func (*ProvidingAcknowledgementOfUEParametersUpdateAPIService) UpuAck ¶

UpuAck Nudm_Sdm Info for UPU service operation

@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 ApiUpuAckRequest

func (*ProvidingAcknowledgementOfUEParametersUpdateAPIService) UpuAckExecute ¶

Execute executes the request

type PtwParameters ¶

type PtwParameters struct {
	OperationMode    OperationMode `json:"operationMode"`
	PtwValue         string        `json:"ptwValue"`
	ExtendedPtwValue *string       `json:"extendedPtwValue,omitempty"`
}

PtwParameters struct for PtwParameters

func NewPtwParameters ¶

func NewPtwParameters(operationMode OperationMode, ptwValue string) *PtwParameters

NewPtwParameters instantiates a new PtwParameters 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 NewPtwParametersWithDefaults ¶

func NewPtwParametersWithDefaults() *PtwParameters

NewPtwParametersWithDefaults instantiates a new PtwParameters 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 (*PtwParameters) GetExtendedPtwValue ¶

func (o *PtwParameters) GetExtendedPtwValue() string

GetExtendedPtwValue returns the ExtendedPtwValue field value if set, zero value otherwise.

func (*PtwParameters) GetExtendedPtwValueOk ¶

func (o *PtwParameters) GetExtendedPtwValueOk() (*string, bool)

GetExtendedPtwValueOk returns a tuple with the ExtendedPtwValue field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PtwParameters) GetOperationMode ¶

func (o *PtwParameters) GetOperationMode() OperationMode

GetOperationMode returns the OperationMode field value

func (*PtwParameters) GetOperationModeOk ¶

func (o *PtwParameters) GetOperationModeOk() (*OperationMode, bool)

GetOperationModeOk returns a tuple with the OperationMode field value and a boolean to check if the value has been set.

func (*PtwParameters) GetPtwValue ¶

func (o *PtwParameters) GetPtwValue() string

GetPtwValue returns the PtwValue field value

func (*PtwParameters) GetPtwValueOk ¶

func (o *PtwParameters) GetPtwValueOk() (*string, bool)

GetPtwValueOk returns a tuple with the PtwValue field value and a boolean to check if the value has been set.

func (*PtwParameters) HasExtendedPtwValue ¶

func (o *PtwParameters) HasExtendedPtwValue() bool

HasExtendedPtwValue returns a boolean if a field has been set.

func (PtwParameters) MarshalJSON ¶

func (o PtwParameters) MarshalJSON() ([]byte, error)

func (*PtwParameters) SetExtendedPtwValue ¶

func (o *PtwParameters) SetExtendedPtwValue(v string)

SetExtendedPtwValue gets a reference to the given string and assigns it to the ExtendedPtwValue field.

func (*PtwParameters) SetOperationMode ¶

func (o *PtwParameters) SetOperationMode(v OperationMode)

SetOperationMode sets field value

func (*PtwParameters) SetPtwValue ¶

func (o *PtwParameters) SetPtwValue(v string)

SetPtwValue sets field value

func (PtwParameters) ToMap ¶

func (o PtwParameters) ToMap() (map[string]interface{}, error)

func (*PtwParameters) UnmarshalJSON ¶

func (o *PtwParameters) UnmarshalJSON(bytes []byte) (err error)

type RatType ¶

type RatType struct {
	// contains filtered or unexported fields
}

RatType Indicates the radio access used.

func (*RatType) MarshalJSON ¶

func (src *RatType) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*RatType) UnmarshalJSON ¶

func (dst *RatType) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type RedirectResponse ¶

type RedirectResponse struct {
	Cause *string `json:"cause,omitempty"`
	// String providing an URI formatted according to RFC 3986.
	TargetScp *string `json:"targetScp,omitempty"`
	// String providing an URI formatted according to RFC 3986.
	TargetSepp *string `json:"targetSepp,omitempty"`
}

RedirectResponse The response shall include a Location header field containing a different URI (pointing to a different URI of an other service instance), or the same URI if a request is redirected to the same target resource via a different SCP.

func NewRedirectResponse ¶

func NewRedirectResponse() *RedirectResponse

NewRedirectResponse instantiates a new RedirectResponse 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 NewRedirectResponseWithDefaults ¶

func NewRedirectResponseWithDefaults() *RedirectResponse

NewRedirectResponseWithDefaults instantiates a new RedirectResponse 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 (*RedirectResponse) GetCause ¶

func (o *RedirectResponse) GetCause() string

GetCause returns the Cause field value if set, zero value otherwise.

func (*RedirectResponse) GetCauseOk ¶

func (o *RedirectResponse) GetCauseOk() (*string, bool)

GetCauseOk returns a tuple with the Cause field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RedirectResponse) GetTargetScp ¶

func (o *RedirectResponse) GetTargetScp() string

GetTargetScp returns the TargetScp field value if set, zero value otherwise.

func (*RedirectResponse) GetTargetScpOk ¶

func (o *RedirectResponse) GetTargetScpOk() (*string, bool)

GetTargetScpOk returns a tuple with the TargetScp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RedirectResponse) GetTargetSepp ¶

func (o *RedirectResponse) GetTargetSepp() string

GetTargetSepp returns the TargetSepp field value if set, zero value otherwise.

func (*RedirectResponse) GetTargetSeppOk ¶

func (o *RedirectResponse) GetTargetSeppOk() (*string, bool)

GetTargetSeppOk returns a tuple with the TargetSepp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RedirectResponse) HasCause ¶

func (o *RedirectResponse) HasCause() bool

HasCause returns a boolean if a field has been set.

func (*RedirectResponse) HasTargetScp ¶

func (o *RedirectResponse) HasTargetScp() bool

HasTargetScp returns a boolean if a field has been set.

func (*RedirectResponse) HasTargetSepp ¶

func (o *RedirectResponse) HasTargetSepp() bool

HasTargetSepp returns a boolean if a field has been set.

func (RedirectResponse) MarshalJSON ¶

func (o RedirectResponse) MarshalJSON() ([]byte, error)

func (*RedirectResponse) SetCause ¶

func (o *RedirectResponse) SetCause(v string)

SetCause gets a reference to the given string and assigns it to the Cause field.

func (*RedirectResponse) SetTargetScp ¶

func (o *RedirectResponse) SetTargetScp(v string)

SetTargetScp gets a reference to the given string and assigns it to the TargetScp field.

func (*RedirectResponse) SetTargetSepp ¶

func (o *RedirectResponse) SetTargetSepp(v string)

SetTargetSepp gets a reference to the given string and assigns it to the TargetSepp field.

func (RedirectResponse) ToMap ¶

func (o RedirectResponse) ToMap() (map[string]interface{}, error)

type RelativeCartesianLocation ¶

type RelativeCartesianLocation struct {
	// string with format 'float' as defined in OpenAPI.
	X float32 `json:"x"`
	// string with format 'float' as defined in OpenAPI.
	Y float32 `json:"y"`
	// string with format 'float' as defined in OpenAPI.
	Z *float32 `json:"z,omitempty"`
}

RelativeCartesianLocation Relative Cartesian Location

func NewRelativeCartesianLocation ¶

func NewRelativeCartesianLocation(x float32, y float32) *RelativeCartesianLocation

NewRelativeCartesianLocation instantiates a new RelativeCartesianLocation 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 NewRelativeCartesianLocationWithDefaults ¶

func NewRelativeCartesianLocationWithDefaults() *RelativeCartesianLocation

NewRelativeCartesianLocationWithDefaults instantiates a new RelativeCartesianLocation 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 (*RelativeCartesianLocation) GetX ¶

GetX returns the X field value

func (*RelativeCartesianLocation) GetXOk ¶

func (o *RelativeCartesianLocation) GetXOk() (*float32, bool)

GetXOk returns a tuple with the X field value and a boolean to check if the value has been set.

func (*RelativeCartesianLocation) GetY ¶

GetY returns the Y field value

func (*RelativeCartesianLocation) GetYOk ¶

func (o *RelativeCartesianLocation) GetYOk() (*float32, bool)

GetYOk returns a tuple with the Y field value and a boolean to check if the value has been set.

func (*RelativeCartesianLocation) GetZ ¶

GetZ returns the Z field value if set, zero value otherwise.

func (*RelativeCartesianLocation) GetZOk ¶

func (o *RelativeCartesianLocation) GetZOk() (*float32, bool)

GetZOk returns a tuple with the Z field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RelativeCartesianLocation) HasZ ¶

func (o *RelativeCartesianLocation) HasZ() bool

HasZ returns a boolean if a field has been set.

func (RelativeCartesianLocation) MarshalJSON ¶

func (o RelativeCartesianLocation) MarshalJSON() ([]byte, error)

func (*RelativeCartesianLocation) SetX ¶

SetX sets field value

func (*RelativeCartesianLocation) SetY ¶

SetY sets field value

func (*RelativeCartesianLocation) SetZ ¶

SetZ gets a reference to the given float32 and assigns it to the Z field.

func (RelativeCartesianLocation) ToMap ¶

func (o RelativeCartesianLocation) ToMap() (map[string]interface{}, error)

func (*RelativeCartesianLocation) UnmarshalJSON ¶

func (o *RelativeCartesianLocation) UnmarshalJSON(bytes []byte) (err error)

type ReportAmountMdt ¶

type ReportAmountMdt struct {
	// contains filtered or unexported fields
}

ReportAmountMdt The enumeration ReportAmountMdt defines Report Amount 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.10-1.

func (*ReportAmountMdt) MarshalJSON ¶

func (src *ReportAmountMdt) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*ReportAmountMdt) UnmarshalJSON ¶

func (dst *ReportAmountMdt) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type ReportIntervalMdt ¶

type ReportIntervalMdt struct {
	// contains filtered or unexported fields
}

ReportIntervalMdt The enumeration ReportIntervalMdt defines Report 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.9-1.

func (*ReportIntervalMdt) MarshalJSON ¶

func (src *ReportIntervalMdt) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*ReportIntervalMdt) UnmarshalJSON ¶

func (dst *ReportIntervalMdt) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type ReportIntervalNrMdt ¶

type ReportIntervalNrMdt struct {
	// contains filtered or unexported fields
}

ReportIntervalNrMdt The enumeration ReportIntervalNrMdt defines Report 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.17-1.

func (*ReportIntervalNrMdt) MarshalJSON ¶

func (src *ReportIntervalNrMdt) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*ReportIntervalNrMdt) UnmarshalJSON ¶

func (dst *ReportIntervalNrMdt) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type ReportItem ¶

type ReportItem struct {
	// Contains a JSON pointer value (as defined in IETF RFC 6901) that references a  location of a resource to which the modification is subject.
	Path string `json:"path"`
	// A human-readable reason providing details on the reported modification failure.  The reason string should identify the operation that failed using the operation's  array index to assist in correlation of the invalid parameter with the failed  operation, e.g. \"Replacement value invalid for attribute (failed operation index= 4)\".
	Reason *string `json:"reason,omitempty"`
}

ReportItem indicates performed modivications.

func NewReportItem ¶

func NewReportItem(path string) *ReportItem

NewReportItem instantiates a new ReportItem object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewReportItemWithDefaults ¶

func NewReportItemWithDefaults() *ReportItem

NewReportItemWithDefaults instantiates a new ReportItem object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ReportItem) GetPath ¶

func (o *ReportItem) GetPath() string

GetPath returns the Path field value

func (*ReportItem) GetPathOk ¶

func (o *ReportItem) GetPathOk() (*string, bool)

GetPathOk returns a tuple with the Path field value and a boolean to check if the value has been set.

func (*ReportItem) GetReason ¶

func (o *ReportItem) GetReason() string

GetReason returns the Reason field value if set, zero value otherwise.

func (*ReportItem) GetReasonOk ¶

func (o *ReportItem) GetReasonOk() (*string, bool)

GetReasonOk returns a tuple with the Reason field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportItem) HasReason ¶

func (o *ReportItem) HasReason() bool

HasReason returns a boolean if a field has been set.

func (ReportItem) MarshalJSON ¶

func (o ReportItem) MarshalJSON() ([]byte, error)

func (*ReportItem) SetPath ¶

func (o *ReportItem) SetPath(v string)

SetPath sets field value

func (*ReportItem) SetReason ¶

func (o *ReportItem) SetReason(v string)

SetReason gets a reference to the given string and assigns it to the Reason field.

func (ReportItem) ToMap ¶

func (o ReportItem) ToMap() (map[string]interface{}, error)

func (*ReportItem) UnmarshalJSON ¶

func (o *ReportItem) UnmarshalJSON(bytes []byte) (err error)

type ReportTypeMdt ¶

type ReportTypeMdt struct {
	// contains filtered or unexported fields
}

ReportTypeMdt The enumeration ReportTypeMdt defines Report Type 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.4-1.

func (*ReportTypeMdt) MarshalJSON ¶

func (src *ReportTypeMdt) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*ReportTypeMdt) UnmarshalJSON ¶

func (dst *ReportTypeMdt) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type ReportingTrigger ¶

type ReportingTrigger struct {
	// contains filtered or unexported fields
}

ReportingTrigger The enumeration ReportingTrigger defines Reporting Triggers for MDT in the trace. See 3GPP TS 32.42] for further description of the values. It shall comply with the provisions defined in table 5.6.3.8-1.

func (*ReportingTrigger) MarshalJSON ¶

func (src *ReportingTrigger) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*ReportingTrigger) UnmarshalJSON ¶

func (dst *ReportingTrigger) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type RestrictionType ¶

type RestrictionType struct {
	// contains filtered or unexported fields
}

RestrictionType It contains the restriction type ALLOWED_AREAS or NOT_ALLOWED_AREAS.

func (*RestrictionType) MarshalJSON ¶

func (src *RestrictionType) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*RestrictionType) UnmarshalJSON ¶

func (dst *RestrictionType) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type RetrievalOfMultipleDataSetsAPIService ¶

type RetrievalOfMultipleDataSetsAPIService service

RetrievalOfMultipleDataSetsAPIService RetrievalOfMultipleDataSetsAPI service

func (*RetrievalOfMultipleDataSetsAPIService) GetDataSets ¶

GetDataSets retrieve multiple data sets

@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 ApiGetDataSetsRequest

func (*RetrievalOfMultipleDataSetsAPIService) GetDataSetsExecute ¶

Execute executes the request

@return SubscriptionDataSets

type RetrievalOfSharedDataAPIService ¶

type RetrievalOfSharedDataAPIService service

RetrievalOfSharedDataAPIService RetrievalOfSharedDataAPI service

func (*RetrievalOfSharedDataAPIService) GetSharedData ¶

GetSharedData retrieve shared data

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetSharedDataRequest

func (*RetrievalOfSharedDataAPIService) GetSharedDataExecute ¶

Execute executes the request

@return []SharedData

type RetrievalOfTheIndividualSharedDataAPIService ¶

type RetrievalOfTheIndividualSharedDataAPIService service

RetrievalOfTheIndividualSharedDataAPIService RetrievalOfTheIndividualSharedDataAPI service

func (*RetrievalOfTheIndividualSharedDataAPIService) GetIndividualSharedData ¶

GetIndividualSharedData retrieve the individual shared data

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param sharedDataId Id of the Shared data
@return ApiGetIndividualSharedDataRequest

func (*RetrievalOfTheIndividualSharedDataAPIService) GetIndividualSharedDataExecute ¶

Execute executes the request

@return SharedData

type RoamingRestrictions ¶

type RoamingRestrictions struct {
	AccessAllowed *bool `json:"accessAllowed,omitempty"`
}

RoamingRestrictions Indicates if access is allowed to a given serving network, e.g. a PLMN (MCC, MNC) or an SNPN (MCC, MNC, NID).

func NewRoamingRestrictions ¶

func NewRoamingRestrictions() *RoamingRestrictions

NewRoamingRestrictions instantiates a new RoamingRestrictions 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 NewRoamingRestrictionsWithDefaults ¶

func NewRoamingRestrictionsWithDefaults() *RoamingRestrictions

NewRoamingRestrictionsWithDefaults instantiates a new RoamingRestrictions 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 (*RoamingRestrictions) GetAccessAllowed ¶

func (o *RoamingRestrictions) GetAccessAllowed() bool

GetAccessAllowed returns the AccessAllowed field value if set, zero value otherwise.

func (*RoamingRestrictions) GetAccessAllowedOk ¶

func (o *RoamingRestrictions) GetAccessAllowedOk() (*bool, bool)

GetAccessAllowedOk returns a tuple with the AccessAllowed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RoamingRestrictions) HasAccessAllowed ¶

func (o *RoamingRestrictions) HasAccessAllowed() bool

HasAccessAllowed returns a boolean if a field has been set.

func (RoamingRestrictions) MarshalJSON ¶

func (o RoamingRestrictions) MarshalJSON() ([]byte, error)

func (*RoamingRestrictions) SetAccessAllowed ¶

func (o *RoamingRestrictions) SetAccessAllowed(v bool)

SetAccessAllowed gets a reference to the given bool and assigns it to the AccessAllowed field.

func (RoamingRestrictions) ToMap ¶

func (o RoamingRestrictions) ToMap() (map[string]interface{}, error)

type SMFSelectionSubscriptionDataRetrievalAPIService ¶

type SMFSelectionSubscriptionDataRetrievalAPIService service

SMFSelectionSubscriptionDataRetrievalAPIService SMFSelectionSubscriptionDataRetrievalAPI service

func (*SMFSelectionSubscriptionDataRetrievalAPIService) GetSmfSelData ¶

GetSmfSelData retrieve a UE's SMF Selection 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 ApiGetSmfSelDataRequest

func (*SMFSelectionSubscriptionDataRetrievalAPIService) GetSmfSelDataExecute ¶

Execute executes the request

@return SmfSelectionSubscriptionData

type SMSManagementSubscriptionDataRetrievalAPIService ¶

type SMSManagementSubscriptionDataRetrievalAPIService service

SMSManagementSubscriptionDataRetrievalAPIService SMSManagementSubscriptionDataRetrievalAPI service

func (*SMSManagementSubscriptionDataRetrievalAPIService) GetSmsMngtData ¶

GetSmsMngtData retrieve a UE's SMS Management 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 ApiGetSmsMngtDataRequest

func (*SMSManagementSubscriptionDataRetrievalAPIService) GetSmsMngtDataExecute ¶

Execute executes the request

@return SmsManagementSubscriptionData

type SMSSubscriptionDataRetrievalAPIService ¶

type SMSSubscriptionDataRetrievalAPIService service

SMSSubscriptionDataRetrievalAPIService SMSSubscriptionDataRetrievalAPI service

func (*SMSSubscriptionDataRetrievalAPIService) GetSmsData ¶

GetSmsData retrieve a UE's SMS 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 ApiGetSmsDataRequest

func (*SMSSubscriptionDataRetrievalAPIService) GetSmsDataExecute ¶

Execute executes the request

@return SmsSubscriptionData

type ScheduledCommunicationTime ¶

type ScheduledCommunicationTime struct {
	// Identifies the day(s) of the week. If absent, it indicates every day of the week.
	DaysOfWeek []int32 `json:"daysOfWeek,omitempty"`
	// String with format partial-time or full-time as defined in clause 5.6 of IETF RFC 3339. Examples, 20:15:00, 20:15:00-08:00 (for 8 hours behind UTC).
	TimeOfDayStart *string `json:"timeOfDayStart,omitempty"`
	// String with format partial-time or full-time as defined in clause 5.6 of IETF RFC 3339. Examples, 20:15:00, 20:15:00-08:00 (for 8 hours behind UTC).
	TimeOfDayEnd *string `json:"timeOfDayEnd,omitempty"`
}

ScheduledCommunicationTime Identifies time and day of the week when the UE is available for communication.

func NewScheduledCommunicationTime ¶

func NewScheduledCommunicationTime() *ScheduledCommunicationTime

NewScheduledCommunicationTime instantiates a new ScheduledCommunicationTime 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 NewScheduledCommunicationTimeWithDefaults ¶

func NewScheduledCommunicationTimeWithDefaults() *ScheduledCommunicationTime

NewScheduledCommunicationTimeWithDefaults instantiates a new ScheduledCommunicationTime 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 (*ScheduledCommunicationTime) GetDaysOfWeek ¶

func (o *ScheduledCommunicationTime) GetDaysOfWeek() []int32

GetDaysOfWeek returns the DaysOfWeek field value if set, zero value otherwise.

func (*ScheduledCommunicationTime) GetDaysOfWeekOk ¶

func (o *ScheduledCommunicationTime) GetDaysOfWeekOk() ([]int32, bool)

GetDaysOfWeekOk returns a tuple with the DaysOfWeek field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ScheduledCommunicationTime) GetTimeOfDayEnd ¶

func (o *ScheduledCommunicationTime) GetTimeOfDayEnd() string

GetTimeOfDayEnd returns the TimeOfDayEnd field value if set, zero value otherwise.

func (*ScheduledCommunicationTime) GetTimeOfDayEndOk ¶

func (o *ScheduledCommunicationTime) GetTimeOfDayEndOk() (*string, bool)

GetTimeOfDayEndOk returns a tuple with the TimeOfDayEnd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ScheduledCommunicationTime) GetTimeOfDayStart ¶

func (o *ScheduledCommunicationTime) GetTimeOfDayStart() string

GetTimeOfDayStart returns the TimeOfDayStart field value if set, zero value otherwise.

func (*ScheduledCommunicationTime) GetTimeOfDayStartOk ¶

func (o *ScheduledCommunicationTime) GetTimeOfDayStartOk() (*string, bool)

GetTimeOfDayStartOk returns a tuple with the TimeOfDayStart field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ScheduledCommunicationTime) HasDaysOfWeek ¶

func (o *ScheduledCommunicationTime) HasDaysOfWeek() bool

HasDaysOfWeek returns a boolean if a field has been set.

func (*ScheduledCommunicationTime) HasTimeOfDayEnd ¶

func (o *ScheduledCommunicationTime) HasTimeOfDayEnd() bool

HasTimeOfDayEnd returns a boolean if a field has been set.

func (*ScheduledCommunicationTime) HasTimeOfDayStart ¶

func (o *ScheduledCommunicationTime) HasTimeOfDayStart() bool

HasTimeOfDayStart returns a boolean if a field has been set.

func (ScheduledCommunicationTime) MarshalJSON ¶

func (o ScheduledCommunicationTime) MarshalJSON() ([]byte, error)

func (*ScheduledCommunicationTime) SetDaysOfWeek ¶

func (o *ScheduledCommunicationTime) SetDaysOfWeek(v []int32)

SetDaysOfWeek gets a reference to the given []int32 and assigns it to the DaysOfWeek field.

func (*ScheduledCommunicationTime) SetTimeOfDayEnd ¶

func (o *ScheduledCommunicationTime) SetTimeOfDayEnd(v string)

SetTimeOfDayEnd gets a reference to the given string and assigns it to the TimeOfDayEnd field.

func (*ScheduledCommunicationTime) SetTimeOfDayStart ¶

func (o *ScheduledCommunicationTime) SetTimeOfDayStart(v string)

SetTimeOfDayStart gets a reference to the given string and assigns it to the TimeOfDayStart field.

func (ScheduledCommunicationTime) ToMap ¶

func (o ScheduledCommunicationTime) ToMap() (map[string]interface{}, error)

type ScheduledCommunicationType ¶

type ScheduledCommunicationType struct {
	// contains filtered or unexported fields
}

ScheduledCommunicationType Possible values are: -DOWNLINK_ONLY: Downlink only -UPLINK_ONLY: Uplink only -BIDIRECTIONA: Bi-directional

func (*ScheduledCommunicationType) MarshalJSON ¶

func (src *ScheduledCommunicationType) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*ScheduledCommunicationType) UnmarshalJSON ¶

func (dst *ScheduledCommunicationType) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type SdmSubsModification ¶

type SdmSubsModification struct {
	// string with format 'date-time' as defined in OpenAPI.
	Expires               *time.Time `json:"expires,omitempty"`
	MonitoredResourceUris []string   `json:"monitoredResourceUris,omitempty"`
}

SdmSubsModification struct for SdmSubsModification

func NewSdmSubsModification ¶

func NewSdmSubsModification() *SdmSubsModification

NewSdmSubsModification instantiates a new SdmSubsModification 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 NewSdmSubsModificationWithDefaults ¶

func NewSdmSubsModificationWithDefaults() *SdmSubsModification

NewSdmSubsModificationWithDefaults instantiates a new SdmSubsModification 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 (*SdmSubsModification) GetExpires ¶

func (o *SdmSubsModification) GetExpires() time.Time

GetExpires returns the Expires field value if set, zero value otherwise.

func (*SdmSubsModification) GetExpiresOk ¶

func (o *SdmSubsModification) GetExpiresOk() (*time.Time, bool)

GetExpiresOk returns a tuple with the Expires field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SdmSubsModification) GetMonitoredResourceUris ¶

func (o *SdmSubsModification) GetMonitoredResourceUris() []string

GetMonitoredResourceUris returns the MonitoredResourceUris field value if set, zero value otherwise.

func (*SdmSubsModification) GetMonitoredResourceUrisOk ¶

func (o *SdmSubsModification) GetMonitoredResourceUrisOk() ([]string, bool)

GetMonitoredResourceUrisOk returns a tuple with the MonitoredResourceUris field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SdmSubsModification) HasExpires ¶

func (o *SdmSubsModification) HasExpires() bool

HasExpires returns a boolean if a field has been set.

func (*SdmSubsModification) HasMonitoredResourceUris ¶

func (o *SdmSubsModification) HasMonitoredResourceUris() bool

HasMonitoredResourceUris returns a boolean if a field has been set.

func (SdmSubsModification) MarshalJSON ¶

func (o SdmSubsModification) MarshalJSON() ([]byte, error)

func (*SdmSubsModification) SetExpires ¶

func (o *SdmSubsModification) SetExpires(v time.Time)

SetExpires gets a reference to the given time.Time and assigns it to the Expires field.

func (*SdmSubsModification) SetMonitoredResourceUris ¶

func (o *SdmSubsModification) SetMonitoredResourceUris(v []string)

SetMonitoredResourceUris gets a reference to the given []string and assigns it to the MonitoredResourceUris field.

func (SdmSubsModification) ToMap ¶

func (o SdmSubsModification) ToMap() (map[string]interface{}, error)

type SdmSubscription ¶

type SdmSubscription 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.
	NfInstanceId        string `json:"nfInstanceId"`
	ImplicitUnsubscribe *bool  `json:"implicitUnsubscribe,omitempty"`
	// string with format 'date-time' as defined in OpenAPI.
	Expires *time.Time `json:"expires,omitempty"`
	// String providing an URI formatted according to RFC 3986.
	CallbackReference     string       `json:"callbackReference"`
	AmfServiceName        *ServiceName `json:"amfServiceName,omitempty"`
	MonitoredResourceUris []string     `json:"monitoredResourceUris"`
	SingleNssai           *Snssai      `json:"singleNssai,omitempty"`
	// String representing a Data Network as defined in clause 9A of 3GPP TS 23.003;  it shall contain either a DNN Network Identifier, or a full DNN with both the Network  Identifier and Operator Identifier, as specified in 3GPP TS 23.003 clause 9.1.1 and 9.1.2. It shall be coded as string in which the labels are separated by dots  (e.g. \"Label1.Label2.Label3\").
	Dnn             *string          `json:"dnn,omitempty"`
	SubscriptionId  *string          `json:"subscriptionId,omitempty"`
	PlmnId          *PlmnId          `json:"plmnId,omitempty"`
	ImmediateReport *bool            `json:"immediateReport,omitempty"`
	Report          *ImmediateReport `json:"report,omitempty"`
	// A string used to indicate the features supported by an API that is used as defined in clause  6.6 in 3GPP TS 29.500. The string shall contain a bitmask indicating supported features in  hexadecimal representation Each character in the string shall take a value of \"0\" to \"9\",  \"a\" to \"f\" or \"A\" to \"F\" and shall represent the support of 4 features as described in  table 5.2.2-3. The most significant character representing the highest-numbered features shall  appear first in the string, and the character representing features 1 to 4 shall appear last  in the string. The list of features and their numbering (starting with 1) are defined  separately for each API. If the string contains a lower number of characters than there are  defined features for an API, all features that would be represented by characters that are not  present in the string are not supported.
	SupportedFeatures     *string                      `json:"supportedFeatures,omitempty"`
	ContextInfo           *ContextInfo                 `json:"contextInfo,omitempty"`
	NfChangeFilter        *bool                        `json:"nfChangeFilter,omitempty"`
	UniqueSubscription    *bool                        `json:"uniqueSubscription,omitempty"`
	ResetIds              []string                     `json:"resetIds,omitempty"`
	UeConSmfDataSubFilter *UeContextInSmfDataSubFilter `json:"ueConSmfDataSubFilter,omitempty"`
	// String providing an URI formatted according to RFC 3986.
	DataRestorationCallbackUri *string `json:"dataRestorationCallbackUri,omitempty"`
	UdrRestartInd              *bool   `json:"udrRestartInd,omitempty"`
}

SdmSubscription struct for SdmSubscription

func NewSdmSubscription ¶

func NewSdmSubscription(nfInstanceId string, callbackReference string, monitoredResourceUris []string) *SdmSubscription

NewSdmSubscription instantiates a new SdmSubscription 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 NewSdmSubscriptionWithDefaults ¶

func NewSdmSubscriptionWithDefaults() *SdmSubscription

NewSdmSubscriptionWithDefaults instantiates a new SdmSubscription 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 (*SdmSubscription) GetAmfServiceName ¶

func (o *SdmSubscription) GetAmfServiceName() ServiceName

GetAmfServiceName returns the AmfServiceName field value if set, zero value otherwise.

func (*SdmSubscription) GetAmfServiceNameOk ¶

func (o *SdmSubscription) GetAmfServiceNameOk() (*ServiceName, bool)

GetAmfServiceNameOk returns a tuple with the AmfServiceName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SdmSubscription) GetCallbackReference ¶

func (o *SdmSubscription) GetCallbackReference() string

GetCallbackReference returns the CallbackReference field value

func (*SdmSubscription) GetCallbackReferenceOk ¶

func (o *SdmSubscription) GetCallbackReferenceOk() (*string, bool)

GetCallbackReferenceOk returns a tuple with the CallbackReference field value and a boolean to check if the value has been set.

func (*SdmSubscription) GetContextInfo ¶

func (o *SdmSubscription) GetContextInfo() ContextInfo

GetContextInfo returns the ContextInfo field value if set, zero value otherwise.

func (*SdmSubscription) GetContextInfoOk ¶

func (o *SdmSubscription) GetContextInfoOk() (*ContextInfo, bool)

GetContextInfoOk returns a tuple with the ContextInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SdmSubscription) GetDataRestorationCallbackUri ¶

func (o *SdmSubscription) GetDataRestorationCallbackUri() string

GetDataRestorationCallbackUri returns the DataRestorationCallbackUri field value if set, zero value otherwise.

func (*SdmSubscription) GetDataRestorationCallbackUriOk ¶

func (o *SdmSubscription) GetDataRestorationCallbackUriOk() (*string, bool)

GetDataRestorationCallbackUriOk returns a tuple with the DataRestorationCallbackUri field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SdmSubscription) GetDnn ¶

func (o *SdmSubscription) GetDnn() string

GetDnn returns the Dnn field value if set, zero value otherwise.

func (*SdmSubscription) GetDnnOk ¶

func (o *SdmSubscription) GetDnnOk() (*string, bool)

GetDnnOk returns a tuple with the Dnn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SdmSubscription) GetExpires ¶

func (o *SdmSubscription) GetExpires() time.Time

GetExpires returns the Expires field value if set, zero value otherwise.

func (*SdmSubscription) GetExpiresOk ¶

func (o *SdmSubscription) GetExpiresOk() (*time.Time, bool)

GetExpiresOk returns a tuple with the Expires field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SdmSubscription) GetImmediateReport ¶

func (o *SdmSubscription) GetImmediateReport() bool

GetImmediateReport returns the ImmediateReport field value if set, zero value otherwise.

func (*SdmSubscription) GetImmediateReportOk ¶

func (o *SdmSubscription) GetImmediateReportOk() (*bool, bool)

GetImmediateReportOk returns a tuple with the ImmediateReport field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SdmSubscription) GetImplicitUnsubscribe ¶

func (o *SdmSubscription) GetImplicitUnsubscribe() bool

GetImplicitUnsubscribe returns the ImplicitUnsubscribe field value if set, zero value otherwise.

func (*SdmSubscription) GetImplicitUnsubscribeOk ¶

func (o *SdmSubscription) GetImplicitUnsubscribeOk() (*bool, bool)

GetImplicitUnsubscribeOk returns a tuple with the ImplicitUnsubscribe field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SdmSubscription) GetMonitoredResourceUris ¶

func (o *SdmSubscription) GetMonitoredResourceUris() []string

GetMonitoredResourceUris returns the MonitoredResourceUris field value

func (*SdmSubscription) GetMonitoredResourceUrisOk ¶

func (o *SdmSubscription) GetMonitoredResourceUrisOk() ([]string, bool)

GetMonitoredResourceUrisOk returns a tuple with the MonitoredResourceUris field value and a boolean to check if the value has been set.

func (*SdmSubscription) GetNfChangeFilter ¶

func (o *SdmSubscription) GetNfChangeFilter() bool

GetNfChangeFilter returns the NfChangeFilter field value if set, zero value otherwise.

func (*SdmSubscription) GetNfChangeFilterOk ¶

func (o *SdmSubscription) GetNfChangeFilterOk() (*bool, bool)

GetNfChangeFilterOk returns a tuple with the NfChangeFilter field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SdmSubscription) GetNfInstanceId ¶

func (o *SdmSubscription) GetNfInstanceId() string

GetNfInstanceId returns the NfInstanceId field value

func (*SdmSubscription) GetNfInstanceIdOk ¶

func (o *SdmSubscription) GetNfInstanceIdOk() (*string, bool)

GetNfInstanceIdOk returns a tuple with the NfInstanceId field value and a boolean to check if the value has been set.

func (*SdmSubscription) GetPlmnId ¶

func (o *SdmSubscription) GetPlmnId() PlmnId

GetPlmnId returns the PlmnId field value if set, zero value otherwise.

func (*SdmSubscription) GetPlmnIdOk ¶

func (o *SdmSubscription) 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 (*SdmSubscription) GetReport ¶

func (o *SdmSubscription) GetReport() ImmediateReport

GetReport returns the Report field value if set, zero value otherwise.

func (*SdmSubscription) GetReportOk ¶

func (o *SdmSubscription) GetReportOk() (*ImmediateReport, bool)

GetReportOk returns a tuple with the Report field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SdmSubscription) GetResetIds ¶

func (o *SdmSubscription) GetResetIds() []string

GetResetIds returns the ResetIds field value if set, zero value otherwise.

func (*SdmSubscription) GetResetIdsOk ¶

func (o *SdmSubscription) GetResetIdsOk() ([]string, bool)

GetResetIdsOk returns a tuple with the ResetIds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SdmSubscription) GetSingleNssai ¶

func (o *SdmSubscription) GetSingleNssai() Snssai

GetSingleNssai returns the SingleNssai field value if set, zero value otherwise.

func (*SdmSubscription) GetSingleNssaiOk ¶

func (o *SdmSubscription) GetSingleNssaiOk() (*Snssai, bool)

GetSingleNssaiOk returns a tuple with the SingleNssai field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SdmSubscription) GetSubscriptionId ¶

func (o *SdmSubscription) GetSubscriptionId() string

GetSubscriptionId returns the SubscriptionId field value if set, zero value otherwise.

func (*SdmSubscription) GetSubscriptionIdOk ¶

func (o *SdmSubscription) 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 (*SdmSubscription) GetSupportedFeatures ¶

func (o *SdmSubscription) GetSupportedFeatures() string

GetSupportedFeatures returns the SupportedFeatures field value if set, zero value otherwise.

func (*SdmSubscription) GetSupportedFeaturesOk ¶

func (o *SdmSubscription) 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 (*SdmSubscription) GetUdrRestartInd ¶

func (o *SdmSubscription) GetUdrRestartInd() bool

GetUdrRestartInd returns the UdrRestartInd field value if set, zero value otherwise.

func (*SdmSubscription) GetUdrRestartIndOk ¶

func (o *SdmSubscription) GetUdrRestartIndOk() (*bool, bool)

GetUdrRestartIndOk returns a tuple with the UdrRestartInd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SdmSubscription) GetUeConSmfDataSubFilter ¶

func (o *SdmSubscription) GetUeConSmfDataSubFilter() UeContextInSmfDataSubFilter

GetUeConSmfDataSubFilter returns the UeConSmfDataSubFilter field value if set, zero value otherwise.

func (*SdmSubscription) GetUeConSmfDataSubFilterOk ¶

func (o *SdmSubscription) GetUeConSmfDataSubFilterOk() (*UeContextInSmfDataSubFilter, bool)

GetUeConSmfDataSubFilterOk returns a tuple with the UeConSmfDataSubFilter field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SdmSubscription) GetUniqueSubscription ¶

func (o *SdmSubscription) GetUniqueSubscription() bool

GetUniqueSubscription returns the UniqueSubscription field value if set, zero value otherwise.

func (*SdmSubscription) GetUniqueSubscriptionOk ¶

func (o *SdmSubscription) GetUniqueSubscriptionOk() (*bool, bool)

GetUniqueSubscriptionOk returns a tuple with the UniqueSubscription field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SdmSubscription) HasAmfServiceName ¶

func (o *SdmSubscription) HasAmfServiceName() bool

HasAmfServiceName returns a boolean if a field has been set.

func (*SdmSubscription) HasContextInfo ¶

func (o *SdmSubscription) HasContextInfo() bool

HasContextInfo returns a boolean if a field has been set.

func (*SdmSubscription) HasDataRestorationCallbackUri ¶

func (o *SdmSubscription) HasDataRestorationCallbackUri() bool

HasDataRestorationCallbackUri returns a boolean if a field has been set.

func (*SdmSubscription) HasDnn ¶

func (o *SdmSubscription) HasDnn() bool

HasDnn returns a boolean if a field has been set.

func (*SdmSubscription) HasExpires ¶

func (o *SdmSubscription) HasExpires() bool

HasExpires returns a boolean if a field has been set.

func (*SdmSubscription) HasImmediateReport ¶

func (o *SdmSubscription) HasImmediateReport() bool

HasImmediateReport returns a boolean if a field has been set.

func (*SdmSubscription) HasImplicitUnsubscribe ¶

func (o *SdmSubscription) HasImplicitUnsubscribe() bool

HasImplicitUnsubscribe returns a boolean if a field has been set.

func (*SdmSubscription) HasNfChangeFilter ¶

func (o *SdmSubscription) HasNfChangeFilter() bool

HasNfChangeFilter returns a boolean if a field has been set.

func (*SdmSubscription) HasPlmnId ¶

func (o *SdmSubscription) HasPlmnId() bool

HasPlmnId returns a boolean if a field has been set.

func (*SdmSubscription) HasReport ¶

func (o *SdmSubscription) HasReport() bool

HasReport returns a boolean if a field has been set.

func (*SdmSubscription) HasResetIds ¶

func (o *SdmSubscription) HasResetIds() bool

HasResetIds returns a boolean if a field has been set.

func (*SdmSubscription) HasSingleNssai ¶

func (o *SdmSubscription) HasSingleNssai() bool

HasSingleNssai returns a boolean if a field has been set.

func (*SdmSubscription) HasSubscriptionId ¶

func (o *SdmSubscription) HasSubscriptionId() bool

HasSubscriptionId returns a boolean if a field has been set.

func (*SdmSubscription) HasSupportedFeatures ¶

func (o *SdmSubscription) HasSupportedFeatures() bool

HasSupportedFeatures returns a boolean if a field has been set.

func (*SdmSubscription) HasUdrRestartInd ¶

func (o *SdmSubscription) HasUdrRestartInd() bool

HasUdrRestartInd returns a boolean if a field has been set.

func (*SdmSubscription) HasUeConSmfDataSubFilter ¶

func (o *SdmSubscription) HasUeConSmfDataSubFilter() bool

HasUeConSmfDataSubFilter returns a boolean if a field has been set.

func (*SdmSubscription) HasUniqueSubscription ¶

func (o *SdmSubscription) HasUniqueSubscription() bool

HasUniqueSubscription returns a boolean if a field has been set.

func (SdmSubscription) MarshalJSON ¶

func (o SdmSubscription) MarshalJSON() ([]byte, error)

func (*SdmSubscription) SetAmfServiceName ¶

func (o *SdmSubscription) SetAmfServiceName(v ServiceName)

SetAmfServiceName gets a reference to the given ServiceName and assigns it to the AmfServiceName field.

func (*SdmSubscription) SetCallbackReference ¶

func (o *SdmSubscription) SetCallbackReference(v string)

SetCallbackReference sets field value

func (*SdmSubscription) SetContextInfo ¶

func (o *SdmSubscription) SetContextInfo(v ContextInfo)

SetContextInfo gets a reference to the given ContextInfo and assigns it to the ContextInfo field.

func (*SdmSubscription) SetDataRestorationCallbackUri ¶

func (o *SdmSubscription) SetDataRestorationCallbackUri(v string)

SetDataRestorationCallbackUri gets a reference to the given string and assigns it to the DataRestorationCallbackUri field.

func (*SdmSubscription) SetDnn ¶

func (o *SdmSubscription) SetDnn(v string)

SetDnn gets a reference to the given string and assigns it to the Dnn field.

func (*SdmSubscription) SetExpires ¶

func (o *SdmSubscription) SetExpires(v time.Time)

SetExpires gets a reference to the given time.Time and assigns it to the Expires field.

func (*SdmSubscription) SetImmediateReport ¶

func (o *SdmSubscription) SetImmediateReport(v bool)

SetImmediateReport gets a reference to the given bool and assigns it to the ImmediateReport field.

func (*SdmSubscription) SetImplicitUnsubscribe ¶

func (o *SdmSubscription) SetImplicitUnsubscribe(v bool)

SetImplicitUnsubscribe gets a reference to the given bool and assigns it to the ImplicitUnsubscribe field.

func (*SdmSubscription) SetMonitoredResourceUris ¶

func (o *SdmSubscription) SetMonitoredResourceUris(v []string)

SetMonitoredResourceUris sets field value

func (*SdmSubscription) SetNfChangeFilter ¶

func (o *SdmSubscription) SetNfChangeFilter(v bool)

SetNfChangeFilter gets a reference to the given bool and assigns it to the NfChangeFilter field.

func (*SdmSubscription) SetNfInstanceId ¶

func (o *SdmSubscription) SetNfInstanceId(v string)

SetNfInstanceId sets field value

func (*SdmSubscription) SetPlmnId ¶

func (o *SdmSubscription) SetPlmnId(v PlmnId)

SetPlmnId gets a reference to the given PlmnId and assigns it to the PlmnId field.

func (*SdmSubscription) SetReport ¶

func (o *SdmSubscription) SetReport(v ImmediateReport)

SetReport gets a reference to the given ImmediateReport and assigns it to the Report field.

func (*SdmSubscription) SetResetIds ¶

func (o *SdmSubscription) SetResetIds(v []string)

SetResetIds gets a reference to the given []string and assigns it to the ResetIds field.

func (*SdmSubscription) SetSingleNssai ¶

func (o *SdmSubscription) SetSingleNssai(v Snssai)

SetSingleNssai gets a reference to the given Snssai and assigns it to the SingleNssai field.

func (*SdmSubscription) SetSubscriptionId ¶

func (o *SdmSubscription) SetSubscriptionId(v string)

SetSubscriptionId gets a reference to the given string and assigns it to the SubscriptionId field.

func (*SdmSubscription) SetSupportedFeatures ¶

func (o *SdmSubscription) SetSupportedFeatures(v string)

SetSupportedFeatures gets a reference to the given string and assigns it to the SupportedFeatures field.

func (*SdmSubscription) SetUdrRestartInd ¶

func (o *SdmSubscription) SetUdrRestartInd(v bool)

SetUdrRestartInd gets a reference to the given bool and assigns it to the UdrRestartInd field.

func (*SdmSubscription) SetUeConSmfDataSubFilter ¶

func (o *SdmSubscription) SetUeConSmfDataSubFilter(v UeContextInSmfDataSubFilter)

SetUeConSmfDataSubFilter gets a reference to the given UeContextInSmfDataSubFilter and assigns it to the UeConSmfDataSubFilter field.

func (*SdmSubscription) SetUniqueSubscription ¶

func (o *SdmSubscription) SetUniqueSubscription(v bool)

SetUniqueSubscription gets a reference to the given bool and assigns it to the UniqueSubscription field.

func (SdmSubscription) ToMap ¶

func (o SdmSubscription) ToMap() (map[string]interface{}, error)

func (*SdmSubscription) UnmarshalJSON ¶

func (o *SdmSubscription) UnmarshalJSON(bytes []byte) (err error)

type SensorMeasurement ¶

type SensorMeasurement struct {
	// contains filtered or unexported fields
}

SensorMeasurement The enumeration SensorMeasurement defines sensor measurement type 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.7-1.

func (*SensorMeasurement) MarshalJSON ¶

func (src *SensorMeasurement) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*SensorMeasurement) UnmarshalJSON ¶

func (dst *SensorMeasurement) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type ServerConfiguration ¶

type ServerConfiguration struct {
	URL         string
	Description string
	Variables   map[string]ServerVariable
}

ServerConfiguration stores the information about a server

type ServerConfigurations ¶

type ServerConfigurations []ServerConfiguration

ServerConfigurations stores multiple ServerConfiguration items

func (ServerConfigurations) URL ¶

func (sc ServerConfigurations) URL(index int, variables map[string]string) (string, error)

URL formats template on a index using given variables

type ServerVariable ¶

type ServerVariable struct {
	Description  string
	DefaultValue string
	EnumValues   []string
}

ServerVariable stores the information about a server variable

type ServiceAreaRestriction ¶

type ServiceAreaRestriction struct {
	RestrictionType *RestrictionType `json:"restrictionType,omitempty"`
	Areas           []Area           `json:"areas,omitempty"`
	// Unsigned Integer, i.e. only value 0 and integers above 0 are permissible.
	MaxNumOfTAs *int32 `json:"maxNumOfTAs,omitempty"`
	// Unsigned Integer, i.e. only value 0 and integers above 0 are permissible.
	MaxNumOfTAsForNotAllowedAreas *int32 `json:"maxNumOfTAsForNotAllowedAreas,omitempty"`
}

ServiceAreaRestriction Provides information about allowed or not allowed areas.

func NewServiceAreaRestriction ¶

func NewServiceAreaRestriction() *ServiceAreaRestriction

NewServiceAreaRestriction instantiates a new ServiceAreaRestriction 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 NewServiceAreaRestrictionWithDefaults ¶

func NewServiceAreaRestrictionWithDefaults() *ServiceAreaRestriction

NewServiceAreaRestrictionWithDefaults instantiates a new ServiceAreaRestriction 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 (*ServiceAreaRestriction) GetAreas ¶

func (o *ServiceAreaRestriction) GetAreas() []Area

GetAreas returns the Areas field value if set, zero value otherwise.

func (*ServiceAreaRestriction) GetAreasOk ¶

func (o *ServiceAreaRestriction) GetAreasOk() ([]Area, bool)

GetAreasOk returns a tuple with the Areas field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceAreaRestriction) GetMaxNumOfTAs ¶

func (o *ServiceAreaRestriction) GetMaxNumOfTAs() int32

GetMaxNumOfTAs returns the MaxNumOfTAs field value if set, zero value otherwise.

func (*ServiceAreaRestriction) GetMaxNumOfTAsForNotAllowedAreas ¶

func (o *ServiceAreaRestriction) GetMaxNumOfTAsForNotAllowedAreas() int32

GetMaxNumOfTAsForNotAllowedAreas returns the MaxNumOfTAsForNotAllowedAreas field value if set, zero value otherwise.

func (*ServiceAreaRestriction) GetMaxNumOfTAsForNotAllowedAreasOk ¶

func (o *ServiceAreaRestriction) GetMaxNumOfTAsForNotAllowedAreasOk() (*int32, bool)

GetMaxNumOfTAsForNotAllowedAreasOk returns a tuple with the MaxNumOfTAsForNotAllowedAreas field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceAreaRestriction) GetMaxNumOfTAsOk ¶

func (o *ServiceAreaRestriction) GetMaxNumOfTAsOk() (*int32, bool)

GetMaxNumOfTAsOk returns a tuple with the MaxNumOfTAs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceAreaRestriction) GetRestrictionType ¶

func (o *ServiceAreaRestriction) GetRestrictionType() RestrictionType

GetRestrictionType returns the RestrictionType field value if set, zero value otherwise.

func (*ServiceAreaRestriction) GetRestrictionTypeOk ¶

func (o *ServiceAreaRestriction) GetRestrictionTypeOk() (*RestrictionType, bool)

GetRestrictionTypeOk returns a tuple with the RestrictionType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServiceAreaRestriction) HasAreas ¶

func (o *ServiceAreaRestriction) HasAreas() bool

HasAreas returns a boolean if a field has been set.

func (*ServiceAreaRestriction) HasMaxNumOfTAs ¶

func (o *ServiceAreaRestriction) HasMaxNumOfTAs() bool

HasMaxNumOfTAs returns a boolean if a field has been set.

func (*ServiceAreaRestriction) HasMaxNumOfTAsForNotAllowedAreas ¶

func (o *ServiceAreaRestriction) HasMaxNumOfTAsForNotAllowedAreas() bool

HasMaxNumOfTAsForNotAllowedAreas returns a boolean if a field has been set.

func (*ServiceAreaRestriction) HasRestrictionType ¶

func (o *ServiceAreaRestriction) HasRestrictionType() bool

HasRestrictionType returns a boolean if a field has been set.

func (ServiceAreaRestriction) MarshalJSON ¶

func (o ServiceAreaRestriction) MarshalJSON() ([]byte, error)

func (*ServiceAreaRestriction) SetAreas ¶

func (o *ServiceAreaRestriction) SetAreas(v []Area)

SetAreas gets a reference to the given []Area and assigns it to the Areas field.

func (*ServiceAreaRestriction) SetMaxNumOfTAs ¶

func (o *ServiceAreaRestriction) SetMaxNumOfTAs(v int32)

SetMaxNumOfTAs gets a reference to the given int32 and assigns it to the MaxNumOfTAs field.

func (*ServiceAreaRestriction) SetMaxNumOfTAsForNotAllowedAreas ¶

func (o *ServiceAreaRestriction) SetMaxNumOfTAsForNotAllowedAreas(v int32)

SetMaxNumOfTAsForNotAllowedAreas gets a reference to the given int32 and assigns it to the MaxNumOfTAsForNotAllowedAreas field.

func (*ServiceAreaRestriction) SetRestrictionType ¶

func (o *ServiceAreaRestriction) SetRestrictionType(v RestrictionType)

SetRestrictionType gets a reference to the given RestrictionType and assigns it to the RestrictionType field.

func (ServiceAreaRestriction) ToMap ¶

func (o ServiceAreaRestriction) ToMap() (map[string]interface{}, error)

type ServiceName ¶

type ServiceName struct {
	// contains filtered or unexported fields
}

ServiceName Service names known to NRF

func (*ServiceName) MarshalJSON ¶

func (src *ServiceName) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*ServiceName) UnmarshalJSON ¶

func (dst *ServiceName) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type ServiceTypeUnrelatedClass ¶

type ServiceTypeUnrelatedClass struct {
	// LCS service type.
	ServiceType               int32                      `json:"serviceType"`
	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"`
}

ServiceTypeUnrelatedClass struct for ServiceTypeUnrelatedClass

func NewServiceTypeUnrelatedClass ¶

func NewServiceTypeUnrelatedClass(serviceType int32) *ServiceTypeUnrelatedClass

NewServiceTypeUnrelatedClass instantiates a new ServiceTypeUnrelatedClass 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 NewServiceTypeUnrelatedClassWithDefaults ¶

func NewServiceTypeUnrelatedClassWithDefaults() *ServiceTypeUnrelatedClass

NewServiceTypeUnrelatedClassWithDefaults instantiates a new ServiceTypeUnrelatedClass 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 (*ServiceTypeUnrelatedClass) GetAllowedGeographicArea ¶

func (o *ServiceTypeUnrelatedClass) GetAllowedGeographicArea() []GeographicArea

GetAllowedGeographicArea returns the AllowedGeographicArea field value if set, zero value otherwise.

func (*ServiceTypeUnrelatedClass) GetAllowedGeographicAreaOk ¶

func (o *ServiceTypeUnrelatedClass) 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 (*ServiceTypeUnrelatedClass) GetCodeWordInd ¶

func (o *ServiceTypeUnrelatedClass) GetCodeWordInd() CodeWordInd

GetCodeWordInd returns the CodeWordInd field value if set, zero value otherwise.

func (*ServiceTypeUnrelatedClass) GetCodeWordIndOk ¶

func (o *ServiceTypeUnrelatedClass) 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 (*ServiceTypeUnrelatedClass) GetCodeWordList ¶

func (o *ServiceTypeUnrelatedClass) GetCodeWordList() []string

GetCodeWordList returns the CodeWordList field value if set, zero value otherwise.

func (*ServiceTypeUnrelatedClass) GetCodeWordListOk ¶

func (o *ServiceTypeUnrelatedClass) 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 (*ServiceTypeUnrelatedClass) GetPrivacyCheckRelatedAction ¶

func (o *ServiceTypeUnrelatedClass) GetPrivacyCheckRelatedAction() PrivacyCheckRelatedAction

GetPrivacyCheckRelatedAction returns the PrivacyCheckRelatedAction field value if set, zero value otherwise.

func (*ServiceTypeUnrelatedClass) GetPrivacyCheckRelatedActionOk ¶

func (o *ServiceTypeUnrelatedClass) 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 (*ServiceTypeUnrelatedClass) GetServiceType ¶

func (o *ServiceTypeUnrelatedClass) GetServiceType() int32

GetServiceType returns the ServiceType field value

func (*ServiceTypeUnrelatedClass) GetServiceTypeOk ¶

func (o *ServiceTypeUnrelatedClass) GetServiceTypeOk() (*int32, bool)

GetServiceTypeOk returns a tuple with the ServiceType field value and a boolean to check if the value has been set.

func (*ServiceTypeUnrelatedClass) GetValidTimePeriod ¶

func (o *ServiceTypeUnrelatedClass) GetValidTimePeriod() ValidTimePeriod

GetValidTimePeriod returns the ValidTimePeriod field value if set, zero value otherwise.

func (*ServiceTypeUnrelatedClass) GetValidTimePeriodOk ¶

func (o *ServiceTypeUnrelatedClass) 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 (*ServiceTypeUnrelatedClass) HasAllowedGeographicArea ¶

func (o *ServiceTypeUnrelatedClass) HasAllowedGeographicArea() bool

HasAllowedGeographicArea returns a boolean if a field has been set.

func (*ServiceTypeUnrelatedClass) HasCodeWordInd ¶

func (o *ServiceTypeUnrelatedClass) HasCodeWordInd() bool

HasCodeWordInd returns a boolean if a field has been set.

func (*ServiceTypeUnrelatedClass) HasCodeWordList ¶

func (o *ServiceTypeUnrelatedClass) HasCodeWordList() bool

HasCodeWordList returns a boolean if a field has been set.

func (*ServiceTypeUnrelatedClass) HasPrivacyCheckRelatedAction ¶

func (o *ServiceTypeUnrelatedClass) HasPrivacyCheckRelatedAction() bool

HasPrivacyCheckRelatedAction returns a boolean if a field has been set.

func (*ServiceTypeUnrelatedClass) HasValidTimePeriod ¶

func (o *ServiceTypeUnrelatedClass) HasValidTimePeriod() bool

HasValidTimePeriod returns a boolean if a field has been set.

func (ServiceTypeUnrelatedClass) MarshalJSON ¶

func (o ServiceTypeUnrelatedClass) MarshalJSON() ([]byte, error)

func (*ServiceTypeUnrelatedClass) SetAllowedGeographicArea ¶

func (o *ServiceTypeUnrelatedClass) SetAllowedGeographicArea(v []GeographicArea)

SetAllowedGeographicArea gets a reference to the given []GeographicArea and assigns it to the AllowedGeographicArea field.

func (*ServiceTypeUnrelatedClass) SetCodeWordInd ¶

func (o *ServiceTypeUnrelatedClass) SetCodeWordInd(v CodeWordInd)

SetCodeWordInd gets a reference to the given CodeWordInd and assigns it to the CodeWordInd field.

func (*ServiceTypeUnrelatedClass) SetCodeWordList ¶

func (o *ServiceTypeUnrelatedClass) SetCodeWordList(v []string)

SetCodeWordList gets a reference to the given []string and assigns it to the CodeWordList field.

func (*ServiceTypeUnrelatedClass) SetPrivacyCheckRelatedAction ¶

func (o *ServiceTypeUnrelatedClass) SetPrivacyCheckRelatedAction(v PrivacyCheckRelatedAction)

SetPrivacyCheckRelatedAction gets a reference to the given PrivacyCheckRelatedAction and assigns it to the PrivacyCheckRelatedAction field.

func (*ServiceTypeUnrelatedClass) SetServiceType ¶

func (o *ServiceTypeUnrelatedClass) SetServiceType(v int32)

SetServiceType sets field value

func (*ServiceTypeUnrelatedClass) SetValidTimePeriod ¶

func (o *ServiceTypeUnrelatedClass) SetValidTimePeriod(v ValidTimePeriod)

SetValidTimePeriod gets a reference to the given ValidTimePeriod and assigns it to the ValidTimePeriod field.

func (ServiceTypeUnrelatedClass) ToMap ¶

func (o ServiceTypeUnrelatedClass) ToMap() (map[string]interface{}, error)

func (*ServiceTypeUnrelatedClass) UnmarshalJSON ¶

func (o *ServiceTypeUnrelatedClass) UnmarshalJSON(bytes []byte) (err error)

type SessionManagementSubscriptionData ¶

type SessionManagementSubscriptionData struct {
	SingleNssai Snssai `json:"singleNssai"`
	// A map (list of key-value pairs where Dnn, or optionally the Wildcard DNN, serves as key) of DnnConfigurations
	DnnConfigurations *map[string]DnnConfiguration `json:"dnnConfigurations,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"`
	SharedDnnConfigurationsId *string                   `json:"sharedDnnConfigurationsId,omitempty"`
	OdbPacketServices         NullableOdbPacketServices `json:"odbPacketServices,omitempty"`
	TraceData                 NullableTraceData         `json:"traceData,omitempty"`
	SharedTraceDataId         *string                   `json:"sharedTraceDataId,omitempty"`
	// A map(list of key-value pairs) where Dnn serves as key of ExpectedUeBehaviourData
	ExpectedUeBehavioursList *map[string]ExpectedUeBehaviourData `json:"expectedUeBehavioursList,omitempty"`
	// A map(list of key-value pairs) where Dnn serves as key of SuggestedPacketNumDl
	SuggestedPacketNumDlList       *map[string]SuggestedPacketNumDl `json:"suggestedPacketNumDlList,omitempty"`
	Var3gppChargingCharacteristics *string                          `json:"3gppChargingCharacteristics,omitempty"`
	// A string used to indicate the features supported by an API that is used as defined in clause  6.6 in 3GPP TS 29.500. The string shall contain a bitmask indicating supported features in  hexadecimal representation Each character in the string shall take a value of \"0\" to \"9\",  \"a\" to \"f\" or \"A\" to \"F\" and shall represent the support of 4 features as described in  table 5.2.2-3. The most significant character representing the highest-numbered features shall  appear first in the string, and the character representing features 1 to 4 shall appear last  in the string. The list of features and their numbering (starting with 1) are defined  separately for each API. If the string contains a lower number of characters than there are  defined features for an API, all features that would be represented by characters that are not  present in the string are not supported.
	SupportedFeatures *string `json:"supportedFeatures,omitempty"`
}

SessionManagementSubscriptionData struct for SessionManagementSubscriptionData

func NewSessionManagementSubscriptionData ¶

func NewSessionManagementSubscriptionData(singleNssai Snssai) *SessionManagementSubscriptionData

NewSessionManagementSubscriptionData instantiates a new SessionManagementSubscriptionData 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 NewSessionManagementSubscriptionDataWithDefaults ¶

func NewSessionManagementSubscriptionDataWithDefaults() *SessionManagementSubscriptionData

NewSessionManagementSubscriptionDataWithDefaults instantiates a new SessionManagementSubscriptionData 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 (*SessionManagementSubscriptionData) GetDnnConfigurations ¶

func (o *SessionManagementSubscriptionData) GetDnnConfigurations() map[string]DnnConfiguration

GetDnnConfigurations returns the DnnConfigurations field value if set, zero value otherwise.

func (*SessionManagementSubscriptionData) GetDnnConfigurationsOk ¶

func (o *SessionManagementSubscriptionData) GetDnnConfigurationsOk() (*map[string]DnnConfiguration, bool)

GetDnnConfigurationsOk returns a tuple with the DnnConfigurations field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SessionManagementSubscriptionData) GetExpectedUeBehavioursList ¶

func (o *SessionManagementSubscriptionData) GetExpectedUeBehavioursList() map[string]ExpectedUeBehaviourData

GetExpectedUeBehavioursList returns the ExpectedUeBehavioursList field value if set, zero value otherwise.

func (*SessionManagementSubscriptionData) GetExpectedUeBehavioursListOk ¶

func (o *SessionManagementSubscriptionData) GetExpectedUeBehavioursListOk() (*map[string]ExpectedUeBehaviourData, bool)

GetExpectedUeBehavioursListOk returns a tuple with the ExpectedUeBehavioursList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SessionManagementSubscriptionData) GetInternalGroupIds ¶

func (o *SessionManagementSubscriptionData) GetInternalGroupIds() []string

GetInternalGroupIds returns the InternalGroupIds field value if set, zero value otherwise.

func (*SessionManagementSubscriptionData) GetInternalGroupIdsOk ¶

func (o *SessionManagementSubscriptionData) 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 (*SessionManagementSubscriptionData) GetOdbPacketServices ¶

func (o *SessionManagementSubscriptionData) GetOdbPacketServices() OdbPacketServices

GetOdbPacketServices returns the OdbPacketServices field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SessionManagementSubscriptionData) GetOdbPacketServicesOk ¶

func (o *SessionManagementSubscriptionData) GetOdbPacketServicesOk() (*OdbPacketServices, bool)

GetOdbPacketServicesOk returns a tuple with the OdbPacketServices field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SessionManagementSubscriptionData) GetSharedDnnConfigurationsId ¶

func (o *SessionManagementSubscriptionData) GetSharedDnnConfigurationsId() string

GetSharedDnnConfigurationsId returns the SharedDnnConfigurationsId field value if set, zero value otherwise.

func (*SessionManagementSubscriptionData) GetSharedDnnConfigurationsIdOk ¶

func (o *SessionManagementSubscriptionData) GetSharedDnnConfigurationsIdOk() (*string, bool)

GetSharedDnnConfigurationsIdOk returns a tuple with the SharedDnnConfigurationsId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SessionManagementSubscriptionData) GetSharedTraceDataId ¶

func (o *SessionManagementSubscriptionData) GetSharedTraceDataId() string

GetSharedTraceDataId returns the SharedTraceDataId field value if set, zero value otherwise.

func (*SessionManagementSubscriptionData) GetSharedTraceDataIdOk ¶

func (o *SessionManagementSubscriptionData) GetSharedTraceDataIdOk() (*string, bool)

GetSharedTraceDataIdOk returns a tuple with the SharedTraceDataId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SessionManagementSubscriptionData) GetSharedVnGroupDataIds ¶

func (o *SessionManagementSubscriptionData) GetSharedVnGroupDataIds() map[string]string

GetSharedVnGroupDataIds returns the SharedVnGroupDataIds field value if set, zero value otherwise.

func (*SessionManagementSubscriptionData) GetSharedVnGroupDataIdsOk ¶

func (o *SessionManagementSubscriptionData) 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 (*SessionManagementSubscriptionData) GetSingleNssai ¶

func (o *SessionManagementSubscriptionData) GetSingleNssai() Snssai

GetSingleNssai returns the SingleNssai field value

func (*SessionManagementSubscriptionData) GetSingleNssaiOk ¶

func (o *SessionManagementSubscriptionData) GetSingleNssaiOk() (*Snssai, bool)

GetSingleNssaiOk returns a tuple with the SingleNssai field value and a boolean to check if the value has been set.

func (*SessionManagementSubscriptionData) GetSuggestedPacketNumDlList ¶

func (o *SessionManagementSubscriptionData) GetSuggestedPacketNumDlList() map[string]SuggestedPacketNumDl

GetSuggestedPacketNumDlList returns the SuggestedPacketNumDlList field value if set, zero value otherwise.

func (*SessionManagementSubscriptionData) GetSuggestedPacketNumDlListOk ¶

func (o *SessionManagementSubscriptionData) GetSuggestedPacketNumDlListOk() (*map[string]SuggestedPacketNumDl, bool)

GetSuggestedPacketNumDlListOk returns a tuple with the SuggestedPacketNumDlList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SessionManagementSubscriptionData) GetSupportedFeatures ¶

func (o *SessionManagementSubscriptionData) GetSupportedFeatures() string

GetSupportedFeatures returns the SupportedFeatures field value if set, zero value otherwise.

func (*SessionManagementSubscriptionData) GetSupportedFeaturesOk ¶

func (o *SessionManagementSubscriptionData) 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 (*SessionManagementSubscriptionData) GetTraceData ¶

func (o *SessionManagementSubscriptionData) GetTraceData() TraceData

GetTraceData returns the TraceData field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SessionManagementSubscriptionData) GetTraceDataOk ¶

func (o *SessionManagementSubscriptionData) 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 (*SessionManagementSubscriptionData) GetVar3gppChargingCharacteristics ¶

func (o *SessionManagementSubscriptionData) GetVar3gppChargingCharacteristics() string

GetVar3gppChargingCharacteristics returns the Var3gppChargingCharacteristics field value if set, zero value otherwise.

func (*SessionManagementSubscriptionData) GetVar3gppChargingCharacteristicsOk ¶

func (o *SessionManagementSubscriptionData) 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 (*SessionManagementSubscriptionData) HasDnnConfigurations ¶

func (o *SessionManagementSubscriptionData) HasDnnConfigurations() bool

HasDnnConfigurations returns a boolean if a field has been set.

func (*SessionManagementSubscriptionData) HasExpectedUeBehavioursList ¶

func (o *SessionManagementSubscriptionData) HasExpectedUeBehavioursList() bool

HasExpectedUeBehavioursList returns a boolean if a field has been set.

func (*SessionManagementSubscriptionData) HasInternalGroupIds ¶

func (o *SessionManagementSubscriptionData) HasInternalGroupIds() bool

HasInternalGroupIds returns a boolean if a field has been set.

func (*SessionManagementSubscriptionData) HasOdbPacketServices ¶

func (o *SessionManagementSubscriptionData) HasOdbPacketServices() bool

HasOdbPacketServices returns a boolean if a field has been set.

func (*SessionManagementSubscriptionData) HasSharedDnnConfigurationsId ¶

func (o *SessionManagementSubscriptionData) HasSharedDnnConfigurationsId() bool

HasSharedDnnConfigurationsId returns a boolean if a field has been set.

func (*SessionManagementSubscriptionData) HasSharedTraceDataId ¶

func (o *SessionManagementSubscriptionData) HasSharedTraceDataId() bool

HasSharedTraceDataId returns a boolean if a field has been set.

func (*SessionManagementSubscriptionData) HasSharedVnGroupDataIds ¶

func (o *SessionManagementSubscriptionData) HasSharedVnGroupDataIds() bool

HasSharedVnGroupDataIds returns a boolean if a field has been set.

func (*SessionManagementSubscriptionData) HasSuggestedPacketNumDlList ¶

func (o *SessionManagementSubscriptionData) HasSuggestedPacketNumDlList() bool

HasSuggestedPacketNumDlList returns a boolean if a field has been set.

func (*SessionManagementSubscriptionData) HasSupportedFeatures ¶

func (o *SessionManagementSubscriptionData) HasSupportedFeatures() bool

HasSupportedFeatures returns a boolean if a field has been set.

func (*SessionManagementSubscriptionData) HasTraceData ¶

func (o *SessionManagementSubscriptionData) HasTraceData() bool

HasTraceData returns a boolean if a field has been set.

func (*SessionManagementSubscriptionData) HasVar3gppChargingCharacteristics ¶

func (o *SessionManagementSubscriptionData) HasVar3gppChargingCharacteristics() bool

HasVar3gppChargingCharacteristics returns a boolean if a field has been set.

func (SessionManagementSubscriptionData) MarshalJSON ¶

func (o SessionManagementSubscriptionData) MarshalJSON() ([]byte, error)

func (*SessionManagementSubscriptionData) SetDnnConfigurations ¶

func (o *SessionManagementSubscriptionData) SetDnnConfigurations(v map[string]DnnConfiguration)

SetDnnConfigurations gets a reference to the given map[string]DnnConfiguration and assigns it to the DnnConfigurations field.

func (*SessionManagementSubscriptionData) SetExpectedUeBehavioursList ¶

func (o *SessionManagementSubscriptionData) SetExpectedUeBehavioursList(v map[string]ExpectedUeBehaviourData)

SetExpectedUeBehavioursList gets a reference to the given map[string]ExpectedUeBehaviourData and assigns it to the ExpectedUeBehavioursList field.

func (*SessionManagementSubscriptionData) SetInternalGroupIds ¶

func (o *SessionManagementSubscriptionData) SetInternalGroupIds(v []string)

SetInternalGroupIds gets a reference to the given []string and assigns it to the InternalGroupIds field.

func (*SessionManagementSubscriptionData) SetOdbPacketServices ¶

func (o *SessionManagementSubscriptionData) SetOdbPacketServices(v OdbPacketServices)

SetOdbPacketServices gets a reference to the given NullableOdbPacketServices and assigns it to the OdbPacketServices field.

func (*SessionManagementSubscriptionData) SetOdbPacketServicesNil ¶

func (o *SessionManagementSubscriptionData) SetOdbPacketServicesNil()

SetOdbPacketServicesNil sets the value for OdbPacketServices to be an explicit nil

func (*SessionManagementSubscriptionData) SetSharedDnnConfigurationsId ¶

func (o *SessionManagementSubscriptionData) SetSharedDnnConfigurationsId(v string)

SetSharedDnnConfigurationsId gets a reference to the given string and assigns it to the SharedDnnConfigurationsId field.

func (*SessionManagementSubscriptionData) SetSharedTraceDataId ¶

func (o *SessionManagementSubscriptionData) SetSharedTraceDataId(v string)

SetSharedTraceDataId gets a reference to the given string and assigns it to the SharedTraceDataId field.

func (*SessionManagementSubscriptionData) SetSharedVnGroupDataIds ¶

func (o *SessionManagementSubscriptionData) SetSharedVnGroupDataIds(v map[string]string)

SetSharedVnGroupDataIds gets a reference to the given map[string]string and assigns it to the SharedVnGroupDataIds field.

func (*SessionManagementSubscriptionData) SetSingleNssai ¶

func (o *SessionManagementSubscriptionData) SetSingleNssai(v Snssai)

SetSingleNssai sets field value

func (*SessionManagementSubscriptionData) SetSuggestedPacketNumDlList ¶

func (o *SessionManagementSubscriptionData) SetSuggestedPacketNumDlList(v map[string]SuggestedPacketNumDl)

SetSuggestedPacketNumDlList gets a reference to the given map[string]SuggestedPacketNumDl and assigns it to the SuggestedPacketNumDlList field.

func (*SessionManagementSubscriptionData) SetSupportedFeatures ¶

func (o *SessionManagementSubscriptionData) SetSupportedFeatures(v string)

SetSupportedFeatures gets a reference to the given string and assigns it to the SupportedFeatures field.

func (*SessionManagementSubscriptionData) SetTraceData ¶

func (o *SessionManagementSubscriptionData) SetTraceData(v TraceData)

SetTraceData gets a reference to the given NullableTraceData and assigns it to the TraceData field.

func (*SessionManagementSubscriptionData) SetTraceDataNil ¶

func (o *SessionManagementSubscriptionData) SetTraceDataNil()

SetTraceDataNil sets the value for TraceData to be an explicit nil

func (*SessionManagementSubscriptionData) SetVar3gppChargingCharacteristics ¶

func (o *SessionManagementSubscriptionData) SetVar3gppChargingCharacteristics(v string)

SetVar3gppChargingCharacteristics gets a reference to the given string and assigns it to the Var3gppChargingCharacteristics field.

func (SessionManagementSubscriptionData) ToMap ¶

func (o SessionManagementSubscriptionData) ToMap() (map[string]interface{}, error)

func (*SessionManagementSubscriptionData) UnmarshalJSON ¶

func (o *SessionManagementSubscriptionData) UnmarshalJSON(bytes []byte) (err error)

func (*SessionManagementSubscriptionData) UnsetOdbPacketServices ¶

func (o *SessionManagementSubscriptionData) UnsetOdbPacketServices()

UnsetOdbPacketServices ensures that no value is present for OdbPacketServices, not even an explicit nil

func (*SessionManagementSubscriptionData) UnsetTraceData ¶

func (o *SessionManagementSubscriptionData) UnsetTraceData()

UnsetTraceData ensures that no value is present for TraceData, not even an explicit nil

type SessionManagementSubscriptionDataRetrievalAPIService ¶

type SessionManagementSubscriptionDataRetrievalAPIService service

SessionManagementSubscriptionDataRetrievalAPIService SessionManagementSubscriptionDataRetrievalAPI service

func (*SessionManagementSubscriptionDataRetrievalAPIService) GetSmData ¶

GetSmData retrieve a UE's Session Management 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 ApiGetSmDataRequest

func (*SessionManagementSubscriptionDataRetrievalAPIService) GetSmDataExecute ¶

Execute executes the request

@return SmSubsData

type SharedData ¶

type SharedData struct {
	SharedDataId         string                             `json:"sharedDataId"`
	SharedAmData         *AccessAndMobilitySubscriptionData `json:"sharedAmData,omitempty"`
	SharedSmsSubsData    *SmsSubscriptionData               `json:"sharedSmsSubsData,omitempty"`
	SharedSmsMngSubsData *SmsManagementSubscriptionData     `json:"sharedSmsMngSubsData,omitempty"`
	// A map(list of key-value pairs) where Dnn, or optionally the Wildcard DNN, serves as key of DnnConfiguration
	SharedDnnConfigurations *map[string]DnnConfiguration `json:"sharedDnnConfigurations,omitempty"`
	SharedTraceData         NullableTraceData            `json:"sharedTraceData,omitempty"`
	// A map(list of key-value pairs) where singleNssai serves as key of SnssaiInfo
	SharedSnssaiInfos *map[string]SnssaiInfo `json:"sharedSnssaiInfos,omitempty"`
	// A map(list of key-value pairs) where GroupId serves as key of VnGroupData
	SharedVnGroupDatas *map[string]VnGroupData `json:"sharedVnGroupDatas,omitempty"`
	// A map(list of key-value pairs) where JSON pointer pointing to an attribute within the SharedData serves as key of SharedDataTreatmentInstruction
	TreatmentInstructions   *map[string]SharedDataTreatmentInstruction `json:"treatmentInstructions,omitempty"`
	SharedSmSubsData        *SessionManagementSubscriptionData         `json:"sharedSmSubsData,omitempty"`
	SharedEcsAddrConfigInfo NullableEcsAddrConfigInfo                  `json:"sharedEcsAddrConfigInfo,omitempty"`
}

SharedData struct for SharedData

func NewSharedData ¶

func NewSharedData(sharedDataId string) *SharedData

NewSharedData instantiates a new SharedData 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 NewSharedDataWithDefaults ¶

func NewSharedDataWithDefaults() *SharedData

NewSharedDataWithDefaults instantiates a new SharedData 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 (*SharedData) GetSharedAmData ¶

func (o *SharedData) GetSharedAmData() AccessAndMobilitySubscriptionData

GetSharedAmData returns the SharedAmData field value if set, zero value otherwise.

func (*SharedData) GetSharedAmDataOk ¶

func (o *SharedData) GetSharedAmDataOk() (*AccessAndMobilitySubscriptionData, bool)

GetSharedAmDataOk returns a tuple with the SharedAmData field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SharedData) GetSharedDataId ¶

func (o *SharedData) GetSharedDataId() string

GetSharedDataId returns the SharedDataId field value

func (*SharedData) GetSharedDataIdOk ¶

func (o *SharedData) GetSharedDataIdOk() (*string, bool)

GetSharedDataIdOk returns a tuple with the SharedDataId field value and a boolean to check if the value has been set.

func (*SharedData) GetSharedDnnConfigurations ¶

func (o *SharedData) GetSharedDnnConfigurations() map[string]DnnConfiguration

GetSharedDnnConfigurations returns the SharedDnnConfigurations field value if set, zero value otherwise.

func (*SharedData) GetSharedDnnConfigurationsOk ¶

func (o *SharedData) GetSharedDnnConfigurationsOk() (*map[string]DnnConfiguration, bool)

GetSharedDnnConfigurationsOk returns a tuple with the SharedDnnConfigurations field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SharedData) GetSharedEcsAddrConfigInfo ¶

func (o *SharedData) GetSharedEcsAddrConfigInfo() EcsAddrConfigInfo

GetSharedEcsAddrConfigInfo returns the SharedEcsAddrConfigInfo field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SharedData) GetSharedEcsAddrConfigInfoOk ¶

func (o *SharedData) GetSharedEcsAddrConfigInfoOk() (*EcsAddrConfigInfo, 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. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SharedData) GetSharedSmSubsData ¶

func (o *SharedData) GetSharedSmSubsData() SessionManagementSubscriptionData

GetSharedSmSubsData returns the SharedSmSubsData field value if set, zero value otherwise.

func (*SharedData) GetSharedSmSubsDataOk ¶

func (o *SharedData) GetSharedSmSubsDataOk() (*SessionManagementSubscriptionData, bool)

GetSharedSmSubsDataOk returns a tuple with the SharedSmSubsData field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SharedData) GetSharedSmsMngSubsData ¶

func (o *SharedData) GetSharedSmsMngSubsData() SmsManagementSubscriptionData

GetSharedSmsMngSubsData returns the SharedSmsMngSubsData field value if set, zero value otherwise.

func (*SharedData) GetSharedSmsMngSubsDataOk ¶

func (o *SharedData) GetSharedSmsMngSubsDataOk() (*SmsManagementSubscriptionData, bool)

GetSharedSmsMngSubsDataOk returns a tuple with the SharedSmsMngSubsData field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SharedData) GetSharedSmsSubsData ¶

func (o *SharedData) GetSharedSmsSubsData() SmsSubscriptionData

GetSharedSmsSubsData returns the SharedSmsSubsData field value if set, zero value otherwise.

func (*SharedData) GetSharedSmsSubsDataOk ¶

func (o *SharedData) GetSharedSmsSubsDataOk() (*SmsSubscriptionData, bool)

GetSharedSmsSubsDataOk returns a tuple with the SharedSmsSubsData field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SharedData) GetSharedSnssaiInfos ¶

func (o *SharedData) GetSharedSnssaiInfos() map[string]SnssaiInfo

GetSharedSnssaiInfos returns the SharedSnssaiInfos field value if set, zero value otherwise.

func (*SharedData) GetSharedSnssaiInfosOk ¶

func (o *SharedData) GetSharedSnssaiInfosOk() (*map[string]SnssaiInfo, bool)

GetSharedSnssaiInfosOk returns a tuple with the SharedSnssaiInfos field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SharedData) GetSharedTraceData ¶

func (o *SharedData) GetSharedTraceData() TraceData

GetSharedTraceData returns the SharedTraceData field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SharedData) GetSharedTraceDataOk ¶

func (o *SharedData) GetSharedTraceDataOk() (*TraceData, bool)

GetSharedTraceDataOk returns a tuple with the SharedTraceData 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 (*SharedData) GetSharedVnGroupDatas ¶

func (o *SharedData) GetSharedVnGroupDatas() map[string]VnGroupData

GetSharedVnGroupDatas returns the SharedVnGroupDatas field value if set, zero value otherwise.

func (*SharedData) GetSharedVnGroupDatasOk ¶

func (o *SharedData) GetSharedVnGroupDatasOk() (*map[string]VnGroupData, bool)

GetSharedVnGroupDatasOk returns a tuple with the SharedVnGroupDatas field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SharedData) GetTreatmentInstructions ¶

func (o *SharedData) GetTreatmentInstructions() map[string]SharedDataTreatmentInstruction

GetTreatmentInstructions returns the TreatmentInstructions field value if set, zero value otherwise.

func (*SharedData) GetTreatmentInstructionsOk ¶

func (o *SharedData) GetTreatmentInstructionsOk() (*map[string]SharedDataTreatmentInstruction, bool)

GetTreatmentInstructionsOk returns a tuple with the TreatmentInstructions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SharedData) HasSharedAmData ¶

func (o *SharedData) HasSharedAmData() bool

HasSharedAmData returns a boolean if a field has been set.

func (*SharedData) HasSharedDnnConfigurations ¶

func (o *SharedData) HasSharedDnnConfigurations() bool

HasSharedDnnConfigurations returns a boolean if a field has been set.

func (*SharedData) HasSharedEcsAddrConfigInfo ¶

func (o *SharedData) HasSharedEcsAddrConfigInfo() bool

HasSharedEcsAddrConfigInfo returns a boolean if a field has been set.

func (*SharedData) HasSharedSmSubsData ¶

func (o *SharedData) HasSharedSmSubsData() bool

HasSharedSmSubsData returns a boolean if a field has been set.

func (*SharedData) HasSharedSmsMngSubsData ¶

func (o *SharedData) HasSharedSmsMngSubsData() bool

HasSharedSmsMngSubsData returns a boolean if a field has been set.

func (*SharedData) HasSharedSmsSubsData ¶

func (o *SharedData) HasSharedSmsSubsData() bool

HasSharedSmsSubsData returns a boolean if a field has been set.

func (*SharedData) HasSharedSnssaiInfos ¶

func (o *SharedData) HasSharedSnssaiInfos() bool

HasSharedSnssaiInfos returns a boolean if a field has been set.

func (*SharedData) HasSharedTraceData ¶

func (o *SharedData) HasSharedTraceData() bool

HasSharedTraceData returns a boolean if a field has been set.

func (*SharedData) HasSharedVnGroupDatas ¶

func (o *SharedData) HasSharedVnGroupDatas() bool

HasSharedVnGroupDatas returns a boolean if a field has been set.

func (*SharedData) HasTreatmentInstructions ¶

func (o *SharedData) HasTreatmentInstructions() bool

HasTreatmentInstructions returns a boolean if a field has been set.

func (SharedData) MarshalJSON ¶

func (o SharedData) MarshalJSON() ([]byte, error)

func (*SharedData) SetSharedAmData ¶

func (o *SharedData) SetSharedAmData(v AccessAndMobilitySubscriptionData)

SetSharedAmData gets a reference to the given AccessAndMobilitySubscriptionData and assigns it to the SharedAmData field.

func (*SharedData) SetSharedDataId ¶

func (o *SharedData) SetSharedDataId(v string)

SetSharedDataId sets field value

func (*SharedData) SetSharedDnnConfigurations ¶

func (o *SharedData) SetSharedDnnConfigurations(v map[string]DnnConfiguration)

SetSharedDnnConfigurations gets a reference to the given map[string]DnnConfiguration and assigns it to the SharedDnnConfigurations field.

func (*SharedData) SetSharedEcsAddrConfigInfo ¶

func (o *SharedData) SetSharedEcsAddrConfigInfo(v EcsAddrConfigInfo)

SetSharedEcsAddrConfigInfo gets a reference to the given NullableEcsAddrConfigInfo and assigns it to the SharedEcsAddrConfigInfo field.

func (*SharedData) SetSharedEcsAddrConfigInfoNil ¶

func (o *SharedData) SetSharedEcsAddrConfigInfoNil()

SetSharedEcsAddrConfigInfoNil sets the value for SharedEcsAddrConfigInfo to be an explicit nil

func (*SharedData) SetSharedSmSubsData ¶

func (o *SharedData) SetSharedSmSubsData(v SessionManagementSubscriptionData)

SetSharedSmSubsData gets a reference to the given SessionManagementSubscriptionData and assigns it to the SharedSmSubsData field.

func (*SharedData) SetSharedSmsMngSubsData ¶

func (o *SharedData) SetSharedSmsMngSubsData(v SmsManagementSubscriptionData)

SetSharedSmsMngSubsData gets a reference to the given SmsManagementSubscriptionData and assigns it to the SharedSmsMngSubsData field.

func (*SharedData) SetSharedSmsSubsData ¶

func (o *SharedData) SetSharedSmsSubsData(v SmsSubscriptionData)

SetSharedSmsSubsData gets a reference to the given SmsSubscriptionData and assigns it to the SharedSmsSubsData field.

func (*SharedData) SetSharedSnssaiInfos ¶

func (o *SharedData) SetSharedSnssaiInfos(v map[string]SnssaiInfo)

SetSharedSnssaiInfos gets a reference to the given map[string]SnssaiInfo and assigns it to the SharedSnssaiInfos field.

func (*SharedData) SetSharedTraceData ¶

func (o *SharedData) SetSharedTraceData(v TraceData)

SetSharedTraceData gets a reference to the given NullableTraceData and assigns it to the SharedTraceData field.

func (*SharedData) SetSharedTraceDataNil ¶

func (o *SharedData) SetSharedTraceDataNil()

SetSharedTraceDataNil sets the value for SharedTraceData to be an explicit nil

func (*SharedData) SetSharedVnGroupDatas ¶

func (o *SharedData) SetSharedVnGroupDatas(v map[string]VnGroupData)

SetSharedVnGroupDatas gets a reference to the given map[string]VnGroupData and assigns it to the SharedVnGroupDatas field.

func (*SharedData) SetTreatmentInstructions ¶

func (o *SharedData) SetTreatmentInstructions(v map[string]SharedDataTreatmentInstruction)

SetTreatmentInstructions gets a reference to the given map[string]SharedDataTreatmentInstruction and assigns it to the TreatmentInstructions field.

func (SharedData) ToMap ¶

func (o SharedData) ToMap() (map[string]interface{}, error)

func (*SharedData) UnmarshalJSON ¶

func (o *SharedData) UnmarshalJSON(bytes []byte) (err error)

func (*SharedData) UnsetSharedEcsAddrConfigInfo ¶

func (o *SharedData) UnsetSharedEcsAddrConfigInfo()

UnsetSharedEcsAddrConfigInfo ensures that no value is present for SharedEcsAddrConfigInfo, not even an explicit nil

func (*SharedData) UnsetSharedTraceData ¶

func (o *SharedData) UnsetSharedTraceData()

UnsetSharedTraceData ensures that no value is present for SharedTraceData, not even an explicit nil

type SharedDataTreatmentInstruction ¶

type SharedDataTreatmentInstruction struct {
	// contains filtered or unexported fields
}

SharedDataTreatmentInstruction struct for SharedDataTreatmentInstruction

func (*SharedDataTreatmentInstruction) MarshalJSON ¶

func (src *SharedDataTreatmentInstruction) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*SharedDataTreatmentInstruction) UnmarshalJSON ¶

func (dst *SharedDataTreatmentInstruction) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type SliceMbr ¶

type SliceMbr struct {
	// String representing a bit rate; the prefixes follow the standard symbols from The International System of Units, and represent x1000 multipliers, with the exception that prefix \"K\" is used to represent the standard symbol \"k\".
	Uplink string `json:"uplink"`
	// String representing a bit rate; the prefixes follow the standard symbols from The International System of Units, and represent x1000 multipliers, with the exception that prefix \"K\" is used to represent the standard symbol \"k\".
	Downlink string `json:"downlink"`
}

SliceMbr MBR related to slice

func NewSliceMbr ¶

func NewSliceMbr(uplink string, downlink string) *SliceMbr

NewSliceMbr instantiates a new SliceMbr object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSliceMbrWithDefaults ¶

func NewSliceMbrWithDefaults() *SliceMbr

NewSliceMbrWithDefaults instantiates a new SliceMbr object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (o *SliceMbr) GetDownlink() string

GetDownlink returns the Downlink field value

func (*SliceMbr) GetDownlinkOk ¶

func (o *SliceMbr) 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 *SliceMbr) GetUplink() string

GetUplink returns the Uplink field value

func (*SliceMbr) GetUplinkOk ¶

func (o *SliceMbr) GetUplinkOk() (*string, bool)

GetUplinkOk returns a tuple with the Uplink field value and a boolean to check if the value has been set.

func (SliceMbr) MarshalJSON ¶

func (o SliceMbr) MarshalJSON() ([]byte, error)
func (o *SliceMbr) SetDownlink(v string)

SetDownlink sets field value

func (o *SliceMbr) SetUplink(v string)

SetUplink sets field value

func (SliceMbr) ToMap ¶

func (o SliceMbr) ToMap() (map[string]interface{}, error)

func (*SliceMbr) UnmarshalJSON ¶

func (o *SliceMbr) UnmarshalJSON(bytes []byte) (err error)

type SliceSelectionSubscriptionDataRetrievalAPIService ¶

type SliceSelectionSubscriptionDataRetrievalAPIService service

SliceSelectionSubscriptionDataRetrievalAPIService SliceSelectionSubscriptionDataRetrievalAPI service

func (*SliceSelectionSubscriptionDataRetrievalAPIService) GetNSSAI ¶

GetNSSAI retrieve a UE's subscribed NSSAI

@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 ApiGetNSSAIRequest

func (*SliceSelectionSubscriptionDataRetrievalAPIService) GetNSSAIExecute ¶

Execute executes the request

@return Nssai

type SmSubsData ¶

type SmSubsData struct {
	ExtendedSmSubsData                       *ExtendedSmSubsData
	ArrayOfSessionManagementSubscriptionData *[]SessionManagementSubscriptionData
}

SmSubsData - struct for SmSubsData

func ArrayOfSessionManagementSubscriptionDataAsSmSubsData ¶

func ArrayOfSessionManagementSubscriptionDataAsSmSubsData(v *[]SessionManagementSubscriptionData) SmSubsData

[]SessionManagementSubscriptionDataAsSmSubsData is a convenience function that returns []SessionManagementSubscriptionData wrapped in SmSubsData

func ExtendedSmSubsDataAsSmSubsData ¶

func ExtendedSmSubsDataAsSmSubsData(v *ExtendedSmSubsData) SmSubsData

ExtendedSmSubsDataAsSmSubsData is a convenience function that returns ExtendedSmSubsData wrapped in SmSubsData

func (*SmSubsData) GetActualInstance ¶

func (obj *SmSubsData) GetActualInstance() interface{}

Get the actual instance

func (SmSubsData) MarshalJSON ¶

func (src SmSubsData) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*SmSubsData) UnmarshalJSON ¶

func (dst *SmSubsData) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type SmfSelectionSubscriptionData ¶

type SmfSelectionSubscriptionData 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"`
	// A map(list of key-value pairs) where singleNssai serves as key of SnssaiInfo
	SubscribedSnssaiInfos *map[string]SnssaiInfo `json:"subscribedSnssaiInfos,omitempty"`
	SharedSnssaiInfosId   *string                `json:"sharedSnssaiInfosId,omitempty"`
	// Identifier of a group of NFs.
	HssGroupId *string `json:"hssGroupId,omitempty"`
}

SmfSelectionSubscriptionData struct for SmfSelectionSubscriptionData

func NewSmfSelectionSubscriptionData ¶

func NewSmfSelectionSubscriptionData() *SmfSelectionSubscriptionData

NewSmfSelectionSubscriptionData instantiates a new SmfSelectionSubscriptionData 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 NewSmfSelectionSubscriptionDataWithDefaults ¶

func NewSmfSelectionSubscriptionDataWithDefaults() *SmfSelectionSubscriptionData

NewSmfSelectionSubscriptionDataWithDefaults instantiates a new SmfSelectionSubscriptionData 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 (*SmfSelectionSubscriptionData) GetHssGroupId ¶

func (o *SmfSelectionSubscriptionData) GetHssGroupId() string

GetHssGroupId returns the HssGroupId field value if set, zero value otherwise.

func (*SmfSelectionSubscriptionData) GetHssGroupIdOk ¶

func (o *SmfSelectionSubscriptionData) 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 (*SmfSelectionSubscriptionData) GetSharedSnssaiInfosId ¶

func (o *SmfSelectionSubscriptionData) GetSharedSnssaiInfosId() string

GetSharedSnssaiInfosId returns the SharedSnssaiInfosId field value if set, zero value otherwise.

func (*SmfSelectionSubscriptionData) GetSharedSnssaiInfosIdOk ¶

func (o *SmfSelectionSubscriptionData) GetSharedSnssaiInfosIdOk() (*string, bool)

GetSharedSnssaiInfosIdOk returns a tuple with the SharedSnssaiInfosId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfSelectionSubscriptionData) GetSubscribedSnssaiInfos ¶

func (o *SmfSelectionSubscriptionData) GetSubscribedSnssaiInfos() map[string]SnssaiInfo

GetSubscribedSnssaiInfos returns the SubscribedSnssaiInfos field value if set, zero value otherwise.

func (*SmfSelectionSubscriptionData) GetSubscribedSnssaiInfosOk ¶

func (o *SmfSelectionSubscriptionData) GetSubscribedSnssaiInfosOk() (*map[string]SnssaiInfo, bool)

GetSubscribedSnssaiInfosOk returns a tuple with the SubscribedSnssaiInfos field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfSelectionSubscriptionData) GetSupportedFeatures ¶

func (o *SmfSelectionSubscriptionData) GetSupportedFeatures() string

GetSupportedFeatures returns the SupportedFeatures field value if set, zero value otherwise.

func (*SmfSelectionSubscriptionData) GetSupportedFeaturesOk ¶

func (o *SmfSelectionSubscriptionData) 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 (*SmfSelectionSubscriptionData) HasHssGroupId ¶

func (o *SmfSelectionSubscriptionData) HasHssGroupId() bool

HasHssGroupId returns a boolean if a field has been set.

func (*SmfSelectionSubscriptionData) HasSharedSnssaiInfosId ¶

func (o *SmfSelectionSubscriptionData) HasSharedSnssaiInfosId() bool

HasSharedSnssaiInfosId returns a boolean if a field has been set.

func (*SmfSelectionSubscriptionData) HasSubscribedSnssaiInfos ¶

func (o *SmfSelectionSubscriptionData) HasSubscribedSnssaiInfos() bool

HasSubscribedSnssaiInfos returns a boolean if a field has been set.

func (*SmfSelectionSubscriptionData) HasSupportedFeatures ¶

func (o *SmfSelectionSubscriptionData) HasSupportedFeatures() bool

HasSupportedFeatures returns a boolean if a field has been set.

func (SmfSelectionSubscriptionData) MarshalJSON ¶

func (o SmfSelectionSubscriptionData) MarshalJSON() ([]byte, error)

func (*SmfSelectionSubscriptionData) SetHssGroupId ¶

func (o *SmfSelectionSubscriptionData) SetHssGroupId(v string)

SetHssGroupId gets a reference to the given string and assigns it to the HssGroupId field.

func (*SmfSelectionSubscriptionData) SetSharedSnssaiInfosId ¶

func (o *SmfSelectionSubscriptionData) SetSharedSnssaiInfosId(v string)

SetSharedSnssaiInfosId gets a reference to the given string and assigns it to the SharedSnssaiInfosId field.

func (*SmfSelectionSubscriptionData) SetSubscribedSnssaiInfos ¶

func (o *SmfSelectionSubscriptionData) SetSubscribedSnssaiInfos(v map[string]SnssaiInfo)

SetSubscribedSnssaiInfos gets a reference to the given map[string]SnssaiInfo and assigns it to the SubscribedSnssaiInfos field.

func (*SmfSelectionSubscriptionData) SetSupportedFeatures ¶

func (o *SmfSelectionSubscriptionData) SetSupportedFeatures(v string)

SetSupportedFeatures gets a reference to the given string and assigns it to the SupportedFeatures field.

func (SmfSelectionSubscriptionData) ToMap ¶

func (o SmfSelectionSubscriptionData) ToMap() (map[string]interface{}, error)

type SmsManagementSubscriptionData ¶

type SmsManagementSubscriptionData 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"`
	MtSmsSubscribed     *bool             `json:"mtSmsSubscribed,omitempty"`
	MtSmsBarringAll     *bool             `json:"mtSmsBarringAll,omitempty"`
	MtSmsBarringRoaming *bool             `json:"mtSmsBarringRoaming,omitempty"`
	MoSmsSubscribed     *bool             `json:"moSmsSubscribed,omitempty"`
	MoSmsBarringAll     *bool             `json:"moSmsBarringAll,omitempty"`
	MoSmsBarringRoaming *bool             `json:"moSmsBarringRoaming,omitempty"`
	SharedSmsMngDataIds []string          `json:"sharedSmsMngDataIds,omitempty"`
	TraceData           NullableTraceData `json:"traceData,omitempty"`
}

SmsManagementSubscriptionData struct for SmsManagementSubscriptionData

func NewSmsManagementSubscriptionData ¶

func NewSmsManagementSubscriptionData() *SmsManagementSubscriptionData

NewSmsManagementSubscriptionData instantiates a new SmsManagementSubscriptionData 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 NewSmsManagementSubscriptionDataWithDefaults ¶

func NewSmsManagementSubscriptionDataWithDefaults() *SmsManagementSubscriptionData

NewSmsManagementSubscriptionDataWithDefaults instantiates a new SmsManagementSubscriptionData 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 (*SmsManagementSubscriptionData) GetMoSmsBarringAll ¶

func (o *SmsManagementSubscriptionData) GetMoSmsBarringAll() bool

GetMoSmsBarringAll returns the MoSmsBarringAll field value if set, zero value otherwise.

func (*SmsManagementSubscriptionData) GetMoSmsBarringAllOk ¶

func (o *SmsManagementSubscriptionData) GetMoSmsBarringAllOk() (*bool, bool)

GetMoSmsBarringAllOk returns a tuple with the MoSmsBarringAll field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmsManagementSubscriptionData) GetMoSmsBarringRoaming ¶

func (o *SmsManagementSubscriptionData) GetMoSmsBarringRoaming() bool

GetMoSmsBarringRoaming returns the MoSmsBarringRoaming field value if set, zero value otherwise.

func (*SmsManagementSubscriptionData) GetMoSmsBarringRoamingOk ¶

func (o *SmsManagementSubscriptionData) GetMoSmsBarringRoamingOk() (*bool, bool)

GetMoSmsBarringRoamingOk returns a tuple with the MoSmsBarringRoaming field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmsManagementSubscriptionData) GetMoSmsSubscribed ¶

func (o *SmsManagementSubscriptionData) GetMoSmsSubscribed() bool

GetMoSmsSubscribed returns the MoSmsSubscribed field value if set, zero value otherwise.

func (*SmsManagementSubscriptionData) GetMoSmsSubscribedOk ¶

func (o *SmsManagementSubscriptionData) GetMoSmsSubscribedOk() (*bool, bool)

GetMoSmsSubscribedOk returns a tuple with the MoSmsSubscribed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmsManagementSubscriptionData) GetMtSmsBarringAll ¶

func (o *SmsManagementSubscriptionData) GetMtSmsBarringAll() bool

GetMtSmsBarringAll returns the MtSmsBarringAll field value if set, zero value otherwise.

func (*SmsManagementSubscriptionData) GetMtSmsBarringAllOk ¶

func (o *SmsManagementSubscriptionData) GetMtSmsBarringAllOk() (*bool, bool)

GetMtSmsBarringAllOk returns a tuple with the MtSmsBarringAll field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmsManagementSubscriptionData) GetMtSmsBarringRoaming ¶

func (o *SmsManagementSubscriptionData) GetMtSmsBarringRoaming() bool

GetMtSmsBarringRoaming returns the MtSmsBarringRoaming field value if set, zero value otherwise.

func (*SmsManagementSubscriptionData) GetMtSmsBarringRoamingOk ¶

func (o *SmsManagementSubscriptionData) GetMtSmsBarringRoamingOk() (*bool, bool)

GetMtSmsBarringRoamingOk returns a tuple with the MtSmsBarringRoaming field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmsManagementSubscriptionData) GetMtSmsSubscribed ¶

func (o *SmsManagementSubscriptionData) GetMtSmsSubscribed() bool

GetMtSmsSubscribed returns the MtSmsSubscribed field value if set, zero value otherwise.

func (*SmsManagementSubscriptionData) GetMtSmsSubscribedOk ¶

func (o *SmsManagementSubscriptionData) GetMtSmsSubscribedOk() (*bool, bool)

GetMtSmsSubscribedOk returns a tuple with the MtSmsSubscribed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmsManagementSubscriptionData) GetSharedSmsMngDataIds ¶

func (o *SmsManagementSubscriptionData) GetSharedSmsMngDataIds() []string

GetSharedSmsMngDataIds returns the SharedSmsMngDataIds field value if set, zero value otherwise.

func (*SmsManagementSubscriptionData) GetSharedSmsMngDataIdsOk ¶

func (o *SmsManagementSubscriptionData) GetSharedSmsMngDataIdsOk() ([]string, bool)

GetSharedSmsMngDataIdsOk returns a tuple with the SharedSmsMngDataIds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmsManagementSubscriptionData) GetSupportedFeatures ¶

func (o *SmsManagementSubscriptionData) GetSupportedFeatures() string

GetSupportedFeatures returns the SupportedFeatures field value if set, zero value otherwise.

func (*SmsManagementSubscriptionData) GetSupportedFeaturesOk ¶

func (o *SmsManagementSubscriptionData) 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 (*SmsManagementSubscriptionData) GetTraceData ¶

func (o *SmsManagementSubscriptionData) GetTraceData() TraceData

GetTraceData returns the TraceData field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SmsManagementSubscriptionData) GetTraceDataOk ¶

func (o *SmsManagementSubscriptionData) 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 (*SmsManagementSubscriptionData) HasMoSmsBarringAll ¶

func (o *SmsManagementSubscriptionData) HasMoSmsBarringAll() bool

HasMoSmsBarringAll returns a boolean if a field has been set.

func (*SmsManagementSubscriptionData) HasMoSmsBarringRoaming ¶

func (o *SmsManagementSubscriptionData) HasMoSmsBarringRoaming() bool

HasMoSmsBarringRoaming returns a boolean if a field has been set.

func (*SmsManagementSubscriptionData) HasMoSmsSubscribed ¶

func (o *SmsManagementSubscriptionData) HasMoSmsSubscribed() bool

HasMoSmsSubscribed returns a boolean if a field has been set.

func (*SmsManagementSubscriptionData) HasMtSmsBarringAll ¶

func (o *SmsManagementSubscriptionData) HasMtSmsBarringAll() bool

HasMtSmsBarringAll returns a boolean if a field has been set.

func (*SmsManagementSubscriptionData) HasMtSmsBarringRoaming ¶

func (o *SmsManagementSubscriptionData) HasMtSmsBarringRoaming() bool

HasMtSmsBarringRoaming returns a boolean if a field has been set.

func (*SmsManagementSubscriptionData) HasMtSmsSubscribed ¶

func (o *SmsManagementSubscriptionData) HasMtSmsSubscribed() bool

HasMtSmsSubscribed returns a boolean if a field has been set.

func (*SmsManagementSubscriptionData) HasSharedSmsMngDataIds ¶

func (o *SmsManagementSubscriptionData) HasSharedSmsMngDataIds() bool

HasSharedSmsMngDataIds returns a boolean if a field has been set.

func (*SmsManagementSubscriptionData) HasSupportedFeatures ¶

func (o *SmsManagementSubscriptionData) HasSupportedFeatures() bool

HasSupportedFeatures returns a boolean if a field has been set.

func (*SmsManagementSubscriptionData) HasTraceData ¶

func (o *SmsManagementSubscriptionData) HasTraceData() bool

HasTraceData returns a boolean if a field has been set.

func (SmsManagementSubscriptionData) MarshalJSON ¶

func (o SmsManagementSubscriptionData) MarshalJSON() ([]byte, error)

func (*SmsManagementSubscriptionData) SetMoSmsBarringAll ¶

func (o *SmsManagementSubscriptionData) SetMoSmsBarringAll(v bool)

SetMoSmsBarringAll gets a reference to the given bool and assigns it to the MoSmsBarringAll field.

func (*SmsManagementSubscriptionData) SetMoSmsBarringRoaming ¶

func (o *SmsManagementSubscriptionData) SetMoSmsBarringRoaming(v bool)

SetMoSmsBarringRoaming gets a reference to the given bool and assigns it to the MoSmsBarringRoaming field.

func (*SmsManagementSubscriptionData) SetMoSmsSubscribed ¶

func (o *SmsManagementSubscriptionData) SetMoSmsSubscribed(v bool)

SetMoSmsSubscribed gets a reference to the given bool and assigns it to the MoSmsSubscribed field.

func (*SmsManagementSubscriptionData) SetMtSmsBarringAll ¶

func (o *SmsManagementSubscriptionData) SetMtSmsBarringAll(v bool)

SetMtSmsBarringAll gets a reference to the given bool and assigns it to the MtSmsBarringAll field.

func (*SmsManagementSubscriptionData) SetMtSmsBarringRoaming ¶

func (o *SmsManagementSubscriptionData) SetMtSmsBarringRoaming(v bool)

SetMtSmsBarringRoaming gets a reference to the given bool and assigns it to the MtSmsBarringRoaming field.

func (*SmsManagementSubscriptionData) SetMtSmsSubscribed ¶

func (o *SmsManagementSubscriptionData) SetMtSmsSubscribed(v bool)

SetMtSmsSubscribed gets a reference to the given bool and assigns it to the MtSmsSubscribed field.

func (*SmsManagementSubscriptionData) SetSharedSmsMngDataIds ¶

func (o *SmsManagementSubscriptionData) SetSharedSmsMngDataIds(v []string)

SetSharedSmsMngDataIds gets a reference to the given []string and assigns it to the SharedSmsMngDataIds field.

func (*SmsManagementSubscriptionData) SetSupportedFeatures ¶

func (o *SmsManagementSubscriptionData) SetSupportedFeatures(v string)

SetSupportedFeatures gets a reference to the given string and assigns it to the SupportedFeatures field.

func (*SmsManagementSubscriptionData) SetTraceData ¶

func (o *SmsManagementSubscriptionData) SetTraceData(v TraceData)

SetTraceData gets a reference to the given NullableTraceData and assigns it to the TraceData field.

func (*SmsManagementSubscriptionData) SetTraceDataNil ¶

func (o *SmsManagementSubscriptionData) SetTraceDataNil()

SetTraceDataNil sets the value for TraceData to be an explicit nil

func (SmsManagementSubscriptionData) ToMap ¶

func (o SmsManagementSubscriptionData) ToMap() (map[string]interface{}, error)

func (*SmsManagementSubscriptionData) UnsetTraceData ¶

func (o *SmsManagementSubscriptionData) UnsetTraceData()

UnsetTraceData ensures that no value is present for TraceData, not even an explicit nil

type SmsSubscriptionData ¶

type SmsSubscriptionData struct {
	SmsSubscribed       *bool   `json:"smsSubscribed,omitempty"`
	SharedSmsSubsDataId *string `json:"sharedSmsSubsDataId,omitempty"`
	// A string used to indicate the features supported by an API that is used as defined in clause  6.6 in 3GPP TS 29.500. The string shall contain a bitmask indicating supported features in  hexadecimal representation Each character in the string shall take a value of \"0\" to \"9\",  \"a\" to \"f\" or \"A\" to \"F\" and shall represent the support of 4 features as described in  table 5.2.2-3. The most significant character representing the highest-numbered features shall  appear first in the string, and the character representing features 1 to 4 shall appear last  in the string. The list of features and their numbering (starting with 1) are defined  separately for each API. If the string contains a lower number of characters than there are  defined features for an API, all features that would be represented by characters that are not  present in the string are not supported.
	SupportedFeatures *string `json:"supportedFeatures,omitempty"`
}

SmsSubscriptionData struct for SmsSubscriptionData

func NewSmsSubscriptionData ¶

func NewSmsSubscriptionData() *SmsSubscriptionData

NewSmsSubscriptionData instantiates a new SmsSubscriptionData 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 NewSmsSubscriptionDataWithDefaults ¶

func NewSmsSubscriptionDataWithDefaults() *SmsSubscriptionData

NewSmsSubscriptionDataWithDefaults instantiates a new SmsSubscriptionData 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 (*SmsSubscriptionData) GetSharedSmsSubsDataId ¶

func (o *SmsSubscriptionData) GetSharedSmsSubsDataId() string

GetSharedSmsSubsDataId returns the SharedSmsSubsDataId field value if set, zero value otherwise.

func (*SmsSubscriptionData) GetSharedSmsSubsDataIdOk ¶

func (o *SmsSubscriptionData) GetSharedSmsSubsDataIdOk() (*string, bool)

GetSharedSmsSubsDataIdOk returns a tuple with the SharedSmsSubsDataId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmsSubscriptionData) GetSmsSubscribed ¶

func (o *SmsSubscriptionData) GetSmsSubscribed() bool

GetSmsSubscribed returns the SmsSubscribed field value if set, zero value otherwise.

func (*SmsSubscriptionData) GetSmsSubscribedOk ¶

func (o *SmsSubscriptionData) GetSmsSubscribedOk() (*bool, bool)

GetSmsSubscribedOk returns a tuple with the SmsSubscribed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmsSubscriptionData) GetSupportedFeatures ¶

func (o *SmsSubscriptionData) GetSupportedFeatures() string

GetSupportedFeatures returns the SupportedFeatures field value if set, zero value otherwise.

func (*SmsSubscriptionData) GetSupportedFeaturesOk ¶

func (o *SmsSubscriptionData) 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 (*SmsSubscriptionData) HasSharedSmsSubsDataId ¶

func (o *SmsSubscriptionData) HasSharedSmsSubsDataId() bool

HasSharedSmsSubsDataId returns a boolean if a field has been set.

func (*SmsSubscriptionData) HasSmsSubscribed ¶

func (o *SmsSubscriptionData) HasSmsSubscribed() bool

HasSmsSubscribed returns a boolean if a field has been set.

func (*SmsSubscriptionData) HasSupportedFeatures ¶

func (o *SmsSubscriptionData) HasSupportedFeatures() bool

HasSupportedFeatures returns a boolean if a field has been set.

func (SmsSubscriptionData) MarshalJSON ¶

func (o SmsSubscriptionData) MarshalJSON() ([]byte, error)

func (*SmsSubscriptionData) SetSharedSmsSubsDataId ¶

func (o *SmsSubscriptionData) SetSharedSmsSubsDataId(v string)

SetSharedSmsSubsDataId gets a reference to the given string and assigns it to the SharedSmsSubsDataId field.

func (*SmsSubscriptionData) SetSmsSubscribed ¶

func (o *SmsSubscriptionData) SetSmsSubscribed(v bool)

SetSmsSubscribed gets a reference to the given bool and assigns it to the SmsSubscribed field.

func (*SmsSubscriptionData) SetSupportedFeatures ¶

func (o *SmsSubscriptionData) SetSupportedFeatures(v string)

SetSupportedFeatures gets a reference to the given string and assigns it to the SupportedFeatures field.

func (SmsSubscriptionData) ToMap ¶

func (o SmsSubscriptionData) ToMap() (map[string]interface{}, error)

type SmsfInfo ¶

type SmsfInfo 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.
	SmsfInstanceId string `json:"smsfInstanceId"`
	PlmnId         PlmnId `json:"plmnId"`
	// 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.
	SmsfSetId *string `json:"smsfSetId,omitempty"`
}

SmsfInfo struct for SmsfInfo

func NewSmsfInfo ¶

func NewSmsfInfo(smsfInstanceId string, plmnId PlmnId) *SmsfInfo

NewSmsfInfo instantiates a new SmsfInfo 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 NewSmsfInfoWithDefaults ¶

func NewSmsfInfoWithDefaults() *SmsfInfo

NewSmsfInfoWithDefaults instantiates a new SmsfInfo 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 (*SmsfInfo) GetPlmnId ¶

func (o *SmsfInfo) GetPlmnId() PlmnId

GetPlmnId returns the PlmnId field value

func (*SmsfInfo) GetPlmnIdOk ¶

func (o *SmsfInfo) GetPlmnIdOk() (*PlmnId, bool)

GetPlmnIdOk returns a tuple with the PlmnId field value and a boolean to check if the value has been set.

func (*SmsfInfo) GetSmsfInstanceId ¶

func (o *SmsfInfo) GetSmsfInstanceId() string

GetSmsfInstanceId returns the SmsfInstanceId field value

func (*SmsfInfo) GetSmsfInstanceIdOk ¶

func (o *SmsfInfo) GetSmsfInstanceIdOk() (*string, bool)

GetSmsfInstanceIdOk returns a tuple with the SmsfInstanceId field value and a boolean to check if the value has been set.

func (*SmsfInfo) GetSmsfSetId ¶

func (o *SmsfInfo) GetSmsfSetId() string

GetSmsfSetId returns the SmsfSetId field value if set, zero value otherwise.

func (*SmsfInfo) GetSmsfSetIdOk ¶

func (o *SmsfInfo) GetSmsfSetIdOk() (*string, bool)

GetSmsfSetIdOk returns a tuple with the SmsfSetId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmsfInfo) HasSmsfSetId ¶

func (o *SmsfInfo) HasSmsfSetId() bool

HasSmsfSetId returns a boolean if a field has been set.

func (SmsfInfo) MarshalJSON ¶

func (o SmsfInfo) MarshalJSON() ([]byte, error)

func (*SmsfInfo) SetPlmnId ¶

func (o *SmsfInfo) SetPlmnId(v PlmnId)

SetPlmnId sets field value

func (*SmsfInfo) SetSmsfInstanceId ¶

func (o *SmsfInfo) SetSmsfInstanceId(v string)

SetSmsfInstanceId sets field value

func (*SmsfInfo) SetSmsfSetId ¶

func (o *SmsfInfo) SetSmsfSetId(v string)

SetSmsfSetId gets a reference to the given string and assigns it to the SmsfSetId field.

func (SmsfInfo) ToMap ¶

func (o SmsfInfo) ToMap() (map[string]interface{}, error)

func (*SmsfInfo) UnmarshalJSON ¶

func (o *SmsfInfo) UnmarshalJSON(bytes []byte) (err error)

type Snssai ¶

type Snssai struct {
	// Unsigned integer, within the range 0 to 255, representing the Slice/Service Type.  It indicates the expected Network Slice behaviour in terms of features and services. Values 0 to 127 correspond to the standardized SST range. Values 128 to 255 correspond  to the Operator-specific range. See clause 28.4.2 of 3GPP TS 23.003. Standardized values are defined in clause 5.15.2.2 of 3GPP TS 23.501.
	Sst int32 `json:"sst"`
	// 3-octet string, representing the Slice Differentiator, in hexadecimal representation. Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The most significant character representing the 4 most significant bits of the SD shall appear first in the string, and the character representing the 4 least significant bit of the SD shall appear last in the string. This is an optional parameter that complements the Slice/Service type(s) to allow to  differentiate amongst multiple Network Slices of the same Slice/Service type. This IE shall be absent if no SD value is associated with the SST.
	Sd *string `json:"sd,omitempty"`
}

Snssai When Snssai needs to be converted to string (e.g. when used in maps as key), the string shall be composed of one to three digits \"sst\" optionally followed by \"-\" and 6 hexadecimal digits \"sd\".

func NewSnssai ¶

func NewSnssai(sst int32) *Snssai

NewSnssai instantiates a new Snssai object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSnssaiWithDefaults ¶

func NewSnssaiWithDefaults() *Snssai

NewSnssaiWithDefaults instantiates a new Snssai object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Snssai) GetSd ¶

func (o *Snssai) GetSd() string

GetSd returns the Sd field value if set, zero value otherwise.

func (*Snssai) GetSdOk ¶

func (o *Snssai) GetSdOk() (*string, bool)

GetSdOk returns a tuple with the Sd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Snssai) GetSst ¶

func (o *Snssai) GetSst() int32

GetSst returns the Sst field value

func (*Snssai) GetSstOk ¶

func (o *Snssai) GetSstOk() (*int32, bool)

GetSstOk returns a tuple with the Sst field value and a boolean to check if the value has been set.

func (*Snssai) HasSd ¶

func (o *Snssai) HasSd() bool

HasSd returns a boolean if a field has been set.

func (Snssai) MarshalJSON ¶

func (o Snssai) MarshalJSON() ([]byte, error)

func (*Snssai) SetSd ¶

func (o *Snssai) SetSd(v string)

SetSd gets a reference to the given string and assigns it to the Sd field.

func (*Snssai) SetSst ¶

func (o *Snssai) SetSst(v int32)

SetSst sets field value

func (Snssai) ToMap ¶

func (o Snssai) ToMap() (map[string]interface{}, error)

func (*Snssai) UnmarshalJSON ¶

func (o *Snssai) UnmarshalJSON(bytes []byte) (err error)

type SnssaiInfo ¶

type SnssaiInfo struct {
	DnnInfos []DnnInfo `json:"dnnInfos"`
}

SnssaiInfo struct for SnssaiInfo

func NewSnssaiInfo ¶

func NewSnssaiInfo(dnnInfos []DnnInfo) *SnssaiInfo

NewSnssaiInfo instantiates a new SnssaiInfo 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 NewSnssaiInfoWithDefaults ¶

func NewSnssaiInfoWithDefaults() *SnssaiInfo

NewSnssaiInfoWithDefaults instantiates a new SnssaiInfo 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 (*SnssaiInfo) GetDnnInfos ¶

func (o *SnssaiInfo) GetDnnInfos() []DnnInfo

GetDnnInfos returns the DnnInfos field value

func (*SnssaiInfo) GetDnnInfosOk ¶

func (o *SnssaiInfo) GetDnnInfosOk() ([]DnnInfo, bool)

GetDnnInfosOk returns a tuple with the DnnInfos field value and a boolean to check if the value has been set.

func (SnssaiInfo) MarshalJSON ¶

func (o SnssaiInfo) MarshalJSON() ([]byte, error)

func (*SnssaiInfo) SetDnnInfos ¶

func (o *SnssaiInfo) SetDnnInfos(v []DnnInfo)

SetDnnInfos sets field value

func (SnssaiInfo) ToMap ¶

func (o SnssaiInfo) ToMap() (map[string]interface{}, error)

func (*SnssaiInfo) UnmarshalJSON ¶

func (o *SnssaiInfo) UnmarshalJSON(bytes []byte) (err error)

type SorInfo ¶

type SorInfo struct {
	SteeringContainer *SteeringContainer `json:"steeringContainer,omitempty"`
	// Contains indication whether the acknowledgement from UE is needed.
	AckInd bool `json:"ackInd"`
	// MAC value for protecting SOR procedure (SoR-MAC-IAUSF and SoR-XMAC-IUE).
	SorMacIausf *string `json:"sorMacIausf,omitempty"`
	// CounterSoR.
	Countersor *string `json:"countersor,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"`
	// string with format 'bytes' as defined in OpenAPI
	SorCmci              *string `json:"sorCmci,omitempty"`
	StoreSorCmciInMe     *bool   `json:"storeSorCmciInMe,omitempty"`
	UsimSupportOfSorCmci *bool   `json:"usimSupportOfSorCmci,omitempty"`
}

SorInfo struct for SorInfo

func NewSorInfo ¶

func NewSorInfo(ackInd bool, provisioningTime time.Time) *SorInfo

NewSorInfo instantiates a new SorInfo 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 NewSorInfoWithDefaults ¶

func NewSorInfoWithDefaults() *SorInfo

NewSorInfoWithDefaults instantiates a new SorInfo 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 (*SorInfo) GetAckInd ¶

func (o *SorInfo) GetAckInd() bool

GetAckInd returns the AckInd field value

func (*SorInfo) GetAckIndOk ¶

func (o *SorInfo) GetAckIndOk() (*bool, bool)

GetAckIndOk returns a tuple with the AckInd field value and a boolean to check if the value has been set.

func (*SorInfo) GetCountersor ¶

func (o *SorInfo) GetCountersor() string

GetCountersor returns the Countersor field value if set, zero value otherwise.

func (*SorInfo) GetCountersorOk ¶

func (o *SorInfo) GetCountersorOk() (*string, bool)

GetCountersorOk returns a tuple with the Countersor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SorInfo) GetProvisioningTime ¶

func (o *SorInfo) GetProvisioningTime() time.Time

GetProvisioningTime returns the ProvisioningTime field value

func (*SorInfo) GetProvisioningTimeOk ¶

func (o *SorInfo) 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 (*SorInfo) GetSorCmci ¶

func (o *SorInfo) GetSorCmci() string

GetSorCmci returns the SorCmci field value if set, zero value otherwise.

func (*SorInfo) GetSorCmciOk ¶

func (o *SorInfo) GetSorCmciOk() (*string, bool)

GetSorCmciOk returns a tuple with the SorCmci field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SorInfo) GetSorMacIausf ¶

func (o *SorInfo) GetSorMacIausf() string

GetSorMacIausf returns the SorMacIausf field value if set, zero value otherwise.

func (*SorInfo) GetSorMacIausfOk ¶

func (o *SorInfo) GetSorMacIausfOk() (*string, bool)

GetSorMacIausfOk returns a tuple with the SorMacIausf field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SorInfo) GetSorTransparentContainer ¶

func (o *SorInfo) GetSorTransparentContainer() string

GetSorTransparentContainer returns the SorTransparentContainer field value if set, zero value otherwise.

func (*SorInfo) GetSorTransparentContainerOk ¶

func (o *SorInfo) 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 (*SorInfo) GetSteeringContainer ¶

func (o *SorInfo) GetSteeringContainer() SteeringContainer

GetSteeringContainer returns the SteeringContainer field value if set, zero value otherwise.

func (*SorInfo) GetSteeringContainerOk ¶

func (o *SorInfo) GetSteeringContainerOk() (*SteeringContainer, bool)

GetSteeringContainerOk returns a tuple with the SteeringContainer field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SorInfo) GetStoreSorCmciInMe ¶

func (o *SorInfo) GetStoreSorCmciInMe() bool

GetStoreSorCmciInMe returns the StoreSorCmciInMe field value if set, zero value otherwise.

func (*SorInfo) GetStoreSorCmciInMeOk ¶

func (o *SorInfo) GetStoreSorCmciInMeOk() (*bool, bool)

GetStoreSorCmciInMeOk returns a tuple with the StoreSorCmciInMe field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SorInfo) GetUsimSupportOfSorCmci ¶

func (o *SorInfo) GetUsimSupportOfSorCmci() bool

GetUsimSupportOfSorCmci returns the UsimSupportOfSorCmci field value if set, zero value otherwise.

func (*SorInfo) GetUsimSupportOfSorCmciOk ¶

func (o *SorInfo) GetUsimSupportOfSorCmciOk() (*bool, bool)

GetUsimSupportOfSorCmciOk returns a tuple with the UsimSupportOfSorCmci field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SorInfo) HasCountersor ¶

func (o *SorInfo) HasCountersor() bool

HasCountersor returns a boolean if a field has been set.

func (*SorInfo) HasSorCmci ¶

func (o *SorInfo) HasSorCmci() bool

HasSorCmci returns a boolean if a field has been set.

func (*SorInfo) HasSorMacIausf ¶

func (o *SorInfo) HasSorMacIausf() bool

HasSorMacIausf returns a boolean if a field has been set.

func (*SorInfo) HasSorTransparentContainer ¶

func (o *SorInfo) HasSorTransparentContainer() bool

HasSorTransparentContainer returns a boolean if a field has been set.

func (*SorInfo) HasSteeringContainer ¶

func (o *SorInfo) HasSteeringContainer() bool

HasSteeringContainer returns a boolean if a field has been set.

func (*SorInfo) HasStoreSorCmciInMe ¶

func (o *SorInfo) HasStoreSorCmciInMe() bool

HasStoreSorCmciInMe returns a boolean if a field has been set.

func (*SorInfo) HasUsimSupportOfSorCmci ¶

func (o *SorInfo) HasUsimSupportOfSorCmci() bool

HasUsimSupportOfSorCmci returns a boolean if a field has been set.

func (SorInfo) MarshalJSON ¶

func (o SorInfo) MarshalJSON() ([]byte, error)

func (*SorInfo) SetAckInd ¶

func (o *SorInfo) SetAckInd(v bool)

SetAckInd sets field value

func (*SorInfo) SetCountersor ¶

func (o *SorInfo) SetCountersor(v string)

SetCountersor gets a reference to the given string and assigns it to the Countersor field.

func (*SorInfo) SetProvisioningTime ¶

func (o *SorInfo) SetProvisioningTime(v time.Time)

SetProvisioningTime sets field value

func (*SorInfo) SetSorCmci ¶

func (o *SorInfo) SetSorCmci(v string)

SetSorCmci gets a reference to the given string and assigns it to the SorCmci field.

func (*SorInfo) SetSorMacIausf ¶

func (o *SorInfo) SetSorMacIausf(v string)

SetSorMacIausf gets a reference to the given string and assigns it to the SorMacIausf field.

func (*SorInfo) SetSorTransparentContainer ¶

func (o *SorInfo) SetSorTransparentContainer(v string)

SetSorTransparentContainer gets a reference to the given string and assigns it to the SorTransparentContainer field.

func (*SorInfo) SetSteeringContainer ¶

func (o *SorInfo) SetSteeringContainer(v SteeringContainer)

SetSteeringContainer gets a reference to the given SteeringContainer and assigns it to the SteeringContainer field.

func (*SorInfo) SetStoreSorCmciInMe ¶

func (o *SorInfo) SetStoreSorCmciInMe(v bool)

SetStoreSorCmciInMe gets a reference to the given bool and assigns it to the StoreSorCmciInMe field.

func (*SorInfo) SetUsimSupportOfSorCmci ¶

func (o *SorInfo) SetUsimSupportOfSorCmci(v bool)

SetUsimSupportOfSorCmci gets a reference to the given bool and assigns it to the UsimSupportOfSorCmci field.

func (SorInfo) ToMap ¶

func (o SorInfo) ToMap() (map[string]interface{}, error)

func (*SorInfo) UnmarshalJSON ¶

func (o *SorInfo) UnmarshalJSON(bytes []byte) (err error)

type SorUpdateIndicator ¶

type SorUpdateIndicator struct {
	// contains filtered or unexported fields
}

SorUpdateIndicator struct for SorUpdateIndicator

func (*SorUpdateIndicator) MarshalJSON ¶

func (src *SorUpdateIndicator) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*SorUpdateIndicator) UnmarshalJSON ¶

func (dst *SorUpdateIndicator) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type SorUpdateInfo ¶

type SorUpdateInfo struct {
	VplmnId PlmnId `json:"vplmnId"`
	// 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"`
}

SorUpdateInfo struct for SorUpdateInfo

func NewSorUpdateInfo ¶

func NewSorUpdateInfo(vplmnId PlmnId) *SorUpdateInfo

NewSorUpdateInfo instantiates a new SorUpdateInfo 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 NewSorUpdateInfoWithDefaults ¶

func NewSorUpdateInfoWithDefaults() *SorUpdateInfo

NewSorUpdateInfoWithDefaults instantiates a new SorUpdateInfo 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 (*SorUpdateInfo) GetSupportedFeatures ¶

func (o *SorUpdateInfo) GetSupportedFeatures() string

GetSupportedFeatures returns the SupportedFeatures field value if set, zero value otherwise.

func (*SorUpdateInfo) GetSupportedFeaturesOk ¶

func (o *SorUpdateInfo) 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 (*SorUpdateInfo) GetVplmnId ¶

func (o *SorUpdateInfo) GetVplmnId() PlmnId

GetVplmnId returns the VplmnId field value

func (*SorUpdateInfo) GetVplmnIdOk ¶

func (o *SorUpdateInfo) GetVplmnIdOk() (*PlmnId, bool)

GetVplmnIdOk returns a tuple with the VplmnId field value and a boolean to check if the value has been set.

func (*SorUpdateInfo) HasSupportedFeatures ¶

func (o *SorUpdateInfo) HasSupportedFeatures() bool

HasSupportedFeatures returns a boolean if a field has been set.

func (SorUpdateInfo) MarshalJSON ¶

func (o SorUpdateInfo) MarshalJSON() ([]byte, error)

func (*SorUpdateInfo) SetSupportedFeatures ¶

func (o *SorUpdateInfo) SetSupportedFeatures(v string)

SetSupportedFeatures gets a reference to the given string and assigns it to the SupportedFeatures field.

func (*SorUpdateInfo) SetVplmnId ¶

func (o *SorUpdateInfo) SetVplmnId(v PlmnId)

SetVplmnId sets field value

func (SorUpdateInfo) ToMap ¶

func (o SorUpdateInfo) ToMap() (map[string]interface{}, error)

func (*SorUpdateInfo) UnmarshalJSON ¶

func (o *SorUpdateInfo) UnmarshalJSON(bytes []byte) (err error)

type SpatialValidityCond ¶

type SpatialValidityCond struct {
	TrackingAreaList        []Tai           `json:"trackingAreaList,omitempty"`
	Countries               []string        `json:"countries,omitempty"`
	GeographicalServiceArea *GeoServiceArea `json:"geographicalServiceArea,omitempty"`
}

SpatialValidityCond Contains the Spatial Validity Condition.

func NewSpatialValidityCond ¶

func NewSpatialValidityCond() *SpatialValidityCond

NewSpatialValidityCond instantiates a new SpatialValidityCond 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 NewSpatialValidityCondWithDefaults ¶

func NewSpatialValidityCondWithDefaults() *SpatialValidityCond

NewSpatialValidityCondWithDefaults instantiates a new SpatialValidityCond 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 (*SpatialValidityCond) GetCountries ¶

func (o *SpatialValidityCond) GetCountries() []string

GetCountries returns the Countries field value if set, zero value otherwise.

func (*SpatialValidityCond) GetCountriesOk ¶

func (o *SpatialValidityCond) GetCountriesOk() ([]string, bool)

GetCountriesOk returns a tuple with the Countries field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SpatialValidityCond) GetGeographicalServiceArea ¶

func (o *SpatialValidityCond) GetGeographicalServiceArea() GeoServiceArea

GetGeographicalServiceArea returns the GeographicalServiceArea field value if set, zero value otherwise.

func (*SpatialValidityCond) GetGeographicalServiceAreaOk ¶

func (o *SpatialValidityCond) GetGeographicalServiceAreaOk() (*GeoServiceArea, bool)

GetGeographicalServiceAreaOk returns a tuple with the GeographicalServiceArea field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SpatialValidityCond) GetTrackingAreaList ¶

func (o *SpatialValidityCond) GetTrackingAreaList() []Tai

GetTrackingAreaList returns the TrackingAreaList field value if set, zero value otherwise.

func (*SpatialValidityCond) GetTrackingAreaListOk ¶

func (o *SpatialValidityCond) GetTrackingAreaListOk() ([]Tai, bool)

GetTrackingAreaListOk returns a tuple with the TrackingAreaList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SpatialValidityCond) HasCountries ¶

func (o *SpatialValidityCond) HasCountries() bool

HasCountries returns a boolean if a field has been set.

func (*SpatialValidityCond) HasGeographicalServiceArea ¶

func (o *SpatialValidityCond) HasGeographicalServiceArea() bool

HasGeographicalServiceArea returns a boolean if a field has been set.

func (*SpatialValidityCond) HasTrackingAreaList ¶

func (o *SpatialValidityCond) HasTrackingAreaList() bool

HasTrackingAreaList returns a boolean if a field has been set.

func (SpatialValidityCond) MarshalJSON ¶

func (o SpatialValidityCond) MarshalJSON() ([]byte, error)

func (*SpatialValidityCond) SetCountries ¶

func (o *SpatialValidityCond) SetCountries(v []string)

SetCountries gets a reference to the given []string and assigns it to the Countries field.

func (*SpatialValidityCond) SetGeographicalServiceArea ¶

func (o *SpatialValidityCond) SetGeographicalServiceArea(v GeoServiceArea)

SetGeographicalServiceArea gets a reference to the given GeoServiceArea and assigns it to the GeographicalServiceArea field.

func (*SpatialValidityCond) SetTrackingAreaList ¶

func (o *SpatialValidityCond) SetTrackingAreaList(v []Tai)

SetTrackingAreaList gets a reference to the given []Tai and assigns it to the TrackingAreaList field.

func (SpatialValidityCond) ToMap ¶

func (o SpatialValidityCond) ToMap() (map[string]interface{}, error)

type SscMode ¶

type SscMode struct {
	// contains filtered or unexported fields
}

SscMode represents the service and session continuity mode It shall comply with the provisions defined in table 5.4.3.6-1.

func (*SscMode) MarshalJSON ¶

func (src *SscMode) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*SscMode) UnmarshalJSON ¶

func (dst *SscMode) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type SscModes ¶

type SscModes struct {
	DefaultSscMode  SscMode   `json:"defaultSscMode"`
	AllowedSscModes []SscMode `json:"allowedSscModes,omitempty"`
}

SscModes struct for SscModes

func NewSscModes ¶

func NewSscModes(defaultSscMode SscMode) *SscModes

NewSscModes instantiates a new SscModes 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 NewSscModesWithDefaults ¶

func NewSscModesWithDefaults() *SscModes

NewSscModesWithDefaults instantiates a new SscModes 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 (*SscModes) GetAllowedSscModes ¶

func (o *SscModes) GetAllowedSscModes() []SscMode

GetAllowedSscModes returns the AllowedSscModes field value if set, zero value otherwise.

func (*SscModes) GetAllowedSscModesOk ¶

func (o *SscModes) GetAllowedSscModesOk() ([]SscMode, bool)

GetAllowedSscModesOk returns a tuple with the AllowedSscModes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SscModes) GetDefaultSscMode ¶

func (o *SscModes) GetDefaultSscMode() SscMode

GetDefaultSscMode returns the DefaultSscMode field value

func (*SscModes) GetDefaultSscModeOk ¶

func (o *SscModes) GetDefaultSscModeOk() (*SscMode, bool)

GetDefaultSscModeOk returns a tuple with the DefaultSscMode field value and a boolean to check if the value has been set.

func (*SscModes) HasAllowedSscModes ¶

func (o *SscModes) HasAllowedSscModes() bool

HasAllowedSscModes returns a boolean if a field has been set.

func (SscModes) MarshalJSON ¶

func (o SscModes) MarshalJSON() ([]byte, error)

func (*SscModes) SetAllowedSscModes ¶

func (o *SscModes) SetAllowedSscModes(v []SscMode)

SetAllowedSscModes gets a reference to the given []SscMode and assigns it to the AllowedSscModes field.

func (*SscModes) SetDefaultSscMode ¶

func (o *SscModes) SetDefaultSscMode(v SscMode)

SetDefaultSscMode sets field value

func (SscModes) ToMap ¶

func (o SscModes) ToMap() (map[string]interface{}, error)

func (*SscModes) UnmarshalJSON ¶

func (o *SscModes) UnmarshalJSON(bytes []byte) (err error)

type Ssm ¶

type Ssm struct {
	SourceIpAddr NullableIpAddr `json:"sourceIpAddr"`
	DestIpAddr   NullableIpAddr `json:"destIpAddr"`
}

Ssm Source specific IP multicast address

func NewSsm ¶

func NewSsm(sourceIpAddr NullableIpAddr, destIpAddr NullableIpAddr) *Ssm

NewSsm instantiates a new Ssm object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSsmWithDefaults ¶

func NewSsmWithDefaults() *Ssm

NewSsmWithDefaults instantiates a new Ssm object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Ssm) GetDestIpAddr ¶

func (o *Ssm) GetDestIpAddr() IpAddr

GetDestIpAddr returns the DestIpAddr field value If the value is explicit nil, the zero value for IpAddr will be returned

func (*Ssm) GetDestIpAddrOk ¶

func (o *Ssm) GetDestIpAddrOk() (*IpAddr, bool)

GetDestIpAddrOk returns a tuple with the DestIpAddr 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 (*Ssm) GetSourceIpAddr ¶

func (o *Ssm) GetSourceIpAddr() IpAddr

GetSourceIpAddr returns the SourceIpAddr field value If the value is explicit nil, the zero value for IpAddr will be returned

func (*Ssm) GetSourceIpAddrOk ¶

func (o *Ssm) GetSourceIpAddrOk() (*IpAddr, bool)

GetSourceIpAddrOk returns a tuple with the SourceIpAddr 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 (Ssm) MarshalJSON ¶

func (o Ssm) MarshalJSON() ([]byte, error)

func (*Ssm) SetDestIpAddr ¶

func (o *Ssm) SetDestIpAddr(v IpAddr)

SetDestIpAddr sets field value

func (*Ssm) SetSourceIpAddr ¶

func (o *Ssm) SetSourceIpAddr(v IpAddr)

SetSourceIpAddr sets field value

func (Ssm) ToMap ¶

func (o Ssm) ToMap() (map[string]interface{}, error)

func (*Ssm) UnmarshalJSON ¶

func (o *Ssm) UnmarshalJSON(bytes []byte) (err error)

type StationaryIndication ¶

type StationaryIndication struct {
	// contains filtered or unexported fields
}

StationaryIndication Possible values are: - STATIONARY: Identifies the UE is stationary - MOBILE: Identifies the UE is mobile

func (*StationaryIndication) MarshalJSON ¶

func (src *StationaryIndication) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*StationaryIndication) UnmarshalJSON ¶

func (dst *StationaryIndication) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type SteeringContainer ¶

type SteeringContainer struct {
	ArrayOfSteeringInfo *[]SteeringInfo
	String              *string
}

SteeringContainer - struct for SteeringContainer

func ArrayOfSteeringInfoAsSteeringContainer ¶

func ArrayOfSteeringInfoAsSteeringContainer(v *[]SteeringInfo) SteeringContainer

[]SteeringInfoAsSteeringContainer is a convenience function that returns []SteeringInfo wrapped in SteeringContainer

func StringAsSteeringContainer ¶

func StringAsSteeringContainer(v *string) SteeringContainer

stringAsSteeringContainer is a convenience function that returns string wrapped in SteeringContainer

func (*SteeringContainer) GetActualInstance ¶

func (obj *SteeringContainer) GetActualInstance() interface{}

Get the actual instance

func (SteeringContainer) MarshalJSON ¶

func (src SteeringContainer) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*SteeringContainer) UnmarshalJSON ¶

func (dst *SteeringContainer) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type SteeringInfo ¶

type SteeringInfo struct {
	PlmnId         PlmnId       `json:"plmnId"`
	AccessTechList []AccessTech `json:"accessTechList,omitempty"`
}

SteeringInfo Contains a combination of one PLMN identity and zero or more access technologies.

func NewSteeringInfo ¶

func NewSteeringInfo(plmnId PlmnId) *SteeringInfo

NewSteeringInfo instantiates a new SteeringInfo 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 NewSteeringInfoWithDefaults ¶

func NewSteeringInfoWithDefaults() *SteeringInfo

NewSteeringInfoWithDefaults instantiates a new SteeringInfo 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 (*SteeringInfo) GetAccessTechList ¶

func (o *SteeringInfo) GetAccessTechList() []AccessTech

GetAccessTechList returns the AccessTechList field value if set, zero value otherwise.

func (*SteeringInfo) GetAccessTechListOk ¶

func (o *SteeringInfo) GetAccessTechListOk() ([]AccessTech, bool)

GetAccessTechListOk returns a tuple with the AccessTechList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SteeringInfo) GetPlmnId ¶

func (o *SteeringInfo) GetPlmnId() PlmnId

GetPlmnId returns the PlmnId field value

func (*SteeringInfo) GetPlmnIdOk ¶

func (o *SteeringInfo) GetPlmnIdOk() (*PlmnId, bool)

GetPlmnIdOk returns a tuple with the PlmnId field value and a boolean to check if the value has been set.

func (*SteeringInfo) HasAccessTechList ¶

func (o *SteeringInfo) HasAccessTechList() bool

HasAccessTechList returns a boolean if a field has been set.

func (SteeringInfo) MarshalJSON ¶

func (o SteeringInfo) MarshalJSON() ([]byte, error)

func (*SteeringInfo) SetAccessTechList ¶

func (o *SteeringInfo) SetAccessTechList(v []AccessTech)

SetAccessTechList gets a reference to the given []AccessTech and assigns it to the AccessTechList field.

func (*SteeringInfo) SetPlmnId ¶

func (o *SteeringInfo) SetPlmnId(v PlmnId)

SetPlmnId sets field value

func (SteeringInfo) ToMap ¶

func (o SteeringInfo) ToMap() (map[string]interface{}, error)

func (*SteeringInfo) UnmarshalJSON ¶

func (o *SteeringInfo) UnmarshalJSON(bytes []byte) (err error)

type SubscribedDefaultQos ¶

type SubscribedDefaultQos struct {
	// Unsigned integer representing a 5G QoS Identifier (see clause 5.7.2.1 of 3GPP TS 23.501, within the range 0 to 255.
	Var5qi int32 `json:"5qi"`
	Arp    Arp   `json:"arp"`
	// Unsigned integer indicating the 5QI Priority Level (see clauses 5.7.3.3 and 5.7.4 of 3GPP TS 23.501, within the range 1 to 127.Values are ordered in decreasing order of priority,  i.e. with 1 as the highest priority and 127 as the lowest priority.
	PriorityLevel *int32 `json:"priorityLevel,omitempty"`
}

SubscribedDefaultQos Provides the subsribed 5QI and the ARP, it may contain the priority level.

func NewSubscribedDefaultQos ¶

func NewSubscribedDefaultQos(var5qi int32, arp Arp) *SubscribedDefaultQos

NewSubscribedDefaultQos instantiates a new SubscribedDefaultQos 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 NewSubscribedDefaultQosWithDefaults ¶

func NewSubscribedDefaultQosWithDefaults() *SubscribedDefaultQos

NewSubscribedDefaultQosWithDefaults instantiates a new SubscribedDefaultQos 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 (*SubscribedDefaultQos) GetArp ¶

func (o *SubscribedDefaultQos) GetArp() Arp

GetArp returns the Arp field value

func (*SubscribedDefaultQos) GetArpOk ¶

func (o *SubscribedDefaultQos) GetArpOk() (*Arp, bool)

GetArpOk returns a tuple with the Arp field value and a boolean to check if the value has been set.

func (*SubscribedDefaultQos) GetPriorityLevel ¶

func (o *SubscribedDefaultQos) GetPriorityLevel() int32

GetPriorityLevel returns the PriorityLevel field value if set, zero value otherwise.

func (*SubscribedDefaultQos) GetPriorityLevelOk ¶

func (o *SubscribedDefaultQos) GetPriorityLevelOk() (*int32, bool)

GetPriorityLevelOk returns a tuple with the PriorityLevel field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscribedDefaultQos) GetVar5qi ¶

func (o *SubscribedDefaultQos) GetVar5qi() int32

GetVar5qi returns the Var5qi field value

func (*SubscribedDefaultQos) GetVar5qiOk ¶

func (o *SubscribedDefaultQos) GetVar5qiOk() (*int32, bool)

GetVar5qiOk returns a tuple with the Var5qi field value and a boolean to check if the value has been set.

func (*SubscribedDefaultQos) HasPriorityLevel ¶

func (o *SubscribedDefaultQos) HasPriorityLevel() bool

HasPriorityLevel returns a boolean if a field has been set.

func (SubscribedDefaultQos) MarshalJSON ¶

func (o SubscribedDefaultQos) MarshalJSON() ([]byte, error)

func (*SubscribedDefaultQos) SetArp ¶

func (o *SubscribedDefaultQos) SetArp(v Arp)

SetArp sets field value

func (*SubscribedDefaultQos) SetPriorityLevel ¶

func (o *SubscribedDefaultQos) SetPriorityLevel(v int32)

SetPriorityLevel gets a reference to the given int32 and assigns it to the PriorityLevel field.

func (*SubscribedDefaultQos) SetVar5qi ¶

func (o *SubscribedDefaultQos) SetVar5qi(v int32)

SetVar5qi sets field value

func (SubscribedDefaultQos) ToMap ¶

func (o SubscribedDefaultQos) ToMap() (map[string]interface{}, error)

func (*SubscribedDefaultQos) UnmarshalJSON ¶

func (o *SubscribedDefaultQos) UnmarshalJSON(bytes []byte) (err error)

type SubscriptionCreationAPIService ¶

type SubscriptionCreationAPIService service

SubscriptionCreationAPIService SubscriptionCreationAPI service

func (*SubscriptionCreationAPIService) Subscribe ¶

Subscribe subscribe to notifications

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param ueId Identity of the user
@return ApiSubscribeRequest

func (*SubscriptionCreationAPIService) SubscribeExecute ¶

Execute executes the request

@return SdmSubscription

type SubscriptionCreationForSharedDataAPIService ¶

type SubscriptionCreationForSharedDataAPIService service

SubscriptionCreationForSharedDataAPIService SubscriptionCreationForSharedDataAPI service

func (*SubscriptionCreationForSharedDataAPIService) SubscribeToSharedData ¶

SubscribeToSharedData subscribe to notifications for shared data

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiSubscribeToSharedDataRequest

func (*SubscriptionCreationForSharedDataAPIService) SubscribeToSharedDataExecute ¶

Execute executes the request

@return SdmSubscription

type SubscriptionDataSets ¶

type SubscriptionDataSets struct {
	AmData                          *AccessAndMobilitySubscriptionData `json:"amData,omitempty"`
	SmfSelData                      *SmfSelectionSubscriptionData      `json:"smfSelData,omitempty"`
	UecAmfData                      *UeContextInAmfData                `json:"uecAmfData,omitempty"`
	UecSmfData                      *UeContextInSmfData                `json:"uecSmfData,omitempty"`
	UecSmsfData                     *UeContextInSmsfData               `json:"uecSmsfData,omitempty"`
	SmsSubsData                     *SmsSubscriptionData               `json:"smsSubsData,omitempty"`
	SmData                          *SmSubsData                        `json:"smData,omitempty"`
	TraceData                       NullableTraceData                  `json:"traceData,omitempty"`
	SmsMngData                      *SmsManagementSubscriptionData     `json:"smsMngData,omitempty"`
	LcsPrivacyData                  *LcsPrivacyData                    `json:"lcsPrivacyData,omitempty"`
	LcsMoData                       *LcsMoData                         `json:"lcsMoData,omitempty"`
	V2xData                         *V2xSubscriptionData               `json:"v2xData,omitempty"`
	LcsBroadcastAssistanceTypesData *LcsBroadcastAssistanceTypesData   `json:"lcsBroadcastAssistanceTypesData,omitempty"`
	ProseData                       *ProseSubscriptionData             `json:"proseData,omitempty"`
	MbsData                         *MbsSubscriptionData               `json:"mbsData,omitempty"`
	UcData                          *UcSubscriptionData                `json:"ucData,omitempty"`
}

SubscriptionDataSets struct for SubscriptionDataSets

func NewSubscriptionDataSets ¶

func NewSubscriptionDataSets() *SubscriptionDataSets

NewSubscriptionDataSets instantiates a new SubscriptionDataSets 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 NewSubscriptionDataSetsWithDefaults ¶

func NewSubscriptionDataSetsWithDefaults() *SubscriptionDataSets

NewSubscriptionDataSetsWithDefaults instantiates a new SubscriptionDataSets 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 (*SubscriptionDataSets) GetAmData ¶

GetAmData returns the AmData field value if set, zero value otherwise.

func (*SubscriptionDataSets) GetAmDataOk ¶

GetAmDataOk returns a tuple with the AmData field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionDataSets) GetLcsBroadcastAssistanceTypesData ¶

func (o *SubscriptionDataSets) GetLcsBroadcastAssistanceTypesData() LcsBroadcastAssistanceTypesData

GetLcsBroadcastAssistanceTypesData returns the LcsBroadcastAssistanceTypesData field value if set, zero value otherwise.

func (*SubscriptionDataSets) GetLcsBroadcastAssistanceTypesDataOk ¶

func (o *SubscriptionDataSets) GetLcsBroadcastAssistanceTypesDataOk() (*LcsBroadcastAssistanceTypesData, bool)

GetLcsBroadcastAssistanceTypesDataOk returns a tuple with the LcsBroadcastAssistanceTypesData field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionDataSets) GetLcsMoData ¶

func (o *SubscriptionDataSets) GetLcsMoData() LcsMoData

GetLcsMoData returns the LcsMoData field value if set, zero value otherwise.

func (*SubscriptionDataSets) GetLcsMoDataOk ¶

func (o *SubscriptionDataSets) GetLcsMoDataOk() (*LcsMoData, bool)

GetLcsMoDataOk returns a tuple with the LcsMoData field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionDataSets) GetLcsPrivacyData ¶

func (o *SubscriptionDataSets) GetLcsPrivacyData() LcsPrivacyData

GetLcsPrivacyData returns the LcsPrivacyData field value if set, zero value otherwise.

func (*SubscriptionDataSets) GetLcsPrivacyDataOk ¶

func (o *SubscriptionDataSets) GetLcsPrivacyDataOk() (*LcsPrivacyData, bool)

GetLcsPrivacyDataOk returns a tuple with the LcsPrivacyData field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionDataSets) GetMbsData ¶

func (o *SubscriptionDataSets) GetMbsData() MbsSubscriptionData

GetMbsData returns the MbsData field value if set, zero value otherwise.

func (*SubscriptionDataSets) GetMbsDataOk ¶

func (o *SubscriptionDataSets) GetMbsDataOk() (*MbsSubscriptionData, bool)

GetMbsDataOk returns a tuple with the MbsData field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionDataSets) GetProseData ¶

func (o *SubscriptionDataSets) GetProseData() ProseSubscriptionData

GetProseData returns the ProseData field value if set, zero value otherwise.

func (*SubscriptionDataSets) GetProseDataOk ¶

func (o *SubscriptionDataSets) GetProseDataOk() (*ProseSubscriptionData, bool)

GetProseDataOk returns a tuple with the ProseData field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionDataSets) GetSmData ¶

func (o *SubscriptionDataSets) GetSmData() SmSubsData

GetSmData returns the SmData field value if set, zero value otherwise.

func (*SubscriptionDataSets) GetSmDataOk ¶

func (o *SubscriptionDataSets) GetSmDataOk() (*SmSubsData, bool)

GetSmDataOk returns a tuple with the SmData field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionDataSets) GetSmfSelData ¶

GetSmfSelData returns the SmfSelData field value if set, zero value otherwise.

func (*SubscriptionDataSets) GetSmfSelDataOk ¶

func (o *SubscriptionDataSets) GetSmfSelDataOk() (*SmfSelectionSubscriptionData, bool)

GetSmfSelDataOk returns a tuple with the SmfSelData field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionDataSets) GetSmsMngData ¶

GetSmsMngData returns the SmsMngData field value if set, zero value otherwise.

func (*SubscriptionDataSets) GetSmsMngDataOk ¶

func (o *SubscriptionDataSets) GetSmsMngDataOk() (*SmsManagementSubscriptionData, bool)

GetSmsMngDataOk returns a tuple with the SmsMngData field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionDataSets) GetSmsSubsData ¶

func (o *SubscriptionDataSets) GetSmsSubsData() SmsSubscriptionData

GetSmsSubsData returns the SmsSubsData field value if set, zero value otherwise.

func (*SubscriptionDataSets) GetSmsSubsDataOk ¶

func (o *SubscriptionDataSets) GetSmsSubsDataOk() (*SmsSubscriptionData, bool)

GetSmsSubsDataOk returns a tuple with the SmsSubsData field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionDataSets) GetTraceData ¶

func (o *SubscriptionDataSets) GetTraceData() TraceData

GetTraceData returns the TraceData field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SubscriptionDataSets) GetTraceDataOk ¶

func (o *SubscriptionDataSets) 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 (*SubscriptionDataSets) GetUcData ¶

GetUcData returns the UcData field value if set, zero value otherwise.

func (*SubscriptionDataSets) GetUcDataOk ¶

func (o *SubscriptionDataSets) GetUcDataOk() (*UcSubscriptionData, bool)

GetUcDataOk returns a tuple with the UcData field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionDataSets) GetUecAmfData ¶

func (o *SubscriptionDataSets) GetUecAmfData() UeContextInAmfData

GetUecAmfData returns the UecAmfData field value if set, zero value otherwise.

func (*SubscriptionDataSets) GetUecAmfDataOk ¶

func (o *SubscriptionDataSets) GetUecAmfDataOk() (*UeContextInAmfData, bool)

GetUecAmfDataOk returns a tuple with the UecAmfData field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionDataSets) GetUecSmfData ¶

func (o *SubscriptionDataSets) GetUecSmfData() UeContextInSmfData

GetUecSmfData returns the UecSmfData field value if set, zero value otherwise.

func (*SubscriptionDataSets) GetUecSmfDataOk ¶

func (o *SubscriptionDataSets) GetUecSmfDataOk() (*UeContextInSmfData, bool)

GetUecSmfDataOk returns a tuple with the UecSmfData field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionDataSets) GetUecSmsfData ¶

func (o *SubscriptionDataSets) GetUecSmsfData() UeContextInSmsfData

GetUecSmsfData returns the UecSmsfData field value if set, zero value otherwise.

func (*SubscriptionDataSets) GetUecSmsfDataOk ¶

func (o *SubscriptionDataSets) GetUecSmsfDataOk() (*UeContextInSmsfData, bool)

GetUecSmsfDataOk returns a tuple with the UecSmsfData field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionDataSets) GetV2xData ¶

func (o *SubscriptionDataSets) GetV2xData() V2xSubscriptionData

GetV2xData returns the V2xData field value if set, zero value otherwise.

func (*SubscriptionDataSets) GetV2xDataOk ¶

func (o *SubscriptionDataSets) GetV2xDataOk() (*V2xSubscriptionData, bool)

GetV2xDataOk returns a tuple with the V2xData field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionDataSets) HasAmData ¶

func (o *SubscriptionDataSets) HasAmData() bool

HasAmData returns a boolean if a field has been set.

func (*SubscriptionDataSets) HasLcsBroadcastAssistanceTypesData ¶

func (o *SubscriptionDataSets) HasLcsBroadcastAssistanceTypesData() bool

HasLcsBroadcastAssistanceTypesData returns a boolean if a field has been set.

func (*SubscriptionDataSets) HasLcsMoData ¶

func (o *SubscriptionDataSets) HasLcsMoData() bool

HasLcsMoData returns a boolean if a field has been set.

func (*SubscriptionDataSets) HasLcsPrivacyData ¶

func (o *SubscriptionDataSets) HasLcsPrivacyData() bool

HasLcsPrivacyData returns a boolean if a field has been set.

func (*SubscriptionDataSets) HasMbsData ¶

func (o *SubscriptionDataSets) HasMbsData() bool

HasMbsData returns a boolean if a field has been set.

func (*SubscriptionDataSets) HasProseData ¶

func (o *SubscriptionDataSets) HasProseData() bool

HasProseData returns a boolean if a field has been set.

func (*SubscriptionDataSets) HasSmData ¶

func (o *SubscriptionDataSets) HasSmData() bool

HasSmData returns a boolean if a field has been set.

func (*SubscriptionDataSets) HasSmfSelData ¶

func (o *SubscriptionDataSets) HasSmfSelData() bool

HasSmfSelData returns a boolean if a field has been set.

func (*SubscriptionDataSets) HasSmsMngData ¶

func (o *SubscriptionDataSets) HasSmsMngData() bool

HasSmsMngData returns a boolean if a field has been set.

func (*SubscriptionDataSets) HasSmsSubsData ¶

func (o *SubscriptionDataSets) HasSmsSubsData() bool

HasSmsSubsData returns a boolean if a field has been set.

func (*SubscriptionDataSets) HasTraceData ¶

func (o *SubscriptionDataSets) HasTraceData() bool

HasTraceData returns a boolean if a field has been set.

func (*SubscriptionDataSets) HasUcData ¶

func (o *SubscriptionDataSets) HasUcData() bool

HasUcData returns a boolean if a field has been set.

func (*SubscriptionDataSets) HasUecAmfData ¶

func (o *SubscriptionDataSets) HasUecAmfData() bool

HasUecAmfData returns a boolean if a field has been set.

func (*SubscriptionDataSets) HasUecSmfData ¶

func (o *SubscriptionDataSets) HasUecSmfData() bool

HasUecSmfData returns a boolean if a field has been set.

func (*SubscriptionDataSets) HasUecSmsfData ¶

func (o *SubscriptionDataSets) HasUecSmsfData() bool

HasUecSmsfData returns a boolean if a field has been set.

func (*SubscriptionDataSets) HasV2xData ¶

func (o *SubscriptionDataSets) HasV2xData() bool

HasV2xData returns a boolean if a field has been set.

func (SubscriptionDataSets) MarshalJSON ¶

func (o SubscriptionDataSets) MarshalJSON() ([]byte, error)

func (*SubscriptionDataSets) SetAmData ¶

SetAmData gets a reference to the given AccessAndMobilitySubscriptionData and assigns it to the AmData field.

func (*SubscriptionDataSets) SetLcsBroadcastAssistanceTypesData ¶

func (o *SubscriptionDataSets) SetLcsBroadcastAssistanceTypesData(v LcsBroadcastAssistanceTypesData)

SetLcsBroadcastAssistanceTypesData gets a reference to the given LcsBroadcastAssistanceTypesData and assigns it to the LcsBroadcastAssistanceTypesData field.

func (*SubscriptionDataSets) SetLcsMoData ¶

func (o *SubscriptionDataSets) SetLcsMoData(v LcsMoData)

SetLcsMoData gets a reference to the given LcsMoData and assigns it to the LcsMoData field.

func (*SubscriptionDataSets) SetLcsPrivacyData ¶

func (o *SubscriptionDataSets) SetLcsPrivacyData(v LcsPrivacyData)

SetLcsPrivacyData gets a reference to the given LcsPrivacyData and assigns it to the LcsPrivacyData field.

func (*SubscriptionDataSets) SetMbsData ¶

func (o *SubscriptionDataSets) SetMbsData(v MbsSubscriptionData)

SetMbsData gets a reference to the given MbsSubscriptionData and assigns it to the MbsData field.

func (*SubscriptionDataSets) SetProseData ¶

func (o *SubscriptionDataSets) SetProseData(v ProseSubscriptionData)

SetProseData gets a reference to the given ProseSubscriptionData and assigns it to the ProseData field.

func (*SubscriptionDataSets) SetSmData ¶

func (o *SubscriptionDataSets) SetSmData(v SmSubsData)

SetSmData gets a reference to the given SmSubsData and assigns it to the SmData field.

func (*SubscriptionDataSets) SetSmfSelData ¶

SetSmfSelData gets a reference to the given SmfSelectionSubscriptionData and assigns it to the SmfSelData field.

func (*SubscriptionDataSets) SetSmsMngData ¶

SetSmsMngData gets a reference to the given SmsManagementSubscriptionData and assigns it to the SmsMngData field.

func (*SubscriptionDataSets) SetSmsSubsData ¶

func (o *SubscriptionDataSets) SetSmsSubsData(v SmsSubscriptionData)

SetSmsSubsData gets a reference to the given SmsSubscriptionData and assigns it to the SmsSubsData field.

func (*SubscriptionDataSets) SetTraceData ¶

func (o *SubscriptionDataSets) SetTraceData(v TraceData)

SetTraceData gets a reference to the given NullableTraceData and assigns it to the TraceData field.

func (*SubscriptionDataSets) SetTraceDataNil ¶

func (o *SubscriptionDataSets) SetTraceDataNil()

SetTraceDataNil sets the value for TraceData to be an explicit nil

func (*SubscriptionDataSets) SetUcData ¶

func (o *SubscriptionDataSets) SetUcData(v UcSubscriptionData)

SetUcData gets a reference to the given UcSubscriptionData and assigns it to the UcData field.

func (*SubscriptionDataSets) SetUecAmfData ¶

func (o *SubscriptionDataSets) SetUecAmfData(v UeContextInAmfData)

SetUecAmfData gets a reference to the given UeContextInAmfData and assigns it to the UecAmfData field.

func (*SubscriptionDataSets) SetUecSmfData ¶

func (o *SubscriptionDataSets) SetUecSmfData(v UeContextInSmfData)

SetUecSmfData gets a reference to the given UeContextInSmfData and assigns it to the UecSmfData field.

func (*SubscriptionDataSets) SetUecSmsfData ¶

func (o *SubscriptionDataSets) SetUecSmsfData(v UeContextInSmsfData)

SetUecSmsfData gets a reference to the given UeContextInSmsfData and assigns it to the UecSmsfData field.

func (*SubscriptionDataSets) SetV2xData ¶

func (o *SubscriptionDataSets) SetV2xData(v V2xSubscriptionData)

SetV2xData gets a reference to the given V2xSubscriptionData and assigns it to the V2xData field.

func (SubscriptionDataSets) ToMap ¶

func (o SubscriptionDataSets) ToMap() (map[string]interface{}, error)

func (*SubscriptionDataSets) UnsetTraceData ¶

func (o *SubscriptionDataSets) UnsetTraceData()

UnsetTraceData ensures that no value is present for TraceData, not even an explicit nil

type SubscriptionDeletionAPIService ¶

type SubscriptionDeletionAPIService service

SubscriptionDeletionAPIService SubscriptionDeletionAPI service

func (*SubscriptionDeletionAPIService) Unsubscribe ¶

func (a *SubscriptionDeletionAPIService) Unsubscribe(ctx context.Context, ueId string, subscriptionId string) ApiUnsubscribeRequest

Unsubscribe unsubscribe from notifications

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param ueId Identity of the user
@param subscriptionId Id of the SDM Subscription
@return ApiUnsubscribeRequest

func (*SubscriptionDeletionAPIService) UnsubscribeExecute ¶

Execute executes the request

type SubscriptionDeletionForSharedDataAPIService ¶

type SubscriptionDeletionForSharedDataAPIService service

SubscriptionDeletionForSharedDataAPIService SubscriptionDeletionForSharedDataAPI service

func (*SubscriptionDeletionForSharedDataAPIService) UnsubscribeForSharedData ¶

UnsubscribeForSharedData unsubscribe from notifications for shared data

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param subscriptionId Id of the Shared data Subscription
@return ApiUnsubscribeForSharedDataRequest

func (*SubscriptionDeletionForSharedDataAPIService) UnsubscribeForSharedDataExecute ¶

Execute executes the request

type SubscriptionModificationAPIService ¶

type SubscriptionModificationAPIService service

SubscriptionModificationAPIService SubscriptionModificationAPI service

func (*SubscriptionModificationAPIService) Modify ¶

func (a *SubscriptionModificationAPIService) Modify(ctx context.Context, ueId string, subscriptionId string) ApiModifyRequest

Modify modify the subscription

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param ueId Identity of the user
@param subscriptionId Id of the SDM Subscription
@return ApiModifyRequest

func (*SubscriptionModificationAPIService) ModifyExecute ¶

Execute executes the request

@return Modify200Response

func (*SubscriptionModificationAPIService) ModifySharedDataSubs ¶

func (a *SubscriptionModificationAPIService) ModifySharedDataSubs(ctx context.Context, subscriptionId string) ApiModifySharedDataSubsRequest

ModifySharedDataSubs modify the subscription

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param subscriptionId Id of the SDM Subscription
@return ApiModifySharedDataSubsRequest

func (*SubscriptionModificationAPIService) ModifySharedDataSubsExecute ¶

Execute executes the request

@return Modify200Response

type SuggestedPacketNumDl ¶

type SuggestedPacketNumDl struct {
	SuggestedPacketNumDl int32 `json:"suggestedPacketNumDl"`
	// string with format 'date-time' as defined in OpenAPI.
	ValidityTime *time.Time `json:"validityTime,omitempty"`
}

SuggestedPacketNumDl struct for SuggestedPacketNumDl

func NewSuggestedPacketNumDl ¶

func NewSuggestedPacketNumDl(suggestedPacketNumDl int32) *SuggestedPacketNumDl

NewSuggestedPacketNumDl instantiates a new SuggestedPacketNumDl 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 NewSuggestedPacketNumDlWithDefaults ¶

func NewSuggestedPacketNumDlWithDefaults() *SuggestedPacketNumDl

NewSuggestedPacketNumDlWithDefaults instantiates a new SuggestedPacketNumDl 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 (*SuggestedPacketNumDl) GetSuggestedPacketNumDl ¶

func (o *SuggestedPacketNumDl) GetSuggestedPacketNumDl() int32

GetSuggestedPacketNumDl returns the SuggestedPacketNumDl field value

func (*SuggestedPacketNumDl) GetSuggestedPacketNumDlOk ¶

func (o *SuggestedPacketNumDl) GetSuggestedPacketNumDlOk() (*int32, bool)

GetSuggestedPacketNumDlOk returns a tuple with the SuggestedPacketNumDl field value and a boolean to check if the value has been set.

func (*SuggestedPacketNumDl) GetValidityTime ¶

func (o *SuggestedPacketNumDl) GetValidityTime() time.Time

GetValidityTime returns the ValidityTime field value if set, zero value otherwise.

func (*SuggestedPacketNumDl) GetValidityTimeOk ¶

func (o *SuggestedPacketNumDl) 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 (*SuggestedPacketNumDl) HasValidityTime ¶

func (o *SuggestedPacketNumDl) HasValidityTime() bool

HasValidityTime returns a boolean if a field has been set.

func (SuggestedPacketNumDl) MarshalJSON ¶

func (o SuggestedPacketNumDl) MarshalJSON() ([]byte, error)

func (*SuggestedPacketNumDl) SetSuggestedPacketNumDl ¶

func (o *SuggestedPacketNumDl) SetSuggestedPacketNumDl(v int32)

SetSuggestedPacketNumDl sets field value

func (*SuggestedPacketNumDl) SetValidityTime ¶

func (o *SuggestedPacketNumDl) SetValidityTime(v time.Time)

SetValidityTime gets a reference to the given time.Time and assigns it to the ValidityTime field.

func (SuggestedPacketNumDl) ToMap ¶

func (o SuggestedPacketNumDl) ToMap() (map[string]interface{}, error)

func (*SuggestedPacketNumDl) UnmarshalJSON ¶

func (o *SuggestedPacketNumDl) UnmarshalJSON(bytes []byte) (err error)

type SupiInfo ¶

type SupiInfo struct {
	SupiList []string `json:"supiList"`
}

SupiInfo List of Supis.

func NewSupiInfo ¶

func NewSupiInfo(supiList []string) *SupiInfo

NewSupiInfo instantiates a new SupiInfo 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 NewSupiInfoWithDefaults ¶

func NewSupiInfoWithDefaults() *SupiInfo

NewSupiInfoWithDefaults instantiates a new SupiInfo 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 (*SupiInfo) GetSupiList ¶

func (o *SupiInfo) GetSupiList() []string

GetSupiList returns the SupiList field value

func (*SupiInfo) GetSupiListOk ¶

func (o *SupiInfo) GetSupiListOk() ([]string, bool)

GetSupiListOk returns a tuple with the SupiList field value and a boolean to check if the value has been set.

func (SupiInfo) MarshalJSON ¶

func (o SupiInfo) MarshalJSON() ([]byte, error)

func (*SupiInfo) SetSupiList ¶

func (o *SupiInfo) SetSupiList(v []string)

SetSupiList sets field value

func (SupiInfo) ToMap ¶

func (o SupiInfo) ToMap() (map[string]interface{}, error)

func (*SupiInfo) UnmarshalJSON ¶

func (o *SupiInfo) UnmarshalJSON(bytes []byte) (err error)

type SupiRange ¶

type SupiRange struct {
	Start   *string `json:"start,omitempty"`
	End     *string `json:"end,omitempty"`
	Pattern *string `json:"pattern,omitempty"`
}

SupiRange A range of SUPIs (subscriber identities), either based on a numeric range, or based on regular-expression matching

func NewSupiRange ¶

func NewSupiRange() *SupiRange

NewSupiRange instantiates a new SupiRange 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 NewSupiRangeWithDefaults ¶

func NewSupiRangeWithDefaults() *SupiRange

NewSupiRangeWithDefaults instantiates a new SupiRange 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 (*SupiRange) GetEnd ¶

func (o *SupiRange) GetEnd() string

GetEnd returns the End field value if set, zero value otherwise.

func (*SupiRange) GetEndOk ¶

func (o *SupiRange) GetEndOk() (*string, bool)

GetEndOk returns a tuple with the End field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SupiRange) GetPattern ¶

func (o *SupiRange) GetPattern() string

GetPattern returns the Pattern field value if set, zero value otherwise.

func (*SupiRange) GetPatternOk ¶

func (o *SupiRange) GetPatternOk() (*string, bool)

GetPatternOk returns a tuple with the Pattern field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SupiRange) GetStart ¶

func (o *SupiRange) GetStart() string

GetStart returns the Start field value if set, zero value otherwise.

func (*SupiRange) GetStartOk ¶

func (o *SupiRange) GetStartOk() (*string, bool)

GetStartOk returns a tuple with the Start field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SupiRange) HasEnd ¶

func (o *SupiRange) HasEnd() bool

HasEnd returns a boolean if a field has been set.

func (*SupiRange) HasPattern ¶

func (o *SupiRange) HasPattern() bool

HasPattern returns a boolean if a field has been set.

func (*SupiRange) HasStart ¶

func (o *SupiRange) HasStart() bool

HasStart returns a boolean if a field has been set.

func (SupiRange) MarshalJSON ¶

func (o SupiRange) MarshalJSON() ([]byte, error)

func (*SupiRange) SetEnd ¶

func (o *SupiRange) SetEnd(v string)

SetEnd gets a reference to the given string and assigns it to the End field.

func (*SupiRange) SetPattern ¶

func (o *SupiRange) SetPattern(v string)

SetPattern gets a reference to the given string and assigns it to the Pattern field.

func (*SupiRange) SetStart ¶

func (o *SupiRange) SetStart(v string)

SetStart gets a reference to the given string and assigns it to the Start field.

func (SupiRange) ToMap ¶

func (o SupiRange) ToMap() (map[string]interface{}, error)

type SupportedGADShapes ¶

type SupportedGADShapes struct {
	// contains filtered or unexported fields
}

SupportedGADShapes Indicates supported GAD shapes.

func (*SupportedGADShapes) MarshalJSON ¶

func (src *SupportedGADShapes) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*SupportedGADShapes) UnmarshalJSON ¶

func (dst *SupportedGADShapes) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type TacInfo ¶

type TacInfo struct {
	TacList []string `json:"tacList"`
}

TacInfo contains tracking area information (tracking area codes).

func NewTacInfo ¶

func NewTacInfo(tacList []string) *TacInfo

NewTacInfo instantiates a new TacInfo 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 NewTacInfoWithDefaults ¶

func NewTacInfoWithDefaults() *TacInfo

NewTacInfoWithDefaults instantiates a new TacInfo 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 (*TacInfo) GetTacList ¶

func (o *TacInfo) GetTacList() []string

GetTacList returns the TacList field value

func (*TacInfo) GetTacListOk ¶

func (o *TacInfo) GetTacListOk() ([]string, bool)

GetTacListOk returns a tuple with the TacList field value and a boolean to check if the value has been set.

func (TacInfo) MarshalJSON ¶

func (o TacInfo) MarshalJSON() ([]byte, error)

func (*TacInfo) SetTacList ¶

func (o *TacInfo) SetTacList(v []string)

SetTacList sets field value

func (TacInfo) ToMap ¶

func (o TacInfo) ToMap() (map[string]interface{}, error)

func (*TacInfo) UnmarshalJSON ¶

func (o *TacInfo) UnmarshalJSON(bytes []byte) (err error)

type Tai ¶

type Tai struct {
	PlmnId PlmnId `json:"plmnId"`
	// 2 or 3-octet string identifying a tracking area code as specified in clause 9.3.3.10  of 3GPP TS 38.413, in hexadecimal representation. Each character in the string shall  take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The most significant character representing the 4 most significant bits of the TAC shall  appear first in the string, and the character representing the 4 least significant bit  of the TAC shall appear last in the string.
	Tac string `json:"tac"`
	// This represents the Network Identifier, which together with a PLMN ID is used to identify an SNPN (see 3GPP TS 23.003 and 3GPP TS 23.501 clause 5.30.2.1).
	Nid *string `json:"nid,omitempty"`
}

Tai Contains the tracking area identity as described in 3GPP 23.003

func NewTai ¶

func NewTai(plmnId PlmnId, tac string) *Tai

NewTai instantiates a new Tai object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTaiWithDefaults ¶

func NewTaiWithDefaults() *Tai

NewTaiWithDefaults instantiates a new Tai object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Tai) GetNid ¶

func (o *Tai) GetNid() string

GetNid returns the Nid field value if set, zero value otherwise.

func (*Tai) GetNidOk ¶

func (o *Tai) 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 (*Tai) GetPlmnId ¶

func (o *Tai) GetPlmnId() PlmnId

GetPlmnId returns the PlmnId field value

func (*Tai) GetPlmnIdOk ¶

func (o *Tai) GetPlmnIdOk() (*PlmnId, bool)

GetPlmnIdOk returns a tuple with the PlmnId field value and a boolean to check if the value has been set.

func (*Tai) GetTac ¶

func (o *Tai) GetTac() string

GetTac returns the Tac field value

func (*Tai) GetTacOk ¶

func (o *Tai) GetTacOk() (*string, bool)

GetTacOk returns a tuple with the Tac field value and a boolean to check if the value has been set.

func (*Tai) HasNid ¶

func (o *Tai) HasNid() bool

HasNid returns a boolean if a field has been set.

func (Tai) MarshalJSON ¶

func (o Tai) MarshalJSON() ([]byte, error)

func (*Tai) SetNid ¶

func (o *Tai) SetNid(v string)

SetNid gets a reference to the given string and assigns it to the Nid field.

func (*Tai) SetPlmnId ¶

func (o *Tai) SetPlmnId(v PlmnId)

SetPlmnId sets field value

func (*Tai) SetTac ¶

func (o *Tai) SetTac(v string)

SetTac sets field value

func (Tai) ToMap ¶

func (o Tai) ToMap() (map[string]interface{}, error)

func (*Tai) UnmarshalJSON ¶

func (o *Tai) UnmarshalJSON(bytes []byte) (err error)

type Tmgi ¶

type Tmgi struct {
	// MBS Service ID
	MbsServiceId string `json:"mbsServiceId"`
	PlmnId       PlmnId `json:"plmnId"`
}

Tmgi Temporary Mobile Group Identity

func NewTmgi ¶

func NewTmgi(mbsServiceId string, plmnId PlmnId) *Tmgi

NewTmgi instantiates a new Tmgi object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTmgiWithDefaults ¶

func NewTmgiWithDefaults() *Tmgi

NewTmgiWithDefaults instantiates a new Tmgi object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Tmgi) GetMbsServiceId ¶

func (o *Tmgi) GetMbsServiceId() string

GetMbsServiceId returns the MbsServiceId field value

func (*Tmgi) GetMbsServiceIdOk ¶

func (o *Tmgi) GetMbsServiceIdOk() (*string, bool)

GetMbsServiceIdOk returns a tuple with the MbsServiceId field value and a boolean to check if the value has been set.

func (*Tmgi) GetPlmnId ¶

func (o *Tmgi) GetPlmnId() PlmnId

GetPlmnId returns the PlmnId field value

func (*Tmgi) GetPlmnIdOk ¶

func (o *Tmgi) GetPlmnIdOk() (*PlmnId, bool)

GetPlmnIdOk returns a tuple with the PlmnId field value and a boolean to check if the value has been set.

func (Tmgi) MarshalJSON ¶

func (o Tmgi) MarshalJSON() ([]byte, error)

func (*Tmgi) SetMbsServiceId ¶

func (o *Tmgi) SetMbsServiceId(v string)

SetMbsServiceId sets field value

func (*Tmgi) SetPlmnId ¶

func (o *Tmgi) SetPlmnId(v PlmnId)

SetPlmnId sets field value

func (Tmgi) ToMap ¶

func (o Tmgi) ToMap() (map[string]interface{}, error)

func (*Tmgi) UnmarshalJSON ¶

func (o *Tmgi) UnmarshalJSON(bytes []byte) (err error)

type TraceConfigurationDataRetrievalAPIService ¶

type TraceConfigurationDataRetrievalAPIService service

TraceConfigurationDataRetrievalAPIService TraceConfigurationDataRetrievalAPI service

func (*TraceConfigurationDataRetrievalAPIService) GetTraceConfigData ¶

GetTraceConfigData retrieve a UE's Trace Configuration 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 ApiGetTraceConfigDataRequest

func (*TraceConfigurationDataRetrievalAPIService) GetTraceConfigDataExecute ¶

Execute executes the request

@return TraceDataResponse

type TraceData ¶

type TraceData struct {
	// Trace Reference (see 3GPP TS 32.422).It shall be encoded as the concatenation of MCC, MNC and Trace ID as follows: 'MCC'<MNC'-'Trace ID'The Trace ID shall be encoded as a 3 octet string in hexadecimal representation. Each character in the Trace ID 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 Trace ID shall appear first  in the string, and the character representing the 4 least significant bit of the Trace ID shall appear last in the string.
	TraceRef   string     `json:"traceRef"`
	TraceDepth TraceDepth `json:"traceDepth"`
	// List of NE Types (see 3GPP TS 32.422).It shall be encoded as an octet string 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 shall appear first in the string, and the character representing the 4 least significant bit shall appear last in the string.Octets shall be coded according to 3GPP TS 32.422.
	NeTypeList string `json:"neTypeList"`
	// Triggering events (see 3GPP TS 32.422).It shall be encoded as an octet string 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 shall appear first in the string, and the character representing the 4 least significant bit shall appear last in the string. Octets shall be coded according to 3GPP TS 32.422.
	EventList string `json:"eventList"`
	// String identifying a IPv4 address formatted in the 'dotted decimal' notation as defined in RFC 1166.
	CollectionEntityIpv4Addr *string   `json:"collectionEntityIpv4Addr,omitempty"`
	CollectionEntityIpv6Addr *Ipv6Addr `json:"collectionEntityIpv6Addr,omitempty"`
	// List of Interfaces (see 3GPP TS 32.422).It shall be encoded as an octet string 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 shall appear first in the string, and the character representing the  4 least significant bit shall appear last in the string. Octets shall be coded according to 3GPP TS 32.422. If this attribute is not present, all the interfaces applicable to the list of NE types indicated in the neTypeList attribute should be traced.
	InterfaceList *string `json:"interfaceList,omitempty"`
}

TraceData contains Trace control and configuration parameters.

func NewTraceData ¶

func NewTraceData(traceRef string, traceDepth TraceDepth, neTypeList string, eventList string) *TraceData

NewTraceData instantiates a new TraceData 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 NewTraceDataWithDefaults ¶

func NewTraceDataWithDefaults() *TraceData

NewTraceDataWithDefaults instantiates a new TraceData 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 (*TraceData) GetCollectionEntityIpv4Addr ¶

func (o *TraceData) GetCollectionEntityIpv4Addr() string

GetCollectionEntityIpv4Addr returns the CollectionEntityIpv4Addr field value if set, zero value otherwise.

func (*TraceData) GetCollectionEntityIpv4AddrOk ¶

func (o *TraceData) GetCollectionEntityIpv4AddrOk() (*string, bool)

GetCollectionEntityIpv4AddrOk returns a tuple with the CollectionEntityIpv4Addr field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceData) GetCollectionEntityIpv6Addr ¶

func (o *TraceData) GetCollectionEntityIpv6Addr() Ipv6Addr

GetCollectionEntityIpv6Addr returns the CollectionEntityIpv6Addr field value if set, zero value otherwise.

func (*TraceData) GetCollectionEntityIpv6AddrOk ¶

func (o *TraceData) GetCollectionEntityIpv6AddrOk() (*Ipv6Addr, bool)

GetCollectionEntityIpv6AddrOk returns a tuple with the CollectionEntityIpv6Addr field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceData) GetEventList ¶

func (o *TraceData) GetEventList() string

GetEventList returns the EventList field value

func (*TraceData) GetEventListOk ¶

func (o *TraceData) GetEventListOk() (*string, bool)

GetEventListOk returns a tuple with the EventList field value and a boolean to check if the value has been set.

func (*TraceData) GetInterfaceList ¶

func (o *TraceData) GetInterfaceList() string

GetInterfaceList returns the InterfaceList field value if set, zero value otherwise.

func (*TraceData) GetInterfaceListOk ¶

func (o *TraceData) GetInterfaceListOk() (*string, bool)

GetInterfaceListOk returns a tuple with the InterfaceList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceData) GetNeTypeList ¶

func (o *TraceData) GetNeTypeList() string

GetNeTypeList returns the NeTypeList field value

func (*TraceData) GetNeTypeListOk ¶

func (o *TraceData) GetNeTypeListOk() (*string, bool)

GetNeTypeListOk returns a tuple with the NeTypeList field value and a boolean to check if the value has been set.

func (*TraceData) GetTraceDepth ¶

func (o *TraceData) GetTraceDepth() TraceDepth

GetTraceDepth returns the TraceDepth field value

func (*TraceData) GetTraceDepthOk ¶

func (o *TraceData) GetTraceDepthOk() (*TraceDepth, bool)

GetTraceDepthOk returns a tuple with the TraceDepth field value and a boolean to check if the value has been set.

func (*TraceData) GetTraceRef ¶

func (o *TraceData) GetTraceRef() string

GetTraceRef returns the TraceRef field value

func (*TraceData) GetTraceRefOk ¶

func (o *TraceData) GetTraceRefOk() (*string, bool)

GetTraceRefOk returns a tuple with the TraceRef field value and a boolean to check if the value has been set.

func (*TraceData) HasCollectionEntityIpv4Addr ¶

func (o *TraceData) HasCollectionEntityIpv4Addr() bool

HasCollectionEntityIpv4Addr returns a boolean if a field has been set.

func (*TraceData) HasCollectionEntityIpv6Addr ¶

func (o *TraceData) HasCollectionEntityIpv6Addr() bool

HasCollectionEntityIpv6Addr returns a boolean if a field has been set.

func (*TraceData) HasInterfaceList ¶

func (o *TraceData) HasInterfaceList() bool

HasInterfaceList returns a boolean if a field has been set.

func (TraceData) MarshalJSON ¶

func (o TraceData) MarshalJSON() ([]byte, error)

func (*TraceData) SetCollectionEntityIpv4Addr ¶

func (o *TraceData) SetCollectionEntityIpv4Addr(v string)

SetCollectionEntityIpv4Addr gets a reference to the given string and assigns it to the CollectionEntityIpv4Addr field.

func (*TraceData) SetCollectionEntityIpv6Addr ¶

func (o *TraceData) SetCollectionEntityIpv6Addr(v Ipv6Addr)

SetCollectionEntityIpv6Addr gets a reference to the given Ipv6Addr and assigns it to the CollectionEntityIpv6Addr field.

func (*TraceData) SetEventList ¶

func (o *TraceData) SetEventList(v string)

SetEventList sets field value

func (*TraceData) SetInterfaceList ¶

func (o *TraceData) SetInterfaceList(v string)

SetInterfaceList gets a reference to the given string and assigns it to the InterfaceList field.

func (*TraceData) SetNeTypeList ¶

func (o *TraceData) SetNeTypeList(v string)

SetNeTypeList sets field value

func (*TraceData) SetTraceDepth ¶

func (o *TraceData) SetTraceDepth(v TraceDepth)

SetTraceDepth sets field value

func (*TraceData) SetTraceRef ¶

func (o *TraceData) SetTraceRef(v string)

SetTraceRef sets field value

func (TraceData) ToMap ¶

func (o TraceData) ToMap() (map[string]interface{}, error)

func (*TraceData) UnmarshalJSON ¶

func (o *TraceData) UnmarshalJSON(bytes []byte) (err error)

type TraceDataResponse ¶

type TraceDataResponse struct {
	TraceData         NullableTraceData `json:"traceData,omitempty"`
	SharedTraceDataId *string           `json:"sharedTraceDataId,omitempty"`
}

TraceDataResponse struct for TraceDataResponse

func NewTraceDataResponse ¶

func NewTraceDataResponse() *TraceDataResponse

NewTraceDataResponse instantiates a new TraceDataResponse 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 NewTraceDataResponseWithDefaults ¶

func NewTraceDataResponseWithDefaults() *TraceDataResponse

NewTraceDataResponseWithDefaults instantiates a new TraceDataResponse 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 (*TraceDataResponse) GetSharedTraceDataId ¶

func (o *TraceDataResponse) GetSharedTraceDataId() string

GetSharedTraceDataId returns the SharedTraceDataId field value if set, zero value otherwise.

func (*TraceDataResponse) GetSharedTraceDataIdOk ¶

func (o *TraceDataResponse) GetSharedTraceDataIdOk() (*string, bool)

GetSharedTraceDataIdOk returns a tuple with the SharedTraceDataId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceDataResponse) GetTraceData ¶

func (o *TraceDataResponse) GetTraceData() TraceData

GetTraceData returns the TraceData field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TraceDataResponse) GetTraceDataOk ¶

func (o *TraceDataResponse) 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 (*TraceDataResponse) HasSharedTraceDataId ¶

func (o *TraceDataResponse) HasSharedTraceDataId() bool

HasSharedTraceDataId returns a boolean if a field has been set.

func (*TraceDataResponse) HasTraceData ¶

func (o *TraceDataResponse) HasTraceData() bool

HasTraceData returns a boolean if a field has been set.

func (TraceDataResponse) MarshalJSON ¶

func (o TraceDataResponse) MarshalJSON() ([]byte, error)

func (*TraceDataResponse) SetSharedTraceDataId ¶

func (o *TraceDataResponse) SetSharedTraceDataId(v string)

SetSharedTraceDataId gets a reference to the given string and assigns it to the SharedTraceDataId field.

func (*TraceDataResponse) SetTraceData ¶

func (o *TraceDataResponse) SetTraceData(v TraceData)

SetTraceData gets a reference to the given NullableTraceData and assigns it to the TraceData field.

func (*TraceDataResponse) SetTraceDataNil ¶

func (o *TraceDataResponse) SetTraceDataNil()

SetTraceDataNil sets the value for TraceData to be an explicit nil

func (TraceDataResponse) ToMap ¶

func (o TraceDataResponse) ToMap() (map[string]interface{}, error)

func (*TraceDataResponse) UnsetTraceData ¶

func (o *TraceDataResponse) UnsetTraceData()

UnsetTraceData ensures that no value is present for TraceData, not even an explicit nil

type TraceDepth ¶

type TraceDepth struct {
	// contains filtered or unexported fields
}

TraceDepth The enumeration TraceDepth defines how detailed information should be recorded 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.1-1

func (*TraceDepth) MarshalJSON ¶

func (src *TraceDepth) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*TraceDepth) UnmarshalJSON ¶

func (dst *TraceDepth) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type TrafficProfile ¶

type TrafficProfile struct {
	// contains filtered or unexported fields
}

TrafficProfile Possible values are: - SINGLE_TRANS_UL: Uplink single packet transmission. - SINGLE_TRANS_DL: Downlink single packet transmission. - DUAL_TRANS_UL_FIRST: Dual packet transmission, firstly uplink packet transmission with subsequent downlink packet transmission. - DUAL_TRANS_DL_FIRST: Dual packet transmission, firstly downlink packet transmission with subsequent uplink packet transmission.

func (*TrafficProfile) MarshalJSON ¶

func (src *TrafficProfile) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*TrafficProfile) UnmarshalJSON ¶

func (dst *TrafficProfile) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type TriggerSORInfoUpdateAPIService ¶

type TriggerSORInfoUpdateAPIService service

TriggerSORInfoUpdateAPIService TriggerSORInfoUpdateAPI service

func (*TriggerSORInfoUpdateAPIService) UpdateSORInfo ¶

UpdateSORInfo Nudm_Sdm custom operation to trigger SOR info update

@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 ApiUpdateSORInfoRequest

func (*TriggerSORInfoUpdateAPIService) UpdateSORInfoExecute ¶

Execute executes the request

@return SorInfo

type UEContextInAMFDataRetrievalAPIService ¶

type UEContextInAMFDataRetrievalAPIService service

UEContextInAMFDataRetrievalAPIService UEContextInAMFDataRetrievalAPI service

func (*UEContextInAMFDataRetrievalAPIService) GetUeCtxInAmfData ¶

GetUeCtxInAmfData retrieve a UE's UE Context In AMF 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 ApiGetUeCtxInAmfDataRequest

func (*UEContextInAMFDataRetrievalAPIService) GetUeCtxInAmfDataExecute ¶

Execute executes the request

@return UeContextInAmfData

type UEContextInSMFDataRetrievalAPIService ¶

type UEContextInSMFDataRetrievalAPIService service

UEContextInSMFDataRetrievalAPIService UEContextInSMFDataRetrievalAPI service

func (*UEContextInSMFDataRetrievalAPIService) GetUeCtxInSmfData ¶

GetUeCtxInSmfData retrieve a UE's UE Context In SMF 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 ApiGetUeCtxInSmfDataRequest

func (*UEContextInSMFDataRetrievalAPIService) GetUeCtxInSmfDataExecute ¶

Execute executes the request

@return UeContextInSmfData

type UEContextInSMSFDataRetrievalAPIService ¶

type UEContextInSMSFDataRetrievalAPIService service

UEContextInSMSFDataRetrievalAPIService UEContextInSMSFDataRetrievalAPI service

func (*UEContextInSMSFDataRetrievalAPIService) GetUeCtxInSmsfData ¶

GetUeCtxInSmsfData retrieve a UE's UE Context In SMSF 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 ApiGetUeCtxInSmsfDataRequest

func (*UEContextInSMSFDataRetrievalAPIService) GetUeCtxInSmsfDataExecute ¶

Execute executes the request

@return UeContextInSmsfData

type UcPurpose ¶

type UcPurpose struct {
	// contains filtered or unexported fields
}

UcPurpose Indicates the purpose of the user consent.

func (*UcPurpose) MarshalJSON ¶

func (src *UcPurpose) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*UcPurpose) UnmarshalJSON ¶

func (dst *UcPurpose) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type UcSubscriptionData ¶

type UcSubscriptionData struct {
	// A map(list of key-value pairs) where user consent purpose serves as key of user consent
	UserConsentPerPurposeList *map[string]UserConsent `json:"userConsentPerPurposeList,omitempty"`
}

UcSubscriptionData Contains the User Consent Subscription Data.

func NewUcSubscriptionData ¶

func NewUcSubscriptionData() *UcSubscriptionData

NewUcSubscriptionData instantiates a new UcSubscriptionData 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 NewUcSubscriptionDataWithDefaults ¶

func NewUcSubscriptionDataWithDefaults() *UcSubscriptionData

NewUcSubscriptionDataWithDefaults instantiates a new UcSubscriptionData 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 (*UcSubscriptionData) GetUserConsentPerPurposeList ¶

func (o *UcSubscriptionData) GetUserConsentPerPurposeList() map[string]UserConsent

GetUserConsentPerPurposeList returns the UserConsentPerPurposeList field value if set, zero value otherwise.

func (*UcSubscriptionData) GetUserConsentPerPurposeListOk ¶

func (o *UcSubscriptionData) GetUserConsentPerPurposeListOk() (*map[string]UserConsent, bool)

GetUserConsentPerPurposeListOk returns a tuple with the UserConsentPerPurposeList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UcSubscriptionData) HasUserConsentPerPurposeList ¶

func (o *UcSubscriptionData) HasUserConsentPerPurposeList() bool

HasUserConsentPerPurposeList returns a boolean if a field has been set.

func (UcSubscriptionData) MarshalJSON ¶

func (o UcSubscriptionData) MarshalJSON() ([]byte, error)

func (*UcSubscriptionData) SetUserConsentPerPurposeList ¶

func (o *UcSubscriptionData) SetUserConsentPerPurposeList(v map[string]UserConsent)

SetUserConsentPerPurposeList gets a reference to the given map[string]UserConsent and assigns it to the UserConsentPerPurposeList field.

func (UcSubscriptionData) ToMap ¶

func (o UcSubscriptionData) ToMap() (map[string]interface{}, error)

type UeAuth ¶

type UeAuth struct {
	// contains filtered or unexported fields
}

UeAuth Possible values are: - AUTHORIZED: Indicates that the UE is authorized. - NOT_AUTHORIZED: Indicates that the UE is not authorized.

func (*UeAuth) MarshalJSON ¶

func (src *UeAuth) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*UeAuth) UnmarshalJSON ¶

func (dst *UeAuth) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type UeContextInAmfData ¶

type UeContextInAmfData struct {
	EpsInterworkingInfo *EpsInterworkingInfo `json:"epsInterworkingInfo,omitempty"`
	// AMF information
	AmfInfo []AmfInfo `json:"amfInfo,omitempty"`
}

UeContextInAmfData struct for UeContextInAmfData

func NewUeContextInAmfData ¶

func NewUeContextInAmfData() *UeContextInAmfData

NewUeContextInAmfData instantiates a new UeContextInAmfData 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 NewUeContextInAmfDataWithDefaults ¶

func NewUeContextInAmfDataWithDefaults() *UeContextInAmfData

NewUeContextInAmfDataWithDefaults instantiates a new UeContextInAmfData 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 (*UeContextInAmfData) GetAmfInfo ¶

func (o *UeContextInAmfData) GetAmfInfo() []AmfInfo

GetAmfInfo returns the AmfInfo field value if set, zero value otherwise.

func (*UeContextInAmfData) GetAmfInfoOk ¶

func (o *UeContextInAmfData) GetAmfInfoOk() ([]AmfInfo, bool)

GetAmfInfoOk returns a tuple with the AmfInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UeContextInAmfData) GetEpsInterworkingInfo ¶

func (o *UeContextInAmfData) GetEpsInterworkingInfo() EpsInterworkingInfo

GetEpsInterworkingInfo returns the EpsInterworkingInfo field value if set, zero value otherwise.

func (*UeContextInAmfData) GetEpsInterworkingInfoOk ¶

func (o *UeContextInAmfData) GetEpsInterworkingInfoOk() (*EpsInterworkingInfo, bool)

GetEpsInterworkingInfoOk returns a tuple with the EpsInterworkingInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UeContextInAmfData) HasAmfInfo ¶

func (o *UeContextInAmfData) HasAmfInfo() bool

HasAmfInfo returns a boolean if a field has been set.

func (*UeContextInAmfData) HasEpsInterworkingInfo ¶

func (o *UeContextInAmfData) HasEpsInterworkingInfo() bool

HasEpsInterworkingInfo returns a boolean if a field has been set.

func (UeContextInAmfData) MarshalJSON ¶

func (o UeContextInAmfData) MarshalJSON() ([]byte, error)

func (*UeContextInAmfData) SetAmfInfo ¶

func (o *UeContextInAmfData) SetAmfInfo(v []AmfInfo)

SetAmfInfo gets a reference to the given []AmfInfo and assigns it to the AmfInfo field.

func (*UeContextInAmfData) SetEpsInterworkingInfo ¶

func (o *UeContextInAmfData) SetEpsInterworkingInfo(v EpsInterworkingInfo)

SetEpsInterworkingInfo gets a reference to the given EpsInterworkingInfo and assigns it to the EpsInterworkingInfo field.

func (UeContextInAmfData) ToMap ¶

func (o UeContextInAmfData) ToMap() (map[string]interface{}, error)

type UeContextInSmfData ¶

type UeContextInSmfData struct {
	// A map (list of key-value pairs where PduSessionId serves as key) of PduSessions
	PduSessions   *map[string]PduSession `json:"pduSessions,omitempty"`
	PgwInfo       []PgwInfo              `json:"pgwInfo,omitempty"`
	EmergencyInfo NullableEmergencyInfo  `json:"emergencyInfo,omitempty"`
}

UeContextInSmfData struct for UeContextInSmfData

func NewUeContextInSmfData ¶

func NewUeContextInSmfData() *UeContextInSmfData

NewUeContextInSmfData instantiates a new UeContextInSmfData 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 NewUeContextInSmfDataWithDefaults ¶

func NewUeContextInSmfDataWithDefaults() *UeContextInSmfData

NewUeContextInSmfDataWithDefaults instantiates a new UeContextInSmfData 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 (*UeContextInSmfData) GetEmergencyInfo ¶

func (o *UeContextInSmfData) GetEmergencyInfo() EmergencyInfo

GetEmergencyInfo returns the EmergencyInfo field value if set, zero value otherwise (both if not set or set to explicit null).

func (*UeContextInSmfData) GetEmergencyInfoOk ¶

func (o *UeContextInSmfData) GetEmergencyInfoOk() (*EmergencyInfo, bool)

GetEmergencyInfoOk returns a tuple with the EmergencyInfo 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 (*UeContextInSmfData) GetPduSessions ¶

func (o *UeContextInSmfData) GetPduSessions() map[string]PduSession

GetPduSessions returns the PduSessions field value if set, zero value otherwise.

func (*UeContextInSmfData) GetPduSessionsOk ¶

func (o *UeContextInSmfData) GetPduSessionsOk() (*map[string]PduSession, bool)

GetPduSessionsOk returns a tuple with the PduSessions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UeContextInSmfData) GetPgwInfo ¶

func (o *UeContextInSmfData) GetPgwInfo() []PgwInfo

GetPgwInfo returns the PgwInfo field value if set, zero value otherwise.

func (*UeContextInSmfData) GetPgwInfoOk ¶

func (o *UeContextInSmfData) GetPgwInfoOk() ([]PgwInfo, bool)

GetPgwInfoOk returns a tuple with the PgwInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UeContextInSmfData) HasEmergencyInfo ¶

func (o *UeContextInSmfData) HasEmergencyInfo() bool

HasEmergencyInfo returns a boolean if a field has been set.

func (*UeContextInSmfData) HasPduSessions ¶

func (o *UeContextInSmfData) HasPduSessions() bool

HasPduSessions returns a boolean if a field has been set.

func (*UeContextInSmfData) HasPgwInfo ¶

func (o *UeContextInSmfData) HasPgwInfo() bool

HasPgwInfo returns a boolean if a field has been set.

func (UeContextInSmfData) MarshalJSON ¶

func (o UeContextInSmfData) MarshalJSON() ([]byte, error)

func (*UeContextInSmfData) SetEmergencyInfo ¶

func (o *UeContextInSmfData) SetEmergencyInfo(v EmergencyInfo)

SetEmergencyInfo gets a reference to the given NullableEmergencyInfo and assigns it to the EmergencyInfo field.

func (*UeContextInSmfData) SetEmergencyInfoNil ¶

func (o *UeContextInSmfData) SetEmergencyInfoNil()

SetEmergencyInfoNil sets the value for EmergencyInfo to be an explicit nil

func (*UeContextInSmfData) SetPduSessions ¶

func (o *UeContextInSmfData) SetPduSessions(v map[string]PduSession)

SetPduSessions gets a reference to the given map[string]PduSession and assigns it to the PduSessions field.

func (*UeContextInSmfData) SetPgwInfo ¶

func (o *UeContextInSmfData) SetPgwInfo(v []PgwInfo)

SetPgwInfo gets a reference to the given []PgwInfo and assigns it to the PgwInfo field.

func (UeContextInSmfData) ToMap ¶

func (o UeContextInSmfData) ToMap() (map[string]interface{}, error)

func (*UeContextInSmfData) UnsetEmergencyInfo ¶

func (o *UeContextInSmfData) UnsetEmergencyInfo()

UnsetEmergencyInfo ensures that no value is present for EmergencyInfo, not even an explicit nil

type UeContextInSmfDataSubFilter ¶

type UeContextInSmfDataSubFilter struct {
	DnnList      []string `json:"dnnList,omitempty"`
	SnssaiList   []Snssai `json:"snssaiList,omitempty"`
	EmergencyInd *bool    `json:"emergencyInd,omitempty"`
}

UeContextInSmfDataSubFilter UE Context In Smf Data Subscription Filter.

func NewUeContextInSmfDataSubFilter ¶

func NewUeContextInSmfDataSubFilter() *UeContextInSmfDataSubFilter

NewUeContextInSmfDataSubFilter instantiates a new UeContextInSmfDataSubFilter 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 NewUeContextInSmfDataSubFilterWithDefaults ¶

func NewUeContextInSmfDataSubFilterWithDefaults() *UeContextInSmfDataSubFilter

NewUeContextInSmfDataSubFilterWithDefaults instantiates a new UeContextInSmfDataSubFilter 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 (*UeContextInSmfDataSubFilter) GetDnnList ¶

func (o *UeContextInSmfDataSubFilter) GetDnnList() []string

GetDnnList returns the DnnList field value if set, zero value otherwise.

func (*UeContextInSmfDataSubFilter) GetDnnListOk ¶

func (o *UeContextInSmfDataSubFilter) GetDnnListOk() ([]string, bool)

GetDnnListOk returns a tuple with the DnnList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UeContextInSmfDataSubFilter) GetEmergencyInd ¶

func (o *UeContextInSmfDataSubFilter) GetEmergencyInd() bool

GetEmergencyInd returns the EmergencyInd field value if set, zero value otherwise.

func (*UeContextInSmfDataSubFilter) GetEmergencyIndOk ¶

func (o *UeContextInSmfDataSubFilter) GetEmergencyIndOk() (*bool, bool)

GetEmergencyIndOk returns a tuple with the EmergencyInd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UeContextInSmfDataSubFilter) GetSnssaiList ¶

func (o *UeContextInSmfDataSubFilter) GetSnssaiList() []Snssai

GetSnssaiList returns the SnssaiList field value if set, zero value otherwise.

func (*UeContextInSmfDataSubFilter) GetSnssaiListOk ¶

func (o *UeContextInSmfDataSubFilter) GetSnssaiListOk() ([]Snssai, bool)

GetSnssaiListOk returns a tuple with the SnssaiList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UeContextInSmfDataSubFilter) HasDnnList ¶

func (o *UeContextInSmfDataSubFilter) HasDnnList() bool

HasDnnList returns a boolean if a field has been set.

func (*UeContextInSmfDataSubFilter) HasEmergencyInd ¶

func (o *UeContextInSmfDataSubFilter) HasEmergencyInd() bool

HasEmergencyInd returns a boolean if a field has been set.

func (*UeContextInSmfDataSubFilter) HasSnssaiList ¶

func (o *UeContextInSmfDataSubFilter) HasSnssaiList() bool

HasSnssaiList returns a boolean if a field has been set.

func (UeContextInSmfDataSubFilter) MarshalJSON ¶

func (o UeContextInSmfDataSubFilter) MarshalJSON() ([]byte, error)

func (*UeContextInSmfDataSubFilter) SetDnnList ¶

func (o *UeContextInSmfDataSubFilter) SetDnnList(v []string)

SetDnnList gets a reference to the given []string and assigns it to the DnnList field.

func (*UeContextInSmfDataSubFilter) SetEmergencyInd ¶

func (o *UeContextInSmfDataSubFilter) SetEmergencyInd(v bool)

SetEmergencyInd gets a reference to the given bool and assigns it to the EmergencyInd field.

func (*UeContextInSmfDataSubFilter) SetSnssaiList ¶

func (o *UeContextInSmfDataSubFilter) SetSnssaiList(v []Snssai)

SetSnssaiList gets a reference to the given []Snssai and assigns it to the SnssaiList field.

func (UeContextInSmfDataSubFilter) ToMap ¶

func (o UeContextInSmfDataSubFilter) ToMap() (map[string]interface{}, error)

type UeContextInSmsfData ¶

type UeContextInSmsfData struct {
	SmsfInfo3GppAccess    *SmsfInfo `json:"smsfInfo3GppAccess,omitempty"`
	SmsfInfoNon3GppAccess *SmsfInfo `json:"smsfInfoNon3GppAccess,omitempty"`
}

UeContextInSmsfData struct for UeContextInSmsfData

func NewUeContextInSmsfData ¶

func NewUeContextInSmsfData() *UeContextInSmsfData

NewUeContextInSmsfData instantiates a new UeContextInSmsfData 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 NewUeContextInSmsfDataWithDefaults ¶

func NewUeContextInSmsfDataWithDefaults() *UeContextInSmsfData

NewUeContextInSmsfDataWithDefaults instantiates a new UeContextInSmsfData 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 (*UeContextInSmsfData) GetSmsfInfo3GppAccess ¶

func (o *UeContextInSmsfData) GetSmsfInfo3GppAccess() SmsfInfo

GetSmsfInfo3GppAccess returns the SmsfInfo3GppAccess field value if set, zero value otherwise.

func (*UeContextInSmsfData) GetSmsfInfo3GppAccessOk ¶

func (o *UeContextInSmsfData) GetSmsfInfo3GppAccessOk() (*SmsfInfo, bool)

GetSmsfInfo3GppAccessOk returns a tuple with the SmsfInfo3GppAccess field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UeContextInSmsfData) GetSmsfInfoNon3GppAccess ¶

func (o *UeContextInSmsfData) GetSmsfInfoNon3GppAccess() SmsfInfo

GetSmsfInfoNon3GppAccess returns the SmsfInfoNon3GppAccess field value if set, zero value otherwise.

func (*UeContextInSmsfData) GetSmsfInfoNon3GppAccessOk ¶

func (o *UeContextInSmsfData) GetSmsfInfoNon3GppAccessOk() (*SmsfInfo, bool)

GetSmsfInfoNon3GppAccessOk returns a tuple with the SmsfInfoNon3GppAccess field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UeContextInSmsfData) HasSmsfInfo3GppAccess ¶

func (o *UeContextInSmsfData) HasSmsfInfo3GppAccess() bool

HasSmsfInfo3GppAccess returns a boolean if a field has been set.

func (*UeContextInSmsfData) HasSmsfInfoNon3GppAccess ¶

func (o *UeContextInSmsfData) HasSmsfInfoNon3GppAccess() bool

HasSmsfInfoNon3GppAccess returns a boolean if a field has been set.

func (UeContextInSmsfData) MarshalJSON ¶

func (o UeContextInSmsfData) MarshalJSON() ([]byte, error)

func (*UeContextInSmsfData) SetSmsfInfo3GppAccess ¶

func (o *UeContextInSmsfData) SetSmsfInfo3GppAccess(v SmsfInfo)

SetSmsfInfo3GppAccess gets a reference to the given SmsfInfo and assigns it to the SmsfInfo3GppAccess field.

func (*UeContextInSmsfData) SetSmsfInfoNon3GppAccess ¶

func (o *UeContextInSmsfData) SetSmsfInfoNon3GppAccess(v SmsfInfo)

SetSmsfInfoNon3GppAccess gets a reference to the given SmsfInfo and assigns it to the SmsfInfoNon3GppAccess field.

func (UeContextInSmsfData) ToMap ¶

func (o UeContextInSmsfData) ToMap() (map[string]interface{}, error)

type UeId ¶

type UeId struct {
	// 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"`
	GpsiList []string `json:"gpsiList,omitempty"`
}

UeId struct for UeId

func NewUeId ¶

func NewUeId(supi string) *UeId

NewUeId instantiates a new UeId 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 NewUeIdWithDefaults ¶

func NewUeIdWithDefaults() *UeId

NewUeIdWithDefaults instantiates a new UeId 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 (*UeId) GetGpsiList ¶

func (o *UeId) GetGpsiList() []string

GetGpsiList returns the GpsiList field value if set, zero value otherwise.

func (*UeId) GetGpsiListOk ¶

func (o *UeId) GetGpsiListOk() ([]string, bool)

GetGpsiListOk returns a tuple with the GpsiList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UeId) GetSupi ¶

func (o *UeId) GetSupi() string

GetSupi returns the Supi field value

func (*UeId) GetSupiOk ¶

func (o *UeId) GetSupiOk() (*string, bool)

GetSupiOk returns a tuple with the Supi field value and a boolean to check if the value has been set.

func (*UeId) HasGpsiList ¶

func (o *UeId) HasGpsiList() bool

HasGpsiList returns a boolean if a field has been set.

func (UeId) MarshalJSON ¶

func (o UeId) MarshalJSON() ([]byte, error)

func (*UeId) SetGpsiList ¶

func (o *UeId) SetGpsiList(v []string)

SetGpsiList gets a reference to the given []string and assigns it to the GpsiList field.

func (*UeId) SetSupi ¶

func (o *UeId) SetSupi(v string)

SetSupi sets field value

func (UeId) ToMap ¶

func (o UeId) ToMap() (map[string]interface{}, error)

func (*UeId) UnmarshalJSON ¶

func (o *UeId) UnmarshalJSON(bytes []byte) (err error)

type UmtTime ¶

type UmtTime struct {
	// String with format partial-time or full-time as defined in clause 5.6 of IETF RFC 3339. Examples, 20:15:00, 20:15:00-08:00 (for 8 hours behind UTC).
	TimeOfDay string `json:"timeOfDay"`
	// integer between and including 1 and 7 denoting a weekday. 1 shall indicate Monday, and the subsequent weekdays  shall be indicated with the next higher numbers. 7 shall indicate Sunday.
	DayOfWeek int32 `json:"dayOfWeek"`
}

UmtTime struct for UmtTime

func NewUmtTime ¶

func NewUmtTime(timeOfDay string, dayOfWeek int32) *UmtTime

NewUmtTime instantiates a new UmtTime 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 NewUmtTimeWithDefaults ¶

func NewUmtTimeWithDefaults() *UmtTime

NewUmtTimeWithDefaults instantiates a new UmtTime 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 (*UmtTime) GetDayOfWeek ¶

func (o *UmtTime) GetDayOfWeek() int32

GetDayOfWeek returns the DayOfWeek field value

func (*UmtTime) GetDayOfWeekOk ¶

func (o *UmtTime) GetDayOfWeekOk() (*int32, bool)

GetDayOfWeekOk returns a tuple with the DayOfWeek field value and a boolean to check if the value has been set.

func (*UmtTime) GetTimeOfDay ¶

func (o *UmtTime) GetTimeOfDay() string

GetTimeOfDay returns the TimeOfDay field value

func (*UmtTime) GetTimeOfDayOk ¶

func (o *UmtTime) GetTimeOfDayOk() (*string, bool)

GetTimeOfDayOk returns a tuple with the TimeOfDay field value and a boolean to check if the value has been set.

func (UmtTime) MarshalJSON ¶

func (o UmtTime) MarshalJSON() ([]byte, error)

func (*UmtTime) SetDayOfWeek ¶

func (o *UmtTime) SetDayOfWeek(v int32)

SetDayOfWeek sets field value

func (*UmtTime) SetTimeOfDay ¶

func (o *UmtTime) SetTimeOfDay(v string)

SetTimeOfDay sets field value

func (UmtTime) ToMap ¶

func (o UmtTime) ToMap() (map[string]interface{}, error)

func (*UmtTime) UnmarshalJSON ¶

func (o *UmtTime) UnmarshalJSON(bytes []byte) (err error)

type UncertaintyEllipse ¶

type UncertaintyEllipse struct {
	// Indicates value of uncertainty.
	SemiMajor float32 `json:"semiMajor"`
	// Indicates value of uncertainty.
	SemiMinor float32 `json:"semiMinor"`
	// Indicates value of orientation angle.
	OrientationMajor int32 `json:"orientationMajor"`
}

UncertaintyEllipse Ellipse with uncertainty.

func NewUncertaintyEllipse ¶

func NewUncertaintyEllipse(semiMajor float32, semiMinor float32, orientationMajor int32) *UncertaintyEllipse

NewUncertaintyEllipse instantiates a new UncertaintyEllipse 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 NewUncertaintyEllipseWithDefaults ¶

func NewUncertaintyEllipseWithDefaults() *UncertaintyEllipse

NewUncertaintyEllipseWithDefaults instantiates a new UncertaintyEllipse 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 (*UncertaintyEllipse) GetOrientationMajor ¶

func (o *UncertaintyEllipse) GetOrientationMajor() int32

GetOrientationMajor returns the OrientationMajor field value

func (*UncertaintyEllipse) GetOrientationMajorOk ¶

func (o *UncertaintyEllipse) GetOrientationMajorOk() (*int32, bool)

GetOrientationMajorOk returns a tuple with the OrientationMajor field value and a boolean to check if the value has been set.

func (*UncertaintyEllipse) GetSemiMajor ¶

func (o *UncertaintyEllipse) GetSemiMajor() float32

GetSemiMajor returns the SemiMajor field value

func (*UncertaintyEllipse) GetSemiMajorOk ¶

func (o *UncertaintyEllipse) GetSemiMajorOk() (*float32, bool)

GetSemiMajorOk returns a tuple with the SemiMajor field value and a boolean to check if the value has been set.

func (*UncertaintyEllipse) GetSemiMinor ¶

func (o *UncertaintyEllipse) GetSemiMinor() float32

GetSemiMinor returns the SemiMinor field value

func (*UncertaintyEllipse) GetSemiMinorOk ¶

func (o *UncertaintyEllipse) GetSemiMinorOk() (*float32, bool)

GetSemiMinorOk returns a tuple with the SemiMinor field value and a boolean to check if the value has been set.

func (UncertaintyEllipse) MarshalJSON ¶

func (o UncertaintyEllipse) MarshalJSON() ([]byte, error)

func (*UncertaintyEllipse) SetOrientationMajor ¶

func (o *UncertaintyEllipse) SetOrientationMajor(v int32)

SetOrientationMajor sets field value

func (*UncertaintyEllipse) SetSemiMajor ¶

func (o *UncertaintyEllipse) SetSemiMajor(v float32)

SetSemiMajor sets field value

func (*UncertaintyEllipse) SetSemiMinor ¶

func (o *UncertaintyEllipse) SetSemiMinor(v float32)

SetSemiMinor sets field value

func (UncertaintyEllipse) ToMap ¶

func (o UncertaintyEllipse) ToMap() (map[string]interface{}, error)

func (*UncertaintyEllipse) UnmarshalJSON ¶

func (o *UncertaintyEllipse) UnmarshalJSON(bytes []byte) (err error)

type UncertaintyEllipsoid ¶

type UncertaintyEllipsoid struct {
	// Indicates value of uncertainty.
	SemiMajor float32 `json:"semiMajor"`
	// Indicates value of uncertainty.
	SemiMinor float32 `json:"semiMinor"`
	// Indicates value of uncertainty.
	Vertical float32 `json:"vertical"`
	// Indicates value of orientation angle.
	OrientationMajor int32 `json:"orientationMajor"`
}

UncertaintyEllipsoid Ellipsoid with uncertainty

func NewUncertaintyEllipsoid ¶

func NewUncertaintyEllipsoid(semiMajor float32, semiMinor float32, vertical float32, orientationMajor int32) *UncertaintyEllipsoid

NewUncertaintyEllipsoid instantiates a new UncertaintyEllipsoid 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 NewUncertaintyEllipsoidWithDefaults ¶

func NewUncertaintyEllipsoidWithDefaults() *UncertaintyEllipsoid

NewUncertaintyEllipsoidWithDefaults instantiates a new UncertaintyEllipsoid 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 (*UncertaintyEllipsoid) GetOrientationMajor ¶

func (o *UncertaintyEllipsoid) GetOrientationMajor() int32

GetOrientationMajor returns the OrientationMajor field value

func (*UncertaintyEllipsoid) GetOrientationMajorOk ¶

func (o *UncertaintyEllipsoid) GetOrientationMajorOk() (*int32, bool)

GetOrientationMajorOk returns a tuple with the OrientationMajor field value and a boolean to check if the value has been set.

func (*UncertaintyEllipsoid) GetSemiMajor ¶

func (o *UncertaintyEllipsoid) GetSemiMajor() float32

GetSemiMajor returns the SemiMajor field value

func (*UncertaintyEllipsoid) GetSemiMajorOk ¶

func (o *UncertaintyEllipsoid) GetSemiMajorOk() (*float32, bool)

GetSemiMajorOk returns a tuple with the SemiMajor field value and a boolean to check if the value has been set.

func (*UncertaintyEllipsoid) GetSemiMinor ¶

func (o *UncertaintyEllipsoid) GetSemiMinor() float32

GetSemiMinor returns the SemiMinor field value

func (*UncertaintyEllipsoid) GetSemiMinorOk ¶

func (o *UncertaintyEllipsoid) GetSemiMinorOk() (*float32, bool)

GetSemiMinorOk returns a tuple with the SemiMinor field value and a boolean to check if the value has been set.

func (*UncertaintyEllipsoid) GetVertical ¶

func (o *UncertaintyEllipsoid) GetVertical() float32

GetVertical returns the Vertical field value

func (*UncertaintyEllipsoid) GetVerticalOk ¶

func (o *UncertaintyEllipsoid) GetVerticalOk() (*float32, bool)

GetVerticalOk returns a tuple with the Vertical field value and a boolean to check if the value has been set.

func (UncertaintyEllipsoid) MarshalJSON ¶

func (o UncertaintyEllipsoid) MarshalJSON() ([]byte, error)

func (*UncertaintyEllipsoid) SetOrientationMajor ¶

func (o *UncertaintyEllipsoid) SetOrientationMajor(v int32)

SetOrientationMajor sets field value

func (*UncertaintyEllipsoid) SetSemiMajor ¶

func (o *UncertaintyEllipsoid) SetSemiMajor(v float32)

SetSemiMajor sets field value

func (*UncertaintyEllipsoid) SetSemiMinor ¶

func (o *UncertaintyEllipsoid) SetSemiMinor(v float32)

SetSemiMinor sets field value

func (*UncertaintyEllipsoid) SetVertical ¶

func (o *UncertaintyEllipsoid) SetVertical(v float32)

SetVertical sets field value

func (UncertaintyEllipsoid) ToMap ¶

func (o UncertaintyEllipsoid) ToMap() (map[string]interface{}, error)

func (*UncertaintyEllipsoid) UnmarshalJSON ¶

func (o *UncertaintyEllipsoid) UnmarshalJSON(bytes []byte) (err error)

type UnrelatedClass ¶

type UnrelatedClass struct {
	DefaultUnrelatedClass       DefaultUnrelatedClass       `json:"defaultUnrelatedClass"`
	ExternalUnrelatedClass      *ExternalUnrelatedClass     `json:"externalUnrelatedClass,omitempty"`
	ServiceTypeUnrelatedClasses []ServiceTypeUnrelatedClass `json:"serviceTypeUnrelatedClasses,omitempty"`
}

UnrelatedClass struct for UnrelatedClass

func NewUnrelatedClass ¶

func NewUnrelatedClass(defaultUnrelatedClass DefaultUnrelatedClass) *UnrelatedClass

NewUnrelatedClass instantiates a new UnrelatedClass 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 NewUnrelatedClassWithDefaults ¶

func NewUnrelatedClassWithDefaults() *UnrelatedClass

NewUnrelatedClassWithDefaults instantiates a new UnrelatedClass 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 (*UnrelatedClass) GetDefaultUnrelatedClass ¶

func (o *UnrelatedClass) GetDefaultUnrelatedClass() DefaultUnrelatedClass

GetDefaultUnrelatedClass returns the DefaultUnrelatedClass field value

func (*UnrelatedClass) GetDefaultUnrelatedClassOk ¶

func (o *UnrelatedClass) GetDefaultUnrelatedClassOk() (*DefaultUnrelatedClass, bool)

GetDefaultUnrelatedClassOk returns a tuple with the DefaultUnrelatedClass field value and a boolean to check if the value has been set.

func (*UnrelatedClass) GetExternalUnrelatedClass ¶

func (o *UnrelatedClass) GetExternalUnrelatedClass() ExternalUnrelatedClass

GetExternalUnrelatedClass returns the ExternalUnrelatedClass field value if set, zero value otherwise.

func (*UnrelatedClass) GetExternalUnrelatedClassOk ¶

func (o *UnrelatedClass) GetExternalUnrelatedClassOk() (*ExternalUnrelatedClass, bool)

GetExternalUnrelatedClassOk returns a tuple with the ExternalUnrelatedClass field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UnrelatedClass) GetServiceTypeUnrelatedClasses ¶

func (o *UnrelatedClass) GetServiceTypeUnrelatedClasses() []ServiceTypeUnrelatedClass

GetServiceTypeUnrelatedClasses returns the ServiceTypeUnrelatedClasses field value if set, zero value otherwise.

func (*UnrelatedClass) GetServiceTypeUnrelatedClassesOk ¶

func (o *UnrelatedClass) GetServiceTypeUnrelatedClassesOk() ([]ServiceTypeUnrelatedClass, bool)

GetServiceTypeUnrelatedClassesOk returns a tuple with the ServiceTypeUnrelatedClasses field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UnrelatedClass) HasExternalUnrelatedClass ¶

func (o *UnrelatedClass) HasExternalUnrelatedClass() bool

HasExternalUnrelatedClass returns a boolean if a field has been set.

func (*UnrelatedClass) HasServiceTypeUnrelatedClasses ¶

func (o *UnrelatedClass) HasServiceTypeUnrelatedClasses() bool

HasServiceTypeUnrelatedClasses returns a boolean if a field has been set.

func (UnrelatedClass) MarshalJSON ¶

func (o UnrelatedClass) MarshalJSON() ([]byte, error)

func (*UnrelatedClass) SetDefaultUnrelatedClass ¶

func (o *UnrelatedClass) SetDefaultUnrelatedClass(v DefaultUnrelatedClass)

SetDefaultUnrelatedClass sets field value

func (*UnrelatedClass) SetExternalUnrelatedClass ¶

func (o *UnrelatedClass) SetExternalUnrelatedClass(v ExternalUnrelatedClass)

SetExternalUnrelatedClass gets a reference to the given ExternalUnrelatedClass and assigns it to the ExternalUnrelatedClass field.

func (*UnrelatedClass) SetServiceTypeUnrelatedClasses ¶

func (o *UnrelatedClass) SetServiceTypeUnrelatedClasses(v []ServiceTypeUnrelatedClass)

SetServiceTypeUnrelatedClasses gets a reference to the given []ServiceTypeUnrelatedClass and assigns it to the ServiceTypeUnrelatedClasses field.

func (UnrelatedClass) ToMap ¶

func (o UnrelatedClass) ToMap() (map[string]interface{}, error)

func (*UnrelatedClass) UnmarshalJSON ¶

func (o *UnrelatedClass) UnmarshalJSON(bytes []byte) (err error)

type UpConfidentiality ¶

type UpConfidentiality struct {
	// contains filtered or unexported fields
}

UpConfidentiality indicates whether UP confidentiality protection is required, preferred or not needed for all the traffic on the PDU Session. It shall comply with the provisions defined in table 5.4.3.5-1.

func (*UpConfidentiality) MarshalJSON ¶

func (src *UpConfidentiality) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*UpConfidentiality) UnmarshalJSON ¶

func (dst *UpConfidentiality) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type UpIntegrity ¶

type UpIntegrity struct {
	// contains filtered or unexported fields
}

UpIntegrity indicates whether UP integrity protection is required, preferred or not needed for all the traffic on the PDU Session. It shall comply with the provisions defined in table 5.4.3.4-1.

func (*UpIntegrity) MarshalJSON ¶

func (src *UpIntegrity) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*UpIntegrity) UnmarshalJSON ¶

func (dst *UpIntegrity) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type UpSecurity ¶

type UpSecurity struct {
	UpIntegr UpIntegrity       `json:"upIntegr"`
	UpConfid UpConfidentiality `json:"upConfid"`
}

UpSecurity Contains Userplain security information.

func NewUpSecurity ¶

func NewUpSecurity(upIntegr UpIntegrity, upConfid UpConfidentiality) *UpSecurity

NewUpSecurity instantiates a new UpSecurity 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 NewUpSecurityWithDefaults ¶

func NewUpSecurityWithDefaults() *UpSecurity

NewUpSecurityWithDefaults instantiates a new UpSecurity 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 (*UpSecurity) GetUpConfid ¶

func (o *UpSecurity) GetUpConfid() UpConfidentiality

GetUpConfid returns the UpConfid field value

func (*UpSecurity) GetUpConfidOk ¶

func (o *UpSecurity) GetUpConfidOk() (*UpConfidentiality, bool)

GetUpConfidOk returns a tuple with the UpConfid field value and a boolean to check if the value has been set.

func (*UpSecurity) GetUpIntegr ¶

func (o *UpSecurity) GetUpIntegr() UpIntegrity

GetUpIntegr returns the UpIntegr field value

func (*UpSecurity) GetUpIntegrOk ¶

func (o *UpSecurity) GetUpIntegrOk() (*UpIntegrity, bool)

GetUpIntegrOk returns a tuple with the UpIntegr field value and a boolean to check if the value has been set.

func (UpSecurity) MarshalJSON ¶

func (o UpSecurity) MarshalJSON() ([]byte, error)

func (*UpSecurity) SetUpConfid ¶

func (o *UpSecurity) SetUpConfid(v UpConfidentiality)

SetUpConfid sets field value

func (*UpSecurity) SetUpIntegr ¶

func (o *UpSecurity) SetUpIntegr(v UpIntegrity)

SetUpIntegr sets field value

func (UpSecurity) ToMap ¶

func (o UpSecurity) ToMap() (map[string]interface{}, error)

func (*UpSecurity) UnmarshalJSON ¶

func (o *UpSecurity) UnmarshalJSON(bytes []byte) (err error)

type UpuData ¶

type UpuData struct {
	// Contains a secure packet.
	SecPacket        *string  `json:"secPacket,omitempty"`
	DefaultConfNssai []Snssai `json:"defaultConfNssai,omitempty"`
	// Represents a routing indicator.
	RoutingId *string `json:"routingId,omitempty"`
}

UpuData Contains UE parameters update data set (e.g., the updated Routing ID Data or the Default configured NSSAI).

func NewUpuData ¶

func NewUpuData() *UpuData

NewUpuData instantiates a new UpuData 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 NewUpuDataWithDefaults ¶

func NewUpuDataWithDefaults() *UpuData

NewUpuDataWithDefaults instantiates a new UpuData 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 (*UpuData) GetDefaultConfNssai ¶

func (o *UpuData) GetDefaultConfNssai() []Snssai

GetDefaultConfNssai returns the DefaultConfNssai field value if set, zero value otherwise.

func (*UpuData) GetDefaultConfNssaiOk ¶

func (o *UpuData) GetDefaultConfNssaiOk() ([]Snssai, bool)

GetDefaultConfNssaiOk returns a tuple with the DefaultConfNssai field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpuData) GetRoutingId ¶

func (o *UpuData) GetRoutingId() string

GetRoutingId returns the RoutingId field value if set, zero value otherwise.

func (*UpuData) GetRoutingIdOk ¶

func (o *UpuData) GetRoutingIdOk() (*string, bool)

GetRoutingIdOk returns a tuple with the RoutingId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpuData) GetSecPacket ¶

func (o *UpuData) GetSecPacket() string

GetSecPacket returns the SecPacket field value if set, zero value otherwise.

func (*UpuData) GetSecPacketOk ¶

func (o *UpuData) GetSecPacketOk() (*string, bool)

GetSecPacketOk returns a tuple with the SecPacket field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpuData) HasDefaultConfNssai ¶

func (o *UpuData) HasDefaultConfNssai() bool

HasDefaultConfNssai returns a boolean if a field has been set.

func (*UpuData) HasRoutingId ¶

func (o *UpuData) HasRoutingId() bool

HasRoutingId returns a boolean if a field has been set.

func (*UpuData) HasSecPacket ¶

func (o *UpuData) HasSecPacket() bool

HasSecPacket returns a boolean if a field has been set.

func (UpuData) MarshalJSON ¶

func (o UpuData) MarshalJSON() ([]byte, error)

func (*UpuData) SetDefaultConfNssai ¶

func (o *UpuData) SetDefaultConfNssai(v []Snssai)

SetDefaultConfNssai gets a reference to the given []Snssai and assigns it to the DefaultConfNssai field.

func (*UpuData) SetRoutingId ¶

func (o *UpuData) SetRoutingId(v string)

SetRoutingId gets a reference to the given string and assigns it to the RoutingId field.

func (*UpuData) SetSecPacket ¶

func (o *UpuData) SetSecPacket(v string)

SetSecPacket gets a reference to the given string and assigns it to the SecPacket field.

func (UpuData) ToMap ¶

func (o UpuData) ToMap() (map[string]interface{}, error)

type UpuInfo ¶

type UpuInfo struct {
	UpuDataList []UpuData `json:"upuDataList,omitempty"`
	UpuRegInd   *bool     `json:"upuRegInd,omitempty"`
	// Contains the indication of whether the acknowledgement from UE is needed.
	UpuAckInd *bool `json:"upuAckInd,omitempty"`
	// MAC value for protecting UPU procedure (UPU-MAC-IAUSF and UPU-MAC-IUE).
	UpuMacIausf *string `json:"upuMacIausf,omitempty"`
	// CounterUPU.
	CounterUpu *string `json:"counterUpu,omitempty"`
	// string with format 'date-time' as defined in OpenAPI.
	ProvisioningTime time.Time `json:"provisioningTime"`
	// string with format 'bytes' as defined in OpenAPI
	UpuTransparentContainer *string `json:"upuTransparentContainer,omitempty"`
}

UpuInfo struct for UpuInfo

func NewUpuInfo ¶

func NewUpuInfo(provisioningTime time.Time) *UpuInfo

NewUpuInfo instantiates a new UpuInfo 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 NewUpuInfoWithDefaults ¶

func NewUpuInfoWithDefaults() *UpuInfo

NewUpuInfoWithDefaults instantiates a new UpuInfo 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 (*UpuInfo) GetCounterUpu ¶

func (o *UpuInfo) GetCounterUpu() string

GetCounterUpu returns the CounterUpu field value if set, zero value otherwise.

func (*UpuInfo) GetCounterUpuOk ¶

func (o *UpuInfo) GetCounterUpuOk() (*string, bool)

GetCounterUpuOk returns a tuple with the CounterUpu field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpuInfo) GetProvisioningTime ¶

func (o *UpuInfo) GetProvisioningTime() time.Time

GetProvisioningTime returns the ProvisioningTime field value

func (*UpuInfo) GetProvisioningTimeOk ¶

func (o *UpuInfo) 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 (*UpuInfo) GetUpuAckInd ¶

func (o *UpuInfo) GetUpuAckInd() bool

GetUpuAckInd returns the UpuAckInd field value if set, zero value otherwise.

func (*UpuInfo) GetUpuAckIndOk ¶

func (o *UpuInfo) GetUpuAckIndOk() (*bool, bool)

GetUpuAckIndOk returns a tuple with the UpuAckInd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpuInfo) GetUpuDataList ¶

func (o *UpuInfo) GetUpuDataList() []UpuData

GetUpuDataList returns the UpuDataList field value if set, zero value otherwise.

func (*UpuInfo) GetUpuDataListOk ¶

func (o *UpuInfo) GetUpuDataListOk() ([]UpuData, bool)

GetUpuDataListOk returns a tuple with the UpuDataList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpuInfo) GetUpuMacIausf ¶

func (o *UpuInfo) GetUpuMacIausf() string

GetUpuMacIausf returns the UpuMacIausf field value if set, zero value otherwise.

func (*UpuInfo) GetUpuMacIausfOk ¶

func (o *UpuInfo) GetUpuMacIausfOk() (*string, bool)

GetUpuMacIausfOk returns a tuple with the UpuMacIausf field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpuInfo) GetUpuRegInd ¶

func (o *UpuInfo) GetUpuRegInd() bool

GetUpuRegInd returns the UpuRegInd field value if set, zero value otherwise.

func (*UpuInfo) GetUpuRegIndOk ¶

func (o *UpuInfo) GetUpuRegIndOk() (*bool, bool)

GetUpuRegIndOk returns a tuple with the UpuRegInd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpuInfo) GetUpuTransparentContainer ¶

func (o *UpuInfo) GetUpuTransparentContainer() string

GetUpuTransparentContainer returns the UpuTransparentContainer field value if set, zero value otherwise.

func (*UpuInfo) GetUpuTransparentContainerOk ¶

func (o *UpuInfo) 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 (*UpuInfo) HasCounterUpu ¶

func (o *UpuInfo) HasCounterUpu() bool

HasCounterUpu returns a boolean if a field has been set.

func (*UpuInfo) HasUpuAckInd ¶

func (o *UpuInfo) HasUpuAckInd() bool

HasUpuAckInd returns a boolean if a field has been set.

func (*UpuInfo) HasUpuDataList ¶

func (o *UpuInfo) HasUpuDataList() bool

HasUpuDataList returns a boolean if a field has been set.

func (*UpuInfo) HasUpuMacIausf ¶

func (o *UpuInfo) HasUpuMacIausf() bool

HasUpuMacIausf returns a boolean if a field has been set.

func (*UpuInfo) HasUpuRegInd ¶

func (o *UpuInfo) HasUpuRegInd() bool

HasUpuRegInd returns a boolean if a field has been set.

func (*UpuInfo) HasUpuTransparentContainer ¶

func (o *UpuInfo) HasUpuTransparentContainer() bool

HasUpuTransparentContainer returns a boolean if a field has been set.

func (UpuInfo) MarshalJSON ¶

func (o UpuInfo) MarshalJSON() ([]byte, error)

func (*UpuInfo) SetCounterUpu ¶

func (o *UpuInfo) SetCounterUpu(v string)

SetCounterUpu gets a reference to the given string and assigns it to the CounterUpu field.

func (*UpuInfo) SetProvisioningTime ¶

func (o *UpuInfo) SetProvisioningTime(v time.Time)

SetProvisioningTime sets field value

func (*UpuInfo) SetUpuAckInd ¶

func (o *UpuInfo) SetUpuAckInd(v bool)

SetUpuAckInd gets a reference to the given bool and assigns it to the UpuAckInd field.

func (*UpuInfo) SetUpuDataList ¶

func (o *UpuInfo) SetUpuDataList(v []UpuData)

SetUpuDataList gets a reference to the given []UpuData and assigns it to the UpuDataList field.

func (*UpuInfo) SetUpuMacIausf ¶

func (o *UpuInfo) SetUpuMacIausf(v string)

SetUpuMacIausf gets a reference to the given string and assigns it to the UpuMacIausf field.

func (*UpuInfo) SetUpuRegInd ¶

func (o *UpuInfo) SetUpuRegInd(v bool)

SetUpuRegInd gets a reference to the given bool and assigns it to the UpuRegInd field.

func (*UpuInfo) SetUpuTransparentContainer ¶

func (o *UpuInfo) SetUpuTransparentContainer(v string)

SetUpuTransparentContainer gets a reference to the given string and assigns it to the UpuTransparentContainer field.

func (UpuInfo) ToMap ¶

func (o UpuInfo) ToMap() (map[string]interface{}, error)

func (*UpuInfo) UnmarshalJSON ¶

func (o *UpuInfo) UnmarshalJSON(bytes []byte) (err error)

type UserConsent ¶

type UserConsent struct {
	// contains filtered or unexported fields
}

UserConsent struct for UserConsent

func (*UserConsent) MarshalJSON ¶

func (src *UserConsent) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*UserConsent) UnmarshalJSON ¶

func (dst *UserConsent) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type UserConsentSubscriptionDataRetrievalAPIService ¶

type UserConsentSubscriptionDataRetrievalAPIService service

UserConsentSubscriptionDataRetrievalAPIService UserConsentSubscriptionDataRetrievalAPI service

func (*UserConsentSubscriptionDataRetrievalAPIService) GetUcData ¶

GetUcData retrieve a UE's User Consent 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 ApiGetUcDataRequest

func (*UserConsentSubscriptionDataRetrievalAPIService) GetUcDataExecute ¶

Execute executes the request

@return UcSubscriptionData

type V2XSubscriptionDataRetrievalAPIService ¶

type V2XSubscriptionDataRetrievalAPIService service

V2XSubscriptionDataRetrievalAPIService V2XSubscriptionDataRetrievalAPI service

func (*V2XSubscriptionDataRetrievalAPIService) GetV2xData ¶

GetV2xData retrieve a UE's V2X 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 ApiGetV2xDataRequest

func (*V2XSubscriptionDataRetrievalAPIService) GetV2xDataExecute ¶

Execute executes the request

@return V2xSubscriptionData

type V2xSubscriptionData ¶

type V2xSubscriptionData struct {
	NrV2xServicesAuth  *NrV2xAuth  `json:"nrV2xServicesAuth,omitempty"`
	LteV2xServicesAuth *LteV2xAuth `json:"lteV2xServicesAuth,omitempty"`
	// String representing a bit rate; the prefixes follow the standard symbols from The International System of Units, and represent x1000 multipliers, with the exception that prefix \"K\" is used to represent the standard symbol \"k\".
	NrUePc5Ambr *string `json:"nrUePc5Ambr,omitempty"`
	// String representing a bit rate; the prefixes follow the standard symbols from The International System of Units, and represent x1000 multipliers, with the exception that prefix \"K\" is used to represent the standard symbol \"k\".
	LtePc5Ambr *string `json:"ltePc5Ambr,omitempty"`
}

V2xSubscriptionData struct for V2xSubscriptionData

func NewV2xSubscriptionData ¶

func NewV2xSubscriptionData() *V2xSubscriptionData

NewV2xSubscriptionData instantiates a new V2xSubscriptionData 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 NewV2xSubscriptionDataWithDefaults ¶

func NewV2xSubscriptionDataWithDefaults() *V2xSubscriptionData

NewV2xSubscriptionDataWithDefaults instantiates a new V2xSubscriptionData 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 (*V2xSubscriptionData) GetLtePc5Ambr ¶

func (o *V2xSubscriptionData) GetLtePc5Ambr() string

GetLtePc5Ambr returns the LtePc5Ambr field value if set, zero value otherwise.

func (*V2xSubscriptionData) GetLtePc5AmbrOk ¶

func (o *V2xSubscriptionData) GetLtePc5AmbrOk() (*string, bool)

GetLtePc5AmbrOk returns a tuple with the LtePc5Ambr field value if set, nil otherwise and a boolean to check if the value has been set.

func (*V2xSubscriptionData) GetLteV2xServicesAuth ¶

func (o *V2xSubscriptionData) GetLteV2xServicesAuth() LteV2xAuth

GetLteV2xServicesAuth returns the LteV2xServicesAuth field value if set, zero value otherwise.

func (*V2xSubscriptionData) GetLteV2xServicesAuthOk ¶

func (o *V2xSubscriptionData) GetLteV2xServicesAuthOk() (*LteV2xAuth, bool)

GetLteV2xServicesAuthOk returns a tuple with the LteV2xServicesAuth field value if set, nil otherwise and a boolean to check if the value has been set.

func (*V2xSubscriptionData) GetNrUePc5Ambr ¶

func (o *V2xSubscriptionData) GetNrUePc5Ambr() string

GetNrUePc5Ambr returns the NrUePc5Ambr field value if set, zero value otherwise.

func (*V2xSubscriptionData) GetNrUePc5AmbrOk ¶

func (o *V2xSubscriptionData) GetNrUePc5AmbrOk() (*string, bool)

GetNrUePc5AmbrOk returns a tuple with the NrUePc5Ambr field value if set, nil otherwise and a boolean to check if the value has been set.

func (*V2xSubscriptionData) GetNrV2xServicesAuth ¶

func (o *V2xSubscriptionData) GetNrV2xServicesAuth() NrV2xAuth

GetNrV2xServicesAuth returns the NrV2xServicesAuth field value if set, zero value otherwise.

func (*V2xSubscriptionData) GetNrV2xServicesAuthOk ¶

func (o *V2xSubscriptionData) GetNrV2xServicesAuthOk() (*NrV2xAuth, bool)

GetNrV2xServicesAuthOk returns a tuple with the NrV2xServicesAuth field value if set, nil otherwise and a boolean to check if the value has been set.

func (*V2xSubscriptionData) HasLtePc5Ambr ¶

func (o *V2xSubscriptionData) HasLtePc5Ambr() bool

HasLtePc5Ambr returns a boolean if a field has been set.

func (*V2xSubscriptionData) HasLteV2xServicesAuth ¶

func (o *V2xSubscriptionData) HasLteV2xServicesAuth() bool

HasLteV2xServicesAuth returns a boolean if a field has been set.

func (*V2xSubscriptionData) HasNrUePc5Ambr ¶

func (o *V2xSubscriptionData) HasNrUePc5Ambr() bool

HasNrUePc5Ambr returns a boolean if a field has been set.

func (*V2xSubscriptionData) HasNrV2xServicesAuth ¶

func (o *V2xSubscriptionData) HasNrV2xServicesAuth() bool

HasNrV2xServicesAuth returns a boolean if a field has been set.

func (V2xSubscriptionData) MarshalJSON ¶

func (o V2xSubscriptionData) MarshalJSON() ([]byte, error)

func (*V2xSubscriptionData) SetLtePc5Ambr ¶

func (o *V2xSubscriptionData) SetLtePc5Ambr(v string)

SetLtePc5Ambr gets a reference to the given string and assigns it to the LtePc5Ambr field.

func (*V2xSubscriptionData) SetLteV2xServicesAuth ¶

func (o *V2xSubscriptionData) SetLteV2xServicesAuth(v LteV2xAuth)

SetLteV2xServicesAuth gets a reference to the given LteV2xAuth and assigns it to the LteV2xServicesAuth field.

func (*V2xSubscriptionData) SetNrUePc5Ambr ¶

func (o *V2xSubscriptionData) SetNrUePc5Ambr(v string)

SetNrUePc5Ambr gets a reference to the given string and assigns it to the NrUePc5Ambr field.

func (*V2xSubscriptionData) SetNrV2xServicesAuth ¶

func (o *V2xSubscriptionData) SetNrV2xServicesAuth(v NrV2xAuth)

SetNrV2xServicesAuth gets a reference to the given NrV2xAuth and assigns it to the NrV2xServicesAuth field.

func (V2xSubscriptionData) ToMap ¶

func (o V2xSubscriptionData) ToMap() (map[string]interface{}, error)

type ValidTimePeriod ¶

type ValidTimePeriod struct {
	// string with format 'date-time' as defined in OpenAPI.
	StartTime *time.Time `json:"startTime,omitempty"`
	// string with format 'date-time' as defined in OpenAPI.
	EndTime *time.Time `json:"endTime,omitempty"`
}

ValidTimePeriod struct for ValidTimePeriod

func NewValidTimePeriod ¶

func NewValidTimePeriod() *ValidTimePeriod

NewValidTimePeriod instantiates a new ValidTimePeriod 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 NewValidTimePeriodWithDefaults ¶

func NewValidTimePeriodWithDefaults() *ValidTimePeriod

NewValidTimePeriodWithDefaults instantiates a new ValidTimePeriod 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 (*ValidTimePeriod) GetEndTime ¶

func (o *ValidTimePeriod) GetEndTime() time.Time

GetEndTime returns the EndTime field value if set, zero value otherwise.

func (*ValidTimePeriod) GetEndTimeOk ¶

func (o *ValidTimePeriod) GetEndTimeOk() (*time.Time, bool)

GetEndTimeOk returns a tuple with the EndTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ValidTimePeriod) GetStartTime ¶

func (o *ValidTimePeriod) GetStartTime() time.Time

GetStartTime returns the StartTime field value if set, zero value otherwise.

func (*ValidTimePeriod) GetStartTimeOk ¶

func (o *ValidTimePeriod) GetStartTimeOk() (*time.Time, bool)

GetStartTimeOk returns a tuple with the StartTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ValidTimePeriod) HasEndTime ¶

func (o *ValidTimePeriod) HasEndTime() bool

HasEndTime returns a boolean if a field has been set.

func (*ValidTimePeriod) HasStartTime ¶

func (o *ValidTimePeriod) HasStartTime() bool

HasStartTime returns a boolean if a field has been set.

func (ValidTimePeriod) MarshalJSON ¶

func (o ValidTimePeriod) MarshalJSON() ([]byte, error)

func (*ValidTimePeriod) SetEndTime ¶

func (o *ValidTimePeriod) SetEndTime(v time.Time)

SetEndTime gets a reference to the given time.Time and assigns it to the EndTime field.

func (*ValidTimePeriod) SetStartTime ¶

func (o *ValidTimePeriod) SetStartTime(v time.Time)

SetStartTime gets a reference to the given time.Time and assigns it to the StartTime field.

func (ValidTimePeriod) ToMap ¶

func (o ValidTimePeriod) ToMap() (map[string]interface{}, error)

type VnGroupData ¶

type VnGroupData struct {
	PduSessionTypes *PduSessionTypes `json:"pduSessionTypes,omitempty"`
	// String representing a Data Network as defined in clause 9A of 3GPP TS 23.003;  it shall contain either a DNN Network Identifier, or a full DNN with both the Network  Identifier and Operator Identifier, as specified in 3GPP TS 23.003 clause 9.1.1 and 9.1.2. It shall be coded as string in which the labels are separated by dots  (e.g. \"Label1.Label2.Label3\").
	Dnn            *string         `json:"dnn,omitempty"`
	SingleNssai    *Snssai         `json:"singleNssai,omitempty"`
	AppDescriptors []AppDescriptor `json:"appDescriptors,omitempty"`
}

VnGroupData struct for VnGroupData

func NewVnGroupData ¶

func NewVnGroupData() *VnGroupData

NewVnGroupData instantiates a new VnGroupData 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 NewVnGroupDataWithDefaults ¶

func NewVnGroupDataWithDefaults() *VnGroupData

NewVnGroupDataWithDefaults instantiates a new VnGroupData 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 (*VnGroupData) GetAppDescriptors ¶

func (o *VnGroupData) GetAppDescriptors() []AppDescriptor

GetAppDescriptors returns the AppDescriptors field value if set, zero value otherwise.

func (*VnGroupData) GetAppDescriptorsOk ¶

func (o *VnGroupData) GetAppDescriptorsOk() ([]AppDescriptor, bool)

GetAppDescriptorsOk returns a tuple with the AppDescriptors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VnGroupData) GetDnn ¶

func (o *VnGroupData) GetDnn() string

GetDnn returns the Dnn field value if set, zero value otherwise.

func (*VnGroupData) GetDnnOk ¶

func (o *VnGroupData) GetDnnOk() (*string, bool)

GetDnnOk returns a tuple with the Dnn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VnGroupData) GetPduSessionTypes ¶

func (o *VnGroupData) GetPduSessionTypes() PduSessionTypes

GetPduSessionTypes returns the PduSessionTypes field value if set, zero value otherwise.

func (*VnGroupData) GetPduSessionTypesOk ¶

func (o *VnGroupData) GetPduSessionTypesOk() (*PduSessionTypes, bool)

GetPduSessionTypesOk returns a tuple with the PduSessionTypes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VnGroupData) GetSingleNssai ¶

func (o *VnGroupData) GetSingleNssai() Snssai

GetSingleNssai returns the SingleNssai field value if set, zero value otherwise.

func (*VnGroupData) GetSingleNssaiOk ¶

func (o *VnGroupData) GetSingleNssaiOk() (*Snssai, bool)

GetSingleNssaiOk returns a tuple with the SingleNssai field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VnGroupData) HasAppDescriptors ¶

func (o *VnGroupData) HasAppDescriptors() bool

HasAppDescriptors returns a boolean if a field has been set.

func (*VnGroupData) HasDnn ¶

func (o *VnGroupData) HasDnn() bool

HasDnn returns a boolean if a field has been set.

func (*VnGroupData) HasPduSessionTypes ¶

func (o *VnGroupData) HasPduSessionTypes() bool

HasPduSessionTypes returns a boolean if a field has been set.

func (*VnGroupData) HasSingleNssai ¶

func (o *VnGroupData) HasSingleNssai() bool

HasSingleNssai returns a boolean if a field has been set.

func (VnGroupData) MarshalJSON ¶

func (o VnGroupData) MarshalJSON() ([]byte, error)

func (*VnGroupData) SetAppDescriptors ¶

func (o *VnGroupData) SetAppDescriptors(v []AppDescriptor)

SetAppDescriptors gets a reference to the given []AppDescriptor and assigns it to the AppDescriptors field.

func (*VnGroupData) SetDnn ¶

func (o *VnGroupData) SetDnn(v string)

SetDnn gets a reference to the given string and assigns it to the Dnn field.

func (*VnGroupData) SetPduSessionTypes ¶

func (o *VnGroupData) SetPduSessionTypes(v PduSessionTypes)

SetPduSessionTypes gets a reference to the given PduSessionTypes and assigns it to the PduSessionTypes field.

func (*VnGroupData) SetSingleNssai ¶

func (o *VnGroupData) SetSingleNssai(v Snssai)

SetSingleNssai gets a reference to the given Snssai and assigns it to the SingleNssai field.

func (VnGroupData) ToMap ¶

func (o VnGroupData) ToMap() (map[string]interface{}, error)

type WirelineArea ¶

type WirelineArea struct {
	GlobalLineIds []string `json:"globalLineIds,omitempty"`
	HfcNIds       []string `json:"hfcNIds,omitempty"`
	// Values are operator specific.
	AreaCodeB *string `json:"areaCodeB,omitempty"`
	// Values are operator specific.
	AreaCodeC *string `json:"areaCodeC,omitempty"`
}

WirelineArea One and only one of the \"globLineIds\", \"hfcNIds\", \"areaCodeB\" and \"areaCodeC\" attributes shall be included in a WirelineArea data structure

func NewWirelineArea ¶

func NewWirelineArea() *WirelineArea

NewWirelineArea instantiates a new WirelineArea 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 NewWirelineAreaWithDefaults ¶

func NewWirelineAreaWithDefaults() *WirelineArea

NewWirelineAreaWithDefaults instantiates a new WirelineArea 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 (*WirelineArea) GetAreaCodeB ¶

func (o *WirelineArea) GetAreaCodeB() string

GetAreaCodeB returns the AreaCodeB field value if set, zero value otherwise.

func (*WirelineArea) GetAreaCodeBOk ¶

func (o *WirelineArea) GetAreaCodeBOk() (*string, bool)

GetAreaCodeBOk returns a tuple with the AreaCodeB field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WirelineArea) GetAreaCodeC ¶

func (o *WirelineArea) GetAreaCodeC() string

GetAreaCodeC returns the AreaCodeC field value if set, zero value otherwise.

func (*WirelineArea) GetAreaCodeCOk ¶

func (o *WirelineArea) GetAreaCodeCOk() (*string, bool)

GetAreaCodeCOk returns a tuple with the AreaCodeC field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WirelineArea) GetGlobalLineIds ¶

func (o *WirelineArea) GetGlobalLineIds() []string

GetGlobalLineIds returns the GlobalLineIds field value if set, zero value otherwise.

func (*WirelineArea) GetGlobalLineIdsOk ¶

func (o *WirelineArea) GetGlobalLineIdsOk() ([]string, bool)

GetGlobalLineIdsOk returns a tuple with the GlobalLineIds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WirelineArea) GetHfcNIds ¶

func (o *WirelineArea) GetHfcNIds() []string

GetHfcNIds returns the HfcNIds field value if set, zero value otherwise.

func (*WirelineArea) GetHfcNIdsOk ¶

func (o *WirelineArea) GetHfcNIdsOk() ([]string, bool)

GetHfcNIdsOk returns a tuple with the HfcNIds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WirelineArea) HasAreaCodeB ¶

func (o *WirelineArea) HasAreaCodeB() bool

HasAreaCodeB returns a boolean if a field has been set.

func (*WirelineArea) HasAreaCodeC ¶

func (o *WirelineArea) HasAreaCodeC() bool

HasAreaCodeC returns a boolean if a field has been set.

func (*WirelineArea) HasGlobalLineIds ¶

func (o *WirelineArea) HasGlobalLineIds() bool

HasGlobalLineIds returns a boolean if a field has been set.

func (*WirelineArea) HasHfcNIds ¶

func (o *WirelineArea) HasHfcNIds() bool

HasHfcNIds returns a boolean if a field has been set.

func (WirelineArea) MarshalJSON ¶

func (o WirelineArea) MarshalJSON() ([]byte, error)

func (*WirelineArea) SetAreaCodeB ¶

func (o *WirelineArea) SetAreaCodeB(v string)

SetAreaCodeB gets a reference to the given string and assigns it to the AreaCodeB field.

func (*WirelineArea) SetAreaCodeC ¶

func (o *WirelineArea) SetAreaCodeC(v string)

SetAreaCodeC gets a reference to the given string and assigns it to the AreaCodeC field.

func (*WirelineArea) SetGlobalLineIds ¶

func (o *WirelineArea) SetGlobalLineIds(v []string)

SetGlobalLineIds gets a reference to the given []string and assigns it to the GlobalLineIds field.

func (*WirelineArea) SetHfcNIds ¶

func (o *WirelineArea) SetHfcNIds(v []string)

SetHfcNIds gets a reference to the given []string and assigns it to the HfcNIds field.

func (WirelineArea) ToMap ¶

func (o WirelineArea) ToMap() (map[string]interface{}, error)

type WirelineServiceAreaRestriction ¶

type WirelineServiceAreaRestriction struct {
	RestrictionType *RestrictionType `json:"restrictionType,omitempty"`
	Areas           []WirelineArea   `json:"areas,omitempty"`
}

WirelineServiceAreaRestriction The \"restrictionType\" attribute and the \"areas\" attribute shall be either both present or absent. The empty array of areas is used when service is allowed/restricted nowhere.

func NewWirelineServiceAreaRestriction ¶

func NewWirelineServiceAreaRestriction() *WirelineServiceAreaRestriction

NewWirelineServiceAreaRestriction instantiates a new WirelineServiceAreaRestriction 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 NewWirelineServiceAreaRestrictionWithDefaults ¶

func NewWirelineServiceAreaRestrictionWithDefaults() *WirelineServiceAreaRestriction

NewWirelineServiceAreaRestrictionWithDefaults instantiates a new WirelineServiceAreaRestriction 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 (*WirelineServiceAreaRestriction) GetAreas ¶

GetAreas returns the Areas field value if set, zero value otherwise.

func (*WirelineServiceAreaRestriction) GetAreasOk ¶

func (o *WirelineServiceAreaRestriction) GetAreasOk() ([]WirelineArea, bool)

GetAreasOk returns a tuple with the Areas field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WirelineServiceAreaRestriction) GetRestrictionType ¶

func (o *WirelineServiceAreaRestriction) GetRestrictionType() RestrictionType

GetRestrictionType returns the RestrictionType field value if set, zero value otherwise.

func (*WirelineServiceAreaRestriction) GetRestrictionTypeOk ¶

func (o *WirelineServiceAreaRestriction) GetRestrictionTypeOk() (*RestrictionType, bool)

GetRestrictionTypeOk returns a tuple with the RestrictionType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WirelineServiceAreaRestriction) HasAreas ¶

func (o *WirelineServiceAreaRestriction) HasAreas() bool

HasAreas returns a boolean if a field has been set.

func (*WirelineServiceAreaRestriction) HasRestrictionType ¶

func (o *WirelineServiceAreaRestriction) HasRestrictionType() bool

HasRestrictionType returns a boolean if a field has been set.

func (WirelineServiceAreaRestriction) MarshalJSON ¶

func (o WirelineServiceAreaRestriction) MarshalJSON() ([]byte, error)

func (*WirelineServiceAreaRestriction) SetAreas ¶

SetAreas gets a reference to the given []WirelineArea and assigns it to the Areas field.

func (*WirelineServiceAreaRestriction) SetRestrictionType ¶

func (o *WirelineServiceAreaRestriction) SetRestrictionType(v RestrictionType)

SetRestrictionType gets a reference to the given RestrictionType and assigns it to the RestrictionType field.

func (WirelineServiceAreaRestriction) ToMap ¶

func (o WirelineServiceAreaRestriction) ToMap() (map[string]interface{}, error)

Source Files ¶

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL