Skip to content

Latest commit

 

History

History
77 lines (42 loc) · 2.08 KB

File metadata and controls

77 lines (42 loc) · 2.08 KB

OtelMappingItem

Properties

Name Type Description Notes
Name string
Identifier Pointer to string [optional]

Methods

NewOtelMappingItem

func NewOtelMappingItem(name string, ) *OtelMappingItem

NewOtelMappingItem instantiates a new OtelMappingItem 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

NewOtelMappingItemWithDefaults

func NewOtelMappingItemWithDefaults() *OtelMappingItem

NewOtelMappingItemWithDefaults instantiates a new OtelMappingItem 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

GetName

func (o *OtelMappingItem) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *OtelMappingItem) 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.

SetName

func (o *OtelMappingItem) SetName(v string)

SetName sets Name field to given value.

GetIdentifier

func (o *OtelMappingItem) GetIdentifier() string

GetIdentifier returns the Identifier field if non-nil, zero value otherwise.

GetIdentifierOk

func (o *OtelMappingItem) 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.

SetIdentifier

func (o *OtelMappingItem) SetIdentifier(v string)

SetIdentifier sets Identifier field to given value.

HasIdentifier

func (o *OtelMappingItem) HasIdentifier() bool

HasIdentifier returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]