Class: TencentCloud::Vod::V20180717::MediaImageSpriteItem
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Vod::V20180717::MediaImageSpriteItem
- Defined in:
- lib/v20180717/models.rb
Overview
雪碧图信息
Instance Attribute Summary collapse
- #Definition ⇒ Object
- #Height ⇒ Object
- #ImageUrlSet ⇒ Object
- #TotalCount ⇒ Object
- #WebVttUrl ⇒ Object
- #Width ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(definition = nil, height = nil, width = nil, totalcount = nil, imageurlset = nil, webvtturl = nil) ⇒ MediaImageSpriteItem
constructor
A new instance of MediaImageSpriteItem.
Constructor Details
#initialize(definition = nil, height = nil, width = nil, totalcount = nil, imageurlset = nil, webvtturl = nil) ⇒ MediaImageSpriteItem
Returns a new instance of MediaImageSpriteItem.
17209 17210 17211 17212 17213 17214 17215 17216 |
# File 'lib/v20180717/models.rb', line 17209 def initialize(definition=nil, height=nil, width=nil, totalcount=nil, imageurlset=nil, webvtturl=nil) @Definition = definition @Height = height @Width = width @TotalCount = totalcount @ImageUrlSet = imageurlset @WebVttUrl = webvtturl end |
Instance Attribute Details
#Definition ⇒ Object
17207 17208 17209 |
# File 'lib/v20180717/models.rb', line 17207 def Definition @Definition end |
#Height ⇒ Object
17207 17208 17209 |
# File 'lib/v20180717/models.rb', line 17207 def Height @Height end |
#ImageUrlSet ⇒ Object
17207 17208 17209 |
# File 'lib/v20180717/models.rb', line 17207 def ImageUrlSet @ImageUrlSet end |
#TotalCount ⇒ Object
17207 17208 17209 |
# File 'lib/v20180717/models.rb', line 17207 def TotalCount @TotalCount end |
#WebVttUrl ⇒ Object
17207 17208 17209 |
# File 'lib/v20180717/models.rb', line 17207 def WebVttUrl @WebVttUrl end |
#Width ⇒ Object
17207 17208 17209 |
# File 'lib/v20180717/models.rb', line 17207 def Width @Width end |
Instance Method Details
#deserialize(params) ⇒ Object
17218 17219 17220 17221 17222 17223 17224 17225 |
# File 'lib/v20180717/models.rb', line 17218 def deserialize(params) @Definition = params['Definition'] @Height = params['Height'] @Width = params['Width'] @TotalCount = params['TotalCount'] @ImageUrlSet = params['ImageUrlSet'] @WebVttUrl = params['WebVttUrl'] end |