Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.66 KB

File metadata and controls

56 lines (31 loc) · 1.66 KB

ArchiveCourse

Properties

Name Type Description Notes
ArchivedDate Pointer to string Course archive date, ISO Date String [optional]

Methods

NewArchiveCourse

func NewArchiveCourse() *ArchiveCourse

NewArchiveCourse instantiates a new ArchiveCourse 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

NewArchiveCourseWithDefaults

func NewArchiveCourseWithDefaults() *ArchiveCourse

NewArchiveCourseWithDefaults instantiates a new ArchiveCourse 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

GetArchivedDate

func (o *ArchiveCourse) GetArchivedDate() string

GetArchivedDate returns the ArchivedDate field if non-nil, zero value otherwise.

GetArchivedDateOk

func (o *ArchiveCourse) GetArchivedDateOk() (*string, bool)

GetArchivedDateOk returns a tuple with the ArchivedDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetArchivedDate

func (o *ArchiveCourse) SetArchivedDate(v string)

SetArchivedDate sets ArchivedDate field to given value.

HasArchivedDate

func (o *ArchiveCourse) HasArchivedDate() bool

HasArchivedDate returns a boolean if a field has been set.

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