Skip to content

Latest commit

 

History

History
102 lines (57 loc) · 3.65 KB

File metadata and controls

102 lines (57 loc) · 3.65 KB

EnrollmentPatternsValidSubjectPartResponse

Properties

Name Type Description Notes
SubjectPart Pointer to NullableString [optional]
SubjectPartName Pointer to NullableString [optional]

Methods

NewEnrollmentPatternsValidSubjectPartResponse

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

NewEnrollmentPatternsValidSubjectPartResponseWithDefaults

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

GetSubjectPart

func (o *EnrollmentPatternsValidSubjectPartResponse) GetSubjectPart() string

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

GetSubjectPartOk

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.

SetSubjectPart

func (o *EnrollmentPatternsValidSubjectPartResponse) SetSubjectPart(v string)

SetSubjectPart sets SubjectPart field to given value.

HasSubjectPart

func (o *EnrollmentPatternsValidSubjectPartResponse) HasSubjectPart() bool

HasSubjectPart returns a boolean if a field has been set.

SetSubjectPartNil

func (o *EnrollmentPatternsValidSubjectPartResponse) SetSubjectPartNil(b bool)

SetSubjectPartNil sets the value for SubjectPart to be an explicit nil

UnsetSubjectPart

func (o *EnrollmentPatternsValidSubjectPartResponse) UnsetSubjectPart()

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

GetSubjectPartName

func (o *EnrollmentPatternsValidSubjectPartResponse) GetSubjectPartName() string

GetSubjectPartName returns the SubjectPartName field if non-nil, zero value otherwise.

GetSubjectPartNameOk

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.

SetSubjectPartName

func (o *EnrollmentPatternsValidSubjectPartResponse) SetSubjectPartName(v string)

SetSubjectPartName sets SubjectPartName field to given value.

HasSubjectPartName

func (o *EnrollmentPatternsValidSubjectPartResponse) HasSubjectPartName() bool

HasSubjectPartName returns a boolean if a field has been set.

SetSubjectPartNameNil

func (o *EnrollmentPatternsValidSubjectPartResponse) SetSubjectPartNameNil(b bool)

SetSubjectPartNameNil sets the value for SubjectPartName to be an explicit nil

UnsetSubjectPartName

func (o *EnrollmentPatternsValidSubjectPartResponse) UnsetSubjectPartName()

UnsetSubjectPartName ensures that no value is present for SubjectPartName, not even an explicit nil

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