Class: TencentCloud::Cwp::V20180228::LicenseOrder
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::LicenseOrder
- Defined in:
- lib/v20180228/models.rb
Overview
授权订单对象内容
Instance Attribute Summary collapse
- #LicenseId ⇒ Object
- #LicenseType ⇒ Object
- #ResourceId ⇒ Object
- #SourceType ⇒ Object
- #Status ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(licenseid = nil, licensetype = nil, status = nil, sourcetype = nil, resourceid = nil) ⇒ LicenseOrder
constructor
A new instance of LicenseOrder.
Constructor Details
#initialize(licenseid = nil, licensetype = nil, status = nil, sourcetype = nil, resourceid = nil) ⇒ LicenseOrder
Returns a new instance of LicenseOrder.
30980 30981 30982 30983 30984 30985 30986 |
# File 'lib/v20180228/models.rb', line 30980 def initialize(licenseid=nil, licensetype=nil, status=nil, sourcetype=nil, resourceid=nil) @LicenseId = licenseid @LicenseType = licensetype @Status = status @SourceType = sourcetype @ResourceId = resourceid end |
Instance Attribute Details
#LicenseId ⇒ Object
30978 30979 30980 |
# File 'lib/v20180228/models.rb', line 30978 def LicenseId @LicenseId end |
#LicenseType ⇒ Object
30978 30979 30980 |
# File 'lib/v20180228/models.rb', line 30978 def LicenseType @LicenseType end |
#ResourceId ⇒ Object
30978 30979 30980 |
# File 'lib/v20180228/models.rb', line 30978 def ResourceId @ResourceId end |
#SourceType ⇒ Object
30978 30979 30980 |
# File 'lib/v20180228/models.rb', line 30978 def SourceType @SourceType end |
#Status ⇒ Object
30978 30979 30980 |
# File 'lib/v20180228/models.rb', line 30978 def Status @Status end |
Instance Method Details
#deserialize(params) ⇒ Object
30988 30989 30990 30991 30992 30993 30994 |
# File 'lib/v20180228/models.rb', line 30988 def deserialize(params) @LicenseId = params['LicenseId'] @LicenseType = params['LicenseType'] @Status = params['Status'] @SourceType = params['SourceType'] @ResourceId = params['ResourceId'] end |