Name | Type | Description | Notes |
---|---|---|---|
Abstract | Pointer to string | A short outline of the contents of the video. | [optional] |
Takeaways | Pointer to []string | A list of 3 key points from the video, in chronological order. | [optional] |
func NewSummaryUpdatePayload() *SummaryUpdatePayload
NewSummaryUpdatePayload instantiates a new SummaryUpdatePayload 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 NewSummaryUpdatePayloadWithDefaults() *SummaryUpdatePayload
NewSummaryUpdatePayloadWithDefaults instantiates a new SummaryUpdatePayload 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 *SummaryUpdatePayload) GetAbstract() string
GetAbstract returns the Abstract field if non-nil, zero value otherwise.
func (o *SummaryUpdatePayload) GetAbstractOk() (*string, bool)
GetAbstractOk returns a tuple with the Abstract field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SummaryUpdatePayload) SetAbstract(v string)
SetAbstract sets Abstract field to given value.
func (o *SummaryUpdatePayload) HasAbstract() bool
HasAbstract returns a boolean if a field has been set.
func (o *SummaryUpdatePayload) GetTakeaways() []string
GetTakeaways returns the Takeaways field if non-nil, zero value otherwise.
func (o *SummaryUpdatePayload) GetTakeawaysOk() (*[]string, bool)
GetTakeawaysOk returns a tuple with the Takeaways field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SummaryUpdatePayload) SetTakeaways(v []string)
SetTakeaways sets Takeaways field to given value.
func (o *SummaryUpdatePayload) HasTakeaways() bool
HasTakeaways returns a boolean if a field has been set.