Name | Type | Description | Notes |
---|---|---|---|
EmailTokenizerInfo | Pointer to EmailTokenizerInfo | [optional] | |
KeyName | Pointer to string | [optional] | |
RegexpTokenizerInfo | Pointer to RegexpTokenizerInfo | [optional] | |
TemplateType | Pointer to string | [optional] | |
Tweak | Pointer to string | Tweak used in the case of internal tweak type | [optional] |
TweakType | Pointer to string | [optional] |
func NewVaultlessTokenizerInfo() *VaultlessTokenizerInfo
NewVaultlessTokenizerInfo instantiates a new VaultlessTokenizerInfo 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 NewVaultlessTokenizerInfoWithDefaults() *VaultlessTokenizerInfo
NewVaultlessTokenizerInfoWithDefaults instantiates a new VaultlessTokenizerInfo 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 *VaultlessTokenizerInfo) GetEmailTokenizerInfo() EmailTokenizerInfo
GetEmailTokenizerInfo returns the EmailTokenizerInfo field if non-nil, zero value otherwise.
func (o *VaultlessTokenizerInfo) GetEmailTokenizerInfoOk() (*EmailTokenizerInfo, bool)
GetEmailTokenizerInfoOk returns a tuple with the EmailTokenizerInfo field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VaultlessTokenizerInfo) SetEmailTokenizerInfo(v EmailTokenizerInfo)
SetEmailTokenizerInfo sets EmailTokenizerInfo field to given value.
func (o *VaultlessTokenizerInfo) HasEmailTokenizerInfo() bool
HasEmailTokenizerInfo returns a boolean if a field has been set.
func (o *VaultlessTokenizerInfo) GetKeyName() string
GetKeyName returns the KeyName field if non-nil, zero value otherwise.
func (o *VaultlessTokenizerInfo) GetKeyNameOk() (*string, bool)
GetKeyNameOk returns a tuple with the KeyName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VaultlessTokenizerInfo) SetKeyName(v string)
SetKeyName sets KeyName field to given value.
func (o *VaultlessTokenizerInfo) HasKeyName() bool
HasKeyName returns a boolean if a field has been set.
func (o *VaultlessTokenizerInfo) GetRegexpTokenizerInfo() RegexpTokenizerInfo
GetRegexpTokenizerInfo returns the RegexpTokenizerInfo field if non-nil, zero value otherwise.
func (o *VaultlessTokenizerInfo) GetRegexpTokenizerInfoOk() (*RegexpTokenizerInfo, bool)
GetRegexpTokenizerInfoOk returns a tuple with the RegexpTokenizerInfo field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VaultlessTokenizerInfo) SetRegexpTokenizerInfo(v RegexpTokenizerInfo)
SetRegexpTokenizerInfo sets RegexpTokenizerInfo field to given value.
func (o *VaultlessTokenizerInfo) HasRegexpTokenizerInfo() bool
HasRegexpTokenizerInfo returns a boolean if a field has been set.
func (o *VaultlessTokenizerInfo) GetTemplateType() string
GetTemplateType returns the TemplateType field if non-nil, zero value otherwise.
func (o *VaultlessTokenizerInfo) GetTemplateTypeOk() (*string, bool)
GetTemplateTypeOk returns a tuple with the TemplateType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VaultlessTokenizerInfo) SetTemplateType(v string)
SetTemplateType sets TemplateType field to given value.
func (o *VaultlessTokenizerInfo) HasTemplateType() bool
HasTemplateType returns a boolean if a field has been set.
func (o *VaultlessTokenizerInfo) GetTweak() string
GetTweak returns the Tweak field if non-nil, zero value otherwise.
func (o *VaultlessTokenizerInfo) GetTweakOk() (*string, bool)
GetTweakOk returns a tuple with the Tweak field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VaultlessTokenizerInfo) SetTweak(v string)
SetTweak sets Tweak field to given value.
func (o *VaultlessTokenizerInfo) HasTweak() bool
HasTweak returns a boolean if a field has been set.
func (o *VaultlessTokenizerInfo) GetTweakType() string
GetTweakType returns the TweakType field if non-nil, zero value otherwise.
func (o *VaultlessTokenizerInfo) GetTweakTypeOk() (*string, bool)
GetTweakTypeOk returns a tuple with the TweakType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VaultlessTokenizerInfo) SetTweakType(v string)
SetTweakType sets TweakType field to given value.
func (o *VaultlessTokenizerInfo) HasTweakType() bool
HasTweakType returns a boolean if a field has been set.