Class: TencentCloud::Ess::V20201111::DescribeUserAutoSignStatusResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ess::V20201111::DescribeUserAutoSignStatusResponse
- Defined in:
- lib/v20201111/models.rb
Overview
DescribeUserAutoSignStatus返回参数结构体
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) ⇒ DescribeUserAutoSignStatusResponse
constructor
A new instance of DescribeUserAutoSignStatusResponse.
Constructor Details
#initialize(isopen = nil, licensefrom = nil, licenseto = nil, licensetype = nil, sealid = nil, requestid = nil) ⇒ DescribeUserAutoSignStatusResponse
Returns a new instance of DescribeUserAutoSignStatusResponse.
11819 11820 11821 11822 11823 11824 11825 11826 |
# File 'lib/v20201111/models.rb', line 11819 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时间戳,单位为秒。
11817 11818 11819 |
# File 'lib/v20201111/models.rb', line 11817 def IsOpen @IsOpen end |
#LicenseFrom ⇒ Object
值为unix时间戳,单位为秒。
11817 11818 11819 |
# File 'lib/v20201111/models.rb', line 11817 def LicenseFrom @LicenseFrom end |
#LicenseTo ⇒ Object
值为unix时间戳,单位为秒。
11817 11818 11819 |
# File 'lib/v20201111/models.rb', line 11817 def LicenseTo @LicenseTo end |
#LicenseType ⇒ Object
值为unix时间戳,单位为秒。
11817 11818 11819 |
# File 'lib/v20201111/models.rb', line 11817 def LicenseType @LicenseType end |
#RequestId ⇒ Object
值为unix时间戳,单位为秒。
11817 11818 11819 |
# File 'lib/v20201111/models.rb', line 11817 def RequestId @RequestId end |
#SealId ⇒ Object
值为unix时间戳,单位为秒。
11817 11818 11819 |
# File 'lib/v20201111/models.rb', line 11817 def SealId @SealId end |
Instance Method Details
#deserialize(params) ⇒ Object
11828 11829 11830 11831 11832 11833 11834 11835 |
# File 'lib/v20201111/models.rb', line 11828 def deserialize(params) @IsOpen = params['IsOpen'] @LicenseFrom = params['LicenseFrom'] @LicenseTo = params['LicenseTo'] @LicenseType = params['LicenseType'] @SealId = params['SealId'] @RequestId = params['RequestId'] end |