Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.59 KB

SubjectName.md

File metadata and controls

56 lines (31 loc) · 1.59 KB

SubjectName

Properties

Name Type Description Notes
Subject Pointer to SubjectNameSubject [optional]

Methods

NewSubjectName

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

NewSubjectNameWithDefaults

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

GetSubject

func (o *SubjectName) GetSubject() SubjectNameSubject

GetSubject returns the Subject field if non-nil, zero value otherwise.

GetSubjectOk

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.

SetSubject

func (o *SubjectName) SetSubject(v SubjectNameSubject)

SetSubject sets Subject field to given value.

HasSubject

func (o *SubjectName) HasSubject() bool

HasSubject returns a boolean if a field has been set.

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