| Name | Type | Description | Notes |
|---|---|---|---|
| TemplateId | Pointer to int32 | [optional] | |
| SubjectPart | Pointer to NullableString | [optional] | |
| Regex | Pointer to NullableString | [optional] | |
| Error | Pointer to NullableString | [optional] | |
| CaseSensitive | Pointer to bool | [optional] |
func NewTemplatesTemplateRegexRequestResponseModel() *TemplatesTemplateRegexRequestResponseModel
NewTemplatesTemplateRegexRequestResponseModel instantiates a new TemplatesTemplateRegexRequestResponseModel 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 NewTemplatesTemplateRegexRequestResponseModelWithDefaults() *TemplatesTemplateRegexRequestResponseModel
NewTemplatesTemplateRegexRequestResponseModelWithDefaults instantiates a new TemplatesTemplateRegexRequestResponseModel 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 *TemplatesTemplateRegexRequestResponseModel) GetTemplateId() int32
GetTemplateId returns the TemplateId field if non-nil, zero value otherwise.
func (o *TemplatesTemplateRegexRequestResponseModel) GetTemplateIdOk() (*int32, bool)
GetTemplateIdOk returns a tuple with the TemplateId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TemplatesTemplateRegexRequestResponseModel) SetTemplateId(v int32)
SetTemplateId sets TemplateId field to given value.
func (o *TemplatesTemplateRegexRequestResponseModel) HasTemplateId() bool
HasTemplateId returns a boolean if a field has been set.
func (o *TemplatesTemplateRegexRequestResponseModel) GetSubjectPart() string
GetSubjectPart returns the SubjectPart field if non-nil, zero value otherwise.
func (o *TemplatesTemplateRegexRequestResponseModel) GetSubjectPartOk() (*string, bool)
GetSubjectPartOk returns a tuple with the SubjectPart field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TemplatesTemplateRegexRequestResponseModel) SetSubjectPart(v string)
SetSubjectPart sets SubjectPart field to given value.
func (o *TemplatesTemplateRegexRequestResponseModel) HasSubjectPart() bool
HasSubjectPart returns a boolean if a field has been set.
func (o *TemplatesTemplateRegexRequestResponseModel) SetSubjectPartNil(b bool)
SetSubjectPartNil sets the value for SubjectPart to be an explicit nil
func (o *TemplatesTemplateRegexRequestResponseModel) UnsetSubjectPart()
UnsetSubjectPart ensures that no value is present for SubjectPart, not even an explicit nil
func (o *TemplatesTemplateRegexRequestResponseModel) GetRegex() string
GetRegex returns the Regex field if non-nil, zero value otherwise.
func (o *TemplatesTemplateRegexRequestResponseModel) GetRegexOk() (*string, bool)
GetRegexOk returns a tuple with the Regex field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TemplatesTemplateRegexRequestResponseModel) SetRegex(v string)
SetRegex sets Regex field to given value.
func (o *TemplatesTemplateRegexRequestResponseModel) HasRegex() bool
HasRegex returns a boolean if a field has been set.
func (o *TemplatesTemplateRegexRequestResponseModel) SetRegexNil(b bool)
SetRegexNil sets the value for Regex to be an explicit nil
func (o *TemplatesTemplateRegexRequestResponseModel) UnsetRegex()
UnsetRegex ensures that no value is present for Regex, not even an explicit nil
func (o *TemplatesTemplateRegexRequestResponseModel) GetError() string
GetError returns the Error field if non-nil, zero value otherwise.
func (o *TemplatesTemplateRegexRequestResponseModel) GetErrorOk() (*string, bool)
GetErrorOk returns a tuple with the Error field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TemplatesTemplateRegexRequestResponseModel) SetError(v string)
SetError sets Error field to given value.
func (o *TemplatesTemplateRegexRequestResponseModel) HasError() bool
HasError returns a boolean if a field has been set.
func (o *TemplatesTemplateRegexRequestResponseModel) SetErrorNil(b bool)
SetErrorNil sets the value for Error to be an explicit nil
func (o *TemplatesTemplateRegexRequestResponseModel) UnsetError()
UnsetError ensures that no value is present for Error, not even an explicit nil
func (o *TemplatesTemplateRegexRequestResponseModel) GetCaseSensitive() bool
GetCaseSensitive returns the CaseSensitive field if non-nil, zero value otherwise.
func (o *TemplatesTemplateRegexRequestResponseModel) GetCaseSensitiveOk() (*bool, bool)
GetCaseSensitiveOk returns a tuple with the CaseSensitive field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TemplatesTemplateRegexRequestResponseModel) SetCaseSensitive(v bool)
SetCaseSensitive sets CaseSensitive field to given value.
func (o *TemplatesTemplateRegexRequestResponseModel) HasCaseSensitive() bool
HasCaseSensitive returns a boolean if a field has been set.