Versions in this module Expand all Collapse all v1 v1.18.2 Apr 9, 2023 Changes in this version + func IsNil(i interface{}) bool v1.18.1 Apr 8, 2023 Changes in this version + var AllowedBatteryIndicationAnyOfEnumValues = []BatteryIndicationAnyOf + var AllowedCommunicationIndicatorAnyOfEnumValues = []CommunicationIndicatorAnyOf + var AllowedCpFailureCodeAnyOfEnumValues = []CpFailureCodeAnyOf + var AllowedScheduledCommunicationTypeAnyOfEnumValues = []ScheduledCommunicationTypeAnyOf + var AllowedStationaryIndicationAnyOfEnumValues = []StationaryIndicationAnyOf + var AllowedSupportedGADShapesAnyOfEnumValues = []SupportedGADShapesAnyOf + var AllowedTrafficProfileAnyOfEnumValues = []TrafficProfileAnyOf + var ContextOAuth2 = contextKey("token") + var ContextOperationServerIndices = contextKey("serverOperationIndices") + var ContextOperationServerVariables = contextKey("serverOperationVariables") + var ContextServerIndex = contextKey("serverIndex") + var ContextServerVariables = contextKey("serverVariables") + func CacheExpires(r *http.Response) time.Time + func PtrBool(v bool) *bool + func PtrFloat32(v float32) *float32 + func PtrFloat64(v float64) *float64 + func PtrInt(v int) *int + func PtrInt32(v int32) *int32 + func PtrInt64(v int64) *int64 + func PtrString(v string) *string + func PtrTime(v time.Time) *time.Time + type APIClient struct + CPProvisioningSubscriptionsApi *CPProvisioningSubscriptionsApiService + IndividualCPProvisioningSubscriptionApi *IndividualCPProvisioningSubscriptionApiService + IndividualCPSetProvisioningApi *IndividualCPSetProvisioningApiService + func NewAPIClient(cfg *Configuration) *APIClient + func (c *APIClient) GetConfig() *Configuration + type APIKey struct + Key string + Prefix string + type APIResponse struct + Message string + Method string + Operation string + Payload []byte + RequestURL string + func NewAPIResponse(r *http.Response) *APIResponse + func NewAPIResponseWithError(errorMessage string) *APIResponse + type ApiCreateCPProvisioningSubscriptionRequest struct + ApiService *CPProvisioningSubscriptionsApiService + func (r ApiCreateCPProvisioningSubscriptionRequest) CpInfo(cpInfo CpInfo) ApiCreateCPProvisioningSubscriptionRequest + func (r ApiCreateCPProvisioningSubscriptionRequest) Execute() (*CpInfo, *http.Response, error) + type ApiDeleteIndCPProvisioningSubscriptionRequest struct + ApiService *IndividualCPProvisioningSubscriptionApiService + func (r ApiDeleteIndCPProvisioningSubscriptionRequest) Execute() (*http.Response, error) + type ApiDeleteIndCPSetProvisioningRequest struct + ApiService *IndividualCPSetProvisioningApiService + func (r ApiDeleteIndCPSetProvisioningRequest) Execute() (*http.Response, error) + type ApiFetchAllCPProvisioningSubscriptionsRequest struct + ApiService *CPProvisioningSubscriptionsApiService + func (r ApiFetchAllCPProvisioningSubscriptionsRequest) Execute() ([]CpInfo, *http.Response, error) + type ApiFetchIndCPProvisioningSubscriptionRequest struct + ApiService *IndividualCPProvisioningSubscriptionApiService + func (r ApiFetchIndCPProvisioningSubscriptionRequest) Execute() (*CpInfo, *http.Response, error) + type ApiFetchIndCPSetProvisioningRequest struct + ApiService *IndividualCPSetProvisioningApiService + func (r ApiFetchIndCPSetProvisioningRequest) Execute() (*CpParameterSet, *http.Response, error) + type ApiUpdateIndCPProvisioningSubscriptionRequest struct + ApiService *IndividualCPProvisioningSubscriptionApiService + func (r ApiUpdateIndCPProvisioningSubscriptionRequest) CpInfo(cpInfo CpInfo) ApiUpdateIndCPProvisioningSubscriptionRequest + func (r ApiUpdateIndCPProvisioningSubscriptionRequest) Execute() (*CpInfo, *http.Response, error) + type ApiUpdateIndCPSetProvisioningRequest struct + ApiService *IndividualCPSetProvisioningApiService + func (r ApiUpdateIndCPSetProvisioningRequest) CpParameterSet(cpParameterSet CpParameterSet) ApiUpdateIndCPSetProvisioningRequest + func (r ApiUpdateIndCPSetProvisioningRequest) Execute() (*CpParameterSet, *http.Response, error) + type BasicAuth struct + Password string + UserName string + type BatteryIndication struct + BatteryIndicationAnyOf *BatteryIndicationAnyOf + String *string + func (dst *BatteryIndication) UnmarshalJSON(data []byte) error + func (src *BatteryIndication) MarshalJSON() ([]byte, error) + type BatteryIndicationAnyOf string + const BATTERY_NO_RECHARGE + const BATTERY_NO_REPLACE + const BATTERY_RECHARGE + const BATTERY_REPLACE + const NO_BATTERY + func NewBatteryIndicationAnyOfFromValue(v string) (*BatteryIndicationAnyOf, error) + func (v *BatteryIndicationAnyOf) UnmarshalJSON(src []byte) error + func (v BatteryIndicationAnyOf) IsValid() bool + func (v BatteryIndicationAnyOf) Ptr() *BatteryIndicationAnyOf + type CPProvisioningSubscriptionsApiService service + func (a *CPProvisioningSubscriptionsApiService) CreateCPProvisioningSubscription(ctx context.Context, scsAsId string) ApiCreateCPProvisioningSubscriptionRequest + func (a *CPProvisioningSubscriptionsApiService) CreateCPProvisioningSubscriptionExecute(r ApiCreateCPProvisioningSubscriptionRequest) (*CpInfo, *http.Response, error) + func (a *CPProvisioningSubscriptionsApiService) FetchAllCPProvisioningSubscriptions(ctx context.Context, scsAsId string) ApiFetchAllCPProvisioningSubscriptionsRequest + func (a *CPProvisioningSubscriptionsApiService) FetchAllCPProvisioningSubscriptionsExecute(r ApiFetchAllCPProvisioningSubscriptionsRequest) ([]CpInfo, *http.Response, error) + type CivicAddress struct + A1 *string + A2 *string + A3 *string + A4 *string + A5 *string + A6 *string + ADDCODE *string + BLD *string + Country *string + FLR *string + HNO *string + HNS *string + LMK *string + LOC *string + Method *string + NAM *string + PC *string + PCN *string + PLC *string + POBOX *string + POD *string + POM *string + PRD *string + PRM *string + ProvidedBy *string + RD *string + RDBR *string + RDSEC *string + RDSUBBR *string + ROOM *string + SEAT *string + STS *string + UNIT *string + UsageRules *string + func NewCivicAddress() *CivicAddress + func NewCivicAddressWithDefaults() *CivicAddress + func (o *CivicAddress) GetA1() string + func (o *CivicAddress) GetA1Ok() (*string, bool) + func (o *CivicAddress) GetA2() string + func (o *CivicAddress) GetA2Ok() (*string, bool) + func (o *CivicAddress) GetA3() string + func (o *CivicAddress) GetA3Ok() (*string, bool) + func (o *CivicAddress) GetA4() string + func (o *CivicAddress) GetA4Ok() (*string, bool) + func (o *CivicAddress) GetA5() string + func (o *CivicAddress) GetA5Ok() (*string, bool) + func (o *CivicAddress) GetA6() string + func (o *CivicAddress) GetA6Ok() (*string, bool) + func (o *CivicAddress) GetADDCODE() string + func (o *CivicAddress) GetADDCODEOk() (*string, bool) + func (o *CivicAddress) GetBLD() string + func (o *CivicAddress) GetBLDOk() (*string, bool) + func (o *CivicAddress) GetCountry() string + func (o *CivicAddress) GetCountryOk() (*string, bool) + func (o *CivicAddress) GetFLR() string + func (o *CivicAddress) GetFLROk() (*string, bool) + func (o *CivicAddress) GetHNO() string + func (o *CivicAddress) GetHNOOk() (*string, bool) + func (o *CivicAddress) GetHNS() string + func (o *CivicAddress) GetHNSOk() (*string, bool) + func (o *CivicAddress) GetLMK() string + func (o *CivicAddress) GetLMKOk() (*string, bool) + func (o *CivicAddress) GetLOC() string + func (o *CivicAddress) GetLOCOk() (*string, bool) + func (o *CivicAddress) GetMethod() string + func (o *CivicAddress) GetMethodOk() (*string, bool) + func (o *CivicAddress) GetNAM() string + func (o *CivicAddress) GetNAMOk() (*string, bool) + func (o *CivicAddress) GetPC() string + func (o *CivicAddress) GetPCN() string + func (o *CivicAddress) GetPCNOk() (*string, bool) + func (o *CivicAddress) GetPCOk() (*string, bool) + func (o *CivicAddress) GetPLC() string + func (o *CivicAddress) GetPLCOk() (*string, bool) + func (o *CivicAddress) GetPOBOX() string + func (o *CivicAddress) GetPOBOXOk() (*string, bool) + func (o *CivicAddress) GetPOD() string + func (o *CivicAddress) GetPODOk() (*string, bool) + func (o *CivicAddress) GetPOM() string + func (o *CivicAddress) GetPOMOk() (*string, bool) + func (o *CivicAddress) GetPRD() string + func (o *CivicAddress) GetPRDOk() (*string, bool) + func (o *CivicAddress) GetPRM() string + func (o *CivicAddress) GetPRMOk() (*string, bool) + func (o *CivicAddress) GetProvidedBy() string + func (o *CivicAddress) GetProvidedByOk() (*string, bool) + func (o *CivicAddress) GetRD() string + func (o *CivicAddress) GetRDBR() string + func (o *CivicAddress) GetRDBROk() (*string, bool) + func (o *CivicAddress) GetRDOk() (*string, bool) + func (o *CivicAddress) GetRDSEC() string + func (o *CivicAddress) GetRDSECOk() (*string, bool) + func (o *CivicAddress) GetRDSUBBR() string + func (o *CivicAddress) GetRDSUBBROk() (*string, bool) + func (o *CivicAddress) GetROOM() string + func (o *CivicAddress) GetROOMOk() (*string, bool) + func (o *CivicAddress) GetSEAT() string + func (o *CivicAddress) GetSEATOk() (*string, bool) + func (o *CivicAddress) GetSTS() string + func (o *CivicAddress) GetSTSOk() (*string, bool) + func (o *CivicAddress) GetUNIT() string + func (o *CivicAddress) GetUNITOk() (*string, bool) + func (o *CivicAddress) GetUsageRules() string + func (o *CivicAddress) GetUsageRulesOk() (*string, bool) + func (o *CivicAddress) HasA1() bool + func (o *CivicAddress) HasA2() bool + func (o *CivicAddress) HasA3() bool + func (o *CivicAddress) HasA4() bool + func (o *CivicAddress) HasA5() bool + func (o *CivicAddress) HasA6() bool + func (o *CivicAddress) HasADDCODE() bool + func (o *CivicAddress) HasBLD() bool + func (o *CivicAddress) HasCountry() bool + func (o *CivicAddress) HasFLR() bool + func (o *CivicAddress) HasHNO() bool + func (o *CivicAddress) HasHNS() bool + func (o *CivicAddress) HasLMK() bool + func (o *CivicAddress) HasLOC() bool + func (o *CivicAddress) HasMethod() bool + func (o *CivicAddress) HasNAM() bool + func (o *CivicAddress) HasPC() bool + func (o *CivicAddress) HasPCN() bool + func (o *CivicAddress) HasPLC() bool + func (o *CivicAddress) HasPOBOX() bool + func (o *CivicAddress) HasPOD() bool + func (o *CivicAddress) HasPOM() bool + func (o *CivicAddress) HasPRD() bool + func (o *CivicAddress) HasPRM() bool + func (o *CivicAddress) HasProvidedBy() bool + func (o *CivicAddress) HasRD() bool + func (o *CivicAddress) HasRDBR() bool + func (o *CivicAddress) HasRDSEC() bool + func (o *CivicAddress) HasRDSUBBR() bool + func (o *CivicAddress) HasROOM() bool + func (o *CivicAddress) HasSEAT() bool + func (o *CivicAddress) HasSTS() bool + func (o *CivicAddress) HasUNIT() bool + func (o *CivicAddress) HasUsageRules() bool + func (o *CivicAddress) SetA1(v string) + func (o *CivicAddress) SetA2(v string) + func (o *CivicAddress) SetA3(v string) + func (o *CivicAddress) SetA4(v string) + func (o *CivicAddress) SetA5(v string) + func (o *CivicAddress) SetA6(v string) + func (o *CivicAddress) SetADDCODE(v string) + func (o *CivicAddress) SetBLD(v string) + func (o *CivicAddress) SetCountry(v string) + func (o *CivicAddress) SetFLR(v string) + func (o *CivicAddress) SetHNO(v string) + func (o *CivicAddress) SetHNS(v string) + func (o *CivicAddress) SetLMK(v string) + func (o *CivicAddress) SetLOC(v string) + func (o *CivicAddress) SetMethod(v string) + func (o *CivicAddress) SetNAM(v string) + func (o *CivicAddress) SetPC(v string) + func (o *CivicAddress) SetPCN(v string) + func (o *CivicAddress) SetPLC(v string) + func (o *CivicAddress) SetPOBOX(v string) + func (o *CivicAddress) SetPOD(v string) + func (o *CivicAddress) SetPOM(v string) + func (o *CivicAddress) SetPRD(v string) + func (o *CivicAddress) SetPRM(v string) + func (o *CivicAddress) SetProvidedBy(v string) + func (o *CivicAddress) SetRD(v string) + func (o *CivicAddress) SetRDBR(v string) + func (o *CivicAddress) SetRDSEC(v string) + func (o *CivicAddress) SetRDSUBBR(v string) + func (o *CivicAddress) SetROOM(v string) + func (o *CivicAddress) SetSEAT(v string) + func (o *CivicAddress) SetSTS(v string) + func (o *CivicAddress) SetUNIT(v string) + func (o *CivicAddress) SetUsageRules(v string) + func (o CivicAddress) MarshalJSON() ([]byte, error) + func (o CivicAddress) ToMap() (map[string]interface{}, error) + type CommunicationIndicator struct + CommunicationIndicatorAnyOf *CommunicationIndicatorAnyOf + String *string + func (dst *CommunicationIndicator) UnmarshalJSON(data []byte) error + func (src *CommunicationIndicator) MarshalJSON() ([]byte, error) + type CommunicationIndicatorAnyOf string + const ON_DEMAND + const PERIODICALLY + func NewCommunicationIndicatorAnyOfFromValue(v string) (*CommunicationIndicatorAnyOf, error) + func (v *CommunicationIndicatorAnyOf) UnmarshalJSON(src []byte) error + func (v CommunicationIndicatorAnyOf) IsValid() bool + func (v CommunicationIndicatorAnyOf) Ptr() *CommunicationIndicatorAnyOf + type Configuration struct + Debug bool + DefaultHeader map[string]string + HTTPClient *http.Client + Host string + OperationServers map[string]ServerConfigurations + Scheme string + Servers ServerConfigurations + UserAgent string + func NewConfiguration() *Configuration + func (c *Configuration) AddDefaultHeader(key string, value string) + func (c *Configuration) ServerURL(index int, variables map[string]string) (string, error) + func (c *Configuration) ServerURLWithContext(ctx context.Context, endpoint string) (string, error) + type CpFailureCode struct + CpFailureCodeAnyOf *CpFailureCodeAnyOf + String *string + func (dst *CpFailureCode) UnmarshalJSON(data []byte) error + func (src *CpFailureCode) MarshalJSON() ([]byte, error) + type CpFailureCodeAnyOf string + const MALFUNCTION + const OTHER_REASON + const SET_ID_DUPLICATED + func NewCpFailureCodeAnyOfFromValue(v string) (*CpFailureCodeAnyOf, error) + func (v *CpFailureCodeAnyOf) UnmarshalJSON(src []byte) error + func (v CpFailureCodeAnyOf) IsValid() bool + func (v CpFailureCodeAnyOf) Ptr() *CpFailureCodeAnyOf + type CpInfo struct + Interface *interface{} + func InterfaceAsCpInfo(v *interface{}) CpInfo + func (dst *CpInfo) UnmarshalJSON(data []byte) error + func (obj *CpInfo) GetActualInstance() interface{} + func (src CpInfo) MarshalJSON() ([]byte, error) + type CpParameterSet struct + BatteryInds []BatteryIndication + CommunicationDurationTime *int32 + ExpectedUmtDays *int32 + ExpectedUmts []UmtLocationArea5G + PeriodicCommunicationIndicator *CommunicationIndicator + PeriodicTime *int32 + ScheduledCommunicationTime *ScheduledCommunicationTime + ScheduledCommunicationType *ScheduledCommunicationType + Self *string + SetId string + StationaryIndication *StationaryIndication + TrafficProfile *TrafficProfile + ValidityTime *time.Time + func NewCpParameterSet(setId string) *CpParameterSet + func NewCpParameterSetWithDefaults() *CpParameterSet + func (o *CpParameterSet) GetBatteryInds() []BatteryIndication + func (o *CpParameterSet) GetBatteryIndsOk() ([]BatteryIndication, bool) + func (o *CpParameterSet) GetCommunicationDurationTime() int32 + func (o *CpParameterSet) GetCommunicationDurationTimeOk() (*int32, bool) + func (o *CpParameterSet) GetExpectedUmtDays() int32 + func (o *CpParameterSet) GetExpectedUmtDaysOk() (*int32, bool) + func (o *CpParameterSet) GetExpectedUmts() []UmtLocationArea5G + func (o *CpParameterSet) GetExpectedUmtsOk() ([]UmtLocationArea5G, bool) + func (o *CpParameterSet) GetPeriodicCommunicationIndicator() CommunicationIndicator + func (o *CpParameterSet) GetPeriodicCommunicationIndicatorOk() (*CommunicationIndicator, bool) + func (o *CpParameterSet) GetPeriodicTime() int32 + func (o *CpParameterSet) GetPeriodicTimeOk() (*int32, bool) + func (o *CpParameterSet) GetScheduledCommunicationTime() ScheduledCommunicationTime + func (o *CpParameterSet) GetScheduledCommunicationTimeOk() (*ScheduledCommunicationTime, bool) + func (o *CpParameterSet) GetScheduledCommunicationType() ScheduledCommunicationType + func (o *CpParameterSet) GetScheduledCommunicationTypeOk() (*ScheduledCommunicationType, bool) + func (o *CpParameterSet) GetSelf() string + func (o *CpParameterSet) GetSelfOk() (*string, bool) + func (o *CpParameterSet) GetSetId() string + func (o *CpParameterSet) GetSetIdOk() (*string, bool) + func (o *CpParameterSet) GetStationaryIndication() StationaryIndication + func (o *CpParameterSet) GetStationaryIndicationOk() (*StationaryIndication, bool) + func (o *CpParameterSet) GetTrafficProfile() TrafficProfile + func (o *CpParameterSet) GetTrafficProfileOk() (*TrafficProfile, bool) + func (o *CpParameterSet) GetValidityTime() time.Time + func (o *CpParameterSet) GetValidityTimeOk() (*time.Time, bool) + func (o *CpParameterSet) HasBatteryInds() bool + func (o *CpParameterSet) HasCommunicationDurationTime() bool + func (o *CpParameterSet) HasExpectedUmtDays() bool + func (o *CpParameterSet) HasExpectedUmts() bool + func (o *CpParameterSet) HasPeriodicCommunicationIndicator() bool + func (o *CpParameterSet) HasPeriodicTime() bool + func (o *CpParameterSet) HasScheduledCommunicationTime() bool + func (o *CpParameterSet) HasScheduledCommunicationType() bool + func (o *CpParameterSet) HasSelf() bool + func (o *CpParameterSet) HasStationaryIndication() bool + func (o *CpParameterSet) HasTrafficProfile() bool + func (o *CpParameterSet) HasValidityTime() bool + func (o *CpParameterSet) SetBatteryInds(v []BatteryIndication) + func (o *CpParameterSet) SetCommunicationDurationTime(v int32) + func (o *CpParameterSet) SetExpectedUmtDays(v int32) + func (o *CpParameterSet) SetExpectedUmts(v []UmtLocationArea5G) + func (o *CpParameterSet) SetPeriodicCommunicationIndicator(v CommunicationIndicator) + func (o *CpParameterSet) SetPeriodicTime(v int32) + func (o *CpParameterSet) SetScheduledCommunicationTime(v ScheduledCommunicationTime) + func (o *CpParameterSet) SetScheduledCommunicationType(v ScheduledCommunicationType) + func (o *CpParameterSet) SetSelf(v string) + func (o *CpParameterSet) SetSetId(v string) + func (o *CpParameterSet) SetStationaryIndication(v StationaryIndication) + func (o *CpParameterSet) SetTrafficProfile(v TrafficProfile) + func (o *CpParameterSet) SetValidityTime(v time.Time) + func (o CpParameterSet) MarshalJSON() ([]byte, error) + func (o CpParameterSet) ToMap() (map[string]interface{}, error) + type CpReport struct + FailureCode CpFailureCode + SetIds []string + func NewCpReport(failureCode CpFailureCode) *CpReport + func NewCpReportWithDefaults() *CpReport + func (o *CpReport) GetFailureCode() CpFailureCode + func (o *CpReport) GetFailureCodeOk() (*CpFailureCode, bool) + func (o *CpReport) GetSetIds() []string + func (o *CpReport) GetSetIdsOk() ([]string, bool) + func (o *CpReport) HasSetIds() bool + func (o *CpReport) SetFailureCode(v CpFailureCode) + func (o *CpReport) SetSetIds(v []string) + func (o CpReport) MarshalJSON() ([]byte, error) + func (o CpReport) ToMap() (map[string]interface{}, error) + type Ecgi struct + EutraCellId string + Nid *string + PlmnId PlmnId + func NewEcgi(plmnId PlmnId, eutraCellId string) *Ecgi + func NewEcgiWithDefaults() *Ecgi + func (o *Ecgi) GetEutraCellId() string + func (o *Ecgi) GetEutraCellIdOk() (*string, bool) + func (o *Ecgi) GetNid() string + func (o *Ecgi) GetNidOk() (*string, bool) + func (o *Ecgi) GetPlmnId() PlmnId + func (o *Ecgi) GetPlmnIdOk() (*PlmnId, bool) + func (o *Ecgi) HasNid() bool + func (o *Ecgi) SetEutraCellId(v string) + func (o *Ecgi) SetNid(v string) + func (o *Ecgi) SetPlmnId(v PlmnId) + func (o Ecgi) MarshalJSON() ([]byte, error) + func (o Ecgi) ToMap() (map[string]interface{}, error) + type EllipsoidArc struct + Confidence int32 + IncludedAngle int32 + InnerRadius int32 + OffsetAngle int32 + Point GeographicalCoordinates + UncertaintyRadius float32 + func NewEllipsoidArc(point GeographicalCoordinates, innerRadius int32, uncertaintyRadius float32, ...) *EllipsoidArc + func NewEllipsoidArcWithDefaults() *EllipsoidArc + func (o *EllipsoidArc) GetConfidence() int32 + func (o *EllipsoidArc) GetConfidenceOk() (*int32, bool) + func (o *EllipsoidArc) GetIncludedAngle() int32 + func (o *EllipsoidArc) GetIncludedAngleOk() (*int32, bool) + func (o *EllipsoidArc) GetInnerRadius() int32 + func (o *EllipsoidArc) GetInnerRadiusOk() (*int32, bool) + func (o *EllipsoidArc) GetOffsetAngle() int32 + func (o *EllipsoidArc) GetOffsetAngleOk() (*int32, bool) + func (o *EllipsoidArc) GetPoint() GeographicalCoordinates + func (o *EllipsoidArc) GetPointOk() (*GeographicalCoordinates, bool) + func (o *EllipsoidArc) GetUncertaintyRadius() float32 + func (o *EllipsoidArc) GetUncertaintyRadiusOk() (*float32, bool) + func (o *EllipsoidArc) SetConfidence(v int32) + func (o *EllipsoidArc) SetIncludedAngle(v int32) + func (o *EllipsoidArc) SetInnerRadius(v int32) + func (o *EllipsoidArc) SetOffsetAngle(v int32) + func (o *EllipsoidArc) SetPoint(v GeographicalCoordinates) + func (o *EllipsoidArc) SetUncertaintyRadius(v float32) + func (o EllipsoidArc) MarshalJSON() ([]byte, error) + func (o EllipsoidArc) ToMap() (map[string]interface{}, error) + type EllipsoidArcAllOf struct + Confidence int32 + IncludedAngle int32 + InnerRadius int32 + OffsetAngle int32 + Point GeographicalCoordinates + UncertaintyRadius float32 + func NewEllipsoidArcAllOf(point GeographicalCoordinates, innerRadius int32, uncertaintyRadius float32, ...) *EllipsoidArcAllOf + func NewEllipsoidArcAllOfWithDefaults() *EllipsoidArcAllOf + func (o *EllipsoidArcAllOf) GetConfidence() int32 + func (o *EllipsoidArcAllOf) GetConfidenceOk() (*int32, bool) + func (o *EllipsoidArcAllOf) GetIncludedAngle() int32 + func (o *EllipsoidArcAllOf) GetIncludedAngleOk() (*int32, bool) + func (o *EllipsoidArcAllOf) GetInnerRadius() int32 + func (o *EllipsoidArcAllOf) GetInnerRadiusOk() (*int32, bool) + func (o *EllipsoidArcAllOf) GetOffsetAngle() int32 + func (o *EllipsoidArcAllOf) GetOffsetAngleOk() (*int32, bool) + func (o *EllipsoidArcAllOf) GetPoint() GeographicalCoordinates + func (o *EllipsoidArcAllOf) GetPointOk() (*GeographicalCoordinates, bool) + func (o *EllipsoidArcAllOf) GetUncertaintyRadius() float32 + func (o *EllipsoidArcAllOf) GetUncertaintyRadiusOk() (*float32, bool) + func (o *EllipsoidArcAllOf) SetConfidence(v int32) + func (o *EllipsoidArcAllOf) SetIncludedAngle(v int32) + func (o *EllipsoidArcAllOf) SetInnerRadius(v int32) + func (o *EllipsoidArcAllOf) SetOffsetAngle(v int32) + func (o *EllipsoidArcAllOf) SetPoint(v GeographicalCoordinates) + func (o *EllipsoidArcAllOf) SetUncertaintyRadius(v float32) + func (o EllipsoidArcAllOf) MarshalJSON() ([]byte, error) + func (o EllipsoidArcAllOf) ToMap() (map[string]interface{}, error) + type GADShape struct + Shape SupportedGADShapes + func NewGADShape(shape SupportedGADShapes) *GADShape + func NewGADShapeWithDefaults() *GADShape + func (o *GADShape) GetShape() SupportedGADShapes + func (o *GADShape) GetShapeOk() (*SupportedGADShapes, bool) + func (o *GADShape) SetShape(v SupportedGADShapes) + func (o GADShape) MarshalJSON() ([]byte, error) + func (o GADShape) ToMap() (map[string]interface{}, error) + type GNbId struct + BitLength int32 + GNBValue string + func NewGNbId(bitLength int32, gNBValue string) *GNbId + func NewGNbIdWithDefaults() *GNbId + func (o *GNbId) GetBitLength() int32 + func (o *GNbId) GetBitLengthOk() (*int32, bool) + func (o *GNbId) GetGNBValue() string + func (o *GNbId) GetGNBValueOk() (*string, bool) + func (o *GNbId) SetBitLength(v int32) + func (o *GNbId) SetGNBValue(v string) + func (o GNbId) MarshalJSON() ([]byte, error) + func (o GNbId) ToMap() (map[string]interface{}, error) + type GenericOpenAPIError struct + func (e GenericOpenAPIError) Body() []byte + func (e GenericOpenAPIError) Error() string + func (e GenericOpenAPIError) Model() interface{} + type GeographicArea struct + EllipsoidArc *EllipsoidArc + Point *Point + PointAltitude *PointAltitude + PointAltitudeUncertainty *PointAltitudeUncertainty + PointUncertaintyCircle *PointUncertaintyCircle + PointUncertaintyEllipse *PointUncertaintyEllipse + Polygon *Polygon + func (dst *GeographicArea) UnmarshalJSON(data []byte) error + func (src *GeographicArea) MarshalJSON() ([]byte, error) + type GeographicalCoordinates struct + Lat float64 + Lon float64 + func NewGeographicalCoordinates(lon float64, lat float64) *GeographicalCoordinates + func NewGeographicalCoordinatesWithDefaults() *GeographicalCoordinates + func (o *GeographicalCoordinates) GetLat() float64 + func (o *GeographicalCoordinates) GetLatOk() (*float64, bool) + func (o *GeographicalCoordinates) GetLon() float64 + func (o *GeographicalCoordinates) GetLonOk() (*float64, bool) + func (o *GeographicalCoordinates) SetLat(v float64) + func (o *GeographicalCoordinates) SetLon(v float64) + func (o GeographicalCoordinates) MarshalJSON() ([]byte, error) + func (o GeographicalCoordinates) ToMap() (map[string]interface{}, error) + type GlobalRanNodeId struct + Interface *interface{} + func InterfaceAsGlobalRanNodeId(v *interface{}) GlobalRanNodeId + func (dst *GlobalRanNodeId) UnmarshalJSON(data []byte) error + func (obj *GlobalRanNodeId) GetActualInstance() interface{} + func (src GlobalRanNodeId) MarshalJSON() ([]byte, error) + type IndividualCPProvisioningSubscriptionApiService service + func (a *IndividualCPProvisioningSubscriptionApiService) DeleteIndCPProvisioningSubscription(ctx context.Context, scsAsId string, subscriptionId string) ApiDeleteIndCPProvisioningSubscriptionRequest + func (a *IndividualCPProvisioningSubscriptionApiService) DeleteIndCPProvisioningSubscriptionExecute(r ApiDeleteIndCPProvisioningSubscriptionRequest) (*http.Response, error) + func (a *IndividualCPProvisioningSubscriptionApiService) FetchIndCPProvisioningSubscription(ctx context.Context, scsAsId string, subscriptionId string) ApiFetchIndCPProvisioningSubscriptionRequest + func (a *IndividualCPProvisioningSubscriptionApiService) FetchIndCPProvisioningSubscriptionExecute(r ApiFetchIndCPProvisioningSubscriptionRequest) (*CpInfo, *http.Response, error) + func (a *IndividualCPProvisioningSubscriptionApiService) UpdateIndCPProvisioningSubscription(ctx context.Context, scsAsId string, subscriptionId string) ApiUpdateIndCPProvisioningSubscriptionRequest + func (a *IndividualCPProvisioningSubscriptionApiService) UpdateIndCPProvisioningSubscriptionExecute(r ApiUpdateIndCPProvisioningSubscriptionRequest) (*CpInfo, *http.Response, error) + type IndividualCPSetProvisioningApiService service + func (a *IndividualCPSetProvisioningApiService) DeleteIndCPSetProvisioning(ctx context.Context, scsAsId string, subscriptionId string, setId string) ApiDeleteIndCPSetProvisioningRequest + func (a *IndividualCPSetProvisioningApiService) DeleteIndCPSetProvisioningExecute(r ApiDeleteIndCPSetProvisioningRequest) (*http.Response, error) + func (a *IndividualCPSetProvisioningApiService) FetchIndCPSetProvisioning(ctx context.Context, scsAsId string, subscriptionId string, setId string) ApiFetchIndCPSetProvisioningRequest + func (a *IndividualCPSetProvisioningApiService) FetchIndCPSetProvisioningExecute(r ApiFetchIndCPSetProvisioningRequest) (*CpParameterSet, *http.Response, error) + func (a *IndividualCPSetProvisioningApiService) UpdateIndCPSetProvisioning(ctx context.Context, scsAsId string, subscriptionId string, setId string) ApiUpdateIndCPSetProvisioningRequest + func (a *IndividualCPSetProvisioningApiService) UpdateIndCPSetProvisioningExecute(r ApiUpdateIndCPSetProvisioningRequest) (*CpParameterSet, *http.Response, error) + type InvalidParam struct + Param string + Reason *string + func NewInvalidParam(param string) *InvalidParam + func NewInvalidParamWithDefaults() *InvalidParam + func (o *InvalidParam) GetParam() string + func (o *InvalidParam) GetParamOk() (*string, bool) + func (o *InvalidParam) GetReason() string + func (o *InvalidParam) GetReasonOk() (*string, bool) + func (o *InvalidParam) HasReason() bool + func (o *InvalidParam) SetParam(v string) + func (o *InvalidParam) SetReason(v string) + func (o InvalidParam) MarshalJSON() ([]byte, error) + func (o InvalidParam) ToMap() (map[string]interface{}, error) + type IpAddr struct + Interface *interface{} + func InterfaceAsIpAddr(v *interface{}) IpAddr + func (dst *IpAddr) UnmarshalJSON(data []byte) error + func (obj *IpAddr) GetActualInstance() interface{} + func (src IpAddr) MarshalJSON() ([]byte, error) + type Ipv6Addr struct + func NewIpv6Addr() *Ipv6Addr + func NewIpv6AddrWithDefaults() *Ipv6Addr + func (o Ipv6Addr) MarshalJSON() ([]byte, error) + func (o Ipv6Addr) ToMap() (map[string]interface{}, error) + type Ipv6Prefix struct + func NewIpv6Prefix() *Ipv6Prefix + func NewIpv6PrefixWithDefaults() *Ipv6Prefix + func (o Ipv6Prefix) MarshalJSON() ([]byte, error) + func (o Ipv6Prefix) ToMap() (map[string]interface{}, error) + type Local2dPointUncertaintyEllipse struct + Confidence int32 + LocalOrigin LocalOrigin + Point RelativeCartesianLocation + UncertaintyEllipse UncertaintyEllipse + func NewLocal2dPointUncertaintyEllipse(localOrigin LocalOrigin, point RelativeCartesianLocation, ...) *Local2dPointUncertaintyEllipse + func NewLocal2dPointUncertaintyEllipseWithDefaults() *Local2dPointUncertaintyEllipse + func (o *Local2dPointUncertaintyEllipse) GetConfidence() int32 + func (o *Local2dPointUncertaintyEllipse) GetConfidenceOk() (*int32, bool) + func (o *Local2dPointUncertaintyEllipse) GetLocalOrigin() LocalOrigin + func (o *Local2dPointUncertaintyEllipse) GetLocalOriginOk() (*LocalOrigin, bool) + func (o *Local2dPointUncertaintyEllipse) GetPoint() RelativeCartesianLocation + func (o *Local2dPointUncertaintyEllipse) GetPointOk() (*RelativeCartesianLocation, bool) + func (o *Local2dPointUncertaintyEllipse) GetUncertaintyEllipse() UncertaintyEllipse + func (o *Local2dPointUncertaintyEllipse) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool) + func (o *Local2dPointUncertaintyEllipse) SetConfidence(v int32) + func (o *Local2dPointUncertaintyEllipse) SetLocalOrigin(v LocalOrigin) + func (o *Local2dPointUncertaintyEllipse) SetPoint(v RelativeCartesianLocation) + func (o *Local2dPointUncertaintyEllipse) SetUncertaintyEllipse(v UncertaintyEllipse) + func (o Local2dPointUncertaintyEllipse) MarshalJSON() ([]byte, error) + func (o Local2dPointUncertaintyEllipse) ToMap() (map[string]interface{}, error) + type Local2dPointUncertaintyEllipseAllOf struct + Confidence int32 + LocalOrigin LocalOrigin + Point RelativeCartesianLocation + UncertaintyEllipse UncertaintyEllipse + func NewLocal2dPointUncertaintyEllipseAllOf(localOrigin LocalOrigin, point RelativeCartesianLocation, ...) *Local2dPointUncertaintyEllipseAllOf + func NewLocal2dPointUncertaintyEllipseAllOfWithDefaults() *Local2dPointUncertaintyEllipseAllOf + func (o *Local2dPointUncertaintyEllipseAllOf) GetConfidence() int32 + func (o *Local2dPointUncertaintyEllipseAllOf) GetConfidenceOk() (*int32, bool) + func (o *Local2dPointUncertaintyEllipseAllOf) GetLocalOrigin() LocalOrigin + func (o *Local2dPointUncertaintyEllipseAllOf) GetLocalOriginOk() (*LocalOrigin, bool) + func (o *Local2dPointUncertaintyEllipseAllOf) GetPoint() RelativeCartesianLocation + func (o *Local2dPointUncertaintyEllipseAllOf) GetPointOk() (*RelativeCartesianLocation, bool) + func (o *Local2dPointUncertaintyEllipseAllOf) GetUncertaintyEllipse() UncertaintyEllipse + func (o *Local2dPointUncertaintyEllipseAllOf) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool) + func (o *Local2dPointUncertaintyEllipseAllOf) SetConfidence(v int32) + func (o *Local2dPointUncertaintyEllipseAllOf) SetLocalOrigin(v LocalOrigin) + func (o *Local2dPointUncertaintyEllipseAllOf) SetPoint(v RelativeCartesianLocation) + func (o *Local2dPointUncertaintyEllipseAllOf) SetUncertaintyEllipse(v UncertaintyEllipse) + func (o Local2dPointUncertaintyEllipseAllOf) MarshalJSON() ([]byte, error) + func (o Local2dPointUncertaintyEllipseAllOf) ToMap() (map[string]interface{}, error) + type Local3dPointUncertaintyEllipsoid struct + Confidence int32 + LocalOrigin LocalOrigin + Point RelativeCartesianLocation + UncertaintyEllipsoid UncertaintyEllipsoid + func NewLocal3dPointUncertaintyEllipsoid(localOrigin LocalOrigin, point RelativeCartesianLocation, ...) *Local3dPointUncertaintyEllipsoid + func NewLocal3dPointUncertaintyEllipsoidWithDefaults() *Local3dPointUncertaintyEllipsoid + func (o *Local3dPointUncertaintyEllipsoid) GetConfidence() int32 + func (o *Local3dPointUncertaintyEllipsoid) GetConfidenceOk() (*int32, bool) + func (o *Local3dPointUncertaintyEllipsoid) GetLocalOrigin() LocalOrigin + func (o *Local3dPointUncertaintyEllipsoid) GetLocalOriginOk() (*LocalOrigin, bool) + func (o *Local3dPointUncertaintyEllipsoid) GetPoint() RelativeCartesianLocation + func (o *Local3dPointUncertaintyEllipsoid) GetPointOk() (*RelativeCartesianLocation, bool) + func (o *Local3dPointUncertaintyEllipsoid) GetUncertaintyEllipsoid() UncertaintyEllipsoid + func (o *Local3dPointUncertaintyEllipsoid) GetUncertaintyEllipsoidOk() (*UncertaintyEllipsoid, bool) + func (o *Local3dPointUncertaintyEllipsoid) SetConfidence(v int32) + func (o *Local3dPointUncertaintyEllipsoid) SetLocalOrigin(v LocalOrigin) + func (o *Local3dPointUncertaintyEllipsoid) SetPoint(v RelativeCartesianLocation) + func (o *Local3dPointUncertaintyEllipsoid) SetUncertaintyEllipsoid(v UncertaintyEllipsoid) + func (o Local3dPointUncertaintyEllipsoid) MarshalJSON() ([]byte, error) + func (o Local3dPointUncertaintyEllipsoid) ToMap() (map[string]interface{}, error) + type Local3dPointUncertaintyEllipsoidAllOf struct + Confidence int32 + LocalOrigin LocalOrigin + Point RelativeCartesianLocation + UncertaintyEllipsoid UncertaintyEllipsoid + func NewLocal3dPointUncertaintyEllipsoidAllOf(localOrigin LocalOrigin, point RelativeCartesianLocation, ...) *Local3dPointUncertaintyEllipsoidAllOf + func NewLocal3dPointUncertaintyEllipsoidAllOfWithDefaults() *Local3dPointUncertaintyEllipsoidAllOf + func (o *Local3dPointUncertaintyEllipsoidAllOf) GetConfidence() int32 + func (o *Local3dPointUncertaintyEllipsoidAllOf) GetConfidenceOk() (*int32, bool) + func (o *Local3dPointUncertaintyEllipsoidAllOf) GetLocalOrigin() LocalOrigin + func (o *Local3dPointUncertaintyEllipsoidAllOf) GetLocalOriginOk() (*LocalOrigin, bool) + func (o *Local3dPointUncertaintyEllipsoidAllOf) GetPoint() RelativeCartesianLocation + func (o *Local3dPointUncertaintyEllipsoidAllOf) GetPointOk() (*RelativeCartesianLocation, bool) + func (o *Local3dPointUncertaintyEllipsoidAllOf) GetUncertaintyEllipsoid() UncertaintyEllipsoid + func (o *Local3dPointUncertaintyEllipsoidAllOf) GetUncertaintyEllipsoidOk() (*UncertaintyEllipsoid, bool) + func (o *Local3dPointUncertaintyEllipsoidAllOf) SetConfidence(v int32) + func (o *Local3dPointUncertaintyEllipsoidAllOf) SetLocalOrigin(v LocalOrigin) + func (o *Local3dPointUncertaintyEllipsoidAllOf) SetPoint(v RelativeCartesianLocation) + func (o *Local3dPointUncertaintyEllipsoidAllOf) SetUncertaintyEllipsoid(v UncertaintyEllipsoid) + func (o Local3dPointUncertaintyEllipsoidAllOf) MarshalJSON() ([]byte, error) + func (o Local3dPointUncertaintyEllipsoidAllOf) ToMap() (map[string]interface{}, error) + type LocalOrigin struct + CoordinateId *string + Point *GeographicalCoordinates + func NewLocalOrigin() *LocalOrigin + func NewLocalOriginWithDefaults() *LocalOrigin + func (o *LocalOrigin) GetCoordinateId() string + func (o *LocalOrigin) GetCoordinateIdOk() (*string, bool) + func (o *LocalOrigin) GetPoint() GeographicalCoordinates + func (o *LocalOrigin) GetPointOk() (*GeographicalCoordinates, bool) + func (o *LocalOrigin) HasCoordinateId() bool + func (o *LocalOrigin) HasPoint() bool + func (o *LocalOrigin) SetCoordinateId(v string) + func (o *LocalOrigin) SetPoint(v GeographicalCoordinates) + func (o LocalOrigin) MarshalJSON() ([]byte, error) + func (o LocalOrigin) ToMap() (map[string]interface{}, error) + type LocationArea5G struct + CivicAddresses []CivicAddress + GeographicAreas []GeographicArea + NwAreaInfo *NetworkAreaInfo + func NewLocationArea5G() *LocationArea5G + func NewLocationArea5GWithDefaults() *LocationArea5G + func (o *LocationArea5G) GetCivicAddresses() []CivicAddress + func (o *LocationArea5G) GetCivicAddressesOk() ([]CivicAddress, bool) + func (o *LocationArea5G) GetGeographicAreas() []GeographicArea + func (o *LocationArea5G) GetGeographicAreasOk() ([]GeographicArea, bool) + func (o *LocationArea5G) GetNwAreaInfo() NetworkAreaInfo + func (o *LocationArea5G) GetNwAreaInfoOk() (*NetworkAreaInfo, bool) + func (o *LocationArea5G) HasCivicAddresses() bool + func (o *LocationArea5G) HasGeographicAreas() bool + func (o *LocationArea5G) HasNwAreaInfo() bool + func (o *LocationArea5G) SetCivicAddresses(v []CivicAddress) + func (o *LocationArea5G) SetGeographicAreas(v []GeographicArea) + func (o *LocationArea5G) SetNwAreaInfo(v NetworkAreaInfo) + func (o LocationArea5G) MarshalJSON() ([]byte, error) + func (o LocationArea5G) ToMap() (map[string]interface{}, error) + type MappedNullable interface + ToMap func() (map[string]interface{}, error) + type Ncgi struct + Nid *string + NrCellId string + PlmnId PlmnId + func NewNcgi(plmnId PlmnId, nrCellId string) *Ncgi + func NewNcgiWithDefaults() *Ncgi + func (o *Ncgi) GetNid() string + func (o *Ncgi) GetNidOk() (*string, bool) + func (o *Ncgi) GetNrCellId() string + func (o *Ncgi) GetNrCellIdOk() (*string, bool) + func (o *Ncgi) GetPlmnId() PlmnId + func (o *Ncgi) GetPlmnIdOk() (*PlmnId, bool) + func (o *Ncgi) HasNid() bool + func (o *Ncgi) SetNid(v string) + func (o *Ncgi) SetNrCellId(v string) + func (o *Ncgi) SetPlmnId(v PlmnId) + func (o Ncgi) MarshalJSON() ([]byte, error) + func (o Ncgi) ToMap() (map[string]interface{}, error) + type NetworkAreaInfo struct + Ecgis []Ecgi + GRanNodeIds []GlobalRanNodeId + Ncgis []Ncgi + Tais []Tai + func NewNetworkAreaInfo() *NetworkAreaInfo + func NewNetworkAreaInfoWithDefaults() *NetworkAreaInfo + func (o *NetworkAreaInfo) GetEcgis() []Ecgi + func (o *NetworkAreaInfo) GetEcgisOk() ([]Ecgi, bool) + func (o *NetworkAreaInfo) GetGRanNodeIds() []GlobalRanNodeId + func (o *NetworkAreaInfo) GetGRanNodeIdsOk() ([]GlobalRanNodeId, bool) + func (o *NetworkAreaInfo) GetNcgis() []Ncgi + func (o *NetworkAreaInfo) GetNcgisOk() ([]Ncgi, bool) + func (o *NetworkAreaInfo) GetTais() []Tai + func (o *NetworkAreaInfo) GetTaisOk() ([]Tai, bool) + func (o *NetworkAreaInfo) HasEcgis() bool + func (o *NetworkAreaInfo) HasGRanNodeIds() bool + func (o *NetworkAreaInfo) HasNcgis() bool + func (o *NetworkAreaInfo) HasTais() bool + func (o *NetworkAreaInfo) SetEcgis(v []Ecgi) + func (o *NetworkAreaInfo) SetGRanNodeIds(v []GlobalRanNodeId) + func (o *NetworkAreaInfo) SetNcgis(v []Ncgi) + func (o *NetworkAreaInfo) SetTais(v []Tai) + func (o NetworkAreaInfo) MarshalJSON() ([]byte, error) + func (o NetworkAreaInfo) ToMap() (map[string]interface{}, error) + type NullableBatteryIndication struct + func NewNullableBatteryIndication(val *BatteryIndication) *NullableBatteryIndication + func (v *NullableBatteryIndication) Set(val *BatteryIndication) + func (v *NullableBatteryIndication) UnmarshalJSON(src []byte) error + func (v *NullableBatteryIndication) Unset() + func (v NullableBatteryIndication) Get() *BatteryIndication + func (v NullableBatteryIndication) IsSet() bool + func (v NullableBatteryIndication) MarshalJSON() ([]byte, error) + type NullableBatteryIndicationAnyOf struct + func NewNullableBatteryIndicationAnyOf(val *BatteryIndicationAnyOf) *NullableBatteryIndicationAnyOf + func (v *NullableBatteryIndicationAnyOf) Set(val *BatteryIndicationAnyOf) + func (v *NullableBatteryIndicationAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableBatteryIndicationAnyOf) Unset() + func (v NullableBatteryIndicationAnyOf) Get() *BatteryIndicationAnyOf + func (v NullableBatteryIndicationAnyOf) IsSet() bool + func (v NullableBatteryIndicationAnyOf) MarshalJSON() ([]byte, error) + type NullableBool struct + func NewNullableBool(val *bool) *NullableBool + func (v *NullableBool) Set(val *bool) + func (v *NullableBool) UnmarshalJSON(src []byte) error + func (v *NullableBool) Unset() + func (v NullableBool) Get() *bool + func (v NullableBool) IsSet() bool + func (v NullableBool) MarshalJSON() ([]byte, error) + type NullableCivicAddress struct + func NewNullableCivicAddress(val *CivicAddress) *NullableCivicAddress + func (v *NullableCivicAddress) Set(val *CivicAddress) + func (v *NullableCivicAddress) UnmarshalJSON(src []byte) error + func (v *NullableCivicAddress) Unset() + func (v NullableCivicAddress) Get() *CivicAddress + func (v NullableCivicAddress) IsSet() bool + func (v NullableCivicAddress) MarshalJSON() ([]byte, error) + type NullableCommunicationIndicator struct + func NewNullableCommunicationIndicator(val *CommunicationIndicator) *NullableCommunicationIndicator + func (v *NullableCommunicationIndicator) Set(val *CommunicationIndicator) + func (v *NullableCommunicationIndicator) UnmarshalJSON(src []byte) error + func (v *NullableCommunicationIndicator) Unset() + func (v NullableCommunicationIndicator) Get() *CommunicationIndicator + func (v NullableCommunicationIndicator) IsSet() bool + func (v NullableCommunicationIndicator) MarshalJSON() ([]byte, error) + type NullableCommunicationIndicatorAnyOf struct + func NewNullableCommunicationIndicatorAnyOf(val *CommunicationIndicatorAnyOf) *NullableCommunicationIndicatorAnyOf + func (v *NullableCommunicationIndicatorAnyOf) Set(val *CommunicationIndicatorAnyOf) + func (v *NullableCommunicationIndicatorAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableCommunicationIndicatorAnyOf) Unset() + func (v NullableCommunicationIndicatorAnyOf) Get() *CommunicationIndicatorAnyOf + func (v NullableCommunicationIndicatorAnyOf) IsSet() bool + func (v NullableCommunicationIndicatorAnyOf) MarshalJSON() ([]byte, error) + type NullableCpFailureCode struct + func NewNullableCpFailureCode(val *CpFailureCode) *NullableCpFailureCode + func (v *NullableCpFailureCode) Set(val *CpFailureCode) + func (v *NullableCpFailureCode) UnmarshalJSON(src []byte) error + func (v *NullableCpFailureCode) Unset() + func (v NullableCpFailureCode) Get() *CpFailureCode + func (v NullableCpFailureCode) IsSet() bool + func (v NullableCpFailureCode) MarshalJSON() ([]byte, error) + type NullableCpFailureCodeAnyOf struct + func NewNullableCpFailureCodeAnyOf(val *CpFailureCodeAnyOf) *NullableCpFailureCodeAnyOf + func (v *NullableCpFailureCodeAnyOf) Set(val *CpFailureCodeAnyOf) + func (v *NullableCpFailureCodeAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableCpFailureCodeAnyOf) Unset() + func (v NullableCpFailureCodeAnyOf) Get() *CpFailureCodeAnyOf + func (v NullableCpFailureCodeAnyOf) IsSet() bool + func (v NullableCpFailureCodeAnyOf) MarshalJSON() ([]byte, error) + type NullableCpInfo struct + func NewNullableCpInfo(val *CpInfo) *NullableCpInfo + func (v *NullableCpInfo) Set(val *CpInfo) + func (v *NullableCpInfo) UnmarshalJSON(src []byte) error + func (v *NullableCpInfo) Unset() + func (v NullableCpInfo) Get() *CpInfo + func (v NullableCpInfo) IsSet() bool + func (v NullableCpInfo) MarshalJSON() ([]byte, error) + type NullableCpParameterSet struct + func NewNullableCpParameterSet(val *CpParameterSet) *NullableCpParameterSet + func (v *NullableCpParameterSet) Set(val *CpParameterSet) + func (v *NullableCpParameterSet) UnmarshalJSON(src []byte) error + func (v *NullableCpParameterSet) Unset() + func (v NullableCpParameterSet) Get() *CpParameterSet + func (v NullableCpParameterSet) IsSet() bool + func (v NullableCpParameterSet) MarshalJSON() ([]byte, error) + type NullableCpReport struct + func NewNullableCpReport(val *CpReport) *NullableCpReport + func (v *NullableCpReport) Set(val *CpReport) + func (v *NullableCpReport) UnmarshalJSON(src []byte) error + func (v *NullableCpReport) Unset() + func (v NullableCpReport) Get() *CpReport + func (v NullableCpReport) IsSet() bool + func (v NullableCpReport) MarshalJSON() ([]byte, error) + type NullableEcgi struct + func NewNullableEcgi(val *Ecgi) *NullableEcgi + func (v *NullableEcgi) Set(val *Ecgi) + func (v *NullableEcgi) UnmarshalJSON(src []byte) error + func (v *NullableEcgi) Unset() + func (v NullableEcgi) Get() *Ecgi + func (v NullableEcgi) IsSet() bool + func (v NullableEcgi) MarshalJSON() ([]byte, error) + type NullableEllipsoidArc struct + func NewNullableEllipsoidArc(val *EllipsoidArc) *NullableEllipsoidArc + func (v *NullableEllipsoidArc) Set(val *EllipsoidArc) + func (v *NullableEllipsoidArc) UnmarshalJSON(src []byte) error + func (v *NullableEllipsoidArc) Unset() + func (v NullableEllipsoidArc) Get() *EllipsoidArc + func (v NullableEllipsoidArc) IsSet() bool + func (v NullableEllipsoidArc) MarshalJSON() ([]byte, error) + type NullableEllipsoidArcAllOf struct + func NewNullableEllipsoidArcAllOf(val *EllipsoidArcAllOf) *NullableEllipsoidArcAllOf + func (v *NullableEllipsoidArcAllOf) Set(val *EllipsoidArcAllOf) + func (v *NullableEllipsoidArcAllOf) UnmarshalJSON(src []byte) error + func (v *NullableEllipsoidArcAllOf) Unset() + func (v NullableEllipsoidArcAllOf) Get() *EllipsoidArcAllOf + func (v NullableEllipsoidArcAllOf) IsSet() bool + func (v NullableEllipsoidArcAllOf) MarshalJSON() ([]byte, error) + type NullableFloat32 struct + func NewNullableFloat32(val *float32) *NullableFloat32 + func (v *NullableFloat32) Set(val *float32) + func (v *NullableFloat32) UnmarshalJSON(src []byte) error + func (v *NullableFloat32) Unset() + func (v NullableFloat32) Get() *float32 + func (v NullableFloat32) IsSet() bool + func (v NullableFloat32) MarshalJSON() ([]byte, error) + type NullableFloat64 struct + func NewNullableFloat64(val *float64) *NullableFloat64 + func (v *NullableFloat64) Set(val *float64) + func (v *NullableFloat64) UnmarshalJSON(src []byte) error + func (v *NullableFloat64) Unset() + func (v NullableFloat64) Get() *float64 + func (v NullableFloat64) IsSet() bool + func (v NullableFloat64) MarshalJSON() ([]byte, error) + type NullableGADShape struct + func NewNullableGADShape(val *GADShape) *NullableGADShape + func (v *NullableGADShape) Set(val *GADShape) + func (v *NullableGADShape) UnmarshalJSON(src []byte) error + func (v *NullableGADShape) Unset() + func (v NullableGADShape) Get() *GADShape + func (v NullableGADShape) IsSet() bool + func (v NullableGADShape) MarshalJSON() ([]byte, error) + type NullableGNbId struct + func NewNullableGNbId(val *GNbId) *NullableGNbId + func (v *NullableGNbId) Set(val *GNbId) + func (v *NullableGNbId) UnmarshalJSON(src []byte) error + func (v *NullableGNbId) Unset() + func (v NullableGNbId) Get() *GNbId + func (v NullableGNbId) IsSet() bool + func (v NullableGNbId) MarshalJSON() ([]byte, error) + type NullableGeographicArea struct + func NewNullableGeographicArea(val *GeographicArea) *NullableGeographicArea + func (v *NullableGeographicArea) Set(val *GeographicArea) + func (v *NullableGeographicArea) UnmarshalJSON(src []byte) error + func (v *NullableGeographicArea) Unset() + func (v NullableGeographicArea) Get() *GeographicArea + func (v NullableGeographicArea) IsSet() bool + func (v NullableGeographicArea) MarshalJSON() ([]byte, error) + type NullableGeographicalCoordinates struct + func NewNullableGeographicalCoordinates(val *GeographicalCoordinates) *NullableGeographicalCoordinates + func (v *NullableGeographicalCoordinates) Set(val *GeographicalCoordinates) + func (v *NullableGeographicalCoordinates) UnmarshalJSON(src []byte) error + func (v *NullableGeographicalCoordinates) Unset() + func (v NullableGeographicalCoordinates) Get() *GeographicalCoordinates + func (v NullableGeographicalCoordinates) IsSet() bool + func (v NullableGeographicalCoordinates) MarshalJSON() ([]byte, error) + type NullableGlobalRanNodeId struct + func NewNullableGlobalRanNodeId(val *GlobalRanNodeId) *NullableGlobalRanNodeId + func (v *NullableGlobalRanNodeId) Set(val *GlobalRanNodeId) + func (v *NullableGlobalRanNodeId) UnmarshalJSON(src []byte) error + func (v *NullableGlobalRanNodeId) Unset() + func (v NullableGlobalRanNodeId) Get() *GlobalRanNodeId + func (v NullableGlobalRanNodeId) IsSet() bool + func (v NullableGlobalRanNodeId) MarshalJSON() ([]byte, error) + type NullableInt struct + func NewNullableInt(val *int) *NullableInt + func (v *NullableInt) Set(val *int) + func (v *NullableInt) UnmarshalJSON(src []byte) error + func (v *NullableInt) Unset() + func (v NullableInt) Get() *int + func (v NullableInt) IsSet() bool + func (v NullableInt) MarshalJSON() ([]byte, error) + type NullableInt32 struct + func NewNullableInt32(val *int32) *NullableInt32 + func (v *NullableInt32) Set(val *int32) + func (v *NullableInt32) UnmarshalJSON(src []byte) error + func (v *NullableInt32) Unset() + func (v NullableInt32) Get() *int32 + func (v NullableInt32) IsSet() bool + func (v NullableInt32) MarshalJSON() ([]byte, error) + type NullableInt64 struct + func NewNullableInt64(val *int64) *NullableInt64 + func (v *NullableInt64) Set(val *int64) + func (v *NullableInt64) UnmarshalJSON(src []byte) error + func (v *NullableInt64) Unset() + func (v NullableInt64) Get() *int64 + func (v NullableInt64) IsSet() bool + func (v NullableInt64) MarshalJSON() ([]byte, error) + type NullableInvalidParam struct + func NewNullableInvalidParam(val *InvalidParam) *NullableInvalidParam + func (v *NullableInvalidParam) Set(val *InvalidParam) + func (v *NullableInvalidParam) UnmarshalJSON(src []byte) error + func (v *NullableInvalidParam) Unset() + func (v NullableInvalidParam) Get() *InvalidParam + func (v NullableInvalidParam) IsSet() bool + func (v NullableInvalidParam) MarshalJSON() ([]byte, error) + type NullableIpAddr struct + func NewNullableIpAddr(val *IpAddr) *NullableIpAddr + func (v *NullableIpAddr) Set(val *IpAddr) + func (v *NullableIpAddr) UnmarshalJSON(src []byte) error + func (v *NullableIpAddr) Unset() + func (v NullableIpAddr) Get() *IpAddr + func (v NullableIpAddr) IsSet() bool + func (v NullableIpAddr) MarshalJSON() ([]byte, error) + type NullableIpv6Addr struct + func NewNullableIpv6Addr(val *Ipv6Addr) *NullableIpv6Addr + func (v *NullableIpv6Addr) Set(val *Ipv6Addr) + func (v *NullableIpv6Addr) UnmarshalJSON(src []byte) error + func (v *NullableIpv6Addr) Unset() + func (v NullableIpv6Addr) Get() *Ipv6Addr + func (v NullableIpv6Addr) IsSet() bool + func (v NullableIpv6Addr) MarshalJSON() ([]byte, error) + type NullableIpv6Prefix struct + func NewNullableIpv6Prefix(val *Ipv6Prefix) *NullableIpv6Prefix + func (v *NullableIpv6Prefix) Set(val *Ipv6Prefix) + func (v *NullableIpv6Prefix) UnmarshalJSON(src []byte) error + func (v *NullableIpv6Prefix) Unset() + func (v NullableIpv6Prefix) Get() *Ipv6Prefix + func (v NullableIpv6Prefix) IsSet() bool + func (v NullableIpv6Prefix) MarshalJSON() ([]byte, error) + type NullableLocal2dPointUncertaintyEllipse struct + func NewNullableLocal2dPointUncertaintyEllipse(val *Local2dPointUncertaintyEllipse) *NullableLocal2dPointUncertaintyEllipse + func (v *NullableLocal2dPointUncertaintyEllipse) Set(val *Local2dPointUncertaintyEllipse) + func (v *NullableLocal2dPointUncertaintyEllipse) UnmarshalJSON(src []byte) error + func (v *NullableLocal2dPointUncertaintyEllipse) Unset() + func (v NullableLocal2dPointUncertaintyEllipse) Get() *Local2dPointUncertaintyEllipse + func (v NullableLocal2dPointUncertaintyEllipse) IsSet() bool + func (v NullableLocal2dPointUncertaintyEllipse) MarshalJSON() ([]byte, error) + type NullableLocal2dPointUncertaintyEllipseAllOf struct + func NewNullableLocal2dPointUncertaintyEllipseAllOf(val *Local2dPointUncertaintyEllipseAllOf) *NullableLocal2dPointUncertaintyEllipseAllOf + func (v *NullableLocal2dPointUncertaintyEllipseAllOf) Set(val *Local2dPointUncertaintyEllipseAllOf) + func (v *NullableLocal2dPointUncertaintyEllipseAllOf) UnmarshalJSON(src []byte) error + func (v *NullableLocal2dPointUncertaintyEllipseAllOf) Unset() + func (v NullableLocal2dPointUncertaintyEllipseAllOf) Get() *Local2dPointUncertaintyEllipseAllOf + func (v NullableLocal2dPointUncertaintyEllipseAllOf) IsSet() bool + func (v NullableLocal2dPointUncertaintyEllipseAllOf) MarshalJSON() ([]byte, error) + type NullableLocal3dPointUncertaintyEllipsoid struct + func NewNullableLocal3dPointUncertaintyEllipsoid(val *Local3dPointUncertaintyEllipsoid) *NullableLocal3dPointUncertaintyEllipsoid + func (v *NullableLocal3dPointUncertaintyEllipsoid) Set(val *Local3dPointUncertaintyEllipsoid) + func (v *NullableLocal3dPointUncertaintyEllipsoid) UnmarshalJSON(src []byte) error + func (v *NullableLocal3dPointUncertaintyEllipsoid) Unset() + func (v NullableLocal3dPointUncertaintyEllipsoid) Get() *Local3dPointUncertaintyEllipsoid + func (v NullableLocal3dPointUncertaintyEllipsoid) IsSet() bool + func (v NullableLocal3dPointUncertaintyEllipsoid) MarshalJSON() ([]byte, error) + type NullableLocal3dPointUncertaintyEllipsoidAllOf struct + func NewNullableLocal3dPointUncertaintyEllipsoidAllOf(val *Local3dPointUncertaintyEllipsoidAllOf) *NullableLocal3dPointUncertaintyEllipsoidAllOf + func (v *NullableLocal3dPointUncertaintyEllipsoidAllOf) Set(val *Local3dPointUncertaintyEllipsoidAllOf) + func (v *NullableLocal3dPointUncertaintyEllipsoidAllOf) UnmarshalJSON(src []byte) error + func (v *NullableLocal3dPointUncertaintyEllipsoidAllOf) Unset() + func (v NullableLocal3dPointUncertaintyEllipsoidAllOf) Get() *Local3dPointUncertaintyEllipsoidAllOf + func (v NullableLocal3dPointUncertaintyEllipsoidAllOf) IsSet() bool + func (v NullableLocal3dPointUncertaintyEllipsoidAllOf) MarshalJSON() ([]byte, error) + type NullableLocalOrigin struct + func NewNullableLocalOrigin(val *LocalOrigin) *NullableLocalOrigin + func (v *NullableLocalOrigin) Set(val *LocalOrigin) + func (v *NullableLocalOrigin) UnmarshalJSON(src []byte) error + func (v *NullableLocalOrigin) Unset() + func (v NullableLocalOrigin) Get() *LocalOrigin + func (v NullableLocalOrigin) IsSet() bool + func (v NullableLocalOrigin) MarshalJSON() ([]byte, error) + type NullableLocationArea5G struct + func NewNullableLocationArea5G(val *LocationArea5G) *NullableLocationArea5G + func (v *NullableLocationArea5G) Set(val *LocationArea5G) + func (v *NullableLocationArea5G) UnmarshalJSON(src []byte) error + func (v *NullableLocationArea5G) Unset() + func (v NullableLocationArea5G) Get() *LocationArea5G + func (v NullableLocationArea5G) IsSet() bool + func (v NullableLocationArea5G) MarshalJSON() ([]byte, error) + type NullableNcgi struct + func NewNullableNcgi(val *Ncgi) *NullableNcgi + func (v *NullableNcgi) Set(val *Ncgi) + func (v *NullableNcgi) UnmarshalJSON(src []byte) error + func (v *NullableNcgi) Unset() + func (v NullableNcgi) Get() *Ncgi + func (v NullableNcgi) IsSet() bool + func (v NullableNcgi) MarshalJSON() ([]byte, error) + type NullableNetworkAreaInfo struct + func NewNullableNetworkAreaInfo(val *NetworkAreaInfo) *NullableNetworkAreaInfo + func (v *NullableNetworkAreaInfo) Set(val *NetworkAreaInfo) + func (v *NullableNetworkAreaInfo) UnmarshalJSON(src []byte) error + func (v *NullableNetworkAreaInfo) Unset() + func (v NullableNetworkAreaInfo) Get() *NetworkAreaInfo + func (v NullableNetworkAreaInfo) IsSet() bool + func (v NullableNetworkAreaInfo) MarshalJSON() ([]byte, error) + type NullablePlmnId struct + func NewNullablePlmnId(val *PlmnId) *NullablePlmnId + func (v *NullablePlmnId) Set(val *PlmnId) + func (v *NullablePlmnId) UnmarshalJSON(src []byte) error + func (v *NullablePlmnId) Unset() + func (v NullablePlmnId) Get() *PlmnId + func (v NullablePlmnId) IsSet() bool + func (v NullablePlmnId) MarshalJSON() ([]byte, error) + type NullablePoint struct + func NewNullablePoint(val *Point) *NullablePoint + func (v *NullablePoint) Set(val *Point) + func (v *NullablePoint) UnmarshalJSON(src []byte) error + func (v *NullablePoint) Unset() + func (v NullablePoint) Get() *Point + func (v NullablePoint) IsSet() bool + func (v NullablePoint) MarshalJSON() ([]byte, error) + type NullablePointAllOf struct + func NewNullablePointAllOf(val *PointAllOf) *NullablePointAllOf + func (v *NullablePointAllOf) Set(val *PointAllOf) + func (v *NullablePointAllOf) UnmarshalJSON(src []byte) error + func (v *NullablePointAllOf) Unset() + func (v NullablePointAllOf) Get() *PointAllOf + func (v NullablePointAllOf) IsSet() bool + func (v NullablePointAllOf) MarshalJSON() ([]byte, error) + type NullablePointAltitude struct + func NewNullablePointAltitude(val *PointAltitude) *NullablePointAltitude + func (v *NullablePointAltitude) Set(val *PointAltitude) + func (v *NullablePointAltitude) UnmarshalJSON(src []byte) error + func (v *NullablePointAltitude) Unset() + func (v NullablePointAltitude) Get() *PointAltitude + func (v NullablePointAltitude) IsSet() bool + func (v NullablePointAltitude) MarshalJSON() ([]byte, error) + type NullablePointAltitudeAllOf struct + func NewNullablePointAltitudeAllOf(val *PointAltitudeAllOf) *NullablePointAltitudeAllOf + func (v *NullablePointAltitudeAllOf) Set(val *PointAltitudeAllOf) + func (v *NullablePointAltitudeAllOf) UnmarshalJSON(src []byte) error + func (v *NullablePointAltitudeAllOf) Unset() + func (v NullablePointAltitudeAllOf) Get() *PointAltitudeAllOf + func (v NullablePointAltitudeAllOf) IsSet() bool + func (v NullablePointAltitudeAllOf) MarshalJSON() ([]byte, error) + type NullablePointAltitudeUncertainty struct + func NewNullablePointAltitudeUncertainty(val *PointAltitudeUncertainty) *NullablePointAltitudeUncertainty + func (v *NullablePointAltitudeUncertainty) Set(val *PointAltitudeUncertainty) + func (v *NullablePointAltitudeUncertainty) UnmarshalJSON(src []byte) error + func (v *NullablePointAltitudeUncertainty) Unset() + func (v NullablePointAltitudeUncertainty) Get() *PointAltitudeUncertainty + func (v NullablePointAltitudeUncertainty) IsSet() bool + func (v NullablePointAltitudeUncertainty) MarshalJSON() ([]byte, error) + type NullablePointAltitudeUncertaintyAllOf struct + func NewNullablePointAltitudeUncertaintyAllOf(val *PointAltitudeUncertaintyAllOf) *NullablePointAltitudeUncertaintyAllOf + func (v *NullablePointAltitudeUncertaintyAllOf) Set(val *PointAltitudeUncertaintyAllOf) + func (v *NullablePointAltitudeUncertaintyAllOf) UnmarshalJSON(src []byte) error + func (v *NullablePointAltitudeUncertaintyAllOf) Unset() + func (v NullablePointAltitudeUncertaintyAllOf) Get() *PointAltitudeUncertaintyAllOf + func (v NullablePointAltitudeUncertaintyAllOf) IsSet() bool + func (v NullablePointAltitudeUncertaintyAllOf) MarshalJSON() ([]byte, error) + type NullablePointUncertaintyCircle struct + func NewNullablePointUncertaintyCircle(val *PointUncertaintyCircle) *NullablePointUncertaintyCircle + func (v *NullablePointUncertaintyCircle) Set(val *PointUncertaintyCircle) + func (v *NullablePointUncertaintyCircle) UnmarshalJSON(src []byte) error + func (v *NullablePointUncertaintyCircle) Unset() + func (v NullablePointUncertaintyCircle) Get() *PointUncertaintyCircle + func (v NullablePointUncertaintyCircle) IsSet() bool + func (v NullablePointUncertaintyCircle) MarshalJSON() ([]byte, error) + type NullablePointUncertaintyCircleAllOf struct + func NewNullablePointUncertaintyCircleAllOf(val *PointUncertaintyCircleAllOf) *NullablePointUncertaintyCircleAllOf + func (v *NullablePointUncertaintyCircleAllOf) Set(val *PointUncertaintyCircleAllOf) + func (v *NullablePointUncertaintyCircleAllOf) UnmarshalJSON(src []byte) error + func (v *NullablePointUncertaintyCircleAllOf) Unset() + func (v NullablePointUncertaintyCircleAllOf) Get() *PointUncertaintyCircleAllOf + func (v NullablePointUncertaintyCircleAllOf) IsSet() bool + func (v NullablePointUncertaintyCircleAllOf) MarshalJSON() ([]byte, error) + type NullablePointUncertaintyEllipse struct + func NewNullablePointUncertaintyEllipse(val *PointUncertaintyEllipse) *NullablePointUncertaintyEllipse + func (v *NullablePointUncertaintyEllipse) Set(val *PointUncertaintyEllipse) + func (v *NullablePointUncertaintyEllipse) UnmarshalJSON(src []byte) error + func (v *NullablePointUncertaintyEllipse) Unset() + func (v NullablePointUncertaintyEllipse) Get() *PointUncertaintyEllipse + func (v NullablePointUncertaintyEllipse) IsSet() bool + func (v NullablePointUncertaintyEllipse) MarshalJSON() ([]byte, error) + type NullablePointUncertaintyEllipseAllOf struct + func NewNullablePointUncertaintyEllipseAllOf(val *PointUncertaintyEllipseAllOf) *NullablePointUncertaintyEllipseAllOf + func (v *NullablePointUncertaintyEllipseAllOf) Set(val *PointUncertaintyEllipseAllOf) + func (v *NullablePointUncertaintyEllipseAllOf) UnmarshalJSON(src []byte) error + func (v *NullablePointUncertaintyEllipseAllOf) Unset() + func (v NullablePointUncertaintyEllipseAllOf) Get() *PointUncertaintyEllipseAllOf + func (v NullablePointUncertaintyEllipseAllOf) IsSet() bool + func (v NullablePointUncertaintyEllipseAllOf) MarshalJSON() ([]byte, error) + type NullablePolygon struct + func NewNullablePolygon(val *Polygon) *NullablePolygon + func (v *NullablePolygon) Set(val *Polygon) + func (v *NullablePolygon) UnmarshalJSON(src []byte) error + func (v *NullablePolygon) Unset() + func (v NullablePolygon) Get() *Polygon + func (v NullablePolygon) IsSet() bool + func (v NullablePolygon) MarshalJSON() ([]byte, error) + type NullablePolygonAllOf struct + func NewNullablePolygonAllOf(val *PolygonAllOf) *NullablePolygonAllOf + func (v *NullablePolygonAllOf) Set(val *PolygonAllOf) + func (v *NullablePolygonAllOf) UnmarshalJSON(src []byte) error + func (v *NullablePolygonAllOf) Unset() + func (v NullablePolygonAllOf) Get() *PolygonAllOf + func (v NullablePolygonAllOf) IsSet() bool + func (v NullablePolygonAllOf) MarshalJSON() ([]byte, error) + type NullableProblemDetails struct + func NewNullableProblemDetails(val *ProblemDetails) *NullableProblemDetails + func (v *NullableProblemDetails) Set(val *ProblemDetails) + func (v *NullableProblemDetails) UnmarshalJSON(src []byte) error + func (v *NullableProblemDetails) Unset() + func (v NullableProblemDetails) Get() *ProblemDetails + func (v NullableProblemDetails) IsSet() bool + func (v NullableProblemDetails) MarshalJSON() ([]byte, error) + type NullableRelativeCartesianLocation struct + func NewNullableRelativeCartesianLocation(val *RelativeCartesianLocation) *NullableRelativeCartesianLocation + func (v *NullableRelativeCartesianLocation) Set(val *RelativeCartesianLocation) + func (v *NullableRelativeCartesianLocation) UnmarshalJSON(src []byte) error + func (v *NullableRelativeCartesianLocation) Unset() + func (v NullableRelativeCartesianLocation) Get() *RelativeCartesianLocation + func (v NullableRelativeCartesianLocation) IsSet() bool + func (v NullableRelativeCartesianLocation) MarshalJSON() ([]byte, error) + type NullableScheduledCommunicationTime struct + func NewNullableScheduledCommunicationTime(val *ScheduledCommunicationTime) *NullableScheduledCommunicationTime + func (v *NullableScheduledCommunicationTime) Set(val *ScheduledCommunicationTime) + func (v *NullableScheduledCommunicationTime) UnmarshalJSON(src []byte) error + func (v *NullableScheduledCommunicationTime) Unset() + func (v NullableScheduledCommunicationTime) Get() *ScheduledCommunicationTime + func (v NullableScheduledCommunicationTime) IsSet() bool + func (v NullableScheduledCommunicationTime) MarshalJSON() ([]byte, error) + type NullableScheduledCommunicationType struct + func NewNullableScheduledCommunicationType(val *ScheduledCommunicationType) *NullableScheduledCommunicationType + func (v *NullableScheduledCommunicationType) Set(val *ScheduledCommunicationType) + func (v *NullableScheduledCommunicationType) UnmarshalJSON(src []byte) error + func (v *NullableScheduledCommunicationType) Unset() + func (v NullableScheduledCommunicationType) Get() *ScheduledCommunicationType + func (v NullableScheduledCommunicationType) IsSet() bool + func (v NullableScheduledCommunicationType) MarshalJSON() ([]byte, error) + type NullableScheduledCommunicationTypeAnyOf struct + func NewNullableScheduledCommunicationTypeAnyOf(val *ScheduledCommunicationTypeAnyOf) *NullableScheduledCommunicationTypeAnyOf + func (v *NullableScheduledCommunicationTypeAnyOf) Set(val *ScheduledCommunicationTypeAnyOf) + func (v *NullableScheduledCommunicationTypeAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableScheduledCommunicationTypeAnyOf) Unset() + func (v NullableScheduledCommunicationTypeAnyOf) Get() *ScheduledCommunicationTypeAnyOf + func (v NullableScheduledCommunicationTypeAnyOf) IsSet() bool + func (v NullableScheduledCommunicationTypeAnyOf) MarshalJSON() ([]byte, error) + type NullableSnssai struct + func NewNullableSnssai(val *Snssai) *NullableSnssai + func (v *NullableSnssai) Set(val *Snssai) + func (v *NullableSnssai) UnmarshalJSON(src []byte) error + func (v *NullableSnssai) Unset() + func (v NullableSnssai) Get() *Snssai + func (v NullableSnssai) IsSet() bool + func (v NullableSnssai) MarshalJSON() ([]byte, error) + type NullableStationaryIndication struct + func NewNullableStationaryIndication(val *StationaryIndication) *NullableStationaryIndication + func (v *NullableStationaryIndication) Set(val *StationaryIndication) + func (v *NullableStationaryIndication) UnmarshalJSON(src []byte) error + func (v *NullableStationaryIndication) Unset() + func (v NullableStationaryIndication) Get() *StationaryIndication + func (v NullableStationaryIndication) IsSet() bool + func (v NullableStationaryIndication) MarshalJSON() ([]byte, error) + type NullableStationaryIndicationAnyOf struct + func NewNullableStationaryIndicationAnyOf(val *StationaryIndicationAnyOf) *NullableStationaryIndicationAnyOf + func (v *NullableStationaryIndicationAnyOf) Set(val *StationaryIndicationAnyOf) + func (v *NullableStationaryIndicationAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableStationaryIndicationAnyOf) Unset() + func (v NullableStationaryIndicationAnyOf) Get() *StationaryIndicationAnyOf + func (v NullableStationaryIndicationAnyOf) IsSet() bool + func (v NullableStationaryIndicationAnyOf) MarshalJSON() ([]byte, error) + type NullableString struct + func NewNullableString(val *string) *NullableString + func (v *NullableString) Set(val *string) + func (v *NullableString) UnmarshalJSON(src []byte) error + func (v *NullableString) Unset() + func (v NullableString) Get() *string + func (v NullableString) IsSet() bool + func (v NullableString) MarshalJSON() ([]byte, error) + type NullableSupportedGADShapes struct + func NewNullableSupportedGADShapes(val *SupportedGADShapes) *NullableSupportedGADShapes + func (v *NullableSupportedGADShapes) Set(val *SupportedGADShapes) + func (v *NullableSupportedGADShapes) UnmarshalJSON(src []byte) error + func (v *NullableSupportedGADShapes) Unset() + func (v NullableSupportedGADShapes) Get() *SupportedGADShapes + func (v NullableSupportedGADShapes) IsSet() bool + func (v NullableSupportedGADShapes) MarshalJSON() ([]byte, error) + type NullableSupportedGADShapesAnyOf struct + func NewNullableSupportedGADShapesAnyOf(val *SupportedGADShapesAnyOf) *NullableSupportedGADShapesAnyOf + func (v *NullableSupportedGADShapesAnyOf) Set(val *SupportedGADShapesAnyOf) + func (v *NullableSupportedGADShapesAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableSupportedGADShapesAnyOf) Unset() + func (v NullableSupportedGADShapesAnyOf) Get() *SupportedGADShapesAnyOf + func (v NullableSupportedGADShapesAnyOf) IsSet() bool + func (v NullableSupportedGADShapesAnyOf) MarshalJSON() ([]byte, error) + type NullableTai struct + func NewNullableTai(val *Tai) *NullableTai + func (v *NullableTai) Set(val *Tai) + func (v *NullableTai) UnmarshalJSON(src []byte) error + func (v *NullableTai) Unset() + func (v NullableTai) Get() *Tai + func (v NullableTai) IsSet() bool + func (v NullableTai) MarshalJSON() ([]byte, error) + type NullableTime struct + func NewNullableTime(val *time.Time) *NullableTime + func (v *NullableTime) Set(val *time.Time) + func (v *NullableTime) UnmarshalJSON(src []byte) error + func (v *NullableTime) Unset() + func (v NullableTime) Get() *time.Time + func (v NullableTime) IsSet() bool + func (v NullableTime) MarshalJSON() ([]byte, error) + type NullableTrafficProfile struct + func NewNullableTrafficProfile(val *TrafficProfile) *NullableTrafficProfile + func (v *NullableTrafficProfile) Set(val *TrafficProfile) + func (v *NullableTrafficProfile) UnmarshalJSON(src []byte) error + func (v *NullableTrafficProfile) Unset() + func (v NullableTrafficProfile) Get() *TrafficProfile + func (v NullableTrafficProfile) IsSet() bool + func (v NullableTrafficProfile) MarshalJSON() ([]byte, error) + type NullableTrafficProfileAnyOf struct + func NewNullableTrafficProfileAnyOf(val *TrafficProfileAnyOf) *NullableTrafficProfileAnyOf + func (v *NullableTrafficProfileAnyOf) Set(val *TrafficProfileAnyOf) + func (v *NullableTrafficProfileAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableTrafficProfileAnyOf) Unset() + func (v NullableTrafficProfileAnyOf) Get() *TrafficProfileAnyOf + func (v NullableTrafficProfileAnyOf) IsSet() bool + func (v NullableTrafficProfileAnyOf) MarshalJSON() ([]byte, error) + type NullableUmtLocationArea5G struct + func NewNullableUmtLocationArea5G(val *UmtLocationArea5G) *NullableUmtLocationArea5G + func (v *NullableUmtLocationArea5G) Set(val *UmtLocationArea5G) + func (v *NullableUmtLocationArea5G) UnmarshalJSON(src []byte) error + func (v *NullableUmtLocationArea5G) Unset() + func (v NullableUmtLocationArea5G) Get() *UmtLocationArea5G + func (v NullableUmtLocationArea5G) IsSet() bool + func (v NullableUmtLocationArea5G) MarshalJSON() ([]byte, error) + type NullableUmtLocationArea5GAllOf struct + func NewNullableUmtLocationArea5GAllOf(val *UmtLocationArea5GAllOf) *NullableUmtLocationArea5GAllOf + func (v *NullableUmtLocationArea5GAllOf) Set(val *UmtLocationArea5GAllOf) + func (v *NullableUmtLocationArea5GAllOf) UnmarshalJSON(src []byte) error + func (v *NullableUmtLocationArea5GAllOf) Unset() + func (v NullableUmtLocationArea5GAllOf) Get() *UmtLocationArea5GAllOf + func (v NullableUmtLocationArea5GAllOf) IsSet() bool + func (v NullableUmtLocationArea5GAllOf) MarshalJSON() ([]byte, error) + type NullableUncertaintyEllipse struct + func NewNullableUncertaintyEllipse(val *UncertaintyEllipse) *NullableUncertaintyEllipse + func (v *NullableUncertaintyEllipse) Set(val *UncertaintyEllipse) + func (v *NullableUncertaintyEllipse) UnmarshalJSON(src []byte) error + func (v *NullableUncertaintyEllipse) Unset() + func (v NullableUncertaintyEllipse) Get() *UncertaintyEllipse + func (v NullableUncertaintyEllipse) IsSet() bool + func (v NullableUncertaintyEllipse) MarshalJSON() ([]byte, error) + type NullableUncertaintyEllipsoid struct + func NewNullableUncertaintyEllipsoid(val *UncertaintyEllipsoid) *NullableUncertaintyEllipsoid + func (v *NullableUncertaintyEllipsoid) Set(val *UncertaintyEllipsoid) + func (v *NullableUncertaintyEllipsoid) UnmarshalJSON(src []byte) error + func (v *NullableUncertaintyEllipsoid) Unset() + func (v NullableUncertaintyEllipsoid) Get() *UncertaintyEllipsoid + func (v NullableUncertaintyEllipsoid) IsSet() bool + func (v NullableUncertaintyEllipsoid) MarshalJSON() ([]byte, error) + type PlmnId struct + Mcc string + Mnc string + func NewPlmnId(mcc string, mnc string) *PlmnId + func NewPlmnIdWithDefaults() *PlmnId + func (o *PlmnId) GetMcc() string + func (o *PlmnId) GetMccOk() (*string, bool) + func (o *PlmnId) GetMnc() string + func (o *PlmnId) GetMncOk() (*string, bool) + func (o *PlmnId) SetMcc(v string) + func (o *PlmnId) SetMnc(v string) + func (o PlmnId) MarshalJSON() ([]byte, error) + func (o PlmnId) ToMap() (map[string]interface{}, error) + type Point struct + Point GeographicalCoordinates + func NewPoint(point GeographicalCoordinates, shape SupportedGADShapes) *Point + func NewPointWithDefaults() *Point + func (o *Point) GetPoint() GeographicalCoordinates + func (o *Point) GetPointOk() (*GeographicalCoordinates, bool) + func (o *Point) SetPoint(v GeographicalCoordinates) + func (o Point) MarshalJSON() ([]byte, error) + func (o Point) ToMap() (map[string]interface{}, error) + type PointAllOf struct + Point GeographicalCoordinates + func NewPointAllOf(point GeographicalCoordinates) *PointAllOf + func NewPointAllOfWithDefaults() *PointAllOf + func (o *PointAllOf) GetPoint() GeographicalCoordinates + func (o *PointAllOf) GetPointOk() (*GeographicalCoordinates, bool) + func (o *PointAllOf) SetPoint(v GeographicalCoordinates) + func (o PointAllOf) MarshalJSON() ([]byte, error) + func (o PointAllOf) ToMap() (map[string]interface{}, error) + type PointAltitude struct + Altitude float64 + Point GeographicalCoordinates + func NewPointAltitude(point GeographicalCoordinates, altitude float64, shape SupportedGADShapes) *PointAltitude + func NewPointAltitudeWithDefaults() *PointAltitude + func (o *PointAltitude) GetAltitude() float64 + func (o *PointAltitude) GetAltitudeOk() (*float64, bool) + func (o *PointAltitude) GetPoint() GeographicalCoordinates + func (o *PointAltitude) GetPointOk() (*GeographicalCoordinates, bool) + func (o *PointAltitude) SetAltitude(v float64) + func (o *PointAltitude) SetPoint(v GeographicalCoordinates) + func (o PointAltitude) MarshalJSON() ([]byte, error) + func (o PointAltitude) ToMap() (map[string]interface{}, error) + type PointAltitudeAllOf struct + Altitude float64 + Point GeographicalCoordinates + func NewPointAltitudeAllOf(point GeographicalCoordinates, altitude float64) *PointAltitudeAllOf + func NewPointAltitudeAllOfWithDefaults() *PointAltitudeAllOf + func (o *PointAltitudeAllOf) GetAltitude() float64 + func (o *PointAltitudeAllOf) GetAltitudeOk() (*float64, bool) + func (o *PointAltitudeAllOf) GetPoint() GeographicalCoordinates + func (o *PointAltitudeAllOf) GetPointOk() (*GeographicalCoordinates, bool) + func (o *PointAltitudeAllOf) SetAltitude(v float64) + func (o *PointAltitudeAllOf) SetPoint(v GeographicalCoordinates) + func (o PointAltitudeAllOf) MarshalJSON() ([]byte, error) + func (o PointAltitudeAllOf) ToMap() (map[string]interface{}, error) + type PointAltitudeUncertainty struct + Altitude float64 + Confidence int32 + Point GeographicalCoordinates + UncertaintyAltitude float32 + UncertaintyEllipse UncertaintyEllipse + func NewPointAltitudeUncertainty(point GeographicalCoordinates, altitude float64, ...) *PointAltitudeUncertainty + func NewPointAltitudeUncertaintyWithDefaults() *PointAltitudeUncertainty + func (o *PointAltitudeUncertainty) GetAltitude() float64 + func (o *PointAltitudeUncertainty) GetAltitudeOk() (*float64, bool) + func (o *PointAltitudeUncertainty) GetConfidence() int32 + func (o *PointAltitudeUncertainty) GetConfidenceOk() (*int32, bool) + func (o *PointAltitudeUncertainty) GetPoint() GeographicalCoordinates + func (o *PointAltitudeUncertainty) GetPointOk() (*GeographicalCoordinates, bool) + func (o *PointAltitudeUncertainty) GetUncertaintyAltitude() float32 + func (o *PointAltitudeUncertainty) GetUncertaintyAltitudeOk() (*float32, bool) + func (o *PointAltitudeUncertainty) GetUncertaintyEllipse() UncertaintyEllipse + func (o *PointAltitudeUncertainty) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool) + func (o *PointAltitudeUncertainty) SetAltitude(v float64) + func (o *PointAltitudeUncertainty) SetConfidence(v int32) + func (o *PointAltitudeUncertainty) SetPoint(v GeographicalCoordinates) + func (o *PointAltitudeUncertainty) SetUncertaintyAltitude(v float32) + func (o *PointAltitudeUncertainty) SetUncertaintyEllipse(v UncertaintyEllipse) + func (o PointAltitudeUncertainty) MarshalJSON() ([]byte, error) + func (o PointAltitudeUncertainty) ToMap() (map[string]interface{}, error) + type PointAltitudeUncertaintyAllOf struct + Altitude float64 + Confidence int32 + Point GeographicalCoordinates + UncertaintyAltitude float32 + UncertaintyEllipse UncertaintyEllipse + func NewPointAltitudeUncertaintyAllOf(point GeographicalCoordinates, altitude float64, ...) *PointAltitudeUncertaintyAllOf + func NewPointAltitudeUncertaintyAllOfWithDefaults() *PointAltitudeUncertaintyAllOf + func (o *PointAltitudeUncertaintyAllOf) GetAltitude() float64 + func (o *PointAltitudeUncertaintyAllOf) GetAltitudeOk() (*float64, bool) + func (o *PointAltitudeUncertaintyAllOf) GetConfidence() int32 + func (o *PointAltitudeUncertaintyAllOf) GetConfidenceOk() (*int32, bool) + func (o *PointAltitudeUncertaintyAllOf) GetPoint() GeographicalCoordinates + func (o *PointAltitudeUncertaintyAllOf) GetPointOk() (*GeographicalCoordinates, bool) + func (o *PointAltitudeUncertaintyAllOf) GetUncertaintyAltitude() float32 + func (o *PointAltitudeUncertaintyAllOf) GetUncertaintyAltitudeOk() (*float32, bool) + func (o *PointAltitudeUncertaintyAllOf) GetUncertaintyEllipse() UncertaintyEllipse + func (o *PointAltitudeUncertaintyAllOf) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool) + func (o *PointAltitudeUncertaintyAllOf) SetAltitude(v float64) + func (o *PointAltitudeUncertaintyAllOf) SetConfidence(v int32) + func (o *PointAltitudeUncertaintyAllOf) SetPoint(v GeographicalCoordinates) + func (o *PointAltitudeUncertaintyAllOf) SetUncertaintyAltitude(v float32) + func (o *PointAltitudeUncertaintyAllOf) SetUncertaintyEllipse(v UncertaintyEllipse) + func (o PointAltitudeUncertaintyAllOf) MarshalJSON() ([]byte, error) + func (o PointAltitudeUncertaintyAllOf) ToMap() (map[string]interface{}, error) + type PointUncertaintyCircle struct + Point GeographicalCoordinates + Uncertainty float32 + func NewPointUncertaintyCircle(point GeographicalCoordinates, uncertainty float32, shape SupportedGADShapes) *PointUncertaintyCircle + func NewPointUncertaintyCircleWithDefaults() *PointUncertaintyCircle + func (o *PointUncertaintyCircle) GetPoint() GeographicalCoordinates + func (o *PointUncertaintyCircle) GetPointOk() (*GeographicalCoordinates, bool) + func (o *PointUncertaintyCircle) GetUncertainty() float32 + func (o *PointUncertaintyCircle) GetUncertaintyOk() (*float32, bool) + func (o *PointUncertaintyCircle) SetPoint(v GeographicalCoordinates) + func (o *PointUncertaintyCircle) SetUncertainty(v float32) + func (o PointUncertaintyCircle) MarshalJSON() ([]byte, error) + func (o PointUncertaintyCircle) ToMap() (map[string]interface{}, error) + type PointUncertaintyCircleAllOf struct + Point GeographicalCoordinates + Uncertainty float32 + func NewPointUncertaintyCircleAllOf(point GeographicalCoordinates, uncertainty float32) *PointUncertaintyCircleAllOf + func NewPointUncertaintyCircleAllOfWithDefaults() *PointUncertaintyCircleAllOf + func (o *PointUncertaintyCircleAllOf) GetPoint() GeographicalCoordinates + func (o *PointUncertaintyCircleAllOf) GetPointOk() (*GeographicalCoordinates, bool) + func (o *PointUncertaintyCircleAllOf) GetUncertainty() float32 + func (o *PointUncertaintyCircleAllOf) GetUncertaintyOk() (*float32, bool) + func (o *PointUncertaintyCircleAllOf) SetPoint(v GeographicalCoordinates) + func (o *PointUncertaintyCircleAllOf) SetUncertainty(v float32) + func (o PointUncertaintyCircleAllOf) MarshalJSON() ([]byte, error) + func (o PointUncertaintyCircleAllOf) ToMap() (map[string]interface{}, error) + type PointUncertaintyEllipse struct + Confidence int32 + Point GeographicalCoordinates + UncertaintyEllipse UncertaintyEllipse + func NewPointUncertaintyEllipse(point GeographicalCoordinates, uncertaintyEllipse UncertaintyEllipse, ...) *PointUncertaintyEllipse + func NewPointUncertaintyEllipseWithDefaults() *PointUncertaintyEllipse + func (o *PointUncertaintyEllipse) GetConfidence() int32 + func (o *PointUncertaintyEllipse) GetConfidenceOk() (*int32, bool) + func (o *PointUncertaintyEllipse) GetPoint() GeographicalCoordinates + func (o *PointUncertaintyEllipse) GetPointOk() (*GeographicalCoordinates, bool) + func (o *PointUncertaintyEllipse) GetUncertaintyEllipse() UncertaintyEllipse + func (o *PointUncertaintyEllipse) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool) + func (o *PointUncertaintyEllipse) SetConfidence(v int32) + func (o *PointUncertaintyEllipse) SetPoint(v GeographicalCoordinates) + func (o *PointUncertaintyEllipse) SetUncertaintyEllipse(v UncertaintyEllipse) + func (o PointUncertaintyEllipse) MarshalJSON() ([]byte, error) + func (o PointUncertaintyEllipse) ToMap() (map[string]interface{}, error) + type PointUncertaintyEllipseAllOf struct + Confidence int32 + Point GeographicalCoordinates + UncertaintyEllipse UncertaintyEllipse + func NewPointUncertaintyEllipseAllOf(point GeographicalCoordinates, uncertaintyEllipse UncertaintyEllipse, ...) *PointUncertaintyEllipseAllOf + func NewPointUncertaintyEllipseAllOfWithDefaults() *PointUncertaintyEllipseAllOf + func (o *PointUncertaintyEllipseAllOf) GetConfidence() int32 + func (o *PointUncertaintyEllipseAllOf) GetConfidenceOk() (*int32, bool) + func (o *PointUncertaintyEllipseAllOf) GetPoint() GeographicalCoordinates + func (o *PointUncertaintyEllipseAllOf) GetPointOk() (*GeographicalCoordinates, bool) + func (o *PointUncertaintyEllipseAllOf) GetUncertaintyEllipse() UncertaintyEllipse + func (o *PointUncertaintyEllipseAllOf) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool) + func (o *PointUncertaintyEllipseAllOf) SetConfidence(v int32) + func (o *PointUncertaintyEllipseAllOf) SetPoint(v GeographicalCoordinates) + func (o *PointUncertaintyEllipseAllOf) SetUncertaintyEllipse(v UncertaintyEllipse) + func (o PointUncertaintyEllipseAllOf) MarshalJSON() ([]byte, error) + func (o PointUncertaintyEllipseAllOf) ToMap() (map[string]interface{}, error) + type Polygon struct + PointList []GeographicalCoordinates + func NewPolygon(pointList []GeographicalCoordinates, shape SupportedGADShapes) *Polygon + func NewPolygonWithDefaults() *Polygon + func (o *Polygon) GetPointList() []GeographicalCoordinates + func (o *Polygon) GetPointListOk() ([]GeographicalCoordinates, bool) + func (o *Polygon) SetPointList(v []GeographicalCoordinates) + func (o Polygon) MarshalJSON() ([]byte, error) + func (o Polygon) ToMap() (map[string]interface{}, error) + type PolygonAllOf struct + PointList []GeographicalCoordinates + func NewPolygonAllOf(pointList []GeographicalCoordinates) *PolygonAllOf + func NewPolygonAllOfWithDefaults() *PolygonAllOf + func (o *PolygonAllOf) GetPointList() []GeographicalCoordinates + func (o *PolygonAllOf) GetPointListOk() ([]GeographicalCoordinates, bool) + func (o *PolygonAllOf) SetPointList(v []GeographicalCoordinates) + func (o PolygonAllOf) MarshalJSON() ([]byte, error) + func (o PolygonAllOf) ToMap() (map[string]interface{}, error) + type ProblemDetails struct + Cause *string + Detail *string + Instance *string + InvalidParams []InvalidParam + Status *int32 + SupportedFeatures *string + Title *string + Type *string + func NewProblemDetails() *ProblemDetails + func NewProblemDetailsWithDefaults() *ProblemDetails + func (o *ProblemDetails) GetCause() string + func (o *ProblemDetails) GetCauseOk() (*string, bool) + func (o *ProblemDetails) GetDetail() string + func (o *ProblemDetails) GetDetailOk() (*string, bool) + func (o *ProblemDetails) GetInstance() string + func (o *ProblemDetails) GetInstanceOk() (*string, bool) + func (o *ProblemDetails) GetInvalidParams() []InvalidParam + func (o *ProblemDetails) GetInvalidParamsOk() ([]InvalidParam, bool) + func (o *ProblemDetails) GetStatus() int32 + func (o *ProblemDetails) GetStatusOk() (*int32, bool) + func (o *ProblemDetails) GetSupportedFeatures() string + func (o *ProblemDetails) GetSupportedFeaturesOk() (*string, bool) + func (o *ProblemDetails) GetTitle() string + func (o *ProblemDetails) GetTitleOk() (*string, bool) + func (o *ProblemDetails) GetType() string + func (o *ProblemDetails) GetTypeOk() (*string, bool) + func (o *ProblemDetails) HasCause() bool + func (o *ProblemDetails) HasDetail() bool + func (o *ProblemDetails) HasInstance() bool + func (o *ProblemDetails) HasInvalidParams() bool + func (o *ProblemDetails) HasStatus() bool + func (o *ProblemDetails) HasSupportedFeatures() bool + func (o *ProblemDetails) HasTitle() bool + func (o *ProblemDetails) HasType() bool + func (o *ProblemDetails) SetCause(v string) + func (o *ProblemDetails) SetDetail(v string) + func (o *ProblemDetails) SetInstance(v string) + func (o *ProblemDetails) SetInvalidParams(v []InvalidParam) + func (o *ProblemDetails) SetStatus(v int32) + func (o *ProblemDetails) SetSupportedFeatures(v string) + func (o *ProblemDetails) SetTitle(v string) + func (o *ProblemDetails) SetType(v string) + func (o ProblemDetails) MarshalJSON() ([]byte, error) + func (o ProblemDetails) ToMap() (map[string]interface{}, error) + type RelativeCartesianLocation struct + X float32 + Y float32 + Z *float32 + func NewRelativeCartesianLocation(x float32, y float32) *RelativeCartesianLocation + func NewRelativeCartesianLocationWithDefaults() *RelativeCartesianLocation + func (o *RelativeCartesianLocation) GetX() float32 + func (o *RelativeCartesianLocation) GetXOk() (*float32, bool) + func (o *RelativeCartesianLocation) GetY() float32 + func (o *RelativeCartesianLocation) GetYOk() (*float32, bool) + func (o *RelativeCartesianLocation) GetZ() float32 + func (o *RelativeCartesianLocation) GetZOk() (*float32, bool) + func (o *RelativeCartesianLocation) HasZ() bool + func (o *RelativeCartesianLocation) SetX(v float32) + func (o *RelativeCartesianLocation) SetY(v float32) + func (o *RelativeCartesianLocation) SetZ(v float32) + func (o RelativeCartesianLocation) MarshalJSON() ([]byte, error) + func (o RelativeCartesianLocation) ToMap() (map[string]interface{}, error) + type ScheduledCommunicationTime struct + DaysOfWeek []int32 + TimeOfDayEnd *string + TimeOfDayStart *string + func NewScheduledCommunicationTime() *ScheduledCommunicationTime + func NewScheduledCommunicationTimeWithDefaults() *ScheduledCommunicationTime + func (o *ScheduledCommunicationTime) GetDaysOfWeek() []int32 + func (o *ScheduledCommunicationTime) GetDaysOfWeekOk() ([]int32, bool) + func (o *ScheduledCommunicationTime) GetTimeOfDayEnd() string + func (o *ScheduledCommunicationTime) GetTimeOfDayEndOk() (*string, bool) + func (o *ScheduledCommunicationTime) GetTimeOfDayStart() string + func (o *ScheduledCommunicationTime) GetTimeOfDayStartOk() (*string, bool) + func (o *ScheduledCommunicationTime) HasDaysOfWeek() bool + func (o *ScheduledCommunicationTime) HasTimeOfDayEnd() bool + func (o *ScheduledCommunicationTime) HasTimeOfDayStart() bool + func (o *ScheduledCommunicationTime) SetDaysOfWeek(v []int32) + func (o *ScheduledCommunicationTime) SetTimeOfDayEnd(v string) + func (o *ScheduledCommunicationTime) SetTimeOfDayStart(v string) + func (o ScheduledCommunicationTime) MarshalJSON() ([]byte, error) + func (o ScheduledCommunicationTime) ToMap() (map[string]interface{}, error) + type ScheduledCommunicationType struct + ScheduledCommunicationTypeAnyOf *ScheduledCommunicationTypeAnyOf + String *string + func (dst *ScheduledCommunicationType) UnmarshalJSON(data []byte) error + func (src *ScheduledCommunicationType) MarshalJSON() ([]byte, error) + type ScheduledCommunicationTypeAnyOf string + const BIDIRECTIONAL + const DOWNLINK + const UPLINK + func NewScheduledCommunicationTypeAnyOfFromValue(v string) (*ScheduledCommunicationTypeAnyOf, error) + func (v *ScheduledCommunicationTypeAnyOf) UnmarshalJSON(src []byte) error + func (v ScheduledCommunicationTypeAnyOf) IsValid() bool + func (v ScheduledCommunicationTypeAnyOf) Ptr() *ScheduledCommunicationTypeAnyOf + type ServerConfiguration struct + Description string + URL string + Variables map[string]ServerVariable + type ServerConfigurations []ServerConfiguration + func (sc ServerConfigurations) URL(index int, variables map[string]string) (string, error) + type ServerVariable struct + DefaultValue string + Description string + EnumValues []string + type Snssai struct + Sd *string + Sst int32 + func NewSnssai(sst int32) *Snssai + func NewSnssaiWithDefaults() *Snssai + func (o *Snssai) GetSd() string + func (o *Snssai) GetSdOk() (*string, bool) + func (o *Snssai) GetSst() int32 + func (o *Snssai) GetSstOk() (*int32, bool) + func (o *Snssai) HasSd() bool + func (o *Snssai) SetSd(v string) + func (o *Snssai) SetSst(v int32) + func (o Snssai) MarshalJSON() ([]byte, error) + func (o Snssai) ToMap() (map[string]interface{}, error) + type StationaryIndication struct + StationaryIndicationAnyOf *StationaryIndicationAnyOf + String *string + func (dst *StationaryIndication) UnmarshalJSON(data []byte) error + func (src *StationaryIndication) MarshalJSON() ([]byte, error) + type StationaryIndicationAnyOf string + const MOBILE + const STATIONARY + func NewStationaryIndicationAnyOfFromValue(v string) (*StationaryIndicationAnyOf, error) + func (v *StationaryIndicationAnyOf) UnmarshalJSON(src []byte) error + func (v StationaryIndicationAnyOf) IsValid() bool + func (v StationaryIndicationAnyOf) Ptr() *StationaryIndicationAnyOf + type SupportedGADShapes struct + String *string + SupportedGADShapesAnyOf *SupportedGADShapesAnyOf + func (dst *SupportedGADShapes) UnmarshalJSON(data []byte) error + func (src *SupportedGADShapes) MarshalJSON() ([]byte, error) + type SupportedGADShapesAnyOf string + const ELLIPSOID_ARC + const LOCAL_2_D_POINT_UNCERTAINTY_ELLIPSE + const LOCAL_3_D_POINT_UNCERTAINTY_ELLIPSOID + const POINT + const POINT_ALTITUDE + const POINT_ALTITUDE_UNCERTAINTY + const POINT_UNCERTAINTY_CIRCLE + const POINT_UNCERTAINTY_ELLIPSE + const POLYGON + func NewSupportedGADShapesAnyOfFromValue(v string) (*SupportedGADShapesAnyOf, error) + func (v *SupportedGADShapesAnyOf) UnmarshalJSON(src []byte) error + func (v SupportedGADShapesAnyOf) IsValid() bool + func (v SupportedGADShapesAnyOf) Ptr() *SupportedGADShapesAnyOf + type Tai struct + Nid *string + PlmnId PlmnId + Tac string + func NewTai(plmnId PlmnId, tac string) *Tai + func NewTaiWithDefaults() *Tai + func (o *Tai) GetNid() string + func (o *Tai) GetNidOk() (*string, bool) + func (o *Tai) GetPlmnId() PlmnId + func (o *Tai) GetPlmnIdOk() (*PlmnId, bool) + func (o *Tai) GetTac() string + func (o *Tai) GetTacOk() (*string, bool) + func (o *Tai) HasNid() bool + func (o *Tai) SetNid(v string) + func (o *Tai) SetPlmnId(v PlmnId) + func (o *Tai) SetTac(v string) + func (o Tai) MarshalJSON() ([]byte, error) + func (o Tai) ToMap() (map[string]interface{}, error) + type TrafficProfile struct + String *string + TrafficProfileAnyOf *TrafficProfileAnyOf + func (dst *TrafficProfile) UnmarshalJSON(data []byte) error + func (src *TrafficProfile) MarshalJSON() ([]byte, error) + type TrafficProfileAnyOf string + const DUAL_TRANS_DL_FIRST + const DUAL_TRANS_UL_FIRST + const MULTI_TRANS + const SINGLE_TRANS_DL + const SINGLE_TRANS_UL + func NewTrafficProfileAnyOfFromValue(v string) (*TrafficProfileAnyOf, error) + func (v *TrafficProfileAnyOf) UnmarshalJSON(src []byte) error + func (v TrafficProfileAnyOf) IsValid() bool + func (v TrafficProfileAnyOf) Ptr() *TrafficProfileAnyOf + type UmtLocationArea5G struct + CivicAddresses []CivicAddress + GeographicAreas []GeographicArea + NwAreaInfo *NetworkAreaInfo + UmtDuration *int32 + UmtTime *string + func NewUmtLocationArea5G() *UmtLocationArea5G + func NewUmtLocationArea5GWithDefaults() *UmtLocationArea5G + func (o *UmtLocationArea5G) GetCivicAddresses() []CivicAddress + func (o *UmtLocationArea5G) GetCivicAddressesOk() ([]CivicAddress, bool) + func (o *UmtLocationArea5G) GetGeographicAreas() []GeographicArea + func (o *UmtLocationArea5G) GetGeographicAreasOk() ([]GeographicArea, bool) + func (o *UmtLocationArea5G) GetNwAreaInfo() NetworkAreaInfo + func (o *UmtLocationArea5G) GetNwAreaInfoOk() (*NetworkAreaInfo, bool) + func (o *UmtLocationArea5G) GetUmtDuration() int32 + func (o *UmtLocationArea5G) GetUmtDurationOk() (*int32, bool) + func (o *UmtLocationArea5G) GetUmtTime() string + func (o *UmtLocationArea5G) GetUmtTimeOk() (*string, bool) + func (o *UmtLocationArea5G) HasCivicAddresses() bool + func (o *UmtLocationArea5G) HasGeographicAreas() bool + func (o *UmtLocationArea5G) HasNwAreaInfo() bool + func (o *UmtLocationArea5G) HasUmtDuration() bool + func (o *UmtLocationArea5G) HasUmtTime() bool + func (o *UmtLocationArea5G) SetCivicAddresses(v []CivicAddress) + func (o *UmtLocationArea5G) SetGeographicAreas(v []GeographicArea) + func (o *UmtLocationArea5G) SetNwAreaInfo(v NetworkAreaInfo) + func (o *UmtLocationArea5G) SetUmtDuration(v int32) + func (o *UmtLocationArea5G) SetUmtTime(v string) + func (o UmtLocationArea5G) MarshalJSON() ([]byte, error) + func (o UmtLocationArea5G) ToMap() (map[string]interface{}, error) + type UmtLocationArea5GAllOf struct + UmtDuration *int32 + UmtTime *string + func NewUmtLocationArea5GAllOf() *UmtLocationArea5GAllOf + func NewUmtLocationArea5GAllOfWithDefaults() *UmtLocationArea5GAllOf + func (o *UmtLocationArea5GAllOf) GetUmtDuration() int32 + func (o *UmtLocationArea5GAllOf) GetUmtDurationOk() (*int32, bool) + func (o *UmtLocationArea5GAllOf) GetUmtTime() string + func (o *UmtLocationArea5GAllOf) GetUmtTimeOk() (*string, bool) + func (o *UmtLocationArea5GAllOf) HasUmtDuration() bool + func (o *UmtLocationArea5GAllOf) HasUmtTime() bool + func (o *UmtLocationArea5GAllOf) SetUmtDuration(v int32) + func (o *UmtLocationArea5GAllOf) SetUmtTime(v string) + func (o UmtLocationArea5GAllOf) MarshalJSON() ([]byte, error) + func (o UmtLocationArea5GAllOf) ToMap() (map[string]interface{}, error) + type UncertaintyEllipse struct + OrientationMajor int32 + SemiMajor float32 + SemiMinor float32 + func NewUncertaintyEllipse(semiMajor float32, semiMinor float32, orientationMajor int32) *UncertaintyEllipse + func NewUncertaintyEllipseWithDefaults() *UncertaintyEllipse + func (o *UncertaintyEllipse) GetOrientationMajor() int32 + func (o *UncertaintyEllipse) GetOrientationMajorOk() (*int32, bool) + func (o *UncertaintyEllipse) GetSemiMajor() float32 + func (o *UncertaintyEllipse) GetSemiMajorOk() (*float32, bool) + func (o *UncertaintyEllipse) GetSemiMinor() float32 + func (o *UncertaintyEllipse) GetSemiMinorOk() (*float32, bool) + func (o *UncertaintyEllipse) SetOrientationMajor(v int32) + func (o *UncertaintyEllipse) SetSemiMajor(v float32) + func (o *UncertaintyEllipse) SetSemiMinor(v float32) + func (o UncertaintyEllipse) MarshalJSON() ([]byte, error) + func (o UncertaintyEllipse) ToMap() (map[string]interface{}, error) + type UncertaintyEllipsoid struct + OrientationMajor int32 + SemiMajor float32 + SemiMinor float32 + Vertical float32 + func NewUncertaintyEllipsoid(semiMajor float32, semiMinor float32, vertical float32, orientationMajor int32) *UncertaintyEllipsoid + func NewUncertaintyEllipsoidWithDefaults() *UncertaintyEllipsoid + func (o *UncertaintyEllipsoid) GetOrientationMajor() int32 + func (o *UncertaintyEllipsoid) GetOrientationMajorOk() (*int32, bool) + func (o *UncertaintyEllipsoid) GetSemiMajor() float32 + func (o *UncertaintyEllipsoid) GetSemiMajorOk() (*float32, bool) + func (o *UncertaintyEllipsoid) GetSemiMinor() float32 + func (o *UncertaintyEllipsoid) GetSemiMinorOk() (*float32, bool) + func (o *UncertaintyEllipsoid) GetVertical() float32 + func (o *UncertaintyEllipsoid) GetVerticalOk() (*float32, bool) + func (o *UncertaintyEllipsoid) SetOrientationMajor(v int32) + func (o *UncertaintyEllipsoid) SetSemiMajor(v float32) + func (o *UncertaintyEllipsoid) SetSemiMinor(v float32) + func (o *UncertaintyEllipsoid) SetVertical(v float32) + func (o UncertaintyEllipsoid) MarshalJSON() ([]byte, error) + func (o UncertaintyEllipsoid) ToMap() (map[string]interface{}, error)