Class: TencentCloud::Ccc::V20200210::CompanyStateInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Ccc::V20200210::CompanyStateInfo
- Defined in:
- lib/v20200210/models.rb
Overview
公司资质审核状态信息
Instance Attribute Summary collapse
- #BusinessId ⇒ Object
- #CheckMsg ⇒ Object
- #CheckTime ⇒ Object
- #CompanyName ⇒ Object
- #ContractNo ⇒ Object
- #CreateTime ⇒ Object
- #Id ⇒ Object
- #ModifyTime ⇒ Object
- #State ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, companyname = nil, createtime = nil, checktime = nil, checkmsg = nil, state = nil, businessid = nil, modifytime = nil, contractno = nil) ⇒ CompanyStateInfo
constructor
A new instance of CompanyStateInfo.
Constructor Details
#initialize(id = nil, companyname = nil, createtime = nil, checktime = nil, checkmsg = nil, state = nil, businessid = nil, modifytime = nil, contractno = nil) ⇒ CompanyStateInfo
Returns a new instance of CompanyStateInfo.
1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 |
# File 'lib/v20200210/models.rb', line 1002 def initialize(id=nil, companyname=nil, createtime=nil, checktime=nil, checkmsg=nil, state=nil, businessid=nil, modifytime=nil, contractno=nil) @Id = id @CompanyName = companyname @CreateTime = createtime @CheckTime = checktime @CheckMsg = checkmsg @State = state @BusinessId = businessid @ModifyTime = modifytime @ContractNo = contractno end |
Instance Attribute Details
#BusinessId ⇒ Object
1000 1001 1002 |
# File 'lib/v20200210/models.rb', line 1000 def BusinessId @BusinessId end |
#CheckMsg ⇒ Object
1000 1001 1002 |
# File 'lib/v20200210/models.rb', line 1000 def CheckMsg @CheckMsg end |
#CheckTime ⇒ Object
1000 1001 1002 |
# File 'lib/v20200210/models.rb', line 1000 def CheckTime @CheckTime end |
#CompanyName ⇒ Object
1000 1001 1002 |
# File 'lib/v20200210/models.rb', line 1000 def CompanyName @CompanyName end |
#ContractNo ⇒ Object
1000 1001 1002 |
# File 'lib/v20200210/models.rb', line 1000 def ContractNo @ContractNo end |
#CreateTime ⇒ Object
1000 1001 1002 |
# File 'lib/v20200210/models.rb', line 1000 def CreateTime @CreateTime end |
#Id ⇒ Object
1000 1001 1002 |
# File 'lib/v20200210/models.rb', line 1000 def Id @Id end |
#ModifyTime ⇒ Object
1000 1001 1002 |
# File 'lib/v20200210/models.rb', line 1000 def ModifyTime @ModifyTime end |
#State ⇒ Object
1000 1001 1002 |
# File 'lib/v20200210/models.rb', line 1000 def State @State end |
Instance Method Details
#deserialize(params) ⇒ Object
1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 |
# File 'lib/v20200210/models.rb', line 1014 def deserialize(params) @Id = params['Id'] @CompanyName = params['CompanyName'] @CreateTime = params['CreateTime'] @CheckTime = params['CheckTime'] @CheckMsg = params['CheckMsg'] @State = params['State'] @BusinessId = params['BusinessId'] @ModifyTime = params['ModifyTime'] @ContractNo = params['ContractNo'] end |