Versions in this module Expand all Collapse all v1 v1.18.2 Apr 9, 2023 Changes in this version type ProbableCauseOneOf + String *string v1.18.1 Apr 8, 2023 v1.18.0 Mar 30, 2023 Changes in this version + type MLTrainingFunctionSingleAllOfAttributes struct + MLEntityList []MLEntity + PeeParametersList []PeeParameter + PriorityLabel *int32 + SupportedPerfMetricGroups []SupportedPerfMetricGroup + SupportedTraceMetrics []string + UserLabel *string + VnfParametersList []VnfParameter + func NewMLTrainingFunctionSingleAllOfAttributes() *MLTrainingFunctionSingleAllOfAttributes + func NewMLTrainingFunctionSingleAllOfAttributesWithDefaults() *MLTrainingFunctionSingleAllOfAttributes + func (o *MLTrainingFunctionSingleAllOfAttributes) GetMLEntityList() []MLEntity + func (o *MLTrainingFunctionSingleAllOfAttributes) GetMLEntityListOk() ([]MLEntity, bool) + func (o *MLTrainingFunctionSingleAllOfAttributes) GetPeeParametersList() []PeeParameter + func (o *MLTrainingFunctionSingleAllOfAttributes) GetPeeParametersListOk() ([]PeeParameter, bool) + func (o *MLTrainingFunctionSingleAllOfAttributes) GetPriorityLabel() int32 + func (o *MLTrainingFunctionSingleAllOfAttributes) GetPriorityLabelOk() (*int32, bool) + func (o *MLTrainingFunctionSingleAllOfAttributes) GetSupportedPerfMetricGroups() []SupportedPerfMetricGroup + func (o *MLTrainingFunctionSingleAllOfAttributes) GetSupportedPerfMetricGroupsOk() ([]SupportedPerfMetricGroup, bool) + func (o *MLTrainingFunctionSingleAllOfAttributes) GetSupportedTraceMetrics() []string + func (o *MLTrainingFunctionSingleAllOfAttributes) GetSupportedTraceMetricsOk() ([]string, bool) + func (o *MLTrainingFunctionSingleAllOfAttributes) GetUserLabel() string + func (o *MLTrainingFunctionSingleAllOfAttributes) GetUserLabelOk() (*string, bool) + func (o *MLTrainingFunctionSingleAllOfAttributes) GetVnfParametersList() []VnfParameter + func (o *MLTrainingFunctionSingleAllOfAttributes) GetVnfParametersListOk() ([]VnfParameter, bool) + func (o *MLTrainingFunctionSingleAllOfAttributes) HasMLEntityList() bool + func (o *MLTrainingFunctionSingleAllOfAttributes) HasPeeParametersList() bool + func (o *MLTrainingFunctionSingleAllOfAttributes) HasPriorityLabel() bool + func (o *MLTrainingFunctionSingleAllOfAttributes) HasSupportedPerfMetricGroups() bool + func (o *MLTrainingFunctionSingleAllOfAttributes) HasSupportedTraceMetrics() bool + func (o *MLTrainingFunctionSingleAllOfAttributes) HasUserLabel() bool + func (o *MLTrainingFunctionSingleAllOfAttributes) HasVnfParametersList() bool + func (o *MLTrainingFunctionSingleAllOfAttributes) SetMLEntityList(v []MLEntity) + func (o *MLTrainingFunctionSingleAllOfAttributes) SetPeeParametersList(v []PeeParameter) + func (o *MLTrainingFunctionSingleAllOfAttributes) SetPriorityLabel(v int32) + func (o *MLTrainingFunctionSingleAllOfAttributes) SetSupportedPerfMetricGroups(v []SupportedPerfMetricGroup) + func (o *MLTrainingFunctionSingleAllOfAttributes) SetSupportedTraceMetrics(v []string) + func (o *MLTrainingFunctionSingleAllOfAttributes) SetUserLabel(v string) + func (o *MLTrainingFunctionSingleAllOfAttributes) SetVnfParametersList(v []VnfParameter) + func (o MLTrainingFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error) + func (o MLTrainingFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error) + type MLTrainingFunctionSingleAllOfAttributesAllOf struct + MLEntityList []MLEntity + func NewMLTrainingFunctionSingleAllOfAttributesAllOf() *MLTrainingFunctionSingleAllOfAttributesAllOf + func NewMLTrainingFunctionSingleAllOfAttributesAllOfWithDefaults() *MLTrainingFunctionSingleAllOfAttributesAllOf + func (o *MLTrainingFunctionSingleAllOfAttributesAllOf) GetMLEntityList() []MLEntity + func (o *MLTrainingFunctionSingleAllOfAttributesAllOf) GetMLEntityListOk() ([]MLEntity, bool) + func (o *MLTrainingFunctionSingleAllOfAttributesAllOf) HasMLEntityList() bool + func (o *MLTrainingFunctionSingleAllOfAttributesAllOf) SetMLEntityList(v []MLEntity) + func (o MLTrainingFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error) + func (o MLTrainingFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error) + type MLTrainingProcessSingleAllOfAttributes struct + CancelProcess *bool + MLTrainingProcessId *string + Priority *int32 + ProgressStatus *TrainingProcessMonitor + SuspendProcess *bool + TerminationConditions *string + TrainingReportRef *string + TrainingRequestRef []string + func NewMLTrainingProcessSingleAllOfAttributes() *MLTrainingProcessSingleAllOfAttributes + func NewMLTrainingProcessSingleAllOfAttributesWithDefaults() *MLTrainingProcessSingleAllOfAttributes + func (o *MLTrainingProcessSingleAllOfAttributes) GetCancelProcess() bool + func (o *MLTrainingProcessSingleAllOfAttributes) GetCancelProcessOk() (*bool, bool) + func (o *MLTrainingProcessSingleAllOfAttributes) GetMLTrainingProcessId() string + func (o *MLTrainingProcessSingleAllOfAttributes) GetMLTrainingProcessIdOk() (*string, bool) + func (o *MLTrainingProcessSingleAllOfAttributes) GetPriority() int32 + func (o *MLTrainingProcessSingleAllOfAttributes) GetPriorityOk() (*int32, bool) + func (o *MLTrainingProcessSingleAllOfAttributes) GetProgressStatus() TrainingProcessMonitor + func (o *MLTrainingProcessSingleAllOfAttributes) GetProgressStatusOk() (*TrainingProcessMonitor, bool) + func (o *MLTrainingProcessSingleAllOfAttributes) GetSuspendProcess() bool + func (o *MLTrainingProcessSingleAllOfAttributes) GetSuspendProcessOk() (*bool, bool) + func (o *MLTrainingProcessSingleAllOfAttributes) GetTerminationConditions() string + func (o *MLTrainingProcessSingleAllOfAttributes) GetTerminationConditionsOk() (*string, bool) + func (o *MLTrainingProcessSingleAllOfAttributes) GetTrainingReportRef() string + func (o *MLTrainingProcessSingleAllOfAttributes) GetTrainingReportRefOk() (*string, bool) + func (o *MLTrainingProcessSingleAllOfAttributes) GetTrainingRequestRef() []string + func (o *MLTrainingProcessSingleAllOfAttributes) GetTrainingRequestRefOk() ([]string, bool) + func (o *MLTrainingProcessSingleAllOfAttributes) HasCancelProcess() bool + func (o *MLTrainingProcessSingleAllOfAttributes) HasMLTrainingProcessId() bool + func (o *MLTrainingProcessSingleAllOfAttributes) HasPriority() bool + func (o *MLTrainingProcessSingleAllOfAttributes) HasProgressStatus() bool + func (o *MLTrainingProcessSingleAllOfAttributes) HasSuspendProcess() bool + func (o *MLTrainingProcessSingleAllOfAttributes) HasTerminationConditions() bool + func (o *MLTrainingProcessSingleAllOfAttributes) HasTrainingReportRef() bool + func (o *MLTrainingProcessSingleAllOfAttributes) HasTrainingRequestRef() bool + func (o *MLTrainingProcessSingleAllOfAttributes) SetCancelProcess(v bool) + func (o *MLTrainingProcessSingleAllOfAttributes) SetMLTrainingProcessId(v string) + func (o *MLTrainingProcessSingleAllOfAttributes) SetPriority(v int32) + func (o *MLTrainingProcessSingleAllOfAttributes) SetProgressStatus(v TrainingProcessMonitor) + func (o *MLTrainingProcessSingleAllOfAttributes) SetSuspendProcess(v bool) + func (o *MLTrainingProcessSingleAllOfAttributes) SetTerminationConditions(v string) + func (o *MLTrainingProcessSingleAllOfAttributes) SetTrainingReportRef(v string) + func (o *MLTrainingProcessSingleAllOfAttributes) SetTrainingRequestRef(v []string) + func (o MLTrainingProcessSingleAllOfAttributes) MarshalJSON() ([]byte, error) + func (o MLTrainingProcessSingleAllOfAttributes) ToMap() (map[string]interface{}, error) + type MLTrainingProcessSingleAllOfAttributesAllOf struct + CancelProcess *bool + MLTrainingProcessId *string + Priority *int32 + ProgressStatus *TrainingProcessMonitor + SuspendProcess *bool + TerminationConditions *string + TrainingReportRef *string + TrainingRequestRef []string + func NewMLTrainingProcessSingleAllOfAttributesAllOf() *MLTrainingProcessSingleAllOfAttributesAllOf + func NewMLTrainingProcessSingleAllOfAttributesAllOfWithDefaults() *MLTrainingProcessSingleAllOfAttributesAllOf + func (o *MLTrainingProcessSingleAllOfAttributesAllOf) GetCancelProcess() bool + func (o *MLTrainingProcessSingleAllOfAttributesAllOf) GetCancelProcessOk() (*bool, bool) + func (o *MLTrainingProcessSingleAllOfAttributesAllOf) GetMLTrainingProcessId() string + func (o *MLTrainingProcessSingleAllOfAttributesAllOf) GetMLTrainingProcessIdOk() (*string, bool) + func (o *MLTrainingProcessSingleAllOfAttributesAllOf) GetPriority() int32 + func (o *MLTrainingProcessSingleAllOfAttributesAllOf) GetPriorityOk() (*int32, bool) + func (o *MLTrainingProcessSingleAllOfAttributesAllOf) GetProgressStatus() TrainingProcessMonitor + func (o *MLTrainingProcessSingleAllOfAttributesAllOf) GetProgressStatusOk() (*TrainingProcessMonitor, bool) + func (o *MLTrainingProcessSingleAllOfAttributesAllOf) GetSuspendProcess() bool + func (o *MLTrainingProcessSingleAllOfAttributesAllOf) GetSuspendProcessOk() (*bool, bool) + func (o *MLTrainingProcessSingleAllOfAttributesAllOf) GetTerminationConditions() string + func (o *MLTrainingProcessSingleAllOfAttributesAllOf) GetTerminationConditionsOk() (*string, bool) + func (o *MLTrainingProcessSingleAllOfAttributesAllOf) GetTrainingReportRef() string + func (o *MLTrainingProcessSingleAllOfAttributesAllOf) GetTrainingReportRefOk() (*string, bool) + func (o *MLTrainingProcessSingleAllOfAttributesAllOf) GetTrainingRequestRef() []string + func (o *MLTrainingProcessSingleAllOfAttributesAllOf) GetTrainingRequestRefOk() ([]string, bool) + func (o *MLTrainingProcessSingleAllOfAttributesAllOf) HasCancelProcess() bool + func (o *MLTrainingProcessSingleAllOfAttributesAllOf) HasMLTrainingProcessId() bool + func (o *MLTrainingProcessSingleAllOfAttributesAllOf) HasPriority() bool + func (o *MLTrainingProcessSingleAllOfAttributesAllOf) HasProgressStatus() bool + func (o *MLTrainingProcessSingleAllOfAttributesAllOf) HasSuspendProcess() bool + func (o *MLTrainingProcessSingleAllOfAttributesAllOf) HasTerminationConditions() bool + func (o *MLTrainingProcessSingleAllOfAttributesAllOf) HasTrainingReportRef() bool + func (o *MLTrainingProcessSingleAllOfAttributesAllOf) HasTrainingRequestRef() bool + func (o *MLTrainingProcessSingleAllOfAttributesAllOf) SetCancelProcess(v bool) + func (o *MLTrainingProcessSingleAllOfAttributesAllOf) SetMLTrainingProcessId(v string) + func (o *MLTrainingProcessSingleAllOfAttributesAllOf) SetPriority(v int32) + func (o *MLTrainingProcessSingleAllOfAttributesAllOf) SetProgressStatus(v TrainingProcessMonitor) + func (o *MLTrainingProcessSingleAllOfAttributesAllOf) SetSuspendProcess(v bool) + func (o *MLTrainingProcessSingleAllOfAttributesAllOf) SetTerminationConditions(v string) + func (o *MLTrainingProcessSingleAllOfAttributesAllOf) SetTrainingReportRef(v string) + func (o *MLTrainingProcessSingleAllOfAttributesAllOf) SetTrainingRequestRef(v []string) + func (o MLTrainingProcessSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error) + func (o MLTrainingProcessSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error) + type MLTrainingReportSingleAllOfAttributes struct + AreConsumerTrainingDataUsed *bool + AreNewTrainingDataUsed *bool + ConfidenceIndication *int32 + MLEntityId *string + ModelPerformanceTraining []ModelPerformance + UsedConsumerTrainingData []string + func NewMLTrainingReportSingleAllOfAttributes() *MLTrainingReportSingleAllOfAttributes + func NewMLTrainingReportSingleAllOfAttributesWithDefaults() *MLTrainingReportSingleAllOfAttributes + func (o *MLTrainingReportSingleAllOfAttributes) GetAreConsumerTrainingDataUsed() bool + func (o *MLTrainingReportSingleAllOfAttributes) GetAreConsumerTrainingDataUsedOk() (*bool, bool) + func (o *MLTrainingReportSingleAllOfAttributes) GetAreNewTrainingDataUsed() bool + func (o *MLTrainingReportSingleAllOfAttributes) GetAreNewTrainingDataUsedOk() (*bool, bool) + func (o *MLTrainingReportSingleAllOfAttributes) GetConfidenceIndication() int32 + func (o *MLTrainingReportSingleAllOfAttributes) GetConfidenceIndicationOk() (*int32, bool) + func (o *MLTrainingReportSingleAllOfAttributes) GetMLEntityId() string + func (o *MLTrainingReportSingleAllOfAttributes) GetMLEntityIdOk() (*string, bool) + func (o *MLTrainingReportSingleAllOfAttributes) GetModelPerformanceTraining() []ModelPerformance + func (o *MLTrainingReportSingleAllOfAttributes) GetModelPerformanceTrainingOk() ([]ModelPerformance, bool) + func (o *MLTrainingReportSingleAllOfAttributes) GetUsedConsumerTrainingData() []string + func (o *MLTrainingReportSingleAllOfAttributes) GetUsedConsumerTrainingDataOk() ([]string, bool) + func (o *MLTrainingReportSingleAllOfAttributes) HasAreConsumerTrainingDataUsed() bool + func (o *MLTrainingReportSingleAllOfAttributes) HasAreNewTrainingDataUsed() bool + func (o *MLTrainingReportSingleAllOfAttributes) HasConfidenceIndication() bool + func (o *MLTrainingReportSingleAllOfAttributes) HasMLEntityId() bool + func (o *MLTrainingReportSingleAllOfAttributes) HasModelPerformanceTraining() bool + func (o *MLTrainingReportSingleAllOfAttributes) HasUsedConsumerTrainingData() bool + func (o *MLTrainingReportSingleAllOfAttributes) SetAreConsumerTrainingDataUsed(v bool) + func (o *MLTrainingReportSingleAllOfAttributes) SetAreNewTrainingDataUsed(v bool) + func (o *MLTrainingReportSingleAllOfAttributes) SetConfidenceIndication(v int32) + func (o *MLTrainingReportSingleAllOfAttributes) SetMLEntityId(v string) + func (o *MLTrainingReportSingleAllOfAttributes) SetModelPerformanceTraining(v []ModelPerformance) + func (o *MLTrainingReportSingleAllOfAttributes) SetUsedConsumerTrainingData(v []string) + func (o MLTrainingReportSingleAllOfAttributes) MarshalJSON() ([]byte, error) + func (o MLTrainingReportSingleAllOfAttributes) ToMap() (map[string]interface{}, error) + type MLTrainingReportSingleAllOfAttributesAllOf struct + AreConsumerTrainingDataUsed *bool + AreNewTrainingDataUsed *bool + ConfidenceIndication *int32 + MLEntityId *string + ModelPerformanceTraining []ModelPerformance + UsedConsumerTrainingData []string + func NewMLTrainingReportSingleAllOfAttributesAllOf() *MLTrainingReportSingleAllOfAttributesAllOf + func NewMLTrainingReportSingleAllOfAttributesAllOfWithDefaults() *MLTrainingReportSingleAllOfAttributesAllOf + func (o *MLTrainingReportSingleAllOfAttributesAllOf) GetAreConsumerTrainingDataUsed() bool + func (o *MLTrainingReportSingleAllOfAttributesAllOf) GetAreConsumerTrainingDataUsedOk() (*bool, bool) + func (o *MLTrainingReportSingleAllOfAttributesAllOf) GetAreNewTrainingDataUsed() bool + func (o *MLTrainingReportSingleAllOfAttributesAllOf) GetAreNewTrainingDataUsedOk() (*bool, bool) + func (o *MLTrainingReportSingleAllOfAttributesAllOf) GetConfidenceIndication() int32 + func (o *MLTrainingReportSingleAllOfAttributesAllOf) GetConfidenceIndicationOk() (*int32, bool) + func (o *MLTrainingReportSingleAllOfAttributesAllOf) GetMLEntityId() string + func (o *MLTrainingReportSingleAllOfAttributesAllOf) GetMLEntityIdOk() (*string, bool) + func (o *MLTrainingReportSingleAllOfAttributesAllOf) GetModelPerformanceTraining() []ModelPerformance + func (o *MLTrainingReportSingleAllOfAttributesAllOf) GetModelPerformanceTrainingOk() ([]ModelPerformance, bool) + func (o *MLTrainingReportSingleAllOfAttributesAllOf) GetUsedConsumerTrainingData() []string + func (o *MLTrainingReportSingleAllOfAttributesAllOf) GetUsedConsumerTrainingDataOk() ([]string, bool) + func (o *MLTrainingReportSingleAllOfAttributesAllOf) HasAreConsumerTrainingDataUsed() bool + func (o *MLTrainingReportSingleAllOfAttributesAllOf) HasAreNewTrainingDataUsed() bool + func (o *MLTrainingReportSingleAllOfAttributesAllOf) HasConfidenceIndication() bool + func (o *MLTrainingReportSingleAllOfAttributesAllOf) HasMLEntityId() bool + func (o *MLTrainingReportSingleAllOfAttributesAllOf) HasModelPerformanceTraining() bool + func (o *MLTrainingReportSingleAllOfAttributesAllOf) HasUsedConsumerTrainingData() bool + func (o *MLTrainingReportSingleAllOfAttributesAllOf) SetAreConsumerTrainingDataUsed(v bool) + func (o *MLTrainingReportSingleAllOfAttributesAllOf) SetAreNewTrainingDataUsed(v bool) + func (o *MLTrainingReportSingleAllOfAttributesAllOf) SetConfidenceIndication(v int32) + func (o *MLTrainingReportSingleAllOfAttributesAllOf) SetMLEntityId(v string) + func (o *MLTrainingReportSingleAllOfAttributesAllOf) SetModelPerformanceTraining(v []ModelPerformance) + func (o *MLTrainingReportSingleAllOfAttributesAllOf) SetUsedConsumerTrainingData(v []string) + func (o MLTrainingReportSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error) + func (o MLTrainingReportSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error) + type MLTrainingRequestSingleAllOfAttributes struct + CancelRequest *bool + CandidateTraingDataSource []string + ExpectedRuntimeContext *time.Time + MLEntityId *string + PerformanceRequirements []ModelPerformance + RequestStatus *RequestStatus + SuspendRequest *bool + TraingDataQualityScore *float32 + TrainingRequestSource *string + func NewMLTrainingRequestSingleAllOfAttributes() *MLTrainingRequestSingleAllOfAttributes + func NewMLTrainingRequestSingleAllOfAttributesWithDefaults() *MLTrainingRequestSingleAllOfAttributes + func (o *MLTrainingRequestSingleAllOfAttributes) GetCancelRequest() bool + func (o *MLTrainingRequestSingleAllOfAttributes) GetCancelRequestOk() (*bool, bool) + func (o *MLTrainingRequestSingleAllOfAttributes) GetCandidateTraingDataSource() []string + func (o *MLTrainingRequestSingleAllOfAttributes) GetCandidateTraingDataSourceOk() ([]string, bool) + func (o *MLTrainingRequestSingleAllOfAttributes) GetExpectedRuntimeContext() time.Time + func (o *MLTrainingRequestSingleAllOfAttributes) GetExpectedRuntimeContextOk() (*time.Time, bool) + func (o *MLTrainingRequestSingleAllOfAttributes) GetMLEntityId() string + func (o *MLTrainingRequestSingleAllOfAttributes) GetMLEntityIdOk() (*string, bool) + func (o *MLTrainingRequestSingleAllOfAttributes) GetPerformanceRequirements() []ModelPerformance + func (o *MLTrainingRequestSingleAllOfAttributes) GetPerformanceRequirementsOk() ([]ModelPerformance, bool) + func (o *MLTrainingRequestSingleAllOfAttributes) GetRequestStatus() RequestStatus + func (o *MLTrainingRequestSingleAllOfAttributes) GetRequestStatusOk() (*RequestStatus, bool) + func (o *MLTrainingRequestSingleAllOfAttributes) GetSuspendRequest() bool + func (o *MLTrainingRequestSingleAllOfAttributes) GetSuspendRequestOk() (*bool, bool) + func (o *MLTrainingRequestSingleAllOfAttributes) GetTraingDataQualityScore() float32 + func (o *MLTrainingRequestSingleAllOfAttributes) GetTraingDataQualityScoreOk() (*float32, bool) + func (o *MLTrainingRequestSingleAllOfAttributes) GetTrainingRequestSource() string + func (o *MLTrainingRequestSingleAllOfAttributes) GetTrainingRequestSourceOk() (*string, bool) + func (o *MLTrainingRequestSingleAllOfAttributes) HasCancelRequest() bool + func (o *MLTrainingRequestSingleAllOfAttributes) HasCandidateTraingDataSource() bool + func (o *MLTrainingRequestSingleAllOfAttributes) HasExpectedRuntimeContext() bool + func (o *MLTrainingRequestSingleAllOfAttributes) HasMLEntityId() bool + func (o *MLTrainingRequestSingleAllOfAttributes) HasPerformanceRequirements() bool + func (o *MLTrainingRequestSingleAllOfAttributes) HasRequestStatus() bool + func (o *MLTrainingRequestSingleAllOfAttributes) HasSuspendRequest() bool + func (o *MLTrainingRequestSingleAllOfAttributes) HasTraingDataQualityScore() bool + func (o *MLTrainingRequestSingleAllOfAttributes) HasTrainingRequestSource() bool + func (o *MLTrainingRequestSingleAllOfAttributes) SetCancelRequest(v bool) + func (o *MLTrainingRequestSingleAllOfAttributes) SetCandidateTraingDataSource(v []string) + func (o *MLTrainingRequestSingleAllOfAttributes) SetExpectedRuntimeContext(v time.Time) + func (o *MLTrainingRequestSingleAllOfAttributes) SetMLEntityId(v string) + func (o *MLTrainingRequestSingleAllOfAttributes) SetPerformanceRequirements(v []ModelPerformance) + func (o *MLTrainingRequestSingleAllOfAttributes) SetRequestStatus(v RequestStatus) + func (o *MLTrainingRequestSingleAllOfAttributes) SetSuspendRequest(v bool) + func (o *MLTrainingRequestSingleAllOfAttributes) SetTraingDataQualityScore(v float32) + func (o *MLTrainingRequestSingleAllOfAttributes) SetTrainingRequestSource(v string) + func (o MLTrainingRequestSingleAllOfAttributes) MarshalJSON() ([]byte, error) + func (o MLTrainingRequestSingleAllOfAttributes) ToMap() (map[string]interface{}, error) + type MLTrainingRequestSingleAllOfAttributesAllOf struct + CancelRequest *bool + CandidateTraingDataSource []string + ExpectedRuntimeContext *time.Time + MLEntityId *string + PerformanceRequirements []ModelPerformance + RequestStatus *RequestStatus + SuspendRequest *bool + TraingDataQualityScore *float32 + TrainingRequestSource *string + func NewMLTrainingRequestSingleAllOfAttributesAllOf() *MLTrainingRequestSingleAllOfAttributesAllOf + func NewMLTrainingRequestSingleAllOfAttributesAllOfWithDefaults() *MLTrainingRequestSingleAllOfAttributesAllOf + func (o *MLTrainingRequestSingleAllOfAttributesAllOf) GetCancelRequest() bool + func (o *MLTrainingRequestSingleAllOfAttributesAllOf) GetCancelRequestOk() (*bool, bool) + func (o *MLTrainingRequestSingleAllOfAttributesAllOf) GetCandidateTraingDataSource() []string + func (o *MLTrainingRequestSingleAllOfAttributesAllOf) GetCandidateTraingDataSourceOk() ([]string, bool) + func (o *MLTrainingRequestSingleAllOfAttributesAllOf) GetExpectedRuntimeContext() time.Time + func (o *MLTrainingRequestSingleAllOfAttributesAllOf) GetExpectedRuntimeContextOk() (*time.Time, bool) + func (o *MLTrainingRequestSingleAllOfAttributesAllOf) GetMLEntityId() string + func (o *MLTrainingRequestSingleAllOfAttributesAllOf) GetMLEntityIdOk() (*string, bool) + func (o *MLTrainingRequestSingleAllOfAttributesAllOf) GetPerformanceRequirements() []ModelPerformance + func (o *MLTrainingRequestSingleAllOfAttributesAllOf) GetPerformanceRequirementsOk() ([]ModelPerformance, bool) + func (o *MLTrainingRequestSingleAllOfAttributesAllOf) GetRequestStatus() RequestStatus + func (o *MLTrainingRequestSingleAllOfAttributesAllOf) GetRequestStatusOk() (*RequestStatus, bool) + func (o *MLTrainingRequestSingleAllOfAttributesAllOf) GetSuspendRequest() bool + func (o *MLTrainingRequestSingleAllOfAttributesAllOf) GetSuspendRequestOk() (*bool, bool) + func (o *MLTrainingRequestSingleAllOfAttributesAllOf) GetTraingDataQualityScore() float32 + func (o *MLTrainingRequestSingleAllOfAttributesAllOf) GetTraingDataQualityScoreOk() (*float32, bool) + func (o *MLTrainingRequestSingleAllOfAttributesAllOf) GetTrainingRequestSource() string + func (o *MLTrainingRequestSingleAllOfAttributesAllOf) GetTrainingRequestSourceOk() (*string, bool) + func (o *MLTrainingRequestSingleAllOfAttributesAllOf) HasCancelRequest() bool + func (o *MLTrainingRequestSingleAllOfAttributesAllOf) HasCandidateTraingDataSource() bool + func (o *MLTrainingRequestSingleAllOfAttributesAllOf) HasExpectedRuntimeContext() bool + func (o *MLTrainingRequestSingleAllOfAttributesAllOf) HasMLEntityId() bool + func (o *MLTrainingRequestSingleAllOfAttributesAllOf) HasPerformanceRequirements() bool + func (o *MLTrainingRequestSingleAllOfAttributesAllOf) HasRequestStatus() bool + func (o *MLTrainingRequestSingleAllOfAttributesAllOf) HasSuspendRequest() bool + func (o *MLTrainingRequestSingleAllOfAttributesAllOf) HasTraingDataQualityScore() bool + func (o *MLTrainingRequestSingleAllOfAttributesAllOf) HasTrainingRequestSource() bool + func (o *MLTrainingRequestSingleAllOfAttributesAllOf) SetCancelRequest(v bool) + func (o *MLTrainingRequestSingleAllOfAttributesAllOf) SetCandidateTraingDataSource(v []string) + func (o *MLTrainingRequestSingleAllOfAttributesAllOf) SetExpectedRuntimeContext(v time.Time) + func (o *MLTrainingRequestSingleAllOfAttributesAllOf) SetMLEntityId(v string) + func (o *MLTrainingRequestSingleAllOfAttributesAllOf) SetPerformanceRequirements(v []ModelPerformance) + func (o *MLTrainingRequestSingleAllOfAttributesAllOf) SetRequestStatus(v RequestStatus) + func (o *MLTrainingRequestSingleAllOfAttributesAllOf) SetSuspendRequest(v bool) + func (o *MLTrainingRequestSingleAllOfAttributesAllOf) SetTraingDataQualityScore(v float32) + func (o *MLTrainingRequestSingleAllOfAttributesAllOf) SetTrainingRequestSource(v string) + func (o MLTrainingRequestSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error) + func (o MLTrainingRequestSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error) + type NullableMLTrainingFunctionSingleAllOfAttributes struct + func NewNullableMLTrainingFunctionSingleAllOfAttributes(val *MLTrainingFunctionSingleAllOfAttributes) *NullableMLTrainingFunctionSingleAllOfAttributes + func (v *NullableMLTrainingFunctionSingleAllOfAttributes) Set(val *MLTrainingFunctionSingleAllOfAttributes) + func (v *NullableMLTrainingFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error + func (v *NullableMLTrainingFunctionSingleAllOfAttributes) Unset() + func (v NullableMLTrainingFunctionSingleAllOfAttributes) Get() *MLTrainingFunctionSingleAllOfAttributes + func (v NullableMLTrainingFunctionSingleAllOfAttributes) IsSet() bool + func (v NullableMLTrainingFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error) + type NullableMLTrainingFunctionSingleAllOfAttributesAllOf struct + func NewNullableMLTrainingFunctionSingleAllOfAttributesAllOf(val *MLTrainingFunctionSingleAllOfAttributesAllOf) *NullableMLTrainingFunctionSingleAllOfAttributesAllOf + func (v *NullableMLTrainingFunctionSingleAllOfAttributesAllOf) Set(val *MLTrainingFunctionSingleAllOfAttributesAllOf) + func (v *NullableMLTrainingFunctionSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error + func (v *NullableMLTrainingFunctionSingleAllOfAttributesAllOf) Unset() + func (v NullableMLTrainingFunctionSingleAllOfAttributesAllOf) Get() *MLTrainingFunctionSingleAllOfAttributesAllOf + func (v NullableMLTrainingFunctionSingleAllOfAttributesAllOf) IsSet() bool + func (v NullableMLTrainingFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error) + type NullableMLTrainingProcessSingleAllOfAttributes struct + func NewNullableMLTrainingProcessSingleAllOfAttributes(val *MLTrainingProcessSingleAllOfAttributes) *NullableMLTrainingProcessSingleAllOfAttributes + func (v *NullableMLTrainingProcessSingleAllOfAttributes) Set(val *MLTrainingProcessSingleAllOfAttributes) + func (v *NullableMLTrainingProcessSingleAllOfAttributes) UnmarshalJSON(src []byte) error + func (v *NullableMLTrainingProcessSingleAllOfAttributes) Unset() + func (v NullableMLTrainingProcessSingleAllOfAttributes) Get() *MLTrainingProcessSingleAllOfAttributes + func (v NullableMLTrainingProcessSingleAllOfAttributes) IsSet() bool + func (v NullableMLTrainingProcessSingleAllOfAttributes) MarshalJSON() ([]byte, error) + type NullableMLTrainingProcessSingleAllOfAttributesAllOf struct + func NewNullableMLTrainingProcessSingleAllOfAttributesAllOf(val *MLTrainingProcessSingleAllOfAttributesAllOf) *NullableMLTrainingProcessSingleAllOfAttributesAllOf + func (v *NullableMLTrainingProcessSingleAllOfAttributesAllOf) Set(val *MLTrainingProcessSingleAllOfAttributesAllOf) + func (v *NullableMLTrainingProcessSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error + func (v *NullableMLTrainingProcessSingleAllOfAttributesAllOf) Unset() + func (v NullableMLTrainingProcessSingleAllOfAttributesAllOf) Get() *MLTrainingProcessSingleAllOfAttributesAllOf + func (v NullableMLTrainingProcessSingleAllOfAttributesAllOf) IsSet() bool + func (v NullableMLTrainingProcessSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error) + type NullableMLTrainingReportSingleAllOfAttributes struct + func NewNullableMLTrainingReportSingleAllOfAttributes(val *MLTrainingReportSingleAllOfAttributes) *NullableMLTrainingReportSingleAllOfAttributes + func (v *NullableMLTrainingReportSingleAllOfAttributes) Set(val *MLTrainingReportSingleAllOfAttributes) + func (v *NullableMLTrainingReportSingleAllOfAttributes) UnmarshalJSON(src []byte) error + func (v *NullableMLTrainingReportSingleAllOfAttributes) Unset() + func (v NullableMLTrainingReportSingleAllOfAttributes) Get() *MLTrainingReportSingleAllOfAttributes + func (v NullableMLTrainingReportSingleAllOfAttributes) IsSet() bool + func (v NullableMLTrainingReportSingleAllOfAttributes) MarshalJSON() ([]byte, error) + type NullableMLTrainingReportSingleAllOfAttributesAllOf struct + func NewNullableMLTrainingReportSingleAllOfAttributesAllOf(val *MLTrainingReportSingleAllOfAttributesAllOf) *NullableMLTrainingReportSingleAllOfAttributesAllOf + func (v *NullableMLTrainingReportSingleAllOfAttributesAllOf) Set(val *MLTrainingReportSingleAllOfAttributesAllOf) + func (v *NullableMLTrainingReportSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error + func (v *NullableMLTrainingReportSingleAllOfAttributesAllOf) Unset() + func (v NullableMLTrainingReportSingleAllOfAttributesAllOf) Get() *MLTrainingReportSingleAllOfAttributesAllOf + func (v NullableMLTrainingReportSingleAllOfAttributesAllOf) IsSet() bool + func (v NullableMLTrainingReportSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error) + type NullableMLTrainingRequestSingleAllOfAttributes struct + func NewNullableMLTrainingRequestSingleAllOfAttributes(val *MLTrainingRequestSingleAllOfAttributes) *NullableMLTrainingRequestSingleAllOfAttributes + func (v *NullableMLTrainingRequestSingleAllOfAttributes) Set(val *MLTrainingRequestSingleAllOfAttributes) + func (v *NullableMLTrainingRequestSingleAllOfAttributes) UnmarshalJSON(src []byte) error + func (v *NullableMLTrainingRequestSingleAllOfAttributes) Unset() + func (v NullableMLTrainingRequestSingleAllOfAttributes) Get() *MLTrainingRequestSingleAllOfAttributes + func (v NullableMLTrainingRequestSingleAllOfAttributes) IsSet() bool + func (v NullableMLTrainingRequestSingleAllOfAttributes) MarshalJSON() ([]byte, error) + type NullableMLTrainingRequestSingleAllOfAttributesAllOf struct + func NewNullableMLTrainingRequestSingleAllOfAttributesAllOf(val *MLTrainingRequestSingleAllOfAttributesAllOf) *NullableMLTrainingRequestSingleAllOfAttributesAllOf + func (v *NullableMLTrainingRequestSingleAllOfAttributesAllOf) Set(val *MLTrainingRequestSingleAllOfAttributesAllOf) + func (v *NullableMLTrainingRequestSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error + func (v *NullableMLTrainingRequestSingleAllOfAttributesAllOf) Unset() + func (v NullableMLTrainingRequestSingleAllOfAttributesAllOf) Get() *MLTrainingRequestSingleAllOfAttributesAllOf + func (v NullableMLTrainingRequestSingleAllOfAttributesAllOf) IsSet() bool + func (v NullableMLTrainingRequestSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error) + type NullableProbableCauseOneOf struct + func NewNullableProbableCauseOneOf(val *ProbableCauseOneOf) *NullableProbableCauseOneOf + func (v *NullableProbableCauseOneOf) Set(val *ProbableCauseOneOf) + func (v *NullableProbableCauseOneOf) UnmarshalJSON(src []byte) error + func (v *NullableProbableCauseOneOf) Unset() + func (v NullableProbableCauseOneOf) Get() *ProbableCauseOneOf + func (v NullableProbableCauseOneOf) IsSet() bool + func (v NullableProbableCauseOneOf) MarshalJSON() ([]byte, error) type ProbableCause + ProbableCauseOneOf *ProbableCauseOneOf + func ProbableCauseOneOfAsProbableCause(v *ProbableCauseOneOf) ProbableCause + type ProbableCauseOneOf struct + func (dst *ProbableCauseOneOf) UnmarshalJSON(data []byte) error + func (src *ProbableCauseOneOf) MarshalJSON() ([]byte, error) v1.0.0 Mar 29, 2023 Changes in this version + var AllowedAckStateEnumValues = []AckState + var AllowedAdministrativeStateEnumValues = []AdministrativeState + var AllowedAlarmNotificationTypesEnumValues = []AlarmNotificationTypes + var AllowedAlarmTypeEnumValues = []AlarmType + var AllowedAnonymizationOfMdtDataTypeEnumValues = []AnonymizationOfMdtDataType + var AllowedCmNotificationTypesEnumValues = []CmNotificationTypes + var AllowedCollectionPeriodM6LteTypeEnumValues = []CollectionPeriodM6LteType + var AllowedCollectionPeriodM6NrTypeEnumValues = []CollectionPeriodM6NrType + var AllowedCollectionPeriodRrmLteTypeEnumValues = []CollectionPeriodRrmLteType + var AllowedCollectionPeriodRrmNrTypeEnumValues = []CollectionPeriodRrmNrType + var AllowedCollectionPeriodRrmUmtsTypeEnumValues = []CollectionPeriodRrmUmtsType + var AllowedEventListForEventTriggeredMeasurementTypeEnumValues = []EventListForEventTriggeredMeasurementType + var AllowedFileNotificationTypesEnumValues = []FileNotificationTypes + var AllowedHeartbeatNotificationTypesEnumValues = []HeartbeatNotificationTypes + var AllowedJobTypeTypeEnumValues = []JobTypeType + var AllowedLoggingDurationTypeEnumValues = []LoggingDurationType + var AllowedMeasurementPeriodLteTypeEnumValues = []MeasurementPeriodLteType + var AllowedMeasurementPeriodUmtsTypeEnumValues = []MeasurementPeriodUmtsType + var AllowedMeasurementQuantityTypeEnumValues = []MeasurementQuantityType + var AllowedNFServiceTypeEnumValues = []NFServiceType + var AllowedNFTypeEnumValues = []NFType + var AllowedOperationSemanticsEnumValues = []OperationSemantics + var AllowedOperationalStateEnumValues = []OperationalState + var AllowedPerceivedSeverityEnumValues = []PerceivedSeverity + var AllowedPerfNotificationTypesEnumValues = []PerfNotificationTypes + var AllowedPositioningMethodTypeEnumValues = []PositioningMethodType + var AllowedRegistrationStateEnumValues = []RegistrationState + var AllowedReportAmountTypeEnumValues = []ReportAmountType + var AllowedReportTypeTypeEnumValues = []ReportTypeType + var AllowedRequestStatusEnumValues = []RequestStatus + var AllowedTimeToTriggerL1TypeEnumValues = []TimeToTriggerL1Type + var AllowedTraceDepthTypeEnumValues = []TraceDepthType + var AllowedTraceReportingFormatTypeEnumValues = []TraceReportingFormatType + var AllowedTrendIndicationEnumValues = []TrendIndication + var AllowedUsageStateEnumValues = []UsageState + var ContextOperationServerIndices = contextKey("serverOperationIndices") + var ContextOperationServerVariables = contextKey("serverOperationVariables") + var ContextServerIndex = contextKey("serverIndex") + var ContextServerVariables = contextKey("serverVariables") + 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 struct + 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 AckState string + const ACKNOWLEDGED + const UNACKNOWLEDGED + func NewAckStateFromValue(v string) (*AckState, error) + func (v *AckState) UnmarshalJSON(src []byte) error + func (v AckState) IsValid() bool + func (v AckState) Ptr() *AckState + type AdministrativeState string + const LOCKED + const UNLOCKED + func NewAdministrativeStateFromValue(v string) (*AdministrativeState, error) + func (v *AdministrativeState) UnmarshalJSON(src []byte) error + func (v AdministrativeState) IsValid() bool + func (v AdministrativeState) Ptr() *AdministrativeState + type AlarmListSingle struct + Attributes *AlarmListSingleAllOfAttributes + Id NullableString + ObjectClass *string + ObjectInstance *string + VsDataContainer []VsDataContainerSingle + func NewAlarmListSingle(id NullableString) *AlarmListSingle + func NewAlarmListSingleWithDefaults() *AlarmListSingle + func (o *AlarmListSingle) GetAttributes() AlarmListSingleAllOfAttributes + func (o *AlarmListSingle) GetAttributesOk() (*AlarmListSingleAllOfAttributes, bool) + func (o *AlarmListSingle) GetId() string + func (o *AlarmListSingle) GetIdOk() (*string, bool) + func (o *AlarmListSingle) GetObjectClass() string + func (o *AlarmListSingle) GetObjectClassOk() (*string, bool) + func (o *AlarmListSingle) GetObjectInstance() string + func (o *AlarmListSingle) GetObjectInstanceOk() (*string, bool) + func (o *AlarmListSingle) GetVsDataContainer() []VsDataContainerSingle + func (o *AlarmListSingle) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *AlarmListSingle) HasAttributes() bool + func (o *AlarmListSingle) HasObjectClass() bool + func (o *AlarmListSingle) HasObjectInstance() bool + func (o *AlarmListSingle) HasVsDataContainer() bool + func (o *AlarmListSingle) SetAttributes(v AlarmListSingleAllOfAttributes) + func (o *AlarmListSingle) SetId(v string) + func (o *AlarmListSingle) SetObjectClass(v string) + func (o *AlarmListSingle) SetObjectInstance(v string) + func (o *AlarmListSingle) SetVsDataContainer(v []VsDataContainerSingle) + func (o AlarmListSingle) MarshalJSON() ([]byte, error) + func (o AlarmListSingle) ToMap() (map[string]interface{}, error) + type AlarmListSingleAllOf struct + Attributes *AlarmListSingleAllOfAttributes + func NewAlarmListSingleAllOf() *AlarmListSingleAllOf + func NewAlarmListSingleAllOfWithDefaults() *AlarmListSingleAllOf + func (o *AlarmListSingleAllOf) GetAttributes() AlarmListSingleAllOfAttributes + func (o *AlarmListSingleAllOf) GetAttributesOk() (*AlarmListSingleAllOfAttributes, bool) + func (o *AlarmListSingleAllOf) HasAttributes() bool + func (o *AlarmListSingleAllOf) SetAttributes(v AlarmListSingleAllOfAttributes) + func (o AlarmListSingleAllOf) MarshalJSON() ([]byte, error) + func (o AlarmListSingleAllOf) ToMap() (map[string]interface{}, error) + type AlarmListSingleAllOfAttributes struct + AdministrativeState *AdministrativeState + AlarmRecords *map[string]AlarmRecord + LastModification *time.Time + NumOfAlarmRecords *int32 + OperationalState *OperationalState + func NewAlarmListSingleAllOfAttributes() *AlarmListSingleAllOfAttributes + func NewAlarmListSingleAllOfAttributesWithDefaults() *AlarmListSingleAllOfAttributes + func (o *AlarmListSingleAllOfAttributes) GetAdministrativeState() AdministrativeState + func (o *AlarmListSingleAllOfAttributes) GetAdministrativeStateOk() (*AdministrativeState, bool) + func (o *AlarmListSingleAllOfAttributes) GetAlarmRecords() map[string]AlarmRecord + func (o *AlarmListSingleAllOfAttributes) GetAlarmRecordsOk() (*map[string]AlarmRecord, bool) + func (o *AlarmListSingleAllOfAttributes) GetLastModification() time.Time + func (o *AlarmListSingleAllOfAttributes) GetLastModificationOk() (*time.Time, bool) + func (o *AlarmListSingleAllOfAttributes) GetNumOfAlarmRecords() int32 + func (o *AlarmListSingleAllOfAttributes) GetNumOfAlarmRecordsOk() (*int32, bool) + func (o *AlarmListSingleAllOfAttributes) GetOperationalState() OperationalState + func (o *AlarmListSingleAllOfAttributes) GetOperationalStateOk() (*OperationalState, bool) + func (o *AlarmListSingleAllOfAttributes) HasAdministrativeState() bool + func (o *AlarmListSingleAllOfAttributes) HasAlarmRecords() bool + func (o *AlarmListSingleAllOfAttributes) HasLastModification() bool + func (o *AlarmListSingleAllOfAttributes) HasNumOfAlarmRecords() bool + func (o *AlarmListSingleAllOfAttributes) HasOperationalState() bool + func (o *AlarmListSingleAllOfAttributes) SetAdministrativeState(v AdministrativeState) + func (o *AlarmListSingleAllOfAttributes) SetAlarmRecords(v map[string]AlarmRecord) + func (o *AlarmListSingleAllOfAttributes) SetLastModification(v time.Time) + func (o *AlarmListSingleAllOfAttributes) SetNumOfAlarmRecords(v int32) + func (o *AlarmListSingleAllOfAttributes) SetOperationalState(v OperationalState) + func (o AlarmListSingleAllOfAttributes) MarshalJSON() ([]byte, error) + func (o AlarmListSingleAllOfAttributes) ToMap() (map[string]interface{}, error) + type AlarmNotificationTypes string + const NOTIFY_ACK_STATE_CHANGED + const NOTIFY_ALARM_LIST_REBUILT + const NOTIFY_CHANGED_ALARM + const NOTIFY_CHANGED_ALARM_GENERAL + const NOTIFY_CLEARED_ALARM + const NOTIFY_COMMENTS + const NOTIFY_CORRELATED_NOTIFICATION_CHANGED + const NOTIFY_NEW_ALARM + const NOTIFY_POTENTIAL_FAULTY_ALARM_LIST + func NewAlarmNotificationTypesFromValue(v string) (*AlarmNotificationTypes, error) + func (v *AlarmNotificationTypes) UnmarshalJSON(src []byte) error + func (v AlarmNotificationTypes) IsValid() bool + func (v AlarmNotificationTypes) Ptr() *AlarmNotificationTypes + type AlarmRecord struct + AckState *AckState + AckSystemId *string + AckTime *time.Time + AckUserId *string + AdditionalInformation map[string]interface{} + AdditionalText *string + AlarmChangedTime *time.Time + AlarmClearedTime *time.Time + AlarmRaisedTime *time.Time + AlarmType *AlarmType + BackUpObject *string + BackedUpStatus *bool + ClearSystemId *string + ClearUserId *string + CorrelatedNotifications []CorrelatedNotification + MonitoredAttributes map[string]interface{} + NotificationId *int32 + ObjectInstance *string + PerceivedSeverity *PerceivedSeverity + ProbableCause *ProbableCause + ProposedRepairActions *string + RootCauseIndicator *bool + SecurityAlarmDetector *string + ServiceProvider *string + ServiceUser *string + SpecificProblem *SpecificProblem + StateChangeDefinition []map[string]interface{} + Thresholdinfo *ThresholdInfo1 + TrendIndication *TrendIndication + func NewAlarmRecord() *AlarmRecord + func NewAlarmRecordWithDefaults() *AlarmRecord + func (o *AlarmRecord) GetAckState() AckState + func (o *AlarmRecord) GetAckStateOk() (*AckState, bool) + func (o *AlarmRecord) GetAckSystemId() string + func (o *AlarmRecord) GetAckSystemIdOk() (*string, bool) + func (o *AlarmRecord) GetAckTime() time.Time + func (o *AlarmRecord) GetAckTimeOk() (*time.Time, bool) + func (o *AlarmRecord) GetAckUserId() string + func (o *AlarmRecord) GetAckUserIdOk() (*string, bool) + func (o *AlarmRecord) GetAdditionalInformation() map[string]interface{} + func (o *AlarmRecord) GetAdditionalInformationOk() (map[string]interface{}, bool) + func (o *AlarmRecord) GetAdditionalText() string + func (o *AlarmRecord) GetAdditionalTextOk() (*string, bool) + func (o *AlarmRecord) GetAlarmChangedTime() time.Time + func (o *AlarmRecord) GetAlarmChangedTimeOk() (*time.Time, bool) + func (o *AlarmRecord) GetAlarmClearedTime() time.Time + func (o *AlarmRecord) GetAlarmClearedTimeOk() (*time.Time, bool) + func (o *AlarmRecord) GetAlarmRaisedTime() time.Time + func (o *AlarmRecord) GetAlarmRaisedTimeOk() (*time.Time, bool) + func (o *AlarmRecord) GetAlarmType() AlarmType + func (o *AlarmRecord) GetAlarmTypeOk() (*AlarmType, bool) + func (o *AlarmRecord) GetBackUpObject() string + func (o *AlarmRecord) GetBackUpObjectOk() (*string, bool) + func (o *AlarmRecord) GetBackedUpStatus() bool + func (o *AlarmRecord) GetBackedUpStatusOk() (*bool, bool) + func (o *AlarmRecord) GetClearSystemId() string + func (o *AlarmRecord) GetClearSystemIdOk() (*string, bool) + func (o *AlarmRecord) GetClearUserId() string + func (o *AlarmRecord) GetClearUserIdOk() (*string, bool) + func (o *AlarmRecord) GetCorrelatedNotifications() []CorrelatedNotification + func (o *AlarmRecord) GetCorrelatedNotificationsOk() ([]CorrelatedNotification, bool) + func (o *AlarmRecord) GetMonitoredAttributes() map[string]interface{} + func (o *AlarmRecord) GetMonitoredAttributesOk() (map[string]interface{}, bool) + func (o *AlarmRecord) GetNotificationId() int32 + func (o *AlarmRecord) GetNotificationIdOk() (*int32, bool) + func (o *AlarmRecord) GetObjectInstance() string + func (o *AlarmRecord) GetObjectInstanceOk() (*string, bool) + func (o *AlarmRecord) GetPerceivedSeverity() PerceivedSeverity + func (o *AlarmRecord) GetPerceivedSeverityOk() (*PerceivedSeverity, bool) + func (o *AlarmRecord) GetProbableCause() ProbableCause + func (o *AlarmRecord) GetProbableCauseOk() (*ProbableCause, bool) + func (o *AlarmRecord) GetProposedRepairActions() string + func (o *AlarmRecord) GetProposedRepairActionsOk() (*string, bool) + func (o *AlarmRecord) GetRootCauseIndicator() bool + func (o *AlarmRecord) GetRootCauseIndicatorOk() (*bool, bool) + func (o *AlarmRecord) GetSecurityAlarmDetector() string + func (o *AlarmRecord) GetSecurityAlarmDetectorOk() (*string, bool) + func (o *AlarmRecord) GetServiceProvider() string + func (o *AlarmRecord) GetServiceProviderOk() (*string, bool) + func (o *AlarmRecord) GetServiceUser() string + func (o *AlarmRecord) GetServiceUserOk() (*string, bool) + func (o *AlarmRecord) GetSpecificProblem() SpecificProblem + func (o *AlarmRecord) GetSpecificProblemOk() (*SpecificProblem, bool) + func (o *AlarmRecord) GetStateChangeDefinition() []map[string]interface{} + func (o *AlarmRecord) GetStateChangeDefinitionOk() ([]map[string]interface{}, bool) + func (o *AlarmRecord) GetThresholdinfo() ThresholdInfo1 + func (o *AlarmRecord) GetThresholdinfoOk() (*ThresholdInfo1, bool) + func (o *AlarmRecord) GetTrendIndication() TrendIndication + func (o *AlarmRecord) GetTrendIndicationOk() (*TrendIndication, bool) + func (o *AlarmRecord) HasAckState() bool + func (o *AlarmRecord) HasAckSystemId() bool + func (o *AlarmRecord) HasAckTime() bool + func (o *AlarmRecord) HasAckUserId() bool + func (o *AlarmRecord) HasAdditionalInformation() bool + func (o *AlarmRecord) HasAdditionalText() bool + func (o *AlarmRecord) HasAlarmChangedTime() bool + func (o *AlarmRecord) HasAlarmClearedTime() bool + func (o *AlarmRecord) HasAlarmRaisedTime() bool + func (o *AlarmRecord) HasAlarmType() bool + func (o *AlarmRecord) HasBackUpObject() bool + func (o *AlarmRecord) HasBackedUpStatus() bool + func (o *AlarmRecord) HasClearSystemId() bool + func (o *AlarmRecord) HasClearUserId() bool + func (o *AlarmRecord) HasCorrelatedNotifications() bool + func (o *AlarmRecord) HasMonitoredAttributes() bool + func (o *AlarmRecord) HasNotificationId() bool + func (o *AlarmRecord) HasObjectInstance() bool + func (o *AlarmRecord) HasPerceivedSeverity() bool + func (o *AlarmRecord) HasProbableCause() bool + func (o *AlarmRecord) HasProposedRepairActions() bool + func (o *AlarmRecord) HasRootCauseIndicator() bool + func (o *AlarmRecord) HasSecurityAlarmDetector() bool + func (o *AlarmRecord) HasServiceProvider() bool + func (o *AlarmRecord) HasServiceUser() bool + func (o *AlarmRecord) HasSpecificProblem() bool + func (o *AlarmRecord) HasStateChangeDefinition() bool + func (o *AlarmRecord) HasThresholdinfo() bool + func (o *AlarmRecord) HasTrendIndication() bool + func (o *AlarmRecord) SetAckState(v AckState) + func (o *AlarmRecord) SetAckSystemId(v string) + func (o *AlarmRecord) SetAckTime(v time.Time) + func (o *AlarmRecord) SetAckUserId(v string) + func (o *AlarmRecord) SetAdditionalInformation(v map[string]interface{}) + func (o *AlarmRecord) SetAdditionalText(v string) + func (o *AlarmRecord) SetAlarmChangedTime(v time.Time) + func (o *AlarmRecord) SetAlarmClearedTime(v time.Time) + func (o *AlarmRecord) SetAlarmRaisedTime(v time.Time) + func (o *AlarmRecord) SetAlarmType(v AlarmType) + func (o *AlarmRecord) SetBackUpObject(v string) + func (o *AlarmRecord) SetBackedUpStatus(v bool) + func (o *AlarmRecord) SetClearSystemId(v string) + func (o *AlarmRecord) SetClearUserId(v string) + func (o *AlarmRecord) SetCorrelatedNotifications(v []CorrelatedNotification) + func (o *AlarmRecord) SetMonitoredAttributes(v map[string]interface{}) + func (o *AlarmRecord) SetNotificationId(v int32) + func (o *AlarmRecord) SetObjectInstance(v string) + func (o *AlarmRecord) SetPerceivedSeverity(v PerceivedSeverity) + func (o *AlarmRecord) SetProbableCause(v ProbableCause) + func (o *AlarmRecord) SetProposedRepairActions(v string) + func (o *AlarmRecord) SetRootCauseIndicator(v bool) + func (o *AlarmRecord) SetSecurityAlarmDetector(v string) + func (o *AlarmRecord) SetServiceProvider(v string) + func (o *AlarmRecord) SetServiceUser(v string) + func (o *AlarmRecord) SetSpecificProblem(v SpecificProblem) + func (o *AlarmRecord) SetStateChangeDefinition(v []map[string]interface{}) + func (o *AlarmRecord) SetThresholdinfo(v ThresholdInfo1) + func (o *AlarmRecord) SetTrendIndication(v TrendIndication) + func (o AlarmRecord) MarshalJSON() ([]byte, error) + func (o AlarmRecord) ToMap() (map[string]interface{}, error) + type AlarmType string + const COMMUNICATIONS_ALARM + const ENVIRONMENTAL_ALARM + const EQUIPMENT_ALARM + const INTEGRITY_VIOLATION + const OPERATIONAL_VIOLATION + const PHYSICAL_VIOLATION + const PROCESSING_ERROR_ALARM + const QUALITY_OF_SERVICE_ALARM + const SECURITY_SERVICE_OR_MECHANISM_VIOLATION + const TIME_DOMAIN_VIOLATION + func NewAlarmTypeFromValue(v string) (*AlarmType, error) + func (v *AlarmType) UnmarshalJSON(src []byte) error + func (v AlarmType) IsValid() bool + func (v AlarmType) Ptr() *AlarmType + type AnonymizationOfMdtDataType string + const NO_IDENTITY + const TAC_OF_IMEI + func NewAnonymizationOfMdtDataTypeFromValue(v string) (*AnonymizationOfMdtDataType, error) + func (v *AnonymizationOfMdtDataType) UnmarshalJSON(src []byte) error + func (v AnonymizationOfMdtDataType) IsValid() bool + func (v AnonymizationOfMdtDataType) Ptr() *AnonymizationOfMdtDataType + type AreaConfig struct + FreqInfo *FreqInfo + PciList []int32 + func NewAreaConfig() *AreaConfig + func NewAreaConfigWithDefaults() *AreaConfig + func (o *AreaConfig) GetFreqInfo() FreqInfo + func (o *AreaConfig) GetFreqInfoOk() (*FreqInfo, bool) + func (o *AreaConfig) GetPciList() []int32 + func (o *AreaConfig) GetPciListOk() ([]int32, bool) + func (o *AreaConfig) HasFreqInfo() bool + func (o *AreaConfig) HasPciList() bool + func (o *AreaConfig) SetFreqInfo(v FreqInfo) + func (o *AreaConfig) SetPciList(v []int32) + func (o AreaConfig) MarshalJSON() ([]byte, error) + func (o AreaConfig) ToMap() (map[string]interface{}, error) + type AreaOfInterest struct + ArrayOfEutraCellId *[]EutraCellId + ArrayOfNrCellId *[]NrCellId + ArrayOfTai *[]Tai + ArrayOfUtraCellId *[]UtraCellId + GeoAreaToCellMapping *GeoAreaToCellMapping + func ArrayOfEutraCellIdAsAreaOfInterest(v *[]EutraCellId) AreaOfInterest + func ArrayOfNrCellIdAsAreaOfInterest(v *[]NrCellId) AreaOfInterest + func ArrayOfTaiAsAreaOfInterest(v *[]Tai) AreaOfInterest + func ArrayOfUtraCellIdAsAreaOfInterest(v *[]UtraCellId) AreaOfInterest + func GeoAreaToCellMappingAsAreaOfInterest(v *GeoAreaToCellMapping) AreaOfInterest + func (dst *AreaOfInterest) UnmarshalJSON(data []byte) error + func (obj *AreaOfInterest) GetActualInstance() interface{} + func (src AreaOfInterest) MarshalJSON() ([]byte, error) + type AreaScope struct + ArrayOfEutraCellId *[]EutraCellId + ArrayOfNrCellId *[]NrCellId + ArrayOfString *[]string + ArrayOfTai *[]Tai + func ArrayOfEutraCellIdAsAreaScope(v *[]EutraCellId) AreaScope + func ArrayOfNrCellIdAsAreaScope(v *[]NrCellId) AreaScope + func ArrayOfStringAsAreaScope(v *[]string) AreaScope + func ArrayOfTaiAsAreaScope(v *[]Tai) AreaScope + func (dst *AreaScope) UnmarshalJSON(data []byte) error + func (obj *AreaScope) GetActualInstance() interface{} + func (src AreaScope) MarshalJSON() ([]byte, error) + type BasicAuth struct + Password string + UserName string + type CmNotificationTypes string + const NOTIFY_MOI_ATTRIBUTE_VALUE_CHANGES + const NOTIFY_MOI_CHANGES + const NOTIFY_MOI_CREATION + const NOTIFY_MOI_DELETION + func NewCmNotificationTypesFromValue(v string) (*CmNotificationTypes, error) + func (v *CmNotificationTypes) UnmarshalJSON(src []byte) error + func (v CmNotificationTypes) IsValid() bool + func (v CmNotificationTypes) Ptr() *CmNotificationTypes + type CollectionPeriodM6LteType string + func NewCollectionPeriodM6LteTypeFromValue(v string) (*CollectionPeriodM6LteType, error) + func (v *CollectionPeriodM6LteType) UnmarshalJSON(src []byte) error + func (v CollectionPeriodM6LteType) IsValid() bool + func (v CollectionPeriodM6LteType) Ptr() *CollectionPeriodM6LteType + type CollectionPeriodM6NrType string + func NewCollectionPeriodM6NrTypeFromValue(v string) (*CollectionPeriodM6NrType, error) + func (v *CollectionPeriodM6NrType) UnmarshalJSON(src []byte) error + func (v CollectionPeriodM6NrType) IsValid() bool + func (v CollectionPeriodM6NrType) Ptr() *CollectionPeriodM6NrType + type CollectionPeriodRrmLteType string + func NewCollectionPeriodRrmLteTypeFromValue(v string) (*CollectionPeriodRrmLteType, error) + func (v *CollectionPeriodRrmLteType) UnmarshalJSON(src []byte) error + func (v CollectionPeriodRrmLteType) IsValid() bool + func (v CollectionPeriodRrmLteType) Ptr() *CollectionPeriodRrmLteType + type CollectionPeriodRrmNrType string + func NewCollectionPeriodRrmNrTypeFromValue(v string) (*CollectionPeriodRrmNrType, error) + func (v *CollectionPeriodRrmNrType) UnmarshalJSON(src []byte) error + func (v CollectionPeriodRrmNrType) IsValid() bool + func (v CollectionPeriodRrmNrType) Ptr() *CollectionPeriodRrmNrType + type CollectionPeriodRrmUmtsType string + func NewCollectionPeriodRrmUmtsTypeFromValue(v string) (*CollectionPeriodRrmUmtsType, error) + func (v *CollectionPeriodRrmUmtsType) UnmarshalJSON(src []byte) error + func (v CollectionPeriodRrmUmtsType) IsValid() bool + func (v CollectionPeriodRrmUmtsType) Ptr() *CollectionPeriodRrmUmtsType + 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 CorrelatedNotification struct + NotificationIds []int32 + SourceObjectInstance string + func NewCorrelatedNotification(sourceObjectInstance string, notificationIds []int32) *CorrelatedNotification + func NewCorrelatedNotificationWithDefaults() *CorrelatedNotification + func (o *CorrelatedNotification) GetNotificationIds() []int32 + func (o *CorrelatedNotification) GetNotificationIdsOk() ([]int32, bool) + func (o *CorrelatedNotification) GetSourceObjectInstance() string + func (o *CorrelatedNotification) GetSourceObjectInstanceOk() (*string, bool) + func (o *CorrelatedNotification) SetNotificationIds(v []int32) + func (o *CorrelatedNotification) SetSourceObjectInstance(v string) + func (o CorrelatedNotification) MarshalJSON() ([]byte, error) + func (o CorrelatedNotification) ToMap() (map[string]interface{}, error) + type EventListForEventTriggeredMeasurementType string + const A2_EVENT + const OUT_OF_COVERAGE + func NewEventListForEventTriggeredMeasurementTypeFromValue(v string) (*EventListForEventTriggeredMeasurementType, error) + func (v *EventListForEventTriggeredMeasurementType) UnmarshalJSON(src []byte) error + func (v EventListForEventTriggeredMeasurementType) IsValid() bool + func (v EventListForEventTriggeredMeasurementType) Ptr() *EventListForEventTriggeredMeasurementType + type EventThresholdL1Type struct + RSRP *int32 + RSRQ *int32 + func NewEventThresholdL1Type() *EventThresholdL1Type + func NewEventThresholdL1TypeWithDefaults() *EventThresholdL1Type + func (o *EventThresholdL1Type) GetRSRP() int32 + func (o *EventThresholdL1Type) GetRSRPOk() (*int32, bool) + func (o *EventThresholdL1Type) GetRSRQ() int32 + func (o *EventThresholdL1Type) GetRSRQOk() (*int32, bool) + func (o *EventThresholdL1Type) HasRSRP() bool + func (o *EventThresholdL1Type) HasRSRQ() bool + func (o *EventThresholdL1Type) SetRSRP(v int32) + func (o *EventThresholdL1Type) SetRSRQ(v int32) + func (o EventThresholdL1Type) MarshalJSON() ([]byte, error) + func (o EventThresholdL1Type) ToMap() (map[string]interface{}, error) + type EventThresholdType struct + EventThreshold1F *EventThresholdTypeEventThreshold1F + EventThreshold1I *int32 + EventThresholdRSRP *EventThresholdTypeEventThresholdRSRP + EventThresholdRSRQ *EventThresholdTypeEventThresholdRSRQ + func NewEventThresholdType() *EventThresholdType + func NewEventThresholdTypeWithDefaults() *EventThresholdType + func (o *EventThresholdType) GetEventThreshold1F() EventThresholdTypeEventThreshold1F + func (o *EventThresholdType) GetEventThreshold1FOk() (*EventThresholdTypeEventThreshold1F, bool) + func (o *EventThresholdType) GetEventThreshold1I() int32 + func (o *EventThresholdType) GetEventThreshold1IOk() (*int32, bool) + func (o *EventThresholdType) GetEventThresholdRSRP() EventThresholdTypeEventThresholdRSRP + func (o *EventThresholdType) GetEventThresholdRSRPOk() (*EventThresholdTypeEventThresholdRSRP, bool) + func (o *EventThresholdType) GetEventThresholdRSRQ() EventThresholdTypeEventThresholdRSRQ + func (o *EventThresholdType) GetEventThresholdRSRQOk() (*EventThresholdTypeEventThresholdRSRQ, bool) + func (o *EventThresholdType) HasEventThreshold1F() bool + func (o *EventThresholdType) HasEventThreshold1I() bool + func (o *EventThresholdType) HasEventThresholdRSRP() bool + func (o *EventThresholdType) HasEventThresholdRSRQ() bool + func (o *EventThresholdType) SetEventThreshold1F(v EventThresholdTypeEventThreshold1F) + func (o *EventThresholdType) SetEventThreshold1I(v int32) + func (o *EventThresholdType) SetEventThresholdRSRP(v EventThresholdTypeEventThresholdRSRP) + func (o *EventThresholdType) SetEventThresholdRSRQ(v EventThresholdTypeEventThresholdRSRQ) + func (o EventThresholdType) MarshalJSON() ([]byte, error) + func (o EventThresholdType) ToMap() (map[string]interface{}, error) + type EventThresholdTypeEventThreshold1F struct + CPICHEcNo *int32 + CPICH_RSCP *int32 + PathLoss *int32 + func NewEventThresholdTypeEventThreshold1F() *EventThresholdTypeEventThreshold1F + func NewEventThresholdTypeEventThreshold1FWithDefaults() *EventThresholdTypeEventThreshold1F + func (o *EventThresholdTypeEventThreshold1F) GetCPICHEcNo() int32 + func (o *EventThresholdTypeEventThreshold1F) GetCPICHEcNoOk() (*int32, bool) + func (o *EventThresholdTypeEventThreshold1F) GetCPICH_RSCP() int32 + func (o *EventThresholdTypeEventThreshold1F) GetCPICH_RSCPOk() (*int32, bool) + func (o *EventThresholdTypeEventThreshold1F) GetPathLoss() int32 + func (o *EventThresholdTypeEventThreshold1F) GetPathLossOk() (*int32, bool) + func (o *EventThresholdTypeEventThreshold1F) HasCPICHEcNo() bool + func (o *EventThresholdTypeEventThreshold1F) HasCPICH_RSCP() bool + func (o *EventThresholdTypeEventThreshold1F) HasPathLoss() bool + func (o *EventThresholdTypeEventThreshold1F) SetCPICHEcNo(v int32) + func (o *EventThresholdTypeEventThreshold1F) SetCPICH_RSCP(v int32) + func (o *EventThresholdTypeEventThreshold1F) SetPathLoss(v int32) + func (o EventThresholdTypeEventThreshold1F) MarshalJSON() ([]byte, error) + func (o EventThresholdTypeEventThreshold1F) ToMap() (map[string]interface{}, error) + type EventThresholdTypeEventThresholdRSRP struct + Int32 *int32 + func Int32AsEventThresholdTypeEventThresholdRSRP(v *int32) EventThresholdTypeEventThresholdRSRP + func (dst *EventThresholdTypeEventThresholdRSRP) UnmarshalJSON(data []byte) error + func (obj *EventThresholdTypeEventThresholdRSRP) GetActualInstance() interface{} + func (src EventThresholdTypeEventThresholdRSRP) MarshalJSON() ([]byte, error) + type EventThresholdTypeEventThresholdRSRQ struct + Int32 *int32 + func Int32AsEventThresholdTypeEventThresholdRSRQ(v *int32) EventThresholdTypeEventThresholdRSRQ + func (dst *EventThresholdTypeEventThresholdRSRQ) UnmarshalJSON(data []byte) error + func (obj *EventThresholdTypeEventThresholdRSRQ) GetActualInstance() interface{} + func (src EventThresholdTypeEventThresholdRSRQ) MarshalJSON() ([]byte, error) + type FileDownloadJobProcessMonitor struct + EndTime *time.Time + JobId *string + ProgressPercentage *int32 + ProgressStateInfo *string + ResultStateInfo *FileDownloadJobProcessMonitorResultStateInfo + StartTime *time.Time + Status *string + Timer *int32 + func NewFileDownloadJobProcessMonitor() *FileDownloadJobProcessMonitor + func NewFileDownloadJobProcessMonitorWithDefaults() *FileDownloadJobProcessMonitor + func (o *FileDownloadJobProcessMonitor) GetEndTime() time.Time + func (o *FileDownloadJobProcessMonitor) GetEndTimeOk() (*time.Time, bool) + func (o *FileDownloadJobProcessMonitor) GetJobId() string + func (o *FileDownloadJobProcessMonitor) GetJobIdOk() (*string, bool) + func (o *FileDownloadJobProcessMonitor) GetProgressPercentage() int32 + func (o *FileDownloadJobProcessMonitor) GetProgressPercentageOk() (*int32, bool) + func (o *FileDownloadJobProcessMonitor) GetProgressStateInfo() string + func (o *FileDownloadJobProcessMonitor) GetProgressStateInfoOk() (*string, bool) + func (o *FileDownloadJobProcessMonitor) GetResultStateInfo() FileDownloadJobProcessMonitorResultStateInfo + func (o *FileDownloadJobProcessMonitor) GetResultStateInfoOk() (*FileDownloadJobProcessMonitorResultStateInfo, bool) + func (o *FileDownloadJobProcessMonitor) GetStartTime() time.Time + func (o *FileDownloadJobProcessMonitor) GetStartTimeOk() (*time.Time, bool) + func (o *FileDownloadJobProcessMonitor) GetStatus() string + func (o *FileDownloadJobProcessMonitor) GetStatusOk() (*string, bool) + func (o *FileDownloadJobProcessMonitor) GetTimer() int32 + func (o *FileDownloadJobProcessMonitor) GetTimerOk() (*int32, bool) + func (o *FileDownloadJobProcessMonitor) HasEndTime() bool + func (o *FileDownloadJobProcessMonitor) HasJobId() bool + func (o *FileDownloadJobProcessMonitor) HasProgressPercentage() bool + func (o *FileDownloadJobProcessMonitor) HasProgressStateInfo() bool + func (o *FileDownloadJobProcessMonitor) HasResultStateInfo() bool + func (o *FileDownloadJobProcessMonitor) HasStartTime() bool + func (o *FileDownloadJobProcessMonitor) HasStatus() bool + func (o *FileDownloadJobProcessMonitor) HasTimer() bool + func (o *FileDownloadJobProcessMonitor) SetEndTime(v time.Time) + func (o *FileDownloadJobProcessMonitor) SetJobId(v string) + func (o *FileDownloadJobProcessMonitor) SetProgressPercentage(v int32) + func (o *FileDownloadJobProcessMonitor) SetProgressStateInfo(v string) + func (o *FileDownloadJobProcessMonitor) SetResultStateInfo(v FileDownloadJobProcessMonitorResultStateInfo) + func (o *FileDownloadJobProcessMonitor) SetStartTime(v time.Time) + func (o *FileDownloadJobProcessMonitor) SetStatus(v string) + func (o *FileDownloadJobProcessMonitor) SetTimer(v int32) + func (o FileDownloadJobProcessMonitor) MarshalJSON() ([]byte, error) + func (o FileDownloadJobProcessMonitor) ToMap() (map[string]interface{}, error) + type FileDownloadJobProcessMonitorResultStateInfo struct + String *string + func StringAsFileDownloadJobProcessMonitorResultStateInfo(v *string) FileDownloadJobProcessMonitorResultStateInfo + func (dst *FileDownloadJobProcessMonitorResultStateInfo) UnmarshalJSON(data []byte) error + func (obj *FileDownloadJobProcessMonitorResultStateInfo) GetActualInstance() interface{} + func (src FileDownloadJobProcessMonitorResultStateInfo) MarshalJSON() ([]byte, error) + type FileDownloadJobSingle struct + Attributes *FileDownloadJobSingleAllOfAttributes + Id NullableString + ObjectClass *string + ObjectInstance *string + VsDataContainer []VsDataContainerSingle + func NewFileDownloadJobSingle(id NullableString) *FileDownloadJobSingle + func NewFileDownloadJobSingleWithDefaults() *FileDownloadJobSingle + func (o *FileDownloadJobSingle) GetAttributes() FileDownloadJobSingleAllOfAttributes + func (o *FileDownloadJobSingle) GetAttributesOk() (*FileDownloadJobSingleAllOfAttributes, bool) + func (o *FileDownloadJobSingle) GetId() string + func (o *FileDownloadJobSingle) GetIdOk() (*string, bool) + func (o *FileDownloadJobSingle) GetObjectClass() string + func (o *FileDownloadJobSingle) GetObjectClassOk() (*string, bool) + func (o *FileDownloadJobSingle) GetObjectInstance() string + func (o *FileDownloadJobSingle) GetObjectInstanceOk() (*string, bool) + func (o *FileDownloadJobSingle) GetVsDataContainer() []VsDataContainerSingle + func (o *FileDownloadJobSingle) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *FileDownloadJobSingle) HasAttributes() bool + func (o *FileDownloadJobSingle) HasObjectClass() bool + func (o *FileDownloadJobSingle) HasObjectInstance() bool + func (o *FileDownloadJobSingle) HasVsDataContainer() bool + func (o *FileDownloadJobSingle) SetAttributes(v FileDownloadJobSingleAllOfAttributes) + func (o *FileDownloadJobSingle) SetId(v string) + func (o *FileDownloadJobSingle) SetObjectClass(v string) + func (o *FileDownloadJobSingle) SetObjectInstance(v string) + func (o *FileDownloadJobSingle) SetVsDataContainer(v []VsDataContainerSingle) + func (o FileDownloadJobSingle) MarshalJSON() ([]byte, error) + func (o FileDownloadJobSingle) ToMap() (map[string]interface{}, error) + type FileDownloadJobSingleAllOf struct + Attributes *FileDownloadJobSingleAllOfAttributes + func NewFileDownloadJobSingleAllOf() *FileDownloadJobSingleAllOf + func NewFileDownloadJobSingleAllOfWithDefaults() *FileDownloadJobSingleAllOf + func (o *FileDownloadJobSingleAllOf) GetAttributes() FileDownloadJobSingleAllOfAttributes + func (o *FileDownloadJobSingleAllOf) GetAttributesOk() (*FileDownloadJobSingleAllOfAttributes, bool) + func (o *FileDownloadJobSingleAllOf) HasAttributes() bool + func (o *FileDownloadJobSingleAllOf) SetAttributes(v FileDownloadJobSingleAllOfAttributes) + func (o FileDownloadJobSingleAllOf) MarshalJSON() ([]byte, error) + func (o FileDownloadJobSingleAllOf) ToMap() (map[string]interface{}, error) + type FileDownloadJobSingleAllOfAttributes struct + CancelJob *string + FileLocation *string + JobMonitor *FileDownloadJobProcessMonitor + NotificationRecipientAddress *string + func NewFileDownloadJobSingleAllOfAttributes() *FileDownloadJobSingleAllOfAttributes + func NewFileDownloadJobSingleAllOfAttributesWithDefaults() *FileDownloadJobSingleAllOfAttributes + func (o *FileDownloadJobSingleAllOfAttributes) GetCancelJob() string + func (o *FileDownloadJobSingleAllOfAttributes) GetCancelJobOk() (*string, bool) + func (o *FileDownloadJobSingleAllOfAttributes) GetFileLocation() string + func (o *FileDownloadJobSingleAllOfAttributes) GetFileLocationOk() (*string, bool) + func (o *FileDownloadJobSingleAllOfAttributes) GetJobMonitor() FileDownloadJobProcessMonitor + func (o *FileDownloadJobSingleAllOfAttributes) GetJobMonitorOk() (*FileDownloadJobProcessMonitor, bool) + func (o *FileDownloadJobSingleAllOfAttributes) GetNotificationRecipientAddress() string + func (o *FileDownloadJobSingleAllOfAttributes) GetNotificationRecipientAddressOk() (*string, bool) + func (o *FileDownloadJobSingleAllOfAttributes) HasCancelJob() bool + func (o *FileDownloadJobSingleAllOfAttributes) HasFileLocation() bool + func (o *FileDownloadJobSingleAllOfAttributes) HasJobMonitor() bool + func (o *FileDownloadJobSingleAllOfAttributes) HasNotificationRecipientAddress() bool + func (o *FileDownloadJobSingleAllOfAttributes) SetCancelJob(v string) + func (o *FileDownloadJobSingleAllOfAttributes) SetFileLocation(v string) + func (o *FileDownloadJobSingleAllOfAttributes) SetJobMonitor(v FileDownloadJobProcessMonitor) + func (o *FileDownloadJobSingleAllOfAttributes) SetNotificationRecipientAddress(v string) + func (o FileDownloadJobSingleAllOfAttributes) MarshalJSON() ([]byte, error) + func (o FileDownloadJobSingleAllOfAttributes) ToMap() (map[string]interface{}, error) + type FileNotificationTypes string + const NOTIFY_FILE_PREPARATION_ERROR + const NOTIFY_FILE_READY + func NewFileNotificationTypesFromValue(v string) (*FileNotificationTypes, error) + func (v *FileNotificationTypes) UnmarshalJSON(src []byte) error + func (v FileNotificationTypes) IsValid() bool + func (v FileNotificationTypes) Ptr() *FileNotificationTypes + type FileSingle struct + Attributes *FileSingleAllOfAttributes + Id NullableString + ObjectClass *string + ObjectInstance *string + VsDataContainer []VsDataContainerSingle + func NewFileSingle(id NullableString) *FileSingle + func NewFileSingleWithDefaults() *FileSingle + func (o *FileSingle) GetAttributes() FileSingleAllOfAttributes + func (o *FileSingle) GetAttributesOk() (*FileSingleAllOfAttributes, bool) + func (o *FileSingle) GetId() string + func (o *FileSingle) GetIdOk() (*string, bool) + func (o *FileSingle) GetObjectClass() string + func (o *FileSingle) GetObjectClassOk() (*string, bool) + func (o *FileSingle) GetObjectInstance() string + func (o *FileSingle) GetObjectInstanceOk() (*string, bool) + func (o *FileSingle) GetVsDataContainer() []VsDataContainerSingle + func (o *FileSingle) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *FileSingle) HasAttributes() bool + func (o *FileSingle) HasObjectClass() bool + func (o *FileSingle) HasObjectInstance() bool + func (o *FileSingle) HasVsDataContainer() bool + func (o *FileSingle) SetAttributes(v FileSingleAllOfAttributes) + func (o *FileSingle) SetId(v string) + func (o *FileSingle) SetObjectClass(v string) + func (o *FileSingle) SetObjectInstance(v string) + func (o *FileSingle) SetVsDataContainer(v []VsDataContainerSingle) + func (o FileSingle) MarshalJSON() ([]byte, error) + func (o FileSingle) ToMap() (map[string]interface{}, error) + type FileSingleAllOf struct + Attributes *FileSingleAllOfAttributes + func NewFileSingleAllOf() *FileSingleAllOf + func NewFileSingleAllOfWithDefaults() *FileSingleAllOf + func (o *FileSingleAllOf) GetAttributes() FileSingleAllOfAttributes + func (o *FileSingleAllOf) GetAttributesOk() (*FileSingleAllOfAttributes, bool) + func (o *FileSingleAllOf) HasAttributes() bool + func (o *FileSingleAllOf) SetAttributes(v FileSingleAllOfAttributes) + func (o FileSingleAllOf) MarshalJSON() ([]byte, error) + func (o FileSingleAllOf) ToMap() (map[string]interface{}, error) + type FileSingleAllOfAttributes struct + FileCompression *string + FileContent *string + FileDataType *string + FileExpirationTime *time.Time + FileFormat *string + FileLocation *string + FileReadyTime *time.Time + FileSize *int32 + JobId *string + JobRef *string + func NewFileSingleAllOfAttributes() *FileSingleAllOfAttributes + func NewFileSingleAllOfAttributesWithDefaults() *FileSingleAllOfAttributes + func (o *FileSingleAllOfAttributes) GetFileCompression() string + func (o *FileSingleAllOfAttributes) GetFileCompressionOk() (*string, bool) + func (o *FileSingleAllOfAttributes) GetFileContent() string + func (o *FileSingleAllOfAttributes) GetFileContentOk() (*string, bool) + func (o *FileSingleAllOfAttributes) GetFileDataType() string + func (o *FileSingleAllOfAttributes) GetFileDataTypeOk() (*string, bool) + func (o *FileSingleAllOfAttributes) GetFileExpirationTime() time.Time + func (o *FileSingleAllOfAttributes) GetFileExpirationTimeOk() (*time.Time, bool) + func (o *FileSingleAllOfAttributes) GetFileFormat() string + func (o *FileSingleAllOfAttributes) GetFileFormatOk() (*string, bool) + func (o *FileSingleAllOfAttributes) GetFileLocation() string + func (o *FileSingleAllOfAttributes) GetFileLocationOk() (*string, bool) + func (o *FileSingleAllOfAttributes) GetFileReadyTime() time.Time + func (o *FileSingleAllOfAttributes) GetFileReadyTimeOk() (*time.Time, bool) + func (o *FileSingleAllOfAttributes) GetFileSize() int32 + func (o *FileSingleAllOfAttributes) GetFileSizeOk() (*int32, bool) + func (o *FileSingleAllOfAttributes) GetJobId() string + func (o *FileSingleAllOfAttributes) GetJobIdOk() (*string, bool) + func (o *FileSingleAllOfAttributes) GetJobRef() string + func (o *FileSingleAllOfAttributes) GetJobRefOk() (*string, bool) + func (o *FileSingleAllOfAttributes) HasFileCompression() bool + func (o *FileSingleAllOfAttributes) HasFileContent() bool + func (o *FileSingleAllOfAttributes) HasFileDataType() bool + func (o *FileSingleAllOfAttributes) HasFileExpirationTime() bool + func (o *FileSingleAllOfAttributes) HasFileFormat() bool + func (o *FileSingleAllOfAttributes) HasFileLocation() bool + func (o *FileSingleAllOfAttributes) HasFileReadyTime() bool + func (o *FileSingleAllOfAttributes) HasFileSize() bool + func (o *FileSingleAllOfAttributes) HasJobId() bool + func (o *FileSingleAllOfAttributes) HasJobRef() bool + func (o *FileSingleAllOfAttributes) SetFileCompression(v string) + func (o *FileSingleAllOfAttributes) SetFileContent(v string) + func (o *FileSingleAllOfAttributes) SetFileDataType(v string) + func (o *FileSingleAllOfAttributes) SetFileExpirationTime(v time.Time) + func (o *FileSingleAllOfAttributes) SetFileFormat(v string) + func (o *FileSingleAllOfAttributes) SetFileLocation(v string) + func (o *FileSingleAllOfAttributes) SetFileReadyTime(v time.Time) + func (o *FileSingleAllOfAttributes) SetFileSize(v int32) + func (o *FileSingleAllOfAttributes) SetJobId(v string) + func (o *FileSingleAllOfAttributes) SetJobRef(v string) + func (o FileSingleAllOfAttributes) MarshalJSON() ([]byte, error) + func (o FileSingleAllOfAttributes) ToMap() (map[string]interface{}, error) + type FilesSingle struct + Attributes *FilesSingleAllOfAttributes + Id NullableString + ObjectClass *string + ObjectInstance *string + VsDataContainer []VsDataContainerSingle + func NewFilesSingle(id NullableString) *FilesSingle + func NewFilesSingleWithDefaults() *FilesSingle + func (o *FilesSingle) GetAttributes() FilesSingleAllOfAttributes + func (o *FilesSingle) GetAttributesOk() (*FilesSingleAllOfAttributes, bool) + func (o *FilesSingle) GetId() string + func (o *FilesSingle) GetIdOk() (*string, bool) + func (o *FilesSingle) GetObjectClass() string + func (o *FilesSingle) GetObjectClassOk() (*string, bool) + func (o *FilesSingle) GetObjectInstance() string + func (o *FilesSingle) GetObjectInstanceOk() (*string, bool) + func (o *FilesSingle) GetVsDataContainer() []VsDataContainerSingle + func (o *FilesSingle) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *FilesSingle) HasAttributes() bool + func (o *FilesSingle) HasObjectClass() bool + func (o *FilesSingle) HasObjectInstance() bool + func (o *FilesSingle) HasVsDataContainer() bool + func (o *FilesSingle) SetAttributes(v FilesSingleAllOfAttributes) + func (o *FilesSingle) SetId(v string) + func (o *FilesSingle) SetObjectClass(v string) + func (o *FilesSingle) SetObjectInstance(v string) + func (o *FilesSingle) SetVsDataContainer(v []VsDataContainerSingle) + func (o FilesSingle) MarshalJSON() ([]byte, error) + func (o FilesSingle) ToMap() (map[string]interface{}, error) + type FilesSingleAllOf struct + Attributes *FilesSingleAllOfAttributes + func NewFilesSingleAllOf() *FilesSingleAllOf + func NewFilesSingleAllOfWithDefaults() *FilesSingleAllOf + func (o *FilesSingleAllOf) GetAttributes() FilesSingleAllOfAttributes + func (o *FilesSingleAllOf) GetAttributesOk() (*FilesSingleAllOfAttributes, bool) + func (o *FilesSingleAllOf) HasAttributes() bool + func (o *FilesSingleAllOf) SetAttributes(v FilesSingleAllOfAttributes) + func (o FilesSingleAllOf) MarshalJSON() ([]byte, error) + func (o FilesSingleAllOf) ToMap() (map[string]interface{}, error) + type FilesSingleAllOfAttributes struct + File []FileSingle + JobId *string + JobRef *string + NumberOfFiles *int32 + func NewFilesSingleAllOfAttributes() *FilesSingleAllOfAttributes + func NewFilesSingleAllOfAttributesWithDefaults() *FilesSingleAllOfAttributes + func (o *FilesSingleAllOfAttributes) GetFile() []FileSingle + func (o *FilesSingleAllOfAttributes) GetFileOk() ([]FileSingle, bool) + func (o *FilesSingleAllOfAttributes) GetJobId() string + func (o *FilesSingleAllOfAttributes) GetJobIdOk() (*string, bool) + func (o *FilesSingleAllOfAttributes) GetJobRef() string + func (o *FilesSingleAllOfAttributes) GetJobRefOk() (*string, bool) + func (o *FilesSingleAllOfAttributes) GetNumberOfFiles() int32 + func (o *FilesSingleAllOfAttributes) GetNumberOfFilesOk() (*int32, bool) + func (o *FilesSingleAllOfAttributes) HasFile() bool + func (o *FilesSingleAllOfAttributes) HasJobId() bool + func (o *FilesSingleAllOfAttributes) HasJobRef() bool + func (o *FilesSingleAllOfAttributes) HasNumberOfFiles() bool + func (o *FilesSingleAllOfAttributes) SetFile(v []FileSingle) + func (o *FilesSingleAllOfAttributes) SetJobId(v string) + func (o *FilesSingleAllOfAttributes) SetJobRef(v string) + func (o *FilesSingleAllOfAttributes) SetNumberOfFiles(v int32) + func (o FilesSingleAllOfAttributes) MarshalJSON() ([]byte, error) + func (o FilesSingleAllOfAttributes) ToMap() (map[string]interface{}, error) + type FreqInfo struct + Arfcn *int32 + FreqBands []int32 + func NewFreqInfo() *FreqInfo + func NewFreqInfoWithDefaults() *FreqInfo + func (o *FreqInfo) GetArfcn() int32 + func (o *FreqInfo) GetArfcnOk() (*int32, bool) + func (o *FreqInfo) GetFreqBands() []int32 + func (o *FreqInfo) GetFreqBandsOk() ([]int32, bool) + func (o *FreqInfo) HasArfcn() bool + func (o *FreqInfo) HasFreqBands() bool + func (o *FreqInfo) SetArfcn(v int32) + func (o *FreqInfo) SetFreqBands(v []int32) + func (o FreqInfo) MarshalJSON() ([]byte, error) + func (o FreqInfo) ToMap() (map[string]interface{}, error) + type GenericOpenAPIError struct + func (e GenericOpenAPIError) Body() []byte + func (e GenericOpenAPIError) Error() string + func (e GenericOpenAPIError) Model() interface{} + type GeoArea struct + ConvexGeoPolygon []GeoCoordinate + func NewGeoArea() *GeoArea + func NewGeoAreaWithDefaults() *GeoArea + func (o *GeoArea) GetConvexGeoPolygon() []GeoCoordinate + func (o *GeoArea) GetConvexGeoPolygonOk() ([]GeoCoordinate, bool) + func (o *GeoArea) HasConvexGeoPolygon() bool + func (o *GeoArea) SetConvexGeoPolygon(v []GeoCoordinate) + func (o GeoArea) MarshalJSON() ([]byte, error) + func (o GeoArea) ToMap() (map[string]interface{}, error) + type GeoAreaToCellMapping struct + AssociationThreshold *int32 + GeoArea *GeoArea + func NewGeoAreaToCellMapping() *GeoAreaToCellMapping + func NewGeoAreaToCellMappingWithDefaults() *GeoAreaToCellMapping + func (o *GeoAreaToCellMapping) GetAssociationThreshold() int32 + func (o *GeoAreaToCellMapping) GetAssociationThresholdOk() (*int32, bool) + func (o *GeoAreaToCellMapping) GetGeoArea() GeoArea + func (o *GeoAreaToCellMapping) GetGeoAreaOk() (*GeoArea, bool) + func (o *GeoAreaToCellMapping) HasAssociationThreshold() bool + func (o *GeoAreaToCellMapping) HasGeoArea() bool + func (o *GeoAreaToCellMapping) SetAssociationThreshold(v int32) + func (o *GeoAreaToCellMapping) SetGeoArea(v GeoArea) + func (o GeoAreaToCellMapping) MarshalJSON() ([]byte, error) + func (o GeoAreaToCellMapping) ToMap() (map[string]interface{}, error) + type GeoCoordinate struct + Latitude *float32 + Longitude *float32 + func NewGeoCoordinate() *GeoCoordinate + func NewGeoCoordinateWithDefaults() *GeoCoordinate + func (o *GeoCoordinate) GetLatitude() float32 + func (o *GeoCoordinate) GetLatitudeOk() (*float32, bool) + func (o *GeoCoordinate) GetLongitude() float32 + func (o *GeoCoordinate) GetLongitudeOk() (*float32, bool) + func (o *GeoCoordinate) HasLatitude() bool + func (o *GeoCoordinate) HasLongitude() bool + func (o *GeoCoordinate) SetLatitude(v float32) + func (o *GeoCoordinate) SetLongitude(v float32) + func (o GeoCoordinate) MarshalJSON() ([]byte, error) + func (o GeoCoordinate) ToMap() (map[string]interface{}, error) + type HeartbeatControlSingle struct + Attributes *HeartbeatControlSingleAllOfAttributes + Id NullableString + ObjectClass *string + ObjectInstance *string + VsDataContainer []VsDataContainerSingle + func NewHeartbeatControlSingle(id NullableString) *HeartbeatControlSingle + func NewHeartbeatControlSingleWithDefaults() *HeartbeatControlSingle + func (o *HeartbeatControlSingle) GetAttributes() HeartbeatControlSingleAllOfAttributes + func (o *HeartbeatControlSingle) GetAttributesOk() (*HeartbeatControlSingleAllOfAttributes, bool) + func (o *HeartbeatControlSingle) GetId() string + func (o *HeartbeatControlSingle) GetIdOk() (*string, bool) + func (o *HeartbeatControlSingle) GetObjectClass() string + func (o *HeartbeatControlSingle) GetObjectClassOk() (*string, bool) + func (o *HeartbeatControlSingle) GetObjectInstance() string + func (o *HeartbeatControlSingle) GetObjectInstanceOk() (*string, bool) + func (o *HeartbeatControlSingle) GetVsDataContainer() []VsDataContainerSingle + func (o *HeartbeatControlSingle) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *HeartbeatControlSingle) HasAttributes() bool + func (o *HeartbeatControlSingle) HasObjectClass() bool + func (o *HeartbeatControlSingle) HasObjectInstance() bool + func (o *HeartbeatControlSingle) HasVsDataContainer() bool + func (o *HeartbeatControlSingle) SetAttributes(v HeartbeatControlSingleAllOfAttributes) + func (o *HeartbeatControlSingle) SetId(v string) + func (o *HeartbeatControlSingle) SetObjectClass(v string) + func (o *HeartbeatControlSingle) SetObjectInstance(v string) + func (o *HeartbeatControlSingle) SetVsDataContainer(v []VsDataContainerSingle) + func (o HeartbeatControlSingle) MarshalJSON() ([]byte, error) + func (o HeartbeatControlSingle) ToMap() (map[string]interface{}, error) + type HeartbeatControlSingleAllOf struct + Attributes *HeartbeatControlSingleAllOfAttributes + func NewHeartbeatControlSingleAllOf() *HeartbeatControlSingleAllOf + func NewHeartbeatControlSingleAllOfWithDefaults() *HeartbeatControlSingleAllOf + func (o *HeartbeatControlSingleAllOf) GetAttributes() HeartbeatControlSingleAllOfAttributes + func (o *HeartbeatControlSingleAllOf) GetAttributesOk() (*HeartbeatControlSingleAllOfAttributes, bool) + func (o *HeartbeatControlSingleAllOf) HasAttributes() bool + func (o *HeartbeatControlSingleAllOf) SetAttributes(v HeartbeatControlSingleAllOfAttributes) + func (o HeartbeatControlSingleAllOf) MarshalJSON() ([]byte, error) + func (o HeartbeatControlSingleAllOf) ToMap() (map[string]interface{}, error) + type HeartbeatControlSingleAllOfAttributes struct + HeartbeatNtfPeriod *int32 + TriggerHeartbeatNtf *bool + func NewHeartbeatControlSingleAllOfAttributes() *HeartbeatControlSingleAllOfAttributes + func NewHeartbeatControlSingleAllOfAttributesWithDefaults() *HeartbeatControlSingleAllOfAttributes + func (o *HeartbeatControlSingleAllOfAttributes) GetHeartbeatNtfPeriod() int32 + func (o *HeartbeatControlSingleAllOfAttributes) GetHeartbeatNtfPeriodOk() (*int32, bool) + func (o *HeartbeatControlSingleAllOfAttributes) GetTriggerHeartbeatNtf() bool + func (o *HeartbeatControlSingleAllOfAttributes) GetTriggerHeartbeatNtfOk() (*bool, bool) + func (o *HeartbeatControlSingleAllOfAttributes) HasHeartbeatNtfPeriod() bool + func (o *HeartbeatControlSingleAllOfAttributes) HasTriggerHeartbeatNtf() bool + func (o *HeartbeatControlSingleAllOfAttributes) SetHeartbeatNtfPeriod(v int32) + func (o *HeartbeatControlSingleAllOfAttributes) SetTriggerHeartbeatNtf(v bool) + func (o HeartbeatControlSingleAllOfAttributes) MarshalJSON() ([]byte, error) + func (o HeartbeatControlSingleAllOfAttributes) ToMap() (map[string]interface{}, error) + type HeartbeatNotificationTypes string + const NOTIFY_HEARTBEAT + func NewHeartbeatNotificationTypesFromValue(v string) (*HeartbeatNotificationTypes, error) + func (v *HeartbeatNotificationTypes) UnmarshalJSON(src []byte) error + func (v HeartbeatNotificationTypes) IsValid() bool + func (v HeartbeatNotificationTypes) Ptr() *HeartbeatNotificationTypes + type HostAddr struct + Ipv6Addr *Ipv6Addr + String *string + func Ipv6AddrAsHostAddr(v *Ipv6Addr) HostAddr + func StringAsHostAddr(v *string) HostAddr + func (dst *HostAddr) UnmarshalJSON(data []byte) error + func (obj *HostAddr) GetActualInstance() interface{} + func (src HostAddr) MarshalJSON() ([]byte, error) + type IpAddr struct + Ipv6Addr *Ipv6Addr + String *string + func Ipv6AddrAsIpAddr(v *Ipv6Addr) IpAddr + func StringAsIpAddr(v *string) IpAddr + func (dst *IpAddr) UnmarshalJSON(data []byte) error + func (obj *IpAddr) GetActualInstance() interface{} + func (src IpAddr) MarshalJSON() ([]byte, error) + type Ipv6Addr struct + func NewIpv6Addr() *Ipv6Addr + func NewIpv6AddrWithDefaults() *Ipv6Addr + func (o Ipv6Addr) MarshalJSON() ([]byte, error) + func (o Ipv6Addr) ToMap() (map[string]interface{}, error) + type JobTypeType string + const IMMEDIATE_MDT_AND_TRACE + const IMMEDIATE_MDT_ONLY + const LOGGED_MBSFN_MDT + const LOGGED_MDT_ONLY + const RCEF_REPORT_ONLY + const RLF_REPORT_ONLY + const TRACE_ONLY + func NewJobTypeTypeFromValue(v string) (*JobTypeType, error) + func (v *JobTypeType) UnmarshalJSON(src []byte) error + func (v JobTypeType) IsValid() bool + func (v JobTypeType) Ptr() *JobTypeType + type ListOfInterfacesType struct + AMFInterfaces []string + ASInterfaces []string + AUSFInterfaces []string + BGCFInterfaces []string + BMSCInterfaces []string + ECSCFInterfaces []string + EIRInterfaces []string + ENBInterfaces []string + EnGNBInterfaces []string + GGSNInterfaces []string + GNBCUCPInterfaces []string + GNBCUUPInterfaces []string + GNBDUInterfaces []string + HSSInterfaces []string + IBCFInterfaces []string + ICSCFInterfaces []string + MGCFInterfaces []string + MGWInterfaces []string + MMEInterfaces []string + MRFCInterfaces []string + MSCServerInterfaces []string + NEFInterfaces []string + NRFInterfaces []string + NSSFInterfaces []string + NgENBInterfaces []string + PCFInterfaces []string + PCSCFInterfaces []string + PDNGWInterfaces []string + RNCInterfaces []string + SCSCFInterfaces []string + SGSNInterfaces []string + SGWInterfaces []string + SMFInterfaces []string + SMSFInterfaces []string + UDMInterfaces []string + UPFInterfaces []string + func NewListOfInterfacesType() *ListOfInterfacesType + func NewListOfInterfacesTypeWithDefaults() *ListOfInterfacesType + func (o *ListOfInterfacesType) GetAMFInterfaces() []string + func (o *ListOfInterfacesType) GetAMFInterfacesOk() ([]string, bool) + func (o *ListOfInterfacesType) GetASInterfaces() []string + func (o *ListOfInterfacesType) GetASInterfacesOk() ([]string, bool) + func (o *ListOfInterfacesType) GetAUSFInterfaces() []string + func (o *ListOfInterfacesType) GetAUSFInterfacesOk() ([]string, bool) + func (o *ListOfInterfacesType) GetBGCFInterfaces() []string + func (o *ListOfInterfacesType) GetBGCFInterfacesOk() ([]string, bool) + func (o *ListOfInterfacesType) GetBMSCInterfaces() []string + func (o *ListOfInterfacesType) GetBMSCInterfacesOk() ([]string, bool) + func (o *ListOfInterfacesType) GetECSCFInterfaces() []string + func (o *ListOfInterfacesType) GetECSCFInterfacesOk() ([]string, bool) + func (o *ListOfInterfacesType) GetEIRInterfaces() []string + func (o *ListOfInterfacesType) GetEIRInterfacesOk() ([]string, bool) + func (o *ListOfInterfacesType) GetENBInterfaces() []string + func (o *ListOfInterfacesType) GetENBInterfacesOk() ([]string, bool) + func (o *ListOfInterfacesType) GetEnGNBInterfaces() []string + func (o *ListOfInterfacesType) GetEnGNBInterfacesOk() ([]string, bool) + func (o *ListOfInterfacesType) GetGGSNInterfaces() []string + func (o *ListOfInterfacesType) GetGGSNInterfacesOk() ([]string, bool) + func (o *ListOfInterfacesType) GetGNBCUCPInterfaces() []string + func (o *ListOfInterfacesType) GetGNBCUCPInterfacesOk() ([]string, bool) + func (o *ListOfInterfacesType) GetGNBCUUPInterfaces() []string + func (o *ListOfInterfacesType) GetGNBCUUPInterfacesOk() ([]string, bool) + func (o *ListOfInterfacesType) GetGNBDUInterfaces() []string + func (o *ListOfInterfacesType) GetGNBDUInterfacesOk() ([]string, bool) + func (o *ListOfInterfacesType) GetHSSInterfaces() []string + func (o *ListOfInterfacesType) GetHSSInterfacesOk() ([]string, bool) + func (o *ListOfInterfacesType) GetIBCFInterfaces() []string + func (o *ListOfInterfacesType) GetIBCFInterfacesOk() ([]string, bool) + func (o *ListOfInterfacesType) GetICSCFInterfaces() []string + func (o *ListOfInterfacesType) GetICSCFInterfacesOk() ([]string, bool) + func (o *ListOfInterfacesType) GetMGCFInterfaces() []string + func (o *ListOfInterfacesType) GetMGCFInterfacesOk() ([]string, bool) + func (o *ListOfInterfacesType) GetMGWInterfaces() []string + func (o *ListOfInterfacesType) GetMGWInterfacesOk() ([]string, bool) + func (o *ListOfInterfacesType) GetMMEInterfaces() []string + func (o *ListOfInterfacesType) GetMMEInterfacesOk() ([]string, bool) + func (o *ListOfInterfacesType) GetMRFCInterfaces() []string + func (o *ListOfInterfacesType) GetMRFCInterfacesOk() ([]string, bool) + func (o *ListOfInterfacesType) GetMSCServerInterfaces() []string + func (o *ListOfInterfacesType) GetMSCServerInterfacesOk() ([]string, bool) + func (o *ListOfInterfacesType) GetNEFInterfaces() []string + func (o *ListOfInterfacesType) GetNEFInterfacesOk() ([]string, bool) + func (o *ListOfInterfacesType) GetNRFInterfaces() []string + func (o *ListOfInterfacesType) GetNRFInterfacesOk() ([]string, bool) + func (o *ListOfInterfacesType) GetNSSFInterfaces() []string + func (o *ListOfInterfacesType) GetNSSFInterfacesOk() ([]string, bool) + func (o *ListOfInterfacesType) GetNgENBInterfaces() []string + func (o *ListOfInterfacesType) GetNgENBInterfacesOk() ([]string, bool) + func (o *ListOfInterfacesType) GetPCFInterfaces() []string + func (o *ListOfInterfacesType) GetPCFInterfacesOk() ([]string, bool) + func (o *ListOfInterfacesType) GetPCSCFInterfaces() []string + func (o *ListOfInterfacesType) GetPCSCFInterfacesOk() ([]string, bool) + func (o *ListOfInterfacesType) GetPDNGWInterfaces() []string + func (o *ListOfInterfacesType) GetPDNGWInterfacesOk() ([]string, bool) + func (o *ListOfInterfacesType) GetRNCInterfaces() []string + func (o *ListOfInterfacesType) GetRNCInterfacesOk() ([]string, bool) + func (o *ListOfInterfacesType) GetSCSCFInterfaces() []string + func (o *ListOfInterfacesType) GetSCSCFInterfacesOk() ([]string, bool) + func (o *ListOfInterfacesType) GetSGSNInterfaces() []string + func (o *ListOfInterfacesType) GetSGSNInterfacesOk() ([]string, bool) + func (o *ListOfInterfacesType) GetSGWInterfaces() []string + func (o *ListOfInterfacesType) GetSGWInterfacesOk() ([]string, bool) + func (o *ListOfInterfacesType) GetSMFInterfaces() []string + func (o *ListOfInterfacesType) GetSMFInterfacesOk() ([]string, bool) + func (o *ListOfInterfacesType) GetSMSFInterfaces() []string + func (o *ListOfInterfacesType) GetSMSFInterfacesOk() ([]string, bool) + func (o *ListOfInterfacesType) GetUDMInterfaces() []string + func (o *ListOfInterfacesType) GetUDMInterfacesOk() ([]string, bool) + func (o *ListOfInterfacesType) GetUPFInterfaces() []string + func (o *ListOfInterfacesType) GetUPFInterfacesOk() ([]string, bool) + func (o *ListOfInterfacesType) HasAMFInterfaces() bool + func (o *ListOfInterfacesType) HasASInterfaces() bool + func (o *ListOfInterfacesType) HasAUSFInterfaces() bool + func (o *ListOfInterfacesType) HasBGCFInterfaces() bool + func (o *ListOfInterfacesType) HasBMSCInterfaces() bool + func (o *ListOfInterfacesType) HasECSCFInterfaces() bool + func (o *ListOfInterfacesType) HasEIRInterfaces() bool + func (o *ListOfInterfacesType) HasENBInterfaces() bool + func (o *ListOfInterfacesType) HasEnGNBInterfaces() bool + func (o *ListOfInterfacesType) HasGGSNInterfaces() bool + func (o *ListOfInterfacesType) HasGNBCUCPInterfaces() bool + func (o *ListOfInterfacesType) HasGNBCUUPInterfaces() bool + func (o *ListOfInterfacesType) HasGNBDUInterfaces() bool + func (o *ListOfInterfacesType) HasHSSInterfaces() bool + func (o *ListOfInterfacesType) HasIBCFInterfaces() bool + func (o *ListOfInterfacesType) HasICSCFInterfaces() bool + func (o *ListOfInterfacesType) HasMGCFInterfaces() bool + func (o *ListOfInterfacesType) HasMGWInterfaces() bool + func (o *ListOfInterfacesType) HasMMEInterfaces() bool + func (o *ListOfInterfacesType) HasMRFCInterfaces() bool + func (o *ListOfInterfacesType) HasMSCServerInterfaces() bool + func (o *ListOfInterfacesType) HasNEFInterfaces() bool + func (o *ListOfInterfacesType) HasNRFInterfaces() bool + func (o *ListOfInterfacesType) HasNSSFInterfaces() bool + func (o *ListOfInterfacesType) HasNgENBInterfaces() bool + func (o *ListOfInterfacesType) HasPCFInterfaces() bool + func (o *ListOfInterfacesType) HasPCSCFInterfaces() bool + func (o *ListOfInterfacesType) HasPDNGWInterfaces() bool + func (o *ListOfInterfacesType) HasRNCInterfaces() bool + func (o *ListOfInterfacesType) HasSCSCFInterfaces() bool + func (o *ListOfInterfacesType) HasSGSNInterfaces() bool + func (o *ListOfInterfacesType) HasSGWInterfaces() bool + func (o *ListOfInterfacesType) HasSMFInterfaces() bool + func (o *ListOfInterfacesType) HasSMSFInterfaces() bool + func (o *ListOfInterfacesType) HasUDMInterfaces() bool + func (o *ListOfInterfacesType) HasUPFInterfaces() bool + func (o *ListOfInterfacesType) SetAMFInterfaces(v []string) + func (o *ListOfInterfacesType) SetASInterfaces(v []string) + func (o *ListOfInterfacesType) SetAUSFInterfaces(v []string) + func (o *ListOfInterfacesType) SetBGCFInterfaces(v []string) + func (o *ListOfInterfacesType) SetBMSCInterfaces(v []string) + func (o *ListOfInterfacesType) SetECSCFInterfaces(v []string) + func (o *ListOfInterfacesType) SetEIRInterfaces(v []string) + func (o *ListOfInterfacesType) SetENBInterfaces(v []string) + func (o *ListOfInterfacesType) SetEnGNBInterfaces(v []string) + func (o *ListOfInterfacesType) SetGGSNInterfaces(v []string) + func (o *ListOfInterfacesType) SetGNBCUCPInterfaces(v []string) + func (o *ListOfInterfacesType) SetGNBCUUPInterfaces(v []string) + func (o *ListOfInterfacesType) SetGNBDUInterfaces(v []string) + func (o *ListOfInterfacesType) SetHSSInterfaces(v []string) + func (o *ListOfInterfacesType) SetIBCFInterfaces(v []string) + func (o *ListOfInterfacesType) SetICSCFInterfaces(v []string) + func (o *ListOfInterfacesType) SetMGCFInterfaces(v []string) + func (o *ListOfInterfacesType) SetMGWInterfaces(v []string) + func (o *ListOfInterfacesType) SetMMEInterfaces(v []string) + func (o *ListOfInterfacesType) SetMRFCInterfaces(v []string) + func (o *ListOfInterfacesType) SetMSCServerInterfaces(v []string) + func (o *ListOfInterfacesType) SetNEFInterfaces(v []string) + func (o *ListOfInterfacesType) SetNRFInterfaces(v []string) + func (o *ListOfInterfacesType) SetNSSFInterfaces(v []string) + func (o *ListOfInterfacesType) SetNgENBInterfaces(v []string) + func (o *ListOfInterfacesType) SetPCFInterfaces(v []string) + func (o *ListOfInterfacesType) SetPCSCFInterfaces(v []string) + func (o *ListOfInterfacesType) SetPDNGWInterfaces(v []string) + func (o *ListOfInterfacesType) SetRNCInterfaces(v []string) + func (o *ListOfInterfacesType) SetSCSCFInterfaces(v []string) + func (o *ListOfInterfacesType) SetSGSNInterfaces(v []string) + func (o *ListOfInterfacesType) SetSGWInterfaces(v []string) + func (o *ListOfInterfacesType) SetSMFInterfaces(v []string) + func (o *ListOfInterfacesType) SetSMSFInterfaces(v []string) + func (o *ListOfInterfacesType) SetUDMInterfaces(v []string) + func (o *ListOfInterfacesType) SetUPFInterfaces(v []string) + func (o ListOfInterfacesType) MarshalJSON() ([]byte, error) + func (o ListOfInterfacesType) ToMap() (map[string]interface{}, error) + type ListOfMeasurementsType struct + LTE []string + NR []string + UMTS []string + func NewListOfMeasurementsType() *ListOfMeasurementsType + func NewListOfMeasurementsTypeWithDefaults() *ListOfMeasurementsType + func (o *ListOfMeasurementsType) GetLTE() []string + func (o *ListOfMeasurementsType) GetLTEOk() ([]string, bool) + func (o *ListOfMeasurementsType) GetNR() []string + func (o *ListOfMeasurementsType) GetNROk() ([]string, bool) + func (o *ListOfMeasurementsType) GetUMTS() []string + func (o *ListOfMeasurementsType) GetUMTSOk() ([]string, bool) + func (o *ListOfMeasurementsType) HasLTE() bool + func (o *ListOfMeasurementsType) HasNR() bool + func (o *ListOfMeasurementsType) HasUMTS() bool + func (o *ListOfMeasurementsType) SetLTE(v []string) + func (o *ListOfMeasurementsType) SetNR(v []string) + func (o *ListOfMeasurementsType) SetUMTS(v []string) + func (o ListOfMeasurementsType) MarshalJSON() ([]byte, error) + func (o ListOfMeasurementsType) ToMap() (map[string]interface{}, error) + type LoggingDurationType string + func NewLoggingDurationTypeFromValue(v string) (*LoggingDurationType, error) + func (v *LoggingDurationType) UnmarshalJSON(src []byte) error + func (v LoggingDurationType) IsValid() bool + func (v LoggingDurationType) Ptr() *LoggingDurationType + type LoggingIntervalType struct + LTE []string + NR []string + UMTS []string + func NewLoggingIntervalType() *LoggingIntervalType + func NewLoggingIntervalTypeWithDefaults() *LoggingIntervalType + func (o *LoggingIntervalType) GetLTE() []string + func (o *LoggingIntervalType) GetLTEOk() ([]string, bool) + func (o *LoggingIntervalType) GetNR() []string + func (o *LoggingIntervalType) GetNROk() ([]string, bool) + func (o *LoggingIntervalType) GetUMTS() []string + func (o *LoggingIntervalType) GetUMTSOk() ([]string, bool) + func (o *LoggingIntervalType) HasLTE() bool + func (o *LoggingIntervalType) HasNR() bool + func (o *LoggingIntervalType) HasUMTS() bool + func (o *LoggingIntervalType) SetLTE(v []string) + func (o *LoggingIntervalType) SetNR(v []string) + func (o *LoggingIntervalType) SetUMTS(v []string) + func (o LoggingIntervalType) MarshalJSON() ([]byte, error) + func (o LoggingIntervalType) ToMap() (map[string]interface{}, error) + type MLContext struct + DataProviderRef []string + InferenceEntityRef []string + func NewMLContext() *MLContext + func NewMLContextWithDefaults() *MLContext + func (o *MLContext) GetDataProviderRef() []string + func (o *MLContext) GetDataProviderRefOk() ([]string, bool) + func (o *MLContext) GetInferenceEntityRef() []string + func (o *MLContext) GetInferenceEntityRefOk() ([]string, bool) + func (o *MLContext) HasDataProviderRef() bool + func (o *MLContext) HasInferenceEntityRef() bool + func (o *MLContext) SetDataProviderRef(v []string) + func (o *MLContext) SetInferenceEntityRef(v []string) + func (o MLContext) MarshalJSON() ([]byte, error) + func (o MLContext) ToMap() (map[string]interface{}, error) + type MLEntity struct + ExpectedRunTimeContext *MLContext + InferenceType *string + MLEntityId *string + MLEntityVersion *string + RunTimeContext *MLContext + TrainingContext *MLContext + func NewMLEntity() *MLEntity + func NewMLEntityWithDefaults() *MLEntity + func (o *MLEntity) GetExpectedRunTimeContext() MLContext + func (o *MLEntity) GetExpectedRunTimeContextOk() (*MLContext, bool) + func (o *MLEntity) GetInferenceType() string + func (o *MLEntity) GetInferenceTypeOk() (*string, bool) + func (o *MLEntity) GetMLEntityId() string + func (o *MLEntity) GetMLEntityIdOk() (*string, bool) + func (o *MLEntity) GetMLEntityVersion() string + func (o *MLEntity) GetMLEntityVersionOk() (*string, bool) + func (o *MLEntity) GetRunTimeContext() MLContext + func (o *MLEntity) GetRunTimeContextOk() (*MLContext, bool) + func (o *MLEntity) GetTrainingContext() MLContext + func (o *MLEntity) GetTrainingContextOk() (*MLContext, bool) + func (o *MLEntity) HasExpectedRunTimeContext() bool + func (o *MLEntity) HasInferenceType() bool + func (o *MLEntity) HasMLEntityId() bool + func (o *MLEntity) HasMLEntityVersion() bool + func (o *MLEntity) HasRunTimeContext() bool + func (o *MLEntity) HasTrainingContext() bool + func (o *MLEntity) SetExpectedRunTimeContext(v MLContext) + func (o *MLEntity) SetInferenceType(v string) + func (o *MLEntity) SetMLEntityId(v string) + func (o *MLEntity) SetMLEntityVersion(v string) + func (o *MLEntity) SetRunTimeContext(v MLContext) + func (o *MLEntity) SetTrainingContext(v MLContext) + func (o MLEntity) MarshalJSON() ([]byte, error) + func (o MLEntity) ToMap() (map[string]interface{}, error) + type MLTrainingFunctionSingle struct + Attributes *ManagedFunctionAttr + Id NullableString + MLTrainingProcess []MLTrainingProcessSingle + MLTrainingReport []MLTrainingReportSingle + MLTrainingRequest []MLTrainingRequestSingle + ManagedNFService []ManagedNFServiceSingle + ObjectClass *string + ObjectInstance *string + PerfMetricJob []PerfMetricJobSingle + ThresholdMonitor []ThresholdMonitorSingle + TraceJob []TraceJobSingle + VsDataContainer []VsDataContainerSingle + func NewMLTrainingFunctionSingle(id NullableString) *MLTrainingFunctionSingle + func NewMLTrainingFunctionSingleWithDefaults() *MLTrainingFunctionSingle + func (o *MLTrainingFunctionSingle) GetAttributes() ManagedFunctionAttr + func (o *MLTrainingFunctionSingle) GetAttributesOk() (*ManagedFunctionAttr, bool) + func (o *MLTrainingFunctionSingle) GetId() string + func (o *MLTrainingFunctionSingle) GetIdOk() (*string, bool) + func (o *MLTrainingFunctionSingle) GetMLTrainingProcess() []MLTrainingProcessSingle + func (o *MLTrainingFunctionSingle) GetMLTrainingProcessOk() ([]MLTrainingProcessSingle, bool) + func (o *MLTrainingFunctionSingle) GetMLTrainingReport() []MLTrainingReportSingle + func (o *MLTrainingFunctionSingle) GetMLTrainingReportOk() ([]MLTrainingReportSingle, bool) + func (o *MLTrainingFunctionSingle) GetMLTrainingRequest() []MLTrainingRequestSingle + func (o *MLTrainingFunctionSingle) GetMLTrainingRequestOk() ([]MLTrainingRequestSingle, bool) + func (o *MLTrainingFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle + func (o *MLTrainingFunctionSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool) + func (o *MLTrainingFunctionSingle) GetObjectClass() string + func (o *MLTrainingFunctionSingle) GetObjectClassOk() (*string, bool) + func (o *MLTrainingFunctionSingle) GetObjectInstance() string + func (o *MLTrainingFunctionSingle) GetObjectInstanceOk() (*string, bool) + func (o *MLTrainingFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle + func (o *MLTrainingFunctionSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool) + func (o *MLTrainingFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle + func (o *MLTrainingFunctionSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool) + func (o *MLTrainingFunctionSingle) GetTraceJob() []TraceJobSingle + func (o *MLTrainingFunctionSingle) GetTraceJobOk() ([]TraceJobSingle, bool) + func (o *MLTrainingFunctionSingle) GetVsDataContainer() []VsDataContainerSingle + func (o *MLTrainingFunctionSingle) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *MLTrainingFunctionSingle) HasAttributes() bool + func (o *MLTrainingFunctionSingle) HasMLTrainingProcess() bool + func (o *MLTrainingFunctionSingle) HasMLTrainingReport() bool + func (o *MLTrainingFunctionSingle) HasMLTrainingRequest() bool + func (o *MLTrainingFunctionSingle) HasManagedNFService() bool + func (o *MLTrainingFunctionSingle) HasObjectClass() bool + func (o *MLTrainingFunctionSingle) HasObjectInstance() bool + func (o *MLTrainingFunctionSingle) HasPerfMetricJob() bool + func (o *MLTrainingFunctionSingle) HasThresholdMonitor() bool + func (o *MLTrainingFunctionSingle) HasTraceJob() bool + func (o *MLTrainingFunctionSingle) HasVsDataContainer() bool + func (o *MLTrainingFunctionSingle) SetAttributes(v ManagedFunctionAttr) + func (o *MLTrainingFunctionSingle) SetId(v string) + func (o *MLTrainingFunctionSingle) SetMLTrainingProcess(v []MLTrainingProcessSingle) + func (o *MLTrainingFunctionSingle) SetMLTrainingReport(v []MLTrainingReportSingle) + func (o *MLTrainingFunctionSingle) SetMLTrainingRequest(v []MLTrainingRequestSingle) + func (o *MLTrainingFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle) + func (o *MLTrainingFunctionSingle) SetObjectClass(v string) + func (o *MLTrainingFunctionSingle) SetObjectInstance(v string) + func (o *MLTrainingFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle) + func (o *MLTrainingFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle) + func (o *MLTrainingFunctionSingle) SetTraceJob(v []TraceJobSingle) + func (o *MLTrainingFunctionSingle) SetVsDataContainer(v []VsDataContainerSingle) + func (o MLTrainingFunctionSingle) MarshalJSON() ([]byte, error) + func (o MLTrainingFunctionSingle) ToMap() (map[string]interface{}, error) + type MLTrainingFunctionSingleAllOf struct + Attributes *ManagedFunctionAttr + func NewMLTrainingFunctionSingleAllOf() *MLTrainingFunctionSingleAllOf + func NewMLTrainingFunctionSingleAllOfWithDefaults() *MLTrainingFunctionSingleAllOf + func (o *MLTrainingFunctionSingleAllOf) GetAttributes() ManagedFunctionAttr + func (o *MLTrainingFunctionSingleAllOf) GetAttributesOk() (*ManagedFunctionAttr, bool) + func (o *MLTrainingFunctionSingleAllOf) HasAttributes() bool + func (o *MLTrainingFunctionSingleAllOf) SetAttributes(v ManagedFunctionAttr) + func (o MLTrainingFunctionSingleAllOf) MarshalJSON() ([]byte, error) + func (o MLTrainingFunctionSingleAllOf) ToMap() (map[string]interface{}, error) + type MLTrainingFunctionSingleAllOf1 struct + MLTrainingProcess []MLTrainingProcessSingle + MLTrainingReport []MLTrainingReportSingle + MLTrainingRequest []MLTrainingRequestSingle + func NewMLTrainingFunctionSingleAllOf1() *MLTrainingFunctionSingleAllOf1 + func NewMLTrainingFunctionSingleAllOf1WithDefaults() *MLTrainingFunctionSingleAllOf1 + func (o *MLTrainingFunctionSingleAllOf1) GetMLTrainingProcess() []MLTrainingProcessSingle + func (o *MLTrainingFunctionSingleAllOf1) GetMLTrainingProcessOk() ([]MLTrainingProcessSingle, bool) + func (o *MLTrainingFunctionSingleAllOf1) GetMLTrainingReport() []MLTrainingReportSingle + func (o *MLTrainingFunctionSingleAllOf1) GetMLTrainingReportOk() ([]MLTrainingReportSingle, bool) + func (o *MLTrainingFunctionSingleAllOf1) GetMLTrainingRequest() []MLTrainingRequestSingle + func (o *MLTrainingFunctionSingleAllOf1) GetMLTrainingRequestOk() ([]MLTrainingRequestSingle, bool) + func (o *MLTrainingFunctionSingleAllOf1) HasMLTrainingProcess() bool + func (o *MLTrainingFunctionSingleAllOf1) HasMLTrainingReport() bool + func (o *MLTrainingFunctionSingleAllOf1) HasMLTrainingRequest() bool + func (o *MLTrainingFunctionSingleAllOf1) SetMLTrainingProcess(v []MLTrainingProcessSingle) + func (o *MLTrainingFunctionSingleAllOf1) SetMLTrainingReport(v []MLTrainingReportSingle) + func (o *MLTrainingFunctionSingleAllOf1) SetMLTrainingRequest(v []MLTrainingRequestSingle) + func (o MLTrainingFunctionSingleAllOf1) MarshalJSON() ([]byte, error) + func (o MLTrainingFunctionSingleAllOf1) ToMap() (map[string]interface{}, error) + type MLTrainingProcessSingle struct + Attributes *interface{} + Id NullableString + ObjectClass *string + ObjectInstance *string + VsDataContainer []VsDataContainerSingle + func NewMLTrainingProcessSingle(id NullableString) *MLTrainingProcessSingle + func NewMLTrainingProcessSingleWithDefaults() *MLTrainingProcessSingle + func (o *MLTrainingProcessSingle) GetAttributes() interface{} + func (o *MLTrainingProcessSingle) GetAttributesOk() (*interface{}, bool) + func (o *MLTrainingProcessSingle) GetId() string + func (o *MLTrainingProcessSingle) GetIdOk() (*string, bool) + func (o *MLTrainingProcessSingle) GetObjectClass() string + func (o *MLTrainingProcessSingle) GetObjectClassOk() (*string, bool) + func (o *MLTrainingProcessSingle) GetObjectInstance() string + func (o *MLTrainingProcessSingle) GetObjectInstanceOk() (*string, bool) + func (o *MLTrainingProcessSingle) GetVsDataContainer() []VsDataContainerSingle + func (o *MLTrainingProcessSingle) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *MLTrainingProcessSingle) HasAttributes() bool + func (o *MLTrainingProcessSingle) HasObjectClass() bool + func (o *MLTrainingProcessSingle) HasObjectInstance() bool + func (o *MLTrainingProcessSingle) HasVsDataContainer() bool + func (o *MLTrainingProcessSingle) SetAttributes(v interface{}) + func (o *MLTrainingProcessSingle) SetId(v string) + func (o *MLTrainingProcessSingle) SetObjectClass(v string) + func (o *MLTrainingProcessSingle) SetObjectInstance(v string) + func (o *MLTrainingProcessSingle) SetVsDataContainer(v []VsDataContainerSingle) + func (o MLTrainingProcessSingle) MarshalJSON() ([]byte, error) + func (o MLTrainingProcessSingle) ToMap() (map[string]interface{}, error) + type MLTrainingProcessSingleAllOf struct + Attributes *interface{} + func NewMLTrainingProcessSingleAllOf() *MLTrainingProcessSingleAllOf + func NewMLTrainingProcessSingleAllOfWithDefaults() *MLTrainingProcessSingleAllOf + func (o *MLTrainingProcessSingleAllOf) GetAttributes() interface{} + func (o *MLTrainingProcessSingleAllOf) GetAttributesOk() (*interface{}, bool) + func (o *MLTrainingProcessSingleAllOf) HasAttributes() bool + func (o *MLTrainingProcessSingleAllOf) SetAttributes(v interface{}) + func (o MLTrainingProcessSingleAllOf) MarshalJSON() ([]byte, error) + func (o MLTrainingProcessSingleAllOf) ToMap() (map[string]interface{}, error) + type MLTrainingReportSingle struct + Attributes *interface{} + Id NullableString + ObjectClass *string + ObjectInstance *string + VsDataContainer []VsDataContainerSingle + func NewMLTrainingReportSingle(id NullableString) *MLTrainingReportSingle + func NewMLTrainingReportSingleWithDefaults() *MLTrainingReportSingle + func (o *MLTrainingReportSingle) GetAttributes() interface{} + func (o *MLTrainingReportSingle) GetAttributesOk() (*interface{}, bool) + func (o *MLTrainingReportSingle) GetId() string + func (o *MLTrainingReportSingle) GetIdOk() (*string, bool) + func (o *MLTrainingReportSingle) GetObjectClass() string + func (o *MLTrainingReportSingle) GetObjectClassOk() (*string, bool) + func (o *MLTrainingReportSingle) GetObjectInstance() string + func (o *MLTrainingReportSingle) GetObjectInstanceOk() (*string, bool) + func (o *MLTrainingReportSingle) GetVsDataContainer() []VsDataContainerSingle + func (o *MLTrainingReportSingle) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *MLTrainingReportSingle) HasAttributes() bool + func (o *MLTrainingReportSingle) HasObjectClass() bool + func (o *MLTrainingReportSingle) HasObjectInstance() bool + func (o *MLTrainingReportSingle) HasVsDataContainer() bool + func (o *MLTrainingReportSingle) SetAttributes(v interface{}) + func (o *MLTrainingReportSingle) SetId(v string) + func (o *MLTrainingReportSingle) SetObjectClass(v string) + func (o *MLTrainingReportSingle) SetObjectInstance(v string) + func (o *MLTrainingReportSingle) SetVsDataContainer(v []VsDataContainerSingle) + func (o MLTrainingReportSingle) MarshalJSON() ([]byte, error) + func (o MLTrainingReportSingle) ToMap() (map[string]interface{}, error) + type MLTrainingReportSingleAllOf struct + Attributes *interface{} + func NewMLTrainingReportSingleAllOf() *MLTrainingReportSingleAllOf + func NewMLTrainingReportSingleAllOfWithDefaults() *MLTrainingReportSingleAllOf + func (o *MLTrainingReportSingleAllOf) GetAttributes() interface{} + func (o *MLTrainingReportSingleAllOf) GetAttributesOk() (*interface{}, bool) + func (o *MLTrainingReportSingleAllOf) HasAttributes() bool + func (o *MLTrainingReportSingleAllOf) SetAttributes(v interface{}) + func (o MLTrainingReportSingleAllOf) MarshalJSON() ([]byte, error) + func (o MLTrainingReportSingleAllOf) ToMap() (map[string]interface{}, error) + type MLTrainingRequestSingle struct + Attributes *interface{} + Id NullableString + ObjectClass *string + ObjectInstance *string + VsDataContainer []VsDataContainerSingle + func NewMLTrainingRequestSingle(id NullableString) *MLTrainingRequestSingle + func NewMLTrainingRequestSingleWithDefaults() *MLTrainingRequestSingle + func (o *MLTrainingRequestSingle) GetAttributes() interface{} + func (o *MLTrainingRequestSingle) GetAttributesOk() (*interface{}, bool) + func (o *MLTrainingRequestSingle) GetId() string + func (o *MLTrainingRequestSingle) GetIdOk() (*string, bool) + func (o *MLTrainingRequestSingle) GetObjectClass() string + func (o *MLTrainingRequestSingle) GetObjectClassOk() (*string, bool) + func (o *MLTrainingRequestSingle) GetObjectInstance() string + func (o *MLTrainingRequestSingle) GetObjectInstanceOk() (*string, bool) + func (o *MLTrainingRequestSingle) GetVsDataContainer() []VsDataContainerSingle + func (o *MLTrainingRequestSingle) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *MLTrainingRequestSingle) HasAttributes() bool + func (o *MLTrainingRequestSingle) HasObjectClass() bool + func (o *MLTrainingRequestSingle) HasObjectInstance() bool + func (o *MLTrainingRequestSingle) HasVsDataContainer() bool + func (o *MLTrainingRequestSingle) SetAttributes(v interface{}) + func (o *MLTrainingRequestSingle) SetId(v string) + func (o *MLTrainingRequestSingle) SetObjectClass(v string) + func (o *MLTrainingRequestSingle) SetObjectInstance(v string) + func (o *MLTrainingRequestSingle) SetVsDataContainer(v []VsDataContainerSingle) + func (o MLTrainingRequestSingle) MarshalJSON() ([]byte, error) + func (o MLTrainingRequestSingle) ToMap() (map[string]interface{}, error) + type MLTrainingRequestSingleAllOf struct + Attributes *interface{} + func NewMLTrainingRequestSingleAllOf() *MLTrainingRequestSingleAllOf + func NewMLTrainingRequestSingleAllOfWithDefaults() *MLTrainingRequestSingleAllOf + func (o *MLTrainingRequestSingleAllOf) GetAttributes() interface{} + func (o *MLTrainingRequestSingleAllOf) GetAttributesOk() (*interface{}, bool) + func (o *MLTrainingRequestSingleAllOf) HasAttributes() bool + func (o *MLTrainingRequestSingleAllOf) SetAttributes(v interface{}) + func (o MLTrainingRequestSingleAllOf) MarshalJSON() ([]byte, error) + func (o MLTrainingRequestSingleAllOf) ToMap() (map[string]interface{}, error) + type ManagedElementAttr struct + DnPrefix *string + LocationName *string + ManagedBy []string + ManagedElementTypeList []string + PriorityLabel *int32 + SupportedPerfMetricGroups []SupportedPerfMetricGroup + SupportedTraceMetrics []string + SwVersion *string + UserDefinedState *string + UserLabel *string + VendorName *string + func NewManagedElementAttr() *ManagedElementAttr + func NewManagedElementAttrWithDefaults() *ManagedElementAttr + func (o *ManagedElementAttr) GetDnPrefix() string + func (o *ManagedElementAttr) GetDnPrefixOk() (*string, bool) + func (o *ManagedElementAttr) GetLocationName() string + func (o *ManagedElementAttr) GetLocationNameOk() (*string, bool) + func (o *ManagedElementAttr) GetManagedBy() []string + func (o *ManagedElementAttr) GetManagedByOk() ([]string, bool) + func (o *ManagedElementAttr) GetManagedElementTypeList() []string + func (o *ManagedElementAttr) GetManagedElementTypeListOk() ([]string, bool) + func (o *ManagedElementAttr) GetPriorityLabel() int32 + func (o *ManagedElementAttr) GetPriorityLabelOk() (*int32, bool) + func (o *ManagedElementAttr) GetSupportedPerfMetricGroups() []SupportedPerfMetricGroup + func (o *ManagedElementAttr) GetSupportedPerfMetricGroupsOk() ([]SupportedPerfMetricGroup, bool) + func (o *ManagedElementAttr) GetSupportedTraceMetrics() []string + func (o *ManagedElementAttr) GetSupportedTraceMetricsOk() ([]string, bool) + func (o *ManagedElementAttr) GetSwVersion() string + func (o *ManagedElementAttr) GetSwVersionOk() (*string, bool) + func (o *ManagedElementAttr) GetUserDefinedState() string + func (o *ManagedElementAttr) GetUserDefinedStateOk() (*string, bool) + func (o *ManagedElementAttr) GetUserLabel() string + func (o *ManagedElementAttr) GetUserLabelOk() (*string, bool) + func (o *ManagedElementAttr) GetVendorName() string + func (o *ManagedElementAttr) GetVendorNameOk() (*string, bool) + func (o *ManagedElementAttr) HasDnPrefix() bool + func (o *ManagedElementAttr) HasLocationName() bool + func (o *ManagedElementAttr) HasManagedBy() bool + func (o *ManagedElementAttr) HasManagedElementTypeList() bool + func (o *ManagedElementAttr) HasPriorityLabel() bool + func (o *ManagedElementAttr) HasSupportedPerfMetricGroups() bool + func (o *ManagedElementAttr) HasSupportedTraceMetrics() bool + func (o *ManagedElementAttr) HasSwVersion() bool + func (o *ManagedElementAttr) HasUserDefinedState() bool + func (o *ManagedElementAttr) HasUserLabel() bool + func (o *ManagedElementAttr) HasVendorName() bool + func (o *ManagedElementAttr) SetDnPrefix(v string) + func (o *ManagedElementAttr) SetLocationName(v string) + func (o *ManagedElementAttr) SetManagedBy(v []string) + func (o *ManagedElementAttr) SetManagedElementTypeList(v []string) + func (o *ManagedElementAttr) SetPriorityLabel(v int32) + func (o *ManagedElementAttr) SetSupportedPerfMetricGroups(v []SupportedPerfMetricGroup) + func (o *ManagedElementAttr) SetSupportedTraceMetrics(v []string) + func (o *ManagedElementAttr) SetSwVersion(v string) + func (o *ManagedElementAttr) SetUserDefinedState(v string) + func (o *ManagedElementAttr) SetUserLabel(v string) + func (o *ManagedElementAttr) SetVendorName(v string) + func (o ManagedElementAttr) MarshalJSON() ([]byte, error) + func (o ManagedElementAttr) ToMap() (map[string]interface{}, error) + type ManagedElementNcO struct + AlarmList *AlarmListSingle + FileDownloadJob []FileDownloadJobSingle + Files []FilesSingle + MnsAgent []MnsAgentSingle + NtfSubscriptionControl []NtfSubscriptionControlSingle + PerfMetricJob []PerfMetricJobSingle + ThresholdMonitor []ThresholdMonitorSingle + TraceJob []TraceJobSingle + func NewManagedElementNcO() *ManagedElementNcO + func NewManagedElementNcOWithDefaults() *ManagedElementNcO + func (o *ManagedElementNcO) GetAlarmList() AlarmListSingle + func (o *ManagedElementNcO) GetAlarmListOk() (*AlarmListSingle, bool) + func (o *ManagedElementNcO) GetFileDownloadJob() []FileDownloadJobSingle + func (o *ManagedElementNcO) GetFileDownloadJobOk() ([]FileDownloadJobSingle, bool) + func (o *ManagedElementNcO) GetFiles() []FilesSingle + func (o *ManagedElementNcO) GetFilesOk() ([]FilesSingle, bool) + func (o *ManagedElementNcO) GetMnsAgent() []MnsAgentSingle + func (o *ManagedElementNcO) GetMnsAgentOk() ([]MnsAgentSingle, bool) + func (o *ManagedElementNcO) GetNtfSubscriptionControl() []NtfSubscriptionControlSingle + func (o *ManagedElementNcO) GetNtfSubscriptionControlOk() ([]NtfSubscriptionControlSingle, bool) + func (o *ManagedElementNcO) GetPerfMetricJob() []PerfMetricJobSingle + func (o *ManagedElementNcO) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool) + func (o *ManagedElementNcO) GetThresholdMonitor() []ThresholdMonitorSingle + func (o *ManagedElementNcO) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool) + func (o *ManagedElementNcO) GetTraceJob() []TraceJobSingle + func (o *ManagedElementNcO) GetTraceJobOk() ([]TraceJobSingle, bool) + func (o *ManagedElementNcO) HasAlarmList() bool + func (o *ManagedElementNcO) HasFileDownloadJob() bool + func (o *ManagedElementNcO) HasFiles() bool + func (o *ManagedElementNcO) HasMnsAgent() bool + func (o *ManagedElementNcO) HasNtfSubscriptionControl() bool + func (o *ManagedElementNcO) HasPerfMetricJob() bool + func (o *ManagedElementNcO) HasThresholdMonitor() bool + func (o *ManagedElementNcO) HasTraceJob() bool + func (o *ManagedElementNcO) SetAlarmList(v AlarmListSingle) + func (o *ManagedElementNcO) SetFileDownloadJob(v []FileDownloadJobSingle) + func (o *ManagedElementNcO) SetFiles(v []FilesSingle) + func (o *ManagedElementNcO) SetMnsAgent(v []MnsAgentSingle) + func (o *ManagedElementNcO) SetNtfSubscriptionControl(v []NtfSubscriptionControlSingle) + func (o *ManagedElementNcO) SetPerfMetricJob(v []PerfMetricJobSingle) + func (o *ManagedElementNcO) SetThresholdMonitor(v []ThresholdMonitorSingle) + func (o *ManagedElementNcO) SetTraceJob(v []TraceJobSingle) + func (o ManagedElementNcO) MarshalJSON() ([]byte, error) + func (o ManagedElementNcO) ToMap() (map[string]interface{}, error) + type ManagedElementSingle struct + AlarmList *AlarmListSingle + Attributes *ManagedElementAttr + FileDownloadJob []FileDownloadJobSingle + Files []FilesSingle + Id NullableString + MLTrainingFunction []MLTrainingFunctionSingle + MnsAgent []MnsAgentSingle + NtfSubscriptionControl []NtfSubscriptionControlSingle + ObjectClass *string + ObjectInstance *string + PerfMetricJob []PerfMetricJobSingle + ThresholdMonitor []ThresholdMonitorSingle + TraceJob []TraceJobSingle + VsDataContainer []VsDataContainerSingle + func NewManagedElementSingle(id NullableString) *ManagedElementSingle + func NewManagedElementSingleWithDefaults() *ManagedElementSingle + func (o *ManagedElementSingle) GetAlarmList() AlarmListSingle + func (o *ManagedElementSingle) GetAlarmListOk() (*AlarmListSingle, bool) + func (o *ManagedElementSingle) GetAttributes() ManagedElementAttr + func (o *ManagedElementSingle) GetAttributesOk() (*ManagedElementAttr, bool) + func (o *ManagedElementSingle) GetFileDownloadJob() []FileDownloadJobSingle + func (o *ManagedElementSingle) GetFileDownloadJobOk() ([]FileDownloadJobSingle, bool) + func (o *ManagedElementSingle) GetFiles() []FilesSingle + func (o *ManagedElementSingle) GetFilesOk() ([]FilesSingle, bool) + func (o *ManagedElementSingle) GetId() string + func (o *ManagedElementSingle) GetIdOk() (*string, bool) + func (o *ManagedElementSingle) GetMLTrainingFunction() []MLTrainingFunctionSingle + func (o *ManagedElementSingle) GetMLTrainingFunctionOk() ([]MLTrainingFunctionSingle, bool) + func (o *ManagedElementSingle) GetMnsAgent() []MnsAgentSingle + func (o *ManagedElementSingle) GetMnsAgentOk() ([]MnsAgentSingle, bool) + func (o *ManagedElementSingle) GetNtfSubscriptionControl() []NtfSubscriptionControlSingle + func (o *ManagedElementSingle) GetNtfSubscriptionControlOk() ([]NtfSubscriptionControlSingle, bool) + func (o *ManagedElementSingle) GetObjectClass() string + func (o *ManagedElementSingle) GetObjectClassOk() (*string, bool) + func (o *ManagedElementSingle) GetObjectInstance() string + func (o *ManagedElementSingle) GetObjectInstanceOk() (*string, bool) + func (o *ManagedElementSingle) GetPerfMetricJob() []PerfMetricJobSingle + func (o *ManagedElementSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool) + func (o *ManagedElementSingle) GetThresholdMonitor() []ThresholdMonitorSingle + func (o *ManagedElementSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool) + func (o *ManagedElementSingle) GetTraceJob() []TraceJobSingle + func (o *ManagedElementSingle) GetTraceJobOk() ([]TraceJobSingle, bool) + func (o *ManagedElementSingle) GetVsDataContainer() []VsDataContainerSingle + func (o *ManagedElementSingle) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *ManagedElementSingle) HasAlarmList() bool + func (o *ManagedElementSingle) HasAttributes() bool + func (o *ManagedElementSingle) HasFileDownloadJob() bool + func (o *ManagedElementSingle) HasFiles() bool + func (o *ManagedElementSingle) HasMLTrainingFunction() bool + func (o *ManagedElementSingle) HasMnsAgent() bool + func (o *ManagedElementSingle) HasNtfSubscriptionControl() bool + func (o *ManagedElementSingle) HasObjectClass() bool + func (o *ManagedElementSingle) HasObjectInstance() bool + func (o *ManagedElementSingle) HasPerfMetricJob() bool + func (o *ManagedElementSingle) HasThresholdMonitor() bool + func (o *ManagedElementSingle) HasTraceJob() bool + func (o *ManagedElementSingle) HasVsDataContainer() bool + func (o *ManagedElementSingle) SetAlarmList(v AlarmListSingle) + func (o *ManagedElementSingle) SetAttributes(v ManagedElementAttr) + func (o *ManagedElementSingle) SetFileDownloadJob(v []FileDownloadJobSingle) + func (o *ManagedElementSingle) SetFiles(v []FilesSingle) + func (o *ManagedElementSingle) SetId(v string) + func (o *ManagedElementSingle) SetMLTrainingFunction(v []MLTrainingFunctionSingle) + func (o *ManagedElementSingle) SetMnsAgent(v []MnsAgentSingle) + func (o *ManagedElementSingle) SetNtfSubscriptionControl(v []NtfSubscriptionControlSingle) + func (o *ManagedElementSingle) SetObjectClass(v string) + func (o *ManagedElementSingle) SetObjectInstance(v string) + func (o *ManagedElementSingle) SetPerfMetricJob(v []PerfMetricJobSingle) + func (o *ManagedElementSingle) SetThresholdMonitor(v []ThresholdMonitorSingle) + func (o *ManagedElementSingle) SetTraceJob(v []TraceJobSingle) + func (o *ManagedElementSingle) SetVsDataContainer(v []VsDataContainerSingle) + func (o ManagedElementSingle) MarshalJSON() ([]byte, error) + func (o ManagedElementSingle) ToMap() (map[string]interface{}, error) + type ManagedElementSingleAllOf struct + Attributes *ManagedElementAttr + func NewManagedElementSingleAllOf() *ManagedElementSingleAllOf + func NewManagedElementSingleAllOfWithDefaults() *ManagedElementSingleAllOf + func (o *ManagedElementSingleAllOf) GetAttributes() ManagedElementAttr + func (o *ManagedElementSingleAllOf) GetAttributesOk() (*ManagedElementAttr, bool) + func (o *ManagedElementSingleAllOf) HasAttributes() bool + func (o *ManagedElementSingleAllOf) SetAttributes(v ManagedElementAttr) + func (o ManagedElementSingleAllOf) MarshalJSON() ([]byte, error) + func (o ManagedElementSingleAllOf) ToMap() (map[string]interface{}, error) + type ManagedElementSingleAllOf1 struct + MLTrainingFunction []MLTrainingFunctionSingle + func NewManagedElementSingleAllOf1() *ManagedElementSingleAllOf1 + func NewManagedElementSingleAllOf1WithDefaults() *ManagedElementSingleAllOf1 + func (o *ManagedElementSingleAllOf1) GetMLTrainingFunction() []MLTrainingFunctionSingle + func (o *ManagedElementSingleAllOf1) GetMLTrainingFunctionOk() ([]MLTrainingFunctionSingle, bool) + func (o *ManagedElementSingleAllOf1) HasMLTrainingFunction() bool + func (o *ManagedElementSingleAllOf1) SetMLTrainingFunction(v []MLTrainingFunctionSingle) + func (o ManagedElementSingleAllOf1) MarshalJSON() ([]byte, error) + func (o ManagedElementSingleAllOf1) ToMap() (map[string]interface{}, error) + type ManagedFunctionAttr struct + PeeParametersList []PeeParameter + PriorityLabel *int32 + SupportedPerfMetricGroups []SupportedPerfMetricGroup + SupportedTraceMetrics []string + UserLabel *string + VnfParametersList []VnfParameter + func NewManagedFunctionAttr() *ManagedFunctionAttr + func NewManagedFunctionAttrWithDefaults() *ManagedFunctionAttr + func (o *ManagedFunctionAttr) GetPeeParametersList() []PeeParameter + func (o *ManagedFunctionAttr) GetPeeParametersListOk() ([]PeeParameter, bool) + func (o *ManagedFunctionAttr) GetPriorityLabel() int32 + func (o *ManagedFunctionAttr) GetPriorityLabelOk() (*int32, bool) + func (o *ManagedFunctionAttr) GetSupportedPerfMetricGroups() []SupportedPerfMetricGroup + func (o *ManagedFunctionAttr) GetSupportedPerfMetricGroupsOk() ([]SupportedPerfMetricGroup, bool) + func (o *ManagedFunctionAttr) GetSupportedTraceMetrics() []string + func (o *ManagedFunctionAttr) GetSupportedTraceMetricsOk() ([]string, bool) + func (o *ManagedFunctionAttr) GetUserLabel() string + func (o *ManagedFunctionAttr) GetUserLabelOk() (*string, bool) + func (o *ManagedFunctionAttr) GetVnfParametersList() []VnfParameter + func (o *ManagedFunctionAttr) GetVnfParametersListOk() ([]VnfParameter, bool) + func (o *ManagedFunctionAttr) HasPeeParametersList() bool + func (o *ManagedFunctionAttr) HasPriorityLabel() bool + func (o *ManagedFunctionAttr) HasSupportedPerfMetricGroups() bool + func (o *ManagedFunctionAttr) HasSupportedTraceMetrics() bool + func (o *ManagedFunctionAttr) HasUserLabel() bool + func (o *ManagedFunctionAttr) HasVnfParametersList() bool + func (o *ManagedFunctionAttr) SetPeeParametersList(v []PeeParameter) + func (o *ManagedFunctionAttr) SetPriorityLabel(v int32) + func (o *ManagedFunctionAttr) SetSupportedPerfMetricGroups(v []SupportedPerfMetricGroup) + func (o *ManagedFunctionAttr) SetSupportedTraceMetrics(v []string) + func (o *ManagedFunctionAttr) SetUserLabel(v string) + func (o *ManagedFunctionAttr) SetVnfParametersList(v []VnfParameter) + func (o ManagedFunctionAttr) MarshalJSON() ([]byte, error) + func (o ManagedFunctionAttr) ToMap() (map[string]interface{}, error) + type ManagedFunctionNcO struct + ManagedNFService []ManagedNFServiceSingle + PerfMetricJob []PerfMetricJobSingle + ThresholdMonitor []ThresholdMonitorSingle + TraceJob []TraceJobSingle + func NewManagedFunctionNcO() *ManagedFunctionNcO + func NewManagedFunctionNcOWithDefaults() *ManagedFunctionNcO + func (o *ManagedFunctionNcO) GetManagedNFService() []ManagedNFServiceSingle + func (o *ManagedFunctionNcO) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool) + func (o *ManagedFunctionNcO) GetPerfMetricJob() []PerfMetricJobSingle + func (o *ManagedFunctionNcO) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool) + func (o *ManagedFunctionNcO) GetThresholdMonitor() []ThresholdMonitorSingle + func (o *ManagedFunctionNcO) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool) + func (o *ManagedFunctionNcO) GetTraceJob() []TraceJobSingle + func (o *ManagedFunctionNcO) GetTraceJobOk() ([]TraceJobSingle, bool) + func (o *ManagedFunctionNcO) HasManagedNFService() bool + func (o *ManagedFunctionNcO) HasPerfMetricJob() bool + func (o *ManagedFunctionNcO) HasThresholdMonitor() bool + func (o *ManagedFunctionNcO) HasTraceJob() bool + func (o *ManagedFunctionNcO) SetManagedNFService(v []ManagedNFServiceSingle) + func (o *ManagedFunctionNcO) SetPerfMetricJob(v []PerfMetricJobSingle) + func (o *ManagedFunctionNcO) SetThresholdMonitor(v []ThresholdMonitorSingle) + func (o *ManagedFunctionNcO) SetTraceJob(v []TraceJobSingle) + func (o ManagedFunctionNcO) MarshalJSON() ([]byte, error) + func (o ManagedFunctionNcO) ToMap() (map[string]interface{}, error) + type ManagedNFServiceSingle struct + Attributes *ManagedNFServiceSingleAllOfAttributes + Id NullableString + ObjectClass *string + ObjectInstance *string + VsDataContainer []VsDataContainerSingle + func NewManagedNFServiceSingle(id NullableString) *ManagedNFServiceSingle + func NewManagedNFServiceSingleWithDefaults() *ManagedNFServiceSingle + func (o *ManagedNFServiceSingle) GetAttributes() ManagedNFServiceSingleAllOfAttributes + func (o *ManagedNFServiceSingle) GetAttributesOk() (*ManagedNFServiceSingleAllOfAttributes, bool) + func (o *ManagedNFServiceSingle) GetId() string + func (o *ManagedNFServiceSingle) GetIdOk() (*string, bool) + func (o *ManagedNFServiceSingle) GetObjectClass() string + func (o *ManagedNFServiceSingle) GetObjectClassOk() (*string, bool) + func (o *ManagedNFServiceSingle) GetObjectInstance() string + func (o *ManagedNFServiceSingle) GetObjectInstanceOk() (*string, bool) + func (o *ManagedNFServiceSingle) GetVsDataContainer() []VsDataContainerSingle + func (o *ManagedNFServiceSingle) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *ManagedNFServiceSingle) HasAttributes() bool + func (o *ManagedNFServiceSingle) HasObjectClass() bool + func (o *ManagedNFServiceSingle) HasObjectInstance() bool + func (o *ManagedNFServiceSingle) HasVsDataContainer() bool + func (o *ManagedNFServiceSingle) SetAttributes(v ManagedNFServiceSingleAllOfAttributes) + func (o *ManagedNFServiceSingle) SetId(v string) + func (o *ManagedNFServiceSingle) SetObjectClass(v string) + func (o *ManagedNFServiceSingle) SetObjectInstance(v string) + func (o *ManagedNFServiceSingle) SetVsDataContainer(v []VsDataContainerSingle) + func (o ManagedNFServiceSingle) MarshalJSON() ([]byte, error) + func (o ManagedNFServiceSingle) ToMap() (map[string]interface{}, error) + type ManagedNFServiceSingleAllOf struct + Attributes *ManagedNFServiceSingleAllOfAttributes + func NewManagedNFServiceSingleAllOf() *ManagedNFServiceSingleAllOf + func NewManagedNFServiceSingleAllOfWithDefaults() *ManagedNFServiceSingleAllOf + func (o *ManagedNFServiceSingleAllOf) GetAttributes() ManagedNFServiceSingleAllOfAttributes + func (o *ManagedNFServiceSingleAllOf) GetAttributesOk() (*ManagedNFServiceSingleAllOfAttributes, bool) + func (o *ManagedNFServiceSingleAllOf) HasAttributes() bool + func (o *ManagedNFServiceSingleAllOf) SetAttributes(v ManagedNFServiceSingleAllOfAttributes) + func (o ManagedNFServiceSingleAllOf) MarshalJSON() ([]byte, error) + func (o ManagedNFServiceSingleAllOf) ToMap() (map[string]interface{}, error) + type ManagedNFServiceSingleAllOfAttributes struct + AdministrativeState *AdministrativeState + NFServiceType *NFServiceType + OperationalState *OperationalState + Operations []Operation + RegistrationState *RegistrationState + SAP *SAP + UsageState *UsageState + UserLabel *string + func NewManagedNFServiceSingleAllOfAttributes() *ManagedNFServiceSingleAllOfAttributes + func NewManagedNFServiceSingleAllOfAttributesWithDefaults() *ManagedNFServiceSingleAllOfAttributes + func (o *ManagedNFServiceSingleAllOfAttributes) GetAdministrativeState() AdministrativeState + func (o *ManagedNFServiceSingleAllOfAttributes) GetAdministrativeStateOk() (*AdministrativeState, bool) + func (o *ManagedNFServiceSingleAllOfAttributes) GetNFServiceType() NFServiceType + func (o *ManagedNFServiceSingleAllOfAttributes) GetNFServiceTypeOk() (*NFServiceType, bool) + func (o *ManagedNFServiceSingleAllOfAttributes) GetOperationalState() OperationalState + func (o *ManagedNFServiceSingleAllOfAttributes) GetOperationalStateOk() (*OperationalState, bool) + func (o *ManagedNFServiceSingleAllOfAttributes) GetOperations() []Operation + func (o *ManagedNFServiceSingleAllOfAttributes) GetOperationsOk() ([]Operation, bool) + func (o *ManagedNFServiceSingleAllOfAttributes) GetRegistrationState() RegistrationState + func (o *ManagedNFServiceSingleAllOfAttributes) GetRegistrationStateOk() (*RegistrationState, bool) + func (o *ManagedNFServiceSingleAllOfAttributes) GetSAP() SAP + func (o *ManagedNFServiceSingleAllOfAttributes) GetSAPOk() (*SAP, bool) + func (o *ManagedNFServiceSingleAllOfAttributes) GetUsageState() UsageState + func (o *ManagedNFServiceSingleAllOfAttributes) GetUsageStateOk() (*UsageState, bool) + func (o *ManagedNFServiceSingleAllOfAttributes) GetUserLabel() string + func (o *ManagedNFServiceSingleAllOfAttributes) GetUserLabelOk() (*string, bool) + func (o *ManagedNFServiceSingleAllOfAttributes) HasAdministrativeState() bool + func (o *ManagedNFServiceSingleAllOfAttributes) HasNFServiceType() bool + func (o *ManagedNFServiceSingleAllOfAttributes) HasOperationalState() bool + func (o *ManagedNFServiceSingleAllOfAttributes) HasOperations() bool + func (o *ManagedNFServiceSingleAllOfAttributes) HasRegistrationState() bool + func (o *ManagedNFServiceSingleAllOfAttributes) HasSAP() bool + func (o *ManagedNFServiceSingleAllOfAttributes) HasUsageState() bool + func (o *ManagedNFServiceSingleAllOfAttributes) HasUserLabel() bool + func (o *ManagedNFServiceSingleAllOfAttributes) SetAdministrativeState(v AdministrativeState) + func (o *ManagedNFServiceSingleAllOfAttributes) SetNFServiceType(v NFServiceType) + func (o *ManagedNFServiceSingleAllOfAttributes) SetOperationalState(v OperationalState) + func (o *ManagedNFServiceSingleAllOfAttributes) SetOperations(v []Operation) + func (o *ManagedNFServiceSingleAllOfAttributes) SetRegistrationState(v RegistrationState) + func (o *ManagedNFServiceSingleAllOfAttributes) SetSAP(v SAP) + func (o *ManagedNFServiceSingleAllOfAttributes) SetUsageState(v UsageState) + func (o *ManagedNFServiceSingleAllOfAttributes) SetUserLabel(v string) + func (o ManagedNFServiceSingleAllOfAttributes) MarshalJSON() ([]byte, error) + func (o ManagedNFServiceSingleAllOfAttributes) ToMap() (map[string]interface{}, error) + type ManagementData struct + ArrayOfString *[]string + func ArrayOfStringAsManagementData(v *[]string) ManagementData + func (dst *ManagementData) UnmarshalJSON(data []byte) error + func (obj *ManagementData) GetActualInstance() interface{} + func (src ManagementData) MarshalJSON() ([]byte, error) + type ManagementDataCollectionSingle struct + Attributes *ManagementDataCollectionSingleAllOfAttributes + Id NullableString + ObjectClass *string + ObjectInstance *string + VsDataContainer []VsDataContainerSingle + func NewManagementDataCollectionSingle(id NullableString) *ManagementDataCollectionSingle + func NewManagementDataCollectionSingleWithDefaults() *ManagementDataCollectionSingle + func (o *ManagementDataCollectionSingle) GetAttributes() ManagementDataCollectionSingleAllOfAttributes + func (o *ManagementDataCollectionSingle) GetAttributesOk() (*ManagementDataCollectionSingleAllOfAttributes, bool) + func (o *ManagementDataCollectionSingle) GetId() string + func (o *ManagementDataCollectionSingle) GetIdOk() (*string, bool) + func (o *ManagementDataCollectionSingle) GetObjectClass() string + func (o *ManagementDataCollectionSingle) GetObjectClassOk() (*string, bool) + func (o *ManagementDataCollectionSingle) GetObjectInstance() string + func (o *ManagementDataCollectionSingle) GetObjectInstanceOk() (*string, bool) + func (o *ManagementDataCollectionSingle) GetVsDataContainer() []VsDataContainerSingle + func (o *ManagementDataCollectionSingle) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *ManagementDataCollectionSingle) HasAttributes() bool + func (o *ManagementDataCollectionSingle) HasObjectClass() bool + func (o *ManagementDataCollectionSingle) HasObjectInstance() bool + func (o *ManagementDataCollectionSingle) HasVsDataContainer() bool + func (o *ManagementDataCollectionSingle) SetAttributes(v ManagementDataCollectionSingleAllOfAttributes) + func (o *ManagementDataCollectionSingle) SetId(v string) + func (o *ManagementDataCollectionSingle) SetObjectClass(v string) + func (o *ManagementDataCollectionSingle) SetObjectInstance(v string) + func (o *ManagementDataCollectionSingle) SetVsDataContainer(v []VsDataContainerSingle) + func (o ManagementDataCollectionSingle) MarshalJSON() ([]byte, error) + func (o ManagementDataCollectionSingle) ToMap() (map[string]interface{}, error) + type ManagementDataCollectionSingleAllOf struct + Attributes *ManagementDataCollectionSingleAllOfAttributes + func NewManagementDataCollectionSingleAllOf() *ManagementDataCollectionSingleAllOf + func NewManagementDataCollectionSingleAllOfWithDefaults() *ManagementDataCollectionSingleAllOf + func (o *ManagementDataCollectionSingleAllOf) GetAttributes() ManagementDataCollectionSingleAllOfAttributes + func (o *ManagementDataCollectionSingleAllOf) GetAttributesOk() (*ManagementDataCollectionSingleAllOfAttributes, bool) + func (o *ManagementDataCollectionSingleAllOf) HasAttributes() bool + func (o *ManagementDataCollectionSingleAllOf) SetAttributes(v ManagementDataCollectionSingleAllOfAttributes) + func (o ManagementDataCollectionSingleAllOf) MarshalJSON() ([]byte, error) + func (o ManagementDataCollectionSingleAllOf) ToMap() (map[string]interface{}, error) + type ManagementDataCollectionSingleAllOfAttributes struct + CollectionTimeWindow *TimeWindow + DataScope *string + ManagementData *ManagementData + ReportingCtrl *ReportingCtrl + TargetNodeFilter *NodeFilter + func NewManagementDataCollectionSingleAllOfAttributes() *ManagementDataCollectionSingleAllOfAttributes + func NewManagementDataCollectionSingleAllOfAttributesWithDefaults() *ManagementDataCollectionSingleAllOfAttributes + func (o *ManagementDataCollectionSingleAllOfAttributes) GetCollectionTimeWindow() TimeWindow + func (o *ManagementDataCollectionSingleAllOfAttributes) GetCollectionTimeWindowOk() (*TimeWindow, bool) + func (o *ManagementDataCollectionSingleAllOfAttributes) GetDataScope() string + func (o *ManagementDataCollectionSingleAllOfAttributes) GetDataScopeOk() (*string, bool) + func (o *ManagementDataCollectionSingleAllOfAttributes) GetManagementData() ManagementData + func (o *ManagementDataCollectionSingleAllOfAttributes) GetManagementDataOk() (*ManagementData, bool) + func (o *ManagementDataCollectionSingleAllOfAttributes) GetReportingCtrl() ReportingCtrl + func (o *ManagementDataCollectionSingleAllOfAttributes) GetReportingCtrlOk() (*ReportingCtrl, bool) + func (o *ManagementDataCollectionSingleAllOfAttributes) GetTargetNodeFilter() NodeFilter + func (o *ManagementDataCollectionSingleAllOfAttributes) GetTargetNodeFilterOk() (*NodeFilter, bool) + func (o *ManagementDataCollectionSingleAllOfAttributes) HasCollectionTimeWindow() bool + func (o *ManagementDataCollectionSingleAllOfAttributes) HasDataScope() bool + func (o *ManagementDataCollectionSingleAllOfAttributes) HasManagementData() bool + func (o *ManagementDataCollectionSingleAllOfAttributes) HasReportingCtrl() bool + func (o *ManagementDataCollectionSingleAllOfAttributes) HasTargetNodeFilter() bool + func (o *ManagementDataCollectionSingleAllOfAttributes) SetCollectionTimeWindow(v TimeWindow) + func (o *ManagementDataCollectionSingleAllOfAttributes) SetDataScope(v string) + func (o *ManagementDataCollectionSingleAllOfAttributes) SetManagementData(v ManagementData) + func (o *ManagementDataCollectionSingleAllOfAttributes) SetReportingCtrl(v ReportingCtrl) + func (o *ManagementDataCollectionSingleAllOfAttributes) SetTargetNodeFilter(v NodeFilter) + func (o ManagementDataCollectionSingleAllOfAttributes) MarshalJSON() ([]byte, error) + func (o ManagementDataCollectionSingleAllOfAttributes) ToMap() (map[string]interface{}, error) + type ManagementNodeSingle struct + Attributes *ManagementNodeSingleAllOfAttributes + Id NullableString + MnsAgent []MnsAgentSingle + ObjectClass *string + ObjectInstance *string + VsDataContainer []VsDataContainerSingle + func NewManagementNodeSingle(id NullableString) *ManagementNodeSingle + func NewManagementNodeSingleWithDefaults() *ManagementNodeSingle + func (o *ManagementNodeSingle) GetAttributes() ManagementNodeSingleAllOfAttributes + func (o *ManagementNodeSingle) GetAttributesOk() (*ManagementNodeSingleAllOfAttributes, bool) + func (o *ManagementNodeSingle) GetId() string + func (o *ManagementNodeSingle) GetIdOk() (*string, bool) + func (o *ManagementNodeSingle) GetMnsAgent() []MnsAgentSingle + func (o *ManagementNodeSingle) GetMnsAgentOk() ([]MnsAgentSingle, bool) + func (o *ManagementNodeSingle) GetObjectClass() string + func (o *ManagementNodeSingle) GetObjectClassOk() (*string, bool) + func (o *ManagementNodeSingle) GetObjectInstance() string + func (o *ManagementNodeSingle) GetObjectInstanceOk() (*string, bool) + func (o *ManagementNodeSingle) GetVsDataContainer() []VsDataContainerSingle + func (o *ManagementNodeSingle) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *ManagementNodeSingle) HasAttributes() bool + func (o *ManagementNodeSingle) HasMnsAgent() bool + func (o *ManagementNodeSingle) HasObjectClass() bool + func (o *ManagementNodeSingle) HasObjectInstance() bool + func (o *ManagementNodeSingle) HasVsDataContainer() bool + func (o *ManagementNodeSingle) SetAttributes(v ManagementNodeSingleAllOfAttributes) + func (o *ManagementNodeSingle) SetId(v string) + func (o *ManagementNodeSingle) SetMnsAgent(v []MnsAgentSingle) + func (o *ManagementNodeSingle) SetObjectClass(v string) + func (o *ManagementNodeSingle) SetObjectInstance(v string) + func (o *ManagementNodeSingle) SetVsDataContainer(v []VsDataContainerSingle) + func (o ManagementNodeSingle) MarshalJSON() ([]byte, error) + func (o ManagementNodeSingle) ToMap() (map[string]interface{}, error) + type ManagementNodeSingleAllOf struct + Attributes *ManagementNodeSingleAllOfAttributes + MnsAgent []MnsAgentSingle + func NewManagementNodeSingleAllOf() *ManagementNodeSingleAllOf + func NewManagementNodeSingleAllOfWithDefaults() *ManagementNodeSingleAllOf + func (o *ManagementNodeSingleAllOf) GetAttributes() ManagementNodeSingleAllOfAttributes + func (o *ManagementNodeSingleAllOf) GetAttributesOk() (*ManagementNodeSingleAllOfAttributes, bool) + func (o *ManagementNodeSingleAllOf) GetMnsAgent() []MnsAgentSingle + func (o *ManagementNodeSingleAllOf) GetMnsAgentOk() ([]MnsAgentSingle, bool) + func (o *ManagementNodeSingleAllOf) HasAttributes() bool + func (o *ManagementNodeSingleAllOf) HasMnsAgent() bool + func (o *ManagementNodeSingleAllOf) SetAttributes(v ManagementNodeSingleAllOfAttributes) + func (o *ManagementNodeSingleAllOf) SetMnsAgent(v []MnsAgentSingle) + func (o ManagementNodeSingleAllOf) MarshalJSON() ([]byte, error) + func (o ManagementNodeSingleAllOf) ToMap() (map[string]interface{}, error) + type ManagementNodeSingleAllOfAttributes struct + LocationName *string + ManagedElements []string + SwVersion *string + UserDefinedState *string + UserLabel *string + VendorName *string + func NewManagementNodeSingleAllOfAttributes() *ManagementNodeSingleAllOfAttributes + func NewManagementNodeSingleAllOfAttributesWithDefaults() *ManagementNodeSingleAllOfAttributes + func (o *ManagementNodeSingleAllOfAttributes) GetLocationName() string + func (o *ManagementNodeSingleAllOfAttributes) GetLocationNameOk() (*string, bool) + func (o *ManagementNodeSingleAllOfAttributes) GetManagedElements() []string + func (o *ManagementNodeSingleAllOfAttributes) GetManagedElementsOk() ([]string, bool) + func (o *ManagementNodeSingleAllOfAttributes) GetSwVersion() string + func (o *ManagementNodeSingleAllOfAttributes) GetSwVersionOk() (*string, bool) + func (o *ManagementNodeSingleAllOfAttributes) GetUserDefinedState() string + func (o *ManagementNodeSingleAllOfAttributes) GetUserDefinedStateOk() (*string, bool) + func (o *ManagementNodeSingleAllOfAttributes) GetUserLabel() string + func (o *ManagementNodeSingleAllOfAttributes) GetUserLabelOk() (*string, bool) + func (o *ManagementNodeSingleAllOfAttributes) GetVendorName() string + func (o *ManagementNodeSingleAllOfAttributes) GetVendorNameOk() (*string, bool) + func (o *ManagementNodeSingleAllOfAttributes) HasLocationName() bool + func (o *ManagementNodeSingleAllOfAttributes) HasManagedElements() bool + func (o *ManagementNodeSingleAllOfAttributes) HasSwVersion() bool + func (o *ManagementNodeSingleAllOfAttributes) HasUserDefinedState() bool + func (o *ManagementNodeSingleAllOfAttributes) HasUserLabel() bool + func (o *ManagementNodeSingleAllOfAttributes) HasVendorName() bool + func (o *ManagementNodeSingleAllOfAttributes) SetLocationName(v string) + func (o *ManagementNodeSingleAllOfAttributes) SetManagedElements(v []string) + func (o *ManagementNodeSingleAllOfAttributes) SetSwVersion(v string) + func (o *ManagementNodeSingleAllOfAttributes) SetUserDefinedState(v string) + func (o *ManagementNodeSingleAllOfAttributes) SetUserLabel(v string) + func (o *ManagementNodeSingleAllOfAttributes) SetVendorName(v string) + func (o ManagementNodeSingleAllOfAttributes) MarshalJSON() ([]byte, error) + func (o ManagementNodeSingleAllOfAttributes) ToMap() (map[string]interface{}, error) + type MappedNullable interface + ToMap func() (map[string]interface{}, error) + type MbsfnArea struct + Earfcn *int32 + MbsfnAreaId *int32 + func NewMbsfnArea() *MbsfnArea + func NewMbsfnAreaWithDefaults() *MbsfnArea + func (o *MbsfnArea) GetEarfcn() int32 + func (o *MbsfnArea) GetEarfcnOk() (*int32, bool) + func (o *MbsfnArea) GetMbsfnAreaId() int32 + func (o *MbsfnArea) GetMbsfnAreaIdOk() (*int32, bool) + func (o *MbsfnArea) HasEarfcn() bool + func (o *MbsfnArea) HasMbsfnAreaId() bool + func (o *MbsfnArea) SetEarfcn(v int32) + func (o *MbsfnArea) SetMbsfnAreaId(v int32) + func (o MbsfnArea) MarshalJSON() ([]byte, error) + func (o MbsfnArea) ToMap() (map[string]interface{}, error) + type MeContextSingle struct + Attributes *MeContextSingleAllOfAttributes + Id NullableString + ObjectClass *string + ObjectInstance *string + VsDataContainer []VsDataContainerSingle + func NewMeContextSingle(id NullableString) *MeContextSingle + func NewMeContextSingleWithDefaults() *MeContextSingle + func (o *MeContextSingle) GetAttributes() MeContextSingleAllOfAttributes + func (o *MeContextSingle) GetAttributesOk() (*MeContextSingleAllOfAttributes, bool) + func (o *MeContextSingle) GetId() string + func (o *MeContextSingle) GetIdOk() (*string, bool) + func (o *MeContextSingle) GetObjectClass() string + func (o *MeContextSingle) GetObjectClassOk() (*string, bool) + func (o *MeContextSingle) GetObjectInstance() string + func (o *MeContextSingle) GetObjectInstanceOk() (*string, bool) + func (o *MeContextSingle) GetVsDataContainer() []VsDataContainerSingle + func (o *MeContextSingle) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *MeContextSingle) HasAttributes() bool + func (o *MeContextSingle) HasObjectClass() bool + func (o *MeContextSingle) HasObjectInstance() bool + func (o *MeContextSingle) HasVsDataContainer() bool + func (o *MeContextSingle) SetAttributes(v MeContextSingleAllOfAttributes) + func (o *MeContextSingle) SetId(v string) + func (o *MeContextSingle) SetObjectClass(v string) + func (o *MeContextSingle) SetObjectInstance(v string) + func (o *MeContextSingle) SetVsDataContainer(v []VsDataContainerSingle) + func (o MeContextSingle) MarshalJSON() ([]byte, error) + func (o MeContextSingle) ToMap() (map[string]interface{}, error) + type MeContextSingleAllOf struct + Attributes *MeContextSingleAllOfAttributes + func NewMeContextSingleAllOf() *MeContextSingleAllOf + func NewMeContextSingleAllOfWithDefaults() *MeContextSingleAllOf + func (o *MeContextSingleAllOf) GetAttributes() MeContextSingleAllOfAttributes + func (o *MeContextSingleAllOf) GetAttributesOk() (*MeContextSingleAllOfAttributes, bool) + func (o *MeContextSingleAllOf) HasAttributes() bool + func (o *MeContextSingleAllOf) SetAttributes(v MeContextSingleAllOfAttributes) + func (o MeContextSingleAllOf) MarshalJSON() ([]byte, error) + func (o MeContextSingleAllOf) ToMap() (map[string]interface{}, error) + type MeContextSingleAllOfAttributes struct + DnPrefix *string + func NewMeContextSingleAllOfAttributes() *MeContextSingleAllOfAttributes + func NewMeContextSingleAllOfAttributesWithDefaults() *MeContextSingleAllOfAttributes + func (o *MeContextSingleAllOfAttributes) GetDnPrefix() string + func (o *MeContextSingleAllOfAttributes) GetDnPrefixOk() (*string, bool) + func (o *MeContextSingleAllOfAttributes) HasDnPrefix() bool + func (o *MeContextSingleAllOfAttributes) SetDnPrefix(v string) + func (o MeContextSingleAllOfAttributes) MarshalJSON() ([]byte, error) + func (o MeContextSingleAllOfAttributes) ToMap() (map[string]interface{}, error) + type MeasurementPeriodLteType string + func NewMeasurementPeriodLteTypeFromValue(v string) (*MeasurementPeriodLteType, error) + func (v *MeasurementPeriodLteType) UnmarshalJSON(src []byte) error + func (v MeasurementPeriodLteType) IsValid() bool + func (v MeasurementPeriodLteType) Ptr() *MeasurementPeriodLteType + type MeasurementPeriodUmtsType string + func NewMeasurementPeriodUmtsTypeFromValue(v string) (*MeasurementPeriodUmtsType, error) + func (v *MeasurementPeriodUmtsType) UnmarshalJSON(src []byte) error + func (v MeasurementPeriodUmtsType) IsValid() bool + func (v MeasurementPeriodUmtsType) Ptr() *MeasurementPeriodUmtsType + type MeasurementQuantityType string + const CPICH_EC_NO + const CPICH_RSCP + const PATH_LOSS + func NewMeasurementQuantityTypeFromValue(v string) (*MeasurementQuantityType, error) + func (v *MeasurementQuantityType) UnmarshalJSON(src []byte) error + func (v MeasurementQuantityType) IsValid() bool + func (v MeasurementQuantityType) Ptr() *MeasurementQuantityType + type MnsAgentSingle struct + Attributes *MnsAgentSingleAllOfAttributes + Id NullableString + ObjectClass *string + ObjectInstance *string + VsDataContainer []VsDataContainerSingle + func NewMnsAgentSingle(id NullableString) *MnsAgentSingle + func NewMnsAgentSingleWithDefaults() *MnsAgentSingle + func (o *MnsAgentSingle) GetAttributes() MnsAgentSingleAllOfAttributes + func (o *MnsAgentSingle) GetAttributesOk() (*MnsAgentSingleAllOfAttributes, bool) + func (o *MnsAgentSingle) GetId() string + func (o *MnsAgentSingle) GetIdOk() (*string, bool) + func (o *MnsAgentSingle) GetObjectClass() string + func (o *MnsAgentSingle) GetObjectClassOk() (*string, bool) + func (o *MnsAgentSingle) GetObjectInstance() string + func (o *MnsAgentSingle) GetObjectInstanceOk() (*string, bool) + func (o *MnsAgentSingle) GetVsDataContainer() []VsDataContainerSingle + func (o *MnsAgentSingle) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *MnsAgentSingle) HasAttributes() bool + func (o *MnsAgentSingle) HasObjectClass() bool + func (o *MnsAgentSingle) HasObjectInstance() bool + func (o *MnsAgentSingle) HasVsDataContainer() bool + func (o *MnsAgentSingle) SetAttributes(v MnsAgentSingleAllOfAttributes) + func (o *MnsAgentSingle) SetId(v string) + func (o *MnsAgentSingle) SetObjectClass(v string) + func (o *MnsAgentSingle) SetObjectInstance(v string) + func (o *MnsAgentSingle) SetVsDataContainer(v []VsDataContainerSingle) + func (o MnsAgentSingle) MarshalJSON() ([]byte, error) + func (o MnsAgentSingle) ToMap() (map[string]interface{}, error) + type MnsAgentSingleAllOf struct + Attributes *MnsAgentSingleAllOfAttributes + func NewMnsAgentSingleAllOf() *MnsAgentSingleAllOf + func NewMnsAgentSingleAllOfWithDefaults() *MnsAgentSingleAllOf + func (o *MnsAgentSingleAllOf) GetAttributes() MnsAgentSingleAllOfAttributes + func (o *MnsAgentSingleAllOf) GetAttributesOk() (*MnsAgentSingleAllOfAttributes, bool) + func (o *MnsAgentSingleAllOf) HasAttributes() bool + func (o *MnsAgentSingleAllOf) SetAttributes(v MnsAgentSingleAllOfAttributes) + func (o MnsAgentSingleAllOf) MarshalJSON() ([]byte, error) + func (o MnsAgentSingleAllOf) ToMap() (map[string]interface{}, error) + type MnsAgentSingleAllOfAttributes struct + SystemDN *string + func NewMnsAgentSingleAllOfAttributes() *MnsAgentSingleAllOfAttributes + func NewMnsAgentSingleAllOfAttributesWithDefaults() *MnsAgentSingleAllOfAttributes + func (o *MnsAgentSingleAllOfAttributes) GetSystemDN() string + func (o *MnsAgentSingleAllOfAttributes) GetSystemDNOk() (*string, bool) + func (o *MnsAgentSingleAllOfAttributes) HasSystemDN() bool + func (o *MnsAgentSingleAllOfAttributes) SetSystemDN(v string) + func (o MnsAgentSingleAllOfAttributes) MarshalJSON() ([]byte, error) + func (o MnsAgentSingleAllOfAttributes) ToMap() (map[string]interface{}, error) + type MnsInfoSingle struct + MnsAddress *string + MnsLabel *string + MnsScope []string + MnsType *string + MnsVersion *string + func NewMnsInfoSingle() *MnsInfoSingle + func NewMnsInfoSingleWithDefaults() *MnsInfoSingle + func (o *MnsInfoSingle) GetMnsAddress() string + func (o *MnsInfoSingle) GetMnsAddressOk() (*string, bool) + func (o *MnsInfoSingle) GetMnsLabel() string + func (o *MnsInfoSingle) GetMnsLabelOk() (*string, bool) + func (o *MnsInfoSingle) GetMnsScope() []string + func (o *MnsInfoSingle) GetMnsScopeOk() ([]string, bool) + func (o *MnsInfoSingle) GetMnsType() string + func (o *MnsInfoSingle) GetMnsTypeOk() (*string, bool) + func (o *MnsInfoSingle) GetMnsVersion() string + func (o *MnsInfoSingle) GetMnsVersionOk() (*string, bool) + func (o *MnsInfoSingle) HasMnsAddress() bool + func (o *MnsInfoSingle) HasMnsLabel() bool + func (o *MnsInfoSingle) HasMnsScope() bool + func (o *MnsInfoSingle) HasMnsType() bool + func (o *MnsInfoSingle) HasMnsVersion() bool + func (o *MnsInfoSingle) SetMnsAddress(v string) + func (o *MnsInfoSingle) SetMnsLabel(v string) + func (o *MnsInfoSingle) SetMnsScope(v []string) + func (o *MnsInfoSingle) SetMnsType(v string) + func (o *MnsInfoSingle) SetMnsVersion(v string) + func (o MnsInfoSingle) MarshalJSON() ([]byte, error) + func (o MnsInfoSingle) ToMap() (map[string]interface{}, error) + type MnsRegistrySingle struct + MnsInfo []MnsInfoSingle + func NewMnsRegistrySingle() *MnsRegistrySingle + func NewMnsRegistrySingleWithDefaults() *MnsRegistrySingle + func (o *MnsRegistrySingle) GetMnsInfo() []MnsInfoSingle + func (o *MnsRegistrySingle) GetMnsInfoOk() ([]MnsInfoSingle, bool) + func (o *MnsRegistrySingle) HasMnsInfo() bool + func (o *MnsRegistrySingle) SetMnsInfo(v []MnsInfoSingle) + func (o MnsRegistrySingle) MarshalJSON() ([]byte, error) + func (o MnsRegistrySingle) ToMap() (map[string]interface{}, error) + type ModelPerformance struct + DecisionConfidenceScore *float32 + InferenceOutputName *string + PerformanceMetric *string + PerformanceScore *float32 + func NewModelPerformance() *ModelPerformance + func NewModelPerformanceWithDefaults() *ModelPerformance + func (o *ModelPerformance) GetDecisionConfidenceScore() float32 + func (o *ModelPerformance) GetDecisionConfidenceScoreOk() (*float32, bool) + func (o *ModelPerformance) GetInferenceOutputName() string + func (o *ModelPerformance) GetInferenceOutputNameOk() (*string, bool) + func (o *ModelPerformance) GetPerformanceMetric() string + func (o *ModelPerformance) GetPerformanceMetricOk() (*string, bool) + func (o *ModelPerformance) GetPerformanceScore() float32 + func (o *ModelPerformance) GetPerformanceScoreOk() (*float32, bool) + func (o *ModelPerformance) HasDecisionConfidenceScore() bool + func (o *ModelPerformance) HasInferenceOutputName() bool + func (o *ModelPerformance) HasPerformanceMetric() bool + func (o *ModelPerformance) HasPerformanceScore() bool + func (o *ModelPerformance) SetDecisionConfidenceScore(v float32) + func (o *ModelPerformance) SetInferenceOutputName(v string) + func (o *ModelPerformance) SetPerformanceMetric(v string) + func (o *ModelPerformance) SetPerformanceScore(v float32) + func (o ModelPerformance) MarshalJSON() ([]byte, error) + func (o ModelPerformance) ToMap() (map[string]interface{}, error) + type NFServiceType string + const NAMF_COMMUNICATION + const NAMF_EVENT_EXPOSURE + const NAMF_LOCATION + const NAMF_MT + const NSMF_EVENT_EXPOSURE + const NSMF_PDU_SESSION + const OTHERS + func NewNFServiceTypeFromValue(v string) (*NFServiceType, error) + func (v *NFServiceType) UnmarshalJSON(src []byte) error + func (v NFServiceType) IsValid() bool + func (v NFServiceType) Ptr() *NFServiceType + type NFType string + const AANF + const ADRF + const AF + const AMF + const AUSF + const BSF + const CBCF + const CEF + const CHF + const DCCF + const DN + const DRA + const EASDF + const GBA_BSF + const GMLC + const HSS + const ICSCF + const IMS_AS + const LMF + const MBSF + const MBSTF + const MB_SMF + const MB_UPF + const MFAF + const MME + const MNPF + const N3_IWF + const NEF + const NRF + const NSACF + const NSSAAF + const NSSF + const NSWOF + const NWDAF + const PANF + const PCF + const PCSCF + const PKMF + const SCEF + const SCP + const SCSAS + const SCSCF + const SEPP + const SMF + const SMSF + const SMS_GMSC + const SMS_IWMSC + const SOR_AF + const SPAF + const TNGF + const TSCTSF + const TSN_AF + const TWIF + const UCMF + const UDM + const UDR + const UDSF + const UPF + const W_AGF + func NewNFTypeFromValue(v string) (*NFType, error) + func (v *NFType) UnmarshalJSON(src []byte) error + func (v NFType) IsValid() bool + func (v NFType) Ptr() *NFType + type NodeFilter struct + AreaOfInterest *AreaOfInterest + CpUpType *string + NetworkDomain *string + Sst *int32 + func NewNodeFilter() *NodeFilter + func NewNodeFilterWithDefaults() *NodeFilter + func (o *NodeFilter) GetAreaOfInterest() AreaOfInterest + func (o *NodeFilter) GetAreaOfInterestOk() (*AreaOfInterest, bool) + func (o *NodeFilter) GetCpUpType() string + func (o *NodeFilter) GetCpUpTypeOk() (*string, bool) + func (o *NodeFilter) GetNetworkDomain() string + func (o *NodeFilter) GetNetworkDomainOk() (*string, bool) + func (o *NodeFilter) GetSst() int32 + func (o *NodeFilter) GetSstOk() (*int32, bool) + func (o *NodeFilter) HasAreaOfInterest() bool + func (o *NodeFilter) HasCpUpType() bool + func (o *NodeFilter) HasNetworkDomain() bool + func (o *NodeFilter) HasSst() bool + func (o *NodeFilter) SetAreaOfInterest(v AreaOfInterest) + func (o *NodeFilter) SetCpUpType(v string) + func (o *NodeFilter) SetNetworkDomain(v string) + func (o *NodeFilter) SetSst(v int32) + func (o NodeFilter) MarshalJSON() ([]byte, error) + func (o NodeFilter) ToMap() (map[string]interface{}, error) + type NotificationType struct + AlarmNotificationTypes *AlarmNotificationTypes + CmNotificationTypes *CmNotificationTypes + FileNotificationTypes *FileNotificationTypes + HeartbeatNotificationTypes *HeartbeatNotificationTypes + PerfNotificationTypes *PerfNotificationTypes + func AlarmNotificationTypesAsNotificationType(v *AlarmNotificationTypes) NotificationType + func CmNotificationTypesAsNotificationType(v *CmNotificationTypes) NotificationType + func FileNotificationTypesAsNotificationType(v *FileNotificationTypes) NotificationType + func HeartbeatNotificationTypesAsNotificationType(v *HeartbeatNotificationTypes) NotificationType + func PerfNotificationTypesAsNotificationType(v *PerfNotificationTypes) NotificationType + func (dst *NotificationType) UnmarshalJSON(data []byte) error + func (obj *NotificationType) GetActualInstance() interface{} + func (src NotificationType) MarshalJSON() ([]byte, error) + type NtfSubscriptionControlSingle struct + Attributes *NtfSubscriptionControlSingleAllOfAttributes + HeartbeatControl *HeartbeatControlSingle + Id NullableString + ObjectClass *string + ObjectInstance *string + VsDataContainer []VsDataContainerSingle + func NewNtfSubscriptionControlSingle(id NullableString) *NtfSubscriptionControlSingle + func NewNtfSubscriptionControlSingleWithDefaults() *NtfSubscriptionControlSingle + func (o *NtfSubscriptionControlSingle) GetAttributes() NtfSubscriptionControlSingleAllOfAttributes + func (o *NtfSubscriptionControlSingle) GetAttributesOk() (*NtfSubscriptionControlSingleAllOfAttributes, bool) + func (o *NtfSubscriptionControlSingle) GetHeartbeatControl() HeartbeatControlSingle + func (o *NtfSubscriptionControlSingle) GetHeartbeatControlOk() (*HeartbeatControlSingle, bool) + func (o *NtfSubscriptionControlSingle) GetId() string + func (o *NtfSubscriptionControlSingle) GetIdOk() (*string, bool) + func (o *NtfSubscriptionControlSingle) GetObjectClass() string + func (o *NtfSubscriptionControlSingle) GetObjectClassOk() (*string, bool) + func (o *NtfSubscriptionControlSingle) GetObjectInstance() string + func (o *NtfSubscriptionControlSingle) GetObjectInstanceOk() (*string, bool) + func (o *NtfSubscriptionControlSingle) GetVsDataContainer() []VsDataContainerSingle + func (o *NtfSubscriptionControlSingle) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *NtfSubscriptionControlSingle) HasAttributes() bool + func (o *NtfSubscriptionControlSingle) HasHeartbeatControl() bool + func (o *NtfSubscriptionControlSingle) HasObjectClass() bool + func (o *NtfSubscriptionControlSingle) HasObjectInstance() bool + func (o *NtfSubscriptionControlSingle) HasVsDataContainer() bool + func (o *NtfSubscriptionControlSingle) SetAttributes(v NtfSubscriptionControlSingleAllOfAttributes) + func (o *NtfSubscriptionControlSingle) SetHeartbeatControl(v HeartbeatControlSingle) + func (o *NtfSubscriptionControlSingle) SetId(v string) + func (o *NtfSubscriptionControlSingle) SetObjectClass(v string) + func (o *NtfSubscriptionControlSingle) SetObjectInstance(v string) + func (o *NtfSubscriptionControlSingle) SetVsDataContainer(v []VsDataContainerSingle) + func (o NtfSubscriptionControlSingle) MarshalJSON() ([]byte, error) + func (o NtfSubscriptionControlSingle) ToMap() (map[string]interface{}, error) + type NtfSubscriptionControlSingleAllOf struct + Attributes *NtfSubscriptionControlSingleAllOfAttributes + HeartbeatControl *HeartbeatControlSingle + func NewNtfSubscriptionControlSingleAllOf() *NtfSubscriptionControlSingleAllOf + func NewNtfSubscriptionControlSingleAllOfWithDefaults() *NtfSubscriptionControlSingleAllOf + func (o *NtfSubscriptionControlSingleAllOf) GetAttributes() NtfSubscriptionControlSingleAllOfAttributes + func (o *NtfSubscriptionControlSingleAllOf) GetAttributesOk() (*NtfSubscriptionControlSingleAllOfAttributes, bool) + func (o *NtfSubscriptionControlSingleAllOf) GetHeartbeatControl() HeartbeatControlSingle + func (o *NtfSubscriptionControlSingleAllOf) GetHeartbeatControlOk() (*HeartbeatControlSingle, bool) + func (o *NtfSubscriptionControlSingleAllOf) HasAttributes() bool + func (o *NtfSubscriptionControlSingleAllOf) HasHeartbeatControl() bool + func (o *NtfSubscriptionControlSingleAllOf) SetAttributes(v NtfSubscriptionControlSingleAllOfAttributes) + func (o *NtfSubscriptionControlSingleAllOf) SetHeartbeatControl(v HeartbeatControlSingle) + func (o NtfSubscriptionControlSingleAllOf) MarshalJSON() ([]byte, error) + func (o NtfSubscriptionControlSingleAllOf) ToMap() (map[string]interface{}, error) + type NtfSubscriptionControlSingleAllOfAttributes struct + NotificationFilter *string + NotificationRecipientAddress *string + NotificationTypes []NotificationType + Scope *Scope + func NewNtfSubscriptionControlSingleAllOfAttributes() *NtfSubscriptionControlSingleAllOfAttributes + func NewNtfSubscriptionControlSingleAllOfAttributesWithDefaults() *NtfSubscriptionControlSingleAllOfAttributes + func (o *NtfSubscriptionControlSingleAllOfAttributes) GetNotificationFilter() string + func (o *NtfSubscriptionControlSingleAllOfAttributes) GetNotificationFilterOk() (*string, bool) + func (o *NtfSubscriptionControlSingleAllOfAttributes) GetNotificationRecipientAddress() string + func (o *NtfSubscriptionControlSingleAllOfAttributes) GetNotificationRecipientAddressOk() (*string, bool) + func (o *NtfSubscriptionControlSingleAllOfAttributes) GetNotificationTypes() []NotificationType + func (o *NtfSubscriptionControlSingleAllOfAttributes) GetNotificationTypesOk() ([]NotificationType, bool) + func (o *NtfSubscriptionControlSingleAllOfAttributes) GetScope() Scope + func (o *NtfSubscriptionControlSingleAllOfAttributes) GetScopeOk() (*Scope, bool) + func (o *NtfSubscriptionControlSingleAllOfAttributes) HasNotificationFilter() bool + func (o *NtfSubscriptionControlSingleAllOfAttributes) HasNotificationRecipientAddress() bool + func (o *NtfSubscriptionControlSingleAllOfAttributes) HasNotificationTypes() bool + func (o *NtfSubscriptionControlSingleAllOfAttributes) HasScope() bool + func (o *NtfSubscriptionControlSingleAllOfAttributes) SetNotificationFilter(v string) + func (o *NtfSubscriptionControlSingleAllOfAttributes) SetNotificationRecipientAddress(v string) + func (o *NtfSubscriptionControlSingleAllOfAttributes) SetNotificationTypes(v []NotificationType) + func (o *NtfSubscriptionControlSingleAllOfAttributes) SetScope(v Scope) + func (o NtfSubscriptionControlSingleAllOfAttributes) MarshalJSON() ([]byte, error) + func (o NtfSubscriptionControlSingleAllOfAttributes) ToMap() (map[string]interface{}, error) + type NullableAckState struct + func NewNullableAckState(val *AckState) *NullableAckState + func (v *NullableAckState) Set(val *AckState) + func (v *NullableAckState) UnmarshalJSON(src []byte) error + func (v *NullableAckState) Unset() + func (v NullableAckState) Get() *AckState + func (v NullableAckState) IsSet() bool + func (v NullableAckState) MarshalJSON() ([]byte, error) + type NullableAdministrativeState struct + func NewNullableAdministrativeState(val *AdministrativeState) *NullableAdministrativeState + func (v *NullableAdministrativeState) Set(val *AdministrativeState) + func (v *NullableAdministrativeState) UnmarshalJSON(src []byte) error + func (v *NullableAdministrativeState) Unset() + func (v NullableAdministrativeState) Get() *AdministrativeState + func (v NullableAdministrativeState) IsSet() bool + func (v NullableAdministrativeState) MarshalJSON() ([]byte, error) + type NullableAlarmListSingle struct + func NewNullableAlarmListSingle(val *AlarmListSingle) *NullableAlarmListSingle + func (v *NullableAlarmListSingle) Set(val *AlarmListSingle) + func (v *NullableAlarmListSingle) UnmarshalJSON(src []byte) error + func (v *NullableAlarmListSingle) Unset() + func (v NullableAlarmListSingle) Get() *AlarmListSingle + func (v NullableAlarmListSingle) IsSet() bool + func (v NullableAlarmListSingle) MarshalJSON() ([]byte, error) + type NullableAlarmListSingleAllOf struct + func NewNullableAlarmListSingleAllOf(val *AlarmListSingleAllOf) *NullableAlarmListSingleAllOf + func (v *NullableAlarmListSingleAllOf) Set(val *AlarmListSingleAllOf) + func (v *NullableAlarmListSingleAllOf) UnmarshalJSON(src []byte) error + func (v *NullableAlarmListSingleAllOf) Unset() + func (v NullableAlarmListSingleAllOf) Get() *AlarmListSingleAllOf + func (v NullableAlarmListSingleAllOf) IsSet() bool + func (v NullableAlarmListSingleAllOf) MarshalJSON() ([]byte, error) + type NullableAlarmListSingleAllOfAttributes struct + func NewNullableAlarmListSingleAllOfAttributes(val *AlarmListSingleAllOfAttributes) *NullableAlarmListSingleAllOfAttributes + func (v *NullableAlarmListSingleAllOfAttributes) Set(val *AlarmListSingleAllOfAttributes) + func (v *NullableAlarmListSingleAllOfAttributes) UnmarshalJSON(src []byte) error + func (v *NullableAlarmListSingleAllOfAttributes) Unset() + func (v NullableAlarmListSingleAllOfAttributes) Get() *AlarmListSingleAllOfAttributes + func (v NullableAlarmListSingleAllOfAttributes) IsSet() bool + func (v NullableAlarmListSingleAllOfAttributes) MarshalJSON() ([]byte, error) + type NullableAlarmNotificationTypes struct + func NewNullableAlarmNotificationTypes(val *AlarmNotificationTypes) *NullableAlarmNotificationTypes + func (v *NullableAlarmNotificationTypes) Set(val *AlarmNotificationTypes) + func (v *NullableAlarmNotificationTypes) UnmarshalJSON(src []byte) error + func (v *NullableAlarmNotificationTypes) Unset() + func (v NullableAlarmNotificationTypes) Get() *AlarmNotificationTypes + func (v NullableAlarmNotificationTypes) IsSet() bool + func (v NullableAlarmNotificationTypes) MarshalJSON() ([]byte, error) + type NullableAlarmRecord struct + func NewNullableAlarmRecord(val *AlarmRecord) *NullableAlarmRecord + func (v *NullableAlarmRecord) Set(val *AlarmRecord) + func (v *NullableAlarmRecord) UnmarshalJSON(src []byte) error + func (v *NullableAlarmRecord) Unset() + func (v NullableAlarmRecord) Get() *AlarmRecord + func (v NullableAlarmRecord) IsSet() bool + func (v NullableAlarmRecord) MarshalJSON() ([]byte, error) + type NullableAlarmType struct + func NewNullableAlarmType(val *AlarmType) *NullableAlarmType + func (v *NullableAlarmType) Set(val *AlarmType) + func (v *NullableAlarmType) UnmarshalJSON(src []byte) error + func (v *NullableAlarmType) Unset() + func (v NullableAlarmType) Get() *AlarmType + func (v NullableAlarmType) IsSet() bool + func (v NullableAlarmType) MarshalJSON() ([]byte, error) + type NullableAnonymizationOfMdtDataType struct + func NewNullableAnonymizationOfMdtDataType(val *AnonymizationOfMdtDataType) *NullableAnonymizationOfMdtDataType + func (v *NullableAnonymizationOfMdtDataType) Set(val *AnonymizationOfMdtDataType) + func (v *NullableAnonymizationOfMdtDataType) UnmarshalJSON(src []byte) error + func (v *NullableAnonymizationOfMdtDataType) Unset() + func (v NullableAnonymizationOfMdtDataType) Get() *AnonymizationOfMdtDataType + func (v NullableAnonymizationOfMdtDataType) IsSet() bool + func (v NullableAnonymizationOfMdtDataType) MarshalJSON() ([]byte, error) + type NullableAreaConfig struct + func NewNullableAreaConfig(val *AreaConfig) *NullableAreaConfig + func (v *NullableAreaConfig) Set(val *AreaConfig) + func (v *NullableAreaConfig) UnmarshalJSON(src []byte) error + func (v *NullableAreaConfig) Unset() + func (v NullableAreaConfig) Get() *AreaConfig + func (v NullableAreaConfig) IsSet() bool + func (v NullableAreaConfig) MarshalJSON() ([]byte, error) + type NullableAreaOfInterest struct + func NewNullableAreaOfInterest(val *AreaOfInterest) *NullableAreaOfInterest + func (v *NullableAreaOfInterest) Set(val *AreaOfInterest) + func (v *NullableAreaOfInterest) UnmarshalJSON(src []byte) error + func (v *NullableAreaOfInterest) Unset() + func (v NullableAreaOfInterest) Get() *AreaOfInterest + func (v NullableAreaOfInterest) IsSet() bool + func (v NullableAreaOfInterest) MarshalJSON() ([]byte, error) + type NullableAreaScope struct + func NewNullableAreaScope(val *AreaScope) *NullableAreaScope + func (v *NullableAreaScope) Set(val *AreaScope) + func (v *NullableAreaScope) UnmarshalJSON(src []byte) error + func (v *NullableAreaScope) Unset() + func (v NullableAreaScope) Get() *AreaScope + func (v NullableAreaScope) IsSet() bool + func (v NullableAreaScope) 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 NullableCmNotificationTypes struct + func NewNullableCmNotificationTypes(val *CmNotificationTypes) *NullableCmNotificationTypes + func (v *NullableCmNotificationTypes) Set(val *CmNotificationTypes) + func (v *NullableCmNotificationTypes) UnmarshalJSON(src []byte) error + func (v *NullableCmNotificationTypes) Unset() + func (v NullableCmNotificationTypes) Get() *CmNotificationTypes + func (v NullableCmNotificationTypes) IsSet() bool + func (v NullableCmNotificationTypes) MarshalJSON() ([]byte, error) + type NullableCollectionPeriodM6LteType struct + func NewNullableCollectionPeriodM6LteType(val *CollectionPeriodM6LteType) *NullableCollectionPeriodM6LteType + func (v *NullableCollectionPeriodM6LteType) Set(val *CollectionPeriodM6LteType) + func (v *NullableCollectionPeriodM6LteType) UnmarshalJSON(src []byte) error + func (v *NullableCollectionPeriodM6LteType) Unset() + func (v NullableCollectionPeriodM6LteType) Get() *CollectionPeriodM6LteType + func (v NullableCollectionPeriodM6LteType) IsSet() bool + func (v NullableCollectionPeriodM6LteType) MarshalJSON() ([]byte, error) + type NullableCollectionPeriodM6NrType struct + func NewNullableCollectionPeriodM6NrType(val *CollectionPeriodM6NrType) *NullableCollectionPeriodM6NrType + func (v *NullableCollectionPeriodM6NrType) Set(val *CollectionPeriodM6NrType) + func (v *NullableCollectionPeriodM6NrType) UnmarshalJSON(src []byte) error + func (v *NullableCollectionPeriodM6NrType) Unset() + func (v NullableCollectionPeriodM6NrType) Get() *CollectionPeriodM6NrType + func (v NullableCollectionPeriodM6NrType) IsSet() bool + func (v NullableCollectionPeriodM6NrType) MarshalJSON() ([]byte, error) + type NullableCollectionPeriodRrmLteType struct + func NewNullableCollectionPeriodRrmLteType(val *CollectionPeriodRrmLteType) *NullableCollectionPeriodRrmLteType + func (v *NullableCollectionPeriodRrmLteType) Set(val *CollectionPeriodRrmLteType) + func (v *NullableCollectionPeriodRrmLteType) UnmarshalJSON(src []byte) error + func (v *NullableCollectionPeriodRrmLteType) Unset() + func (v NullableCollectionPeriodRrmLteType) Get() *CollectionPeriodRrmLteType + func (v NullableCollectionPeriodRrmLteType) IsSet() bool + func (v NullableCollectionPeriodRrmLteType) MarshalJSON() ([]byte, error) + type NullableCollectionPeriodRrmNrType struct + func NewNullableCollectionPeriodRrmNrType(val *CollectionPeriodRrmNrType) *NullableCollectionPeriodRrmNrType + func (v *NullableCollectionPeriodRrmNrType) Set(val *CollectionPeriodRrmNrType) + func (v *NullableCollectionPeriodRrmNrType) UnmarshalJSON(src []byte) error + func (v *NullableCollectionPeriodRrmNrType) Unset() + func (v NullableCollectionPeriodRrmNrType) Get() *CollectionPeriodRrmNrType + func (v NullableCollectionPeriodRrmNrType) IsSet() bool + func (v NullableCollectionPeriodRrmNrType) MarshalJSON() ([]byte, error) + type NullableCollectionPeriodRrmUmtsType struct + func NewNullableCollectionPeriodRrmUmtsType(val *CollectionPeriodRrmUmtsType) *NullableCollectionPeriodRrmUmtsType + func (v *NullableCollectionPeriodRrmUmtsType) Set(val *CollectionPeriodRrmUmtsType) + func (v *NullableCollectionPeriodRrmUmtsType) UnmarshalJSON(src []byte) error + func (v *NullableCollectionPeriodRrmUmtsType) Unset() + func (v NullableCollectionPeriodRrmUmtsType) Get() *CollectionPeriodRrmUmtsType + func (v NullableCollectionPeriodRrmUmtsType) IsSet() bool + func (v NullableCollectionPeriodRrmUmtsType) MarshalJSON() ([]byte, error) + type NullableCorrelatedNotification struct + func NewNullableCorrelatedNotification(val *CorrelatedNotification) *NullableCorrelatedNotification + func (v *NullableCorrelatedNotification) Set(val *CorrelatedNotification) + func (v *NullableCorrelatedNotification) UnmarshalJSON(src []byte) error + func (v *NullableCorrelatedNotification) Unset() + func (v NullableCorrelatedNotification) Get() *CorrelatedNotification + func (v NullableCorrelatedNotification) IsSet() bool + func (v NullableCorrelatedNotification) MarshalJSON() ([]byte, error) + type NullableEventListForEventTriggeredMeasurementType struct + func NewNullableEventListForEventTriggeredMeasurementType(val *EventListForEventTriggeredMeasurementType) *NullableEventListForEventTriggeredMeasurementType + func (v *NullableEventListForEventTriggeredMeasurementType) Set(val *EventListForEventTriggeredMeasurementType) + func (v *NullableEventListForEventTriggeredMeasurementType) UnmarshalJSON(src []byte) error + func (v *NullableEventListForEventTriggeredMeasurementType) Unset() + func (v NullableEventListForEventTriggeredMeasurementType) Get() *EventListForEventTriggeredMeasurementType + func (v NullableEventListForEventTriggeredMeasurementType) IsSet() bool + func (v NullableEventListForEventTriggeredMeasurementType) MarshalJSON() ([]byte, error) + type NullableEventThresholdL1Type struct + func NewNullableEventThresholdL1Type(val *EventThresholdL1Type) *NullableEventThresholdL1Type + func (v *NullableEventThresholdL1Type) Set(val *EventThresholdL1Type) + func (v *NullableEventThresholdL1Type) UnmarshalJSON(src []byte) error + func (v *NullableEventThresholdL1Type) Unset() + func (v NullableEventThresholdL1Type) Get() *EventThresholdL1Type + func (v NullableEventThresholdL1Type) IsSet() bool + func (v NullableEventThresholdL1Type) MarshalJSON() ([]byte, error) + type NullableEventThresholdType struct + func NewNullableEventThresholdType(val *EventThresholdType) *NullableEventThresholdType + func (v *NullableEventThresholdType) Set(val *EventThresholdType) + func (v *NullableEventThresholdType) UnmarshalJSON(src []byte) error + func (v *NullableEventThresholdType) Unset() + func (v NullableEventThresholdType) Get() *EventThresholdType + func (v NullableEventThresholdType) IsSet() bool + func (v NullableEventThresholdType) MarshalJSON() ([]byte, error) + type NullableEventThresholdTypeEventThreshold1F struct + func NewNullableEventThresholdTypeEventThreshold1F(val *EventThresholdTypeEventThreshold1F) *NullableEventThresholdTypeEventThreshold1F + func (v *NullableEventThresholdTypeEventThreshold1F) Set(val *EventThresholdTypeEventThreshold1F) + func (v *NullableEventThresholdTypeEventThreshold1F) UnmarshalJSON(src []byte) error + func (v *NullableEventThresholdTypeEventThreshold1F) Unset() + func (v NullableEventThresholdTypeEventThreshold1F) Get() *EventThresholdTypeEventThreshold1F + func (v NullableEventThresholdTypeEventThreshold1F) IsSet() bool + func (v NullableEventThresholdTypeEventThreshold1F) MarshalJSON() ([]byte, error) + type NullableEventThresholdTypeEventThresholdRSRP struct + func NewNullableEventThresholdTypeEventThresholdRSRP(val *EventThresholdTypeEventThresholdRSRP) *NullableEventThresholdTypeEventThresholdRSRP + func (v *NullableEventThresholdTypeEventThresholdRSRP) Set(val *EventThresholdTypeEventThresholdRSRP) + func (v *NullableEventThresholdTypeEventThresholdRSRP) UnmarshalJSON(src []byte) error + func (v *NullableEventThresholdTypeEventThresholdRSRP) Unset() + func (v NullableEventThresholdTypeEventThresholdRSRP) Get() *EventThresholdTypeEventThresholdRSRP + func (v NullableEventThresholdTypeEventThresholdRSRP) IsSet() bool + func (v NullableEventThresholdTypeEventThresholdRSRP) MarshalJSON() ([]byte, error) + type NullableEventThresholdTypeEventThresholdRSRQ struct + func NewNullableEventThresholdTypeEventThresholdRSRQ(val *EventThresholdTypeEventThresholdRSRQ) *NullableEventThresholdTypeEventThresholdRSRQ + func (v *NullableEventThresholdTypeEventThresholdRSRQ) Set(val *EventThresholdTypeEventThresholdRSRQ) + func (v *NullableEventThresholdTypeEventThresholdRSRQ) UnmarshalJSON(src []byte) error + func (v *NullableEventThresholdTypeEventThresholdRSRQ) Unset() + func (v NullableEventThresholdTypeEventThresholdRSRQ) Get() *EventThresholdTypeEventThresholdRSRQ + func (v NullableEventThresholdTypeEventThresholdRSRQ) IsSet() bool + func (v NullableEventThresholdTypeEventThresholdRSRQ) MarshalJSON() ([]byte, error) + type NullableFileDownloadJobProcessMonitor struct + func NewNullableFileDownloadJobProcessMonitor(val *FileDownloadJobProcessMonitor) *NullableFileDownloadJobProcessMonitor + func (v *NullableFileDownloadJobProcessMonitor) Set(val *FileDownloadJobProcessMonitor) + func (v *NullableFileDownloadJobProcessMonitor) UnmarshalJSON(src []byte) error + func (v *NullableFileDownloadJobProcessMonitor) Unset() + func (v NullableFileDownloadJobProcessMonitor) Get() *FileDownloadJobProcessMonitor + func (v NullableFileDownloadJobProcessMonitor) IsSet() bool + func (v NullableFileDownloadJobProcessMonitor) MarshalJSON() ([]byte, error) + type NullableFileDownloadJobProcessMonitorResultStateInfo struct + func NewNullableFileDownloadJobProcessMonitorResultStateInfo(val *FileDownloadJobProcessMonitorResultStateInfo) *NullableFileDownloadJobProcessMonitorResultStateInfo + func (v *NullableFileDownloadJobProcessMonitorResultStateInfo) Set(val *FileDownloadJobProcessMonitorResultStateInfo) + func (v *NullableFileDownloadJobProcessMonitorResultStateInfo) UnmarshalJSON(src []byte) error + func (v *NullableFileDownloadJobProcessMonitorResultStateInfo) Unset() + func (v NullableFileDownloadJobProcessMonitorResultStateInfo) Get() *FileDownloadJobProcessMonitorResultStateInfo + func (v NullableFileDownloadJobProcessMonitorResultStateInfo) IsSet() bool + func (v NullableFileDownloadJobProcessMonitorResultStateInfo) MarshalJSON() ([]byte, error) + type NullableFileDownloadJobSingle struct + func NewNullableFileDownloadJobSingle(val *FileDownloadJobSingle) *NullableFileDownloadJobSingle + func (v *NullableFileDownloadJobSingle) Set(val *FileDownloadJobSingle) + func (v *NullableFileDownloadJobSingle) UnmarshalJSON(src []byte) error + func (v *NullableFileDownloadJobSingle) Unset() + func (v NullableFileDownloadJobSingle) Get() *FileDownloadJobSingle + func (v NullableFileDownloadJobSingle) IsSet() bool + func (v NullableFileDownloadJobSingle) MarshalJSON() ([]byte, error) + type NullableFileDownloadJobSingleAllOf struct + func NewNullableFileDownloadJobSingleAllOf(val *FileDownloadJobSingleAllOf) *NullableFileDownloadJobSingleAllOf + func (v *NullableFileDownloadJobSingleAllOf) Set(val *FileDownloadJobSingleAllOf) + func (v *NullableFileDownloadJobSingleAllOf) UnmarshalJSON(src []byte) error + func (v *NullableFileDownloadJobSingleAllOf) Unset() + func (v NullableFileDownloadJobSingleAllOf) Get() *FileDownloadJobSingleAllOf + func (v NullableFileDownloadJobSingleAllOf) IsSet() bool + func (v NullableFileDownloadJobSingleAllOf) MarshalJSON() ([]byte, error) + type NullableFileDownloadJobSingleAllOfAttributes struct + func NewNullableFileDownloadJobSingleAllOfAttributes(val *FileDownloadJobSingleAllOfAttributes) *NullableFileDownloadJobSingleAllOfAttributes + func (v *NullableFileDownloadJobSingleAllOfAttributes) Set(val *FileDownloadJobSingleAllOfAttributes) + func (v *NullableFileDownloadJobSingleAllOfAttributes) UnmarshalJSON(src []byte) error + func (v *NullableFileDownloadJobSingleAllOfAttributes) Unset() + func (v NullableFileDownloadJobSingleAllOfAttributes) Get() *FileDownloadJobSingleAllOfAttributes + func (v NullableFileDownloadJobSingleAllOfAttributes) IsSet() bool + func (v NullableFileDownloadJobSingleAllOfAttributes) MarshalJSON() ([]byte, error) + type NullableFileNotificationTypes struct + func NewNullableFileNotificationTypes(val *FileNotificationTypes) *NullableFileNotificationTypes + func (v *NullableFileNotificationTypes) Set(val *FileNotificationTypes) + func (v *NullableFileNotificationTypes) UnmarshalJSON(src []byte) error + func (v *NullableFileNotificationTypes) Unset() + func (v NullableFileNotificationTypes) Get() *FileNotificationTypes + func (v NullableFileNotificationTypes) IsSet() bool + func (v NullableFileNotificationTypes) MarshalJSON() ([]byte, error) + type NullableFileSingle struct + func NewNullableFileSingle(val *FileSingle) *NullableFileSingle + func (v *NullableFileSingle) Set(val *FileSingle) + func (v *NullableFileSingle) UnmarshalJSON(src []byte) error + func (v *NullableFileSingle) Unset() + func (v NullableFileSingle) Get() *FileSingle + func (v NullableFileSingle) IsSet() bool + func (v NullableFileSingle) MarshalJSON() ([]byte, error) + type NullableFileSingleAllOf struct + func NewNullableFileSingleAllOf(val *FileSingleAllOf) *NullableFileSingleAllOf + func (v *NullableFileSingleAllOf) Set(val *FileSingleAllOf) + func (v *NullableFileSingleAllOf) UnmarshalJSON(src []byte) error + func (v *NullableFileSingleAllOf) Unset() + func (v NullableFileSingleAllOf) Get() *FileSingleAllOf + func (v NullableFileSingleAllOf) IsSet() bool + func (v NullableFileSingleAllOf) MarshalJSON() ([]byte, error) + type NullableFileSingleAllOfAttributes struct + func NewNullableFileSingleAllOfAttributes(val *FileSingleAllOfAttributes) *NullableFileSingleAllOfAttributes + func (v *NullableFileSingleAllOfAttributes) Set(val *FileSingleAllOfAttributes) + func (v *NullableFileSingleAllOfAttributes) UnmarshalJSON(src []byte) error + func (v *NullableFileSingleAllOfAttributes) Unset() + func (v NullableFileSingleAllOfAttributes) Get() *FileSingleAllOfAttributes + func (v NullableFileSingleAllOfAttributes) IsSet() bool + func (v NullableFileSingleAllOfAttributes) MarshalJSON() ([]byte, error) + type NullableFilesSingle struct + func NewNullableFilesSingle(val *FilesSingle) *NullableFilesSingle + func (v *NullableFilesSingle) Set(val *FilesSingle) + func (v *NullableFilesSingle) UnmarshalJSON(src []byte) error + func (v *NullableFilesSingle) Unset() + func (v NullableFilesSingle) Get() *FilesSingle + func (v NullableFilesSingle) IsSet() bool + func (v NullableFilesSingle) MarshalJSON() ([]byte, error) + type NullableFilesSingleAllOf struct + func NewNullableFilesSingleAllOf(val *FilesSingleAllOf) *NullableFilesSingleAllOf + func (v *NullableFilesSingleAllOf) Set(val *FilesSingleAllOf) + func (v *NullableFilesSingleAllOf) UnmarshalJSON(src []byte) error + func (v *NullableFilesSingleAllOf) Unset() + func (v NullableFilesSingleAllOf) Get() *FilesSingleAllOf + func (v NullableFilesSingleAllOf) IsSet() bool + func (v NullableFilesSingleAllOf) MarshalJSON() ([]byte, error) + type NullableFilesSingleAllOfAttributes struct + func NewNullableFilesSingleAllOfAttributes(val *FilesSingleAllOfAttributes) *NullableFilesSingleAllOfAttributes + func (v *NullableFilesSingleAllOfAttributes) Set(val *FilesSingleAllOfAttributes) + func (v *NullableFilesSingleAllOfAttributes) UnmarshalJSON(src []byte) error + func (v *NullableFilesSingleAllOfAttributes) Unset() + func (v NullableFilesSingleAllOfAttributes) Get() *FilesSingleAllOfAttributes + func (v NullableFilesSingleAllOfAttributes) IsSet() bool + func (v NullableFilesSingleAllOfAttributes) 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 NullableFreqInfo struct + func NewNullableFreqInfo(val *FreqInfo) *NullableFreqInfo + func (v *NullableFreqInfo) Set(val *FreqInfo) + func (v *NullableFreqInfo) UnmarshalJSON(src []byte) error + func (v *NullableFreqInfo) Unset() + func (v NullableFreqInfo) Get() *FreqInfo + func (v NullableFreqInfo) IsSet() bool + func (v NullableFreqInfo) MarshalJSON() ([]byte, error) + type NullableGeoArea struct + func NewNullableGeoArea(val *GeoArea) *NullableGeoArea + func (v *NullableGeoArea) Set(val *GeoArea) + func (v *NullableGeoArea) UnmarshalJSON(src []byte) error + func (v *NullableGeoArea) Unset() + func (v NullableGeoArea) Get() *GeoArea + func (v NullableGeoArea) IsSet() bool + func (v NullableGeoArea) MarshalJSON() ([]byte, error) + type NullableGeoAreaToCellMapping struct + func NewNullableGeoAreaToCellMapping(val *GeoAreaToCellMapping) *NullableGeoAreaToCellMapping + func (v *NullableGeoAreaToCellMapping) Set(val *GeoAreaToCellMapping) + func (v *NullableGeoAreaToCellMapping) UnmarshalJSON(src []byte) error + func (v *NullableGeoAreaToCellMapping) Unset() + func (v NullableGeoAreaToCellMapping) Get() *GeoAreaToCellMapping + func (v NullableGeoAreaToCellMapping) IsSet() bool + func (v NullableGeoAreaToCellMapping) MarshalJSON() ([]byte, error) + type NullableGeoCoordinate struct + func NewNullableGeoCoordinate(val *GeoCoordinate) *NullableGeoCoordinate + func (v *NullableGeoCoordinate) Set(val *GeoCoordinate) + func (v *NullableGeoCoordinate) UnmarshalJSON(src []byte) error + func (v *NullableGeoCoordinate) Unset() + func (v NullableGeoCoordinate) Get() *GeoCoordinate + func (v NullableGeoCoordinate) IsSet() bool + func (v NullableGeoCoordinate) MarshalJSON() ([]byte, error) + type NullableHeartbeatControlSingle struct + func NewNullableHeartbeatControlSingle(val *HeartbeatControlSingle) *NullableHeartbeatControlSingle + func (v *NullableHeartbeatControlSingle) Set(val *HeartbeatControlSingle) + func (v *NullableHeartbeatControlSingle) UnmarshalJSON(src []byte) error + func (v *NullableHeartbeatControlSingle) Unset() + func (v NullableHeartbeatControlSingle) Get() *HeartbeatControlSingle + func (v NullableHeartbeatControlSingle) IsSet() bool + func (v NullableHeartbeatControlSingle) MarshalJSON() ([]byte, error) + type NullableHeartbeatControlSingleAllOf struct + func NewNullableHeartbeatControlSingleAllOf(val *HeartbeatControlSingleAllOf) *NullableHeartbeatControlSingleAllOf + func (v *NullableHeartbeatControlSingleAllOf) Set(val *HeartbeatControlSingleAllOf) + func (v *NullableHeartbeatControlSingleAllOf) UnmarshalJSON(src []byte) error + func (v *NullableHeartbeatControlSingleAllOf) Unset() + func (v NullableHeartbeatControlSingleAllOf) Get() *HeartbeatControlSingleAllOf + func (v NullableHeartbeatControlSingleAllOf) IsSet() bool + func (v NullableHeartbeatControlSingleAllOf) MarshalJSON() ([]byte, error) + type NullableHeartbeatControlSingleAllOfAttributes struct + func NewNullableHeartbeatControlSingleAllOfAttributes(val *HeartbeatControlSingleAllOfAttributes) *NullableHeartbeatControlSingleAllOfAttributes + func (v *NullableHeartbeatControlSingleAllOfAttributes) Set(val *HeartbeatControlSingleAllOfAttributes) + func (v *NullableHeartbeatControlSingleAllOfAttributes) UnmarshalJSON(src []byte) error + func (v *NullableHeartbeatControlSingleAllOfAttributes) Unset() + func (v NullableHeartbeatControlSingleAllOfAttributes) Get() *HeartbeatControlSingleAllOfAttributes + func (v NullableHeartbeatControlSingleAllOfAttributes) IsSet() bool + func (v NullableHeartbeatControlSingleAllOfAttributes) MarshalJSON() ([]byte, error) + type NullableHeartbeatNotificationTypes struct + func NewNullableHeartbeatNotificationTypes(val *HeartbeatNotificationTypes) *NullableHeartbeatNotificationTypes + func (v *NullableHeartbeatNotificationTypes) Set(val *HeartbeatNotificationTypes) + func (v *NullableHeartbeatNotificationTypes) UnmarshalJSON(src []byte) error + func (v *NullableHeartbeatNotificationTypes) Unset() + func (v NullableHeartbeatNotificationTypes) Get() *HeartbeatNotificationTypes + func (v NullableHeartbeatNotificationTypes) IsSet() bool + func (v NullableHeartbeatNotificationTypes) MarshalJSON() ([]byte, error) + type NullableHostAddr struct + func NewNullableHostAddr(val *HostAddr) *NullableHostAddr + func (v *NullableHostAddr) Set(val *HostAddr) + func (v *NullableHostAddr) UnmarshalJSON(src []byte) error + func (v *NullableHostAddr) Unset() + func (v NullableHostAddr) Get() *HostAddr + func (v NullableHostAddr) IsSet() bool + func (v NullableHostAddr) 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 NullableIpAddr struct + func NewNullableIpAddr(val *IpAddr) *NullableIpAddr + func (v *NullableIpAddr) Set(val *IpAddr) + func (v *NullableIpAddr) UnmarshalJSON(src []byte) error + func (v *NullableIpAddr) Unset() + func (v NullableIpAddr) Get() *IpAddr + func (v NullableIpAddr) IsSet() bool + func (v NullableIpAddr) MarshalJSON() ([]byte, error) + type NullableIpv6Addr struct + func NewNullableIpv6Addr(val *Ipv6Addr) *NullableIpv6Addr + func (v *NullableIpv6Addr) Set(val *Ipv6Addr) + func (v *NullableIpv6Addr) UnmarshalJSON(src []byte) error + func (v *NullableIpv6Addr) Unset() + func (v NullableIpv6Addr) Get() *Ipv6Addr + func (v NullableIpv6Addr) IsSet() bool + func (v NullableIpv6Addr) MarshalJSON() ([]byte, error) + type NullableJobTypeType struct + func NewNullableJobTypeType(val *JobTypeType) *NullableJobTypeType + func (v *NullableJobTypeType) Set(val *JobTypeType) + func (v *NullableJobTypeType) UnmarshalJSON(src []byte) error + func (v *NullableJobTypeType) Unset() + func (v NullableJobTypeType) Get() *JobTypeType + func (v NullableJobTypeType) IsSet() bool + func (v NullableJobTypeType) MarshalJSON() ([]byte, error) + type NullableListOfInterfacesType struct + func NewNullableListOfInterfacesType(val *ListOfInterfacesType) *NullableListOfInterfacesType + func (v *NullableListOfInterfacesType) Set(val *ListOfInterfacesType) + func (v *NullableListOfInterfacesType) UnmarshalJSON(src []byte) error + func (v *NullableListOfInterfacesType) Unset() + func (v NullableListOfInterfacesType) Get() *ListOfInterfacesType + func (v NullableListOfInterfacesType) IsSet() bool + func (v NullableListOfInterfacesType) MarshalJSON() ([]byte, error) + type NullableListOfMeasurementsType struct + func NewNullableListOfMeasurementsType(val *ListOfMeasurementsType) *NullableListOfMeasurementsType + func (v *NullableListOfMeasurementsType) Set(val *ListOfMeasurementsType) + func (v *NullableListOfMeasurementsType) UnmarshalJSON(src []byte) error + func (v *NullableListOfMeasurementsType) Unset() + func (v NullableListOfMeasurementsType) Get() *ListOfMeasurementsType + func (v NullableListOfMeasurementsType) IsSet() bool + func (v NullableListOfMeasurementsType) MarshalJSON() ([]byte, error) + type NullableLoggingDurationType struct + func NewNullableLoggingDurationType(val *LoggingDurationType) *NullableLoggingDurationType + func (v *NullableLoggingDurationType) Set(val *LoggingDurationType) + func (v *NullableLoggingDurationType) UnmarshalJSON(src []byte) error + func (v *NullableLoggingDurationType) Unset() + func (v NullableLoggingDurationType) Get() *LoggingDurationType + func (v NullableLoggingDurationType) IsSet() bool + func (v NullableLoggingDurationType) MarshalJSON() ([]byte, error) + type NullableLoggingIntervalType struct + func NewNullableLoggingIntervalType(val *LoggingIntervalType) *NullableLoggingIntervalType + func (v *NullableLoggingIntervalType) Set(val *LoggingIntervalType) + func (v *NullableLoggingIntervalType) UnmarshalJSON(src []byte) error + func (v *NullableLoggingIntervalType) Unset() + func (v NullableLoggingIntervalType) Get() *LoggingIntervalType + func (v NullableLoggingIntervalType) IsSet() bool + func (v NullableLoggingIntervalType) MarshalJSON() ([]byte, error) + type NullableMLContext struct + func NewNullableMLContext(val *MLContext) *NullableMLContext + func (v *NullableMLContext) Set(val *MLContext) + func (v *NullableMLContext) UnmarshalJSON(src []byte) error + func (v *NullableMLContext) Unset() + func (v NullableMLContext) Get() *MLContext + func (v NullableMLContext) IsSet() bool + func (v NullableMLContext) MarshalJSON() ([]byte, error) + type NullableMLEntity struct + func NewNullableMLEntity(val *MLEntity) *NullableMLEntity + func (v *NullableMLEntity) Set(val *MLEntity) + func (v *NullableMLEntity) UnmarshalJSON(src []byte) error + func (v *NullableMLEntity) Unset() + func (v NullableMLEntity) Get() *MLEntity + func (v NullableMLEntity) IsSet() bool + func (v NullableMLEntity) MarshalJSON() ([]byte, error) + type NullableMLTrainingFunctionSingle struct + func NewNullableMLTrainingFunctionSingle(val *MLTrainingFunctionSingle) *NullableMLTrainingFunctionSingle + func (v *NullableMLTrainingFunctionSingle) Set(val *MLTrainingFunctionSingle) + func (v *NullableMLTrainingFunctionSingle) UnmarshalJSON(src []byte) error + func (v *NullableMLTrainingFunctionSingle) Unset() + func (v NullableMLTrainingFunctionSingle) Get() *MLTrainingFunctionSingle + func (v NullableMLTrainingFunctionSingle) IsSet() bool + func (v NullableMLTrainingFunctionSingle) MarshalJSON() ([]byte, error) + type NullableMLTrainingFunctionSingleAllOf struct + func NewNullableMLTrainingFunctionSingleAllOf(val *MLTrainingFunctionSingleAllOf) *NullableMLTrainingFunctionSingleAllOf + func (v *NullableMLTrainingFunctionSingleAllOf) Set(val *MLTrainingFunctionSingleAllOf) + func (v *NullableMLTrainingFunctionSingleAllOf) UnmarshalJSON(src []byte) error + func (v *NullableMLTrainingFunctionSingleAllOf) Unset() + func (v NullableMLTrainingFunctionSingleAllOf) Get() *MLTrainingFunctionSingleAllOf + func (v NullableMLTrainingFunctionSingleAllOf) IsSet() bool + func (v NullableMLTrainingFunctionSingleAllOf) MarshalJSON() ([]byte, error) + type NullableMLTrainingFunctionSingleAllOf1 struct + func NewNullableMLTrainingFunctionSingleAllOf1(val *MLTrainingFunctionSingleAllOf1) *NullableMLTrainingFunctionSingleAllOf1 + func (v *NullableMLTrainingFunctionSingleAllOf1) Set(val *MLTrainingFunctionSingleAllOf1) + func (v *NullableMLTrainingFunctionSingleAllOf1) UnmarshalJSON(src []byte) error + func (v *NullableMLTrainingFunctionSingleAllOf1) Unset() + func (v NullableMLTrainingFunctionSingleAllOf1) Get() *MLTrainingFunctionSingleAllOf1 + func (v NullableMLTrainingFunctionSingleAllOf1) IsSet() bool + func (v NullableMLTrainingFunctionSingleAllOf1) MarshalJSON() ([]byte, error) + type NullableMLTrainingProcessSingle struct + func NewNullableMLTrainingProcessSingle(val *MLTrainingProcessSingle) *NullableMLTrainingProcessSingle + func (v *NullableMLTrainingProcessSingle) Set(val *MLTrainingProcessSingle) + func (v *NullableMLTrainingProcessSingle) UnmarshalJSON(src []byte) error + func (v *NullableMLTrainingProcessSingle) Unset() + func (v NullableMLTrainingProcessSingle) Get() *MLTrainingProcessSingle + func (v NullableMLTrainingProcessSingle) IsSet() bool + func (v NullableMLTrainingProcessSingle) MarshalJSON() ([]byte, error) + type NullableMLTrainingProcessSingleAllOf struct + func NewNullableMLTrainingProcessSingleAllOf(val *MLTrainingProcessSingleAllOf) *NullableMLTrainingProcessSingleAllOf + func (v *NullableMLTrainingProcessSingleAllOf) Set(val *MLTrainingProcessSingleAllOf) + func (v *NullableMLTrainingProcessSingleAllOf) UnmarshalJSON(src []byte) error + func (v *NullableMLTrainingProcessSingleAllOf) Unset() + func (v NullableMLTrainingProcessSingleAllOf) Get() *MLTrainingProcessSingleAllOf + func (v NullableMLTrainingProcessSingleAllOf) IsSet() bool + func (v NullableMLTrainingProcessSingleAllOf) MarshalJSON() ([]byte, error) + type NullableMLTrainingReportSingle struct + func NewNullableMLTrainingReportSingle(val *MLTrainingReportSingle) *NullableMLTrainingReportSingle + func (v *NullableMLTrainingReportSingle) Set(val *MLTrainingReportSingle) + func (v *NullableMLTrainingReportSingle) UnmarshalJSON(src []byte) error + func (v *NullableMLTrainingReportSingle) Unset() + func (v NullableMLTrainingReportSingle) Get() *MLTrainingReportSingle + func (v NullableMLTrainingReportSingle) IsSet() bool + func (v NullableMLTrainingReportSingle) MarshalJSON() ([]byte, error) + type NullableMLTrainingReportSingleAllOf struct + func NewNullableMLTrainingReportSingleAllOf(val *MLTrainingReportSingleAllOf) *NullableMLTrainingReportSingleAllOf + func (v *NullableMLTrainingReportSingleAllOf) Set(val *MLTrainingReportSingleAllOf) + func (v *NullableMLTrainingReportSingleAllOf) UnmarshalJSON(src []byte) error + func (v *NullableMLTrainingReportSingleAllOf) Unset() + func (v NullableMLTrainingReportSingleAllOf) Get() *MLTrainingReportSingleAllOf + func (v NullableMLTrainingReportSingleAllOf) IsSet() bool + func (v NullableMLTrainingReportSingleAllOf) MarshalJSON() ([]byte, error) + type NullableMLTrainingRequestSingle struct + func NewNullableMLTrainingRequestSingle(val *MLTrainingRequestSingle) *NullableMLTrainingRequestSingle + func (v *NullableMLTrainingRequestSingle) Set(val *MLTrainingRequestSingle) + func (v *NullableMLTrainingRequestSingle) UnmarshalJSON(src []byte) error + func (v *NullableMLTrainingRequestSingle) Unset() + func (v NullableMLTrainingRequestSingle) Get() *MLTrainingRequestSingle + func (v NullableMLTrainingRequestSingle) IsSet() bool + func (v NullableMLTrainingRequestSingle) MarshalJSON() ([]byte, error) + type NullableMLTrainingRequestSingleAllOf struct + func NewNullableMLTrainingRequestSingleAllOf(val *MLTrainingRequestSingleAllOf) *NullableMLTrainingRequestSingleAllOf + func (v *NullableMLTrainingRequestSingleAllOf) Set(val *MLTrainingRequestSingleAllOf) + func (v *NullableMLTrainingRequestSingleAllOf) UnmarshalJSON(src []byte) error + func (v *NullableMLTrainingRequestSingleAllOf) Unset() + func (v NullableMLTrainingRequestSingleAllOf) Get() *MLTrainingRequestSingleAllOf + func (v NullableMLTrainingRequestSingleAllOf) IsSet() bool + func (v NullableMLTrainingRequestSingleAllOf) MarshalJSON() ([]byte, error) + type NullableManagedElementAttr struct + func NewNullableManagedElementAttr(val *ManagedElementAttr) *NullableManagedElementAttr + func (v *NullableManagedElementAttr) Set(val *ManagedElementAttr) + func (v *NullableManagedElementAttr) UnmarshalJSON(src []byte) error + func (v *NullableManagedElementAttr) Unset() + func (v NullableManagedElementAttr) Get() *ManagedElementAttr + func (v NullableManagedElementAttr) IsSet() bool + func (v NullableManagedElementAttr) MarshalJSON() ([]byte, error) + type NullableManagedElementNcO struct + func NewNullableManagedElementNcO(val *ManagedElementNcO) *NullableManagedElementNcO + func (v *NullableManagedElementNcO) Set(val *ManagedElementNcO) + func (v *NullableManagedElementNcO) UnmarshalJSON(src []byte) error + func (v *NullableManagedElementNcO) Unset() + func (v NullableManagedElementNcO) Get() *ManagedElementNcO + func (v NullableManagedElementNcO) IsSet() bool + func (v NullableManagedElementNcO) MarshalJSON() ([]byte, error) + type NullableManagedElementSingle struct + func NewNullableManagedElementSingle(val *ManagedElementSingle) *NullableManagedElementSingle + func (v *NullableManagedElementSingle) Set(val *ManagedElementSingle) + func (v *NullableManagedElementSingle) UnmarshalJSON(src []byte) error + func (v *NullableManagedElementSingle) Unset() + func (v NullableManagedElementSingle) Get() *ManagedElementSingle + func (v NullableManagedElementSingle) IsSet() bool + func (v NullableManagedElementSingle) MarshalJSON() ([]byte, error) + type NullableManagedElementSingleAllOf struct + func NewNullableManagedElementSingleAllOf(val *ManagedElementSingleAllOf) *NullableManagedElementSingleAllOf + func (v *NullableManagedElementSingleAllOf) Set(val *ManagedElementSingleAllOf) + func (v *NullableManagedElementSingleAllOf) UnmarshalJSON(src []byte) error + func (v *NullableManagedElementSingleAllOf) Unset() + func (v NullableManagedElementSingleAllOf) Get() *ManagedElementSingleAllOf + func (v NullableManagedElementSingleAllOf) IsSet() bool + func (v NullableManagedElementSingleAllOf) MarshalJSON() ([]byte, error) + type NullableManagedElementSingleAllOf1 struct + func NewNullableManagedElementSingleAllOf1(val *ManagedElementSingleAllOf1) *NullableManagedElementSingleAllOf1 + func (v *NullableManagedElementSingleAllOf1) Set(val *ManagedElementSingleAllOf1) + func (v *NullableManagedElementSingleAllOf1) UnmarshalJSON(src []byte) error + func (v *NullableManagedElementSingleAllOf1) Unset() + func (v NullableManagedElementSingleAllOf1) Get() *ManagedElementSingleAllOf1 + func (v NullableManagedElementSingleAllOf1) IsSet() bool + func (v NullableManagedElementSingleAllOf1) MarshalJSON() ([]byte, error) + type NullableManagedFunctionAttr struct + func NewNullableManagedFunctionAttr(val *ManagedFunctionAttr) *NullableManagedFunctionAttr + func (v *NullableManagedFunctionAttr) Set(val *ManagedFunctionAttr) + func (v *NullableManagedFunctionAttr) UnmarshalJSON(src []byte) error + func (v *NullableManagedFunctionAttr) Unset() + func (v NullableManagedFunctionAttr) Get() *ManagedFunctionAttr + func (v NullableManagedFunctionAttr) IsSet() bool + func (v NullableManagedFunctionAttr) MarshalJSON() ([]byte, error) + type NullableManagedFunctionNcO struct + func NewNullableManagedFunctionNcO(val *ManagedFunctionNcO) *NullableManagedFunctionNcO + func (v *NullableManagedFunctionNcO) Set(val *ManagedFunctionNcO) + func (v *NullableManagedFunctionNcO) UnmarshalJSON(src []byte) error + func (v *NullableManagedFunctionNcO) Unset() + func (v NullableManagedFunctionNcO) Get() *ManagedFunctionNcO + func (v NullableManagedFunctionNcO) IsSet() bool + func (v NullableManagedFunctionNcO) MarshalJSON() ([]byte, error) + type NullableManagedNFServiceSingle struct + func NewNullableManagedNFServiceSingle(val *ManagedNFServiceSingle) *NullableManagedNFServiceSingle + func (v *NullableManagedNFServiceSingle) Set(val *ManagedNFServiceSingle) + func (v *NullableManagedNFServiceSingle) UnmarshalJSON(src []byte) error + func (v *NullableManagedNFServiceSingle) Unset() + func (v NullableManagedNFServiceSingle) Get() *ManagedNFServiceSingle + func (v NullableManagedNFServiceSingle) IsSet() bool + func (v NullableManagedNFServiceSingle) MarshalJSON() ([]byte, error) + type NullableManagedNFServiceSingleAllOf struct + func NewNullableManagedNFServiceSingleAllOf(val *ManagedNFServiceSingleAllOf) *NullableManagedNFServiceSingleAllOf + func (v *NullableManagedNFServiceSingleAllOf) Set(val *ManagedNFServiceSingleAllOf) + func (v *NullableManagedNFServiceSingleAllOf) UnmarshalJSON(src []byte) error + func (v *NullableManagedNFServiceSingleAllOf) Unset() + func (v NullableManagedNFServiceSingleAllOf) Get() *ManagedNFServiceSingleAllOf + func (v NullableManagedNFServiceSingleAllOf) IsSet() bool + func (v NullableManagedNFServiceSingleAllOf) MarshalJSON() ([]byte, error) + type NullableManagedNFServiceSingleAllOfAttributes struct + func NewNullableManagedNFServiceSingleAllOfAttributes(val *ManagedNFServiceSingleAllOfAttributes) *NullableManagedNFServiceSingleAllOfAttributes + func (v *NullableManagedNFServiceSingleAllOfAttributes) Set(val *ManagedNFServiceSingleAllOfAttributes) + func (v *NullableManagedNFServiceSingleAllOfAttributes) UnmarshalJSON(src []byte) error + func (v *NullableManagedNFServiceSingleAllOfAttributes) Unset() + func (v NullableManagedNFServiceSingleAllOfAttributes) Get() *ManagedNFServiceSingleAllOfAttributes + func (v NullableManagedNFServiceSingleAllOfAttributes) IsSet() bool + func (v NullableManagedNFServiceSingleAllOfAttributes) MarshalJSON() ([]byte, error) + type NullableManagementData struct + func NewNullableManagementData(val *ManagementData) *NullableManagementData + func (v *NullableManagementData) Set(val *ManagementData) + func (v *NullableManagementData) UnmarshalJSON(src []byte) error + func (v *NullableManagementData) Unset() + func (v NullableManagementData) Get() *ManagementData + func (v NullableManagementData) IsSet() bool + func (v NullableManagementData) MarshalJSON() ([]byte, error) + type NullableManagementDataCollectionSingle struct + func NewNullableManagementDataCollectionSingle(val *ManagementDataCollectionSingle) *NullableManagementDataCollectionSingle + func (v *NullableManagementDataCollectionSingle) Set(val *ManagementDataCollectionSingle) + func (v *NullableManagementDataCollectionSingle) UnmarshalJSON(src []byte) error + func (v *NullableManagementDataCollectionSingle) Unset() + func (v NullableManagementDataCollectionSingle) Get() *ManagementDataCollectionSingle + func (v NullableManagementDataCollectionSingle) IsSet() bool + func (v NullableManagementDataCollectionSingle) MarshalJSON() ([]byte, error) + type NullableManagementDataCollectionSingleAllOf struct + func NewNullableManagementDataCollectionSingleAllOf(val *ManagementDataCollectionSingleAllOf) *NullableManagementDataCollectionSingleAllOf + func (v *NullableManagementDataCollectionSingleAllOf) Set(val *ManagementDataCollectionSingleAllOf) + func (v *NullableManagementDataCollectionSingleAllOf) UnmarshalJSON(src []byte) error + func (v *NullableManagementDataCollectionSingleAllOf) Unset() + func (v NullableManagementDataCollectionSingleAllOf) Get() *ManagementDataCollectionSingleAllOf + func (v NullableManagementDataCollectionSingleAllOf) IsSet() bool + func (v NullableManagementDataCollectionSingleAllOf) MarshalJSON() ([]byte, error) + type NullableManagementDataCollectionSingleAllOfAttributes struct + func NewNullableManagementDataCollectionSingleAllOfAttributes(val *ManagementDataCollectionSingleAllOfAttributes) *NullableManagementDataCollectionSingleAllOfAttributes + func (v *NullableManagementDataCollectionSingleAllOfAttributes) Set(val *ManagementDataCollectionSingleAllOfAttributes) + func (v *NullableManagementDataCollectionSingleAllOfAttributes) UnmarshalJSON(src []byte) error + func (v *NullableManagementDataCollectionSingleAllOfAttributes) Unset() + func (v NullableManagementDataCollectionSingleAllOfAttributes) Get() *ManagementDataCollectionSingleAllOfAttributes + func (v NullableManagementDataCollectionSingleAllOfAttributes) IsSet() bool + func (v NullableManagementDataCollectionSingleAllOfAttributes) MarshalJSON() ([]byte, error) + type NullableManagementNodeSingle struct + func NewNullableManagementNodeSingle(val *ManagementNodeSingle) *NullableManagementNodeSingle + func (v *NullableManagementNodeSingle) Set(val *ManagementNodeSingle) + func (v *NullableManagementNodeSingle) UnmarshalJSON(src []byte) error + func (v *NullableManagementNodeSingle) Unset() + func (v NullableManagementNodeSingle) Get() *ManagementNodeSingle + func (v NullableManagementNodeSingle) IsSet() bool + func (v NullableManagementNodeSingle) MarshalJSON() ([]byte, error) + type NullableManagementNodeSingleAllOf struct + func NewNullableManagementNodeSingleAllOf(val *ManagementNodeSingleAllOf) *NullableManagementNodeSingleAllOf + func (v *NullableManagementNodeSingleAllOf) Set(val *ManagementNodeSingleAllOf) + func (v *NullableManagementNodeSingleAllOf) UnmarshalJSON(src []byte) error + func (v *NullableManagementNodeSingleAllOf) Unset() + func (v NullableManagementNodeSingleAllOf) Get() *ManagementNodeSingleAllOf + func (v NullableManagementNodeSingleAllOf) IsSet() bool + func (v NullableManagementNodeSingleAllOf) MarshalJSON() ([]byte, error) + type NullableManagementNodeSingleAllOfAttributes struct + func NewNullableManagementNodeSingleAllOfAttributes(val *ManagementNodeSingleAllOfAttributes) *NullableManagementNodeSingleAllOfAttributes + func (v *NullableManagementNodeSingleAllOfAttributes) Set(val *ManagementNodeSingleAllOfAttributes) + func (v *NullableManagementNodeSingleAllOfAttributes) UnmarshalJSON(src []byte) error + func (v *NullableManagementNodeSingleAllOfAttributes) Unset() + func (v NullableManagementNodeSingleAllOfAttributes) Get() *ManagementNodeSingleAllOfAttributes + func (v NullableManagementNodeSingleAllOfAttributes) IsSet() bool + func (v NullableManagementNodeSingleAllOfAttributes) MarshalJSON() ([]byte, error) + type NullableMbsfnArea struct + func NewNullableMbsfnArea(val *MbsfnArea) *NullableMbsfnArea + func (v *NullableMbsfnArea) Set(val *MbsfnArea) + func (v *NullableMbsfnArea) UnmarshalJSON(src []byte) error + func (v *NullableMbsfnArea) Unset() + func (v NullableMbsfnArea) Get() *MbsfnArea + func (v NullableMbsfnArea) IsSet() bool + func (v NullableMbsfnArea) MarshalJSON() ([]byte, error) + type NullableMeContextSingle struct + func NewNullableMeContextSingle(val *MeContextSingle) *NullableMeContextSingle + func (v *NullableMeContextSingle) Set(val *MeContextSingle) + func (v *NullableMeContextSingle) UnmarshalJSON(src []byte) error + func (v *NullableMeContextSingle) Unset() + func (v NullableMeContextSingle) Get() *MeContextSingle + func (v NullableMeContextSingle) IsSet() bool + func (v NullableMeContextSingle) MarshalJSON() ([]byte, error) + type NullableMeContextSingleAllOf struct + func NewNullableMeContextSingleAllOf(val *MeContextSingleAllOf) *NullableMeContextSingleAllOf + func (v *NullableMeContextSingleAllOf) Set(val *MeContextSingleAllOf) + func (v *NullableMeContextSingleAllOf) UnmarshalJSON(src []byte) error + func (v *NullableMeContextSingleAllOf) Unset() + func (v NullableMeContextSingleAllOf) Get() *MeContextSingleAllOf + func (v NullableMeContextSingleAllOf) IsSet() bool + func (v NullableMeContextSingleAllOf) MarshalJSON() ([]byte, error) + type NullableMeContextSingleAllOfAttributes struct + func NewNullableMeContextSingleAllOfAttributes(val *MeContextSingleAllOfAttributes) *NullableMeContextSingleAllOfAttributes + func (v *NullableMeContextSingleAllOfAttributes) Set(val *MeContextSingleAllOfAttributes) + func (v *NullableMeContextSingleAllOfAttributes) UnmarshalJSON(src []byte) error + func (v *NullableMeContextSingleAllOfAttributes) Unset() + func (v NullableMeContextSingleAllOfAttributes) Get() *MeContextSingleAllOfAttributes + func (v NullableMeContextSingleAllOfAttributes) IsSet() bool + func (v NullableMeContextSingleAllOfAttributes) MarshalJSON() ([]byte, error) + type NullableMeasurementPeriodLteType struct + func NewNullableMeasurementPeriodLteType(val *MeasurementPeriodLteType) *NullableMeasurementPeriodLteType + func (v *NullableMeasurementPeriodLteType) Set(val *MeasurementPeriodLteType) + func (v *NullableMeasurementPeriodLteType) UnmarshalJSON(src []byte) error + func (v *NullableMeasurementPeriodLteType) Unset() + func (v NullableMeasurementPeriodLteType) Get() *MeasurementPeriodLteType + func (v NullableMeasurementPeriodLteType) IsSet() bool + func (v NullableMeasurementPeriodLteType) MarshalJSON() ([]byte, error) + type NullableMeasurementPeriodUmtsType struct + func NewNullableMeasurementPeriodUmtsType(val *MeasurementPeriodUmtsType) *NullableMeasurementPeriodUmtsType + func (v *NullableMeasurementPeriodUmtsType) Set(val *MeasurementPeriodUmtsType) + func (v *NullableMeasurementPeriodUmtsType) UnmarshalJSON(src []byte) error + func (v *NullableMeasurementPeriodUmtsType) Unset() + func (v NullableMeasurementPeriodUmtsType) Get() *MeasurementPeriodUmtsType + func (v NullableMeasurementPeriodUmtsType) IsSet() bool + func (v NullableMeasurementPeriodUmtsType) MarshalJSON() ([]byte, error) + type NullableMeasurementQuantityType struct + func NewNullableMeasurementQuantityType(val *MeasurementQuantityType) *NullableMeasurementQuantityType + func (v *NullableMeasurementQuantityType) Set(val *MeasurementQuantityType) + func (v *NullableMeasurementQuantityType) UnmarshalJSON(src []byte) error + func (v *NullableMeasurementQuantityType) Unset() + func (v NullableMeasurementQuantityType) Get() *MeasurementQuantityType + func (v NullableMeasurementQuantityType) IsSet() bool + func (v NullableMeasurementQuantityType) MarshalJSON() ([]byte, error) + type NullableMnsAgentSingle struct + func NewNullableMnsAgentSingle(val *MnsAgentSingle) *NullableMnsAgentSingle + func (v *NullableMnsAgentSingle) Set(val *MnsAgentSingle) + func (v *NullableMnsAgentSingle) UnmarshalJSON(src []byte) error + func (v *NullableMnsAgentSingle) Unset() + func (v NullableMnsAgentSingle) Get() *MnsAgentSingle + func (v NullableMnsAgentSingle) IsSet() bool + func (v NullableMnsAgentSingle) MarshalJSON() ([]byte, error) + type NullableMnsAgentSingleAllOf struct + func NewNullableMnsAgentSingleAllOf(val *MnsAgentSingleAllOf) *NullableMnsAgentSingleAllOf + func (v *NullableMnsAgentSingleAllOf) Set(val *MnsAgentSingleAllOf) + func (v *NullableMnsAgentSingleAllOf) UnmarshalJSON(src []byte) error + func (v *NullableMnsAgentSingleAllOf) Unset() + func (v NullableMnsAgentSingleAllOf) Get() *MnsAgentSingleAllOf + func (v NullableMnsAgentSingleAllOf) IsSet() bool + func (v NullableMnsAgentSingleAllOf) MarshalJSON() ([]byte, error) + type NullableMnsAgentSingleAllOfAttributes struct + func NewNullableMnsAgentSingleAllOfAttributes(val *MnsAgentSingleAllOfAttributes) *NullableMnsAgentSingleAllOfAttributes + func (v *NullableMnsAgentSingleAllOfAttributes) Set(val *MnsAgentSingleAllOfAttributes) + func (v *NullableMnsAgentSingleAllOfAttributes) UnmarshalJSON(src []byte) error + func (v *NullableMnsAgentSingleAllOfAttributes) Unset() + func (v NullableMnsAgentSingleAllOfAttributes) Get() *MnsAgentSingleAllOfAttributes + func (v NullableMnsAgentSingleAllOfAttributes) IsSet() bool + func (v NullableMnsAgentSingleAllOfAttributes) MarshalJSON() ([]byte, error) + type NullableMnsInfoSingle struct + func NewNullableMnsInfoSingle(val *MnsInfoSingle) *NullableMnsInfoSingle + func (v *NullableMnsInfoSingle) Set(val *MnsInfoSingle) + func (v *NullableMnsInfoSingle) UnmarshalJSON(src []byte) error + func (v *NullableMnsInfoSingle) Unset() + func (v NullableMnsInfoSingle) Get() *MnsInfoSingle + func (v NullableMnsInfoSingle) IsSet() bool + func (v NullableMnsInfoSingle) MarshalJSON() ([]byte, error) + type NullableMnsRegistrySingle struct + func NewNullableMnsRegistrySingle(val *MnsRegistrySingle) *NullableMnsRegistrySingle + func (v *NullableMnsRegistrySingle) Set(val *MnsRegistrySingle) + func (v *NullableMnsRegistrySingle) UnmarshalJSON(src []byte) error + func (v *NullableMnsRegistrySingle) Unset() + func (v NullableMnsRegistrySingle) Get() *MnsRegistrySingle + func (v NullableMnsRegistrySingle) IsSet() bool + func (v NullableMnsRegistrySingle) MarshalJSON() ([]byte, error) + type NullableModelPerformance struct + func NewNullableModelPerformance(val *ModelPerformance) *NullableModelPerformance + func (v *NullableModelPerformance) Set(val *ModelPerformance) + func (v *NullableModelPerformance) UnmarshalJSON(src []byte) error + func (v *NullableModelPerformance) Unset() + func (v NullableModelPerformance) Get() *ModelPerformance + func (v NullableModelPerformance) IsSet() bool + func (v NullableModelPerformance) MarshalJSON() ([]byte, error) + type NullableNFServiceType struct + func NewNullableNFServiceType(val *NFServiceType) *NullableNFServiceType + func (v *NullableNFServiceType) Set(val *NFServiceType) + func (v *NullableNFServiceType) UnmarshalJSON(src []byte) error + func (v *NullableNFServiceType) Unset() + func (v NullableNFServiceType) Get() *NFServiceType + func (v NullableNFServiceType) IsSet() bool + func (v NullableNFServiceType) MarshalJSON() ([]byte, error) + type NullableNFType struct + func NewNullableNFType(val *NFType) *NullableNFType + func (v *NullableNFType) Set(val *NFType) + func (v *NullableNFType) UnmarshalJSON(src []byte) error + func (v *NullableNFType) Unset() + func (v NullableNFType) Get() *NFType + func (v NullableNFType) IsSet() bool + func (v NullableNFType) MarshalJSON() ([]byte, error) + type NullableNodeFilter struct + func NewNullableNodeFilter(val *NodeFilter) *NullableNodeFilter + func (v *NullableNodeFilter) Set(val *NodeFilter) + func (v *NullableNodeFilter) UnmarshalJSON(src []byte) error + func (v *NullableNodeFilter) Unset() + func (v NullableNodeFilter) Get() *NodeFilter + func (v NullableNodeFilter) IsSet() bool + func (v NullableNodeFilter) MarshalJSON() ([]byte, error) + type NullableNotificationType struct + func NewNullableNotificationType(val *NotificationType) *NullableNotificationType + func (v *NullableNotificationType) Set(val *NotificationType) + func (v *NullableNotificationType) UnmarshalJSON(src []byte) error + func (v *NullableNotificationType) Unset() + func (v NullableNotificationType) Get() *NotificationType + func (v NullableNotificationType) IsSet() bool + func (v NullableNotificationType) MarshalJSON() ([]byte, error) + type NullableNtfSubscriptionControlSingle struct + func NewNullableNtfSubscriptionControlSingle(val *NtfSubscriptionControlSingle) *NullableNtfSubscriptionControlSingle + func (v *NullableNtfSubscriptionControlSingle) Set(val *NtfSubscriptionControlSingle) + func (v *NullableNtfSubscriptionControlSingle) UnmarshalJSON(src []byte) error + func (v *NullableNtfSubscriptionControlSingle) Unset() + func (v NullableNtfSubscriptionControlSingle) Get() *NtfSubscriptionControlSingle + func (v NullableNtfSubscriptionControlSingle) IsSet() bool + func (v NullableNtfSubscriptionControlSingle) MarshalJSON() ([]byte, error) + type NullableNtfSubscriptionControlSingleAllOf struct + func NewNullableNtfSubscriptionControlSingleAllOf(val *NtfSubscriptionControlSingleAllOf) *NullableNtfSubscriptionControlSingleAllOf + func (v *NullableNtfSubscriptionControlSingleAllOf) Set(val *NtfSubscriptionControlSingleAllOf) + func (v *NullableNtfSubscriptionControlSingleAllOf) UnmarshalJSON(src []byte) error + func (v *NullableNtfSubscriptionControlSingleAllOf) Unset() + func (v NullableNtfSubscriptionControlSingleAllOf) Get() *NtfSubscriptionControlSingleAllOf + func (v NullableNtfSubscriptionControlSingleAllOf) IsSet() bool + func (v NullableNtfSubscriptionControlSingleAllOf) MarshalJSON() ([]byte, error) + type NullableNtfSubscriptionControlSingleAllOfAttributes struct + func NewNullableNtfSubscriptionControlSingleAllOfAttributes(val *NtfSubscriptionControlSingleAllOfAttributes) *NullableNtfSubscriptionControlSingleAllOfAttributes + func (v *NullableNtfSubscriptionControlSingleAllOfAttributes) Set(val *NtfSubscriptionControlSingleAllOfAttributes) + func (v *NullableNtfSubscriptionControlSingleAllOfAttributes) UnmarshalJSON(src []byte) error + func (v *NullableNtfSubscriptionControlSingleAllOfAttributes) Unset() + func (v NullableNtfSubscriptionControlSingleAllOfAttributes) Get() *NtfSubscriptionControlSingleAllOfAttributes + func (v NullableNtfSubscriptionControlSingleAllOfAttributes) IsSet() bool + func (v NullableNtfSubscriptionControlSingleAllOfAttributes) MarshalJSON() ([]byte, error) + type NullableOperation struct + func NewNullableOperation(val *Operation) *NullableOperation + func (v *NullableOperation) Set(val *Operation) + func (v *NullableOperation) UnmarshalJSON(src []byte) error + func (v *NullableOperation) Unset() + func (v NullableOperation) Get() *Operation + func (v NullableOperation) IsSet() bool + func (v NullableOperation) MarshalJSON() ([]byte, error) + type NullableOperationSemantics struct + func NewNullableOperationSemantics(val *OperationSemantics) *NullableOperationSemantics + func (v *NullableOperationSemantics) Set(val *OperationSemantics) + func (v *NullableOperationSemantics) UnmarshalJSON(src []byte) error + func (v *NullableOperationSemantics) Unset() + func (v NullableOperationSemantics) Get() *OperationSemantics + func (v NullableOperationSemantics) IsSet() bool + func (v NullableOperationSemantics) MarshalJSON() ([]byte, error) + type NullableOperationalState struct + func NewNullableOperationalState(val *OperationalState) *NullableOperationalState + func (v *NullableOperationalState) Set(val *OperationalState) + func (v *NullableOperationalState) UnmarshalJSON(src []byte) error + func (v *NullableOperationalState) Unset() + func (v NullableOperationalState) Get() *OperationalState + func (v NullableOperationalState) IsSet() bool + func (v NullableOperationalState) MarshalJSON() ([]byte, error) + type NullablePeeParameter struct + func NewNullablePeeParameter(val *PeeParameter) *NullablePeeParameter + func (v *NullablePeeParameter) Set(val *PeeParameter) + func (v *NullablePeeParameter) UnmarshalJSON(src []byte) error + func (v *NullablePeeParameter) Unset() + func (v NullablePeeParameter) Get() *PeeParameter + func (v NullablePeeParameter) IsSet() bool + func (v NullablePeeParameter) MarshalJSON() ([]byte, error) + type NullablePerceivedSeverity struct + func NewNullablePerceivedSeverity(val *PerceivedSeverity) *NullablePerceivedSeverity + func (v *NullablePerceivedSeverity) Set(val *PerceivedSeverity) + func (v *NullablePerceivedSeverity) UnmarshalJSON(src []byte) error + func (v *NullablePerceivedSeverity) Unset() + func (v NullablePerceivedSeverity) Get() *PerceivedSeverity + func (v NullablePerceivedSeverity) IsSet() bool + func (v NullablePerceivedSeverity) MarshalJSON() ([]byte, error) + type NullablePerfMetricJobSingle struct + func NewNullablePerfMetricJobSingle(val *PerfMetricJobSingle) *NullablePerfMetricJobSingle + func (v *NullablePerfMetricJobSingle) Set(val *PerfMetricJobSingle) + func (v *NullablePerfMetricJobSingle) UnmarshalJSON(src []byte) error + func (v *NullablePerfMetricJobSingle) Unset() + func (v NullablePerfMetricJobSingle) Get() *PerfMetricJobSingle + func (v NullablePerfMetricJobSingle) IsSet() bool + func (v NullablePerfMetricJobSingle) MarshalJSON() ([]byte, error) + type NullablePerfMetricJobSingleAllOf struct + func NewNullablePerfMetricJobSingleAllOf(val *PerfMetricJobSingleAllOf) *NullablePerfMetricJobSingleAllOf + func (v *NullablePerfMetricJobSingleAllOf) Set(val *PerfMetricJobSingleAllOf) + func (v *NullablePerfMetricJobSingleAllOf) UnmarshalJSON(src []byte) error + func (v *NullablePerfMetricJobSingleAllOf) Unset() + func (v NullablePerfMetricJobSingleAllOf) Get() *PerfMetricJobSingleAllOf + func (v NullablePerfMetricJobSingleAllOf) IsSet() bool + func (v NullablePerfMetricJobSingleAllOf) MarshalJSON() ([]byte, error) + type NullablePerfMetricJobSingleAllOfAttributes struct + func NewNullablePerfMetricJobSingleAllOfAttributes(val *PerfMetricJobSingleAllOfAttributes) *NullablePerfMetricJobSingleAllOfAttributes + func (v *NullablePerfMetricJobSingleAllOfAttributes) Set(val *PerfMetricJobSingleAllOfAttributes) + func (v *NullablePerfMetricJobSingleAllOfAttributes) UnmarshalJSON(src []byte) error + func (v *NullablePerfMetricJobSingleAllOfAttributes) Unset() + func (v NullablePerfMetricJobSingleAllOfAttributes) Get() *PerfMetricJobSingleAllOfAttributes + func (v NullablePerfMetricJobSingleAllOfAttributes) IsSet() bool + func (v NullablePerfMetricJobSingleAllOfAttributes) MarshalJSON() ([]byte, error) + type NullablePerfNotificationTypes struct + func NewNullablePerfNotificationTypes(val *PerfNotificationTypes) *NullablePerfNotificationTypes + func (v *NullablePerfNotificationTypes) Set(val *PerfNotificationTypes) + func (v *NullablePerfNotificationTypes) UnmarshalJSON(src []byte) error + func (v *NullablePerfNotificationTypes) Unset() + func (v NullablePerfNotificationTypes) Get() *PerfNotificationTypes + func (v NullablePerfNotificationTypes) IsSet() bool + func (v NullablePerfNotificationTypes) MarshalJSON() ([]byte, error) + type NullablePlmnListTypeInner struct + func NewNullablePlmnListTypeInner(val *PlmnListTypeInner) *NullablePlmnListTypeInner + func (v *NullablePlmnListTypeInner) Set(val *PlmnListTypeInner) + func (v *NullablePlmnListTypeInner) UnmarshalJSON(src []byte) error + func (v *NullablePlmnListTypeInner) Unset() + func (v NullablePlmnListTypeInner) Get() *PlmnListTypeInner + func (v NullablePlmnListTypeInner) IsSet() bool + func (v NullablePlmnListTypeInner) MarshalJSON() ([]byte, error) + type NullablePlmnTargetType struct + func NewNullablePlmnTargetType(val *PlmnTargetType) *NullablePlmnTargetType + func (v *NullablePlmnTargetType) Set(val *PlmnTargetType) + func (v *NullablePlmnTargetType) UnmarshalJSON(src []byte) error + func (v *NullablePlmnTargetType) Unset() + func (v NullablePlmnTargetType) Get() *PlmnTargetType + func (v NullablePlmnTargetType) IsSet() bool + func (v NullablePlmnTargetType) MarshalJSON() ([]byte, error) + type NullablePositioningMethodType struct + func NewNullablePositioningMethodType(val *PositioningMethodType) *NullablePositioningMethodType + func (v *NullablePositioningMethodType) Set(val *PositioningMethodType) + func (v *NullablePositioningMethodType) UnmarshalJSON(src []byte) error + func (v *NullablePositioningMethodType) Unset() + func (v NullablePositioningMethodType) Get() *PositioningMethodType + func (v NullablePositioningMethodType) IsSet() bool + func (v NullablePositioningMethodType) MarshalJSON() ([]byte, error) + type NullableProbableCause struct + func NewNullableProbableCause(val *ProbableCause) *NullableProbableCause + func (v *NullableProbableCause) Set(val *ProbableCause) + func (v *NullableProbableCause) UnmarshalJSON(src []byte) error + func (v *NullableProbableCause) Unset() + func (v NullableProbableCause) Get() *ProbableCause + func (v NullableProbableCause) IsSet() bool + func (v NullableProbableCause) MarshalJSON() ([]byte, error) + type NullableRegistrationState struct + func NewNullableRegistrationState(val *RegistrationState) *NullableRegistrationState + func (v *NullableRegistrationState) Set(val *RegistrationState) + func (v *NullableRegistrationState) UnmarshalJSON(src []byte) error + func (v *NullableRegistrationState) Unset() + func (v NullableRegistrationState) Get() *RegistrationState + func (v NullableRegistrationState) IsSet() bool + func (v NullableRegistrationState) MarshalJSON() ([]byte, error) + type NullableReportAmountType struct + func NewNullableReportAmountType(val *ReportAmountType) *NullableReportAmountType + func (v *NullableReportAmountType) Set(val *ReportAmountType) + func (v *NullableReportAmountType) UnmarshalJSON(src []byte) error + func (v *NullableReportAmountType) Unset() + func (v NullableReportAmountType) Get() *ReportAmountType + func (v NullableReportAmountType) IsSet() bool + func (v NullableReportAmountType) MarshalJSON() ([]byte, error) + type NullableReportIntervalType struct + func NewNullableReportIntervalType(val *ReportIntervalType) *NullableReportIntervalType + func (v *NullableReportIntervalType) Set(val *ReportIntervalType) + func (v *NullableReportIntervalType) UnmarshalJSON(src []byte) error + func (v *NullableReportIntervalType) Unset() + func (v NullableReportIntervalType) Get() *ReportIntervalType + func (v NullableReportIntervalType) IsSet() bool + func (v NullableReportIntervalType) MarshalJSON() ([]byte, error) + type NullableReportTypeType struct + func NewNullableReportTypeType(val *ReportTypeType) *NullableReportTypeType + func (v *NullableReportTypeType) Set(val *ReportTypeType) + func (v *NullableReportTypeType) UnmarshalJSON(src []byte) error + func (v *NullableReportTypeType) Unset() + func (v NullableReportTypeType) Get() *ReportTypeType + func (v NullableReportTypeType) IsSet() bool + func (v NullableReportTypeType) MarshalJSON() ([]byte, error) + type NullableReportingCtrl struct + func NewNullableReportingCtrl(val *ReportingCtrl) *NullableReportingCtrl + func (v *NullableReportingCtrl) Set(val *ReportingCtrl) + func (v *NullableReportingCtrl) UnmarshalJSON(src []byte) error + func (v *NullableReportingCtrl) Unset() + func (v NullableReportingCtrl) Get() *ReportingCtrl + func (v NullableReportingCtrl) IsSet() bool + func (v NullableReportingCtrl) MarshalJSON() ([]byte, error) + type NullableReportingCtrlOneOf struct + func NewNullableReportingCtrlOneOf(val *ReportingCtrlOneOf) *NullableReportingCtrlOneOf + func (v *NullableReportingCtrlOneOf) Set(val *ReportingCtrlOneOf) + func (v *NullableReportingCtrlOneOf) UnmarshalJSON(src []byte) error + func (v *NullableReportingCtrlOneOf) Unset() + func (v NullableReportingCtrlOneOf) Get() *ReportingCtrlOneOf + func (v NullableReportingCtrlOneOf) IsSet() bool + func (v NullableReportingCtrlOneOf) MarshalJSON() ([]byte, error) + type NullableReportingCtrlOneOf1 struct + func NewNullableReportingCtrlOneOf1(val *ReportingCtrlOneOf1) *NullableReportingCtrlOneOf1 + func (v *NullableReportingCtrlOneOf1) Set(val *ReportingCtrlOneOf1) + func (v *NullableReportingCtrlOneOf1) UnmarshalJSON(src []byte) error + func (v *NullableReportingCtrlOneOf1) Unset() + func (v NullableReportingCtrlOneOf1) Get() *ReportingCtrlOneOf1 + func (v NullableReportingCtrlOneOf1) IsSet() bool + func (v NullableReportingCtrlOneOf1) MarshalJSON() ([]byte, error) + type NullableReportingCtrlOneOf2 struct + func NewNullableReportingCtrlOneOf2(val *ReportingCtrlOneOf2) *NullableReportingCtrlOneOf2 + func (v *NullableReportingCtrlOneOf2) Set(val *ReportingCtrlOneOf2) + func (v *NullableReportingCtrlOneOf2) UnmarshalJSON(src []byte) error + func (v *NullableReportingCtrlOneOf2) Unset() + func (v NullableReportingCtrlOneOf2) Get() *ReportingCtrlOneOf2 + func (v NullableReportingCtrlOneOf2) IsSet() bool + func (v NullableReportingCtrlOneOf2) MarshalJSON() ([]byte, error) + type NullableRequestStatus struct + func NewNullableRequestStatus(val *RequestStatus) *NullableRequestStatus + func (v *NullableRequestStatus) Set(val *RequestStatus) + func (v *NullableRequestStatus) UnmarshalJSON(src []byte) error + func (v *NullableRequestStatus) Unset() + func (v NullableRequestStatus) Get() *RequestStatus + func (v NullableRequestStatus) IsSet() bool + func (v NullableRequestStatus) MarshalJSON() ([]byte, error) + type NullableResourcesAiMlNrm struct + func NewNullableResourcesAiMlNrm(val *ResourcesAiMlNrm) *NullableResourcesAiMlNrm + func (v *NullableResourcesAiMlNrm) Set(val *ResourcesAiMlNrm) + func (v *NullableResourcesAiMlNrm) UnmarshalJSON(src []byte) error + func (v *NullableResourcesAiMlNrm) Unset() + func (v NullableResourcesAiMlNrm) Get() *ResourcesAiMlNrm + func (v NullableResourcesAiMlNrm) IsSet() bool + func (v NullableResourcesAiMlNrm) MarshalJSON() ([]byte, error) + type NullableSAP struct + func NewNullableSAP(val *SAP) *NullableSAP + func (v *NullableSAP) Set(val *SAP) + func (v *NullableSAP) UnmarshalJSON(src []byte) error + func (v *NullableSAP) Unset() + func (v NullableSAP) Get() *SAP + func (v NullableSAP) IsSet() bool + func (v NullableSAP) MarshalJSON() ([]byte, error) + type NullableScope struct + func NewNullableScope(val *Scope) *NullableScope + func (v *NullableScope) Set(val *Scope) + func (v *NullableScope) UnmarshalJSON(src []byte) error + func (v *NullableScope) Unset() + func (v NullableScope) Get() *Scope + func (v NullableScope) IsSet() bool + func (v NullableScope) MarshalJSON() ([]byte, error) + type NullableSpecificProblem struct + func NewNullableSpecificProblem(val *SpecificProblem) *NullableSpecificProblem + func (v *NullableSpecificProblem) Set(val *SpecificProblem) + func (v *NullableSpecificProblem) UnmarshalJSON(src []byte) error + func (v *NullableSpecificProblem) Unset() + func (v NullableSpecificProblem) Get() *SpecificProblem + func (v NullableSpecificProblem) IsSet() bool + func (v NullableSpecificProblem) 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 NullableSubNetworkAttr struct + func NewNullableSubNetworkAttr(val *SubNetworkAttr) *NullableSubNetworkAttr + func (v *NullableSubNetworkAttr) Set(val *SubNetworkAttr) + func (v *NullableSubNetworkAttr) UnmarshalJSON(src []byte) error + func (v *NullableSubNetworkAttr) Unset() + func (v NullableSubNetworkAttr) Get() *SubNetworkAttr + func (v NullableSubNetworkAttr) IsSet() bool + func (v NullableSubNetworkAttr) MarshalJSON() ([]byte, error) + type NullableSubNetworkNcO struct + func NewNullableSubNetworkNcO(val *SubNetworkNcO) *NullableSubNetworkNcO + func (v *NullableSubNetworkNcO) Set(val *SubNetworkNcO) + func (v *NullableSubNetworkNcO) UnmarshalJSON(src []byte) error + func (v *NullableSubNetworkNcO) Unset() + func (v NullableSubNetworkNcO) Get() *SubNetworkNcO + func (v NullableSubNetworkNcO) IsSet() bool + func (v NullableSubNetworkNcO) MarshalJSON() ([]byte, error) + type NullableSubNetworkSingle struct + func NewNullableSubNetworkSingle(val *SubNetworkSingle) *NullableSubNetworkSingle + func (v *NullableSubNetworkSingle) Set(val *SubNetworkSingle) + func (v *NullableSubNetworkSingle) UnmarshalJSON(src []byte) error + func (v *NullableSubNetworkSingle) Unset() + func (v NullableSubNetworkSingle) Get() *SubNetworkSingle + func (v NullableSubNetworkSingle) IsSet() bool + func (v NullableSubNetworkSingle) MarshalJSON() ([]byte, error) + type NullableSubNetworkSingleAllOf struct + func NewNullableSubNetworkSingleAllOf(val *SubNetworkSingleAllOf) *NullableSubNetworkSingleAllOf + func (v *NullableSubNetworkSingleAllOf) Set(val *SubNetworkSingleAllOf) + func (v *NullableSubNetworkSingleAllOf) UnmarshalJSON(src []byte) error + func (v *NullableSubNetworkSingleAllOf) Unset() + func (v NullableSubNetworkSingleAllOf) Get() *SubNetworkSingleAllOf + func (v NullableSubNetworkSingleAllOf) IsSet() bool + func (v NullableSubNetworkSingleAllOf) MarshalJSON() ([]byte, error) + type NullableSubNetworkSingleAllOf1 struct + func NewNullableSubNetworkSingleAllOf1(val *SubNetworkSingleAllOf1) *NullableSubNetworkSingleAllOf1 + func (v *NullableSubNetworkSingleAllOf1) Set(val *SubNetworkSingleAllOf1) + func (v *NullableSubNetworkSingleAllOf1) UnmarshalJSON(src []byte) error + func (v *NullableSubNetworkSingleAllOf1) Unset() + func (v NullableSubNetworkSingleAllOf1) Get() *SubNetworkSingleAllOf1 + func (v NullableSubNetworkSingleAllOf1) IsSet() bool + func (v NullableSubNetworkSingleAllOf1) MarshalJSON() ([]byte, error) + type NullableSupportedPerfMetricGroup struct + func NewNullableSupportedPerfMetricGroup(val *SupportedPerfMetricGroup) *NullableSupportedPerfMetricGroup + func (v *NullableSupportedPerfMetricGroup) Set(val *SupportedPerfMetricGroup) + func (v *NullableSupportedPerfMetricGroup) UnmarshalJSON(src []byte) error + func (v *NullableSupportedPerfMetricGroup) Unset() + func (v NullableSupportedPerfMetricGroup) Get() *SupportedPerfMetricGroup + func (v NullableSupportedPerfMetricGroup) IsSet() bool + func (v NullableSupportedPerfMetricGroup) MarshalJSON() ([]byte, error) + type NullableTai struct + func NewNullableTai(val *Tai) *NullableTai + func (v *NullableTai) Set(val *Tai) + func (v *NullableTai) UnmarshalJSON(src []byte) error + func (v *NullableTai) Unset() + func (v NullableTai) Get() *Tai + func (v NullableTai) IsSet() bool + func (v NullableTai) MarshalJSON() ([]byte, error) + type NullableThresholdInfo struct + func NewNullableThresholdInfo(val *ThresholdInfo) *NullableThresholdInfo + func (v *NullableThresholdInfo) Set(val *ThresholdInfo) + func (v *NullableThresholdInfo) UnmarshalJSON(src []byte) error + func (v *NullableThresholdInfo) Unset() + func (v NullableThresholdInfo) Get() *ThresholdInfo + func (v NullableThresholdInfo) IsSet() bool + func (v NullableThresholdInfo) MarshalJSON() ([]byte, error) + type NullableThresholdInfo1 struct + func NewNullableThresholdInfo1(val *ThresholdInfo1) *NullableThresholdInfo1 + func (v *NullableThresholdInfo1) Set(val *ThresholdInfo1) + func (v *NullableThresholdInfo1) UnmarshalJSON(src []byte) error + func (v *NullableThresholdInfo1) Unset() + func (v NullableThresholdInfo1) Get() *ThresholdInfo1 + func (v NullableThresholdInfo1) IsSet() bool + func (v NullableThresholdInfo1) MarshalJSON() ([]byte, error) + type NullableThresholdInfoHysteresis struct + func NewNullableThresholdInfoHysteresis(val *ThresholdInfoHysteresis) *NullableThresholdInfoHysteresis + func (v *NullableThresholdInfoHysteresis) Set(val *ThresholdInfoHysteresis) + func (v *NullableThresholdInfoHysteresis) UnmarshalJSON(src []byte) error + func (v *NullableThresholdInfoHysteresis) Unset() + func (v NullableThresholdInfoHysteresis) Get() *ThresholdInfoHysteresis + func (v NullableThresholdInfoHysteresis) IsSet() bool + func (v NullableThresholdInfoHysteresis) MarshalJSON() ([]byte, error) + type NullableThresholdInfoThresholdValue struct + func NewNullableThresholdInfoThresholdValue(val *ThresholdInfoThresholdValue) *NullableThresholdInfoThresholdValue + func (v *NullableThresholdInfoThresholdValue) Set(val *ThresholdInfoThresholdValue) + func (v *NullableThresholdInfoThresholdValue) UnmarshalJSON(src []byte) error + func (v *NullableThresholdInfoThresholdValue) Unset() + func (v NullableThresholdInfoThresholdValue) Get() *ThresholdInfoThresholdValue + func (v NullableThresholdInfoThresholdValue) IsSet() bool + func (v NullableThresholdInfoThresholdValue) MarshalJSON() ([]byte, error) + type NullableThresholdLevelInd struct + func NewNullableThresholdLevelInd(val *ThresholdLevelInd) *NullableThresholdLevelInd + func (v *NullableThresholdLevelInd) Set(val *ThresholdLevelInd) + func (v *NullableThresholdLevelInd) UnmarshalJSON(src []byte) error + func (v *NullableThresholdLevelInd) Unset() + func (v NullableThresholdLevelInd) Get() *ThresholdLevelInd + func (v NullableThresholdLevelInd) IsSet() bool + func (v NullableThresholdLevelInd) MarshalJSON() ([]byte, error) + type NullableThresholdLevelIndOneOf struct + func NewNullableThresholdLevelIndOneOf(val *ThresholdLevelIndOneOf) *NullableThresholdLevelIndOneOf + func (v *NullableThresholdLevelIndOneOf) Set(val *ThresholdLevelIndOneOf) + func (v *NullableThresholdLevelIndOneOf) UnmarshalJSON(src []byte) error + func (v *NullableThresholdLevelIndOneOf) Unset() + func (v NullableThresholdLevelIndOneOf) Get() *ThresholdLevelIndOneOf + func (v NullableThresholdLevelIndOneOf) IsSet() bool + func (v NullableThresholdLevelIndOneOf) MarshalJSON() ([]byte, error) + type NullableThresholdLevelIndOneOf1 struct + func NewNullableThresholdLevelIndOneOf1(val *ThresholdLevelIndOneOf1) *NullableThresholdLevelIndOneOf1 + func (v *NullableThresholdLevelIndOneOf1) Set(val *ThresholdLevelIndOneOf1) + func (v *NullableThresholdLevelIndOneOf1) UnmarshalJSON(src []byte) error + func (v *NullableThresholdLevelIndOneOf1) Unset() + func (v NullableThresholdLevelIndOneOf1) Get() *ThresholdLevelIndOneOf1 + func (v NullableThresholdLevelIndOneOf1) IsSet() bool + func (v NullableThresholdLevelIndOneOf1) MarshalJSON() ([]byte, error) + type NullableThresholdMonitorSingle struct + func NewNullableThresholdMonitorSingle(val *ThresholdMonitorSingle) *NullableThresholdMonitorSingle + func (v *NullableThresholdMonitorSingle) Set(val *ThresholdMonitorSingle) + func (v *NullableThresholdMonitorSingle) UnmarshalJSON(src []byte) error + func (v *NullableThresholdMonitorSingle) Unset() + func (v NullableThresholdMonitorSingle) Get() *ThresholdMonitorSingle + func (v NullableThresholdMonitorSingle) IsSet() bool + func (v NullableThresholdMonitorSingle) MarshalJSON() ([]byte, error) + type NullableThresholdMonitorSingleAllOf struct + func NewNullableThresholdMonitorSingleAllOf(val *ThresholdMonitorSingleAllOf) *NullableThresholdMonitorSingleAllOf + func (v *NullableThresholdMonitorSingleAllOf) Set(val *ThresholdMonitorSingleAllOf) + func (v *NullableThresholdMonitorSingleAllOf) UnmarshalJSON(src []byte) error + func (v *NullableThresholdMonitorSingleAllOf) Unset() + func (v NullableThresholdMonitorSingleAllOf) Get() *ThresholdMonitorSingleAllOf + func (v NullableThresholdMonitorSingleAllOf) IsSet() bool + func (v NullableThresholdMonitorSingleAllOf) MarshalJSON() ([]byte, error) + type NullableThresholdMonitorSingleAllOfAttributes struct + func NewNullableThresholdMonitorSingleAllOfAttributes(val *ThresholdMonitorSingleAllOfAttributes) *NullableThresholdMonitorSingleAllOfAttributes + func (v *NullableThresholdMonitorSingleAllOfAttributes) Set(val *ThresholdMonitorSingleAllOfAttributes) + func (v *NullableThresholdMonitorSingleAllOfAttributes) UnmarshalJSON(src []byte) error + func (v *NullableThresholdMonitorSingleAllOfAttributes) Unset() + func (v NullableThresholdMonitorSingleAllOfAttributes) Get() *ThresholdMonitorSingleAllOfAttributes + func (v NullableThresholdMonitorSingleAllOfAttributes) IsSet() bool + func (v NullableThresholdMonitorSingleAllOfAttributes) 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 NullableTimeToTriggerL1Type struct + func NewNullableTimeToTriggerL1Type(val *TimeToTriggerL1Type) *NullableTimeToTriggerL1Type + func (v *NullableTimeToTriggerL1Type) Set(val *TimeToTriggerL1Type) + func (v *NullableTimeToTriggerL1Type) UnmarshalJSON(src []byte) error + func (v *NullableTimeToTriggerL1Type) Unset() + func (v NullableTimeToTriggerL1Type) Get() *TimeToTriggerL1Type + func (v NullableTimeToTriggerL1Type) IsSet() bool + func (v NullableTimeToTriggerL1Type) MarshalJSON() ([]byte, error) + type NullableTimeWindow struct + func NewNullableTimeWindow(val *TimeWindow) *NullableTimeWindow + func (v *NullableTimeWindow) Set(val *TimeWindow) + func (v *NullableTimeWindow) UnmarshalJSON(src []byte) error + func (v *NullableTimeWindow) Unset() + func (v NullableTimeWindow) Get() *TimeWindow + func (v NullableTimeWindow) IsSet() bool + func (v NullableTimeWindow) MarshalJSON() ([]byte, error) + type NullableTop struct + func NewNullableTop(val *Top) *NullableTop + func (v *NullableTop) Set(val *Top) + func (v *NullableTop) UnmarshalJSON(src []byte) error + func (v *NullableTop) Unset() + func (v NullableTop) Get() *Top + func (v NullableTop) IsSet() bool + func (v NullableTop) MarshalJSON() ([]byte, error) + type NullableTraceDepthType struct + func NewNullableTraceDepthType(val *TraceDepthType) *NullableTraceDepthType + func (v *NullableTraceDepthType) Set(val *TraceDepthType) + func (v *NullableTraceDepthType) UnmarshalJSON(src []byte) error + func (v *NullableTraceDepthType) Unset() + func (v NullableTraceDepthType) Get() *TraceDepthType + func (v NullableTraceDepthType) IsSet() bool + func (v NullableTraceDepthType) MarshalJSON() ([]byte, error) + type NullableTraceJobAttr struct + func NewNullableTraceJobAttr(val *TraceJobAttr) *NullableTraceJobAttr + func (v *NullableTraceJobAttr) Set(val *TraceJobAttr) + func (v *NullableTraceJobAttr) UnmarshalJSON(src []byte) error + func (v *NullableTraceJobAttr) Unset() + func (v NullableTraceJobAttr) Get() *TraceJobAttr + func (v NullableTraceJobAttr) IsSet() bool + func (v NullableTraceJobAttr) MarshalJSON() ([]byte, error) + type NullableTraceJobSingle struct + func NewNullableTraceJobSingle(val *TraceJobSingle) *NullableTraceJobSingle + func (v *NullableTraceJobSingle) Set(val *TraceJobSingle) + func (v *NullableTraceJobSingle) UnmarshalJSON(src []byte) error + func (v *NullableTraceJobSingle) Unset() + func (v NullableTraceJobSingle) Get() *TraceJobSingle + func (v NullableTraceJobSingle) IsSet() bool + func (v NullableTraceJobSingle) MarshalJSON() ([]byte, error) + type NullableTraceJobSingleAllOf struct + func NewNullableTraceJobSingleAllOf(val *TraceJobSingleAllOf) *NullableTraceJobSingleAllOf + func (v *NullableTraceJobSingleAllOf) Set(val *TraceJobSingleAllOf) + func (v *NullableTraceJobSingleAllOf) UnmarshalJSON(src []byte) error + func (v *NullableTraceJobSingleAllOf) Unset() + func (v NullableTraceJobSingleAllOf) Get() *TraceJobSingleAllOf + func (v NullableTraceJobSingleAllOf) IsSet() bool + func (v NullableTraceJobSingleAllOf) MarshalJSON() ([]byte, error) + type NullableTraceReferenceType struct + func NewNullableTraceReferenceType(val *TraceReferenceType) *NullableTraceReferenceType + func (v *NullableTraceReferenceType) Set(val *TraceReferenceType) + func (v *NullableTraceReferenceType) UnmarshalJSON(src []byte) error + func (v *NullableTraceReferenceType) Unset() + func (v NullableTraceReferenceType) Get() *TraceReferenceType + func (v NullableTraceReferenceType) IsSet() bool + func (v NullableTraceReferenceType) MarshalJSON() ([]byte, error) + type NullableTraceReportingFormatType struct + func NewNullableTraceReportingFormatType(val *TraceReportingFormatType) *NullableTraceReportingFormatType + func (v *NullableTraceReportingFormatType) Set(val *TraceReportingFormatType) + func (v *NullableTraceReportingFormatType) UnmarshalJSON(src []byte) error + func (v *NullableTraceReportingFormatType) Unset() + func (v NullableTraceReportingFormatType) Get() *TraceReportingFormatType + func (v NullableTraceReportingFormatType) IsSet() bool + func (v NullableTraceReportingFormatType) MarshalJSON() ([]byte, error) + type NullableTraceTargetType struct + func NewNullableTraceTargetType(val *TraceTargetType) *NullableTraceTargetType + func (v *NullableTraceTargetType) Set(val *TraceTargetType) + func (v *NullableTraceTargetType) UnmarshalJSON(src []byte) error + func (v *NullableTraceTargetType) Unset() + func (v NullableTraceTargetType) Get() *TraceTargetType + func (v NullableTraceTargetType) IsSet() bool + func (v NullableTraceTargetType) MarshalJSON() ([]byte, error) + type NullableTrainingProcessMonitor struct + func NewNullableTrainingProcessMonitor(val *TrainingProcessMonitor) *NullableTrainingProcessMonitor + func (v *NullableTrainingProcessMonitor) Set(val *TrainingProcessMonitor) + func (v *NullableTrainingProcessMonitor) UnmarshalJSON(src []byte) error + func (v *NullableTrainingProcessMonitor) Unset() + func (v NullableTrainingProcessMonitor) Get() *TrainingProcessMonitor + func (v NullableTrainingProcessMonitor) IsSet() bool + func (v NullableTrainingProcessMonitor) MarshalJSON() ([]byte, error) + type NullableTrendIndication struct + func NewNullableTrendIndication(val *TrendIndication) *NullableTrendIndication + func (v *NullableTrendIndication) Set(val *TrendIndication) + func (v *NullableTrendIndication) UnmarshalJSON(src []byte) error + func (v *NullableTrendIndication) Unset() + func (v NullableTrendIndication) Get() *TrendIndication + func (v NullableTrendIndication) IsSet() bool + func (v NullableTrendIndication) MarshalJSON() ([]byte, error) + type NullableTriggeringEventsType struct + func NewNullableTriggeringEventsType(val *TriggeringEventsType) *NullableTriggeringEventsType + func (v *NullableTriggeringEventsType) Set(val *TriggeringEventsType) + func (v *NullableTriggeringEventsType) UnmarshalJSON(src []byte) error + func (v *NullableTriggeringEventsType) Unset() + func (v NullableTriggeringEventsType) Get() *TriggeringEventsType + func (v NullableTriggeringEventsType) IsSet() bool + func (v NullableTriggeringEventsType) MarshalJSON() ([]byte, error) + type NullableUsageState struct + func NewNullableUsageState(val *UsageState) *NullableUsageState + func (v *NullableUsageState) Set(val *UsageState) + func (v *NullableUsageState) UnmarshalJSON(src []byte) error + func (v *NullableUsageState) Unset() + func (v NullableUsageState) Get() *UsageState + func (v NullableUsageState) IsSet() bool + func (v NullableUsageState) MarshalJSON() ([]byte, error) + type NullableVnfParameter struct + func NewNullableVnfParameter(val *VnfParameter) *NullableVnfParameter + func (v *NullableVnfParameter) Set(val *VnfParameter) + func (v *NullableVnfParameter) UnmarshalJSON(src []byte) error + func (v *NullableVnfParameter) Unset() + func (v NullableVnfParameter) Get() *VnfParameter + func (v NullableVnfParameter) IsSet() bool + func (v NullableVnfParameter) MarshalJSON() ([]byte, error) + type NullableVsDataContainerSingle struct + func NewNullableVsDataContainerSingle(val *VsDataContainerSingle) *NullableVsDataContainerSingle + func (v *NullableVsDataContainerSingle) Set(val *VsDataContainerSingle) + func (v *NullableVsDataContainerSingle) UnmarshalJSON(src []byte) error + func (v *NullableVsDataContainerSingle) Unset() + func (v NullableVsDataContainerSingle) Get() *VsDataContainerSingle + func (v NullableVsDataContainerSingle) IsSet() bool + func (v NullableVsDataContainerSingle) MarshalJSON() ([]byte, error) + type NullableVsDataContainerSingleAttributes struct + func NewNullableVsDataContainerSingleAttributes(val *VsDataContainerSingleAttributes) *NullableVsDataContainerSingleAttributes + func (v *NullableVsDataContainerSingleAttributes) Set(val *VsDataContainerSingleAttributes) + func (v *NullableVsDataContainerSingleAttributes) UnmarshalJSON(src []byte) error + func (v *NullableVsDataContainerSingleAttributes) Unset() + func (v NullableVsDataContainerSingleAttributes) Get() *VsDataContainerSingleAttributes + func (v NullableVsDataContainerSingleAttributes) IsSet() bool + func (v NullableVsDataContainerSingleAttributes) MarshalJSON() ([]byte, error) + type Operation struct + AllowedNFTypes *NFType + Name *string + OperationSemantics *OperationSemantics + func NewOperation() *Operation + func NewOperationWithDefaults() *Operation + func (o *Operation) GetAllowedNFTypes() NFType + func (o *Operation) GetAllowedNFTypesOk() (*NFType, bool) + func (o *Operation) GetName() string + func (o *Operation) GetNameOk() (*string, bool) + func (o *Operation) GetOperationSemantics() OperationSemantics + func (o *Operation) GetOperationSemanticsOk() (*OperationSemantics, bool) + func (o *Operation) HasAllowedNFTypes() bool + func (o *Operation) HasName() bool + func (o *Operation) HasOperationSemantics() bool + func (o *Operation) SetAllowedNFTypes(v NFType) + func (o *Operation) SetName(v string) + func (o *Operation) SetOperationSemantics(v OperationSemantics) + func (o Operation) MarshalJSON() ([]byte, error) + func (o Operation) ToMap() (map[string]interface{}, error) + type OperationSemantics string + const REQUEST_RESPONSE + const SUBSCRIBE_NOTIFY + func NewOperationSemanticsFromValue(v string) (*OperationSemantics, error) + func (v *OperationSemantics) UnmarshalJSON(src []byte) error + func (v OperationSemantics) IsValid() bool + func (v OperationSemantics) Ptr() *OperationSemantics + type OperationalState string + const DISABLED + const ENABLED + func NewOperationalStateFromValue(v string) (*OperationalState, error) + func (v *OperationalState) UnmarshalJSON(src []byte) error + func (v OperationalState) IsValid() bool + func (v OperationalState) Ptr() *OperationalState + type PeeParameter struct + EnvironmentType *string + EquipmentType *string + PowerInterface *string + SiteAltitude *float32 + SiteDescription *string + SiteIdentification *string + SiteLatitude *float32 + SiteLongitude *float32 + func NewPeeParameter() *PeeParameter + func NewPeeParameterWithDefaults() *PeeParameter + func (o *PeeParameter) GetEnvironmentType() string + func (o *PeeParameter) GetEnvironmentTypeOk() (*string, bool) + func (o *PeeParameter) GetEquipmentType() string + func (o *PeeParameter) GetEquipmentTypeOk() (*string, bool) + func (o *PeeParameter) GetPowerInterface() string + func (o *PeeParameter) GetPowerInterfaceOk() (*string, bool) + func (o *PeeParameter) GetSiteAltitude() float32 + func (o *PeeParameter) GetSiteAltitudeOk() (*float32, bool) + func (o *PeeParameter) GetSiteDescription() string + func (o *PeeParameter) GetSiteDescriptionOk() (*string, bool) + func (o *PeeParameter) GetSiteIdentification() string + func (o *PeeParameter) GetSiteIdentificationOk() (*string, bool) + func (o *PeeParameter) GetSiteLatitude() float32 + func (o *PeeParameter) GetSiteLatitudeOk() (*float32, bool) + func (o *PeeParameter) GetSiteLongitude() float32 + func (o *PeeParameter) GetSiteLongitudeOk() (*float32, bool) + func (o *PeeParameter) HasEnvironmentType() bool + func (o *PeeParameter) HasEquipmentType() bool + func (o *PeeParameter) HasPowerInterface() bool + func (o *PeeParameter) HasSiteAltitude() bool + func (o *PeeParameter) HasSiteDescription() bool + func (o *PeeParameter) HasSiteIdentification() bool + func (o *PeeParameter) HasSiteLatitude() bool + func (o *PeeParameter) HasSiteLongitude() bool + func (o *PeeParameter) SetEnvironmentType(v string) + func (o *PeeParameter) SetEquipmentType(v string) + func (o *PeeParameter) SetPowerInterface(v string) + func (o *PeeParameter) SetSiteAltitude(v float32) + func (o *PeeParameter) SetSiteDescription(v string) + func (o *PeeParameter) SetSiteIdentification(v string) + func (o *PeeParameter) SetSiteLatitude(v float32) + func (o *PeeParameter) SetSiteLongitude(v float32) + func (o PeeParameter) MarshalJSON() ([]byte, error) + func (o PeeParameter) ToMap() (map[string]interface{}, error) + type PerceivedSeverity string + const CLEARED + const CRITICAL + const INDETERMINATE + const MAJOR + const MINOR + const WARNING + func NewPerceivedSeverityFromValue(v string) (*PerceivedSeverity, error) + func (v *PerceivedSeverity) UnmarshalJSON(src []byte) error + func (v PerceivedSeverity) IsValid() bool + func (v PerceivedSeverity) Ptr() *PerceivedSeverity + type PerfMetricJobSingle struct + Attributes *PerfMetricJobSingleAllOfAttributes + Files []FilesSingle + Id NullableString + ObjectClass *string + ObjectInstance *string + VsDataContainer []VsDataContainerSingle + func NewPerfMetricJobSingle(id NullableString) *PerfMetricJobSingle + func NewPerfMetricJobSingleWithDefaults() *PerfMetricJobSingle + func (o *PerfMetricJobSingle) GetAttributes() PerfMetricJobSingleAllOfAttributes + func (o *PerfMetricJobSingle) GetAttributesOk() (*PerfMetricJobSingleAllOfAttributes, bool) + func (o *PerfMetricJobSingle) GetFiles() []FilesSingle + func (o *PerfMetricJobSingle) GetFilesOk() ([]FilesSingle, bool) + func (o *PerfMetricJobSingle) GetId() string + func (o *PerfMetricJobSingle) GetIdOk() (*string, bool) + func (o *PerfMetricJobSingle) GetObjectClass() string + func (o *PerfMetricJobSingle) GetObjectClassOk() (*string, bool) + func (o *PerfMetricJobSingle) GetObjectInstance() string + func (o *PerfMetricJobSingle) GetObjectInstanceOk() (*string, bool) + func (o *PerfMetricJobSingle) GetVsDataContainer() []VsDataContainerSingle + func (o *PerfMetricJobSingle) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *PerfMetricJobSingle) HasAttributes() bool + func (o *PerfMetricJobSingle) HasFiles() bool + func (o *PerfMetricJobSingle) HasObjectClass() bool + func (o *PerfMetricJobSingle) HasObjectInstance() bool + func (o *PerfMetricJobSingle) HasVsDataContainer() bool + func (o *PerfMetricJobSingle) SetAttributes(v PerfMetricJobSingleAllOfAttributes) + func (o *PerfMetricJobSingle) SetFiles(v []FilesSingle) + func (o *PerfMetricJobSingle) SetId(v string) + func (o *PerfMetricJobSingle) SetObjectClass(v string) + func (o *PerfMetricJobSingle) SetObjectInstance(v string) + func (o *PerfMetricJobSingle) SetVsDataContainer(v []VsDataContainerSingle) + func (o PerfMetricJobSingle) MarshalJSON() ([]byte, error) + func (o PerfMetricJobSingle) ToMap() (map[string]interface{}, error) + type PerfMetricJobSingleAllOf struct + Attributes *PerfMetricJobSingleAllOfAttributes + Files []FilesSingle + func NewPerfMetricJobSingleAllOf() *PerfMetricJobSingleAllOf + func NewPerfMetricJobSingleAllOfWithDefaults() *PerfMetricJobSingleAllOf + func (o *PerfMetricJobSingleAllOf) GetAttributes() PerfMetricJobSingleAllOfAttributes + func (o *PerfMetricJobSingleAllOf) GetAttributesOk() (*PerfMetricJobSingleAllOfAttributes, bool) + func (o *PerfMetricJobSingleAllOf) GetFiles() []FilesSingle + func (o *PerfMetricJobSingleAllOf) GetFilesOk() ([]FilesSingle, bool) + func (o *PerfMetricJobSingleAllOf) HasAttributes() bool + func (o *PerfMetricJobSingleAllOf) HasFiles() bool + func (o *PerfMetricJobSingleAllOf) SetAttributes(v PerfMetricJobSingleAllOfAttributes) + func (o *PerfMetricJobSingleAllOf) SetFiles(v []FilesSingle) + func (o PerfMetricJobSingleAllOf) MarshalJSON() ([]byte, error) + func (o PerfMetricJobSingleAllOf) ToMap() (map[string]interface{}, error) + type PerfMetricJobSingleAllOfAttributes struct + AdministrativeState *AdministrativeState + GranularityPeriod *int32 + JobId *string + ObjectInstances []string + OperationalState *OperationalState + PerformanceMetrics []string + ReportingCtrl *ReportingCtrl + RootObjectInstances []string + func NewPerfMetricJobSingleAllOfAttributes() *PerfMetricJobSingleAllOfAttributes + func NewPerfMetricJobSingleAllOfAttributesWithDefaults() *PerfMetricJobSingleAllOfAttributes + func (o *PerfMetricJobSingleAllOfAttributes) GetAdministrativeState() AdministrativeState + func (o *PerfMetricJobSingleAllOfAttributes) GetAdministrativeStateOk() (*AdministrativeState, bool) + func (o *PerfMetricJobSingleAllOfAttributes) GetGranularityPeriod() int32 + func (o *PerfMetricJobSingleAllOfAttributes) GetGranularityPeriodOk() (*int32, bool) + func (o *PerfMetricJobSingleAllOfAttributes) GetJobId() string + func (o *PerfMetricJobSingleAllOfAttributes) GetJobIdOk() (*string, bool) + func (o *PerfMetricJobSingleAllOfAttributes) GetObjectInstances() []string + func (o *PerfMetricJobSingleAllOfAttributes) GetObjectInstancesOk() ([]string, bool) + func (o *PerfMetricJobSingleAllOfAttributes) GetOperationalState() OperationalState + func (o *PerfMetricJobSingleAllOfAttributes) GetOperationalStateOk() (*OperationalState, bool) + func (o *PerfMetricJobSingleAllOfAttributes) GetPerformanceMetrics() []string + func (o *PerfMetricJobSingleAllOfAttributes) GetPerformanceMetricsOk() ([]string, bool) + func (o *PerfMetricJobSingleAllOfAttributes) GetReportingCtrl() ReportingCtrl + func (o *PerfMetricJobSingleAllOfAttributes) GetReportingCtrlOk() (*ReportingCtrl, bool) + func (o *PerfMetricJobSingleAllOfAttributes) GetRootObjectInstances() []string + func (o *PerfMetricJobSingleAllOfAttributes) GetRootObjectInstancesOk() ([]string, bool) + func (o *PerfMetricJobSingleAllOfAttributes) HasAdministrativeState() bool + func (o *PerfMetricJobSingleAllOfAttributes) HasGranularityPeriod() bool + func (o *PerfMetricJobSingleAllOfAttributes) HasJobId() bool + func (o *PerfMetricJobSingleAllOfAttributes) HasObjectInstances() bool + func (o *PerfMetricJobSingleAllOfAttributes) HasOperationalState() bool + func (o *PerfMetricJobSingleAllOfAttributes) HasPerformanceMetrics() bool + func (o *PerfMetricJobSingleAllOfAttributes) HasReportingCtrl() bool + func (o *PerfMetricJobSingleAllOfAttributes) HasRootObjectInstances() bool + func (o *PerfMetricJobSingleAllOfAttributes) SetAdministrativeState(v AdministrativeState) + func (o *PerfMetricJobSingleAllOfAttributes) SetGranularityPeriod(v int32) + func (o *PerfMetricJobSingleAllOfAttributes) SetJobId(v string) + func (o *PerfMetricJobSingleAllOfAttributes) SetObjectInstances(v []string) + func (o *PerfMetricJobSingleAllOfAttributes) SetOperationalState(v OperationalState) + func (o *PerfMetricJobSingleAllOfAttributes) SetPerformanceMetrics(v []string) + func (o *PerfMetricJobSingleAllOfAttributes) SetReportingCtrl(v ReportingCtrl) + func (o *PerfMetricJobSingleAllOfAttributes) SetRootObjectInstances(v []string) + func (o PerfMetricJobSingleAllOfAttributes) MarshalJSON() ([]byte, error) + func (o PerfMetricJobSingleAllOfAttributes) ToMap() (map[string]interface{}, error) + type PerfNotificationTypes string + const NOTIFY_THRESHOLD_CROSSING + func NewPerfNotificationTypesFromValue(v string) (*PerfNotificationTypes, error) + func (v *PerfNotificationTypes) UnmarshalJSON(src []byte) error + func (v PerfNotificationTypes) IsValid() bool + func (v PerfNotificationTypes) Ptr() *PerfNotificationTypes + type PlmnListTypeInner struct + Mcc string + Mnc string + func NewPlmnListTypeInner(mcc string, mnc string) *PlmnListTypeInner + func NewPlmnListTypeInnerWithDefaults() *PlmnListTypeInner + func (o *PlmnListTypeInner) GetMcc() string + func (o *PlmnListTypeInner) GetMccOk() (*string, bool) + func (o *PlmnListTypeInner) GetMnc() string + func (o *PlmnListTypeInner) GetMncOk() (*string, bool) + func (o *PlmnListTypeInner) SetMcc(v string) + func (o *PlmnListTypeInner) SetMnc(v string) + func (o PlmnListTypeInner) MarshalJSON() ([]byte, error) + func (o PlmnListTypeInner) ToMap() (map[string]interface{}, error) + type PlmnTargetType struct + Mcc string + Mnc string + func NewPlmnTargetType(mcc string, mnc string) *PlmnTargetType + func NewPlmnTargetTypeWithDefaults() *PlmnTargetType + func (o *PlmnTargetType) GetMcc() string + func (o *PlmnTargetType) GetMccOk() (*string, bool) + func (o *PlmnTargetType) GetMnc() string + func (o *PlmnTargetType) GetMncOk() (*string, bool) + func (o *PlmnTargetType) SetMcc(v string) + func (o *PlmnTargetType) SetMnc(v string) + func (o PlmnTargetType) MarshalJSON() ([]byte, error) + func (o PlmnTargetType) ToMap() (map[string]interface{}, error) + type PositioningMethodType string + const E_CELL_ID + const GNSS + func NewPositioningMethodTypeFromValue(v string) (*PositioningMethodType, error) + func (v *PositioningMethodType) UnmarshalJSON(src []byte) error + func (v PositioningMethodType) IsValid() bool + func (v PositioningMethodType) Ptr() *PositioningMethodType + type ProbableCause struct + AnyOfstringstring *AnyOfstringstring + Int32 *int32 + func AnyOfstringstringAsProbableCause(v *AnyOfstringstring) ProbableCause + func Int32AsProbableCause(v *int32) ProbableCause + func (dst *ProbableCause) UnmarshalJSON(data []byte) error + func (obj *ProbableCause) GetActualInstance() interface{} + func (src ProbableCause) MarshalJSON() ([]byte, error) + type RegistrationState string + const DEREGISTERED + const REGISTERED + func NewRegistrationStateFromValue(v string) (*RegistrationState, error) + func (v *RegistrationState) UnmarshalJSON(src []byte) error + func (v RegistrationState) IsValid() bool + func (v RegistrationState) Ptr() *RegistrationState + type ReportAmountType string + const INFINITY + func NewReportAmountTypeFromValue(v string) (*ReportAmountType, error) + func (v *ReportAmountType) UnmarshalJSON(src []byte) error + func (v ReportAmountType) IsValid() bool + func (v ReportAmountType) Ptr() *ReportAmountType + type ReportIntervalType struct + LTE []string + NR []string + UMTS []string + func NewReportIntervalType() *ReportIntervalType + func NewReportIntervalTypeWithDefaults() *ReportIntervalType + func (o *ReportIntervalType) GetLTE() []string + func (o *ReportIntervalType) GetLTEOk() ([]string, bool) + func (o *ReportIntervalType) GetNR() []string + func (o *ReportIntervalType) GetNROk() ([]string, bool) + func (o *ReportIntervalType) GetUMTS() []string + func (o *ReportIntervalType) GetUMTSOk() ([]string, bool) + func (o *ReportIntervalType) HasLTE() bool + func (o *ReportIntervalType) HasNR() bool + func (o *ReportIntervalType) HasUMTS() bool + func (o *ReportIntervalType) SetLTE(v []string) + func (o *ReportIntervalType) SetNR(v []string) + func (o *ReportIntervalType) SetUMTS(v []string) + func (o ReportIntervalType) MarshalJSON() ([]byte, error) + func (o ReportIntervalType) ToMap() (map[string]interface{}, error) + type ReportTypeType string + const EVENT_TRIGGERED + const PERIODICAL + func NewReportTypeTypeFromValue(v string) (*ReportTypeType, error) + func (v *ReportTypeType) UnmarshalJSON(src []byte) error + func (v ReportTypeType) IsValid() bool + func (v ReportTypeType) Ptr() *ReportTypeType + type ReportingCtrl struct + ReportingCtrlOneOf *ReportingCtrlOneOf + ReportingCtrlOneOf1 *ReportingCtrlOneOf1 + ReportingCtrlOneOf2 *ReportingCtrlOneOf2 + func ReportingCtrlOneOf1AsReportingCtrl(v *ReportingCtrlOneOf1) ReportingCtrl + func ReportingCtrlOneOf2AsReportingCtrl(v *ReportingCtrlOneOf2) ReportingCtrl + func ReportingCtrlOneOfAsReportingCtrl(v *ReportingCtrlOneOf) ReportingCtrl + func (dst *ReportingCtrl) UnmarshalJSON(data []byte) error + func (obj *ReportingCtrl) GetActualInstance() interface{} + func (src ReportingCtrl) MarshalJSON() ([]byte, error) + type ReportingCtrlOneOf struct + FileReportingPeriod *int32 + func NewReportingCtrlOneOf() *ReportingCtrlOneOf + func NewReportingCtrlOneOfWithDefaults() *ReportingCtrlOneOf + func (o *ReportingCtrlOneOf) GetFileReportingPeriod() int32 + func (o *ReportingCtrlOneOf) GetFileReportingPeriodOk() (*int32, bool) + func (o *ReportingCtrlOneOf) HasFileReportingPeriod() bool + func (o *ReportingCtrlOneOf) SetFileReportingPeriod(v int32) + func (o ReportingCtrlOneOf) MarshalJSON() ([]byte, error) + func (o ReportingCtrlOneOf) ToMap() (map[string]interface{}, error) + type ReportingCtrlOneOf1 struct + FileLocation *string + FileReportingPeriod *int32 + func NewReportingCtrlOneOf1() *ReportingCtrlOneOf1 + func NewReportingCtrlOneOf1WithDefaults() *ReportingCtrlOneOf1 + func (o *ReportingCtrlOneOf1) GetFileLocation() string + func (o *ReportingCtrlOneOf1) GetFileLocationOk() (*string, bool) + func (o *ReportingCtrlOneOf1) GetFileReportingPeriod() int32 + func (o *ReportingCtrlOneOf1) GetFileReportingPeriodOk() (*int32, bool) + func (o *ReportingCtrlOneOf1) HasFileLocation() bool + func (o *ReportingCtrlOneOf1) HasFileReportingPeriod() bool + func (o *ReportingCtrlOneOf1) SetFileLocation(v string) + func (o *ReportingCtrlOneOf1) SetFileReportingPeriod(v int32) + func (o ReportingCtrlOneOf1) MarshalJSON() ([]byte, error) + func (o ReportingCtrlOneOf1) ToMap() (map[string]interface{}, error) + type ReportingCtrlOneOf2 struct + StreamTarget *string + func NewReportingCtrlOneOf2() *ReportingCtrlOneOf2 + func NewReportingCtrlOneOf2WithDefaults() *ReportingCtrlOneOf2 + func (o *ReportingCtrlOneOf2) GetStreamTarget() string + func (o *ReportingCtrlOneOf2) GetStreamTargetOk() (*string, bool) + func (o *ReportingCtrlOneOf2) HasStreamTarget() bool + func (o *ReportingCtrlOneOf2) SetStreamTarget(v string) + func (o ReportingCtrlOneOf2) MarshalJSON() ([]byte, error) + func (o ReportingCtrlOneOf2) ToMap() (map[string]interface{}, error) + type RequestStatus string + const CANCELLED + const FINISHED + const NOT_STARTED + const SUSPENDED + const TRAINING_IN_PROGRESS + func NewRequestStatusFromValue(v string) (*RequestStatus, error) + func (v *RequestStatus) UnmarshalJSON(src []byte) error + func (v RequestStatus) IsValid() bool + func (v RequestStatus) Ptr() *RequestStatus + type ResourcesAiMlNrm struct + MLTrainingFunctionSingle *MLTrainingFunctionSingle + MLTrainingProcessSingle *MLTrainingProcessSingle + MLTrainingReportSingle *MLTrainingReportSingle + MLTrainingRequestSingle *MLTrainingRequestSingle + ManagedElementSingle *ManagedElementSingle + SubNetworkSingle *SubNetworkSingle + func MLTrainingFunctionSingleAsResourcesAiMlNrm(v *MLTrainingFunctionSingle) ResourcesAiMlNrm + func MLTrainingProcessSingleAsResourcesAiMlNrm(v *MLTrainingProcessSingle) ResourcesAiMlNrm + func MLTrainingReportSingleAsResourcesAiMlNrm(v *MLTrainingReportSingle) ResourcesAiMlNrm + func MLTrainingRequestSingleAsResourcesAiMlNrm(v *MLTrainingRequestSingle) ResourcesAiMlNrm + func ManagedElementSingleAsResourcesAiMlNrm(v *ManagedElementSingle) ResourcesAiMlNrm + func SubNetworkSingleAsResourcesAiMlNrm(v *SubNetworkSingle) ResourcesAiMlNrm + func (dst *ResourcesAiMlNrm) UnmarshalJSON(data []byte) error + func (obj *ResourcesAiMlNrm) GetActualInstance() interface{} + func (src ResourcesAiMlNrm) MarshalJSON() ([]byte, error) + type SAP struct + Host *HostAddr + Port *int32 + func NewSAP() *SAP + func NewSAPWithDefaults() *SAP + func (o *SAP) GetHost() HostAddr + func (o *SAP) GetHostOk() (*HostAddr, bool) + func (o *SAP) GetPort() int32 + func (o *SAP) GetPortOk() (*int32, bool) + func (o *SAP) HasHost() bool + func (o *SAP) HasPort() bool + func (o *SAP) SetHost(v HostAddr) + func (o *SAP) SetPort(v int32) + func (o SAP) MarshalJSON() ([]byte, error) + func (o SAP) ToMap() (map[string]interface{}, error) + type Scope struct + ScopeLevel *int32 + ScopeType *string + func NewScope() *Scope + func NewScopeWithDefaults() *Scope + func (o *Scope) GetScopeLevel() int32 + func (o *Scope) GetScopeLevelOk() (*int32, bool) + func (o *Scope) GetScopeType() string + func (o *Scope) GetScopeTypeOk() (*string, bool) + func (o *Scope) HasScopeLevel() bool + func (o *Scope) HasScopeType() bool + func (o *Scope) SetScopeLevel(v int32) + func (o *Scope) SetScopeType(v string) + func (o Scope) MarshalJSON() ([]byte, error) + func (o Scope) 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 SpecificProblem struct + Int32 *int32 + String *string + func Int32AsSpecificProblem(v *int32) SpecificProblem + func StringAsSpecificProblem(v *string) SpecificProblem + func (dst *SpecificProblem) UnmarshalJSON(data []byte) error + func (obj *SpecificProblem) GetActualInstance() interface{} + func (src SpecificProblem) MarshalJSON() ([]byte, error) + type SubNetworkAttr struct + DnPrefix *string + PriorityLabel *int32 + SetOfMcc []string + SupportedPerfMetricGroups []SupportedPerfMetricGroup + SupportedTraceMetrics []string + UserDefinedNetworkType *string + UserLabel *string + func NewSubNetworkAttr() *SubNetworkAttr + func NewSubNetworkAttrWithDefaults() *SubNetworkAttr + func (o *SubNetworkAttr) GetDnPrefix() string + func (o *SubNetworkAttr) GetDnPrefixOk() (*string, bool) + func (o *SubNetworkAttr) GetPriorityLabel() int32 + func (o *SubNetworkAttr) GetPriorityLabelOk() (*int32, bool) + func (o *SubNetworkAttr) GetSetOfMcc() []string + func (o *SubNetworkAttr) GetSetOfMccOk() ([]string, bool) + func (o *SubNetworkAttr) GetSupportedPerfMetricGroups() []SupportedPerfMetricGroup + func (o *SubNetworkAttr) GetSupportedPerfMetricGroupsOk() ([]SupportedPerfMetricGroup, bool) + func (o *SubNetworkAttr) GetSupportedTraceMetrics() []string + func (o *SubNetworkAttr) GetSupportedTraceMetricsOk() ([]string, bool) + func (o *SubNetworkAttr) GetUserDefinedNetworkType() string + func (o *SubNetworkAttr) GetUserDefinedNetworkTypeOk() (*string, bool) + func (o *SubNetworkAttr) GetUserLabel() string + func (o *SubNetworkAttr) GetUserLabelOk() (*string, bool) + func (o *SubNetworkAttr) HasDnPrefix() bool + func (o *SubNetworkAttr) HasPriorityLabel() bool + func (o *SubNetworkAttr) HasSetOfMcc() bool + func (o *SubNetworkAttr) HasSupportedPerfMetricGroups() bool + func (o *SubNetworkAttr) HasSupportedTraceMetrics() bool + func (o *SubNetworkAttr) HasUserDefinedNetworkType() bool + func (o *SubNetworkAttr) HasUserLabel() bool + func (o *SubNetworkAttr) SetDnPrefix(v string) + func (o *SubNetworkAttr) SetPriorityLabel(v int32) + func (o *SubNetworkAttr) SetSetOfMcc(v []string) + func (o *SubNetworkAttr) SetSupportedPerfMetricGroups(v []SupportedPerfMetricGroup) + func (o *SubNetworkAttr) SetSupportedTraceMetrics(v []string) + func (o *SubNetworkAttr) SetUserDefinedNetworkType(v string) + func (o *SubNetworkAttr) SetUserLabel(v string) + func (o SubNetworkAttr) MarshalJSON() ([]byte, error) + func (o SubNetworkAttr) ToMap() (map[string]interface{}, error) + type SubNetworkNcO struct + AlarmList *AlarmListSingle + FileDownloadJob []FileDownloadJobSingle + Files []FilesSingle + ManagementDataCollection []ManagementDataCollectionSingle + ManagementNode []ManagementNodeSingle + MeContext []MeContextSingle + MnsAgent []MnsAgentSingle + MnsRegistry *MnsRegistrySingle + NtfSubscriptionControl []NtfSubscriptionControlSingle + PerfMetricJob []PerfMetricJobSingle + ThresholdMonitor []ThresholdMonitorSingle + TraceJob []TraceJobSingle + func NewSubNetworkNcO() *SubNetworkNcO + func NewSubNetworkNcOWithDefaults() *SubNetworkNcO + func (o *SubNetworkNcO) GetAlarmList() AlarmListSingle + func (o *SubNetworkNcO) GetAlarmListOk() (*AlarmListSingle, bool) + func (o *SubNetworkNcO) GetFileDownloadJob() []FileDownloadJobSingle + func (o *SubNetworkNcO) GetFileDownloadJobOk() ([]FileDownloadJobSingle, bool) + func (o *SubNetworkNcO) GetFiles() []FilesSingle + func (o *SubNetworkNcO) GetFilesOk() ([]FilesSingle, bool) + func (o *SubNetworkNcO) GetManagementDataCollection() []ManagementDataCollectionSingle + func (o *SubNetworkNcO) GetManagementDataCollectionOk() ([]ManagementDataCollectionSingle, bool) + func (o *SubNetworkNcO) GetManagementNode() []ManagementNodeSingle + func (o *SubNetworkNcO) GetManagementNodeOk() ([]ManagementNodeSingle, bool) + func (o *SubNetworkNcO) GetMeContext() []MeContextSingle + func (o *SubNetworkNcO) GetMeContextOk() ([]MeContextSingle, bool) + func (o *SubNetworkNcO) GetMnsAgent() []MnsAgentSingle + func (o *SubNetworkNcO) GetMnsAgentOk() ([]MnsAgentSingle, bool) + func (o *SubNetworkNcO) GetMnsRegistry() MnsRegistrySingle + func (o *SubNetworkNcO) GetMnsRegistryOk() (*MnsRegistrySingle, bool) + func (o *SubNetworkNcO) GetNtfSubscriptionControl() []NtfSubscriptionControlSingle + func (o *SubNetworkNcO) GetNtfSubscriptionControlOk() ([]NtfSubscriptionControlSingle, bool) + func (o *SubNetworkNcO) GetPerfMetricJob() []PerfMetricJobSingle + func (o *SubNetworkNcO) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool) + func (o *SubNetworkNcO) GetThresholdMonitor() []ThresholdMonitorSingle + func (o *SubNetworkNcO) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool) + func (o *SubNetworkNcO) GetTraceJob() []TraceJobSingle + func (o *SubNetworkNcO) GetTraceJobOk() ([]TraceJobSingle, bool) + func (o *SubNetworkNcO) HasAlarmList() bool + func (o *SubNetworkNcO) HasFileDownloadJob() bool + func (o *SubNetworkNcO) HasFiles() bool + func (o *SubNetworkNcO) HasManagementDataCollection() bool + func (o *SubNetworkNcO) HasManagementNode() bool + func (o *SubNetworkNcO) HasMeContext() bool + func (o *SubNetworkNcO) HasMnsAgent() bool + func (o *SubNetworkNcO) HasMnsRegistry() bool + func (o *SubNetworkNcO) HasNtfSubscriptionControl() bool + func (o *SubNetworkNcO) HasPerfMetricJob() bool + func (o *SubNetworkNcO) HasThresholdMonitor() bool + func (o *SubNetworkNcO) HasTraceJob() bool + func (o *SubNetworkNcO) SetAlarmList(v AlarmListSingle) + func (o *SubNetworkNcO) SetFileDownloadJob(v []FileDownloadJobSingle) + func (o *SubNetworkNcO) SetFiles(v []FilesSingle) + func (o *SubNetworkNcO) SetManagementDataCollection(v []ManagementDataCollectionSingle) + func (o *SubNetworkNcO) SetManagementNode(v []ManagementNodeSingle) + func (o *SubNetworkNcO) SetMeContext(v []MeContextSingle) + func (o *SubNetworkNcO) SetMnsAgent(v []MnsAgentSingle) + func (o *SubNetworkNcO) SetMnsRegistry(v MnsRegistrySingle) + func (o *SubNetworkNcO) SetNtfSubscriptionControl(v []NtfSubscriptionControlSingle) + func (o *SubNetworkNcO) SetPerfMetricJob(v []PerfMetricJobSingle) + func (o *SubNetworkNcO) SetThresholdMonitor(v []ThresholdMonitorSingle) + func (o *SubNetworkNcO) SetTraceJob(v []TraceJobSingle) + func (o SubNetworkNcO) MarshalJSON() ([]byte, error) + func (o SubNetworkNcO) ToMap() (map[string]interface{}, error) + type SubNetworkSingle struct + AlarmList *AlarmListSingle + Attributes *SubNetworkAttr + FileDownloadJob []FileDownloadJobSingle + Files []FilesSingle + Id NullableString + MLTrainingFunction []MLTrainingFunctionSingle + ManagedElement []ManagedElementSingle + ManagementDataCollection []ManagementDataCollectionSingle + ManagementNode []ManagementNodeSingle + MeContext []MeContextSingle + MnsAgent []MnsAgentSingle + MnsRegistry *MnsRegistrySingle + NtfSubscriptionControl []NtfSubscriptionControlSingle + ObjectClass *string + ObjectInstance *string + PerfMetricJob []PerfMetricJobSingle + SubNetwork []SubNetworkSingle + ThresholdMonitor []ThresholdMonitorSingle + TraceJob []TraceJobSingle + VsDataContainer []VsDataContainerSingle + func NewSubNetworkSingle(id NullableString) *SubNetworkSingle + func NewSubNetworkSingleWithDefaults() *SubNetworkSingle + func (o *SubNetworkSingle) GetAlarmList() AlarmListSingle + func (o *SubNetworkSingle) GetAlarmListOk() (*AlarmListSingle, bool) + func (o *SubNetworkSingle) GetAttributes() SubNetworkAttr + func (o *SubNetworkSingle) GetAttributesOk() (*SubNetworkAttr, bool) + func (o *SubNetworkSingle) GetFileDownloadJob() []FileDownloadJobSingle + func (o *SubNetworkSingle) GetFileDownloadJobOk() ([]FileDownloadJobSingle, bool) + func (o *SubNetworkSingle) GetFiles() []FilesSingle + func (o *SubNetworkSingle) GetFilesOk() ([]FilesSingle, bool) + func (o *SubNetworkSingle) GetId() string + func (o *SubNetworkSingle) GetIdOk() (*string, bool) + func (o *SubNetworkSingle) GetMLTrainingFunction() []MLTrainingFunctionSingle + func (o *SubNetworkSingle) GetMLTrainingFunctionOk() ([]MLTrainingFunctionSingle, bool) + func (o *SubNetworkSingle) GetManagedElement() []ManagedElementSingle + func (o *SubNetworkSingle) GetManagedElementOk() ([]ManagedElementSingle, bool) + func (o *SubNetworkSingle) GetManagementDataCollection() []ManagementDataCollectionSingle + func (o *SubNetworkSingle) GetManagementDataCollectionOk() ([]ManagementDataCollectionSingle, bool) + func (o *SubNetworkSingle) GetManagementNode() []ManagementNodeSingle + func (o *SubNetworkSingle) GetManagementNodeOk() ([]ManagementNodeSingle, bool) + func (o *SubNetworkSingle) GetMeContext() []MeContextSingle + func (o *SubNetworkSingle) GetMeContextOk() ([]MeContextSingle, bool) + func (o *SubNetworkSingle) GetMnsAgent() []MnsAgentSingle + func (o *SubNetworkSingle) GetMnsAgentOk() ([]MnsAgentSingle, bool) + func (o *SubNetworkSingle) GetMnsRegistry() MnsRegistrySingle + func (o *SubNetworkSingle) GetMnsRegistryOk() (*MnsRegistrySingle, bool) + func (o *SubNetworkSingle) GetNtfSubscriptionControl() []NtfSubscriptionControlSingle + func (o *SubNetworkSingle) GetNtfSubscriptionControlOk() ([]NtfSubscriptionControlSingle, bool) + func (o *SubNetworkSingle) GetObjectClass() string + func (o *SubNetworkSingle) GetObjectClassOk() (*string, bool) + func (o *SubNetworkSingle) GetObjectInstance() string + func (o *SubNetworkSingle) GetObjectInstanceOk() (*string, bool) + func (o *SubNetworkSingle) GetPerfMetricJob() []PerfMetricJobSingle + func (o *SubNetworkSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool) + func (o *SubNetworkSingle) GetSubNetwork() []SubNetworkSingle + func (o *SubNetworkSingle) GetSubNetworkOk() ([]SubNetworkSingle, bool) + func (o *SubNetworkSingle) GetThresholdMonitor() []ThresholdMonitorSingle + func (o *SubNetworkSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool) + func (o *SubNetworkSingle) GetTraceJob() []TraceJobSingle + func (o *SubNetworkSingle) GetTraceJobOk() ([]TraceJobSingle, bool) + func (o *SubNetworkSingle) GetVsDataContainer() []VsDataContainerSingle + func (o *SubNetworkSingle) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *SubNetworkSingle) HasAlarmList() bool + func (o *SubNetworkSingle) HasAttributes() bool + func (o *SubNetworkSingle) HasFileDownloadJob() bool + func (o *SubNetworkSingle) HasFiles() bool + func (o *SubNetworkSingle) HasMLTrainingFunction() bool + func (o *SubNetworkSingle) HasManagedElement() bool + func (o *SubNetworkSingle) HasManagementDataCollection() bool + func (o *SubNetworkSingle) HasManagementNode() bool + func (o *SubNetworkSingle) HasMeContext() bool + func (o *SubNetworkSingle) HasMnsAgent() bool + func (o *SubNetworkSingle) HasMnsRegistry() bool + func (o *SubNetworkSingle) HasNtfSubscriptionControl() bool + func (o *SubNetworkSingle) HasObjectClass() bool + func (o *SubNetworkSingle) HasObjectInstance() bool + func (o *SubNetworkSingle) HasPerfMetricJob() bool + func (o *SubNetworkSingle) HasSubNetwork() bool + func (o *SubNetworkSingle) HasThresholdMonitor() bool + func (o *SubNetworkSingle) HasTraceJob() bool + func (o *SubNetworkSingle) HasVsDataContainer() bool + func (o *SubNetworkSingle) SetAlarmList(v AlarmListSingle) + func (o *SubNetworkSingle) SetAttributes(v SubNetworkAttr) + func (o *SubNetworkSingle) SetFileDownloadJob(v []FileDownloadJobSingle) + func (o *SubNetworkSingle) SetFiles(v []FilesSingle) + func (o *SubNetworkSingle) SetId(v string) + func (o *SubNetworkSingle) SetMLTrainingFunction(v []MLTrainingFunctionSingle) + func (o *SubNetworkSingle) SetManagedElement(v []ManagedElementSingle) + func (o *SubNetworkSingle) SetManagementDataCollection(v []ManagementDataCollectionSingle) + func (o *SubNetworkSingle) SetManagementNode(v []ManagementNodeSingle) + func (o *SubNetworkSingle) SetMeContext(v []MeContextSingle) + func (o *SubNetworkSingle) SetMnsAgent(v []MnsAgentSingle) + func (o *SubNetworkSingle) SetMnsRegistry(v MnsRegistrySingle) + func (o *SubNetworkSingle) SetNtfSubscriptionControl(v []NtfSubscriptionControlSingle) + func (o *SubNetworkSingle) SetObjectClass(v string) + func (o *SubNetworkSingle) SetObjectInstance(v string) + func (o *SubNetworkSingle) SetPerfMetricJob(v []PerfMetricJobSingle) + func (o *SubNetworkSingle) SetSubNetwork(v []SubNetworkSingle) + func (o *SubNetworkSingle) SetThresholdMonitor(v []ThresholdMonitorSingle) + func (o *SubNetworkSingle) SetTraceJob(v []TraceJobSingle) + func (o *SubNetworkSingle) SetVsDataContainer(v []VsDataContainerSingle) + func (o SubNetworkSingle) MarshalJSON() ([]byte, error) + func (o SubNetworkSingle) ToMap() (map[string]interface{}, error) + type SubNetworkSingleAllOf struct + Attributes *SubNetworkAttr + func NewSubNetworkSingleAllOf() *SubNetworkSingleAllOf + func NewSubNetworkSingleAllOfWithDefaults() *SubNetworkSingleAllOf + func (o *SubNetworkSingleAllOf) GetAttributes() SubNetworkAttr + func (o *SubNetworkSingleAllOf) GetAttributesOk() (*SubNetworkAttr, bool) + func (o *SubNetworkSingleAllOf) HasAttributes() bool + func (o *SubNetworkSingleAllOf) SetAttributes(v SubNetworkAttr) + func (o SubNetworkSingleAllOf) MarshalJSON() ([]byte, error) + func (o SubNetworkSingleAllOf) ToMap() (map[string]interface{}, error) + type SubNetworkSingleAllOf1 struct + MLTrainingFunction []MLTrainingFunctionSingle + ManagedElement []ManagedElementSingle + SubNetwork []SubNetworkSingle + func NewSubNetworkSingleAllOf1() *SubNetworkSingleAllOf1 + func NewSubNetworkSingleAllOf1WithDefaults() *SubNetworkSingleAllOf1 + func (o *SubNetworkSingleAllOf1) GetMLTrainingFunction() []MLTrainingFunctionSingle + func (o *SubNetworkSingleAllOf1) GetMLTrainingFunctionOk() ([]MLTrainingFunctionSingle, bool) + func (o *SubNetworkSingleAllOf1) GetManagedElement() []ManagedElementSingle + func (o *SubNetworkSingleAllOf1) GetManagedElementOk() ([]ManagedElementSingle, bool) + func (o *SubNetworkSingleAllOf1) GetSubNetwork() []SubNetworkSingle + func (o *SubNetworkSingleAllOf1) GetSubNetworkOk() ([]SubNetworkSingle, bool) + func (o *SubNetworkSingleAllOf1) HasMLTrainingFunction() bool + func (o *SubNetworkSingleAllOf1) HasManagedElement() bool + func (o *SubNetworkSingleAllOf1) HasSubNetwork() bool + func (o *SubNetworkSingleAllOf1) SetMLTrainingFunction(v []MLTrainingFunctionSingle) + func (o *SubNetworkSingleAllOf1) SetManagedElement(v []ManagedElementSingle) + func (o *SubNetworkSingleAllOf1) SetSubNetwork(v []SubNetworkSingle) + func (o SubNetworkSingleAllOf1) MarshalJSON() ([]byte, error) + func (o SubNetworkSingleAllOf1) ToMap() (map[string]interface{}, error) + type SupportedPerfMetricGroup struct + GranularityPeriods []int32 + MonitorGranularityPeriods []int32 + PerformanceMetrics []string + ReportingMethods []string + func NewSupportedPerfMetricGroup() *SupportedPerfMetricGroup + func NewSupportedPerfMetricGroupWithDefaults() *SupportedPerfMetricGroup + func (o *SupportedPerfMetricGroup) GetGranularityPeriods() []int32 + func (o *SupportedPerfMetricGroup) GetGranularityPeriodsOk() ([]int32, bool) + func (o *SupportedPerfMetricGroup) GetMonitorGranularityPeriods() []int32 + func (o *SupportedPerfMetricGroup) GetMonitorGranularityPeriodsOk() ([]int32, bool) + func (o *SupportedPerfMetricGroup) GetPerformanceMetrics() []string + func (o *SupportedPerfMetricGroup) GetPerformanceMetricsOk() ([]string, bool) + func (o *SupportedPerfMetricGroup) GetReportingMethods() []string + func (o *SupportedPerfMetricGroup) GetReportingMethodsOk() ([]string, bool) + func (o *SupportedPerfMetricGroup) HasGranularityPeriods() bool + func (o *SupportedPerfMetricGroup) HasMonitorGranularityPeriods() bool + func (o *SupportedPerfMetricGroup) HasPerformanceMetrics() bool + func (o *SupportedPerfMetricGroup) HasReportingMethods() bool + func (o *SupportedPerfMetricGroup) SetGranularityPeriods(v []int32) + func (o *SupportedPerfMetricGroup) SetMonitorGranularityPeriods(v []int32) + func (o *SupportedPerfMetricGroup) SetPerformanceMetrics(v []string) + func (o *SupportedPerfMetricGroup) SetReportingMethods(v []string) + func (o SupportedPerfMetricGroup) MarshalJSON() ([]byte, error) + func (o SupportedPerfMetricGroup) ToMap() (map[string]interface{}, error) + type Tai struct + Mcc *string + Mnc *string + Tac *string + func NewTai() *Tai + func NewTaiWithDefaults() *Tai + func (o *Tai) GetMcc() string + func (o *Tai) GetMccOk() (*string, bool) + func (o *Tai) GetMnc() string + func (o *Tai) GetMncOk() (*string, bool) + func (o *Tai) GetTac() string + func (o *Tai) GetTacOk() (*string, bool) + func (o *Tai) HasMcc() bool + func (o *Tai) HasMnc() bool + func (o *Tai) HasTac() bool + func (o *Tai) SetMcc(v string) + func (o *Tai) SetMnc(v string) + func (o *Tai) SetTac(v string) + func (o Tai) MarshalJSON() ([]byte, error) + func (o Tai) ToMap() (map[string]interface{}, error) + type ThresholdInfo struct + Hysteresis *ThresholdInfoHysteresis + ThresholdDirection *string + ThresholdValue *ThresholdInfoThresholdValue + func NewThresholdInfo() *ThresholdInfo + func NewThresholdInfoWithDefaults() *ThresholdInfo + func (o *ThresholdInfo) GetHysteresis() ThresholdInfoHysteresis + func (o *ThresholdInfo) GetHysteresisOk() (*ThresholdInfoHysteresis, bool) + func (o *ThresholdInfo) GetThresholdDirection() string + func (o *ThresholdInfo) GetThresholdDirectionOk() (*string, bool) + func (o *ThresholdInfo) GetThresholdValue() ThresholdInfoThresholdValue + func (o *ThresholdInfo) GetThresholdValueOk() (*ThresholdInfoThresholdValue, bool) + func (o *ThresholdInfo) HasHysteresis() bool + func (o *ThresholdInfo) HasThresholdDirection() bool + func (o *ThresholdInfo) HasThresholdValue() bool + func (o *ThresholdInfo) SetHysteresis(v ThresholdInfoHysteresis) + func (o *ThresholdInfo) SetThresholdDirection(v string) + func (o *ThresholdInfo) SetThresholdValue(v ThresholdInfoThresholdValue) + func (o ThresholdInfo) MarshalJSON() ([]byte, error) + func (o ThresholdInfo) ToMap() (map[string]interface{}, error) + type ThresholdInfo1 struct + ArmTime *time.Time + ObservedMeasurement string + ObservedValue float32 + ThresholdLevel *ThresholdLevelInd + func NewThresholdInfo1(observedMeasurement string, observedValue float32) *ThresholdInfo1 + func NewThresholdInfo1WithDefaults() *ThresholdInfo1 + func (o *ThresholdInfo1) GetArmTime() time.Time + func (o *ThresholdInfo1) GetArmTimeOk() (*time.Time, bool) + func (o *ThresholdInfo1) GetObservedMeasurement() string + func (o *ThresholdInfo1) GetObservedMeasurementOk() (*string, bool) + func (o *ThresholdInfo1) GetObservedValue() float32 + func (o *ThresholdInfo1) GetObservedValueOk() (*float32, bool) + func (o *ThresholdInfo1) GetThresholdLevel() ThresholdLevelInd + func (o *ThresholdInfo1) GetThresholdLevelOk() (*ThresholdLevelInd, bool) + func (o *ThresholdInfo1) HasArmTime() bool + func (o *ThresholdInfo1) HasThresholdLevel() bool + func (o *ThresholdInfo1) SetArmTime(v time.Time) + func (o *ThresholdInfo1) SetObservedMeasurement(v string) + func (o *ThresholdInfo1) SetObservedValue(v float32) + func (o *ThresholdInfo1) SetThresholdLevel(v ThresholdLevelInd) + func (o ThresholdInfo1) MarshalJSON() ([]byte, error) + func (o ThresholdInfo1) ToMap() (map[string]interface{}, error) + type ThresholdInfoHysteresis struct + Float32 *float32 + Int32 *int32 + func Float32AsThresholdInfoHysteresis(v *float32) ThresholdInfoHysteresis + func Int32AsThresholdInfoHysteresis(v *int32) ThresholdInfoHysteresis + func (dst *ThresholdInfoHysteresis) UnmarshalJSON(data []byte) error + func (obj *ThresholdInfoHysteresis) GetActualInstance() interface{} + func (src ThresholdInfoHysteresis) MarshalJSON() ([]byte, error) + type ThresholdInfoThresholdValue struct + Float32 *float32 + Int32 *int32 + func Float32AsThresholdInfoThresholdValue(v *float32) ThresholdInfoThresholdValue + func Int32AsThresholdInfoThresholdValue(v *int32) ThresholdInfoThresholdValue + func (dst *ThresholdInfoThresholdValue) UnmarshalJSON(data []byte) error + func (obj *ThresholdInfoThresholdValue) GetActualInstance() interface{} + func (src ThresholdInfoThresholdValue) MarshalJSON() ([]byte, error) + type ThresholdLevelInd struct + ThresholdLevelIndOneOf *ThresholdLevelIndOneOf + ThresholdLevelIndOneOf1 *ThresholdLevelIndOneOf1 + func ThresholdLevelIndOneOf1AsThresholdLevelInd(v *ThresholdLevelIndOneOf1) ThresholdLevelInd + func ThresholdLevelIndOneOfAsThresholdLevelInd(v *ThresholdLevelIndOneOf) ThresholdLevelInd + func (dst *ThresholdLevelInd) UnmarshalJSON(data []byte) error + func (obj *ThresholdLevelInd) GetActualInstance() interface{} + func (src ThresholdLevelInd) MarshalJSON() ([]byte, error) + type ThresholdLevelIndOneOf struct + Up *ThresholdHysteresis + func NewThresholdLevelIndOneOf() *ThresholdLevelIndOneOf + func NewThresholdLevelIndOneOfWithDefaults() *ThresholdLevelIndOneOf + func (o *ThresholdLevelIndOneOf) GetUp() ThresholdHysteresis + func (o *ThresholdLevelIndOneOf) GetUpOk() (*ThresholdHysteresis, bool) + func (o *ThresholdLevelIndOneOf) HasUp() bool + func (o *ThresholdLevelIndOneOf) SetUp(v ThresholdHysteresis) + func (o ThresholdLevelIndOneOf) MarshalJSON() ([]byte, error) + func (o ThresholdLevelIndOneOf) ToMap() (map[string]interface{}, error) + type ThresholdLevelIndOneOf1 struct + Down *ThresholdHysteresis + func NewThresholdLevelIndOneOf1() *ThresholdLevelIndOneOf1 + func NewThresholdLevelIndOneOf1WithDefaults() *ThresholdLevelIndOneOf1 + func (o *ThresholdLevelIndOneOf1) GetDown() ThresholdHysteresis + func (o *ThresholdLevelIndOneOf1) GetDownOk() (*ThresholdHysteresis, bool) + func (o *ThresholdLevelIndOneOf1) HasDown() bool + func (o *ThresholdLevelIndOneOf1) SetDown(v ThresholdHysteresis) + func (o ThresholdLevelIndOneOf1) MarshalJSON() ([]byte, error) + func (o ThresholdLevelIndOneOf1) ToMap() (map[string]interface{}, error) + type ThresholdMonitorSingle struct + Attributes *ThresholdMonitorSingleAllOfAttributes + Id NullableString + ObjectClass *string + ObjectInstance *string + VsDataContainer []VsDataContainerSingle + func NewThresholdMonitorSingle(id NullableString) *ThresholdMonitorSingle + func NewThresholdMonitorSingleWithDefaults() *ThresholdMonitorSingle + func (o *ThresholdMonitorSingle) GetAttributes() ThresholdMonitorSingleAllOfAttributes + func (o *ThresholdMonitorSingle) GetAttributesOk() (*ThresholdMonitorSingleAllOfAttributes, bool) + func (o *ThresholdMonitorSingle) GetId() string + func (o *ThresholdMonitorSingle) GetIdOk() (*string, bool) + func (o *ThresholdMonitorSingle) GetObjectClass() string + func (o *ThresholdMonitorSingle) GetObjectClassOk() (*string, bool) + func (o *ThresholdMonitorSingle) GetObjectInstance() string + func (o *ThresholdMonitorSingle) GetObjectInstanceOk() (*string, bool) + func (o *ThresholdMonitorSingle) GetVsDataContainer() []VsDataContainerSingle + func (o *ThresholdMonitorSingle) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *ThresholdMonitorSingle) HasAttributes() bool + func (o *ThresholdMonitorSingle) HasObjectClass() bool + func (o *ThresholdMonitorSingle) HasObjectInstance() bool + func (o *ThresholdMonitorSingle) HasVsDataContainer() bool + func (o *ThresholdMonitorSingle) SetAttributes(v ThresholdMonitorSingleAllOfAttributes) + func (o *ThresholdMonitorSingle) SetId(v string) + func (o *ThresholdMonitorSingle) SetObjectClass(v string) + func (o *ThresholdMonitorSingle) SetObjectInstance(v string) + func (o *ThresholdMonitorSingle) SetVsDataContainer(v []VsDataContainerSingle) + func (o ThresholdMonitorSingle) MarshalJSON() ([]byte, error) + func (o ThresholdMonitorSingle) ToMap() (map[string]interface{}, error) + type ThresholdMonitorSingleAllOf struct + Attributes *ThresholdMonitorSingleAllOfAttributes + func NewThresholdMonitorSingleAllOf() *ThresholdMonitorSingleAllOf + func NewThresholdMonitorSingleAllOfWithDefaults() *ThresholdMonitorSingleAllOf + func (o *ThresholdMonitorSingleAllOf) GetAttributes() ThresholdMonitorSingleAllOfAttributes + func (o *ThresholdMonitorSingleAllOf) GetAttributesOk() (*ThresholdMonitorSingleAllOfAttributes, bool) + func (o *ThresholdMonitorSingleAllOf) HasAttributes() bool + func (o *ThresholdMonitorSingleAllOf) SetAttributes(v ThresholdMonitorSingleAllOfAttributes) + func (o ThresholdMonitorSingleAllOf) MarshalJSON() ([]byte, error) + func (o ThresholdMonitorSingleAllOf) ToMap() (map[string]interface{}, error) + type ThresholdMonitorSingleAllOfAttributes struct + AdministrativeState *AdministrativeState + MonitorGranularityPeriod *int32 + ObjectInstances []string + OperationalState *OperationalState + PerformanceMetrics []string + RootObjectInstances []string + ThresholdInfoList []ThresholdInfo + func NewThresholdMonitorSingleAllOfAttributes() *ThresholdMonitorSingleAllOfAttributes + func NewThresholdMonitorSingleAllOfAttributesWithDefaults() *ThresholdMonitorSingleAllOfAttributes + func (o *ThresholdMonitorSingleAllOfAttributes) GetAdministrativeState() AdministrativeState + func (o *ThresholdMonitorSingleAllOfAttributes) GetAdministrativeStateOk() (*AdministrativeState, bool) + func (o *ThresholdMonitorSingleAllOfAttributes) GetMonitorGranularityPeriod() int32 + func (o *ThresholdMonitorSingleAllOfAttributes) GetMonitorGranularityPeriodOk() (*int32, bool) + func (o *ThresholdMonitorSingleAllOfAttributes) GetObjectInstances() []string + func (o *ThresholdMonitorSingleAllOfAttributes) GetObjectInstancesOk() ([]string, bool) + func (o *ThresholdMonitorSingleAllOfAttributes) GetOperationalState() OperationalState + func (o *ThresholdMonitorSingleAllOfAttributes) GetOperationalStateOk() (*OperationalState, bool) + func (o *ThresholdMonitorSingleAllOfAttributes) GetPerformanceMetrics() []string + func (o *ThresholdMonitorSingleAllOfAttributes) GetPerformanceMetricsOk() ([]string, bool) + func (o *ThresholdMonitorSingleAllOfAttributes) GetRootObjectInstances() []string + func (o *ThresholdMonitorSingleAllOfAttributes) GetRootObjectInstancesOk() ([]string, bool) + func (o *ThresholdMonitorSingleAllOfAttributes) GetThresholdInfoList() []ThresholdInfo + func (o *ThresholdMonitorSingleAllOfAttributes) GetThresholdInfoListOk() ([]ThresholdInfo, bool) + func (o *ThresholdMonitorSingleAllOfAttributes) HasAdministrativeState() bool + func (o *ThresholdMonitorSingleAllOfAttributes) HasMonitorGranularityPeriod() bool + func (o *ThresholdMonitorSingleAllOfAttributes) HasObjectInstances() bool + func (o *ThresholdMonitorSingleAllOfAttributes) HasOperationalState() bool + func (o *ThresholdMonitorSingleAllOfAttributes) HasPerformanceMetrics() bool + func (o *ThresholdMonitorSingleAllOfAttributes) HasRootObjectInstances() bool + func (o *ThresholdMonitorSingleAllOfAttributes) HasThresholdInfoList() bool + func (o *ThresholdMonitorSingleAllOfAttributes) SetAdministrativeState(v AdministrativeState) + func (o *ThresholdMonitorSingleAllOfAttributes) SetMonitorGranularityPeriod(v int32) + func (o *ThresholdMonitorSingleAllOfAttributes) SetObjectInstances(v []string) + func (o *ThresholdMonitorSingleAllOfAttributes) SetOperationalState(v OperationalState) + func (o *ThresholdMonitorSingleAllOfAttributes) SetPerformanceMetrics(v []string) + func (o *ThresholdMonitorSingleAllOfAttributes) SetRootObjectInstances(v []string) + func (o *ThresholdMonitorSingleAllOfAttributes) SetThresholdInfoList(v []ThresholdInfo) + func (o ThresholdMonitorSingleAllOfAttributes) MarshalJSON() ([]byte, error) + func (o ThresholdMonitorSingleAllOfAttributes) ToMap() (map[string]interface{}, error) + type TimeToTriggerL1Type string + func NewTimeToTriggerL1TypeFromValue(v string) (*TimeToTriggerL1Type, error) + func (v *TimeToTriggerL1Type) UnmarshalJSON(src []byte) error + func (v TimeToTriggerL1Type) IsValid() bool + func (v TimeToTriggerL1Type) Ptr() *TimeToTriggerL1Type + type TimeWindow struct + EndTime *time.Time + StartTime *time.Time + func NewTimeWindow() *TimeWindow + func NewTimeWindowWithDefaults() *TimeWindow + func (o *TimeWindow) GetEndTime() time.Time + func (o *TimeWindow) GetEndTimeOk() (*time.Time, bool) + func (o *TimeWindow) GetStartTime() time.Time + func (o *TimeWindow) GetStartTimeOk() (*time.Time, bool) + func (o *TimeWindow) HasEndTime() bool + func (o *TimeWindow) HasStartTime() bool + func (o *TimeWindow) SetEndTime(v time.Time) + func (o *TimeWindow) SetStartTime(v time.Time) + func (o TimeWindow) MarshalJSON() ([]byte, error) + func (o TimeWindow) ToMap() (map[string]interface{}, error) + type Top struct + Id NullableString + ObjectClass *string + ObjectInstance *string + VsDataContainer []VsDataContainerSingle + func NewTop(id NullableString) *Top + func NewTopWithDefaults() *Top + func (o *Top) GetId() string + func (o *Top) GetIdOk() (*string, bool) + func (o *Top) GetObjectClass() string + func (o *Top) GetObjectClassOk() (*string, bool) + func (o *Top) GetObjectInstance() string + func (o *Top) GetObjectInstanceOk() (*string, bool) + func (o *Top) GetVsDataContainer() []VsDataContainerSingle + func (o *Top) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *Top) HasObjectClass() bool + func (o *Top) HasObjectInstance() bool + func (o *Top) HasVsDataContainer() bool + func (o *Top) SetId(v string) + func (o *Top) SetObjectClass(v string) + func (o *Top) SetObjectInstance(v string) + func (o *Top) SetVsDataContainer(v []VsDataContainerSingle) + func (o Top) MarshalJSON() ([]byte, error) + func (o Top) ToMap() (map[string]interface{}, error) + type TraceDepthType string + const MAXIMUM + const MEDIUM + const MINIMUM + const VENDORMAXIMUM + const VENDORMEDIUM + const VENDORMINIMUM + func NewTraceDepthTypeFromValue(v string) (*TraceDepthType, error) + func (v *TraceDepthType) UnmarshalJSON(src []byte) error + func (v TraceDepthType) IsValid() bool + func (v TraceDepthType) Ptr() *TraceDepthType + type TraceJobAttr struct + AnonymizationOfMdtData *AnonymizationOfMdtDataType + AreaConfigurationForNeighCell *AreaConfig + AreaScope []AreaScope + BeamLevelMeasurement *bool + CollectionPeriodM6Lte *CollectionPeriodM6LteType + CollectionPeriodM6Nr *CollectionPeriodM6NrType + CollectionPeriodM7Lte *int32 + CollectionPeriodM7Nr *int32 + CollectionPeriodRrmLte *CollectionPeriodRrmLteType + CollectionPeriodRrmNr *CollectionPeriodRrmNrType + CollectionPeriodRrmUmts *CollectionPeriodRrmUmtsType + EventListForEventTriggeredMeasurement *EventListForEventTriggeredMeasurementType + EventThreshold *EventThresholdType + EventThresholdL1 *EventThresholdL1Type + EventThresholdUphUmts *int32 + ExcessPacketDelayThresholds *map[string]interface{} + HysteresisL1 *int32 + JobId *string + JobType *JobTypeType + ListOfInterfaces *ListOfInterfacesType + ListOfMeasurements *ListOfMeasurementsType + ListOfNeTypes []string + LoggingDuration *LoggingDurationType + LoggingInterval *LoggingIntervalType + MbsfnAreaList []MbsfnArea + MeasurementPeriodLte *MeasurementPeriodLteType + MeasurementPeriodUmts *MeasurementPeriodUmtsType + MeasurementQuantity *MeasurementQuantityType + PlmnList []PlmnListTypeInner + PlmnTarget *PlmnTargetType + PositioningMethod *PositioningMethodType + ReportAmount *ReportAmountType + ReportInterval *ReportIntervalType + ReportType *ReportTypeType + ReportingTrigger []string + SensorInformation []string + TimeToTriggerL1 *TimeToTriggerL1Type + TraceCollectionEntityId *int32 + TraceCollectionEntityIpAddress *IpAddr + TraceDepth *TraceDepthType + TraceRecordingSessionReference *string + TraceReference *TraceReferenceType + TraceReportingConsumerUri *string + TraceReportingFormat *TraceReportingFormatType + TraceTarget *TraceTargetType + TriggeringEvents *TriggeringEventsType + func NewTraceJobAttr() *TraceJobAttr + func NewTraceJobAttrWithDefaults() *TraceJobAttr + func (o *TraceJobAttr) GetAnonymizationOfMdtData() AnonymizationOfMdtDataType + func (o *TraceJobAttr) GetAnonymizationOfMdtDataOk() (*AnonymizationOfMdtDataType, bool) + func (o *TraceJobAttr) GetAreaConfigurationForNeighCell() AreaConfig + func (o *TraceJobAttr) GetAreaConfigurationForNeighCellOk() (*AreaConfig, bool) + func (o *TraceJobAttr) GetAreaScope() []AreaScope + func (o *TraceJobAttr) GetAreaScopeOk() ([]AreaScope, bool) + func (o *TraceJobAttr) GetBeamLevelMeasurement() bool + func (o *TraceJobAttr) GetBeamLevelMeasurementOk() (*bool, bool) + func (o *TraceJobAttr) GetCollectionPeriodM6Lte() CollectionPeriodM6LteType + func (o *TraceJobAttr) GetCollectionPeriodM6LteOk() (*CollectionPeriodM6LteType, bool) + func (o *TraceJobAttr) GetCollectionPeriodM6Nr() CollectionPeriodM6NrType + func (o *TraceJobAttr) GetCollectionPeriodM6NrOk() (*CollectionPeriodM6NrType, bool) + func (o *TraceJobAttr) GetCollectionPeriodM7Lte() int32 + func (o *TraceJobAttr) GetCollectionPeriodM7LteOk() (*int32, bool) + func (o *TraceJobAttr) GetCollectionPeriodM7Nr() int32 + func (o *TraceJobAttr) GetCollectionPeriodM7NrOk() (*int32, bool) + func (o *TraceJobAttr) GetCollectionPeriodRrmLte() CollectionPeriodRrmLteType + func (o *TraceJobAttr) GetCollectionPeriodRrmLteOk() (*CollectionPeriodRrmLteType, bool) + func (o *TraceJobAttr) GetCollectionPeriodRrmNr() CollectionPeriodRrmNrType + func (o *TraceJobAttr) GetCollectionPeriodRrmNrOk() (*CollectionPeriodRrmNrType, bool) + func (o *TraceJobAttr) GetCollectionPeriodRrmUmts() CollectionPeriodRrmUmtsType + func (o *TraceJobAttr) GetCollectionPeriodRrmUmtsOk() (*CollectionPeriodRrmUmtsType, bool) + func (o *TraceJobAttr) GetEventListForEventTriggeredMeasurement() EventListForEventTriggeredMeasurementType + func (o *TraceJobAttr) GetEventListForEventTriggeredMeasurementOk() (*EventListForEventTriggeredMeasurementType, bool) + func (o *TraceJobAttr) GetEventThreshold() EventThresholdType + func (o *TraceJobAttr) GetEventThresholdL1() EventThresholdL1Type + func (o *TraceJobAttr) GetEventThresholdL1Ok() (*EventThresholdL1Type, bool) + func (o *TraceJobAttr) GetEventThresholdOk() (*EventThresholdType, bool) + func (o *TraceJobAttr) GetEventThresholdUphUmts() int32 + func (o *TraceJobAttr) GetEventThresholdUphUmtsOk() (*int32, bool) + func (o *TraceJobAttr) GetExcessPacketDelayThresholds() map[string]interface{} + func (o *TraceJobAttr) GetExcessPacketDelayThresholdsOk() (*map[string]interface{}, bool) + func (o *TraceJobAttr) GetHysteresisL1() int32 + func (o *TraceJobAttr) GetHysteresisL1Ok() (*int32, bool) + func (o *TraceJobAttr) GetJobId() string + func (o *TraceJobAttr) GetJobIdOk() (*string, bool) + func (o *TraceJobAttr) GetJobType() JobTypeType + func (o *TraceJobAttr) GetJobTypeOk() (*JobTypeType, bool) + func (o *TraceJobAttr) GetListOfInterfaces() ListOfInterfacesType + func (o *TraceJobAttr) GetListOfInterfacesOk() (*ListOfInterfacesType, bool) + func (o *TraceJobAttr) GetListOfMeasurements() ListOfMeasurementsType + func (o *TraceJobAttr) GetListOfMeasurementsOk() (*ListOfMeasurementsType, bool) + func (o *TraceJobAttr) GetListOfNeTypes() []string + func (o *TraceJobAttr) GetListOfNeTypesOk() ([]string, bool) + func (o *TraceJobAttr) GetLoggingDuration() LoggingDurationType + func (o *TraceJobAttr) GetLoggingDurationOk() (*LoggingDurationType, bool) + func (o *TraceJobAttr) GetLoggingInterval() LoggingIntervalType + func (o *TraceJobAttr) GetLoggingIntervalOk() (*LoggingIntervalType, bool) + func (o *TraceJobAttr) GetMbsfnAreaList() []MbsfnArea + func (o *TraceJobAttr) GetMbsfnAreaListOk() ([]MbsfnArea, bool) + func (o *TraceJobAttr) GetMeasurementPeriodLte() MeasurementPeriodLteType + func (o *TraceJobAttr) GetMeasurementPeriodLteOk() (*MeasurementPeriodLteType, bool) + func (o *TraceJobAttr) GetMeasurementPeriodUmts() MeasurementPeriodUmtsType + func (o *TraceJobAttr) GetMeasurementPeriodUmtsOk() (*MeasurementPeriodUmtsType, bool) + func (o *TraceJobAttr) GetMeasurementQuantity() MeasurementQuantityType + func (o *TraceJobAttr) GetMeasurementQuantityOk() (*MeasurementQuantityType, bool) + func (o *TraceJobAttr) GetPlmnList() []PlmnListTypeInner + func (o *TraceJobAttr) GetPlmnListOk() ([]PlmnListTypeInner, bool) + func (o *TraceJobAttr) GetPlmnTarget() PlmnTargetType + func (o *TraceJobAttr) GetPlmnTargetOk() (*PlmnTargetType, bool) + func (o *TraceJobAttr) GetPositioningMethod() PositioningMethodType + func (o *TraceJobAttr) GetPositioningMethodOk() (*PositioningMethodType, bool) + func (o *TraceJobAttr) GetReportAmount() ReportAmountType + func (o *TraceJobAttr) GetReportAmountOk() (*ReportAmountType, bool) + func (o *TraceJobAttr) GetReportInterval() ReportIntervalType + func (o *TraceJobAttr) GetReportIntervalOk() (*ReportIntervalType, bool) + func (o *TraceJobAttr) GetReportType() ReportTypeType + func (o *TraceJobAttr) GetReportTypeOk() (*ReportTypeType, bool) + func (o *TraceJobAttr) GetReportingTrigger() []string + func (o *TraceJobAttr) GetReportingTriggerOk() ([]string, bool) + func (o *TraceJobAttr) GetSensorInformation() []string + func (o *TraceJobAttr) GetSensorInformationOk() ([]string, bool) + func (o *TraceJobAttr) GetTimeToTriggerL1() TimeToTriggerL1Type + func (o *TraceJobAttr) GetTimeToTriggerL1Ok() (*TimeToTriggerL1Type, bool) + func (o *TraceJobAttr) GetTraceCollectionEntityId() int32 + func (o *TraceJobAttr) GetTraceCollectionEntityIdOk() (*int32, bool) + func (o *TraceJobAttr) GetTraceCollectionEntityIpAddress() IpAddr + func (o *TraceJobAttr) GetTraceCollectionEntityIpAddressOk() (*IpAddr, bool) + func (o *TraceJobAttr) GetTraceDepth() TraceDepthType + func (o *TraceJobAttr) GetTraceDepthOk() (*TraceDepthType, bool) + func (o *TraceJobAttr) GetTraceRecordingSessionReference() string + func (o *TraceJobAttr) GetTraceRecordingSessionReferenceOk() (*string, bool) + func (o *TraceJobAttr) GetTraceReference() TraceReferenceType + func (o *TraceJobAttr) GetTraceReferenceOk() (*TraceReferenceType, bool) + func (o *TraceJobAttr) GetTraceReportingConsumerUri() string + func (o *TraceJobAttr) GetTraceReportingConsumerUriOk() (*string, bool) + func (o *TraceJobAttr) GetTraceReportingFormat() TraceReportingFormatType + func (o *TraceJobAttr) GetTraceReportingFormatOk() (*TraceReportingFormatType, bool) + func (o *TraceJobAttr) GetTraceTarget() TraceTargetType + func (o *TraceJobAttr) GetTraceTargetOk() (*TraceTargetType, bool) + func (o *TraceJobAttr) GetTriggeringEvents() TriggeringEventsType + func (o *TraceJobAttr) GetTriggeringEventsOk() (*TriggeringEventsType, bool) + func (o *TraceJobAttr) HasAnonymizationOfMdtData() bool + func (o *TraceJobAttr) HasAreaConfigurationForNeighCell() bool + func (o *TraceJobAttr) HasAreaScope() bool + func (o *TraceJobAttr) HasBeamLevelMeasurement() bool + func (o *TraceJobAttr) HasCollectionPeriodM6Lte() bool + func (o *TraceJobAttr) HasCollectionPeriodM6Nr() bool + func (o *TraceJobAttr) HasCollectionPeriodM7Lte() bool + func (o *TraceJobAttr) HasCollectionPeriodM7Nr() bool + func (o *TraceJobAttr) HasCollectionPeriodRrmLte() bool + func (o *TraceJobAttr) HasCollectionPeriodRrmNr() bool + func (o *TraceJobAttr) HasCollectionPeriodRrmUmts() bool + func (o *TraceJobAttr) HasEventListForEventTriggeredMeasurement() bool + func (o *TraceJobAttr) HasEventThreshold() bool + func (o *TraceJobAttr) HasEventThresholdL1() bool + func (o *TraceJobAttr) HasEventThresholdUphUmts() bool + func (o *TraceJobAttr) HasExcessPacketDelayThresholds() bool + func (o *TraceJobAttr) HasHysteresisL1() bool + func (o *TraceJobAttr) HasJobId() bool + func (o *TraceJobAttr) HasJobType() bool + func (o *TraceJobAttr) HasListOfInterfaces() bool + func (o *TraceJobAttr) HasListOfMeasurements() bool + func (o *TraceJobAttr) HasListOfNeTypes() bool + func (o *TraceJobAttr) HasLoggingDuration() bool + func (o *TraceJobAttr) HasLoggingInterval() bool + func (o *TraceJobAttr) HasMbsfnAreaList() bool + func (o *TraceJobAttr) HasMeasurementPeriodLte() bool + func (o *TraceJobAttr) HasMeasurementPeriodUmts() bool + func (o *TraceJobAttr) HasMeasurementQuantity() bool + func (o *TraceJobAttr) HasPlmnList() bool + func (o *TraceJobAttr) HasPlmnTarget() bool + func (o *TraceJobAttr) HasPositioningMethod() bool + func (o *TraceJobAttr) HasReportAmount() bool + func (o *TraceJobAttr) HasReportInterval() bool + func (o *TraceJobAttr) HasReportType() bool + func (o *TraceJobAttr) HasReportingTrigger() bool + func (o *TraceJobAttr) HasSensorInformation() bool + func (o *TraceJobAttr) HasTimeToTriggerL1() bool + func (o *TraceJobAttr) HasTraceCollectionEntityId() bool + func (o *TraceJobAttr) HasTraceCollectionEntityIpAddress() bool + func (o *TraceJobAttr) HasTraceDepth() bool + func (o *TraceJobAttr) HasTraceRecordingSessionReference() bool + func (o *TraceJobAttr) HasTraceReference() bool + func (o *TraceJobAttr) HasTraceReportingConsumerUri() bool + func (o *TraceJobAttr) HasTraceReportingFormat() bool + func (o *TraceJobAttr) HasTraceTarget() bool + func (o *TraceJobAttr) HasTriggeringEvents() bool + func (o *TraceJobAttr) SetAnonymizationOfMdtData(v AnonymizationOfMdtDataType) + func (o *TraceJobAttr) SetAreaConfigurationForNeighCell(v AreaConfig) + func (o *TraceJobAttr) SetAreaScope(v []AreaScope) + func (o *TraceJobAttr) SetBeamLevelMeasurement(v bool) + func (o *TraceJobAttr) SetCollectionPeriodM6Lte(v CollectionPeriodM6LteType) + func (o *TraceJobAttr) SetCollectionPeriodM6Nr(v CollectionPeriodM6NrType) + func (o *TraceJobAttr) SetCollectionPeriodM7Lte(v int32) + func (o *TraceJobAttr) SetCollectionPeriodM7Nr(v int32) + func (o *TraceJobAttr) SetCollectionPeriodRrmLte(v CollectionPeriodRrmLteType) + func (o *TraceJobAttr) SetCollectionPeriodRrmNr(v CollectionPeriodRrmNrType) + func (o *TraceJobAttr) SetCollectionPeriodRrmUmts(v CollectionPeriodRrmUmtsType) + func (o *TraceJobAttr) SetEventListForEventTriggeredMeasurement(v EventListForEventTriggeredMeasurementType) + func (o *TraceJobAttr) SetEventThreshold(v EventThresholdType) + func (o *TraceJobAttr) SetEventThresholdL1(v EventThresholdL1Type) + func (o *TraceJobAttr) SetEventThresholdUphUmts(v int32) + func (o *TraceJobAttr) SetExcessPacketDelayThresholds(v map[string]interface{}) + func (o *TraceJobAttr) SetHysteresisL1(v int32) + func (o *TraceJobAttr) SetJobId(v string) + func (o *TraceJobAttr) SetJobType(v JobTypeType) + func (o *TraceJobAttr) SetListOfInterfaces(v ListOfInterfacesType) + func (o *TraceJobAttr) SetListOfMeasurements(v ListOfMeasurementsType) + func (o *TraceJobAttr) SetListOfNeTypes(v []string) + func (o *TraceJobAttr) SetLoggingDuration(v LoggingDurationType) + func (o *TraceJobAttr) SetLoggingInterval(v LoggingIntervalType) + func (o *TraceJobAttr) SetMbsfnAreaList(v []MbsfnArea) + func (o *TraceJobAttr) SetMeasurementPeriodLte(v MeasurementPeriodLteType) + func (o *TraceJobAttr) SetMeasurementPeriodUmts(v MeasurementPeriodUmtsType) + func (o *TraceJobAttr) SetMeasurementQuantity(v MeasurementQuantityType) + func (o *TraceJobAttr) SetPlmnList(v []PlmnListTypeInner) + func (o *TraceJobAttr) SetPlmnTarget(v PlmnTargetType) + func (o *TraceJobAttr) SetPositioningMethod(v PositioningMethodType) + func (o *TraceJobAttr) SetReportAmount(v ReportAmountType) + func (o *TraceJobAttr) SetReportInterval(v ReportIntervalType) + func (o *TraceJobAttr) SetReportType(v ReportTypeType) + func (o *TraceJobAttr) SetReportingTrigger(v []string) + func (o *TraceJobAttr) SetSensorInformation(v []string) + func (o *TraceJobAttr) SetTimeToTriggerL1(v TimeToTriggerL1Type) + func (o *TraceJobAttr) SetTraceCollectionEntityId(v int32) + func (o *TraceJobAttr) SetTraceCollectionEntityIpAddress(v IpAddr) + func (o *TraceJobAttr) SetTraceDepth(v TraceDepthType) + func (o *TraceJobAttr) SetTraceRecordingSessionReference(v string) + func (o *TraceJobAttr) SetTraceReference(v TraceReferenceType) + func (o *TraceJobAttr) SetTraceReportingConsumerUri(v string) + func (o *TraceJobAttr) SetTraceReportingFormat(v TraceReportingFormatType) + func (o *TraceJobAttr) SetTraceTarget(v TraceTargetType) + func (o *TraceJobAttr) SetTriggeringEvents(v TriggeringEventsType) + func (o TraceJobAttr) MarshalJSON() ([]byte, error) + func (o TraceJobAttr) ToMap() (map[string]interface{}, error) + type TraceJobSingle struct + Attributes *TraceJobAttr + Files []FilesSingle + Id NullableString + ObjectClass *string + ObjectInstance *string + VsDataContainer []VsDataContainerSingle + func NewTraceJobSingle(id NullableString) *TraceJobSingle + func NewTraceJobSingleWithDefaults() *TraceJobSingle + func (o *TraceJobSingle) GetAttributes() TraceJobAttr + func (o *TraceJobSingle) GetAttributesOk() (*TraceJobAttr, bool) + func (o *TraceJobSingle) GetFiles() []FilesSingle + func (o *TraceJobSingle) GetFilesOk() ([]FilesSingle, bool) + func (o *TraceJobSingle) GetId() string + func (o *TraceJobSingle) GetIdOk() (*string, bool) + func (o *TraceJobSingle) GetObjectClass() string + func (o *TraceJobSingle) GetObjectClassOk() (*string, bool) + func (o *TraceJobSingle) GetObjectInstance() string + func (o *TraceJobSingle) GetObjectInstanceOk() (*string, bool) + func (o *TraceJobSingle) GetVsDataContainer() []VsDataContainerSingle + func (o *TraceJobSingle) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *TraceJobSingle) HasAttributes() bool + func (o *TraceJobSingle) HasFiles() bool + func (o *TraceJobSingle) HasObjectClass() bool + func (o *TraceJobSingle) HasObjectInstance() bool + func (o *TraceJobSingle) HasVsDataContainer() bool + func (o *TraceJobSingle) SetAttributes(v TraceJobAttr) + func (o *TraceJobSingle) SetFiles(v []FilesSingle) + func (o *TraceJobSingle) SetId(v string) + func (o *TraceJobSingle) SetObjectClass(v string) + func (o *TraceJobSingle) SetObjectInstance(v string) + func (o *TraceJobSingle) SetVsDataContainer(v []VsDataContainerSingle) + func (o TraceJobSingle) MarshalJSON() ([]byte, error) + func (o TraceJobSingle) ToMap() (map[string]interface{}, error) + type TraceJobSingleAllOf struct + Attributes *TraceJobAttr + Files []FilesSingle + func NewTraceJobSingleAllOf() *TraceJobSingleAllOf + func NewTraceJobSingleAllOfWithDefaults() *TraceJobSingleAllOf + func (o *TraceJobSingleAllOf) GetAttributes() TraceJobAttr + func (o *TraceJobSingleAllOf) GetAttributesOk() (*TraceJobAttr, bool) + func (o *TraceJobSingleAllOf) GetFiles() []FilesSingle + func (o *TraceJobSingleAllOf) GetFilesOk() ([]FilesSingle, bool) + func (o *TraceJobSingleAllOf) HasAttributes() bool + func (o *TraceJobSingleAllOf) HasFiles() bool + func (o *TraceJobSingleAllOf) SetAttributes(v TraceJobAttr) + func (o *TraceJobSingleAllOf) SetFiles(v []FilesSingle) + func (o TraceJobSingleAllOf) MarshalJSON() ([]byte, error) + func (o TraceJobSingleAllOf) ToMap() (map[string]interface{}, error) + type TraceReferenceType struct + Mcc string + Mnc string + TraceId string + func NewTraceReferenceType(mcc string, mnc string, traceId string) *TraceReferenceType + func NewTraceReferenceTypeWithDefaults() *TraceReferenceType + func (o *TraceReferenceType) GetMcc() string + func (o *TraceReferenceType) GetMccOk() (*string, bool) + func (o *TraceReferenceType) GetMnc() string + func (o *TraceReferenceType) GetMncOk() (*string, bool) + func (o *TraceReferenceType) GetTraceId() string + func (o *TraceReferenceType) GetTraceIdOk() (*string, bool) + func (o *TraceReferenceType) SetMcc(v string) + func (o *TraceReferenceType) SetMnc(v string) + func (o *TraceReferenceType) SetTraceId(v string) + func (o TraceReferenceType) MarshalJSON() ([]byte, error) + func (o TraceReferenceType) ToMap() (map[string]interface{}, error) + type TraceReportingFormatType string + const FILE_BASED + const STREAMING + func NewTraceReportingFormatTypeFromValue(v string) (*TraceReportingFormatType, error) + func (v *TraceReportingFormatType) UnmarshalJSON(src []byte) error + func (v TraceReportingFormatType) IsValid() bool + func (v TraceReportingFormatType) Ptr() *TraceReportingFormatType + type TraceTargetType struct + TargetIdType string + TargetIdValue string + func NewTraceTargetType(targetIdType string, targetIdValue string) *TraceTargetType + func NewTraceTargetTypeWithDefaults() *TraceTargetType + func (o *TraceTargetType) GetTargetIdType() string + func (o *TraceTargetType) GetTargetIdTypeOk() (*string, bool) + func (o *TraceTargetType) GetTargetIdValue() string + func (o *TraceTargetType) GetTargetIdValueOk() (*string, bool) + func (o *TraceTargetType) SetTargetIdType(v string) + func (o *TraceTargetType) SetTargetIdValue(v string) + func (o TraceTargetType) MarshalJSON() ([]byte, error) + func (o TraceTargetType) ToMap() (map[string]interface{}, error) + type TrainingProcessMonitor struct + MLTrainingProcessId *string + ProgressPercentage *int32 + ProgressStateInfo *string + ResultStateInfo *string + Status *string + func NewTrainingProcessMonitor() *TrainingProcessMonitor + func NewTrainingProcessMonitorWithDefaults() *TrainingProcessMonitor + func (o *TrainingProcessMonitor) GetMLTrainingProcessId() string + func (o *TrainingProcessMonitor) GetMLTrainingProcessIdOk() (*string, bool) + func (o *TrainingProcessMonitor) GetProgressPercentage() int32 + func (o *TrainingProcessMonitor) GetProgressPercentageOk() (*int32, bool) + func (o *TrainingProcessMonitor) GetProgressStateInfo() string + func (o *TrainingProcessMonitor) GetProgressStateInfoOk() (*string, bool) + func (o *TrainingProcessMonitor) GetResultStateInfo() string + func (o *TrainingProcessMonitor) GetResultStateInfoOk() (*string, bool) + func (o *TrainingProcessMonitor) GetStatus() string + func (o *TrainingProcessMonitor) GetStatusOk() (*string, bool) + func (o *TrainingProcessMonitor) HasMLTrainingProcessId() bool + func (o *TrainingProcessMonitor) HasProgressPercentage() bool + func (o *TrainingProcessMonitor) HasProgressStateInfo() bool + func (o *TrainingProcessMonitor) HasResultStateInfo() bool + func (o *TrainingProcessMonitor) HasStatus() bool + func (o *TrainingProcessMonitor) SetMLTrainingProcessId(v string) + func (o *TrainingProcessMonitor) SetProgressPercentage(v int32) + func (o *TrainingProcessMonitor) SetProgressStateInfo(v string) + func (o *TrainingProcessMonitor) SetResultStateInfo(v string) + func (o *TrainingProcessMonitor) SetStatus(v string) + func (o TrainingProcessMonitor) MarshalJSON() ([]byte, error) + func (o TrainingProcessMonitor) ToMap() (map[string]interface{}, error) + type TrendIndication string + const LESS_SEVERE + const MORE_SEVERE + const NO_CHANGE + func NewTrendIndicationFromValue(v string) (*TrendIndication, error) + func (v *TrendIndication) UnmarshalJSON(src []byte) error + func (v TrendIndication) IsValid() bool + func (v TrendIndication) Ptr() *TrendIndication + type TriggeringEventsType struct + AMF []string + AUSF []string + BM_SC []string + GGSN []string + IMS []string + MGW []string + MME []string + MSC_SERVER []string + NEF []string + NRF []string + NSSF []string + PCF []string + PGW []string + SGSN []string + SGW []string + SMF []string + SMSF []string + UDM []string + UPF []string + func NewTriggeringEventsType() *TriggeringEventsType + func NewTriggeringEventsTypeWithDefaults() *TriggeringEventsType + func (o *TriggeringEventsType) GetAMF() []string + func (o *TriggeringEventsType) GetAMFOk() ([]string, bool) + func (o *TriggeringEventsType) GetAUSF() []string + func (o *TriggeringEventsType) GetAUSFOk() ([]string, bool) + func (o *TriggeringEventsType) GetBM_SC() []string + func (o *TriggeringEventsType) GetBM_SCOk() ([]string, bool) + func (o *TriggeringEventsType) GetGGSN() []string + func (o *TriggeringEventsType) GetGGSNOk() ([]string, bool) + func (o *TriggeringEventsType) GetIMS() []string + func (o *TriggeringEventsType) GetIMSOk() ([]string, bool) + func (o *TriggeringEventsType) GetMGW() []string + func (o *TriggeringEventsType) GetMGWOk() ([]string, bool) + func (o *TriggeringEventsType) GetMME() []string + func (o *TriggeringEventsType) GetMMEOk() ([]string, bool) + func (o *TriggeringEventsType) GetMSC_SERVER() []string + func (o *TriggeringEventsType) GetMSC_SERVEROk() ([]string, bool) + func (o *TriggeringEventsType) GetNEF() []string + func (o *TriggeringEventsType) GetNEFOk() ([]string, bool) + func (o *TriggeringEventsType) GetNRF() []string + func (o *TriggeringEventsType) GetNRFOk() ([]string, bool) + func (o *TriggeringEventsType) GetNSSF() []string + func (o *TriggeringEventsType) GetNSSFOk() ([]string, bool) + func (o *TriggeringEventsType) GetPCF() []string + func (o *TriggeringEventsType) GetPCFOk() ([]string, bool) + func (o *TriggeringEventsType) GetPGW() []string + func (o *TriggeringEventsType) GetPGWOk() ([]string, bool) + func (o *TriggeringEventsType) GetSGSN() []string + func (o *TriggeringEventsType) GetSGSNOk() ([]string, bool) + func (o *TriggeringEventsType) GetSGW() []string + func (o *TriggeringEventsType) GetSGWOk() ([]string, bool) + func (o *TriggeringEventsType) GetSMF() []string + func (o *TriggeringEventsType) GetSMFOk() ([]string, bool) + func (o *TriggeringEventsType) GetSMSF() []string + func (o *TriggeringEventsType) GetSMSFOk() ([]string, bool) + func (o *TriggeringEventsType) GetUDM() []string + func (o *TriggeringEventsType) GetUDMOk() ([]string, bool) + func (o *TriggeringEventsType) GetUPF() []string + func (o *TriggeringEventsType) GetUPFOk() ([]string, bool) + func (o *TriggeringEventsType) HasAMF() bool + func (o *TriggeringEventsType) HasAUSF() bool + func (o *TriggeringEventsType) HasBM_SC() bool + func (o *TriggeringEventsType) HasGGSN() bool + func (o *TriggeringEventsType) HasIMS() bool + func (o *TriggeringEventsType) HasMGW() bool + func (o *TriggeringEventsType) HasMME() bool + func (o *TriggeringEventsType) HasMSC_SERVER() bool + func (o *TriggeringEventsType) HasNEF() bool + func (o *TriggeringEventsType) HasNRF() bool + func (o *TriggeringEventsType) HasNSSF() bool + func (o *TriggeringEventsType) HasPCF() bool + func (o *TriggeringEventsType) HasPGW() bool + func (o *TriggeringEventsType) HasSGSN() bool + func (o *TriggeringEventsType) HasSGW() bool + func (o *TriggeringEventsType) HasSMF() bool + func (o *TriggeringEventsType) HasSMSF() bool + func (o *TriggeringEventsType) HasUDM() bool + func (o *TriggeringEventsType) HasUPF() bool + func (o *TriggeringEventsType) SetAMF(v []string) + func (o *TriggeringEventsType) SetAUSF(v []string) + func (o *TriggeringEventsType) SetBM_SC(v []string) + func (o *TriggeringEventsType) SetGGSN(v []string) + func (o *TriggeringEventsType) SetIMS(v []string) + func (o *TriggeringEventsType) SetMGW(v []string) + func (o *TriggeringEventsType) SetMME(v []string) + func (o *TriggeringEventsType) SetMSC_SERVER(v []string) + func (o *TriggeringEventsType) SetNEF(v []string) + func (o *TriggeringEventsType) SetNRF(v []string) + func (o *TriggeringEventsType) SetNSSF(v []string) + func (o *TriggeringEventsType) SetPCF(v []string) + func (o *TriggeringEventsType) SetPGW(v []string) + func (o *TriggeringEventsType) SetSGSN(v []string) + func (o *TriggeringEventsType) SetSGW(v []string) + func (o *TriggeringEventsType) SetSMF(v []string) + func (o *TriggeringEventsType) SetSMSF(v []string) + func (o *TriggeringEventsType) SetUDM(v []string) + func (o *TriggeringEventsType) SetUPF(v []string) + func (o TriggeringEventsType) MarshalJSON() ([]byte, error) + func (o TriggeringEventsType) ToMap() (map[string]interface{}, error) + type UsageState string + const ACTIVE + const BUSY + const IDEL + func NewUsageStateFromValue(v string) (*UsageState, error) + func (v *UsageState) UnmarshalJSON(src []byte) error + func (v UsageState) IsValid() bool + func (v UsageState) Ptr() *UsageState + type VnfParameter struct + AutoScalable *bool + FlavourId *string + VnfInstanceId *string + VnfdId *string + func NewVnfParameter() *VnfParameter + func NewVnfParameterWithDefaults() *VnfParameter + func (o *VnfParameter) GetAutoScalable() bool + func (o *VnfParameter) GetAutoScalableOk() (*bool, bool) + func (o *VnfParameter) GetFlavourId() string + func (o *VnfParameter) GetFlavourIdOk() (*string, bool) + func (o *VnfParameter) GetVnfInstanceId() string + func (o *VnfParameter) GetVnfInstanceIdOk() (*string, bool) + func (o *VnfParameter) GetVnfdId() string + func (o *VnfParameter) GetVnfdIdOk() (*string, bool) + func (o *VnfParameter) HasAutoScalable() bool + func (o *VnfParameter) HasFlavourId() bool + func (o *VnfParameter) HasVnfInstanceId() bool + func (o *VnfParameter) HasVnfdId() bool + func (o *VnfParameter) SetAutoScalable(v bool) + func (o *VnfParameter) SetFlavourId(v string) + func (o *VnfParameter) SetVnfInstanceId(v string) + func (o *VnfParameter) SetVnfdId(v string) + func (o VnfParameter) MarshalJSON() ([]byte, error) + func (o VnfParameter) ToMap() (map[string]interface{}, error) + type VsDataContainerSingle struct + Attributes *VsDataContainerSingleAttributes + Id *string + VsDataContainer []VsDataContainerSingle + func NewVsDataContainerSingle() *VsDataContainerSingle + func NewVsDataContainerSingleWithDefaults() *VsDataContainerSingle + func (o *VsDataContainerSingle) GetAttributes() VsDataContainerSingleAttributes + func (o *VsDataContainerSingle) GetAttributesOk() (*VsDataContainerSingleAttributes, bool) + func (o *VsDataContainerSingle) GetId() string + func (o *VsDataContainerSingle) GetIdOk() (*string, bool) + func (o *VsDataContainerSingle) GetVsDataContainer() []VsDataContainerSingle + func (o *VsDataContainerSingle) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *VsDataContainerSingle) HasAttributes() bool + func (o *VsDataContainerSingle) HasId() bool + func (o *VsDataContainerSingle) HasVsDataContainer() bool + func (o *VsDataContainerSingle) SetAttributes(v VsDataContainerSingleAttributes) + func (o *VsDataContainerSingle) SetId(v string) + func (o *VsDataContainerSingle) SetVsDataContainer(v []VsDataContainerSingle) + func (o VsDataContainerSingle) MarshalJSON() ([]byte, error) + func (o VsDataContainerSingle) ToMap() (map[string]interface{}, error) + type VsDataContainerSingleAttributes struct + VsData interface{} + VsDataFormatVersion *string + VsDataType *string + func NewVsDataContainerSingleAttributes() *VsDataContainerSingleAttributes + func NewVsDataContainerSingleAttributesWithDefaults() *VsDataContainerSingleAttributes + func (o *VsDataContainerSingleAttributes) GetVsData() interface{} + func (o *VsDataContainerSingleAttributes) GetVsDataFormatVersion() string + func (o *VsDataContainerSingleAttributes) GetVsDataFormatVersionOk() (*string, bool) + func (o *VsDataContainerSingleAttributes) GetVsDataOk() (*interface{}, bool) + func (o *VsDataContainerSingleAttributes) GetVsDataType() string + func (o *VsDataContainerSingleAttributes) GetVsDataTypeOk() (*string, bool) + func (o *VsDataContainerSingleAttributes) HasVsData() bool + func (o *VsDataContainerSingleAttributes) HasVsDataFormatVersion() bool + func (o *VsDataContainerSingleAttributes) HasVsDataType() bool + func (o *VsDataContainerSingleAttributes) SetVsData(v interface{}) + func (o *VsDataContainerSingleAttributes) SetVsDataFormatVersion(v string) + func (o *VsDataContainerSingleAttributes) SetVsDataType(v string) + func (o VsDataContainerSingleAttributes) MarshalJSON() ([]byte, error) + func (o VsDataContainerSingleAttributes) ToMap() (map[string]interface{}, error)