Name | Type | Description | Notes |
---|---|---|---|
Subject | Pointer to SubjectNameSubject | [optional] |
func NewSubjectName() *SubjectName
NewSubjectName instantiates a new SubjectName 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 NewSubjectNameWithDefaults() *SubjectName
NewSubjectNameWithDefaults instantiates a new SubjectName 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 *SubjectName) GetSubject() SubjectNameSubject
GetSubject returns the Subject field if non-nil, zero value otherwise.
func (o *SubjectName) GetSubjectOk() (*SubjectNameSubject, bool)
GetSubjectOk returns a tuple with the Subject field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SubjectName) SetSubject(v SubjectNameSubject)
SetSubject sets Subject field to given value.
func (o *SubjectName) HasSubject() bool
HasSubject returns a boolean if a field has been set.