Class: TencentCloud::Lcic::V20220817::BackgroundPictureConfig
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Lcic::V20220817::BackgroundPictureConfig
- Defined in:
- lib/v20220817/models.rb
Overview
背景图片配置
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(url = nil) ⇒ BackgroundPictureConfig
constructor
A new instance of BackgroundPictureConfig.
Constructor Details
#initialize(url = nil) ⇒ BackgroundPictureConfig
Returns a new instance of BackgroundPictureConfig.
191 192 193 |
# File 'lib/v20220817/models.rb', line 191 def initialize(url=nil) @Url = url end |
Instance Attribute Details
#Url ⇒ Object
189 190 191 |
# File 'lib/v20220817/models.rb', line 189 def Url @Url end |
Instance Method Details
#deserialize(params) ⇒ Object
195 196 197 |
# File 'lib/v20220817/models.rb', line 195 def deserialize(params) @Url = params['Url'] end |