| Name | Type | Description | Notes |
|---|---|---|---|
| Level | MessageLevel | ||
| Message | string | ||
| IssueId | Pointer to string | [optional] |
func NewOtelMappingError(level MessageLevel, message string, ) *OtelMappingError
NewOtelMappingError instantiates a new OtelMappingError 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 NewOtelMappingErrorWithDefaults() *OtelMappingError
NewOtelMappingErrorWithDefaults instantiates a new OtelMappingError 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 *OtelMappingError) GetLevel() MessageLevel
GetLevel returns the Level field if non-nil, zero value otherwise.
func (o *OtelMappingError) GetLevelOk() (*MessageLevel, bool)
GetLevelOk returns a tuple with the Level field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OtelMappingError) SetLevel(v MessageLevel)
SetLevel sets Level field to given value.
func (o *OtelMappingError) GetMessage() string
GetMessage returns the Message field if non-nil, zero value otherwise.
func (o *OtelMappingError) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OtelMappingError) SetMessage(v string)
SetMessage sets Message field to given value.
func (o *OtelMappingError) GetIssueId() string
GetIssueId returns the IssueId field if non-nil, zero value otherwise.
func (o *OtelMappingError) GetIssueIdOk() (*string, bool)
GetIssueIdOk returns a tuple with the IssueId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OtelMappingError) SetIssueId(v string)
SetIssueId sets IssueId field to given value.
func (o *OtelMappingError) HasIssueId() bool
HasIssueId returns a boolean if a field has been set.