| Name | Type | Description | Notes |
|---|---|---|---|
| Item | OtelMappingStatusItem | ||
| ErrorDetails | []OtelMappingError | ||
| Metrics | Pointer to OtelMappingMetrics | [optional] |
func NewOtelMappingStatus(item OtelMappingStatusItem, errorDetails []OtelMappingError, ) *OtelMappingStatus
NewOtelMappingStatus instantiates a new OtelMappingStatus object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOtelMappingStatusWithDefaults() *OtelMappingStatus
NewOtelMappingStatusWithDefaults instantiates a new OtelMappingStatus object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *OtelMappingStatus) GetItem() OtelMappingStatusItem
GetItem returns the Item field if non-nil, zero value otherwise.
func (o *OtelMappingStatus) GetItemOk() (*OtelMappingStatusItem, bool)
GetItemOk returns a tuple with the Item field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OtelMappingStatus) SetItem(v OtelMappingStatusItem)
SetItem sets Item field to given value.
func (o *OtelMappingStatus) GetErrorDetails() []OtelMappingError
GetErrorDetails returns the ErrorDetails field if non-nil, zero value otherwise.
func (o *OtelMappingStatus) GetErrorDetailsOk() (*[]OtelMappingError, bool)
GetErrorDetailsOk returns a tuple with the ErrorDetails field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OtelMappingStatus) SetErrorDetails(v []OtelMappingError)
SetErrorDetails sets ErrorDetails field to given value.
func (o *OtelMappingStatus) GetMetrics() OtelMappingMetrics
GetMetrics returns the Metrics field if non-nil, zero value otherwise.
func (o *OtelMappingStatus) GetMetricsOk() (*OtelMappingMetrics, bool)
GetMetricsOk returns a tuple with the Metrics field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OtelMappingStatus) SetMetrics(v OtelMappingMetrics)
SetMetrics sets Metrics field to given value.
func (o *OtelMappingStatus) HasMetrics() bool
HasMetrics returns a boolean if a field has been set.