Class: TencentCloud::Cwp::V20180228::DescribeLicenseListRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::DescribeLicenseListRequest
- Defined in:
- lib/v20180228/models.rb
Overview
DescribeLicenseList请求参数结构体
Instance Attribute Summary collapse
-
#By ⇒ Object
- LicenseStatus 授权状态信息,0 未使用,1 部分使用, 2 已用完, 3 不可用 4 可使用
- BuyTime 购买时间
- LicenseType 授权类型, 0 专业版-按量计费, 1专业版-包年包月 , 2 旗舰版-包年包月
- DeadlineStatus 到期状态 NotExpired 未过期, Expire 已过期(包含已销毁) NearExpiry 即将到期
- ResourceId 资源ID
- Keywords IP筛选
- PayMode 付费模式 0 按量计费 , 1 包年包月
- OrderStatus 订单状态 1 正常 2 隔离 3 销毁
- DealNames 子订单号,最大长度10个,超出会失败
. -
#Filters ⇒ Object
- LicenseStatus 授权状态信息,0 未使用,1 部分使用, 2 已用完, 3 不可用 4 可使用
- BuyTime 购买时间
- LicenseType 授权类型, 0 专业版-按量计费, 1专业版-包年包月 , 2 旗舰版-包年包月
- DeadlineStatus 到期状态 NotExpired 未过期, Expire 已过期(包含已销毁) NearExpiry 即将到期
- ResourceId 资源ID
- Keywords IP筛选
- PayMode 付费模式 0 按量计费 , 1 包年包月
- OrderStatus 订单状态 1 正常 2 隔离 3 销毁
- DealNames 子订单号,最大长度10个,超出会失败
. -
#Limit ⇒ Object
- LicenseStatus 授权状态信息,0 未使用,1 部分使用, 2 已用完, 3 不可用 4 可使用
- BuyTime 购买时间
- LicenseType 授权类型, 0 专业版-按量计费, 1专业版-包年包月 , 2 旗舰版-包年包月
- DeadlineStatus 到期状态 NotExpired 未过期, Expire 已过期(包含已销毁) NearExpiry 即将到期
- ResourceId 资源ID
- Keywords IP筛选
- PayMode 付费模式 0 按量计费 , 1 包年包月
- OrderStatus 订单状态 1 正常 2 隔离 3 销毁
- DealNames 子订单号,最大长度10个,超出会失败
. -
#Offset ⇒ Object
- LicenseStatus 授权状态信息,0 未使用,1 部分使用, 2 已用完, 3 不可用 4 可使用
- BuyTime 购买时间
- LicenseType 授权类型, 0 专业版-按量计费, 1专业版-包年包月 , 2 旗舰版-包年包月
- DeadlineStatus 到期状态 NotExpired 未过期, Expire 已过期(包含已销毁) NearExpiry 即将到期
- ResourceId 资源ID
- Keywords IP筛选
- PayMode 付费模式 0 按量计费 , 1 包年包月
- OrderStatus 订单状态 1 正常 2 隔离 3 销毁
- DealNames 子订单号,最大长度10个,超出会失败
. -
#Order ⇒ Object
- LicenseStatus 授权状态信息,0 未使用,1 部分使用, 2 已用完, 3 不可用 4 可使用
- BuyTime 购买时间
- LicenseType 授权类型, 0 专业版-按量计费, 1专业版-包年包月 , 2 旗舰版-包年包月
- DeadlineStatus 到期状态 NotExpired 未过期, Expire 已过期(包含已销毁) NearExpiry 即将到期
- ResourceId 资源ID
- Keywords IP筛选
- PayMode 付费模式 0 按量计费 , 1 包年包月
- OrderStatus 订单状态 1 正常 2 隔离 3 销毁
- DealNames 子订单号,最大长度10个,超出会失败
. -
#Tags ⇒ Object
- LicenseStatus 授权状态信息,0 未使用,1 部分使用, 2 已用完, 3 不可用 4 可使用
- BuyTime 购买时间
- LicenseType 授权类型, 0 专业版-按量计费, 1专业版-包年包月 , 2 旗舰版-包年包月
- DeadlineStatus 到期状态 NotExpired 未过期, Expire 已过期(包含已销毁) NearExpiry 即将到期
- ResourceId 资源ID
- Keywords IP筛选
- PayMode 付费模式 0 按量计费 , 1 包年包月
- OrderStatus 订单状态 1 正常 2 隔离 3 销毁
- DealNames 子订单号,最大长度10个,超出会失败
.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(filters = nil, limit = nil, offset = nil, tags = nil, order = nil, by = nil) ⇒ DescribeLicenseListRequest
constructor
A new instance of DescribeLicenseListRequest.
Constructor Details
#initialize(filters = nil, limit = nil, offset = nil, tags = nil, order = nil, by = nil) ⇒ DescribeLicenseListRequest
Returns a new instance of DescribeLicenseListRequest.
15931 15932 15933 15934 15935 15936 15937 15938 |
# File 'lib/v20180228/models.rb', line 15931 def initialize(filters=nil, limit=nil, offset=nil, =nil, order=nil, by=nil) @Filters = filters @Limit = limit @Offset = offset @Tags = @Order = order @By = by end |
Instance Attribute Details
#By ⇒ Object
15929 15930 15931 |
# File 'lib/v20180228/models.rb', line 15929 def By @By end |
#Filters ⇒ Object
15929 15930 15931 |
# File 'lib/v20180228/models.rb', line 15929 def Filters @Filters end |
#Limit ⇒ Object
15929 15930 15931 |
# File 'lib/v20180228/models.rb', line 15929 def Limit @Limit end |
#Offset ⇒ Object
15929 15930 15931 |
# File 'lib/v20180228/models.rb', line 15929 def Offset @Offset end |
#Order ⇒ Object
15929 15930 15931 |
# File 'lib/v20180228/models.rb', line 15929 def Order @Order end |
#Tags ⇒ Object
15929 15930 15931 |
# File 'lib/v20180228/models.rb', line 15929 def Tags @Tags end |
Instance Method Details
#deserialize(params) ⇒ Object
15940 15941 15942 15943 15944 15945 15946 15947 15948 15949 15950 15951 15952 15953 15954 15955 15956 15957 15958 15959 15960 15961 |
# File 'lib/v20180228/models.rb', line 15940 def deserialize(params) unless params['Filters'].nil? @Filters = [] params['Filters'].each do |i| filters_tmp = Filters.new filters_tmp.deserialize(i) @Filters << filters_tmp end end @Limit = params['Limit'] @Offset = params['Offset'] unless params['Tags'].nil? @Tags = [] params['Tags'].each do |i| = Tags.new .deserialize(i) @Tags << end end @Order = params['Order'] @By = params['By'] end |