Class: TencentCloud::Cloudapp::V20220530::DisplayMetadata
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cloudapp::V20220530::DisplayMetadata
- Defined in:
- lib/v20220530/models.rb
Overview
元数据展示信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, value = nil) ⇒ DisplayMetadata
constructor
A new instance of DisplayMetadata.
Constructor Details
#initialize(name = nil, value = nil) ⇒ DisplayMetadata
Returns a new instance of DisplayMetadata.
72 73 74 75 |
# File 'lib/v20220530/models.rb', line 72 def initialize(name=nil, value=nil) @Name = name @Value = value end |
Instance Attribute Details
#Name ⇒ Object
70 71 72 |
# File 'lib/v20220530/models.rb', line 70 def Name @Name end |
#Value ⇒ Object
70 71 72 |
# File 'lib/v20220530/models.rb', line 70 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
77 78 79 80 |
# File 'lib/v20220530/models.rb', line 77 def deserialize(params) @Name = params['Name'] @Value = params['Value'] end |