Name | Type | Description | Notes |
---|---|---|---|
Name | Pointer to string | [optional] | |
Ext | Pointer to string | Extension of the static rendition file | [optional] |
Height | Pointer to int32 | The height of the static rendition's file in pixels | [optional] |
Width | Pointer to int32 | The width of the static rendition's file in pixels | [optional] |
Bitrate | Pointer to int64 | The bitrate in bits per second | [optional] |
Filesize | Pointer to string | The file size in bytes | [optional] |
func NewAssetStaticRenditionsFiles() *AssetStaticRenditionsFiles
NewAssetStaticRenditionsFiles instantiates a new AssetStaticRenditionsFiles 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 NewAssetStaticRenditionsFilesWithDefaults() *AssetStaticRenditionsFiles
NewAssetStaticRenditionsFilesWithDefaults instantiates a new AssetStaticRenditionsFiles 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 *AssetStaticRenditionsFiles) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *AssetStaticRenditionsFiles) 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 *AssetStaticRenditionsFiles) SetName(v string)
SetName sets Name field to given value.
func (o *AssetStaticRenditionsFiles) HasName() bool
HasName returns a boolean if a field has been set.
func (o *AssetStaticRenditionsFiles) GetExt() string
GetExt returns the Ext field if non-nil, zero value otherwise.
func (o *AssetStaticRenditionsFiles) GetExtOk() (*string, bool)
GetExtOk returns a tuple with the Ext field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AssetStaticRenditionsFiles) SetExt(v string)
SetExt sets Ext field to given value.
func (o *AssetStaticRenditionsFiles) HasExt() bool
HasExt returns a boolean if a field has been set.
func (o *AssetStaticRenditionsFiles) GetHeight() int32
GetHeight returns the Height field if non-nil, zero value otherwise.
func (o *AssetStaticRenditionsFiles) GetHeightOk() (*int32, bool)
GetHeightOk returns a tuple with the Height field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AssetStaticRenditionsFiles) SetHeight(v int32)
SetHeight sets Height field to given value.
func (o *AssetStaticRenditionsFiles) HasHeight() bool
HasHeight returns a boolean if a field has been set.
func (o *AssetStaticRenditionsFiles) GetWidth() int32
GetWidth returns the Width field if non-nil, zero value otherwise.
func (o *AssetStaticRenditionsFiles) GetWidthOk() (*int32, bool)
GetWidthOk returns a tuple with the Width field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AssetStaticRenditionsFiles) SetWidth(v int32)
SetWidth sets Width field to given value.
func (o *AssetStaticRenditionsFiles) HasWidth() bool
HasWidth returns a boolean if a field has been set.
func (o *AssetStaticRenditionsFiles) GetBitrate() int64
GetBitrate returns the Bitrate field if non-nil, zero value otherwise.
func (o *AssetStaticRenditionsFiles) GetBitrateOk() (*int64, bool)
GetBitrateOk returns a tuple with the Bitrate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AssetStaticRenditionsFiles) SetBitrate(v int64)
SetBitrate sets Bitrate field to given value.
func (o *AssetStaticRenditionsFiles) HasBitrate() bool
HasBitrate returns a boolean if a field has been set.
func (o *AssetStaticRenditionsFiles) GetFilesize() string
GetFilesize returns the Filesize field if non-nil, zero value otherwise.
func (o *AssetStaticRenditionsFiles) GetFilesizeOk() (*string, bool)
GetFilesizeOk returns a tuple with the Filesize field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AssetStaticRenditionsFiles) SetFilesize(v string)
SetFilesize sets Filesize field to given value.
func (o *AssetStaticRenditionsFiles) HasFilesize() bool
HasFilesize returns a boolean if a field has been set.