Skip to content

Latest commit

 

History

History
174 lines (97 loc) · 4.56 KB

CreateTranslationDetails.md

File metadata and controls

174 lines (97 loc) · 4.56 KB

CreateTranslationDetails

Properties

Name Type Description Notes
Cs Pointer to NullableTranslation [optional]
De Pointer to NullableTranslation [optional]
En Pointer to NullableTranslation [optional]
Sk Pointer to NullableTranslation [optional]

Methods

NewCreateTranslationDetails

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

NewCreateTranslationDetailsWithDefaults

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

GetCs

func (o *CreateTranslationDetails) GetCs() Translation

GetCs returns the Cs field if non-nil, zero value otherwise.

GetCsOk

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.

SetCs

func (o *CreateTranslationDetails) SetCs(v Translation)

SetCs sets Cs field to given value.

HasCs

func (o *CreateTranslationDetails) HasCs() bool

HasCs returns a boolean if a field has been set.

SetCsNil

func (o *CreateTranslationDetails) SetCsNil(b bool)

SetCsNil sets the value for Cs to be an explicit nil

UnsetCs

func (o *CreateTranslationDetails) UnsetCs()

UnsetCs ensures that no value is present for Cs, not even an explicit nil

GetDe

func (o *CreateTranslationDetails) GetDe() Translation

GetDe returns the De field if non-nil, zero value otherwise.

GetDeOk

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.

SetDe

func (o *CreateTranslationDetails) SetDe(v Translation)

SetDe sets De field to given value.

HasDe

func (o *CreateTranslationDetails) HasDe() bool

HasDe returns a boolean if a field has been set.

SetDeNil

func (o *CreateTranslationDetails) SetDeNil(b bool)

SetDeNil sets the value for De to be an explicit nil

UnsetDe

func (o *CreateTranslationDetails) UnsetDe()

UnsetDe ensures that no value is present for De, not even an explicit nil

GetEn

func (o *CreateTranslationDetails) GetEn() Translation

GetEn returns the En field if non-nil, zero value otherwise.

GetEnOk

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.

SetEn

func (o *CreateTranslationDetails) SetEn(v Translation)

SetEn sets En field to given value.

HasEn

func (o *CreateTranslationDetails) HasEn() bool

HasEn returns a boolean if a field has been set.

SetEnNil

func (o *CreateTranslationDetails) SetEnNil(b bool)

SetEnNil sets the value for En to be an explicit nil

UnsetEn

func (o *CreateTranslationDetails) UnsetEn()

UnsetEn ensures that no value is present for En, not even an explicit nil

GetSk

func (o *CreateTranslationDetails) GetSk() Translation

GetSk returns the Sk field if non-nil, zero value otherwise.

GetSkOk

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.

SetSk

func (o *CreateTranslationDetails) SetSk(v Translation)

SetSk sets Sk field to given value.

HasSk

func (o *CreateTranslationDetails) HasSk() bool

HasSk returns a boolean if a field has been set.

SetSkNil

func (o *CreateTranslationDetails) SetSkNil(b bool)

SetSkNil sets the value for Sk to be an explicit nil

UnsetSk

func (o *CreateTranslationDetails) UnsetSk()

UnsetSk ensures that no value is present for Sk, not even an explicit nil

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