Documentation ¶
Index ¶
- Variables
- func CacheExpires(r *http.Response) time.Time
- func IsNil(i interface{}) bool
- 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
- type APIKey
- type APIResponse
- type AccessControlPolicyList
- func (o *AccessControlPolicyList) GetApiInvokerPolicies() []ApiInvokerPolicy
- func (o *AccessControlPolicyList) GetApiInvokerPoliciesOk() ([]ApiInvokerPolicy, bool)
- func (o *AccessControlPolicyList) HasApiInvokerPolicies() bool
- func (o AccessControlPolicyList) MarshalJSON() ([]byte, error)
- func (o *AccessControlPolicyList) SetApiInvokerPolicies(v []ApiInvokerPolicy)
- func (o AccessControlPolicyList) ToMap() (map[string]interface{}, error)
- type AccessControlPolicyListExt
- func (o *AccessControlPolicyListExt) GetApiId() string
- func (o *AccessControlPolicyListExt) GetApiIdOk() (*string, bool)
- func (o AccessControlPolicyListExt) MarshalJSON() ([]byte, error)
- func (o *AccessControlPolicyListExt) SetApiId(v string)
- func (o AccessControlPolicyListExt) ToMap() (map[string]interface{}, error)
- type AccessControlPolicyListExtAllOf
- func (o *AccessControlPolicyListExtAllOf) GetApiId() string
- func (o *AccessControlPolicyListExtAllOf) GetApiIdOk() (*string, bool)
- func (o *AccessControlPolicyListExtAllOf) HasApiId() bool
- func (o AccessControlPolicyListExtAllOf) MarshalJSON() ([]byte, error)
- func (o *AccessControlPolicyListExtAllOf) SetApiId(v string)
- func (o AccessControlPolicyListExtAllOf) ToMap() (map[string]interface{}, error)
- type 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) MarshalJSON() ([]byte, error)
- func (o *AefLocation) SetCivicAddr(v CivicAddress)
- func (o *AefLocation) SetDcId(v string)
- func (o *AefLocation) SetGeoArea(v GeographicArea)
- func (o AefLocation) ToMap() (map[string]interface{}, error)
- type AefProfile
- type 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) MarshalJSON() ([]byte, error)
- 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) ToMap() (map[string]interface{}, error)
- type ApiSubscriberIdSubscriptionsPostRequest
- type ApiSubscriberIdSubscriptionsSubscriptionIdDeleteRequest
- type BasicAuth
- type CAPIFEvent
- type 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) MarshalJSON() ([]byte, error)
- 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) ToMap() (map[string]interface{}, error)
- type 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) MarshalJSON() ([]byte, error)
- func (o *CAPIFEventFilter) SetAefIds(v []string)
- func (o *CAPIFEventFilter) SetApiIds(v []string)
- func (o *CAPIFEventFilter) SetApiInvokerIds(v []string)
- func (o CAPIFEventFilter) ToMap() (map[string]interface{}, error)
- type 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) MarshalJSON() ([]byte, error)
- 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) ToMap() (map[string]interface{}, error)
- type CommunicationType
- type Configuration
- type 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) MarshalJSON() ([]byte, error)
- 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) ToMap() (map[string]interface{}, error)
- type DataFormat
- type DefaultApiService
- 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
- 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) MarshalJSON() ([]byte, error)
- 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) ToMap() (map[string]interface{}, error)
- type 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) MarshalJSON() ([]byte, error)
- 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) ToMap() (map[string]interface{}, error)
- type 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) MarshalJSON() ([]byte, error)
- func (o *EventNotification) SetEventDetail(v CAPIFEventDetail)
- func (o *EventNotification) SetEvents(v CAPIFEvent)
- func (o *EventNotification) SetSubscriptionId(v string)
- func (o EventNotification) ToMap() (map[string]interface{}, error)
- type 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) MarshalJSON() ([]byte, error)
- 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) ToMap() (map[string]interface{}, error)
- type GADShape
- type GenericOpenAPIError
- type GeographicArea
- type 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) MarshalJSON() ([]byte, error)
- func (o *GeographicalCoordinates) SetLat(v float64)
- func (o *GeographicalCoordinates) SetLon(v float64)
- func (o GeographicalCoordinates) ToMap() (map[string]interface{}, error)
- type InterfaceDescription
- type 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) MarshalJSON() ([]byte, error)
- func (o *InvalidParam) SetParam(v string)
- func (o *InvalidParam) SetReason(v string)
- func (o InvalidParam) ToMap() (map[string]interface{}, error)
- type 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) MarshalJSON() ([]byte, error)
- 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) ToMap() (map[string]interface{}, error)
- type 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) MarshalJSON() ([]byte, error)
- func (o *Ipv4AddressRange) SetEnd(v string)
- func (o *Ipv4AddressRange) SetStart(v string)
- func (o Ipv4AddressRange) ToMap() (map[string]interface{}, error)
- type 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) MarshalJSON() ([]byte, error)
- func (o *Ipv6AddressRange) SetEnd(v string)
- func (o *Ipv6AddressRange) SetStart(v string)
- func (o Ipv6AddressRange) ToMap() (map[string]interface{}, error)
- type 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) MarshalJSON() ([]byte, error)
- 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) ToMap() (map[string]interface{}, error)
- type 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) MarshalJSON() ([]byte, error)
- 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) ToMap() (map[string]interface{}, error)
- type 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) MarshalJSON() ([]byte, error)
- 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) ToMap() (map[string]interface{}, error)
- type 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) MarshalJSON() ([]byte, error)
- 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) ToMap() (map[string]interface{}, error)
- type 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) MarshalJSON() ([]byte, error)
- func (o *LocalOrigin) SetCoordinateId(v string)
- func (o *LocalOrigin) SetPoint(v GeographicalCoordinates)
- func (o LocalOrigin) ToMap() (map[string]interface{}, error)
- type 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) MarshalJSON() ([]byte, error)
- 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) ToMap() (map[string]interface{}, error)
- type MappedNullable
- type NotificationFlag
- type NotificationMethod
- type NullableAccessControlPolicyList
- func (v NullableAccessControlPolicyList) Get() *AccessControlPolicyList
- func (v NullableAccessControlPolicyList) IsSet() bool
- func (v NullableAccessControlPolicyList) MarshalJSON() ([]byte, error)
- func (v *NullableAccessControlPolicyList) Set(val *AccessControlPolicyList)
- func (v *NullableAccessControlPolicyList) UnmarshalJSON(src []byte) error
- func (v *NullableAccessControlPolicyList) Unset()
- type NullableAccessControlPolicyListExt
- func (v NullableAccessControlPolicyListExt) Get() *AccessControlPolicyListExt
- func (v NullableAccessControlPolicyListExt) IsSet() bool
- func (v NullableAccessControlPolicyListExt) MarshalJSON() ([]byte, error)
- func (v *NullableAccessControlPolicyListExt) Set(val *AccessControlPolicyListExt)
- func (v *NullableAccessControlPolicyListExt) UnmarshalJSON(src []byte) error
- func (v *NullableAccessControlPolicyListExt) Unset()
- type NullableAccessControlPolicyListExtAllOf
- func (v NullableAccessControlPolicyListExtAllOf) Get() *AccessControlPolicyListExtAllOf
- func (v NullableAccessControlPolicyListExtAllOf) IsSet() bool
- func (v NullableAccessControlPolicyListExtAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableAccessControlPolicyListExtAllOf) Set(val *AccessControlPolicyListExtAllOf)
- func (v *NullableAccessControlPolicyListExtAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableAccessControlPolicyListExtAllOf) Unset()
- type NullableAefLocation
- func (v NullableAefLocation) Get() *AefLocation
- func (v NullableAefLocation) IsSet() bool
- func (v NullableAefLocation) MarshalJSON() ([]byte, error)
- func (v *NullableAefLocation) Set(val *AefLocation)
- func (v *NullableAefLocation) UnmarshalJSON(src []byte) error
- func (v *NullableAefLocation) Unset()
- type NullableAefProfile
- type NullableApiInvokerPolicy
- func (v NullableApiInvokerPolicy) Get() *ApiInvokerPolicy
- func (v NullableApiInvokerPolicy) IsSet() bool
- func (v NullableApiInvokerPolicy) MarshalJSON() ([]byte, error)
- func (v *NullableApiInvokerPolicy) Set(val *ApiInvokerPolicy)
- func (v *NullableApiInvokerPolicy) UnmarshalJSON(src []byte) error
- func (v *NullableApiInvokerPolicy) Unset()
- type NullableBool
- type NullableCAPIFEvent
- type NullableCAPIFEventDetail
- func (v NullableCAPIFEventDetail) Get() *CAPIFEventDetail
- func (v NullableCAPIFEventDetail) IsSet() bool
- func (v NullableCAPIFEventDetail) MarshalJSON() ([]byte, error)
- func (v *NullableCAPIFEventDetail) Set(val *CAPIFEventDetail)
- func (v *NullableCAPIFEventDetail) UnmarshalJSON(src []byte) error
- func (v *NullableCAPIFEventDetail) Unset()
- type NullableCAPIFEventFilter
- func (v NullableCAPIFEventFilter) Get() *CAPIFEventFilter
- func (v NullableCAPIFEventFilter) IsSet() bool
- func (v NullableCAPIFEventFilter) MarshalJSON() ([]byte, error)
- func (v *NullableCAPIFEventFilter) Set(val *CAPIFEventFilter)
- func (v *NullableCAPIFEventFilter) UnmarshalJSON(src []byte) error
- func (v *NullableCAPIFEventFilter) Unset()
- type NullableCivicAddress
- func (v NullableCivicAddress) Get() *CivicAddress
- func (v NullableCivicAddress) IsSet() bool
- func (v NullableCivicAddress) MarshalJSON() ([]byte, error)
- func (v *NullableCivicAddress) Set(val *CivicAddress)
- func (v *NullableCivicAddress) UnmarshalJSON(src []byte) error
- func (v *NullableCivicAddress) Unset()
- type NullableCommunicationType
- func (v NullableCommunicationType) Get() *CommunicationType
- func (v NullableCommunicationType) IsSet() bool
- func (v NullableCommunicationType) MarshalJSON() ([]byte, error)
- func (v *NullableCommunicationType) Set(val *CommunicationType)
- func (v *NullableCommunicationType) UnmarshalJSON(src []byte) error
- func (v *NullableCommunicationType) Unset()
- type NullableCustomOperation
- func (v NullableCustomOperation) Get() *CustomOperation
- func (v NullableCustomOperation) IsSet() bool
- func (v NullableCustomOperation) MarshalJSON() ([]byte, error)
- func (v *NullableCustomOperation) Set(val *CustomOperation)
- func (v *NullableCustomOperation) UnmarshalJSON(src []byte) error
- func (v *NullableCustomOperation) Unset()
- type NullableDataFormat
- type NullableEllipsoidArc
- func (v NullableEllipsoidArc) Get() *EllipsoidArc
- func (v NullableEllipsoidArc) IsSet() bool
- func (v NullableEllipsoidArc) MarshalJSON() ([]byte, error)
- func (v *NullableEllipsoidArc) Set(val *EllipsoidArc)
- func (v *NullableEllipsoidArc) UnmarshalJSON(src []byte) error
- func (v *NullableEllipsoidArc) Unset()
- type NullableEllipsoidArcAllOf
- func (v NullableEllipsoidArcAllOf) Get() *EllipsoidArcAllOf
- func (v NullableEllipsoidArcAllOf) IsSet() bool
- func (v NullableEllipsoidArcAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableEllipsoidArcAllOf) Set(val *EllipsoidArcAllOf)
- func (v *NullableEllipsoidArcAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableEllipsoidArcAllOf) Unset()
- type NullableEventNotification
- func (v NullableEventNotification) Get() *EventNotification
- func (v NullableEventNotification) IsSet() bool
- func (v NullableEventNotification) MarshalJSON() ([]byte, error)
- func (v *NullableEventNotification) Set(val *EventNotification)
- func (v *NullableEventNotification) UnmarshalJSON(src []byte) error
- func (v *NullableEventNotification) Unset()
- type NullableEventSubscription
- func (v NullableEventSubscription) Get() *EventSubscription
- func (v NullableEventSubscription) IsSet() bool
- func (v NullableEventSubscription) MarshalJSON() ([]byte, error)
- func (v *NullableEventSubscription) Set(val *EventSubscription)
- func (v *NullableEventSubscription) UnmarshalJSON(src []byte) error
- func (v *NullableEventSubscription) Unset()
- type NullableFloat32
- type NullableFloat64
- type NullableGADShape
- type NullableGeographicArea
- func (v NullableGeographicArea) Get() *GeographicArea
- func (v NullableGeographicArea) IsSet() bool
- func (v NullableGeographicArea) MarshalJSON() ([]byte, error)
- func (v *NullableGeographicArea) Set(val *GeographicArea)
- func (v *NullableGeographicArea) UnmarshalJSON(src []byte) error
- func (v *NullableGeographicArea) Unset()
- type NullableGeographicalCoordinates
- func (v NullableGeographicalCoordinates) Get() *GeographicalCoordinates
- func (v NullableGeographicalCoordinates) IsSet() bool
- func (v NullableGeographicalCoordinates) MarshalJSON() ([]byte, error)
- func (v *NullableGeographicalCoordinates) Set(val *GeographicalCoordinates)
- func (v *NullableGeographicalCoordinates) UnmarshalJSON(src []byte) error
- func (v *NullableGeographicalCoordinates) Unset()
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableInterfaceDescription
- func (v NullableInterfaceDescription) Get() *InterfaceDescription
- func (v NullableInterfaceDescription) IsSet() bool
- func (v NullableInterfaceDescription) MarshalJSON() ([]byte, error)
- func (v *NullableInterfaceDescription) Set(val *InterfaceDescription)
- func (v *NullableInterfaceDescription) UnmarshalJSON(src []byte) error
- func (v *NullableInterfaceDescription) Unset()
- type NullableInvalidParam
- func (v NullableInvalidParam) Get() *InvalidParam
- func (v NullableInvalidParam) IsSet() bool
- func (v NullableInvalidParam) MarshalJSON() ([]byte, error)
- func (v *NullableInvalidParam) Set(val *InvalidParam)
- func (v *NullableInvalidParam) UnmarshalJSON(src []byte) error
- func (v *NullableInvalidParam) Unset()
- type NullableInvocationLog
- func (v NullableInvocationLog) Get() *InvocationLog
- func (v NullableInvocationLog) IsSet() bool
- func (v NullableInvocationLog) MarshalJSON() ([]byte, error)
- func (v *NullableInvocationLog) Set(val *InvocationLog)
- func (v *NullableInvocationLog) UnmarshalJSON(src []byte) error
- func (v *NullableInvocationLog) Unset()
- type NullableIpv4AddressRange
- func (v NullableIpv4AddressRange) Get() *Ipv4AddressRange
- func (v NullableIpv4AddressRange) IsSet() bool
- func (v NullableIpv4AddressRange) MarshalJSON() ([]byte, error)
- func (v *NullableIpv4AddressRange) Set(val *Ipv4AddressRange)
- func (v *NullableIpv4AddressRange) UnmarshalJSON(src []byte) error
- func (v *NullableIpv4AddressRange) Unset()
- type NullableIpv6AddressRange
- func (v NullableIpv6AddressRange) Get() *Ipv6AddressRange
- func (v NullableIpv6AddressRange) IsSet() bool
- func (v NullableIpv6AddressRange) MarshalJSON() ([]byte, error)
- func (v *NullableIpv6AddressRange) Set(val *Ipv6AddressRange)
- func (v *NullableIpv6AddressRange) UnmarshalJSON(src []byte) error
- func (v *NullableIpv6AddressRange) Unset()
- type NullableLocal2dPointUncertaintyEllipse
- func (v NullableLocal2dPointUncertaintyEllipse) Get() *Local2dPointUncertaintyEllipse
- func (v NullableLocal2dPointUncertaintyEllipse) IsSet() bool
- func (v NullableLocal2dPointUncertaintyEllipse) MarshalJSON() ([]byte, error)
- func (v *NullableLocal2dPointUncertaintyEllipse) Set(val *Local2dPointUncertaintyEllipse)
- func (v *NullableLocal2dPointUncertaintyEllipse) UnmarshalJSON(src []byte) error
- func (v *NullableLocal2dPointUncertaintyEllipse) Unset()
- type NullableLocal2dPointUncertaintyEllipseAllOf
- func (v NullableLocal2dPointUncertaintyEllipseAllOf) Get() *Local2dPointUncertaintyEllipseAllOf
- func (v NullableLocal2dPointUncertaintyEllipseAllOf) IsSet() bool
- func (v NullableLocal2dPointUncertaintyEllipseAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableLocal2dPointUncertaintyEllipseAllOf) Set(val *Local2dPointUncertaintyEllipseAllOf)
- func (v *NullableLocal2dPointUncertaintyEllipseAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableLocal2dPointUncertaintyEllipseAllOf) Unset()
- type NullableLocal3dPointUncertaintyEllipsoid
- func (v NullableLocal3dPointUncertaintyEllipsoid) Get() *Local3dPointUncertaintyEllipsoid
- func (v NullableLocal3dPointUncertaintyEllipsoid) IsSet() bool
- func (v NullableLocal3dPointUncertaintyEllipsoid) MarshalJSON() ([]byte, error)
- func (v *NullableLocal3dPointUncertaintyEllipsoid) Set(val *Local3dPointUncertaintyEllipsoid)
- func (v *NullableLocal3dPointUncertaintyEllipsoid) UnmarshalJSON(src []byte) error
- func (v *NullableLocal3dPointUncertaintyEllipsoid) Unset()
- type NullableLocal3dPointUncertaintyEllipsoidAllOf
- func (v NullableLocal3dPointUncertaintyEllipsoidAllOf) Get() *Local3dPointUncertaintyEllipsoidAllOf
- func (v NullableLocal3dPointUncertaintyEllipsoidAllOf) IsSet() bool
- func (v NullableLocal3dPointUncertaintyEllipsoidAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableLocal3dPointUncertaintyEllipsoidAllOf) Set(val *Local3dPointUncertaintyEllipsoidAllOf)
- func (v *NullableLocal3dPointUncertaintyEllipsoidAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableLocal3dPointUncertaintyEllipsoidAllOf) Unset()
- type NullableLocalOrigin
- func (v NullableLocalOrigin) Get() *LocalOrigin
- func (v NullableLocalOrigin) IsSet() bool
- func (v NullableLocalOrigin) MarshalJSON() ([]byte, error)
- func (v *NullableLocalOrigin) Set(val *LocalOrigin)
- func (v *NullableLocalOrigin) UnmarshalJSON(src []byte) error
- func (v *NullableLocalOrigin) Unset()
- type NullableLog
- type NullableNotificationFlag
- func (v NullableNotificationFlag) Get() *NotificationFlag
- func (v NullableNotificationFlag) IsSet() bool
- func (v NullableNotificationFlag) MarshalJSON() ([]byte, error)
- func (v *NullableNotificationFlag) Set(val *NotificationFlag)
- func (v *NullableNotificationFlag) UnmarshalJSON(src []byte) error
- func (v *NullableNotificationFlag) Unset()
- type NullableNotificationMethod
- func (v NullableNotificationMethod) Get() *NotificationMethod
- func (v NullableNotificationMethod) IsSet() bool
- func (v NullableNotificationMethod) MarshalJSON() ([]byte, error)
- func (v *NullableNotificationMethod) Set(val *NotificationMethod)
- func (v *NullableNotificationMethod) UnmarshalJSON(src []byte) error
- func (v *NullableNotificationMethod) Unset()
- type NullableOperation
- type NullablePartitioningCriteria
- func (v NullablePartitioningCriteria) Get() *PartitioningCriteria
- func (v NullablePartitioningCriteria) IsSet() bool
- func (v NullablePartitioningCriteria) MarshalJSON() ([]byte, error)
- func (v *NullablePartitioningCriteria) Set(val *PartitioningCriteria)
- func (v *NullablePartitioningCriteria) UnmarshalJSON(src []byte) error
- func (v *NullablePartitioningCriteria) Unset()
- type NullablePoint
- type NullablePointAllOf
- type NullablePointAltitude
- func (v NullablePointAltitude) Get() *PointAltitude
- func (v NullablePointAltitude) IsSet() bool
- func (v NullablePointAltitude) MarshalJSON() ([]byte, error)
- func (v *NullablePointAltitude) Set(val *PointAltitude)
- func (v *NullablePointAltitude) UnmarshalJSON(src []byte) error
- func (v *NullablePointAltitude) Unset()
- type NullablePointAltitudeAllOf
- func (v NullablePointAltitudeAllOf) Get() *PointAltitudeAllOf
- func (v NullablePointAltitudeAllOf) IsSet() bool
- func (v NullablePointAltitudeAllOf) MarshalJSON() ([]byte, error)
- func (v *NullablePointAltitudeAllOf) Set(val *PointAltitudeAllOf)
- func (v *NullablePointAltitudeAllOf) UnmarshalJSON(src []byte) error
- func (v *NullablePointAltitudeAllOf) Unset()
- type NullablePointAltitudeUncertainty
- func (v NullablePointAltitudeUncertainty) Get() *PointAltitudeUncertainty
- func (v NullablePointAltitudeUncertainty) IsSet() bool
- func (v NullablePointAltitudeUncertainty) MarshalJSON() ([]byte, error)
- func (v *NullablePointAltitudeUncertainty) Set(val *PointAltitudeUncertainty)
- func (v *NullablePointAltitudeUncertainty) UnmarshalJSON(src []byte) error
- func (v *NullablePointAltitudeUncertainty) Unset()
- type NullablePointAltitudeUncertaintyAllOf
- func (v NullablePointAltitudeUncertaintyAllOf) Get() *PointAltitudeUncertaintyAllOf
- func (v NullablePointAltitudeUncertaintyAllOf) IsSet() bool
- func (v NullablePointAltitudeUncertaintyAllOf) MarshalJSON() ([]byte, error)
- func (v *NullablePointAltitudeUncertaintyAllOf) Set(val *PointAltitudeUncertaintyAllOf)
- func (v *NullablePointAltitudeUncertaintyAllOf) UnmarshalJSON(src []byte) error
- func (v *NullablePointAltitudeUncertaintyAllOf) Unset()
- type NullablePointUncertaintyCircle
- func (v NullablePointUncertaintyCircle) Get() *PointUncertaintyCircle
- func (v NullablePointUncertaintyCircle) IsSet() bool
- func (v NullablePointUncertaintyCircle) MarshalJSON() ([]byte, error)
- func (v *NullablePointUncertaintyCircle) Set(val *PointUncertaintyCircle)
- func (v *NullablePointUncertaintyCircle) UnmarshalJSON(src []byte) error
- func (v *NullablePointUncertaintyCircle) Unset()
- type NullablePointUncertaintyCircleAllOf
- func (v NullablePointUncertaintyCircleAllOf) Get() *PointUncertaintyCircleAllOf
- func (v NullablePointUncertaintyCircleAllOf) IsSet() bool
- func (v NullablePointUncertaintyCircleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullablePointUncertaintyCircleAllOf) Set(val *PointUncertaintyCircleAllOf)
- func (v *NullablePointUncertaintyCircleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullablePointUncertaintyCircleAllOf) Unset()
- type NullablePointUncertaintyEllipse
- func (v NullablePointUncertaintyEllipse) Get() *PointUncertaintyEllipse
- func (v NullablePointUncertaintyEllipse) IsSet() bool
- func (v NullablePointUncertaintyEllipse) MarshalJSON() ([]byte, error)
- func (v *NullablePointUncertaintyEllipse) Set(val *PointUncertaintyEllipse)
- func (v *NullablePointUncertaintyEllipse) UnmarshalJSON(src []byte) error
- func (v *NullablePointUncertaintyEllipse) Unset()
- type NullablePointUncertaintyEllipseAllOf
- func (v NullablePointUncertaintyEllipseAllOf) Get() *PointUncertaintyEllipseAllOf
- func (v NullablePointUncertaintyEllipseAllOf) IsSet() bool
- func (v NullablePointUncertaintyEllipseAllOf) MarshalJSON() ([]byte, error)
- func (v *NullablePointUncertaintyEllipseAllOf) Set(val *PointUncertaintyEllipseAllOf)
- func (v *NullablePointUncertaintyEllipseAllOf) UnmarshalJSON(src []byte) error
- func (v *NullablePointUncertaintyEllipseAllOf) Unset()
- type NullablePolygon
- type NullablePolygonAllOf
- func (v NullablePolygonAllOf) Get() *PolygonAllOf
- func (v NullablePolygonAllOf) IsSet() bool
- func (v NullablePolygonAllOf) MarshalJSON() ([]byte, error)
- func (v *NullablePolygonAllOf) Set(val *PolygonAllOf)
- func (v *NullablePolygonAllOf) UnmarshalJSON(src []byte) error
- func (v *NullablePolygonAllOf) Unset()
- type NullableProblemDetails
- func (v NullableProblemDetails) Get() *ProblemDetails
- func (v NullableProblemDetails) IsSet() bool
- func (v NullableProblemDetails) MarshalJSON() ([]byte, error)
- func (v *NullableProblemDetails) Set(val *ProblemDetails)
- func (v *NullableProblemDetails) UnmarshalJSON(src []byte) error
- func (v *NullableProblemDetails) Unset()
- type NullableProtocol
- type NullablePublishedApiPath
- func (v NullablePublishedApiPath) Get() *PublishedApiPath
- func (v NullablePublishedApiPath) IsSet() bool
- func (v NullablePublishedApiPath) MarshalJSON() ([]byte, error)
- func (v *NullablePublishedApiPath) Set(val *PublishedApiPath)
- func (v *NullablePublishedApiPath) UnmarshalJSON(src []byte) error
- func (v *NullablePublishedApiPath) Unset()
- type NullableRelativeCartesianLocation
- func (v NullableRelativeCartesianLocation) Get() *RelativeCartesianLocation
- func (v NullableRelativeCartesianLocation) IsSet() bool
- func (v NullableRelativeCartesianLocation) MarshalJSON() ([]byte, error)
- func (v *NullableRelativeCartesianLocation) Set(val *RelativeCartesianLocation)
- func (v *NullableRelativeCartesianLocation) UnmarshalJSON(src []byte) error
- func (v *NullableRelativeCartesianLocation) Unset()
- type NullableReportingInformation
- func (v NullableReportingInformation) Get() *ReportingInformation
- func (v NullableReportingInformation) IsSet() bool
- func (v NullableReportingInformation) MarshalJSON() ([]byte, error)
- func (v *NullableReportingInformation) Set(val *ReportingInformation)
- func (v *NullableReportingInformation) UnmarshalJSON(src []byte) error
- func (v *NullableReportingInformation) Unset()
- type NullableResource
- type NullableRoutingRule
- func (v NullableRoutingRule) Get() *RoutingRule
- func (v NullableRoutingRule) IsSet() bool
- func (v NullableRoutingRule) MarshalJSON() ([]byte, error)
- func (v *NullableRoutingRule) Set(val *RoutingRule)
- func (v *NullableRoutingRule) UnmarshalJSON(src []byte) error
- func (v *NullableRoutingRule) Unset()
- type NullableSecurityMethod
- func (v NullableSecurityMethod) Get() *SecurityMethod
- func (v NullableSecurityMethod) IsSet() bool
- func (v NullableSecurityMethod) MarshalJSON() ([]byte, error)
- func (v *NullableSecurityMethod) Set(val *SecurityMethod)
- func (v *NullableSecurityMethod) UnmarshalJSON(src []byte) error
- func (v *NullableSecurityMethod) Unset()
- type NullableServiceAPIDescription
- func (v NullableServiceAPIDescription) Get() *ServiceAPIDescription
- func (v NullableServiceAPIDescription) IsSet() bool
- func (v NullableServiceAPIDescription) MarshalJSON() ([]byte, error)
- func (v *NullableServiceAPIDescription) Set(val *ServiceAPIDescription)
- func (v *NullableServiceAPIDescription) UnmarshalJSON(src []byte) error
- func (v *NullableServiceAPIDescription) Unset()
- type NullableShareableInformation
- func (v NullableShareableInformation) Get() *ShareableInformation
- func (v NullableShareableInformation) IsSet() bool
- func (v NullableShareableInformation) MarshalJSON() ([]byte, error)
- func (v *NullableShareableInformation) Set(val *ShareableInformation)
- func (v *NullableShareableInformation) UnmarshalJSON(src []byte) error
- func (v *NullableShareableInformation) Unset()
- type NullableString
- type NullableSupportedGADShapes
- func (v NullableSupportedGADShapes) Get() *SupportedGADShapes
- func (v NullableSupportedGADShapes) IsSet() bool
- func (v NullableSupportedGADShapes) MarshalJSON() ([]byte, error)
- func (v *NullableSupportedGADShapes) Set(val *SupportedGADShapes)
- func (v *NullableSupportedGADShapes) UnmarshalJSON(src []byte) error
- func (v *NullableSupportedGADShapes) Unset()
- type NullableTime
- type NullableTimeRangeList
- func (v NullableTimeRangeList) Get() *TimeRangeList
- func (v NullableTimeRangeList) IsSet() bool
- func (v NullableTimeRangeList) MarshalJSON() ([]byte, error)
- func (v *NullableTimeRangeList) Set(val *TimeRangeList)
- func (v *NullableTimeRangeList) UnmarshalJSON(src []byte) error
- func (v *NullableTimeRangeList) Unset()
- type NullableTopologyHiding
- func (v NullableTopologyHiding) Get() *TopologyHiding
- func (v NullableTopologyHiding) IsSet() bool
- func (v NullableTopologyHiding) MarshalJSON() ([]byte, error)
- func (v *NullableTopologyHiding) Set(val *TopologyHiding)
- func (v *NullableTopologyHiding) UnmarshalJSON(src []byte) error
- func (v *NullableTopologyHiding) Unset()
- type NullableUncertaintyEllipse
- func (v NullableUncertaintyEllipse) Get() *UncertaintyEllipse
- func (v NullableUncertaintyEllipse) IsSet() bool
- func (v NullableUncertaintyEllipse) MarshalJSON() ([]byte, error)
- func (v *NullableUncertaintyEllipse) Set(val *UncertaintyEllipse)
- func (v *NullableUncertaintyEllipse) UnmarshalJSON(src []byte) error
- func (v *NullableUncertaintyEllipse) Unset()
- type NullableUncertaintyEllipsoid
- func (v NullableUncertaintyEllipsoid) Get() *UncertaintyEllipsoid
- func (v NullableUncertaintyEllipsoid) IsSet() bool
- func (v NullableUncertaintyEllipsoid) MarshalJSON() ([]byte, error)
- func (v *NullableUncertaintyEllipsoid) Set(val *UncertaintyEllipsoid)
- func (v *NullableUncertaintyEllipsoid) UnmarshalJSON(src []byte) error
- func (v *NullableUncertaintyEllipsoid) Unset()
- type NullableVersion
- type NullableWebsockNotifConfig
- func (v NullableWebsockNotifConfig) Get() *WebsockNotifConfig
- func (v NullableWebsockNotifConfig) IsSet() bool
- func (v NullableWebsockNotifConfig) MarshalJSON() ([]byte, error)
- func (v *NullableWebsockNotifConfig) Set(val *WebsockNotifConfig)
- func (v *NullableWebsockNotifConfig) UnmarshalJSON(src []byte) error
- func (v *NullableWebsockNotifConfig) Unset()
- type Operation
- type PartitioningCriteria
- type Point
- type PointAllOf
- type 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) MarshalJSON() ([]byte, error)
- func (o *PointAltitude) SetAltitude(v float64)
- func (o *PointAltitude) SetPoint(v GeographicalCoordinates)
- func (o PointAltitude) ToMap() (map[string]interface{}, error)
- type 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) MarshalJSON() ([]byte, error)
- func (o *PointAltitudeAllOf) SetAltitude(v float64)
- func (o *PointAltitudeAllOf) SetPoint(v GeographicalCoordinates)
- func (o PointAltitudeAllOf) ToMap() (map[string]interface{}, error)
- type 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) MarshalJSON() ([]byte, error)
- 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) ToMap() (map[string]interface{}, error)
- type 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) MarshalJSON() ([]byte, error)
- 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) ToMap() (map[string]interface{}, error)
- type 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) MarshalJSON() ([]byte, error)
- func (o *PointUncertaintyCircle) SetPoint(v GeographicalCoordinates)
- func (o *PointUncertaintyCircle) SetUncertainty(v float32)
- func (o PointUncertaintyCircle) ToMap() (map[string]interface{}, error)
- type 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) MarshalJSON() ([]byte, error)
- func (o *PointUncertaintyCircleAllOf) SetPoint(v GeographicalCoordinates)
- func (o *PointUncertaintyCircleAllOf) SetUncertainty(v float32)
- func (o PointUncertaintyCircleAllOf) ToMap() (map[string]interface{}, error)
- type 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) MarshalJSON() ([]byte, error)
- func (o *PointUncertaintyEllipse) SetConfidence(v int32)
- func (o *PointUncertaintyEllipse) SetPoint(v GeographicalCoordinates)
- func (o *PointUncertaintyEllipse) SetUncertaintyEllipse(v UncertaintyEllipse)
- func (o PointUncertaintyEllipse) ToMap() (map[string]interface{}, error)
- type 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) MarshalJSON() ([]byte, error)
- func (o *PointUncertaintyEllipseAllOf) SetConfidence(v int32)
- func (o *PointUncertaintyEllipseAllOf) SetPoint(v GeographicalCoordinates)
- func (o *PointUncertaintyEllipseAllOf) SetUncertaintyEllipse(v UncertaintyEllipse)
- func (o PointUncertaintyEllipseAllOf) ToMap() (map[string]interface{}, error)
- type Polygon
- type PolygonAllOf
- func (o *PolygonAllOf) GetPointList() []GeographicalCoordinates
- func (o *PolygonAllOf) GetPointListOk() ([]GeographicalCoordinates, bool)
- func (o PolygonAllOf) MarshalJSON() ([]byte, error)
- func (o *PolygonAllOf) SetPointList(v []GeographicalCoordinates)
- func (o PolygonAllOf) ToMap() (map[string]interface{}, error)
- type 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) MarshalJSON() ([]byte, error)
- 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) ToMap() (map[string]interface{}, error)
- type Protocol
- type PublishedApiPath
- func (o *PublishedApiPath) GetCcfIds() []string
- func (o *PublishedApiPath) GetCcfIdsOk() ([]string, bool)
- func (o *PublishedApiPath) HasCcfIds() bool
- func (o PublishedApiPath) MarshalJSON() ([]byte, error)
- func (o *PublishedApiPath) SetCcfIds(v []string)
- func (o PublishedApiPath) ToMap() (map[string]interface{}, error)
- type 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) MarshalJSON() ([]byte, error)
- func (o *RelativeCartesianLocation) SetX(v float32)
- func (o *RelativeCartesianLocation) SetY(v float32)
- func (o *RelativeCartesianLocation) SetZ(v float32)
- func (o RelativeCartesianLocation) ToMap() (map[string]interface{}, error)
- type 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) MarshalJSON() ([]byte, error)
- 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) ToMap() (map[string]interface{}, error)
- type 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) MarshalJSON() ([]byte, error)
- 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) ToMap() (map[string]interface{}, error)
- type 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) MarshalJSON() ([]byte, error)
- func (o *RoutingRule) SetAefProfile(v AefProfile)
- func (o *RoutingRule) SetIpv4AddrRanges(v []Ipv4AddressRange)
- func (o *RoutingRule) SetIpv6AddrRanges(v []Ipv6AddressRange)
- func (o RoutingRule) ToMap() (map[string]interface{}, error)
- type SecurityMethod
- type ServerConfiguration
- type ServerConfigurations
- type ServerVariable
- type 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) MarshalJSON() ([]byte, error)
- 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) ToMap() (map[string]interface{}, error)
- type 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) MarshalJSON() ([]byte, error)
- func (o *ShareableInformation) SetCapifProvDoms(v []string)
- func (o *ShareableInformation) SetIsShareable(v bool)
- func (o ShareableInformation) ToMap() (map[string]interface{}, error)
- type SupportedGADShapes
- type 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) MarshalJSON() ([]byte, error)
- func (o *TimeRangeList) SetStartTime(v time.Time)
- func (o *TimeRangeList) SetStopTime(v time.Time)
- func (o TimeRangeList) ToMap() (map[string]interface{}, error)
- type 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) MarshalJSON() ([]byte, error)
- func (o *TopologyHiding) SetApiId(v string)
- func (o *TopologyHiding) SetRoutingRules(v []RoutingRule)
- func (o TopologyHiding) ToMap() (map[string]interface{}, error)
- type 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) MarshalJSON() ([]byte, error)
- func (o *UncertaintyEllipse) SetOrientationMajor(v int32)
- func (o *UncertaintyEllipse) SetSemiMajor(v float32)
- func (o *UncertaintyEllipse) SetSemiMinor(v float32)
- func (o UncertaintyEllipse) ToMap() (map[string]interface{}, error)
- type 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) MarshalJSON() ([]byte, error)
- 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) ToMap() (map[string]interface{}, error)
- type 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) MarshalJSON() ([]byte, error)
- 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) ToMap() (map[string]interface{}, error)
- type 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) MarshalJSON() ([]byte, error)
- func (o *WebsockNotifConfig) SetRequestWebsocketUri(v bool)
- func (o *WebsockNotifConfig) SetWebsocketUri(v string)
- func (o WebsockNotifConfig) ToMap() (map[string]interface{}, error)
Constants ¶
This section is empty.
Variables ¶
var ( // ContextServerIndex uses a server configuration from the index. ContextServerIndex = contextKey("serverIndex") // ContextOperationServerIndices uses a server configuration from the index mapping. ContextOperationServerIndices = contextKey("serverOperationIndices") // ContextServerVariables overrides a server configuration variables. ContextServerVariables = contextKey("serverVariables") // ContextOperationServerVariables overrides a server configuration variables using operation specific values. ContextOperationServerVariables = contextKey("serverOperationVariables") )
Functions ¶
func CacheExpires ¶
CacheExpires helper function to determine remaining time before repeating a request.
func PtrFloat32 ¶
PtrFloat32 is a helper routine that returns a pointer to given float value.
func PtrFloat64 ¶
PtrFloat64 is a helper routine that returns a pointer to given float value.
Types ¶
type APIClient ¶
type APIClient struct { DefaultApi *DefaultApiService // contains filtered or unexported fields }
APIClient manages communication with the CAPIF_Events_API API v1.3.0-alpha.1 In most cases there should be only one, shared, APIClient.
func NewAPIClient ¶
func NewAPIClient(cfg *Configuration) *APIClient
NewAPIClient creates a new API client. Requires a userAgent string describing your application. optionally a custom http.Client to allow for advanced features such as caching.
func (*APIClient) GetConfig ¶
func (c *APIClient) GetConfig() *Configuration
Allow modification of underlying config for alternate implementations and testing Caution: modifying the configuration while live can cause data races and potentially unwanted behavior
type APIKey ¶
APIKey provides API key based authentication to a request passed via context using ContextAPIKey
type APIResponse ¶
type APIResponse struct { *http.Response `json:"-"` Message string `json:"message,omitempty"` // Operation is the name of the OpenAPI operation. Operation string `json:"operation,omitempty"` // RequestURL is the request URL. This value is always available, even if the // embedded *http.Response is nil. RequestURL string `json:"url,omitempty"` // Method is the HTTP method used for the request. This value is always // available, even if the embedded *http.Response is nil. Method string `json:"method,omitempty"` // Payload holds the contents of the response body (which may be nil or empty). // This is provided here as the raw response.Body() reader will have already // been drained. Payload []byte `json:"-"` }
APIResponse stores the API response returned by the server.
func NewAPIResponse ¶
func NewAPIResponse(r *http.Response) *APIResponse
NewAPIResponse returns a new APIResponse object.
func NewAPIResponseWithError ¶
func NewAPIResponseWithError(errorMessage string) *APIResponse
NewAPIResponseWithError returns a new APIResponse object with the provided error message.
type AccessControlPolicyList ¶
type AccessControlPolicyList struct { // Policy of each API invoker. ApiInvokerPolicies []ApiInvokerPolicy `json:"apiInvokerPolicies,omitempty"` }
AccessControlPolicyList Represents the access control policy list for a published service API.
func NewAccessControlPolicyList ¶
func NewAccessControlPolicyList() *AccessControlPolicyList
NewAccessControlPolicyList instantiates a new AccessControlPolicyList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAccessControlPolicyListWithDefaults ¶
func NewAccessControlPolicyListWithDefaults() *AccessControlPolicyList
NewAccessControlPolicyListWithDefaults instantiates a new AccessControlPolicyList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AccessControlPolicyList) GetApiInvokerPolicies ¶
func (o *AccessControlPolicyList) GetApiInvokerPolicies() []ApiInvokerPolicy
GetApiInvokerPolicies returns the ApiInvokerPolicies field value if set, zero value otherwise.
func (*AccessControlPolicyList) GetApiInvokerPoliciesOk ¶
func (o *AccessControlPolicyList) GetApiInvokerPoliciesOk() ([]ApiInvokerPolicy, bool)
GetApiInvokerPoliciesOk returns a tuple with the ApiInvokerPolicies field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessControlPolicyList) HasApiInvokerPolicies ¶
func (o *AccessControlPolicyList) HasApiInvokerPolicies() bool
HasApiInvokerPolicies returns a boolean if a field has been set.
func (AccessControlPolicyList) MarshalJSON ¶
func (o AccessControlPolicyList) MarshalJSON() ([]byte, error)
func (*AccessControlPolicyList) SetApiInvokerPolicies ¶
func (o *AccessControlPolicyList) SetApiInvokerPolicies(v []ApiInvokerPolicy)
SetApiInvokerPolicies gets a reference to the given []ApiInvokerPolicy and assigns it to the ApiInvokerPolicies field.
func (AccessControlPolicyList) ToMap ¶
func (o AccessControlPolicyList) ToMap() (map[string]interface{}, error)
type AccessControlPolicyListExt ¶
type AccessControlPolicyListExt struct { AccessControlPolicyList ApiId string `json:"apiId"` }
AccessControlPolicyListExt Represents the extension for access control policies.
func NewAccessControlPolicyListExt ¶
func NewAccessControlPolicyListExt(apiId string) *AccessControlPolicyListExt
NewAccessControlPolicyListExt instantiates a new AccessControlPolicyListExt object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAccessControlPolicyListExtWithDefaults ¶
func NewAccessControlPolicyListExtWithDefaults() *AccessControlPolicyListExt
NewAccessControlPolicyListExtWithDefaults instantiates a new AccessControlPolicyListExt object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AccessControlPolicyListExt) GetApiId ¶
func (o *AccessControlPolicyListExt) GetApiId() string
GetApiId returns the ApiId field value
func (*AccessControlPolicyListExt) GetApiIdOk ¶
func (o *AccessControlPolicyListExt) GetApiIdOk() (*string, bool)
GetApiIdOk returns a tuple with the ApiId field value and a boolean to check if the value has been set.
func (AccessControlPolicyListExt) MarshalJSON ¶
func (o AccessControlPolicyListExt) MarshalJSON() ([]byte, error)
func (*AccessControlPolicyListExt) SetApiId ¶
func (o *AccessControlPolicyListExt) SetApiId(v string)
SetApiId sets field value
func (AccessControlPolicyListExt) ToMap ¶
func (o AccessControlPolicyListExt) ToMap() (map[string]interface{}, error)
type AccessControlPolicyListExtAllOf ¶
type AccessControlPolicyListExtAllOf struct {
ApiId *string `json:"apiId,omitempty"`
}
AccessControlPolicyListExtAllOf struct for AccessControlPolicyListExtAllOf
func NewAccessControlPolicyListExtAllOf ¶
func NewAccessControlPolicyListExtAllOf() *AccessControlPolicyListExtAllOf
NewAccessControlPolicyListExtAllOf instantiates a new AccessControlPolicyListExtAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAccessControlPolicyListExtAllOfWithDefaults ¶
func NewAccessControlPolicyListExtAllOfWithDefaults() *AccessControlPolicyListExtAllOf
NewAccessControlPolicyListExtAllOfWithDefaults instantiates a new AccessControlPolicyListExtAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AccessControlPolicyListExtAllOf) GetApiId ¶
func (o *AccessControlPolicyListExtAllOf) GetApiId() string
GetApiId returns the ApiId field value if set, zero value otherwise.
func (*AccessControlPolicyListExtAllOf) GetApiIdOk ¶
func (o *AccessControlPolicyListExtAllOf) GetApiIdOk() (*string, bool)
GetApiIdOk returns a tuple with the ApiId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessControlPolicyListExtAllOf) HasApiId ¶
func (o *AccessControlPolicyListExtAllOf) HasApiId() bool
HasApiId returns a boolean if a field has been set.
func (AccessControlPolicyListExtAllOf) MarshalJSON ¶
func (o AccessControlPolicyListExtAllOf) MarshalJSON() ([]byte, error)
func (*AccessControlPolicyListExtAllOf) SetApiId ¶
func (o *AccessControlPolicyListExtAllOf) SetApiId(v string)
SetApiId gets a reference to the given string and assigns it to the ApiId field.
func (AccessControlPolicyListExtAllOf) ToMap ¶
func (o AccessControlPolicyListExtAllOf) ToMap() (map[string]interface{}, error)
type AefLocation ¶
type AefLocation struct { CivicAddr *CivicAddress `json:"civicAddr,omitempty"` GeoArea *GeographicArea `json:"geoArea,omitempty"` // Identifies the data center where the AEF providing the service API is located. DcId *string `json:"dcId,omitempty"` }
AefLocation Represents the location information (e.g. civic address, GPS coordinates, data center ID) where the AEF providing the service API is located.
func NewAefLocation ¶
func NewAefLocation() *AefLocation
NewAefLocation instantiates a new AefLocation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAefLocationWithDefaults ¶
func NewAefLocationWithDefaults() *AefLocation
NewAefLocationWithDefaults instantiates a new AefLocation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AefLocation) GetCivicAddr ¶
func (o *AefLocation) GetCivicAddr() CivicAddress
GetCivicAddr returns the CivicAddr field value if set, zero value otherwise.
func (*AefLocation) GetCivicAddrOk ¶
func (o *AefLocation) GetCivicAddrOk() (*CivicAddress, bool)
GetCivicAddrOk returns a tuple with the CivicAddr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AefLocation) GetDcId ¶
func (o *AefLocation) GetDcId() string
GetDcId returns the DcId field value if set, zero value otherwise.
func (*AefLocation) GetDcIdOk ¶
func (o *AefLocation) GetDcIdOk() (*string, bool)
GetDcIdOk returns a tuple with the DcId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AefLocation) GetGeoArea ¶
func (o *AefLocation) GetGeoArea() GeographicArea
GetGeoArea returns the GeoArea field value if set, zero value otherwise.
func (*AefLocation) GetGeoAreaOk ¶
func (o *AefLocation) GetGeoAreaOk() (*GeographicArea, bool)
GetGeoAreaOk returns a tuple with the GeoArea field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AefLocation) HasCivicAddr ¶
func (o *AefLocation) HasCivicAddr() bool
HasCivicAddr returns a boolean if a field has been set.
func (*AefLocation) HasDcId ¶
func (o *AefLocation) HasDcId() bool
HasDcId returns a boolean if a field has been set.
func (*AefLocation) HasGeoArea ¶
func (o *AefLocation) HasGeoArea() bool
HasGeoArea returns a boolean if a field has been set.
func (AefLocation) MarshalJSON ¶
func (o AefLocation) MarshalJSON() ([]byte, error)
func (*AefLocation) SetCivicAddr ¶
func (o *AefLocation) SetCivicAddr(v CivicAddress)
SetCivicAddr gets a reference to the given CivicAddress and assigns it to the CivicAddr field.
func (*AefLocation) SetDcId ¶
func (o *AefLocation) SetDcId(v string)
SetDcId gets a reference to the given string and assigns it to the DcId field.
func (*AefLocation) SetGeoArea ¶
func (o *AefLocation) SetGeoArea(v GeographicArea)
SetGeoArea gets a reference to the given GeographicArea and assigns it to the GeoArea field.
func (AefLocation) ToMap ¶
func (o AefLocation) ToMap() (map[string]interface{}, error)
type AefProfile ¶
type AefProfile struct {
Interface *interface{}
}
AefProfile - Represents the AEF profile data.
func InterfaceAsAefProfile ¶
func InterfaceAsAefProfile(v *interface{}) AefProfile
interface{}AsAefProfile is a convenience function that returns interface{} wrapped in AefProfile
func (*AefProfile) GetActualInstance ¶
func (obj *AefProfile) GetActualInstance() interface{}
Get the actual instance
func (AefProfile) MarshalJSON ¶
func (src AefProfile) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*AefProfile) UnmarshalJSON ¶
func (dst *AefProfile) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type ApiInvokerPolicy ¶
type ApiInvokerPolicy struct { // API invoker ID assigned by the CAPIF core function ApiInvokerId string `json:"apiInvokerId"` // Total number of invocations allowed on the service API by the API invoker. AllowedTotalInvocations *int32 `json:"allowedTotalInvocations,omitempty"` // Invocations per second allowed on the service API by the API invoker. AllowedInvocationsPerSecond *int32 `json:"allowedInvocationsPerSecond,omitempty"` // The time ranges during which the invocations are allowed on the service API by the API invoker. AllowedInvocationTimeRangeList []TimeRangeList `json:"allowedInvocationTimeRangeList,omitempty"` }
ApiInvokerPolicy Represents the policy of an API Invoker.
func NewApiInvokerPolicy ¶
func NewApiInvokerPolicy(apiInvokerId string) *ApiInvokerPolicy
NewApiInvokerPolicy instantiates a new ApiInvokerPolicy object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewApiInvokerPolicyWithDefaults ¶
func NewApiInvokerPolicyWithDefaults() *ApiInvokerPolicy
NewApiInvokerPolicyWithDefaults instantiates a new ApiInvokerPolicy object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ApiInvokerPolicy) GetAllowedInvocationTimeRangeList ¶
func (o *ApiInvokerPolicy) GetAllowedInvocationTimeRangeList() []TimeRangeList
GetAllowedInvocationTimeRangeList returns the AllowedInvocationTimeRangeList field value if set, zero value otherwise.
func (*ApiInvokerPolicy) GetAllowedInvocationTimeRangeListOk ¶
func (o *ApiInvokerPolicy) GetAllowedInvocationTimeRangeListOk() ([]TimeRangeList, bool)
GetAllowedInvocationTimeRangeListOk returns a tuple with the AllowedInvocationTimeRangeList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApiInvokerPolicy) GetAllowedInvocationsPerSecond ¶
func (o *ApiInvokerPolicy) GetAllowedInvocationsPerSecond() int32
GetAllowedInvocationsPerSecond returns the AllowedInvocationsPerSecond field value if set, zero value otherwise.
func (*ApiInvokerPolicy) GetAllowedInvocationsPerSecondOk ¶
func (o *ApiInvokerPolicy) GetAllowedInvocationsPerSecondOk() (*int32, bool)
GetAllowedInvocationsPerSecondOk returns a tuple with the AllowedInvocationsPerSecond field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApiInvokerPolicy) GetAllowedTotalInvocations ¶
func (o *ApiInvokerPolicy) GetAllowedTotalInvocations() int32
GetAllowedTotalInvocations returns the AllowedTotalInvocations field value if set, zero value otherwise.
func (*ApiInvokerPolicy) GetAllowedTotalInvocationsOk ¶
func (o *ApiInvokerPolicy) GetAllowedTotalInvocationsOk() (*int32, bool)
GetAllowedTotalInvocationsOk returns a tuple with the AllowedTotalInvocations field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApiInvokerPolicy) GetApiInvokerId ¶
func (o *ApiInvokerPolicy) GetApiInvokerId() string
GetApiInvokerId returns the ApiInvokerId field value
func (*ApiInvokerPolicy) GetApiInvokerIdOk ¶
func (o *ApiInvokerPolicy) GetApiInvokerIdOk() (*string, bool)
GetApiInvokerIdOk returns a tuple with the ApiInvokerId field value and a boolean to check if the value has been set.
func (*ApiInvokerPolicy) HasAllowedInvocationTimeRangeList ¶
func (o *ApiInvokerPolicy) HasAllowedInvocationTimeRangeList() bool
HasAllowedInvocationTimeRangeList returns a boolean if a field has been set.
func (*ApiInvokerPolicy) HasAllowedInvocationsPerSecond ¶
func (o *ApiInvokerPolicy) HasAllowedInvocationsPerSecond() bool
HasAllowedInvocationsPerSecond returns a boolean if a field has been set.
func (*ApiInvokerPolicy) HasAllowedTotalInvocations ¶
func (o *ApiInvokerPolicy) HasAllowedTotalInvocations() bool
HasAllowedTotalInvocations returns a boolean if a field has been set.
func (ApiInvokerPolicy) MarshalJSON ¶
func (o ApiInvokerPolicy) MarshalJSON() ([]byte, error)
func (*ApiInvokerPolicy) SetAllowedInvocationTimeRangeList ¶
func (o *ApiInvokerPolicy) SetAllowedInvocationTimeRangeList(v []TimeRangeList)
SetAllowedInvocationTimeRangeList gets a reference to the given []TimeRangeList and assigns it to the AllowedInvocationTimeRangeList field.
func (*ApiInvokerPolicy) SetAllowedInvocationsPerSecond ¶
func (o *ApiInvokerPolicy) SetAllowedInvocationsPerSecond(v int32)
SetAllowedInvocationsPerSecond gets a reference to the given int32 and assigns it to the AllowedInvocationsPerSecond field.
func (*ApiInvokerPolicy) SetAllowedTotalInvocations ¶
func (o *ApiInvokerPolicy) SetAllowedTotalInvocations(v int32)
SetAllowedTotalInvocations gets a reference to the given int32 and assigns it to the AllowedTotalInvocations field.
func (*ApiInvokerPolicy) SetApiInvokerId ¶
func (o *ApiInvokerPolicy) SetApiInvokerId(v string)
SetApiInvokerId sets field value
func (ApiInvokerPolicy) ToMap ¶
func (o ApiInvokerPolicy) ToMap() (map[string]interface{}, error)
type ApiSubscriberIdSubscriptionsPostRequest ¶
type ApiSubscriberIdSubscriptionsPostRequest struct { ApiService *DefaultApiService // contains filtered or unexported fields }
func (ApiSubscriberIdSubscriptionsPostRequest) EventSubscription ¶
func (r ApiSubscriberIdSubscriptionsPostRequest) EventSubscription(eventSubscription EventSubscription) ApiSubscriberIdSubscriptionsPostRequest
func (ApiSubscriberIdSubscriptionsPostRequest) Execute ¶
func (r ApiSubscriberIdSubscriptionsPostRequest) Execute() (*EventSubscription, *http.Response, error)
type ApiSubscriberIdSubscriptionsSubscriptionIdDeleteRequest ¶
type ApiSubscriberIdSubscriptionsSubscriptionIdDeleteRequest struct { ApiService *DefaultApiService // contains filtered or unexported fields }
type BasicAuth ¶
type BasicAuth struct { UserName string `json:"userName,omitempty"` Password string `json:"password,omitempty"` }
BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth
type CAPIFEvent ¶
type CAPIFEvent struct {
String *string
}
CAPIFEvent Possible values are: - SERVICE_API_AVAILABLE: Events related to the availability of service APIs after the service APIs are published. - SERVICE_API_UNAVAILABLE: Events related to the unavailability of service APIs after the service APIs are unpublished. - SERVICE_API_UPDATE: Events related to change in service API information. - API_INVOKER_ONBOARDED: Events related to API invoker onboarded to CAPIF. - API_INVOKER_OFFBOARDED: Events related to API invoker offboarded from CAPIF. - SERVICE_API_INVOCATION_SUCCESS: Events related to the successful invocation of service APIs. - SERVICE_API_INVOCATION_FAILURE: Events related to the failed invocation of service APIs. - ACCESS_CONTROL_POLICY_UPDATE: Events related to the update for the access control policy related to the service APIs. - ACCESS_CONTROL_POLICY_UNAVAILABLE: Events related to the unavailability of the access control policy related to the service APIs. - API_INVOKER_AUTHORIZATION_REVOKED: Events related to the revocation of the authorization of API invokers to access the service APIs. - API_INVOKER_UPDATED: Events related to API invoker profile updated to CAPIF. - API_TOPOLOGY_HIDING_CREATED: Events related to the creation or update of the API topology hiding information of the service APIs after the service APIs are published. - API_TOPOLOGY_HIDING_REVOKED: Events related to the revocation of the API topology hiding information of the service APIs after the service APIs are unpublished.
func (*CAPIFEvent) MarshalJSON ¶
func (src *CAPIFEvent) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*CAPIFEvent) UnmarshalJSON ¶
func (dst *CAPIFEvent) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type CAPIFEventDetail ¶
type CAPIFEventDetail struct { // Description of the service API as published by the APF. ServiceAPIDescriptions []ServiceAPIDescription `json:"serviceAPIDescriptions,omitempty"` // Identifier of the service API ApiIds []string `json:"apiIds,omitempty"` // Identity of the API invoker ApiInvokerIds []string `json:"apiInvokerIds,omitempty"` AccCtrlPolList *AccessControlPolicyListExt `json:"accCtrlPolList,omitempty"` // Invocation logs. InvocationLogs []InvocationLog `json:"invocationLogs,omitempty"` ApiTopoHide *TopologyHiding `json:"apiTopoHide,omitempty"` }
CAPIFEventDetail Represents a CAPIF event details.
func NewCAPIFEventDetail ¶
func NewCAPIFEventDetail() *CAPIFEventDetail
NewCAPIFEventDetail instantiates a new CAPIFEventDetail object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCAPIFEventDetailWithDefaults ¶
func NewCAPIFEventDetailWithDefaults() *CAPIFEventDetail
NewCAPIFEventDetailWithDefaults instantiates a new CAPIFEventDetail object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CAPIFEventDetail) GetAccCtrlPolList ¶
func (o *CAPIFEventDetail) GetAccCtrlPolList() AccessControlPolicyListExt
GetAccCtrlPolList returns the AccCtrlPolList field value if set, zero value otherwise.
func (*CAPIFEventDetail) GetAccCtrlPolListOk ¶
func (o *CAPIFEventDetail) GetAccCtrlPolListOk() (*AccessControlPolicyListExt, bool)
GetAccCtrlPolListOk returns a tuple with the AccCtrlPolList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CAPIFEventDetail) GetApiIds ¶
func (o *CAPIFEventDetail) GetApiIds() []string
GetApiIds returns the ApiIds field value if set, zero value otherwise.
func (*CAPIFEventDetail) GetApiIdsOk ¶
func (o *CAPIFEventDetail) GetApiIdsOk() ([]string, bool)
GetApiIdsOk returns a tuple with the ApiIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CAPIFEventDetail) GetApiInvokerIds ¶
func (o *CAPIFEventDetail) GetApiInvokerIds() []string
GetApiInvokerIds returns the ApiInvokerIds field value if set, zero value otherwise.
func (*CAPIFEventDetail) GetApiInvokerIdsOk ¶
func (o *CAPIFEventDetail) GetApiInvokerIdsOk() ([]string, bool)
GetApiInvokerIdsOk returns a tuple with the ApiInvokerIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CAPIFEventDetail) GetApiTopoHide ¶
func (o *CAPIFEventDetail) GetApiTopoHide() TopologyHiding
GetApiTopoHide returns the ApiTopoHide field value if set, zero value otherwise.
func (*CAPIFEventDetail) GetApiTopoHideOk ¶
func (o *CAPIFEventDetail) GetApiTopoHideOk() (*TopologyHiding, bool)
GetApiTopoHideOk returns a tuple with the ApiTopoHide field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CAPIFEventDetail) GetInvocationLogs ¶
func (o *CAPIFEventDetail) GetInvocationLogs() []InvocationLog
GetInvocationLogs returns the InvocationLogs field value if set, zero value otherwise.
func (*CAPIFEventDetail) GetInvocationLogsOk ¶
func (o *CAPIFEventDetail) GetInvocationLogsOk() ([]InvocationLog, bool)
GetInvocationLogsOk returns a tuple with the InvocationLogs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CAPIFEventDetail) GetServiceAPIDescriptions ¶
func (o *CAPIFEventDetail) GetServiceAPIDescriptions() []ServiceAPIDescription
GetServiceAPIDescriptions returns the ServiceAPIDescriptions field value if set, zero value otherwise.
func (*CAPIFEventDetail) GetServiceAPIDescriptionsOk ¶
func (o *CAPIFEventDetail) GetServiceAPIDescriptionsOk() ([]ServiceAPIDescription, bool)
GetServiceAPIDescriptionsOk returns a tuple with the ServiceAPIDescriptions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CAPIFEventDetail) HasAccCtrlPolList ¶
func (o *CAPIFEventDetail) HasAccCtrlPolList() bool
HasAccCtrlPolList returns a boolean if a field has been set.
func (*CAPIFEventDetail) HasApiIds ¶
func (o *CAPIFEventDetail) HasApiIds() bool
HasApiIds returns a boolean if a field has been set.
func (*CAPIFEventDetail) HasApiInvokerIds ¶
func (o *CAPIFEventDetail) HasApiInvokerIds() bool
HasApiInvokerIds returns a boolean if a field has been set.
func (*CAPIFEventDetail) HasApiTopoHide ¶
func (o *CAPIFEventDetail) HasApiTopoHide() bool
HasApiTopoHide returns a boolean if a field has been set.
func (*CAPIFEventDetail) HasInvocationLogs ¶
func (o *CAPIFEventDetail) HasInvocationLogs() bool
HasInvocationLogs returns a boolean if a field has been set.
func (*CAPIFEventDetail) HasServiceAPIDescriptions ¶
func (o *CAPIFEventDetail) HasServiceAPIDescriptions() bool
HasServiceAPIDescriptions returns a boolean if a field has been set.
func (CAPIFEventDetail) MarshalJSON ¶
func (o CAPIFEventDetail) MarshalJSON() ([]byte, error)
func (*CAPIFEventDetail) SetAccCtrlPolList ¶
func (o *CAPIFEventDetail) SetAccCtrlPolList(v AccessControlPolicyListExt)
SetAccCtrlPolList gets a reference to the given AccessControlPolicyListExt and assigns it to the AccCtrlPolList field.
func (*CAPIFEventDetail) SetApiIds ¶
func (o *CAPIFEventDetail) SetApiIds(v []string)
SetApiIds gets a reference to the given []string and assigns it to the ApiIds field.
func (*CAPIFEventDetail) SetApiInvokerIds ¶
func (o *CAPIFEventDetail) SetApiInvokerIds(v []string)
SetApiInvokerIds gets a reference to the given []string and assigns it to the ApiInvokerIds field.
func (*CAPIFEventDetail) SetApiTopoHide ¶
func (o *CAPIFEventDetail) SetApiTopoHide(v TopologyHiding)
SetApiTopoHide gets a reference to the given TopologyHiding and assigns it to the ApiTopoHide field.
func (*CAPIFEventDetail) SetInvocationLogs ¶
func (o *CAPIFEventDetail) SetInvocationLogs(v []InvocationLog)
SetInvocationLogs gets a reference to the given []InvocationLog and assigns it to the InvocationLogs field.
func (*CAPIFEventDetail) SetServiceAPIDescriptions ¶
func (o *CAPIFEventDetail) SetServiceAPIDescriptions(v []ServiceAPIDescription)
SetServiceAPIDescriptions gets a reference to the given []ServiceAPIDescription and assigns it to the ServiceAPIDescriptions field.
func (CAPIFEventDetail) ToMap ¶
func (o CAPIFEventDetail) ToMap() (map[string]interface{}, error)
type CAPIFEventFilter ¶
type CAPIFEventFilter struct { // Identifier of the service API ApiIds []string `json:"apiIds,omitempty"` // Identity of the API invoker ApiInvokerIds []string `json:"apiInvokerIds,omitempty"` // Identifier of the API exposing function AefIds []string `json:"aefIds,omitempty"` }
CAPIFEventFilter Represents a CAPIF event filter.
func NewCAPIFEventFilter ¶
func NewCAPIFEventFilter() *CAPIFEventFilter
NewCAPIFEventFilter instantiates a new CAPIFEventFilter object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCAPIFEventFilterWithDefaults ¶
func NewCAPIFEventFilterWithDefaults() *CAPIFEventFilter
NewCAPIFEventFilterWithDefaults instantiates a new CAPIFEventFilter object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CAPIFEventFilter) GetAefIds ¶
func (o *CAPIFEventFilter) GetAefIds() []string
GetAefIds returns the AefIds field value if set, zero value otherwise.
func (*CAPIFEventFilter) GetAefIdsOk ¶
func (o *CAPIFEventFilter) GetAefIdsOk() ([]string, bool)
GetAefIdsOk returns a tuple with the AefIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CAPIFEventFilter) GetApiIds ¶
func (o *CAPIFEventFilter) GetApiIds() []string
GetApiIds returns the ApiIds field value if set, zero value otherwise.
func (*CAPIFEventFilter) GetApiIdsOk ¶
func (o *CAPIFEventFilter) GetApiIdsOk() ([]string, bool)
GetApiIdsOk returns a tuple with the ApiIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CAPIFEventFilter) GetApiInvokerIds ¶
func (o *CAPIFEventFilter) GetApiInvokerIds() []string
GetApiInvokerIds returns the ApiInvokerIds field value if set, zero value otherwise.
func (*CAPIFEventFilter) GetApiInvokerIdsOk ¶
func (o *CAPIFEventFilter) GetApiInvokerIdsOk() ([]string, bool)
GetApiInvokerIdsOk returns a tuple with the ApiInvokerIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CAPIFEventFilter) HasAefIds ¶
func (o *CAPIFEventFilter) HasAefIds() bool
HasAefIds returns a boolean if a field has been set.
func (*CAPIFEventFilter) HasApiIds ¶
func (o *CAPIFEventFilter) HasApiIds() bool
HasApiIds returns a boolean if a field has been set.
func (*CAPIFEventFilter) HasApiInvokerIds ¶
func (o *CAPIFEventFilter) HasApiInvokerIds() bool
HasApiInvokerIds returns a boolean if a field has been set.
func (CAPIFEventFilter) MarshalJSON ¶
func (o CAPIFEventFilter) MarshalJSON() ([]byte, error)
func (*CAPIFEventFilter) SetAefIds ¶
func (o *CAPIFEventFilter) SetAefIds(v []string)
SetAefIds gets a reference to the given []string and assigns it to the AefIds field.
func (*CAPIFEventFilter) SetApiIds ¶
func (o *CAPIFEventFilter) SetApiIds(v []string)
SetApiIds gets a reference to the given []string and assigns it to the ApiIds field.
func (*CAPIFEventFilter) SetApiInvokerIds ¶
func (o *CAPIFEventFilter) SetApiInvokerIds(v []string)
SetApiInvokerIds gets a reference to the given []string and assigns it to the ApiInvokerIds field.
func (CAPIFEventFilter) ToMap ¶
func (o CAPIFEventFilter) ToMap() (map[string]interface{}, error)
type CivicAddress ¶
type CivicAddress struct { Country *string `json:"country,omitempty"` A1 *string `json:"A1,omitempty"` A2 *string `json:"A2,omitempty"` A3 *string `json:"A3,omitempty"` A4 *string `json:"A4,omitempty"` A5 *string `json:"A5,omitempty"` A6 *string `json:"A6,omitempty"` PRD *string `json:"PRD,omitempty"` POD *string `json:"POD,omitempty"` STS *string `json:"STS,omitempty"` HNO *string `json:"HNO,omitempty"` HNS *string `json:"HNS,omitempty"` LMK *string `json:"LMK,omitempty"` LOC *string `json:"LOC,omitempty"` NAM *string `json:"NAM,omitempty"` PC *string `json:"PC,omitempty"` BLD *string `json:"BLD,omitempty"` UNIT *string `json:"UNIT,omitempty"` FLR *string `json:"FLR,omitempty"` ROOM *string `json:"ROOM,omitempty"` PLC *string `json:"PLC,omitempty"` PCN *string `json:"PCN,omitempty"` POBOX *string `json:"POBOX,omitempty"` ADDCODE *string `json:"ADDCODE,omitempty"` SEAT *string `json:"SEAT,omitempty"` RD *string `json:"RD,omitempty"` RDSEC *string `json:"RDSEC,omitempty"` RDBR *string `json:"RDBR,omitempty"` RDSUBBR *string `json:"RDSUBBR,omitempty"` PRM *string `json:"PRM,omitempty"` POM *string `json:"POM,omitempty"` UsageRules *string `json:"usageRules,omitempty"` Method *string `json:"method,omitempty"` ProvidedBy *string `json:"providedBy,omitempty"` }
CivicAddress Indicates a Civic address.
func NewCivicAddress ¶
func NewCivicAddress() *CivicAddress
NewCivicAddress instantiates a new CivicAddress object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCivicAddressWithDefaults ¶
func NewCivicAddressWithDefaults() *CivicAddress
NewCivicAddressWithDefaults instantiates a new CivicAddress object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CivicAddress) GetA1 ¶
func (o *CivicAddress) GetA1() string
GetA1 returns the A1 field value if set, zero value otherwise.
func (*CivicAddress) GetA1Ok ¶
func (o *CivicAddress) GetA1Ok() (*string, bool)
GetA1Ok returns a tuple with the A1 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetA2 ¶
func (o *CivicAddress) GetA2() string
GetA2 returns the A2 field value if set, zero value otherwise.
func (*CivicAddress) GetA2Ok ¶
func (o *CivicAddress) GetA2Ok() (*string, bool)
GetA2Ok returns a tuple with the A2 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetA3 ¶
func (o *CivicAddress) GetA3() string
GetA3 returns the A3 field value if set, zero value otherwise.
func (*CivicAddress) GetA3Ok ¶
func (o *CivicAddress) GetA3Ok() (*string, bool)
GetA3Ok returns a tuple with the A3 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetA4 ¶
func (o *CivicAddress) GetA4() string
GetA4 returns the A4 field value if set, zero value otherwise.
func (*CivicAddress) GetA4Ok ¶
func (o *CivicAddress) GetA4Ok() (*string, bool)
GetA4Ok returns a tuple with the A4 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetA5 ¶
func (o *CivicAddress) GetA5() string
GetA5 returns the A5 field value if set, zero value otherwise.
func (*CivicAddress) GetA5Ok ¶
func (o *CivicAddress) GetA5Ok() (*string, bool)
GetA5Ok returns a tuple with the A5 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetA6 ¶
func (o *CivicAddress) GetA6() string
GetA6 returns the A6 field value if set, zero value otherwise.
func (*CivicAddress) GetA6Ok ¶
func (o *CivicAddress) GetA6Ok() (*string, bool)
GetA6Ok returns a tuple with the A6 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetADDCODE ¶
func (o *CivicAddress) GetADDCODE() string
GetADDCODE returns the ADDCODE field value if set, zero value otherwise.
func (*CivicAddress) GetADDCODEOk ¶
func (o *CivicAddress) GetADDCODEOk() (*string, bool)
GetADDCODEOk returns a tuple with the ADDCODE field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetBLD ¶
func (o *CivicAddress) GetBLD() string
GetBLD returns the BLD field value if set, zero value otherwise.
func (*CivicAddress) GetBLDOk ¶
func (o *CivicAddress) GetBLDOk() (*string, bool)
GetBLDOk returns a tuple with the BLD field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetCountry ¶
func (o *CivicAddress) GetCountry() string
GetCountry returns the Country field value if set, zero value otherwise.
func (*CivicAddress) GetCountryOk ¶
func (o *CivicAddress) GetCountryOk() (*string, bool)
GetCountryOk returns a tuple with the Country field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetFLR ¶
func (o *CivicAddress) GetFLR() string
GetFLR returns the FLR field value if set, zero value otherwise.
func (*CivicAddress) GetFLROk ¶
func (o *CivicAddress) GetFLROk() (*string, bool)
GetFLROk returns a tuple with the FLR field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetHNO ¶
func (o *CivicAddress) GetHNO() string
GetHNO returns the HNO field value if set, zero value otherwise.
func (*CivicAddress) GetHNOOk ¶
func (o *CivicAddress) GetHNOOk() (*string, bool)
GetHNOOk returns a tuple with the HNO field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetHNS ¶
func (o *CivicAddress) GetHNS() string
GetHNS returns the HNS field value if set, zero value otherwise.
func (*CivicAddress) GetHNSOk ¶
func (o *CivicAddress) GetHNSOk() (*string, bool)
GetHNSOk returns a tuple with the HNS field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetLMK ¶
func (o *CivicAddress) GetLMK() string
GetLMK returns the LMK field value if set, zero value otherwise.
func (*CivicAddress) GetLMKOk ¶
func (o *CivicAddress) GetLMKOk() (*string, bool)
GetLMKOk returns a tuple with the LMK field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetLOC ¶
func (o *CivicAddress) GetLOC() string
GetLOC returns the LOC field value if set, zero value otherwise.
func (*CivicAddress) GetLOCOk ¶
func (o *CivicAddress) GetLOCOk() (*string, bool)
GetLOCOk returns a tuple with the LOC field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetMethod ¶
func (o *CivicAddress) GetMethod() string
GetMethod returns the Method field value if set, zero value otherwise.
func (*CivicAddress) GetMethodOk ¶
func (o *CivicAddress) GetMethodOk() (*string, bool)
GetMethodOk returns a tuple with the Method field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetNAM ¶
func (o *CivicAddress) GetNAM() string
GetNAM returns the NAM field value if set, zero value otherwise.
func (*CivicAddress) GetNAMOk ¶
func (o *CivicAddress) GetNAMOk() (*string, bool)
GetNAMOk returns a tuple with the NAM field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetPC ¶
func (o *CivicAddress) GetPC() string
GetPC returns the PC field value if set, zero value otherwise.
func (*CivicAddress) GetPCN ¶
func (o *CivicAddress) GetPCN() string
GetPCN returns the PCN field value if set, zero value otherwise.
func (*CivicAddress) GetPCNOk ¶
func (o *CivicAddress) GetPCNOk() (*string, bool)
GetPCNOk returns a tuple with the PCN field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetPCOk ¶
func (o *CivicAddress) GetPCOk() (*string, bool)
GetPCOk returns a tuple with the PC field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetPLC ¶
func (o *CivicAddress) GetPLC() string
GetPLC returns the PLC field value if set, zero value otherwise.
func (*CivicAddress) GetPLCOk ¶
func (o *CivicAddress) GetPLCOk() (*string, bool)
GetPLCOk returns a tuple with the PLC field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetPOBOX ¶
func (o *CivicAddress) GetPOBOX() string
GetPOBOX returns the POBOX field value if set, zero value otherwise.
func (*CivicAddress) GetPOBOXOk ¶
func (o *CivicAddress) GetPOBOXOk() (*string, bool)
GetPOBOXOk returns a tuple with the POBOX field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetPOD ¶
func (o *CivicAddress) GetPOD() string
GetPOD returns the POD field value if set, zero value otherwise.
func (*CivicAddress) GetPODOk ¶
func (o *CivicAddress) GetPODOk() (*string, bool)
GetPODOk returns a tuple with the POD field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetPOM ¶
func (o *CivicAddress) GetPOM() string
GetPOM returns the POM field value if set, zero value otherwise.
func (*CivicAddress) GetPOMOk ¶
func (o *CivicAddress) GetPOMOk() (*string, bool)
GetPOMOk returns a tuple with the POM field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetPRD ¶
func (o *CivicAddress) GetPRD() string
GetPRD returns the PRD field value if set, zero value otherwise.
func (*CivicAddress) GetPRDOk ¶
func (o *CivicAddress) GetPRDOk() (*string, bool)
GetPRDOk returns a tuple with the PRD field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetPRM ¶
func (o *CivicAddress) GetPRM() string
GetPRM returns the PRM field value if set, zero value otherwise.
func (*CivicAddress) GetPRMOk ¶
func (o *CivicAddress) GetPRMOk() (*string, bool)
GetPRMOk returns a tuple with the PRM field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetProvidedBy ¶
func (o *CivicAddress) GetProvidedBy() string
GetProvidedBy returns the ProvidedBy field value if set, zero value otherwise.
func (*CivicAddress) GetProvidedByOk ¶
func (o *CivicAddress) GetProvidedByOk() (*string, bool)
GetProvidedByOk returns a tuple with the ProvidedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetRD ¶
func (o *CivicAddress) GetRD() string
GetRD returns the RD field value if set, zero value otherwise.
func (*CivicAddress) GetRDBR ¶
func (o *CivicAddress) GetRDBR() string
GetRDBR returns the RDBR field value if set, zero value otherwise.
func (*CivicAddress) GetRDBROk ¶
func (o *CivicAddress) GetRDBROk() (*string, bool)
GetRDBROk returns a tuple with the RDBR field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetRDOk ¶
func (o *CivicAddress) GetRDOk() (*string, bool)
GetRDOk returns a tuple with the RD field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetRDSEC ¶
func (o *CivicAddress) GetRDSEC() string
GetRDSEC returns the RDSEC field value if set, zero value otherwise.
func (*CivicAddress) GetRDSECOk ¶
func (o *CivicAddress) GetRDSECOk() (*string, bool)
GetRDSECOk returns a tuple with the RDSEC field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetRDSUBBR ¶
func (o *CivicAddress) GetRDSUBBR() string
GetRDSUBBR returns the RDSUBBR field value if set, zero value otherwise.
func (*CivicAddress) GetRDSUBBROk ¶
func (o *CivicAddress) GetRDSUBBROk() (*string, bool)
GetRDSUBBROk returns a tuple with the RDSUBBR field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetROOM ¶
func (o *CivicAddress) GetROOM() string
GetROOM returns the ROOM field value if set, zero value otherwise.
func (*CivicAddress) GetROOMOk ¶
func (o *CivicAddress) GetROOMOk() (*string, bool)
GetROOMOk returns a tuple with the ROOM field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetSEAT ¶
func (o *CivicAddress) GetSEAT() string
GetSEAT returns the SEAT field value if set, zero value otherwise.
func (*CivicAddress) GetSEATOk ¶
func (o *CivicAddress) GetSEATOk() (*string, bool)
GetSEATOk returns a tuple with the SEAT field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetSTS ¶
func (o *CivicAddress) GetSTS() string
GetSTS returns the STS field value if set, zero value otherwise.
func (*CivicAddress) GetSTSOk ¶
func (o *CivicAddress) GetSTSOk() (*string, bool)
GetSTSOk returns a tuple with the STS field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetUNIT ¶
func (o *CivicAddress) GetUNIT() string
GetUNIT returns the UNIT field value if set, zero value otherwise.
func (*CivicAddress) GetUNITOk ¶
func (o *CivicAddress) GetUNITOk() (*string, bool)
GetUNITOk returns a tuple with the UNIT field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetUsageRules ¶
func (o *CivicAddress) GetUsageRules() string
GetUsageRules returns the UsageRules field value if set, zero value otherwise.
func (*CivicAddress) GetUsageRulesOk ¶
func (o *CivicAddress) GetUsageRulesOk() (*string, bool)
GetUsageRulesOk returns a tuple with the UsageRules field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) HasA1 ¶
func (o *CivicAddress) HasA1() bool
HasA1 returns a boolean if a field has been set.
func (*CivicAddress) HasA2 ¶
func (o *CivicAddress) HasA2() bool
HasA2 returns a boolean if a field has been set.
func (*CivicAddress) HasA3 ¶
func (o *CivicAddress) HasA3() bool
HasA3 returns a boolean if a field has been set.
func (*CivicAddress) HasA4 ¶
func (o *CivicAddress) HasA4() bool
HasA4 returns a boolean if a field has been set.
func (*CivicAddress) HasA5 ¶
func (o *CivicAddress) HasA5() bool
HasA5 returns a boolean if a field has been set.
func (*CivicAddress) HasA6 ¶
func (o *CivicAddress) HasA6() bool
HasA6 returns a boolean if a field has been set.
func (*CivicAddress) HasADDCODE ¶
func (o *CivicAddress) HasADDCODE() bool
HasADDCODE returns a boolean if a field has been set.
func (*CivicAddress) HasBLD ¶
func (o *CivicAddress) HasBLD() bool
HasBLD returns a boolean if a field has been set.
func (*CivicAddress) HasCountry ¶
func (o *CivicAddress) HasCountry() bool
HasCountry returns a boolean if a field has been set.
func (*CivicAddress) HasFLR ¶
func (o *CivicAddress) HasFLR() bool
HasFLR returns a boolean if a field has been set.
func (*CivicAddress) HasHNO ¶
func (o *CivicAddress) HasHNO() bool
HasHNO returns a boolean if a field has been set.
func (*CivicAddress) HasHNS ¶
func (o *CivicAddress) HasHNS() bool
HasHNS returns a boolean if a field has been set.
func (*CivicAddress) HasLMK ¶
func (o *CivicAddress) HasLMK() bool
HasLMK returns a boolean if a field has been set.
func (*CivicAddress) HasLOC ¶
func (o *CivicAddress) HasLOC() bool
HasLOC returns a boolean if a field has been set.
func (*CivicAddress) HasMethod ¶
func (o *CivicAddress) HasMethod() bool
HasMethod returns a boolean if a field has been set.
func (*CivicAddress) HasNAM ¶
func (o *CivicAddress) HasNAM() bool
HasNAM returns a boolean if a field has been set.
func (*CivicAddress) HasPC ¶
func (o *CivicAddress) HasPC() bool
HasPC returns a boolean if a field has been set.
func (*CivicAddress) HasPCN ¶
func (o *CivicAddress) HasPCN() bool
HasPCN returns a boolean if a field has been set.
func (*CivicAddress) HasPLC ¶
func (o *CivicAddress) HasPLC() bool
HasPLC returns a boolean if a field has been set.
func (*CivicAddress) HasPOBOX ¶
func (o *CivicAddress) HasPOBOX() bool
HasPOBOX returns a boolean if a field has been set.
func (*CivicAddress) HasPOD ¶
func (o *CivicAddress) HasPOD() bool
HasPOD returns a boolean if a field has been set.
func (*CivicAddress) HasPOM ¶
func (o *CivicAddress) HasPOM() bool
HasPOM returns a boolean if a field has been set.
func (*CivicAddress) HasPRD ¶
func (o *CivicAddress) HasPRD() bool
HasPRD returns a boolean if a field has been set.
func (*CivicAddress) HasPRM ¶
func (o *CivicAddress) HasPRM() bool
HasPRM returns a boolean if a field has been set.
func (*CivicAddress) HasProvidedBy ¶
func (o *CivicAddress) HasProvidedBy() bool
HasProvidedBy returns a boolean if a field has been set.
func (*CivicAddress) HasRD ¶
func (o *CivicAddress) HasRD() bool
HasRD returns a boolean if a field has been set.
func (*CivicAddress) HasRDBR ¶
func (o *CivicAddress) HasRDBR() bool
HasRDBR returns a boolean if a field has been set.
func (*CivicAddress) HasRDSEC ¶
func (o *CivicAddress) HasRDSEC() bool
HasRDSEC returns a boolean if a field has been set.
func (*CivicAddress) HasRDSUBBR ¶
func (o *CivicAddress) HasRDSUBBR() bool
HasRDSUBBR returns a boolean if a field has been set.
func (*CivicAddress) HasROOM ¶
func (o *CivicAddress) HasROOM() bool
HasROOM returns a boolean if a field has been set.
func (*CivicAddress) HasSEAT ¶
func (o *CivicAddress) HasSEAT() bool
HasSEAT returns a boolean if a field has been set.
func (*CivicAddress) HasSTS ¶
func (o *CivicAddress) HasSTS() bool
HasSTS returns a boolean if a field has been set.
func (*CivicAddress) HasUNIT ¶
func (o *CivicAddress) HasUNIT() bool
HasUNIT returns a boolean if a field has been set.
func (*CivicAddress) HasUsageRules ¶
func (o *CivicAddress) HasUsageRules() bool
HasUsageRules returns a boolean if a field has been set.
func (CivicAddress) MarshalJSON ¶
func (o CivicAddress) MarshalJSON() ([]byte, error)
func (*CivicAddress) SetA1 ¶
func (o *CivicAddress) SetA1(v string)
SetA1 gets a reference to the given string and assigns it to the A1 field.
func (*CivicAddress) SetA2 ¶
func (o *CivicAddress) SetA2(v string)
SetA2 gets a reference to the given string and assigns it to the A2 field.
func (*CivicAddress) SetA3 ¶
func (o *CivicAddress) SetA3(v string)
SetA3 gets a reference to the given string and assigns it to the A3 field.
func (*CivicAddress) SetA4 ¶
func (o *CivicAddress) SetA4(v string)
SetA4 gets a reference to the given string and assigns it to the A4 field.
func (*CivicAddress) SetA5 ¶
func (o *CivicAddress) SetA5(v string)
SetA5 gets a reference to the given string and assigns it to the A5 field.
func (*CivicAddress) SetA6 ¶
func (o *CivicAddress) SetA6(v string)
SetA6 gets a reference to the given string and assigns it to the A6 field.
func (*CivicAddress) SetADDCODE ¶
func (o *CivicAddress) SetADDCODE(v string)
SetADDCODE gets a reference to the given string and assigns it to the ADDCODE field.
func (*CivicAddress) SetBLD ¶
func (o *CivicAddress) SetBLD(v string)
SetBLD gets a reference to the given string and assigns it to the BLD field.
func (*CivicAddress) SetCountry ¶
func (o *CivicAddress) SetCountry(v string)
SetCountry gets a reference to the given string and assigns it to the Country field.
func (*CivicAddress) SetFLR ¶
func (o *CivicAddress) SetFLR(v string)
SetFLR gets a reference to the given string and assigns it to the FLR field.
func (*CivicAddress) SetHNO ¶
func (o *CivicAddress) SetHNO(v string)
SetHNO gets a reference to the given string and assigns it to the HNO field.
func (*CivicAddress) SetHNS ¶
func (o *CivicAddress) SetHNS(v string)
SetHNS gets a reference to the given string and assigns it to the HNS field.
func (*CivicAddress) SetLMK ¶
func (o *CivicAddress) SetLMK(v string)
SetLMK gets a reference to the given string and assigns it to the LMK field.
func (*CivicAddress) SetLOC ¶
func (o *CivicAddress) SetLOC(v string)
SetLOC gets a reference to the given string and assigns it to the LOC field.
func (*CivicAddress) SetMethod ¶
func (o *CivicAddress) SetMethod(v string)
SetMethod gets a reference to the given string and assigns it to the Method field.
func (*CivicAddress) SetNAM ¶
func (o *CivicAddress) SetNAM(v string)
SetNAM gets a reference to the given string and assigns it to the NAM field.
func (*CivicAddress) SetPC ¶
func (o *CivicAddress) SetPC(v string)
SetPC gets a reference to the given string and assigns it to the PC field.
func (*CivicAddress) SetPCN ¶
func (o *CivicAddress) SetPCN(v string)
SetPCN gets a reference to the given string and assigns it to the PCN field.
func (*CivicAddress) SetPLC ¶
func (o *CivicAddress) SetPLC(v string)
SetPLC gets a reference to the given string and assigns it to the PLC field.
func (*CivicAddress) SetPOBOX ¶
func (o *CivicAddress) SetPOBOX(v string)
SetPOBOX gets a reference to the given string and assigns it to the POBOX field.
func (*CivicAddress) SetPOD ¶
func (o *CivicAddress) SetPOD(v string)
SetPOD gets a reference to the given string and assigns it to the POD field.
func (*CivicAddress) SetPOM ¶
func (o *CivicAddress) SetPOM(v string)
SetPOM gets a reference to the given string and assigns it to the POM field.
func (*CivicAddress) SetPRD ¶
func (o *CivicAddress) SetPRD(v string)
SetPRD gets a reference to the given string and assigns it to the PRD field.
func (*CivicAddress) SetPRM ¶
func (o *CivicAddress) SetPRM(v string)
SetPRM gets a reference to the given string and assigns it to the PRM field.
func (*CivicAddress) SetProvidedBy ¶
func (o *CivicAddress) SetProvidedBy(v string)
SetProvidedBy gets a reference to the given string and assigns it to the ProvidedBy field.
func (*CivicAddress) SetRD ¶
func (o *CivicAddress) SetRD(v string)
SetRD gets a reference to the given string and assigns it to the RD field.
func (*CivicAddress) SetRDBR ¶
func (o *CivicAddress) SetRDBR(v string)
SetRDBR gets a reference to the given string and assigns it to the RDBR field.
func (*CivicAddress) SetRDSEC ¶
func (o *CivicAddress) SetRDSEC(v string)
SetRDSEC gets a reference to the given string and assigns it to the RDSEC field.
func (*CivicAddress) SetRDSUBBR ¶
func (o *CivicAddress) SetRDSUBBR(v string)
SetRDSUBBR gets a reference to the given string and assigns it to the RDSUBBR field.
func (*CivicAddress) SetROOM ¶
func (o *CivicAddress) SetROOM(v string)
SetROOM gets a reference to the given string and assigns it to the ROOM field.
func (*CivicAddress) SetSEAT ¶
func (o *CivicAddress) SetSEAT(v string)
SetSEAT gets a reference to the given string and assigns it to the SEAT field.
func (*CivicAddress) SetSTS ¶
func (o *CivicAddress) SetSTS(v string)
SetSTS gets a reference to the given string and assigns it to the STS field.
func (*CivicAddress) SetUNIT ¶
func (o *CivicAddress) SetUNIT(v string)
SetUNIT gets a reference to the given string and assigns it to the UNIT field.
func (*CivicAddress) SetUsageRules ¶
func (o *CivicAddress) SetUsageRules(v string)
SetUsageRules gets a reference to the given string and assigns it to the UsageRules field.
func (CivicAddress) ToMap ¶
func (o CivicAddress) ToMap() (map[string]interface{}, error)
type CommunicationType ¶
type CommunicationType struct {
String *string
}
CommunicationType Possible values are: - REQUEST_RESPONSE: The communication is of the type request-response - SUBSCRIBE_NOTIFY: The communication is of the type subscribe-notify
func (*CommunicationType) MarshalJSON ¶
func (src *CommunicationType) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*CommunicationType) UnmarshalJSON ¶
func (dst *CommunicationType) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type Configuration ¶
type Configuration struct { Host string `json:"host,omitempty"` Scheme string `json:"scheme,omitempty"` DefaultHeader map[string]string `json:"defaultHeader,omitempty"` UserAgent string `json:"userAgent,omitempty"` Debug bool `json:"debug,omitempty"` Servers ServerConfigurations OperationServers map[string]ServerConfigurations HTTPClient *http.Client }
Configuration stores the configuration of the API client
func NewConfiguration ¶
func NewConfiguration() *Configuration
NewConfiguration returns a new Configuration object
func (*Configuration) AddDefaultHeader ¶
func (c *Configuration) AddDefaultHeader(key string, value string)
AddDefaultHeader adds a new HTTP header to the default header in the request
func (*Configuration) ServerURLWithContext ¶
ServerURLWithContext returns a new server URL given an endpoint
type CustomOperation ¶
type CustomOperation struct { CommType CommunicationType `json:"commType"` // it is set as {custOpName} part of the URI structure for a custom operation without resource association as defined in clause 5.2.4 of 3GPP TS 29.122. CustOpName string `json:"custOpName"` // Supported HTTP methods for the API resource. Only applicable when the protocol in AefProfile indicates HTTP. Operations []Operation `json:"operations,omitempty"` // Text description of the custom operation Description *string `json:"description,omitempty"` }
CustomOperation Represents the description of a custom operation.
func NewCustomOperation ¶
func NewCustomOperation(commType CommunicationType, custOpName string) *CustomOperation
NewCustomOperation instantiates a new CustomOperation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCustomOperationWithDefaults ¶
func NewCustomOperationWithDefaults() *CustomOperation
NewCustomOperationWithDefaults instantiates a new CustomOperation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CustomOperation) GetCommType ¶
func (o *CustomOperation) GetCommType() CommunicationType
GetCommType returns the CommType field value
func (*CustomOperation) GetCommTypeOk ¶
func (o *CustomOperation) GetCommTypeOk() (*CommunicationType, bool)
GetCommTypeOk returns a tuple with the CommType field value and a boolean to check if the value has been set.
func (*CustomOperation) GetCustOpName ¶
func (o *CustomOperation) GetCustOpName() string
GetCustOpName returns the CustOpName field value
func (*CustomOperation) GetCustOpNameOk ¶
func (o *CustomOperation) GetCustOpNameOk() (*string, bool)
GetCustOpNameOk returns a tuple with the CustOpName field value and a boolean to check if the value has been set.
func (*CustomOperation) GetDescription ¶
func (o *CustomOperation) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*CustomOperation) GetDescriptionOk ¶
func (o *CustomOperation) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CustomOperation) GetOperations ¶
func (o *CustomOperation) GetOperations() []Operation
GetOperations returns the Operations field value if set, zero value otherwise.
func (*CustomOperation) GetOperationsOk ¶
func (o *CustomOperation) GetOperationsOk() ([]Operation, bool)
GetOperationsOk returns a tuple with the Operations field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CustomOperation) HasDescription ¶
func (o *CustomOperation) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*CustomOperation) HasOperations ¶
func (o *CustomOperation) HasOperations() bool
HasOperations returns a boolean if a field has been set.
func (CustomOperation) MarshalJSON ¶
func (o CustomOperation) MarshalJSON() ([]byte, error)
func (*CustomOperation) SetCommType ¶
func (o *CustomOperation) SetCommType(v CommunicationType)
SetCommType sets field value
func (*CustomOperation) SetCustOpName ¶
func (o *CustomOperation) SetCustOpName(v string)
SetCustOpName sets field value
func (*CustomOperation) SetDescription ¶
func (o *CustomOperation) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*CustomOperation) SetOperations ¶
func (o *CustomOperation) SetOperations(v []Operation)
SetOperations gets a reference to the given []Operation and assigns it to the Operations field.
func (CustomOperation) ToMap ¶
func (o CustomOperation) ToMap() (map[string]interface{}, error)
type DataFormat ¶
type DataFormat struct {
String *string
}
DataFormat Possible values are: - JSON: JavaScript Object Notation
func (*DataFormat) MarshalJSON ¶
func (src *DataFormat) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*DataFormat) UnmarshalJSON ¶
func (dst *DataFormat) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type DefaultApiService ¶
type DefaultApiService service
DefaultApiService DefaultApi service
func (*DefaultApiService) SubscriberIdSubscriptionsPost ¶
func (a *DefaultApiService) SubscriberIdSubscriptionsPost(ctx context.Context, subscriberId string) ApiSubscriberIdSubscriptionsPostRequest
SubscriberIdSubscriptionsPost Method for SubscriberIdSubscriptionsPost
Creates a new individual CAPIF Event Subscription.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param subscriberId Identifier of the Subscriber @return ApiSubscriberIdSubscriptionsPostRequest
func (*DefaultApiService) SubscriberIdSubscriptionsPostExecute ¶
func (a *DefaultApiService) SubscriberIdSubscriptionsPostExecute(r ApiSubscriberIdSubscriptionsPostRequest) (*EventSubscription, *http.Response, error)
Execute executes the request
@return EventSubscription
func (*DefaultApiService) SubscriberIdSubscriptionsSubscriptionIdDelete ¶
func (a *DefaultApiService) SubscriberIdSubscriptionsSubscriptionIdDelete(ctx context.Context, subscriberId string, subscriptionId string) ApiSubscriberIdSubscriptionsSubscriptionIdDeleteRequest
SubscriberIdSubscriptionsSubscriptionIdDelete Method for SubscriberIdSubscriptionsSubscriptionIdDelete
Deletes an individual CAPIF Event Subscription.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param subscriberId Identifier of the Subscriber @param subscriptionId Identifier of an individual Events Subscription @return ApiSubscriberIdSubscriptionsSubscriptionIdDeleteRequest
func (*DefaultApiService) SubscriberIdSubscriptionsSubscriptionIdDeleteExecute ¶
func (a *DefaultApiService) SubscriberIdSubscriptionsSubscriptionIdDeleteExecute(r ApiSubscriberIdSubscriptionsSubscriptionIdDeleteRequest) (*http.Response, error)
Execute executes the request
type EllipsoidArc ¶
type EllipsoidArc struct { GADShape Point GeographicalCoordinates `json:"point"` // Indicates value of the inner radius. InnerRadius int32 `json:"innerRadius"` // Indicates value of uncertainty. UncertaintyRadius float32 `json:"uncertaintyRadius"` // Indicates value of angle. OffsetAngle int32 `json:"offsetAngle"` // Indicates value of angle. IncludedAngle int32 `json:"includedAngle"` // Indicates value of confidence. Confidence int32 `json:"confidence"` }
EllipsoidArc Ellipsoid Arc.
func NewEllipsoidArc ¶
func NewEllipsoidArc(point GeographicalCoordinates, innerRadius int32, uncertaintyRadius float32, offsetAngle int32, includedAngle int32, confidence int32, shape SupportedGADShapes) *EllipsoidArc
NewEllipsoidArc instantiates a new EllipsoidArc object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEllipsoidArcWithDefaults ¶
func NewEllipsoidArcWithDefaults() *EllipsoidArc
NewEllipsoidArcWithDefaults instantiates a new EllipsoidArc object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EllipsoidArc) GetConfidence ¶
func (o *EllipsoidArc) GetConfidence() int32
GetConfidence returns the Confidence field value
func (*EllipsoidArc) GetConfidenceOk ¶
func (o *EllipsoidArc) GetConfidenceOk() (*int32, bool)
GetConfidenceOk returns a tuple with the Confidence field value and a boolean to check if the value has been set.
func (*EllipsoidArc) GetIncludedAngle ¶
func (o *EllipsoidArc) GetIncludedAngle() int32
GetIncludedAngle returns the IncludedAngle field value
func (*EllipsoidArc) GetIncludedAngleOk ¶
func (o *EllipsoidArc) GetIncludedAngleOk() (*int32, bool)
GetIncludedAngleOk returns a tuple with the IncludedAngle field value and a boolean to check if the value has been set.
func (*EllipsoidArc) GetInnerRadius ¶
func (o *EllipsoidArc) GetInnerRadius() int32
GetInnerRadius returns the InnerRadius field value
func (*EllipsoidArc) GetInnerRadiusOk ¶
func (o *EllipsoidArc) GetInnerRadiusOk() (*int32, bool)
GetInnerRadiusOk returns a tuple with the InnerRadius field value and a boolean to check if the value has been set.
func (*EllipsoidArc) GetOffsetAngle ¶
func (o *EllipsoidArc) GetOffsetAngle() int32
GetOffsetAngle returns the OffsetAngle field value
func (*EllipsoidArc) GetOffsetAngleOk ¶
func (o *EllipsoidArc) GetOffsetAngleOk() (*int32, bool)
GetOffsetAngleOk returns a tuple with the OffsetAngle field value and a boolean to check if the value has been set.
func (*EllipsoidArc) GetPoint ¶
func (o *EllipsoidArc) GetPoint() GeographicalCoordinates
GetPoint returns the Point field value
func (*EllipsoidArc) GetPointOk ¶
func (o *EllipsoidArc) GetPointOk() (*GeographicalCoordinates, bool)
GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.
func (*EllipsoidArc) GetUncertaintyRadius ¶
func (o *EllipsoidArc) GetUncertaintyRadius() float32
GetUncertaintyRadius returns the UncertaintyRadius field value
func (*EllipsoidArc) GetUncertaintyRadiusOk ¶
func (o *EllipsoidArc) GetUncertaintyRadiusOk() (*float32, bool)
GetUncertaintyRadiusOk returns a tuple with the UncertaintyRadius field value and a boolean to check if the value has been set.
func (EllipsoidArc) MarshalJSON ¶
func (o EllipsoidArc) MarshalJSON() ([]byte, error)
func (*EllipsoidArc) SetConfidence ¶
func (o *EllipsoidArc) SetConfidence(v int32)
SetConfidence sets field value
func (*EllipsoidArc) SetIncludedAngle ¶
func (o *EllipsoidArc) SetIncludedAngle(v int32)
SetIncludedAngle sets field value
func (*EllipsoidArc) SetInnerRadius ¶
func (o *EllipsoidArc) SetInnerRadius(v int32)
SetInnerRadius sets field value
func (*EllipsoidArc) SetOffsetAngle ¶
func (o *EllipsoidArc) SetOffsetAngle(v int32)
SetOffsetAngle sets field value
func (*EllipsoidArc) SetPoint ¶
func (o *EllipsoidArc) SetPoint(v GeographicalCoordinates)
SetPoint sets field value
func (*EllipsoidArc) SetUncertaintyRadius ¶
func (o *EllipsoidArc) SetUncertaintyRadius(v float32)
SetUncertaintyRadius sets field value
func (EllipsoidArc) ToMap ¶
func (o EllipsoidArc) ToMap() (map[string]interface{}, error)
type EllipsoidArcAllOf ¶
type EllipsoidArcAllOf struct { Point GeographicalCoordinates `json:"point"` // Indicates value of the inner radius. InnerRadius int32 `json:"innerRadius"` // Indicates value of uncertainty. UncertaintyRadius float32 `json:"uncertaintyRadius"` // Indicates value of angle. OffsetAngle int32 `json:"offsetAngle"` // Indicates value of angle. IncludedAngle int32 `json:"includedAngle"` // Indicates value of confidence. Confidence int32 `json:"confidence"` }
EllipsoidArcAllOf struct for EllipsoidArcAllOf
func NewEllipsoidArcAllOf ¶
func NewEllipsoidArcAllOf(point GeographicalCoordinates, innerRadius int32, uncertaintyRadius float32, offsetAngle int32, includedAngle int32, confidence int32) *EllipsoidArcAllOf
NewEllipsoidArcAllOf instantiates a new EllipsoidArcAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEllipsoidArcAllOfWithDefaults ¶
func NewEllipsoidArcAllOfWithDefaults() *EllipsoidArcAllOf
NewEllipsoidArcAllOfWithDefaults instantiates a new EllipsoidArcAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EllipsoidArcAllOf) GetConfidence ¶
func (o *EllipsoidArcAllOf) GetConfidence() int32
GetConfidence returns the Confidence field value
func (*EllipsoidArcAllOf) GetConfidenceOk ¶
func (o *EllipsoidArcAllOf) GetConfidenceOk() (*int32, bool)
GetConfidenceOk returns a tuple with the Confidence field value and a boolean to check if the value has been set.
func (*EllipsoidArcAllOf) GetIncludedAngle ¶
func (o *EllipsoidArcAllOf) GetIncludedAngle() int32
GetIncludedAngle returns the IncludedAngle field value
func (*EllipsoidArcAllOf) GetIncludedAngleOk ¶
func (o *EllipsoidArcAllOf) GetIncludedAngleOk() (*int32, bool)
GetIncludedAngleOk returns a tuple with the IncludedAngle field value and a boolean to check if the value has been set.
func (*EllipsoidArcAllOf) GetInnerRadius ¶
func (o *EllipsoidArcAllOf) GetInnerRadius() int32
GetInnerRadius returns the InnerRadius field value
func (*EllipsoidArcAllOf) GetInnerRadiusOk ¶
func (o *EllipsoidArcAllOf) GetInnerRadiusOk() (*int32, bool)
GetInnerRadiusOk returns a tuple with the InnerRadius field value and a boolean to check if the value has been set.
func (*EllipsoidArcAllOf) GetOffsetAngle ¶
func (o *EllipsoidArcAllOf) GetOffsetAngle() int32
GetOffsetAngle returns the OffsetAngle field value
func (*EllipsoidArcAllOf) GetOffsetAngleOk ¶
func (o *EllipsoidArcAllOf) GetOffsetAngleOk() (*int32, bool)
GetOffsetAngleOk returns a tuple with the OffsetAngle field value and a boolean to check if the value has been set.
func (*EllipsoidArcAllOf) GetPoint ¶
func (o *EllipsoidArcAllOf) GetPoint() GeographicalCoordinates
GetPoint returns the Point field value
func (*EllipsoidArcAllOf) GetPointOk ¶
func (o *EllipsoidArcAllOf) GetPointOk() (*GeographicalCoordinates, bool)
GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.
func (*EllipsoidArcAllOf) GetUncertaintyRadius ¶
func (o *EllipsoidArcAllOf) GetUncertaintyRadius() float32
GetUncertaintyRadius returns the UncertaintyRadius field value
func (*EllipsoidArcAllOf) GetUncertaintyRadiusOk ¶
func (o *EllipsoidArcAllOf) GetUncertaintyRadiusOk() (*float32, bool)
GetUncertaintyRadiusOk returns a tuple with the UncertaintyRadius field value and a boolean to check if the value has been set.
func (EllipsoidArcAllOf) MarshalJSON ¶
func (o EllipsoidArcAllOf) MarshalJSON() ([]byte, error)
func (*EllipsoidArcAllOf) SetConfidence ¶
func (o *EllipsoidArcAllOf) SetConfidence(v int32)
SetConfidence sets field value
func (*EllipsoidArcAllOf) SetIncludedAngle ¶
func (o *EllipsoidArcAllOf) SetIncludedAngle(v int32)
SetIncludedAngle sets field value
func (*EllipsoidArcAllOf) SetInnerRadius ¶
func (o *EllipsoidArcAllOf) SetInnerRadius(v int32)
SetInnerRadius sets field value
func (*EllipsoidArcAllOf) SetOffsetAngle ¶
func (o *EllipsoidArcAllOf) SetOffsetAngle(v int32)
SetOffsetAngle sets field value
func (*EllipsoidArcAllOf) SetPoint ¶
func (o *EllipsoidArcAllOf) SetPoint(v GeographicalCoordinates)
SetPoint sets field value
func (*EllipsoidArcAllOf) SetUncertaintyRadius ¶
func (o *EllipsoidArcAllOf) SetUncertaintyRadius(v float32)
SetUncertaintyRadius sets field value
func (EllipsoidArcAllOf) ToMap ¶
func (o EllipsoidArcAllOf) ToMap() (map[string]interface{}, error)
type EventNotification ¶
type EventNotification struct { // Identifier of the subscription resource to which the notification is related – CAPIF resource identifier SubscriptionId string `json:"subscriptionId"` Events CAPIFEvent `json:"events"` EventDetail *CAPIFEventDetail `json:"eventDetail,omitempty"` }
EventNotification Represents an individual CAPIF Event notification.
func NewEventNotification ¶
func NewEventNotification(subscriptionId string, events CAPIFEvent) *EventNotification
NewEventNotification instantiates a new EventNotification object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEventNotificationWithDefaults ¶
func NewEventNotificationWithDefaults() *EventNotification
NewEventNotificationWithDefaults instantiates a new EventNotification object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EventNotification) GetEventDetail ¶
func (o *EventNotification) GetEventDetail() CAPIFEventDetail
GetEventDetail returns the EventDetail field value if set, zero value otherwise.
func (*EventNotification) GetEventDetailOk ¶
func (o *EventNotification) GetEventDetailOk() (*CAPIFEventDetail, bool)
GetEventDetailOk returns a tuple with the EventDetail field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventNotification) GetEvents ¶
func (o *EventNotification) GetEvents() CAPIFEvent
GetEvents returns the Events field value
func (*EventNotification) GetEventsOk ¶
func (o *EventNotification) GetEventsOk() (*CAPIFEvent, bool)
GetEventsOk returns a tuple with the Events field value and a boolean to check if the value has been set.
func (*EventNotification) GetSubscriptionId ¶
func (o *EventNotification) GetSubscriptionId() string
GetSubscriptionId returns the SubscriptionId field value
func (*EventNotification) GetSubscriptionIdOk ¶
func (o *EventNotification) GetSubscriptionIdOk() (*string, bool)
GetSubscriptionIdOk returns a tuple with the SubscriptionId field value and a boolean to check if the value has been set.
func (*EventNotification) HasEventDetail ¶
func (o *EventNotification) HasEventDetail() bool
HasEventDetail returns a boolean if a field has been set.
func (EventNotification) MarshalJSON ¶
func (o EventNotification) MarshalJSON() ([]byte, error)
func (*EventNotification) SetEventDetail ¶
func (o *EventNotification) SetEventDetail(v CAPIFEventDetail)
SetEventDetail gets a reference to the given CAPIFEventDetail and assigns it to the EventDetail field.
func (*EventNotification) SetEvents ¶
func (o *EventNotification) SetEvents(v CAPIFEvent)
SetEvents sets field value
func (*EventNotification) SetSubscriptionId ¶
func (o *EventNotification) SetSubscriptionId(v string)
SetSubscriptionId sets field value
func (EventNotification) ToMap ¶
func (o EventNotification) ToMap() (map[string]interface{}, error)
type EventSubscription ¶
type EventSubscription struct { // Subscribed events Events []CAPIFEvent `json:"events"` // Subscribed event filters EventFilters []CAPIFEventFilter `json:"eventFilters,omitempty"` EventReq *ReportingInformation `json:"eventReq,omitempty"` // string providing an URI formatted according to IETF RFC 3986. NotificationDestination string `json:"notificationDestination"` // Set to true by Subscriber to request the CAPIF core function to send a test notification as defined in in clause 7.6. Set to false or omitted otherwise. RequestTestNotification *bool `json:"requestTestNotification,omitempty"` WebsockNotifConfig *WebsockNotifConfig `json:"websockNotifConfig,omitempty"` // A string used to indicate the features supported by an API that is used as defined in clause 6.6 in 3GPP TS 29.500. The string shall contain a bitmask indicating supported features in hexadecimal representation Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent the support of 4 features as described in table 5.2.2-3. The most significant character representing the highest-numbered features shall appear first in the string, and the character representing features 1 to 4 shall appear last in the string. The list of features and their numbering (starting with 1) are defined separately for each API. If the string contains a lower number of characters than there are defined features for an API, all features that would be represented by characters that are not present in the string are not supported. SupportedFeatures *string `json:"supportedFeatures,omitempty"` }
EventSubscription Represents an individual CAPIF Event Subscription resource.
func NewEventSubscription ¶
func NewEventSubscription(events []CAPIFEvent, notificationDestination string) *EventSubscription
NewEventSubscription instantiates a new EventSubscription object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEventSubscriptionWithDefaults ¶
func NewEventSubscriptionWithDefaults() *EventSubscription
NewEventSubscriptionWithDefaults instantiates a new EventSubscription object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EventSubscription) GetEventFilters ¶
func (o *EventSubscription) GetEventFilters() []CAPIFEventFilter
GetEventFilters returns the EventFilters field value if set, zero value otherwise.
func (*EventSubscription) GetEventFiltersOk ¶
func (o *EventSubscription) GetEventFiltersOk() ([]CAPIFEventFilter, bool)
GetEventFiltersOk returns a tuple with the EventFilters field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventSubscription) GetEventReq ¶
func (o *EventSubscription) GetEventReq() ReportingInformation
GetEventReq returns the EventReq field value if set, zero value otherwise.
func (*EventSubscription) GetEventReqOk ¶
func (o *EventSubscription) GetEventReqOk() (*ReportingInformation, bool)
GetEventReqOk returns a tuple with the EventReq field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventSubscription) GetEvents ¶
func (o *EventSubscription) GetEvents() []CAPIFEvent
GetEvents returns the Events field value
func (*EventSubscription) GetEventsOk ¶
func (o *EventSubscription) GetEventsOk() ([]CAPIFEvent, bool)
GetEventsOk returns a tuple with the Events field value and a boolean to check if the value has been set.
func (*EventSubscription) GetNotificationDestination ¶
func (o *EventSubscription) GetNotificationDestination() string
GetNotificationDestination returns the NotificationDestination field value
func (*EventSubscription) GetNotificationDestinationOk ¶
func (o *EventSubscription) GetNotificationDestinationOk() (*string, bool)
GetNotificationDestinationOk returns a tuple with the NotificationDestination field value and a boolean to check if the value has been set.
func (*EventSubscription) GetRequestTestNotification ¶
func (o *EventSubscription) GetRequestTestNotification() bool
GetRequestTestNotification returns the RequestTestNotification field value if set, zero value otherwise.
func (*EventSubscription) GetRequestTestNotificationOk ¶
func (o *EventSubscription) GetRequestTestNotificationOk() (*bool, bool)
GetRequestTestNotificationOk returns a tuple with the RequestTestNotification field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventSubscription) GetSupportedFeatures ¶
func (o *EventSubscription) GetSupportedFeatures() string
GetSupportedFeatures returns the SupportedFeatures field value if set, zero value otherwise.
func (*EventSubscription) GetSupportedFeaturesOk ¶
func (o *EventSubscription) GetSupportedFeaturesOk() (*string, bool)
GetSupportedFeaturesOk returns a tuple with the SupportedFeatures field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventSubscription) GetWebsockNotifConfig ¶
func (o *EventSubscription) GetWebsockNotifConfig() WebsockNotifConfig
GetWebsockNotifConfig returns the WebsockNotifConfig field value if set, zero value otherwise.
func (*EventSubscription) GetWebsockNotifConfigOk ¶
func (o *EventSubscription) GetWebsockNotifConfigOk() (*WebsockNotifConfig, bool)
GetWebsockNotifConfigOk returns a tuple with the WebsockNotifConfig field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventSubscription) HasEventFilters ¶
func (o *EventSubscription) HasEventFilters() bool
HasEventFilters returns a boolean if a field has been set.
func (*EventSubscription) HasEventReq ¶
func (o *EventSubscription) HasEventReq() bool
HasEventReq returns a boolean if a field has been set.
func (*EventSubscription) HasRequestTestNotification ¶
func (o *EventSubscription) HasRequestTestNotification() bool
HasRequestTestNotification returns a boolean if a field has been set.
func (*EventSubscription) HasSupportedFeatures ¶
func (o *EventSubscription) HasSupportedFeatures() bool
HasSupportedFeatures returns a boolean if a field has been set.
func (*EventSubscription) HasWebsockNotifConfig ¶
func (o *EventSubscription) HasWebsockNotifConfig() bool
HasWebsockNotifConfig returns a boolean if a field has been set.
func (EventSubscription) MarshalJSON ¶
func (o EventSubscription) MarshalJSON() ([]byte, error)
func (*EventSubscription) SetEventFilters ¶
func (o *EventSubscription) SetEventFilters(v []CAPIFEventFilter)
SetEventFilters gets a reference to the given []CAPIFEventFilter and assigns it to the EventFilters field.
func (*EventSubscription) SetEventReq ¶
func (o *EventSubscription) SetEventReq(v ReportingInformation)
SetEventReq gets a reference to the given ReportingInformation and assigns it to the EventReq field.
func (*EventSubscription) SetEvents ¶
func (o *EventSubscription) SetEvents(v []CAPIFEvent)
SetEvents sets field value
func (*EventSubscription) SetNotificationDestination ¶
func (o *EventSubscription) SetNotificationDestination(v string)
SetNotificationDestination sets field value
func (*EventSubscription) SetRequestTestNotification ¶
func (o *EventSubscription) SetRequestTestNotification(v bool)
SetRequestTestNotification gets a reference to the given bool and assigns it to the RequestTestNotification field.
func (*EventSubscription) SetSupportedFeatures ¶
func (o *EventSubscription) SetSupportedFeatures(v string)
SetSupportedFeatures gets a reference to the given string and assigns it to the SupportedFeatures field.
func (*EventSubscription) SetWebsockNotifConfig ¶
func (o *EventSubscription) SetWebsockNotifConfig(v WebsockNotifConfig)
SetWebsockNotifConfig gets a reference to the given WebsockNotifConfig and assigns it to the WebsockNotifConfig field.
func (EventSubscription) ToMap ¶
func (o EventSubscription) ToMap() (map[string]interface{}, error)
type GADShape ¶
type GADShape struct {
Shape SupportedGADShapes `json:"shape"`
}
GADShape Common base type for GAD shapes.
func NewGADShape ¶
func NewGADShape(shape SupportedGADShapes) *GADShape
NewGADShape instantiates a new GADShape object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGADShapeWithDefaults ¶
func NewGADShapeWithDefaults() *GADShape
NewGADShapeWithDefaults instantiates a new GADShape object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GADShape) GetShape ¶
func (o *GADShape) GetShape() SupportedGADShapes
GetShape returns the Shape field value
func (*GADShape) GetShapeOk ¶
func (o *GADShape) GetShapeOk() (*SupportedGADShapes, bool)
GetShapeOk returns a tuple with the Shape field value and a boolean to check if the value has been set.
func (GADShape) MarshalJSON ¶
func (*GADShape) SetShape ¶
func (o *GADShape) SetShape(v SupportedGADShapes)
SetShape sets field value
type GenericOpenAPIError ¶
type GenericOpenAPIError struct {
// contains filtered or unexported fields
}
GenericOpenAPIError Provides access to the body, error and model on returned errors.
func (GenericOpenAPIError) Body ¶
func (e GenericOpenAPIError) Body() []byte
Body returns the raw bytes of the response
func (GenericOpenAPIError) Error ¶
func (e GenericOpenAPIError) Error() string
Error returns non-empty string if there was an error.
func (GenericOpenAPIError) Model ¶
func (e GenericOpenAPIError) Model() interface{}
Model returns the unpacked model of the error
type GeographicArea ¶
type GeographicArea struct { EllipsoidArc *EllipsoidArc Point *Point PointAltitude *PointAltitude PointAltitudeUncertainty *PointAltitudeUncertainty PointUncertaintyCircle *PointUncertaintyCircle PointUncertaintyEllipse *PointUncertaintyEllipse Polygon *Polygon }
GeographicArea Geographic area specified by different shape.
func (*GeographicArea) MarshalJSON ¶
func (src *GeographicArea) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*GeographicArea) UnmarshalJSON ¶
func (dst *GeographicArea) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type GeographicalCoordinates ¶
GeographicalCoordinates Geographical coordinates.
func NewGeographicalCoordinates ¶
func NewGeographicalCoordinates(lon float64, lat float64) *GeographicalCoordinates
NewGeographicalCoordinates instantiates a new GeographicalCoordinates object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGeographicalCoordinatesWithDefaults ¶
func NewGeographicalCoordinatesWithDefaults() *GeographicalCoordinates
NewGeographicalCoordinatesWithDefaults instantiates a new GeographicalCoordinates object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GeographicalCoordinates) GetLat ¶
func (o *GeographicalCoordinates) GetLat() float64
GetLat returns the Lat field value
func (*GeographicalCoordinates) GetLatOk ¶
func (o *GeographicalCoordinates) GetLatOk() (*float64, bool)
GetLatOk returns a tuple with the Lat field value and a boolean to check if the value has been set.
func (*GeographicalCoordinates) GetLon ¶
func (o *GeographicalCoordinates) GetLon() float64
GetLon returns the Lon field value
func (*GeographicalCoordinates) GetLonOk ¶
func (o *GeographicalCoordinates) GetLonOk() (*float64, bool)
GetLonOk returns a tuple with the Lon field value and a boolean to check if the value has been set.
func (GeographicalCoordinates) MarshalJSON ¶
func (o GeographicalCoordinates) MarshalJSON() ([]byte, error)
func (*GeographicalCoordinates) SetLat ¶
func (o *GeographicalCoordinates) SetLat(v float64)
SetLat sets field value
func (*GeographicalCoordinates) SetLon ¶
func (o *GeographicalCoordinates) SetLon(v float64)
SetLon sets field value
func (GeographicalCoordinates) ToMap ¶
func (o GeographicalCoordinates) ToMap() (map[string]interface{}, error)
type InterfaceDescription ¶
type InterfaceDescription struct {
Interface *interface{}
}
InterfaceDescription - Represents the description of an API's interface.
func InterfaceAsInterfaceDescription ¶
func InterfaceAsInterfaceDescription(v *interface{}) InterfaceDescription
interface{}AsInterfaceDescription is a convenience function that returns interface{} wrapped in InterfaceDescription
func (*InterfaceDescription) GetActualInstance ¶
func (obj *InterfaceDescription) GetActualInstance() interface{}
Get the actual instance
func (InterfaceDescription) MarshalJSON ¶
func (src InterfaceDescription) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*InterfaceDescription) UnmarshalJSON ¶
func (dst *InterfaceDescription) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type InvalidParam ¶
type InvalidParam struct { // Attribute's name encoded as a JSON Pointer, or header's name. Param string `json:"param"` // A human-readable reason, e.g. \"must be a positive integer\". Reason *string `json:"reason,omitempty"` }
InvalidParam Represents the description of invalid parameters, for a request rejected due to invalid parameters.
func NewInvalidParam ¶
func NewInvalidParam(param string) *InvalidParam
NewInvalidParam instantiates a new InvalidParam object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInvalidParamWithDefaults ¶
func NewInvalidParamWithDefaults() *InvalidParam
NewInvalidParamWithDefaults instantiates a new InvalidParam object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*InvalidParam) GetParam ¶
func (o *InvalidParam) GetParam() string
GetParam returns the Param field value
func (*InvalidParam) GetParamOk ¶
func (o *InvalidParam) GetParamOk() (*string, bool)
GetParamOk returns a tuple with the Param field value and a boolean to check if the value has been set.
func (*InvalidParam) GetReason ¶
func (o *InvalidParam) GetReason() string
GetReason returns the Reason field value if set, zero value otherwise.
func (*InvalidParam) GetReasonOk ¶
func (o *InvalidParam) GetReasonOk() (*string, bool)
GetReasonOk returns a tuple with the Reason field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InvalidParam) HasReason ¶
func (o *InvalidParam) HasReason() bool
HasReason returns a boolean if a field has been set.
func (InvalidParam) MarshalJSON ¶
func (o InvalidParam) MarshalJSON() ([]byte, error)
func (*InvalidParam) SetReason ¶
func (o *InvalidParam) SetReason(v string)
SetReason gets a reference to the given string and assigns it to the Reason field.
func (InvalidParam) ToMap ¶
func (o InvalidParam) ToMap() (map[string]interface{}, error)
type InvocationLog ¶
type InvocationLog struct { // Identity information of the API exposing function requesting logging of service API invocations AefId string `json:"aefId"` // Identity of the API invoker which invoked the service API ApiInvokerId string `json:"apiInvokerId"` // Service API invocation log Logs []Log `json:"logs"` // A string used to indicate the features supported by an API that is used as defined in clause 6.6 in 3GPP TS 29.500. The string shall contain a bitmask indicating supported features in hexadecimal representation Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent the support of 4 features as described in table 5.2.2-3. The most significant character representing the highest-numbered features shall appear first in the string, and the character representing features 1 to 4 shall appear last in the string. The list of features and their numbering (starting with 1) are defined separately for each API. If the string contains a lower number of characters than there are defined features for an API, all features that would be represented by characters that are not present in the string are not supported. SupportedFeatures *string `json:"supportedFeatures,omitempty"` }
InvocationLog Represents a set of Service API invocation logs to be stored in a CAPIF core function.
func NewInvocationLog ¶
func NewInvocationLog(aefId string, apiInvokerId string, logs []Log) *InvocationLog
NewInvocationLog instantiates a new InvocationLog object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInvocationLogWithDefaults ¶
func NewInvocationLogWithDefaults() *InvocationLog
NewInvocationLogWithDefaults instantiates a new InvocationLog object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*InvocationLog) GetAefId ¶
func (o *InvocationLog) GetAefId() string
GetAefId returns the AefId field value
func (*InvocationLog) GetAefIdOk ¶
func (o *InvocationLog) GetAefIdOk() (*string, bool)
GetAefIdOk returns a tuple with the AefId field value and a boolean to check if the value has been set.
func (*InvocationLog) GetApiInvokerId ¶
func (o *InvocationLog) GetApiInvokerId() string
GetApiInvokerId returns the ApiInvokerId field value
func (*InvocationLog) GetApiInvokerIdOk ¶
func (o *InvocationLog) GetApiInvokerIdOk() (*string, bool)
GetApiInvokerIdOk returns a tuple with the ApiInvokerId field value and a boolean to check if the value has been set.
func (*InvocationLog) GetLogs ¶
func (o *InvocationLog) GetLogs() []Log
GetLogs returns the Logs field value
func (*InvocationLog) GetLogsOk ¶
func (o *InvocationLog) GetLogsOk() ([]Log, bool)
GetLogsOk returns a tuple with the Logs field value and a boolean to check if the value has been set.
func (*InvocationLog) GetSupportedFeatures ¶
func (o *InvocationLog) GetSupportedFeatures() string
GetSupportedFeatures returns the SupportedFeatures field value if set, zero value otherwise.
func (*InvocationLog) GetSupportedFeaturesOk ¶
func (o *InvocationLog) GetSupportedFeaturesOk() (*string, bool)
GetSupportedFeaturesOk returns a tuple with the SupportedFeatures field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InvocationLog) HasSupportedFeatures ¶
func (o *InvocationLog) HasSupportedFeatures() bool
HasSupportedFeatures returns a boolean if a field has been set.
func (InvocationLog) MarshalJSON ¶
func (o InvocationLog) MarshalJSON() ([]byte, error)
func (*InvocationLog) SetAefId ¶
func (o *InvocationLog) SetAefId(v string)
SetAefId sets field value
func (*InvocationLog) SetApiInvokerId ¶
func (o *InvocationLog) SetApiInvokerId(v string)
SetApiInvokerId sets field value
func (*InvocationLog) SetSupportedFeatures ¶
func (o *InvocationLog) SetSupportedFeatures(v string)
SetSupportedFeatures gets a reference to the given string and assigns it to the SupportedFeatures field.
func (InvocationLog) ToMap ¶
func (o InvocationLog) ToMap() (map[string]interface{}, error)
type Ipv4AddressRange ¶
type Ipv4AddressRange struct { // String identifying a IPv4 address formatted in the 'dotted decimal' notation as defined in RFC 1166. Start *string `json:"start,omitempty"` // String identifying a IPv4 address formatted in the 'dotted decimal' notation as defined in RFC 1166. End *string `json:"end,omitempty"` }
Ipv4AddressRange Range of IPv4 addresses
func NewIpv4AddressRange ¶
func NewIpv4AddressRange() *Ipv4AddressRange
NewIpv4AddressRange instantiates a new Ipv4AddressRange object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIpv4AddressRangeWithDefaults ¶
func NewIpv4AddressRangeWithDefaults() *Ipv4AddressRange
NewIpv4AddressRangeWithDefaults instantiates a new Ipv4AddressRange object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Ipv4AddressRange) GetEnd ¶
func (o *Ipv4AddressRange) GetEnd() string
GetEnd returns the End field value if set, zero value otherwise.
func (*Ipv4AddressRange) GetEndOk ¶
func (o *Ipv4AddressRange) GetEndOk() (*string, bool)
GetEndOk returns a tuple with the End field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Ipv4AddressRange) GetStart ¶
func (o *Ipv4AddressRange) GetStart() string
GetStart returns the Start field value if set, zero value otherwise.
func (*Ipv4AddressRange) GetStartOk ¶
func (o *Ipv4AddressRange) GetStartOk() (*string, bool)
GetStartOk returns a tuple with the Start field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Ipv4AddressRange) HasEnd ¶
func (o *Ipv4AddressRange) HasEnd() bool
HasEnd returns a boolean if a field has been set.
func (*Ipv4AddressRange) HasStart ¶
func (o *Ipv4AddressRange) HasStart() bool
HasStart returns a boolean if a field has been set.
func (Ipv4AddressRange) MarshalJSON ¶
func (o Ipv4AddressRange) MarshalJSON() ([]byte, error)
func (*Ipv4AddressRange) SetEnd ¶
func (o *Ipv4AddressRange) SetEnd(v string)
SetEnd gets a reference to the given string and assigns it to the End field.
func (*Ipv4AddressRange) SetStart ¶
func (o *Ipv4AddressRange) SetStart(v string)
SetStart gets a reference to the given string and assigns it to the Start field.
func (Ipv4AddressRange) ToMap ¶
func (o Ipv4AddressRange) ToMap() (map[string]interface{}, error)
type Ipv6AddressRange ¶
type Ipv6AddressRange struct { // string identifying a Ipv6 address formatted according to clause 4 in IETF RFC 5952. The mixed Ipv4 Ipv6 notation according to clause 5 of IETF RFC 5952 shall not be used. Start string `json:"start"` // string identifying a Ipv6 address formatted according to clause 4 in IETF RFC 5952. The mixed Ipv4 Ipv6 notation according to clause 5 of IETF RFC 5952 shall not be used. End string `json:"end"` }
Ipv6AddressRange Represents IPv6 address range.
func NewIpv6AddressRange ¶
func NewIpv6AddressRange(start string, end string) *Ipv6AddressRange
NewIpv6AddressRange instantiates a new Ipv6AddressRange object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIpv6AddressRangeWithDefaults ¶
func NewIpv6AddressRangeWithDefaults() *Ipv6AddressRange
NewIpv6AddressRangeWithDefaults instantiates a new Ipv6AddressRange object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Ipv6AddressRange) GetEnd ¶
func (o *Ipv6AddressRange) GetEnd() string
GetEnd returns the End field value
func (*Ipv6AddressRange) GetEndOk ¶
func (o *Ipv6AddressRange) GetEndOk() (*string, bool)
GetEndOk returns a tuple with the End field value and a boolean to check if the value has been set.
func (*Ipv6AddressRange) GetStart ¶
func (o *Ipv6AddressRange) GetStart() string
GetStart returns the Start field value
func (*Ipv6AddressRange) GetStartOk ¶
func (o *Ipv6AddressRange) GetStartOk() (*string, bool)
GetStartOk returns a tuple with the Start field value and a boolean to check if the value has been set.
func (Ipv6AddressRange) MarshalJSON ¶
func (o Ipv6AddressRange) MarshalJSON() ([]byte, error)
func (*Ipv6AddressRange) SetEnd ¶
func (o *Ipv6AddressRange) SetEnd(v string)
SetEnd sets field value
func (*Ipv6AddressRange) SetStart ¶
func (o *Ipv6AddressRange) SetStart(v string)
SetStart sets field value
func (Ipv6AddressRange) ToMap ¶
func (o Ipv6AddressRange) ToMap() (map[string]interface{}, error)
type Local2dPointUncertaintyEllipse ¶
type Local2dPointUncertaintyEllipse struct { GADShape LocalOrigin LocalOrigin `json:"localOrigin"` Point RelativeCartesianLocation `json:"point"` UncertaintyEllipse UncertaintyEllipse `json:"uncertaintyEllipse"` // Indicates value of confidence. Confidence int32 `json:"confidence"` }
Local2dPointUncertaintyEllipse Local 2D point with uncertainty ellipse
func NewLocal2dPointUncertaintyEllipse ¶
func NewLocal2dPointUncertaintyEllipse(localOrigin LocalOrigin, point RelativeCartesianLocation, uncertaintyEllipse UncertaintyEllipse, confidence int32, shape SupportedGADShapes) *Local2dPointUncertaintyEllipse
NewLocal2dPointUncertaintyEllipse instantiates a new Local2dPointUncertaintyEllipse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewLocal2dPointUncertaintyEllipseWithDefaults ¶
func NewLocal2dPointUncertaintyEllipseWithDefaults() *Local2dPointUncertaintyEllipse
NewLocal2dPointUncertaintyEllipseWithDefaults instantiates a new Local2dPointUncertaintyEllipse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Local2dPointUncertaintyEllipse) GetConfidence ¶
func (o *Local2dPointUncertaintyEllipse) GetConfidence() int32
GetConfidence returns the Confidence field value
func (*Local2dPointUncertaintyEllipse) GetConfidenceOk ¶
func (o *Local2dPointUncertaintyEllipse) GetConfidenceOk() (*int32, bool)
GetConfidenceOk returns a tuple with the Confidence field value and a boolean to check if the value has been set.
func (*Local2dPointUncertaintyEllipse) GetLocalOrigin ¶
func (o *Local2dPointUncertaintyEllipse) GetLocalOrigin() LocalOrigin
GetLocalOrigin returns the LocalOrigin field value
func (*Local2dPointUncertaintyEllipse) GetLocalOriginOk ¶
func (o *Local2dPointUncertaintyEllipse) GetLocalOriginOk() (*LocalOrigin, bool)
GetLocalOriginOk returns a tuple with the LocalOrigin field value and a boolean to check if the value has been set.
func (*Local2dPointUncertaintyEllipse) GetPoint ¶
func (o *Local2dPointUncertaintyEllipse) GetPoint() RelativeCartesianLocation
GetPoint returns the Point field value
func (*Local2dPointUncertaintyEllipse) GetPointOk ¶
func (o *Local2dPointUncertaintyEllipse) GetPointOk() (*RelativeCartesianLocation, bool)
GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.
func (*Local2dPointUncertaintyEllipse) GetUncertaintyEllipse ¶
func (o *Local2dPointUncertaintyEllipse) GetUncertaintyEllipse() UncertaintyEllipse
GetUncertaintyEllipse returns the UncertaintyEllipse field value
func (*Local2dPointUncertaintyEllipse) GetUncertaintyEllipseOk ¶
func (o *Local2dPointUncertaintyEllipse) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool)
GetUncertaintyEllipseOk returns a tuple with the UncertaintyEllipse field value and a boolean to check if the value has been set.
func (Local2dPointUncertaintyEllipse) MarshalJSON ¶
func (o Local2dPointUncertaintyEllipse) MarshalJSON() ([]byte, error)
func (*Local2dPointUncertaintyEllipse) SetConfidence ¶
func (o *Local2dPointUncertaintyEllipse) SetConfidence(v int32)
SetConfidence sets field value
func (*Local2dPointUncertaintyEllipse) SetLocalOrigin ¶
func (o *Local2dPointUncertaintyEllipse) SetLocalOrigin(v LocalOrigin)
SetLocalOrigin sets field value
func (*Local2dPointUncertaintyEllipse) SetPoint ¶
func (o *Local2dPointUncertaintyEllipse) SetPoint(v RelativeCartesianLocation)
SetPoint sets field value
func (*Local2dPointUncertaintyEllipse) SetUncertaintyEllipse ¶
func (o *Local2dPointUncertaintyEllipse) SetUncertaintyEllipse(v UncertaintyEllipse)
SetUncertaintyEllipse sets field value
func (Local2dPointUncertaintyEllipse) ToMap ¶
func (o Local2dPointUncertaintyEllipse) ToMap() (map[string]interface{}, error)
type Local2dPointUncertaintyEllipseAllOf ¶
type Local2dPointUncertaintyEllipseAllOf struct { LocalOrigin LocalOrigin `json:"localOrigin"` Point RelativeCartesianLocation `json:"point"` UncertaintyEllipse UncertaintyEllipse `json:"uncertaintyEllipse"` // Indicates value of confidence. Confidence int32 `json:"confidence"` }
Local2dPointUncertaintyEllipseAllOf struct for Local2dPointUncertaintyEllipseAllOf
func NewLocal2dPointUncertaintyEllipseAllOf ¶
func NewLocal2dPointUncertaintyEllipseAllOf(localOrigin LocalOrigin, point RelativeCartesianLocation, uncertaintyEllipse UncertaintyEllipse, confidence int32) *Local2dPointUncertaintyEllipseAllOf
NewLocal2dPointUncertaintyEllipseAllOf instantiates a new Local2dPointUncertaintyEllipseAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewLocal2dPointUncertaintyEllipseAllOfWithDefaults ¶
func NewLocal2dPointUncertaintyEllipseAllOfWithDefaults() *Local2dPointUncertaintyEllipseAllOf
NewLocal2dPointUncertaintyEllipseAllOfWithDefaults instantiates a new Local2dPointUncertaintyEllipseAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Local2dPointUncertaintyEllipseAllOf) GetConfidence ¶
func (o *Local2dPointUncertaintyEllipseAllOf) GetConfidence() int32
GetConfidence returns the Confidence field value
func (*Local2dPointUncertaintyEllipseAllOf) GetConfidenceOk ¶
func (o *Local2dPointUncertaintyEllipseAllOf) GetConfidenceOk() (*int32, bool)
GetConfidenceOk returns a tuple with the Confidence field value and a boolean to check if the value has been set.
func (*Local2dPointUncertaintyEllipseAllOf) GetLocalOrigin ¶
func (o *Local2dPointUncertaintyEllipseAllOf) GetLocalOrigin() LocalOrigin
GetLocalOrigin returns the LocalOrigin field value
func (*Local2dPointUncertaintyEllipseAllOf) GetLocalOriginOk ¶
func (o *Local2dPointUncertaintyEllipseAllOf) GetLocalOriginOk() (*LocalOrigin, bool)
GetLocalOriginOk returns a tuple with the LocalOrigin field value and a boolean to check if the value has been set.
func (*Local2dPointUncertaintyEllipseAllOf) GetPoint ¶
func (o *Local2dPointUncertaintyEllipseAllOf) GetPoint() RelativeCartesianLocation
GetPoint returns the Point field value
func (*Local2dPointUncertaintyEllipseAllOf) GetPointOk ¶
func (o *Local2dPointUncertaintyEllipseAllOf) GetPointOk() (*RelativeCartesianLocation, bool)
GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.
func (*Local2dPointUncertaintyEllipseAllOf) GetUncertaintyEllipse ¶
func (o *Local2dPointUncertaintyEllipseAllOf) GetUncertaintyEllipse() UncertaintyEllipse
GetUncertaintyEllipse returns the UncertaintyEllipse field value
func (*Local2dPointUncertaintyEllipseAllOf) GetUncertaintyEllipseOk ¶
func (o *Local2dPointUncertaintyEllipseAllOf) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool)
GetUncertaintyEllipseOk returns a tuple with the UncertaintyEllipse field value and a boolean to check if the value has been set.
func (Local2dPointUncertaintyEllipseAllOf) MarshalJSON ¶
func (o Local2dPointUncertaintyEllipseAllOf) MarshalJSON() ([]byte, error)
func (*Local2dPointUncertaintyEllipseAllOf) SetConfidence ¶
func (o *Local2dPointUncertaintyEllipseAllOf) SetConfidence(v int32)
SetConfidence sets field value
func (*Local2dPointUncertaintyEllipseAllOf) SetLocalOrigin ¶
func (o *Local2dPointUncertaintyEllipseAllOf) SetLocalOrigin(v LocalOrigin)
SetLocalOrigin sets field value
func (*Local2dPointUncertaintyEllipseAllOf) SetPoint ¶
func (o *Local2dPointUncertaintyEllipseAllOf) SetPoint(v RelativeCartesianLocation)
SetPoint sets field value
func (*Local2dPointUncertaintyEllipseAllOf) SetUncertaintyEllipse ¶
func (o *Local2dPointUncertaintyEllipseAllOf) SetUncertaintyEllipse(v UncertaintyEllipse)
SetUncertaintyEllipse sets field value
func (Local2dPointUncertaintyEllipseAllOf) ToMap ¶
func (o Local2dPointUncertaintyEllipseAllOf) ToMap() (map[string]interface{}, error)
type Local3dPointUncertaintyEllipsoid ¶
type Local3dPointUncertaintyEllipsoid struct { GADShape LocalOrigin LocalOrigin `json:"localOrigin"` Point RelativeCartesianLocation `json:"point"` UncertaintyEllipsoid UncertaintyEllipsoid `json:"uncertaintyEllipsoid"` // Indicates value of confidence. Confidence int32 `json:"confidence"` }
Local3dPointUncertaintyEllipsoid Local 3D point with uncertainty ellipsoid
func NewLocal3dPointUncertaintyEllipsoid ¶
func NewLocal3dPointUncertaintyEllipsoid(localOrigin LocalOrigin, point RelativeCartesianLocation, uncertaintyEllipsoid UncertaintyEllipsoid, confidence int32, shape SupportedGADShapes) *Local3dPointUncertaintyEllipsoid
NewLocal3dPointUncertaintyEllipsoid instantiates a new Local3dPointUncertaintyEllipsoid object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewLocal3dPointUncertaintyEllipsoidWithDefaults ¶
func NewLocal3dPointUncertaintyEllipsoidWithDefaults() *Local3dPointUncertaintyEllipsoid
NewLocal3dPointUncertaintyEllipsoidWithDefaults instantiates a new Local3dPointUncertaintyEllipsoid object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Local3dPointUncertaintyEllipsoid) GetConfidence ¶
func (o *Local3dPointUncertaintyEllipsoid) GetConfidence() int32
GetConfidence returns the Confidence field value
func (*Local3dPointUncertaintyEllipsoid) GetConfidenceOk ¶
func (o *Local3dPointUncertaintyEllipsoid) GetConfidenceOk() (*int32, bool)
GetConfidenceOk returns a tuple with the Confidence field value and a boolean to check if the value has been set.
func (*Local3dPointUncertaintyEllipsoid) GetLocalOrigin ¶
func (o *Local3dPointUncertaintyEllipsoid) GetLocalOrigin() LocalOrigin
GetLocalOrigin returns the LocalOrigin field value
func (*Local3dPointUncertaintyEllipsoid) GetLocalOriginOk ¶
func (o *Local3dPointUncertaintyEllipsoid) GetLocalOriginOk() (*LocalOrigin, bool)
GetLocalOriginOk returns a tuple with the LocalOrigin field value and a boolean to check if the value has been set.
func (*Local3dPointUncertaintyEllipsoid) GetPoint ¶
func (o *Local3dPointUncertaintyEllipsoid) GetPoint() RelativeCartesianLocation
GetPoint returns the Point field value
func (*Local3dPointUncertaintyEllipsoid) GetPointOk ¶
func (o *Local3dPointUncertaintyEllipsoid) GetPointOk() (*RelativeCartesianLocation, bool)
GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.
func (*Local3dPointUncertaintyEllipsoid) GetUncertaintyEllipsoid ¶
func (o *Local3dPointUncertaintyEllipsoid) GetUncertaintyEllipsoid() UncertaintyEllipsoid
GetUncertaintyEllipsoid returns the UncertaintyEllipsoid field value
func (*Local3dPointUncertaintyEllipsoid) GetUncertaintyEllipsoidOk ¶
func (o *Local3dPointUncertaintyEllipsoid) GetUncertaintyEllipsoidOk() (*UncertaintyEllipsoid, bool)
GetUncertaintyEllipsoidOk returns a tuple with the UncertaintyEllipsoid field value and a boolean to check if the value has been set.
func (Local3dPointUncertaintyEllipsoid) MarshalJSON ¶
func (o Local3dPointUncertaintyEllipsoid) MarshalJSON() ([]byte, error)
func (*Local3dPointUncertaintyEllipsoid) SetConfidence ¶
func (o *Local3dPointUncertaintyEllipsoid) SetConfidence(v int32)
SetConfidence sets field value
func (*Local3dPointUncertaintyEllipsoid) SetLocalOrigin ¶
func (o *Local3dPointUncertaintyEllipsoid) SetLocalOrigin(v LocalOrigin)
SetLocalOrigin sets field value
func (*Local3dPointUncertaintyEllipsoid) SetPoint ¶
func (o *Local3dPointUncertaintyEllipsoid) SetPoint(v RelativeCartesianLocation)
SetPoint sets field value
func (*Local3dPointUncertaintyEllipsoid) SetUncertaintyEllipsoid ¶
func (o *Local3dPointUncertaintyEllipsoid) SetUncertaintyEllipsoid(v UncertaintyEllipsoid)
SetUncertaintyEllipsoid sets field value
func (Local3dPointUncertaintyEllipsoid) ToMap ¶
func (o Local3dPointUncertaintyEllipsoid) ToMap() (map[string]interface{}, error)
type Local3dPointUncertaintyEllipsoidAllOf ¶
type Local3dPointUncertaintyEllipsoidAllOf struct { LocalOrigin LocalOrigin `json:"localOrigin"` Point RelativeCartesianLocation `json:"point"` UncertaintyEllipsoid UncertaintyEllipsoid `json:"uncertaintyEllipsoid"` // Indicates value of confidence. Confidence int32 `json:"confidence"` }
Local3dPointUncertaintyEllipsoidAllOf struct for Local3dPointUncertaintyEllipsoidAllOf
func NewLocal3dPointUncertaintyEllipsoidAllOf ¶
func NewLocal3dPointUncertaintyEllipsoidAllOf(localOrigin LocalOrigin, point RelativeCartesianLocation, uncertaintyEllipsoid UncertaintyEllipsoid, confidence int32) *Local3dPointUncertaintyEllipsoidAllOf
NewLocal3dPointUncertaintyEllipsoidAllOf instantiates a new Local3dPointUncertaintyEllipsoidAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewLocal3dPointUncertaintyEllipsoidAllOfWithDefaults ¶
func NewLocal3dPointUncertaintyEllipsoidAllOfWithDefaults() *Local3dPointUncertaintyEllipsoidAllOf
NewLocal3dPointUncertaintyEllipsoidAllOfWithDefaults instantiates a new Local3dPointUncertaintyEllipsoidAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Local3dPointUncertaintyEllipsoidAllOf) GetConfidence ¶
func (o *Local3dPointUncertaintyEllipsoidAllOf) GetConfidence() int32
GetConfidence returns the Confidence field value
func (*Local3dPointUncertaintyEllipsoidAllOf) GetConfidenceOk ¶
func (o *Local3dPointUncertaintyEllipsoidAllOf) GetConfidenceOk() (*int32, bool)
GetConfidenceOk returns a tuple with the Confidence field value and a boolean to check if the value has been set.
func (*Local3dPointUncertaintyEllipsoidAllOf) GetLocalOrigin ¶
func (o *Local3dPointUncertaintyEllipsoidAllOf) GetLocalOrigin() LocalOrigin
GetLocalOrigin returns the LocalOrigin field value
func (*Local3dPointUncertaintyEllipsoidAllOf) GetLocalOriginOk ¶
func (o *Local3dPointUncertaintyEllipsoidAllOf) GetLocalOriginOk() (*LocalOrigin, bool)
GetLocalOriginOk returns a tuple with the LocalOrigin field value and a boolean to check if the value has been set.
func (*Local3dPointUncertaintyEllipsoidAllOf) GetPoint ¶
func (o *Local3dPointUncertaintyEllipsoidAllOf) GetPoint() RelativeCartesianLocation
GetPoint returns the Point field value
func (*Local3dPointUncertaintyEllipsoidAllOf) GetPointOk ¶
func (o *Local3dPointUncertaintyEllipsoidAllOf) GetPointOk() (*RelativeCartesianLocation, bool)
GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.
func (*Local3dPointUncertaintyEllipsoidAllOf) GetUncertaintyEllipsoid ¶
func (o *Local3dPointUncertaintyEllipsoidAllOf) GetUncertaintyEllipsoid() UncertaintyEllipsoid
GetUncertaintyEllipsoid returns the UncertaintyEllipsoid field value
func (*Local3dPointUncertaintyEllipsoidAllOf) GetUncertaintyEllipsoidOk ¶
func (o *Local3dPointUncertaintyEllipsoidAllOf) GetUncertaintyEllipsoidOk() (*UncertaintyEllipsoid, bool)
GetUncertaintyEllipsoidOk returns a tuple with the UncertaintyEllipsoid field value and a boolean to check if the value has been set.
func (Local3dPointUncertaintyEllipsoidAllOf) MarshalJSON ¶
func (o Local3dPointUncertaintyEllipsoidAllOf) MarshalJSON() ([]byte, error)
func (*Local3dPointUncertaintyEllipsoidAllOf) SetConfidence ¶
func (o *Local3dPointUncertaintyEllipsoidAllOf) SetConfidence(v int32)
SetConfidence sets field value
func (*Local3dPointUncertaintyEllipsoidAllOf) SetLocalOrigin ¶
func (o *Local3dPointUncertaintyEllipsoidAllOf) SetLocalOrigin(v LocalOrigin)
SetLocalOrigin sets field value
func (*Local3dPointUncertaintyEllipsoidAllOf) SetPoint ¶
func (o *Local3dPointUncertaintyEllipsoidAllOf) SetPoint(v RelativeCartesianLocation)
SetPoint sets field value
func (*Local3dPointUncertaintyEllipsoidAllOf) SetUncertaintyEllipsoid ¶
func (o *Local3dPointUncertaintyEllipsoidAllOf) SetUncertaintyEllipsoid(v UncertaintyEllipsoid)
SetUncertaintyEllipsoid sets field value
func (Local3dPointUncertaintyEllipsoidAllOf) ToMap ¶
func (o Local3dPointUncertaintyEllipsoidAllOf) ToMap() (map[string]interface{}, error)
type LocalOrigin ¶
type LocalOrigin struct { CoordinateId *string `json:"coordinateId,omitempty"` Point *GeographicalCoordinates `json:"point,omitempty"` }
LocalOrigin Indicates a Local origin in a reference system
func NewLocalOrigin ¶
func NewLocalOrigin() *LocalOrigin
NewLocalOrigin instantiates a new LocalOrigin object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewLocalOriginWithDefaults ¶
func NewLocalOriginWithDefaults() *LocalOrigin
NewLocalOriginWithDefaults instantiates a new LocalOrigin object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*LocalOrigin) GetCoordinateId ¶
func (o *LocalOrigin) GetCoordinateId() string
GetCoordinateId returns the CoordinateId field value if set, zero value otherwise.
func (*LocalOrigin) GetCoordinateIdOk ¶
func (o *LocalOrigin) GetCoordinateIdOk() (*string, bool)
GetCoordinateIdOk returns a tuple with the CoordinateId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LocalOrigin) GetPoint ¶
func (o *LocalOrigin) GetPoint() GeographicalCoordinates
GetPoint returns the Point field value if set, zero value otherwise.
func (*LocalOrigin) GetPointOk ¶
func (o *LocalOrigin) GetPointOk() (*GeographicalCoordinates, bool)
GetPointOk returns a tuple with the Point field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LocalOrigin) HasCoordinateId ¶
func (o *LocalOrigin) HasCoordinateId() bool
HasCoordinateId returns a boolean if a field has been set.
func (*LocalOrigin) HasPoint ¶
func (o *LocalOrigin) HasPoint() bool
HasPoint returns a boolean if a field has been set.
func (LocalOrigin) MarshalJSON ¶
func (o LocalOrigin) MarshalJSON() ([]byte, error)
func (*LocalOrigin) SetCoordinateId ¶
func (o *LocalOrigin) SetCoordinateId(v string)
SetCoordinateId gets a reference to the given string and assigns it to the CoordinateId field.
func (*LocalOrigin) SetPoint ¶
func (o *LocalOrigin) SetPoint(v GeographicalCoordinates)
SetPoint gets a reference to the given GeographicalCoordinates and assigns it to the Point field.
func (LocalOrigin) ToMap ¶
func (o LocalOrigin) ToMap() (map[string]interface{}, error)
type Log ¶
type Log struct { // String identifying the API invoked. ApiId string `json:"apiId"` // Name of the API which was invoked, it is set as {apiName} part of the URI structure as defined in clause 5.2.4 of 3GPP TS 29.122. ApiName string `json:"apiName"` // Version of the API which was invoked ApiVersion string `json:"apiVersion"` // Name of the specific resource invoked ResourceName string `json:"resourceName"` // string providing an URI formatted according to IETF RFC 3986. Uri *string `json:"uri,omitempty"` Protocol Protocol `json:"protocol"` Operation *Operation `json:"operation,omitempty"` // For HTTP protocol, it contains HTTP status code of the invocation Result string `json:"result"` // string with format \"date-time\" as defined in OpenAPI. InvocationTime *time.Time `json:"invocationTime,omitempty"` // Represents a period of time in units of milliseconds. InvocationLatency *int32 `json:"invocationLatency,omitempty"` // List of input parameters. Can be any value - string, number, boolean, array or object. InputParameters interface{} `json:"inputParameters,omitempty"` // List of output parameters. Can be any value - string, number, boolean, array or object. OutputParameters interface{} `json:"outputParameters,omitempty"` SrcInterface *InterfaceDescription `json:"srcInterface,omitempty"` DestInterface *InterfaceDescription `json:"destInterface,omitempty"` // It includes the node identifier (as defined in IETF RFC 7239 of all forwarding entities between the API invoker and the AEF, concatenated with comma and space, e.g. 192.0.2.43:80, unknown:_OBFport, 203.0.113.60 FwdInterface *string `json:"fwdInterface,omitempty"` }
Log Represents an individual service API invocation log entry.
func NewLog ¶
func NewLog(apiId string, apiName string, apiVersion string, resourceName string, protocol Protocol, result string) *Log
NewLog instantiates a new Log object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewLogWithDefaults ¶
func NewLogWithDefaults() *Log
NewLogWithDefaults instantiates a new Log object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Log) GetApiIdOk ¶
GetApiIdOk returns a tuple with the ApiId field value and a boolean to check if the value has been set.
func (*Log) GetApiName ¶
GetApiName returns the ApiName field value
func (*Log) GetApiNameOk ¶
GetApiNameOk returns a tuple with the ApiName field value and a boolean to check if the value has been set.
func (*Log) GetApiVersion ¶
GetApiVersion returns the ApiVersion field value
func (*Log) GetApiVersionOk ¶
GetApiVersionOk returns a tuple with the ApiVersion field value and a boolean to check if the value has been set.
func (*Log) GetDestInterface ¶
func (o *Log) GetDestInterface() InterfaceDescription
GetDestInterface returns the DestInterface field value if set, zero value otherwise.
func (*Log) GetDestInterfaceOk ¶
func (o *Log) GetDestInterfaceOk() (*InterfaceDescription, bool)
GetDestInterfaceOk returns a tuple with the DestInterface field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Log) GetFwdInterface ¶
GetFwdInterface returns the FwdInterface field value if set, zero value otherwise.
func (*Log) GetFwdInterfaceOk ¶
GetFwdInterfaceOk returns a tuple with the FwdInterface field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Log) GetInputParameters ¶
func (o *Log) GetInputParameters() interface{}
GetInputParameters returns the InputParameters field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Log) GetInputParametersOk ¶
GetInputParametersOk returns a tuple with the InputParameters field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Log) GetInvocationLatency ¶
GetInvocationLatency returns the InvocationLatency field value if set, zero value otherwise.
func (*Log) GetInvocationLatencyOk ¶
GetInvocationLatencyOk returns a tuple with the InvocationLatency field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Log) GetInvocationTime ¶
GetInvocationTime returns the InvocationTime field value if set, zero value otherwise.
func (*Log) GetInvocationTimeOk ¶
GetInvocationTimeOk returns a tuple with the InvocationTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Log) GetOperation ¶
GetOperation returns the Operation field value if set, zero value otherwise.
func (*Log) GetOperationOk ¶
GetOperationOk returns a tuple with the Operation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Log) GetOutputParameters ¶
func (o *Log) GetOutputParameters() interface{}
GetOutputParameters returns the OutputParameters field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Log) GetOutputParametersOk ¶
GetOutputParametersOk returns a tuple with the OutputParameters field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Log) GetProtocol ¶
GetProtocol returns the Protocol field value
func (*Log) GetProtocolOk ¶
GetProtocolOk returns a tuple with the Protocol field value and a boolean to check if the value has been set.
func (*Log) GetResourceName ¶
GetResourceName returns the ResourceName field value
func (*Log) GetResourceNameOk ¶
GetResourceNameOk returns a tuple with the ResourceName field value and a boolean to check if the value has been set.
func (*Log) GetResultOk ¶
GetResultOk returns a tuple with the Result field value and a boolean to check if the value has been set.
func (*Log) GetSrcInterface ¶
func (o *Log) GetSrcInterface() InterfaceDescription
GetSrcInterface returns the SrcInterface field value if set, zero value otherwise.
func (*Log) GetSrcInterfaceOk ¶
func (o *Log) GetSrcInterfaceOk() (*InterfaceDescription, bool)
GetSrcInterfaceOk returns a tuple with the SrcInterface field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Log) GetUriOk ¶
GetUriOk returns a tuple with the Uri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Log) HasDestInterface ¶
HasDestInterface returns a boolean if a field has been set.
func (*Log) HasFwdInterface ¶
HasFwdInterface returns a boolean if a field has been set.
func (*Log) HasInputParameters ¶
HasInputParameters returns a boolean if a field has been set.
func (*Log) HasInvocationLatency ¶
HasInvocationLatency returns a boolean if a field has been set.
func (*Log) HasInvocationTime ¶
HasInvocationTime returns a boolean if a field has been set.
func (*Log) HasOperation ¶
HasOperation returns a boolean if a field has been set.
func (*Log) HasOutputParameters ¶
HasOutputParameters returns a boolean if a field has been set.
func (*Log) HasSrcInterface ¶
HasSrcInterface returns a boolean if a field has been set.
func (Log) MarshalJSON ¶
func (*Log) SetDestInterface ¶
func (o *Log) SetDestInterface(v InterfaceDescription)
SetDestInterface gets a reference to the given InterfaceDescription and assigns it to the DestInterface field.
func (*Log) SetFwdInterface ¶
SetFwdInterface gets a reference to the given string and assigns it to the FwdInterface field.
func (*Log) SetInputParameters ¶
func (o *Log) SetInputParameters(v interface{})
SetInputParameters gets a reference to the given interface{} and assigns it to the InputParameters field.
func (*Log) SetInvocationLatency ¶
SetInvocationLatency gets a reference to the given int32 and assigns it to the InvocationLatency field.
func (*Log) SetInvocationTime ¶
SetInvocationTime gets a reference to the given time.Time and assigns it to the InvocationTime field.
func (*Log) SetOperation ¶
SetOperation gets a reference to the given Operation and assigns it to the Operation field.
func (*Log) SetOutputParameters ¶
func (o *Log) SetOutputParameters(v interface{})
SetOutputParameters gets a reference to the given interface{} and assigns it to the OutputParameters field.
func (*Log) SetResourceName ¶
SetResourceName sets field value
func (*Log) SetSrcInterface ¶
func (o *Log) SetSrcInterface(v InterfaceDescription)
SetSrcInterface gets a reference to the given InterfaceDescription and assigns it to the SrcInterface field.
type MappedNullable ¶
type NotificationFlag ¶
type NotificationFlag struct {
String *string
}
NotificationFlag Possible values are: - ACTIVATE: The event notification is activated. - DEACTIVATE: The event notification is deactivated and shall be muted. The available event(s) shall be stored. - RETRIEVAL: The event notification shall be sent to the NF service consumer(s), after that, is muted again.
func (*NotificationFlag) MarshalJSON ¶
func (src *NotificationFlag) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*NotificationFlag) UnmarshalJSON ¶
func (dst *NotificationFlag) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type NotificationMethod ¶
type NotificationMethod struct {
String *string
}
NotificationMethod Possible values are: - PERIODIC - ONE_TIME - ON_EVENT_DETECTION
func (*NotificationMethod) MarshalJSON ¶
func (src *NotificationMethod) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*NotificationMethod) UnmarshalJSON ¶
func (dst *NotificationMethod) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type NullableAccessControlPolicyList ¶
type NullableAccessControlPolicyList struct {
// contains filtered or unexported fields
}
func NewNullableAccessControlPolicyList ¶
func NewNullableAccessControlPolicyList(val *AccessControlPolicyList) *NullableAccessControlPolicyList
func (NullableAccessControlPolicyList) Get ¶
func (v NullableAccessControlPolicyList) Get() *AccessControlPolicyList
func (NullableAccessControlPolicyList) IsSet ¶
func (v NullableAccessControlPolicyList) IsSet() bool
func (NullableAccessControlPolicyList) MarshalJSON ¶
func (v NullableAccessControlPolicyList) MarshalJSON() ([]byte, error)
func (*NullableAccessControlPolicyList) Set ¶
func (v *NullableAccessControlPolicyList) Set(val *AccessControlPolicyList)
func (*NullableAccessControlPolicyList) UnmarshalJSON ¶
func (v *NullableAccessControlPolicyList) UnmarshalJSON(src []byte) error
func (*NullableAccessControlPolicyList) Unset ¶
func (v *NullableAccessControlPolicyList) Unset()
type NullableAccessControlPolicyListExt ¶
type NullableAccessControlPolicyListExt struct {
// contains filtered or unexported fields
}
func NewNullableAccessControlPolicyListExt ¶
func NewNullableAccessControlPolicyListExt(val *AccessControlPolicyListExt) *NullableAccessControlPolicyListExt
func (NullableAccessControlPolicyListExt) Get ¶
func (v NullableAccessControlPolicyListExt) Get() *AccessControlPolicyListExt
func (NullableAccessControlPolicyListExt) IsSet ¶
func (v NullableAccessControlPolicyListExt) IsSet() bool
func (NullableAccessControlPolicyListExt) MarshalJSON ¶
func (v NullableAccessControlPolicyListExt) MarshalJSON() ([]byte, error)
func (*NullableAccessControlPolicyListExt) Set ¶
func (v *NullableAccessControlPolicyListExt) Set(val *AccessControlPolicyListExt)
func (*NullableAccessControlPolicyListExt) UnmarshalJSON ¶
func (v *NullableAccessControlPolicyListExt) UnmarshalJSON(src []byte) error
func (*NullableAccessControlPolicyListExt) Unset ¶
func (v *NullableAccessControlPolicyListExt) Unset()
type NullableAccessControlPolicyListExtAllOf ¶
type NullableAccessControlPolicyListExtAllOf struct {
// contains filtered or unexported fields
}
func NewNullableAccessControlPolicyListExtAllOf ¶
func NewNullableAccessControlPolicyListExtAllOf(val *AccessControlPolicyListExtAllOf) *NullableAccessControlPolicyListExtAllOf
func (NullableAccessControlPolicyListExtAllOf) IsSet ¶
func (v NullableAccessControlPolicyListExtAllOf) IsSet() bool
func (NullableAccessControlPolicyListExtAllOf) MarshalJSON ¶
func (v NullableAccessControlPolicyListExtAllOf) MarshalJSON() ([]byte, error)
func (*NullableAccessControlPolicyListExtAllOf) Set ¶
func (v *NullableAccessControlPolicyListExtAllOf) Set(val *AccessControlPolicyListExtAllOf)
func (*NullableAccessControlPolicyListExtAllOf) UnmarshalJSON ¶
func (v *NullableAccessControlPolicyListExtAllOf) UnmarshalJSON(src []byte) error
func (*NullableAccessControlPolicyListExtAllOf) Unset ¶
func (v *NullableAccessControlPolicyListExtAllOf) Unset()
type NullableAefLocation ¶
type NullableAefLocation struct {
// contains filtered or unexported fields
}
func NewNullableAefLocation ¶
func NewNullableAefLocation(val *AefLocation) *NullableAefLocation
func (NullableAefLocation) Get ¶
func (v NullableAefLocation) Get() *AefLocation
func (NullableAefLocation) IsSet ¶
func (v NullableAefLocation) IsSet() bool
func (NullableAefLocation) MarshalJSON ¶
func (v NullableAefLocation) MarshalJSON() ([]byte, error)
func (*NullableAefLocation) Set ¶
func (v *NullableAefLocation) Set(val *AefLocation)
func (*NullableAefLocation) UnmarshalJSON ¶
func (v *NullableAefLocation) UnmarshalJSON(src []byte) error
func (*NullableAefLocation) Unset ¶
func (v *NullableAefLocation) Unset()
type NullableAefProfile ¶
type NullableAefProfile struct {
// contains filtered or unexported fields
}
func NewNullableAefProfile ¶
func NewNullableAefProfile(val *AefProfile) *NullableAefProfile
func (NullableAefProfile) Get ¶
func (v NullableAefProfile) Get() *AefProfile
func (NullableAefProfile) IsSet ¶
func (v NullableAefProfile) IsSet() bool
func (NullableAefProfile) MarshalJSON ¶
func (v NullableAefProfile) MarshalJSON() ([]byte, error)
func (*NullableAefProfile) Set ¶
func (v *NullableAefProfile) Set(val *AefProfile)
func (*NullableAefProfile) UnmarshalJSON ¶
func (v *NullableAefProfile) UnmarshalJSON(src []byte) error
func (*NullableAefProfile) Unset ¶
func (v *NullableAefProfile) Unset()
type NullableApiInvokerPolicy ¶
type NullableApiInvokerPolicy struct {
// contains filtered or unexported fields
}
func NewNullableApiInvokerPolicy ¶
func NewNullableApiInvokerPolicy(val *ApiInvokerPolicy) *NullableApiInvokerPolicy
func (NullableApiInvokerPolicy) Get ¶
func (v NullableApiInvokerPolicy) Get() *ApiInvokerPolicy
func (NullableApiInvokerPolicy) IsSet ¶
func (v NullableApiInvokerPolicy) IsSet() bool
func (NullableApiInvokerPolicy) MarshalJSON ¶
func (v NullableApiInvokerPolicy) MarshalJSON() ([]byte, error)
func (*NullableApiInvokerPolicy) Set ¶
func (v *NullableApiInvokerPolicy) Set(val *ApiInvokerPolicy)
func (*NullableApiInvokerPolicy) UnmarshalJSON ¶
func (v *NullableApiInvokerPolicy) UnmarshalJSON(src []byte) error
func (*NullableApiInvokerPolicy) Unset ¶
func (v *NullableApiInvokerPolicy) Unset()
type NullableBool ¶
type NullableBool struct {
// contains filtered or unexported fields
}
func NewNullableBool ¶
func NewNullableBool(val *bool) *NullableBool
func (NullableBool) Get ¶
func (v NullableBool) Get() *bool
func (NullableBool) IsSet ¶
func (v NullableBool) IsSet() bool
func (NullableBool) MarshalJSON ¶
func (v NullableBool) MarshalJSON() ([]byte, error)
func (*NullableBool) Set ¶
func (v *NullableBool) Set(val *bool)
func (*NullableBool) UnmarshalJSON ¶
func (v *NullableBool) UnmarshalJSON(src []byte) error
func (*NullableBool) Unset ¶
func (v *NullableBool) Unset()
type NullableCAPIFEvent ¶
type NullableCAPIFEvent struct {
// contains filtered or unexported fields
}
func NewNullableCAPIFEvent ¶
func NewNullableCAPIFEvent(val *CAPIFEvent) *NullableCAPIFEvent
func (NullableCAPIFEvent) Get ¶
func (v NullableCAPIFEvent) Get() *CAPIFEvent
func (NullableCAPIFEvent) IsSet ¶
func (v NullableCAPIFEvent) IsSet() bool
func (NullableCAPIFEvent) MarshalJSON ¶
func (v NullableCAPIFEvent) MarshalJSON() ([]byte, error)
func (*NullableCAPIFEvent) Set ¶
func (v *NullableCAPIFEvent) Set(val *CAPIFEvent)
func (*NullableCAPIFEvent) UnmarshalJSON ¶
func (v *NullableCAPIFEvent) UnmarshalJSON(src []byte) error
func (*NullableCAPIFEvent) Unset ¶
func (v *NullableCAPIFEvent) Unset()
type NullableCAPIFEventDetail ¶
type NullableCAPIFEventDetail struct {
// contains filtered or unexported fields
}
func NewNullableCAPIFEventDetail ¶
func NewNullableCAPIFEventDetail(val *CAPIFEventDetail) *NullableCAPIFEventDetail
func (NullableCAPIFEventDetail) Get ¶
func (v NullableCAPIFEventDetail) Get() *CAPIFEventDetail
func (NullableCAPIFEventDetail) IsSet ¶
func (v NullableCAPIFEventDetail) IsSet() bool
func (NullableCAPIFEventDetail) MarshalJSON ¶
func (v NullableCAPIFEventDetail) MarshalJSON() ([]byte, error)
func (*NullableCAPIFEventDetail) Set ¶
func (v *NullableCAPIFEventDetail) Set(val *CAPIFEventDetail)
func (*NullableCAPIFEventDetail) UnmarshalJSON ¶
func (v *NullableCAPIFEventDetail) UnmarshalJSON(src []byte) error
func (*NullableCAPIFEventDetail) Unset ¶
func (v *NullableCAPIFEventDetail) Unset()
type NullableCAPIFEventFilter ¶
type NullableCAPIFEventFilter struct {
// contains filtered or unexported fields
}
func NewNullableCAPIFEventFilter ¶
func NewNullableCAPIFEventFilter(val *CAPIFEventFilter) *NullableCAPIFEventFilter
func (NullableCAPIFEventFilter) Get ¶
func (v NullableCAPIFEventFilter) Get() *CAPIFEventFilter
func (NullableCAPIFEventFilter) IsSet ¶
func (v NullableCAPIFEventFilter) IsSet() bool
func (NullableCAPIFEventFilter) MarshalJSON ¶
func (v NullableCAPIFEventFilter) MarshalJSON() ([]byte, error)
func (*NullableCAPIFEventFilter) Set ¶
func (v *NullableCAPIFEventFilter) Set(val *CAPIFEventFilter)
func (*NullableCAPIFEventFilter) UnmarshalJSON ¶
func (v *NullableCAPIFEventFilter) UnmarshalJSON(src []byte) error
func (*NullableCAPIFEventFilter) Unset ¶
func (v *NullableCAPIFEventFilter) Unset()
type NullableCivicAddress ¶
type NullableCivicAddress struct {
// contains filtered or unexported fields
}
func NewNullableCivicAddress ¶
func NewNullableCivicAddress(val *CivicAddress) *NullableCivicAddress
func (NullableCivicAddress) Get ¶
func (v NullableCivicAddress) Get() *CivicAddress
func (NullableCivicAddress) IsSet ¶
func (v NullableCivicAddress) IsSet() bool
func (NullableCivicAddress) MarshalJSON ¶
func (v NullableCivicAddress) MarshalJSON() ([]byte, error)
func (*NullableCivicAddress) Set ¶
func (v *NullableCivicAddress) Set(val *CivicAddress)
func (*NullableCivicAddress) UnmarshalJSON ¶
func (v *NullableCivicAddress) UnmarshalJSON(src []byte) error
func (*NullableCivicAddress) Unset ¶
func (v *NullableCivicAddress) Unset()
type NullableCommunicationType ¶
type NullableCommunicationType struct {
// contains filtered or unexported fields
}
func NewNullableCommunicationType ¶
func NewNullableCommunicationType(val *CommunicationType) *NullableCommunicationType
func (NullableCommunicationType) Get ¶
func (v NullableCommunicationType) Get() *CommunicationType
func (NullableCommunicationType) IsSet ¶
func (v NullableCommunicationType) IsSet() bool
func (NullableCommunicationType) MarshalJSON ¶
func (v NullableCommunicationType) MarshalJSON() ([]byte, error)
func (*NullableCommunicationType) Set ¶
func (v *NullableCommunicationType) Set(val *CommunicationType)
func (*NullableCommunicationType) UnmarshalJSON ¶
func (v *NullableCommunicationType) UnmarshalJSON(src []byte) error
func (*NullableCommunicationType) Unset ¶
func (v *NullableCommunicationType) Unset()
type NullableCustomOperation ¶
type NullableCustomOperation struct {
// contains filtered or unexported fields
}
func NewNullableCustomOperation ¶
func NewNullableCustomOperation(val *CustomOperation) *NullableCustomOperation
func (NullableCustomOperation) Get ¶
func (v NullableCustomOperation) Get() *CustomOperation
func (NullableCustomOperation) IsSet ¶
func (v NullableCustomOperation) IsSet() bool
func (NullableCustomOperation) MarshalJSON ¶
func (v NullableCustomOperation) MarshalJSON() ([]byte, error)
func (*NullableCustomOperation) Set ¶
func (v *NullableCustomOperation) Set(val *CustomOperation)
func (*NullableCustomOperation) UnmarshalJSON ¶
func (v *NullableCustomOperation) UnmarshalJSON(src []byte) error
func (*NullableCustomOperation) Unset ¶
func (v *NullableCustomOperation) Unset()
type NullableDataFormat ¶
type NullableDataFormat struct {
// contains filtered or unexported fields
}
func NewNullableDataFormat ¶
func NewNullableDataFormat(val *DataFormat) *NullableDataFormat
func (NullableDataFormat) Get ¶
func (v NullableDataFormat) Get() *DataFormat
func (NullableDataFormat) IsSet ¶
func (v NullableDataFormat) IsSet() bool
func (NullableDataFormat) MarshalJSON ¶
func (v NullableDataFormat) MarshalJSON() ([]byte, error)
func (*NullableDataFormat) Set ¶
func (v *NullableDataFormat) Set(val *DataFormat)
func (*NullableDataFormat) UnmarshalJSON ¶
func (v *NullableDataFormat) UnmarshalJSON(src []byte) error
func (*NullableDataFormat) Unset ¶
func (v *NullableDataFormat) Unset()
type NullableEllipsoidArc ¶
type NullableEllipsoidArc struct {
// contains filtered or unexported fields
}
func NewNullableEllipsoidArc ¶
func NewNullableEllipsoidArc(val *EllipsoidArc) *NullableEllipsoidArc
func (NullableEllipsoidArc) Get ¶
func (v NullableEllipsoidArc) Get() *EllipsoidArc
func (NullableEllipsoidArc) IsSet ¶
func (v NullableEllipsoidArc) IsSet() bool
func (NullableEllipsoidArc) MarshalJSON ¶
func (v NullableEllipsoidArc) MarshalJSON() ([]byte, error)
func (*NullableEllipsoidArc) Set ¶
func (v *NullableEllipsoidArc) Set(val *EllipsoidArc)
func (*NullableEllipsoidArc) UnmarshalJSON ¶
func (v *NullableEllipsoidArc) UnmarshalJSON(src []byte) error
func (*NullableEllipsoidArc) Unset ¶
func (v *NullableEllipsoidArc) Unset()
type NullableEllipsoidArcAllOf ¶
type NullableEllipsoidArcAllOf struct {
// contains filtered or unexported fields
}
func NewNullableEllipsoidArcAllOf ¶
func NewNullableEllipsoidArcAllOf(val *EllipsoidArcAllOf) *NullableEllipsoidArcAllOf
func (NullableEllipsoidArcAllOf) Get ¶
func (v NullableEllipsoidArcAllOf) Get() *EllipsoidArcAllOf
func (NullableEllipsoidArcAllOf) IsSet ¶
func (v NullableEllipsoidArcAllOf) IsSet() bool
func (NullableEllipsoidArcAllOf) MarshalJSON ¶
func (v NullableEllipsoidArcAllOf) MarshalJSON() ([]byte, error)
func (*NullableEllipsoidArcAllOf) Set ¶
func (v *NullableEllipsoidArcAllOf) Set(val *EllipsoidArcAllOf)
func (*NullableEllipsoidArcAllOf) UnmarshalJSON ¶
func (v *NullableEllipsoidArcAllOf) UnmarshalJSON(src []byte) error
func (*NullableEllipsoidArcAllOf) Unset ¶
func (v *NullableEllipsoidArcAllOf) Unset()
type NullableEventNotification ¶
type NullableEventNotification struct {
// contains filtered or unexported fields
}
func NewNullableEventNotification ¶
func NewNullableEventNotification(val *EventNotification) *NullableEventNotification
func (NullableEventNotification) Get ¶
func (v NullableEventNotification) Get() *EventNotification
func (NullableEventNotification) IsSet ¶
func (v NullableEventNotification) IsSet() bool
func (NullableEventNotification) MarshalJSON ¶
func (v NullableEventNotification) MarshalJSON() ([]byte, error)
func (*NullableEventNotification) Set ¶
func (v *NullableEventNotification) Set(val *EventNotification)
func (*NullableEventNotification) UnmarshalJSON ¶
func (v *NullableEventNotification) UnmarshalJSON(src []byte) error
func (*NullableEventNotification) Unset ¶
func (v *NullableEventNotification) Unset()
type NullableEventSubscription ¶
type NullableEventSubscription struct {
// contains filtered or unexported fields
}
func NewNullableEventSubscription ¶
func NewNullableEventSubscription(val *EventSubscription) *NullableEventSubscription
func (NullableEventSubscription) Get ¶
func (v NullableEventSubscription) Get() *EventSubscription
func (NullableEventSubscription) IsSet ¶
func (v NullableEventSubscription) IsSet() bool
func (NullableEventSubscription) MarshalJSON ¶
func (v NullableEventSubscription) MarshalJSON() ([]byte, error)
func (*NullableEventSubscription) Set ¶
func (v *NullableEventSubscription) Set(val *EventSubscription)
func (*NullableEventSubscription) UnmarshalJSON ¶
func (v *NullableEventSubscription) UnmarshalJSON(src []byte) error
func (*NullableEventSubscription) Unset ¶
func (v *NullableEventSubscription) Unset()
type NullableFloat32 ¶
type NullableFloat32 struct {
// contains filtered or unexported fields
}
func NewNullableFloat32 ¶
func NewNullableFloat32(val *float32) *NullableFloat32
func (NullableFloat32) Get ¶
func (v NullableFloat32) Get() *float32
func (NullableFloat32) IsSet ¶
func (v NullableFloat32) IsSet() bool
func (NullableFloat32) MarshalJSON ¶
func (v NullableFloat32) MarshalJSON() ([]byte, error)
func (*NullableFloat32) Set ¶
func (v *NullableFloat32) Set(val *float32)
func (*NullableFloat32) UnmarshalJSON ¶
func (v *NullableFloat32) UnmarshalJSON(src []byte) error
func (*NullableFloat32) Unset ¶
func (v *NullableFloat32) Unset()
type NullableFloat64 ¶
type NullableFloat64 struct {
// contains filtered or unexported fields
}
func NewNullableFloat64 ¶
func NewNullableFloat64(val *float64) *NullableFloat64
func (NullableFloat64) Get ¶
func (v NullableFloat64) Get() *float64
func (NullableFloat64) IsSet ¶
func (v NullableFloat64) IsSet() bool
func (NullableFloat64) MarshalJSON ¶
func (v NullableFloat64) MarshalJSON() ([]byte, error)
func (*NullableFloat64) Set ¶
func (v *NullableFloat64) Set(val *float64)
func (*NullableFloat64) UnmarshalJSON ¶
func (v *NullableFloat64) UnmarshalJSON(src []byte) error
func (*NullableFloat64) Unset ¶
func (v *NullableFloat64) Unset()
type NullableGADShape ¶
type NullableGADShape struct {
// contains filtered or unexported fields
}
func NewNullableGADShape ¶
func NewNullableGADShape(val *GADShape) *NullableGADShape
func (NullableGADShape) Get ¶
func (v NullableGADShape) Get() *GADShape
func (NullableGADShape) IsSet ¶
func (v NullableGADShape) IsSet() bool
func (NullableGADShape) MarshalJSON ¶
func (v NullableGADShape) MarshalJSON() ([]byte, error)
func (*NullableGADShape) Set ¶
func (v *NullableGADShape) Set(val *GADShape)
func (*NullableGADShape) UnmarshalJSON ¶
func (v *NullableGADShape) UnmarshalJSON(src []byte) error
func (*NullableGADShape) Unset ¶
func (v *NullableGADShape) Unset()
type NullableGeographicArea ¶
type NullableGeographicArea struct {
// contains filtered or unexported fields
}
func NewNullableGeographicArea ¶
func NewNullableGeographicArea(val *GeographicArea) *NullableGeographicArea
func (NullableGeographicArea) Get ¶
func (v NullableGeographicArea) Get() *GeographicArea
func (NullableGeographicArea) IsSet ¶
func (v NullableGeographicArea) IsSet() bool
func (NullableGeographicArea) MarshalJSON ¶
func (v NullableGeographicArea) MarshalJSON() ([]byte, error)
func (*NullableGeographicArea) Set ¶
func (v *NullableGeographicArea) Set(val *GeographicArea)
func (*NullableGeographicArea) UnmarshalJSON ¶
func (v *NullableGeographicArea) UnmarshalJSON(src []byte) error
func (*NullableGeographicArea) Unset ¶
func (v *NullableGeographicArea) Unset()
type NullableGeographicalCoordinates ¶
type NullableGeographicalCoordinates struct {
// contains filtered or unexported fields
}
func NewNullableGeographicalCoordinates ¶
func NewNullableGeographicalCoordinates(val *GeographicalCoordinates) *NullableGeographicalCoordinates
func (NullableGeographicalCoordinates) Get ¶
func (v NullableGeographicalCoordinates) Get() *GeographicalCoordinates
func (NullableGeographicalCoordinates) IsSet ¶
func (v NullableGeographicalCoordinates) IsSet() bool
func (NullableGeographicalCoordinates) MarshalJSON ¶
func (v NullableGeographicalCoordinates) MarshalJSON() ([]byte, error)
func (*NullableGeographicalCoordinates) Set ¶
func (v *NullableGeographicalCoordinates) Set(val *GeographicalCoordinates)
func (*NullableGeographicalCoordinates) UnmarshalJSON ¶
func (v *NullableGeographicalCoordinates) UnmarshalJSON(src []byte) error
func (*NullableGeographicalCoordinates) Unset ¶
func (v *NullableGeographicalCoordinates) Unset()
type NullableInt ¶
type NullableInt struct {
// contains filtered or unexported fields
}
func NewNullableInt ¶
func NewNullableInt(val *int) *NullableInt
func (NullableInt) Get ¶
func (v NullableInt) Get() *int
func (NullableInt) IsSet ¶
func (v NullableInt) IsSet() bool
func (NullableInt) MarshalJSON ¶
func (v NullableInt) MarshalJSON() ([]byte, error)
func (*NullableInt) Set ¶
func (v *NullableInt) Set(val *int)
func (*NullableInt) UnmarshalJSON ¶
func (v *NullableInt) UnmarshalJSON(src []byte) error
func (*NullableInt) Unset ¶
func (v *NullableInt) Unset()
type NullableInt32 ¶
type NullableInt32 struct {
// contains filtered or unexported fields
}
func NewNullableInt32 ¶
func NewNullableInt32(val *int32) *NullableInt32
func (NullableInt32) Get ¶
func (v NullableInt32) Get() *int32
func (NullableInt32) IsSet ¶
func (v NullableInt32) IsSet() bool
func (NullableInt32) MarshalJSON ¶
func (v NullableInt32) MarshalJSON() ([]byte, error)
func (*NullableInt32) Set ¶
func (v *NullableInt32) Set(val *int32)
func (*NullableInt32) UnmarshalJSON ¶
func (v *NullableInt32) UnmarshalJSON(src []byte) error
func (*NullableInt32) Unset ¶
func (v *NullableInt32) Unset()
type NullableInt64 ¶
type NullableInt64 struct {
// contains filtered or unexported fields
}
func NewNullableInt64 ¶
func NewNullableInt64(val *int64) *NullableInt64
func (NullableInt64) Get ¶
func (v NullableInt64) Get() *int64
func (NullableInt64) IsSet ¶
func (v NullableInt64) IsSet() bool
func (NullableInt64) MarshalJSON ¶
func (v NullableInt64) MarshalJSON() ([]byte, error)
func (*NullableInt64) Set ¶
func (v *NullableInt64) Set(val *int64)
func (*NullableInt64) UnmarshalJSON ¶
func (v *NullableInt64) UnmarshalJSON(src []byte) error
func (*NullableInt64) Unset ¶
func (v *NullableInt64) Unset()
type NullableInterfaceDescription ¶
type NullableInterfaceDescription struct {
// contains filtered or unexported fields
}
func NewNullableInterfaceDescription ¶
func NewNullableInterfaceDescription(val *InterfaceDescription) *NullableInterfaceDescription
func (NullableInterfaceDescription) Get ¶
func (v NullableInterfaceDescription) Get() *InterfaceDescription
func (NullableInterfaceDescription) IsSet ¶
func (v NullableInterfaceDescription) IsSet() bool
func (NullableInterfaceDescription) MarshalJSON ¶
func (v NullableInterfaceDescription) MarshalJSON() ([]byte, error)
func (*NullableInterfaceDescription) Set ¶
func (v *NullableInterfaceDescription) Set(val *InterfaceDescription)
func (*NullableInterfaceDescription) UnmarshalJSON ¶
func (v *NullableInterfaceDescription) UnmarshalJSON(src []byte) error
func (*NullableInterfaceDescription) Unset ¶
func (v *NullableInterfaceDescription) Unset()
type NullableInvalidParam ¶
type NullableInvalidParam struct {
// contains filtered or unexported fields
}
func NewNullableInvalidParam ¶
func NewNullableInvalidParam(val *InvalidParam) *NullableInvalidParam
func (NullableInvalidParam) Get ¶
func (v NullableInvalidParam) Get() *InvalidParam
func (NullableInvalidParam) IsSet ¶
func (v NullableInvalidParam) IsSet() bool
func (NullableInvalidParam) MarshalJSON ¶
func (v NullableInvalidParam) MarshalJSON() ([]byte, error)
func (*NullableInvalidParam) Set ¶
func (v *NullableInvalidParam) Set(val *InvalidParam)
func (*NullableInvalidParam) UnmarshalJSON ¶
func (v *NullableInvalidParam) UnmarshalJSON(src []byte) error
func (*NullableInvalidParam) Unset ¶
func (v *NullableInvalidParam) Unset()
type NullableInvocationLog ¶
type NullableInvocationLog struct {
// contains filtered or unexported fields
}
func NewNullableInvocationLog ¶
func NewNullableInvocationLog(val *InvocationLog) *NullableInvocationLog
func (NullableInvocationLog) Get ¶
func (v NullableInvocationLog) Get() *InvocationLog
func (NullableInvocationLog) IsSet ¶
func (v NullableInvocationLog) IsSet() bool
func (NullableInvocationLog) MarshalJSON ¶
func (v NullableInvocationLog) MarshalJSON() ([]byte, error)
func (*NullableInvocationLog) Set ¶
func (v *NullableInvocationLog) Set(val *InvocationLog)
func (*NullableInvocationLog) UnmarshalJSON ¶
func (v *NullableInvocationLog) UnmarshalJSON(src []byte) error
func (*NullableInvocationLog) Unset ¶
func (v *NullableInvocationLog) Unset()
type NullableIpv4AddressRange ¶
type NullableIpv4AddressRange struct {
// contains filtered or unexported fields
}
func NewNullableIpv4AddressRange ¶
func NewNullableIpv4AddressRange(val *Ipv4AddressRange) *NullableIpv4AddressRange
func (NullableIpv4AddressRange) Get ¶
func (v NullableIpv4AddressRange) Get() *Ipv4AddressRange
func (NullableIpv4AddressRange) IsSet ¶
func (v NullableIpv4AddressRange) IsSet() bool
func (NullableIpv4AddressRange) MarshalJSON ¶
func (v NullableIpv4AddressRange) MarshalJSON() ([]byte, error)
func (*NullableIpv4AddressRange) Set ¶
func (v *NullableIpv4AddressRange) Set(val *Ipv4AddressRange)
func (*NullableIpv4AddressRange) UnmarshalJSON ¶
func (v *NullableIpv4AddressRange) UnmarshalJSON(src []byte) error
func (*NullableIpv4AddressRange) Unset ¶
func (v *NullableIpv4AddressRange) Unset()
type NullableIpv6AddressRange ¶
type NullableIpv6AddressRange struct {
// contains filtered or unexported fields
}
func NewNullableIpv6AddressRange ¶
func NewNullableIpv6AddressRange(val *Ipv6AddressRange) *NullableIpv6AddressRange
func (NullableIpv6AddressRange) Get ¶
func (v NullableIpv6AddressRange) Get() *Ipv6AddressRange
func (NullableIpv6AddressRange) IsSet ¶
func (v NullableIpv6AddressRange) IsSet() bool
func (NullableIpv6AddressRange) MarshalJSON ¶
func (v NullableIpv6AddressRange) MarshalJSON() ([]byte, error)
func (*NullableIpv6AddressRange) Set ¶
func (v *NullableIpv6AddressRange) Set(val *Ipv6AddressRange)
func (*NullableIpv6AddressRange) UnmarshalJSON ¶
func (v *NullableIpv6AddressRange) UnmarshalJSON(src []byte) error
func (*NullableIpv6AddressRange) Unset ¶
func (v *NullableIpv6AddressRange) Unset()
type NullableLocal2dPointUncertaintyEllipse ¶
type NullableLocal2dPointUncertaintyEllipse struct {
// contains filtered or unexported fields
}
func NewNullableLocal2dPointUncertaintyEllipse ¶
func NewNullableLocal2dPointUncertaintyEllipse(val *Local2dPointUncertaintyEllipse) *NullableLocal2dPointUncertaintyEllipse
func (NullableLocal2dPointUncertaintyEllipse) Get ¶
func (v NullableLocal2dPointUncertaintyEllipse) Get() *Local2dPointUncertaintyEllipse
func (NullableLocal2dPointUncertaintyEllipse) IsSet ¶
func (v NullableLocal2dPointUncertaintyEllipse) IsSet() bool
func (NullableLocal2dPointUncertaintyEllipse) MarshalJSON ¶
func (v NullableLocal2dPointUncertaintyEllipse) MarshalJSON() ([]byte, error)
func (*NullableLocal2dPointUncertaintyEllipse) Set ¶
func (v *NullableLocal2dPointUncertaintyEllipse) Set(val *Local2dPointUncertaintyEllipse)
func (*NullableLocal2dPointUncertaintyEllipse) UnmarshalJSON ¶
func (v *NullableLocal2dPointUncertaintyEllipse) UnmarshalJSON(src []byte) error
func (*NullableLocal2dPointUncertaintyEllipse) Unset ¶
func (v *NullableLocal2dPointUncertaintyEllipse) Unset()
type NullableLocal2dPointUncertaintyEllipseAllOf ¶
type NullableLocal2dPointUncertaintyEllipseAllOf struct {
// contains filtered or unexported fields
}
func NewNullableLocal2dPointUncertaintyEllipseAllOf ¶
func NewNullableLocal2dPointUncertaintyEllipseAllOf(val *Local2dPointUncertaintyEllipseAllOf) *NullableLocal2dPointUncertaintyEllipseAllOf
func (NullableLocal2dPointUncertaintyEllipseAllOf) IsSet ¶
func (v NullableLocal2dPointUncertaintyEllipseAllOf) IsSet() bool
func (NullableLocal2dPointUncertaintyEllipseAllOf) MarshalJSON ¶
func (v NullableLocal2dPointUncertaintyEllipseAllOf) MarshalJSON() ([]byte, error)
func (*NullableLocal2dPointUncertaintyEllipseAllOf) Set ¶
func (v *NullableLocal2dPointUncertaintyEllipseAllOf) Set(val *Local2dPointUncertaintyEllipseAllOf)
func (*NullableLocal2dPointUncertaintyEllipseAllOf) UnmarshalJSON ¶
func (v *NullableLocal2dPointUncertaintyEllipseAllOf) UnmarshalJSON(src []byte) error
func (*NullableLocal2dPointUncertaintyEllipseAllOf) Unset ¶
func (v *NullableLocal2dPointUncertaintyEllipseAllOf) Unset()
type NullableLocal3dPointUncertaintyEllipsoid ¶
type NullableLocal3dPointUncertaintyEllipsoid struct {
// contains filtered or unexported fields
}
func NewNullableLocal3dPointUncertaintyEllipsoid ¶
func NewNullableLocal3dPointUncertaintyEllipsoid(val *Local3dPointUncertaintyEllipsoid) *NullableLocal3dPointUncertaintyEllipsoid
func (NullableLocal3dPointUncertaintyEllipsoid) IsSet ¶
func (v NullableLocal3dPointUncertaintyEllipsoid) IsSet() bool
func (NullableLocal3dPointUncertaintyEllipsoid) MarshalJSON ¶
func (v NullableLocal3dPointUncertaintyEllipsoid) MarshalJSON() ([]byte, error)
func (*NullableLocal3dPointUncertaintyEllipsoid) Set ¶
func (v *NullableLocal3dPointUncertaintyEllipsoid) Set(val *Local3dPointUncertaintyEllipsoid)
func (*NullableLocal3dPointUncertaintyEllipsoid) UnmarshalJSON ¶
func (v *NullableLocal3dPointUncertaintyEllipsoid) UnmarshalJSON(src []byte) error
func (*NullableLocal3dPointUncertaintyEllipsoid) Unset ¶
func (v *NullableLocal3dPointUncertaintyEllipsoid) Unset()
type NullableLocal3dPointUncertaintyEllipsoidAllOf ¶
type NullableLocal3dPointUncertaintyEllipsoidAllOf struct {
// contains filtered or unexported fields
}
func NewNullableLocal3dPointUncertaintyEllipsoidAllOf ¶
func NewNullableLocal3dPointUncertaintyEllipsoidAllOf(val *Local3dPointUncertaintyEllipsoidAllOf) *NullableLocal3dPointUncertaintyEllipsoidAllOf
func (NullableLocal3dPointUncertaintyEllipsoidAllOf) IsSet ¶
func (v NullableLocal3dPointUncertaintyEllipsoidAllOf) IsSet() bool
func (NullableLocal3dPointUncertaintyEllipsoidAllOf) MarshalJSON ¶
func (v NullableLocal3dPointUncertaintyEllipsoidAllOf) MarshalJSON() ([]byte, error)
func (*NullableLocal3dPointUncertaintyEllipsoidAllOf) Set ¶
func (v *NullableLocal3dPointUncertaintyEllipsoidAllOf) Set(val *Local3dPointUncertaintyEllipsoidAllOf)
func (*NullableLocal3dPointUncertaintyEllipsoidAllOf) UnmarshalJSON ¶
func (v *NullableLocal3dPointUncertaintyEllipsoidAllOf) UnmarshalJSON(src []byte) error
func (*NullableLocal3dPointUncertaintyEllipsoidAllOf) Unset ¶
func (v *NullableLocal3dPointUncertaintyEllipsoidAllOf) Unset()
type NullableLocalOrigin ¶
type NullableLocalOrigin struct {
// contains filtered or unexported fields
}
func NewNullableLocalOrigin ¶
func NewNullableLocalOrigin(val *LocalOrigin) *NullableLocalOrigin
func (NullableLocalOrigin) Get ¶
func (v NullableLocalOrigin) Get() *LocalOrigin
func (NullableLocalOrigin) IsSet ¶
func (v NullableLocalOrigin) IsSet() bool
func (NullableLocalOrigin) MarshalJSON ¶
func (v NullableLocalOrigin) MarshalJSON() ([]byte, error)
func (*NullableLocalOrigin) Set ¶
func (v *NullableLocalOrigin) Set(val *LocalOrigin)
func (*NullableLocalOrigin) UnmarshalJSON ¶
func (v *NullableLocalOrigin) UnmarshalJSON(src []byte) error
func (*NullableLocalOrigin) Unset ¶
func (v *NullableLocalOrigin) Unset()
type NullableLog ¶
type NullableLog struct {
// contains filtered or unexported fields
}
func NewNullableLog ¶
func NewNullableLog(val *Log) *NullableLog
func (NullableLog) Get ¶
func (v NullableLog) Get() *Log
func (NullableLog) IsSet ¶
func (v NullableLog) IsSet() bool
func (NullableLog) MarshalJSON ¶
func (v NullableLog) MarshalJSON() ([]byte, error)
func (*NullableLog) Set ¶
func (v *NullableLog) Set(val *Log)
func (*NullableLog) UnmarshalJSON ¶
func (v *NullableLog) UnmarshalJSON(src []byte) error
func (*NullableLog) Unset ¶
func (v *NullableLog) Unset()
type NullableNotificationFlag ¶
type NullableNotificationFlag struct {
// contains filtered or unexported fields
}
func NewNullableNotificationFlag ¶
func NewNullableNotificationFlag(val *NotificationFlag) *NullableNotificationFlag
func (NullableNotificationFlag) Get ¶
func (v NullableNotificationFlag) Get() *NotificationFlag
func (NullableNotificationFlag) IsSet ¶
func (v NullableNotificationFlag) IsSet() bool
func (NullableNotificationFlag) MarshalJSON ¶
func (v NullableNotificationFlag) MarshalJSON() ([]byte, error)
func (*NullableNotificationFlag) Set ¶
func (v *NullableNotificationFlag) Set(val *NotificationFlag)
func (*NullableNotificationFlag) UnmarshalJSON ¶
func (v *NullableNotificationFlag) UnmarshalJSON(src []byte) error
func (*NullableNotificationFlag) Unset ¶
func (v *NullableNotificationFlag) Unset()
type NullableNotificationMethod ¶
type NullableNotificationMethod struct {
// contains filtered or unexported fields
}
func NewNullableNotificationMethod ¶
func NewNullableNotificationMethod(val *NotificationMethod) *NullableNotificationMethod
func (NullableNotificationMethod) Get ¶
func (v NullableNotificationMethod) Get() *NotificationMethod
func (NullableNotificationMethod) IsSet ¶
func (v NullableNotificationMethod) IsSet() bool
func (NullableNotificationMethod) MarshalJSON ¶
func (v NullableNotificationMethod) MarshalJSON() ([]byte, error)
func (*NullableNotificationMethod) Set ¶
func (v *NullableNotificationMethod) Set(val *NotificationMethod)
func (*NullableNotificationMethod) UnmarshalJSON ¶
func (v *NullableNotificationMethod) UnmarshalJSON(src []byte) error
func (*NullableNotificationMethod) Unset ¶
func (v *NullableNotificationMethod) Unset()
type NullableOperation ¶
type NullableOperation struct {
// contains filtered or unexported fields
}
func NewNullableOperation ¶
func NewNullableOperation(val *Operation) *NullableOperation
func (NullableOperation) Get ¶
func (v NullableOperation) Get() *Operation
func (NullableOperation) IsSet ¶
func (v NullableOperation) IsSet() bool
func (NullableOperation) MarshalJSON ¶
func (v NullableOperation) MarshalJSON() ([]byte, error)
func (*NullableOperation) Set ¶
func (v *NullableOperation) Set(val *Operation)
func (*NullableOperation) UnmarshalJSON ¶
func (v *NullableOperation) UnmarshalJSON(src []byte) error
func (*NullableOperation) Unset ¶
func (v *NullableOperation) Unset()
type NullablePartitioningCriteria ¶
type NullablePartitioningCriteria struct {
// contains filtered or unexported fields
}
func NewNullablePartitioningCriteria ¶
func NewNullablePartitioningCriteria(val *PartitioningCriteria) *NullablePartitioningCriteria
func (NullablePartitioningCriteria) Get ¶
func (v NullablePartitioningCriteria) Get() *PartitioningCriteria
func (NullablePartitioningCriteria) IsSet ¶
func (v NullablePartitioningCriteria) IsSet() bool
func (NullablePartitioningCriteria) MarshalJSON ¶
func (v NullablePartitioningCriteria) MarshalJSON() ([]byte, error)
func (*NullablePartitioningCriteria) Set ¶
func (v *NullablePartitioningCriteria) Set(val *PartitioningCriteria)
func (*NullablePartitioningCriteria) UnmarshalJSON ¶
func (v *NullablePartitioningCriteria) UnmarshalJSON(src []byte) error
func (*NullablePartitioningCriteria) Unset ¶
func (v *NullablePartitioningCriteria) Unset()
type NullablePoint ¶
type NullablePoint struct {
// contains filtered or unexported fields
}
func NewNullablePoint ¶
func NewNullablePoint(val *Point) *NullablePoint
func (NullablePoint) Get ¶
func (v NullablePoint) Get() *Point
func (NullablePoint) IsSet ¶
func (v NullablePoint) IsSet() bool
func (NullablePoint) MarshalJSON ¶
func (v NullablePoint) MarshalJSON() ([]byte, error)
func (*NullablePoint) Set ¶
func (v *NullablePoint) Set(val *Point)
func (*NullablePoint) UnmarshalJSON ¶
func (v *NullablePoint) UnmarshalJSON(src []byte) error
func (*NullablePoint) Unset ¶
func (v *NullablePoint) Unset()
type NullablePointAllOf ¶
type NullablePointAllOf struct {
// contains filtered or unexported fields
}
func NewNullablePointAllOf ¶
func NewNullablePointAllOf(val *PointAllOf) *NullablePointAllOf
func (NullablePointAllOf) Get ¶
func (v NullablePointAllOf) Get() *PointAllOf
func (NullablePointAllOf) IsSet ¶
func (v NullablePointAllOf) IsSet() bool
func (NullablePointAllOf) MarshalJSON ¶
func (v NullablePointAllOf) MarshalJSON() ([]byte, error)
func (*NullablePointAllOf) Set ¶
func (v *NullablePointAllOf) Set(val *PointAllOf)
func (*NullablePointAllOf) UnmarshalJSON ¶
func (v *NullablePointAllOf) UnmarshalJSON(src []byte) error
func (*NullablePointAllOf) Unset ¶
func (v *NullablePointAllOf) Unset()
type NullablePointAltitude ¶
type NullablePointAltitude struct {
// contains filtered or unexported fields
}
func NewNullablePointAltitude ¶
func NewNullablePointAltitude(val *PointAltitude) *NullablePointAltitude
func (NullablePointAltitude) Get ¶
func (v NullablePointAltitude) Get() *PointAltitude
func (NullablePointAltitude) IsSet ¶
func (v NullablePointAltitude) IsSet() bool
func (NullablePointAltitude) MarshalJSON ¶
func (v NullablePointAltitude) MarshalJSON() ([]byte, error)
func (*NullablePointAltitude) Set ¶
func (v *NullablePointAltitude) Set(val *PointAltitude)
func (*NullablePointAltitude) UnmarshalJSON ¶
func (v *NullablePointAltitude) UnmarshalJSON(src []byte) error
func (*NullablePointAltitude) Unset ¶
func (v *NullablePointAltitude) Unset()
type NullablePointAltitudeAllOf ¶
type NullablePointAltitudeAllOf struct {
// contains filtered or unexported fields
}
func NewNullablePointAltitudeAllOf ¶
func NewNullablePointAltitudeAllOf(val *PointAltitudeAllOf) *NullablePointAltitudeAllOf
func (NullablePointAltitudeAllOf) Get ¶
func (v NullablePointAltitudeAllOf) Get() *PointAltitudeAllOf
func (NullablePointAltitudeAllOf) IsSet ¶
func (v NullablePointAltitudeAllOf) IsSet() bool
func (NullablePointAltitudeAllOf) MarshalJSON ¶
func (v NullablePointAltitudeAllOf) MarshalJSON() ([]byte, error)
func (*NullablePointAltitudeAllOf) Set ¶
func (v *NullablePointAltitudeAllOf) Set(val *PointAltitudeAllOf)
func (*NullablePointAltitudeAllOf) UnmarshalJSON ¶
func (v *NullablePointAltitudeAllOf) UnmarshalJSON(src []byte) error
func (*NullablePointAltitudeAllOf) Unset ¶
func (v *NullablePointAltitudeAllOf) Unset()
type NullablePointAltitudeUncertainty ¶
type NullablePointAltitudeUncertainty struct {
// contains filtered or unexported fields
}
func NewNullablePointAltitudeUncertainty ¶
func NewNullablePointAltitudeUncertainty(val *PointAltitudeUncertainty) *NullablePointAltitudeUncertainty
func (NullablePointAltitudeUncertainty) Get ¶
func (v NullablePointAltitudeUncertainty) Get() *PointAltitudeUncertainty
func (NullablePointAltitudeUncertainty) IsSet ¶
func (v NullablePointAltitudeUncertainty) IsSet() bool
func (NullablePointAltitudeUncertainty) MarshalJSON ¶
func (v NullablePointAltitudeUncertainty) MarshalJSON() ([]byte, error)
func (*NullablePointAltitudeUncertainty) Set ¶
func (v *NullablePointAltitudeUncertainty) Set(val *PointAltitudeUncertainty)
func (*NullablePointAltitudeUncertainty) UnmarshalJSON ¶
func (v *NullablePointAltitudeUncertainty) UnmarshalJSON(src []byte) error
func (*NullablePointAltitudeUncertainty) Unset ¶
func (v *NullablePointAltitudeUncertainty) Unset()
type NullablePointAltitudeUncertaintyAllOf ¶
type NullablePointAltitudeUncertaintyAllOf struct {
// contains filtered or unexported fields
}
func NewNullablePointAltitudeUncertaintyAllOf ¶
func NewNullablePointAltitudeUncertaintyAllOf(val *PointAltitudeUncertaintyAllOf) *NullablePointAltitudeUncertaintyAllOf
func (NullablePointAltitudeUncertaintyAllOf) Get ¶
func (v NullablePointAltitudeUncertaintyAllOf) Get() *PointAltitudeUncertaintyAllOf
func (NullablePointAltitudeUncertaintyAllOf) IsSet ¶
func (v NullablePointAltitudeUncertaintyAllOf) IsSet() bool
func (NullablePointAltitudeUncertaintyAllOf) MarshalJSON ¶
func (v NullablePointAltitudeUncertaintyAllOf) MarshalJSON() ([]byte, error)
func (*NullablePointAltitudeUncertaintyAllOf) Set ¶
func (v *NullablePointAltitudeUncertaintyAllOf) Set(val *PointAltitudeUncertaintyAllOf)
func (*NullablePointAltitudeUncertaintyAllOf) UnmarshalJSON ¶
func (v *NullablePointAltitudeUncertaintyAllOf) UnmarshalJSON(src []byte) error
func (*NullablePointAltitudeUncertaintyAllOf) Unset ¶
func (v *NullablePointAltitudeUncertaintyAllOf) Unset()
type NullablePointUncertaintyCircle ¶
type NullablePointUncertaintyCircle struct {
// contains filtered or unexported fields
}
func NewNullablePointUncertaintyCircle ¶
func NewNullablePointUncertaintyCircle(val *PointUncertaintyCircle) *NullablePointUncertaintyCircle
func (NullablePointUncertaintyCircle) Get ¶
func (v NullablePointUncertaintyCircle) Get() *PointUncertaintyCircle
func (NullablePointUncertaintyCircle) IsSet ¶
func (v NullablePointUncertaintyCircle) IsSet() bool
func (NullablePointUncertaintyCircle) MarshalJSON ¶
func (v NullablePointUncertaintyCircle) MarshalJSON() ([]byte, error)
func (*NullablePointUncertaintyCircle) Set ¶
func (v *NullablePointUncertaintyCircle) Set(val *PointUncertaintyCircle)
func (*NullablePointUncertaintyCircle) UnmarshalJSON ¶
func (v *NullablePointUncertaintyCircle) UnmarshalJSON(src []byte) error
func (*NullablePointUncertaintyCircle) Unset ¶
func (v *NullablePointUncertaintyCircle) Unset()
type NullablePointUncertaintyCircleAllOf ¶
type NullablePointUncertaintyCircleAllOf struct {
// contains filtered or unexported fields
}
func NewNullablePointUncertaintyCircleAllOf ¶
func NewNullablePointUncertaintyCircleAllOf(val *PointUncertaintyCircleAllOf) *NullablePointUncertaintyCircleAllOf
func (NullablePointUncertaintyCircleAllOf) Get ¶
func (v NullablePointUncertaintyCircleAllOf) Get() *PointUncertaintyCircleAllOf
func (NullablePointUncertaintyCircleAllOf) IsSet ¶
func (v NullablePointUncertaintyCircleAllOf) IsSet() bool
func (NullablePointUncertaintyCircleAllOf) MarshalJSON ¶
func (v NullablePointUncertaintyCircleAllOf) MarshalJSON() ([]byte, error)
func (*NullablePointUncertaintyCircleAllOf) Set ¶
func (v *NullablePointUncertaintyCircleAllOf) Set(val *PointUncertaintyCircleAllOf)
func (*NullablePointUncertaintyCircleAllOf) UnmarshalJSON ¶
func (v *NullablePointUncertaintyCircleAllOf) UnmarshalJSON(src []byte) error
func (*NullablePointUncertaintyCircleAllOf) Unset ¶
func (v *NullablePointUncertaintyCircleAllOf) Unset()
type NullablePointUncertaintyEllipse ¶
type NullablePointUncertaintyEllipse struct {
// contains filtered or unexported fields
}
func NewNullablePointUncertaintyEllipse ¶
func NewNullablePointUncertaintyEllipse(val *PointUncertaintyEllipse) *NullablePointUncertaintyEllipse
func (NullablePointUncertaintyEllipse) Get ¶
func (v NullablePointUncertaintyEllipse) Get() *PointUncertaintyEllipse
func (NullablePointUncertaintyEllipse) IsSet ¶
func (v NullablePointUncertaintyEllipse) IsSet() bool
func (NullablePointUncertaintyEllipse) MarshalJSON ¶
func (v NullablePointUncertaintyEllipse) MarshalJSON() ([]byte, error)
func (*NullablePointUncertaintyEllipse) Set ¶
func (v *NullablePointUncertaintyEllipse) Set(val *PointUncertaintyEllipse)
func (*NullablePointUncertaintyEllipse) UnmarshalJSON ¶
func (v *NullablePointUncertaintyEllipse) UnmarshalJSON(src []byte) error
func (*NullablePointUncertaintyEllipse) Unset ¶
func (v *NullablePointUncertaintyEllipse) Unset()
type NullablePointUncertaintyEllipseAllOf ¶
type NullablePointUncertaintyEllipseAllOf struct {
// contains filtered or unexported fields
}
func NewNullablePointUncertaintyEllipseAllOf ¶
func NewNullablePointUncertaintyEllipseAllOf(val *PointUncertaintyEllipseAllOf) *NullablePointUncertaintyEllipseAllOf
func (NullablePointUncertaintyEllipseAllOf) Get ¶
func (v NullablePointUncertaintyEllipseAllOf) Get() *PointUncertaintyEllipseAllOf
func (NullablePointUncertaintyEllipseAllOf) IsSet ¶
func (v NullablePointUncertaintyEllipseAllOf) IsSet() bool
func (NullablePointUncertaintyEllipseAllOf) MarshalJSON ¶
func (v NullablePointUncertaintyEllipseAllOf) MarshalJSON() ([]byte, error)
func (*NullablePointUncertaintyEllipseAllOf) Set ¶
func (v *NullablePointUncertaintyEllipseAllOf) Set(val *PointUncertaintyEllipseAllOf)
func (*NullablePointUncertaintyEllipseAllOf) UnmarshalJSON ¶
func (v *NullablePointUncertaintyEllipseAllOf) UnmarshalJSON(src []byte) error
func (*NullablePointUncertaintyEllipseAllOf) Unset ¶
func (v *NullablePointUncertaintyEllipseAllOf) Unset()
type NullablePolygon ¶
type NullablePolygon struct {
// contains filtered or unexported fields
}
func NewNullablePolygon ¶
func NewNullablePolygon(val *Polygon) *NullablePolygon
func (NullablePolygon) Get ¶
func (v NullablePolygon) Get() *Polygon
func (NullablePolygon) IsSet ¶
func (v NullablePolygon) IsSet() bool
func (NullablePolygon) MarshalJSON ¶
func (v NullablePolygon) MarshalJSON() ([]byte, error)
func (*NullablePolygon) Set ¶
func (v *NullablePolygon) Set(val *Polygon)
func (*NullablePolygon) UnmarshalJSON ¶
func (v *NullablePolygon) UnmarshalJSON(src []byte) error
func (*NullablePolygon) Unset ¶
func (v *NullablePolygon) Unset()
type NullablePolygonAllOf ¶
type NullablePolygonAllOf struct {
// contains filtered or unexported fields
}
func NewNullablePolygonAllOf ¶
func NewNullablePolygonAllOf(val *PolygonAllOf) *NullablePolygonAllOf
func (NullablePolygonAllOf) Get ¶
func (v NullablePolygonAllOf) Get() *PolygonAllOf
func (NullablePolygonAllOf) IsSet ¶
func (v NullablePolygonAllOf) IsSet() bool
func (NullablePolygonAllOf) MarshalJSON ¶
func (v NullablePolygonAllOf) MarshalJSON() ([]byte, error)
func (*NullablePolygonAllOf) Set ¶
func (v *NullablePolygonAllOf) Set(val *PolygonAllOf)
func (*NullablePolygonAllOf) UnmarshalJSON ¶
func (v *NullablePolygonAllOf) UnmarshalJSON(src []byte) error
func (*NullablePolygonAllOf) Unset ¶
func (v *NullablePolygonAllOf) Unset()
type NullableProblemDetails ¶
type NullableProblemDetails struct {
// contains filtered or unexported fields
}
func NewNullableProblemDetails ¶
func NewNullableProblemDetails(val *ProblemDetails) *NullableProblemDetails
func (NullableProblemDetails) Get ¶
func (v NullableProblemDetails) Get() *ProblemDetails
func (NullableProblemDetails) IsSet ¶
func (v NullableProblemDetails) IsSet() bool
func (NullableProblemDetails) MarshalJSON ¶
func (v NullableProblemDetails) MarshalJSON() ([]byte, error)
func (*NullableProblemDetails) Set ¶
func (v *NullableProblemDetails) Set(val *ProblemDetails)
func (*NullableProblemDetails) UnmarshalJSON ¶
func (v *NullableProblemDetails) UnmarshalJSON(src []byte) error
func (*NullableProblemDetails) Unset ¶
func (v *NullableProblemDetails) Unset()
type NullableProtocol ¶
type NullableProtocol struct {
// contains filtered or unexported fields
}
func NewNullableProtocol ¶
func NewNullableProtocol(val *Protocol) *NullableProtocol
func (NullableProtocol) Get ¶
func (v NullableProtocol) Get() *Protocol
func (NullableProtocol) IsSet ¶
func (v NullableProtocol) IsSet() bool
func (NullableProtocol) MarshalJSON ¶
func (v NullableProtocol) MarshalJSON() ([]byte, error)
func (*NullableProtocol) Set ¶
func (v *NullableProtocol) Set(val *Protocol)
func (*NullableProtocol) UnmarshalJSON ¶
func (v *NullableProtocol) UnmarshalJSON(src []byte) error
func (*NullableProtocol) Unset ¶
func (v *NullableProtocol) Unset()
type NullablePublishedApiPath ¶
type NullablePublishedApiPath struct {
// contains filtered or unexported fields
}
func NewNullablePublishedApiPath ¶
func NewNullablePublishedApiPath(val *PublishedApiPath) *NullablePublishedApiPath
func (NullablePublishedApiPath) Get ¶
func (v NullablePublishedApiPath) Get() *PublishedApiPath
func (NullablePublishedApiPath) IsSet ¶
func (v NullablePublishedApiPath) IsSet() bool
func (NullablePublishedApiPath) MarshalJSON ¶
func (v NullablePublishedApiPath) MarshalJSON() ([]byte, error)
func (*NullablePublishedApiPath) Set ¶
func (v *NullablePublishedApiPath) Set(val *PublishedApiPath)
func (*NullablePublishedApiPath) UnmarshalJSON ¶
func (v *NullablePublishedApiPath) UnmarshalJSON(src []byte) error
func (*NullablePublishedApiPath) Unset ¶
func (v *NullablePublishedApiPath) Unset()
type NullableRelativeCartesianLocation ¶
type NullableRelativeCartesianLocation struct {
// contains filtered or unexported fields
}
func NewNullableRelativeCartesianLocation ¶
func NewNullableRelativeCartesianLocation(val *RelativeCartesianLocation) *NullableRelativeCartesianLocation
func (NullableRelativeCartesianLocation) Get ¶
func (v NullableRelativeCartesianLocation) Get() *RelativeCartesianLocation
func (NullableRelativeCartesianLocation) IsSet ¶
func (v NullableRelativeCartesianLocation) IsSet() bool
func (NullableRelativeCartesianLocation) MarshalJSON ¶
func (v NullableRelativeCartesianLocation) MarshalJSON() ([]byte, error)
func (*NullableRelativeCartesianLocation) Set ¶
func (v *NullableRelativeCartesianLocation) Set(val *RelativeCartesianLocation)
func (*NullableRelativeCartesianLocation) UnmarshalJSON ¶
func (v *NullableRelativeCartesianLocation) UnmarshalJSON(src []byte) error
func (*NullableRelativeCartesianLocation) Unset ¶
func (v *NullableRelativeCartesianLocation) Unset()
type NullableReportingInformation ¶
type NullableReportingInformation struct {
// contains filtered or unexported fields
}
func NewNullableReportingInformation ¶
func NewNullableReportingInformation(val *ReportingInformation) *NullableReportingInformation
func (NullableReportingInformation) Get ¶
func (v NullableReportingInformation) Get() *ReportingInformation
func (NullableReportingInformation) IsSet ¶
func (v NullableReportingInformation) IsSet() bool
func (NullableReportingInformation) MarshalJSON ¶
func (v NullableReportingInformation) MarshalJSON() ([]byte, error)
func (*NullableReportingInformation) Set ¶
func (v *NullableReportingInformation) Set(val *ReportingInformation)
func (*NullableReportingInformation) UnmarshalJSON ¶
func (v *NullableReportingInformation) UnmarshalJSON(src []byte) error
func (*NullableReportingInformation) Unset ¶
func (v *NullableReportingInformation) Unset()
type NullableResource ¶
type NullableResource struct {
// contains filtered or unexported fields
}
func NewNullableResource ¶
func NewNullableResource(val *Resource) *NullableResource
func (NullableResource) Get ¶
func (v NullableResource) Get() *Resource
func (NullableResource) IsSet ¶
func (v NullableResource) IsSet() bool
func (NullableResource) MarshalJSON ¶
func (v NullableResource) MarshalJSON() ([]byte, error)
func (*NullableResource) Set ¶
func (v *NullableResource) Set(val *Resource)
func (*NullableResource) UnmarshalJSON ¶
func (v *NullableResource) UnmarshalJSON(src []byte) error
func (*NullableResource) Unset ¶
func (v *NullableResource) Unset()
type NullableRoutingRule ¶
type NullableRoutingRule struct {
// contains filtered or unexported fields
}
func NewNullableRoutingRule ¶
func NewNullableRoutingRule(val *RoutingRule) *NullableRoutingRule
func (NullableRoutingRule) Get ¶
func (v NullableRoutingRule) Get() *RoutingRule
func (NullableRoutingRule) IsSet ¶
func (v NullableRoutingRule) IsSet() bool
func (NullableRoutingRule) MarshalJSON ¶
func (v NullableRoutingRule) MarshalJSON() ([]byte, error)
func (*NullableRoutingRule) Set ¶
func (v *NullableRoutingRule) Set(val *RoutingRule)
func (*NullableRoutingRule) UnmarshalJSON ¶
func (v *NullableRoutingRule) UnmarshalJSON(src []byte) error
func (*NullableRoutingRule) Unset ¶
func (v *NullableRoutingRule) Unset()
type NullableSecurityMethod ¶
type NullableSecurityMethod struct {
// contains filtered or unexported fields
}
func NewNullableSecurityMethod ¶
func NewNullableSecurityMethod(val *SecurityMethod) *NullableSecurityMethod
func (NullableSecurityMethod) Get ¶
func (v NullableSecurityMethod) Get() *SecurityMethod
func (NullableSecurityMethod) IsSet ¶
func (v NullableSecurityMethod) IsSet() bool
func (NullableSecurityMethod) MarshalJSON ¶
func (v NullableSecurityMethod) MarshalJSON() ([]byte, error)
func (*NullableSecurityMethod) Set ¶
func (v *NullableSecurityMethod) Set(val *SecurityMethod)
func (*NullableSecurityMethod) UnmarshalJSON ¶
func (v *NullableSecurityMethod) UnmarshalJSON(src []byte) error
func (*NullableSecurityMethod) Unset ¶
func (v *NullableSecurityMethod) Unset()
type NullableServiceAPIDescription ¶
type NullableServiceAPIDescription struct {
// contains filtered or unexported fields
}
func NewNullableServiceAPIDescription ¶
func NewNullableServiceAPIDescription(val *ServiceAPIDescription) *NullableServiceAPIDescription
func (NullableServiceAPIDescription) Get ¶
func (v NullableServiceAPIDescription) Get() *ServiceAPIDescription
func (NullableServiceAPIDescription) IsSet ¶
func (v NullableServiceAPIDescription) IsSet() bool
func (NullableServiceAPIDescription) MarshalJSON ¶
func (v NullableServiceAPIDescription) MarshalJSON() ([]byte, error)
func (*NullableServiceAPIDescription) Set ¶
func (v *NullableServiceAPIDescription) Set(val *ServiceAPIDescription)
func (*NullableServiceAPIDescription) UnmarshalJSON ¶
func (v *NullableServiceAPIDescription) UnmarshalJSON(src []byte) error
func (*NullableServiceAPIDescription) Unset ¶
func (v *NullableServiceAPIDescription) Unset()
type NullableShareableInformation ¶
type NullableShareableInformation struct {
// contains filtered or unexported fields
}
func NewNullableShareableInformation ¶
func NewNullableShareableInformation(val *ShareableInformation) *NullableShareableInformation
func (NullableShareableInformation) Get ¶
func (v NullableShareableInformation) Get() *ShareableInformation
func (NullableShareableInformation) IsSet ¶
func (v NullableShareableInformation) IsSet() bool
func (NullableShareableInformation) MarshalJSON ¶
func (v NullableShareableInformation) MarshalJSON() ([]byte, error)
func (*NullableShareableInformation) Set ¶
func (v *NullableShareableInformation) Set(val *ShareableInformation)
func (*NullableShareableInformation) UnmarshalJSON ¶
func (v *NullableShareableInformation) UnmarshalJSON(src []byte) error
func (*NullableShareableInformation) Unset ¶
func (v *NullableShareableInformation) Unset()
type NullableString ¶
type NullableString struct {
// contains filtered or unexported fields
}
func NewNullableString ¶
func NewNullableString(val *string) *NullableString
func (NullableString) Get ¶
func (v NullableString) Get() *string
func (NullableString) IsSet ¶
func (v NullableString) IsSet() bool
func (NullableString) MarshalJSON ¶
func (v NullableString) MarshalJSON() ([]byte, error)
func (*NullableString) Set ¶
func (v *NullableString) Set(val *string)
func (*NullableString) UnmarshalJSON ¶
func (v *NullableString) UnmarshalJSON(src []byte) error
func (*NullableString) Unset ¶
func (v *NullableString) Unset()
type NullableSupportedGADShapes ¶
type NullableSupportedGADShapes struct {
// contains filtered or unexported fields
}
func NewNullableSupportedGADShapes ¶
func NewNullableSupportedGADShapes(val *SupportedGADShapes) *NullableSupportedGADShapes
func (NullableSupportedGADShapes) Get ¶
func (v NullableSupportedGADShapes) Get() *SupportedGADShapes
func (NullableSupportedGADShapes) IsSet ¶
func (v NullableSupportedGADShapes) IsSet() bool
func (NullableSupportedGADShapes) MarshalJSON ¶
func (v NullableSupportedGADShapes) MarshalJSON() ([]byte, error)
func (*NullableSupportedGADShapes) Set ¶
func (v *NullableSupportedGADShapes) Set(val *SupportedGADShapes)
func (*NullableSupportedGADShapes) UnmarshalJSON ¶
func (v *NullableSupportedGADShapes) UnmarshalJSON(src []byte) error
func (*NullableSupportedGADShapes) Unset ¶
func (v *NullableSupportedGADShapes) Unset()
type NullableTime ¶
type NullableTime struct {
// contains filtered or unexported fields
}
func NewNullableTime ¶
func NewNullableTime(val *time.Time) *NullableTime
func (NullableTime) Get ¶
func (v NullableTime) Get() *time.Time
func (NullableTime) IsSet ¶
func (v NullableTime) IsSet() bool
func (NullableTime) MarshalJSON ¶
func (v NullableTime) MarshalJSON() ([]byte, error)
func (*NullableTime) Set ¶
func (v *NullableTime) Set(val *time.Time)
func (*NullableTime) UnmarshalJSON ¶
func (v *NullableTime) UnmarshalJSON(src []byte) error
func (*NullableTime) Unset ¶
func (v *NullableTime) Unset()
type NullableTimeRangeList ¶
type NullableTimeRangeList struct {
// contains filtered or unexported fields
}
func NewNullableTimeRangeList ¶
func NewNullableTimeRangeList(val *TimeRangeList) *NullableTimeRangeList
func (NullableTimeRangeList) Get ¶
func (v NullableTimeRangeList) Get() *TimeRangeList
func (NullableTimeRangeList) IsSet ¶
func (v NullableTimeRangeList) IsSet() bool
func (NullableTimeRangeList) MarshalJSON ¶
func (v NullableTimeRangeList) MarshalJSON() ([]byte, error)
func (*NullableTimeRangeList) Set ¶
func (v *NullableTimeRangeList) Set(val *TimeRangeList)
func (*NullableTimeRangeList) UnmarshalJSON ¶
func (v *NullableTimeRangeList) UnmarshalJSON(src []byte) error
func (*NullableTimeRangeList) Unset ¶
func (v *NullableTimeRangeList) Unset()
type NullableTopologyHiding ¶
type NullableTopologyHiding struct {
// contains filtered or unexported fields
}
func NewNullableTopologyHiding ¶
func NewNullableTopologyHiding(val *TopologyHiding) *NullableTopologyHiding
func (NullableTopologyHiding) Get ¶
func (v NullableTopologyHiding) Get() *TopologyHiding
func (NullableTopologyHiding) IsSet ¶
func (v NullableTopologyHiding) IsSet() bool
func (NullableTopologyHiding) MarshalJSON ¶
func (v NullableTopologyHiding) MarshalJSON() ([]byte, error)
func (*NullableTopologyHiding) Set ¶
func (v *NullableTopologyHiding) Set(val *TopologyHiding)
func (*NullableTopologyHiding) UnmarshalJSON ¶
func (v *NullableTopologyHiding) UnmarshalJSON(src []byte) error
func (*NullableTopologyHiding) Unset ¶
func (v *NullableTopologyHiding) Unset()
type NullableUncertaintyEllipse ¶
type NullableUncertaintyEllipse struct {
// contains filtered or unexported fields
}
func NewNullableUncertaintyEllipse ¶
func NewNullableUncertaintyEllipse(val *UncertaintyEllipse) *NullableUncertaintyEllipse
func (NullableUncertaintyEllipse) Get ¶
func (v NullableUncertaintyEllipse) Get() *UncertaintyEllipse
func (NullableUncertaintyEllipse) IsSet ¶
func (v NullableUncertaintyEllipse) IsSet() bool
func (NullableUncertaintyEllipse) MarshalJSON ¶
func (v NullableUncertaintyEllipse) MarshalJSON() ([]byte, error)
func (*NullableUncertaintyEllipse) Set ¶
func (v *NullableUncertaintyEllipse) Set(val *UncertaintyEllipse)
func (*NullableUncertaintyEllipse) UnmarshalJSON ¶
func (v *NullableUncertaintyEllipse) UnmarshalJSON(src []byte) error
func (*NullableUncertaintyEllipse) Unset ¶
func (v *NullableUncertaintyEllipse) Unset()
type NullableUncertaintyEllipsoid ¶
type NullableUncertaintyEllipsoid struct {
// contains filtered or unexported fields
}
func NewNullableUncertaintyEllipsoid ¶
func NewNullableUncertaintyEllipsoid(val *UncertaintyEllipsoid) *NullableUncertaintyEllipsoid
func (NullableUncertaintyEllipsoid) Get ¶
func (v NullableUncertaintyEllipsoid) Get() *UncertaintyEllipsoid
func (NullableUncertaintyEllipsoid) IsSet ¶
func (v NullableUncertaintyEllipsoid) IsSet() bool
func (NullableUncertaintyEllipsoid) MarshalJSON ¶
func (v NullableUncertaintyEllipsoid) MarshalJSON() ([]byte, error)
func (*NullableUncertaintyEllipsoid) Set ¶
func (v *NullableUncertaintyEllipsoid) Set(val *UncertaintyEllipsoid)
func (*NullableUncertaintyEllipsoid) UnmarshalJSON ¶
func (v *NullableUncertaintyEllipsoid) UnmarshalJSON(src []byte) error
func (*NullableUncertaintyEllipsoid) Unset ¶
func (v *NullableUncertaintyEllipsoid) Unset()
type NullableVersion ¶
type NullableVersion struct {
// contains filtered or unexported fields
}
func NewNullableVersion ¶
func NewNullableVersion(val *Version) *NullableVersion
func (NullableVersion) Get ¶
func (v NullableVersion) Get() *Version
func (NullableVersion) IsSet ¶
func (v NullableVersion) IsSet() bool
func (NullableVersion) MarshalJSON ¶
func (v NullableVersion) MarshalJSON() ([]byte, error)
func (*NullableVersion) Set ¶
func (v *NullableVersion) Set(val *Version)
func (*NullableVersion) UnmarshalJSON ¶
func (v *NullableVersion) UnmarshalJSON(src []byte) error
func (*NullableVersion) Unset ¶
func (v *NullableVersion) Unset()
type NullableWebsockNotifConfig ¶
type NullableWebsockNotifConfig struct {
// contains filtered or unexported fields
}
func NewNullableWebsockNotifConfig ¶
func NewNullableWebsockNotifConfig(val *WebsockNotifConfig) *NullableWebsockNotifConfig
func (NullableWebsockNotifConfig) Get ¶
func (v NullableWebsockNotifConfig) Get() *WebsockNotifConfig
func (NullableWebsockNotifConfig) IsSet ¶
func (v NullableWebsockNotifConfig) IsSet() bool
func (NullableWebsockNotifConfig) MarshalJSON ¶
func (v NullableWebsockNotifConfig) MarshalJSON() ([]byte, error)
func (*NullableWebsockNotifConfig) Set ¶
func (v *NullableWebsockNotifConfig) Set(val *WebsockNotifConfig)
func (*NullableWebsockNotifConfig) UnmarshalJSON ¶
func (v *NullableWebsockNotifConfig) UnmarshalJSON(src []byte) error
func (*NullableWebsockNotifConfig) Unset ¶
func (v *NullableWebsockNotifConfig) Unset()
type Operation ¶
type Operation struct {
String *string
}
Operation Possible values are: - GET: HTTP GET method - POST: HTTP POST method - PUT: HTTP PUT method - PATCH: HTTP PATCH method - DELETE: HTTP DELETE method
func (*Operation) MarshalJSON ¶
Marshal data from the first non-nil pointers in the struct to JSON
func (*Operation) UnmarshalJSON ¶
Unmarshal JSON data into any of the pointers in the struct
type PartitioningCriteria ¶
type PartitioningCriteria struct {
String *string
}
PartitioningCriteria Possible values are: - \"TAC\": Type Allocation Code - \"SUBPLMN\": Subscriber PLMN ID - \"GEOAREA\": Geographical area, i.e. list(s) of TAI(s) - \"SNSSAI\": S-NSSAI - \"DNN\": DNN
func (*PartitioningCriteria) MarshalJSON ¶
func (src *PartitioningCriteria) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*PartitioningCriteria) UnmarshalJSON ¶
func (dst *PartitioningCriteria) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type Point ¶
type Point struct { GADShape Point GeographicalCoordinates `json:"point"` }
Point Ellipsoid Point.
func NewPoint ¶
func NewPoint(point GeographicalCoordinates, shape SupportedGADShapes) *Point
NewPoint instantiates a new Point object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPointWithDefaults ¶
func NewPointWithDefaults() *Point
NewPointWithDefaults instantiates a new Point object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Point) GetPoint ¶
func (o *Point) GetPoint() GeographicalCoordinates
GetPoint returns the Point field value
func (*Point) GetPointOk ¶
func (o *Point) GetPointOk() (*GeographicalCoordinates, bool)
GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.
func (Point) MarshalJSON ¶
func (*Point) SetPoint ¶
func (o *Point) SetPoint(v GeographicalCoordinates)
SetPoint sets field value
type PointAllOf ¶
type PointAllOf struct {
Point GeographicalCoordinates `json:"point"`
}
PointAllOf struct for PointAllOf
func NewPointAllOf ¶
func NewPointAllOf(point GeographicalCoordinates) *PointAllOf
NewPointAllOf instantiates a new PointAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPointAllOfWithDefaults ¶
func NewPointAllOfWithDefaults() *PointAllOf
NewPointAllOfWithDefaults instantiates a new PointAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PointAllOf) GetPoint ¶
func (o *PointAllOf) GetPoint() GeographicalCoordinates
GetPoint returns the Point field value
func (*PointAllOf) GetPointOk ¶
func (o *PointAllOf) GetPointOk() (*GeographicalCoordinates, bool)
GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.
func (PointAllOf) MarshalJSON ¶
func (o PointAllOf) MarshalJSON() ([]byte, error)
func (*PointAllOf) SetPoint ¶
func (o *PointAllOf) SetPoint(v GeographicalCoordinates)
SetPoint sets field value
func (PointAllOf) ToMap ¶
func (o PointAllOf) ToMap() (map[string]interface{}, error)
type PointAltitude ¶
type PointAltitude struct { GADShape Point GeographicalCoordinates `json:"point"` // Indicates value of altitude. Altitude float64 `json:"altitude"` }
PointAltitude Ellipsoid point with altitude.
func NewPointAltitude ¶
func NewPointAltitude(point GeographicalCoordinates, altitude float64, shape SupportedGADShapes) *PointAltitude
NewPointAltitude instantiates a new PointAltitude object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPointAltitudeWithDefaults ¶
func NewPointAltitudeWithDefaults() *PointAltitude
NewPointAltitudeWithDefaults instantiates a new PointAltitude object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PointAltitude) GetAltitude ¶
func (o *PointAltitude) GetAltitude() float64
GetAltitude returns the Altitude field value
func (*PointAltitude) GetAltitudeOk ¶
func (o *PointAltitude) GetAltitudeOk() (*float64, bool)
GetAltitudeOk returns a tuple with the Altitude field value and a boolean to check if the value has been set.
func (*PointAltitude) GetPoint ¶
func (o *PointAltitude) GetPoint() GeographicalCoordinates
GetPoint returns the Point field value
func (*PointAltitude) GetPointOk ¶
func (o *PointAltitude) GetPointOk() (*GeographicalCoordinates, bool)
GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.
func (PointAltitude) MarshalJSON ¶
func (o PointAltitude) MarshalJSON() ([]byte, error)
func (*PointAltitude) SetAltitude ¶
func (o *PointAltitude) SetAltitude(v float64)
SetAltitude sets field value
func (*PointAltitude) SetPoint ¶
func (o *PointAltitude) SetPoint(v GeographicalCoordinates)
SetPoint sets field value
func (PointAltitude) ToMap ¶
func (o PointAltitude) ToMap() (map[string]interface{}, error)
type PointAltitudeAllOf ¶
type PointAltitudeAllOf struct { Point GeographicalCoordinates `json:"point"` // Indicates value of altitude. Altitude float64 `json:"altitude"` }
PointAltitudeAllOf struct for PointAltitudeAllOf
func NewPointAltitudeAllOf ¶
func NewPointAltitudeAllOf(point GeographicalCoordinates, altitude float64) *PointAltitudeAllOf
NewPointAltitudeAllOf instantiates a new PointAltitudeAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPointAltitudeAllOfWithDefaults ¶
func NewPointAltitudeAllOfWithDefaults() *PointAltitudeAllOf
NewPointAltitudeAllOfWithDefaults instantiates a new PointAltitudeAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PointAltitudeAllOf) GetAltitude ¶
func (o *PointAltitudeAllOf) GetAltitude() float64
GetAltitude returns the Altitude field value
func (*PointAltitudeAllOf) GetAltitudeOk ¶
func (o *PointAltitudeAllOf) GetAltitudeOk() (*float64, bool)
GetAltitudeOk returns a tuple with the Altitude field value and a boolean to check if the value has been set.
func (*PointAltitudeAllOf) GetPoint ¶
func (o *PointAltitudeAllOf) GetPoint() GeographicalCoordinates
GetPoint returns the Point field value
func (*PointAltitudeAllOf) GetPointOk ¶
func (o *PointAltitudeAllOf) GetPointOk() (*GeographicalCoordinates, bool)
GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.
func (PointAltitudeAllOf) MarshalJSON ¶
func (o PointAltitudeAllOf) MarshalJSON() ([]byte, error)
func (*PointAltitudeAllOf) SetAltitude ¶
func (o *PointAltitudeAllOf) SetAltitude(v float64)
SetAltitude sets field value
func (*PointAltitudeAllOf) SetPoint ¶
func (o *PointAltitudeAllOf) SetPoint(v GeographicalCoordinates)
SetPoint sets field value
func (PointAltitudeAllOf) ToMap ¶
func (o PointAltitudeAllOf) ToMap() (map[string]interface{}, error)
type PointAltitudeUncertainty ¶
type PointAltitudeUncertainty struct { GADShape Point GeographicalCoordinates `json:"point"` // Indicates value of altitude. Altitude float64 `json:"altitude"` UncertaintyEllipse UncertaintyEllipse `json:"uncertaintyEllipse"` // Indicates value of uncertainty. UncertaintyAltitude float32 `json:"uncertaintyAltitude"` // Indicates value of confidence. Confidence int32 `json:"confidence"` }
PointAltitudeUncertainty Ellipsoid point with altitude and uncertainty ellipsoid.
func NewPointAltitudeUncertainty ¶
func NewPointAltitudeUncertainty(point GeographicalCoordinates, altitude float64, uncertaintyEllipse UncertaintyEllipse, uncertaintyAltitude float32, confidence int32, shape SupportedGADShapes) *PointAltitudeUncertainty
NewPointAltitudeUncertainty instantiates a new PointAltitudeUncertainty object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPointAltitudeUncertaintyWithDefaults ¶
func NewPointAltitudeUncertaintyWithDefaults() *PointAltitudeUncertainty
NewPointAltitudeUncertaintyWithDefaults instantiates a new PointAltitudeUncertainty object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PointAltitudeUncertainty) GetAltitude ¶
func (o *PointAltitudeUncertainty) GetAltitude() float64
GetAltitude returns the Altitude field value
func (*PointAltitudeUncertainty) GetAltitudeOk ¶
func (o *PointAltitudeUncertainty) GetAltitudeOk() (*float64, bool)
GetAltitudeOk returns a tuple with the Altitude field value and a boolean to check if the value has been set.
func (*PointAltitudeUncertainty) GetConfidence ¶
func (o *PointAltitudeUncertainty) GetConfidence() int32
GetConfidence returns the Confidence field value
func (*PointAltitudeUncertainty) GetConfidenceOk ¶
func (o *PointAltitudeUncertainty) GetConfidenceOk() (*int32, bool)
GetConfidenceOk returns a tuple with the Confidence field value and a boolean to check if the value has been set.
func (*PointAltitudeUncertainty) GetPoint ¶
func (o *PointAltitudeUncertainty) GetPoint() GeographicalCoordinates
GetPoint returns the Point field value
func (*PointAltitudeUncertainty) GetPointOk ¶
func (o *PointAltitudeUncertainty) GetPointOk() (*GeographicalCoordinates, bool)
GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.
func (*PointAltitudeUncertainty) GetUncertaintyAltitude ¶
func (o *PointAltitudeUncertainty) GetUncertaintyAltitude() float32
GetUncertaintyAltitude returns the UncertaintyAltitude field value
func (*PointAltitudeUncertainty) GetUncertaintyAltitudeOk ¶
func (o *PointAltitudeUncertainty) GetUncertaintyAltitudeOk() (*float32, bool)
GetUncertaintyAltitudeOk returns a tuple with the UncertaintyAltitude field value and a boolean to check if the value has been set.
func (*PointAltitudeUncertainty) GetUncertaintyEllipse ¶
func (o *PointAltitudeUncertainty) GetUncertaintyEllipse() UncertaintyEllipse
GetUncertaintyEllipse returns the UncertaintyEllipse field value
func (*PointAltitudeUncertainty) GetUncertaintyEllipseOk ¶
func (o *PointAltitudeUncertainty) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool)
GetUncertaintyEllipseOk returns a tuple with the UncertaintyEllipse field value and a boolean to check if the value has been set.
func (PointAltitudeUncertainty) MarshalJSON ¶
func (o PointAltitudeUncertainty) MarshalJSON() ([]byte, error)
func (*PointAltitudeUncertainty) SetAltitude ¶
func (o *PointAltitudeUncertainty) SetAltitude(v float64)
SetAltitude sets field value
func (*PointAltitudeUncertainty) SetConfidence ¶
func (o *PointAltitudeUncertainty) SetConfidence(v int32)
SetConfidence sets field value
func (*PointAltitudeUncertainty) SetPoint ¶
func (o *PointAltitudeUncertainty) SetPoint(v GeographicalCoordinates)
SetPoint sets field value
func (*PointAltitudeUncertainty) SetUncertaintyAltitude ¶
func (o *PointAltitudeUncertainty) SetUncertaintyAltitude(v float32)
SetUncertaintyAltitude sets field value
func (*PointAltitudeUncertainty) SetUncertaintyEllipse ¶
func (o *PointAltitudeUncertainty) SetUncertaintyEllipse(v UncertaintyEllipse)
SetUncertaintyEllipse sets field value
func (PointAltitudeUncertainty) ToMap ¶
func (o PointAltitudeUncertainty) ToMap() (map[string]interface{}, error)
type PointAltitudeUncertaintyAllOf ¶
type PointAltitudeUncertaintyAllOf struct { Point GeographicalCoordinates `json:"point"` // Indicates value of altitude. Altitude float64 `json:"altitude"` UncertaintyEllipse UncertaintyEllipse `json:"uncertaintyEllipse"` // Indicates value of uncertainty. UncertaintyAltitude float32 `json:"uncertaintyAltitude"` // Indicates value of confidence. Confidence int32 `json:"confidence"` }
PointAltitudeUncertaintyAllOf struct for PointAltitudeUncertaintyAllOf
func NewPointAltitudeUncertaintyAllOf ¶
func NewPointAltitudeUncertaintyAllOf(point GeographicalCoordinates, altitude float64, uncertaintyEllipse UncertaintyEllipse, uncertaintyAltitude float32, confidence int32) *PointAltitudeUncertaintyAllOf
NewPointAltitudeUncertaintyAllOf instantiates a new PointAltitudeUncertaintyAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPointAltitudeUncertaintyAllOfWithDefaults ¶
func NewPointAltitudeUncertaintyAllOfWithDefaults() *PointAltitudeUncertaintyAllOf
NewPointAltitudeUncertaintyAllOfWithDefaults instantiates a new PointAltitudeUncertaintyAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PointAltitudeUncertaintyAllOf) GetAltitude ¶
func (o *PointAltitudeUncertaintyAllOf) GetAltitude() float64
GetAltitude returns the Altitude field value
func (*PointAltitudeUncertaintyAllOf) GetAltitudeOk ¶
func (o *PointAltitudeUncertaintyAllOf) GetAltitudeOk() (*float64, bool)
GetAltitudeOk returns a tuple with the Altitude field value and a boolean to check if the value has been set.
func (*PointAltitudeUncertaintyAllOf) GetConfidence ¶
func (o *PointAltitudeUncertaintyAllOf) GetConfidence() int32
GetConfidence returns the Confidence field value
func (*PointAltitudeUncertaintyAllOf) GetConfidenceOk ¶
func (o *PointAltitudeUncertaintyAllOf) GetConfidenceOk() (*int32, bool)
GetConfidenceOk returns a tuple with the Confidence field value and a boolean to check if the value has been set.
func (*PointAltitudeUncertaintyAllOf) GetPoint ¶
func (o *PointAltitudeUncertaintyAllOf) GetPoint() GeographicalCoordinates
GetPoint returns the Point field value
func (*PointAltitudeUncertaintyAllOf) GetPointOk ¶
func (o *PointAltitudeUncertaintyAllOf) GetPointOk() (*GeographicalCoordinates, bool)
GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.
func (*PointAltitudeUncertaintyAllOf) GetUncertaintyAltitude ¶
func (o *PointAltitudeUncertaintyAllOf) GetUncertaintyAltitude() float32
GetUncertaintyAltitude returns the UncertaintyAltitude field value
func (*PointAltitudeUncertaintyAllOf) GetUncertaintyAltitudeOk ¶
func (o *PointAltitudeUncertaintyAllOf) GetUncertaintyAltitudeOk() (*float32, bool)
GetUncertaintyAltitudeOk returns a tuple with the UncertaintyAltitude field value and a boolean to check if the value has been set.
func (*PointAltitudeUncertaintyAllOf) GetUncertaintyEllipse ¶
func (o *PointAltitudeUncertaintyAllOf) GetUncertaintyEllipse() UncertaintyEllipse
GetUncertaintyEllipse returns the UncertaintyEllipse field value
func (*PointAltitudeUncertaintyAllOf) GetUncertaintyEllipseOk ¶
func (o *PointAltitudeUncertaintyAllOf) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool)
GetUncertaintyEllipseOk returns a tuple with the UncertaintyEllipse field value and a boolean to check if the value has been set.
func (PointAltitudeUncertaintyAllOf) MarshalJSON ¶
func (o PointAltitudeUncertaintyAllOf) MarshalJSON() ([]byte, error)
func (*PointAltitudeUncertaintyAllOf) SetAltitude ¶
func (o *PointAltitudeUncertaintyAllOf) SetAltitude(v float64)
SetAltitude sets field value
func (*PointAltitudeUncertaintyAllOf) SetConfidence ¶
func (o *PointAltitudeUncertaintyAllOf) SetConfidence(v int32)
SetConfidence sets field value
func (*PointAltitudeUncertaintyAllOf) SetPoint ¶
func (o *PointAltitudeUncertaintyAllOf) SetPoint(v GeographicalCoordinates)
SetPoint sets field value
func (*PointAltitudeUncertaintyAllOf) SetUncertaintyAltitude ¶
func (o *PointAltitudeUncertaintyAllOf) SetUncertaintyAltitude(v float32)
SetUncertaintyAltitude sets field value
func (*PointAltitudeUncertaintyAllOf) SetUncertaintyEllipse ¶
func (o *PointAltitudeUncertaintyAllOf) SetUncertaintyEllipse(v UncertaintyEllipse)
SetUncertaintyEllipse sets field value
func (PointAltitudeUncertaintyAllOf) ToMap ¶
func (o PointAltitudeUncertaintyAllOf) ToMap() (map[string]interface{}, error)
type PointUncertaintyCircle ¶
type PointUncertaintyCircle struct { GADShape Point GeographicalCoordinates `json:"point"` // Indicates value of uncertainty. Uncertainty float32 `json:"uncertainty"` }
PointUncertaintyCircle Ellipsoid point with uncertainty circle.
func NewPointUncertaintyCircle ¶
func NewPointUncertaintyCircle(point GeographicalCoordinates, uncertainty float32, shape SupportedGADShapes) *PointUncertaintyCircle
NewPointUncertaintyCircle instantiates a new PointUncertaintyCircle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPointUncertaintyCircleWithDefaults ¶
func NewPointUncertaintyCircleWithDefaults() *PointUncertaintyCircle
NewPointUncertaintyCircleWithDefaults instantiates a new PointUncertaintyCircle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PointUncertaintyCircle) GetPoint ¶
func (o *PointUncertaintyCircle) GetPoint() GeographicalCoordinates
GetPoint returns the Point field value
func (*PointUncertaintyCircle) GetPointOk ¶
func (o *PointUncertaintyCircle) GetPointOk() (*GeographicalCoordinates, bool)
GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.
func (*PointUncertaintyCircle) GetUncertainty ¶
func (o *PointUncertaintyCircle) GetUncertainty() float32
GetUncertainty returns the Uncertainty field value
func (*PointUncertaintyCircle) GetUncertaintyOk ¶
func (o *PointUncertaintyCircle) GetUncertaintyOk() (*float32, bool)
GetUncertaintyOk returns a tuple with the Uncertainty field value and a boolean to check if the value has been set.
func (PointUncertaintyCircle) MarshalJSON ¶
func (o PointUncertaintyCircle) MarshalJSON() ([]byte, error)
func (*PointUncertaintyCircle) SetPoint ¶
func (o *PointUncertaintyCircle) SetPoint(v GeographicalCoordinates)
SetPoint sets field value
func (*PointUncertaintyCircle) SetUncertainty ¶
func (o *PointUncertaintyCircle) SetUncertainty(v float32)
SetUncertainty sets field value
func (PointUncertaintyCircle) ToMap ¶
func (o PointUncertaintyCircle) ToMap() (map[string]interface{}, error)
type PointUncertaintyCircleAllOf ¶
type PointUncertaintyCircleAllOf struct { Point GeographicalCoordinates `json:"point"` // Indicates value of uncertainty. Uncertainty float32 `json:"uncertainty"` }
PointUncertaintyCircleAllOf struct for PointUncertaintyCircleAllOf
func NewPointUncertaintyCircleAllOf ¶
func NewPointUncertaintyCircleAllOf(point GeographicalCoordinates, uncertainty float32) *PointUncertaintyCircleAllOf
NewPointUncertaintyCircleAllOf instantiates a new PointUncertaintyCircleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPointUncertaintyCircleAllOfWithDefaults ¶
func NewPointUncertaintyCircleAllOfWithDefaults() *PointUncertaintyCircleAllOf
NewPointUncertaintyCircleAllOfWithDefaults instantiates a new PointUncertaintyCircleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PointUncertaintyCircleAllOf) GetPoint ¶
func (o *PointUncertaintyCircleAllOf) GetPoint() GeographicalCoordinates
GetPoint returns the Point field value
func (*PointUncertaintyCircleAllOf) GetPointOk ¶
func (o *PointUncertaintyCircleAllOf) GetPointOk() (*GeographicalCoordinates, bool)
GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.
func (*PointUncertaintyCircleAllOf) GetUncertainty ¶
func (o *PointUncertaintyCircleAllOf) GetUncertainty() float32
GetUncertainty returns the Uncertainty field value
func (*PointUncertaintyCircleAllOf) GetUncertaintyOk ¶
func (o *PointUncertaintyCircleAllOf) GetUncertaintyOk() (*float32, bool)
GetUncertaintyOk returns a tuple with the Uncertainty field value and a boolean to check if the value has been set.
func (PointUncertaintyCircleAllOf) MarshalJSON ¶
func (o PointUncertaintyCircleAllOf) MarshalJSON() ([]byte, error)
func (*PointUncertaintyCircleAllOf) SetPoint ¶
func (o *PointUncertaintyCircleAllOf) SetPoint(v GeographicalCoordinates)
SetPoint sets field value
func (*PointUncertaintyCircleAllOf) SetUncertainty ¶
func (o *PointUncertaintyCircleAllOf) SetUncertainty(v float32)
SetUncertainty sets field value
func (PointUncertaintyCircleAllOf) ToMap ¶
func (o PointUncertaintyCircleAllOf) ToMap() (map[string]interface{}, error)
type PointUncertaintyEllipse ¶
type PointUncertaintyEllipse struct { GADShape Point GeographicalCoordinates `json:"point"` UncertaintyEllipse UncertaintyEllipse `json:"uncertaintyEllipse"` // Indicates value of confidence. Confidence int32 `json:"confidence"` }
PointUncertaintyEllipse Ellipsoid point with uncertainty ellipse.
func NewPointUncertaintyEllipse ¶
func NewPointUncertaintyEllipse(point GeographicalCoordinates, uncertaintyEllipse UncertaintyEllipse, confidence int32, shape SupportedGADShapes) *PointUncertaintyEllipse
NewPointUncertaintyEllipse instantiates a new PointUncertaintyEllipse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPointUncertaintyEllipseWithDefaults ¶
func NewPointUncertaintyEllipseWithDefaults() *PointUncertaintyEllipse
NewPointUncertaintyEllipseWithDefaults instantiates a new PointUncertaintyEllipse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PointUncertaintyEllipse) GetConfidence ¶
func (o *PointUncertaintyEllipse) GetConfidence() int32
GetConfidence returns the Confidence field value
func (*PointUncertaintyEllipse) GetConfidenceOk ¶
func (o *PointUncertaintyEllipse) GetConfidenceOk() (*int32, bool)
GetConfidenceOk returns a tuple with the Confidence field value and a boolean to check if the value has been set.
func (*PointUncertaintyEllipse) GetPoint ¶
func (o *PointUncertaintyEllipse) GetPoint() GeographicalCoordinates
GetPoint returns the Point field value
func (*PointUncertaintyEllipse) GetPointOk ¶
func (o *PointUncertaintyEllipse) GetPointOk() (*GeographicalCoordinates, bool)
GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.
func (*PointUncertaintyEllipse) GetUncertaintyEllipse ¶
func (o *PointUncertaintyEllipse) GetUncertaintyEllipse() UncertaintyEllipse
GetUncertaintyEllipse returns the UncertaintyEllipse field value
func (*PointUncertaintyEllipse) GetUncertaintyEllipseOk ¶
func (o *PointUncertaintyEllipse) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool)
GetUncertaintyEllipseOk returns a tuple with the UncertaintyEllipse field value and a boolean to check if the value has been set.
func (PointUncertaintyEllipse) MarshalJSON ¶
func (o PointUncertaintyEllipse) MarshalJSON() ([]byte, error)
func (*PointUncertaintyEllipse) SetConfidence ¶
func (o *PointUncertaintyEllipse) SetConfidence(v int32)
SetConfidence sets field value
func (*PointUncertaintyEllipse) SetPoint ¶
func (o *PointUncertaintyEllipse) SetPoint(v GeographicalCoordinates)
SetPoint sets field value
func (*PointUncertaintyEllipse) SetUncertaintyEllipse ¶
func (o *PointUncertaintyEllipse) SetUncertaintyEllipse(v UncertaintyEllipse)
SetUncertaintyEllipse sets field value
func (PointUncertaintyEllipse) ToMap ¶
func (o PointUncertaintyEllipse) ToMap() (map[string]interface{}, error)
type PointUncertaintyEllipseAllOf ¶
type PointUncertaintyEllipseAllOf struct { Point GeographicalCoordinates `json:"point"` UncertaintyEllipse UncertaintyEllipse `json:"uncertaintyEllipse"` // Indicates value of confidence. Confidence int32 `json:"confidence"` }
PointUncertaintyEllipseAllOf struct for PointUncertaintyEllipseAllOf
func NewPointUncertaintyEllipseAllOf ¶
func NewPointUncertaintyEllipseAllOf(point GeographicalCoordinates, uncertaintyEllipse UncertaintyEllipse, confidence int32) *PointUncertaintyEllipseAllOf
NewPointUncertaintyEllipseAllOf instantiates a new PointUncertaintyEllipseAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPointUncertaintyEllipseAllOfWithDefaults ¶
func NewPointUncertaintyEllipseAllOfWithDefaults() *PointUncertaintyEllipseAllOf
NewPointUncertaintyEllipseAllOfWithDefaults instantiates a new PointUncertaintyEllipseAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PointUncertaintyEllipseAllOf) GetConfidence ¶
func (o *PointUncertaintyEllipseAllOf) GetConfidence() int32
GetConfidence returns the Confidence field value
func (*PointUncertaintyEllipseAllOf) GetConfidenceOk ¶
func (o *PointUncertaintyEllipseAllOf) GetConfidenceOk() (*int32, bool)
GetConfidenceOk returns a tuple with the Confidence field value and a boolean to check if the value has been set.
func (*PointUncertaintyEllipseAllOf) GetPoint ¶
func (o *PointUncertaintyEllipseAllOf) GetPoint() GeographicalCoordinates
GetPoint returns the Point field value
func (*PointUncertaintyEllipseAllOf) GetPointOk ¶
func (o *PointUncertaintyEllipseAllOf) GetPointOk() (*GeographicalCoordinates, bool)
GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.
func (*PointUncertaintyEllipseAllOf) GetUncertaintyEllipse ¶
func (o *PointUncertaintyEllipseAllOf) GetUncertaintyEllipse() UncertaintyEllipse
GetUncertaintyEllipse returns the UncertaintyEllipse field value
func (*PointUncertaintyEllipseAllOf) GetUncertaintyEllipseOk ¶
func (o *PointUncertaintyEllipseAllOf) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool)
GetUncertaintyEllipseOk returns a tuple with the UncertaintyEllipse field value and a boolean to check if the value has been set.
func (PointUncertaintyEllipseAllOf) MarshalJSON ¶
func (o PointUncertaintyEllipseAllOf) MarshalJSON() ([]byte, error)
func (*PointUncertaintyEllipseAllOf) SetConfidence ¶
func (o *PointUncertaintyEllipseAllOf) SetConfidence(v int32)
SetConfidence sets field value
func (*PointUncertaintyEllipseAllOf) SetPoint ¶
func (o *PointUncertaintyEllipseAllOf) SetPoint(v GeographicalCoordinates)
SetPoint sets field value
func (*PointUncertaintyEllipseAllOf) SetUncertaintyEllipse ¶
func (o *PointUncertaintyEllipseAllOf) SetUncertaintyEllipse(v UncertaintyEllipse)
SetUncertaintyEllipse sets field value
func (PointUncertaintyEllipseAllOf) ToMap ¶
func (o PointUncertaintyEllipseAllOf) ToMap() (map[string]interface{}, error)
type Polygon ¶
type Polygon struct { GADShape // List of points. PointList []GeographicalCoordinates `json:"pointList"` }
Polygon Polygon.
func NewPolygon ¶
func NewPolygon(pointList []GeographicalCoordinates, shape SupportedGADShapes) *Polygon
NewPolygon instantiates a new Polygon object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPolygonWithDefaults ¶
func NewPolygonWithDefaults() *Polygon
NewPolygonWithDefaults instantiates a new Polygon object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Polygon) GetPointList ¶
func (o *Polygon) GetPointList() []GeographicalCoordinates
GetPointList returns the PointList field value
func (*Polygon) GetPointListOk ¶
func (o *Polygon) GetPointListOk() ([]GeographicalCoordinates, bool)
GetPointListOk returns a tuple with the PointList field value and a boolean to check if the value has been set.
func (Polygon) MarshalJSON ¶
func (*Polygon) SetPointList ¶
func (o *Polygon) SetPointList(v []GeographicalCoordinates)
SetPointList sets field value
type PolygonAllOf ¶
type PolygonAllOf struct { // List of points. PointList []GeographicalCoordinates `json:"pointList"` }
PolygonAllOf struct for PolygonAllOf
func NewPolygonAllOf ¶
func NewPolygonAllOf(pointList []GeographicalCoordinates) *PolygonAllOf
NewPolygonAllOf instantiates a new PolygonAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPolygonAllOfWithDefaults ¶
func NewPolygonAllOfWithDefaults() *PolygonAllOf
NewPolygonAllOfWithDefaults instantiates a new PolygonAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PolygonAllOf) GetPointList ¶
func (o *PolygonAllOf) GetPointList() []GeographicalCoordinates
GetPointList returns the PointList field value
func (*PolygonAllOf) GetPointListOk ¶
func (o *PolygonAllOf) GetPointListOk() ([]GeographicalCoordinates, bool)
GetPointListOk returns a tuple with the PointList field value and a boolean to check if the value has been set.
func (PolygonAllOf) MarshalJSON ¶
func (o PolygonAllOf) MarshalJSON() ([]byte, error)
func (*PolygonAllOf) SetPointList ¶
func (o *PolygonAllOf) SetPointList(v []GeographicalCoordinates)
SetPointList sets field value
func (PolygonAllOf) ToMap ¶
func (o PolygonAllOf) ToMap() (map[string]interface{}, error)
type ProblemDetails ¶
type ProblemDetails struct { // string providing an URI formatted according to IETF RFC 3986. Type *string `json:"type,omitempty"` // A short, human-readable summary of the problem type. It should not change from occurrence to occurrence of the problem. Title *string `json:"title,omitempty"` // The HTTP status code for this occurrence of the problem. Status *int32 `json:"status,omitempty"` // A human-readable explanation specific to this occurrence of the problem. Detail *string `json:"detail,omitempty"` // string providing an URI formatted according to IETF RFC 3986. Instance *string `json:"instance,omitempty"` // A machine-readable application error cause specific to this occurrence of the problem. This IE should be present and provide application-related error information, if available. Cause *string `json:"cause,omitempty"` // Description of invalid parameters, for a request rejected due to invalid parameters. InvalidParams []InvalidParam `json:"invalidParams,omitempty"` // A string used to indicate the features supported by an API that is used as defined in clause 6.6 in 3GPP TS 29.500. The string shall contain a bitmask indicating supported features in hexadecimal representation Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent the support of 4 features as described in table 5.2.2-3. The most significant character representing the highest-numbered features shall appear first in the string, and the character representing features 1 to 4 shall appear last in the string. The list of features and their numbering (starting with 1) are defined separately for each API. If the string contains a lower number of characters than there are defined features for an API, all features that would be represented by characters that are not present in the string are not supported. SupportedFeatures *string `json:"supportedFeatures,omitempty"` }
ProblemDetails Represents additional information and details on an error response.
func NewProblemDetails ¶
func NewProblemDetails() *ProblemDetails
NewProblemDetails instantiates a new ProblemDetails object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewProblemDetailsWithDefaults ¶
func NewProblemDetailsWithDefaults() *ProblemDetails
NewProblemDetailsWithDefaults instantiates a new ProblemDetails object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ProblemDetails) GetCause ¶
func (o *ProblemDetails) GetCause() string
GetCause returns the Cause field value if set, zero value otherwise.
func (*ProblemDetails) GetCauseOk ¶
func (o *ProblemDetails) GetCauseOk() (*string, bool)
GetCauseOk returns a tuple with the Cause field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetDetail ¶
func (o *ProblemDetails) GetDetail() string
GetDetail returns the Detail field value if set, zero value otherwise.
func (*ProblemDetails) GetDetailOk ¶
func (o *ProblemDetails) GetDetailOk() (*string, bool)
GetDetailOk returns a tuple with the Detail field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetInstance ¶
func (o *ProblemDetails) GetInstance() string
GetInstance returns the Instance field value if set, zero value otherwise.
func (*ProblemDetails) GetInstanceOk ¶
func (o *ProblemDetails) GetInstanceOk() (*string, bool)
GetInstanceOk returns a tuple with the Instance field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetInvalidParams ¶
func (o *ProblemDetails) GetInvalidParams() []InvalidParam
GetInvalidParams returns the InvalidParams field value if set, zero value otherwise.
func (*ProblemDetails) GetInvalidParamsOk ¶
func (o *ProblemDetails) GetInvalidParamsOk() ([]InvalidParam, bool)
GetInvalidParamsOk returns a tuple with the InvalidParams field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetStatus ¶
func (o *ProblemDetails) GetStatus() int32
GetStatus returns the Status field value if set, zero value otherwise.
func (*ProblemDetails) GetStatusOk ¶
func (o *ProblemDetails) GetStatusOk() (*int32, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetSupportedFeatures ¶
func (o *ProblemDetails) GetSupportedFeatures() string
GetSupportedFeatures returns the SupportedFeatures field value if set, zero value otherwise.
func (*ProblemDetails) GetSupportedFeaturesOk ¶
func (o *ProblemDetails) GetSupportedFeaturesOk() (*string, bool)
GetSupportedFeaturesOk returns a tuple with the SupportedFeatures field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetTitle ¶
func (o *ProblemDetails) GetTitle() string
GetTitle returns the Title field value if set, zero value otherwise.
func (*ProblemDetails) GetTitleOk ¶
func (o *ProblemDetails) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetType ¶
func (o *ProblemDetails) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*ProblemDetails) GetTypeOk ¶
func (o *ProblemDetails) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) HasCause ¶
func (o *ProblemDetails) HasCause() bool
HasCause returns a boolean if a field has been set.
func (*ProblemDetails) HasDetail ¶
func (o *ProblemDetails) HasDetail() bool
HasDetail returns a boolean if a field has been set.
func (*ProblemDetails) HasInstance ¶
func (o *ProblemDetails) HasInstance() bool
HasInstance returns a boolean if a field has been set.
func (*ProblemDetails) HasInvalidParams ¶
func (o *ProblemDetails) HasInvalidParams() bool
HasInvalidParams returns a boolean if a field has been set.
func (*ProblemDetails) HasStatus ¶
func (o *ProblemDetails) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*ProblemDetails) HasSupportedFeatures ¶
func (o *ProblemDetails) HasSupportedFeatures() bool
HasSupportedFeatures returns a boolean if a field has been set.
func (*ProblemDetails) HasTitle ¶
func (o *ProblemDetails) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (*ProblemDetails) HasType ¶
func (o *ProblemDetails) HasType() bool
HasType returns a boolean if a field has been set.
func (ProblemDetails) MarshalJSON ¶
func (o ProblemDetails) MarshalJSON() ([]byte, error)
func (*ProblemDetails) SetCause ¶
func (o *ProblemDetails) SetCause(v string)
SetCause gets a reference to the given string and assigns it to the Cause field.
func (*ProblemDetails) SetDetail ¶
func (o *ProblemDetails) SetDetail(v string)
SetDetail gets a reference to the given string and assigns it to the Detail field.
func (*ProblemDetails) SetInstance ¶
func (o *ProblemDetails) SetInstance(v string)
SetInstance gets a reference to the given string and assigns it to the Instance field.
func (*ProblemDetails) SetInvalidParams ¶
func (o *ProblemDetails) SetInvalidParams(v []InvalidParam)
SetInvalidParams gets a reference to the given []InvalidParam and assigns it to the InvalidParams field.
func (*ProblemDetails) SetStatus ¶
func (o *ProblemDetails) SetStatus(v int32)
SetStatus gets a reference to the given int32 and assigns it to the Status field.
func (*ProblemDetails) SetSupportedFeatures ¶
func (o *ProblemDetails) SetSupportedFeatures(v string)
SetSupportedFeatures gets a reference to the given string and assigns it to the SupportedFeatures field.
func (*ProblemDetails) SetTitle ¶
func (o *ProblemDetails) SetTitle(v string)
SetTitle gets a reference to the given string and assigns it to the Title field.
func (*ProblemDetails) SetType ¶
func (o *ProblemDetails) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (ProblemDetails) ToMap ¶
func (o ProblemDetails) ToMap() (map[string]interface{}, error)
type Protocol ¶
type Protocol struct {
String *string
}
Protocol Possible values are: - HTTP_1_1: HTTP version 1.1 - HTTP_2: HTTP version 2
func (*Protocol) MarshalJSON ¶
Marshal data from the first non-nil pointers in the struct to JSON
func (*Protocol) UnmarshalJSON ¶
Unmarshal JSON data into any of the pointers in the struct
type PublishedApiPath ¶
type PublishedApiPath struct { // A list of CCF identifiers where the service API is already published. CcfIds []string `json:"ccfIds,omitempty"` }
PublishedApiPath Represents the published API path within the same CAPIF provider domain.
func NewPublishedApiPath ¶
func NewPublishedApiPath() *PublishedApiPath
NewPublishedApiPath instantiates a new PublishedApiPath object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPublishedApiPathWithDefaults ¶
func NewPublishedApiPathWithDefaults() *PublishedApiPath
NewPublishedApiPathWithDefaults instantiates a new PublishedApiPath object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PublishedApiPath) GetCcfIds ¶
func (o *PublishedApiPath) GetCcfIds() []string
GetCcfIds returns the CcfIds field value if set, zero value otherwise.
func (*PublishedApiPath) GetCcfIdsOk ¶
func (o *PublishedApiPath) GetCcfIdsOk() ([]string, bool)
GetCcfIdsOk returns a tuple with the CcfIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PublishedApiPath) HasCcfIds ¶
func (o *PublishedApiPath) HasCcfIds() bool
HasCcfIds returns a boolean if a field has been set.
func (PublishedApiPath) MarshalJSON ¶
func (o PublishedApiPath) MarshalJSON() ([]byte, error)
func (*PublishedApiPath) SetCcfIds ¶
func (o *PublishedApiPath) SetCcfIds(v []string)
SetCcfIds gets a reference to the given []string and assigns it to the CcfIds field.
func (PublishedApiPath) ToMap ¶
func (o PublishedApiPath) ToMap() (map[string]interface{}, error)
type RelativeCartesianLocation ¶
type RelativeCartesianLocation struct { // string with format 'float' as defined in OpenAPI. X float32 `json:"x"` // string with format 'float' as defined in OpenAPI. Y float32 `json:"y"` // string with format 'float' as defined in OpenAPI. Z *float32 `json:"z,omitempty"` }
RelativeCartesianLocation Relative Cartesian Location
func NewRelativeCartesianLocation ¶
func NewRelativeCartesianLocation(x float32, y float32) *RelativeCartesianLocation
NewRelativeCartesianLocation instantiates a new RelativeCartesianLocation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRelativeCartesianLocationWithDefaults ¶
func NewRelativeCartesianLocationWithDefaults() *RelativeCartesianLocation
NewRelativeCartesianLocationWithDefaults instantiates a new RelativeCartesianLocation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RelativeCartesianLocation) GetX ¶
func (o *RelativeCartesianLocation) GetX() float32
GetX returns the X field value
func (*RelativeCartesianLocation) GetXOk ¶
func (o *RelativeCartesianLocation) GetXOk() (*float32, bool)
GetXOk returns a tuple with the X field value and a boolean to check if the value has been set.
func (*RelativeCartesianLocation) GetY ¶
func (o *RelativeCartesianLocation) GetY() float32
GetY returns the Y field value
func (*RelativeCartesianLocation) GetYOk ¶
func (o *RelativeCartesianLocation) GetYOk() (*float32, bool)
GetYOk returns a tuple with the Y field value and a boolean to check if the value has been set.
func (*RelativeCartesianLocation) GetZ ¶
func (o *RelativeCartesianLocation) GetZ() float32
GetZ returns the Z field value if set, zero value otherwise.
func (*RelativeCartesianLocation) GetZOk ¶
func (o *RelativeCartesianLocation) GetZOk() (*float32, bool)
GetZOk returns a tuple with the Z field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RelativeCartesianLocation) HasZ ¶
func (o *RelativeCartesianLocation) HasZ() bool
HasZ returns a boolean if a field has been set.
func (RelativeCartesianLocation) MarshalJSON ¶
func (o RelativeCartesianLocation) MarshalJSON() ([]byte, error)
func (*RelativeCartesianLocation) SetX ¶
func (o *RelativeCartesianLocation) SetX(v float32)
SetX sets field value
func (*RelativeCartesianLocation) SetY ¶
func (o *RelativeCartesianLocation) SetY(v float32)
SetY sets field value
func (*RelativeCartesianLocation) SetZ ¶
func (o *RelativeCartesianLocation) SetZ(v float32)
SetZ gets a reference to the given float32 and assigns it to the Z field.
func (RelativeCartesianLocation) ToMap ¶
func (o RelativeCartesianLocation) ToMap() (map[string]interface{}, error)
type ReportingInformation ¶
type ReportingInformation struct { ImmRep *bool `json:"immRep,omitempty"` NotifMethod *NotificationMethod `json:"notifMethod,omitempty"` // Unsigned Integer, i.e. only value 0 and integers above 0 are permissible. MaxReportNbr *int32 `json:"maxReportNbr,omitempty"` // string with format 'date-time' as defined in OpenAPI. MonDur *time.Time `json:"monDur,omitempty"` // indicating a time in seconds. RepPeriod *int32 `json:"repPeriod,omitempty"` // Unsigned integer indicating Sampling Ratio (see clauses 4.15.1 of 3GPP TS 23.502), expressed in percent. SampRatio *int32 `json:"sampRatio,omitempty"` // Criteria for partitioning the UEs before applying the sampling ratio. PartitionCriteria []PartitioningCriteria `json:"partitionCriteria,omitempty"` // indicating a time in seconds. GrpRepTime *int32 `json:"grpRepTime,omitempty"` NotifFlag *NotificationFlag `json:"notifFlag,omitempty"` }
ReportingInformation Represents the type of reporting that the subscription requires.
func NewReportingInformation ¶
func NewReportingInformation() *ReportingInformation
NewReportingInformation instantiates a new ReportingInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewReportingInformationWithDefaults ¶
func NewReportingInformationWithDefaults() *ReportingInformation
NewReportingInformationWithDefaults instantiates a new ReportingInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ReportingInformation) GetGrpRepTime ¶
func (o *ReportingInformation) GetGrpRepTime() int32
GetGrpRepTime returns the GrpRepTime field value if set, zero value otherwise.
func (*ReportingInformation) GetGrpRepTimeOk ¶
func (o *ReportingInformation) GetGrpRepTimeOk() (*int32, bool)
GetGrpRepTimeOk returns a tuple with the GrpRepTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReportingInformation) GetImmRep ¶
func (o *ReportingInformation) GetImmRep() bool
GetImmRep returns the ImmRep field value if set, zero value otherwise.
func (*ReportingInformation) GetImmRepOk ¶
func (o *ReportingInformation) GetImmRepOk() (*bool, bool)
GetImmRepOk returns a tuple with the ImmRep field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReportingInformation) GetMaxReportNbr ¶
func (o *ReportingInformation) GetMaxReportNbr() int32
GetMaxReportNbr returns the MaxReportNbr field value if set, zero value otherwise.
func (*ReportingInformation) GetMaxReportNbrOk ¶
func (o *ReportingInformation) GetMaxReportNbrOk() (*int32, bool)
GetMaxReportNbrOk returns a tuple with the MaxReportNbr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReportingInformation) GetMonDur ¶
func (o *ReportingInformation) GetMonDur() time.Time
GetMonDur returns the MonDur field value if set, zero value otherwise.
func (*ReportingInformation) GetMonDurOk ¶
func (o *ReportingInformation) GetMonDurOk() (*time.Time, bool)
GetMonDurOk returns a tuple with the MonDur field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReportingInformation) GetNotifFlag ¶
func (o *ReportingInformation) GetNotifFlag() NotificationFlag
GetNotifFlag returns the NotifFlag field value if set, zero value otherwise.
func (*ReportingInformation) GetNotifFlagOk ¶
func (o *ReportingInformation) GetNotifFlagOk() (*NotificationFlag, bool)
GetNotifFlagOk returns a tuple with the NotifFlag field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReportingInformation) GetNotifMethod ¶
func (o *ReportingInformation) GetNotifMethod() NotificationMethod
GetNotifMethod returns the NotifMethod field value if set, zero value otherwise.
func (*ReportingInformation) GetNotifMethodOk ¶
func (o *ReportingInformation) GetNotifMethodOk() (*NotificationMethod, bool)
GetNotifMethodOk returns a tuple with the NotifMethod field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReportingInformation) GetPartitionCriteria ¶
func (o *ReportingInformation) GetPartitionCriteria() []PartitioningCriteria
GetPartitionCriteria returns the PartitionCriteria field value if set, zero value otherwise.
func (*ReportingInformation) GetPartitionCriteriaOk ¶
func (o *ReportingInformation) GetPartitionCriteriaOk() ([]PartitioningCriteria, bool)
GetPartitionCriteriaOk returns a tuple with the PartitionCriteria field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReportingInformation) GetRepPeriod ¶
func (o *ReportingInformation) GetRepPeriod() int32
GetRepPeriod returns the RepPeriod field value if set, zero value otherwise.
func (*ReportingInformation) GetRepPeriodOk ¶
func (o *ReportingInformation) GetRepPeriodOk() (*int32, bool)
GetRepPeriodOk returns a tuple with the RepPeriod field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReportingInformation) GetSampRatio ¶
func (o *ReportingInformation) GetSampRatio() int32
GetSampRatio returns the SampRatio field value if set, zero value otherwise.
func (*ReportingInformation) GetSampRatioOk ¶
func (o *ReportingInformation) GetSampRatioOk() (*int32, bool)
GetSampRatioOk returns a tuple with the SampRatio field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReportingInformation) HasGrpRepTime ¶
func (o *ReportingInformation) HasGrpRepTime() bool
HasGrpRepTime returns a boolean if a field has been set.
func (*ReportingInformation) HasImmRep ¶
func (o *ReportingInformation) HasImmRep() bool
HasImmRep returns a boolean if a field has been set.
func (*ReportingInformation) HasMaxReportNbr ¶
func (o *ReportingInformation) HasMaxReportNbr() bool
HasMaxReportNbr returns a boolean if a field has been set.
func (*ReportingInformation) HasMonDur ¶
func (o *ReportingInformation) HasMonDur() bool
HasMonDur returns a boolean if a field has been set.
func (*ReportingInformation) HasNotifFlag ¶
func (o *ReportingInformation) HasNotifFlag() bool
HasNotifFlag returns a boolean if a field has been set.
func (*ReportingInformation) HasNotifMethod ¶
func (o *ReportingInformation) HasNotifMethod() bool
HasNotifMethod returns a boolean if a field has been set.
func (*ReportingInformation) HasPartitionCriteria ¶
func (o *ReportingInformation) HasPartitionCriteria() bool
HasPartitionCriteria returns a boolean if a field has been set.
func (*ReportingInformation) HasRepPeriod ¶
func (o *ReportingInformation) HasRepPeriod() bool
HasRepPeriod returns a boolean if a field has been set.
func (*ReportingInformation) HasSampRatio ¶
func (o *ReportingInformation) HasSampRatio() bool
HasSampRatio returns a boolean if a field has been set.
func (ReportingInformation) MarshalJSON ¶
func (o ReportingInformation) MarshalJSON() ([]byte, error)
func (*ReportingInformation) SetGrpRepTime ¶
func (o *ReportingInformation) SetGrpRepTime(v int32)
SetGrpRepTime gets a reference to the given int32 and assigns it to the GrpRepTime field.
func (*ReportingInformation) SetImmRep ¶
func (o *ReportingInformation) SetImmRep(v bool)
SetImmRep gets a reference to the given bool and assigns it to the ImmRep field.
func (*ReportingInformation) SetMaxReportNbr ¶
func (o *ReportingInformation) SetMaxReportNbr(v int32)
SetMaxReportNbr gets a reference to the given int32 and assigns it to the MaxReportNbr field.
func (*ReportingInformation) SetMonDur ¶
func (o *ReportingInformation) SetMonDur(v time.Time)
SetMonDur gets a reference to the given time.Time and assigns it to the MonDur field.
func (*ReportingInformation) SetNotifFlag ¶
func (o *ReportingInformation) SetNotifFlag(v NotificationFlag)
SetNotifFlag gets a reference to the given NotificationFlag and assigns it to the NotifFlag field.
func (*ReportingInformation) SetNotifMethod ¶
func (o *ReportingInformation) SetNotifMethod(v NotificationMethod)
SetNotifMethod gets a reference to the given NotificationMethod and assigns it to the NotifMethod field.
func (*ReportingInformation) SetPartitionCriteria ¶
func (o *ReportingInformation) SetPartitionCriteria(v []PartitioningCriteria)
SetPartitionCriteria gets a reference to the given []PartitioningCriteria and assigns it to the PartitionCriteria field.
func (*ReportingInformation) SetRepPeriod ¶
func (o *ReportingInformation) SetRepPeriod(v int32)
SetRepPeriod gets a reference to the given int32 and assigns it to the RepPeriod field.
func (*ReportingInformation) SetSampRatio ¶
func (o *ReportingInformation) SetSampRatio(v int32)
SetSampRatio gets a reference to the given int32 and assigns it to the SampRatio field.
func (ReportingInformation) ToMap ¶
func (o ReportingInformation) ToMap() (map[string]interface{}, error)
type Resource ¶
type Resource struct { // Resource name ResourceName string `json:"resourceName"` CommType CommunicationType `json:"commType"` // Relative URI of the API resource, it is set as {apiSpecificSuffixes} part of the URI structure as defined in clause 5.2.4 of 3GPP TS 29.122. Uri string `json:"uri"` // it is set as {custOpName} part of the URI structure for a custom operation associated with a resource as defined in clause 5.2.4 of 3GPP TS 29.122. CustOpName *string `json:"custOpName,omitempty"` // Custom operations associated with this resource. CustOperations []CustomOperation `json:"custOperations,omitempty"` // Supported HTTP methods for the API resource. Only applicable when the protocol in AefProfile indicates HTTP. Operations []Operation `json:"operations,omitempty"` // Text description of the API resource Description *string `json:"description,omitempty"` }
Resource Represents the API resource data.
func NewResource ¶
func NewResource(resourceName string, commType CommunicationType, uri string) *Resource
NewResource instantiates a new Resource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewResourceWithDefaults ¶
func NewResourceWithDefaults() *Resource
NewResourceWithDefaults instantiates a new Resource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Resource) GetCommType ¶
func (o *Resource) GetCommType() CommunicationType
GetCommType returns the CommType field value
func (*Resource) GetCommTypeOk ¶
func (o *Resource) GetCommTypeOk() (*CommunicationType, bool)
GetCommTypeOk returns a tuple with the CommType field value and a boolean to check if the value has been set.
func (*Resource) GetCustOpName ¶
GetCustOpName returns the CustOpName field value if set, zero value otherwise.
func (*Resource) GetCustOpNameOk ¶
GetCustOpNameOk returns a tuple with the CustOpName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Resource) GetCustOperations ¶
func (o *Resource) GetCustOperations() []CustomOperation
GetCustOperations returns the CustOperations field value if set, zero value otherwise.
func (*Resource) GetCustOperationsOk ¶
func (o *Resource) GetCustOperationsOk() ([]CustomOperation, bool)
GetCustOperationsOk returns a tuple with the CustOperations field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Resource) GetDescription ¶
GetDescription returns the Description field value if set, zero value otherwise.
func (*Resource) GetDescriptionOk ¶
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Resource) GetOperations ¶
GetOperations returns the Operations field value if set, zero value otherwise.
func (*Resource) GetOperationsOk ¶
GetOperationsOk returns a tuple with the Operations field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Resource) GetResourceName ¶
GetResourceName returns the ResourceName field value
func (*Resource) GetResourceNameOk ¶
GetResourceNameOk returns a tuple with the ResourceName field value and a boolean to check if the value has been set.
func (*Resource) GetUriOk ¶
GetUriOk returns a tuple with the Uri field value and a boolean to check if the value has been set.
func (*Resource) HasCustOpName ¶
HasCustOpName returns a boolean if a field has been set.
func (*Resource) HasCustOperations ¶
HasCustOperations returns a boolean if a field has been set.
func (*Resource) HasDescription ¶
HasDescription returns a boolean if a field has been set.
func (*Resource) HasOperations ¶
HasOperations returns a boolean if a field has been set.
func (Resource) MarshalJSON ¶
func (*Resource) SetCommType ¶
func (o *Resource) SetCommType(v CommunicationType)
SetCommType sets field value
func (*Resource) SetCustOpName ¶
SetCustOpName gets a reference to the given string and assigns it to the CustOpName field.
func (*Resource) SetCustOperations ¶
func (o *Resource) SetCustOperations(v []CustomOperation)
SetCustOperations gets a reference to the given []CustomOperation and assigns it to the CustOperations field.
func (*Resource) SetDescription ¶
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*Resource) SetOperations ¶
SetOperations gets a reference to the given []Operation and assigns it to the Operations field.
func (*Resource) SetResourceName ¶
SetResourceName sets field value
type RoutingRule ¶
type RoutingRule struct { Ipv4AddrRanges []Ipv4AddressRange `json:"ipv4AddrRanges,omitempty"` Ipv6AddrRanges []Ipv6AddressRange `json:"ipv6AddrRanges,omitempty"` AefProfile AefProfile `json:"aefProfile"` }
RoutingRule Represents an API routing rule.
func NewRoutingRule ¶
func NewRoutingRule(aefProfile AefProfile) *RoutingRule
NewRoutingRule instantiates a new RoutingRule object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRoutingRuleWithDefaults ¶
func NewRoutingRuleWithDefaults() *RoutingRule
NewRoutingRuleWithDefaults instantiates a new RoutingRule object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RoutingRule) GetAefProfile ¶
func (o *RoutingRule) GetAefProfile() AefProfile
GetAefProfile returns the AefProfile field value
func (*RoutingRule) GetAefProfileOk ¶
func (o *RoutingRule) GetAefProfileOk() (*AefProfile, bool)
GetAefProfileOk returns a tuple with the AefProfile field value and a boolean to check if the value has been set.
func (*RoutingRule) GetIpv4AddrRanges ¶
func (o *RoutingRule) GetIpv4AddrRanges() []Ipv4AddressRange
GetIpv4AddrRanges returns the Ipv4AddrRanges field value if set, zero value otherwise.
func (*RoutingRule) GetIpv4AddrRangesOk ¶
func (o *RoutingRule) GetIpv4AddrRangesOk() ([]Ipv4AddressRange, bool)
GetIpv4AddrRangesOk returns a tuple with the Ipv4AddrRanges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RoutingRule) GetIpv6AddrRanges ¶
func (o *RoutingRule) GetIpv6AddrRanges() []Ipv6AddressRange
GetIpv6AddrRanges returns the Ipv6AddrRanges field value if set, zero value otherwise.
func (*RoutingRule) GetIpv6AddrRangesOk ¶
func (o *RoutingRule) GetIpv6AddrRangesOk() ([]Ipv6AddressRange, bool)
GetIpv6AddrRangesOk returns a tuple with the Ipv6AddrRanges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RoutingRule) HasIpv4AddrRanges ¶
func (o *RoutingRule) HasIpv4AddrRanges() bool
HasIpv4AddrRanges returns a boolean if a field has been set.
func (*RoutingRule) HasIpv6AddrRanges ¶
func (o *RoutingRule) HasIpv6AddrRanges() bool
HasIpv6AddrRanges returns a boolean if a field has been set.
func (RoutingRule) MarshalJSON ¶
func (o RoutingRule) MarshalJSON() ([]byte, error)
func (*RoutingRule) SetAefProfile ¶
func (o *RoutingRule) SetAefProfile(v AefProfile)
SetAefProfile sets field value
func (*RoutingRule) SetIpv4AddrRanges ¶
func (o *RoutingRule) SetIpv4AddrRanges(v []Ipv4AddressRange)
SetIpv4AddrRanges gets a reference to the given []Ipv4AddressRange and assigns it to the Ipv4AddrRanges field.
func (*RoutingRule) SetIpv6AddrRanges ¶
func (o *RoutingRule) SetIpv6AddrRanges(v []Ipv6AddressRange)
SetIpv6AddrRanges gets a reference to the given []Ipv6AddressRange and assigns it to the Ipv6AddrRanges field.
func (RoutingRule) ToMap ¶
func (o RoutingRule) ToMap() (map[string]interface{}, error)
type SecurityMethod ¶
type SecurityMethod struct {
String *string
}
SecurityMethod Possible values are: - PSK: Security method 1 (Using TLS-PSK) as described in 3GPP TS 33.122 - PKI: Security method 2 (Using PKI) as described in 3GPP TS 33.122 - OAUTH: Security method 3 (TLS with OAuth token) as described in 3GPP TS 33.122
func (*SecurityMethod) MarshalJSON ¶
func (src *SecurityMethod) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*SecurityMethod) UnmarshalJSON ¶
func (dst *SecurityMethod) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type ServerConfiguration ¶
type ServerConfiguration struct { URL string Description string Variables map[string]ServerVariable }
ServerConfiguration stores the information about a server
type ServerConfigurations ¶
type ServerConfigurations []ServerConfiguration
ServerConfigurations stores multiple ServerConfiguration items
type ServerVariable ¶
ServerVariable stores the information about a server variable
type ServiceAPIDescription ¶
type ServiceAPIDescription struct { // API name, it is set as {apiName} part of the URI structure as defined in clause 5.2.4 of 3GPP TS 29.122. ApiName string `json:"apiName"` // API identifier assigned by the CAPIF core function to the published service API. Shall not be present in the HTTP POST request from the API publishing function to the CAPIF core function. Shall be present in the HTTP POST response from the CAPIF core function to the API publishing function and in the HTTP GET response from the CAPIF core function to the API invoker (discovery API). ApiId *string `json:"apiId,omitempty"` // AEF profile information, which includes the exposed API details (e.g. protocol). AefProfiles []AefProfile `json:"aefProfiles,omitempty"` // Text description of the API Description *string `json:"description,omitempty"` // A string used to indicate the features supported by an API that is used as defined in clause 6.6 in 3GPP TS 29.500. The string shall contain a bitmask indicating supported features in hexadecimal representation Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent the support of 4 features as described in table 5.2.2-3. The most significant character representing the highest-numbered features shall appear first in the string, and the character representing features 1 to 4 shall appear last in the string. The list of features and their numbering (starting with 1) are defined separately for each API. If the string contains a lower number of characters than there are defined features for an API, all features that would be represented by characters that are not present in the string are not supported. SupportedFeatures *string `json:"supportedFeatures,omitempty"` ServiceAPICategory *string `json:"serviceAPICategory,omitempty"` // A string used to indicate the features supported by an API that is used as defined in clause 6.6 in 3GPP TS 29.500. The string shall contain a bitmask indicating supported features in hexadecimal representation Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent the support of 4 features as described in table 5.2.2-3. The most significant character representing the highest-numbered features shall appear first in the string, and the character representing features 1 to 4 shall appear last in the string. The list of features and their numbering (starting with 1) are defined separately for each API. If the string contains a lower number of characters than there are defined features for an API, all features that would be represented by characters that are not present in the string are not supported. ApiSuppFeats *string `json:"apiSuppFeats,omitempty"` PubApiPath *PublishedApiPath `json:"pubApiPath,omitempty"` // CAPIF core function identifier. CcfId *string `json:"ccfId,omitempty"` }
ServiceAPIDescription Represents the description of a service API as published by the APF.
func NewServiceAPIDescription ¶
func NewServiceAPIDescription(apiName string) *ServiceAPIDescription
NewServiceAPIDescription instantiates a new ServiceAPIDescription object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewServiceAPIDescriptionWithDefaults ¶
func NewServiceAPIDescriptionWithDefaults() *ServiceAPIDescription
NewServiceAPIDescriptionWithDefaults instantiates a new ServiceAPIDescription object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ServiceAPIDescription) GetAefProfiles ¶
func (o *ServiceAPIDescription) GetAefProfiles() []AefProfile
GetAefProfiles returns the AefProfiles field value if set, zero value otherwise.
func (*ServiceAPIDescription) GetAefProfilesOk ¶
func (o *ServiceAPIDescription) GetAefProfilesOk() ([]AefProfile, bool)
GetAefProfilesOk returns a tuple with the AefProfiles field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceAPIDescription) GetApiId ¶
func (o *ServiceAPIDescription) GetApiId() string
GetApiId returns the ApiId field value if set, zero value otherwise.
func (*ServiceAPIDescription) GetApiIdOk ¶
func (o *ServiceAPIDescription) GetApiIdOk() (*string, bool)
GetApiIdOk returns a tuple with the ApiId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceAPIDescription) GetApiName ¶
func (o *ServiceAPIDescription) GetApiName() string
GetApiName returns the ApiName field value
func (*ServiceAPIDescription) GetApiNameOk ¶
func (o *ServiceAPIDescription) GetApiNameOk() (*string, bool)
GetApiNameOk returns a tuple with the ApiName field value and a boolean to check if the value has been set.
func (*ServiceAPIDescription) GetApiSuppFeats ¶
func (o *ServiceAPIDescription) GetApiSuppFeats() string
GetApiSuppFeats returns the ApiSuppFeats field value if set, zero value otherwise.
func (*ServiceAPIDescription) GetApiSuppFeatsOk ¶
func (o *ServiceAPIDescription) GetApiSuppFeatsOk() (*string, bool)
GetApiSuppFeatsOk returns a tuple with the ApiSuppFeats field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceAPIDescription) GetCcfId ¶
func (o *ServiceAPIDescription) GetCcfId() string
GetCcfId returns the CcfId field value if set, zero value otherwise.
func (*ServiceAPIDescription) GetCcfIdOk ¶
func (o *ServiceAPIDescription) GetCcfIdOk() (*string, bool)
GetCcfIdOk returns a tuple with the CcfId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceAPIDescription) GetDescription ¶
func (o *ServiceAPIDescription) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*ServiceAPIDescription) GetDescriptionOk ¶
func (o *ServiceAPIDescription) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceAPIDescription) GetPubApiPath ¶
func (o *ServiceAPIDescription) GetPubApiPath() PublishedApiPath
GetPubApiPath returns the PubApiPath field value if set, zero value otherwise.
func (*ServiceAPIDescription) GetPubApiPathOk ¶
func (o *ServiceAPIDescription) GetPubApiPathOk() (*PublishedApiPath, bool)
GetPubApiPathOk returns a tuple with the PubApiPath field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceAPIDescription) GetServiceAPICategory ¶
func (o *ServiceAPIDescription) GetServiceAPICategory() string
GetServiceAPICategory returns the ServiceAPICategory field value if set, zero value otherwise.
func (*ServiceAPIDescription) GetServiceAPICategoryOk ¶
func (o *ServiceAPIDescription) GetServiceAPICategoryOk() (*string, bool)
GetServiceAPICategoryOk returns a tuple with the ServiceAPICategory field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceAPIDescription) GetShareableInfo ¶
func (o *ServiceAPIDescription) GetShareableInfo() ShareableInformation
GetShareableInfo returns the ShareableInfo field value if set, zero value otherwise.
func (*ServiceAPIDescription) GetShareableInfoOk ¶
func (o *ServiceAPIDescription) GetShareableInfoOk() (*ShareableInformation, bool)
GetShareableInfoOk returns a tuple with the ShareableInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceAPIDescription) GetSupportedFeatures ¶
func (o *ServiceAPIDescription) GetSupportedFeatures() string
GetSupportedFeatures returns the SupportedFeatures field value if set, zero value otherwise.
func (*ServiceAPIDescription) GetSupportedFeaturesOk ¶
func (o *ServiceAPIDescription) GetSupportedFeaturesOk() (*string, bool)
GetSupportedFeaturesOk returns a tuple with the SupportedFeatures field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceAPIDescription) HasAefProfiles ¶
func (o *ServiceAPIDescription) HasAefProfiles() bool
HasAefProfiles returns a boolean if a field has been set.
func (*ServiceAPIDescription) HasApiId ¶
func (o *ServiceAPIDescription) HasApiId() bool
HasApiId returns a boolean if a field has been set.
func (*ServiceAPIDescription) HasApiSuppFeats ¶
func (o *ServiceAPIDescription) HasApiSuppFeats() bool
HasApiSuppFeats returns a boolean if a field has been set.
func (*ServiceAPIDescription) HasCcfId ¶
func (o *ServiceAPIDescription) HasCcfId() bool
HasCcfId returns a boolean if a field has been set.
func (*ServiceAPIDescription) HasDescription ¶
func (o *ServiceAPIDescription) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*ServiceAPIDescription) HasPubApiPath ¶
func (o *ServiceAPIDescription) HasPubApiPath() bool
HasPubApiPath returns a boolean if a field has been set.
func (*ServiceAPIDescription) HasServiceAPICategory ¶
func (o *ServiceAPIDescription) HasServiceAPICategory() bool
HasServiceAPICategory returns a boolean if a field has been set.
func (*ServiceAPIDescription) HasShareableInfo ¶
func (o *ServiceAPIDescription) HasShareableInfo() bool
HasShareableInfo returns a boolean if a field has been set.
func (*ServiceAPIDescription) HasSupportedFeatures ¶
func (o *ServiceAPIDescription) HasSupportedFeatures() bool
HasSupportedFeatures returns a boolean if a field has been set.
func (ServiceAPIDescription) MarshalJSON ¶
func (o ServiceAPIDescription) MarshalJSON() ([]byte, error)
func (*ServiceAPIDescription) SetAefProfiles ¶
func (o *ServiceAPIDescription) SetAefProfiles(v []AefProfile)
SetAefProfiles gets a reference to the given []AefProfile and assigns it to the AefProfiles field.
func (*ServiceAPIDescription) SetApiId ¶
func (o *ServiceAPIDescription) SetApiId(v string)
SetApiId gets a reference to the given string and assigns it to the ApiId field.
func (*ServiceAPIDescription) SetApiName ¶
func (o *ServiceAPIDescription) SetApiName(v string)
SetApiName sets field value
func (*ServiceAPIDescription) SetApiSuppFeats ¶
func (o *ServiceAPIDescription) SetApiSuppFeats(v string)
SetApiSuppFeats gets a reference to the given string and assigns it to the ApiSuppFeats field.
func (*ServiceAPIDescription) SetCcfId ¶
func (o *ServiceAPIDescription) SetCcfId(v string)
SetCcfId gets a reference to the given string and assigns it to the CcfId field.
func (*ServiceAPIDescription) SetDescription ¶
func (o *ServiceAPIDescription) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*ServiceAPIDescription) SetPubApiPath ¶
func (o *ServiceAPIDescription) SetPubApiPath(v PublishedApiPath)
SetPubApiPath gets a reference to the given PublishedApiPath and assigns it to the PubApiPath field.
func (*ServiceAPIDescription) SetServiceAPICategory ¶
func (o *ServiceAPIDescription) SetServiceAPICategory(v string)
SetServiceAPICategory gets a reference to the given string and assigns it to the ServiceAPICategory field.
func (*ServiceAPIDescription) SetShareableInfo ¶
func (o *ServiceAPIDescription) SetShareableInfo(v ShareableInformation)
SetShareableInfo gets a reference to the given ShareableInformation and assigns it to the ShareableInfo field.
func (*ServiceAPIDescription) SetSupportedFeatures ¶
func (o *ServiceAPIDescription) SetSupportedFeatures(v string)
SetSupportedFeatures gets a reference to the given string and assigns it to the SupportedFeatures field.
func (ServiceAPIDescription) ToMap ¶
func (o ServiceAPIDescription) ToMap() (map[string]interface{}, error)
type ShareableInformation ¶
type ShareableInformation struct { bool `json:"isShareable"` CapifProvDoms []string `json:"capifProvDoms,omitempty"` }IsShareable
ShareableInformation Indicates whether the service API and/or the service API category can be shared to the list of CAPIF provider domains.
func NewShareableInformation ¶
func NewShareableInformation(isShareable bool) *ShareableInformation
NewShareableInformation instantiates a new ShareableInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewShareableInformationWithDefaults ¶
func NewShareableInformationWithDefaults() *ShareableInformation
NewShareableInformationWithDefaults instantiates a new ShareableInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ShareableInformation) GetCapifProvDoms ¶
func (o *ShareableInformation) GetCapifProvDoms() []string
GetCapifProvDoms returns the CapifProvDoms field value if set, zero value otherwise.
func (*ShareableInformation) GetCapifProvDomsOk ¶
func (o *ShareableInformation) GetCapifProvDomsOk() ([]string, bool)
GetCapifProvDomsOk returns a tuple with the CapifProvDoms field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ShareableInformation) GetIsShareable ¶
func (o *ShareableInformation) GetIsShareable() bool
GetIsShareable returns the IsShareable field value
func (*ShareableInformation) GetIsShareableOk ¶
func (o *ShareableInformation) GetIsShareableOk() (*bool, bool)
GetIsShareableOk returns a tuple with the IsShareable field value and a boolean to check if the value has been set.
func (*ShareableInformation) HasCapifProvDoms ¶
func (o *ShareableInformation) HasCapifProvDoms() bool
HasCapifProvDoms returns a boolean if a field has been set.
func (ShareableInformation) MarshalJSON ¶
func (o ShareableInformation) MarshalJSON() ([]byte, error)
func (*ShareableInformation) SetCapifProvDoms ¶
func (o *ShareableInformation) SetCapifProvDoms(v []string)
SetCapifProvDoms gets a reference to the given []string and assigns it to the CapifProvDoms field.
func (*ShareableInformation) SetIsShareable ¶
func (o *ShareableInformation) SetIsShareable(v bool)
SetIsShareable sets field value
func (ShareableInformation) ToMap ¶
func (o ShareableInformation) ToMap() (map[string]interface{}, error)
type SupportedGADShapes ¶
type SupportedGADShapes struct {
String *string
}
SupportedGADShapes Indicates supported GAD shapes.
func (*SupportedGADShapes) MarshalJSON ¶
func (src *SupportedGADShapes) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*SupportedGADShapes) UnmarshalJSON ¶
func (dst *SupportedGADShapes) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type TimeRangeList ¶
type TimeRangeList struct { // string with format \"date-time\" as defined in OpenAPI. StartTime *time.Time `json:"startTime,omitempty"` // string with format \"date-time\" as defined in OpenAPI. StopTime *time.Time `json:"stopTime,omitempty"` }
TimeRangeList Represents the time range during which the invocation of a service API is allowed by the API invoker.
func NewTimeRangeList ¶
func NewTimeRangeList() *TimeRangeList
NewTimeRangeList instantiates a new TimeRangeList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTimeRangeListWithDefaults ¶
func NewTimeRangeListWithDefaults() *TimeRangeList
NewTimeRangeListWithDefaults instantiates a new TimeRangeList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TimeRangeList) GetStartTime ¶
func (o *TimeRangeList) GetStartTime() time.Time
GetStartTime returns the StartTime field value if set, zero value otherwise.
func (*TimeRangeList) GetStartTimeOk ¶
func (o *TimeRangeList) GetStartTimeOk() (*time.Time, bool)
GetStartTimeOk returns a tuple with the StartTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TimeRangeList) GetStopTime ¶
func (o *TimeRangeList) GetStopTime() time.Time
GetStopTime returns the StopTime field value if set, zero value otherwise.
func (*TimeRangeList) GetStopTimeOk ¶
func (o *TimeRangeList) GetStopTimeOk() (*time.Time, bool)
GetStopTimeOk returns a tuple with the StopTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TimeRangeList) HasStartTime ¶
func (o *TimeRangeList) HasStartTime() bool
HasStartTime returns a boolean if a field has been set.
func (*TimeRangeList) HasStopTime ¶
func (o *TimeRangeList) HasStopTime() bool
HasStopTime returns a boolean if a field has been set.
func (TimeRangeList) MarshalJSON ¶
func (o TimeRangeList) MarshalJSON() ([]byte, error)
func (*TimeRangeList) SetStartTime ¶
func (o *TimeRangeList) SetStartTime(v time.Time)
SetStartTime gets a reference to the given time.Time and assigns it to the StartTime field.
func (*TimeRangeList) SetStopTime ¶
func (o *TimeRangeList) SetStopTime(v time.Time)
SetStopTime gets a reference to the given time.Time and assigns it to the StopTime field.
func (TimeRangeList) ToMap ¶
func (o TimeRangeList) ToMap() (map[string]interface{}, error)
type TopologyHiding ¶
type TopologyHiding struct { ApiId string `json:"apiId"` RoutingRules []RoutingRule `json:"routingRules"` }
TopologyHiding Represents the routing rules information of a service API.
func NewTopologyHiding ¶
func NewTopologyHiding(apiId string, routingRules []RoutingRule) *TopologyHiding
NewTopologyHiding instantiates a new TopologyHiding object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTopologyHidingWithDefaults ¶
func NewTopologyHidingWithDefaults() *TopologyHiding
NewTopologyHidingWithDefaults instantiates a new TopologyHiding object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TopologyHiding) GetApiId ¶
func (o *TopologyHiding) GetApiId() string
GetApiId returns the ApiId field value
func (*TopologyHiding) GetApiIdOk ¶
func (o *TopologyHiding) GetApiIdOk() (*string, bool)
GetApiIdOk returns a tuple with the ApiId field value and a boolean to check if the value has been set.
func (*TopologyHiding) GetRoutingRules ¶
func (o *TopologyHiding) GetRoutingRules() []RoutingRule
GetRoutingRules returns the RoutingRules field value
func (*TopologyHiding) GetRoutingRulesOk ¶
func (o *TopologyHiding) GetRoutingRulesOk() ([]RoutingRule, bool)
GetRoutingRulesOk returns a tuple with the RoutingRules field value and a boolean to check if the value has been set.
func (TopologyHiding) MarshalJSON ¶
func (o TopologyHiding) MarshalJSON() ([]byte, error)
func (*TopologyHiding) SetApiId ¶
func (o *TopologyHiding) SetApiId(v string)
SetApiId sets field value
func (*TopologyHiding) SetRoutingRules ¶
func (o *TopologyHiding) SetRoutingRules(v []RoutingRule)
SetRoutingRules sets field value
func (TopologyHiding) ToMap ¶
func (o TopologyHiding) ToMap() (map[string]interface{}, error)
type UncertaintyEllipse ¶
type UncertaintyEllipse struct { // Indicates value of uncertainty. SemiMajor float32 `json:"semiMajor"` // Indicates value of uncertainty. SemiMinor float32 `json:"semiMinor"` // Indicates value of orientation angle. OrientationMajor int32 `json:"orientationMajor"` }
UncertaintyEllipse Ellipse with uncertainty.
func NewUncertaintyEllipse ¶
func NewUncertaintyEllipse(semiMajor float32, semiMinor float32, orientationMajor int32) *UncertaintyEllipse
NewUncertaintyEllipse instantiates a new UncertaintyEllipse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUncertaintyEllipseWithDefaults ¶
func NewUncertaintyEllipseWithDefaults() *UncertaintyEllipse
NewUncertaintyEllipseWithDefaults instantiates a new UncertaintyEllipse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UncertaintyEllipse) GetOrientationMajor ¶
func (o *UncertaintyEllipse) GetOrientationMajor() int32
GetOrientationMajor returns the OrientationMajor field value
func (*UncertaintyEllipse) GetOrientationMajorOk ¶
func (o *UncertaintyEllipse) GetOrientationMajorOk() (*int32, bool)
GetOrientationMajorOk returns a tuple with the OrientationMajor field value and a boolean to check if the value has been set.
func (*UncertaintyEllipse) GetSemiMajor ¶
func (o *UncertaintyEllipse) GetSemiMajor() float32
GetSemiMajor returns the SemiMajor field value
func (*UncertaintyEllipse) GetSemiMajorOk ¶
func (o *UncertaintyEllipse) GetSemiMajorOk() (*float32, bool)
GetSemiMajorOk returns a tuple with the SemiMajor field value and a boolean to check if the value has been set.
func (*UncertaintyEllipse) GetSemiMinor ¶
func (o *UncertaintyEllipse) GetSemiMinor() float32
GetSemiMinor returns the SemiMinor field value
func (*UncertaintyEllipse) GetSemiMinorOk ¶
func (o *UncertaintyEllipse) GetSemiMinorOk() (*float32, bool)
GetSemiMinorOk returns a tuple with the SemiMinor field value and a boolean to check if the value has been set.
func (UncertaintyEllipse) MarshalJSON ¶
func (o UncertaintyEllipse) MarshalJSON() ([]byte, error)
func (*UncertaintyEllipse) SetOrientationMajor ¶
func (o *UncertaintyEllipse) SetOrientationMajor(v int32)
SetOrientationMajor sets field value
func (*UncertaintyEllipse) SetSemiMajor ¶
func (o *UncertaintyEllipse) SetSemiMajor(v float32)
SetSemiMajor sets field value
func (*UncertaintyEllipse) SetSemiMinor ¶
func (o *UncertaintyEllipse) SetSemiMinor(v float32)
SetSemiMinor sets field value
func (UncertaintyEllipse) ToMap ¶
func (o UncertaintyEllipse) ToMap() (map[string]interface{}, error)
type UncertaintyEllipsoid ¶
type UncertaintyEllipsoid struct { // Indicates value of uncertainty. SemiMajor float32 `json:"semiMajor"` // Indicates value of uncertainty. SemiMinor float32 `json:"semiMinor"` // Indicates value of uncertainty. Vertical float32 `json:"vertical"` // Indicates value of orientation angle. OrientationMajor int32 `json:"orientationMajor"` }
UncertaintyEllipsoid Ellipsoid with uncertainty
func NewUncertaintyEllipsoid ¶
func NewUncertaintyEllipsoid(semiMajor float32, semiMinor float32, vertical float32, orientationMajor int32) *UncertaintyEllipsoid
NewUncertaintyEllipsoid instantiates a new UncertaintyEllipsoid object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUncertaintyEllipsoidWithDefaults ¶
func NewUncertaintyEllipsoidWithDefaults() *UncertaintyEllipsoid
NewUncertaintyEllipsoidWithDefaults instantiates a new UncertaintyEllipsoid object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UncertaintyEllipsoid) GetOrientationMajor ¶
func (o *UncertaintyEllipsoid) GetOrientationMajor() int32
GetOrientationMajor returns the OrientationMajor field value
func (*UncertaintyEllipsoid) GetOrientationMajorOk ¶
func (o *UncertaintyEllipsoid) GetOrientationMajorOk() (*int32, bool)
GetOrientationMajorOk returns a tuple with the OrientationMajor field value and a boolean to check if the value has been set.
func (*UncertaintyEllipsoid) GetSemiMajor ¶
func (o *UncertaintyEllipsoid) GetSemiMajor() float32
GetSemiMajor returns the SemiMajor field value
func (*UncertaintyEllipsoid) GetSemiMajorOk ¶
func (o *UncertaintyEllipsoid) GetSemiMajorOk() (*float32, bool)
GetSemiMajorOk returns a tuple with the SemiMajor field value and a boolean to check if the value has been set.
func (*UncertaintyEllipsoid) GetSemiMinor ¶
func (o *UncertaintyEllipsoid) GetSemiMinor() float32
GetSemiMinor returns the SemiMinor field value
func (*UncertaintyEllipsoid) GetSemiMinorOk ¶
func (o *UncertaintyEllipsoid) GetSemiMinorOk() (*float32, bool)
GetSemiMinorOk returns a tuple with the SemiMinor field value and a boolean to check if the value has been set.
func (*UncertaintyEllipsoid) GetVertical ¶
func (o *UncertaintyEllipsoid) GetVertical() float32
GetVertical returns the Vertical field value
func (*UncertaintyEllipsoid) GetVerticalOk ¶
func (o *UncertaintyEllipsoid) GetVerticalOk() (*float32, bool)
GetVerticalOk returns a tuple with the Vertical field value and a boolean to check if the value has been set.
func (UncertaintyEllipsoid) MarshalJSON ¶
func (o UncertaintyEllipsoid) MarshalJSON() ([]byte, error)
func (*UncertaintyEllipsoid) SetOrientationMajor ¶
func (o *UncertaintyEllipsoid) SetOrientationMajor(v int32)
SetOrientationMajor sets field value
func (*UncertaintyEllipsoid) SetSemiMajor ¶
func (o *UncertaintyEllipsoid) SetSemiMajor(v float32)
SetSemiMajor sets field value
func (*UncertaintyEllipsoid) SetSemiMinor ¶
func (o *UncertaintyEllipsoid) SetSemiMinor(v float32)
SetSemiMinor sets field value
func (*UncertaintyEllipsoid) SetVertical ¶
func (o *UncertaintyEllipsoid) SetVertical(v float32)
SetVertical sets field value
func (UncertaintyEllipsoid) ToMap ¶
func (o UncertaintyEllipsoid) ToMap() (map[string]interface{}, error)
type Version ¶
type Version struct { // API major version in URI (e.g. v1) ApiVersion string `json:"apiVersion"` // string with format \"date-time\" as defined in OpenAPI. Expiry *time.Time `json:"expiry,omitempty"` // Resources supported by the API. Resources []Resource `json:"resources,omitempty"` // Custom operations without resource association. CustOperations []CustomOperation `json:"custOperations,omitempty"` }
Version Represents the API version information.
func NewVersion ¶
NewVersion instantiates a new Version object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewVersionWithDefaults ¶
func NewVersionWithDefaults() *Version
NewVersionWithDefaults instantiates a new Version object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Version) GetApiVersion ¶
GetApiVersion returns the ApiVersion field value
func (*Version) GetApiVersionOk ¶
GetApiVersionOk returns a tuple with the ApiVersion field value and a boolean to check if the value has been set.
func (*Version) GetCustOperations ¶
func (o *Version) GetCustOperations() []CustomOperation
GetCustOperations returns the CustOperations field value if set, zero value otherwise.
func (*Version) GetCustOperationsOk ¶
func (o *Version) GetCustOperationsOk() ([]CustomOperation, bool)
GetCustOperationsOk returns a tuple with the CustOperations field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Version) GetExpiryOk ¶
GetExpiryOk returns a tuple with the Expiry field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Version) GetResources ¶
GetResources returns the Resources field value if set, zero value otherwise.
func (*Version) GetResourcesOk ¶
GetResourcesOk returns a tuple with the Resources field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Version) HasCustOperations ¶
HasCustOperations returns a boolean if a field has been set.
func (*Version) HasResources ¶
HasResources returns a boolean if a field has been set.
func (Version) MarshalJSON ¶
func (*Version) SetApiVersion ¶
SetApiVersion sets field value
func (*Version) SetCustOperations ¶
func (o *Version) SetCustOperations(v []CustomOperation)
SetCustOperations gets a reference to the given []CustomOperation and assigns it to the CustOperations field.
func (*Version) SetExpiry ¶
SetExpiry gets a reference to the given time.Time and assigns it to the Expiry field.
func (*Version) SetResources ¶
SetResources gets a reference to the given []Resource and assigns it to the Resources field.
type WebsockNotifConfig ¶
type WebsockNotifConfig struct { // string formatted according to IETF RFC 3986 identifying a referenced resource. WebsocketUri *string `json:"websocketUri,omitempty"` // Set by the SCS/AS to indicate that the Websocket delivery is requested. RequestWebsocketUri *bool `json:"requestWebsocketUri,omitempty"` }
WebsockNotifConfig Represents the configuration information for the delivery of notifications over Websockets.
func NewWebsockNotifConfig ¶
func NewWebsockNotifConfig() *WebsockNotifConfig
NewWebsockNotifConfig instantiates a new WebsockNotifConfig object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWebsockNotifConfigWithDefaults ¶
func NewWebsockNotifConfigWithDefaults() *WebsockNotifConfig
NewWebsockNotifConfigWithDefaults instantiates a new WebsockNotifConfig object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WebsockNotifConfig) GetRequestWebsocketUri ¶
func (o *WebsockNotifConfig) GetRequestWebsocketUri() bool
GetRequestWebsocketUri returns the RequestWebsocketUri field value if set, zero value otherwise.
func (*WebsockNotifConfig) GetRequestWebsocketUriOk ¶
func (o *WebsockNotifConfig) GetRequestWebsocketUriOk() (*bool, bool)
GetRequestWebsocketUriOk returns a tuple with the RequestWebsocketUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WebsockNotifConfig) GetWebsocketUri ¶
func (o *WebsockNotifConfig) GetWebsocketUri() string
GetWebsocketUri returns the WebsocketUri field value if set, zero value otherwise.
func (*WebsockNotifConfig) GetWebsocketUriOk ¶
func (o *WebsockNotifConfig) GetWebsocketUriOk() (*string, bool)
GetWebsocketUriOk returns a tuple with the WebsocketUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WebsockNotifConfig) HasRequestWebsocketUri ¶
func (o *WebsockNotifConfig) HasRequestWebsocketUri() bool
HasRequestWebsocketUri returns a boolean if a field has been set.
func (*WebsockNotifConfig) HasWebsocketUri ¶
func (o *WebsockNotifConfig) HasWebsocketUri() bool
HasWebsocketUri returns a boolean if a field has been set.
func (WebsockNotifConfig) MarshalJSON ¶
func (o WebsockNotifConfig) MarshalJSON() ([]byte, error)
func (*WebsockNotifConfig) SetRequestWebsocketUri ¶
func (o *WebsockNotifConfig) SetRequestWebsocketUri(v bool)
SetRequestWebsocketUri gets a reference to the given bool and assigns it to the RequestWebsocketUri field.
func (*WebsockNotifConfig) SetWebsocketUri ¶
func (o *WebsockNotifConfig) SetWebsocketUri(v string)
SetWebsocketUri gets a reference to the given string and assigns it to the WebsocketUri field.
func (WebsockNotifConfig) ToMap ¶
func (o WebsockNotifConfig) ToMap() (map[string]interface{}, error)
Source Files ¶
- api_default.go
- client.go
- configuration.go
- model_access_control_policy_list.go
- model_access_control_policy_list_ext.go
- model_access_control_policy_list_ext_all_of.go
- model_aef_location.go
- model_aef_profile.go
- model_api_invoker_policy.go
- model_capif_event.go
- model_capif_event_detail.go
- model_capif_event_filter.go
- model_civic_address.go
- model_communication_type.go
- model_custom_operation.go
- model_data_format.go
- model_ellipsoid_arc.go
- model_ellipsoid_arc_all_of.go
- model_event_notification.go
- model_event_subscription.go
- model_gad_shape.go
- model_geographic_area.go
- model_geographical_coordinates.go
- model_interface_description.go
- model_invalid_param.go
- model_invocation_log.go
- model_ipv4_address_range.go
- model_ipv6_address_range.go
- model_local2d_point_uncertainty_ellipse.go
- model_local2d_point_uncertainty_ellipse_all_of.go
- model_local3d_point_uncertainty_ellipsoid.go
- model_local3d_point_uncertainty_ellipsoid_all_of.go
- model_local_origin.go
- model_log.go
- model_notification_flag.go
- model_notification_method.go
- model_operation.go
- model_partitioning_criteria.go
- model_point.go
- model_point_all_of.go
- model_point_altitude.go
- model_point_altitude_all_of.go
- model_point_altitude_uncertainty.go
- model_point_altitude_uncertainty_all_of.go
- model_point_uncertainty_circle.go
- model_point_uncertainty_circle_all_of.go
- model_point_uncertainty_ellipse.go
- model_point_uncertainty_ellipse_all_of.go
- model_polygon.go
- model_polygon_all_of.go
- model_problem_details.go
- model_protocol.go
- model_published_api_path.go
- model_relative_cartesian_location.go
- model_reporting_information.go
- model_resource.go
- model_routing_rule.go
- model_security_method.go
- model_service_api_description.go
- model_shareable_information.go
- model_supported_gad_shapes.go
- model_time_range_list.go
- model_topology_hiding.go
- model_uncertainty_ellipse.go
- model_uncertainty_ellipsoid.go
- model_version.go
- model_websock_notif_config.go
- response.go
- utils.go