Versions in this module Expand all Collapse all v1 v1.18.2 Apr 9, 2023 Changes in this version + func IsNil(i interface{}) bool v1.18.1 Apr 8, 2023 Changes in this version + var AllowedAsTimeResourceAnyOfEnumValues = []AsTimeResourceAnyOf + var AllowedGmCapableAnyOfEnumValues = []GmCapableAnyOf + var AllowedInstanceTypeAnyOfEnumValues = []InstanceTypeAnyOf + var AllowedNotificationMethodAnyOfEnumValues = []NotificationMethodAnyOf + var AllowedProtocolAnyOfEnumValues = []ProtocolAnyOf + var AllowedSubscribedEventAnyOfEnumValues = []SubscribedEventAnyOf + var ContextOAuth2 = contextKey("token") + var ContextOperationServerIndices = contextKey("serverOperationIndices") + var ContextOperationServerVariables = contextKey("serverOperationVariables") + var ContextServerIndex = contextKey("serverIndex") + var ContextServerVariables = contextKey("serverVariables") + func CacheExpires(r *http.Response) time.Time + func PtrBool(v bool) *bool + func PtrFloat32(v float32) *float32 + func PtrFloat64(v float64) *float64 + func PtrInt(v int) *int + func PtrInt32(v int32) *int32 + func PtrInt64(v int64) *int64 + func PtrString(v string) *string + func PtrTime(v time.Time) *time.Time + type APIClient struct + IndividualTimeSynchronizationExposureConfigurationApi *IndividualTimeSynchronizationExposureConfigurationApiService + IndividualTimeSynchronizationExposureSubscriptionApi *IndividualTimeSynchronizationExposureSubscriptionApiService + TimeSynchronizationExposureConfigurationsApi *TimeSynchronizationExposureConfigurationsApiService + TimeSynchronizationExposureSubscriptionsApi *TimeSynchronizationExposureSubscriptionsApiService + func NewAPIClient(cfg *Configuration) *APIClient + func (c *APIClient) GetConfig() *Configuration + type APIKey struct + Key string + Prefix string + type APIResponse struct + Message string + Method string + Operation string + Payload []byte + RequestURL string + func NewAPIResponse(r *http.Response) *APIResponse + func NewAPIResponseWithError(errorMessage string) *APIResponse + type ApiCreateNewConfirguationRequest struct + ApiService *TimeSynchronizationExposureConfigurationsApiService + func (r ApiCreateNewConfirguationRequest) Execute() (*TimeSyncExposureConfig, *http.Response, error) + func (r ApiCreateNewConfirguationRequest) TimeSyncExposureConfig(timeSyncExposureConfig TimeSyncExposureConfig) ApiCreateNewConfirguationRequest + type ApiCreateNewSubscriptionRequest struct + ApiService *TimeSynchronizationExposureSubscriptionsApiService + func (r ApiCreateNewSubscriptionRequest) Execute() (*TimeSyncExposureSubsc, *http.Response, error) + func (r ApiCreateNewSubscriptionRequest) TimeSyncExposureSubsc(timeSyncExposureSubsc TimeSyncExposureSubsc) ApiCreateNewSubscriptionRequest + type ApiDeleteAnConfigurationRequest struct + ApiService *IndividualTimeSynchronizationExposureConfigurationApiService + func (r ApiDeleteAnConfigurationRequest) Execute() (*http.Response, error) + type ApiDeleteAnSubscriptionRequest struct + ApiService *IndividualTimeSynchronizationExposureSubscriptionApiService + func (r ApiDeleteAnSubscriptionRequest) Execute() (*http.Response, error) + type ApiFullyUpdateAnConfigurationRequest struct + ApiService *IndividualTimeSynchronizationExposureConfigurationApiService + func (r ApiFullyUpdateAnConfigurationRequest) Execute() (*TimeSyncExposureConfig, *http.Response, error) + func (r ApiFullyUpdateAnConfigurationRequest) TimeSyncExposureConfig(timeSyncExposureConfig TimeSyncExposureConfig) ApiFullyUpdateAnConfigurationRequest + type ApiFullyUpdateAnSubscriptionRequest struct + ApiService *IndividualTimeSynchronizationExposureSubscriptionApiService + func (r ApiFullyUpdateAnSubscriptionRequest) Execute() (*TimeSyncExposureSubsc, *http.Response, error) + func (r ApiFullyUpdateAnSubscriptionRequest) TimeSyncExposureSubsc(timeSyncExposureSubsc TimeSyncExposureSubsc) ApiFullyUpdateAnSubscriptionRequest + type ApiReadAllConfirguationsRequest struct + ApiService *TimeSynchronizationExposureConfigurationsApiService + func (r ApiReadAllConfirguationsRequest) Execute() ([]TimeSyncExposureConfig, *http.Response, error) + type ApiReadAllSubscriptionsRequest struct + ApiService *TimeSynchronizationExposureSubscriptionsApiService + func (r ApiReadAllSubscriptionsRequest) Execute() ([]TimeSyncExposureSubsc, *http.Response, error) + type ApiReadAnSubscriptionRequest struct + ApiService *IndividualTimeSynchronizationExposureSubscriptionApiService + func (r ApiReadAnSubscriptionRequest) Execute() (*TimeSyncExposureSubsc, *http.Response, error) + type ApiReadTimeSynSubscriptionRequest struct + ApiService *IndividualTimeSynchronizationExposureSubscriptionApiService + func (r ApiReadTimeSynSubscriptionRequest) Execute() (*TimeSyncExposureConfig, *http.Response, error) + type AsTimeResource struct + AsTimeResourceAnyOf *AsTimeResourceAnyOf + String *string + func (dst *AsTimeResource) UnmarshalJSON(data []byte) error + func (src *AsTimeResource) MarshalJSON() ([]byte, error) + type AsTimeResourceAnyOf string + const ATOMIC_CLOCK + const GNSS + const HAND_SET + const INTERNAL_OSCILLATOR + const NTP + const OTHER + const PTP + const SERIAL_TIME_CODE + const TERRESTRIAL_RADIO + func NewAsTimeResourceAnyOfFromValue(v string) (*AsTimeResourceAnyOf, error) + func (v *AsTimeResourceAnyOf) UnmarshalJSON(src []byte) error + func (v AsTimeResourceAnyOf) IsValid() bool + func (v AsTimeResourceAnyOf) Ptr() *AsTimeResourceAnyOf + type BasicAuth struct + Password string + UserName string + type ConfigForPort struct + Gpsi *string + LogAnnouInter *int32 + LogAnnouInterInd *bool + LogSyncInter *int32 + LogSyncInterInd *bool + N6Ind *bool + PtpEnable *bool + func NewConfigForPort() *ConfigForPort + func NewConfigForPortWithDefaults() *ConfigForPort + func (o *ConfigForPort) GetGpsi() string + func (o *ConfigForPort) GetGpsiOk() (*string, bool) + func (o *ConfigForPort) GetLogAnnouInter() int32 + func (o *ConfigForPort) GetLogAnnouInterInd() bool + func (o *ConfigForPort) GetLogAnnouInterIndOk() (*bool, bool) + func (o *ConfigForPort) GetLogAnnouInterOk() (*int32, bool) + func (o *ConfigForPort) GetLogSyncInter() int32 + func (o *ConfigForPort) GetLogSyncInterInd() bool + func (o *ConfigForPort) GetLogSyncInterIndOk() (*bool, bool) + func (o *ConfigForPort) GetLogSyncInterOk() (*int32, bool) + func (o *ConfigForPort) GetN6Ind() bool + func (o *ConfigForPort) GetN6IndOk() (*bool, bool) + func (o *ConfigForPort) GetPtpEnable() bool + func (o *ConfigForPort) GetPtpEnableOk() (*bool, bool) + func (o *ConfigForPort) HasGpsi() bool + func (o *ConfigForPort) HasLogAnnouInter() bool + func (o *ConfigForPort) HasLogAnnouInterInd() bool + func (o *ConfigForPort) HasLogSyncInter() bool + func (o *ConfigForPort) HasLogSyncInterInd() bool + func (o *ConfigForPort) HasN6Ind() bool + func (o *ConfigForPort) HasPtpEnable() bool + func (o *ConfigForPort) SetGpsi(v string) + func (o *ConfigForPort) SetLogAnnouInter(v int32) + func (o *ConfigForPort) SetLogAnnouInterInd(v bool) + func (o *ConfigForPort) SetLogSyncInter(v int32) + func (o *ConfigForPort) SetLogSyncInterInd(v bool) + func (o *ConfigForPort) SetN6Ind(v bool) + func (o *ConfigForPort) SetPtpEnable(v bool) + func (o ConfigForPort) MarshalJSON() ([]byte, error) + func (o ConfigForPort) ToMap() (map[string]interface{}, error) + type Configuration struct + Debug bool + DefaultHeader map[string]string + HTTPClient *http.Client + Host string + OperationServers map[string]ServerConfigurations + Scheme string + Servers ServerConfigurations + UserAgent string + func NewConfiguration() *Configuration + func (c *Configuration) AddDefaultHeader(key string, value string) + func (c *Configuration) ServerURL(index int, variables map[string]string) (string, error) + func (c *Configuration) ServerURLWithContext(ctx context.Context, endpoint string) (string, error) + type EventFilter struct + InstanceTypes []InstanceType + PtpProfiles []string + TransProtocols []Protocol + func NewEventFilter() *EventFilter + func NewEventFilterWithDefaults() *EventFilter + func (o *EventFilter) GetInstanceTypes() []InstanceType + func (o *EventFilter) GetInstanceTypesOk() ([]InstanceType, bool) + func (o *EventFilter) GetPtpProfiles() []string + func (o *EventFilter) GetPtpProfilesOk() ([]string, bool) + func (o *EventFilter) GetTransProtocols() []Protocol + func (o *EventFilter) GetTransProtocolsOk() ([]Protocol, bool) + func (o *EventFilter) HasInstanceTypes() bool + func (o *EventFilter) HasPtpProfiles() bool + func (o *EventFilter) HasTransProtocols() bool + func (o *EventFilter) SetInstanceTypes(v []InstanceType) + func (o *EventFilter) SetPtpProfiles(v []string) + func (o *EventFilter) SetTransProtocols(v []Protocol) + func (o EventFilter) MarshalJSON() ([]byte, error) + func (o EventFilter) ToMap() (map[string]interface{}, error) + type GenericOpenAPIError struct + func (e GenericOpenAPIError) Body() []byte + func (e GenericOpenAPIError) Error() string + func (e GenericOpenAPIError) Model() interface{} + type GmCapable struct + GmCapableAnyOf *GmCapableAnyOf + String *string + func (dst *GmCapable) UnmarshalJSON(data []byte) error + func (src *GmCapable) MarshalJSON() ([]byte, error) + type GmCapableAnyOf string + const GPTP + func NewGmCapableAnyOfFromValue(v string) (*GmCapableAnyOf, error) + func (v *GmCapableAnyOf) UnmarshalJSON(src []byte) error + func (v GmCapableAnyOf) IsValid() bool + func (v GmCapableAnyOf) Ptr() *GmCapableAnyOf + type IndividualTimeSynchronizationExposureConfigurationApiService service + func (a *IndividualTimeSynchronizationExposureConfigurationApiService) DeleteAnConfiguration(ctx context.Context, afId string, subscriptionId string, ...) ApiDeleteAnConfigurationRequest + func (a *IndividualTimeSynchronizationExposureConfigurationApiService) DeleteAnConfigurationExecute(r ApiDeleteAnConfigurationRequest) (*http.Response, error) + func (a *IndividualTimeSynchronizationExposureConfigurationApiService) FullyUpdateAnConfiguration(ctx context.Context, afId string, subscriptionId string, ...) ApiFullyUpdateAnConfigurationRequest + func (a *IndividualTimeSynchronizationExposureConfigurationApiService) FullyUpdateAnConfigurationExecute(r ApiFullyUpdateAnConfigurationRequest) (*TimeSyncExposureConfig, *http.Response, error) + type IndividualTimeSynchronizationExposureSubscriptionApiService service + func (a *IndividualTimeSynchronizationExposureSubscriptionApiService) DeleteAnSubscription(ctx context.Context, afId string, subscriptionId string) ApiDeleteAnSubscriptionRequest + func (a *IndividualTimeSynchronizationExposureSubscriptionApiService) DeleteAnSubscriptionExecute(r ApiDeleteAnSubscriptionRequest) (*http.Response, error) + func (a *IndividualTimeSynchronizationExposureSubscriptionApiService) FullyUpdateAnSubscription(ctx context.Context, afId string, subscriptionId string) ApiFullyUpdateAnSubscriptionRequest + func (a *IndividualTimeSynchronizationExposureSubscriptionApiService) FullyUpdateAnSubscriptionExecute(r ApiFullyUpdateAnSubscriptionRequest) (*TimeSyncExposureSubsc, *http.Response, error) + func (a *IndividualTimeSynchronizationExposureSubscriptionApiService) ReadAnSubscription(ctx context.Context, afId string, subscriptionId string) ApiReadAnSubscriptionRequest + func (a *IndividualTimeSynchronizationExposureSubscriptionApiService) ReadAnSubscriptionExecute(r ApiReadAnSubscriptionRequest) (*TimeSyncExposureSubsc, *http.Response, error) + func (a *IndividualTimeSynchronizationExposureSubscriptionApiService) ReadTimeSynSubscription(ctx context.Context, afId string, subscriptionId string, ...) ApiReadTimeSynSubscriptionRequest + func (a *IndividualTimeSynchronizationExposureSubscriptionApiService) ReadTimeSynSubscriptionExecute(r ApiReadTimeSynSubscriptionRequest) (*TimeSyncExposureConfig, *http.Response, error) + type InstanceType struct + InstanceTypeAnyOf *InstanceTypeAnyOf + String *string + func (dst *InstanceType) UnmarshalJSON(data []byte) error + func (src *InstanceType) MarshalJSON() ([]byte, error) + type InstanceTypeAnyOf string + const BOUNDARY_CLOCK + const E2_E_TRANS_CLOCK + const P2_P_RELAY_INSTANCE + const P2_P_TRANS_CLOCK + func NewInstanceTypeAnyOfFromValue(v string) (*InstanceTypeAnyOf, error) + func (v *InstanceTypeAnyOf) UnmarshalJSON(src []byte) error + func (v InstanceTypeAnyOf) IsValid() bool + func (v InstanceTypeAnyOf) Ptr() *InstanceTypeAnyOf + type InvalidParam struct + Param string + Reason *string + func NewInvalidParam(param string) *InvalidParam + func NewInvalidParamWithDefaults() *InvalidParam + func (o *InvalidParam) GetParam() string + func (o *InvalidParam) GetParamOk() (*string, bool) + func (o *InvalidParam) GetReason() string + func (o *InvalidParam) GetReasonOk() (*string, bool) + func (o *InvalidParam) HasReason() bool + func (o *InvalidParam) SetParam(v string) + func (o *InvalidParam) SetReason(v string) + func (o InvalidParam) MarshalJSON() ([]byte, error) + func (o InvalidParam) ToMap() (map[string]interface{}, error) + type MappedNullable interface + ToMap func() (map[string]interface{}, error) + type NotificationMethod struct + NotificationMethodAnyOf *NotificationMethodAnyOf + String *string + func (dst *NotificationMethod) UnmarshalJSON(data []byte) error + func (src *NotificationMethod) MarshalJSON() ([]byte, error) + type NotificationMethodAnyOf string + const ONE_TIME + const ON_EVENT_DETECTION + const PERIODIC + func NewNotificationMethodAnyOfFromValue(v string) (*NotificationMethodAnyOf, error) + func (v *NotificationMethodAnyOf) UnmarshalJSON(src []byte) error + func (v NotificationMethodAnyOf) IsValid() bool + func (v NotificationMethodAnyOf) Ptr() *NotificationMethodAnyOf + type NullableAsTimeResource struct + func NewNullableAsTimeResource(val *AsTimeResource) *NullableAsTimeResource + func (v *NullableAsTimeResource) Set(val *AsTimeResource) + func (v *NullableAsTimeResource) UnmarshalJSON(src []byte) error + func (v *NullableAsTimeResource) Unset() + func (v NullableAsTimeResource) Get() *AsTimeResource + func (v NullableAsTimeResource) IsSet() bool + func (v NullableAsTimeResource) MarshalJSON() ([]byte, error) + type NullableAsTimeResourceAnyOf struct + func NewNullableAsTimeResourceAnyOf(val *AsTimeResourceAnyOf) *NullableAsTimeResourceAnyOf + func (v *NullableAsTimeResourceAnyOf) Set(val *AsTimeResourceAnyOf) + func (v *NullableAsTimeResourceAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableAsTimeResourceAnyOf) Unset() + func (v NullableAsTimeResourceAnyOf) Get() *AsTimeResourceAnyOf + func (v NullableAsTimeResourceAnyOf) IsSet() bool + func (v NullableAsTimeResourceAnyOf) MarshalJSON() ([]byte, error) + type NullableBool struct + func NewNullableBool(val *bool) *NullableBool + func (v *NullableBool) Set(val *bool) + func (v *NullableBool) UnmarshalJSON(src []byte) error + func (v *NullableBool) Unset() + func (v NullableBool) Get() *bool + func (v NullableBool) IsSet() bool + func (v NullableBool) MarshalJSON() ([]byte, error) + type NullableConfigForPort struct + func NewNullableConfigForPort(val *ConfigForPort) *NullableConfigForPort + func (v *NullableConfigForPort) Set(val *ConfigForPort) + func (v *NullableConfigForPort) UnmarshalJSON(src []byte) error + func (v *NullableConfigForPort) Unset() + func (v NullableConfigForPort) Get() *ConfigForPort + func (v NullableConfigForPort) IsSet() bool + func (v NullableConfigForPort) MarshalJSON() ([]byte, error) + type NullableEventFilter struct + func NewNullableEventFilter(val *EventFilter) *NullableEventFilter + func (v *NullableEventFilter) Set(val *EventFilter) + func (v *NullableEventFilter) UnmarshalJSON(src []byte) error + func (v *NullableEventFilter) Unset() + func (v NullableEventFilter) Get() *EventFilter + func (v NullableEventFilter) IsSet() bool + func (v NullableEventFilter) MarshalJSON() ([]byte, error) + type NullableFloat32 struct + func NewNullableFloat32(val *float32) *NullableFloat32 + func (v *NullableFloat32) Set(val *float32) + func (v *NullableFloat32) UnmarshalJSON(src []byte) error + func (v *NullableFloat32) Unset() + func (v NullableFloat32) Get() *float32 + func (v NullableFloat32) IsSet() bool + func (v NullableFloat32) MarshalJSON() ([]byte, error) + type NullableFloat64 struct + func NewNullableFloat64(val *float64) *NullableFloat64 + func (v *NullableFloat64) Set(val *float64) + func (v *NullableFloat64) UnmarshalJSON(src []byte) error + func (v *NullableFloat64) Unset() + func (v NullableFloat64) Get() *float64 + func (v NullableFloat64) IsSet() bool + func (v NullableFloat64) MarshalJSON() ([]byte, error) + type NullableGmCapable struct + func NewNullableGmCapable(val *GmCapable) *NullableGmCapable + func (v *NullableGmCapable) Set(val *GmCapable) + func (v *NullableGmCapable) UnmarshalJSON(src []byte) error + func (v *NullableGmCapable) Unset() + func (v NullableGmCapable) Get() *GmCapable + func (v NullableGmCapable) IsSet() bool + func (v NullableGmCapable) MarshalJSON() ([]byte, error) + type NullableGmCapableAnyOf struct + func NewNullableGmCapableAnyOf(val *GmCapableAnyOf) *NullableGmCapableAnyOf + func (v *NullableGmCapableAnyOf) Set(val *GmCapableAnyOf) + func (v *NullableGmCapableAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableGmCapableAnyOf) Unset() + func (v NullableGmCapableAnyOf) Get() *GmCapableAnyOf + func (v NullableGmCapableAnyOf) IsSet() bool + func (v NullableGmCapableAnyOf) MarshalJSON() ([]byte, error) + type NullableInstanceType struct + func NewNullableInstanceType(val *InstanceType) *NullableInstanceType + func (v *NullableInstanceType) Set(val *InstanceType) + func (v *NullableInstanceType) UnmarshalJSON(src []byte) error + func (v *NullableInstanceType) Unset() + func (v NullableInstanceType) Get() *InstanceType + func (v NullableInstanceType) IsSet() bool + func (v NullableInstanceType) MarshalJSON() ([]byte, error) + type NullableInstanceTypeAnyOf struct + func NewNullableInstanceTypeAnyOf(val *InstanceTypeAnyOf) *NullableInstanceTypeAnyOf + func (v *NullableInstanceTypeAnyOf) Set(val *InstanceTypeAnyOf) + func (v *NullableInstanceTypeAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableInstanceTypeAnyOf) Unset() + func (v NullableInstanceTypeAnyOf) Get() *InstanceTypeAnyOf + func (v NullableInstanceTypeAnyOf) IsSet() bool + func (v NullableInstanceTypeAnyOf) MarshalJSON() ([]byte, error) + type NullableInt struct + func NewNullableInt(val *int) *NullableInt + func (v *NullableInt) Set(val *int) + func (v *NullableInt) UnmarshalJSON(src []byte) error + func (v *NullableInt) Unset() + func (v NullableInt) Get() *int + func (v NullableInt) IsSet() bool + func (v NullableInt) MarshalJSON() ([]byte, error) + type NullableInt32 struct + func NewNullableInt32(val *int32) *NullableInt32 + func (v *NullableInt32) Set(val *int32) + func (v *NullableInt32) UnmarshalJSON(src []byte) error + func (v *NullableInt32) Unset() + func (v NullableInt32) Get() *int32 + func (v NullableInt32) IsSet() bool + func (v NullableInt32) MarshalJSON() ([]byte, error) + type NullableInt64 struct + func NewNullableInt64(val *int64) *NullableInt64 + func (v *NullableInt64) Set(val *int64) + func (v *NullableInt64) UnmarshalJSON(src []byte) error + func (v *NullableInt64) Unset() + func (v NullableInt64) Get() *int64 + func (v NullableInt64) IsSet() bool + func (v NullableInt64) MarshalJSON() ([]byte, error) + type NullableInvalidParam struct + func NewNullableInvalidParam(val *InvalidParam) *NullableInvalidParam + func (v *NullableInvalidParam) Set(val *InvalidParam) + func (v *NullableInvalidParam) UnmarshalJSON(src []byte) error + func (v *NullableInvalidParam) Unset() + func (v NullableInvalidParam) Get() *InvalidParam + func (v NullableInvalidParam) IsSet() bool + func (v NullableInvalidParam) MarshalJSON() ([]byte, error) + type NullableNotificationMethod struct + func NewNullableNotificationMethod(val *NotificationMethod) *NullableNotificationMethod + func (v *NullableNotificationMethod) Set(val *NotificationMethod) + func (v *NullableNotificationMethod) UnmarshalJSON(src []byte) error + func (v *NullableNotificationMethod) Unset() + func (v NullableNotificationMethod) Get() *NotificationMethod + func (v NullableNotificationMethod) IsSet() bool + func (v NullableNotificationMethod) MarshalJSON() ([]byte, error) + type NullableNotificationMethodAnyOf struct + func NewNullableNotificationMethodAnyOf(val *NotificationMethodAnyOf) *NullableNotificationMethodAnyOf + func (v *NullableNotificationMethodAnyOf) Set(val *NotificationMethodAnyOf) + func (v *NullableNotificationMethodAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableNotificationMethodAnyOf) Unset() + func (v NullableNotificationMethodAnyOf) Get() *NotificationMethodAnyOf + func (v NullableNotificationMethodAnyOf) IsSet() bool + func (v NullableNotificationMethodAnyOf) MarshalJSON() ([]byte, error) + type NullableProblemDetails struct + func NewNullableProblemDetails(val *ProblemDetails) *NullableProblemDetails + func (v *NullableProblemDetails) Set(val *ProblemDetails) + func (v *NullableProblemDetails) UnmarshalJSON(src []byte) error + func (v *NullableProblemDetails) Unset() + func (v NullableProblemDetails) Get() *ProblemDetails + func (v NullableProblemDetails) IsSet() bool + func (v NullableProblemDetails) MarshalJSON() ([]byte, error) + type NullableProtocol struct + func NewNullableProtocol(val *Protocol) *NullableProtocol + func (v *NullableProtocol) Set(val *Protocol) + func (v *NullableProtocol) UnmarshalJSON(src []byte) error + func (v *NullableProtocol) Unset() + func (v NullableProtocol) Get() *Protocol + func (v NullableProtocol) IsSet() bool + func (v NullableProtocol) MarshalJSON() ([]byte, error) + type NullableProtocolAnyOf struct + func NewNullableProtocolAnyOf(val *ProtocolAnyOf) *NullableProtocolAnyOf + func (v *NullableProtocolAnyOf) Set(val *ProtocolAnyOf) + func (v *NullableProtocolAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableProtocolAnyOf) Unset() + func (v NullableProtocolAnyOf) Get() *ProtocolAnyOf + func (v NullableProtocolAnyOf) IsSet() bool + func (v NullableProtocolAnyOf) MarshalJSON() ([]byte, error) + type NullablePtpCapabilitiesPerUe struct + func NewNullablePtpCapabilitiesPerUe(val *PtpCapabilitiesPerUe) *NullablePtpCapabilitiesPerUe + func (v *NullablePtpCapabilitiesPerUe) Set(val *PtpCapabilitiesPerUe) + func (v *NullablePtpCapabilitiesPerUe) UnmarshalJSON(src []byte) error + func (v *NullablePtpCapabilitiesPerUe) Unset() + func (v NullablePtpCapabilitiesPerUe) Get() *PtpCapabilitiesPerUe + func (v NullablePtpCapabilitiesPerUe) IsSet() bool + func (v NullablePtpCapabilitiesPerUe) MarshalJSON() ([]byte, error) + type NullablePtpInstance struct + func NewNullablePtpInstance(val *PtpInstance) *NullablePtpInstance + func (v *NullablePtpInstance) Set(val *PtpInstance) + func (v *NullablePtpInstance) UnmarshalJSON(src []byte) error + func (v *NullablePtpInstance) Unset() + func (v NullablePtpInstance) Get() *PtpInstance + func (v NullablePtpInstance) IsSet() bool + func (v NullablePtpInstance) MarshalJSON() ([]byte, error) + type NullableSnssai struct + func NewNullableSnssai(val *Snssai) *NullableSnssai + func (v *NullableSnssai) Set(val *Snssai) + func (v *NullableSnssai) UnmarshalJSON(src []byte) error + func (v *NullableSnssai) Unset() + func (v NullableSnssai) Get() *Snssai + func (v NullableSnssai) IsSet() bool + func (v NullableSnssai) MarshalJSON() ([]byte, error) + type NullableStateOfConfiguration struct + func NewNullableStateOfConfiguration(val *StateOfConfiguration) *NullableStateOfConfiguration + func (v *NullableStateOfConfiguration) Set(val *StateOfConfiguration) + func (v *NullableStateOfConfiguration) UnmarshalJSON(src []byte) error + func (v *NullableStateOfConfiguration) Unset() + func (v NullableStateOfConfiguration) Get() *StateOfConfiguration + func (v NullableStateOfConfiguration) IsSet() bool + func (v NullableStateOfConfiguration) MarshalJSON() ([]byte, error) + type NullableStateOfDstt struct + func NewNullableStateOfDstt(val *StateOfDstt) *NullableStateOfDstt + func (v *NullableStateOfDstt) Set(val *StateOfDstt) + func (v *NullableStateOfDstt) UnmarshalJSON(src []byte) error + func (v *NullableStateOfDstt) Unset() + func (v NullableStateOfDstt) Get() *StateOfDstt + func (v NullableStateOfDstt) IsSet() bool + func (v NullableStateOfDstt) MarshalJSON() ([]byte, error) + type NullableString struct + func NewNullableString(val *string) *NullableString + func (v *NullableString) Set(val *string) + func (v *NullableString) UnmarshalJSON(src []byte) error + func (v *NullableString) Unset() + func (v NullableString) Get() *string + func (v NullableString) IsSet() bool + func (v NullableString) MarshalJSON() ([]byte, error) + type NullableSubsEventNotification struct + func NewNullableSubsEventNotification(val *SubsEventNotification) *NullableSubsEventNotification + func (v *NullableSubsEventNotification) Set(val *SubsEventNotification) + func (v *NullableSubsEventNotification) UnmarshalJSON(src []byte) error + func (v *NullableSubsEventNotification) Unset() + func (v NullableSubsEventNotification) Get() *SubsEventNotification + func (v NullableSubsEventNotification) IsSet() bool + func (v NullableSubsEventNotification) MarshalJSON() ([]byte, error) + type NullableSubscribedEvent struct + func NewNullableSubscribedEvent(val *SubscribedEvent) *NullableSubscribedEvent + func (v *NullableSubscribedEvent) Set(val *SubscribedEvent) + func (v *NullableSubscribedEvent) UnmarshalJSON(src []byte) error + func (v *NullableSubscribedEvent) Unset() + func (v NullableSubscribedEvent) Get() *SubscribedEvent + func (v NullableSubscribedEvent) IsSet() bool + func (v NullableSubscribedEvent) MarshalJSON() ([]byte, error) + type NullableSubscribedEventAnyOf struct + func NewNullableSubscribedEventAnyOf(val *SubscribedEventAnyOf) *NullableSubscribedEventAnyOf + func (v *NullableSubscribedEventAnyOf) Set(val *SubscribedEventAnyOf) + func (v *NullableSubscribedEventAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableSubscribedEventAnyOf) Unset() + func (v NullableSubscribedEventAnyOf) Get() *SubscribedEventAnyOf + func (v NullableSubscribedEventAnyOf) IsSet() bool + func (v NullableSubscribedEventAnyOf) MarshalJSON() ([]byte, error) + type NullableTemporalValidity struct + func NewNullableTemporalValidity(val *TemporalValidity) *NullableTemporalValidity + func (v *NullableTemporalValidity) Set(val *TemporalValidity) + func (v *NullableTemporalValidity) UnmarshalJSON(src []byte) error + func (v *NullableTemporalValidity) Unset() + func (v NullableTemporalValidity) Get() *TemporalValidity + func (v NullableTemporalValidity) IsSet() bool + func (v NullableTemporalValidity) MarshalJSON() ([]byte, error) + type NullableTime struct + func NewNullableTime(val *time.Time) *NullableTime + func (v *NullableTime) Set(val *time.Time) + func (v *NullableTime) UnmarshalJSON(src []byte) error + func (v *NullableTime) Unset() + func (v NullableTime) Get() *time.Time + func (v NullableTime) IsSet() bool + func (v NullableTime) MarshalJSON() ([]byte, error) + type NullableTimeSyncCapability struct + func NewNullableTimeSyncCapability(val *TimeSyncCapability) *NullableTimeSyncCapability + func (v *NullableTimeSyncCapability) Set(val *TimeSyncCapability) + func (v *NullableTimeSyncCapability) UnmarshalJSON(src []byte) error + func (v *NullableTimeSyncCapability) Unset() + func (v NullableTimeSyncCapability) Get() *TimeSyncCapability + func (v NullableTimeSyncCapability) IsSet() bool + func (v NullableTimeSyncCapability) MarshalJSON() ([]byte, error) + type NullableTimeSyncExposureConfig struct + func NewNullableTimeSyncExposureConfig(val *TimeSyncExposureConfig) *NullableTimeSyncExposureConfig + func (v *NullableTimeSyncExposureConfig) Set(val *TimeSyncExposureConfig) + func (v *NullableTimeSyncExposureConfig) UnmarshalJSON(src []byte) error + func (v *NullableTimeSyncExposureConfig) Unset() + func (v NullableTimeSyncExposureConfig) Get() *TimeSyncExposureConfig + func (v NullableTimeSyncExposureConfig) IsSet() bool + func (v NullableTimeSyncExposureConfig) MarshalJSON() ([]byte, error) + type NullableTimeSyncExposureConfigNotif struct + func NewNullableTimeSyncExposureConfigNotif(val *TimeSyncExposureConfigNotif) *NullableTimeSyncExposureConfigNotif + func (v *NullableTimeSyncExposureConfigNotif) Set(val *TimeSyncExposureConfigNotif) + func (v *NullableTimeSyncExposureConfigNotif) UnmarshalJSON(src []byte) error + func (v *NullableTimeSyncExposureConfigNotif) Unset() + func (v NullableTimeSyncExposureConfigNotif) Get() *TimeSyncExposureConfigNotif + func (v NullableTimeSyncExposureConfigNotif) IsSet() bool + func (v NullableTimeSyncExposureConfigNotif) MarshalJSON() ([]byte, error) + type NullableTimeSyncExposureSubsNotif struct + func NewNullableTimeSyncExposureSubsNotif(val *TimeSyncExposureSubsNotif) *NullableTimeSyncExposureSubsNotif + func (v *NullableTimeSyncExposureSubsNotif) Set(val *TimeSyncExposureSubsNotif) + func (v *NullableTimeSyncExposureSubsNotif) UnmarshalJSON(src []byte) error + func (v *NullableTimeSyncExposureSubsNotif) Unset() + func (v NullableTimeSyncExposureSubsNotif) Get() *TimeSyncExposureSubsNotif + func (v NullableTimeSyncExposureSubsNotif) IsSet() bool + func (v NullableTimeSyncExposureSubsNotif) MarshalJSON() ([]byte, error) + type NullableTimeSyncExposureSubsc struct + func NewNullableTimeSyncExposureSubsc(val *TimeSyncExposureSubsc) *NullableTimeSyncExposureSubsc + func (v *NullableTimeSyncExposureSubsc) Set(val *TimeSyncExposureSubsc) + func (v *NullableTimeSyncExposureSubsc) UnmarshalJSON(src []byte) error + func (v *NullableTimeSyncExposureSubsc) Unset() + func (v NullableTimeSyncExposureSubsc) Get() *TimeSyncExposureSubsc + func (v NullableTimeSyncExposureSubsc) IsSet() bool + func (v NullableTimeSyncExposureSubsc) MarshalJSON() ([]byte, error) + type NullableWebsockNotifConfig struct + func NewNullableWebsockNotifConfig(val *WebsockNotifConfig) *NullableWebsockNotifConfig + func (v *NullableWebsockNotifConfig) Set(val *WebsockNotifConfig) + func (v *NullableWebsockNotifConfig) UnmarshalJSON(src []byte) error + func (v *NullableWebsockNotifConfig) Unset() + func (v NullableWebsockNotifConfig) Get() *WebsockNotifConfig + func (v NullableWebsockNotifConfig) IsSet() bool + func (v NullableWebsockNotifConfig) MarshalJSON() ([]byte, error) + type ProblemDetails struct + Cause *string + Detail *string + Instance *string + InvalidParams []InvalidParam + Status *int32 + SupportedFeatures *string + Title *string + Type *string + func NewProblemDetails() *ProblemDetails + func NewProblemDetailsWithDefaults() *ProblemDetails + func (o *ProblemDetails) GetCause() string + func (o *ProblemDetails) GetCauseOk() (*string, bool) + func (o *ProblemDetails) GetDetail() string + func (o *ProblemDetails) GetDetailOk() (*string, bool) + func (o *ProblemDetails) GetInstance() string + func (o *ProblemDetails) GetInstanceOk() (*string, bool) + func (o *ProblemDetails) GetInvalidParams() []InvalidParam + func (o *ProblemDetails) GetInvalidParamsOk() ([]InvalidParam, bool) + func (o *ProblemDetails) GetStatus() int32 + func (o *ProblemDetails) GetStatusOk() (*int32, bool) + func (o *ProblemDetails) GetSupportedFeatures() string + func (o *ProblemDetails) GetSupportedFeaturesOk() (*string, bool) + func (o *ProblemDetails) GetTitle() string + func (o *ProblemDetails) GetTitleOk() (*string, bool) + func (o *ProblemDetails) GetType() string + func (o *ProblemDetails) GetTypeOk() (*string, bool) + func (o *ProblemDetails) HasCause() bool + func (o *ProblemDetails) HasDetail() bool + func (o *ProblemDetails) HasInstance() bool + func (o *ProblemDetails) HasInvalidParams() bool + func (o *ProblemDetails) HasStatus() bool + func (o *ProblemDetails) HasSupportedFeatures() bool + func (o *ProblemDetails) HasTitle() bool + func (o *ProblemDetails) HasType() bool + func (o *ProblemDetails) SetCause(v string) + func (o *ProblemDetails) SetDetail(v string) + func (o *ProblemDetails) SetInstance(v string) + func (o *ProblemDetails) SetInvalidParams(v []InvalidParam) + func (o *ProblemDetails) SetStatus(v int32) + func (o *ProblemDetails) SetSupportedFeatures(v string) + func (o *ProblemDetails) SetTitle(v string) + func (o *ProblemDetails) SetType(v string) + func (o ProblemDetails) MarshalJSON() ([]byte, error) + func (o ProblemDetails) ToMap() (map[string]interface{}, error) + type Protocol struct + ProtocolAnyOf *ProtocolAnyOf + String *string + func (dst *Protocol) UnmarshalJSON(data []byte) error + func (src *Protocol) MarshalJSON() ([]byte, error) + type ProtocolAnyOf string + const ETH + const IPV4 + const IPV6 + func NewProtocolAnyOfFromValue(v string) (*ProtocolAnyOf, error) + func (v *ProtocolAnyOf) UnmarshalJSON(src []byte) error + func (v ProtocolAnyOf) IsValid() bool + func (v ProtocolAnyOf) Ptr() *ProtocolAnyOf + type PtpCapabilitiesPerUe struct + Gpsi string + PtpCaps []EventFilter + func NewPtpCapabilitiesPerUe(gpsi string, ptpCaps []EventFilter) *PtpCapabilitiesPerUe + func NewPtpCapabilitiesPerUeWithDefaults() *PtpCapabilitiesPerUe + func (o *PtpCapabilitiesPerUe) GetGpsi() string + func (o *PtpCapabilitiesPerUe) GetGpsiOk() (*string, bool) + func (o *PtpCapabilitiesPerUe) GetPtpCaps() []EventFilter + func (o *PtpCapabilitiesPerUe) GetPtpCapsOk() ([]EventFilter, bool) + func (o *PtpCapabilitiesPerUe) SetGpsi(v string) + func (o *PtpCapabilitiesPerUe) SetPtpCaps(v []EventFilter) + func (o PtpCapabilitiesPerUe) MarshalJSON() ([]byte, error) + func (o PtpCapabilitiesPerUe) ToMap() (map[string]interface{}, error) + type PtpInstance struct + InstanceType InstanceType + PortConfigs []ConfigForPort + Protocol Protocol + PtpProfile string + func NewPtpInstance(instanceType InstanceType, protocol Protocol, ptpProfile string) *PtpInstance + func NewPtpInstanceWithDefaults() *PtpInstance + func (o *PtpInstance) GetInstanceType() InstanceType + func (o *PtpInstance) GetInstanceTypeOk() (*InstanceType, bool) + func (o *PtpInstance) GetPortConfigs() []ConfigForPort + func (o *PtpInstance) GetPortConfigsOk() ([]ConfigForPort, bool) + func (o *PtpInstance) GetProtocol() Protocol + func (o *PtpInstance) GetProtocolOk() (*Protocol, bool) + func (o *PtpInstance) GetPtpProfile() string + func (o *PtpInstance) GetPtpProfileOk() (*string, bool) + func (o *PtpInstance) HasPortConfigs() bool + func (o *PtpInstance) SetInstanceType(v InstanceType) + func (o *PtpInstance) SetPortConfigs(v []ConfigForPort) + func (o *PtpInstance) SetProtocol(v Protocol) + func (o *PtpInstance) SetPtpProfile(v string) + func (o PtpInstance) MarshalJSON() ([]byte, error) + func (o PtpInstance) ToMap() (map[string]interface{}, error) + type ServerConfiguration struct + Description string + URL string + Variables map[string]ServerVariable + type ServerConfigurations []ServerConfiguration + func (sc ServerConfigurations) URL(index int, variables map[string]string) (string, error) + type ServerVariable struct + DefaultValue string + Description string + EnumValues []string + type Snssai struct + Sd *string + Sst int32 + func NewSnssai(sst int32) *Snssai + func NewSnssaiWithDefaults() *Snssai + func (o *Snssai) GetSd() string + func (o *Snssai) GetSdOk() (*string, bool) + func (o *Snssai) GetSst() int32 + func (o *Snssai) GetSstOk() (*int32, bool) + func (o *Snssai) HasSd() bool + func (o *Snssai) SetSd(v string) + func (o *Snssai) SetSst(v int32) + func (o Snssai) MarshalJSON() ([]byte, error) + func (o Snssai) ToMap() (map[string]interface{}, error) + type StateOfConfiguration struct + StateOfDstts []StateOfDstt + StateOfNwtt *bool + func NewStateOfConfiguration() *StateOfConfiguration + func NewStateOfConfigurationWithDefaults() *StateOfConfiguration + func (o *StateOfConfiguration) GetStateOfDstts() []StateOfDstt + func (o *StateOfConfiguration) GetStateOfDsttsOk() ([]StateOfDstt, bool) + func (o *StateOfConfiguration) GetStateOfNwtt() bool + func (o *StateOfConfiguration) GetStateOfNwttOk() (*bool, bool) + func (o *StateOfConfiguration) HasStateOfDstts() bool + func (o *StateOfConfiguration) HasStateOfNwtt() bool + func (o *StateOfConfiguration) SetStateOfDstts(v []StateOfDstt) + func (o *StateOfConfiguration) SetStateOfNwtt(v bool) + func (o StateOfConfiguration) MarshalJSON() ([]byte, error) + func (o StateOfConfiguration) ToMap() (map[string]interface{}, error) + type StateOfDstt struct + Gpsi string + State bool + func NewStateOfDstt(gpsi string, state bool) *StateOfDstt + func NewStateOfDsttWithDefaults() *StateOfDstt + func (o *StateOfDstt) GetGpsi() string + func (o *StateOfDstt) GetGpsiOk() (*string, bool) + func (o *StateOfDstt) GetState() bool + func (o *StateOfDstt) GetStateOk() (*bool, bool) + func (o *StateOfDstt) SetGpsi(v string) + func (o *StateOfDstt) SetState(v bool) + func (o StateOfDstt) MarshalJSON() ([]byte, error) + func (o StateOfDstt) ToMap() (map[string]interface{}, error) + type SubsEventNotification struct + Event SubscribedEvent + TimeSyncCapas []TimeSyncCapability + func NewSubsEventNotification(event SubscribedEvent) *SubsEventNotification + func NewSubsEventNotificationWithDefaults() *SubsEventNotification + func (o *SubsEventNotification) GetEvent() SubscribedEvent + func (o *SubsEventNotification) GetEventOk() (*SubscribedEvent, bool) + func (o *SubsEventNotification) GetTimeSyncCapas() []TimeSyncCapability + func (o *SubsEventNotification) GetTimeSyncCapasOk() ([]TimeSyncCapability, bool) + func (o *SubsEventNotification) HasTimeSyncCapas() bool + func (o *SubsEventNotification) SetEvent(v SubscribedEvent) + func (o *SubsEventNotification) SetTimeSyncCapas(v []TimeSyncCapability) + func (o SubsEventNotification) MarshalJSON() ([]byte, error) + func (o SubsEventNotification) ToMap() (map[string]interface{}, error) + type SubscribedEvent struct + String *string + SubscribedEventAnyOf *SubscribedEventAnyOf + func (dst *SubscribedEvent) UnmarshalJSON(data []byte) error + func (src *SubscribedEvent) MarshalJSON() ([]byte, error) + type SubscribedEventAnyOf string + const AVAILABILITY_FOR_TIME_SYNC_SERVICE + func NewSubscribedEventAnyOfFromValue(v string) (*SubscribedEventAnyOf, error) + func (v *SubscribedEventAnyOf) UnmarshalJSON(src []byte) error + func (v SubscribedEventAnyOf) IsValid() bool + func (v SubscribedEventAnyOf) Ptr() *SubscribedEventAnyOf + type TemporalValidity struct + StartTime *time.Time + StopTime *time.Time + func NewTemporalValidity() *TemporalValidity + func NewTemporalValidityWithDefaults() *TemporalValidity + func (o *TemporalValidity) GetStartTime() time.Time + func (o *TemporalValidity) GetStartTimeOk() (*time.Time, bool) + func (o *TemporalValidity) GetStopTime() time.Time + func (o *TemporalValidity) GetStopTimeOk() (*time.Time, bool) + func (o *TemporalValidity) HasStartTime() bool + func (o *TemporalValidity) HasStopTime() bool + func (o *TemporalValidity) SetStartTime(v time.Time) + func (o *TemporalValidity) SetStopTime(v time.Time) + func (o TemporalValidity) MarshalJSON() ([]byte, error) + func (o TemporalValidity) ToMap() (map[string]interface{}, error) + type TimeSyncCapability struct + Interface *interface{} + func (dst *TimeSyncCapability) UnmarshalJSON(data []byte) error + func (src *TimeSyncCapability) MarshalJSON() ([]byte, error) + type TimeSyncExposureConfig struct + ConfigNotifId string + ConfigNotifUri string + GmEnable *bool + GmPrio *int32 + ReqPtpIns PtpInstance + TempValidity *TemporalValidity + TimeDom int32 + TimeSyncErrBdgt *int32 + UpNodeId int32 + func NewTimeSyncExposureConfig(upNodeId int32, reqPtpIns PtpInstance, timeDom int32, configNotifId string, ...) *TimeSyncExposureConfig + func NewTimeSyncExposureConfigWithDefaults() *TimeSyncExposureConfig + func (o *TimeSyncExposureConfig) GetConfigNotifId() string + func (o *TimeSyncExposureConfig) GetConfigNotifIdOk() (*string, bool) + func (o *TimeSyncExposureConfig) GetConfigNotifUri() string + func (o *TimeSyncExposureConfig) GetConfigNotifUriOk() (*string, bool) + func (o *TimeSyncExposureConfig) GetGmEnable() bool + func (o *TimeSyncExposureConfig) GetGmEnableOk() (*bool, bool) + func (o *TimeSyncExposureConfig) GetGmPrio() int32 + func (o *TimeSyncExposureConfig) GetGmPrioOk() (*int32, bool) + func (o *TimeSyncExposureConfig) GetReqPtpIns() PtpInstance + func (o *TimeSyncExposureConfig) GetReqPtpInsOk() (*PtpInstance, bool) + func (o *TimeSyncExposureConfig) GetTempValidity() TemporalValidity + func (o *TimeSyncExposureConfig) GetTempValidityOk() (*TemporalValidity, bool) + func (o *TimeSyncExposureConfig) GetTimeDom() int32 + func (o *TimeSyncExposureConfig) GetTimeDomOk() (*int32, bool) + func (o *TimeSyncExposureConfig) GetTimeSyncErrBdgt() int32 + func (o *TimeSyncExposureConfig) GetTimeSyncErrBdgtOk() (*int32, bool) + func (o *TimeSyncExposureConfig) GetUpNodeId() int32 + func (o *TimeSyncExposureConfig) GetUpNodeIdOk() (*int32, bool) + func (o *TimeSyncExposureConfig) HasGmEnable() bool + func (o *TimeSyncExposureConfig) HasGmPrio() bool + func (o *TimeSyncExposureConfig) HasTempValidity() bool + func (o *TimeSyncExposureConfig) HasTimeSyncErrBdgt() bool + func (o *TimeSyncExposureConfig) SetConfigNotifId(v string) + func (o *TimeSyncExposureConfig) SetConfigNotifUri(v string) + func (o *TimeSyncExposureConfig) SetGmEnable(v bool) + func (o *TimeSyncExposureConfig) SetGmPrio(v int32) + func (o *TimeSyncExposureConfig) SetReqPtpIns(v PtpInstance) + func (o *TimeSyncExposureConfig) SetTempValidity(v TemporalValidity) + func (o *TimeSyncExposureConfig) SetTimeDom(v int32) + func (o *TimeSyncExposureConfig) SetTimeSyncErrBdgt(v int32) + func (o *TimeSyncExposureConfig) SetUpNodeId(v int32) + func (o TimeSyncExposureConfig) MarshalJSON() ([]byte, error) + func (o TimeSyncExposureConfig) ToMap() (map[string]interface{}, error) + type TimeSyncExposureConfigNotif struct + ConfigNotifId string + StateOfConfig StateOfConfiguration + func NewTimeSyncExposureConfigNotif(configNotifId string, stateOfConfig StateOfConfiguration) *TimeSyncExposureConfigNotif + func NewTimeSyncExposureConfigNotifWithDefaults() *TimeSyncExposureConfigNotif + func (o *TimeSyncExposureConfigNotif) GetConfigNotifId() string + func (o *TimeSyncExposureConfigNotif) GetConfigNotifIdOk() (*string, bool) + func (o *TimeSyncExposureConfigNotif) GetStateOfConfig() StateOfConfiguration + func (o *TimeSyncExposureConfigNotif) GetStateOfConfigOk() (*StateOfConfiguration, bool) + func (o *TimeSyncExposureConfigNotif) SetConfigNotifId(v string) + func (o *TimeSyncExposureConfigNotif) SetStateOfConfig(v StateOfConfiguration) + func (o TimeSyncExposureConfigNotif) MarshalJSON() ([]byte, error) + func (o TimeSyncExposureConfigNotif) ToMap() (map[string]interface{}, error) + type TimeSyncExposureSubsNotif struct + EventNotifs []SubsEventNotification + SubsNotifId string + func NewTimeSyncExposureSubsNotif(subsNotifId string, eventNotifs []SubsEventNotification) *TimeSyncExposureSubsNotif + func NewTimeSyncExposureSubsNotifWithDefaults() *TimeSyncExposureSubsNotif + func (o *TimeSyncExposureSubsNotif) GetEventNotifs() []SubsEventNotification + func (o *TimeSyncExposureSubsNotif) GetEventNotifsOk() ([]SubsEventNotification, bool) + func (o *TimeSyncExposureSubsNotif) GetSubsNotifId() string + func (o *TimeSyncExposureSubsNotif) GetSubsNotifIdOk() (*string, bool) + func (o *TimeSyncExposureSubsNotif) SetEventNotifs(v []SubsEventNotification) + func (o *TimeSyncExposureSubsNotif) SetSubsNotifId(v string) + func (o TimeSyncExposureSubsNotif) MarshalJSON() ([]byte, error) + func (o TimeSyncExposureSubsNotif) ToMap() (map[string]interface{}, error) + type TimeSyncExposureSubsc struct + AfServiceId *string + AnyUeInd *bool + Dnn *string + EventFilters []EventFilter + Expiry *time.Time + ExterGroupId *string + Gpsis []string + MaxReportNbr *int32 + NotifMethod *NotificationMethod + RepPeriod *int32 + RequestTestNotification *bool + Snssai *Snssai + SubsNotifId string + SubsNotifUri string + SubscribedEvents []SubscribedEvent + SuppFeat *string + WebsockNotifConfig *WebsockNotifConfig + func NewTimeSyncExposureSubsc(subsNotifId string, subsNotifUri string) *TimeSyncExposureSubsc + func NewTimeSyncExposureSubscWithDefaults() *TimeSyncExposureSubsc + func (o *TimeSyncExposureSubsc) GetAfServiceId() string + func (o *TimeSyncExposureSubsc) GetAfServiceIdOk() (*string, bool) + func (o *TimeSyncExposureSubsc) GetAnyUeInd() bool + func (o *TimeSyncExposureSubsc) GetAnyUeIndOk() (*bool, bool) + func (o *TimeSyncExposureSubsc) GetDnn() string + func (o *TimeSyncExposureSubsc) GetDnnOk() (*string, bool) + func (o *TimeSyncExposureSubsc) GetEventFilters() []EventFilter + func (o *TimeSyncExposureSubsc) GetEventFiltersOk() ([]EventFilter, bool) + func (o *TimeSyncExposureSubsc) GetExpiry() time.Time + func (o *TimeSyncExposureSubsc) GetExpiryOk() (*time.Time, bool) + func (o *TimeSyncExposureSubsc) GetExterGroupId() string + func (o *TimeSyncExposureSubsc) GetExterGroupIdOk() (*string, bool) + func (o *TimeSyncExposureSubsc) GetGpsis() []string + func (o *TimeSyncExposureSubsc) GetGpsisOk() ([]string, bool) + func (o *TimeSyncExposureSubsc) GetMaxReportNbr() int32 + func (o *TimeSyncExposureSubsc) GetMaxReportNbrOk() (*int32, bool) + func (o *TimeSyncExposureSubsc) GetNotifMethod() NotificationMethod + func (o *TimeSyncExposureSubsc) GetNotifMethodOk() (*NotificationMethod, bool) + func (o *TimeSyncExposureSubsc) GetRepPeriod() int32 + func (o *TimeSyncExposureSubsc) GetRepPeriodOk() (*int32, bool) + func (o *TimeSyncExposureSubsc) GetRequestTestNotification() bool + func (o *TimeSyncExposureSubsc) GetRequestTestNotificationOk() (*bool, bool) + func (o *TimeSyncExposureSubsc) GetSnssai() Snssai + func (o *TimeSyncExposureSubsc) GetSnssaiOk() (*Snssai, bool) + func (o *TimeSyncExposureSubsc) GetSubsNotifId() string + func (o *TimeSyncExposureSubsc) GetSubsNotifIdOk() (*string, bool) + func (o *TimeSyncExposureSubsc) GetSubsNotifUri() string + func (o *TimeSyncExposureSubsc) GetSubsNotifUriOk() (*string, bool) + func (o *TimeSyncExposureSubsc) GetSubscribedEvents() []SubscribedEvent + func (o *TimeSyncExposureSubsc) GetSubscribedEventsOk() ([]SubscribedEvent, bool) + func (o *TimeSyncExposureSubsc) GetSuppFeat() string + func (o *TimeSyncExposureSubsc) GetSuppFeatOk() (*string, bool) + func (o *TimeSyncExposureSubsc) GetWebsockNotifConfig() WebsockNotifConfig + func (o *TimeSyncExposureSubsc) GetWebsockNotifConfigOk() (*WebsockNotifConfig, bool) + func (o *TimeSyncExposureSubsc) HasAfServiceId() bool + func (o *TimeSyncExposureSubsc) HasAnyUeInd() bool + func (o *TimeSyncExposureSubsc) HasDnn() bool + func (o *TimeSyncExposureSubsc) HasEventFilters() bool + func (o *TimeSyncExposureSubsc) HasExpiry() bool + func (o *TimeSyncExposureSubsc) HasExterGroupId() bool + func (o *TimeSyncExposureSubsc) HasGpsis() bool + func (o *TimeSyncExposureSubsc) HasMaxReportNbr() bool + func (o *TimeSyncExposureSubsc) HasNotifMethod() bool + func (o *TimeSyncExposureSubsc) HasRepPeriod() bool + func (o *TimeSyncExposureSubsc) HasRequestTestNotification() bool + func (o *TimeSyncExposureSubsc) HasSnssai() bool + func (o *TimeSyncExposureSubsc) HasSubscribedEvents() bool + func (o *TimeSyncExposureSubsc) HasSuppFeat() bool + func (o *TimeSyncExposureSubsc) HasWebsockNotifConfig() bool + func (o *TimeSyncExposureSubsc) SetAfServiceId(v string) + func (o *TimeSyncExposureSubsc) SetAnyUeInd(v bool) + func (o *TimeSyncExposureSubsc) SetDnn(v string) + func (o *TimeSyncExposureSubsc) SetEventFilters(v []EventFilter) + func (o *TimeSyncExposureSubsc) SetExpiry(v time.Time) + func (o *TimeSyncExposureSubsc) SetExterGroupId(v string) + func (o *TimeSyncExposureSubsc) SetGpsis(v []string) + func (o *TimeSyncExposureSubsc) SetMaxReportNbr(v int32) + func (o *TimeSyncExposureSubsc) SetNotifMethod(v NotificationMethod) + func (o *TimeSyncExposureSubsc) SetRepPeriod(v int32) + func (o *TimeSyncExposureSubsc) SetRequestTestNotification(v bool) + func (o *TimeSyncExposureSubsc) SetSnssai(v Snssai) + func (o *TimeSyncExposureSubsc) SetSubsNotifId(v string) + func (o *TimeSyncExposureSubsc) SetSubsNotifUri(v string) + func (o *TimeSyncExposureSubsc) SetSubscribedEvents(v []SubscribedEvent) + func (o *TimeSyncExposureSubsc) SetSuppFeat(v string) + func (o *TimeSyncExposureSubsc) SetWebsockNotifConfig(v WebsockNotifConfig) + func (o TimeSyncExposureSubsc) MarshalJSON() ([]byte, error) + func (o TimeSyncExposureSubsc) ToMap() (map[string]interface{}, error) + type TimeSynchronizationExposureConfigurationsApiService service + func (a *TimeSynchronizationExposureConfigurationsApiService) CreateNewConfirguation(ctx context.Context, afId string, subscriptionId string) ApiCreateNewConfirguationRequest + func (a *TimeSynchronizationExposureConfigurationsApiService) CreateNewConfirguationExecute(r ApiCreateNewConfirguationRequest) (*TimeSyncExposureConfig, *http.Response, error) + func (a *TimeSynchronizationExposureConfigurationsApiService) ReadAllConfirguations(ctx context.Context, afId string, subscriptionId string) ApiReadAllConfirguationsRequest + func (a *TimeSynchronizationExposureConfigurationsApiService) ReadAllConfirguationsExecute(r ApiReadAllConfirguationsRequest) ([]TimeSyncExposureConfig, *http.Response, error) + type TimeSynchronizationExposureSubscriptionsApiService service + func (a *TimeSynchronizationExposureSubscriptionsApiService) CreateNewSubscription(ctx context.Context, afId string) ApiCreateNewSubscriptionRequest + func (a *TimeSynchronizationExposureSubscriptionsApiService) CreateNewSubscriptionExecute(r ApiCreateNewSubscriptionRequest) (*TimeSyncExposureSubsc, *http.Response, error) + func (a *TimeSynchronizationExposureSubscriptionsApiService) ReadAllSubscriptions(ctx context.Context, afId string) ApiReadAllSubscriptionsRequest + func (a *TimeSynchronizationExposureSubscriptionsApiService) ReadAllSubscriptionsExecute(r ApiReadAllSubscriptionsRequest) ([]TimeSyncExposureSubsc, *http.Response, error) + type WebsockNotifConfig struct + RequestWebsocketUri *bool + WebsocketUri *string + func NewWebsockNotifConfig() *WebsockNotifConfig + func NewWebsockNotifConfigWithDefaults() *WebsockNotifConfig + func (o *WebsockNotifConfig) GetRequestWebsocketUri() bool + func (o *WebsockNotifConfig) GetRequestWebsocketUriOk() (*bool, bool) + func (o *WebsockNotifConfig) GetWebsocketUri() string + func (o *WebsockNotifConfig) GetWebsocketUriOk() (*string, bool) + func (o *WebsockNotifConfig) HasRequestWebsocketUri() bool + func (o *WebsockNotifConfig) HasWebsocketUri() bool + func (o *WebsockNotifConfig) SetRequestWebsocketUri(v bool) + func (o *WebsockNotifConfig) SetWebsocketUri(v string) + func (o WebsockNotifConfig) MarshalJSON() ([]byte, error) + func (o WebsockNotifConfig) ToMap() (map[string]interface{}, error)