Name | Type | Description | Notes |
---|---|---|---|
SubjectPart | Pointer to string | The subject part to apply the regular expression to. | [optional] |
Regex | Pointer to string | The regular expression to apply to the subject part. | [optional] |
Error | Pointer to string | The error message to show when the regex validation fails. | [optional] |
func NewKeyfactorApiModelsTemplatesGlobalTemplateRegexResponse() *KeyfactorApiModelsTemplatesGlobalTemplateRegexResponse
NewKeyfactorApiModelsTemplatesGlobalTemplateRegexResponse instantiates a new KeyfactorApiModelsTemplatesGlobalTemplateRegexResponse 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 NewKeyfactorApiModelsTemplatesGlobalTemplateRegexResponseWithDefaults() *KeyfactorApiModelsTemplatesGlobalTemplateRegexResponse
NewKeyfactorApiModelsTemplatesGlobalTemplateRegexResponseWithDefaults instantiates a new KeyfactorApiModelsTemplatesGlobalTemplateRegexResponse 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 *KeyfactorApiModelsTemplatesGlobalTemplateRegexResponse) GetSubjectPart() string
GetSubjectPart returns the SubjectPart field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsTemplatesGlobalTemplateRegexResponse) 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 *KeyfactorApiModelsTemplatesGlobalTemplateRegexResponse) SetSubjectPart(v string)
SetSubjectPart sets SubjectPart field to given value.
func (o *KeyfactorApiModelsTemplatesGlobalTemplateRegexResponse) HasSubjectPart() bool
HasSubjectPart returns a boolean if a field has been set.
func (o *KeyfactorApiModelsTemplatesGlobalTemplateRegexResponse) GetRegex() string
GetRegex returns the Regex field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsTemplatesGlobalTemplateRegexResponse) 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 *KeyfactorApiModelsTemplatesGlobalTemplateRegexResponse) SetRegex(v string)
SetRegex sets Regex field to given value.
func (o *KeyfactorApiModelsTemplatesGlobalTemplateRegexResponse) HasRegex() bool
HasRegex returns a boolean if a field has been set.
func (o *KeyfactorApiModelsTemplatesGlobalTemplateRegexResponse) GetError() string
GetError returns the Error field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsTemplatesGlobalTemplateRegexResponse) 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 *KeyfactorApiModelsTemplatesGlobalTemplateRegexResponse) SetError(v string)
SetError sets Error field to given value.
func (o *KeyfactorApiModelsTemplatesGlobalTemplateRegexResponse) HasError() bool
HasError returns a boolean if a field has been set.