| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to string | [optional] | |
| Name | Pointer to string | [optional] | |
| ServiceInstanceId | Pointer to string | [optional] | |
| ServiceNamespace | Pointer to string | [optional] | |
| ServiceName | Pointer to string | [optional] | |
| ExportUnconfirmedErrors | Pointer to bool | [optional] | |
| ExtraMetadata | Pointer to map[string]string | [optional] | |
| Metrics | Pointer to map[string]string | [optional] |
func NewOpenTelemetryRuleSet() *OpenTelemetryRuleSet
NewOpenTelemetryRuleSet instantiates a new OpenTelemetryRuleSet 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 NewOpenTelemetryRuleSetWithDefaults() *OpenTelemetryRuleSet
NewOpenTelemetryRuleSetWithDefaults instantiates a new OpenTelemetryRuleSet 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 *OpenTelemetryRuleSet) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *OpenTelemetryRuleSet) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OpenTelemetryRuleSet) SetId(v string)
SetId sets Id field to given value.
func (o *OpenTelemetryRuleSet) HasId() bool
HasId returns a boolean if a field has been set.
func (o *OpenTelemetryRuleSet) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *OpenTelemetryRuleSet) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OpenTelemetryRuleSet) SetName(v string)
SetName sets Name field to given value.
func (o *OpenTelemetryRuleSet) HasName() bool
HasName returns a boolean if a field has been set.
func (o *OpenTelemetryRuleSet) GetServiceInstanceId() string
GetServiceInstanceId returns the ServiceInstanceId field if non-nil, zero value otherwise.
func (o *OpenTelemetryRuleSet) GetServiceInstanceIdOk() (*string, bool)
GetServiceInstanceIdOk returns a tuple with the ServiceInstanceId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OpenTelemetryRuleSet) SetServiceInstanceId(v string)
SetServiceInstanceId sets ServiceInstanceId field to given value.
func (o *OpenTelemetryRuleSet) HasServiceInstanceId() bool
HasServiceInstanceId returns a boolean if a field has been set.
func (o *OpenTelemetryRuleSet) GetServiceNamespace() string
GetServiceNamespace returns the ServiceNamespace field if non-nil, zero value otherwise.
func (o *OpenTelemetryRuleSet) GetServiceNamespaceOk() (*string, bool)
GetServiceNamespaceOk returns a tuple with the ServiceNamespace field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OpenTelemetryRuleSet) SetServiceNamespace(v string)
SetServiceNamespace sets ServiceNamespace field to given value.
func (o *OpenTelemetryRuleSet) HasServiceNamespace() bool
HasServiceNamespace returns a boolean if a field has been set.
func (o *OpenTelemetryRuleSet) GetServiceName() string
GetServiceName returns the ServiceName field if non-nil, zero value otherwise.
func (o *OpenTelemetryRuleSet) GetServiceNameOk() (*string, bool)
GetServiceNameOk returns a tuple with the ServiceName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OpenTelemetryRuleSet) SetServiceName(v string)
SetServiceName sets ServiceName field to given value.
func (o *OpenTelemetryRuleSet) HasServiceName() bool
HasServiceName returns a boolean if a field has been set.
func (o *OpenTelemetryRuleSet) GetExportUnconfirmedErrors() bool
GetExportUnconfirmedErrors returns the ExportUnconfirmedErrors field if non-nil, zero value otherwise.
func (o *OpenTelemetryRuleSet) GetExportUnconfirmedErrorsOk() (*bool, bool)
GetExportUnconfirmedErrorsOk returns a tuple with the ExportUnconfirmedErrors field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OpenTelemetryRuleSet) SetExportUnconfirmedErrors(v bool)
SetExportUnconfirmedErrors sets ExportUnconfirmedErrors field to given value.
func (o *OpenTelemetryRuleSet) HasExportUnconfirmedErrors() bool
HasExportUnconfirmedErrors returns a boolean if a field has been set.
func (o *OpenTelemetryRuleSet) GetExtraMetadata() map[string]string
GetExtraMetadata returns the ExtraMetadata field if non-nil, zero value otherwise.
func (o *OpenTelemetryRuleSet) GetExtraMetadataOk() (*map[string]string, bool)
GetExtraMetadataOk returns a tuple with the ExtraMetadata field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OpenTelemetryRuleSet) SetExtraMetadata(v map[string]string)
SetExtraMetadata sets ExtraMetadata field to given value.
func (o *OpenTelemetryRuleSet) HasExtraMetadata() bool
HasExtraMetadata returns a boolean if a field has been set.
func (o *OpenTelemetryRuleSet) GetMetrics() map[string]string
GetMetrics returns the Metrics field if non-nil, zero value otherwise.
func (o *OpenTelemetryRuleSet) GetMetricsOk() (*map[string]string, 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 *OpenTelemetryRuleSet) SetMetrics(v map[string]string)
SetMetrics sets Metrics field to given value.
func (o *OpenTelemetryRuleSet) HasMetrics() bool
HasMetrics returns a boolean if a field has been set.