Skip to content

Latest commit

 

History

History
164 lines (91 loc) · 5.71 KB

File metadata and controls

164 lines (91 loc) · 5.71 KB

TemplatesEnrollmentTemplateEnrollmentRegexResponse

Properties

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 regex is case-sensitive. [optional]

Methods

NewTemplatesEnrollmentTemplateEnrollmentRegexResponse

func NewTemplatesEnrollmentTemplateEnrollmentRegexResponse() *TemplatesEnrollmentTemplateEnrollmentRegexResponse

NewTemplatesEnrollmentTemplateEnrollmentRegexResponse instantiates a new TemplatesEnrollmentTemplateEnrollmentRegexResponse 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

NewTemplatesEnrollmentTemplateEnrollmentRegexResponseWithDefaults

func NewTemplatesEnrollmentTemplateEnrollmentRegexResponseWithDefaults() *TemplatesEnrollmentTemplateEnrollmentRegexResponse

NewTemplatesEnrollmentTemplateEnrollmentRegexResponseWithDefaults instantiates a new TemplatesEnrollmentTemplateEnrollmentRegexResponse 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

GetSubjectPart

func (o *TemplatesEnrollmentTemplateEnrollmentRegexResponse) GetSubjectPart() string

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

GetSubjectPartOk

func (o *TemplatesEnrollmentTemplateEnrollmentRegexResponse) 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 *TemplatesEnrollmentTemplateEnrollmentRegexResponse) SetSubjectPart(v string)

SetSubjectPart sets SubjectPart field to given value.

HasSubjectPart

func (o *TemplatesEnrollmentTemplateEnrollmentRegexResponse) HasSubjectPart() bool

HasSubjectPart returns a boolean if a field has been set.

SetSubjectPartNil

func (o *TemplatesEnrollmentTemplateEnrollmentRegexResponse) SetSubjectPartNil(b bool)

SetSubjectPartNil sets the value for SubjectPart to be an explicit nil

UnsetSubjectPart

func (o *TemplatesEnrollmentTemplateEnrollmentRegexResponse) UnsetSubjectPart()

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

GetRegex

func (o *TemplatesEnrollmentTemplateEnrollmentRegexResponse) GetRegex() string

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

GetRegexOk

func (o *TemplatesEnrollmentTemplateEnrollmentRegexResponse) 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 *TemplatesEnrollmentTemplateEnrollmentRegexResponse) SetRegex(v string)

SetRegex sets Regex field to given value.

HasRegex

func (o *TemplatesEnrollmentTemplateEnrollmentRegexResponse) HasRegex() bool

HasRegex returns a boolean if a field has been set.

SetRegexNil

func (o *TemplatesEnrollmentTemplateEnrollmentRegexResponse) SetRegexNil(b bool)

SetRegexNil sets the value for Regex to be an explicit nil

UnsetRegex

func (o *TemplatesEnrollmentTemplateEnrollmentRegexResponse) UnsetRegex()

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

GetError

func (o *TemplatesEnrollmentTemplateEnrollmentRegexResponse) GetError() string

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

GetErrorOk

func (o *TemplatesEnrollmentTemplateEnrollmentRegexResponse) 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 *TemplatesEnrollmentTemplateEnrollmentRegexResponse) SetError(v string)

SetError sets Error field to given value.

HasError

func (o *TemplatesEnrollmentTemplateEnrollmentRegexResponse) HasError() bool

HasError returns a boolean if a field has been set.

SetErrorNil

func (o *TemplatesEnrollmentTemplateEnrollmentRegexResponse) SetErrorNil(b bool)

SetErrorNil sets the value for Error to be an explicit nil

UnsetError

func (o *TemplatesEnrollmentTemplateEnrollmentRegexResponse) UnsetError()

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

GetCaseSensitive

func (o *TemplatesEnrollmentTemplateEnrollmentRegexResponse) GetCaseSensitive() bool

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

GetCaseSensitiveOk

func (o *TemplatesEnrollmentTemplateEnrollmentRegexResponse) 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 *TemplatesEnrollmentTemplateEnrollmentRegexResponse) SetCaseSensitive(v bool)

SetCaseSensitive sets CaseSensitive field to given value.

HasCaseSensitive

func (o *TemplatesEnrollmentTemplateEnrollmentRegexResponse) HasCaseSensitive() bool

HasCaseSensitive returns a boolean if a field has been set.

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