Class: TencentCloud::Tdid::V20210519::DidAttribute
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tdid::V20210519::DidAttribute
- Defined in:
- lib/v20210519/models.rb
Overview
did自定义属性
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(key = nil, val = nil) ⇒ DidAttribute
constructor
A new instance of DidAttribute.
Constructor Details
#initialize(key = nil, val = nil) ⇒ DidAttribute
Returns a new instance of DidAttribute.
449 450 451 452 |
# File 'lib/v20210519/models.rb', line 449 def initialize(key=nil, val=nil) @Key = key @Val = val end |
Instance Attribute Details
#Key ⇒ Object
447 448 449 |
# File 'lib/v20210519/models.rb', line 447 def Key @Key end |
#Val ⇒ Object
447 448 449 |
# File 'lib/v20210519/models.rb', line 447 def Val @Val end |
Instance Method Details
#deserialize(params) ⇒ Object
454 455 456 457 |
# File 'lib/v20210519/models.rb', line 454 def deserialize(params) @Key = params['Key'] @Val = params['Val'] end |