Class: TencentCloud::Essbasic::V20210526::ChannelDescribeUserAutoSignStatusResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Essbasic::V20210526::ChannelDescribeUserAutoSignStatusResponse
- Defined in:
- lib/v20210526/models.rb
Overview
ChannelDescribeUserAutoSignStatus返回参数结构体
Instance Attribute Summary collapse
-
#IsOpen ⇒ Object
值为unix时间戳,单位为秒。.
-
#LicenseFrom ⇒ Object
值为unix时间戳,单位为秒。.
-
#LicenseTo ⇒ Object
值为unix时间戳,单位为秒。.
-
#LicenseType ⇒ Object
值为unix时间戳,单位为秒。.
-
#RequestId ⇒ Object
值为unix时间戳,单位为秒。.
-
#SealId ⇒ Object
值为unix时间戳,单位为秒。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(isopen = nil, licensefrom = nil, licenseto = nil, licensetype = nil, sealid = nil, requestid = nil) ⇒ ChannelDescribeUserAutoSignStatusResponse
constructor
A new instance of ChannelDescribeUserAutoSignStatusResponse.
Constructor Details
#initialize(isopen = nil, licensefrom = nil, licenseto = nil, licensetype = nil, sealid = nil, requestid = nil) ⇒ ChannelDescribeUserAutoSignStatusResponse
Returns a new instance of ChannelDescribeUserAutoSignStatusResponse.
4488 4489 4490 4491 4492 4493 4494 4495 |
# File 'lib/v20210526/models.rb', line 4488 def initialize(isopen=nil, licensefrom=nil, licenseto=nil, licensetype=nil, sealid=nil, requestid=nil) @IsOpen = isopen @LicenseFrom = licensefrom @LicenseTo = licenseto @LicenseType = licensetype @SealId = sealid @RequestId = requestid end |
Instance Attribute Details
#IsOpen ⇒ Object
值为unix时间戳,单位为秒。
4486 4487 4488 |
# File 'lib/v20210526/models.rb', line 4486 def IsOpen @IsOpen end |
#LicenseFrom ⇒ Object
值为unix时间戳,单位为秒。
4486 4487 4488 |
# File 'lib/v20210526/models.rb', line 4486 def LicenseFrom @LicenseFrom end |
#LicenseTo ⇒ Object
值为unix时间戳,单位为秒。
4486 4487 4488 |
# File 'lib/v20210526/models.rb', line 4486 def LicenseTo @LicenseTo end |
#LicenseType ⇒ Object
值为unix时间戳,单位为秒。
4486 4487 4488 |
# File 'lib/v20210526/models.rb', line 4486 def LicenseType @LicenseType end |
#RequestId ⇒ Object
值为unix时间戳,单位为秒。
4486 4487 4488 |
# File 'lib/v20210526/models.rb', line 4486 def RequestId @RequestId end |
#SealId ⇒ Object
值为unix时间戳,单位为秒。
4486 4487 4488 |
# File 'lib/v20210526/models.rb', line 4486 def SealId @SealId end |
Instance Method Details
#deserialize(params) ⇒ Object
4497 4498 4499 4500 4501 4502 4503 4504 |
# File 'lib/v20210526/models.rb', line 4497 def deserialize(params) @IsOpen = params['IsOpen'] @LicenseFrom = params['LicenseFrom'] @LicenseTo = params['LicenseTo'] @LicenseType = params['LicenseType'] @SealId = params['SealId'] @RequestId = params['RequestId'] end |