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 AllowedCAPIFEventAnyOfEnumValues = []CAPIFEventAnyOf + var AllowedCommunicationTypeAnyOfEnumValues = []CommunicationTypeAnyOf + var AllowedDataFormatAnyOfEnumValues = []DataFormatAnyOf + var AllowedNotificationFlagAnyOfEnumValues = []NotificationFlagAnyOf + var AllowedNotificationMethodAnyOfEnumValues = []NotificationMethodAnyOf + var AllowedOperationAnyOfEnumValues = []OperationAnyOf + var AllowedPartitioningCriteriaAnyOfEnumValues = []PartitioningCriteriaAnyOf + 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 AccessControlPolicyList struct + ApiInvokerPolicies []ApiInvokerPolicy + func NewAccessControlPolicyList() *AccessControlPolicyList + func NewAccessControlPolicyListWithDefaults() *AccessControlPolicyList + func (o *AccessControlPolicyList) GetApiInvokerPolicies() []ApiInvokerPolicy + func (o *AccessControlPolicyList) GetApiInvokerPoliciesOk() ([]ApiInvokerPolicy, bool) + func (o *AccessControlPolicyList) HasApiInvokerPolicies() bool + func (o *AccessControlPolicyList) SetApiInvokerPolicies(v []ApiInvokerPolicy) + func (o AccessControlPolicyList) MarshalJSON() ([]byte, error) + func (o AccessControlPolicyList) ToMap() (map[string]interface{}, error) + type AccessControlPolicyListExt struct + ApiId string + ApiInvokerPolicies []ApiInvokerPolicy + func NewAccessControlPolicyListExt(apiId string) *AccessControlPolicyListExt + func NewAccessControlPolicyListExtWithDefaults() *AccessControlPolicyListExt + func (o *AccessControlPolicyListExt) GetApiId() string + func (o *AccessControlPolicyListExt) GetApiIdOk() (*string, bool) + func (o *AccessControlPolicyListExt) GetApiInvokerPolicies() []ApiInvokerPolicy + func (o *AccessControlPolicyListExt) GetApiInvokerPoliciesOk() ([]ApiInvokerPolicy, bool) + func (o *AccessControlPolicyListExt) HasApiInvokerPolicies() bool + func (o *AccessControlPolicyListExt) SetApiId(v string) + func (o *AccessControlPolicyListExt) SetApiInvokerPolicies(v []ApiInvokerPolicy) + func (o AccessControlPolicyListExt) MarshalJSON() ([]byte, error) + func (o AccessControlPolicyListExt) ToMap() (map[string]interface{}, error) + type AccessControlPolicyListExtAllOf struct + ApiId *string + func NewAccessControlPolicyListExtAllOf() *AccessControlPolicyListExtAllOf + func NewAccessControlPolicyListExtAllOfWithDefaults() *AccessControlPolicyListExtAllOf + func (o *AccessControlPolicyListExtAllOf) GetApiId() string + func (o *AccessControlPolicyListExtAllOf) GetApiIdOk() (*string, bool) + func (o *AccessControlPolicyListExtAllOf) HasApiId() bool + func (o *AccessControlPolicyListExtAllOf) SetApiId(v string) + func (o AccessControlPolicyListExtAllOf) MarshalJSON() ([]byte, error) + func (o AccessControlPolicyListExtAllOf) ToMap() (map[string]interface{}, error) + 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 ApiInvokerPolicy struct + AllowedInvocationTimeRangeList []TimeRangeList + AllowedInvocationsPerSecond *int32 + AllowedTotalInvocations *int32 + ApiInvokerId string + func NewApiInvokerPolicy(apiInvokerId string) *ApiInvokerPolicy + func NewApiInvokerPolicyWithDefaults() *ApiInvokerPolicy + func (o *ApiInvokerPolicy) GetAllowedInvocationTimeRangeList() []TimeRangeList + func (o *ApiInvokerPolicy) GetAllowedInvocationTimeRangeListOk() ([]TimeRangeList, bool) + func (o *ApiInvokerPolicy) GetAllowedInvocationsPerSecond() int32 + func (o *ApiInvokerPolicy) GetAllowedInvocationsPerSecondOk() (*int32, bool) + func (o *ApiInvokerPolicy) GetAllowedTotalInvocations() int32 + func (o *ApiInvokerPolicy) GetAllowedTotalInvocationsOk() (*int32, bool) + func (o *ApiInvokerPolicy) GetApiInvokerId() string + func (o *ApiInvokerPolicy) GetApiInvokerIdOk() (*string, bool) + func (o *ApiInvokerPolicy) HasAllowedInvocationTimeRangeList() bool + func (o *ApiInvokerPolicy) HasAllowedInvocationsPerSecond() bool + func (o *ApiInvokerPolicy) HasAllowedTotalInvocations() bool + func (o *ApiInvokerPolicy) SetAllowedInvocationTimeRangeList(v []TimeRangeList) + func (o *ApiInvokerPolicy) SetAllowedInvocationsPerSecond(v int32) + func (o *ApiInvokerPolicy) SetAllowedTotalInvocations(v int32) + func (o *ApiInvokerPolicy) SetApiInvokerId(v string) + func (o ApiInvokerPolicy) MarshalJSON() ([]byte, error) + func (o ApiInvokerPolicy) ToMap() (map[string]interface{}, error) + type ApiSubscriberIdSubscriptionsPostRequest struct + ApiService *DefaultApiService + func (r ApiSubscriberIdSubscriptionsPostRequest) EventSubscription(eventSubscription EventSubscription) ApiSubscriberIdSubscriptionsPostRequest + func (r ApiSubscriberIdSubscriptionsPostRequest) Execute() (*EventSubscription, *http.Response, error) + type ApiSubscriberIdSubscriptionsSubscriptionIdDeleteRequest struct + ApiService *DefaultApiService + func (r ApiSubscriberIdSubscriptionsSubscriptionIdDeleteRequest) Execute() (*http.Response, error) + type BasicAuth struct + Password string + UserName string + type CAPIFEvent struct + CAPIFEventAnyOf *CAPIFEventAnyOf + String *string + func (dst *CAPIFEvent) UnmarshalJSON(data []byte) error + func (src *CAPIFEvent) MarshalJSON() ([]byte, error) + type CAPIFEventAnyOf string + const ACCESS_CONTROL_POLICY_UNAVAILABLE + const ACCESS_CONTROL_POLICY_UPDATE + const API_INVOKER_AUTHORIZATION_REVOKED + const API_INVOKER_OFFBOARDED + const API_INVOKER_ONBOARDED + const API_INVOKER_UPDATED + const API_TOPOLOGY_HIDING_CREATED + const API_TOPOLOGY_HIDING_REVOKED + const SERVICE_API_AVAILABLE + const SERVICE_API_INVOCATION_FAILURE + const SERVICE_API_INVOCATION_SUCCESS + const SERVICE_API_UNAVAILABLE + const SERVICE_API_UPDATE + func NewCAPIFEventAnyOfFromValue(v string) (*CAPIFEventAnyOf, error) + func (v *CAPIFEventAnyOf) UnmarshalJSON(src []byte) error + func (v CAPIFEventAnyOf) IsValid() bool + func (v CAPIFEventAnyOf) Ptr() *CAPIFEventAnyOf + type CAPIFEventDetail struct + AccCtrlPolList *AccessControlPolicyListExt + ApiIds []string + ApiInvokerIds []string + ApiTopoHide *TopologyHiding + InvocationLogs []InvocationLog + ServiceAPIDescriptions []ServiceAPIDescription + func NewCAPIFEventDetail() *CAPIFEventDetail + func NewCAPIFEventDetailWithDefaults() *CAPIFEventDetail + func (o *CAPIFEventDetail) GetAccCtrlPolList() AccessControlPolicyListExt + func (o *CAPIFEventDetail) GetAccCtrlPolListOk() (*AccessControlPolicyListExt, bool) + func (o *CAPIFEventDetail) GetApiIds() []string + func (o *CAPIFEventDetail) GetApiIdsOk() ([]string, bool) + func (o *CAPIFEventDetail) GetApiInvokerIds() []string + func (o *CAPIFEventDetail) GetApiInvokerIdsOk() ([]string, bool) + func (o *CAPIFEventDetail) GetApiTopoHide() TopologyHiding + func (o *CAPIFEventDetail) GetApiTopoHideOk() (*TopologyHiding, bool) + func (o *CAPIFEventDetail) GetInvocationLogs() []InvocationLog + func (o *CAPIFEventDetail) GetInvocationLogsOk() ([]InvocationLog, bool) + func (o *CAPIFEventDetail) GetServiceAPIDescriptions() []ServiceAPIDescription + func (o *CAPIFEventDetail) GetServiceAPIDescriptionsOk() ([]ServiceAPIDescription, bool) + func (o *CAPIFEventDetail) HasAccCtrlPolList() bool + func (o *CAPIFEventDetail) HasApiIds() bool + func (o *CAPIFEventDetail) HasApiInvokerIds() bool + func (o *CAPIFEventDetail) HasApiTopoHide() bool + func (o *CAPIFEventDetail) HasInvocationLogs() bool + func (o *CAPIFEventDetail) HasServiceAPIDescriptions() bool + func (o *CAPIFEventDetail) SetAccCtrlPolList(v AccessControlPolicyListExt) + func (o *CAPIFEventDetail) SetApiIds(v []string) + func (o *CAPIFEventDetail) SetApiInvokerIds(v []string) + func (o *CAPIFEventDetail) SetApiTopoHide(v TopologyHiding) + func (o *CAPIFEventDetail) SetInvocationLogs(v []InvocationLog) + func (o *CAPIFEventDetail) SetServiceAPIDescriptions(v []ServiceAPIDescription) + func (o CAPIFEventDetail) MarshalJSON() ([]byte, error) + func (o CAPIFEventDetail) ToMap() (map[string]interface{}, error) + type CAPIFEventFilter struct + AefIds []string + ApiIds []string + ApiInvokerIds []string + func NewCAPIFEventFilter() *CAPIFEventFilter + func NewCAPIFEventFilterWithDefaults() *CAPIFEventFilter + func (o *CAPIFEventFilter) GetAefIds() []string + func (o *CAPIFEventFilter) GetAefIdsOk() ([]string, bool) + func (o *CAPIFEventFilter) GetApiIds() []string + func (o *CAPIFEventFilter) GetApiIdsOk() ([]string, bool) + func (o *CAPIFEventFilter) GetApiInvokerIds() []string + func (o *CAPIFEventFilter) GetApiInvokerIdsOk() ([]string, bool) + func (o *CAPIFEventFilter) HasAefIds() bool + func (o *CAPIFEventFilter) HasApiIds() bool + func (o *CAPIFEventFilter) HasApiInvokerIds() bool + func (o *CAPIFEventFilter) SetAefIds(v []string) + func (o *CAPIFEventFilter) SetApiIds(v []string) + func (o *CAPIFEventFilter) SetApiInvokerIds(v []string) + func (o CAPIFEventFilter) MarshalJSON() ([]byte, error) + func (o CAPIFEventFilter) ToMap() (map[string]interface{}, 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 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) SubscriberIdSubscriptionsPost(ctx context.Context, subscriberId string) ApiSubscriberIdSubscriptionsPostRequest + func (a *DefaultApiService) SubscriberIdSubscriptionsPostExecute(r ApiSubscriberIdSubscriptionsPostRequest) (*EventSubscription, *http.Response, error) + func (a *DefaultApiService) SubscriberIdSubscriptionsSubscriptionIdDelete(ctx context.Context, subscriberId string, subscriptionId string) ApiSubscriberIdSubscriptionsSubscriptionIdDeleteRequest + func (a *DefaultApiService) SubscriberIdSubscriptionsSubscriptionIdDeleteExecute(r ApiSubscriberIdSubscriptionsSubscriptionIdDeleteRequest) (*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 EventNotification struct + EventDetail *CAPIFEventDetail + Events CAPIFEvent + SubscriptionId string + func NewEventNotification(subscriptionId string, events CAPIFEvent) *EventNotification + func NewEventNotificationWithDefaults() *EventNotification + func (o *EventNotification) GetEventDetail() CAPIFEventDetail + func (o *EventNotification) GetEventDetailOk() (*CAPIFEventDetail, bool) + func (o *EventNotification) GetEvents() CAPIFEvent + func (o *EventNotification) GetEventsOk() (*CAPIFEvent, bool) + func (o *EventNotification) GetSubscriptionId() string + func (o *EventNotification) GetSubscriptionIdOk() (*string, bool) + func (o *EventNotification) HasEventDetail() bool + func (o *EventNotification) SetEventDetail(v CAPIFEventDetail) + func (o *EventNotification) SetEvents(v CAPIFEvent) + func (o *EventNotification) SetSubscriptionId(v string) + func (o EventNotification) MarshalJSON() ([]byte, error) + func (o EventNotification) ToMap() (map[string]interface{}, error) + type EventSubscription struct + EventFilters []CAPIFEventFilter + EventReq *ReportingInformation + Events []CAPIFEvent + NotificationDestination string + RequestTestNotification *bool + SupportedFeatures *string + WebsockNotifConfig *WebsockNotifConfig + func NewEventSubscription(events []CAPIFEvent, notificationDestination string) *EventSubscription + func NewEventSubscriptionWithDefaults() *EventSubscription + func (o *EventSubscription) GetEventFilters() []CAPIFEventFilter + func (o *EventSubscription) GetEventFiltersOk() ([]CAPIFEventFilter, bool) + func (o *EventSubscription) GetEventReq() ReportingInformation + func (o *EventSubscription) GetEventReqOk() (*ReportingInformation, bool) + func (o *EventSubscription) GetEvents() []CAPIFEvent + func (o *EventSubscription) GetEventsOk() ([]CAPIFEvent, bool) + func (o *EventSubscription) GetNotificationDestination() string + func (o *EventSubscription) GetNotificationDestinationOk() (*string, bool) + func (o *EventSubscription) GetRequestTestNotification() bool + func (o *EventSubscription) GetRequestTestNotificationOk() (*bool, bool) + func (o *EventSubscription) GetSupportedFeatures() string + func (o *EventSubscription) GetSupportedFeaturesOk() (*string, bool) + func (o *EventSubscription) GetWebsockNotifConfig() WebsockNotifConfig + func (o *EventSubscription) GetWebsockNotifConfigOk() (*WebsockNotifConfig, bool) + func (o *EventSubscription) HasEventFilters() bool + func (o *EventSubscription) HasEventReq() bool + func (o *EventSubscription) HasRequestTestNotification() bool + func (o *EventSubscription) HasSupportedFeatures() bool + func (o *EventSubscription) HasWebsockNotifConfig() bool + func (o *EventSubscription) SetEventFilters(v []CAPIFEventFilter) + func (o *EventSubscription) SetEventReq(v ReportingInformation) + func (o *EventSubscription) SetEvents(v []CAPIFEvent) + func (o *EventSubscription) SetNotificationDestination(v string) + func (o *EventSubscription) SetRequestTestNotification(v bool) + func (o *EventSubscription) SetSupportedFeatures(v string) + func (o *EventSubscription) SetWebsockNotifConfig(v WebsockNotifConfig) + func (o EventSubscription) MarshalJSON() ([]byte, error) + func (o EventSubscription) 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 InvocationLog struct + AefId string + ApiInvokerId string + Logs []Log + SupportedFeatures *string + func NewInvocationLog(aefId string, apiInvokerId string, logs []Log) *InvocationLog + func NewInvocationLogWithDefaults() *InvocationLog + func (o *InvocationLog) GetAefId() string + func (o *InvocationLog) GetAefIdOk() (*string, bool) + func (o *InvocationLog) GetApiInvokerId() string + func (o *InvocationLog) GetApiInvokerIdOk() (*string, bool) + func (o *InvocationLog) GetLogs() []Log + func (o *InvocationLog) GetLogsOk() ([]Log, bool) + func (o *InvocationLog) GetSupportedFeatures() string + func (o *InvocationLog) GetSupportedFeaturesOk() (*string, bool) + func (o *InvocationLog) HasSupportedFeatures() bool + func (o *InvocationLog) SetAefId(v string) + func (o *InvocationLog) SetApiInvokerId(v string) + func (o *InvocationLog) SetLogs(v []Log) + func (o *InvocationLog) SetSupportedFeatures(v string) + func (o InvocationLog) MarshalJSON() ([]byte, error) + func (o InvocationLog) 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 Log struct + ApiId string + ApiName string + ApiVersion string + DestInterface *InterfaceDescription + FwdInterface *string + InputParameters interface{} + InvocationLatency *int32 + InvocationTime *time.Time + Operation *Operation + OutputParameters interface{} + Protocol Protocol + ResourceName string + Result string + SrcInterface *InterfaceDescription + Uri *string + func NewLog(apiId string, apiName string, apiVersion string, resourceName string, ...) *Log + func NewLogWithDefaults() *Log + func (o *Log) GetApiId() string + func (o *Log) GetApiIdOk() (*string, bool) + func (o *Log) GetApiName() string + func (o *Log) GetApiNameOk() (*string, bool) + func (o *Log) GetApiVersion() string + func (o *Log) GetApiVersionOk() (*string, bool) + func (o *Log) GetDestInterface() InterfaceDescription + func (o *Log) GetDestInterfaceOk() (*InterfaceDescription, bool) + func (o *Log) GetFwdInterface() string + func (o *Log) GetFwdInterfaceOk() (*string, bool) + func (o *Log) GetInputParameters() interface{} + func (o *Log) GetInputParametersOk() (*interface{}, bool) + func (o *Log) GetInvocationLatency() int32 + func (o *Log) GetInvocationLatencyOk() (*int32, bool) + func (o *Log) GetInvocationTime() time.Time + func (o *Log) GetInvocationTimeOk() (*time.Time, bool) + func (o *Log) GetOperation() Operation + func (o *Log) GetOperationOk() (*Operation, bool) + func (o *Log) GetOutputParameters() interface{} + func (o *Log) GetOutputParametersOk() (*interface{}, bool) + func (o *Log) GetProtocol() Protocol + func (o *Log) GetProtocolOk() (*Protocol, bool) + func (o *Log) GetResourceName() string + func (o *Log) GetResourceNameOk() (*string, bool) + func (o *Log) GetResult() string + func (o *Log) GetResultOk() (*string, bool) + func (o *Log) GetSrcInterface() InterfaceDescription + func (o *Log) GetSrcInterfaceOk() (*InterfaceDescription, bool) + func (o *Log) GetUri() string + func (o *Log) GetUriOk() (*string, bool) + func (o *Log) HasDestInterface() bool + func (o *Log) HasFwdInterface() bool + func (o *Log) HasInputParameters() bool + func (o *Log) HasInvocationLatency() bool + func (o *Log) HasInvocationTime() bool + func (o *Log) HasOperation() bool + func (o *Log) HasOutputParameters() bool + func (o *Log) HasSrcInterface() bool + func (o *Log) HasUri() bool + func (o *Log) SetApiId(v string) + func (o *Log) SetApiName(v string) + func (o *Log) SetApiVersion(v string) + func (o *Log) SetDestInterface(v InterfaceDescription) + func (o *Log) SetFwdInterface(v string) + func (o *Log) SetInputParameters(v interface{}) + func (o *Log) SetInvocationLatency(v int32) + func (o *Log) SetInvocationTime(v time.Time) + func (o *Log) SetOperation(v Operation) + func (o *Log) SetOutputParameters(v interface{}) + func (o *Log) SetProtocol(v Protocol) + func (o *Log) SetResourceName(v string) + func (o *Log) SetResult(v string) + func (o *Log) SetSrcInterface(v InterfaceDescription) + func (o *Log) SetUri(v string) + func (o Log) MarshalJSON() ([]byte, error) + func (o Log) ToMap() (map[string]interface{}, error) + type MappedNullable interface + ToMap func() (map[string]interface{}, error) + type NotificationFlag struct + NotificationFlagAnyOf *NotificationFlagAnyOf + String *string + func (dst *NotificationFlag) UnmarshalJSON(data []byte) error + func (src *NotificationFlag) MarshalJSON() ([]byte, error) + type NotificationFlagAnyOf string + const ACTIVATE + const DEACTIVATE + const RETRIEVAL + func NewNotificationFlagAnyOfFromValue(v string) (*NotificationFlagAnyOf, error) + func (v *NotificationFlagAnyOf) UnmarshalJSON(src []byte) error + func (v NotificationFlagAnyOf) IsValid() bool + func (v NotificationFlagAnyOf) Ptr() *NotificationFlagAnyOf + type NotificationMethod struct + NotificationMethodAnyOf *NotificationMethodAnyOf + String *string + func (dst *NotificationMethod) UnmarshalJSON(data []byte) error + func (src *NotificationMethod) MarshalJSON() ([]byte, error) + type NotificationMethodAnyOf string + const ONE_TIME + const ON_EVENT_DETECTION + const PERIODIC + func NewNotificationMethodAnyOfFromValue(v string) (*NotificationMethodAnyOf, error) + func (v *NotificationMethodAnyOf) UnmarshalJSON(src []byte) error + func (v NotificationMethodAnyOf) IsValid() bool + func (v NotificationMethodAnyOf) Ptr() *NotificationMethodAnyOf + type NullableAccessControlPolicyList struct + func NewNullableAccessControlPolicyList(val *AccessControlPolicyList) *NullableAccessControlPolicyList + func (v *NullableAccessControlPolicyList) Set(val *AccessControlPolicyList) + func (v *NullableAccessControlPolicyList) UnmarshalJSON(src []byte) error + func (v *NullableAccessControlPolicyList) Unset() + func (v NullableAccessControlPolicyList) Get() *AccessControlPolicyList + func (v NullableAccessControlPolicyList) IsSet() bool + func (v NullableAccessControlPolicyList) MarshalJSON() ([]byte, error) + type NullableAccessControlPolicyListExt struct + func NewNullableAccessControlPolicyListExt(val *AccessControlPolicyListExt) *NullableAccessControlPolicyListExt + func (v *NullableAccessControlPolicyListExt) Set(val *AccessControlPolicyListExt) + func (v *NullableAccessControlPolicyListExt) UnmarshalJSON(src []byte) error + func (v *NullableAccessControlPolicyListExt) Unset() + func (v NullableAccessControlPolicyListExt) Get() *AccessControlPolicyListExt + func (v NullableAccessControlPolicyListExt) IsSet() bool + func (v NullableAccessControlPolicyListExt) MarshalJSON() ([]byte, error) + type NullableAccessControlPolicyListExtAllOf struct + func NewNullableAccessControlPolicyListExtAllOf(val *AccessControlPolicyListExtAllOf) *NullableAccessControlPolicyListExtAllOf + func (v *NullableAccessControlPolicyListExtAllOf) Set(val *AccessControlPolicyListExtAllOf) + func (v *NullableAccessControlPolicyListExtAllOf) UnmarshalJSON(src []byte) error + func (v *NullableAccessControlPolicyListExtAllOf) Unset() + func (v NullableAccessControlPolicyListExtAllOf) Get() *AccessControlPolicyListExtAllOf + func (v NullableAccessControlPolicyListExtAllOf) IsSet() bool + func (v NullableAccessControlPolicyListExtAllOf) MarshalJSON() ([]byte, 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 NullableApiInvokerPolicy struct + func NewNullableApiInvokerPolicy(val *ApiInvokerPolicy) *NullableApiInvokerPolicy + func (v *NullableApiInvokerPolicy) Set(val *ApiInvokerPolicy) + func (v *NullableApiInvokerPolicy) UnmarshalJSON(src []byte) error + func (v *NullableApiInvokerPolicy) Unset() + func (v NullableApiInvokerPolicy) Get() *ApiInvokerPolicy + func (v NullableApiInvokerPolicy) IsSet() bool + func (v NullableApiInvokerPolicy) 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 NullableCAPIFEvent struct + func NewNullableCAPIFEvent(val *CAPIFEvent) *NullableCAPIFEvent + func (v *NullableCAPIFEvent) Set(val *CAPIFEvent) + func (v *NullableCAPIFEvent) UnmarshalJSON(src []byte) error + func (v *NullableCAPIFEvent) Unset() + func (v NullableCAPIFEvent) Get() *CAPIFEvent + func (v NullableCAPIFEvent) IsSet() bool + func (v NullableCAPIFEvent) MarshalJSON() ([]byte, error) + type NullableCAPIFEventAnyOf struct + func NewNullableCAPIFEventAnyOf(val *CAPIFEventAnyOf) *NullableCAPIFEventAnyOf + func (v *NullableCAPIFEventAnyOf) Set(val *CAPIFEventAnyOf) + func (v *NullableCAPIFEventAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableCAPIFEventAnyOf) Unset() + func (v NullableCAPIFEventAnyOf) Get() *CAPIFEventAnyOf + func (v NullableCAPIFEventAnyOf) IsSet() bool + func (v NullableCAPIFEventAnyOf) MarshalJSON() ([]byte, error) + type NullableCAPIFEventDetail struct + func NewNullableCAPIFEventDetail(val *CAPIFEventDetail) *NullableCAPIFEventDetail + func (v *NullableCAPIFEventDetail) Set(val *CAPIFEventDetail) + func (v *NullableCAPIFEventDetail) UnmarshalJSON(src []byte) error + func (v *NullableCAPIFEventDetail) Unset() + func (v NullableCAPIFEventDetail) Get() *CAPIFEventDetail + func (v NullableCAPIFEventDetail) IsSet() bool + func (v NullableCAPIFEventDetail) MarshalJSON() ([]byte, error) + type NullableCAPIFEventFilter struct + func NewNullableCAPIFEventFilter(val *CAPIFEventFilter) *NullableCAPIFEventFilter + func (v *NullableCAPIFEventFilter) Set(val *CAPIFEventFilter) + func (v *NullableCAPIFEventFilter) UnmarshalJSON(src []byte) error + func (v *NullableCAPIFEventFilter) Unset() + func (v NullableCAPIFEventFilter) Get() *CAPIFEventFilter + func (v NullableCAPIFEventFilter) IsSet() bool + func (v NullableCAPIFEventFilter) 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 NullableEventNotification struct + func NewNullableEventNotification(val *EventNotification) *NullableEventNotification + func (v *NullableEventNotification) Set(val *EventNotification) + func (v *NullableEventNotification) UnmarshalJSON(src []byte) error + func (v *NullableEventNotification) Unset() + func (v NullableEventNotification) Get() *EventNotification + func (v NullableEventNotification) IsSet() bool + func (v NullableEventNotification) MarshalJSON() ([]byte, error) + type NullableEventSubscription struct + func NewNullableEventSubscription(val *EventSubscription) *NullableEventSubscription + func (v *NullableEventSubscription) Set(val *EventSubscription) + func (v *NullableEventSubscription) UnmarshalJSON(src []byte) error + func (v *NullableEventSubscription) Unset() + func (v NullableEventSubscription) Get() *EventSubscription + func (v NullableEventSubscription) IsSet() bool + func (v NullableEventSubscription) 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 NullableInvocationLog struct + func NewNullableInvocationLog(val *InvocationLog) *NullableInvocationLog + func (v *NullableInvocationLog) Set(val *InvocationLog) + func (v *NullableInvocationLog) UnmarshalJSON(src []byte) error + func (v *NullableInvocationLog) Unset() + func (v NullableInvocationLog) Get() *InvocationLog + func (v NullableInvocationLog) IsSet() bool + func (v NullableInvocationLog) 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 NullableLog struct + func NewNullableLog(val *Log) *NullableLog + func (v *NullableLog) Set(val *Log) + func (v *NullableLog) UnmarshalJSON(src []byte) error + func (v *NullableLog) Unset() + func (v NullableLog) Get() *Log + func (v NullableLog) IsSet() bool + func (v NullableLog) MarshalJSON() ([]byte, error) + type NullableNotificationFlag struct + func NewNullableNotificationFlag(val *NotificationFlag) *NullableNotificationFlag + func (v *NullableNotificationFlag) Set(val *NotificationFlag) + func (v *NullableNotificationFlag) UnmarshalJSON(src []byte) error + func (v *NullableNotificationFlag) Unset() + func (v NullableNotificationFlag) Get() *NotificationFlag + func (v NullableNotificationFlag) IsSet() bool + func (v NullableNotificationFlag) MarshalJSON() ([]byte, error) + type NullableNotificationFlagAnyOf struct + func NewNullableNotificationFlagAnyOf(val *NotificationFlagAnyOf) *NullableNotificationFlagAnyOf + func (v *NullableNotificationFlagAnyOf) Set(val *NotificationFlagAnyOf) + func (v *NullableNotificationFlagAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableNotificationFlagAnyOf) Unset() + func (v NullableNotificationFlagAnyOf) Get() *NotificationFlagAnyOf + func (v NullableNotificationFlagAnyOf) IsSet() bool + func (v NullableNotificationFlagAnyOf) MarshalJSON() ([]byte, error) + type NullableNotificationMethod struct + func NewNullableNotificationMethod(val *NotificationMethod) *NullableNotificationMethod + func (v *NullableNotificationMethod) Set(val *NotificationMethod) + func (v *NullableNotificationMethod) UnmarshalJSON(src []byte) error + func (v *NullableNotificationMethod) Unset() + func (v NullableNotificationMethod) Get() *NotificationMethod + func (v NullableNotificationMethod) IsSet() bool + func (v NullableNotificationMethod) MarshalJSON() ([]byte, error) + type NullableNotificationMethodAnyOf struct + func NewNullableNotificationMethodAnyOf(val *NotificationMethodAnyOf) *NullableNotificationMethodAnyOf + func (v *NullableNotificationMethodAnyOf) Set(val *NotificationMethodAnyOf) + func (v *NullableNotificationMethodAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableNotificationMethodAnyOf) Unset() + func (v NullableNotificationMethodAnyOf) Get() *NotificationMethodAnyOf + func (v NullableNotificationMethodAnyOf) IsSet() bool + func (v NullableNotificationMethodAnyOf) 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 NullablePartitioningCriteria struct + func NewNullablePartitioningCriteria(val *PartitioningCriteria) *NullablePartitioningCriteria + func (v *NullablePartitioningCriteria) Set(val *PartitioningCriteria) + func (v *NullablePartitioningCriteria) UnmarshalJSON(src []byte) error + func (v *NullablePartitioningCriteria) Unset() + func (v NullablePartitioningCriteria) Get() *PartitioningCriteria + func (v NullablePartitioningCriteria) IsSet() bool + func (v NullablePartitioningCriteria) MarshalJSON() ([]byte, error) + type NullablePartitioningCriteriaAnyOf struct + func NewNullablePartitioningCriteriaAnyOf(val *PartitioningCriteriaAnyOf) *NullablePartitioningCriteriaAnyOf + func (v *NullablePartitioningCriteriaAnyOf) Set(val *PartitioningCriteriaAnyOf) + func (v *NullablePartitioningCriteriaAnyOf) UnmarshalJSON(src []byte) error + func (v *NullablePartitioningCriteriaAnyOf) Unset() + func (v NullablePartitioningCriteriaAnyOf) Get() *PartitioningCriteriaAnyOf + func (v NullablePartitioningCriteriaAnyOf) IsSet() bool + func (v NullablePartitioningCriteriaAnyOf) 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 NullablePublishedApiPath struct + func NewNullablePublishedApiPath(val *PublishedApiPath) *NullablePublishedApiPath + func (v *NullablePublishedApiPath) Set(val *PublishedApiPath) + func (v *NullablePublishedApiPath) UnmarshalJSON(src []byte) error + func (v *NullablePublishedApiPath) Unset() + func (v NullablePublishedApiPath) Get() *PublishedApiPath + func (v NullablePublishedApiPath) IsSet() bool + func (v NullablePublishedApiPath) 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 NullableReportingInformation struct + func NewNullableReportingInformation(val *ReportingInformation) *NullableReportingInformation + func (v *NullableReportingInformation) Set(val *ReportingInformation) + func (v *NullableReportingInformation) UnmarshalJSON(src []byte) error + func (v *NullableReportingInformation) Unset() + func (v NullableReportingInformation) Get() *ReportingInformation + func (v NullableReportingInformation) IsSet() bool + func (v NullableReportingInformation) 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 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 NullableServiceAPIDescription struct + func NewNullableServiceAPIDescription(val *ServiceAPIDescription) *NullableServiceAPIDescription + func (v *NullableServiceAPIDescription) Set(val *ServiceAPIDescription) + func (v *NullableServiceAPIDescription) UnmarshalJSON(src []byte) error + func (v *NullableServiceAPIDescription) Unset() + func (v NullableServiceAPIDescription) Get() *ServiceAPIDescription + func (v NullableServiceAPIDescription) IsSet() bool + func (v NullableServiceAPIDescription) MarshalJSON() ([]byte, error) + type NullableShareableInformation struct + func NewNullableShareableInformation(val *ShareableInformation) *NullableShareableInformation + func (v *NullableShareableInformation) Set(val *ShareableInformation) + func (v *NullableShareableInformation) UnmarshalJSON(src []byte) error + func (v *NullableShareableInformation) Unset() + func (v NullableShareableInformation) Get() *ShareableInformation + func (v NullableShareableInformation) IsSet() bool + func (v NullableShareableInformation) 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 NullableTimeRangeList struct + func NewNullableTimeRangeList(val *TimeRangeList) *NullableTimeRangeList + func (v *NullableTimeRangeList) Set(val *TimeRangeList) + func (v *NullableTimeRangeList) UnmarshalJSON(src []byte) error + func (v *NullableTimeRangeList) Unset() + func (v NullableTimeRangeList) Get() *TimeRangeList + func (v NullableTimeRangeList) IsSet() bool + func (v NullableTimeRangeList) MarshalJSON() ([]byte, error) + type NullableTopologyHiding struct + func NewNullableTopologyHiding(val *TopologyHiding) *NullableTopologyHiding + func (v *NullableTopologyHiding) Set(val *TopologyHiding) + func (v *NullableTopologyHiding) UnmarshalJSON(src []byte) error + func (v *NullableTopologyHiding) Unset() + func (v NullableTopologyHiding) Get() *TopologyHiding + func (v NullableTopologyHiding) IsSet() bool + func (v NullableTopologyHiding) 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 NullableWebsockNotifConfig struct + func NewNullableWebsockNotifConfig(val *WebsockNotifConfig) *NullableWebsockNotifConfig + func (v *NullableWebsockNotifConfig) Set(val *WebsockNotifConfig) + func (v *NullableWebsockNotifConfig) UnmarshalJSON(src []byte) error + func (v *NullableWebsockNotifConfig) Unset() + func (v NullableWebsockNotifConfig) Get() *WebsockNotifConfig + func (v NullableWebsockNotifConfig) IsSet() bool + func (v NullableWebsockNotifConfig) 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 PartitioningCriteria struct + PartitioningCriteriaAnyOf *PartitioningCriteriaAnyOf + String *string + func (dst *PartitioningCriteria) UnmarshalJSON(data []byte) error + func (src *PartitioningCriteria) MarshalJSON() ([]byte, error) + type PartitioningCriteriaAnyOf string + const DNN + const GEOAREA + const SNSSAI + const SUBPLMN + const TAC + func NewPartitioningCriteriaAnyOfFromValue(v string) (*PartitioningCriteriaAnyOf, error) + func (v *PartitioningCriteriaAnyOf) UnmarshalJSON(src []byte) error + func (v PartitioningCriteriaAnyOf) IsValid() bool + func (v PartitioningCriteriaAnyOf) Ptr() *PartitioningCriteriaAnyOf + 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 PublishedApiPath struct + CcfIds []string + func NewPublishedApiPath() *PublishedApiPath + func NewPublishedApiPathWithDefaults() *PublishedApiPath + func (o *PublishedApiPath) GetCcfIds() []string + func (o *PublishedApiPath) GetCcfIdsOk() ([]string, bool) + func (o *PublishedApiPath) HasCcfIds() bool + func (o *PublishedApiPath) SetCcfIds(v []string) + func (o PublishedApiPath) MarshalJSON() ([]byte, error) + func (o PublishedApiPath) 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 ReportingInformation struct + GrpRepTime *int32 + ImmRep *bool + MaxReportNbr *int32 + MonDur *time.Time + NotifFlag *NotificationFlag + NotifMethod *NotificationMethod + PartitionCriteria []PartitioningCriteria + RepPeriod *int32 + SampRatio *int32 + func NewReportingInformation() *ReportingInformation + func NewReportingInformationWithDefaults() *ReportingInformation + func (o *ReportingInformation) GetGrpRepTime() int32 + func (o *ReportingInformation) GetGrpRepTimeOk() (*int32, bool) + func (o *ReportingInformation) GetImmRep() bool + func (o *ReportingInformation) GetImmRepOk() (*bool, bool) + func (o *ReportingInformation) GetMaxReportNbr() int32 + func (o *ReportingInformation) GetMaxReportNbrOk() (*int32, bool) + func (o *ReportingInformation) GetMonDur() time.Time + func (o *ReportingInformation) GetMonDurOk() (*time.Time, bool) + func (o *ReportingInformation) GetNotifFlag() NotificationFlag + func (o *ReportingInformation) GetNotifFlagOk() (*NotificationFlag, bool) + func (o *ReportingInformation) GetNotifMethod() NotificationMethod + func (o *ReportingInformation) GetNotifMethodOk() (*NotificationMethod, bool) + func (o *ReportingInformation) GetPartitionCriteria() []PartitioningCriteria + func (o *ReportingInformation) GetPartitionCriteriaOk() ([]PartitioningCriteria, bool) + func (o *ReportingInformation) GetRepPeriod() int32 + func (o *ReportingInformation) GetRepPeriodOk() (*int32, bool) + func (o *ReportingInformation) GetSampRatio() int32 + func (o *ReportingInformation) GetSampRatioOk() (*int32, bool) + func (o *ReportingInformation) HasGrpRepTime() bool + func (o *ReportingInformation) HasImmRep() bool + func (o *ReportingInformation) HasMaxReportNbr() bool + func (o *ReportingInformation) HasMonDur() bool + func (o *ReportingInformation) HasNotifFlag() bool + func (o *ReportingInformation) HasNotifMethod() bool + func (o *ReportingInformation) HasPartitionCriteria() bool + func (o *ReportingInformation) HasRepPeriod() bool + func (o *ReportingInformation) HasSampRatio() bool + func (o *ReportingInformation) SetGrpRepTime(v int32) + func (o *ReportingInformation) SetImmRep(v bool) + func (o *ReportingInformation) SetMaxReportNbr(v int32) + func (o *ReportingInformation) SetMonDur(v time.Time) + func (o *ReportingInformation) SetNotifFlag(v NotificationFlag) + func (o *ReportingInformation) SetNotifMethod(v NotificationMethod) + func (o *ReportingInformation) SetPartitionCriteria(v []PartitioningCriteria) + func (o *ReportingInformation) SetRepPeriod(v int32) + func (o *ReportingInformation) SetSampRatio(v int32) + func (o ReportingInformation) MarshalJSON() ([]byte, error) + func (o ReportingInformation) 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 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 ServiceAPIDescription struct + AefProfiles []AefProfile + ApiId *string + ApiName string + ApiSuppFeats *string + CcfId *string + Description *string + PubApiPath *PublishedApiPath + ServiceAPICategory *string + ShareableInfo *ShareableInformation + SupportedFeatures *string + func NewServiceAPIDescription(apiName string) *ServiceAPIDescription + func NewServiceAPIDescriptionWithDefaults() *ServiceAPIDescription + func (o *ServiceAPIDescription) GetAefProfiles() []AefProfile + func (o *ServiceAPIDescription) GetAefProfilesOk() ([]AefProfile, bool) + func (o *ServiceAPIDescription) GetApiId() string + func (o *ServiceAPIDescription) GetApiIdOk() (*string, bool) + func (o *ServiceAPIDescription) GetApiName() string + func (o *ServiceAPIDescription) GetApiNameOk() (*string, bool) + func (o *ServiceAPIDescription) GetApiSuppFeats() string + func (o *ServiceAPIDescription) GetApiSuppFeatsOk() (*string, bool) + func (o *ServiceAPIDescription) GetCcfId() string + func (o *ServiceAPIDescription) GetCcfIdOk() (*string, bool) + func (o *ServiceAPIDescription) GetDescription() string + func (o *ServiceAPIDescription) GetDescriptionOk() (*string, bool) + func (o *ServiceAPIDescription) GetPubApiPath() PublishedApiPath + func (o *ServiceAPIDescription) GetPubApiPathOk() (*PublishedApiPath, bool) + func (o *ServiceAPIDescription) GetServiceAPICategory() string + func (o *ServiceAPIDescription) GetServiceAPICategoryOk() (*string, bool) + func (o *ServiceAPIDescription) GetShareableInfo() ShareableInformation + func (o *ServiceAPIDescription) GetShareableInfoOk() (*ShareableInformation, bool) + func (o *ServiceAPIDescription) GetSupportedFeatures() string + func (o *ServiceAPIDescription) GetSupportedFeaturesOk() (*string, bool) + func (o *ServiceAPIDescription) HasAefProfiles() bool + func (o *ServiceAPIDescription) HasApiId() bool + func (o *ServiceAPIDescription) HasApiSuppFeats() bool + func (o *ServiceAPIDescription) HasCcfId() bool + func (o *ServiceAPIDescription) HasDescription() bool + func (o *ServiceAPIDescription) HasPubApiPath() bool + func (o *ServiceAPIDescription) HasServiceAPICategory() bool + func (o *ServiceAPIDescription) HasShareableInfo() bool + func (o *ServiceAPIDescription) HasSupportedFeatures() bool + func (o *ServiceAPIDescription) SetAefProfiles(v []AefProfile) + func (o *ServiceAPIDescription) SetApiId(v string) + func (o *ServiceAPIDescription) SetApiName(v string) + func (o *ServiceAPIDescription) SetApiSuppFeats(v string) + func (o *ServiceAPIDescription) SetCcfId(v string) + func (o *ServiceAPIDescription) SetDescription(v string) + func (o *ServiceAPIDescription) SetPubApiPath(v PublishedApiPath) + func (o *ServiceAPIDescription) SetServiceAPICategory(v string) + func (o *ServiceAPIDescription) SetShareableInfo(v ShareableInformation) + func (o *ServiceAPIDescription) SetSupportedFeatures(v string) + func (o ServiceAPIDescription) MarshalJSON() ([]byte, error) + func (o ServiceAPIDescription) ToMap() (map[string]interface{}, error) + type ShareableInformation struct + CapifProvDoms []string + IsShareable bool + func NewShareableInformation(isShareable bool) *ShareableInformation + func NewShareableInformationWithDefaults() *ShareableInformation + func (o *ShareableInformation) GetCapifProvDoms() []string + func (o *ShareableInformation) GetCapifProvDomsOk() ([]string, bool) + func (o *ShareableInformation) GetIsShareable() bool + func (o *ShareableInformation) GetIsShareableOk() (*bool, bool) + func (o *ShareableInformation) HasCapifProvDoms() bool + func (o *ShareableInformation) SetCapifProvDoms(v []string) + func (o *ShareableInformation) SetIsShareable(v bool) + func (o ShareableInformation) MarshalJSON() ([]byte, error) + func (o ShareableInformation) ToMap() (map[string]interface{}, error) + 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 TimeRangeList struct + StartTime *time.Time + StopTime *time.Time + func NewTimeRangeList() *TimeRangeList + func NewTimeRangeListWithDefaults() *TimeRangeList + func (o *TimeRangeList) GetStartTime() time.Time + func (o *TimeRangeList) GetStartTimeOk() (*time.Time, bool) + func (o *TimeRangeList) GetStopTime() time.Time + func (o *TimeRangeList) GetStopTimeOk() (*time.Time, bool) + func (o *TimeRangeList) HasStartTime() bool + func (o *TimeRangeList) HasStopTime() bool + func (o *TimeRangeList) SetStartTime(v time.Time) + func (o *TimeRangeList) SetStopTime(v time.Time) + func (o TimeRangeList) MarshalJSON() ([]byte, error) + func (o TimeRangeList) ToMap() (map[string]interface{}, error) + type TopologyHiding struct + ApiId string + RoutingRules []RoutingRule + func NewTopologyHiding(apiId string, routingRules []RoutingRule) *TopologyHiding + func NewTopologyHidingWithDefaults() *TopologyHiding + func (o *TopologyHiding) GetApiId() string + func (o *TopologyHiding) GetApiIdOk() (*string, bool) + func (o *TopologyHiding) GetRoutingRules() []RoutingRule + func (o *TopologyHiding) GetRoutingRulesOk() ([]RoutingRule, bool) + func (o *TopologyHiding) SetApiId(v string) + func (o *TopologyHiding) SetRoutingRules(v []RoutingRule) + func (o TopologyHiding) MarshalJSON() ([]byte, error) + func (o TopologyHiding) 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) + 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) + type WebsockNotifConfig struct + RequestWebsocketUri *bool + WebsocketUri *string + func NewWebsockNotifConfig() *WebsockNotifConfig + func NewWebsockNotifConfigWithDefaults() *WebsockNotifConfig + func (o *WebsockNotifConfig) GetRequestWebsocketUri() bool + func (o *WebsockNotifConfig) GetRequestWebsocketUriOk() (*bool, bool) + func (o *WebsockNotifConfig) GetWebsocketUri() string + func (o *WebsockNotifConfig) GetWebsocketUriOk() (*string, bool) + func (o *WebsockNotifConfig) HasRequestWebsocketUri() bool + func (o *WebsockNotifConfig) HasWebsocketUri() bool + func (o *WebsockNotifConfig) SetRequestWebsocketUri(v bool) + func (o *WebsockNotifConfig) SetWebsocketUri(v string) + func (o WebsockNotifConfig) MarshalJSON() ([]byte, error) + func (o WebsockNotifConfig) ToMap() (map[string]interface{}, error)