| Name | Type | Description | Notes |
|---|---|---|---|
| Identifier | string | ||
| Name | string | ||
| Description | Pointer to string | [optional] | |
| Input | OtelInput | ||
| Output | OtelComponentMappingOutput | ||
| Vars | Pointer to []OtelVariableMapping | [optional] | |
| ExpireAfter | int64 |
func NewUpsertOtelComponentMappingsRequest(identifier string, name string, input OtelInput, output OtelComponentMappingOutput, expireAfter int64, ) *UpsertOtelComponentMappingsRequest
NewUpsertOtelComponentMappingsRequest instantiates a new UpsertOtelComponentMappingsRequest 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 NewUpsertOtelComponentMappingsRequestWithDefaults() *UpsertOtelComponentMappingsRequest
NewUpsertOtelComponentMappingsRequestWithDefaults instantiates a new UpsertOtelComponentMappingsRequest 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 *UpsertOtelComponentMappingsRequest) GetIdentifier() string
GetIdentifier returns the Identifier field if non-nil, zero value otherwise.
func (o *UpsertOtelComponentMappingsRequest) GetIdentifierOk() (*string, bool)
GetIdentifierOk returns a tuple with the Identifier field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpsertOtelComponentMappingsRequest) SetIdentifier(v string)
SetIdentifier sets Identifier field to given value.
func (o *UpsertOtelComponentMappingsRequest) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *UpsertOtelComponentMappingsRequest) 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 *UpsertOtelComponentMappingsRequest) SetName(v string)
SetName sets Name field to given value.
func (o *UpsertOtelComponentMappingsRequest) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *UpsertOtelComponentMappingsRequest) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpsertOtelComponentMappingsRequest) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *UpsertOtelComponentMappingsRequest) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *UpsertOtelComponentMappingsRequest) GetInput() OtelInput
GetInput returns the Input field if non-nil, zero value otherwise.
func (o *UpsertOtelComponentMappingsRequest) GetInputOk() (*OtelInput, bool)
GetInputOk returns a tuple with the Input field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpsertOtelComponentMappingsRequest) SetInput(v OtelInput)
SetInput sets Input field to given value.
func (o *UpsertOtelComponentMappingsRequest) GetOutput() OtelComponentMappingOutput
GetOutput returns the Output field if non-nil, zero value otherwise.
func (o *UpsertOtelComponentMappingsRequest) GetOutputOk() (*OtelComponentMappingOutput, bool)
GetOutputOk returns a tuple with the Output field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpsertOtelComponentMappingsRequest) SetOutput(v OtelComponentMappingOutput)
SetOutput sets Output field to given value.
func (o *UpsertOtelComponentMappingsRequest) GetVars() []OtelVariableMapping
GetVars returns the Vars field if non-nil, zero value otherwise.
func (o *UpsertOtelComponentMappingsRequest) GetVarsOk() (*[]OtelVariableMapping, bool)
GetVarsOk returns a tuple with the Vars field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpsertOtelComponentMappingsRequest) SetVars(v []OtelVariableMapping)
SetVars sets Vars field to given value.
func (o *UpsertOtelComponentMappingsRequest) HasVars() bool
HasVars returns a boolean if a field has been set.
func (o *UpsertOtelComponentMappingsRequest) GetExpireAfter() int64
GetExpireAfter returns the ExpireAfter field if non-nil, zero value otherwise.
func (o *UpsertOtelComponentMappingsRequest) GetExpireAfterOk() (*int64, bool)
GetExpireAfterOk returns a tuple with the ExpireAfter field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpsertOtelComponentMappingsRequest) SetExpireAfter(v int64)
SetExpireAfter sets ExpireAfter field to given value.