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
2146 2147 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 |
# File 'lib/v20220817/models.rb', line 2146 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
2144 2145 2146 |
# File 'lib/v20220817/models.rb', line 2144 def BackgroundColor @BackgroundColor end |
#BackgroundOpacity ⇒ Object
2144 2145 2146 |
# File 'lib/v20220817/models.rb', line 2144 def BackgroundOpacity @BackgroundOpacity end |
#Content ⇒ Object
2144 2145 2146 |
# File 'lib/v20220817/models.rb', line 2144 def Content @Content end |
#DisplayMode ⇒ Object
2144 2145 2146 |
# File 'lib/v20220817/models.rb', line 2144 def DisplayMode @DisplayMode end |
#Duration ⇒ Object
2144 2145 2146 |
# File 'lib/v20220817/models.rb', line 2144 def Duration @Duration end |
#FontColor ⇒ Object
2144 2145 2146 |
# File 'lib/v20220817/models.rb', line 2144 def FontColor @FontColor end |
#FontOpacity ⇒ Object
2144 2145 2146 |
# File 'lib/v20220817/models.rb', line 2144 def FontOpacity @FontOpacity end |
#FontSize ⇒ Object
2144 2145 2146 |
# File 'lib/v20220817/models.rb', line 2144 def FontSize @FontSize end |
#FontWeight ⇒ Object
2144 2145 2146 |
# File 'lib/v20220817/models.rb', line 2144 def FontWeight @FontWeight end |
#MarqueeCount ⇒ Object
2144 2145 2146 |
# File 'lib/v20220817/models.rb', line 2144 def MarqueeCount @MarqueeCount end |
#MarqueeType ⇒ Object
2144 2145 2146 |
# File 'lib/v20220817/models.rb', line 2144 def MarqueeType @MarqueeType end |
#RequestId ⇒ Object
2144 2145 2146 |
# File 'lib/v20220817/models.rb', line 2144 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 |
# File 'lib/v20220817/models.rb', line 2161 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 |