Class: TencentCloud::Gpm::V20200820::DescribeMatchCodesRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Gpm::V20200820::DescribeMatchCodesRequest
- Defined in:
- lib/v20200820/models.rb
Overview
DescribeMatchCodes请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(offset = nil, limit = nil, matchcode = nil) ⇒ DescribeMatchCodesRequest
constructor
A new instance of DescribeMatchCodesRequest.
Constructor Details
#initialize(offset = nil, limit = nil, matchcode = nil) ⇒ DescribeMatchCodesRequest
Returns a new instance of DescribeMatchCodesRequest.
374 375 376 377 378 |
# File 'lib/v20200820/models.rb', line 374 def initialize(offset=nil, limit=nil, matchcode=nil) @Offset = offset @Limit = limit @MatchCode = matchcode end |
Instance Attribute Details
#Limit ⇒ Object
372 373 374 |
# File 'lib/v20200820/models.rb', line 372 def Limit @Limit end |
#MatchCode ⇒ Object
372 373 374 |
# File 'lib/v20200820/models.rb', line 372 def MatchCode @MatchCode end |
#Offset ⇒ Object
372 373 374 |
# File 'lib/v20200820/models.rb', line 372 def Offset @Offset end |
Instance Method Details
#deserialize(params) ⇒ Object
380 381 382 383 384 |
# File 'lib/v20200820/models.rb', line 380 def deserialize(params) @Offset = params['Offset'] @Limit = params['Limit'] @MatchCode = params['MatchCode'] end |