Class: TencentCloud::Lcic::V20220817::DescribeMarqueeResponse

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20220817/models.rb

Overview

DescribeMarquee返回参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#BackgroundColorObject



2144
2145
2146
# File 'lib/v20220817/models.rb', line 2144

def BackgroundColor
  @BackgroundColor
end

#BackgroundOpacityObject



2144
2145
2146
# File 'lib/v20220817/models.rb', line 2144

def BackgroundOpacity
  @BackgroundOpacity
end

#ContentObject



2144
2145
2146
# File 'lib/v20220817/models.rb', line 2144

def Content
  @Content
end

#DisplayModeObject



2144
2145
2146
# File 'lib/v20220817/models.rb', line 2144

def DisplayMode
  @DisplayMode
end

#DurationObject



2144
2145
2146
# File 'lib/v20220817/models.rb', line 2144

def Duration
  @Duration
end

#FontColorObject



2144
2145
2146
# File 'lib/v20220817/models.rb', line 2144

def FontColor
  @FontColor
end

#FontOpacityObject



2144
2145
2146
# File 'lib/v20220817/models.rb', line 2144

def FontOpacity
  @FontOpacity
end

#FontSizeObject



2144
2145
2146
# File 'lib/v20220817/models.rb', line 2144

def FontSize
  @FontSize
end

#FontWeightObject



2144
2145
2146
# File 'lib/v20220817/models.rb', line 2144

def FontWeight
  @FontWeight
end

#MarqueeCountObject



2144
2145
2146
# File 'lib/v20220817/models.rb', line 2144

def MarqueeCount
  @MarqueeCount
end

#MarqueeTypeObject



2144
2145
2146
# File 'lib/v20220817/models.rb', line 2144

def MarqueeType
  @MarqueeType
end

#RequestIdObject



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