Class: TencentCloud::Lcic::V20220817::DescribeMarqueeResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Lcic::V20220817::DescribeMarqueeResponse
- Defined in:
- lib/v20220817/models.rb
Overview
DescribeMarquee返回参数结构体
Instance Attribute Summary collapse
- #BackgroundColor ⇒ Object
- #BackgroundOpacity ⇒ Object
- #Content ⇒ Object
- #DisplayMode ⇒ Object
- #Duration ⇒ Object
- #FontColor ⇒ Object
- #FontOpacity ⇒ Object
- #FontSize ⇒ Object
- #FontWeight ⇒ Object
- #MarqueeCount ⇒ Object
- #MarqueeType ⇒ Object
- #RequestId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(marqueetype = nil, content = nil, fontsize = nil, fontweight = nil, fontcolor = nil, fontopacity = nil, backgroundcolor = nil, backgroundopacity = nil, displaymode = nil, duration = nil, marqueecount = nil, requestid = nil) ⇒ DescribeMarqueeResponse
constructor
A new instance of DescribeMarqueeResponse.
Constructor Details
#initialize(marqueetype = nil, content = nil, fontsize = nil, fontweight = nil, fontcolor = nil, fontopacity = nil, backgroundcolor = nil, backgroundopacity = nil, displaymode = nil, duration = nil, marqueecount = nil, requestid = nil) ⇒ DescribeMarqueeResponse
Returns a new instance of DescribeMarqueeResponse.
2206 2207 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 2218 2219 |
# File 'lib/v20220817/models.rb', line 2206 def initialize(marqueetype=nil, content=nil, fontsize=nil, fontweight=nil, fontcolor=nil, fontopacity=nil, backgroundcolor=nil, backgroundopacity=nil, displaymode=nil, duration=nil, marqueecount=nil, requestid=nil) @MarqueeType = marqueetype @Content = content @FontSize = fontsize @FontWeight = fontweight @FontColor = fontcolor @FontOpacity = fontopacity @BackgroundColor = backgroundcolor @BackgroundOpacity = backgroundopacity @DisplayMode = displaymode @Duration = duration @MarqueeCount = marqueecount @RequestId = requestid end |
Instance Attribute Details
#BackgroundColor ⇒ Object
2204 2205 2206 |
# File 'lib/v20220817/models.rb', line 2204 def BackgroundColor @BackgroundColor end |
#BackgroundOpacity ⇒ Object
2204 2205 2206 |
# File 'lib/v20220817/models.rb', line 2204 def BackgroundOpacity @BackgroundOpacity end |
#Content ⇒ Object
2204 2205 2206 |
# File 'lib/v20220817/models.rb', line 2204 def Content @Content end |
#DisplayMode ⇒ Object
2204 2205 2206 |
# File 'lib/v20220817/models.rb', line 2204 def DisplayMode @DisplayMode end |
#Duration ⇒ Object
2204 2205 2206 |
# File 'lib/v20220817/models.rb', line 2204 def Duration @Duration end |
#FontColor ⇒ Object
2204 2205 2206 |
# File 'lib/v20220817/models.rb', line 2204 def FontColor @FontColor end |
#FontOpacity ⇒ Object
2204 2205 2206 |
# File 'lib/v20220817/models.rb', line 2204 def FontOpacity @FontOpacity end |
#FontSize ⇒ Object
2204 2205 2206 |
# File 'lib/v20220817/models.rb', line 2204 def FontSize @FontSize end |
#FontWeight ⇒ Object
2204 2205 2206 |
# File 'lib/v20220817/models.rb', line 2204 def FontWeight @FontWeight end |
#MarqueeCount ⇒ Object
2204 2205 2206 |
# File 'lib/v20220817/models.rb', line 2204 def MarqueeCount @MarqueeCount end |
#MarqueeType ⇒ Object
2204 2205 2206 |
# File 'lib/v20220817/models.rb', line 2204 def MarqueeType @MarqueeType end |
#RequestId ⇒ Object
2204 2205 2206 |
# File 'lib/v20220817/models.rb', line 2204 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 |
# File 'lib/v20220817/models.rb', line 2221 def deserialize(params) @MarqueeType = params['MarqueeType'] @Content = params['Content'] @FontSize = params['FontSize'] @FontWeight = params['FontWeight'] @FontColor = params['FontColor'] @FontOpacity = params['FontOpacity'] @BackgroundColor = params['BackgroundColor'] @BackgroundOpacity = params['BackgroundOpacity'] @DisplayMode = params['DisplayMode'] @Duration = params['Duration'] @MarqueeCount = params['MarqueeCount'] @RequestId = params['RequestId'] end |