| Name | Type | Description | Notes |
|---|---|---|---|
| ArchivedDate | Pointer to string | Course archive date, ISO Date String | [optional] |
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
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
func (o *ArchiveCourse) GetArchivedDate() string
GetArchivedDate returns the ArchivedDate field if non-nil, zero value otherwise.
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.
func (o *ArchiveCourse) SetArchivedDate(v string)
SetArchivedDate sets ArchivedDate field to given value.
func (o *ArchiveCourse) HasArchivedDate() bool
HasArchivedDate returns a boolean if a field has been set.