Skip to content

Latest commit

 

History

History
186 lines (101 loc) · 5.12 KB

AssetStaticRenditionsFiles.md

File metadata and controls

186 lines (101 loc) · 5.12 KB

AssetStaticRenditionsFiles

Properties

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]

Methods

NewAssetStaticRenditionsFiles

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

NewAssetStaticRenditionsFilesWithDefaults

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

GetName

func (o *AssetStaticRenditionsFiles) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

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.

SetName

func (o *AssetStaticRenditionsFiles) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *AssetStaticRenditionsFiles) HasName() bool

HasName returns a boolean if a field has been set.

GetExt

func (o *AssetStaticRenditionsFiles) GetExt() string

GetExt returns the Ext field if non-nil, zero value otherwise.

GetExtOk

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.

SetExt

func (o *AssetStaticRenditionsFiles) SetExt(v string)

SetExt sets Ext field to given value.

HasExt

func (o *AssetStaticRenditionsFiles) HasExt() bool

HasExt returns a boolean if a field has been set.

GetHeight

func (o *AssetStaticRenditionsFiles) GetHeight() int32

GetHeight returns the Height field if non-nil, zero value otherwise.

GetHeightOk

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.

SetHeight

func (o *AssetStaticRenditionsFiles) SetHeight(v int32)

SetHeight sets Height field to given value.

HasHeight

func (o *AssetStaticRenditionsFiles) HasHeight() bool

HasHeight returns a boolean if a field has been set.

GetWidth

func (o *AssetStaticRenditionsFiles) GetWidth() int32

GetWidth returns the Width field if non-nil, zero value otherwise.

GetWidthOk

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.

SetWidth

func (o *AssetStaticRenditionsFiles) SetWidth(v int32)

SetWidth sets Width field to given value.

HasWidth

func (o *AssetStaticRenditionsFiles) HasWidth() bool

HasWidth returns a boolean if a field has been set.

GetBitrate

func (o *AssetStaticRenditionsFiles) GetBitrate() int64

GetBitrate returns the Bitrate field if non-nil, zero value otherwise.

GetBitrateOk

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.

SetBitrate

func (o *AssetStaticRenditionsFiles) SetBitrate(v int64)

SetBitrate sets Bitrate field to given value.

HasBitrate

func (o *AssetStaticRenditionsFiles) HasBitrate() bool

HasBitrate returns a boolean if a field has been set.

GetFilesize

func (o *AssetStaticRenditionsFiles) GetFilesize() string

GetFilesize returns the Filesize field if non-nil, zero value otherwise.

GetFilesizeOk

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.

SetFilesize

func (o *AssetStaticRenditionsFiles) SetFilesize(v string)

SetFilesize sets Filesize field to given value.

HasFilesize

func (o *AssetStaticRenditionsFiles) HasFilesize() bool

HasFilesize returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]