Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.75 KB

TranslationObject.md

File metadata and controls

56 lines (31 loc) · 1.75 KB

TranslationObject

Properties

Name Type Description Notes
TranslationKey Pointer to Translation [optional]

Methods

NewTranslationObject

func NewTranslationObject() *TranslationObject

NewTranslationObject instantiates a new TranslationObject 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

NewTranslationObjectWithDefaults

func NewTranslationObjectWithDefaults() *TranslationObject

NewTranslationObjectWithDefaults instantiates a new TranslationObject 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

GetTranslationKey

func (o *TranslationObject) GetTranslationKey() Translation

GetTranslationKey returns the TranslationKey field if non-nil, zero value otherwise.

GetTranslationKeyOk

func (o *TranslationObject) GetTranslationKeyOk() (*Translation, bool)

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

SetTranslationKey

func (o *TranslationObject) SetTranslationKey(v Translation)

SetTranslationKey sets TranslationKey field to given value.

HasTranslationKey

func (o *TranslationObject) HasTranslationKey() bool

HasTranslationKey returns a boolean if a field has been set.

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