Class: TencentCloud::Cme::V20191029::PlatformInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cme::V20191029::PlatformInfo
- Defined in:
- lib/v20191029/models.rb
Overview
平台信息。
Instance Attribute Summary collapse
-
#CreateTime ⇒ Object
- Normal:正常,可使用。;
- Stopped:已停用,暂无法使用;
- Expired:已过期,需要重新购买会员包。
. -
#Description ⇒ Object
- Normal:正常,可使用。;
- Stopped:已停用,暂无法使用;
- Expired:已过期,需要重新购买会员包。
. -
#LicenseId ⇒ Object
- Normal:正常,可使用。;
- Stopped:已停用,暂无法使用;
- Expired:已过期,需要重新购买会员包。
. -
#Platform ⇒ Object
- Normal:正常,可使用。;
- Stopped:已停用,暂无法使用;
- Expired:已过期,需要重新购买会员包。
. -
#Status ⇒ Object
- Normal:正常,可使用。;
- Stopped:已停用,暂无法使用;
- Expired:已过期,需要重新购买会员包。
. -
#UpdateTime ⇒ Object
- Normal:正常,可使用。;
- Stopped:已停用,暂无法使用;
- Expired:已过期,需要重新购买会员包。
. -
#VodSubAppId ⇒ Object
- Normal:正常,可使用。;
- Stopped:已停用,暂无法使用;
- Expired:已过期,需要重新购买会员包。
.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(platform = nil, description = nil, vodsubappid = nil, licenseid = nil, status = nil, createtime = nil, updatetime = nil) ⇒ PlatformInfo
constructor
A new instance of PlatformInfo.
Constructor Details
#initialize(platform = nil, description = nil, vodsubappid = nil, licenseid = nil, status = nil, createtime = nil, updatetime = nil) ⇒ PlatformInfo
Returns a new instance of PlatformInfo.
5004 5005 5006 5007 5008 5009 5010 5011 5012 |
# File 'lib/v20191029/models.rb', line 5004 def initialize(platform=nil, description=nil, vodsubappid=nil, licenseid=nil, status=nil, createtime=nil, updatetime=nil) @Platform = platform @Description = description @VodSubAppId = vodsubappid @LicenseId = licenseid @Status = status @CreateTime = createtime @UpdateTime = updatetime end |
Instance Attribute Details
#CreateTime ⇒ Object
5002 5003 5004 |
# File 'lib/v20191029/models.rb', line 5002 def CreateTime @CreateTime end |
#Description ⇒ Object
5002 5003 5004 |
# File 'lib/v20191029/models.rb', line 5002 def Description @Description end |
#LicenseId ⇒ Object
5002 5003 5004 |
# File 'lib/v20191029/models.rb', line 5002 def LicenseId @LicenseId end |
#Platform ⇒ Object
5002 5003 5004 |
# File 'lib/v20191029/models.rb', line 5002 def Platform @Platform end |
#Status ⇒ Object
5002 5003 5004 |
# File 'lib/v20191029/models.rb', line 5002 def Status @Status end |
#UpdateTime ⇒ Object
5002 5003 5004 |
# File 'lib/v20191029/models.rb', line 5002 def UpdateTime @UpdateTime end |
#VodSubAppId ⇒ Object
5002 5003 5004 |
# File 'lib/v20191029/models.rb', line 5002 def VodSubAppId @VodSubAppId end |
Instance Method Details
#deserialize(params) ⇒ Object
5014 5015 5016 5017 5018 5019 5020 5021 5022 |
# File 'lib/v20191029/models.rb', line 5014 def deserialize(params) @Platform = params['Platform'] @Description = params['Description'] @VodSubAppId = params['VodSubAppId'] @LicenseId = params['LicenseId'] @Status = params['Status'] @CreateTime = params['CreateTime'] @UpdateTime = params['UpdateTime'] end |