Files
developer.sailpoint.com/docs/tools/sdk/go/Reference/V2024/Models/OutlierFeatureTranslation.md
2025-04-02 17:07:25 -04:00

2.9 KiB

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
v2024-outlier-feature-translation OutlierFeatureTranslation OutlierFeatureTranslation OutlierFeatureTranslation gosdk
go
Golang
sdk
OutlierFeatureTranslation
V2024OutlierFeatureTranslation
/tools/sdk/go/v2024/models/outlier-feature-translation
SDK
Software Development Kit
OutlierFeatureTranslation
V2024OutlierFeatureTranslation

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.