Class: TencentCloud::Essbasic::V20210526::ChannelRenewAutoSignLicenseResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Essbasic::V20210526::ChannelRenewAutoSignLicenseResponse
- Defined in:
- lib/v20210526/models.rb
Overview
ChannelRenewAutoSignLicense返回参数结构体
Instance Attribute Summary collapse
-
#LicenseTo ⇒ Object
值为unix时间戳,单位为秒。.
-
#RequestId ⇒ Object
值为unix时间戳,单位为秒。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(licenseto = nil, requestid = nil) ⇒ ChannelRenewAutoSignLicenseResponse
constructor
A new instance of ChannelRenewAutoSignLicenseResponse.
Constructor Details
#initialize(licenseto = nil, requestid = nil) ⇒ ChannelRenewAutoSignLicenseResponse
Returns a new instance of ChannelRenewAutoSignLicenseResponse.
4859 4860 4861 4862 |
# File 'lib/v20210526/models.rb', line 4859 def initialize(licenseto=nil, requestid=nil) @LicenseTo = licenseto @RequestId = requestid end |
Instance Attribute Details
#LicenseTo ⇒ Object
值为unix时间戳,单位为秒。
4857 4858 4859 |
# File 'lib/v20210526/models.rb', line 4857 def LicenseTo @LicenseTo end |
#RequestId ⇒ Object
值为unix时间戳,单位为秒。
4857 4858 4859 |
# File 'lib/v20210526/models.rb', line 4857 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
4864 4865 4866 4867 |
# File 'lib/v20210526/models.rb', line 4864 def deserialize(params) @LicenseTo = params['LicenseTo'] @RequestId = params['RequestId'] end |