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 AllowedCommunicationTypeAnyOfEnumValues = []CommunicationTypeAnyOf + var AllowedDataFormatAnyOfEnumValues = []DataFormatAnyOf + var AllowedOperationAnyOfEnumValues = []OperationAnyOf + var AllowedProtocolAnyOfEnumValues = []ProtocolAnyOf + var AllowedSecurityMethodAnyOfEnumValues = []SecurityMethodAnyOf + var AllowedSupportedGADShapesAnyOfEnumValues = []SupportedGADShapesAnyOf + 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 + DefaultApi *DefaultApiService + 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 AefLocation struct + CivicAddr *CivicAddress + DcId *string + GeoArea *GeographicArea + func NewAefLocation() *AefLocation + func NewAefLocationWithDefaults() *AefLocation + func (o *AefLocation) GetCivicAddr() CivicAddress + func (o *AefLocation) GetCivicAddrOk() (*CivicAddress, bool) + func (o *AefLocation) GetDcId() string + func (o *AefLocation) GetDcIdOk() (*string, bool) + func (o *AefLocation) GetGeoArea() GeographicArea + func (o *AefLocation) GetGeoAreaOk() (*GeographicArea, bool) + func (o *AefLocation) HasCivicAddr() bool + func (o *AefLocation) HasDcId() bool + func (o *AefLocation) HasGeoArea() bool + func (o *AefLocation) SetCivicAddr(v CivicAddress) + func (o *AefLocation) SetDcId(v string) + func (o *AefLocation) SetGeoArea(v GeographicArea) + func (o AefLocation) MarshalJSON() ([]byte, error) + func (o AefLocation) ToMap() (map[string]interface{}, error) + type AefProfile struct + Interface *interface{} + func InterfaceAsAefProfile(v *interface{}) AefProfile + func (dst *AefProfile) UnmarshalJSON(data []byte) error + func (obj *AefProfile) GetActualInstance() interface{} + func (src AefProfile) MarshalJSON() ([]byte, error) + type ApiServiceApisServiceApiIdGetRequest struct + ApiService *DefaultApiService + func (r ApiServiceApisServiceApiIdGetRequest) AefId(aefId string) ApiServiceApisServiceApiIdGetRequest + func (r ApiServiceApisServiceApiIdGetRequest) Execute() (*RoutingInfo, *http.Response, error) + func (r ApiServiceApisServiceApiIdGetRequest) SuppFeat(suppFeat string) ApiServiceApisServiceApiIdGetRequest + type BasicAuth struct + Password string + UserName string + 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 CommunicationType struct + CommunicationTypeAnyOf *CommunicationTypeAnyOf + String *string + func (dst *CommunicationType) UnmarshalJSON(data []byte) error + func (src *CommunicationType) MarshalJSON() ([]byte, error) + type CommunicationTypeAnyOf string + const REQUEST_RESPONSE + const SUBSCRIBE_NOTIFY + func NewCommunicationTypeAnyOfFromValue(v string) (*CommunicationTypeAnyOf, error) + func (v *CommunicationTypeAnyOf) UnmarshalJSON(src []byte) error + func (v CommunicationTypeAnyOf) IsValid() bool + func (v CommunicationTypeAnyOf) Ptr() *CommunicationTypeAnyOf + 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 CustomOperation struct + CommType CommunicationType + CustOpName string + Description *string + Operations []Operation + func NewCustomOperation(commType CommunicationType, custOpName string) *CustomOperation + func NewCustomOperationWithDefaults() *CustomOperation + func (o *CustomOperation) GetCommType() CommunicationType + func (o *CustomOperation) GetCommTypeOk() (*CommunicationType, bool) + func (o *CustomOperation) GetCustOpName() string + func (o *CustomOperation) GetCustOpNameOk() (*string, bool) + func (o *CustomOperation) GetDescription() string + func (o *CustomOperation) GetDescriptionOk() (*string, bool) + func (o *CustomOperation) GetOperations() []Operation + func (o *CustomOperation) GetOperationsOk() ([]Operation, bool) + func (o *CustomOperation) HasDescription() bool + func (o *CustomOperation) HasOperations() bool + func (o *CustomOperation) SetCommType(v CommunicationType) + func (o *CustomOperation) SetCustOpName(v string) + func (o *CustomOperation) SetDescription(v string) + func (o *CustomOperation) SetOperations(v []Operation) + func (o CustomOperation) MarshalJSON() ([]byte, error) + func (o CustomOperation) ToMap() (map[string]interface{}, error) + type DataFormat struct + DataFormatAnyOf *DataFormatAnyOf + String *string + func (dst *DataFormat) UnmarshalJSON(data []byte) error + func (src *DataFormat) MarshalJSON() ([]byte, error) + type DataFormatAnyOf string + const JSON + func NewDataFormatAnyOfFromValue(v string) (*DataFormatAnyOf, error) + func (v *DataFormatAnyOf) UnmarshalJSON(src []byte) error + func (v DataFormatAnyOf) IsValid() bool + func (v DataFormatAnyOf) Ptr() *DataFormatAnyOf + type DefaultApiService service + func (a *DefaultApiService) ServiceApisServiceApiIdGet(ctx context.Context, serviceApiId string) ApiServiceApisServiceApiIdGetRequest + func (a *DefaultApiService) ServiceApisServiceApiIdGetExecute(r ApiServiceApisServiceApiIdGetRequest) (*RoutingInfo, *http.Response, 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 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 InterfaceDescription struct + Interface *interface{} + func InterfaceAsInterfaceDescription(v *interface{}) InterfaceDescription + func (dst *InterfaceDescription) UnmarshalJSON(data []byte) error + func (obj *InterfaceDescription) GetActualInstance() interface{} + func (src InterfaceDescription) MarshalJSON() ([]byte, 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 Ipv4AddressRange struct + End *string + Start *string + func NewIpv4AddressRange() *Ipv4AddressRange + func NewIpv4AddressRangeWithDefaults() *Ipv4AddressRange + func (o *Ipv4AddressRange) GetEnd() string + func (o *Ipv4AddressRange) GetEndOk() (*string, bool) + func (o *Ipv4AddressRange) GetStart() string + func (o *Ipv4AddressRange) GetStartOk() (*string, bool) + func (o *Ipv4AddressRange) HasEnd() bool + func (o *Ipv4AddressRange) HasStart() bool + func (o *Ipv4AddressRange) SetEnd(v string) + func (o *Ipv4AddressRange) SetStart(v string) + func (o Ipv4AddressRange) MarshalJSON() ([]byte, error) + func (o Ipv4AddressRange) ToMap() (map[string]interface{}, error) + type Ipv6AddressRange struct + End string + Start string + func NewIpv6AddressRange(start string, end string) *Ipv6AddressRange + func NewIpv6AddressRangeWithDefaults() *Ipv6AddressRange + func (o *Ipv6AddressRange) GetEnd() string + func (o *Ipv6AddressRange) GetEndOk() (*string, bool) + func (o *Ipv6AddressRange) GetStart() string + func (o *Ipv6AddressRange) GetStartOk() (*string, bool) + func (o *Ipv6AddressRange) SetEnd(v string) + func (o *Ipv6AddressRange) SetStart(v string) + func (o Ipv6AddressRange) MarshalJSON() ([]byte, error) + func (o Ipv6AddressRange) 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 MappedNullable interface + ToMap func() (map[string]interface{}, error) + type NullableAefLocation struct + func NewNullableAefLocation(val *AefLocation) *NullableAefLocation + func (v *NullableAefLocation) Set(val *AefLocation) + func (v *NullableAefLocation) UnmarshalJSON(src []byte) error + func (v *NullableAefLocation) Unset() + func (v NullableAefLocation) Get() *AefLocation + func (v NullableAefLocation) IsSet() bool + func (v NullableAefLocation) MarshalJSON() ([]byte, error) + type NullableAefProfile struct + func NewNullableAefProfile(val *AefProfile) *NullableAefProfile + func (v *NullableAefProfile) Set(val *AefProfile) + func (v *NullableAefProfile) UnmarshalJSON(src []byte) error + func (v *NullableAefProfile) Unset() + func (v NullableAefProfile) Get() *AefProfile + func (v NullableAefProfile) IsSet() bool + func (v NullableAefProfile) 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 NullableCommunicationType struct + func NewNullableCommunicationType(val *CommunicationType) *NullableCommunicationType + func (v *NullableCommunicationType) Set(val *CommunicationType) + func (v *NullableCommunicationType) UnmarshalJSON(src []byte) error + func (v *NullableCommunicationType) Unset() + func (v NullableCommunicationType) Get() *CommunicationType + func (v NullableCommunicationType) IsSet() bool + func (v NullableCommunicationType) MarshalJSON() ([]byte, error) + type NullableCommunicationTypeAnyOf struct + func NewNullableCommunicationTypeAnyOf(val *CommunicationTypeAnyOf) *NullableCommunicationTypeAnyOf + func (v *NullableCommunicationTypeAnyOf) Set(val *CommunicationTypeAnyOf) + func (v *NullableCommunicationTypeAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableCommunicationTypeAnyOf) Unset() + func (v NullableCommunicationTypeAnyOf) Get() *CommunicationTypeAnyOf + func (v NullableCommunicationTypeAnyOf) IsSet() bool + func (v NullableCommunicationTypeAnyOf) MarshalJSON() ([]byte, error) + type NullableCustomOperation struct + func NewNullableCustomOperation(val *CustomOperation) *NullableCustomOperation + func (v *NullableCustomOperation) Set(val *CustomOperation) + func (v *NullableCustomOperation) UnmarshalJSON(src []byte) error + func (v *NullableCustomOperation) Unset() + func (v NullableCustomOperation) Get() *CustomOperation + func (v NullableCustomOperation) IsSet() bool + func (v NullableCustomOperation) MarshalJSON() ([]byte, error) + type NullableDataFormat struct + func NewNullableDataFormat(val *DataFormat) *NullableDataFormat + func (v *NullableDataFormat) Set(val *DataFormat) + func (v *NullableDataFormat) UnmarshalJSON(src []byte) error + func (v *NullableDataFormat) Unset() + func (v NullableDataFormat) Get() *DataFormat + func (v NullableDataFormat) IsSet() bool + func (v NullableDataFormat) MarshalJSON() ([]byte, error) + type NullableDataFormatAnyOf struct + func NewNullableDataFormatAnyOf(val *DataFormatAnyOf) *NullableDataFormatAnyOf + func (v *NullableDataFormatAnyOf) Set(val *DataFormatAnyOf) + func (v *NullableDataFormatAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableDataFormatAnyOf) Unset() + func (v NullableDataFormatAnyOf) Get() *DataFormatAnyOf + func (v NullableDataFormatAnyOf) IsSet() bool + func (v NullableDataFormatAnyOf) 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 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 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 NullableInterfaceDescription struct + func NewNullableInterfaceDescription(val *InterfaceDescription) *NullableInterfaceDescription + func (v *NullableInterfaceDescription) Set(val *InterfaceDescription) + func (v *NullableInterfaceDescription) UnmarshalJSON(src []byte) error + func (v *NullableInterfaceDescription) Unset() + func (v NullableInterfaceDescription) Get() *InterfaceDescription + func (v NullableInterfaceDescription) IsSet() bool + func (v NullableInterfaceDescription) 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 NullableIpv4AddressRange struct + func NewNullableIpv4AddressRange(val *Ipv4AddressRange) *NullableIpv4AddressRange + func (v *NullableIpv4AddressRange) Set(val *Ipv4AddressRange) + func (v *NullableIpv4AddressRange) UnmarshalJSON(src []byte) error + func (v *NullableIpv4AddressRange) Unset() + func (v NullableIpv4AddressRange) Get() *Ipv4AddressRange + func (v NullableIpv4AddressRange) IsSet() bool + func (v NullableIpv4AddressRange) MarshalJSON() ([]byte, error) + type NullableIpv6AddressRange struct + func NewNullableIpv6AddressRange(val *Ipv6AddressRange) *NullableIpv6AddressRange + func (v *NullableIpv6AddressRange) Set(val *Ipv6AddressRange) + func (v *NullableIpv6AddressRange) UnmarshalJSON(src []byte) error + func (v *NullableIpv6AddressRange) Unset() + func (v NullableIpv6AddressRange) Get() *Ipv6AddressRange + func (v NullableIpv6AddressRange) IsSet() bool + func (v NullableIpv6AddressRange) 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 NullableOperation struct + func NewNullableOperation(val *Operation) *NullableOperation + func (v *NullableOperation) Set(val *Operation) + func (v *NullableOperation) UnmarshalJSON(src []byte) error + func (v *NullableOperation) Unset() + func (v NullableOperation) Get() *Operation + func (v NullableOperation) IsSet() bool + func (v NullableOperation) MarshalJSON() ([]byte, error) + type NullableOperationAnyOf struct + func NewNullableOperationAnyOf(val *OperationAnyOf) *NullableOperationAnyOf + func (v *NullableOperationAnyOf) Set(val *OperationAnyOf) + func (v *NullableOperationAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableOperationAnyOf) Unset() + func (v NullableOperationAnyOf) Get() *OperationAnyOf + func (v NullableOperationAnyOf) IsSet() bool + func (v NullableOperationAnyOf) 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 NullableProtocol struct + func NewNullableProtocol(val *Protocol) *NullableProtocol + func (v *NullableProtocol) Set(val *Protocol) + func (v *NullableProtocol) UnmarshalJSON(src []byte) error + func (v *NullableProtocol) Unset() + func (v NullableProtocol) Get() *Protocol + func (v NullableProtocol) IsSet() bool + func (v NullableProtocol) MarshalJSON() ([]byte, error) + type NullableProtocolAnyOf struct + func NewNullableProtocolAnyOf(val *ProtocolAnyOf) *NullableProtocolAnyOf + func (v *NullableProtocolAnyOf) Set(val *ProtocolAnyOf) + func (v *NullableProtocolAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableProtocolAnyOf) Unset() + func (v NullableProtocolAnyOf) Get() *ProtocolAnyOf + func (v NullableProtocolAnyOf) IsSet() bool + func (v NullableProtocolAnyOf) 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 NullableResource struct + func NewNullableResource(val *Resource) *NullableResource + func (v *NullableResource) Set(val *Resource) + func (v *NullableResource) UnmarshalJSON(src []byte) error + func (v *NullableResource) Unset() + func (v NullableResource) Get() *Resource + func (v NullableResource) IsSet() bool + func (v NullableResource) MarshalJSON() ([]byte, error) + type NullableRoutingInfo struct + func NewNullableRoutingInfo(val *RoutingInfo) *NullableRoutingInfo + func (v *NullableRoutingInfo) Set(val *RoutingInfo) + func (v *NullableRoutingInfo) UnmarshalJSON(src []byte) error + func (v *NullableRoutingInfo) Unset() + func (v NullableRoutingInfo) Get() *RoutingInfo + func (v NullableRoutingInfo) IsSet() bool + func (v NullableRoutingInfo) MarshalJSON() ([]byte, error) + type NullableRoutingRule struct + func NewNullableRoutingRule(val *RoutingRule) *NullableRoutingRule + func (v *NullableRoutingRule) Set(val *RoutingRule) + func (v *NullableRoutingRule) UnmarshalJSON(src []byte) error + func (v *NullableRoutingRule) Unset() + func (v NullableRoutingRule) Get() *RoutingRule + func (v NullableRoutingRule) IsSet() bool + func (v NullableRoutingRule) MarshalJSON() ([]byte, error) + type NullableSecurityMethod struct + func NewNullableSecurityMethod(val *SecurityMethod) *NullableSecurityMethod + func (v *NullableSecurityMethod) Set(val *SecurityMethod) + func (v *NullableSecurityMethod) UnmarshalJSON(src []byte) error + func (v *NullableSecurityMethod) Unset() + func (v NullableSecurityMethod) Get() *SecurityMethod + func (v NullableSecurityMethod) IsSet() bool + func (v NullableSecurityMethod) MarshalJSON() ([]byte, error) + type NullableSecurityMethodAnyOf struct + func NewNullableSecurityMethodAnyOf(val *SecurityMethodAnyOf) *NullableSecurityMethodAnyOf + func (v *NullableSecurityMethodAnyOf) Set(val *SecurityMethodAnyOf) + func (v *NullableSecurityMethodAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableSecurityMethodAnyOf) Unset() + func (v NullableSecurityMethodAnyOf) Get() *SecurityMethodAnyOf + func (v NullableSecurityMethodAnyOf) IsSet() bool + func (v NullableSecurityMethodAnyOf) 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 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 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 NullableVersion struct + func NewNullableVersion(val *Version) *NullableVersion + func (v *NullableVersion) Set(val *Version) + func (v *NullableVersion) UnmarshalJSON(src []byte) error + func (v *NullableVersion) Unset() + func (v NullableVersion) Get() *Version + func (v NullableVersion) IsSet() bool + func (v NullableVersion) MarshalJSON() ([]byte, error) + type Operation struct + OperationAnyOf *OperationAnyOf + String *string + func (dst *Operation) UnmarshalJSON(data []byte) error + func (src *Operation) MarshalJSON() ([]byte, error) + type OperationAnyOf string + const DELETE + const GET + const PATCH + const POST + const PUT + func NewOperationAnyOfFromValue(v string) (*OperationAnyOf, error) + func (v *OperationAnyOf) UnmarshalJSON(src []byte) error + func (v OperationAnyOf) IsValid() bool + func (v OperationAnyOf) Ptr() *OperationAnyOf + 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 Protocol struct + ProtocolAnyOf *ProtocolAnyOf + String *string + func (dst *Protocol) UnmarshalJSON(data []byte) error + func (src *Protocol) MarshalJSON() ([]byte, error) + type ProtocolAnyOf string + func NewProtocolAnyOfFromValue(v string) (*ProtocolAnyOf, error) + func (v *ProtocolAnyOf) UnmarshalJSON(src []byte) error + func (v ProtocolAnyOf) IsValid() bool + func (v ProtocolAnyOf) Ptr() *ProtocolAnyOf + 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 Resource struct + CommType CommunicationType + CustOpName *string + CustOperations []CustomOperation + Description *string + Operations []Operation + ResourceName string + Uri string + func NewResource(resourceName string, commType CommunicationType, uri string) *Resource + func NewResourceWithDefaults() *Resource + func (o *Resource) GetCommType() CommunicationType + func (o *Resource) GetCommTypeOk() (*CommunicationType, bool) + func (o *Resource) GetCustOpName() string + func (o *Resource) GetCustOpNameOk() (*string, bool) + func (o *Resource) GetCustOperations() []CustomOperation + func (o *Resource) GetCustOperationsOk() ([]CustomOperation, bool) + func (o *Resource) GetDescription() string + func (o *Resource) GetDescriptionOk() (*string, bool) + func (o *Resource) GetOperations() []Operation + func (o *Resource) GetOperationsOk() ([]Operation, bool) + func (o *Resource) GetResourceName() string + func (o *Resource) GetResourceNameOk() (*string, bool) + func (o *Resource) GetUri() string + func (o *Resource) GetUriOk() (*string, bool) + func (o *Resource) HasCustOpName() bool + func (o *Resource) HasCustOperations() bool + func (o *Resource) HasDescription() bool + func (o *Resource) HasOperations() bool + func (o *Resource) SetCommType(v CommunicationType) + func (o *Resource) SetCustOpName(v string) + func (o *Resource) SetCustOperations(v []CustomOperation) + func (o *Resource) SetDescription(v string) + func (o *Resource) SetOperations(v []Operation) + func (o *Resource) SetResourceName(v string) + func (o *Resource) SetUri(v string) + func (o Resource) MarshalJSON() ([]byte, error) + func (o Resource) ToMap() (map[string]interface{}, error) + type RoutingInfo struct + RoutingRules []RoutingRule + func NewRoutingInfo(routingRules []RoutingRule) *RoutingInfo + func NewRoutingInfoWithDefaults() *RoutingInfo + func (o *RoutingInfo) GetRoutingRules() []RoutingRule + func (o *RoutingInfo) GetRoutingRulesOk() ([]RoutingRule, bool) + func (o *RoutingInfo) SetRoutingRules(v []RoutingRule) + func (o RoutingInfo) MarshalJSON() ([]byte, error) + func (o RoutingInfo) ToMap() (map[string]interface{}, error) + type RoutingRule struct + AefProfile AefProfile + Ipv4AddrRanges []Ipv4AddressRange + Ipv6AddrRanges []Ipv6AddressRange + func NewRoutingRule(aefProfile AefProfile) *RoutingRule + func NewRoutingRuleWithDefaults() *RoutingRule + func (o *RoutingRule) GetAefProfile() AefProfile + func (o *RoutingRule) GetAefProfileOk() (*AefProfile, bool) + func (o *RoutingRule) GetIpv4AddrRanges() []Ipv4AddressRange + func (o *RoutingRule) GetIpv4AddrRangesOk() ([]Ipv4AddressRange, bool) + func (o *RoutingRule) GetIpv6AddrRanges() []Ipv6AddressRange + func (o *RoutingRule) GetIpv6AddrRangesOk() ([]Ipv6AddressRange, bool) + func (o *RoutingRule) HasIpv4AddrRanges() bool + func (o *RoutingRule) HasIpv6AddrRanges() bool + func (o *RoutingRule) SetAefProfile(v AefProfile) + func (o *RoutingRule) SetIpv4AddrRanges(v []Ipv4AddressRange) + func (o *RoutingRule) SetIpv6AddrRanges(v []Ipv6AddressRange) + func (o RoutingRule) MarshalJSON() ([]byte, error) + func (o RoutingRule) ToMap() (map[string]interface{}, error) + type SecurityMethod struct + SecurityMethodAnyOf *SecurityMethodAnyOf + String *string + func (dst *SecurityMethod) UnmarshalJSON(data []byte) error + func (src *SecurityMethod) MarshalJSON() ([]byte, error) + type SecurityMethodAnyOf string + const OAUTH + const PKI + const PSK + func NewSecurityMethodAnyOfFromValue(v string) (*SecurityMethodAnyOf, error) + func (v *SecurityMethodAnyOf) UnmarshalJSON(src []byte) error + func (v SecurityMethodAnyOf) IsValid() bool + func (v SecurityMethodAnyOf) Ptr() *SecurityMethodAnyOf + 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 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 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) + type Version struct + ApiVersion string + CustOperations []CustomOperation + Expiry *time.Time + Resources []Resource + func NewVersion(apiVersion string) *Version + func NewVersionWithDefaults() *Version + func (o *Version) GetApiVersion() string + func (o *Version) GetApiVersionOk() (*string, bool) + func (o *Version) GetCustOperations() []CustomOperation + func (o *Version) GetCustOperationsOk() ([]CustomOperation, bool) + func (o *Version) GetExpiry() time.Time + func (o *Version) GetExpiryOk() (*time.Time, bool) + func (o *Version) GetResources() []Resource + func (o *Version) GetResourcesOk() ([]Resource, bool) + func (o *Version) HasCustOperations() bool + func (o *Version) HasExpiry() bool + func (o *Version) HasResources() bool + func (o *Version) SetApiVersion(v string) + func (o *Version) SetCustOperations(v []CustomOperation) + func (o *Version) SetExpiry(v time.Time) + func (o *Version) SetResources(v []Resource) + func (o Version) MarshalJSON() ([]byte, error) + func (o Version) ToMap() (map[string]interface{}, error)