| Name | Type | Description | Notes |
|---|---|---|---|
| SubjectPart | Pointer to NullableString | [optional] | |
| SubjectPartName | Pointer to NullableString | [optional] |
func NewEnrollmentPatternsValidSubjectPartResponse() *EnrollmentPatternsValidSubjectPartResponse
NewEnrollmentPatternsValidSubjectPartResponse instantiates a new EnrollmentPatternsValidSubjectPartResponse 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 NewEnrollmentPatternsValidSubjectPartResponseWithDefaults() *EnrollmentPatternsValidSubjectPartResponse
NewEnrollmentPatternsValidSubjectPartResponseWithDefaults instantiates a new EnrollmentPatternsValidSubjectPartResponse 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 *EnrollmentPatternsValidSubjectPartResponse) GetSubjectPart() string
GetSubjectPart returns the SubjectPart field if non-nil, zero value otherwise.
func (o *EnrollmentPatternsValidSubjectPartResponse) 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 *EnrollmentPatternsValidSubjectPartResponse) SetSubjectPart(v string)
SetSubjectPart sets SubjectPart field to given value.
func (o *EnrollmentPatternsValidSubjectPartResponse) HasSubjectPart() bool
HasSubjectPart returns a boolean if a field has been set.
func (o *EnrollmentPatternsValidSubjectPartResponse) SetSubjectPartNil(b bool)
SetSubjectPartNil sets the value for SubjectPart to be an explicit nil
func (o *EnrollmentPatternsValidSubjectPartResponse) UnsetSubjectPart()
UnsetSubjectPart ensures that no value is present for SubjectPart, not even an explicit nil
func (o *EnrollmentPatternsValidSubjectPartResponse) GetSubjectPartName() string
GetSubjectPartName returns the SubjectPartName field if non-nil, zero value otherwise.
func (o *EnrollmentPatternsValidSubjectPartResponse) GetSubjectPartNameOk() (*string, bool)
GetSubjectPartNameOk returns a tuple with the SubjectPartName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentPatternsValidSubjectPartResponse) SetSubjectPartName(v string)
SetSubjectPartName sets SubjectPartName field to given value.
func (o *EnrollmentPatternsValidSubjectPartResponse) HasSubjectPartName() bool
HasSubjectPartName returns a boolean if a field has been set.
func (o *EnrollmentPatternsValidSubjectPartResponse) SetSubjectPartNameNil(b bool)
SetSubjectPartNameNil sets the value for SubjectPartName to be an explicit nil
func (o *EnrollmentPatternsValidSubjectPartResponse) UnsetSubjectPartName()
UnsetSubjectPartName ensures that no value is present for SubjectPartName, not even an explicit nil