| Name | Type | Description | Notes |
|---|---|---|---|
| Duration | string | زمان ویدیو به ثانیه | |
| Name | string | نام ویدیو (از فیلد `video_name` در پاسخ آپلود) | |
| ThumbnailName | string | کاور ویدیو (از فیلد `thumbnail_name` در پاسخ آپلود). فریم اول ویدیوی آپلودشده است. |
func NewPostGeneralDataPostVideo(duration string, name string, thumbnailName string, ) *PostGeneralDataPostVideo
NewPostGeneralDataPostVideo instantiates a new PostGeneralDataPostVideo 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 NewPostGeneralDataPostVideoWithDefaults() *PostGeneralDataPostVideo
NewPostGeneralDataPostVideoWithDefaults instantiates a new PostGeneralDataPostVideo 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 *PostGeneralDataPostVideo) GetDuration() string
GetDuration returns the Duration field if non-nil, zero value otherwise.
func (o *PostGeneralDataPostVideo) GetDurationOk() (*string, bool)
GetDurationOk returns a tuple with the Duration field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PostGeneralDataPostVideo) SetDuration(v string)
SetDuration sets Duration field to given value.
func (o *PostGeneralDataPostVideo) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *PostGeneralDataPostVideo) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PostGeneralDataPostVideo) SetName(v string)
SetName sets Name field to given value.
func (o *PostGeneralDataPostVideo) GetThumbnailName() string
GetThumbnailName returns the ThumbnailName field if non-nil, zero value otherwise.
func (o *PostGeneralDataPostVideo) GetThumbnailNameOk() (*string, bool)
GetThumbnailNameOk returns a tuple with the ThumbnailName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PostGeneralDataPostVideo) SetThumbnailName(v string)
SetThumbnailName sets ThumbnailName field to given value.