Class: TencentCloud::Dcdb::V20180411::Project
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dcdb::V20180411::Project
- Defined in:
- lib/v20180411/models.rb
Overview
项目信息描述
Instance Attribute Summary collapse
- #AppId ⇒ Object
- #CreateTime ⇒ Object
- #CreatorUin ⇒ Object
- #Info ⇒ Object
- #IsDefault ⇒ Object
- #Name ⇒ Object
- #OwnerUin ⇒ Object
- #ProjectId ⇒ Object
- #SrcAppId ⇒ Object
- #SrcPlat ⇒ Object
- #Status ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(projectid = nil, owneruin = nil, appid = nil, name = nil, creatoruin = nil, srcplat = nil, srcappid = nil, status = nil, createtime = nil, isdefault = nil, info = nil) ⇒ Project
constructor
A new instance of Project.
Constructor Details
#initialize(projectid = nil, owneruin = nil, appid = nil, name = nil, creatoruin = nil, srcplat = nil, srcappid = nil, status = nil, createtime = nil, isdefault = nil, info = nil) ⇒ Project
Returns a new instance of Project.
5574 5575 5576 5577 5578 5579 5580 5581 5582 5583 5584 5585 5586 |
# File 'lib/v20180411/models.rb', line 5574 def initialize(projectid=nil, owneruin=nil, appid=nil, name=nil, creatoruin=nil, srcplat=nil, srcappid=nil, status=nil, createtime=nil, isdefault=nil, info=nil) @ProjectId = projectid @OwnerUin = owneruin @AppId = appid @Name = name @CreatorUin = creatoruin @SrcPlat = srcplat @SrcAppId = srcappid @Status = status @CreateTime = createtime @IsDefault = isdefault @Info = info end |
Instance Attribute Details
#AppId ⇒ Object
5572 5573 5574 |
# File 'lib/v20180411/models.rb', line 5572 def AppId @AppId end |
#CreateTime ⇒ Object
5572 5573 5574 |
# File 'lib/v20180411/models.rb', line 5572 def CreateTime @CreateTime end |
#CreatorUin ⇒ Object
5572 5573 5574 |
# File 'lib/v20180411/models.rb', line 5572 def CreatorUin @CreatorUin end |
#Info ⇒ Object
5572 5573 5574 |
# File 'lib/v20180411/models.rb', line 5572 def Info @Info end |
#IsDefault ⇒ Object
5572 5573 5574 |
# File 'lib/v20180411/models.rb', line 5572 def IsDefault @IsDefault end |
#Name ⇒ Object
5572 5573 5574 |
# File 'lib/v20180411/models.rb', line 5572 def Name @Name end |
#OwnerUin ⇒ Object
5572 5573 5574 |
# File 'lib/v20180411/models.rb', line 5572 def OwnerUin @OwnerUin end |
#ProjectId ⇒ Object
5572 5573 5574 |
# File 'lib/v20180411/models.rb', line 5572 def ProjectId @ProjectId end |
#SrcAppId ⇒ Object
5572 5573 5574 |
# File 'lib/v20180411/models.rb', line 5572 def SrcAppId @SrcAppId end |
#SrcPlat ⇒ Object
5572 5573 5574 |
# File 'lib/v20180411/models.rb', line 5572 def SrcPlat @SrcPlat end |
#Status ⇒ Object
5572 5573 5574 |
# File 'lib/v20180411/models.rb', line 5572 def Status @Status end |
Instance Method Details
#deserialize(params) ⇒ Object
5588 5589 5590 5591 5592 5593 5594 5595 5596 5597 5598 5599 5600 |
# File 'lib/v20180411/models.rb', line 5588 def deserialize(params) @ProjectId = params['ProjectId'] @OwnerUin = params['OwnerUin'] @AppId = params['AppId'] @Name = params['Name'] @CreatorUin = params['CreatorUin'] @SrcPlat = params['SrcPlat'] @SrcAppId = params['SrcAppId'] @Status = params['Status'] @CreateTime = params['CreateTime'] @IsDefault = params['IsDefault'] @Info = params['Info'] end |