Class: TencentCloud::Lcic::V20220817::TransferItem
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Lcic::V20220817::TransferItem
- Defined in:
- lib/v20220817/models.rb
Overview
转存配置
Instance Attribute Summary collapse
-
#State ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(state = nil) ⇒ TransferItem
constructor
A new instance of TransferItem.
Constructor Details
#initialize(state = nil) ⇒ TransferItem
Returns a new instance of TransferItem.
5265 5266 5267 |
# File 'lib/v20220817/models.rb', line 5265 def initialize(state=nil) @State = state end |
Instance Attribute Details
#State ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
5263 5264 5265 |
# File 'lib/v20220817/models.rb', line 5263 def State @State end |
Instance Method Details
#deserialize(params) ⇒ Object
5269 5270 5271 |
# File 'lib/v20220817/models.rb', line 5269 def deserialize(params) @State = params['State'] end |