Class: TencentCloud::Ssl::V20191205::DescribeManagersRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ssl::V20191205::DescribeManagersRequest
- Defined in:
- lib/v20191205/models.rb
Overview
DescribeManagers请求参数结构体
Instance Attribute Summary collapse
-
#CompanyId ⇒ Object
‘none’ 未提交审核 ‘audit’, 亚信审核中 ‘CAaudit’ CA审核中 ‘ok’ 已审核 ‘invalid’ 审核失败 ‘expiring’ 即将过期 ‘expired’ 已过期.
-
#Limit ⇒ Object
‘none’ 未提交审核 ‘audit’, 亚信审核中 ‘CAaudit’ CA审核中 ‘ok’ 已审核 ‘invalid’ 审核失败 ‘expiring’ 即将过期 ‘expired’ 已过期.
-
#ManagerMail ⇒ Object
‘none’ 未提交审核 ‘audit’, 亚信审核中 ‘CAaudit’ CA审核中 ‘ok’ 已审核 ‘invalid’ 审核失败 ‘expiring’ 即将过期 ‘expired’ 已过期.
-
#ManagerName ⇒ Object
‘none’ 未提交审核 ‘audit’, 亚信审核中 ‘CAaudit’ CA审核中 ‘ok’ 已审核 ‘invalid’ 审核失败 ‘expiring’ 即将过期 ‘expired’ 已过期.
-
#Offset ⇒ Object
‘none’ 未提交审核 ‘audit’, 亚信审核中 ‘CAaudit’ CA审核中 ‘ok’ 已审核 ‘invalid’ 审核失败 ‘expiring’ 即将过期 ‘expired’ 已过期.
-
#SearchKey ⇒ Object
‘none’ 未提交审核 ‘audit’, 亚信审核中 ‘CAaudit’ CA审核中 ‘ok’ 已审核 ‘invalid’ 审核失败 ‘expiring’ 即将过期 ‘expired’ 已过期.
-
#Status ⇒ Object
‘none’ 未提交审核 ‘audit’, 亚信审核中 ‘CAaudit’ CA审核中 ‘ok’ 已审核 ‘invalid’ 审核失败 ‘expiring’ 即将过期 ‘expired’ 已过期.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(companyid = nil, offset = nil, limit = nil, managername = nil, managermail = nil, status = nil, searchkey = nil) ⇒ DescribeManagersRequest
constructor
A new instance of DescribeManagersRequest.
Constructor Details
#initialize(companyid = nil, offset = nil, limit = nil, managername = nil, managermail = nil, status = nil, searchkey = nil) ⇒ DescribeManagersRequest
5569 5570 5571 5572 5573 5574 5575 5576 5577 |
# File 'lib/v20191205/models.rb', line 5569 def initialize(companyid=nil, offset=nil, limit=nil, managername=nil, managermail=nil, status=nil, searchkey=nil) @CompanyId = companyid @Offset = offset @Limit = limit @ManagerName = managername @ManagerMail = managermail @Status = status @SearchKey = searchkey end |
Instance Attribute Details
#CompanyId ⇒ Object
‘none’ 未提交审核‘audit’, 亚信审核中‘CAaudit’ CA审核中‘ok’ 已审核‘invalid’ 审核失败‘expiring’ 即将过期‘expired’ 已过期
5567 5568 5569 |
# File 'lib/v20191205/models.rb', line 5567 def CompanyId @CompanyId end |
#Limit ⇒ Object
‘none’ 未提交审核‘audit’, 亚信审核中‘CAaudit’ CA审核中‘ok’ 已审核‘invalid’ 审核失败‘expiring’ 即将过期‘expired’ 已过期
5567 5568 5569 |
# File 'lib/v20191205/models.rb', line 5567 def Limit @Limit end |
#ManagerMail ⇒ Object
‘none’ 未提交审核‘audit’, 亚信审核中‘CAaudit’ CA审核中‘ok’ 已审核‘invalid’ 审核失败‘expiring’ 即将过期‘expired’ 已过期
5567 5568 5569 |
# File 'lib/v20191205/models.rb', line 5567 def ManagerMail @ManagerMail end |
#ManagerName ⇒ Object
‘none’ 未提交审核‘audit’, 亚信审核中‘CAaudit’ CA审核中‘ok’ 已审核‘invalid’ 审核失败‘expiring’ 即将过期‘expired’ 已过期
5567 5568 5569 |
# File 'lib/v20191205/models.rb', line 5567 def ManagerName @ManagerName end |
#Offset ⇒ Object
‘none’ 未提交审核‘audit’, 亚信审核中‘CAaudit’ CA审核中‘ok’ 已审核‘invalid’ 审核失败‘expiring’ 即将过期‘expired’ 已过期
5567 5568 5569 |
# File 'lib/v20191205/models.rb', line 5567 def Offset @Offset end |
#SearchKey ⇒ Object
‘none’ 未提交审核‘audit’, 亚信审核中‘CAaudit’ CA审核中‘ok’ 已审核‘invalid’ 审核失败‘expiring’ 即将过期‘expired’ 已过期
5567 5568 5569 |
# File 'lib/v20191205/models.rb', line 5567 def SearchKey @SearchKey end |
#Status ⇒ Object
‘none’ 未提交审核‘audit’, 亚信审核中‘CAaudit’ CA审核中‘ok’ 已审核‘invalid’ 审核失败‘expiring’ 即将过期‘expired’ 已过期
5567 5568 5569 |
# File 'lib/v20191205/models.rb', line 5567 def Status @Status end |
Instance Method Details
#deserialize(params) ⇒ Object
5579 5580 5581 5582 5583 5584 5585 5586 5587 |
# File 'lib/v20191205/models.rb', line 5579 def deserialize(params) @CompanyId = params['CompanyId'] @Offset = params['Offset'] @Limit = params['Limit'] @ManagerName = params['ManagerName'] @ManagerMail = params['ManagerMail'] @Status = params['Status'] @SearchKey = params['SearchKey'] end |