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.
31095 31096 31097 31098 31099 31100 31101 31102 31103 31104 31105 31106 |
# File 'lib/v20180228/models.rb', line 31095 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
31093 31094 31095 |
# File 'lib/v20180228/models.rb', line 31093 def AutoRenewFlag @AutoRenewFlag end |
#BuyTime ⇒ Object
31093 31094 31095 |
# File 'lib/v20180228/models.rb', line 31093 def BuyTime @BuyTime end |
#Deadline ⇒ Object
31093 31094 31095 |
# File 'lib/v20180228/models.rb', line 31093 def Deadline @Deadline end |
#InquireKey ⇒ Object
31093 31094 31095 |
# File 'lib/v20180228/models.rb', line 31093 def InquireKey @InquireKey end |
#LicenseCnt ⇒ Object
31093 31094 31095 |
# File 'lib/v20180228/models.rb', line 31093 def LicenseCnt @LicenseCnt end |
#LicenseType ⇒ Object
31093 31094 31095 |
# File 'lib/v20180228/models.rb', line 31093 def LicenseType @LicenseType end |
#PayMode ⇒ Object
31093 31094 31095 |
# File 'lib/v20180228/models.rb', line 31093 def PayMode @PayMode end |
#Quuid ⇒ Object
31093 31094 31095 |
# File 'lib/v20180228/models.rb', line 31093 def Quuid @Quuid end |
#ResourceId ⇒ Object
31093 31094 31095 |
# File 'lib/v20180228/models.rb', line 31093 def ResourceId @ResourceId end |
#SourceType ⇒ Object
31093 31094 31095 |
# File 'lib/v20180228/models.rb', line 31093 def SourceType @SourceType end |
Instance Method Details
#deserialize(params) ⇒ Object
31108 31109 31110 31111 31112 31113 31114 31115 31116 31117 31118 31119 |
# File 'lib/v20180228/models.rb', line 31108 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 |