Class: TencentCloud::Live::V20180801::DescribeAuditKeywordsRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Live::V20180801::DescribeAuditKeywordsRequest
- Defined in:
- lib/v20180801/models.rb
Overview
DescribeAuditKeywords请求参数结构体
Instance Attribute Summary collapse
-
#Content ⇒ Object
为空字符串时忽略。.
-
#Labels ⇒ Object
为空字符串时忽略。.
-
#LibId ⇒ Object
为空字符串时忽略。.
-
#Limit ⇒ Object
为空字符串时忽略。.
-
#Offset ⇒ Object
为空字符串时忽略。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(offset = nil, limit = nil, libid = nil, content = nil, labels = nil) ⇒ DescribeAuditKeywordsRequest
constructor
A new instance of DescribeAuditKeywordsRequest.
Constructor Details
#initialize(offset = nil, limit = nil, libid = nil, content = nil, labels = nil) ⇒ DescribeAuditKeywordsRequest
Returns a new instance of DescribeAuditKeywordsRequest.
5294 5295 5296 5297 5298 5299 5300 |
# File 'lib/v20180801/models.rb', line 5294 def initialize(offset=nil, limit=nil, libid=nil, content=nil, labels=nil) @Offset = offset @Limit = limit @LibId = libid @Content = content @Labels = labels end |
Instance Attribute Details
#Content ⇒ Object
为空字符串时忽略。
5292 5293 5294 |
# File 'lib/v20180801/models.rb', line 5292 def Content @Content end |
#Labels ⇒ Object
为空字符串时忽略。
5292 5293 5294 |
# File 'lib/v20180801/models.rb', line 5292 def Labels @Labels end |
#LibId ⇒ Object
为空字符串时忽略。
5292 5293 5294 |
# File 'lib/v20180801/models.rb', line 5292 def LibId @LibId end |
#Limit ⇒ Object
为空字符串时忽略。
5292 5293 5294 |
# File 'lib/v20180801/models.rb', line 5292 def Limit @Limit end |
#Offset ⇒ Object
为空字符串时忽略。
5292 5293 5294 |
# File 'lib/v20180801/models.rb', line 5292 def Offset @Offset end |
Instance Method Details
#deserialize(params) ⇒ Object
5302 5303 5304 5305 5306 5307 5308 |
# File 'lib/v20180801/models.rb', line 5302 def deserialize(params) @Offset = params['Offset'] @Limit = params['Limit'] @LibId = params['LibId'] @Content = params['Content'] @Labels = params['Labels'] end |