Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.98 KB

HighCardinalityDimensionDroppedTracker.md

File metadata and controls

56 lines (31 loc) · 1.98 KB

HighCardinalityDimensionDroppedTracker

Properties

Name Type Description Notes
Dimension Pointer to string The dropped high cardinality dimension. [optional]

Methods

NewHighCardinalityDimensionDroppedTracker

func NewHighCardinalityDimensionDroppedTracker() *HighCardinalityDimensionDroppedTracker

NewHighCardinalityDimensionDroppedTracker instantiates a new HighCardinalityDimensionDroppedTracker 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

NewHighCardinalityDimensionDroppedTrackerWithDefaults

func NewHighCardinalityDimensionDroppedTrackerWithDefaults() *HighCardinalityDimensionDroppedTracker

NewHighCardinalityDimensionDroppedTrackerWithDefaults instantiates a new HighCardinalityDimensionDroppedTracker 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

GetDimension

func (o *HighCardinalityDimensionDroppedTracker) GetDimension() string

GetDimension returns the Dimension field if non-nil, zero value otherwise.

GetDimensionOk

func (o *HighCardinalityDimensionDroppedTracker) GetDimensionOk() (*string, bool)

GetDimensionOk returns a tuple with the Dimension field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDimension

func (o *HighCardinalityDimensionDroppedTracker) SetDimension(v string)

SetDimension sets Dimension field to given value.

HasDimension

func (o *HighCardinalityDimensionDroppedTracker) HasDimension() bool

HasDimension returns a boolean if a field has been set.

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