Name | Type | Description | Notes |
---|---|---|---|
Dimension | Pointer to string | The dropped high cardinality dimension. | [optional] |
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
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
func (o *HighCardinalityDimensionDroppedTracker) GetDimension() string
GetDimension returns the Dimension field if non-nil, zero value otherwise.
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.
func (o *HighCardinalityDimensionDroppedTracker) SetDimension(v string)
SetDimension sets Dimension field to given value.
func (o *HighCardinalityDimensionDroppedTracker) HasDimension() bool
HasDimension returns a boolean if a field has been set.