OutlierFeatureTranslation
Properties
Name | Type | Description | Notes |
---|---|---|---|
DisplayName | Pointer to TranslationMessage | [optional] | |
Description | Pointer to TranslationMessage | [optional] |
Methods
NewOutlierFeatureTranslation
func NewOutlierFeatureTranslation() *OutlierFeatureTranslation
NewOutlierFeatureTranslation instantiates a new OutlierFeatureTranslation 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
NewOutlierFeatureTranslationWithDefaults
func NewOutlierFeatureTranslationWithDefaults() *OutlierFeatureTranslation
NewOutlierFeatureTranslationWithDefaults instantiates a new OutlierFeatureTranslation 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
GetDisplayName
func (o *OutlierFeatureTranslation) GetDisplayName() TranslationMessage
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
GetDisplayNameOk
func (o *OutlierFeatureTranslation) GetDisplayNameOk() (*TranslationMessage, bool)
GetDisplayNameOk returns a tuple with the DisplayName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetDisplayName
func (o *OutlierFeatureTranslation) SetDisplayName(v TranslationMessage)
SetDisplayName sets DisplayName field to given value.
HasDisplayName
func (o *OutlierFeatureTranslation) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
GetDescription
func (o *OutlierFeatureTranslation) GetDescription() TranslationMessage
GetDescription returns the Description field if non-nil, zero value otherwise.
GetDescriptionOk
func (o *OutlierFeatureTranslation) GetDescriptionOk() (*TranslationMessage, 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.
SetDescription
func (o *OutlierFeatureTranslation) SetDescription(v TranslationMessage)
SetDescription sets Description field to given value.
HasDescription
func (o *OutlierFeatureTranslation) HasDescription() bool
HasDescription returns a boolean if a field has been set.