Class: TencentCloud::Ssl::V20191205::DescribeManagersRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20191205/models.rb

Overview

DescribeManagers请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#CompanyIdObject

‘none’ 未提交审核‘audit’, 亚信审核中‘CAaudit’ CA审核中‘ok’ 已审核‘invalid’ 审核失败‘expiring’ 即将过期‘expired’ 已过期



5567
5568
5569
# File 'lib/v20191205/models.rb', line 5567

def CompanyId
  @CompanyId
end

#LimitObject

‘none’ 未提交审核‘audit’, 亚信审核中‘CAaudit’ CA审核中‘ok’ 已审核‘invalid’ 审核失败‘expiring’ 即将过期‘expired’ 已过期



5567
5568
5569
# File 'lib/v20191205/models.rb', line 5567

def Limit
  @Limit
end

#ManagerMailObject

‘none’ 未提交审核‘audit’, 亚信审核中‘CAaudit’ CA审核中‘ok’ 已审核‘invalid’ 审核失败‘expiring’ 即将过期‘expired’ 已过期



5567
5568
5569
# File 'lib/v20191205/models.rb', line 5567

def ManagerMail
  @ManagerMail
end

#ManagerNameObject

‘none’ 未提交审核‘audit’, 亚信审核中‘CAaudit’ CA审核中‘ok’ 已审核‘invalid’ 审核失败‘expiring’ 即将过期‘expired’ 已过期



5567
5568
5569
# File 'lib/v20191205/models.rb', line 5567

def ManagerName
  @ManagerName
end

#OffsetObject

‘none’ 未提交审核‘audit’, 亚信审核中‘CAaudit’ CA审核中‘ok’ 已审核‘invalid’ 审核失败‘expiring’ 即将过期‘expired’ 已过期



5567
5568
5569
# File 'lib/v20191205/models.rb', line 5567

def Offset
  @Offset
end

#SearchKeyObject

‘none’ 未提交审核‘audit’, 亚信审核中‘CAaudit’ CA审核中‘ok’ 已审核‘invalid’ 审核失败‘expiring’ 即将过期‘expired’ 已过期



5567
5568
5569
# File 'lib/v20191205/models.rb', line 5567

def SearchKey
  @SearchKey
end

#StatusObject

‘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