| Name | Type | Description | Notes |
|---|---|---|---|
| SecondsSpent | Pointer to int32 | Seconds spent in the assignment | [optional] |
| Grade | Pointer to int32 | Student grade | [optional] |
| Status | Pointer to string | Assignment status | [optional] |
| CompletionDate | Pointer to string | Assignment completion date, ISO Date String | [optional] |
| ExtendedTimeLimit | Pointer to int32 | Extended time limit | [optional] |
| ExtendedDeadline | Pointer to int32 | Extended deadline | [optional] |
func NewAssignmentProgress() *AssignmentProgress
NewAssignmentProgress instantiates a new AssignmentProgress 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 NewAssignmentProgressWithDefaults() *AssignmentProgress
NewAssignmentProgressWithDefaults instantiates a new AssignmentProgress 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 *AssignmentProgress) GetSecondsSpent() int32
GetSecondsSpent returns the SecondsSpent field if non-nil, zero value otherwise.
func (o *AssignmentProgress) GetSecondsSpentOk() (*int32, bool)
GetSecondsSpentOk returns a tuple with the SecondsSpent field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AssignmentProgress) SetSecondsSpent(v int32)
SetSecondsSpent sets SecondsSpent field to given value.
func (o *AssignmentProgress) HasSecondsSpent() bool
HasSecondsSpent returns a boolean if a field has been set.
func (o *AssignmentProgress) GetGrade() int32
GetGrade returns the Grade field if non-nil, zero value otherwise.
func (o *AssignmentProgress) GetGradeOk() (*int32, bool)
GetGradeOk returns a tuple with the Grade field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AssignmentProgress) SetGrade(v int32)
SetGrade sets Grade field to given value.
func (o *AssignmentProgress) HasGrade() bool
HasGrade returns a boolean if a field has been set.
func (o *AssignmentProgress) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *AssignmentProgress) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AssignmentProgress) SetStatus(v string)
SetStatus sets Status field to given value.
func (o *AssignmentProgress) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (o *AssignmentProgress) GetCompletionDate() string
GetCompletionDate returns the CompletionDate field if non-nil, zero value otherwise.
func (o *AssignmentProgress) GetCompletionDateOk() (*string, bool)
GetCompletionDateOk returns a tuple with the CompletionDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AssignmentProgress) SetCompletionDate(v string)
SetCompletionDate sets CompletionDate field to given value.
func (o *AssignmentProgress) HasCompletionDate() bool
HasCompletionDate returns a boolean if a field has been set.
func (o *AssignmentProgress) GetExtendedTimeLimit() int32
GetExtendedTimeLimit returns the ExtendedTimeLimit field if non-nil, zero value otherwise.
func (o *AssignmentProgress) GetExtendedTimeLimitOk() (*int32, bool)
GetExtendedTimeLimitOk returns a tuple with the ExtendedTimeLimit field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AssignmentProgress) SetExtendedTimeLimit(v int32)
SetExtendedTimeLimit sets ExtendedTimeLimit field to given value.
func (o *AssignmentProgress) HasExtendedTimeLimit() bool
HasExtendedTimeLimit returns a boolean if a field has been set.
func (o *AssignmentProgress) GetExtendedDeadline() int32
GetExtendedDeadline returns the ExtendedDeadline field if non-nil, zero value otherwise.
func (o *AssignmentProgress) GetExtendedDeadlineOk() (*int32, bool)
GetExtendedDeadlineOk returns a tuple with the ExtendedDeadline field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AssignmentProgress) SetExtendedDeadline(v int32)
SetExtendedDeadline sets ExtendedDeadline field to given value.
func (o *AssignmentProgress) HasExtendedDeadline() bool
HasExtendedDeadline returns a boolean if a field has been set.