Class: TencentCloud::Weilingwith::V20230427::ReportImg

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

Overview

上报图片列表

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#DataObject

Parameters:

  • Type:

    类型

  • Data:

    数据



6630
6631
6632
# File 'lib/v20230427/models.rb', line 6630

def Data
  @Data
end

#TypeObject

Parameters:

  • Type:

    类型

  • Data:

    数据



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