Class: TencentCloud::Cwp::V20180228::MachineLicenseDetail
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::MachineLicenseDetail
- Defined in:
- lib/v20180228/models.rb
Overview
机器绑定授权信息
Instance Attribute Summary collapse
- #AutoRenewFlag ⇒ Object
- #BuyTime ⇒ Object
- #Deadline ⇒ Object
- #InquireKey ⇒ Object
- #LicenseCnt ⇒ Object
- #LicenseType ⇒ Object
- #PayMode ⇒ Object
- #Quuid ⇒ Object
- #ResourceId ⇒ Object
- #SourceType ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(quuid = nil, paymode = nil, resourceid = nil, licensetype = nil, sourcetype = nil, inquirekey = nil, autorenewflag = nil, deadline = nil, buytime = nil, licensecnt = nil) ⇒ MachineLicenseDetail
constructor
A new instance of MachineLicenseDetail.
Constructor Details
#initialize(quuid = nil, paymode = nil, resourceid = nil, licensetype = nil, sourcetype = nil, inquirekey = nil, autorenewflag = nil, deadline = nil, buytime = nil, licensecnt = nil) ⇒ MachineLicenseDetail
Returns a new instance of MachineLicenseDetail.
31546 31547 31548 31549 31550 31551 31552 31553 31554 31555 31556 31557 |
# File 'lib/v20180228/models.rb', line 31546 def initialize(quuid=nil, paymode=nil, resourceid=nil, licensetype=nil, sourcetype=nil, inquirekey=nil, autorenewflag=nil, deadline=nil, buytime=nil, licensecnt=nil) @Quuid = quuid @PayMode = paymode @ResourceId = resourceid @LicenseType = licensetype @SourceType = sourcetype @InquireKey = inquirekey @AutoRenewFlag = autorenewflag @Deadline = deadline @BuyTime = buytime @LicenseCnt = licensecnt end |
Instance Attribute Details
#AutoRenewFlag ⇒ Object
31544 31545 31546 |
# File 'lib/v20180228/models.rb', line 31544 def AutoRenewFlag @AutoRenewFlag end |
#BuyTime ⇒ Object
31544 31545 31546 |
# File 'lib/v20180228/models.rb', line 31544 def BuyTime @BuyTime end |
#Deadline ⇒ Object
31544 31545 31546 |
# File 'lib/v20180228/models.rb', line 31544 def Deadline @Deadline end |
#InquireKey ⇒ Object
31544 31545 31546 |
# File 'lib/v20180228/models.rb', line 31544 def InquireKey @InquireKey end |
#LicenseCnt ⇒ Object
31544 31545 31546 |
# File 'lib/v20180228/models.rb', line 31544 def LicenseCnt @LicenseCnt end |
#LicenseType ⇒ Object
31544 31545 31546 |
# File 'lib/v20180228/models.rb', line 31544 def LicenseType @LicenseType end |
#PayMode ⇒ Object
31544 31545 31546 |
# File 'lib/v20180228/models.rb', line 31544 def PayMode @PayMode end |
#Quuid ⇒ Object
31544 31545 31546 |
# File 'lib/v20180228/models.rb', line 31544 def Quuid @Quuid end |
#ResourceId ⇒ Object
31544 31545 31546 |
# File 'lib/v20180228/models.rb', line 31544 def ResourceId @ResourceId end |
#SourceType ⇒ Object
31544 31545 31546 |
# File 'lib/v20180228/models.rb', line 31544 def SourceType @SourceType end |
Instance Method Details
#deserialize(params) ⇒ Object
31559 31560 31561 31562 31563 31564 31565 31566 31567 31568 31569 31570 |
# File 'lib/v20180228/models.rb', line 31559 def deserialize(params) @Quuid = params['Quuid'] @PayMode = params['PayMode'] @ResourceId = params['ResourceId'] @LicenseType = params['LicenseType'] @SourceType = params['SourceType'] @InquireKey = params['InquireKey'] @AutoRenewFlag = params['AutoRenewFlag'] @Deadline = params['Deadline'] @BuyTime = params['BuyTime'] @LicenseCnt = params['LicenseCnt'] end |