Class: TencentCloud::Weilingwith::V20230427::ReportImg
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Weilingwith::V20230427::ReportImg
- Defined in:
- lib/v20230427/models.rb
Overview
上报图片列表
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(type = nil, data = nil) ⇒ ReportImg
constructor
A new instance of ReportImg.
Constructor Details
#initialize(type = nil, data = nil) ⇒ ReportImg
Returns a new instance of ReportImg.
6632 6633 6634 6635 |
# File 'lib/v20230427/models.rb', line 6632 def initialize(type=nil, data=nil) @Type = type @Data = data end |
Instance Attribute Details
#Data ⇒ Object
6630 6631 6632 |
# File 'lib/v20230427/models.rb', line 6630 def Data @Data end |
#Type ⇒ Object
6630 6631 6632 |
# File 'lib/v20230427/models.rb', line 6630 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
6637 6638 6639 6640 |
# File 'lib/v20230427/models.rb', line 6637 def deserialize(params) @Type = params['Type'] @Data = params['Data'] end |