mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-10 12:27:47 +00:00
empty method and model folders for go to start fixing build
This commit is contained in:
@@ -1,90 +0,0 @@
|
||||
---
|
||||
id: beta-outlier-feature-translation
|
||||
title: OutlierFeatureTranslation
|
||||
pagination_label: OutlierFeatureTranslation
|
||||
sidebar_label: OutlierFeatureTranslation
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'OutlierFeatureTranslation', 'BetaOutlierFeatureTranslation']
|
||||
slug: /tools/sdk/go/beta/models/outlier-feature-translation
|
||||
tags: ['SDK', 'Software Development Kit', 'OutlierFeatureTranslation', 'BetaOutlierFeatureTranslation']
|
||||
---
|
||||
|
||||
# OutlierFeatureTranslation
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**DisplayName** | Pointer to [**TranslationMessage**](translation-message) | | [optional]
|
||||
**Description** | Pointer to [**TranslationMessage**](translation-message) | | [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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user