| Name | Type | Description | Notes |
|---|---|---|---|
| Condition | Pointer to string | A Cel expression that must return a boolean | [optional] |
| Action | Pointer to OtelInputConditionAction | [optional] | |
| Metric | Pointer to OtelInputMetric | [optional] | |
| Span | Pointer to OtelInputSpan | [optional] |
func NewOtelInputScope() *OtelInputScope
NewOtelInputScope instantiates a new OtelInputScope 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 NewOtelInputScopeWithDefaults() *OtelInputScope
NewOtelInputScopeWithDefaults instantiates a new OtelInputScope 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 *OtelInputScope) GetCondition() string
GetCondition returns the Condition field if non-nil, zero value otherwise.
func (o *OtelInputScope) GetConditionOk() (*string, bool)
GetConditionOk returns a tuple with the Condition field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OtelInputScope) SetCondition(v string)
SetCondition sets Condition field to given value.
func (o *OtelInputScope) HasCondition() bool
HasCondition returns a boolean if a field has been set.
func (o *OtelInputScope) GetAction() OtelInputConditionAction
GetAction returns the Action field if non-nil, zero value otherwise.
func (o *OtelInputScope) GetActionOk() (*OtelInputConditionAction, bool)
GetActionOk returns a tuple with the Action field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OtelInputScope) SetAction(v OtelInputConditionAction)
SetAction sets Action field to given value.
func (o *OtelInputScope) HasAction() bool
HasAction returns a boolean if a field has been set.
func (o *OtelInputScope) GetMetric() OtelInputMetric
GetMetric returns the Metric field if non-nil, zero value otherwise.
func (o *OtelInputScope) GetMetricOk() (*OtelInputMetric, bool)
GetMetricOk returns a tuple with the Metric field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OtelInputScope) SetMetric(v OtelInputMetric)
SetMetric sets Metric field to given value.
func (o *OtelInputScope) HasMetric() bool
HasMetric returns a boolean if a field has been set.
func (o *OtelInputScope) GetSpan() OtelInputSpan
GetSpan returns the Span field if non-nil, zero value otherwise.
func (o *OtelInputScope) GetSpanOk() (*OtelInputSpan, bool)
GetSpanOk returns a tuple with the Span field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OtelInputScope) SetSpan(v OtelInputSpan)
SetSpan sets Span field to given value.
func (o *OtelInputScope) HasSpan() bool
HasSpan returns a boolean if a field has been set.