Name | Type | Description | Notes |
---|---|---|---|
Cs | Pointer to NullableTranslation | [optional] | |
De | Pointer to NullableTranslation | [optional] | |
En | Pointer to NullableTranslation | [optional] | |
Sk | Pointer to NullableTranslation | [optional] |
func NewCreateTranslationDetails() *CreateTranslationDetails
NewCreateTranslationDetails instantiates a new CreateTranslationDetails 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 NewCreateTranslationDetailsWithDefaults() *CreateTranslationDetails
NewCreateTranslationDetailsWithDefaults instantiates a new CreateTranslationDetails 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 *CreateTranslationDetails) GetCs() Translation
GetCs returns the Cs field if non-nil, zero value otherwise.
func (o *CreateTranslationDetails) GetCsOk() (*Translation, bool)
GetCsOk returns a tuple with the Cs field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateTranslationDetails) SetCs(v Translation)
SetCs sets Cs field to given value.
func (o *CreateTranslationDetails) HasCs() bool
HasCs returns a boolean if a field has been set.
func (o *CreateTranslationDetails) SetCsNil(b bool)
SetCsNil sets the value for Cs to be an explicit nil
func (o *CreateTranslationDetails) UnsetCs()
UnsetCs ensures that no value is present for Cs, not even an explicit nil
func (o *CreateTranslationDetails) GetDe() Translation
GetDe returns the De field if non-nil, zero value otherwise.
func (o *CreateTranslationDetails) GetDeOk() (*Translation, bool)
GetDeOk returns a tuple with the De field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateTranslationDetails) SetDe(v Translation)
SetDe sets De field to given value.
func (o *CreateTranslationDetails) HasDe() bool
HasDe returns a boolean if a field has been set.
func (o *CreateTranslationDetails) SetDeNil(b bool)
SetDeNil sets the value for De to be an explicit nil
func (o *CreateTranslationDetails) UnsetDe()
UnsetDe ensures that no value is present for De, not even an explicit nil
func (o *CreateTranslationDetails) GetEn() Translation
GetEn returns the En field if non-nil, zero value otherwise.
func (o *CreateTranslationDetails) GetEnOk() (*Translation, bool)
GetEnOk returns a tuple with the En field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateTranslationDetails) SetEn(v Translation)
SetEn sets En field to given value.
func (o *CreateTranslationDetails) HasEn() bool
HasEn returns a boolean if a field has been set.
func (o *CreateTranslationDetails) SetEnNil(b bool)
SetEnNil sets the value for En to be an explicit nil
func (o *CreateTranslationDetails) UnsetEn()
UnsetEn ensures that no value is present for En, not even an explicit nil
func (o *CreateTranslationDetails) GetSk() Translation
GetSk returns the Sk field if non-nil, zero value otherwise.
func (o *CreateTranslationDetails) GetSkOk() (*Translation, bool)
GetSkOk returns a tuple with the Sk field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateTranslationDetails) SetSk(v Translation)
SetSk sets Sk field to given value.
func (o *CreateTranslationDetails) HasSk() bool
HasSk returns a boolean if a field has been set.
func (o *CreateTranslationDetails) SetSkNil(b bool)
SetSkNil sets the value for Sk to be an explicit nil
func (o *CreateTranslationDetails) UnsetSk()
UnsetSk ensures that no value is present for Sk, not even an explicit nil