Name | Type | Description | Notes |
---|---|---|---|
SourceFileChecksum | Pointer to string | [optional] | |
PreviewFrameTimeCode | Pointer to string | [optional] | |
Uploaded | Pointer to bool | [optional] |
func NewAppPreviewUpdateRequestDataAttributes() *AppPreviewUpdateRequestDataAttributes
NewAppPreviewUpdateRequestDataAttributes instantiates a new AppPreviewUpdateRequestDataAttributes 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 NewAppPreviewUpdateRequestDataAttributesWithDefaults() *AppPreviewUpdateRequestDataAttributes
NewAppPreviewUpdateRequestDataAttributesWithDefaults instantiates a new AppPreviewUpdateRequestDataAttributes 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 *AppPreviewUpdateRequestDataAttributes) GetSourceFileChecksum() string
GetSourceFileChecksum returns the SourceFileChecksum field if non-nil, zero value otherwise.
func (o *AppPreviewUpdateRequestDataAttributes) GetSourceFileChecksumOk() (*string, bool)
GetSourceFileChecksumOk returns a tuple with the SourceFileChecksum field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AppPreviewUpdateRequestDataAttributes) SetSourceFileChecksum(v string)
SetSourceFileChecksum sets SourceFileChecksum field to given value.
func (o *AppPreviewUpdateRequestDataAttributes) HasSourceFileChecksum() bool
HasSourceFileChecksum returns a boolean if a field has been set.
func (o *AppPreviewUpdateRequestDataAttributes) GetPreviewFrameTimeCode() string
GetPreviewFrameTimeCode returns the PreviewFrameTimeCode field if non-nil, zero value otherwise.
func (o *AppPreviewUpdateRequestDataAttributes) GetPreviewFrameTimeCodeOk() (*string, bool)
GetPreviewFrameTimeCodeOk returns a tuple with the PreviewFrameTimeCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AppPreviewUpdateRequestDataAttributes) SetPreviewFrameTimeCode(v string)
SetPreviewFrameTimeCode sets PreviewFrameTimeCode field to given value.
func (o *AppPreviewUpdateRequestDataAttributes) HasPreviewFrameTimeCode() bool
HasPreviewFrameTimeCode returns a boolean if a field has been set.
func (o *AppPreviewUpdateRequestDataAttributes) GetUploaded() bool
GetUploaded returns the Uploaded field if non-nil, zero value otherwise.
func (o *AppPreviewUpdateRequestDataAttributes) GetUploadedOk() (*bool, bool)
GetUploadedOk returns a tuple with the Uploaded field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AppPreviewUpdateRequestDataAttributes) SetUploaded(v bool)
SetUploaded sets Uploaded field to given value.
func (o *AppPreviewUpdateRequestDataAttributes) HasUploaded() bool
HasUploaded returns a boolean if a field has been set.