openapi_Application_Data

package
v1.18.2 Latest Latest
Warning

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

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

README

Go API client for openapi_Application_Data

The API version is defined in 3GPP TS 29.504
© 2022, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
All rights reserved.

Overview

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

  • API version: -
  • 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/net/context

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

import openapi_Application_Data "github.com/GIT_USER_ID/GIT_REPO_ID/openapi_Application_Data"

To use a proxy, set the environment variable HTTP_PROXY:

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

Configuration of Server URL

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

Select Server Configuration

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

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

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

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

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

URLs Configuration per Operation

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

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

Documentation for API Endpoints

All URIs are relative to http://localhost

Class Method HTTP request Description
AMInfluenceDataStoreApi ReadAmInfluenceData Get /application-data/am-influence-data Retrieve AM Influence Data
ApplicationDataSubscriptionsCollectionApi CreateIndividualApplicationDataSubscription Post /application-data/subs-to-notify Create a subscription to receive notification of application data changes
ApplicationDataSubscriptionsCollectionApi ReadApplicationDataChangeSubscriptions Get /application-data/subs-to-notify Read Application Data change Subscriptions
BdtPolicyDataStoreApi ReadBdtPolicyData Get /application-data/bdtPolicyData Retrieve applied BDT Policy Data
EASDeploymentDataStoreApi ReadEasDeployData Get /application-data/eas-deploy-data Retrieve EAS Deployment Information Data
IPTVConfigurationDataStoreApi ReadIPTVCongifurationData Get /application-data/iptvConfigData Retrieve IPTV configuration Data
IndividualAMInfluenceDataDocumentApi CreateOrReplaceIndividualAmInfluenceData Put /application-data/am-influence-data/{amInfluenceId} Create or update an individual AM Influence Data resource
IndividualAMInfluenceDataDocumentApi DeleteIndividualAmInfluenceData Delete /application-data/am-influence-data/{amInfluenceId} Delete an individual AM Influence Data resource
IndividualAMInfluenceDataDocumentApi UpdateIndividualAmInfluenceData Patch /application-data/am-influence-data/{amInfluenceId} Modify part of the properties of an individual AM Influence Data resource
IndividualApplicationDataSubscriptionDocumentApi DeleteIndividualApplicationDataSubscription Delete /application-data/subs-to-notify/{subsId} Delete the individual Application Data subscription
IndividualApplicationDataSubscriptionDocumentApi ReadIndividualApplicationDataSubscription Get /application-data/subs-to-notify/{subsId} Get an existing individual Application Data Subscription resource
IndividualApplicationDataSubscriptionDocumentApi ReplaceIndividualApplicationDataSubscription Put /application-data/subs-to-notify/{subsId} Modify a subscription to receive notification of application data changes
IndividualAppliedBDTPolicyDataDocumentApi CreateIndividualAppliedBdtPolicyData Put /application-data/bdtPolicyData/{bdtPolicyId} Create an individual applied BDT Policy Data resource
IndividualAppliedBDTPolicyDataDocumentApi DeleteIndividualAppliedBdtPolicyData Delete /application-data/bdtPolicyData/{bdtPolicyId} Delete an individual Applied BDT Policy Data resource
IndividualAppliedBDTPolicyDataDocumentApi UpdateIndividualAppliedBdtPolicyData Patch /application-data/bdtPolicyData/{bdtPolicyId} Modify part of the properties of an individual Applied BDT Policy Data resource
IndividualEASDeploymentDataDocumentApi CreateOrReplaceIndividualEasDeployData Put /application-data/eas-deploy-data/{easDeployInfoId} Create or update an individual EAS Deployment Data resource
IndividualEASDeploymentDataDocumentApi ReadIndividualEasDeployData Get /application-data/eas-deploy-data/{easDeployInfoId} Retrieve an individual EAS Deployment Data resource
IndividualEasDeploymentDataDocumentApi DeleteIndividualEasDeployData Delete /application-data/eas-deploy-data/{easDeployInfoId} Delete an individual EAS Deployment Data resource
IndividualIPTVConfigurationDataDocumentApi CreateOrReplaceIndividualIPTVConfigurationData Put /application-data/iptvConfigData/{configurationId} Create or update an individual IPTV configuration resource
IndividualIPTVConfigurationDataDocumentApi DeleteIndividualIPTVConfigurationData Delete /application-data/iptvConfigData/{configurationId} Delete an individual IPTV configuration resource
IndividualIPTVConfigurationDataDocumentApi PartialReplaceIndividualIPTVConfigurationData Patch /application-data/iptvConfigData/{configurationId} Partial update an individual IPTV configuration resource
IndividualInfluenceDataDocumentApi CreateOrReplaceIndividualInfluenceData Put /application-data/influenceData/{influenceId} Create or update an individual Influence Data resource
IndividualInfluenceDataDocumentApi DeleteIndividualInfluenceData Delete /application-data/influenceData/{influenceId} Delete an individual Influence Data resource
IndividualInfluenceDataDocumentApi UpdateIndividualInfluenceData Patch /application-data/influenceData/{influenceId} Modify part of the properties of an individual Influence Data resource
IndividualInfluenceDataSubscriptionDocumentApi DeleteIndividualInfluenceDataSubscription Delete /application-data/influenceData/subs-to-notify/{subscriptionId} Delete an individual Influence Data Subscription resource
IndividualInfluenceDataSubscriptionDocumentApi ReadIndividualInfluenceDataSubscription Get /application-data/influenceData/subs-to-notify/{subscriptionId} Get an existing individual Influence Data Subscription resource
IndividualInfluenceDataSubscriptionDocumentApi ReplaceIndividualInfluenceDataSubscription Put /application-data/influenceData/subs-to-notify/{subscriptionId} Modify an existing individual Influence Data Subscription resource
IndividualPFDDataDocumentApi CreateOrReplaceIndividualPFDData Put /application-data/pfds/{appId} Create or update the corresponding PFDs for the specified application identifier
IndividualPFDDataDocumentApi DeleteIndividualPFDData Delete /application-data/pfds/{appId} Delete the corresponding PFDs of the specified application identifier
IndividualPFDDataDocumentApi ReadIndividualPFDData Get /application-data/pfds/{appId} Retrieve the corresponding PFDs of the specified application identifier
IndividualServiceParameterDataDocumentApi CreateOrReplaceServiceParameterData Put /application-data/serviceParamData/{serviceParamId} Create or update an individual Service Parameter Data resource
IndividualServiceParameterDataDocumentApi DeleteIndividualServiceParameterData Delete /application-data/serviceParamData/{serviceParamId} Delete an individual Service Parameter Data resource
IndividualServiceParameterDataDocumentApi UpdateIndividualServiceParameterData Patch /application-data/serviceParamData/{serviceParamId} Modify part of the properties of an individual Service Parameter Data resource
InfluenceDataStoreApi ReadInfluenceData Get /application-data/influenceData Retrieve Traffic Influence Data
InfluenceDataSubscriptionsCollectionApi CreateIndividualInfluenceDataSubscription Post /application-data/influenceData/subs-to-notify Create a new Individual Influence Data Subscription resource
InfluenceDataSubscriptionsCollectionApi ReadInfluenceDataSubscriptions Get /application-data/influenceData/subs-to-notify Read Influence Data Subscriptions
PFDDataStoreApi ReadPFDData Get /application-data/pfds Retrieve PFDs for application identifier(s)
ServiceParameterDataStoreApi ReadServiceParameterData Get /application-data/serviceParamData Retrieve Service Parameter Data

Documentation For Models

Documentation For Authorization

Endpoints do not require authorization.

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 (
	// 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")
)

Functions

func CacheExpires

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

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

func IsNil added in v1.18.2

func IsNil(i interface{}) bool

IsNil checks if an input is nil

func PtrBool

func PtrBool(v bool) *bool

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

func PtrFloat32

func PtrFloat32(v float32) *float32

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

func PtrFloat64

func PtrFloat64(v float64) *float64

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

func PtrInt

func PtrInt(v int) *int

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

func PtrInt32

func PtrInt32(v int32) *int32

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

func PtrInt64

func PtrInt64(v int64) *int64

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

func PtrString

func PtrString(v string) *string

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

func PtrTime

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

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

Types

type AMInfluenceDataStoreApiService

type AMInfluenceDataStoreApiService service

AMInfluenceDataStoreApiService AMInfluenceDataStoreApi service

func (*AMInfluenceDataStoreApiService) ReadAmInfluenceData

ReadAmInfluenceData Retrieve AM Influence Data

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiReadAmInfluenceDataRequest

func (*AMInfluenceDataStoreApiService) ReadAmInfluenceDataExecute

Execute executes the request

@return []AmInfluData

type APIClient

type APIClient struct {
	AMInfluenceDataStoreApi *AMInfluenceDataStoreApiService

	ApplicationDataSubscriptionsCollectionApi *ApplicationDataSubscriptionsCollectionApiService

	BdtPolicyDataStoreApi *BdtPolicyDataStoreApiService

	EASDeploymentDataStoreApi *EASDeploymentDataStoreApiService

	IPTVConfigurationDataStoreApi *IPTVConfigurationDataStoreApiService

	IndividualAMInfluenceDataDocumentApi *IndividualAMInfluenceDataDocumentApiService

	IndividualApplicationDataSubscriptionDocumentApi *IndividualApplicationDataSubscriptionDocumentApiService

	IndividualAppliedBDTPolicyDataDocumentApi *IndividualAppliedBDTPolicyDataDocumentApiService

	IndividualEASDeploymentDataDocumentApi *IndividualEASDeploymentDataDocumentApiService

	IndividualEasDeploymentDataDocumentApi *IndividualEasDeploymentDataDocumentApiService

	IndividualIPTVConfigurationDataDocumentApi *IndividualIPTVConfigurationDataDocumentApiService

	IndividualInfluenceDataDocumentApi *IndividualInfluenceDataDocumentApiService

	IndividualInfluenceDataSubscriptionDocumentApi *IndividualInfluenceDataSubscriptionDocumentApiService

	IndividualPFDDataDocumentApi *IndividualPFDDataDocumentApiService

	IndividualServiceParameterDataDocumentApi *IndividualServiceParameterDataDocumentApiService

	InfluenceDataStoreApi *InfluenceDataStoreApiService

	InfluenceDataSubscriptionsCollectionApi *InfluenceDataSubscriptionsCollectionApiService

	PFDDataStoreApi *PFDDataStoreApiService

	ServiceParameterDataStoreApi *ServiceParameterDataStoreApiService
	// contains filtered or unexported fields
}

APIClient manages communication with the Unified Data Repository Service API file for Application Data API v- 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 AccessRightStatus

type AccessRightStatus struct {
	String *string
}

AccessRightStatus Possible values are: - FULLY_ALLOWED: The User is fully allowed to access to the channel. - PREVIEW_ALLOWED: The User is preview allowed to access to the channel. - NO_ALLOWED: The User is not allowed to access to the channel.

func (*AccessRightStatus) MarshalJSON

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

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

func (*AccessRightStatus) UnmarshalJSON

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

Unmarshal JSON data into any of the pointers in the struct

type AccessTokenErr

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

AccessTokenErr Error returned in the access token response message

func NewAccessTokenErr

func NewAccessTokenErr(error_ string) *AccessTokenErr

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

func NewAccessTokenErrWithDefaults

func NewAccessTokenErrWithDefaults() *AccessTokenErr

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

func (*AccessTokenErr) GetError

func (o *AccessTokenErr) GetError() string

GetError returns the Error field value

func (*AccessTokenErr) GetErrorDescription

func (o *AccessTokenErr) GetErrorDescription() string

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

func (*AccessTokenErr) GetErrorDescriptionOk

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

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

func (*AccessTokenErr) GetErrorOk

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

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

func (*AccessTokenErr) GetErrorUri

func (o *AccessTokenErr) GetErrorUri() string

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

func (*AccessTokenErr) GetErrorUriOk

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

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

func (*AccessTokenErr) HasErrorDescription

func (o *AccessTokenErr) HasErrorDescription() bool

HasErrorDescription returns a boolean if a field has been set.

func (*AccessTokenErr) HasErrorUri

func (o *AccessTokenErr) HasErrorUri() bool

HasErrorUri returns a boolean if a field has been set.

func (AccessTokenErr) MarshalJSON

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

func (*AccessTokenErr) SetError

func (o *AccessTokenErr) SetError(v string)

SetError sets field value

func (*AccessTokenErr) SetErrorDescription

func (o *AccessTokenErr) SetErrorDescription(v string)

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

func (*AccessTokenErr) SetErrorUri

func (o *AccessTokenErr) SetErrorUri(v string)

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

func (AccessTokenErr) ToMap

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

type AccessTokenReq

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

AccessTokenReq Contains information related to the access token request

func NewAccessTokenReq

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

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

func NewAccessTokenReqWithDefaults

func NewAccessTokenReqWithDefaults() *AccessTokenReq

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

func (*AccessTokenReq) GetGrantType

func (o *AccessTokenReq) GetGrantType() string

GetGrantType returns the GrantType field value

func (*AccessTokenReq) GetGrantTypeOk

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

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

func (*AccessTokenReq) GetHnrfAccessTokenUri

func (o *AccessTokenReq) GetHnrfAccessTokenUri() string

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

func (*AccessTokenReq) GetHnrfAccessTokenUriOk

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

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

func (*AccessTokenReq) GetNfInstanceId

func (o *AccessTokenReq) GetNfInstanceId() string

GetNfInstanceId returns the NfInstanceId field value

func (*AccessTokenReq) GetNfInstanceIdOk

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

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

func (*AccessTokenReq) GetNfType

func (o *AccessTokenReq) GetNfType() NFType

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

func (*AccessTokenReq) GetNfTypeOk

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

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

func (*AccessTokenReq) GetRequesterFqdn

func (o *AccessTokenReq) GetRequesterFqdn() string

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

func (*AccessTokenReq) GetRequesterFqdnOk

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

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

func (*AccessTokenReq) GetRequesterPlmn

func (o *AccessTokenReq) GetRequesterPlmn() PlmnId

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

func (*AccessTokenReq) GetRequesterPlmnList

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

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

func (*AccessTokenReq) GetRequesterPlmnListOk

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

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

func (*AccessTokenReq) GetRequesterPlmnOk

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

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

func (*AccessTokenReq) GetRequesterSnpnList

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

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

func (*AccessTokenReq) GetRequesterSnpnListOk

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

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

func (*AccessTokenReq) GetRequesterSnssaiList

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

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

func (*AccessTokenReq) GetRequesterSnssaiListOk

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

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

func (*AccessTokenReq) GetScope

func (o *AccessTokenReq) GetScope() string

GetScope returns the Scope field value

func (*AccessTokenReq) GetScopeOk

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

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

func (*AccessTokenReq) GetSourceNfInstanceId

func (o *AccessTokenReq) GetSourceNfInstanceId() string

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

func (*AccessTokenReq) GetSourceNfInstanceIdOk

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

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

func (*AccessTokenReq) GetTargetNfInstanceId

func (o *AccessTokenReq) GetTargetNfInstanceId() string

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

func (*AccessTokenReq) GetTargetNfInstanceIdOk

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

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

func (*AccessTokenReq) GetTargetNfServiceSetId

func (o *AccessTokenReq) GetTargetNfServiceSetId() string

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

func (*AccessTokenReq) GetTargetNfServiceSetIdOk

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

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

func (*AccessTokenReq) GetTargetNfSetId

func (o *AccessTokenReq) GetTargetNfSetId() string

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

func (*AccessTokenReq) GetTargetNfSetIdOk

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

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

func (*AccessTokenReq) GetTargetNfType

func (o *AccessTokenReq) GetTargetNfType() NFType

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

func (*AccessTokenReq) GetTargetNfTypeOk

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

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

func (*AccessTokenReq) GetTargetNsiList

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

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

func (*AccessTokenReq) GetTargetNsiListOk

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

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

func (*AccessTokenReq) GetTargetPlmn

func (o *AccessTokenReq) GetTargetPlmn() PlmnId

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

func (*AccessTokenReq) GetTargetPlmnOk

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

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

func (*AccessTokenReq) GetTargetSnpn

func (o *AccessTokenReq) GetTargetSnpn() PlmnIdNid

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

func (*AccessTokenReq) GetTargetSnpnOk

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

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

func (*AccessTokenReq) GetTargetSnssaiList

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

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

func (*AccessTokenReq) GetTargetSnssaiListOk

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

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

func (*AccessTokenReq) HasHnrfAccessTokenUri

func (o *AccessTokenReq) HasHnrfAccessTokenUri() bool

HasHnrfAccessTokenUri returns a boolean if a field has been set.

func (*AccessTokenReq) HasNfType

func (o *AccessTokenReq) HasNfType() bool

HasNfType returns a boolean if a field has been set.

func (*AccessTokenReq) HasRequesterFqdn

func (o *AccessTokenReq) HasRequesterFqdn() bool

HasRequesterFqdn returns a boolean if a field has been set.

func (*AccessTokenReq) HasRequesterPlmn

func (o *AccessTokenReq) HasRequesterPlmn() bool

HasRequesterPlmn returns a boolean if a field has been set.

func (*AccessTokenReq) HasRequesterPlmnList

func (o *AccessTokenReq) HasRequesterPlmnList() bool

HasRequesterPlmnList returns a boolean if a field has been set.

func (*AccessTokenReq) HasRequesterSnpnList

func (o *AccessTokenReq) HasRequesterSnpnList() bool

HasRequesterSnpnList returns a boolean if a field has been set.

func (*AccessTokenReq) HasRequesterSnssaiList

func (o *AccessTokenReq) HasRequesterSnssaiList() bool

HasRequesterSnssaiList returns a boolean if a field has been set.

func (*AccessTokenReq) HasSourceNfInstanceId

func (o *AccessTokenReq) HasSourceNfInstanceId() bool

HasSourceNfInstanceId returns a boolean if a field has been set.

func (*AccessTokenReq) HasTargetNfInstanceId

func (o *AccessTokenReq) HasTargetNfInstanceId() bool

HasTargetNfInstanceId returns a boolean if a field has been set.

func (*AccessTokenReq) HasTargetNfServiceSetId

func (o *AccessTokenReq) HasTargetNfServiceSetId() bool

HasTargetNfServiceSetId returns a boolean if a field has been set.

func (*AccessTokenReq) HasTargetNfSetId

func (o *AccessTokenReq) HasTargetNfSetId() bool

HasTargetNfSetId returns a boolean if a field has been set.

func (*AccessTokenReq) HasTargetNfType

func (o *AccessTokenReq) HasTargetNfType() bool

HasTargetNfType returns a boolean if a field has been set.

func (*AccessTokenReq) HasTargetNsiList

func (o *AccessTokenReq) HasTargetNsiList() bool

HasTargetNsiList returns a boolean if a field has been set.

func (*AccessTokenReq) HasTargetPlmn

func (o *AccessTokenReq) HasTargetPlmn() bool

HasTargetPlmn returns a boolean if a field has been set.

func (*AccessTokenReq) HasTargetSnpn

func (o *AccessTokenReq) HasTargetSnpn() bool

HasTargetSnpn returns a boolean if a field has been set.

func (*AccessTokenReq) HasTargetSnssaiList

func (o *AccessTokenReq) HasTargetSnssaiList() bool

HasTargetSnssaiList returns a boolean if a field has been set.

func (AccessTokenReq) MarshalJSON

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

func (*AccessTokenReq) SetGrantType

func (o *AccessTokenReq) SetGrantType(v string)

SetGrantType sets field value

func (*AccessTokenReq) SetHnrfAccessTokenUri

func (o *AccessTokenReq) SetHnrfAccessTokenUri(v string)

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

func (*AccessTokenReq) SetNfInstanceId

func (o *AccessTokenReq) SetNfInstanceId(v string)

SetNfInstanceId sets field value

func (*AccessTokenReq) SetNfType

func (o *AccessTokenReq) SetNfType(v NFType)

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

func (*AccessTokenReq) SetRequesterFqdn

func (o *AccessTokenReq) SetRequesterFqdn(v string)

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

func (*AccessTokenReq) SetRequesterPlmn

func (o *AccessTokenReq) SetRequesterPlmn(v PlmnId)

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

func (*AccessTokenReq) SetRequesterPlmnList

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

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

func (*AccessTokenReq) SetRequesterSnpnList

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

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

func (*AccessTokenReq) SetRequesterSnssaiList

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

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

func (*AccessTokenReq) SetScope

func (o *AccessTokenReq) SetScope(v string)

SetScope sets field value

func (*AccessTokenReq) SetSourceNfInstanceId

func (o *AccessTokenReq) SetSourceNfInstanceId(v string)

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

func (*AccessTokenReq) SetTargetNfInstanceId

func (o *AccessTokenReq) SetTargetNfInstanceId(v string)

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

func (*AccessTokenReq) SetTargetNfServiceSetId

func (o *AccessTokenReq) SetTargetNfServiceSetId(v string)

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

func (*AccessTokenReq) SetTargetNfSetId

func (o *AccessTokenReq) SetTargetNfSetId(v string)

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

func (*AccessTokenReq) SetTargetNfType

func (o *AccessTokenReq) SetTargetNfType(v NFType)

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

func (*AccessTokenReq) SetTargetNsiList

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

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

func (*AccessTokenReq) SetTargetPlmn

func (o *AccessTokenReq) SetTargetPlmn(v PlmnId)

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

func (*AccessTokenReq) SetTargetSnpn

func (o *AccessTokenReq) SetTargetSnpn(v PlmnIdNid)

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

func (*AccessTokenReq) SetTargetSnssaiList

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

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

func (AccessTokenReq) ToMap

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

type AmInfluData

type AmInfluData struct {
	// Identifies one or more applications.
	AppIds []string `json:"appIds,omitempty"`
	// Identifies one or more DNN, S-NSSAI combinations.
	DnnSnssaiInfos []DnnSnssaiInformation `json:"dnnSnssaiInfos,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.
	InterGroupId *string `json:"interGroupId,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,omitempty"`
	// Indicates whether the data is applicable for any UE.
	AnyUeInd *bool `json:"anyUeInd,omitempty"`
	// indicating a time in seconds.
	PolicyDuration *int32 `json:"policyDuration,omitempty"`
	// List of AM related events for which a subscription is required.
	EvSubs []AmInfluEvent `json:"evSubs,omitempty"`
	// String providing an URI formatted according to RFC 3986.
	NotifUri *string `json:"notifUri,omitempty"`
	// Notification correlation identifier.
	NotifCorrId *string `json:"notifCorrId,omitempty"`
	// Contains the headers provisioned by the NEF.
	Headers []string `json:"headers,omitempty"`
	// Indicates whether high throughput is desired for the indicated UE traffic.
	ThruReq *bool `json:"thruReq,omitempty"`
	// Indicates the service area coverage requirement.
	CovReq []ServiceAreaCoverageInfo `json:"covReq,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"`
	// String providing an URI formatted according to RFC 3986.
	ResUri   *string  `json:"resUri,omitempty"`
	ResetIds []string `json:"resetIds,omitempty"`
}

AmInfluData Represents the AM Influence Data.

func NewAmInfluData

func NewAmInfluData() *AmInfluData

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

func NewAmInfluDataWithDefaults

func NewAmInfluDataWithDefaults() *AmInfluData

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

func (*AmInfluData) GetAnyUeInd

func (o *AmInfluData) GetAnyUeInd() bool

GetAnyUeInd returns the AnyUeInd field value if set, zero value otherwise.

func (*AmInfluData) GetAnyUeIndOk

func (o *AmInfluData) GetAnyUeIndOk() (*bool, bool)

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

func (*AmInfluData) GetAppIds

func (o *AmInfluData) GetAppIds() []string

GetAppIds returns the AppIds field value if set, zero value otherwise.

func (*AmInfluData) GetAppIdsOk

func (o *AmInfluData) GetAppIdsOk() ([]string, bool)

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

func (*AmInfluData) GetCovReq

func (o *AmInfluData) GetCovReq() []ServiceAreaCoverageInfo

GetCovReq returns the CovReq field value if set, zero value otherwise.

func (*AmInfluData) GetCovReqOk

func (o *AmInfluData) GetCovReqOk() ([]ServiceAreaCoverageInfo, bool)

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

func (*AmInfluData) GetDnnSnssaiInfos

func (o *AmInfluData) GetDnnSnssaiInfos() []DnnSnssaiInformation

GetDnnSnssaiInfos returns the DnnSnssaiInfos field value if set, zero value otherwise.

func (*AmInfluData) GetDnnSnssaiInfosOk

func (o *AmInfluData) GetDnnSnssaiInfosOk() ([]DnnSnssaiInformation, bool)

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

func (*AmInfluData) GetEvSubs

func (o *AmInfluData) GetEvSubs() []AmInfluEvent

GetEvSubs returns the EvSubs field value if set, zero value otherwise.

func (*AmInfluData) GetEvSubsOk

func (o *AmInfluData) GetEvSubsOk() ([]AmInfluEvent, bool)

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

func (*AmInfluData) GetHeaders

func (o *AmInfluData) GetHeaders() []string

GetHeaders returns the Headers field value if set, zero value otherwise.

func (*AmInfluData) GetHeadersOk

func (o *AmInfluData) GetHeadersOk() ([]string, bool)

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

func (*AmInfluData) GetInterGroupId

func (o *AmInfluData) GetInterGroupId() string

GetInterGroupId returns the InterGroupId field value if set, zero value otherwise.

func (*AmInfluData) GetInterGroupIdOk

func (o *AmInfluData) GetInterGroupIdOk() (*string, bool)

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

func (*AmInfluData) GetNotifCorrId

func (o *AmInfluData) GetNotifCorrId() string

GetNotifCorrId returns the NotifCorrId field value if set, zero value otherwise.

func (*AmInfluData) GetNotifCorrIdOk

func (o *AmInfluData) GetNotifCorrIdOk() (*string, bool)

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

func (*AmInfluData) GetNotifUri

func (o *AmInfluData) GetNotifUri() string

GetNotifUri returns the NotifUri field value if set, zero value otherwise.

func (*AmInfluData) GetNotifUriOk

func (o *AmInfluData) GetNotifUriOk() (*string, bool)

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

func (*AmInfluData) GetPolicyDuration

func (o *AmInfluData) GetPolicyDuration() int32

GetPolicyDuration returns the PolicyDuration field value if set, zero value otherwise.

func (*AmInfluData) GetPolicyDurationOk

func (o *AmInfluData) GetPolicyDurationOk() (*int32, bool)

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

func (*AmInfluData) GetResUri

func (o *AmInfluData) GetResUri() string

GetResUri returns the ResUri field value if set, zero value otherwise.

func (*AmInfluData) GetResUriOk

func (o *AmInfluData) GetResUriOk() (*string, bool)

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

func (*AmInfluData) GetResetIds

func (o *AmInfluData) GetResetIds() []string

GetResetIds returns the ResetIds field value if set, zero value otherwise.

func (*AmInfluData) GetResetIdsOk

func (o *AmInfluData) 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 (*AmInfluData) GetSupi

func (o *AmInfluData) GetSupi() string

GetSupi returns the Supi field value if set, zero value otherwise.

func (*AmInfluData) GetSupiOk

func (o *AmInfluData) GetSupiOk() (*string, bool)

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

func (*AmInfluData) GetSupportedFeatures

func (o *AmInfluData) GetSupportedFeatures() string

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

func (*AmInfluData) GetSupportedFeaturesOk

func (o *AmInfluData) 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 (*AmInfluData) GetThruReq

func (o *AmInfluData) GetThruReq() bool

GetThruReq returns the ThruReq field value if set, zero value otherwise.

func (*AmInfluData) GetThruReqOk

func (o *AmInfluData) GetThruReqOk() (*bool, bool)

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

func (*AmInfluData) HasAnyUeInd

func (o *AmInfluData) HasAnyUeInd() bool

HasAnyUeInd returns a boolean if a field has been set.

func (*AmInfluData) HasAppIds

func (o *AmInfluData) HasAppIds() bool

HasAppIds returns a boolean if a field has been set.

func (*AmInfluData) HasCovReq

func (o *AmInfluData) HasCovReq() bool

HasCovReq returns a boolean if a field has been set.

func (*AmInfluData) HasDnnSnssaiInfos

func (o *AmInfluData) HasDnnSnssaiInfos() bool

HasDnnSnssaiInfos returns a boolean if a field has been set.

func (*AmInfluData) HasEvSubs

func (o *AmInfluData) HasEvSubs() bool

HasEvSubs returns a boolean if a field has been set.

func (*AmInfluData) HasHeaders

func (o *AmInfluData) HasHeaders() bool

HasHeaders returns a boolean if a field has been set.

func (*AmInfluData) HasInterGroupId

func (o *AmInfluData) HasInterGroupId() bool

HasInterGroupId returns a boolean if a field has been set.

func (*AmInfluData) HasNotifCorrId

func (o *AmInfluData) HasNotifCorrId() bool

HasNotifCorrId returns a boolean if a field has been set.

func (*AmInfluData) HasNotifUri

func (o *AmInfluData) HasNotifUri() bool

HasNotifUri returns a boolean if a field has been set.

func (*AmInfluData) HasPolicyDuration

func (o *AmInfluData) HasPolicyDuration() bool

HasPolicyDuration returns a boolean if a field has been set.

func (*AmInfluData) HasResUri

func (o *AmInfluData) HasResUri() bool

HasResUri returns a boolean if a field has been set.

func (*AmInfluData) HasResetIds

func (o *AmInfluData) HasResetIds() bool

HasResetIds returns a boolean if a field has been set.

func (*AmInfluData) HasSupi

func (o *AmInfluData) HasSupi() bool

HasSupi returns a boolean if a field has been set.

func (*AmInfluData) HasSupportedFeatures

func (o *AmInfluData) HasSupportedFeatures() bool

HasSupportedFeatures returns a boolean if a field has been set.

func (*AmInfluData) HasThruReq

func (o *AmInfluData) HasThruReq() bool

HasThruReq returns a boolean if a field has been set.

func (AmInfluData) MarshalJSON

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

func (*AmInfluData) SetAnyUeInd

func (o *AmInfluData) SetAnyUeInd(v bool)

SetAnyUeInd gets a reference to the given bool and assigns it to the AnyUeInd field.

func (*AmInfluData) SetAppIds

func (o *AmInfluData) SetAppIds(v []string)

SetAppIds gets a reference to the given []string and assigns it to the AppIds field.

func (*AmInfluData) SetCovReq

func (o *AmInfluData) SetCovReq(v []ServiceAreaCoverageInfo)

SetCovReq gets a reference to the given []ServiceAreaCoverageInfo and assigns it to the CovReq field.

func (*AmInfluData) SetDnnSnssaiInfos

func (o *AmInfluData) SetDnnSnssaiInfos(v []DnnSnssaiInformation)

SetDnnSnssaiInfos gets a reference to the given []DnnSnssaiInformation and assigns it to the DnnSnssaiInfos field.

func (*AmInfluData) SetEvSubs

func (o *AmInfluData) SetEvSubs(v []AmInfluEvent)

SetEvSubs gets a reference to the given []AmInfluEvent and assigns it to the EvSubs field.

func (*AmInfluData) SetHeaders

func (o *AmInfluData) SetHeaders(v []string)

SetHeaders gets a reference to the given []string and assigns it to the Headers field.

func (*AmInfluData) SetInterGroupId

func (o *AmInfluData) SetInterGroupId(v string)

SetInterGroupId gets a reference to the given string and assigns it to the InterGroupId field.

func (*AmInfluData) SetNotifCorrId

func (o *AmInfluData) SetNotifCorrId(v string)

SetNotifCorrId gets a reference to the given string and assigns it to the NotifCorrId field.

func (*AmInfluData) SetNotifUri

func (o *AmInfluData) SetNotifUri(v string)

SetNotifUri gets a reference to the given string and assigns it to the NotifUri field.

func (*AmInfluData) SetPolicyDuration

func (o *AmInfluData) SetPolicyDuration(v int32)

SetPolicyDuration gets a reference to the given int32 and assigns it to the PolicyDuration field.

func (*AmInfluData) SetResUri

func (o *AmInfluData) SetResUri(v string)

SetResUri gets a reference to the given string and assigns it to the ResUri field.

func (*AmInfluData) SetResetIds

func (o *AmInfluData) SetResetIds(v []string)

SetResetIds gets a reference to the given []string and assigns it to the ResetIds field.

func (*AmInfluData) SetSupi

func (o *AmInfluData) SetSupi(v string)

SetSupi gets a reference to the given string and assigns it to the Supi field.

func (*AmInfluData) SetSupportedFeatures

func (o *AmInfluData) SetSupportedFeatures(v string)

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

func (*AmInfluData) SetThruReq

func (o *AmInfluData) SetThruReq(v bool)

SetThruReq gets a reference to the given bool and assigns it to the ThruReq field.

func (AmInfluData) ToMap

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

type AmInfluDataPatch

type AmInfluDataPatch struct {
	// Identifies one or more applications.
	AppIds []string `json:"appIds,omitempty"`
	// Identifies one or more DNN, S-NSSAI combinations.
	DnnSnssaiInfos []DnnSnssaiInformation `json:"dnnSnssaiInfos,omitempty"`
	// List of AM related events for which a subscription is required.
	EvSubs []AmInfluEvent `json:"evSubs,omitempty"`
	// Contains the headers provisioned by the NEF.
	Headers []string `json:"headers,omitempty"`
	// Indicates whether high throughput is desired for the indicated UE traffic.
	ThruReq NullableBool `json:"thruReq,omitempty"`
	// String providing an URI formatted according to RFC 3986 with the OpenAPI 'nullable: true' property.
	NotifUri NullableString `json:"notifUri,omitempty"`
	// Notification correlation identifier.
	NotifCorrId NullableString `json:"notifCorrId,omitempty"`
	// Indicates the service area coverage requirement.
	CovReq []ServiceAreaCoverageInfo `json:"covReq,omitempty"`
}

AmInfluDataPatch Represents the AM Influence Data that can be updated.

func NewAmInfluDataPatch

func NewAmInfluDataPatch() *AmInfluDataPatch

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

func NewAmInfluDataPatchWithDefaults

func NewAmInfluDataPatchWithDefaults() *AmInfluDataPatch

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

func (*AmInfluDataPatch) GetAppIds

func (o *AmInfluDataPatch) GetAppIds() []string

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

func (*AmInfluDataPatch) GetAppIdsOk

func (o *AmInfluDataPatch) GetAppIdsOk() ([]string, bool)

GetAppIdsOk returns a tuple with the AppIds 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 (*AmInfluDataPatch) GetCovReq

func (o *AmInfluDataPatch) GetCovReq() []ServiceAreaCoverageInfo

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

func (*AmInfluDataPatch) GetCovReqOk

func (o *AmInfluDataPatch) GetCovReqOk() ([]ServiceAreaCoverageInfo, bool)

GetCovReqOk returns a tuple with the CovReq 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 (*AmInfluDataPatch) GetDnnSnssaiInfos

func (o *AmInfluDataPatch) GetDnnSnssaiInfos() []DnnSnssaiInformation

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

func (*AmInfluDataPatch) GetDnnSnssaiInfosOk

func (o *AmInfluDataPatch) GetDnnSnssaiInfosOk() ([]DnnSnssaiInformation, bool)

GetDnnSnssaiInfosOk returns a tuple with the DnnSnssaiInfos 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 (*AmInfluDataPatch) GetEvSubs

func (o *AmInfluDataPatch) GetEvSubs() []AmInfluEvent

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

func (*AmInfluDataPatch) GetEvSubsOk

func (o *AmInfluDataPatch) GetEvSubsOk() ([]AmInfluEvent, bool)

GetEvSubsOk returns a tuple with the EvSubs 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 (*AmInfluDataPatch) GetHeaders

func (o *AmInfluDataPatch) GetHeaders() []string

GetHeaders returns the Headers field value if set, zero value otherwise.

func (*AmInfluDataPatch) GetHeadersOk

func (o *AmInfluDataPatch) GetHeadersOk() ([]string, bool)

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

func (*AmInfluDataPatch) GetNotifCorrId

func (o *AmInfluDataPatch) GetNotifCorrId() string

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

func (*AmInfluDataPatch) GetNotifCorrIdOk

func (o *AmInfluDataPatch) GetNotifCorrIdOk() (*string, bool)

GetNotifCorrIdOk returns a tuple with the NotifCorrId 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 (*AmInfluDataPatch) GetNotifUri

func (o *AmInfluDataPatch) GetNotifUri() string

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

func (*AmInfluDataPatch) GetNotifUriOk

func (o *AmInfluDataPatch) GetNotifUriOk() (*string, bool)

GetNotifUriOk returns a tuple with the NotifUri 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 (*AmInfluDataPatch) GetThruReq

func (o *AmInfluDataPatch) GetThruReq() bool

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

func (*AmInfluDataPatch) GetThruReqOk

func (o *AmInfluDataPatch) GetThruReqOk() (*bool, bool)

GetThruReqOk returns a tuple with the ThruReq 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 (*AmInfluDataPatch) HasAppIds

func (o *AmInfluDataPatch) HasAppIds() bool

HasAppIds returns a boolean if a field has been set.

func (*AmInfluDataPatch) HasCovReq

func (o *AmInfluDataPatch) HasCovReq() bool

HasCovReq returns a boolean if a field has been set.

func (*AmInfluDataPatch) HasDnnSnssaiInfos

func (o *AmInfluDataPatch) HasDnnSnssaiInfos() bool

HasDnnSnssaiInfos returns a boolean if a field has been set.

func (*AmInfluDataPatch) HasEvSubs

func (o *AmInfluDataPatch) HasEvSubs() bool

HasEvSubs returns a boolean if a field has been set.

func (*AmInfluDataPatch) HasHeaders

func (o *AmInfluDataPatch) HasHeaders() bool

HasHeaders returns a boolean if a field has been set.

func (*AmInfluDataPatch) HasNotifCorrId

func (o *AmInfluDataPatch) HasNotifCorrId() bool

HasNotifCorrId returns a boolean if a field has been set.

func (*AmInfluDataPatch) HasNotifUri

func (o *AmInfluDataPatch) HasNotifUri() bool

HasNotifUri returns a boolean if a field has been set.

func (*AmInfluDataPatch) HasThruReq

func (o *AmInfluDataPatch) HasThruReq() bool

HasThruReq returns a boolean if a field has been set.

func (AmInfluDataPatch) MarshalJSON

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

func (*AmInfluDataPatch) SetAppIds

func (o *AmInfluDataPatch) SetAppIds(v []string)

SetAppIds gets a reference to the given []string and assigns it to the AppIds field.

func (*AmInfluDataPatch) SetCovReq

func (o *AmInfluDataPatch) SetCovReq(v []ServiceAreaCoverageInfo)

SetCovReq gets a reference to the given []ServiceAreaCoverageInfo and assigns it to the CovReq field.

func (*AmInfluDataPatch) SetDnnSnssaiInfos

func (o *AmInfluDataPatch) SetDnnSnssaiInfos(v []DnnSnssaiInformation)

SetDnnSnssaiInfos gets a reference to the given []DnnSnssaiInformation and assigns it to the DnnSnssaiInfos field.

func (*AmInfluDataPatch) SetEvSubs

func (o *AmInfluDataPatch) SetEvSubs(v []AmInfluEvent)

SetEvSubs gets a reference to the given []AmInfluEvent and assigns it to the EvSubs field.

func (*AmInfluDataPatch) SetHeaders

func (o *AmInfluDataPatch) SetHeaders(v []string)

SetHeaders gets a reference to the given []string and assigns it to the Headers field.

func (*AmInfluDataPatch) SetNotifCorrId

func (o *AmInfluDataPatch) SetNotifCorrId(v string)

SetNotifCorrId gets a reference to the given NullableString and assigns it to the NotifCorrId field.

func (*AmInfluDataPatch) SetNotifCorrIdNil

func (o *AmInfluDataPatch) SetNotifCorrIdNil()

SetNotifCorrIdNil sets the value for NotifCorrId to be an explicit nil

func (*AmInfluDataPatch) SetNotifUri

func (o *AmInfluDataPatch) SetNotifUri(v string)

SetNotifUri gets a reference to the given NullableString and assigns it to the NotifUri field.

func (*AmInfluDataPatch) SetNotifUriNil

func (o *AmInfluDataPatch) SetNotifUriNil()

SetNotifUriNil sets the value for NotifUri to be an explicit nil

func (*AmInfluDataPatch) SetThruReq

func (o *AmInfluDataPatch) SetThruReq(v bool)

SetThruReq gets a reference to the given NullableBool and assigns it to the ThruReq field.

func (*AmInfluDataPatch) SetThruReqNil

func (o *AmInfluDataPatch) SetThruReqNil()

SetThruReqNil sets the value for ThruReq to be an explicit nil

func (AmInfluDataPatch) ToMap

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

func (*AmInfluDataPatch) UnsetNotifCorrId

func (o *AmInfluDataPatch) UnsetNotifCorrId()

UnsetNotifCorrId ensures that no value is present for NotifCorrId, not even an explicit nil

func (*AmInfluDataPatch) UnsetNotifUri

func (o *AmInfluDataPatch) UnsetNotifUri()

UnsetNotifUri ensures that no value is present for NotifUri, not even an explicit nil

func (*AmInfluDataPatch) UnsetThruReq

func (o *AmInfluDataPatch) UnsetThruReq()

UnsetThruReq ensures that no value is present for ThruReq, not even an explicit nil

type AmInfluEvent

type AmInfluEvent struct {
	String *string
}

AmInfluEvent Represents the service area coverage outcome event.

func (*AmInfluEvent) MarshalJSON

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

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

func (*AmInfluEvent) UnmarshalJSON

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

Unmarshal JSON data into any of the pointers in the struct

type ApiCreateIndividualApplicationDataSubscriptionRequest

type ApiCreateIndividualApplicationDataSubscriptionRequest struct {
	ApiService *ApplicationDataSubscriptionsCollectionApiService
	// contains filtered or unexported fields
}

func (ApiCreateIndividualApplicationDataSubscriptionRequest) ApplicationDataSubs

func (ApiCreateIndividualApplicationDataSubscriptionRequest) Execute

type ApiCreateIndividualAppliedBdtPolicyDataRequest

type ApiCreateIndividualAppliedBdtPolicyDataRequest struct {
	ApiService *IndividualAppliedBDTPolicyDataDocumentApiService
	// contains filtered or unexported fields
}

func (ApiCreateIndividualAppliedBdtPolicyDataRequest) BdtPolicyData

func (ApiCreateIndividualAppliedBdtPolicyDataRequest) Execute

type ApiCreateIndividualInfluenceDataSubscriptionRequest

type ApiCreateIndividualInfluenceDataSubscriptionRequest struct {
	ApiService *InfluenceDataSubscriptionsCollectionApiService
	// contains filtered or unexported fields
}

func (ApiCreateIndividualInfluenceDataSubscriptionRequest) Execute

func (ApiCreateIndividualInfluenceDataSubscriptionRequest) TrafficInfluSub

type ApiCreateOrReplaceIndividualAmInfluenceDataRequest

type ApiCreateOrReplaceIndividualAmInfluenceDataRequest struct {
	ApiService *IndividualAMInfluenceDataDocumentApiService
	// contains filtered or unexported fields
}

func (ApiCreateOrReplaceIndividualAmInfluenceDataRequest) AmInfluData

func (ApiCreateOrReplaceIndividualAmInfluenceDataRequest) Execute

type ApiCreateOrReplaceIndividualIPTVConfigurationDataRequest

type ApiCreateOrReplaceIndividualIPTVConfigurationDataRequest struct {
	ApiService *IndividualIPTVConfigurationDataDocumentApiService
	// contains filtered or unexported fields
}

func (ApiCreateOrReplaceIndividualIPTVConfigurationDataRequest) Execute

func (ApiCreateOrReplaceIndividualIPTVConfigurationDataRequest) IptvConfigData

type ApiCreateOrReplaceIndividualInfluenceDataRequest

type ApiCreateOrReplaceIndividualInfluenceDataRequest struct {
	ApiService *IndividualInfluenceDataDocumentApiService
	// contains filtered or unexported fields
}

func (ApiCreateOrReplaceIndividualInfluenceDataRequest) Execute

func (ApiCreateOrReplaceIndividualInfluenceDataRequest) TrafficInfluData

type ApiCreateOrReplaceIndividualPFDDataRequest

type ApiCreateOrReplaceIndividualPFDDataRequest struct {
	ApiService *IndividualPFDDataDocumentApiService
	// contains filtered or unexported fields
}

func (ApiCreateOrReplaceIndividualPFDDataRequest) Execute

func (ApiCreateOrReplaceIndividualPFDDataRequest) PfdDataForAppExt

type ApiCreateOrReplaceServiceParameterDataRequest

type ApiCreateOrReplaceServiceParameterDataRequest struct {
	ApiService *IndividualServiceParameterDataDocumentApiService
	// contains filtered or unexported fields
}

func (ApiCreateOrReplaceServiceParameterDataRequest) Execute

func (ApiCreateOrReplaceServiceParameterDataRequest) ServiceParameterData

type ApiDeleteIndividualAmInfluenceDataRequest

type ApiDeleteIndividualAmInfluenceDataRequest struct {
	ApiService *IndividualAMInfluenceDataDocumentApiService
	// contains filtered or unexported fields
}

func (ApiDeleteIndividualAmInfluenceDataRequest) Execute

type ApiDeleteIndividualApplicationDataSubscriptionRequest

type ApiDeleteIndividualApplicationDataSubscriptionRequest struct {
	ApiService *IndividualApplicationDataSubscriptionDocumentApiService
	// contains filtered or unexported fields
}

func (ApiDeleteIndividualApplicationDataSubscriptionRequest) Execute

type ApiDeleteIndividualAppliedBdtPolicyDataRequest

type ApiDeleteIndividualAppliedBdtPolicyDataRequest struct {
	ApiService *IndividualAppliedBDTPolicyDataDocumentApiService
	// contains filtered or unexported fields
}

func (ApiDeleteIndividualAppliedBdtPolicyDataRequest) Execute

type ApiDeleteIndividualEasDeployDataRequest

type ApiDeleteIndividualEasDeployDataRequest struct {
	ApiService *IndividualEasDeploymentDataDocumentApiService
	// contains filtered or unexported fields
}

func (ApiDeleteIndividualEasDeployDataRequest) Execute

type ApiDeleteIndividualIPTVConfigurationDataRequest

type ApiDeleteIndividualIPTVConfigurationDataRequest struct {
	ApiService *IndividualIPTVConfigurationDataDocumentApiService
	// contains filtered or unexported fields
}

func (ApiDeleteIndividualIPTVConfigurationDataRequest) Execute

type ApiDeleteIndividualInfluenceDataRequest

type ApiDeleteIndividualInfluenceDataRequest struct {
	ApiService *IndividualInfluenceDataDocumentApiService
	// contains filtered or unexported fields
}

func (ApiDeleteIndividualInfluenceDataRequest) Execute

type ApiDeleteIndividualInfluenceDataSubscriptionRequest

type ApiDeleteIndividualInfluenceDataSubscriptionRequest struct {
	ApiService *IndividualInfluenceDataSubscriptionDocumentApiService
	// contains filtered or unexported fields
}

func (ApiDeleteIndividualInfluenceDataSubscriptionRequest) Execute

type ApiDeleteIndividualPFDDataRequest

type ApiDeleteIndividualPFDDataRequest struct {
	ApiService *IndividualPFDDataDocumentApiService
	// contains filtered or unexported fields
}

func (ApiDeleteIndividualPFDDataRequest) Execute

type ApiDeleteIndividualServiceParameterDataRequest

type ApiDeleteIndividualServiceParameterDataRequest struct {
	ApiService *IndividualServiceParameterDataDocumentApiService
	// contains filtered or unexported fields
}

func (ApiDeleteIndividualServiceParameterDataRequest) Execute

type ApiPartialReplaceIndividualIPTVConfigurationDataRequest

type ApiPartialReplaceIndividualIPTVConfigurationDataRequest struct {
	ApiService *IndividualIPTVConfigurationDataDocumentApiService
	// contains filtered or unexported fields
}

func (ApiPartialReplaceIndividualIPTVConfigurationDataRequest) Execute

func (ApiPartialReplaceIndividualIPTVConfigurationDataRequest) IptvConfigDataPatch

type ApiReadAmInfluenceDataRequest

type ApiReadAmInfluenceDataRequest struct {
	ApiService *AMInfluenceDataStoreApiService
	// contains filtered or unexported fields
}

func (ApiReadAmInfluenceDataRequest) AmInfluenceIds

func (r ApiReadAmInfluenceDataRequest) AmInfluenceIds(amInfluenceIds []string) ApiReadAmInfluenceDataRequest

Each element identifies a service.

func (ApiReadAmInfluenceDataRequest) AnyUe

Indicates whether the request is for any UE.

func (ApiReadAmInfluenceDataRequest) DnnSnssaiInfos

Each element identifies a combination of (DNN, S-NSSAI).

func (ApiReadAmInfluenceDataRequest) Dnns

Each element identifies a DNN.

func (ApiReadAmInfluenceDataRequest) Execute

func (ApiReadAmInfluenceDataRequest) InternalGroupIds

func (r ApiReadAmInfluenceDataRequest) InternalGroupIds(internalGroupIds []string) ApiReadAmInfluenceDataRequest

Each element identifies a group of users.

func (ApiReadAmInfluenceDataRequest) Snssais

Each element identifies a slice.

func (ApiReadAmInfluenceDataRequest) Supis

Each element identifies the user.

func (ApiReadAmInfluenceDataRequest) SuppFeat

Supported Features

type ApiReadApplicationDataChangeSubscriptionsRequest

type ApiReadApplicationDataChangeSubscriptionsRequest struct {
	ApiService *ApplicationDataSubscriptionsCollectionApiService
	// contains filtered or unexported fields
}

func (ApiReadApplicationDataChangeSubscriptionsRequest) DataFilter

The data filter for the query.

func (ApiReadApplicationDataChangeSubscriptionsRequest) Execute

type ApiReadBdtPolicyDataRequest

type ApiReadBdtPolicyDataRequest struct {
	ApiService *BdtPolicyDataStoreApiService
	// contains filtered or unexported fields
}

func (ApiReadBdtPolicyDataRequest) BdtPolicyIds

func (r ApiReadBdtPolicyDataRequest) BdtPolicyIds(bdtPolicyIds []string) ApiReadBdtPolicyDataRequest

Each element identifies a service.

func (ApiReadBdtPolicyDataRequest) Execute

func (ApiReadBdtPolicyDataRequest) InternalGroupIds

func (r ApiReadBdtPolicyDataRequest) InternalGroupIds(internalGroupIds []string) ApiReadBdtPolicyDataRequest

Each element identifies a group of users.

func (ApiReadBdtPolicyDataRequest) Supis

Each element identifies the user.

type ApiReadEasDeployDataRequest

type ApiReadEasDeployDataRequest struct {
	ApiService *EASDeploymentDataStoreApiService
	// contains filtered or unexported fields
}

func (ApiReadEasDeployDataRequest) AppId

Identifies an application.

func (ApiReadEasDeployDataRequest) Dnn

Identifies a DNN.

func (ApiReadEasDeployDataRequest) Execute

func (ApiReadEasDeployDataRequest) InternalGroupId

func (r ApiReadEasDeployDataRequest) InternalGroupId(internalGroupId string) ApiReadEasDeployDataRequest

Identifies a group of users.

func (ApiReadEasDeployDataRequest) Snssai

Identifies an S-NSSAI.

type ApiReadIPTVCongifurationDataRequest

type ApiReadIPTVCongifurationDataRequest struct {
	ApiService *IPTVConfigurationDataStoreApiService
	// contains filtered or unexported fields
}

func (ApiReadIPTVCongifurationDataRequest) ConfigIds

Each element identifies a configuration.

func (ApiReadIPTVCongifurationDataRequest) Dnns

Each element identifies a DNN.

func (ApiReadIPTVCongifurationDataRequest) Execute

func (ApiReadIPTVCongifurationDataRequest) InterGroupIds

Each element identifies a group of users.

func (ApiReadIPTVCongifurationDataRequest) Snssais

Each element identifies a slice.

func (ApiReadIPTVCongifurationDataRequest) Supis

Each element identifies the user.

type ApiReadIndividualApplicationDataSubscriptionRequest

type ApiReadIndividualApplicationDataSubscriptionRequest struct {
	ApiService *IndividualApplicationDataSubscriptionDocumentApiService
	// contains filtered or unexported fields
}

func (ApiReadIndividualApplicationDataSubscriptionRequest) Execute

type ApiReadIndividualInfluenceDataSubscriptionRequest

type ApiReadIndividualInfluenceDataSubscriptionRequest struct {
	ApiService *IndividualInfluenceDataSubscriptionDocumentApiService
	// contains filtered or unexported fields
}

func (ApiReadIndividualInfluenceDataSubscriptionRequest) Execute

type ApiReadIndividualPFDDataRequest

type ApiReadIndividualPFDDataRequest struct {
	ApiService *IndividualPFDDataDocumentApiService
	// contains filtered or unexported fields
}

func (ApiReadIndividualPFDDataRequest) Execute

func (ApiReadIndividualPFDDataRequest) SuppFeat

Supported Features

type ApiReadInfluenceDataRequest

type ApiReadInfluenceDataRequest struct {
	ApiService *InfluenceDataStoreApiService
	// contains filtered or unexported fields
}

func (ApiReadInfluenceDataRequest) Dnns

Each element identifies a DNN.

func (ApiReadInfluenceDataRequest) Execute

func (ApiReadInfluenceDataRequest) InfluenceIds

func (r ApiReadInfluenceDataRequest) InfluenceIds(influenceIds []string) ApiReadInfluenceDataRequest

Each element identifies a service.

func (ApiReadInfluenceDataRequest) InternalGroupIds

func (r ApiReadInfluenceDataRequest) InternalGroupIds(internalGroupIds []string) ApiReadInfluenceDataRequest

Each element identifies a group of users.

func (ApiReadInfluenceDataRequest) Snssais

Each element identifies a slice.

func (ApiReadInfluenceDataRequest) Supis

Each element identifies the user.

func (ApiReadInfluenceDataRequest) SuppFeat

Supported Features

type ApiReadInfluenceDataSubscriptionsRequest

type ApiReadInfluenceDataSubscriptionsRequest struct {
	ApiService *InfluenceDataSubscriptionsCollectionApiService
	// contains filtered or unexported fields
}

func (ApiReadInfluenceDataSubscriptionsRequest) Dnn

Identifies a DNN.

func (ApiReadInfluenceDataSubscriptionsRequest) Execute

func (ApiReadInfluenceDataSubscriptionsRequest) InternalGroupId

Identifies a group of users.

func (ApiReadInfluenceDataSubscriptionsRequest) Snssai

Identifies a slice.

func (ApiReadInfluenceDataSubscriptionsRequest) Supi

Identifies a user.

type ApiReadPFDDataRequest

type ApiReadPFDDataRequest struct {
	ApiService *PFDDataStoreApiService
	// contains filtered or unexported fields
}

func (ApiReadPFDDataRequest) AppId

Contains the information of the application identifier(s) for the querying PFD Data resource. If none appId is included in the URI, it applies to all application identifier(s) for the querying PFD Data resource.

func (ApiReadPFDDataRequest) Execute

func (ApiReadPFDDataRequest) SuppFeat

func (r ApiReadPFDDataRequest) SuppFeat(suppFeat string) ApiReadPFDDataRequest

Supported Features

type ApiReadServiceParameterDataRequest

type ApiReadServiceParameterDataRequest struct {
	ApiService *ServiceParameterDataStoreApiService
	// contains filtered or unexported fields
}

func (ApiReadServiceParameterDataRequest) AnyUe

Indicates whether the request is for any UE.

func (ApiReadServiceParameterDataRequest) Dnns

Each element identifies a DNN.

func (ApiReadServiceParameterDataRequest) Execute

func (ApiReadServiceParameterDataRequest) InternalGroupIds

func (r ApiReadServiceParameterDataRequest) InternalGroupIds(internalGroupIds []string) ApiReadServiceParameterDataRequest

Each element identifies a group of users.

func (ApiReadServiceParameterDataRequest) ServiceParamIds

Each element identifies a service.

func (ApiReadServiceParameterDataRequest) Snssais

Each element identifies a slice.

func (ApiReadServiceParameterDataRequest) Supis

Each element identifies the user.

func (ApiReadServiceParameterDataRequest) SuppFeat

Supported Features

func (ApiReadServiceParameterDataRequest) UeIpv4s

Each element identifies the user.

func (ApiReadServiceParameterDataRequest) UeIpv6s

Each element identifies the user.

func (ApiReadServiceParameterDataRequest) UeMacs

Each element identifies the user.

type ApiReplaceIndividualApplicationDataSubscriptionRequest

type ApiReplaceIndividualApplicationDataSubscriptionRequest struct {
	ApiService *IndividualApplicationDataSubscriptionDocumentApiService
	// contains filtered or unexported fields
}

func (ApiReplaceIndividualApplicationDataSubscriptionRequest) ApplicationDataSubs

func (ApiReplaceIndividualApplicationDataSubscriptionRequest) Execute

type ApiReplaceIndividualInfluenceDataSubscriptionRequest

type ApiReplaceIndividualInfluenceDataSubscriptionRequest struct {
	ApiService *IndividualInfluenceDataSubscriptionDocumentApiService
	// contains filtered or unexported fields
}

func (ApiReplaceIndividualInfluenceDataSubscriptionRequest) Execute

func (ApiReplaceIndividualInfluenceDataSubscriptionRequest) TrafficInfluSub

type ApiUpdateIndividualAmInfluenceDataRequest

type ApiUpdateIndividualAmInfluenceDataRequest struct {
	ApiService *IndividualAMInfluenceDataDocumentApiService
	// contains filtered or unexported fields
}

func (ApiUpdateIndividualAmInfluenceDataRequest) AmInfluDataPatch

func (ApiUpdateIndividualAmInfluenceDataRequest) Execute

type ApiUpdateIndividualAppliedBdtPolicyDataRequest

type ApiUpdateIndividualAppliedBdtPolicyDataRequest struct {
	ApiService *IndividualAppliedBDTPolicyDataDocumentApiService
	// contains filtered or unexported fields
}

func (ApiUpdateIndividualAppliedBdtPolicyDataRequest) BdtPolicyDataPatch

func (ApiUpdateIndividualAppliedBdtPolicyDataRequest) Execute

type ApiUpdateIndividualInfluenceDataRequest

type ApiUpdateIndividualInfluenceDataRequest struct {
	ApiService *IndividualInfluenceDataDocumentApiService
	// contains filtered or unexported fields
}

func (ApiUpdateIndividualInfluenceDataRequest) Execute

func (ApiUpdateIndividualInfluenceDataRequest) TrafficInfluDataPatch

type ApiUpdateIndividualServiceParameterDataRequest

type ApiUpdateIndividualServiceParameterDataRequest struct {
	ApiService *IndividualServiceParameterDataDocumentApiService
	// contains filtered or unexported fields
}

func (ApiUpdateIndividualServiceParameterDataRequest) Execute

func (ApiUpdateIndividualServiceParameterDataRequest) ServiceParameterDataPatch

type AppDescriptor

type AppDescriptor struct {
	// Represents the Operating System of the served UE.
	OsId string `json:"osId"`
	// Identifies applications that are running on the UE's operating system. Any string value can be used as a key of the map.
	AppIds map[string]string `json:"appIds"`
}

AppDescriptor Represents an operation system and the corresponding applications.

func NewAppDescriptor

func NewAppDescriptor(osId string, appIds map[string]string) *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) GetAppIds

func (o *AppDescriptor) GetAppIds() map[string]string

GetAppIds returns the AppIds field value

func (*AppDescriptor) GetAppIdsOk

func (o *AppDescriptor) GetAppIdsOk() (*map[string]string, bool)

GetAppIdsOk returns a tuple with the AppIds field value 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

func (*AppDescriptor) GetOsIdOk

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

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

func (AppDescriptor) MarshalJSON

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

func (*AppDescriptor) SetAppIds

func (o *AppDescriptor) SetAppIds(v map[string]string)

SetAppIds sets field value

func (*AppDescriptor) SetOsId

func (o *AppDescriptor) SetOsId(v string)

SetOsId sets field value

func (AppDescriptor) ToMap

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

type ApplicationDataChangeNotif

type ApplicationDataChangeNotif struct {
	IptvConfigData *IptvConfigData        `json:"iptvConfigData,omitempty"`
	PfdData        *PfdChangeNotification `json:"pfdData,omitempty"`
	BdtPolicyData  *BdtPolicyData         `json:"bdtPolicyData,omitempty"`
	// String providing an URI formatted according to RFC 3986.
	ResUri       string                `json:"resUri"`
	SerParamData *ServiceParameterData `json:"serParamData,omitempty"`
	AmInfluData  *AmInfluData          `json:"amInfluData,omitempty"`
}

ApplicationDataChangeNotif Contains changed application data for which notification was requested.

func NewApplicationDataChangeNotif

func NewApplicationDataChangeNotif(resUri string) *ApplicationDataChangeNotif

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

func NewApplicationDataChangeNotifWithDefaults

func NewApplicationDataChangeNotifWithDefaults() *ApplicationDataChangeNotif

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

func (*ApplicationDataChangeNotif) GetAmInfluData

func (o *ApplicationDataChangeNotif) GetAmInfluData() AmInfluData

GetAmInfluData returns the AmInfluData field value if set, zero value otherwise.

func (*ApplicationDataChangeNotif) GetAmInfluDataOk

func (o *ApplicationDataChangeNotif) GetAmInfluDataOk() (*AmInfluData, bool)

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

func (*ApplicationDataChangeNotif) GetBdtPolicyData

func (o *ApplicationDataChangeNotif) GetBdtPolicyData() BdtPolicyData

GetBdtPolicyData returns the BdtPolicyData field value if set, zero value otherwise.

func (*ApplicationDataChangeNotif) GetBdtPolicyDataOk

func (o *ApplicationDataChangeNotif) GetBdtPolicyDataOk() (*BdtPolicyData, bool)

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

func (*ApplicationDataChangeNotif) GetIptvConfigData

func (o *ApplicationDataChangeNotif) GetIptvConfigData() IptvConfigData

GetIptvConfigData returns the IptvConfigData field value if set, zero value otherwise.

func (*ApplicationDataChangeNotif) GetIptvConfigDataOk

func (o *ApplicationDataChangeNotif) GetIptvConfigDataOk() (*IptvConfigData, bool)

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

func (*ApplicationDataChangeNotif) GetPfdData

GetPfdData returns the PfdData field value if set, zero value otherwise.

func (*ApplicationDataChangeNotif) GetPfdDataOk

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

func (*ApplicationDataChangeNotif) GetResUri

func (o *ApplicationDataChangeNotif) GetResUri() string

GetResUri returns the ResUri field value

func (*ApplicationDataChangeNotif) GetResUriOk

func (o *ApplicationDataChangeNotif) GetResUriOk() (*string, bool)

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

func (*ApplicationDataChangeNotif) GetSerParamData

func (o *ApplicationDataChangeNotif) GetSerParamData() ServiceParameterData

GetSerParamData returns the SerParamData field value if set, zero value otherwise.

func (*ApplicationDataChangeNotif) GetSerParamDataOk

func (o *ApplicationDataChangeNotif) GetSerParamDataOk() (*ServiceParameterData, bool)

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

func (*ApplicationDataChangeNotif) HasAmInfluData

func (o *ApplicationDataChangeNotif) HasAmInfluData() bool

HasAmInfluData returns a boolean if a field has been set.

func (*ApplicationDataChangeNotif) HasBdtPolicyData

func (o *ApplicationDataChangeNotif) HasBdtPolicyData() bool

HasBdtPolicyData returns a boolean if a field has been set.

func (*ApplicationDataChangeNotif) HasIptvConfigData

func (o *ApplicationDataChangeNotif) HasIptvConfigData() bool

HasIptvConfigData returns a boolean if a field has been set.

func (*ApplicationDataChangeNotif) HasPfdData

func (o *ApplicationDataChangeNotif) HasPfdData() bool

HasPfdData returns a boolean if a field has been set.

func (*ApplicationDataChangeNotif) HasSerParamData

func (o *ApplicationDataChangeNotif) HasSerParamData() bool

HasSerParamData returns a boolean if a field has been set.

func (ApplicationDataChangeNotif) MarshalJSON

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

func (*ApplicationDataChangeNotif) SetAmInfluData

func (o *ApplicationDataChangeNotif) SetAmInfluData(v AmInfluData)

SetAmInfluData gets a reference to the given AmInfluData and assigns it to the AmInfluData field.

func (*ApplicationDataChangeNotif) SetBdtPolicyData

func (o *ApplicationDataChangeNotif) SetBdtPolicyData(v BdtPolicyData)

SetBdtPolicyData gets a reference to the given BdtPolicyData and assigns it to the BdtPolicyData field.

func (*ApplicationDataChangeNotif) SetIptvConfigData

func (o *ApplicationDataChangeNotif) SetIptvConfigData(v IptvConfigData)

SetIptvConfigData gets a reference to the given IptvConfigData and assigns it to the IptvConfigData field.

func (*ApplicationDataChangeNotif) SetPfdData

SetPfdData gets a reference to the given PfdChangeNotification and assigns it to the PfdData field.

func (*ApplicationDataChangeNotif) SetResUri

func (o *ApplicationDataChangeNotif) SetResUri(v string)

SetResUri sets field value

func (*ApplicationDataChangeNotif) SetSerParamData

func (o *ApplicationDataChangeNotif) SetSerParamData(v ServiceParameterData)

SetSerParamData gets a reference to the given ServiceParameterData and assigns it to the SerParamData field.

func (ApplicationDataChangeNotif) ToMap

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

type ApplicationDataInfluenceDataSubsToNotifyPostRequestInner

type ApplicationDataInfluenceDataSubsToNotifyPostRequestInner struct {
	TrafficInfluData      *TrafficInfluData
	TrafficInfluDataNotif *TrafficInfluDataNotif
}

ApplicationDataInfluenceDataSubsToNotifyPostRequestInner - struct for ApplicationDataInfluenceDataSubsToNotifyPostRequestInner

func TrafficInfluDataAsApplicationDataInfluenceDataSubsToNotifyPostRequestInner

func TrafficInfluDataAsApplicationDataInfluenceDataSubsToNotifyPostRequestInner(v *TrafficInfluData) ApplicationDataInfluenceDataSubsToNotifyPostRequestInner

TrafficInfluDataAsApplicationDataInfluenceDataSubsToNotifyPostRequestInner is a convenience function that returns TrafficInfluData wrapped in ApplicationDataInfluenceDataSubsToNotifyPostRequestInner

func TrafficInfluDataNotifAsApplicationDataInfluenceDataSubsToNotifyPostRequestInner

func TrafficInfluDataNotifAsApplicationDataInfluenceDataSubsToNotifyPostRequestInner(v *TrafficInfluDataNotif) ApplicationDataInfluenceDataSubsToNotifyPostRequestInner

TrafficInfluDataNotifAsApplicationDataInfluenceDataSubsToNotifyPostRequestInner is a convenience function that returns TrafficInfluDataNotif wrapped in ApplicationDataInfluenceDataSubsToNotifyPostRequestInner

func (*ApplicationDataInfluenceDataSubsToNotifyPostRequestInner) GetActualInstance

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

Get the actual instance

func (ApplicationDataInfluenceDataSubsToNotifyPostRequestInner) MarshalJSON

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

func (*ApplicationDataInfluenceDataSubsToNotifyPostRequestInner) UnmarshalJSON

Unmarshal JSON data into one of the pointers in the struct

type ApplicationDataSubs

type ApplicationDataSubs struct {
	// String providing an URI formatted according to RFC 3986.
	NotificationUri string       `json:"notificationUri"`
	DataFilters     []DataFilter `json:"dataFilters,omitempty"`
	// string with format 'date-time' as defined in OpenAPI.
	Expiry *time.Time `json:"expiry,omitempty"`
	// Immediate reporting indication.
	ImmRep *bool `json:"immRep,omitempty"`
	// The AM Influence Data entries stored in the UDR that match a subscription.
	AmInfluEntries []AmInfluData `json:"amInfluEntries,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"`
	ResetIds          []string `json:"resetIds,omitempty"`
}

ApplicationDataSubs Identifies a subscription to application data change notification.

func NewApplicationDataSubs

func NewApplicationDataSubs(notificationUri string) *ApplicationDataSubs

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

func NewApplicationDataSubsWithDefaults

func NewApplicationDataSubsWithDefaults() *ApplicationDataSubs

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

func (*ApplicationDataSubs) GetAmInfluEntries

func (o *ApplicationDataSubs) GetAmInfluEntries() []AmInfluData

GetAmInfluEntries returns the AmInfluEntries field value if set, zero value otherwise.

func (*ApplicationDataSubs) GetAmInfluEntriesOk

func (o *ApplicationDataSubs) GetAmInfluEntriesOk() ([]AmInfluData, bool)

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

func (*ApplicationDataSubs) GetDataFilters

func (o *ApplicationDataSubs) GetDataFilters() []DataFilter

GetDataFilters returns the DataFilters field value if set, zero value otherwise.

func (*ApplicationDataSubs) GetDataFiltersOk

func (o *ApplicationDataSubs) GetDataFiltersOk() ([]DataFilter, bool)

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

func (*ApplicationDataSubs) GetExpiry

func (o *ApplicationDataSubs) GetExpiry() time.Time

GetExpiry returns the Expiry field value if set, zero value otherwise.

func (*ApplicationDataSubs) GetExpiryOk

func (o *ApplicationDataSubs) GetExpiryOk() (*time.Time, bool)

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

func (*ApplicationDataSubs) GetImmRep

func (o *ApplicationDataSubs) GetImmRep() bool

GetImmRep returns the ImmRep field value if set, zero value otherwise.

func (*ApplicationDataSubs) GetImmRepOk

func (o *ApplicationDataSubs) GetImmRepOk() (*bool, bool)

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

func (*ApplicationDataSubs) GetNotificationUri

func (o *ApplicationDataSubs) GetNotificationUri() string

GetNotificationUri returns the NotificationUri field value

func (*ApplicationDataSubs) GetNotificationUriOk

func (o *ApplicationDataSubs) GetNotificationUriOk() (*string, bool)

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

func (*ApplicationDataSubs) GetResetIds

func (o *ApplicationDataSubs) GetResetIds() []string

GetResetIds returns the ResetIds field value if set, zero value otherwise.

func (*ApplicationDataSubs) GetResetIdsOk

func (o *ApplicationDataSubs) 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 (*ApplicationDataSubs) GetSupportedFeatures

func (o *ApplicationDataSubs) GetSupportedFeatures() string

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

func (*ApplicationDataSubs) GetSupportedFeaturesOk

func (o *ApplicationDataSubs) 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 (*ApplicationDataSubs) HasAmInfluEntries

func (o *ApplicationDataSubs) HasAmInfluEntries() bool

HasAmInfluEntries returns a boolean if a field has been set.

func (*ApplicationDataSubs) HasDataFilters

func (o *ApplicationDataSubs) HasDataFilters() bool

HasDataFilters returns a boolean if a field has been set.

func (*ApplicationDataSubs) HasExpiry

func (o *ApplicationDataSubs) HasExpiry() bool

HasExpiry returns a boolean if a field has been set.

func (*ApplicationDataSubs) HasImmRep

func (o *ApplicationDataSubs) HasImmRep() bool

HasImmRep returns a boolean if a field has been set.

func (*ApplicationDataSubs) HasResetIds

func (o *ApplicationDataSubs) HasResetIds() bool

HasResetIds returns a boolean if a field has been set.

func (*ApplicationDataSubs) HasSupportedFeatures

func (o *ApplicationDataSubs) HasSupportedFeatures() bool

HasSupportedFeatures returns a boolean if a field has been set.

func (ApplicationDataSubs) MarshalJSON

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

func (*ApplicationDataSubs) SetAmInfluEntries

func (o *ApplicationDataSubs) SetAmInfluEntries(v []AmInfluData)

SetAmInfluEntries gets a reference to the given []AmInfluData and assigns it to the AmInfluEntries field.

func (*ApplicationDataSubs) SetDataFilters

func (o *ApplicationDataSubs) SetDataFilters(v []DataFilter)

SetDataFilters gets a reference to the given []DataFilter and assigns it to the DataFilters field.

func (*ApplicationDataSubs) SetExpiry

func (o *ApplicationDataSubs) SetExpiry(v time.Time)

SetExpiry gets a reference to the given time.Time and assigns it to the Expiry field.

func (*ApplicationDataSubs) SetImmRep

func (o *ApplicationDataSubs) SetImmRep(v bool)

SetImmRep gets a reference to the given bool and assigns it to the ImmRep field.

func (*ApplicationDataSubs) SetNotificationUri

func (o *ApplicationDataSubs) SetNotificationUri(v string)

SetNotificationUri sets field value

func (*ApplicationDataSubs) SetResetIds

func (o *ApplicationDataSubs) SetResetIds(v []string)

SetResetIds gets a reference to the given []string and assigns it to the ResetIds field.

func (*ApplicationDataSubs) SetSupportedFeatures

func (o *ApplicationDataSubs) SetSupportedFeatures(v string)

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

func (ApplicationDataSubs) ToMap

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

type ApplicationDataSubscriptionsCollectionApiService

type ApplicationDataSubscriptionsCollectionApiService service

ApplicationDataSubscriptionsCollectionApiService ApplicationDataSubscriptionsCollectionApi service

func (*ApplicationDataSubscriptionsCollectionApiService) CreateIndividualApplicationDataSubscription

CreateIndividualApplicationDataSubscription Create a subscription to receive notification of application data changes

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateIndividualApplicationDataSubscriptionRequest

func (*ApplicationDataSubscriptionsCollectionApiService) CreateIndividualApplicationDataSubscriptionExecute

Execute executes the request

@return ApplicationDataSubs

func (*ApplicationDataSubscriptionsCollectionApiService) ReadApplicationDataChangeSubscriptions

ReadApplicationDataChangeSubscriptions Read Application Data change Subscriptions

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiReadApplicationDataChangeSubscriptionsRequest

func (*ApplicationDataSubscriptionsCollectionApiService) ReadApplicationDataChangeSubscriptionsExecute

Execute executes the request

@return []ApplicationDataSubs

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 BdtPolicyData

type BdtPolicyData struct {
	// 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.
	InterGroupId *string `json:"interGroupId,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,omitempty"`
	// string identifying a BDT Reference ID as defined in clause 5.3.3 of 3GPP TS 29.154.
	BdtRefId string `json:"bdtRefId"`
	// 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"`
	Snssai *Snssai `json:"snssai,omitempty"`
	// String providing an URI formatted according to RFC 3986.
	ResUri   *string  `json:"resUri,omitempty"`
	ResetIds []string `json:"resetIds,omitempty"`
}

BdtPolicyData Represents applied BDT policy data.

func NewBdtPolicyData

func NewBdtPolicyData(bdtRefId string) *BdtPolicyData

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

func NewBdtPolicyDataWithDefaults

func NewBdtPolicyDataWithDefaults() *BdtPolicyData

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

func (*BdtPolicyData) GetBdtRefId

func (o *BdtPolicyData) GetBdtRefId() string

GetBdtRefId returns the BdtRefId field value

func (*BdtPolicyData) GetBdtRefIdOk

func (o *BdtPolicyData) GetBdtRefIdOk() (*string, bool)

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

func (*BdtPolicyData) GetDnn

func (o *BdtPolicyData) GetDnn() string

GetDnn returns the Dnn field value if set, zero value otherwise.

func (*BdtPolicyData) GetDnnOk

func (o *BdtPolicyData) 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 (*BdtPolicyData) GetInterGroupId

func (o *BdtPolicyData) GetInterGroupId() string

GetInterGroupId returns the InterGroupId field value if set, zero value otherwise.

func (*BdtPolicyData) GetInterGroupIdOk

func (o *BdtPolicyData) GetInterGroupIdOk() (*string, bool)

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

func (*BdtPolicyData) GetResUri

func (o *BdtPolicyData) GetResUri() string

GetResUri returns the ResUri field value if set, zero value otherwise.

func (*BdtPolicyData) GetResUriOk

func (o *BdtPolicyData) GetResUriOk() (*string, bool)

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

func (*BdtPolicyData) GetResetIds

func (o *BdtPolicyData) GetResetIds() []string

GetResetIds returns the ResetIds field value if set, zero value otherwise.

func (*BdtPolicyData) GetResetIdsOk

func (o *BdtPolicyData) 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 (*BdtPolicyData) GetSnssai

func (o *BdtPolicyData) GetSnssai() Snssai

GetSnssai returns the Snssai field value if set, zero value otherwise.

func (*BdtPolicyData) GetSnssaiOk

func (o *BdtPolicyData) GetSnssaiOk() (*Snssai, bool)

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

func (*BdtPolicyData) GetSupi

func (o *BdtPolicyData) GetSupi() string

GetSupi returns the Supi field value if set, zero value otherwise.

func (*BdtPolicyData) GetSupiOk

func (o *BdtPolicyData) GetSupiOk() (*string, bool)

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

func (*BdtPolicyData) HasDnn

func (o *BdtPolicyData) HasDnn() bool

HasDnn returns a boolean if a field has been set.

func (*BdtPolicyData) HasInterGroupId

func (o *BdtPolicyData) HasInterGroupId() bool

HasInterGroupId returns a boolean if a field has been set.

func (*BdtPolicyData) HasResUri

func (o *BdtPolicyData) HasResUri() bool

HasResUri returns a boolean if a field has been set.

func (*BdtPolicyData) HasResetIds

func (o *BdtPolicyData) HasResetIds() bool

HasResetIds returns a boolean if a field has been set.

func (*BdtPolicyData) HasSnssai

func (o *BdtPolicyData) HasSnssai() bool

HasSnssai returns a boolean if a field has been set.

func (*BdtPolicyData) HasSupi

func (o *BdtPolicyData) HasSupi() bool

HasSupi returns a boolean if a field has been set.

func (BdtPolicyData) MarshalJSON

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

func (*BdtPolicyData) SetBdtRefId

func (o *BdtPolicyData) SetBdtRefId(v string)

SetBdtRefId sets field value

func (*BdtPolicyData) SetDnn

func (o *BdtPolicyData) SetDnn(v string)

SetDnn gets a reference to the given string and assigns it to the Dnn field.

func (*BdtPolicyData) SetInterGroupId

func (o *BdtPolicyData) SetInterGroupId(v string)

SetInterGroupId gets a reference to the given string and assigns it to the InterGroupId field.

func (*BdtPolicyData) SetResUri

func (o *BdtPolicyData) SetResUri(v string)

SetResUri gets a reference to the given string and assigns it to the ResUri field.

func (*BdtPolicyData) SetResetIds

func (o *BdtPolicyData) SetResetIds(v []string)

SetResetIds gets a reference to the given []string and assigns it to the ResetIds field.

func (*BdtPolicyData) SetSnssai

func (o *BdtPolicyData) SetSnssai(v Snssai)

SetSnssai gets a reference to the given Snssai and assigns it to the Snssai field.

func (*BdtPolicyData) SetSupi

func (o *BdtPolicyData) SetSupi(v string)

SetSupi gets a reference to the given string and assigns it to the Supi field.

func (BdtPolicyData) ToMap

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

type BdtPolicyDataPatch

type BdtPolicyDataPatch struct {
	// string identifying a BDT Reference ID as defined in clause 5.3.3 of 3GPP TS 29.154.
	BdtRefId string `json:"bdtRefId"`
}

BdtPolicyDataPatch Represents modification instructions to be performed on the applied BDT policy data.

func NewBdtPolicyDataPatch

func NewBdtPolicyDataPatch(bdtRefId string) *BdtPolicyDataPatch

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

func NewBdtPolicyDataPatchWithDefaults

func NewBdtPolicyDataPatchWithDefaults() *BdtPolicyDataPatch

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

func (*BdtPolicyDataPatch) GetBdtRefId

func (o *BdtPolicyDataPatch) GetBdtRefId() string

GetBdtRefId returns the BdtRefId field value

func (*BdtPolicyDataPatch) GetBdtRefIdOk

func (o *BdtPolicyDataPatch) GetBdtRefIdOk() (*string, bool)

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

func (BdtPolicyDataPatch) MarshalJSON

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

func (*BdtPolicyDataPatch) SetBdtRefId

func (o *BdtPolicyDataPatch) SetBdtRefId(v string)

SetBdtRefId sets field value

func (BdtPolicyDataPatch) ToMap

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

type BdtPolicyDataStoreApiService

type BdtPolicyDataStoreApiService service

BdtPolicyDataStoreApiService BdtPolicyDataStoreApi service

func (*BdtPolicyDataStoreApiService) ReadBdtPolicyData

ReadBdtPolicyData Retrieve applied BDT Policy Data

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiReadBdtPolicyDataRequest

func (*BdtPolicyDataStoreApiService) ReadBdtPolicyDataExecute

Execute executes the request

@return []BdtPolicyData

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

type ConnectionCapabilities struct {
	String *string
}

ConnectionCapabilities Possible values are - IMS: Indicates the connection capability to support IMS service. - MMS: Indicates the connection capability to support MMS service. - SUPL: Indicates the connection capability to support SUPL service. - INTERNET: Indicates the connection capability to support Internet service.

func (*ConnectionCapabilities) MarshalJSON

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

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

func (*ConnectionCapabilities) UnmarshalJSON

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

Unmarshal JSON data into any of the pointers in the struct

type DataFilter

type DataFilter struct {
	DataInd          DataInd    `json:"dataInd"`
	Dnns             []string   `json:"dnns,omitempty"`
	Snssais          []Snssai   `json:"snssais,omitempty"`
	InternalGroupIds []string   `json:"internalGroupIds,omitempty"`
	Supis            []string   `json:"supis,omitempty"`
	AppIds           []string   `json:"appIds,omitempty"`
	UeIpv4s          []string   `json:"ueIpv4s,omitempty"`
	UeIpv6s          []Ipv6Addr `json:"ueIpv6s,omitempty"`
	UeMacs           []string   `json:"ueMacs,omitempty"`
	// Indicates the request is for any UE.
	AnyUeInd *bool `json:"anyUeInd,omitempty"`
	// Indicates the request is for any DNN and S-NSSAI combination present in the array.
	DnnSnssaiInfos []DnnSnssaiInformation `json:"dnnSnssaiInfos,omitempty"`
}

DataFilter Identifies a data filter.

func NewDataFilter

func NewDataFilter(dataInd DataInd) *DataFilter

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

func NewDataFilterWithDefaults

func NewDataFilterWithDefaults() *DataFilter

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

func (*DataFilter) GetAnyUeInd

func (o *DataFilter) GetAnyUeInd() bool

GetAnyUeInd returns the AnyUeInd field value if set, zero value otherwise.

func (*DataFilter) GetAnyUeIndOk

func (o *DataFilter) GetAnyUeIndOk() (*bool, bool)

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

func (*DataFilter) GetAppIds

func (o *DataFilter) GetAppIds() []string

GetAppIds returns the AppIds field value if set, zero value otherwise.

func (*DataFilter) GetAppIdsOk

func (o *DataFilter) GetAppIdsOk() ([]string, bool)

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

func (*DataFilter) GetDataInd

func (o *DataFilter) GetDataInd() DataInd

GetDataInd returns the DataInd field value

func (*DataFilter) GetDataIndOk

func (o *DataFilter) GetDataIndOk() (*DataInd, bool)

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

func (*DataFilter) GetDnnSnssaiInfos

func (o *DataFilter) GetDnnSnssaiInfos() []DnnSnssaiInformation

GetDnnSnssaiInfos returns the DnnSnssaiInfos field value if set, zero value otherwise.

func (*DataFilter) GetDnnSnssaiInfosOk

func (o *DataFilter) GetDnnSnssaiInfosOk() ([]DnnSnssaiInformation, bool)

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

func (*DataFilter) GetDnns

func (o *DataFilter) GetDnns() []string

GetDnns returns the Dnns field value if set, zero value otherwise.

func (*DataFilter) GetDnnsOk

func (o *DataFilter) GetDnnsOk() ([]string, bool)

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

func (*DataFilter) GetInternalGroupIds

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

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

func (*DataFilter) GetInternalGroupIdsOk

func (o *DataFilter) 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 (*DataFilter) GetSnssais

func (o *DataFilter) GetSnssais() []Snssai

GetSnssais returns the Snssais field value if set, zero value otherwise.

func (*DataFilter) GetSnssaisOk

func (o *DataFilter) GetSnssaisOk() ([]Snssai, bool)

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

func (*DataFilter) GetSupis

func (o *DataFilter) GetSupis() []string

GetSupis returns the Supis field value if set, zero value otherwise.

func (*DataFilter) GetSupisOk

func (o *DataFilter) GetSupisOk() ([]string, bool)

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

func (*DataFilter) GetUeIpv4s

func (o *DataFilter) GetUeIpv4s() []string

GetUeIpv4s returns the UeIpv4s field value if set, zero value otherwise.

func (*DataFilter) GetUeIpv4sOk

func (o *DataFilter) GetUeIpv4sOk() ([]string, bool)

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

func (*DataFilter) GetUeIpv6s

func (o *DataFilter) GetUeIpv6s() []Ipv6Addr

GetUeIpv6s returns the UeIpv6s field value if set, zero value otherwise.

func (*DataFilter) GetUeIpv6sOk

func (o *DataFilter) GetUeIpv6sOk() ([]Ipv6Addr, bool)

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

func (*DataFilter) GetUeMacs

func (o *DataFilter) GetUeMacs() []string

GetUeMacs returns the UeMacs field value if set, zero value otherwise.

func (*DataFilter) GetUeMacsOk

func (o *DataFilter) GetUeMacsOk() ([]string, bool)

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

func (*DataFilter) HasAnyUeInd

func (o *DataFilter) HasAnyUeInd() bool

HasAnyUeInd returns a boolean if a field has been set.

func (*DataFilter) HasAppIds

func (o *DataFilter) HasAppIds() bool

HasAppIds returns a boolean if a field has been set.

func (*DataFilter) HasDnnSnssaiInfos

func (o *DataFilter) HasDnnSnssaiInfos() bool

HasDnnSnssaiInfos returns a boolean if a field has been set.

func (*DataFilter) HasDnns

func (o *DataFilter) HasDnns() bool

HasDnns returns a boolean if a field has been set.

func (*DataFilter) HasInternalGroupIds

func (o *DataFilter) HasInternalGroupIds() bool

HasInternalGroupIds returns a boolean if a field has been set.

func (*DataFilter) HasSnssais

func (o *DataFilter) HasSnssais() bool

HasSnssais returns a boolean if a field has been set.

func (*DataFilter) HasSupis

func (o *DataFilter) HasSupis() bool

HasSupis returns a boolean if a field has been set.

func (*DataFilter) HasUeIpv4s

func (o *DataFilter) HasUeIpv4s() bool

HasUeIpv4s returns a boolean if a field has been set.

func (*DataFilter) HasUeIpv6s

func (o *DataFilter) HasUeIpv6s() bool

HasUeIpv6s returns a boolean if a field has been set.

func (*DataFilter) HasUeMacs

func (o *DataFilter) HasUeMacs() bool

HasUeMacs returns a boolean if a field has been set.

func (DataFilter) MarshalJSON

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

func (*DataFilter) SetAnyUeInd

func (o *DataFilter) SetAnyUeInd(v bool)

SetAnyUeInd gets a reference to the given bool and assigns it to the AnyUeInd field.

func (*DataFilter) SetAppIds

func (o *DataFilter) SetAppIds(v []string)

SetAppIds gets a reference to the given []string and assigns it to the AppIds field.

func (*DataFilter) SetDataInd

func (o *DataFilter) SetDataInd(v DataInd)

SetDataInd sets field value

func (*DataFilter) SetDnnSnssaiInfos

func (o *DataFilter) SetDnnSnssaiInfos(v []DnnSnssaiInformation)

SetDnnSnssaiInfos gets a reference to the given []DnnSnssaiInformation and assigns it to the DnnSnssaiInfos field.

func (*DataFilter) SetDnns

func (o *DataFilter) SetDnns(v []string)

SetDnns gets a reference to the given []string and assigns it to the Dnns field.

func (*DataFilter) SetInternalGroupIds

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

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

func (*DataFilter) SetSnssais

func (o *DataFilter) SetSnssais(v []Snssai)

SetSnssais gets a reference to the given []Snssai and assigns it to the Snssais field.

func (*DataFilter) SetSupis

func (o *DataFilter) SetSupis(v []string)

SetSupis gets a reference to the given []string and assigns it to the Supis field.

func (*DataFilter) SetUeIpv4s

func (o *DataFilter) SetUeIpv4s(v []string)

SetUeIpv4s gets a reference to the given []string and assigns it to the UeIpv4s field.

func (*DataFilter) SetUeIpv6s

func (o *DataFilter) SetUeIpv6s(v []Ipv6Addr)

SetUeIpv6s gets a reference to the given []Ipv6Addr and assigns it to the UeIpv6s field.

func (*DataFilter) SetUeMacs

func (o *DataFilter) SetUeMacs(v []string)

SetUeMacs gets a reference to the given []string and assigns it to the UeMacs field.

func (DataFilter) ToMap

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

type DataInd

type DataInd struct {
	String *string
}

DataInd Possible values are - PFD - IPTV - BDT - SVC_PARAM - AM

func (*DataInd) MarshalJSON

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

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

func (*DataInd) UnmarshalJSON

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

Unmarshal JSON data into any of the pointers in the struct

type DnaiChangeType

type DnaiChangeType struct {
	String *string
}

DnaiChangeType Possible values are: - EARLY: Early notification of UP path reconfiguration. - EARLY_LATE: Early and late notification of UP path reconfiguration. This value shall only be present in the subscription to the DNAI change event. - LATE: Late notification of UP path reconfiguration.

func (*DnaiChangeType) MarshalJSON

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

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

func (*DnaiChangeType) UnmarshalJSON

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

Unmarshal JSON data into any of the pointers in the struct

type DnaiInformation

type DnaiInformation struct {
	Interface *interface{}
}

DnaiInformation Represents DNAI information.

func (*DnaiInformation) MarshalJSON

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

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

func (*DnaiInformation) UnmarshalJSON

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

Unmarshal JSON data into any of the pointers in the struct

type DnnSnssaiInformation

type DnnSnssaiInformation 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,omitempty"`
	Snssai *Snssai `json:"snssai,omitempty"`
}

DnnSnssaiInformation Represents a (DNN, SNSSAI) combination.

func NewDnnSnssaiInformation

func NewDnnSnssaiInformation() *DnnSnssaiInformation

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

func NewDnnSnssaiInformationWithDefaults

func NewDnnSnssaiInformationWithDefaults() *DnnSnssaiInformation

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

func (*DnnSnssaiInformation) GetDnn

func (o *DnnSnssaiInformation) GetDnn() string

GetDnn returns the Dnn field value if set, zero value otherwise.

func (*DnnSnssaiInformation) GetDnnOk

func (o *DnnSnssaiInformation) 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 (*DnnSnssaiInformation) GetSnssai

func (o *DnnSnssaiInformation) GetSnssai() Snssai

GetSnssai returns the Snssai field value if set, zero value otherwise.

func (*DnnSnssaiInformation) GetSnssaiOk

func (o *DnnSnssaiInformation) GetSnssaiOk() (*Snssai, bool)

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

func (*DnnSnssaiInformation) HasDnn

func (o *DnnSnssaiInformation) HasDnn() bool

HasDnn returns a boolean if a field has been set.

func (*DnnSnssaiInformation) HasSnssai

func (o *DnnSnssaiInformation) HasSnssai() bool

HasSnssai returns a boolean if a field has been set.

func (DnnSnssaiInformation) MarshalJSON

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

func (*DnnSnssaiInformation) SetDnn

func (o *DnnSnssaiInformation) SetDnn(v string)

SetDnn gets a reference to the given string and assigns it to the Dnn field.

func (*DnnSnssaiInformation) SetSnssai

func (o *DnnSnssaiInformation) SetSnssai(v Snssai)

SetSnssai gets a reference to the given Snssai and assigns it to the Snssai field.

func (DnnSnssaiInformation) ToMap

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

type DnsServerIdentifier

type DnsServerIdentifier struct {
	DnsServIpAddr IpAddr `json:"dnsServIpAddr"`
	// Unsigned Integer, i.e. only value 0 and integers above 0 are permissible.
	PortNumber int32 `json:"portNumber"`
}

DnsServerIdentifier Represents DNS server identifier (consisting of IP address and port).

func NewDnsServerIdentifier

func NewDnsServerIdentifier(dnsServIpAddr IpAddr, portNumber int32) *DnsServerIdentifier

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

func NewDnsServerIdentifierWithDefaults

func NewDnsServerIdentifierWithDefaults() *DnsServerIdentifier

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

func (*DnsServerIdentifier) GetDnsServIpAddr

func (o *DnsServerIdentifier) GetDnsServIpAddr() IpAddr

GetDnsServIpAddr returns the DnsServIpAddr field value

func (*DnsServerIdentifier) GetDnsServIpAddrOk

func (o *DnsServerIdentifier) GetDnsServIpAddrOk() (*IpAddr, bool)

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

func (*DnsServerIdentifier) GetPortNumber

func (o *DnsServerIdentifier) GetPortNumber() int32

GetPortNumber returns the PortNumber field value

func (*DnsServerIdentifier) GetPortNumberOk

func (o *DnsServerIdentifier) GetPortNumberOk() (*int32, bool)

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

func (DnsServerIdentifier) MarshalJSON

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

func (*DnsServerIdentifier) SetDnsServIpAddr

func (o *DnsServerIdentifier) SetDnsServIpAddr(v IpAddr)

SetDnsServIpAddr sets field value

func (*DnsServerIdentifier) SetPortNumber

func (o *DnsServerIdentifier) SetPortNumber(v int32)

SetPortNumber sets field value

func (DnsServerIdentifier) ToMap

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

type DomainNameProtocol

type DomainNameProtocol struct {
	String *string
}

DomainNameProtocol Possible values are - DNS_QNAME: Identifies the DNS protocol and the question name in DNS query. - TLS_SNI: Identifies the Server Name Indication in TLS ClientHello message. - TLS_SAN: Identifies the Subject Alternative Name in TLS ServerCertificate message. - TLS_SCN: Identifies the Subject Common Name in TLS ServerCertificate message.

func (*DomainNameProtocol) MarshalJSON

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

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

func (*DomainNameProtocol) UnmarshalJSON

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

Unmarshal JSON data into any of the pointers in the struct

type EASDeploymentDataStoreApiService

type EASDeploymentDataStoreApiService service

EASDeploymentDataStoreApiService EASDeploymentDataStoreApi service

func (*EASDeploymentDataStoreApiService) ReadEasDeployData

ReadEasDeployData Retrieve EAS Deployment Information Data

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiReadEasDeployDataRequest

func (*EASDeploymentDataStoreApiService) ReadEasDeployDataExecute

Execute executes the request

@return []EasDeployInfoData

type EasDeployInfoData

type EasDeployInfoData struct {
	AppId *string `json:"appId,omitempty"`
	// list of DNS server identifier (consisting of IP address and port) and/or IP address(s)  of the EAS in the local DN for each DNAI. The key of map is the DNAI.
	DnaiInfos *map[string]DnaiInformation `json:"dnaiInfos,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"`
	FqdnPatternList []FqdnPatternMatchingRule `json:"fqdnPatternList"`
	// 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.
	InternalGroupId *string `json:"internalGroupId,omitempty"`
	Snssai          *Snssai `json:"snssai,omitempty"`
}

EasDeployInfoData Represents the EAS Deployment Information to be reported.

func NewEasDeployInfoData

func NewEasDeployInfoData(fqdnPatternList []FqdnPatternMatchingRule) *EasDeployInfoData

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

func NewEasDeployInfoDataWithDefaults

func NewEasDeployInfoDataWithDefaults() *EasDeployInfoData

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

func (*EasDeployInfoData) GetAppId

func (o *EasDeployInfoData) GetAppId() string

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

func (*EasDeployInfoData) GetAppIdOk

func (o *EasDeployInfoData) 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 (*EasDeployInfoData) GetDnaiInfos

func (o *EasDeployInfoData) GetDnaiInfos() map[string]DnaiInformation

GetDnaiInfos returns the DnaiInfos field value if set, zero value otherwise.

func (*EasDeployInfoData) GetDnaiInfosOk

func (o *EasDeployInfoData) GetDnaiInfosOk() (*map[string]DnaiInformation, bool)

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

func (*EasDeployInfoData) GetDnn

func (o *EasDeployInfoData) GetDnn() string

GetDnn returns the Dnn field value if set, zero value otherwise.

func (*EasDeployInfoData) GetDnnOk

func (o *EasDeployInfoData) 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 (*EasDeployInfoData) GetFqdnPatternList

func (o *EasDeployInfoData) GetFqdnPatternList() []FqdnPatternMatchingRule

GetFqdnPatternList returns the FqdnPatternList field value

func (*EasDeployInfoData) GetFqdnPatternListOk

func (o *EasDeployInfoData) GetFqdnPatternListOk() ([]FqdnPatternMatchingRule, bool)

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

func (*EasDeployInfoData) GetInternalGroupId

func (o *EasDeployInfoData) GetInternalGroupId() string

GetInternalGroupId returns the InternalGroupId field value if set, zero value otherwise.

func (*EasDeployInfoData) GetInternalGroupIdOk

func (o *EasDeployInfoData) GetInternalGroupIdOk() (*string, bool)

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

func (*EasDeployInfoData) GetSnssai

func (o *EasDeployInfoData) GetSnssai() Snssai

GetSnssai returns the Snssai field value if set, zero value otherwise.

func (*EasDeployInfoData) GetSnssaiOk

func (o *EasDeployInfoData) GetSnssaiOk() (*Snssai, bool)

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

func (*EasDeployInfoData) HasAppId

func (o *EasDeployInfoData) HasAppId() bool

HasAppId returns a boolean if a field has been set.

func (*EasDeployInfoData) HasDnaiInfos

func (o *EasDeployInfoData) HasDnaiInfos() bool

HasDnaiInfos returns a boolean if a field has been set.

func (*EasDeployInfoData) HasDnn

func (o *EasDeployInfoData) HasDnn() bool

HasDnn returns a boolean if a field has been set.

func (*EasDeployInfoData) HasInternalGroupId

func (o *EasDeployInfoData) HasInternalGroupId() bool

HasInternalGroupId returns a boolean if a field has been set.

func (*EasDeployInfoData) HasSnssai

func (o *EasDeployInfoData) HasSnssai() bool

HasSnssai returns a boolean if a field has been set.

func (EasDeployInfoData) MarshalJSON

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

func (*EasDeployInfoData) SetAppId

func (o *EasDeployInfoData) SetAppId(v string)

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

func (*EasDeployInfoData) SetDnaiInfos

func (o *EasDeployInfoData) SetDnaiInfos(v map[string]DnaiInformation)

SetDnaiInfos gets a reference to the given map[string]DnaiInformation and assigns it to the DnaiInfos field.

func (*EasDeployInfoData) SetDnn

func (o *EasDeployInfoData) SetDnn(v string)

SetDnn gets a reference to the given string and assigns it to the Dnn field.

func (*EasDeployInfoData) SetFqdnPatternList

func (o *EasDeployInfoData) SetFqdnPatternList(v []FqdnPatternMatchingRule)

SetFqdnPatternList sets field value

func (*EasDeployInfoData) SetInternalGroupId

func (o *EasDeployInfoData) SetInternalGroupId(v string)

SetInternalGroupId gets a reference to the given string and assigns it to the InternalGroupId field.

func (*EasDeployInfoData) SetSnssai

func (o *EasDeployInfoData) SetSnssai(v Snssai)

SetSnssai gets a reference to the given Snssai and assigns it to the Snssai field.

func (EasDeployInfoData) ToMap

func (o EasDeployInfoData) 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)

type EllipsoidArc

type EllipsoidArc struct {
	GADShape
	Point GeographicalCoordinates `json:"point"`
	// Indicates value of the inner radius.
	InnerRadius int32 `json:"innerRadius"`
	// Indicates value of uncertainty.
	UncertaintyRadius float32 `json:"uncertaintyRadius"`
	// Indicates value of angle.
	OffsetAngle int32 `json:"offsetAngle"`
	// Indicates value of angle.
	IncludedAngle int32 `json:"includedAngle"`
	// Indicates value of confidence.
	Confidence int32 `json:"confidence"`
}

EllipsoidArc Ellipsoid Arc.

func NewEllipsoidArc

func NewEllipsoidArc(point GeographicalCoordinates, innerRadius int32, uncertaintyRadius float32, offsetAngle int32, includedAngle int32, confidence int32, shape SupportedGADShapes) *EllipsoidArc

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

func NewEllipsoidArcWithDefaults

func NewEllipsoidArcWithDefaults() *EllipsoidArc

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

func (*EllipsoidArc) GetConfidence

func (o *EllipsoidArc) GetConfidence() int32

GetConfidence returns the Confidence field value

func (*EllipsoidArc) GetConfidenceOk

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

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

func (*EllipsoidArc) GetIncludedAngle

func (o *EllipsoidArc) GetIncludedAngle() int32

GetIncludedAngle returns the IncludedAngle field value

func (*EllipsoidArc) GetIncludedAngleOk

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

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

func (*EllipsoidArc) GetInnerRadius

func (o *EllipsoidArc) GetInnerRadius() int32

GetInnerRadius returns the InnerRadius field value

func (*EllipsoidArc) GetInnerRadiusOk

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

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

func (*EllipsoidArc) GetOffsetAngle

func (o *EllipsoidArc) GetOffsetAngle() int32

GetOffsetAngle returns the OffsetAngle field value

func (*EllipsoidArc) GetOffsetAngleOk

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

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

func (*EllipsoidArc) GetPoint

func (o *EllipsoidArc) GetPoint() GeographicalCoordinates

GetPoint returns the Point field value

func (*EllipsoidArc) GetPointOk

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

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

func (*EllipsoidArc) GetUncertaintyRadius

func (o *EllipsoidArc) GetUncertaintyRadius() float32

GetUncertaintyRadius returns the UncertaintyRadius field value

func (*EllipsoidArc) GetUncertaintyRadiusOk

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

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

func (EllipsoidArc) MarshalJSON

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

func (*EllipsoidArc) SetConfidence

func (o *EllipsoidArc) SetConfidence(v int32)

SetConfidence sets field value

func (*EllipsoidArc) SetIncludedAngle

func (o *EllipsoidArc) SetIncludedAngle(v int32)

SetIncludedAngle sets field value

func (*EllipsoidArc) SetInnerRadius

func (o *EllipsoidArc) SetInnerRadius(v int32)

SetInnerRadius sets field value

func (*EllipsoidArc) SetOffsetAngle

func (o *EllipsoidArc) SetOffsetAngle(v int32)

SetOffsetAngle sets field value

func (*EllipsoidArc) SetPoint

func (o *EllipsoidArc) SetPoint(v GeographicalCoordinates)

SetPoint sets field value

func (*EllipsoidArc) SetUncertaintyRadius

func (o *EllipsoidArc) SetUncertaintyRadius(v float32)

SetUncertaintyRadius sets field value

func (EllipsoidArc) ToMap

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

type EllipsoidArcAllOf

type EllipsoidArcAllOf struct {
	Point GeographicalCoordinates `json:"point"`
	// Indicates value of the inner radius.
	InnerRadius int32 `json:"innerRadius"`
	// Indicates value of uncertainty.
	UncertaintyRadius float32 `json:"uncertaintyRadius"`
	// Indicates value of angle.
	OffsetAngle int32 `json:"offsetAngle"`
	// Indicates value of angle.
	IncludedAngle int32 `json:"includedAngle"`
	// Indicates value of confidence.
	Confidence int32 `json:"confidence"`
}

EllipsoidArcAllOf struct for EllipsoidArcAllOf

func NewEllipsoidArcAllOf

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

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

func NewEllipsoidArcAllOfWithDefaults

func NewEllipsoidArcAllOfWithDefaults() *EllipsoidArcAllOf

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

func (*EllipsoidArcAllOf) GetConfidence

func (o *EllipsoidArcAllOf) GetConfidence() int32

GetConfidence returns the Confidence field value

func (*EllipsoidArcAllOf) GetConfidenceOk

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

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

func (*EllipsoidArcAllOf) GetIncludedAngle

func (o *EllipsoidArcAllOf) GetIncludedAngle() int32

GetIncludedAngle returns the IncludedAngle field value

func (*EllipsoidArcAllOf) GetIncludedAngleOk

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

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

func (*EllipsoidArcAllOf) GetInnerRadius

func (o *EllipsoidArcAllOf) GetInnerRadius() int32

GetInnerRadius returns the InnerRadius field value

func (*EllipsoidArcAllOf) GetInnerRadiusOk

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

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

func (*EllipsoidArcAllOf) GetOffsetAngle

func (o *EllipsoidArcAllOf) GetOffsetAngle() int32

GetOffsetAngle returns the OffsetAngle field value

func (*EllipsoidArcAllOf) GetOffsetAngleOk

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

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

func (*EllipsoidArcAllOf) GetPoint

GetPoint returns the Point field value

func (*EllipsoidArcAllOf) GetPointOk

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

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

func (*EllipsoidArcAllOf) GetUncertaintyRadius

func (o *EllipsoidArcAllOf) GetUncertaintyRadius() float32

GetUncertaintyRadius returns the UncertaintyRadius field value

func (*EllipsoidArcAllOf) GetUncertaintyRadiusOk

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

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

func (EllipsoidArcAllOf) MarshalJSON

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

func (*EllipsoidArcAllOf) SetConfidence

func (o *EllipsoidArcAllOf) SetConfidence(v int32)

SetConfidence sets field value

func (*EllipsoidArcAllOf) SetIncludedAngle

func (o *EllipsoidArcAllOf) SetIncludedAngle(v int32)

SetIncludedAngle sets field value

func (*EllipsoidArcAllOf) SetInnerRadius

func (o *EllipsoidArcAllOf) SetInnerRadius(v int32)

SetInnerRadius sets field value

func (*EllipsoidArcAllOf) SetOffsetAngle

func (o *EllipsoidArcAllOf) SetOffsetAngle(v int32)

SetOffsetAngle sets field value

func (*EllipsoidArcAllOf) SetPoint

SetPoint sets field value

func (*EllipsoidArcAllOf) SetUncertaintyRadius

func (o *EllipsoidArcAllOf) SetUncertaintyRadius(v float32)

SetUncertaintyRadius sets field value

func (EllipsoidArcAllOf) ToMap

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

type EthFlowDescription

type EthFlowDescription struct {
	// String identifying a MAC address formatted in the hexadecimal notation according to clause 1.1 and clause 2.1 of RFC 7042.
	DestMacAddr *string `json:"destMacAddr,omitempty"`
	EthType     string  `json:"ethType"`
	// Defines a packet filter of an IP flow.
	FDesc *string        `json:"fDesc,omitempty"`
	FDir  *FlowDirection `json:"fDir,omitempty"`
	// String identifying a MAC address formatted in the hexadecimal notation according to clause 1.1 and clause 2.1 of RFC 7042.
	SourceMacAddr *string  `json:"sourceMacAddr,omitempty"`
	VlanTags      []string `json:"vlanTags,omitempty"`
	// String identifying a MAC address formatted in the hexadecimal notation according to clause 1.1 and clause 2.1 of RFC 7042.
	SrcMacAddrEnd *string `json:"srcMacAddrEnd,omitempty"`
	// String identifying a MAC address formatted in the hexadecimal notation according to clause 1.1 and clause 2.1 of RFC 7042.
	DestMacAddrEnd *string `json:"destMacAddrEnd,omitempty"`
}

EthFlowDescription Identifies an Ethernet flow.

func NewEthFlowDescription

func NewEthFlowDescription(ethType string) *EthFlowDescription

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

func NewEthFlowDescriptionWithDefaults

func NewEthFlowDescriptionWithDefaults() *EthFlowDescription

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

func (*EthFlowDescription) GetDestMacAddr

func (o *EthFlowDescription) GetDestMacAddr() string

GetDestMacAddr returns the DestMacAddr field value if set, zero value otherwise.

func (*EthFlowDescription) GetDestMacAddrEnd

func (o *EthFlowDescription) GetDestMacAddrEnd() string

GetDestMacAddrEnd returns the DestMacAddrEnd field value if set, zero value otherwise.

func (*EthFlowDescription) GetDestMacAddrEndOk

func (o *EthFlowDescription) GetDestMacAddrEndOk() (*string, bool)

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

func (*EthFlowDescription) GetDestMacAddrOk

func (o *EthFlowDescription) GetDestMacAddrOk() (*string, bool)

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

func (*EthFlowDescription) GetEthType

func (o *EthFlowDescription) GetEthType() string

GetEthType returns the EthType field value

func (*EthFlowDescription) GetEthTypeOk

func (o *EthFlowDescription) GetEthTypeOk() (*string, bool)

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

func (*EthFlowDescription) GetFDesc

func (o *EthFlowDescription) GetFDesc() string

GetFDesc returns the FDesc field value if set, zero value otherwise.

func (*EthFlowDescription) GetFDescOk

func (o *EthFlowDescription) GetFDescOk() (*string, bool)

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

func (*EthFlowDescription) GetFDir

func (o *EthFlowDescription) GetFDir() FlowDirection

GetFDir returns the FDir field value if set, zero value otherwise.

func (*EthFlowDescription) GetFDirOk

func (o *EthFlowDescription) GetFDirOk() (*FlowDirection, bool)

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

func (*EthFlowDescription) GetSourceMacAddr

func (o *EthFlowDescription) GetSourceMacAddr() string

GetSourceMacAddr returns the SourceMacAddr field value if set, zero value otherwise.

func (*EthFlowDescription) GetSourceMacAddrOk

func (o *EthFlowDescription) GetSourceMacAddrOk() (*string, bool)

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

func (*EthFlowDescription) GetSrcMacAddrEnd

func (o *EthFlowDescription) GetSrcMacAddrEnd() string

GetSrcMacAddrEnd returns the SrcMacAddrEnd field value if set, zero value otherwise.

func (*EthFlowDescription) GetSrcMacAddrEndOk

func (o *EthFlowDescription) GetSrcMacAddrEndOk() (*string, bool)

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

func (*EthFlowDescription) GetVlanTags

func (o *EthFlowDescription) GetVlanTags() []string

GetVlanTags returns the VlanTags field value if set, zero value otherwise.

func (*EthFlowDescription) GetVlanTagsOk

func (o *EthFlowDescription) GetVlanTagsOk() ([]string, bool)

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

func (*EthFlowDescription) HasDestMacAddr

func (o *EthFlowDescription) HasDestMacAddr() bool

HasDestMacAddr returns a boolean if a field has been set.

func (*EthFlowDescription) HasDestMacAddrEnd

func (o *EthFlowDescription) HasDestMacAddrEnd() bool

HasDestMacAddrEnd returns a boolean if a field has been set.

func (*EthFlowDescription) HasFDesc

func (o *EthFlowDescription) HasFDesc() bool

HasFDesc returns a boolean if a field has been set.

func (*EthFlowDescription) HasFDir

func (o *EthFlowDescription) HasFDir() bool

HasFDir returns a boolean if a field has been set.

func (*EthFlowDescription) HasSourceMacAddr

func (o *EthFlowDescription) HasSourceMacAddr() bool

HasSourceMacAddr returns a boolean if a field has been set.

func (*EthFlowDescription) HasSrcMacAddrEnd

func (o *EthFlowDescription) HasSrcMacAddrEnd() bool

HasSrcMacAddrEnd returns a boolean if a field has been set.

func (*EthFlowDescription) HasVlanTags

func (o *EthFlowDescription) HasVlanTags() bool

HasVlanTags returns a boolean if a field has been set.

func (EthFlowDescription) MarshalJSON

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

func (*EthFlowDescription) SetDestMacAddr

func (o *EthFlowDescription) SetDestMacAddr(v string)

SetDestMacAddr gets a reference to the given string and assigns it to the DestMacAddr field.

func (*EthFlowDescription) SetDestMacAddrEnd

func (o *EthFlowDescription) SetDestMacAddrEnd(v string)

SetDestMacAddrEnd gets a reference to the given string and assigns it to the DestMacAddrEnd field.

func (*EthFlowDescription) SetEthType

func (o *EthFlowDescription) SetEthType(v string)

SetEthType sets field value

func (*EthFlowDescription) SetFDesc

func (o *EthFlowDescription) SetFDesc(v string)

SetFDesc gets a reference to the given string and assigns it to the FDesc field.

func (*EthFlowDescription) SetFDir

func (o *EthFlowDescription) SetFDir(v FlowDirection)

SetFDir gets a reference to the given FlowDirection and assigns it to the FDir field.

func (*EthFlowDescription) SetSourceMacAddr

func (o *EthFlowDescription) SetSourceMacAddr(v string)

SetSourceMacAddr gets a reference to the given string and assigns it to the SourceMacAddr field.

func (*EthFlowDescription) SetSrcMacAddrEnd

func (o *EthFlowDescription) SetSrcMacAddrEnd(v string)

SetSrcMacAddrEnd gets a reference to the given string and assigns it to the SrcMacAddrEnd field.

func (*EthFlowDescription) SetVlanTags

func (o *EthFlowDescription) SetVlanTags(v []string)

SetVlanTags gets a reference to the given []string and assigns it to the VlanTags field.

func (EthFlowDescription) ToMap

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

type Event

type Event struct {
	String *string
}

Event Possible values are: - SUCCESS_UE_POL_DEL_SP: Successful UE Policy Delivery related to the invocation of AF provisioned Service Parameters. - UNSUCCESS_UE_POL_DEL_SP: Unsuccessful UE Policy Delivery related to the invocation of AF provisioned Service Parameters.

func (*Event) MarshalJSON

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

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

func (*Event) UnmarshalJSON

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

Unmarshal JSON data into any of the pointers in the struct

type FlowDirection

type FlowDirection struct {
	String *string
}

FlowDirection Possible values are: - DOWNLINK: The corresponding filter applies for traffic to the UE. - UPLINK: The corresponding filter applies for traffic from the UE. - BIDIRECTIONAL: The corresponding filter applies for traffic both to and from the UE. - UNSPECIFIED: The corresponding filter applies for traffic to the UE (downlink), but has no specific direction declared. The service data flow detection shall apply the filter for uplink traffic as if the filter was bidirectional. The PCF shall not use the value UNSPECIFIED in filters created by the network in NW-initiated procedures. The PCF shall only include the value UNSPECIFIED in filters in UE-initiated procedures if the same value is received from the SMF.

func (*FlowDirection) MarshalJSON

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

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

func (*FlowDirection) UnmarshalJSON

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

Unmarshal JSON data into any of the pointers in the struct

type FlowInfo

type FlowInfo struct {
	// Indicates the IP flow identifier.
	FlowId int32 `json:"flowId"`
	// Indicates the packet filters of the IP flow. Refer to clause 5.3.8 of 3GPP TS 29.214 for encoding. It shall contain UL and/or DL IP flow description.
	FlowDescriptions []string `json:"flowDescriptions,omitempty"`
}

FlowInfo Represents IP flow information.

func NewFlowInfo

func NewFlowInfo(flowId int32) *FlowInfo

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

func NewFlowInfoWithDefaults

func NewFlowInfoWithDefaults() *FlowInfo

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

func (*FlowInfo) GetFlowDescriptions

func (o *FlowInfo) GetFlowDescriptions() []string

GetFlowDescriptions returns the FlowDescriptions field value if set, zero value otherwise.

func (*FlowInfo) GetFlowDescriptionsOk

func (o *FlowInfo) GetFlowDescriptionsOk() ([]string, bool)

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

func (*FlowInfo) GetFlowId

func (o *FlowInfo) GetFlowId() int32

GetFlowId returns the FlowId field value

func (*FlowInfo) GetFlowIdOk

func (o *FlowInfo) GetFlowIdOk() (*int32, bool)

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

func (*FlowInfo) HasFlowDescriptions

func (o *FlowInfo) HasFlowDescriptions() bool

HasFlowDescriptions returns a boolean if a field has been set.

func (FlowInfo) MarshalJSON

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

func (*FlowInfo) SetFlowDescriptions

func (o *FlowInfo) SetFlowDescriptions(v []string)

SetFlowDescriptions gets a reference to the given []string and assigns it to the FlowDescriptions field.

func (*FlowInfo) SetFlowId

func (o *FlowInfo) SetFlowId(v int32)

SetFlowId sets field value

func (FlowInfo) ToMap

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

type FqdnPatternMatchingRule

type FqdnPatternMatchingRule struct {
	Interface *interface{}
}

FqdnPatternMatchingRule - a matching rule for a FQDN pattern

func InterfaceAsFqdnPatternMatchingRule

func InterfaceAsFqdnPatternMatchingRule(v *interface{}) FqdnPatternMatchingRule

interface{}AsFqdnPatternMatchingRule is a convenience function that returns interface{} wrapped in FqdnPatternMatchingRule

func (*FqdnPatternMatchingRule) GetActualInstance

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

Get the actual instance

func (FqdnPatternMatchingRule) MarshalJSON

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

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

func (*FqdnPatternMatchingRule) UnmarshalJSON

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

Unmarshal JSON data into one of the pointers in the struct

type GADShape

type GADShape struct {
	Shape SupportedGADShapes `json:"shape"`
}

GADShape Common base type for GAD shapes.

func NewGADShape

func NewGADShape(shape SupportedGADShapes) *GADShape

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

func NewGADShapeWithDefaults

func NewGADShapeWithDefaults() *GADShape

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

func (*GADShape) GetShape

func (o *GADShape) GetShape() SupportedGADShapes

GetShape returns the Shape field value

func (*GADShape) GetShapeOk

func (o *GADShape) GetShapeOk() (*SupportedGADShapes, bool)

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

func (GADShape) MarshalJSON

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

func (*GADShape) SetShape

func (o *GADShape) SetShape(v SupportedGADShapes)

SetShape sets field value

func (GADShape) ToMap

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

type GNbId

type GNbId struct {
	// Unsigned integer representing the bit length of the gNB ID as defined in clause 9.3.1.6 of 3GPP TS 38.413 [11], within the range 22 to 32.
	BitLength int32 `json:"bitLength"`
	// This represents the identifier of the gNB. The value of the gNB ID shall be encoded in hexadecimal representation. Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The padding 0 shall be added to make multiple nibbles,  the most significant character representing the padding 0 if required together with the 4 most significant bits of the gNB ID shall appear first in the string, and the character representing the 4 least significant bit of the gNB ID shall appear last in the string.
	GNBValue string `json:"gNBValue"`
}

GNbId Provides the G-NB identifier.

func NewGNbId

func NewGNbId(bitLength int32, gNBValue string) *GNbId

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

func NewGNbIdWithDefaults

func NewGNbIdWithDefaults() *GNbId

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

func (*GNbId) GetBitLength

func (o *GNbId) GetBitLength() int32

GetBitLength returns the BitLength field value

func (*GNbId) GetBitLengthOk

func (o *GNbId) GetBitLengthOk() (*int32, bool)

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

func (*GNbId) GetGNBValue

func (o *GNbId) GetGNBValue() string

GetGNBValue returns the GNBValue field value

func (*GNbId) GetGNBValueOk

func (o *GNbId) GetGNBValueOk() (*string, bool)

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

func (GNbId) MarshalJSON

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

func (*GNbId) SetBitLength

func (o *GNbId) SetBitLength(v int32)

SetBitLength sets field value

func (*GNbId) SetGNBValue

func (o *GNbId) SetGNBValue(v string)

SetGNBValue sets field value

func (GNbId) ToMap

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

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

type GeographicArea struct {
	EllipsoidArc             *EllipsoidArc
	Point                    *Point
	PointAltitude            *PointAltitude
	PointAltitudeUncertainty *PointAltitudeUncertainty
	PointUncertaintyCircle   *PointUncertaintyCircle
	PointUncertaintyEllipse  *PointUncertaintyEllipse
	Polygon                  *Polygon
}

GeographicArea Geographic area specified by different shape.

func (*GeographicArea) MarshalJSON

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

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

func (*GeographicArea) UnmarshalJSON

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

Unmarshal JSON data into any of the pointers in the struct

type GeographicalArea

type GeographicalArea struct {
	CivicAddress *CivicAddress   `json:"civicAddress,omitempty"`
	Shapes       *GeographicArea `json:"shapes,omitempty"`
}

GeographicalArea Contains geographical area information (e.g.a civic address or shapes).

func NewGeographicalArea

func NewGeographicalArea() *GeographicalArea

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

func NewGeographicalAreaWithDefaults

func NewGeographicalAreaWithDefaults() *GeographicalArea

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

func (*GeographicalArea) GetCivicAddress

func (o *GeographicalArea) GetCivicAddress() CivicAddress

GetCivicAddress returns the CivicAddress field value if set, zero value otherwise.

func (*GeographicalArea) GetCivicAddressOk

func (o *GeographicalArea) GetCivicAddressOk() (*CivicAddress, bool)

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

func (*GeographicalArea) GetShapes

func (o *GeographicalArea) GetShapes() GeographicArea

GetShapes returns the Shapes field value if set, zero value otherwise.

func (*GeographicalArea) GetShapesOk

func (o *GeographicalArea) GetShapesOk() (*GeographicArea, bool)

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

func (*GeographicalArea) HasCivicAddress

func (o *GeographicalArea) HasCivicAddress() bool

HasCivicAddress returns a boolean if a field has been set.

func (*GeographicalArea) HasShapes

func (o *GeographicalArea) HasShapes() bool

HasShapes returns a boolean if a field has been set.

func (GeographicalArea) MarshalJSON

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

func (*GeographicalArea) SetCivicAddress

func (o *GeographicalArea) SetCivicAddress(v CivicAddress)

SetCivicAddress gets a reference to the given CivicAddress and assigns it to the CivicAddress field.

func (*GeographicalArea) SetShapes

func (o *GeographicalArea) SetShapes(v GeographicArea)

SetShapes gets a reference to the given GeographicArea and assigns it to the Shapes field.

func (GeographicalArea) ToMap

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

type GeographicalCoordinates

type GeographicalCoordinates struct {
	Lon float64 `json:"lon"`
	Lat float64 `json:"lat"`
}

GeographicalCoordinates Geographical coordinates.

func NewGeographicalCoordinates

func NewGeographicalCoordinates(lon float64, lat float64) *GeographicalCoordinates

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

func NewGeographicalCoordinatesWithDefaults

func NewGeographicalCoordinatesWithDefaults() *GeographicalCoordinates

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

func (*GeographicalCoordinates) GetLat

func (o *GeographicalCoordinates) GetLat() float64

GetLat returns the Lat field value

func (*GeographicalCoordinates) GetLatOk

func (o *GeographicalCoordinates) GetLatOk() (*float64, bool)

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

func (*GeographicalCoordinates) GetLon

func (o *GeographicalCoordinates) GetLon() float64

GetLon returns the Lon field value

func (*GeographicalCoordinates) GetLonOk

func (o *GeographicalCoordinates) GetLonOk() (*float64, bool)

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

func (GeographicalCoordinates) MarshalJSON

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

func (*GeographicalCoordinates) SetLat

func (o *GeographicalCoordinates) SetLat(v float64)

SetLat sets field value

func (*GeographicalCoordinates) SetLon

func (o *GeographicalCoordinates) SetLon(v float64)

SetLon sets field value

func (GeographicalCoordinates) ToMap

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

type GlobalRanNodeId

type GlobalRanNodeId struct {
	Interface *interface{}
}

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

func InterfaceAsGlobalRanNodeId

func InterfaceAsGlobalRanNodeId(v *interface{}) GlobalRanNodeId

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

func (*GlobalRanNodeId) GetActualInstance

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

Get the actual instance

func (GlobalRanNodeId) MarshalJSON

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

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

func (*GlobalRanNodeId) UnmarshalJSON

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

Unmarshal JSON data into one of the pointers in the struct

type IPTVConfigurationDataStoreApiService

type IPTVConfigurationDataStoreApiService service

IPTVConfigurationDataStoreApiService IPTVConfigurationDataStoreApi service

func (*IPTVConfigurationDataStoreApiService) ReadIPTVCongifurationData

ReadIPTVCongifurationData Retrieve IPTV configuration Data

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiReadIPTVCongifurationDataRequest

func (*IPTVConfigurationDataStoreApiService) ReadIPTVCongifurationDataExecute

Execute executes the request

@return []IptvConfigData

type IndividualAMInfluenceDataDocumentApiService

type IndividualAMInfluenceDataDocumentApiService service

IndividualAMInfluenceDataDocumentApiService IndividualAMInfluenceDataDocumentApi service

func (*IndividualAMInfluenceDataDocumentApiService) CreateOrReplaceIndividualAmInfluenceData

func (a *IndividualAMInfluenceDataDocumentApiService) CreateOrReplaceIndividualAmInfluenceData(ctx context.Context, amInfluenceId string) ApiCreateOrReplaceIndividualAmInfluenceDataRequest

CreateOrReplaceIndividualAmInfluenceData Create or update an individual AM Influence Data resource

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param amInfluenceId The Identifier of an Individual AM Influence Data to be created or updated. It shall apply the format of Data type string.
@return ApiCreateOrReplaceIndividualAmInfluenceDataRequest

func (*IndividualAMInfluenceDataDocumentApiService) CreateOrReplaceIndividualAmInfluenceDataExecute

Execute executes the request

@return AmInfluData

func (*IndividualAMInfluenceDataDocumentApiService) DeleteIndividualAmInfluenceData

DeleteIndividualAmInfluenceData Delete an individual AM Influence Data resource

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param amInfluenceId The Identifier of an Individual AM Influence Data to be deleted. It shall apply the format of Data type string.
@return ApiDeleteIndividualAmInfluenceDataRequest

func (*IndividualAMInfluenceDataDocumentApiService) DeleteIndividualAmInfluenceDataExecute

Execute executes the request

func (*IndividualAMInfluenceDataDocumentApiService) UpdateIndividualAmInfluenceData

UpdateIndividualAmInfluenceData Modify part of the properties of an individual AM Influence Data resource

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param amInfluenceId The Identifier of an Individual AM Influence Data to be updated. It shall apply the format of Data type string.
@return ApiUpdateIndividualAmInfluenceDataRequest

func (*IndividualAMInfluenceDataDocumentApiService) UpdateIndividualAmInfluenceDataExecute

Execute executes the request

@return AmInfluData

type IndividualApplicationDataSubscriptionDocumentApiService

type IndividualApplicationDataSubscriptionDocumentApiService service

IndividualApplicationDataSubscriptionDocumentApiService IndividualApplicationDataSubscriptionDocumentApi service

func (*IndividualApplicationDataSubscriptionDocumentApiService) DeleteIndividualApplicationDataSubscription

DeleteIndividualApplicationDataSubscription Delete the individual Application Data subscription

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param subsId
@return ApiDeleteIndividualApplicationDataSubscriptionRequest

func (*IndividualApplicationDataSubscriptionDocumentApiService) DeleteIndividualApplicationDataSubscriptionExecute

Execute executes the request

func (*IndividualApplicationDataSubscriptionDocumentApiService) ReadIndividualApplicationDataSubscription

ReadIndividualApplicationDataSubscription Get an existing individual Application Data Subscription resource

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param subsId String identifying a subscription to the Individual Application Data Subscription
@return ApiReadIndividualApplicationDataSubscriptionRequest

func (*IndividualApplicationDataSubscriptionDocumentApiService) ReadIndividualApplicationDataSubscriptionExecute

Execute executes the request

@return ApplicationDataSubs

func (*IndividualApplicationDataSubscriptionDocumentApiService) ReplaceIndividualApplicationDataSubscription

ReplaceIndividualApplicationDataSubscription Modify a subscription to receive notification of application data changes

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param subsId
@return ApiReplaceIndividualApplicationDataSubscriptionRequest

func (*IndividualApplicationDataSubscriptionDocumentApiService) ReplaceIndividualApplicationDataSubscriptionExecute

Execute executes the request

@return ApplicationDataSubs

type IndividualAppliedBDTPolicyDataDocumentApiService

type IndividualAppliedBDTPolicyDataDocumentApiService service

IndividualAppliedBDTPolicyDataDocumentApiService IndividualAppliedBDTPolicyDataDocumentApi service

func (*IndividualAppliedBDTPolicyDataDocumentApiService) CreateIndividualAppliedBdtPolicyData

CreateIndividualAppliedBdtPolicyData Create an individual applied BDT Policy Data resource

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param bdtPolicyId The Identifier of an Individual Applied BDT Policy Data to be created or updated. It shall apply the format of Data type string.
@return ApiCreateIndividualAppliedBdtPolicyDataRequest

func (*IndividualAppliedBDTPolicyDataDocumentApiService) CreateIndividualAppliedBdtPolicyDataExecute

Execute executes the request

@return BdtPolicyData

func (*IndividualAppliedBDTPolicyDataDocumentApiService) DeleteIndividualAppliedBdtPolicyData

DeleteIndividualAppliedBdtPolicyData Delete an individual Applied BDT Policy Data resource

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param bdtPolicyId The Identifier of an Individual Applied BDT Policy Data to be deleted. It shall apply the format of Data type string.
@return ApiDeleteIndividualAppliedBdtPolicyDataRequest

func (*IndividualAppliedBDTPolicyDataDocumentApiService) DeleteIndividualAppliedBdtPolicyDataExecute

Execute executes the request

func (*IndividualAppliedBDTPolicyDataDocumentApiService) UpdateIndividualAppliedBdtPolicyData

UpdateIndividualAppliedBdtPolicyData Modify part of the properties of an individual Applied BDT Policy Data resource

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param bdtPolicyId The Identifier of an Individual Applied BDT Policy Data to be updated. It shall apply the format of Data type string.
@return ApiUpdateIndividualAppliedBdtPolicyDataRequest

func (*IndividualAppliedBDTPolicyDataDocumentApiService) UpdateIndividualAppliedBdtPolicyDataExecute

Execute executes the request

@return BdtPolicyData

type IndividualEasDeploymentDataDocumentApiService

type IndividualEasDeploymentDataDocumentApiService service

IndividualEasDeploymentDataDocumentApiService IndividualEasDeploymentDataDocumentApi service

func (*IndividualEasDeploymentDataDocumentApiService) DeleteIndividualEasDeployData

DeleteIndividualEasDeployData Delete an individual EAS Deployment Data resource

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param easDeployInfoId The Identifier of an Individual EAS Deployment Data to be updated. It shall apply the format of Data type string.
@return ApiDeleteIndividualEasDeployDataRequest

func (*IndividualEasDeploymentDataDocumentApiService) DeleteIndividualEasDeployDataExecute

Execute executes the request

type IndividualIPTVConfigurationDataDocumentApiService

type IndividualIPTVConfigurationDataDocumentApiService service

IndividualIPTVConfigurationDataDocumentApiService IndividualIPTVConfigurationDataDocumentApi service

func (*IndividualIPTVConfigurationDataDocumentApiService) CreateOrReplaceIndividualIPTVConfigurationData

func (a *IndividualIPTVConfigurationDataDocumentApiService) CreateOrReplaceIndividualIPTVConfigurationData(ctx context.Context, configurationId string) ApiCreateOrReplaceIndividualIPTVConfigurationDataRequest

CreateOrReplaceIndividualIPTVConfigurationData Create or update an individual IPTV configuration resource

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param configurationId The Identifier of an Individual IPTV Configuration Data to be created or updated. It shall apply the format of Data type string.
@return ApiCreateOrReplaceIndividualIPTVConfigurationDataRequest

func (*IndividualIPTVConfigurationDataDocumentApiService) CreateOrReplaceIndividualIPTVConfigurationDataExecute

Execute executes the request

@return IptvConfigData

func (*IndividualIPTVConfigurationDataDocumentApiService) DeleteIndividualIPTVConfigurationData

DeleteIndividualIPTVConfigurationData Delete an individual IPTV configuration resource

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param configurationId The Identifier of an Individual IPTV Configuration to be deleted. It shall apply the format of Data type string.
@return ApiDeleteIndividualIPTVConfigurationDataRequest

func (*IndividualIPTVConfigurationDataDocumentApiService) DeleteIndividualIPTVConfigurationDataExecute

Execute executes the request

func (*IndividualIPTVConfigurationDataDocumentApiService) PartialReplaceIndividualIPTVConfigurationData

func (a *IndividualIPTVConfigurationDataDocumentApiService) PartialReplaceIndividualIPTVConfigurationData(ctx context.Context, configurationId string) ApiPartialReplaceIndividualIPTVConfigurationDataRequest

PartialReplaceIndividualIPTVConfigurationData Partial update an individual IPTV configuration resource

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param configurationId The Identifier of an Individual IPTV Configuration Data to be updated. It shall apply the format of Data type string.
@return ApiPartialReplaceIndividualIPTVConfigurationDataRequest

func (*IndividualIPTVConfigurationDataDocumentApiService) PartialReplaceIndividualIPTVConfigurationDataExecute

Execute executes the request

@return IptvConfigData

type IndividualInfluenceDataDocumentApiService

type IndividualInfluenceDataDocumentApiService service

IndividualInfluenceDataDocumentApiService IndividualInfluenceDataDocumentApi service

func (*IndividualInfluenceDataDocumentApiService) CreateOrReplaceIndividualInfluenceData

func (a *IndividualInfluenceDataDocumentApiService) CreateOrReplaceIndividualInfluenceData(ctx context.Context, influenceId string) ApiCreateOrReplaceIndividualInfluenceDataRequest

CreateOrReplaceIndividualInfluenceData Create or update an individual Influence Data resource

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param influenceId The Identifier of an Individual Influence Data to be created or updated. It shall apply the format of Data type string.
@return ApiCreateOrReplaceIndividualInfluenceDataRequest

func (*IndividualInfluenceDataDocumentApiService) CreateOrReplaceIndividualInfluenceDataExecute

Execute executes the request

@return TrafficInfluData

func (*IndividualInfluenceDataDocumentApiService) DeleteIndividualInfluenceData

DeleteIndividualInfluenceData Delete an individual Influence Data resource

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param influenceId The Identifier of an Individual Influence Data to be deleted. It shall apply the format of Data type string.
@return ApiDeleteIndividualInfluenceDataRequest

func (*IndividualInfluenceDataDocumentApiService) DeleteIndividualInfluenceDataExecute

Execute executes the request

func (*IndividualInfluenceDataDocumentApiService) UpdateIndividualInfluenceData

UpdateIndividualInfluenceData Modify part of the properties of an individual Influence Data resource

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param influenceId The Identifier of an Individual Influence Data to be updated. It shall apply the format of Data type string.
@return ApiUpdateIndividualInfluenceDataRequest

func (*IndividualInfluenceDataDocumentApiService) UpdateIndividualInfluenceDataExecute

Execute executes the request

@return TrafficInfluData

type IndividualInfluenceDataSubscriptionDocumentApiService

type IndividualInfluenceDataSubscriptionDocumentApiService service

IndividualInfluenceDataSubscriptionDocumentApiService IndividualInfluenceDataSubscriptionDocumentApi service

func (*IndividualInfluenceDataSubscriptionDocumentApiService) DeleteIndividualInfluenceDataSubscription

DeleteIndividualInfluenceDataSubscription Delete an individual Influence Data Subscription resource

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param subscriptionId String identifying a subscription to the Individual Influence Data Subscription
@return ApiDeleteIndividualInfluenceDataSubscriptionRequest

func (*IndividualInfluenceDataSubscriptionDocumentApiService) DeleteIndividualInfluenceDataSubscriptionExecute

Execute executes the request

func (*IndividualInfluenceDataSubscriptionDocumentApiService) ReadIndividualInfluenceDataSubscription

ReadIndividualInfluenceDataSubscription Get an existing individual Influence Data Subscription resource

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param subscriptionId String identifying a subscription to the Individual Influence Data Subscription
@return ApiReadIndividualInfluenceDataSubscriptionRequest

func (*IndividualInfluenceDataSubscriptionDocumentApiService) ReadIndividualInfluenceDataSubscriptionExecute

Execute executes the request

@return TrafficInfluSub

func (*IndividualInfluenceDataSubscriptionDocumentApiService) ReplaceIndividualInfluenceDataSubscription

ReplaceIndividualInfluenceDataSubscription Modify an existing individual Influence Data Subscription resource

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param subscriptionId String identifying a subscription to the Individual Influence Data Subscription
@return ApiReplaceIndividualInfluenceDataSubscriptionRequest

func (*IndividualInfluenceDataSubscriptionDocumentApiService) ReplaceIndividualInfluenceDataSubscriptionExecute

Execute executes the request

@return TrafficInfluSub

type IndividualPFDDataDocumentApiService

type IndividualPFDDataDocumentApiService service

IndividualPFDDataDocumentApiService IndividualPFDDataDocumentApi service

func (*IndividualPFDDataDocumentApiService) CreateOrReplaceIndividualPFDData

CreateOrReplaceIndividualPFDData Create or update the corresponding PFDs for the specified application identifier

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param appId Indicate the application identifier for the request pfd(s). It shall apply the format of Data type ApplicationId.
@return ApiCreateOrReplaceIndividualPFDDataRequest

func (*IndividualPFDDataDocumentApiService) CreateOrReplaceIndividualPFDDataExecute

Execute executes the request

@return PfdDataForAppExt

func (*IndividualPFDDataDocumentApiService) DeleteIndividualPFDData

DeleteIndividualPFDData Delete the corresponding PFDs of the specified application identifier

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param appId Indicate the application identifier for the request pfd(s). It shall apply the format of Data type ApplicationId.
@return ApiDeleteIndividualPFDDataRequest

func (*IndividualPFDDataDocumentApiService) DeleteIndividualPFDDataExecute

Execute executes the request

func (*IndividualPFDDataDocumentApiService) ReadIndividualPFDData

ReadIndividualPFDData Retrieve the corresponding PFDs of the specified application identifier

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param appId Indicate the application identifier for the request pfd(s). It shall apply the format of Data type ApplicationId.
@return ApiReadIndividualPFDDataRequest

func (*IndividualPFDDataDocumentApiService) ReadIndividualPFDDataExecute

Execute executes the request

@return PfdDataForAppExt

type IndividualServiceParameterDataDocumentApiService

type IndividualServiceParameterDataDocumentApiService service

IndividualServiceParameterDataDocumentApiService IndividualServiceParameterDataDocumentApi service

func (*IndividualServiceParameterDataDocumentApiService) CreateOrReplaceServiceParameterData

CreateOrReplaceServiceParameterData Create or update an individual Service Parameter Data resource

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param serviceParamId The Identifier of an Individual Service Parameter Data to be created or updated. It shall apply the format of Data type string.
@return ApiCreateOrReplaceServiceParameterDataRequest

func (*IndividualServiceParameterDataDocumentApiService) CreateOrReplaceServiceParameterDataExecute

Execute executes the request

@return ServiceParameterData

func (*IndividualServiceParameterDataDocumentApiService) DeleteIndividualServiceParameterData

DeleteIndividualServiceParameterData Delete an individual Service Parameter Data resource

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param serviceParamId The Identifier of an Individual Service Parameter Data to be deleted. It shall apply the format of Data type string.
@return ApiDeleteIndividualServiceParameterDataRequest

func (*IndividualServiceParameterDataDocumentApiService) DeleteIndividualServiceParameterDataExecute

Execute executes the request

func (*IndividualServiceParameterDataDocumentApiService) UpdateIndividualServiceParameterData

UpdateIndividualServiceParameterData Modify part of the properties of an individual Service Parameter Data resource

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param serviceParamId The Identifier of an Individual Service Parameter Data to be updated. It shall apply the format of Data type string.
@return ApiUpdateIndividualServiceParameterDataRequest

func (*IndividualServiceParameterDataDocumentApiService) UpdateIndividualServiceParameterDataExecute

Execute executes the request

@return ServiceParameterData

type InfluenceDataStoreApiService

type InfluenceDataStoreApiService service

InfluenceDataStoreApiService InfluenceDataStoreApi service

func (*InfluenceDataStoreApiService) ReadInfluenceData

ReadInfluenceData Retrieve Traffic Influence Data

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiReadInfluenceDataRequest

func (*InfluenceDataStoreApiService) ReadInfluenceDataExecute

Execute executes the request

@return []TrafficInfluData

type InfluenceDataSubscriptionsCollectionApiService

type InfluenceDataSubscriptionsCollectionApiService service

InfluenceDataSubscriptionsCollectionApiService InfluenceDataSubscriptionsCollectionApi service

func (*InfluenceDataSubscriptionsCollectionApiService) CreateIndividualInfluenceDataSubscription

CreateIndividualInfluenceDataSubscription Create a new Individual Influence Data Subscription resource

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateIndividualInfluenceDataSubscriptionRequest

func (*InfluenceDataSubscriptionsCollectionApiService) CreateIndividualInfluenceDataSubscriptionExecute

Execute executes the request

@return TrafficInfluSub

func (*InfluenceDataSubscriptionsCollectionApiService) ReadInfluenceDataSubscriptions

ReadInfluenceDataSubscriptions Read Influence Data Subscriptions

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiReadInfluenceDataSubscriptionsRequest

func (*InfluenceDataSubscriptionsCollectionApiService) ReadInfluenceDataSubscriptionsExecute

Execute executes the request

@return []TrafficInfluSub

type InvalidParam

type InvalidParam struct {
	// If the invalid parameter is an attribute in a JSON body, this IE shall contain the  attribute's name and shall be encoded as a JSON Pointer. If the invalid parameter is  an HTTP header, this IE shall be formatted as the concatenation of the string \"header \"  plus the name of such header. If the invalid parameter is a query parameter, this IE  shall be formatted as the concatenation of the string \"query \" plus the name of such  query parameter. If the invalid parameter is a variable part in the path of a resource  URI, this IE shall contain the name of the variable, including the symbols \"{\" and \"}\"  used in OpenAPI specification as the notation to represent variable path segments.
	Param string `json:"param"`
	// A human-readable reason, e.g. \"must be a positive integer\". In cases involving failed  operations in a PATCH request, the reason string should identify the operation that  failed using the operation's array index to assist in correlation of the invalid  parameter with the failed operation, e.g.\" Replacement value invalid for attribute  (failed operation index= 4)\"
	Reason *string `json:"reason,omitempty"`
}

InvalidParam It contains an invalid parameter and a related description.

func NewInvalidParam

func NewInvalidParam(param string) *InvalidParam

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

func NewInvalidParamWithDefaults

func NewInvalidParamWithDefaults() *InvalidParam

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

func (*InvalidParam) GetParam

func (o *InvalidParam) GetParam() string

GetParam returns the Param field value

func (*InvalidParam) GetParamOk

func (o *InvalidParam) GetParamOk() (*string, bool)

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

func (*InvalidParam) GetReason

func (o *InvalidParam) GetReason() string

GetReason returns the Reason field value if set, zero value otherwise.

func (*InvalidParam) GetReasonOk

func (o *InvalidParam) GetReasonOk() (*string, bool)

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

func (*InvalidParam) HasReason

func (o *InvalidParam) HasReason() bool

HasReason returns a boolean if a field has been set.

func (InvalidParam) MarshalJSON

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

func (*InvalidParam) SetParam

func (o *InvalidParam) SetParam(v string)

SetParam sets field value

func (*InvalidParam) SetReason

func (o *InvalidParam) SetReason(v string)

SetReason gets a reference to the given string and assigns it to the Reason field.

func (InvalidParam) ToMap

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

type IpAddr

type IpAddr struct {
	Interface *interface{}
}

IpAddr - Contains an IP adresse.

func InterfaceAsIpAddr

func InterfaceAsIpAddr(v *interface{}) IpAddr

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

func (*IpAddr) GetActualInstance

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

Get the actual instance

func (IpAddr) MarshalJSON

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

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

func (*IpAddr) UnmarshalJSON

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

Unmarshal JSON data into one of the pointers in the struct

type IptvConfigData

type IptvConfigData struct {
	Interface *interface{}
}

IptvConfigData - Represents IPTV configuration data information.

func InterfaceAsIptvConfigData

func InterfaceAsIptvConfigData(v *interface{}) IptvConfigData

interface{}AsIptvConfigData is a convenience function that returns interface{} wrapped in IptvConfigData

func (*IptvConfigData) GetActualInstance

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

Get the actual instance

func (IptvConfigData) MarshalJSON

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

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

func (*IptvConfigData) UnmarshalJSON

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

Unmarshal JSON data into one of the pointers in the struct

type IptvConfigDataPatch

type IptvConfigDataPatch struct {
	// Identifies a list of multicast address access control information. Any string value can be used as a key of the map.
	MultiAccCtrls *map[string]MulticastAccessControl `json:"multiAccCtrls,omitempty"`
}

IptvConfigDataPatch Represents the parameters to request the modification of an IPTV Configuration resource.

func NewIptvConfigDataPatch

func NewIptvConfigDataPatch() *IptvConfigDataPatch

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

func NewIptvConfigDataPatchWithDefaults

func NewIptvConfigDataPatchWithDefaults() *IptvConfigDataPatch

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

func (*IptvConfigDataPatch) GetMultiAccCtrls

func (o *IptvConfigDataPatch) GetMultiAccCtrls() map[string]MulticastAccessControl

GetMultiAccCtrls returns the MultiAccCtrls field value if set, zero value otherwise.

func (*IptvConfigDataPatch) GetMultiAccCtrlsOk

func (o *IptvConfigDataPatch) GetMultiAccCtrlsOk() (*map[string]MulticastAccessControl, bool)

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

func (*IptvConfigDataPatch) HasMultiAccCtrls

func (o *IptvConfigDataPatch) HasMultiAccCtrls() bool

HasMultiAccCtrls returns a boolean if a field has been set.

func (IptvConfigDataPatch) MarshalJSON

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

func (*IptvConfigDataPatch) SetMultiAccCtrls

func (o *IptvConfigDataPatch) SetMultiAccCtrls(v map[string]MulticastAccessControl)

SetMultiAccCtrls gets a reference to the given map[string]MulticastAccessControl and assigns it to the MultiAccCtrls field.

func (IptvConfigDataPatch) ToMap

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

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 Local2dPointUncertaintyEllipse

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

Local2dPointUncertaintyEllipse Local 2D point with uncertainty ellipse

func NewLocal2dPointUncertaintyEllipse

func NewLocal2dPointUncertaintyEllipse(localOrigin LocalOrigin, point RelativeCartesianLocation, uncertaintyEllipse UncertaintyEllipse, confidence int32, shape SupportedGADShapes) *Local2dPointUncertaintyEllipse

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

func NewLocal2dPointUncertaintyEllipseWithDefaults

func NewLocal2dPointUncertaintyEllipseWithDefaults() *Local2dPointUncertaintyEllipse

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

func (*Local2dPointUncertaintyEllipse) GetConfidence

func (o *Local2dPointUncertaintyEllipse) GetConfidence() int32

GetConfidence returns the Confidence field value

func (*Local2dPointUncertaintyEllipse) GetConfidenceOk

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

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

func (*Local2dPointUncertaintyEllipse) GetLocalOrigin

func (o *Local2dPointUncertaintyEllipse) GetLocalOrigin() LocalOrigin

GetLocalOrigin returns the LocalOrigin field value

func (*Local2dPointUncertaintyEllipse) GetLocalOriginOk

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

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

func (*Local2dPointUncertaintyEllipse) GetPoint

GetPoint returns the Point field value

func (*Local2dPointUncertaintyEllipse) GetPointOk

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

func (*Local2dPointUncertaintyEllipse) GetUncertaintyEllipse

func (o *Local2dPointUncertaintyEllipse) GetUncertaintyEllipse() UncertaintyEllipse

GetUncertaintyEllipse returns the UncertaintyEllipse field value

func (*Local2dPointUncertaintyEllipse) GetUncertaintyEllipseOk

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

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

func (Local2dPointUncertaintyEllipse) MarshalJSON

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

func (*Local2dPointUncertaintyEllipse) SetConfidence

func (o *Local2dPointUncertaintyEllipse) SetConfidence(v int32)

SetConfidence sets field value

func (*Local2dPointUncertaintyEllipse) SetLocalOrigin

func (o *Local2dPointUncertaintyEllipse) SetLocalOrigin(v LocalOrigin)

SetLocalOrigin sets field value

func (*Local2dPointUncertaintyEllipse) SetPoint

SetPoint sets field value

func (*Local2dPointUncertaintyEllipse) SetUncertaintyEllipse

func (o *Local2dPointUncertaintyEllipse) SetUncertaintyEllipse(v UncertaintyEllipse)

SetUncertaintyEllipse sets field value

func (Local2dPointUncertaintyEllipse) ToMap

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

type Local2dPointUncertaintyEllipseAllOf

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

Local2dPointUncertaintyEllipseAllOf struct for Local2dPointUncertaintyEllipseAllOf

func NewLocal2dPointUncertaintyEllipseAllOf

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

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

func NewLocal2dPointUncertaintyEllipseAllOfWithDefaults

func NewLocal2dPointUncertaintyEllipseAllOfWithDefaults() *Local2dPointUncertaintyEllipseAllOf

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

func (*Local2dPointUncertaintyEllipseAllOf) GetConfidence

func (o *Local2dPointUncertaintyEllipseAllOf) GetConfidence() int32

GetConfidence returns the Confidence field value

func (*Local2dPointUncertaintyEllipseAllOf) GetConfidenceOk

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

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

func (*Local2dPointUncertaintyEllipseAllOf) GetLocalOrigin

GetLocalOrigin returns the LocalOrigin field value

func (*Local2dPointUncertaintyEllipseAllOf) GetLocalOriginOk

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

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

func (*Local2dPointUncertaintyEllipseAllOf) GetPoint

GetPoint returns the Point field value

func (*Local2dPointUncertaintyEllipseAllOf) GetPointOk

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

func (*Local2dPointUncertaintyEllipseAllOf) GetUncertaintyEllipse

func (o *Local2dPointUncertaintyEllipseAllOf) GetUncertaintyEllipse() UncertaintyEllipse

GetUncertaintyEllipse returns the UncertaintyEllipse field value

func (*Local2dPointUncertaintyEllipseAllOf) GetUncertaintyEllipseOk

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

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

func (Local2dPointUncertaintyEllipseAllOf) MarshalJSON

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

func (*Local2dPointUncertaintyEllipseAllOf) SetConfidence

func (o *Local2dPointUncertaintyEllipseAllOf) SetConfidence(v int32)

SetConfidence sets field value

func (*Local2dPointUncertaintyEllipseAllOf) SetLocalOrigin

func (o *Local2dPointUncertaintyEllipseAllOf) SetLocalOrigin(v LocalOrigin)

SetLocalOrigin sets field value

func (*Local2dPointUncertaintyEllipseAllOf) SetPoint

SetPoint sets field value

func (*Local2dPointUncertaintyEllipseAllOf) SetUncertaintyEllipse

func (o *Local2dPointUncertaintyEllipseAllOf) SetUncertaintyEllipse(v UncertaintyEllipse)

SetUncertaintyEllipse sets field value

func (Local2dPointUncertaintyEllipseAllOf) ToMap

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

type Local3dPointUncertaintyEllipsoid

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

Local3dPointUncertaintyEllipsoid Local 3D point with uncertainty ellipsoid

func NewLocal3dPointUncertaintyEllipsoid

func NewLocal3dPointUncertaintyEllipsoid(localOrigin LocalOrigin, point RelativeCartesianLocation, uncertaintyEllipsoid UncertaintyEllipsoid, confidence int32, shape SupportedGADShapes) *Local3dPointUncertaintyEllipsoid

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

func NewLocal3dPointUncertaintyEllipsoidWithDefaults

func NewLocal3dPointUncertaintyEllipsoidWithDefaults() *Local3dPointUncertaintyEllipsoid

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

func (*Local3dPointUncertaintyEllipsoid) GetConfidence

func (o *Local3dPointUncertaintyEllipsoid) GetConfidence() int32

GetConfidence returns the Confidence field value

func (*Local3dPointUncertaintyEllipsoid) GetConfidenceOk

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

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

func (*Local3dPointUncertaintyEllipsoid) GetLocalOrigin

func (o *Local3dPointUncertaintyEllipsoid) GetLocalOrigin() LocalOrigin

GetLocalOrigin returns the LocalOrigin field value

func (*Local3dPointUncertaintyEllipsoid) GetLocalOriginOk

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

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

func (*Local3dPointUncertaintyEllipsoid) GetPoint

GetPoint returns the Point field value

func (*Local3dPointUncertaintyEllipsoid) GetPointOk

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

func (*Local3dPointUncertaintyEllipsoid) GetUncertaintyEllipsoid

func (o *Local3dPointUncertaintyEllipsoid) GetUncertaintyEllipsoid() UncertaintyEllipsoid

GetUncertaintyEllipsoid returns the UncertaintyEllipsoid field value

func (*Local3dPointUncertaintyEllipsoid) GetUncertaintyEllipsoidOk

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

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

func (Local3dPointUncertaintyEllipsoid) MarshalJSON

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

func (*Local3dPointUncertaintyEllipsoid) SetConfidence

func (o *Local3dPointUncertaintyEllipsoid) SetConfidence(v int32)

SetConfidence sets field value

func (*Local3dPointUncertaintyEllipsoid) SetLocalOrigin

func (o *Local3dPointUncertaintyEllipsoid) SetLocalOrigin(v LocalOrigin)

SetLocalOrigin sets field value

func (*Local3dPointUncertaintyEllipsoid) SetPoint

SetPoint sets field value

func (*Local3dPointUncertaintyEllipsoid) SetUncertaintyEllipsoid

func (o *Local3dPointUncertaintyEllipsoid) SetUncertaintyEllipsoid(v UncertaintyEllipsoid)

SetUncertaintyEllipsoid sets field value

func (Local3dPointUncertaintyEllipsoid) ToMap

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

type Local3dPointUncertaintyEllipsoidAllOf

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

Local3dPointUncertaintyEllipsoidAllOf struct for Local3dPointUncertaintyEllipsoidAllOf

func NewLocal3dPointUncertaintyEllipsoidAllOf

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

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

func NewLocal3dPointUncertaintyEllipsoidAllOfWithDefaults

func NewLocal3dPointUncertaintyEllipsoidAllOfWithDefaults() *Local3dPointUncertaintyEllipsoidAllOf

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

func (*Local3dPointUncertaintyEllipsoidAllOf) GetConfidence

func (o *Local3dPointUncertaintyEllipsoidAllOf) GetConfidence() int32

GetConfidence returns the Confidence field value

func (*Local3dPointUncertaintyEllipsoidAllOf) GetConfidenceOk

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

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

func (*Local3dPointUncertaintyEllipsoidAllOf) GetLocalOrigin

GetLocalOrigin returns the LocalOrigin field value

func (*Local3dPointUncertaintyEllipsoidAllOf) GetLocalOriginOk

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

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

func (*Local3dPointUncertaintyEllipsoidAllOf) GetPoint

GetPoint returns the Point field value

func (*Local3dPointUncertaintyEllipsoidAllOf) GetPointOk

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

func (*Local3dPointUncertaintyEllipsoidAllOf) GetUncertaintyEllipsoid

func (o *Local3dPointUncertaintyEllipsoidAllOf) GetUncertaintyEllipsoid() UncertaintyEllipsoid

GetUncertaintyEllipsoid returns the UncertaintyEllipsoid field value

func (*Local3dPointUncertaintyEllipsoidAllOf) GetUncertaintyEllipsoidOk

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

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

func (Local3dPointUncertaintyEllipsoidAllOf) MarshalJSON

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

func (*Local3dPointUncertaintyEllipsoidAllOf) SetConfidence

func (o *Local3dPointUncertaintyEllipsoidAllOf) SetConfidence(v int32)

SetConfidence sets field value

func (*Local3dPointUncertaintyEllipsoidAllOf) SetLocalOrigin

SetLocalOrigin sets field value

func (*Local3dPointUncertaintyEllipsoidAllOf) SetPoint

SetPoint sets field value

func (*Local3dPointUncertaintyEllipsoidAllOf) SetUncertaintyEllipsoid

func (o *Local3dPointUncertaintyEllipsoidAllOf) SetUncertaintyEllipsoid(v UncertaintyEllipsoid)

SetUncertaintyEllipsoid sets field value

func (Local3dPointUncertaintyEllipsoidAllOf) ToMap

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

type LocalOrigin

type LocalOrigin struct {
	CoordinateId *string                  `json:"coordinateId,omitempty"`
	Point        *GeographicalCoordinates `json:"point,omitempty"`
}

LocalOrigin Indicates a Local origin in a reference system

func NewLocalOrigin

func NewLocalOrigin() *LocalOrigin

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

func NewLocalOriginWithDefaults

func NewLocalOriginWithDefaults() *LocalOrigin

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

func (*LocalOrigin) GetCoordinateId

func (o *LocalOrigin) GetCoordinateId() string

GetCoordinateId returns the CoordinateId field value if set, zero value otherwise.

func (*LocalOrigin) GetCoordinateIdOk

func (o *LocalOrigin) GetCoordinateIdOk() (*string, bool)

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

func (*LocalOrigin) GetPoint

func (o *LocalOrigin) GetPoint() GeographicalCoordinates

GetPoint returns the Point field value if set, zero value otherwise.

func (*LocalOrigin) GetPointOk

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

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

func (*LocalOrigin) HasCoordinateId

func (o *LocalOrigin) HasCoordinateId() bool

HasCoordinateId returns a boolean if a field has been set.

func (*LocalOrigin) HasPoint

func (o *LocalOrigin) HasPoint() bool

HasPoint returns a boolean if a field has been set.

func (LocalOrigin) MarshalJSON

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

func (*LocalOrigin) SetCoordinateId

func (o *LocalOrigin) SetCoordinateId(v string)

SetCoordinateId gets a reference to the given string and assigns it to the CoordinateId field.

func (*LocalOrigin) SetPoint

func (o *LocalOrigin) SetPoint(v GeographicalCoordinates)

SetPoint gets a reference to the given GeographicalCoordinates and assigns it to the Point field.

func (LocalOrigin) ToMap

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

type MappedNullable

type MappedNullable interface {
	ToMap() (map[string]interface{}, error)
}

type MatchingOperator

type MatchingOperator struct {
	String *string
}

MatchingOperator the matching operation.

func (*MatchingOperator) MarshalJSON

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

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

func (*MatchingOperator) UnmarshalJSON

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

Unmarshal JSON data into any of the pointers in the struct

type MulticastAccessControl

type MulticastAccessControl struct {
	// String identifying a IPv4 address formatted in the 'dotted decimal' notation as defined in RFC 1166.
	SrcIpv4Addr *string   `json:"srcIpv4Addr,omitempty"`
	SrcIpv6Addr *Ipv6Addr `json:"srcIpv6Addr,omitempty"`
	// String identifying a IPv4 address formatted in the 'dotted decimal' notation as defined in RFC 1166.
	MulticastV4Addr *string           `json:"multicastV4Addr,omitempty"`
	MulticastV6Addr *Ipv6Addr         `json:"multicastV6Addr,omitempty"`
	AccStatus       AccessRightStatus `json:"accStatus"`
}

MulticastAccessControl Represents multicast address access control information.

func NewMulticastAccessControl

func NewMulticastAccessControl(accStatus AccessRightStatus) *MulticastAccessControl

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

func NewMulticastAccessControlWithDefaults

func NewMulticastAccessControlWithDefaults() *MulticastAccessControl

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

func (*MulticastAccessControl) GetAccStatus

func (o *MulticastAccessControl) GetAccStatus() AccessRightStatus

GetAccStatus returns the AccStatus field value

func (*MulticastAccessControl) GetAccStatusOk

func (o *MulticastAccessControl) GetAccStatusOk() (*AccessRightStatus, bool)

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

func (*MulticastAccessControl) GetMulticastV4Addr

func (o *MulticastAccessControl) GetMulticastV4Addr() string

GetMulticastV4Addr returns the MulticastV4Addr field value if set, zero value otherwise.

func (*MulticastAccessControl) GetMulticastV4AddrOk

func (o *MulticastAccessControl) GetMulticastV4AddrOk() (*string, bool)

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

func (*MulticastAccessControl) GetMulticastV6Addr

func (o *MulticastAccessControl) GetMulticastV6Addr() Ipv6Addr

GetMulticastV6Addr returns the MulticastV6Addr field value if set, zero value otherwise.

func (*MulticastAccessControl) GetMulticastV6AddrOk

func (o *MulticastAccessControl) GetMulticastV6AddrOk() (*Ipv6Addr, bool)

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

func (*MulticastAccessControl) GetSrcIpv4Addr

func (o *MulticastAccessControl) GetSrcIpv4Addr() string

GetSrcIpv4Addr returns the SrcIpv4Addr field value if set, zero value otherwise.

func (*MulticastAccessControl) GetSrcIpv4AddrOk

func (o *MulticastAccessControl) GetSrcIpv4AddrOk() (*string, bool)

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

func (*MulticastAccessControl) GetSrcIpv6Addr

func (o *MulticastAccessControl) GetSrcIpv6Addr() Ipv6Addr

GetSrcIpv6Addr returns the SrcIpv6Addr field value if set, zero value otherwise.

func (*MulticastAccessControl) GetSrcIpv6AddrOk

func (o *MulticastAccessControl) GetSrcIpv6AddrOk() (*Ipv6Addr, bool)

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

func (*MulticastAccessControl) HasMulticastV4Addr

func (o *MulticastAccessControl) HasMulticastV4Addr() bool

HasMulticastV4Addr returns a boolean if a field has been set.

func (*MulticastAccessControl) HasMulticastV6Addr

func (o *MulticastAccessControl) HasMulticastV6Addr() bool

HasMulticastV6Addr returns a boolean if a field has been set.

func (*MulticastAccessControl) HasSrcIpv4Addr

func (o *MulticastAccessControl) HasSrcIpv4Addr() bool

HasSrcIpv4Addr returns a boolean if a field has been set.

func (*MulticastAccessControl) HasSrcIpv6Addr

func (o *MulticastAccessControl) HasSrcIpv6Addr() bool

HasSrcIpv6Addr returns a boolean if a field has been set.

func (MulticastAccessControl) MarshalJSON

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

func (*MulticastAccessControl) SetAccStatus

func (o *MulticastAccessControl) SetAccStatus(v AccessRightStatus)

SetAccStatus sets field value

func (*MulticastAccessControl) SetMulticastV4Addr

func (o *MulticastAccessControl) SetMulticastV4Addr(v string)

SetMulticastV4Addr gets a reference to the given string and assigns it to the MulticastV4Addr field.

func (*MulticastAccessControl) SetMulticastV6Addr

func (o *MulticastAccessControl) SetMulticastV6Addr(v Ipv6Addr)

SetMulticastV6Addr gets a reference to the given Ipv6Addr and assigns it to the MulticastV6Addr field.

func (*MulticastAccessControl) SetSrcIpv4Addr

func (o *MulticastAccessControl) SetSrcIpv4Addr(v string)

SetSrcIpv4Addr gets a reference to the given string and assigns it to the SrcIpv4Addr field.

func (*MulticastAccessControl) SetSrcIpv6Addr

func (o *MulticastAccessControl) SetSrcIpv6Addr(v Ipv6Addr)

SetSrcIpv6Addr gets a reference to the given Ipv6Addr and assigns it to the SrcIpv6Addr field.

func (MulticastAccessControl) ToMap

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

type NFType

type NFType struct {
	String *string
}

NFType NF types known to NRF

func (*NFType) MarshalJSON

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

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

func (*NFType) UnmarshalJSON

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

Unmarshal JSON data into any of the pointers in the struct

type Ncgi

type Ncgi struct {
	PlmnId PlmnId `json:"plmnId"`
	// 36-bit string identifying an NR Cell Id as specified in clause 9.3.1.7 of 3GPP TS 38.413,  in hexadecimal representation. Each character in the string shall take a value of \"0\" to \"9\",  \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The most significant character  representing the 4 most significant bits of the Cell Id shall appear first in the string, and  the character representing the 4 least significant bit of the Cell Id shall appear last in the  string.
	NrCellId string `json:"nrCellId"`
	// This represents the Network Identifier, which together with a PLMN ID is used to identify an SNPN (see 3GPP TS 23.003 and 3GPP TS 23.501 clause 5.30.2.1).
	Nid *string `json:"nid,omitempty"`
}

Ncgi Contains the NCGI (NR Cell Global Identity), as described in 3GPP 23.003

func NewNcgi

func NewNcgi(plmnId PlmnId, nrCellId string) *Ncgi

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

func NewNcgiWithDefaults

func NewNcgiWithDefaults() *Ncgi

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

func (*Ncgi) GetNid

func (o *Ncgi) GetNid() string

GetNid returns the Nid field value if set, zero value otherwise.

func (*Ncgi) GetNidOk

func (o *Ncgi) GetNidOk() (*string, bool)

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

func (*Ncgi) GetNrCellId

func (o *Ncgi) GetNrCellId() string

GetNrCellId returns the NrCellId field value

func (*Ncgi) GetNrCellIdOk

func (o *Ncgi) GetNrCellIdOk() (*string, bool)

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

func (*Ncgi) GetPlmnId

func (o *Ncgi) GetPlmnId() PlmnId

GetPlmnId returns the PlmnId field value

func (*Ncgi) GetPlmnIdOk

func (o *Ncgi) GetPlmnIdOk() (*PlmnId, bool)

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

func (*Ncgi) HasNid

func (o *Ncgi) HasNid() bool

HasNid returns a boolean if a field has been set.

func (Ncgi) MarshalJSON

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

func (*Ncgi) SetNid

func (o *Ncgi) SetNid(v string)

SetNid gets a reference to the given string and assigns it to the Nid field.

func (*Ncgi) SetNrCellId

func (o *Ncgi) SetNrCellId(v string)

SetNrCellId sets field value

func (*Ncgi) SetPlmnId

func (o *Ncgi) SetPlmnId(v PlmnId)

SetPlmnId sets field value

func (Ncgi) ToMap

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

type NetworkAreaInfo

type NetworkAreaInfo struct {
	// Contains a list of E-UTRA cell identities.
	Ecgis []Ecgi `json:"ecgis,omitempty"`
	// Contains a list of NR cell identities.
	Ncgis []Ncgi `json:"ncgis,omitempty"`
	// Contains a list of NG RAN nodes.
	GRanNodeIds []GlobalRanNodeId `json:"gRanNodeIds,omitempty"`
	// Contains a list of tracking area identities.
	Tais []Tai `json:"tais,omitempty"`
}

NetworkAreaInfo Describes a network area information in which the NF service consumer requests the number of UEs.

func NewNetworkAreaInfo

func NewNetworkAreaInfo() *NetworkAreaInfo

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

func NewNetworkAreaInfoWithDefaults

func NewNetworkAreaInfoWithDefaults() *NetworkAreaInfo

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

func (*NetworkAreaInfo) GetEcgis

func (o *NetworkAreaInfo) GetEcgis() []Ecgi

GetEcgis returns the Ecgis field value if set, zero value otherwise.

func (*NetworkAreaInfo) GetEcgisOk

func (o *NetworkAreaInfo) GetEcgisOk() ([]Ecgi, bool)

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

func (*NetworkAreaInfo) GetGRanNodeIds

func (o *NetworkAreaInfo) GetGRanNodeIds() []GlobalRanNodeId

GetGRanNodeIds returns the GRanNodeIds field value if set, zero value otherwise.

func (*NetworkAreaInfo) GetGRanNodeIdsOk

func (o *NetworkAreaInfo) GetGRanNodeIdsOk() ([]GlobalRanNodeId, bool)

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

func (*NetworkAreaInfo) GetNcgis

func (o *NetworkAreaInfo) GetNcgis() []Ncgi

GetNcgis returns the Ncgis field value if set, zero value otherwise.

func (*NetworkAreaInfo) GetNcgisOk

func (o *NetworkAreaInfo) GetNcgisOk() ([]Ncgi, bool)

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

func (*NetworkAreaInfo) GetTais

func (o *NetworkAreaInfo) GetTais() []Tai

GetTais returns the Tais field value if set, zero value otherwise.

func (*NetworkAreaInfo) GetTaisOk

func (o *NetworkAreaInfo) GetTaisOk() ([]Tai, bool)

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

func (*NetworkAreaInfo) HasEcgis

func (o *NetworkAreaInfo) HasEcgis() bool

HasEcgis returns a boolean if a field has been set.

func (*NetworkAreaInfo) HasGRanNodeIds

func (o *NetworkAreaInfo) HasGRanNodeIds() bool

HasGRanNodeIds returns a boolean if a field has been set.

func (*NetworkAreaInfo) HasNcgis

func (o *NetworkAreaInfo) HasNcgis() bool

HasNcgis returns a boolean if a field has been set.

func (*NetworkAreaInfo) HasTais

func (o *NetworkAreaInfo) HasTais() bool

HasTais returns a boolean if a field has been set.

func (NetworkAreaInfo) MarshalJSON

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

func (*NetworkAreaInfo) SetEcgis

func (o *NetworkAreaInfo) SetEcgis(v []Ecgi)

SetEcgis gets a reference to the given []Ecgi and assigns it to the Ecgis field.

func (*NetworkAreaInfo) SetGRanNodeIds

func (o *NetworkAreaInfo) SetGRanNodeIds(v []GlobalRanNodeId)

SetGRanNodeIds gets a reference to the given []GlobalRanNodeId and assigns it to the GRanNodeIds field.

func (*NetworkAreaInfo) SetNcgis

func (o *NetworkAreaInfo) SetNcgis(v []Ncgi)

SetNcgis gets a reference to the given []Ncgi and assigns it to the Ncgis field.

func (*NetworkAreaInfo) SetTais

func (o *NetworkAreaInfo) SetTais(v []Tai)

SetTais gets a reference to the given []Tai and assigns it to the Tais field.

func (NetworkAreaInfo) ToMap

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

type NullableAccessRightStatus

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

func NewNullableAccessRightStatus

func NewNullableAccessRightStatus(val *AccessRightStatus) *NullableAccessRightStatus

func (NullableAccessRightStatus) Get

func (NullableAccessRightStatus) IsSet

func (v NullableAccessRightStatus) IsSet() bool

func (NullableAccessRightStatus) MarshalJSON

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

func (*NullableAccessRightStatus) Set

func (*NullableAccessRightStatus) UnmarshalJSON

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

func (*NullableAccessRightStatus) Unset

func (v *NullableAccessRightStatus) 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 NullableAmInfluData

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

func NewNullableAmInfluData

func NewNullableAmInfluData(val *AmInfluData) *NullableAmInfluData

func (NullableAmInfluData) Get

func (NullableAmInfluData) IsSet

func (v NullableAmInfluData) IsSet() bool

func (NullableAmInfluData) MarshalJSON

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

func (*NullableAmInfluData) Set

func (v *NullableAmInfluData) Set(val *AmInfluData)

func (*NullableAmInfluData) UnmarshalJSON

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

func (*NullableAmInfluData) Unset

func (v *NullableAmInfluData) Unset()

type NullableAmInfluDataPatch

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

func NewNullableAmInfluDataPatch

func NewNullableAmInfluDataPatch(val *AmInfluDataPatch) *NullableAmInfluDataPatch

func (NullableAmInfluDataPatch) Get

func (NullableAmInfluDataPatch) IsSet

func (v NullableAmInfluDataPatch) IsSet() bool

func (NullableAmInfluDataPatch) MarshalJSON

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

func (*NullableAmInfluDataPatch) Set

func (*NullableAmInfluDataPatch) UnmarshalJSON

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

func (*NullableAmInfluDataPatch) Unset

func (v *NullableAmInfluDataPatch) Unset()

type NullableAmInfluEvent

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

func NewNullableAmInfluEvent

func NewNullableAmInfluEvent(val *AmInfluEvent) *NullableAmInfluEvent

func (NullableAmInfluEvent) Get

func (NullableAmInfluEvent) IsSet

func (v NullableAmInfluEvent) IsSet() bool

func (NullableAmInfluEvent) MarshalJSON

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

func (*NullableAmInfluEvent) Set

func (v *NullableAmInfluEvent) Set(val *AmInfluEvent)

func (*NullableAmInfluEvent) UnmarshalJSON

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

func (*NullableAmInfluEvent) Unset

func (v *NullableAmInfluEvent) 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 NullableApplicationDataChangeNotif

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

func (NullableApplicationDataChangeNotif) Get

func (NullableApplicationDataChangeNotif) IsSet

func (NullableApplicationDataChangeNotif) MarshalJSON

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

func (*NullableApplicationDataChangeNotif) Set

func (*NullableApplicationDataChangeNotif) UnmarshalJSON

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

func (*NullableApplicationDataChangeNotif) Unset

type NullableApplicationDataInfluenceDataSubsToNotifyPostRequestInner

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

func (NullableApplicationDataInfluenceDataSubsToNotifyPostRequestInner) Get

func (NullableApplicationDataInfluenceDataSubsToNotifyPostRequestInner) IsSet

func (NullableApplicationDataInfluenceDataSubsToNotifyPostRequestInner) MarshalJSON

func (*NullableApplicationDataInfluenceDataSubsToNotifyPostRequestInner) Set

func (*NullableApplicationDataInfluenceDataSubsToNotifyPostRequestInner) UnmarshalJSON

func (*NullableApplicationDataInfluenceDataSubsToNotifyPostRequestInner) Unset

type NullableApplicationDataSubs

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

func NewNullableApplicationDataSubs

func NewNullableApplicationDataSubs(val *ApplicationDataSubs) *NullableApplicationDataSubs

func (NullableApplicationDataSubs) Get

func (NullableApplicationDataSubs) IsSet

func (NullableApplicationDataSubs) MarshalJSON

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

func (*NullableApplicationDataSubs) Set

func (*NullableApplicationDataSubs) UnmarshalJSON

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

func (*NullableApplicationDataSubs) Unset

func (v *NullableApplicationDataSubs) Unset()

type NullableBdtPolicyData

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

func NewNullableBdtPolicyData

func NewNullableBdtPolicyData(val *BdtPolicyData) *NullableBdtPolicyData

func (NullableBdtPolicyData) Get

func (NullableBdtPolicyData) IsSet

func (v NullableBdtPolicyData) IsSet() bool

func (NullableBdtPolicyData) MarshalJSON

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

func (*NullableBdtPolicyData) Set

func (v *NullableBdtPolicyData) Set(val *BdtPolicyData)

func (*NullableBdtPolicyData) UnmarshalJSON

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

func (*NullableBdtPolicyData) Unset

func (v *NullableBdtPolicyData) Unset()

type NullableBdtPolicyDataPatch

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

func NewNullableBdtPolicyDataPatch

func NewNullableBdtPolicyDataPatch(val *BdtPolicyDataPatch) *NullableBdtPolicyDataPatch

func (NullableBdtPolicyDataPatch) Get

func (NullableBdtPolicyDataPatch) IsSet

func (v NullableBdtPolicyDataPatch) IsSet() bool

func (NullableBdtPolicyDataPatch) MarshalJSON

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

func (*NullableBdtPolicyDataPatch) Set

func (*NullableBdtPolicyDataPatch) UnmarshalJSON

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

func (*NullableBdtPolicyDataPatch) Unset

func (v *NullableBdtPolicyDataPatch) 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 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 NullableConnectionCapabilities

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

func (NullableConnectionCapabilities) Get

func (NullableConnectionCapabilities) IsSet

func (NullableConnectionCapabilities) MarshalJSON

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

func (*NullableConnectionCapabilities) Set

func (*NullableConnectionCapabilities) UnmarshalJSON

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

func (*NullableConnectionCapabilities) Unset

func (v *NullableConnectionCapabilities) Unset()

type NullableDataFilter

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

func NewNullableDataFilter

func NewNullableDataFilter(val *DataFilter) *NullableDataFilter

func (NullableDataFilter) Get

func (v NullableDataFilter) Get() *DataFilter

func (NullableDataFilter) IsSet

func (v NullableDataFilter) IsSet() bool

func (NullableDataFilter) MarshalJSON

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

func (*NullableDataFilter) Set

func (v *NullableDataFilter) Set(val *DataFilter)

func (*NullableDataFilter) UnmarshalJSON

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

func (*NullableDataFilter) Unset

func (v *NullableDataFilter) Unset()

type NullableDataInd

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

func NewNullableDataInd

func NewNullableDataInd(val *DataInd) *NullableDataInd

func (NullableDataInd) Get

func (v NullableDataInd) Get() *DataInd

func (NullableDataInd) IsSet

func (v NullableDataInd) IsSet() bool

func (NullableDataInd) MarshalJSON

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

func (*NullableDataInd) Set

func (v *NullableDataInd) Set(val *DataInd)

func (*NullableDataInd) UnmarshalJSON

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

func (*NullableDataInd) Unset

func (v *NullableDataInd) Unset()

type NullableDnaiChangeType

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

func NewNullableDnaiChangeType

func NewNullableDnaiChangeType(val *DnaiChangeType) *NullableDnaiChangeType

func (NullableDnaiChangeType) Get

func (NullableDnaiChangeType) IsSet

func (v NullableDnaiChangeType) IsSet() bool

func (NullableDnaiChangeType) MarshalJSON

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

func (*NullableDnaiChangeType) Set

func (*NullableDnaiChangeType) UnmarshalJSON

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

func (*NullableDnaiChangeType) Unset

func (v *NullableDnaiChangeType) Unset()

type NullableDnaiInformation

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

func NewNullableDnaiInformation

func NewNullableDnaiInformation(val *DnaiInformation) *NullableDnaiInformation

func (NullableDnaiInformation) Get

func (NullableDnaiInformation) IsSet

func (v NullableDnaiInformation) IsSet() bool

func (NullableDnaiInformation) MarshalJSON

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

func (*NullableDnaiInformation) Set

func (*NullableDnaiInformation) UnmarshalJSON

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

func (*NullableDnaiInformation) Unset

func (v *NullableDnaiInformation) Unset()

type NullableDnnSnssaiInformation

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

func NewNullableDnnSnssaiInformation

func NewNullableDnnSnssaiInformation(val *DnnSnssaiInformation) *NullableDnnSnssaiInformation

func (NullableDnnSnssaiInformation) Get

func (NullableDnnSnssaiInformation) IsSet

func (NullableDnnSnssaiInformation) MarshalJSON

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

func (*NullableDnnSnssaiInformation) Set

func (*NullableDnnSnssaiInformation) UnmarshalJSON

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

func (*NullableDnnSnssaiInformation) Unset

func (v *NullableDnnSnssaiInformation) Unset()

type NullableDnsServerIdentifier

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

func NewNullableDnsServerIdentifier

func NewNullableDnsServerIdentifier(val *DnsServerIdentifier) *NullableDnsServerIdentifier

func (NullableDnsServerIdentifier) Get

func (NullableDnsServerIdentifier) IsSet

func (NullableDnsServerIdentifier) MarshalJSON

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

func (*NullableDnsServerIdentifier) Set

func (*NullableDnsServerIdentifier) UnmarshalJSON

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

func (*NullableDnsServerIdentifier) Unset

func (v *NullableDnsServerIdentifier) Unset()

type NullableDomainNameProtocol

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

func NewNullableDomainNameProtocol

func NewNullableDomainNameProtocol(val *DomainNameProtocol) *NullableDomainNameProtocol

func (NullableDomainNameProtocol) Get

func (NullableDomainNameProtocol) IsSet

func (v NullableDomainNameProtocol) IsSet() bool

func (NullableDomainNameProtocol) MarshalJSON

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

func (*NullableDomainNameProtocol) Set

func (*NullableDomainNameProtocol) UnmarshalJSON

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

func (*NullableDomainNameProtocol) Unset

func (v *NullableDomainNameProtocol) Unset()

type NullableEasDeployInfoData

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

func NewNullableEasDeployInfoData

func NewNullableEasDeployInfoData(val *EasDeployInfoData) *NullableEasDeployInfoData

func (NullableEasDeployInfoData) Get

func (NullableEasDeployInfoData) IsSet

func (v NullableEasDeployInfoData) IsSet() bool

func (NullableEasDeployInfoData) MarshalJSON

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

func (*NullableEasDeployInfoData) Set

func (*NullableEasDeployInfoData) UnmarshalJSON

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

func (*NullableEasDeployInfoData) Unset

func (v *NullableEasDeployInfoData) 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 NullableEllipsoidArc

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

func NewNullableEllipsoidArc

func NewNullableEllipsoidArc(val *EllipsoidArc) *NullableEllipsoidArc

func (NullableEllipsoidArc) Get

func (NullableEllipsoidArc) IsSet

func (v NullableEllipsoidArc) IsSet() bool

func (NullableEllipsoidArc) MarshalJSON

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

func (*NullableEllipsoidArc) Set

func (v *NullableEllipsoidArc) Set(val *EllipsoidArc)

func (*NullableEllipsoidArc) UnmarshalJSON

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

func (*NullableEllipsoidArc) Unset

func (v *NullableEllipsoidArc) Unset()

type NullableEllipsoidArcAllOf

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

func NewNullableEllipsoidArcAllOf

func NewNullableEllipsoidArcAllOf(val *EllipsoidArcAllOf) *NullableEllipsoidArcAllOf

func (NullableEllipsoidArcAllOf) Get

func (NullableEllipsoidArcAllOf) IsSet

func (v NullableEllipsoidArcAllOf) IsSet() bool

func (NullableEllipsoidArcAllOf) MarshalJSON

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

func (*NullableEllipsoidArcAllOf) Set

func (*NullableEllipsoidArcAllOf) UnmarshalJSON

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

func (*NullableEllipsoidArcAllOf) Unset

func (v *NullableEllipsoidArcAllOf) Unset()

type NullableEthFlowDescription

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

func NewNullableEthFlowDescription

func NewNullableEthFlowDescription(val *EthFlowDescription) *NullableEthFlowDescription

func (NullableEthFlowDescription) Get

func (NullableEthFlowDescription) IsSet

func (v NullableEthFlowDescription) IsSet() bool

func (NullableEthFlowDescription) MarshalJSON

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

func (*NullableEthFlowDescription) Set

func (*NullableEthFlowDescription) UnmarshalJSON

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

func (*NullableEthFlowDescription) Unset

func (v *NullableEthFlowDescription) Unset()

type NullableEvent

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

func NewNullableEvent

func NewNullableEvent(val *Event) *NullableEvent

func (NullableEvent) Get

func (v NullableEvent) Get() *Event

func (NullableEvent) IsSet

func (v NullableEvent) IsSet() bool

func (NullableEvent) MarshalJSON

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

func (*NullableEvent) Set

func (v *NullableEvent) Set(val *Event)

func (*NullableEvent) UnmarshalJSON

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

func (*NullableEvent) Unset

func (v *NullableEvent) 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 NullableFlowDirection

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

func NewNullableFlowDirection

func NewNullableFlowDirection(val *FlowDirection) *NullableFlowDirection

func (NullableFlowDirection) Get

func (NullableFlowDirection) IsSet

func (v NullableFlowDirection) IsSet() bool

func (NullableFlowDirection) MarshalJSON

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

func (*NullableFlowDirection) Set

func (v *NullableFlowDirection) Set(val *FlowDirection)

func (*NullableFlowDirection) UnmarshalJSON

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

func (*NullableFlowDirection) Unset

func (v *NullableFlowDirection) Unset()

type NullableFlowInfo

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

func NewNullableFlowInfo

func NewNullableFlowInfo(val *FlowInfo) *NullableFlowInfo

func (NullableFlowInfo) Get

func (v NullableFlowInfo) Get() *FlowInfo

func (NullableFlowInfo) IsSet

func (v NullableFlowInfo) IsSet() bool

func (NullableFlowInfo) MarshalJSON

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

func (*NullableFlowInfo) Set

func (v *NullableFlowInfo) Set(val *FlowInfo)

func (*NullableFlowInfo) UnmarshalJSON

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

func (*NullableFlowInfo) Unset

func (v *NullableFlowInfo) Unset()

type NullableFqdnPatternMatchingRule

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

func (NullableFqdnPatternMatchingRule) Get

func (NullableFqdnPatternMatchingRule) IsSet

func (NullableFqdnPatternMatchingRule) MarshalJSON

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

func (*NullableFqdnPatternMatchingRule) Set

func (*NullableFqdnPatternMatchingRule) UnmarshalJSON

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

func (*NullableFqdnPatternMatchingRule) 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 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 NullableGeographicalArea

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

func NewNullableGeographicalArea

func NewNullableGeographicalArea(val *GeographicalArea) *NullableGeographicalArea

func (NullableGeographicalArea) Get

func (NullableGeographicalArea) IsSet

func (v NullableGeographicalArea) IsSet() bool

func (NullableGeographicalArea) MarshalJSON

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

func (*NullableGeographicalArea) Set

func (*NullableGeographicalArea) UnmarshalJSON

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

func (*NullableGeographicalArea) Unset

func (v *NullableGeographicalArea) 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 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 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 NullableIptvConfigData

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

func NewNullableIptvConfigData

func NewNullableIptvConfigData(val *IptvConfigData) *NullableIptvConfigData

func (NullableIptvConfigData) Get

func (NullableIptvConfigData) IsSet

func (v NullableIptvConfigData) IsSet() bool

func (NullableIptvConfigData) MarshalJSON

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

func (*NullableIptvConfigData) Set

func (*NullableIptvConfigData) UnmarshalJSON

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

func (*NullableIptvConfigData) Unset

func (v *NullableIptvConfigData) Unset()

type NullableIptvConfigDataPatch

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

func NewNullableIptvConfigDataPatch

func NewNullableIptvConfigDataPatch(val *IptvConfigDataPatch) *NullableIptvConfigDataPatch

func (NullableIptvConfigDataPatch) Get

func (NullableIptvConfigDataPatch) IsSet

func (NullableIptvConfigDataPatch) MarshalJSON

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

func (*NullableIptvConfigDataPatch) Set

func (*NullableIptvConfigDataPatch) UnmarshalJSON

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

func (*NullableIptvConfigDataPatch) Unset

func (v *NullableIptvConfigDataPatch) 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 NullableLocal2dPointUncertaintyEllipse

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

func (NullableLocal2dPointUncertaintyEllipse) Get

func (NullableLocal2dPointUncertaintyEllipse) IsSet

func (NullableLocal2dPointUncertaintyEllipse) MarshalJSON

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

func (*NullableLocal2dPointUncertaintyEllipse) Set

func (*NullableLocal2dPointUncertaintyEllipse) UnmarshalJSON

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

func (*NullableLocal2dPointUncertaintyEllipse) Unset

type NullableLocal2dPointUncertaintyEllipseAllOf

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

func (NullableLocal2dPointUncertaintyEllipseAllOf) Get

func (NullableLocal2dPointUncertaintyEllipseAllOf) IsSet

func (NullableLocal2dPointUncertaintyEllipseAllOf) MarshalJSON

func (*NullableLocal2dPointUncertaintyEllipseAllOf) Set

func (*NullableLocal2dPointUncertaintyEllipseAllOf) UnmarshalJSON

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

func (*NullableLocal2dPointUncertaintyEllipseAllOf) Unset

type NullableLocal3dPointUncertaintyEllipsoid

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

func (NullableLocal3dPointUncertaintyEllipsoid) Get

func (NullableLocal3dPointUncertaintyEllipsoid) IsSet

func (NullableLocal3dPointUncertaintyEllipsoid) MarshalJSON

func (*NullableLocal3dPointUncertaintyEllipsoid) Set

func (*NullableLocal3dPointUncertaintyEllipsoid) UnmarshalJSON

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

func (*NullableLocal3dPointUncertaintyEllipsoid) Unset

type NullableLocal3dPointUncertaintyEllipsoidAllOf

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

func (NullableLocal3dPointUncertaintyEllipsoidAllOf) Get

func (NullableLocal3dPointUncertaintyEllipsoidAllOf) IsSet

func (NullableLocal3dPointUncertaintyEllipsoidAllOf) MarshalJSON

func (*NullableLocal3dPointUncertaintyEllipsoidAllOf) Set

func (*NullableLocal3dPointUncertaintyEllipsoidAllOf) UnmarshalJSON

func (*NullableLocal3dPointUncertaintyEllipsoidAllOf) Unset

type NullableLocalOrigin

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

func NewNullableLocalOrigin

func NewNullableLocalOrigin(val *LocalOrigin) *NullableLocalOrigin

func (NullableLocalOrigin) Get

func (NullableLocalOrigin) IsSet

func (v NullableLocalOrigin) IsSet() bool

func (NullableLocalOrigin) MarshalJSON

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

func (*NullableLocalOrigin) Set

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

func (*NullableLocalOrigin) UnmarshalJSON

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

func (*NullableLocalOrigin) Unset

func (v *NullableLocalOrigin) Unset()

type NullableMatchingOperator

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

func NewNullableMatchingOperator

func NewNullableMatchingOperator(val *MatchingOperator) *NullableMatchingOperator

func (NullableMatchingOperator) Get

func (NullableMatchingOperator) IsSet

func (v NullableMatchingOperator) IsSet() bool

func (NullableMatchingOperator) MarshalJSON

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

func (*NullableMatchingOperator) Set

func (*NullableMatchingOperator) UnmarshalJSON

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

func (*NullableMatchingOperator) Unset

func (v *NullableMatchingOperator) Unset()

type NullableMulticastAccessControl

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

func (NullableMulticastAccessControl) Get

func (NullableMulticastAccessControl) IsSet

func (NullableMulticastAccessControl) MarshalJSON

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

func (*NullableMulticastAccessControl) Set

func (*NullableMulticastAccessControl) UnmarshalJSON

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

func (*NullableMulticastAccessControl) Unset

func (v *NullableMulticastAccessControl) 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 NullablePfdChangeNotification

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

func (NullablePfdChangeNotification) Get

func (NullablePfdChangeNotification) IsSet

func (NullablePfdChangeNotification) MarshalJSON

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

func (*NullablePfdChangeNotification) Set

func (*NullablePfdChangeNotification) UnmarshalJSON

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

func (*NullablePfdChangeNotification) Unset

func (v *NullablePfdChangeNotification) Unset()

type NullablePfdContent

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

func NewNullablePfdContent

func NewNullablePfdContent(val *PfdContent) *NullablePfdContent

func (NullablePfdContent) Get

func (v NullablePfdContent) Get() *PfdContent

func (NullablePfdContent) IsSet

func (v NullablePfdContent) IsSet() bool

func (NullablePfdContent) MarshalJSON

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

func (*NullablePfdContent) Set

func (v *NullablePfdContent) Set(val *PfdContent)

func (*NullablePfdContent) UnmarshalJSON

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

func (*NullablePfdContent) Unset

func (v *NullablePfdContent) Unset()

type NullablePfdDataForAppExt

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

func NewNullablePfdDataForAppExt

func NewNullablePfdDataForAppExt(val *PfdDataForAppExt) *NullablePfdDataForAppExt

func (NullablePfdDataForAppExt) Get

func (NullablePfdDataForAppExt) IsSet

func (v NullablePfdDataForAppExt) IsSet() bool

func (NullablePfdDataForAppExt) MarshalJSON

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

func (*NullablePfdDataForAppExt) Set

func (*NullablePfdDataForAppExt) UnmarshalJSON

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

func (*NullablePfdDataForAppExt) Unset

func (v *NullablePfdDataForAppExt) 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 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 NullablePointAllOf

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

func NewNullablePointAllOf

func NewNullablePointAllOf(val *PointAllOf) *NullablePointAllOf

func (NullablePointAllOf) Get

func (v NullablePointAllOf) Get() *PointAllOf

func (NullablePointAllOf) IsSet

func (v NullablePointAllOf) IsSet() bool

func (NullablePointAllOf) MarshalJSON

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

func (*NullablePointAllOf) Set

func (v *NullablePointAllOf) Set(val *PointAllOf)

func (*NullablePointAllOf) UnmarshalJSON

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

func (*NullablePointAllOf) Unset

func (v *NullablePointAllOf) 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 NullablePointAltitudeAllOf

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

func NewNullablePointAltitudeAllOf

func NewNullablePointAltitudeAllOf(val *PointAltitudeAllOf) *NullablePointAltitudeAllOf

func (NullablePointAltitudeAllOf) Get

func (NullablePointAltitudeAllOf) IsSet

func (v NullablePointAltitudeAllOf) IsSet() bool

func (NullablePointAltitudeAllOf) MarshalJSON

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

func (*NullablePointAltitudeAllOf) Set

func (*NullablePointAltitudeAllOf) UnmarshalJSON

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

func (*NullablePointAltitudeAllOf) Unset

func (v *NullablePointAltitudeAllOf) 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 NullablePointAltitudeUncertaintyAllOf

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

func (NullablePointAltitudeUncertaintyAllOf) Get

func (NullablePointAltitudeUncertaintyAllOf) IsSet

func (NullablePointAltitudeUncertaintyAllOf) MarshalJSON

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

func (*NullablePointAltitudeUncertaintyAllOf) Set

func (*NullablePointAltitudeUncertaintyAllOf) UnmarshalJSON

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

func (*NullablePointAltitudeUncertaintyAllOf) 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 NullablePointUncertaintyCircleAllOf

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

func (NullablePointUncertaintyCircleAllOf) Get

func (NullablePointUncertaintyCircleAllOf) IsSet

func (NullablePointUncertaintyCircleAllOf) MarshalJSON

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

func (*NullablePointUncertaintyCircleAllOf) Set

func (*NullablePointUncertaintyCircleAllOf) UnmarshalJSON

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

func (*NullablePointUncertaintyCircleAllOf) 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 NullablePointUncertaintyEllipseAllOf

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

func (NullablePointUncertaintyEllipseAllOf) Get

func (NullablePointUncertaintyEllipseAllOf) IsSet

func (NullablePointUncertaintyEllipseAllOf) MarshalJSON

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

func (*NullablePointUncertaintyEllipseAllOf) Set

func (*NullablePointUncertaintyEllipseAllOf) UnmarshalJSON

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

func (*NullablePointUncertaintyEllipseAllOf) 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 NullablePolygonAllOf

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

func NewNullablePolygonAllOf

func NewNullablePolygonAllOf(val *PolygonAllOf) *NullablePolygonAllOf

func (NullablePolygonAllOf) Get

func (NullablePolygonAllOf) IsSet

func (v NullablePolygonAllOf) IsSet() bool

func (NullablePolygonAllOf) MarshalJSON

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

func (*NullablePolygonAllOf) Set

func (v *NullablePolygonAllOf) Set(val *PolygonAllOf)

func (*NullablePolygonAllOf) UnmarshalJSON

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

func (*NullablePolygonAllOf) Unset

func (v *NullablePolygonAllOf) 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 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 NullableRouteInformation

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

func NewNullableRouteInformation

func NewNullableRouteInformation(val *RouteInformation) *NullableRouteInformation

func (NullableRouteInformation) Get

func (NullableRouteInformation) IsSet

func (v NullableRouteInformation) IsSet() bool

func (NullableRouteInformation) MarshalJSON

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

func (*NullableRouteInformation) Set

func (*NullableRouteInformation) UnmarshalJSON

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

func (*NullableRouteInformation) Unset

func (v *NullableRouteInformation) Unset()

type NullableRouteSelectionParameterSet

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

func (NullableRouteSelectionParameterSet) Get

func (NullableRouteSelectionParameterSet) IsSet

func (NullableRouteSelectionParameterSet) MarshalJSON

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

func (*NullableRouteSelectionParameterSet) Set

func (*NullableRouteSelectionParameterSet) UnmarshalJSON

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

func (*NullableRouteSelectionParameterSet) Unset

type NullableRouteToLocation

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

func NewNullableRouteToLocation

func NewNullableRouteToLocation(val *RouteToLocation) *NullableRouteToLocation

func (NullableRouteToLocation) Get

func (NullableRouteToLocation) IsSet

func (v NullableRouteToLocation) IsSet() bool

func (NullableRouteToLocation) MarshalJSON

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

func (*NullableRouteToLocation) Set

func (*NullableRouteToLocation) UnmarshalJSON

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

func (*NullableRouteToLocation) Unset

func (v *NullableRouteToLocation) Unset()

type NullableServiceAreaCoverageInfo

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

func (NullableServiceAreaCoverageInfo) Get

func (NullableServiceAreaCoverageInfo) IsSet

func (NullableServiceAreaCoverageInfo) MarshalJSON

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

func (*NullableServiceAreaCoverageInfo) Set

func (*NullableServiceAreaCoverageInfo) UnmarshalJSON

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

func (*NullableServiceAreaCoverageInfo) Unset

type NullableServiceParameterData

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

func NewNullableServiceParameterData

func NewNullableServiceParameterData(val *ServiceParameterData) *NullableServiceParameterData

func (NullableServiceParameterData) Get

func (NullableServiceParameterData) IsSet

func (NullableServiceParameterData) MarshalJSON

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

func (*NullableServiceParameterData) Set

func (*NullableServiceParameterData) UnmarshalJSON

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

func (*NullableServiceParameterData) Unset

func (v *NullableServiceParameterData) Unset()

type NullableServiceParameterDataPatch

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

func (NullableServiceParameterDataPatch) Get

func (NullableServiceParameterDataPatch) IsSet

func (NullableServiceParameterDataPatch) MarshalJSON

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

func (*NullableServiceParameterDataPatch) Set

func (*NullableServiceParameterDataPatch) UnmarshalJSON

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

func (*NullableServiceParameterDataPatch) 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 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 NullableStringMatchingCondition

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

func (NullableStringMatchingCondition) Get

func (NullableStringMatchingCondition) IsSet

func (NullableStringMatchingCondition) MarshalJSON

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

func (*NullableStringMatchingCondition) Set

func (*NullableStringMatchingCondition) UnmarshalJSON

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

func (*NullableStringMatchingCondition) Unset

type NullableStringMatchingRule

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

func NewNullableStringMatchingRule

func NewNullableStringMatchingRule(val *StringMatchingRule) *NullableStringMatchingRule

func (NullableStringMatchingRule) Get

func (NullableStringMatchingRule) IsSet

func (v NullableStringMatchingRule) IsSet() bool

func (NullableStringMatchingRule) MarshalJSON

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

func (*NullableStringMatchingRule) Set

func (*NullableStringMatchingRule) UnmarshalJSON

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

func (*NullableStringMatchingRule) Unset

func (v *NullableStringMatchingRule) Unset()

type NullableSubscribedEvent

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

func NewNullableSubscribedEvent

func NewNullableSubscribedEvent(val *SubscribedEvent) *NullableSubscribedEvent

func (NullableSubscribedEvent) Get

func (NullableSubscribedEvent) IsSet

func (v NullableSubscribedEvent) IsSet() bool

func (NullableSubscribedEvent) MarshalJSON

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

func (*NullableSubscribedEvent) Set

func (*NullableSubscribedEvent) UnmarshalJSON

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

func (*NullableSubscribedEvent) Unset

func (v *NullableSubscribedEvent) 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 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 NullableTemporalValidity

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

func NewNullableTemporalValidity

func NewNullableTemporalValidity(val *TemporalValidity) *NullableTemporalValidity

func (NullableTemporalValidity) Get

func (NullableTemporalValidity) IsSet

func (v NullableTemporalValidity) IsSet() bool

func (NullableTemporalValidity) MarshalJSON

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

func (*NullableTemporalValidity) Set

func (*NullableTemporalValidity) UnmarshalJSON

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

func (*NullableTemporalValidity) Unset

func (v *NullableTemporalValidity) 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 NullableTrafficDescriptorComponents

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

func (NullableTrafficDescriptorComponents) Get

func (NullableTrafficDescriptorComponents) IsSet

func (NullableTrafficDescriptorComponents) MarshalJSON

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

func (*NullableTrafficDescriptorComponents) Set

func (*NullableTrafficDescriptorComponents) UnmarshalJSON

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

func (*NullableTrafficDescriptorComponents) Unset

type NullableTrafficInfluData

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

func NewNullableTrafficInfluData

func NewNullableTrafficInfluData(val *TrafficInfluData) *NullableTrafficInfluData

func (NullableTrafficInfluData) Get

func (NullableTrafficInfluData) IsSet

func (v NullableTrafficInfluData) IsSet() bool

func (NullableTrafficInfluData) MarshalJSON

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

func (*NullableTrafficInfluData) Set

func (*NullableTrafficInfluData) UnmarshalJSON

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

func (*NullableTrafficInfluData) Unset

func (v *NullableTrafficInfluData) Unset()

type NullableTrafficInfluDataNotif

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

func (NullableTrafficInfluDataNotif) Get

func (NullableTrafficInfluDataNotif) IsSet

func (NullableTrafficInfluDataNotif) MarshalJSON

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

func (*NullableTrafficInfluDataNotif) Set

func (*NullableTrafficInfluDataNotif) UnmarshalJSON

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

func (*NullableTrafficInfluDataNotif) Unset

func (v *NullableTrafficInfluDataNotif) Unset()

type NullableTrafficInfluDataPatch

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

func (NullableTrafficInfluDataPatch) Get

func (NullableTrafficInfluDataPatch) IsSet

func (NullableTrafficInfluDataPatch) MarshalJSON

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

func (*NullableTrafficInfluDataPatch) Set

func (*NullableTrafficInfluDataPatch) UnmarshalJSON

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

func (*NullableTrafficInfluDataPatch) Unset

func (v *NullableTrafficInfluDataPatch) Unset()

type NullableTrafficInfluSub

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

func NewNullableTrafficInfluSub

func NewNullableTrafficInfluSub(val *TrafficInfluSub) *NullableTrafficInfluSub

func (NullableTrafficInfluSub) Get

func (NullableTrafficInfluSub) IsSet

func (v NullableTrafficInfluSub) IsSet() bool

func (NullableTrafficInfluSub) MarshalJSON

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

func (*NullableTrafficInfluSub) Set

func (*NullableTrafficInfluSub) UnmarshalJSON

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

func (*NullableTrafficInfluSub) Unset

func (v *NullableTrafficInfluSub) 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 NewNullableUncertaintyEllipsoid

func NewNullableUncertaintyEllipsoid(val *UncertaintyEllipsoid) *NullableUncertaintyEllipsoid

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 NullableUrspRuleRequest

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

func NewNullableUrspRuleRequest

func NewNullableUrspRuleRequest(val *UrspRuleRequest) *NullableUrspRuleRequest

func (NullableUrspRuleRequest) Get

func (NullableUrspRuleRequest) IsSet

func (v NullableUrspRuleRequest) IsSet() bool

func (NullableUrspRuleRequest) MarshalJSON

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

func (*NullableUrspRuleRequest) Set

func (*NullableUrspRuleRequest) UnmarshalJSON

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

func (*NullableUrspRuleRequest) Unset

func (v *NullableUrspRuleRequest) Unset()

type PFDDataStoreApiService

type PFDDataStoreApiService service

PFDDataStoreApiService PFDDataStoreApi service

func (*PFDDataStoreApiService) ReadPFDData

ReadPFDData Retrieve PFDs for application identifier(s)

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiReadPFDDataRequest

func (*PFDDataStoreApiService) ReadPFDDataExecute

Execute executes the request

@return []PfdDataForAppExt

type PfdChangeNotification

type PfdChangeNotification struct {
	// String providing an application identifier.
	ApplicationId string       `json:"applicationId"`
	RemovalFlag   *bool        `json:"removalFlag,omitempty"`
	PartialFlag   *bool        `json:"partialFlag,omitempty"`
	Pfds          []PfdContent `json:"pfds,omitempty"`
}

PfdChangeNotification Represents information related to a notification of PFD change.

func NewPfdChangeNotification

func NewPfdChangeNotification(applicationId string) *PfdChangeNotification

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

func NewPfdChangeNotificationWithDefaults

func NewPfdChangeNotificationWithDefaults() *PfdChangeNotification

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

func (*PfdChangeNotification) GetApplicationId

func (o *PfdChangeNotification) GetApplicationId() string

GetApplicationId returns the ApplicationId field value

func (*PfdChangeNotification) GetApplicationIdOk

func (o *PfdChangeNotification) GetApplicationIdOk() (*string, bool)

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

func (*PfdChangeNotification) GetPartialFlag

func (o *PfdChangeNotification) GetPartialFlag() bool

GetPartialFlag returns the PartialFlag field value if set, zero value otherwise.

func (*PfdChangeNotification) GetPartialFlagOk

func (o *PfdChangeNotification) GetPartialFlagOk() (*bool, bool)

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

func (*PfdChangeNotification) GetPfds

func (o *PfdChangeNotification) GetPfds() []PfdContent

GetPfds returns the Pfds field value if set, zero value otherwise.

func (*PfdChangeNotification) GetPfdsOk

func (o *PfdChangeNotification) GetPfdsOk() ([]PfdContent, bool)

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

func (*PfdChangeNotification) GetRemovalFlag

func (o *PfdChangeNotification) GetRemovalFlag() bool

GetRemovalFlag returns the RemovalFlag field value if set, zero value otherwise.

func (*PfdChangeNotification) GetRemovalFlagOk

func (o *PfdChangeNotification) GetRemovalFlagOk() (*bool, bool)

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

func (*PfdChangeNotification) HasPartialFlag

func (o *PfdChangeNotification) HasPartialFlag() bool

HasPartialFlag returns a boolean if a field has been set.

func (*PfdChangeNotification) HasPfds

func (o *PfdChangeNotification) HasPfds() bool

HasPfds returns a boolean if a field has been set.

func (*PfdChangeNotification) HasRemovalFlag

func (o *PfdChangeNotification) HasRemovalFlag() bool

HasRemovalFlag returns a boolean if a field has been set.

func (PfdChangeNotification) MarshalJSON

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

func (*PfdChangeNotification) SetApplicationId

func (o *PfdChangeNotification) SetApplicationId(v string)

SetApplicationId sets field value

func (*PfdChangeNotification) SetPartialFlag

func (o *PfdChangeNotification) SetPartialFlag(v bool)

SetPartialFlag gets a reference to the given bool and assigns it to the PartialFlag field.

func (*PfdChangeNotification) SetPfds

func (o *PfdChangeNotification) SetPfds(v []PfdContent)

SetPfds gets a reference to the given []PfdContent and assigns it to the Pfds field.

func (*PfdChangeNotification) SetRemovalFlag

func (o *PfdChangeNotification) SetRemovalFlag(v bool)

SetRemovalFlag gets a reference to the given bool and assigns it to the RemovalFlag field.

func (PfdChangeNotification) ToMap

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

type PfdContent

type PfdContent struct {
	// Identifies a PDF of an application identifier.
	PfdId *string `json:"pfdId,omitempty"`
	// Represents a 3-tuple with protocol, server ip and server port for UL/DL application traffic.
	FlowDescriptions []string `json:"flowDescriptions,omitempty"`
	// Indicates a URL or a regular expression which is used to match the significant parts of the URL.
	Urls []string `json:"urls,omitempty"`
	// Indicates an FQDN or a regular expression as a domain name matching criteria.
	DomainNames []string            `json:"domainNames,omitempty"`
	DnProtocol  *DomainNameProtocol `json:"dnProtocol,omitempty"`
}

PfdContent Represents the content of a PFD for an application identifier.

func NewPfdContent

func NewPfdContent() *PfdContent

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

func NewPfdContentWithDefaults

func NewPfdContentWithDefaults() *PfdContent

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

func (*PfdContent) GetDnProtocol

func (o *PfdContent) GetDnProtocol() DomainNameProtocol

GetDnProtocol returns the DnProtocol field value if set, zero value otherwise.

func (*PfdContent) GetDnProtocolOk

func (o *PfdContent) GetDnProtocolOk() (*DomainNameProtocol, bool)

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

func (*PfdContent) GetDomainNames

func (o *PfdContent) GetDomainNames() []string

GetDomainNames returns the DomainNames field value if set, zero value otherwise.

func (*PfdContent) GetDomainNamesOk

func (o *PfdContent) GetDomainNamesOk() ([]string, bool)

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

func (*PfdContent) GetFlowDescriptions

func (o *PfdContent) GetFlowDescriptions() []string

GetFlowDescriptions returns the FlowDescriptions field value if set, zero value otherwise.

func (*PfdContent) GetFlowDescriptionsOk

func (o *PfdContent) GetFlowDescriptionsOk() ([]string, bool)

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

func (*PfdContent) GetPfdId

func (o *PfdContent) GetPfdId() string

GetPfdId returns the PfdId field value if set, zero value otherwise.

func (*PfdContent) GetPfdIdOk

func (o *PfdContent) GetPfdIdOk() (*string, bool)

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

func (*PfdContent) GetUrls

func (o *PfdContent) GetUrls() []string

GetUrls returns the Urls field value if set, zero value otherwise.

func (*PfdContent) GetUrlsOk

func (o *PfdContent) GetUrlsOk() ([]string, bool)

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

func (*PfdContent) HasDnProtocol

func (o *PfdContent) HasDnProtocol() bool

HasDnProtocol returns a boolean if a field has been set.

func (*PfdContent) HasDomainNames

func (o *PfdContent) HasDomainNames() bool

HasDomainNames returns a boolean if a field has been set.

func (*PfdContent) HasFlowDescriptions

func (o *PfdContent) HasFlowDescriptions() bool

HasFlowDescriptions returns a boolean if a field has been set.

func (*PfdContent) HasPfdId

func (o *PfdContent) HasPfdId() bool

HasPfdId returns a boolean if a field has been set.

func (*PfdContent) HasUrls

func (o *PfdContent) HasUrls() bool

HasUrls returns a boolean if a field has been set.

func (PfdContent) MarshalJSON

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

func (*PfdContent) SetDnProtocol

func (o *PfdContent) SetDnProtocol(v DomainNameProtocol)

SetDnProtocol gets a reference to the given DomainNameProtocol and assigns it to the DnProtocol field.

func (*PfdContent) SetDomainNames

func (o *PfdContent) SetDomainNames(v []string)

SetDomainNames gets a reference to the given []string and assigns it to the DomainNames field.

func (*PfdContent) SetFlowDescriptions

func (o *PfdContent) SetFlowDescriptions(v []string)

SetFlowDescriptions gets a reference to the given []string and assigns it to the FlowDescriptions field.

func (*PfdContent) SetPfdId

func (o *PfdContent) SetPfdId(v string)

SetPfdId gets a reference to the given string and assigns it to the PfdId field.

func (*PfdContent) SetUrls

func (o *PfdContent) SetUrls(v []string)

SetUrls gets a reference to the given []string and assigns it to the Urls field.

func (PfdContent) ToMap

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

type PfdDataForAppExt

type PfdDataForAppExt struct {
	// String providing an application identifier.
	ApplicationId string       `json:"applicationId"`
	Pfds          []PfdContent `json:"pfds"`
	// string with format 'date-time' as defined in OpenAPI.
	CachingTime *time.Time `json:"cachingTime,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.
	SuppFeat *string  `json:"suppFeat,omitempty"`
	ResetIds []string `json:"resetIds,omitempty"`
	// indicating a time in seconds.
	AllowedDelay *int32 `json:"allowedDelay,omitempty"`
}

PfdDataForAppExt Represents the PFDs and related data for the application.

func NewPfdDataForAppExt

func NewPfdDataForAppExt(applicationId string, pfds []PfdContent) *PfdDataForAppExt

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

func NewPfdDataForAppExtWithDefaults

func NewPfdDataForAppExtWithDefaults() *PfdDataForAppExt

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

func (*PfdDataForAppExt) GetAllowedDelay

func (o *PfdDataForAppExt) GetAllowedDelay() int32

GetAllowedDelay returns the AllowedDelay field value if set, zero value otherwise.

func (*PfdDataForAppExt) GetAllowedDelayOk

func (o *PfdDataForAppExt) GetAllowedDelayOk() (*int32, bool)

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

func (*PfdDataForAppExt) GetApplicationId

func (o *PfdDataForAppExt) GetApplicationId() string

GetApplicationId returns the ApplicationId field value

func (*PfdDataForAppExt) GetApplicationIdOk

func (o *PfdDataForAppExt) GetApplicationIdOk() (*string, bool)

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

func (*PfdDataForAppExt) GetCachingTime

func (o *PfdDataForAppExt) GetCachingTime() time.Time

GetCachingTime returns the CachingTime field value if set, zero value otherwise.

func (*PfdDataForAppExt) GetCachingTimeOk

func (o *PfdDataForAppExt) GetCachingTimeOk() (*time.Time, bool)

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

func (*PfdDataForAppExt) GetPfds

func (o *PfdDataForAppExt) GetPfds() []PfdContent

GetPfds returns the Pfds field value

func (*PfdDataForAppExt) GetPfdsOk

func (o *PfdDataForAppExt) GetPfdsOk() ([]PfdContent, bool)

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

func (*PfdDataForAppExt) GetResetIds

func (o *PfdDataForAppExt) GetResetIds() []string

GetResetIds returns the ResetIds field value if set, zero value otherwise.

func (*PfdDataForAppExt) GetResetIdsOk

func (o *PfdDataForAppExt) 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 (*PfdDataForAppExt) GetSuppFeat

func (o *PfdDataForAppExt) GetSuppFeat() string

GetSuppFeat returns the SuppFeat field value if set, zero value otherwise.

func (*PfdDataForAppExt) GetSuppFeatOk

func (o *PfdDataForAppExt) GetSuppFeatOk() (*string, bool)

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

func (*PfdDataForAppExt) HasAllowedDelay

func (o *PfdDataForAppExt) HasAllowedDelay() bool

HasAllowedDelay returns a boolean if a field has been set.

func (*PfdDataForAppExt) HasCachingTime

func (o *PfdDataForAppExt) HasCachingTime() bool

HasCachingTime returns a boolean if a field has been set.

func (*PfdDataForAppExt) HasResetIds

func (o *PfdDataForAppExt) HasResetIds() bool

HasResetIds returns a boolean if a field has been set.

func (*PfdDataForAppExt) HasSuppFeat

func (o *PfdDataForAppExt) HasSuppFeat() bool

HasSuppFeat returns a boolean if a field has been set.

func (PfdDataForAppExt) MarshalJSON

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

func (*PfdDataForAppExt) SetAllowedDelay

func (o *PfdDataForAppExt) SetAllowedDelay(v int32)

SetAllowedDelay gets a reference to the given int32 and assigns it to the AllowedDelay field.

func (*PfdDataForAppExt) SetApplicationId

func (o *PfdDataForAppExt) SetApplicationId(v string)

SetApplicationId sets field value

func (*PfdDataForAppExt) SetCachingTime

func (o *PfdDataForAppExt) SetCachingTime(v time.Time)

SetCachingTime gets a reference to the given time.Time and assigns it to the CachingTime field.

func (*PfdDataForAppExt) SetPfds

func (o *PfdDataForAppExt) SetPfds(v []PfdContent)

SetPfds sets field value

func (*PfdDataForAppExt) SetResetIds

func (o *PfdDataForAppExt) SetResetIds(v []string)

SetResetIds gets a reference to the given []string and assigns it to the ResetIds field.

func (*PfdDataForAppExt) SetSuppFeat

func (o *PfdDataForAppExt) SetSuppFeat(v string)

SetSuppFeat gets a reference to the given string and assigns it to the SuppFeat field.

func (PfdDataForAppExt) ToMap

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

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)

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)

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)

type PointAllOf

type PointAllOf struct {
	Point GeographicalCoordinates `json:"point"`
}

PointAllOf struct for PointAllOf

func NewPointAllOf

func NewPointAllOf(point GeographicalCoordinates) *PointAllOf

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

func NewPointAllOfWithDefaults

func NewPointAllOfWithDefaults() *PointAllOf

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

func (*PointAllOf) GetPoint

func (o *PointAllOf) GetPoint() GeographicalCoordinates

GetPoint returns the Point field value

func (*PointAllOf) GetPointOk

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

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

func (PointAllOf) MarshalJSON

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

func (*PointAllOf) SetPoint

func (o *PointAllOf) SetPoint(v GeographicalCoordinates)

SetPoint sets field value

func (PointAllOf) ToMap

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

type PointAltitudeAllOf

type PointAltitudeAllOf struct {
	Point GeographicalCoordinates `json:"point"`
	// Indicates value of altitude.
	Altitude float64 `json:"altitude"`
}

PointAltitudeAllOf struct for PointAltitudeAllOf

func NewPointAltitudeAllOf

func NewPointAltitudeAllOf(point GeographicalCoordinates, altitude float64) *PointAltitudeAllOf

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

func NewPointAltitudeAllOfWithDefaults

func NewPointAltitudeAllOfWithDefaults() *PointAltitudeAllOf

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

func (*PointAltitudeAllOf) GetAltitude

func (o *PointAltitudeAllOf) GetAltitude() float64

GetAltitude returns the Altitude field value

func (*PointAltitudeAllOf) GetAltitudeOk

func (o *PointAltitudeAllOf) GetAltitudeOk() (*float64, bool)

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

func (*PointAltitudeAllOf) GetPoint

GetPoint returns the Point field value

func (*PointAltitudeAllOf) GetPointOk

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

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

func (PointAltitudeAllOf) MarshalJSON

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

func (*PointAltitudeAllOf) SetAltitude

func (o *PointAltitudeAllOf) SetAltitude(v float64)

SetAltitude sets field value

func (*PointAltitudeAllOf) SetPoint

SetPoint sets field value

func (PointAltitudeAllOf) ToMap

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

type PointAltitudeUncertaintyAllOf

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

PointAltitudeUncertaintyAllOf struct for PointAltitudeUncertaintyAllOf

func NewPointAltitudeUncertaintyAllOf

func NewPointAltitudeUncertaintyAllOf(point GeographicalCoordinates, altitude float64, uncertaintyEllipse UncertaintyEllipse, uncertaintyAltitude float32, confidence int32) *PointAltitudeUncertaintyAllOf

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

func NewPointAltitudeUncertaintyAllOfWithDefaults

func NewPointAltitudeUncertaintyAllOfWithDefaults() *PointAltitudeUncertaintyAllOf

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

func (*PointAltitudeUncertaintyAllOf) GetAltitude

func (o *PointAltitudeUncertaintyAllOf) GetAltitude() float64

GetAltitude returns the Altitude field value

func (*PointAltitudeUncertaintyAllOf) GetAltitudeOk

func (o *PointAltitudeUncertaintyAllOf) GetAltitudeOk() (*float64, bool)

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

func (*PointAltitudeUncertaintyAllOf) GetConfidence

func (o *PointAltitudeUncertaintyAllOf) GetConfidence() int32

GetConfidence returns the Confidence field value

func (*PointAltitudeUncertaintyAllOf) GetConfidenceOk

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

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

func (*PointAltitudeUncertaintyAllOf) GetPoint

GetPoint returns the Point field value

func (*PointAltitudeUncertaintyAllOf) GetPointOk

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

func (*PointAltitudeUncertaintyAllOf) GetUncertaintyAltitude

func (o *PointAltitudeUncertaintyAllOf) GetUncertaintyAltitude() float32

GetUncertaintyAltitude returns the UncertaintyAltitude field value

func (*PointAltitudeUncertaintyAllOf) GetUncertaintyAltitudeOk

func (o *PointAltitudeUncertaintyAllOf) GetUncertaintyAltitudeOk() (*float32, bool)

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

func (*PointAltitudeUncertaintyAllOf) GetUncertaintyEllipse

func (o *PointAltitudeUncertaintyAllOf) GetUncertaintyEllipse() UncertaintyEllipse

GetUncertaintyEllipse returns the UncertaintyEllipse field value

func (*PointAltitudeUncertaintyAllOf) GetUncertaintyEllipseOk

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

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

func (PointAltitudeUncertaintyAllOf) MarshalJSON

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

func (*PointAltitudeUncertaintyAllOf) SetAltitude

func (o *PointAltitudeUncertaintyAllOf) SetAltitude(v float64)

SetAltitude sets field value

func (*PointAltitudeUncertaintyAllOf) SetConfidence

func (o *PointAltitudeUncertaintyAllOf) SetConfidence(v int32)

SetConfidence sets field value

func (*PointAltitudeUncertaintyAllOf) SetPoint

SetPoint sets field value

func (*PointAltitudeUncertaintyAllOf) SetUncertaintyAltitude

func (o *PointAltitudeUncertaintyAllOf) SetUncertaintyAltitude(v float32)

SetUncertaintyAltitude sets field value

func (*PointAltitudeUncertaintyAllOf) SetUncertaintyEllipse

func (o *PointAltitudeUncertaintyAllOf) SetUncertaintyEllipse(v UncertaintyEllipse)

SetUncertaintyEllipse sets field value

func (PointAltitudeUncertaintyAllOf) ToMap

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

type PointUncertaintyCircleAllOf

type PointUncertaintyCircleAllOf struct {
	Point GeographicalCoordinates `json:"point"`
	// Indicates value of uncertainty.
	Uncertainty float32 `json:"uncertainty"`
}

PointUncertaintyCircleAllOf struct for PointUncertaintyCircleAllOf

func NewPointUncertaintyCircleAllOf

func NewPointUncertaintyCircleAllOf(point GeographicalCoordinates, uncertainty float32) *PointUncertaintyCircleAllOf

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

func NewPointUncertaintyCircleAllOfWithDefaults

func NewPointUncertaintyCircleAllOfWithDefaults() *PointUncertaintyCircleAllOf

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

func (*PointUncertaintyCircleAllOf) GetPoint

GetPoint returns the Point field value

func (*PointUncertaintyCircleAllOf) GetPointOk

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

func (*PointUncertaintyCircleAllOf) GetUncertainty

func (o *PointUncertaintyCircleAllOf) GetUncertainty() float32

GetUncertainty returns the Uncertainty field value

func (*PointUncertaintyCircleAllOf) GetUncertaintyOk

func (o *PointUncertaintyCircleAllOf) GetUncertaintyOk() (*float32, bool)

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

func (PointUncertaintyCircleAllOf) MarshalJSON

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

func (*PointUncertaintyCircleAllOf) SetPoint

SetPoint sets field value

func (*PointUncertaintyCircleAllOf) SetUncertainty

func (o *PointUncertaintyCircleAllOf) SetUncertainty(v float32)

SetUncertainty sets field value

func (PointUncertaintyCircleAllOf) ToMap

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

type PointUncertaintyEllipseAllOf

type PointUncertaintyEllipseAllOf struct {
	Point              GeographicalCoordinates `json:"point"`
	UncertaintyEllipse UncertaintyEllipse      `json:"uncertaintyEllipse"`
	// Indicates value of confidence.
	Confidence int32 `json:"confidence"`
}

PointUncertaintyEllipseAllOf struct for PointUncertaintyEllipseAllOf

func NewPointUncertaintyEllipseAllOf

func NewPointUncertaintyEllipseAllOf(point GeographicalCoordinates, uncertaintyEllipse UncertaintyEllipse, confidence int32) *PointUncertaintyEllipseAllOf

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

func NewPointUncertaintyEllipseAllOfWithDefaults

func NewPointUncertaintyEllipseAllOfWithDefaults() *PointUncertaintyEllipseAllOf

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

func (*PointUncertaintyEllipseAllOf) GetConfidence

func (o *PointUncertaintyEllipseAllOf) GetConfidence() int32

GetConfidence returns the Confidence field value

func (*PointUncertaintyEllipseAllOf) GetConfidenceOk

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

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

func (*PointUncertaintyEllipseAllOf) GetPoint

GetPoint returns the Point field value

func (*PointUncertaintyEllipseAllOf) GetPointOk

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

func (*PointUncertaintyEllipseAllOf) GetUncertaintyEllipse

func (o *PointUncertaintyEllipseAllOf) GetUncertaintyEllipse() UncertaintyEllipse

GetUncertaintyEllipse returns the UncertaintyEllipse field value

func (*PointUncertaintyEllipseAllOf) GetUncertaintyEllipseOk

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

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

func (PointUncertaintyEllipseAllOf) MarshalJSON

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

func (*PointUncertaintyEllipseAllOf) SetConfidence

func (o *PointUncertaintyEllipseAllOf) SetConfidence(v int32)

SetConfidence sets field value

func (*PointUncertaintyEllipseAllOf) SetPoint

SetPoint sets field value

func (*PointUncertaintyEllipseAllOf) SetUncertaintyEllipse

func (o *PointUncertaintyEllipseAllOf) SetUncertaintyEllipse(v UncertaintyEllipse)

SetUncertaintyEllipse sets field value

func (PointUncertaintyEllipseAllOf) ToMap

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

type PolygonAllOf

type PolygonAllOf struct {
	// List of points.
	PointList []GeographicalCoordinates `json:"pointList"`
}

PolygonAllOf struct for PolygonAllOf

func NewPolygonAllOf

func NewPolygonAllOf(pointList []GeographicalCoordinates) *PolygonAllOf

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

func NewPolygonAllOfWithDefaults

func NewPolygonAllOfWithDefaults() *PolygonAllOf

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

func (*PolygonAllOf) GetPointList

func (o *PolygonAllOf) GetPointList() []GeographicalCoordinates

GetPointList returns the PointList field value

func (*PolygonAllOf) GetPointListOk

func (o *PolygonAllOf) GetPointListOk() ([]GeographicalCoordinates, bool)

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

func (PolygonAllOf) MarshalJSON

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

func (*PolygonAllOf) SetPointList

func (o *PolygonAllOf) SetPointList(v []GeographicalCoordinates)

SetPointList sets field value

func (PolygonAllOf) ToMap

func (o PolygonAllOf) ToMap() (map[string]interface{}, 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"`
	SupportedApiVersions []string `json:"supportedApiVersions,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) GetSupportedApiVersions

func (o *ProblemDetails) GetSupportedApiVersions() []string

GetSupportedApiVersions returns the SupportedApiVersions field value if set, zero value otherwise.

func (*ProblemDetails) GetSupportedApiVersionsOk

func (o *ProblemDetails) GetSupportedApiVersionsOk() ([]string, bool)

GetSupportedApiVersionsOk returns a tuple with the SupportedApiVersions 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) HasSupportedApiVersions

func (o *ProblemDetails) HasSupportedApiVersions() bool

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

func (o *ProblemDetails) SetSupportedApiVersions(v []string)

SetSupportedApiVersions gets a reference to the given []string and assigns it to the SupportedApiVersions 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 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)

type RouteInformation

type RouteInformation 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"`
	// Unsigned Integer, i.e. only value 0 and integers above 0 are permissible.
	PortNumber int32 `json:"portNumber"`
}

RouteInformation At least one of the \"ipv4Addr\" attribute and the \"ipv6Addr\" attribute shall be included in the \"RouteInformation\" data type.

func NewRouteInformation

func NewRouteInformation(portNumber int32) *RouteInformation

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

func NewRouteInformationWithDefaults

func NewRouteInformationWithDefaults() *RouteInformation

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

func (*RouteInformation) GetIpv4Addr

func (o *RouteInformation) GetIpv4Addr() string

GetIpv4Addr returns the Ipv4Addr field value if set, zero value otherwise.

func (*RouteInformation) GetIpv4AddrOk

func (o *RouteInformation) 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 (*RouteInformation) GetIpv6Addr

func (o *RouteInformation) GetIpv6Addr() Ipv6Addr

GetIpv6Addr returns the Ipv6Addr field value if set, zero value otherwise.

func (*RouteInformation) GetIpv6AddrOk

func (o *RouteInformation) 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 (*RouteInformation) GetPortNumber

func (o *RouteInformation) GetPortNumber() int32

GetPortNumber returns the PortNumber field value

func (*RouteInformation) GetPortNumberOk

func (o *RouteInformation) GetPortNumberOk() (*int32, bool)

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

func (*RouteInformation) HasIpv4Addr

func (o *RouteInformation) HasIpv4Addr() bool

HasIpv4Addr returns a boolean if a field has been set.

func (*RouteInformation) HasIpv6Addr

func (o *RouteInformation) HasIpv6Addr() bool

HasIpv6Addr returns a boolean if a field has been set.

func (RouteInformation) MarshalJSON

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

func (*RouteInformation) SetIpv4Addr

func (o *RouteInformation) SetIpv4Addr(v string)

SetIpv4Addr gets a reference to the given string and assigns it to the Ipv4Addr field.

func (*RouteInformation) SetIpv6Addr

func (o *RouteInformation) SetIpv6Addr(v Ipv6Addr)

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

func (*RouteInformation) SetPortNumber

func (o *RouteInformation) SetPortNumber(v int32)

SetPortNumber sets field value

func (RouteInformation) ToMap

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

type RouteSelectionParameterSet

type RouteSelectionParameterSet 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,omitempty"`
	Snssai *Snssai `json:"snssai,omitempty"`
	// Unsigned Integer, i.e. only value 0 and integers above 0 are permissible.
	Precedence *int32 `json:"precedence,omitempty"`
	// Indicates where the route selection parameters apply. It may correspond to a geographical area, for example using a geographic shape that is known to the AF and is configured by the operator to correspond to a list of or TAIs.
	SpatialValidityAreas []GeographicalArea `json:"spatialValidityAreas,omitempty"`
	// Indicates the TAIs in which the route selection parameters apply. This attribute is  applicable only within the 5GC and it shall not be included in the request messages of  untrusted AFs for URSP guidance.
	SpatialValidityTais []Tai `json:"spatialValidityTais,omitempty"`
}

RouteSelectionParameterSet Contains parameters that can be used to guide the Route Selection Descriptors of the URSP.

func NewRouteSelectionParameterSet

func NewRouteSelectionParameterSet() *RouteSelectionParameterSet

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

func NewRouteSelectionParameterSetWithDefaults

func NewRouteSelectionParameterSetWithDefaults() *RouteSelectionParameterSet

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

func (*RouteSelectionParameterSet) GetDnn

func (o *RouteSelectionParameterSet) GetDnn() string

GetDnn returns the Dnn field value if set, zero value otherwise.

func (*RouteSelectionParameterSet) GetDnnOk

func (o *RouteSelectionParameterSet) 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 (*RouteSelectionParameterSet) GetPrecedence

func (o *RouteSelectionParameterSet) GetPrecedence() int32

GetPrecedence returns the Precedence field value if set, zero value otherwise.

func (*RouteSelectionParameterSet) GetPrecedenceOk

func (o *RouteSelectionParameterSet) GetPrecedenceOk() (*int32, bool)

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

func (*RouteSelectionParameterSet) GetSnssai

func (o *RouteSelectionParameterSet) GetSnssai() Snssai

GetSnssai returns the Snssai field value if set, zero value otherwise.

func (*RouteSelectionParameterSet) GetSnssaiOk

func (o *RouteSelectionParameterSet) GetSnssaiOk() (*Snssai, bool)

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

func (*RouteSelectionParameterSet) GetSpatialValidityAreas

func (o *RouteSelectionParameterSet) GetSpatialValidityAreas() []GeographicalArea

GetSpatialValidityAreas returns the SpatialValidityAreas field value if set, zero value otherwise.

func (*RouteSelectionParameterSet) GetSpatialValidityAreasOk

func (o *RouteSelectionParameterSet) GetSpatialValidityAreasOk() ([]GeographicalArea, bool)

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

func (*RouteSelectionParameterSet) GetSpatialValidityTais

func (o *RouteSelectionParameterSet) GetSpatialValidityTais() []Tai

GetSpatialValidityTais returns the SpatialValidityTais field value if set, zero value otherwise.

func (*RouteSelectionParameterSet) GetSpatialValidityTaisOk

func (o *RouteSelectionParameterSet) GetSpatialValidityTaisOk() ([]Tai, bool)

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

func (*RouteSelectionParameterSet) HasDnn

func (o *RouteSelectionParameterSet) HasDnn() bool

HasDnn returns a boolean if a field has been set.

func (*RouteSelectionParameterSet) HasPrecedence

func (o *RouteSelectionParameterSet) HasPrecedence() bool

HasPrecedence returns a boolean if a field has been set.

func (*RouteSelectionParameterSet) HasSnssai

func (o *RouteSelectionParameterSet) HasSnssai() bool

HasSnssai returns a boolean if a field has been set.

func (*RouteSelectionParameterSet) HasSpatialValidityAreas

func (o *RouteSelectionParameterSet) HasSpatialValidityAreas() bool

HasSpatialValidityAreas returns a boolean if a field has been set.

func (*RouteSelectionParameterSet) HasSpatialValidityTais

func (o *RouteSelectionParameterSet) HasSpatialValidityTais() bool

HasSpatialValidityTais returns a boolean if a field has been set.

func (RouteSelectionParameterSet) MarshalJSON

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

func (*RouteSelectionParameterSet) SetDnn

func (o *RouteSelectionParameterSet) SetDnn(v string)

SetDnn gets a reference to the given string and assigns it to the Dnn field.

func (*RouteSelectionParameterSet) SetPrecedence

func (o *RouteSelectionParameterSet) SetPrecedence(v int32)

SetPrecedence gets a reference to the given int32 and assigns it to the Precedence field.

func (*RouteSelectionParameterSet) SetSnssai

func (o *RouteSelectionParameterSet) SetSnssai(v Snssai)

SetSnssai gets a reference to the given Snssai and assigns it to the Snssai field.

func (*RouteSelectionParameterSet) SetSpatialValidityAreas

func (o *RouteSelectionParameterSet) SetSpatialValidityAreas(v []GeographicalArea)

SetSpatialValidityAreas gets a reference to the given []GeographicalArea and assigns it to the SpatialValidityAreas field.

func (*RouteSelectionParameterSet) SetSpatialValidityTais

func (o *RouteSelectionParameterSet) SetSpatialValidityTais(v []Tai)

SetSpatialValidityTais gets a reference to the given []Tai and assigns it to the SpatialValidityTais field.

func (RouteSelectionParameterSet) ToMap

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

type RouteToLocation

type RouteToLocation struct {
	Interface *interface{}
}

RouteToLocation At least one of the \"routeInfo\" attribute and the \"routeProfId\" attribute shall be included in the \"RouteToLocation\" data type.

func (*RouteToLocation) MarshalJSON

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

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

func (*RouteToLocation) UnmarshalJSON

func (dst *RouteToLocation) 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 ServiceAreaCoverageInfo

type ServiceAreaCoverageInfo struct {
	// Indicates a list of Tracking Areas where the service is allowed.
	TacList        []string   `json:"tacList"`
	ServingNetwork *PlmnIdNid `json:"servingNetwork,omitempty"`
}

ServiceAreaCoverageInfo It represents a list of Tracking Areas within a serving network.

func NewServiceAreaCoverageInfo

func NewServiceAreaCoverageInfo(tacList []string) *ServiceAreaCoverageInfo

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

func NewServiceAreaCoverageInfoWithDefaults

func NewServiceAreaCoverageInfoWithDefaults() *ServiceAreaCoverageInfo

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

func (*ServiceAreaCoverageInfo) GetServingNetwork

func (o *ServiceAreaCoverageInfo) GetServingNetwork() PlmnIdNid

GetServingNetwork returns the ServingNetwork field value if set, zero value otherwise.

func (*ServiceAreaCoverageInfo) GetServingNetworkOk

func (o *ServiceAreaCoverageInfo) GetServingNetworkOk() (*PlmnIdNid, bool)

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

func (*ServiceAreaCoverageInfo) GetTacList

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

GetTacList returns the TacList field value

func (*ServiceAreaCoverageInfo) GetTacListOk

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

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

func (*ServiceAreaCoverageInfo) HasServingNetwork

func (o *ServiceAreaCoverageInfo) HasServingNetwork() bool

HasServingNetwork returns a boolean if a field has been set.

func (ServiceAreaCoverageInfo) MarshalJSON

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

func (*ServiceAreaCoverageInfo) SetServingNetwork

func (o *ServiceAreaCoverageInfo) SetServingNetwork(v PlmnIdNid)

SetServingNetwork gets a reference to the given PlmnIdNid and assigns it to the ServingNetwork field.

func (*ServiceAreaCoverageInfo) SetTacList

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

SetTacList sets field value

func (ServiceAreaCoverageInfo) ToMap

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

type ServiceParameterData

type ServiceParameterData struct {
	// Identifies an application.
	AppId *string `json:"appId,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"`
	Snssai *Snssai `json:"snssai,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.
	InterGroupId *string `json:"interGroupId,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,omitempty"`
	// string identifying a Ipv4 address formatted in the \"dotted decimal\" notation as defined in IETF RFC 1166.
	UeIpv4 *string `json:"ueIpv4,omitempty"`
	// string identifying a Ipv6 address formatted according to clause 4 in IETF RFC 5952. The mixed Ipv4 Ipv6 notation according to clause 5 of IETF RFC 5952 shall not be used.
	UeIpv6 *string `json:"ueIpv6,omitempty"`
	// String identifying a MAC address formatted in the hexadecimal notation according to clause 1.1 and clause 2.1 of RFC 7042.
	UeMac    *string `json:"ueMac,omitempty"`
	AnyUeInd *bool   `json:"anyUeInd,omitempty"`
	// Represents configuration parameters for V2X communications over PC5 reference point.
	ParamOverPc5 *string `json:"paramOverPc5,omitempty"`
	// Represents configuration parameters for V2X communications over Uu reference point.
	ParamOverUu *string `json:"paramOverUu,omitempty"`
	// Represents the service parameters for 5G ProSe direct discovery.
	ParamForProSeDd *string `json:"paramForProSeDd,omitempty"`
	// Represents the service parameters for 5G ProSe direct communications.
	ParamForProSeDc *string `json:"paramForProSeDc,omitempty"`
	// Represents the service parameters for 5G ProSe UE-to-network relay UE.
	ParamForProSeU2NRelUe *string `json:"paramForProSeU2NRelUe,omitempty"`
	// Represents the service parameters for 5G ProSe Remate UE.
	ParamForProSeRemUe *string `json:"paramForProSeRemUe,omitempty"`
	// Contains the service parameter used to guide the URSP.
	UrspGuidance []UrspRuleRequest `json:"urspGuidance,omitempty"`
	// Contains the outcome of the UE Policy Delivery.
	DeliveryEvents []Event `json:"deliveryEvents,omitempty"`
	// Contains the Notification Correlation Id allocated by the NEF for the notification of UE Policy delivery outcome.
	PolicDelivNotifCorreId *string `json:"policDelivNotifCorreId,omitempty"`
	// String providing an URI formatted according to RFC 3986.
	PolicDelivNotifUri *string `json:"policDelivNotifUri,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.
	SuppFeat *string `json:"suppFeat,omitempty"`
	// String providing an URI formatted according to RFC 3986.
	ResUri   *string  `json:"resUri,omitempty"`
	Headers  []string `json:"headers,omitempty"`
	ResetIds []string `json:"resetIds,omitempty"`
}

ServiceParameterData Represents the service parameter data.

func NewServiceParameterData

func NewServiceParameterData() *ServiceParameterData

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

func NewServiceParameterDataWithDefaults

func NewServiceParameterDataWithDefaults() *ServiceParameterData

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

func (*ServiceParameterData) GetAnyUeInd

func (o *ServiceParameterData) GetAnyUeInd() bool

GetAnyUeInd returns the AnyUeInd field value if set, zero value otherwise.

func (*ServiceParameterData) GetAnyUeIndOk

func (o *ServiceParameterData) GetAnyUeIndOk() (*bool, bool)

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

func (*ServiceParameterData) GetAppId

func (o *ServiceParameterData) GetAppId() string

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

func (*ServiceParameterData) GetAppIdOk

func (o *ServiceParameterData) 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 (*ServiceParameterData) GetDeliveryEvents

func (o *ServiceParameterData) GetDeliveryEvents() []Event

GetDeliveryEvents returns the DeliveryEvents field value if set, zero value otherwise.

func (*ServiceParameterData) GetDeliveryEventsOk

func (o *ServiceParameterData) GetDeliveryEventsOk() ([]Event, bool)

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

func (*ServiceParameterData) GetDnn

func (o *ServiceParameterData) GetDnn() string

GetDnn returns the Dnn field value if set, zero value otherwise.

func (*ServiceParameterData) GetDnnOk

func (o *ServiceParameterData) 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 (*ServiceParameterData) GetHeaders

func (o *ServiceParameterData) GetHeaders() []string

GetHeaders returns the Headers field value if set, zero value otherwise.

func (*ServiceParameterData) GetHeadersOk

func (o *ServiceParameterData) GetHeadersOk() ([]string, bool)

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

func (*ServiceParameterData) GetInterGroupId

func (o *ServiceParameterData) GetInterGroupId() string

GetInterGroupId returns the InterGroupId field value if set, zero value otherwise.

func (*ServiceParameterData) GetInterGroupIdOk

func (o *ServiceParameterData) GetInterGroupIdOk() (*string, bool)

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

func (*ServiceParameterData) GetParamForProSeDc

func (o *ServiceParameterData) GetParamForProSeDc() string

GetParamForProSeDc returns the ParamForProSeDc field value if set, zero value otherwise.

func (*ServiceParameterData) GetParamForProSeDcOk

func (o *ServiceParameterData) GetParamForProSeDcOk() (*string, bool)

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

func (*ServiceParameterData) GetParamForProSeDd

func (o *ServiceParameterData) GetParamForProSeDd() string

GetParamForProSeDd returns the ParamForProSeDd field value if set, zero value otherwise.

func (*ServiceParameterData) GetParamForProSeDdOk

func (o *ServiceParameterData) GetParamForProSeDdOk() (*string, bool)

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

func (*ServiceParameterData) GetParamForProSeRemUe

func (o *ServiceParameterData) GetParamForProSeRemUe() string

GetParamForProSeRemUe returns the ParamForProSeRemUe field value if set, zero value otherwise.

func (*ServiceParameterData) GetParamForProSeRemUeOk

func (o *ServiceParameterData) GetParamForProSeRemUeOk() (*string, bool)

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

func (*ServiceParameterData) GetParamForProSeU2NRelUe

func (o *ServiceParameterData) GetParamForProSeU2NRelUe() string

GetParamForProSeU2NRelUe returns the ParamForProSeU2NRelUe field value if set, zero value otherwise.

func (*ServiceParameterData) GetParamForProSeU2NRelUeOk

func (o *ServiceParameterData) GetParamForProSeU2NRelUeOk() (*string, bool)

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

func (*ServiceParameterData) GetParamOverPc5

func (o *ServiceParameterData) GetParamOverPc5() string

GetParamOverPc5 returns the ParamOverPc5 field value if set, zero value otherwise.

func (*ServiceParameterData) GetParamOverPc5Ok

func (o *ServiceParameterData) GetParamOverPc5Ok() (*string, bool)

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

func (*ServiceParameterData) GetParamOverUu

func (o *ServiceParameterData) GetParamOverUu() string

GetParamOverUu returns the ParamOverUu field value if set, zero value otherwise.

func (*ServiceParameterData) GetParamOverUuOk

func (o *ServiceParameterData) GetParamOverUuOk() (*string, bool)

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

func (*ServiceParameterData) GetPolicDelivNotifCorreId

func (o *ServiceParameterData) GetPolicDelivNotifCorreId() string

GetPolicDelivNotifCorreId returns the PolicDelivNotifCorreId field value if set, zero value otherwise.

func (*ServiceParameterData) GetPolicDelivNotifCorreIdOk

func (o *ServiceParameterData) GetPolicDelivNotifCorreIdOk() (*string, bool)

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

func (*ServiceParameterData) GetPolicDelivNotifUri

func (o *ServiceParameterData) GetPolicDelivNotifUri() string

GetPolicDelivNotifUri returns the PolicDelivNotifUri field value if set, zero value otherwise.

func (*ServiceParameterData) GetPolicDelivNotifUriOk

func (o *ServiceParameterData) GetPolicDelivNotifUriOk() (*string, bool)

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

func (*ServiceParameterData) GetResUri

func (o *ServiceParameterData) GetResUri() string

GetResUri returns the ResUri field value if set, zero value otherwise.

func (*ServiceParameterData) GetResUriOk

func (o *ServiceParameterData) GetResUriOk() (*string, bool)

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

func (*ServiceParameterData) GetResetIds

func (o *ServiceParameterData) GetResetIds() []string

GetResetIds returns the ResetIds field value if set, zero value otherwise.

func (*ServiceParameterData) GetResetIdsOk

func (o *ServiceParameterData) 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 (*ServiceParameterData) GetSnssai

func (o *ServiceParameterData) GetSnssai() Snssai

GetSnssai returns the Snssai field value if set, zero value otherwise.

func (*ServiceParameterData) GetSnssaiOk

func (o *ServiceParameterData) GetSnssaiOk() (*Snssai, bool)

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

func (*ServiceParameterData) GetSupi

func (o *ServiceParameterData) GetSupi() string

GetSupi returns the Supi field value if set, zero value otherwise.

func (*ServiceParameterData) GetSupiOk

func (o *ServiceParameterData) GetSupiOk() (*string, bool)

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

func (*ServiceParameterData) GetSuppFeat

func (o *ServiceParameterData) GetSuppFeat() string

GetSuppFeat returns the SuppFeat field value if set, zero value otherwise.

func (*ServiceParameterData) GetSuppFeatOk

func (o *ServiceParameterData) GetSuppFeatOk() (*string, bool)

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

func (*ServiceParameterData) GetUeIpv4

func (o *ServiceParameterData) GetUeIpv4() string

GetUeIpv4 returns the UeIpv4 field value if set, zero value otherwise.

func (*ServiceParameterData) GetUeIpv4Ok

func (o *ServiceParameterData) GetUeIpv4Ok() (*string, bool)

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

func (*ServiceParameterData) GetUeIpv6

func (o *ServiceParameterData) GetUeIpv6() string

GetUeIpv6 returns the UeIpv6 field value if set, zero value otherwise.

func (*ServiceParameterData) GetUeIpv6Ok

func (o *ServiceParameterData) GetUeIpv6Ok() (*string, bool)

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

func (*ServiceParameterData) GetUeMac

func (o *ServiceParameterData) GetUeMac() string

GetUeMac returns the UeMac field value if set, zero value otherwise.

func (*ServiceParameterData) GetUeMacOk

func (o *ServiceParameterData) GetUeMacOk() (*string, bool)

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

func (*ServiceParameterData) GetUrspGuidance

func (o *ServiceParameterData) GetUrspGuidance() []UrspRuleRequest

GetUrspGuidance returns the UrspGuidance field value if set, zero value otherwise.

func (*ServiceParameterData) GetUrspGuidanceOk

func (o *ServiceParameterData) GetUrspGuidanceOk() ([]UrspRuleRequest, bool)

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

func (*ServiceParameterData) HasAnyUeInd

func (o *ServiceParameterData) HasAnyUeInd() bool

HasAnyUeInd returns a boolean if a field has been set.

func (*ServiceParameterData) HasAppId

func (o *ServiceParameterData) HasAppId() bool

HasAppId returns a boolean if a field has been set.

func (*ServiceParameterData) HasDeliveryEvents

func (o *ServiceParameterData) HasDeliveryEvents() bool

HasDeliveryEvents returns a boolean if a field has been set.

func (*ServiceParameterData) HasDnn

func (o *ServiceParameterData) HasDnn() bool

HasDnn returns a boolean if a field has been set.

func (*ServiceParameterData) HasHeaders

func (o *ServiceParameterData) HasHeaders() bool

HasHeaders returns a boolean if a field has been set.

func (*ServiceParameterData) HasInterGroupId

func (o *ServiceParameterData) HasInterGroupId() bool

HasInterGroupId returns a boolean if a field has been set.

func (*ServiceParameterData) HasParamForProSeDc

func (o *ServiceParameterData) HasParamForProSeDc() bool

HasParamForProSeDc returns a boolean if a field has been set.

func (*ServiceParameterData) HasParamForProSeDd

func (o *ServiceParameterData) HasParamForProSeDd() bool

HasParamForProSeDd returns a boolean if a field has been set.

func (*ServiceParameterData) HasParamForProSeRemUe

func (o *ServiceParameterData) HasParamForProSeRemUe() bool

HasParamForProSeRemUe returns a boolean if a field has been set.

func (*ServiceParameterData) HasParamForProSeU2NRelUe

func (o *ServiceParameterData) HasParamForProSeU2NRelUe() bool

HasParamForProSeU2NRelUe returns a boolean if a field has been set.

func (*ServiceParameterData) HasParamOverPc5

func (o *ServiceParameterData) HasParamOverPc5() bool

HasParamOverPc5 returns a boolean if a field has been set.

func (*ServiceParameterData) HasParamOverUu

func (o *ServiceParameterData) HasParamOverUu() bool

HasParamOverUu returns a boolean if a field has been set.

func (*ServiceParameterData) HasPolicDelivNotifCorreId

func (o *ServiceParameterData) HasPolicDelivNotifCorreId() bool

HasPolicDelivNotifCorreId returns a boolean if a field has been set.

func (*ServiceParameterData) HasPolicDelivNotifUri

func (o *ServiceParameterData) HasPolicDelivNotifUri() bool

HasPolicDelivNotifUri returns a boolean if a field has been set.

func (*ServiceParameterData) HasResUri

func (o *ServiceParameterData) HasResUri() bool

HasResUri returns a boolean if a field has been set.

func (*ServiceParameterData) HasResetIds

func (o *ServiceParameterData) HasResetIds() bool

HasResetIds returns a boolean if a field has been set.

func (*ServiceParameterData) HasSnssai

func (o *ServiceParameterData) HasSnssai() bool

HasSnssai returns a boolean if a field has been set.

func (*ServiceParameterData) HasSupi

func (o *ServiceParameterData) HasSupi() bool

HasSupi returns a boolean if a field has been set.

func (*ServiceParameterData) HasSuppFeat

func (o *ServiceParameterData) HasSuppFeat() bool

HasSuppFeat returns a boolean if a field has been set.

func (*ServiceParameterData) HasUeIpv4

func (o *ServiceParameterData) HasUeIpv4() bool

HasUeIpv4 returns a boolean if a field has been set.

func (*ServiceParameterData) HasUeIpv6

func (o *ServiceParameterData) HasUeIpv6() bool

HasUeIpv6 returns a boolean if a field has been set.

func (*ServiceParameterData) HasUeMac

func (o *ServiceParameterData) HasUeMac() bool

HasUeMac returns a boolean if a field has been set.

func (*ServiceParameterData) HasUrspGuidance

func (o *ServiceParameterData) HasUrspGuidance() bool

HasUrspGuidance returns a boolean if a field has been set.

func (ServiceParameterData) MarshalJSON

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

func (*ServiceParameterData) SetAnyUeInd

func (o *ServiceParameterData) SetAnyUeInd(v bool)

SetAnyUeInd gets a reference to the given bool and assigns it to the AnyUeInd field.

func (*ServiceParameterData) SetAppId

func (o *ServiceParameterData) SetAppId(v string)

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

func (*ServiceParameterData) SetDeliveryEvents

func (o *ServiceParameterData) SetDeliveryEvents(v []Event)

SetDeliveryEvents gets a reference to the given []Event and assigns it to the DeliveryEvents field.

func (*ServiceParameterData) SetDnn

func (o *ServiceParameterData) SetDnn(v string)

SetDnn gets a reference to the given string and assigns it to the Dnn field.

func (*ServiceParameterData) SetHeaders

func (o *ServiceParameterData) SetHeaders(v []string)

SetHeaders gets a reference to the given []string and assigns it to the Headers field.

func (*ServiceParameterData) SetInterGroupId

func (o *ServiceParameterData) SetInterGroupId(v string)

SetInterGroupId gets a reference to the given string and assigns it to the InterGroupId field.

func (*ServiceParameterData) SetParamForProSeDc

func (o *ServiceParameterData) SetParamForProSeDc(v string)

SetParamForProSeDc gets a reference to the given string and assigns it to the ParamForProSeDc field.

func (*ServiceParameterData) SetParamForProSeDd

func (o *ServiceParameterData) SetParamForProSeDd(v string)

SetParamForProSeDd gets a reference to the given string and assigns it to the ParamForProSeDd field.

func (*ServiceParameterData) SetParamForProSeRemUe

func (o *ServiceParameterData) SetParamForProSeRemUe(v string)

SetParamForProSeRemUe gets a reference to the given string and assigns it to the ParamForProSeRemUe field.

func (*ServiceParameterData) SetParamForProSeU2NRelUe

func (o *ServiceParameterData) SetParamForProSeU2NRelUe(v string)

SetParamForProSeU2NRelUe gets a reference to the given string and assigns it to the ParamForProSeU2NRelUe field.

func (*ServiceParameterData) SetParamOverPc5

func (o *ServiceParameterData) SetParamOverPc5(v string)

SetParamOverPc5 gets a reference to the given string and assigns it to the ParamOverPc5 field.

func (*ServiceParameterData) SetParamOverUu

func (o *ServiceParameterData) SetParamOverUu(v string)

SetParamOverUu gets a reference to the given string and assigns it to the ParamOverUu field.

func (*ServiceParameterData) SetPolicDelivNotifCorreId

func (o *ServiceParameterData) SetPolicDelivNotifCorreId(v string)

SetPolicDelivNotifCorreId gets a reference to the given string and assigns it to the PolicDelivNotifCorreId field.

func (*ServiceParameterData) SetPolicDelivNotifUri

func (o *ServiceParameterData) SetPolicDelivNotifUri(v string)

SetPolicDelivNotifUri gets a reference to the given string and assigns it to the PolicDelivNotifUri field.

func (*ServiceParameterData) SetResUri

func (o *ServiceParameterData) SetResUri(v string)

SetResUri gets a reference to the given string and assigns it to the ResUri field.

func (*ServiceParameterData) SetResetIds

func (o *ServiceParameterData) SetResetIds(v []string)

SetResetIds gets a reference to the given []string and assigns it to the ResetIds field.

func (*ServiceParameterData) SetSnssai

func (o *ServiceParameterData) SetSnssai(v Snssai)

SetSnssai gets a reference to the given Snssai and assigns it to the Snssai field.

func (*ServiceParameterData) SetSupi

func (o *ServiceParameterData) SetSupi(v string)

SetSupi gets a reference to the given string and assigns it to the Supi field.

func (*ServiceParameterData) SetSuppFeat

func (o *ServiceParameterData) SetSuppFeat(v string)

SetSuppFeat gets a reference to the given string and assigns it to the SuppFeat field.

func (*ServiceParameterData) SetUeIpv4

func (o *ServiceParameterData) SetUeIpv4(v string)

SetUeIpv4 gets a reference to the given string and assigns it to the UeIpv4 field.

func (*ServiceParameterData) SetUeIpv6

func (o *ServiceParameterData) SetUeIpv6(v string)

SetUeIpv6 gets a reference to the given string and assigns it to the UeIpv6 field.

func (*ServiceParameterData) SetUeMac

func (o *ServiceParameterData) SetUeMac(v string)

SetUeMac gets a reference to the given string and assigns it to the UeMac field.

func (*ServiceParameterData) SetUrspGuidance

func (o *ServiceParameterData) SetUrspGuidance(v []UrspRuleRequest)

SetUrspGuidance gets a reference to the given []UrspRuleRequest and assigns it to the UrspGuidance field.

func (ServiceParameterData) ToMap

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

type ServiceParameterDataPatch

type ServiceParameterDataPatch struct {
	// Represents configuration parameters for V2X communications over PC5 reference point.
	ParamOverPc5 *string `json:"paramOverPc5,omitempty"`
	// Represents configuration parameters for V2X communications over Uu reference point.
	ParamOverUu *string `json:"paramOverUu,omitempty"`
	// Represents the service parameters for 5G ProSe direct discovery.
	ParamForProSeDd *string `json:"paramForProSeDd,omitempty"`
	// Represents the service parameters for 5G ProSe direct communications.
	ParamForProSeDc *string `json:"paramForProSeDc,omitempty"`
	// Represents the service parameters for 5G ProSe UE-to-network relay UE.
	ParamForProSeU2NRelUe *string `json:"paramForProSeU2NRelUe,omitempty"`
	// Represents the service parameters for 5G ProSe Remate UE.
	ParamForProSeRemUe *string `json:"paramForProSeRemUe,omitempty"`
	// Contains the service parameter used to influence the URSP.
	UrspInfluence []UrspRuleRequest `json:"urspInfluence,omitempty"`
	// Contains the outcome of the UE Policy Delivery.
	DeliveryEvents []Event `json:"deliveryEvents,omitempty"`
	// String providing an URI formatted according to RFC 3986.
	PolicDelivNotifUri *string `json:"policDelivNotifUri,omitempty"`
}

ServiceParameterDataPatch Represents the service parameter data that can be updated.

func NewServiceParameterDataPatch

func NewServiceParameterDataPatch() *ServiceParameterDataPatch

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

func NewServiceParameterDataPatchWithDefaults

func NewServiceParameterDataPatchWithDefaults() *ServiceParameterDataPatch

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

func (*ServiceParameterDataPatch) GetDeliveryEvents

func (o *ServiceParameterDataPatch) GetDeliveryEvents() []Event

GetDeliveryEvents returns the DeliveryEvents field value if set, zero value otherwise.

func (*ServiceParameterDataPatch) GetDeliveryEventsOk

func (o *ServiceParameterDataPatch) GetDeliveryEventsOk() ([]Event, bool)

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

func (*ServiceParameterDataPatch) GetParamForProSeDc

func (o *ServiceParameterDataPatch) GetParamForProSeDc() string

GetParamForProSeDc returns the ParamForProSeDc field value if set, zero value otherwise.

func (*ServiceParameterDataPatch) GetParamForProSeDcOk

func (o *ServiceParameterDataPatch) GetParamForProSeDcOk() (*string, bool)

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

func (*ServiceParameterDataPatch) GetParamForProSeDd

func (o *ServiceParameterDataPatch) GetParamForProSeDd() string

GetParamForProSeDd returns the ParamForProSeDd field value if set, zero value otherwise.

func (*ServiceParameterDataPatch) GetParamForProSeDdOk

func (o *ServiceParameterDataPatch) GetParamForProSeDdOk() (*string, bool)

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

func (*ServiceParameterDataPatch) GetParamForProSeRemUe

func (o *ServiceParameterDataPatch) GetParamForProSeRemUe() string

GetParamForProSeRemUe returns the ParamForProSeRemUe field value if set, zero value otherwise.

func (*ServiceParameterDataPatch) GetParamForProSeRemUeOk

func (o *ServiceParameterDataPatch) GetParamForProSeRemUeOk() (*string, bool)

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

func (*ServiceParameterDataPatch) GetParamForProSeU2NRelUe

func (o *ServiceParameterDataPatch) GetParamForProSeU2NRelUe() string

GetParamForProSeU2NRelUe returns the ParamForProSeU2NRelUe field value if set, zero value otherwise.

func (*ServiceParameterDataPatch) GetParamForProSeU2NRelUeOk

func (o *ServiceParameterDataPatch) GetParamForProSeU2NRelUeOk() (*string, bool)

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

func (*ServiceParameterDataPatch) GetParamOverPc5

func (o *ServiceParameterDataPatch) GetParamOverPc5() string

GetParamOverPc5 returns the ParamOverPc5 field value if set, zero value otherwise.

func (*ServiceParameterDataPatch) GetParamOverPc5Ok

func (o *ServiceParameterDataPatch) GetParamOverPc5Ok() (*string, bool)

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

func (*ServiceParameterDataPatch) GetParamOverUu

func (o *ServiceParameterDataPatch) GetParamOverUu() string

GetParamOverUu returns the ParamOverUu field value if set, zero value otherwise.

func (*ServiceParameterDataPatch) GetParamOverUuOk

func (o *ServiceParameterDataPatch) GetParamOverUuOk() (*string, bool)

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

func (*ServiceParameterDataPatch) GetPolicDelivNotifUri

func (o *ServiceParameterDataPatch) GetPolicDelivNotifUri() string

GetPolicDelivNotifUri returns the PolicDelivNotifUri field value if set, zero value otherwise.

func (*ServiceParameterDataPatch) GetPolicDelivNotifUriOk

func (o *ServiceParameterDataPatch) GetPolicDelivNotifUriOk() (*string, bool)

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

func (*ServiceParameterDataPatch) GetUrspInfluence

func (o *ServiceParameterDataPatch) GetUrspInfluence() []UrspRuleRequest

GetUrspInfluence returns the UrspInfluence field value if set, zero value otherwise.

func (*ServiceParameterDataPatch) GetUrspInfluenceOk

func (o *ServiceParameterDataPatch) GetUrspInfluenceOk() ([]UrspRuleRequest, bool)

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

func (*ServiceParameterDataPatch) HasDeliveryEvents

func (o *ServiceParameterDataPatch) HasDeliveryEvents() bool

HasDeliveryEvents returns a boolean if a field has been set.

func (*ServiceParameterDataPatch) HasParamForProSeDc

func (o *ServiceParameterDataPatch) HasParamForProSeDc() bool

HasParamForProSeDc returns a boolean if a field has been set.

func (*ServiceParameterDataPatch) HasParamForProSeDd

func (o *ServiceParameterDataPatch) HasParamForProSeDd() bool

HasParamForProSeDd returns a boolean if a field has been set.

func (*ServiceParameterDataPatch) HasParamForProSeRemUe

func (o *ServiceParameterDataPatch) HasParamForProSeRemUe() bool

HasParamForProSeRemUe returns a boolean if a field has been set.

func (*ServiceParameterDataPatch) HasParamForProSeU2NRelUe

func (o *ServiceParameterDataPatch) HasParamForProSeU2NRelUe() bool

HasParamForProSeU2NRelUe returns a boolean if a field has been set.

func (*ServiceParameterDataPatch) HasParamOverPc5

func (o *ServiceParameterDataPatch) HasParamOverPc5() bool

HasParamOverPc5 returns a boolean if a field has been set.

func (*ServiceParameterDataPatch) HasParamOverUu

func (o *ServiceParameterDataPatch) HasParamOverUu() bool

HasParamOverUu returns a boolean if a field has been set.

func (*ServiceParameterDataPatch) HasPolicDelivNotifUri

func (o *ServiceParameterDataPatch) HasPolicDelivNotifUri() bool

HasPolicDelivNotifUri returns a boolean if a field has been set.

func (*ServiceParameterDataPatch) HasUrspInfluence

func (o *ServiceParameterDataPatch) HasUrspInfluence() bool

HasUrspInfluence returns a boolean if a field has been set.

func (ServiceParameterDataPatch) MarshalJSON

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

func (*ServiceParameterDataPatch) SetDeliveryEvents

func (o *ServiceParameterDataPatch) SetDeliveryEvents(v []Event)

SetDeliveryEvents gets a reference to the given []Event and assigns it to the DeliveryEvents field.

func (*ServiceParameterDataPatch) SetParamForProSeDc

func (o *ServiceParameterDataPatch) SetParamForProSeDc(v string)

SetParamForProSeDc gets a reference to the given string and assigns it to the ParamForProSeDc field.

func (*ServiceParameterDataPatch) SetParamForProSeDd

func (o *ServiceParameterDataPatch) SetParamForProSeDd(v string)

SetParamForProSeDd gets a reference to the given string and assigns it to the ParamForProSeDd field.

func (*ServiceParameterDataPatch) SetParamForProSeRemUe

func (o *ServiceParameterDataPatch) SetParamForProSeRemUe(v string)

SetParamForProSeRemUe gets a reference to the given string and assigns it to the ParamForProSeRemUe field.

func (*ServiceParameterDataPatch) SetParamForProSeU2NRelUe

func (o *ServiceParameterDataPatch) SetParamForProSeU2NRelUe(v string)

SetParamForProSeU2NRelUe gets a reference to the given string and assigns it to the ParamForProSeU2NRelUe field.

func (*ServiceParameterDataPatch) SetParamOverPc5

func (o *ServiceParameterDataPatch) SetParamOverPc5(v string)

SetParamOverPc5 gets a reference to the given string and assigns it to the ParamOverPc5 field.

func (*ServiceParameterDataPatch) SetParamOverUu

func (o *ServiceParameterDataPatch) SetParamOverUu(v string)

SetParamOverUu gets a reference to the given string and assigns it to the ParamOverUu field.

func (*ServiceParameterDataPatch) SetPolicDelivNotifUri

func (o *ServiceParameterDataPatch) SetPolicDelivNotifUri(v string)

SetPolicDelivNotifUri gets a reference to the given string and assigns it to the PolicDelivNotifUri field.

func (*ServiceParameterDataPatch) SetUrspInfluence

func (o *ServiceParameterDataPatch) SetUrspInfluence(v []UrspRuleRequest)

SetUrspInfluence gets a reference to the given []UrspRuleRequest and assigns it to the UrspInfluence field.

func (ServiceParameterDataPatch) ToMap

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

type ServiceParameterDataStoreApiService

type ServiceParameterDataStoreApiService service

ServiceParameterDataStoreApiService ServiceParameterDataStoreApi service

func (*ServiceParameterDataStoreApiService) ReadServiceParameterData

ReadServiceParameterData Retrieve Service Parameter Data

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiReadServiceParameterDataRequest

func (*ServiceParameterDataStoreApiService) ReadServiceParameterDataExecute

Execute executes the request

@return []ServiceParameterData

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)

type StringMatchingCondition

type StringMatchingCondition struct {
	MatchingString   *string          `json:"matchingString,omitempty"`
	MatchingOperator MatchingOperator `json:"matchingOperator"`
}

StringMatchingCondition A String with Matching Operator

func NewStringMatchingCondition

func NewStringMatchingCondition(matchingOperator MatchingOperator) *StringMatchingCondition

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

func NewStringMatchingConditionWithDefaults

func NewStringMatchingConditionWithDefaults() *StringMatchingCondition

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

func (*StringMatchingCondition) GetMatchingOperator

func (o *StringMatchingCondition) GetMatchingOperator() MatchingOperator

GetMatchingOperator returns the MatchingOperator field value

func (*StringMatchingCondition) GetMatchingOperatorOk

func (o *StringMatchingCondition) GetMatchingOperatorOk() (*MatchingOperator, bool)

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

func (*StringMatchingCondition) GetMatchingString

func (o *StringMatchingCondition) GetMatchingString() string

GetMatchingString returns the MatchingString field value if set, zero value otherwise.

func (*StringMatchingCondition) GetMatchingStringOk

func (o *StringMatchingCondition) GetMatchingStringOk() (*string, bool)

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

func (*StringMatchingCondition) HasMatchingString

func (o *StringMatchingCondition) HasMatchingString() bool

HasMatchingString returns a boolean if a field has been set.

func (StringMatchingCondition) MarshalJSON

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

func (*StringMatchingCondition) SetMatchingOperator

func (o *StringMatchingCondition) SetMatchingOperator(v MatchingOperator)

SetMatchingOperator sets field value

func (*StringMatchingCondition) SetMatchingString

func (o *StringMatchingCondition) SetMatchingString(v string)

SetMatchingString gets a reference to the given string and assigns it to the MatchingString field.

func (StringMatchingCondition) ToMap

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

type StringMatchingRule

type StringMatchingRule struct {
	StringMatchingConditions []StringMatchingCondition `json:"stringMatchingConditions,omitempty"`
}

StringMatchingRule A list of conditions for string matching

func NewStringMatchingRule

func NewStringMatchingRule() *StringMatchingRule

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

func NewStringMatchingRuleWithDefaults

func NewStringMatchingRuleWithDefaults() *StringMatchingRule

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

func (*StringMatchingRule) GetStringMatchingConditions

func (o *StringMatchingRule) GetStringMatchingConditions() []StringMatchingCondition

GetStringMatchingConditions returns the StringMatchingConditions field value if set, zero value otherwise.

func (*StringMatchingRule) GetStringMatchingConditionsOk

func (o *StringMatchingRule) GetStringMatchingConditionsOk() ([]StringMatchingCondition, bool)

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

func (*StringMatchingRule) HasStringMatchingConditions

func (o *StringMatchingRule) HasStringMatchingConditions() bool

HasStringMatchingConditions returns a boolean if a field has been set.

func (StringMatchingRule) MarshalJSON

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

func (*StringMatchingRule) SetStringMatchingConditions

func (o *StringMatchingRule) SetStringMatchingConditions(v []StringMatchingCondition)

SetStringMatchingConditions gets a reference to the given []StringMatchingCondition and assigns it to the StringMatchingConditions field.

func (StringMatchingRule) ToMap

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

type SubscribedEvent

type SubscribedEvent struct {
	String *string
}

SubscribedEvent Possible values are: - UP_PATH_CHANGE: The AF requests to be notified when the UP path changes for the PDU session.

func (*SubscribedEvent) MarshalJSON

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

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

func (*SubscribedEvent) UnmarshalJSON

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

Unmarshal JSON data into any of the pointers in the struct

type SupportedGADShapes

type SupportedGADShapes struct {
	String *string
}

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

type TemporalValidity

type TemporalValidity 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.
	StopTime *time.Time `json:"stopTime,omitempty"`
}

TemporalValidity Indicates the time interval(s) during which the AF request is to be applied.

func NewTemporalValidity

func NewTemporalValidity() *TemporalValidity

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

func NewTemporalValidityWithDefaults

func NewTemporalValidityWithDefaults() *TemporalValidity

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

func (*TemporalValidity) GetStartTime

func (o *TemporalValidity) GetStartTime() time.Time

GetStartTime returns the StartTime field value if set, zero value otherwise.

func (*TemporalValidity) GetStartTimeOk

func (o *TemporalValidity) 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 (*TemporalValidity) GetStopTime

func (o *TemporalValidity) GetStopTime() time.Time

GetStopTime returns the StopTime field value if set, zero value otherwise.

func (*TemporalValidity) GetStopTimeOk

func (o *TemporalValidity) GetStopTimeOk() (*time.Time, bool)

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

func (*TemporalValidity) HasStartTime

func (o *TemporalValidity) HasStartTime() bool

HasStartTime returns a boolean if a field has been set.

func (*TemporalValidity) HasStopTime

func (o *TemporalValidity) HasStopTime() bool

HasStopTime returns a boolean if a field has been set.

func (TemporalValidity) MarshalJSON

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

func (*TemporalValidity) SetStartTime

func (o *TemporalValidity) SetStartTime(v time.Time)

SetStartTime gets a reference to the given time.Time and assigns it to the StartTime field.

func (*TemporalValidity) SetStopTime

func (o *TemporalValidity) SetStopTime(v time.Time)

SetStopTime gets a reference to the given time.Time and assigns it to the StopTime field.

func (TemporalValidity) ToMap

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

type TrafficDescriptorComponents

type TrafficDescriptorComponents struct {
	Interface *interface{}
}

TrafficDescriptorComponents Traffic descriptor components for the requested URSP.

func (*TrafficDescriptorComponents) MarshalJSON

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

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

func (*TrafficDescriptorComponents) UnmarshalJSON

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

Unmarshal JSON data into any of the pointers in the struct

type TrafficInfluData

type TrafficInfluData struct {
	// Contains the Notification Correlation Id allocated by the NEF for the UP path change notification.
	UpPathChgNotifCorreId *string `json:"upPathChgNotifCorreId,omitempty"`
	// Identifies whether an application can be relocated once a location of the application has been selected.
	AppReloInd *bool `json:"appReloInd,omitempty"`
	// Identifies an application.
	AfAppId *string `json:"afAppId,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"`
	// Identifies Ethernet packet filters. Either \"trafficFilters\" or \"ethTrafficFilters\" shall be included if applicable.
	EthTrafficFilters []EthFlowDescription `json:"ethTrafficFilters,omitempty"`
	Snssai            *Snssai              `json:"snssai,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.
	InterGroupId *string `json:"interGroupId,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,omitempty"`
	// Identifies IP packet filters. Either \"trafficFilters\" or \"ethTrafficFilters\" shall be included if applicable.
	TrafficFilters []FlowInfo `json:"trafficFilters,omitempty"`
	// Identifies the N6 traffic routing requirement.
	TrafficRoutes []RouteToLocation `json:"trafficRoutes,omitempty"`
	TraffCorreInd *bool             `json:"traffCorreInd,omitempty"`
	// string with format 'date-time' as defined in OpenAPI.
	ValidStartTime *time.Time `json:"validStartTime,omitempty"`
	// string with format 'date-time' as defined in OpenAPI.
	ValidEndTime *time.Time `json:"validEndTime,omitempty"`
	// Identifies the temporal validities for the N6 traffic routing requirement.
	TempValidities []TemporalValidity `json:"tempValidities,omitempty"`
	NwAreaInfo     *NetworkAreaInfo   `json:"nwAreaInfo,omitempty"`
	// String providing an URI formatted according to RFC 3986.
	UpPathChgNotifUri *string           `json:"upPathChgNotifUri,omitempty"`
	Headers           []string          `json:"headers,omitempty"`
	SubscribedEvents  []SubscribedEvent `json:"subscribedEvents,omitempty"`
	DnaiChgType       *DnaiChangeType   `json:"dnaiChgType,omitempty"`
	AfAckInd          *bool             `json:"afAckInd,omitempty"`
	AddrPreserInd     *bool             `json:"addrPreserInd,omitempty"`
	// Unsigned Integer, i.e. only value 0 and integers above 0 are permissible.
	MaxAllowedUpLat *int32 `json:"maxAllowedUpLat,omitempty"`
	// Indicates whether simultaneous connectivity should be temporarily maintained for the source and target PSA.
	SimConnInd *bool `json:"simConnInd,omitempty"`
	// indicating a time in seconds.
	SimConnTerm *int32 `json:"simConnTerm,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"`
	// String providing an URI formatted according to RFC 3986.
	ResUri   *string  `json:"resUri,omitempty"`
	ResetIds []string `json:"resetIds,omitempty"`
}

TrafficInfluData Represents the Traffic Influence Data.

func NewTrafficInfluData

func NewTrafficInfluData() *TrafficInfluData

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

func NewTrafficInfluDataWithDefaults

func NewTrafficInfluDataWithDefaults() *TrafficInfluData

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

func (*TrafficInfluData) GetAddrPreserInd

func (o *TrafficInfluData) GetAddrPreserInd() bool

GetAddrPreserInd returns the AddrPreserInd field value if set, zero value otherwise.

func (*TrafficInfluData) GetAddrPreserIndOk

func (o *TrafficInfluData) GetAddrPreserIndOk() (*bool, bool)

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

func (*TrafficInfluData) GetAfAckInd

func (o *TrafficInfluData) GetAfAckInd() bool

GetAfAckInd returns the AfAckInd field value if set, zero value otherwise.

func (*TrafficInfluData) GetAfAckIndOk

func (o *TrafficInfluData) GetAfAckIndOk() (*bool, bool)

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

func (*TrafficInfluData) GetAfAppId

func (o *TrafficInfluData) GetAfAppId() string

GetAfAppId returns the AfAppId field value if set, zero value otherwise.

func (*TrafficInfluData) GetAfAppIdOk

func (o *TrafficInfluData) GetAfAppIdOk() (*string, bool)

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

func (*TrafficInfluData) GetAppReloInd

func (o *TrafficInfluData) GetAppReloInd() bool

GetAppReloInd returns the AppReloInd field value if set, zero value otherwise.

func (*TrafficInfluData) GetAppReloIndOk

func (o *TrafficInfluData) GetAppReloIndOk() (*bool, bool)

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

func (*TrafficInfluData) GetDnaiChgType

func (o *TrafficInfluData) GetDnaiChgType() DnaiChangeType

GetDnaiChgType returns the DnaiChgType field value if set, zero value otherwise.

func (*TrafficInfluData) GetDnaiChgTypeOk

func (o *TrafficInfluData) GetDnaiChgTypeOk() (*DnaiChangeType, bool)

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

func (*TrafficInfluData) GetDnn

func (o *TrafficInfluData) GetDnn() string

GetDnn returns the Dnn field value if set, zero value otherwise.

func (*TrafficInfluData) GetDnnOk

func (o *TrafficInfluData) 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 (*TrafficInfluData) GetEthTrafficFilters

func (o *TrafficInfluData) GetEthTrafficFilters() []EthFlowDescription

GetEthTrafficFilters returns the EthTrafficFilters field value if set, zero value otherwise.

func (*TrafficInfluData) GetEthTrafficFiltersOk

func (o *TrafficInfluData) GetEthTrafficFiltersOk() ([]EthFlowDescription, bool)

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

func (*TrafficInfluData) GetHeaders

func (o *TrafficInfluData) GetHeaders() []string

GetHeaders returns the Headers field value if set, zero value otherwise.

func (*TrafficInfluData) GetHeadersOk

func (o *TrafficInfluData) GetHeadersOk() ([]string, bool)

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

func (*TrafficInfluData) GetInterGroupId

func (o *TrafficInfluData) GetInterGroupId() string

GetInterGroupId returns the InterGroupId field value if set, zero value otherwise.

func (*TrafficInfluData) GetInterGroupIdOk

func (o *TrafficInfluData) GetInterGroupIdOk() (*string, bool)

GetInterGroupIdOk returns a tuple with the InterGroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TrafficInfluData) GetMaxAllowedUpLat

func (o *TrafficInfluData) GetMaxAllowedUpLat() int32

GetMaxAllowedUpLat returns the MaxAllowedUpLat field value if set, zero value otherwise.

func (*TrafficInfluData) GetMaxAllowedUpLatOk

func (o *TrafficInfluData) GetMaxAllowedUpLatOk() (*int32, bool)

GetMaxAllowedUpLatOk returns a tuple with the MaxAllowedUpLat field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TrafficInfluData) GetNwAreaInfo

func (o *TrafficInfluData) GetNwAreaInfo() NetworkAreaInfo

GetNwAreaInfo returns the NwAreaInfo field value if set, zero value otherwise.

func (*TrafficInfluData) GetNwAreaInfoOk

func (o *TrafficInfluData) 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 (*TrafficInfluData) GetResUri

func (o *TrafficInfluData) GetResUri() string

GetResUri returns the ResUri field value if set, zero value otherwise.

func (*TrafficInfluData) GetResUriOk

func (o *TrafficInfluData) GetResUriOk() (*string, bool)

GetResUriOk returns a tuple with the ResUri field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TrafficInfluData) GetResetIds

func (o *TrafficInfluData) GetResetIds() []string

GetResetIds returns the ResetIds field value if set, zero value otherwise.

func (*TrafficInfluData) GetResetIdsOk

func (o *TrafficInfluData) 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 (*TrafficInfluData) GetSimConnInd

func (o *TrafficInfluData) GetSimConnInd() bool

GetSimConnInd returns the SimConnInd field value if set, zero value otherwise.

func (*TrafficInfluData) GetSimConnIndOk

func (o *TrafficInfluData) GetSimConnIndOk() (*bool, bool)

GetSimConnIndOk returns a tuple with the SimConnInd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TrafficInfluData) GetSimConnTerm

func (o *TrafficInfluData) GetSimConnTerm() int32

GetSimConnTerm returns the SimConnTerm field value if set, zero value otherwise.

func (*TrafficInfluData) GetSimConnTermOk

func (o *TrafficInfluData) GetSimConnTermOk() (*int32, bool)

GetSimConnTermOk returns a tuple with the SimConnTerm field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TrafficInfluData) GetSnssai

func (o *TrafficInfluData) GetSnssai() Snssai

GetSnssai returns the Snssai field value if set, zero value otherwise.

func (*TrafficInfluData) GetSnssaiOk

func (o *TrafficInfluData) GetSnssaiOk() (*Snssai, bool)

GetSnssaiOk returns a tuple with the Snssai field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TrafficInfluData) GetSubscribedEvents

func (o *TrafficInfluData) GetSubscribedEvents() []SubscribedEvent

GetSubscribedEvents returns the SubscribedEvents field value if set, zero value otherwise.

func (*TrafficInfluData) GetSubscribedEventsOk

func (o *TrafficInfluData) GetSubscribedEventsOk() ([]SubscribedEvent, bool)

GetSubscribedEventsOk returns a tuple with the SubscribedEvents field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TrafficInfluData) GetSupi

func (o *TrafficInfluData) GetSupi() string

GetSupi returns the Supi field value if set, zero value otherwise.

func (*TrafficInfluData) GetSupiOk

func (o *TrafficInfluData) GetSupiOk() (*string, bool)

GetSupiOk returns a tuple with the Supi field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TrafficInfluData) GetSupportedFeatures

func (o *TrafficInfluData) GetSupportedFeatures() string

GetSupportedFeatures returns the SupportedFeatures field value if set, zero value otherwise.

func (*TrafficInfluData) GetSupportedFeaturesOk

func (o *TrafficInfluData) 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 (*TrafficInfluData) GetTempValidities

func (o *TrafficInfluData) GetTempValidities() []TemporalValidity

GetTempValidities returns the TempValidities field value if set, zero value otherwise.

func (*TrafficInfluData) GetTempValiditiesOk

func (o *TrafficInfluData) GetTempValiditiesOk() ([]TemporalValidity, bool)

GetTempValiditiesOk returns a tuple with the TempValidities field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TrafficInfluData) GetTraffCorreInd

func (o *TrafficInfluData) GetTraffCorreInd() bool

GetTraffCorreInd returns the TraffCorreInd field value if set, zero value otherwise.

func (*TrafficInfluData) GetTraffCorreIndOk

func (o *TrafficInfluData) GetTraffCorreIndOk() (*bool, bool)

GetTraffCorreIndOk returns a tuple with the TraffCorreInd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TrafficInfluData) GetTrafficFilters

func (o *TrafficInfluData) GetTrafficFilters() []FlowInfo

GetTrafficFilters returns the TrafficFilters field value if set, zero value otherwise.

func (*TrafficInfluData) GetTrafficFiltersOk

func (o *TrafficInfluData) GetTrafficFiltersOk() ([]FlowInfo, bool)

GetTrafficFiltersOk returns a tuple with the TrafficFilters field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TrafficInfluData) GetTrafficRoutes

func (o *TrafficInfluData) GetTrafficRoutes() []RouteToLocation

GetTrafficRoutes returns the TrafficRoutes field value if set, zero value otherwise.

func (*TrafficInfluData) GetTrafficRoutesOk

func (o *TrafficInfluData) GetTrafficRoutesOk() ([]RouteToLocation, bool)

GetTrafficRoutesOk returns a tuple with the TrafficRoutes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TrafficInfluData) GetUpPathChgNotifCorreId

func (o *TrafficInfluData) GetUpPathChgNotifCorreId() string

GetUpPathChgNotifCorreId returns the UpPathChgNotifCorreId field value if set, zero value otherwise.

func (*TrafficInfluData) GetUpPathChgNotifCorreIdOk

func (o *TrafficInfluData) GetUpPathChgNotifCorreIdOk() (*string, bool)

GetUpPathChgNotifCorreIdOk returns a tuple with the UpPathChgNotifCorreId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TrafficInfluData) GetUpPathChgNotifUri

func (o *TrafficInfluData) GetUpPathChgNotifUri() string

GetUpPathChgNotifUri returns the UpPathChgNotifUri field value if set, zero value otherwise.

func (*TrafficInfluData) GetUpPathChgNotifUriOk

func (o *TrafficInfluData) GetUpPathChgNotifUriOk() (*string, bool)

GetUpPathChgNotifUriOk returns a tuple with the UpPathChgNotifUri field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TrafficInfluData) GetValidEndTime

func (o *TrafficInfluData) GetValidEndTime() time.Time

GetValidEndTime returns the ValidEndTime field value if set, zero value otherwise.

func (*TrafficInfluData) GetValidEndTimeOk

func (o *TrafficInfluData) GetValidEndTimeOk() (*time.Time, bool)

GetValidEndTimeOk returns a tuple with the ValidEndTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TrafficInfluData) GetValidStartTime

func (o *TrafficInfluData) GetValidStartTime() time.Time

GetValidStartTime returns the ValidStartTime field value if set, zero value otherwise.

func (*TrafficInfluData) GetValidStartTimeOk

func (o *TrafficInfluData) GetValidStartTimeOk() (*time.Time, bool)

GetValidStartTimeOk returns a tuple with the ValidStartTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TrafficInfluData) HasAddrPreserInd

func (o *TrafficInfluData) HasAddrPreserInd() bool

HasAddrPreserInd returns a boolean if a field has been set.

func (*TrafficInfluData) HasAfAckInd

func (o *TrafficInfluData) HasAfAckInd() bool

HasAfAckInd returns a boolean if a field has been set.

func (*TrafficInfluData) HasAfAppId

func (o *TrafficInfluData) HasAfAppId() bool

HasAfAppId returns a boolean if a field has been set.

func (*TrafficInfluData) HasAppReloInd

func (o *TrafficInfluData) HasAppReloInd() bool

HasAppReloInd returns a boolean if a field has been set.

func (*TrafficInfluData) HasDnaiChgType

func (o *TrafficInfluData) HasDnaiChgType() bool

HasDnaiChgType returns a boolean if a field has been set.

func (*TrafficInfluData) HasDnn

func (o *TrafficInfluData) HasDnn() bool

HasDnn returns a boolean if a field has been set.

func (*TrafficInfluData) HasEthTrafficFilters

func (o *TrafficInfluData) HasEthTrafficFilters() bool

HasEthTrafficFilters returns a boolean if a field has been set.

func (*TrafficInfluData) HasHeaders

func (o *TrafficInfluData) HasHeaders() bool

HasHeaders returns a boolean if a field has been set.

func (*TrafficInfluData) HasInterGroupId

func (o *TrafficInfluData) HasInterGroupId() bool

HasInterGroupId returns a boolean if a field has been set.

func (*TrafficInfluData) HasMaxAllowedUpLat

func (o *TrafficInfluData) HasMaxAllowedUpLat() bool

HasMaxAllowedUpLat returns a boolean if a field has been set.

func (*TrafficInfluData) HasNwAreaInfo

func (o *TrafficInfluData) HasNwAreaInfo() bool

HasNwAreaInfo returns a boolean if a field has been set.

func (*TrafficInfluData) HasResUri

func (o *TrafficInfluData) HasResUri() bool

HasResUri returns a boolean if a field has been set.

func (*TrafficInfluData) HasResetIds

func (o *TrafficInfluData) HasResetIds() bool

HasResetIds returns a boolean if a field has been set.

func (*TrafficInfluData) HasSimConnInd

func (o *TrafficInfluData) HasSimConnInd() bool

HasSimConnInd returns a boolean if a field has been set.

func (*TrafficInfluData) HasSimConnTerm

func (o *TrafficInfluData) HasSimConnTerm() bool

HasSimConnTerm returns a boolean if a field has been set.

func (*TrafficInfluData) HasSnssai

func (o *TrafficInfluData) HasSnssai() bool

HasSnssai returns a boolean if a field has been set.

func (*TrafficInfluData) HasSubscribedEvents

func (o *TrafficInfluData) HasSubscribedEvents() bool

HasSubscribedEvents returns a boolean if a field has been set.

func (*TrafficInfluData) HasSupi

func (o *TrafficInfluData) HasSupi() bool

HasSupi returns a boolean if a field has been set.

func (*TrafficInfluData) HasSupportedFeatures

func (o *TrafficInfluData) HasSupportedFeatures() bool

HasSupportedFeatures returns a boolean if a field has been set.

func (*TrafficInfluData) HasTempValidities

func (o *TrafficInfluData) HasTempValidities() bool

HasTempValidities returns a boolean if a field has been set.

func (*TrafficInfluData) HasTraffCorreInd

func (o *TrafficInfluData) HasTraffCorreInd() bool

HasTraffCorreInd returns a boolean if a field has been set.

func (*TrafficInfluData) HasTrafficFilters

func (o *TrafficInfluData) HasTrafficFilters() bool

HasTrafficFilters returns a boolean if a field has been set.

func (*TrafficInfluData) HasTrafficRoutes

func (o *TrafficInfluData) HasTrafficRoutes() bool

HasTrafficRoutes returns a boolean if a field has been set.

func (*TrafficInfluData) HasUpPathChgNotifCorreId

func (o *TrafficInfluData) HasUpPathChgNotifCorreId() bool

HasUpPathChgNotifCorreId returns a boolean if a field has been set.

func (*TrafficInfluData) HasUpPathChgNotifUri

func (o *TrafficInfluData) HasUpPathChgNotifUri() bool

HasUpPathChgNotifUri returns a boolean if a field has been set.

func (*TrafficInfluData) HasValidEndTime

func (o *TrafficInfluData) HasValidEndTime() bool

HasValidEndTime returns a boolean if a field has been set.

func (*TrafficInfluData) HasValidStartTime

func (o *TrafficInfluData) HasValidStartTime() bool

HasValidStartTime returns a boolean if a field has been set.

func (TrafficInfluData) MarshalJSON

func (o TrafficInfluData) MarshalJSON() ([]byte, error)

func (*TrafficInfluData) SetAddrPreserInd

func (o *TrafficInfluData) SetAddrPreserInd(v bool)

SetAddrPreserInd gets a reference to the given bool and assigns it to the AddrPreserInd field.

func (*TrafficInfluData) SetAfAckInd

func (o *TrafficInfluData) SetAfAckInd(v bool)

SetAfAckInd gets a reference to the given bool and assigns it to the AfAckInd field.

func (*TrafficInfluData) SetAfAppId

func (o *TrafficInfluData) SetAfAppId(v string)

SetAfAppId gets a reference to the given string and assigns it to the AfAppId field.

func (*TrafficInfluData) SetAppReloInd

func (o *TrafficInfluData) SetAppReloInd(v bool)

SetAppReloInd gets a reference to the given bool and assigns it to the AppReloInd field.

func (*TrafficInfluData) SetDnaiChgType

func (o *TrafficInfluData) SetDnaiChgType(v DnaiChangeType)

SetDnaiChgType gets a reference to the given DnaiChangeType and assigns it to the DnaiChgType field.

func (*TrafficInfluData) SetDnn

func (o *TrafficInfluData) SetDnn(v string)

SetDnn gets a reference to the given string and assigns it to the Dnn field.

func (*TrafficInfluData) SetEthTrafficFilters

func (o *TrafficInfluData) SetEthTrafficFilters(v []EthFlowDescription)

SetEthTrafficFilters gets a reference to the given []EthFlowDescription and assigns it to the EthTrafficFilters field.

func (*TrafficInfluData) SetHeaders

func (o *TrafficInfluData) SetHeaders(v []string)

SetHeaders gets a reference to the given []string and assigns it to the Headers field.

func (*TrafficInfluData) SetInterGroupId

func (o *TrafficInfluData) SetInterGroupId(v string)

SetInterGroupId gets a reference to the given string and assigns it to the InterGroupId field.

func (*TrafficInfluData) SetMaxAllowedUpLat

func (o *TrafficInfluData) SetMaxAllowedUpLat(v int32)

SetMaxAllowedUpLat gets a reference to the given int32 and assigns it to the MaxAllowedUpLat field.

func (*TrafficInfluData) SetNwAreaInfo

func (o *TrafficInfluData) SetNwAreaInfo(v NetworkAreaInfo)

SetNwAreaInfo gets a reference to the given NetworkAreaInfo and assigns it to the NwAreaInfo field.

func (*TrafficInfluData) SetResUri

func (o *TrafficInfluData) SetResUri(v string)

SetResUri gets a reference to the given string and assigns it to the ResUri field.

func (*TrafficInfluData) SetResetIds

func (o *TrafficInfluData) SetResetIds(v []string)

SetResetIds gets a reference to the given []string and assigns it to the ResetIds field.

func (*TrafficInfluData) SetSimConnInd

func (o *TrafficInfluData) SetSimConnInd(v bool)

SetSimConnInd gets a reference to the given bool and assigns it to the SimConnInd field.

func (*TrafficInfluData) SetSimConnTerm

func (o *TrafficInfluData) SetSimConnTerm(v int32)

SetSimConnTerm gets a reference to the given int32 and assigns it to the SimConnTerm field.

func (*TrafficInfluData) SetSnssai

func (o *TrafficInfluData) SetSnssai(v Snssai)

SetSnssai gets a reference to the given Snssai and assigns it to the Snssai field.

func (*TrafficInfluData) SetSubscribedEvents

func (o *TrafficInfluData) SetSubscribedEvents(v []SubscribedEvent)

SetSubscribedEvents gets a reference to the given []SubscribedEvent and assigns it to the SubscribedEvents field.

func (*TrafficInfluData) SetSupi

func (o *TrafficInfluData) SetSupi(v string)

SetSupi gets a reference to the given string and assigns it to the Supi field.

func (*TrafficInfluData) SetSupportedFeatures

func (o *TrafficInfluData) SetSupportedFeatures(v string)

SetSupportedFeatures gets a reference to the given string and assigns it to the SupportedFeatures field.

func (*TrafficInfluData) SetTempValidities

func (o *TrafficInfluData) SetTempValidities(v []TemporalValidity)

SetTempValidities gets a reference to the given []TemporalValidity and assigns it to the TempValidities field.

func (*TrafficInfluData) SetTraffCorreInd

func (o *TrafficInfluData) SetTraffCorreInd(v bool)

SetTraffCorreInd gets a reference to the given bool and assigns it to the TraffCorreInd field.

func (*TrafficInfluData) SetTrafficFilters

func (o *TrafficInfluData) SetTrafficFilters(v []FlowInfo)

SetTrafficFilters gets a reference to the given []FlowInfo and assigns it to the TrafficFilters field.

func (*TrafficInfluData) SetTrafficRoutes

func (o *TrafficInfluData) SetTrafficRoutes(v []RouteToLocation)

SetTrafficRoutes gets a reference to the given []RouteToLocation and assigns it to the TrafficRoutes field.

func (*TrafficInfluData) SetUpPathChgNotifCorreId

func (o *TrafficInfluData) SetUpPathChgNotifCorreId(v string)

SetUpPathChgNotifCorreId gets a reference to the given string and assigns it to the UpPathChgNotifCorreId field.

func (*TrafficInfluData) SetUpPathChgNotifUri

func (o *TrafficInfluData) SetUpPathChgNotifUri(v string)

SetUpPathChgNotifUri gets a reference to the given string and assigns it to the UpPathChgNotifUri field.

func (*TrafficInfluData) SetValidEndTime

func (o *TrafficInfluData) SetValidEndTime(v time.Time)

SetValidEndTime gets a reference to the given time.Time and assigns it to the ValidEndTime field.

func (*TrafficInfluData) SetValidStartTime

func (o *TrafficInfluData) SetValidStartTime(v time.Time)

SetValidStartTime gets a reference to the given time.Time and assigns it to the ValidStartTime field.

func (TrafficInfluData) ToMap

func (o TrafficInfluData) ToMap() (map[string]interface{}, error)

type TrafficInfluDataNotif

type TrafficInfluDataNotif struct {
	// String providing an URI formatted according to RFC 3986.
	ResUri           string            `json:"resUri"`
	TrafficInfluData *TrafficInfluData `json:"trafficInfluData,omitempty"`
}

TrafficInfluDataNotif Represents traffic influence data for notification.

func NewTrafficInfluDataNotif

func NewTrafficInfluDataNotif(resUri string) *TrafficInfluDataNotif

NewTrafficInfluDataNotif instantiates a new TrafficInfluDataNotif object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTrafficInfluDataNotifWithDefaults

func NewTrafficInfluDataNotifWithDefaults() *TrafficInfluDataNotif

NewTrafficInfluDataNotifWithDefaults instantiates a new TrafficInfluDataNotif object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TrafficInfluDataNotif) GetResUri

func (o *TrafficInfluDataNotif) GetResUri() string

GetResUri returns the ResUri field value

func (*TrafficInfluDataNotif) GetResUriOk

func (o *TrafficInfluDataNotif) GetResUriOk() (*string, bool)

GetResUriOk returns a tuple with the ResUri field value and a boolean to check if the value has been set.

func (*TrafficInfluDataNotif) GetTrafficInfluData

func (o *TrafficInfluDataNotif) GetTrafficInfluData() TrafficInfluData

GetTrafficInfluData returns the TrafficInfluData field value if set, zero value otherwise.

func (*TrafficInfluDataNotif) GetTrafficInfluDataOk

func (o *TrafficInfluDataNotif) GetTrafficInfluDataOk() (*TrafficInfluData, bool)

GetTrafficInfluDataOk returns a tuple with the TrafficInfluData field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TrafficInfluDataNotif) HasTrafficInfluData

func (o *TrafficInfluDataNotif) HasTrafficInfluData() bool

HasTrafficInfluData returns a boolean if a field has been set.

func (TrafficInfluDataNotif) MarshalJSON

func (o TrafficInfluDataNotif) MarshalJSON() ([]byte, error)

func (*TrafficInfluDataNotif) SetResUri

func (o *TrafficInfluDataNotif) SetResUri(v string)

SetResUri sets field value

func (*TrafficInfluDataNotif) SetTrafficInfluData

func (o *TrafficInfluDataNotif) SetTrafficInfluData(v TrafficInfluData)

SetTrafficInfluData gets a reference to the given TrafficInfluData and assigns it to the TrafficInfluData field.

func (TrafficInfluDataNotif) ToMap

func (o TrafficInfluDataNotif) ToMap() (map[string]interface{}, error)

type TrafficInfluDataPatch

type TrafficInfluDataPatch struct {
	// Contains the Notification Correlation Id allocated by the NEF for the UP path change notification.
	UpPathChgNotifCorreId *string `json:"upPathChgNotifCorreId,omitempty"`
	// Identifies whether an application can be relocated once a location of the application has been selected.
	AppReloInd *bool `json:"appReloInd,omitempty"`
	// Identifies Ethernet packet filters. Either \"trafficFilters\" or \"ethTrafficFilters\" shall be included if applicable.
	EthTrafficFilters []EthFlowDescription `json:"ethTrafficFilters,omitempty"`
	// Identifies IP packet filters. Either \"trafficFilters\" or \"ethTrafficFilters\" shall be included if applicable.
	TrafficFilters []FlowInfo `json:"trafficFilters,omitempty"`
	// Identifies the N6 traffic routing requirement.
	TrafficRoutes []RouteToLocation `json:"trafficRoutes,omitempty"`
	TraffCorreInd *bool             `json:"traffCorreInd,omitempty"`
	// string with format 'date-time' as defined in OpenAPI.
	ValidStartTime *time.Time `json:"validStartTime,omitempty"`
	// string with format 'date-time' as defined in OpenAPI.
	ValidEndTime *time.Time `json:"validEndTime,omitempty"`
	// Identifies the temporal validities for the N6 traffic routing requirement.
	TempValidities []TemporalValidity `json:"tempValidities,omitempty"`
	NwAreaInfo     *NetworkAreaInfo   `json:"nwAreaInfo,omitempty"`
	// String providing an URI formatted according to RFC 3986.
	UpPathChgNotifUri *string  `json:"upPathChgNotifUri,omitempty"`
	Headers           []string `json:"headers,omitempty"`
	AfAckInd          *bool    `json:"afAckInd,omitempty"`
	AddrPreserInd     *bool    `json:"addrPreserInd,omitempty"`
	// Unsigned Integer, i.e. only value 0 and integers above 0 are permissible with the OpenAPI 'nullable: true' property.
	MaxAllowedUpLat NullableInt32 `json:"maxAllowedUpLat,omitempty"`
	// Indicates whether simultaneous connectivity should be temporarily maintained for the source and target PSA.
	SimConnInd *bool `json:"simConnInd,omitempty"`
	// indicating a time in seconds with OpenAPI defined 'nullable: true' property.
	SimConnTerm NullableInt32 `json:"simConnTerm,omitempty"`
}

TrafficInfluDataPatch Represents the Traffic Influence Data to be updated in the UDR.

func NewTrafficInfluDataPatch

func NewTrafficInfluDataPatch() *TrafficInfluDataPatch

NewTrafficInfluDataPatch instantiates a new TrafficInfluDataPatch object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTrafficInfluDataPatchWithDefaults

func NewTrafficInfluDataPatchWithDefaults() *TrafficInfluDataPatch

NewTrafficInfluDataPatchWithDefaults instantiates a new TrafficInfluDataPatch object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TrafficInfluDataPatch) GetAddrPreserInd

func (o *TrafficInfluDataPatch) GetAddrPreserInd() bool

GetAddrPreserInd returns the AddrPreserInd field value if set, zero value otherwise.

func (*TrafficInfluDataPatch) GetAddrPreserIndOk

func (o *TrafficInfluDataPatch) GetAddrPreserIndOk() (*bool, bool)

GetAddrPreserIndOk returns a tuple with the AddrPreserInd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TrafficInfluDataPatch) GetAfAckInd

func (o *TrafficInfluDataPatch) GetAfAckInd() bool

GetAfAckInd returns the AfAckInd field value if set, zero value otherwise.

func (*TrafficInfluDataPatch) GetAfAckIndOk

func (o *TrafficInfluDataPatch) GetAfAckIndOk() (*bool, bool)

GetAfAckIndOk returns a tuple with the AfAckInd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TrafficInfluDataPatch) GetAppReloInd

func (o *TrafficInfluDataPatch) GetAppReloInd() bool

GetAppReloInd returns the AppReloInd field value if set, zero value otherwise.

func (*TrafficInfluDataPatch) GetAppReloIndOk

func (o *TrafficInfluDataPatch) GetAppReloIndOk() (*bool, bool)

GetAppReloIndOk returns a tuple with the AppReloInd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TrafficInfluDataPatch) GetEthTrafficFilters

func (o *TrafficInfluDataPatch) GetEthTrafficFilters() []EthFlowDescription

GetEthTrafficFilters returns the EthTrafficFilters field value if set, zero value otherwise.

func (*TrafficInfluDataPatch) GetEthTrafficFiltersOk

func (o *TrafficInfluDataPatch) GetEthTrafficFiltersOk() ([]EthFlowDescription, bool)

GetEthTrafficFiltersOk returns a tuple with the EthTrafficFilters field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TrafficInfluDataPatch) GetHeaders

func (o *TrafficInfluDataPatch) GetHeaders() []string

GetHeaders returns the Headers field value if set, zero value otherwise.

func (*TrafficInfluDataPatch) GetHeadersOk

func (o *TrafficInfluDataPatch) GetHeadersOk() ([]string, bool)

GetHeadersOk returns a tuple with the Headers field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TrafficInfluDataPatch) GetMaxAllowedUpLat

func (o *TrafficInfluDataPatch) GetMaxAllowedUpLat() int32

GetMaxAllowedUpLat returns the MaxAllowedUpLat field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TrafficInfluDataPatch) GetMaxAllowedUpLatOk

func (o *TrafficInfluDataPatch) GetMaxAllowedUpLatOk() (*int32, bool)

GetMaxAllowedUpLatOk returns a tuple with the MaxAllowedUpLat 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 (*TrafficInfluDataPatch) GetNwAreaInfo

func (o *TrafficInfluDataPatch) GetNwAreaInfo() NetworkAreaInfo

GetNwAreaInfo returns the NwAreaInfo field value if set, zero value otherwise.

func (*TrafficInfluDataPatch) GetNwAreaInfoOk

func (o *TrafficInfluDataPatch) 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 (*TrafficInfluDataPatch) GetSimConnInd

func (o *TrafficInfluDataPatch) GetSimConnInd() bool

GetSimConnInd returns the SimConnInd field value if set, zero value otherwise.

func (*TrafficInfluDataPatch) GetSimConnIndOk

func (o *TrafficInfluDataPatch) GetSimConnIndOk() (*bool, bool)

GetSimConnIndOk returns a tuple with the SimConnInd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TrafficInfluDataPatch) GetSimConnTerm

func (o *TrafficInfluDataPatch) GetSimConnTerm() int32

GetSimConnTerm returns the SimConnTerm field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TrafficInfluDataPatch) GetSimConnTermOk

func (o *TrafficInfluDataPatch) GetSimConnTermOk() (*int32, bool)

GetSimConnTermOk returns a tuple with the SimConnTerm 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 (*TrafficInfluDataPatch) GetTempValidities

func (o *TrafficInfluDataPatch) GetTempValidities() []TemporalValidity

GetTempValidities returns the TempValidities field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TrafficInfluDataPatch) GetTempValiditiesOk

func (o *TrafficInfluDataPatch) GetTempValiditiesOk() ([]TemporalValidity, bool)

GetTempValiditiesOk returns a tuple with the TempValidities 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 (*TrafficInfluDataPatch) GetTraffCorreInd

func (o *TrafficInfluDataPatch) GetTraffCorreInd() bool

GetTraffCorreInd returns the TraffCorreInd field value if set, zero value otherwise.

func (*TrafficInfluDataPatch) GetTraffCorreIndOk

func (o *TrafficInfluDataPatch) GetTraffCorreIndOk() (*bool, bool)

GetTraffCorreIndOk returns a tuple with the TraffCorreInd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TrafficInfluDataPatch) GetTrafficFilters

func (o *TrafficInfluDataPatch) GetTrafficFilters() []FlowInfo

GetTrafficFilters returns the TrafficFilters field value if set, zero value otherwise.

func (*TrafficInfluDataPatch) GetTrafficFiltersOk

func (o *TrafficInfluDataPatch) GetTrafficFiltersOk() ([]FlowInfo, bool)

GetTrafficFiltersOk returns a tuple with the TrafficFilters field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TrafficInfluDataPatch) GetTrafficRoutes

func (o *TrafficInfluDataPatch) GetTrafficRoutes() []RouteToLocation

GetTrafficRoutes returns the TrafficRoutes field value if set, zero value otherwise.

func (*TrafficInfluDataPatch) GetTrafficRoutesOk

func (o *TrafficInfluDataPatch) GetTrafficRoutesOk() ([]RouteToLocation, bool)

GetTrafficRoutesOk returns a tuple with the TrafficRoutes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TrafficInfluDataPatch) GetUpPathChgNotifCorreId

func (o *TrafficInfluDataPatch) GetUpPathChgNotifCorreId() string

GetUpPathChgNotifCorreId returns the UpPathChgNotifCorreId field value if set, zero value otherwise.

func (*TrafficInfluDataPatch) GetUpPathChgNotifCorreIdOk

func (o *TrafficInfluDataPatch) GetUpPathChgNotifCorreIdOk() (*string, bool)

GetUpPathChgNotifCorreIdOk returns a tuple with the UpPathChgNotifCorreId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TrafficInfluDataPatch) GetUpPathChgNotifUri

func (o *TrafficInfluDataPatch) GetUpPathChgNotifUri() string

GetUpPathChgNotifUri returns the UpPathChgNotifUri field value if set, zero value otherwise.

func (*TrafficInfluDataPatch) GetUpPathChgNotifUriOk

func (o *TrafficInfluDataPatch) GetUpPathChgNotifUriOk() (*string, bool)

GetUpPathChgNotifUriOk returns a tuple with the UpPathChgNotifUri field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TrafficInfluDataPatch) GetValidEndTime

func (o *TrafficInfluDataPatch) GetValidEndTime() time.Time

GetValidEndTime returns the ValidEndTime field value if set, zero value otherwise.

func (*TrafficInfluDataPatch) GetValidEndTimeOk

func (o *TrafficInfluDataPatch) GetValidEndTimeOk() (*time.Time, bool)

GetValidEndTimeOk returns a tuple with the ValidEndTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TrafficInfluDataPatch) GetValidStartTime

func (o *TrafficInfluDataPatch) GetValidStartTime() time.Time

GetValidStartTime returns the ValidStartTime field value if set, zero value otherwise.

func (*TrafficInfluDataPatch) GetValidStartTimeOk

func (o *TrafficInfluDataPatch) GetValidStartTimeOk() (*time.Time, bool)

GetValidStartTimeOk returns a tuple with the ValidStartTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TrafficInfluDataPatch) HasAddrPreserInd

func (o *TrafficInfluDataPatch) HasAddrPreserInd() bool

HasAddrPreserInd returns a boolean if a field has been set.

func (*TrafficInfluDataPatch) HasAfAckInd

func (o *TrafficInfluDataPatch) HasAfAckInd() bool

HasAfAckInd returns a boolean if a field has been set.

func (*TrafficInfluDataPatch) HasAppReloInd

func (o *TrafficInfluDataPatch) HasAppReloInd() bool

HasAppReloInd returns a boolean if a field has been set.

func (*TrafficInfluDataPatch) HasEthTrafficFilters

func (o *TrafficInfluDataPatch) HasEthTrafficFilters() bool

HasEthTrafficFilters returns a boolean if a field has been set.

func (*TrafficInfluDataPatch) HasHeaders

func (o *TrafficInfluDataPatch) HasHeaders() bool

HasHeaders returns a boolean if a field has been set.

func (*TrafficInfluDataPatch) HasMaxAllowedUpLat

func (o *TrafficInfluDataPatch) HasMaxAllowedUpLat() bool

HasMaxAllowedUpLat returns a boolean if a field has been set.

func (*TrafficInfluDataPatch) HasNwAreaInfo

func (o *TrafficInfluDataPatch) HasNwAreaInfo() bool

HasNwAreaInfo returns a boolean if a field has been set.

func (*TrafficInfluDataPatch) HasSimConnInd

func (o *TrafficInfluDataPatch) HasSimConnInd() bool

HasSimConnInd returns a boolean if a field has been set.

func (*TrafficInfluDataPatch) HasSimConnTerm

func (o *TrafficInfluDataPatch) HasSimConnTerm() bool

HasSimConnTerm returns a boolean if a field has been set.

func (*TrafficInfluDataPatch) HasTempValidities

func (o *TrafficInfluDataPatch) HasTempValidities() bool

HasTempValidities returns a boolean if a field has been set.

func (*TrafficInfluDataPatch) HasTraffCorreInd

func (o *TrafficInfluDataPatch) HasTraffCorreInd() bool

HasTraffCorreInd returns a boolean if a field has been set.

func (*TrafficInfluDataPatch) HasTrafficFilters

func (o *TrafficInfluDataPatch) HasTrafficFilters() bool

HasTrafficFilters returns a boolean if a field has been set.

func (*TrafficInfluDataPatch) HasTrafficRoutes

func (o *TrafficInfluDataPatch) HasTrafficRoutes() bool

HasTrafficRoutes returns a boolean if a field has been set.

func (*TrafficInfluDataPatch) HasUpPathChgNotifCorreId

func (o *TrafficInfluDataPatch) HasUpPathChgNotifCorreId() bool

HasUpPathChgNotifCorreId returns a boolean if a field has been set.

func (*TrafficInfluDataPatch) HasUpPathChgNotifUri

func (o *TrafficInfluDataPatch) HasUpPathChgNotifUri() bool

HasUpPathChgNotifUri returns a boolean if a field has been set.

func (*TrafficInfluDataPatch) HasValidEndTime

func (o *TrafficInfluDataPatch) HasValidEndTime() bool

HasValidEndTime returns a boolean if a field has been set.

func (*TrafficInfluDataPatch) HasValidStartTime

func (o *TrafficInfluDataPatch) HasValidStartTime() bool

HasValidStartTime returns a boolean if a field has been set.

func (TrafficInfluDataPatch) MarshalJSON

func (o TrafficInfluDataPatch) MarshalJSON() ([]byte, error)

func (*TrafficInfluDataPatch) SetAddrPreserInd

func (o *TrafficInfluDataPatch) SetAddrPreserInd(v bool)

SetAddrPreserInd gets a reference to the given bool and assigns it to the AddrPreserInd field.

func (*TrafficInfluDataPatch) SetAfAckInd

func (o *TrafficInfluDataPatch) SetAfAckInd(v bool)

SetAfAckInd gets a reference to the given bool and assigns it to the AfAckInd field.

func (*TrafficInfluDataPatch) SetAppReloInd

func (o *TrafficInfluDataPatch) SetAppReloInd(v bool)

SetAppReloInd gets a reference to the given bool and assigns it to the AppReloInd field.

func (*TrafficInfluDataPatch) SetEthTrafficFilters

func (o *TrafficInfluDataPatch) SetEthTrafficFilters(v []EthFlowDescription)

SetEthTrafficFilters gets a reference to the given []EthFlowDescription and assigns it to the EthTrafficFilters field.

func (*TrafficInfluDataPatch) SetHeaders

func (o *TrafficInfluDataPatch) SetHeaders(v []string)

SetHeaders gets a reference to the given []string and assigns it to the Headers field.

func (*TrafficInfluDataPatch) SetMaxAllowedUpLat

func (o *TrafficInfluDataPatch) SetMaxAllowedUpLat(v int32)

SetMaxAllowedUpLat gets a reference to the given NullableInt32 and assigns it to the MaxAllowedUpLat field.

func (*TrafficInfluDataPatch) SetMaxAllowedUpLatNil

func (o *TrafficInfluDataPatch) SetMaxAllowedUpLatNil()

SetMaxAllowedUpLatNil sets the value for MaxAllowedUpLat to be an explicit nil

func (*TrafficInfluDataPatch) SetNwAreaInfo

func (o *TrafficInfluDataPatch) SetNwAreaInfo(v NetworkAreaInfo)

SetNwAreaInfo gets a reference to the given NetworkAreaInfo and assigns it to the NwAreaInfo field.

func (*TrafficInfluDataPatch) SetSimConnInd

func (o *TrafficInfluDataPatch) SetSimConnInd(v bool)

SetSimConnInd gets a reference to the given bool and assigns it to the SimConnInd field.

func (*TrafficInfluDataPatch) SetSimConnTerm

func (o *TrafficInfluDataPatch) SetSimConnTerm(v int32)

SetSimConnTerm gets a reference to the given NullableInt32 and assigns it to the SimConnTerm field.

func (*TrafficInfluDataPatch) SetSimConnTermNil

func (o *TrafficInfluDataPatch) SetSimConnTermNil()

SetSimConnTermNil sets the value for SimConnTerm to be an explicit nil

func (*TrafficInfluDataPatch) SetTempValidities

func (o *TrafficInfluDataPatch) SetTempValidities(v []TemporalValidity)

SetTempValidities gets a reference to the given []TemporalValidity and assigns it to the TempValidities field.

func (*TrafficInfluDataPatch) SetTraffCorreInd

func (o *TrafficInfluDataPatch) SetTraffCorreInd(v bool)

SetTraffCorreInd gets a reference to the given bool and assigns it to the TraffCorreInd field.

func (*TrafficInfluDataPatch) SetTrafficFilters

func (o *TrafficInfluDataPatch) SetTrafficFilters(v []FlowInfo)

SetTrafficFilters gets a reference to the given []FlowInfo and assigns it to the TrafficFilters field.

func (*TrafficInfluDataPatch) SetTrafficRoutes

func (o *TrafficInfluDataPatch) SetTrafficRoutes(v []RouteToLocation)

SetTrafficRoutes gets a reference to the given []RouteToLocation and assigns it to the TrafficRoutes field.

func (*TrafficInfluDataPatch) SetUpPathChgNotifCorreId

func (o *TrafficInfluDataPatch) SetUpPathChgNotifCorreId(v string)

SetUpPathChgNotifCorreId gets a reference to the given string and assigns it to the UpPathChgNotifCorreId field.

func (*TrafficInfluDataPatch) SetUpPathChgNotifUri

func (o *TrafficInfluDataPatch) SetUpPathChgNotifUri(v string)

SetUpPathChgNotifUri gets a reference to the given string and assigns it to the UpPathChgNotifUri field.

func (*TrafficInfluDataPatch) SetValidEndTime

func (o *TrafficInfluDataPatch) SetValidEndTime(v time.Time)

SetValidEndTime gets a reference to the given time.Time and assigns it to the ValidEndTime field.

func (*TrafficInfluDataPatch) SetValidStartTime

func (o *TrafficInfluDataPatch) SetValidStartTime(v time.Time)

SetValidStartTime gets a reference to the given time.Time and assigns it to the ValidStartTime field.

func (TrafficInfluDataPatch) ToMap

func (o TrafficInfluDataPatch) ToMap() (map[string]interface{}, error)

func (*TrafficInfluDataPatch) UnsetMaxAllowedUpLat

func (o *TrafficInfluDataPatch) UnsetMaxAllowedUpLat()

UnsetMaxAllowedUpLat ensures that no value is present for MaxAllowedUpLat, not even an explicit nil

func (*TrafficInfluDataPatch) UnsetSimConnTerm

func (o *TrafficInfluDataPatch) UnsetSimConnTerm()

UnsetSimConnTerm ensures that no value is present for SimConnTerm, not even an explicit nil

type TrafficInfluSub

type TrafficInfluSub struct {
	Interface *interface{}
}

TrafficInfluSub - Represents traffic influence subscription data.

func InterfaceAsTrafficInfluSub

func InterfaceAsTrafficInfluSub(v *interface{}) TrafficInfluSub

interface{}AsTrafficInfluSub is a convenience function that returns interface{} wrapped in TrafficInfluSub

func (*TrafficInfluSub) GetActualInstance

func (obj *TrafficInfluSub) GetActualInstance() interface{}

Get the actual instance

func (TrafficInfluSub) MarshalJSON

func (src TrafficInfluSub) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*TrafficInfluSub) UnmarshalJSON

func (dst *TrafficInfluSub) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

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)

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)

type UrspRuleRequest

type UrspRuleRequest struct {
	TrafficDesc *TrafficDescriptorComponents `json:"trafficDesc,omitempty"`
	// Unsigned Integer, i.e. only value 0 and integers above 0 are permissible.
	RelatPrecedence *int32 `json:"relatPrecedence,omitempty"`
	// Sets of parameters that may be used to guide the Route Selection Descriptors of the  URSP.
	RouteSelParamSets []RouteSelectionParameterSet `json:"routeSelParamSets,omitempty"`
}

UrspRuleRequest Contains parameters that can be used to guide the URSP.

func NewUrspRuleRequest

func NewUrspRuleRequest() *UrspRuleRequest

NewUrspRuleRequest instantiates a new UrspRuleRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUrspRuleRequestWithDefaults

func NewUrspRuleRequestWithDefaults() *UrspRuleRequest

NewUrspRuleRequestWithDefaults instantiates a new UrspRuleRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UrspRuleRequest) GetRelatPrecedence

func (o *UrspRuleRequest) GetRelatPrecedence() int32

GetRelatPrecedence returns the RelatPrecedence field value if set, zero value otherwise.

func (*UrspRuleRequest) GetRelatPrecedenceOk

func (o *UrspRuleRequest) GetRelatPrecedenceOk() (*int32, bool)

GetRelatPrecedenceOk returns a tuple with the RelatPrecedence field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UrspRuleRequest) GetRouteSelParamSets

func (o *UrspRuleRequest) GetRouteSelParamSets() []RouteSelectionParameterSet

GetRouteSelParamSets returns the RouteSelParamSets field value if set, zero value otherwise.

func (*UrspRuleRequest) GetRouteSelParamSetsOk

func (o *UrspRuleRequest) GetRouteSelParamSetsOk() ([]RouteSelectionParameterSet, bool)

GetRouteSelParamSetsOk returns a tuple with the RouteSelParamSets field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UrspRuleRequest) GetTrafficDesc

func (o *UrspRuleRequest) GetTrafficDesc() TrafficDescriptorComponents

GetTrafficDesc returns the TrafficDesc field value if set, zero value otherwise.

func (*UrspRuleRequest) GetTrafficDescOk

func (o *UrspRuleRequest) GetTrafficDescOk() (*TrafficDescriptorComponents, bool)

GetTrafficDescOk returns a tuple with the TrafficDesc field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UrspRuleRequest) HasRelatPrecedence

func (o *UrspRuleRequest) HasRelatPrecedence() bool

HasRelatPrecedence returns a boolean if a field has been set.

func (*UrspRuleRequest) HasRouteSelParamSets

func (o *UrspRuleRequest) HasRouteSelParamSets() bool

HasRouteSelParamSets returns a boolean if a field has been set.

func (*UrspRuleRequest) HasTrafficDesc

func (o *UrspRuleRequest) HasTrafficDesc() bool

HasTrafficDesc returns a boolean if a field has been set.

func (UrspRuleRequest) MarshalJSON

func (o UrspRuleRequest) MarshalJSON() ([]byte, error)

func (*UrspRuleRequest) SetRelatPrecedence

func (o *UrspRuleRequest) SetRelatPrecedence(v int32)

SetRelatPrecedence gets a reference to the given int32 and assigns it to the RelatPrecedence field.

func (*UrspRuleRequest) SetRouteSelParamSets

func (o *UrspRuleRequest) SetRouteSelParamSets(v []RouteSelectionParameterSet)

SetRouteSelParamSets gets a reference to the given []RouteSelectionParameterSet and assigns it to the RouteSelParamSets field.

func (*UrspRuleRequest) SetTrafficDesc

func (o *UrspRuleRequest) SetTrafficDesc(v TrafficDescriptorComponents)

SetTrafficDesc gets a reference to the given TrafficDescriptorComponents and assigns it to the TrafficDesc field.

func (UrspRuleRequest) ToMap

func (o UrspRuleRequest) 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