| Name | Type | Description | Notes |
|---|---|---|---|
| SubjectPart | Pointer to NullableString | The subject part to apply the regular expression to. | [optional] |
| Regex | Pointer to NullableString | The regular expression to apply to the subject part. | [optional] |
| Error | Pointer to NullableString | The error message to show when the regex validation fails. | [optional] |
| CaseSensitive | Pointer to bool | Whether or not the regular expression should be evaluated case-sensitively. | [optional] |
func NewTemplatesGlobalGlobalTemplateRegexResponse() *TemplatesGlobalGlobalTemplateRegexResponse
NewTemplatesGlobalGlobalTemplateRegexResponse instantiates a new TemplatesGlobalGlobalTemplateRegexResponse 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 NewTemplatesGlobalGlobalTemplateRegexResponseWithDefaults() *TemplatesGlobalGlobalTemplateRegexResponse
NewTemplatesGlobalGlobalTemplateRegexResponseWithDefaults instantiates a new TemplatesGlobalGlobalTemplateRegexResponse 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 *TemplatesGlobalGlobalTemplateRegexResponse) GetSubjectPart() string
GetSubjectPart returns the SubjectPart field if non-nil, zero value otherwise.
func (o *TemplatesGlobalGlobalTemplateRegexResponse) 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 *TemplatesGlobalGlobalTemplateRegexResponse) SetSubjectPart(v string)
SetSubjectPart sets SubjectPart field to given value.
func (o *TemplatesGlobalGlobalTemplateRegexResponse) HasSubjectPart() bool
HasSubjectPart returns a boolean if a field has been set.
func (o *TemplatesGlobalGlobalTemplateRegexResponse) SetSubjectPartNil(b bool)
SetSubjectPartNil sets the value for SubjectPart to be an explicit nil
func (o *TemplatesGlobalGlobalTemplateRegexResponse) UnsetSubjectPart()
UnsetSubjectPart ensures that no value is present for SubjectPart, not even an explicit nil
func (o *TemplatesGlobalGlobalTemplateRegexResponse) GetRegex() string
GetRegex returns the Regex field if non-nil, zero value otherwise.
func (o *TemplatesGlobalGlobalTemplateRegexResponse) 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 *TemplatesGlobalGlobalTemplateRegexResponse) SetRegex(v string)
SetRegex sets Regex field to given value.
func (o *TemplatesGlobalGlobalTemplateRegexResponse) HasRegex() bool
HasRegex returns a boolean if a field has been set.
func (o *TemplatesGlobalGlobalTemplateRegexResponse) SetRegexNil(b bool)
SetRegexNil sets the value for Regex to be an explicit nil
func (o *TemplatesGlobalGlobalTemplateRegexResponse) UnsetRegex()
UnsetRegex ensures that no value is present for Regex, not even an explicit nil
func (o *TemplatesGlobalGlobalTemplateRegexResponse) GetError() string
GetError returns the Error field if non-nil, zero value otherwise.
func (o *TemplatesGlobalGlobalTemplateRegexResponse) 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 *TemplatesGlobalGlobalTemplateRegexResponse) SetError(v string)
SetError sets Error field to given value.
func (o *TemplatesGlobalGlobalTemplateRegexResponse) HasError() bool
HasError returns a boolean if a field has been set.
func (o *TemplatesGlobalGlobalTemplateRegexResponse) SetErrorNil(b bool)
SetErrorNil sets the value for Error to be an explicit nil
func (o *TemplatesGlobalGlobalTemplateRegexResponse) UnsetError()
UnsetError ensures that no value is present for Error, not even an explicit nil
func (o *TemplatesGlobalGlobalTemplateRegexResponse) GetCaseSensitive() bool
GetCaseSensitive returns the CaseSensitive field if non-nil, zero value otherwise.
func (o *TemplatesGlobalGlobalTemplateRegexResponse) 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 *TemplatesGlobalGlobalTemplateRegexResponse) SetCaseSensitive(v bool)
SetCaseSensitive sets CaseSensitive field to given value.
func (o *TemplatesGlobalGlobalTemplateRegexResponse) HasCaseSensitive() bool
HasCaseSensitive returns a boolean if a field has been set.