Name | Type | Description | Notes |
---|---|---|---|
Name | Pointer to string | [optional] | |
Description | Pointer to string | [optional] | |
ProjectIds | Pointer to []int64 | [optional] | |
FuzzyMatch | Pointer to bool | [optional] | |
IsDisabled | Pointer to bool | [optional] | |
IsPausedConsuming | Pointer to bool | [optional] | |
PopulateTranslationStatus | Pointer to TranslationStatus | [optional] | |
ContextLookup | Pointer to bool | [optional] | |
AllowAlternative | Pointer to bool | [optional] | |
AllowAlternativeHasSameRecordId | Pointer to bool | [optional] |
func NewUpdateTransMem() *UpdateTransMem
NewUpdateTransMem instantiates a new UpdateTransMem 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 NewUpdateTransMemWithDefaults() *UpdateTransMem
NewUpdateTransMemWithDefaults instantiates a new UpdateTransMem 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 *UpdateTransMem) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *UpdateTransMem) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateTransMem) SetName(v string)
SetName sets Name field to given value.
func (o *UpdateTransMem) HasName() bool
HasName returns a boolean if a field has been set.
func (o *UpdateTransMem) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *UpdateTransMem) GetDescriptionOk() (*string, 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.
func (o *UpdateTransMem) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *UpdateTransMem) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *UpdateTransMem) GetProjectIds() []int64
GetProjectIds returns the ProjectIds field if non-nil, zero value otherwise.
func (o *UpdateTransMem) GetProjectIdsOk() (*[]int64, bool)
GetProjectIdsOk returns a tuple with the ProjectIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateTransMem) SetProjectIds(v []int64)
SetProjectIds sets ProjectIds field to given value.
func (o *UpdateTransMem) HasProjectIds() bool
HasProjectIds returns a boolean if a field has been set.
func (o *UpdateTransMem) GetFuzzyMatch() bool
GetFuzzyMatch returns the FuzzyMatch field if non-nil, zero value otherwise.
func (o *UpdateTransMem) GetFuzzyMatchOk() (*bool, bool)
GetFuzzyMatchOk returns a tuple with the FuzzyMatch field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateTransMem) SetFuzzyMatch(v bool)
SetFuzzyMatch sets FuzzyMatch field to given value.
func (o *UpdateTransMem) HasFuzzyMatch() bool
HasFuzzyMatch returns a boolean if a field has been set.
func (o *UpdateTransMem) GetIsDisabled() bool
GetIsDisabled returns the IsDisabled field if non-nil, zero value otherwise.
func (o *UpdateTransMem) GetIsDisabledOk() (*bool, bool)
GetIsDisabledOk returns a tuple with the IsDisabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateTransMem) SetIsDisabled(v bool)
SetIsDisabled sets IsDisabled field to given value.
func (o *UpdateTransMem) HasIsDisabled() bool
HasIsDisabled returns a boolean if a field has been set.
func (o *UpdateTransMem) GetIsPausedConsuming() bool
GetIsPausedConsuming returns the IsPausedConsuming field if non-nil, zero value otherwise.
func (o *UpdateTransMem) GetIsPausedConsumingOk() (*bool, bool)
GetIsPausedConsumingOk returns a tuple with the IsPausedConsuming field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateTransMem) SetIsPausedConsuming(v bool)
SetIsPausedConsuming sets IsPausedConsuming field to given value.
func (o *UpdateTransMem) HasIsPausedConsuming() bool
HasIsPausedConsuming returns a boolean if a field has been set.
func (o *UpdateTransMem) GetPopulateTranslationStatus() TranslationStatus
GetPopulateTranslationStatus returns the PopulateTranslationStatus field if non-nil, zero value otherwise.
func (o *UpdateTransMem) GetPopulateTranslationStatusOk() (*TranslationStatus, bool)
GetPopulateTranslationStatusOk returns a tuple with the PopulateTranslationStatus field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateTransMem) SetPopulateTranslationStatus(v TranslationStatus)
SetPopulateTranslationStatus sets PopulateTranslationStatus field to given value.
func (o *UpdateTransMem) HasPopulateTranslationStatus() bool
HasPopulateTranslationStatus returns a boolean if a field has been set.
func (o *UpdateTransMem) GetContextLookup() bool
GetContextLookup returns the ContextLookup field if non-nil, zero value otherwise.
func (o *UpdateTransMem) GetContextLookupOk() (*bool, bool)
GetContextLookupOk returns a tuple with the ContextLookup field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateTransMem) SetContextLookup(v bool)
SetContextLookup sets ContextLookup field to given value.
func (o *UpdateTransMem) HasContextLookup() bool
HasContextLookup returns a boolean if a field has been set.
func (o *UpdateTransMem) GetAllowAlternative() bool
GetAllowAlternative returns the AllowAlternative field if non-nil, zero value otherwise.
func (o *UpdateTransMem) GetAllowAlternativeOk() (*bool, bool)
GetAllowAlternativeOk returns a tuple with the AllowAlternative field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateTransMem) SetAllowAlternative(v bool)
SetAllowAlternative sets AllowAlternative field to given value.
func (o *UpdateTransMem) HasAllowAlternative() bool
HasAllowAlternative returns a boolean if a field has been set.
func (o *UpdateTransMem) GetAllowAlternativeHasSameRecordId() bool
GetAllowAlternativeHasSameRecordId returns the AllowAlternativeHasSameRecordId field if non-nil, zero value otherwise.
func (o *UpdateTransMem) GetAllowAlternativeHasSameRecordIdOk() (*bool, bool)
GetAllowAlternativeHasSameRecordIdOk returns a tuple with the AllowAlternativeHasSameRecordId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateTransMem) SetAllowAlternativeHasSameRecordId(v bool)
SetAllowAlternativeHasSameRecordId sets AllowAlternativeHasSameRecordId field to given value.
func (o *UpdateTransMem) HasAllowAlternativeHasSameRecordId() bool
HasAllowAlternativeHasSameRecordId returns a boolean if a field has been set.