Skip to content

Latest commit

 

History

History
190 lines (105 loc) · 6.02 KB

File metadata and controls

190 lines (105 loc) · 6.02 KB

TemplatesTemplateRegexRequestResponseModel

Properties

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]

Methods

NewTemplatesTemplateRegexRequestResponseModel

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

NewTemplatesTemplateRegexRequestResponseModelWithDefaults

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

GetTemplateId

func (o *TemplatesTemplateRegexRequestResponseModel) GetTemplateId() int32

GetTemplateId returns the TemplateId field if non-nil, zero value otherwise.

GetTemplateIdOk

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.

SetTemplateId

func (o *TemplatesTemplateRegexRequestResponseModel) SetTemplateId(v int32)

SetTemplateId sets TemplateId field to given value.

HasTemplateId

func (o *TemplatesTemplateRegexRequestResponseModel) HasTemplateId() bool

HasTemplateId returns a boolean if a field has been set.

GetSubjectPart

func (o *TemplatesTemplateRegexRequestResponseModel) GetSubjectPart() string

GetSubjectPart returns the SubjectPart field if non-nil, zero value otherwise.

GetSubjectPartOk

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.

SetSubjectPart

func (o *TemplatesTemplateRegexRequestResponseModel) SetSubjectPart(v string)

SetSubjectPart sets SubjectPart field to given value.

HasSubjectPart

func (o *TemplatesTemplateRegexRequestResponseModel) HasSubjectPart() bool

HasSubjectPart returns a boolean if a field has been set.

SetSubjectPartNil

func (o *TemplatesTemplateRegexRequestResponseModel) SetSubjectPartNil(b bool)

SetSubjectPartNil sets the value for SubjectPart to be an explicit nil

UnsetSubjectPart

func (o *TemplatesTemplateRegexRequestResponseModel) UnsetSubjectPart()

UnsetSubjectPart ensures that no value is present for SubjectPart, not even an explicit nil

GetRegex

func (o *TemplatesTemplateRegexRequestResponseModel) GetRegex() string

GetRegex returns the Regex field if non-nil, zero value otherwise.

GetRegexOk

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.

SetRegex

func (o *TemplatesTemplateRegexRequestResponseModel) SetRegex(v string)

SetRegex sets Regex field to given value.

HasRegex

func (o *TemplatesTemplateRegexRequestResponseModel) HasRegex() bool

HasRegex returns a boolean if a field has been set.

SetRegexNil

func (o *TemplatesTemplateRegexRequestResponseModel) SetRegexNil(b bool)

SetRegexNil sets the value for Regex to be an explicit nil

UnsetRegex

func (o *TemplatesTemplateRegexRequestResponseModel) UnsetRegex()

UnsetRegex ensures that no value is present for Regex, not even an explicit nil

GetError

func (o *TemplatesTemplateRegexRequestResponseModel) GetError() string

GetError returns the Error field if non-nil, zero value otherwise.

GetErrorOk

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.

SetError

func (o *TemplatesTemplateRegexRequestResponseModel) SetError(v string)

SetError sets Error field to given value.

HasError

func (o *TemplatesTemplateRegexRequestResponseModel) HasError() bool

HasError returns a boolean if a field has been set.

SetErrorNil

func (o *TemplatesTemplateRegexRequestResponseModel) SetErrorNil(b bool)

SetErrorNil sets the value for Error to be an explicit nil

UnsetError

func (o *TemplatesTemplateRegexRequestResponseModel) UnsetError()

UnsetError ensures that no value is present for Error, not even an explicit nil

GetCaseSensitive

func (o *TemplatesTemplateRegexRequestResponseModel) GetCaseSensitive() bool

GetCaseSensitive returns the CaseSensitive field if non-nil, zero value otherwise.

GetCaseSensitiveOk

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.

SetCaseSensitive

func (o *TemplatesTemplateRegexRequestResponseModel) SetCaseSensitive(v bool)

SetCaseSensitive sets CaseSensitive field to given value.

HasCaseSensitive

func (o *TemplatesTemplateRegexRequestResponseModel) HasCaseSensitive() bool

HasCaseSensitive returns a boolean if a field has been set.

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