Class: TencentCloud::Dlc::V20210125::Other
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dlc::V20210125::Other
- Defined in:
- lib/v20210125/models.rb
Overview
数据格式其它类型。
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(format = nil) ⇒ Other
constructor
A new instance of Other.
Constructor Details
#initialize(format = nil) ⇒ Other
Returns a new instance of Other.
13127 13128 13129 |
# File 'lib/v20210125/models.rb', line 13127 def initialize(format=nil) @Format = format end |
Instance Attribute Details
#Format ⇒ Object
13125 13126 13127 |
# File 'lib/v20210125/models.rb', line 13125 def Format @Format end |
Instance Method Details
#deserialize(params) ⇒ Object
13131 13132 13133 |
# File 'lib/v20210125/models.rb', line 13131 def deserialize(params) @Format = params['Format'] end |