Class: TencentCloud::Dayu::V20180709::WaterPrintKey
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dayu::V20180709::WaterPrintKey
- Defined in:
- lib/v20180709/models.rb
Overview
水印Key
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(keyid = nil, keycontent = nil, keyversion = nil, openstatus = nil, createtime = nil) ⇒ WaterPrintKey
constructor
A new instance of WaterPrintKey.
Constructor Details
#initialize(keyid = nil, keycontent = nil, keyversion = nil, openstatus = nil, createtime = nil) ⇒ WaterPrintKey
Returns a new instance of WaterPrintKey.
8884 8885 8886 8887 8888 8889 8890 |
# File 'lib/v20180709/models.rb', line 8884 def initialize(keyid=nil, keycontent=nil, keyversion=nil, openstatus=nil, createtime=nil) @KeyId = keyid @KeyContent = keycontent @KeyVersion = keyversion @OpenStatus = openstatus @CreateTime = createtime end |
Instance Attribute Details
#CreateTime ⇒ Object
8882 8883 8884 |
# File 'lib/v20180709/models.rb', line 8882 def CreateTime @CreateTime end |
#KeyContent ⇒ Object
8882 8883 8884 |
# File 'lib/v20180709/models.rb', line 8882 def KeyContent @KeyContent end |
#KeyId ⇒ Object
8882 8883 8884 |
# File 'lib/v20180709/models.rb', line 8882 def KeyId @KeyId end |
#KeyVersion ⇒ Object
8882 8883 8884 |
# File 'lib/v20180709/models.rb', line 8882 def KeyVersion @KeyVersion end |
#OpenStatus ⇒ Object
8882 8883 8884 |
# File 'lib/v20180709/models.rb', line 8882 def OpenStatus @OpenStatus end |
Instance Method Details
#deserialize(params) ⇒ Object
8892 8893 8894 8895 8896 8897 8898 |
# File 'lib/v20180709/models.rb', line 8892 def deserialize(params) @KeyId = params['KeyId'] @KeyContent = params['KeyContent'] @KeyVersion = params['KeyVersion'] @OpenStatus = params['OpenStatus'] @CreateTime = params['CreateTime'] end |