Class: TencentCloud::Cr::V20180321::DescribeRecordsRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cr::V20180321::DescribeRecordsRequest
- Defined in:
- lib/v20180321/models.rb
Overview
DescribeRecords请求参数结构体
Instance Attribute Summary collapse
- #AccountNum ⇒ Object
- #CalledPhone ⇒ Object
- #EndBizDate ⇒ Object
- #InstId ⇒ Object
- #Limit ⇒ Object
- #Module ⇒ Object
- #Offset ⇒ Object
- #Operation ⇒ Object
- #ProductId ⇒ Object
- #StartBizDate ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(_module = nil, operation = nil, productid = nil, accountnum = nil, calledphone = nil, startbizdate = nil, endbizdate = nil, offset = nil, limit = nil, instid = nil) ⇒ DescribeRecordsRequest
constructor
A new instance of DescribeRecordsRequest.
Constructor Details
#initialize(_module = nil, operation = nil, productid = nil, accountnum = nil, calledphone = nil, startbizdate = nil, endbizdate = nil, offset = nil, limit = nil, instid = nil) ⇒ DescribeRecordsRequest
Returns a new instance of DescribeRecordsRequest.
856 857 858 859 860 861 862 863 864 865 866 867 |
# File 'lib/v20180321/models.rb', line 856 def initialize(_module=nil, operation=nil, productid=nil, accountnum=nil, calledphone=nil, startbizdate=nil, endbizdate=nil, offset=nil, limit=nil, instid=nil) @Module = _module @Operation = operation @ProductId = productid @AccountNum = accountnum @CalledPhone = calledphone @StartBizDate = startbizdate @EndBizDate = endbizdate @Offset = offset @Limit = limit @InstId = instid end |
Instance Attribute Details
#AccountNum ⇒ Object
854 855 856 |
# File 'lib/v20180321/models.rb', line 854 def AccountNum @AccountNum end |
#CalledPhone ⇒ Object
854 855 856 |
# File 'lib/v20180321/models.rb', line 854 def CalledPhone @CalledPhone end |
#EndBizDate ⇒ Object
854 855 856 |
# File 'lib/v20180321/models.rb', line 854 def EndBizDate @EndBizDate end |
#InstId ⇒ Object
854 855 856 |
# File 'lib/v20180321/models.rb', line 854 def InstId @InstId end |
#Limit ⇒ Object
854 855 856 |
# File 'lib/v20180321/models.rb', line 854 def Limit @Limit end |
#Module ⇒ Object
854 855 856 |
# File 'lib/v20180321/models.rb', line 854 def Module @Module end |
#Offset ⇒ Object
854 855 856 |
# File 'lib/v20180321/models.rb', line 854 def Offset @Offset end |
#Operation ⇒ Object
854 855 856 |
# File 'lib/v20180321/models.rb', line 854 def Operation @Operation end |
#ProductId ⇒ Object
854 855 856 |
# File 'lib/v20180321/models.rb', line 854 def ProductId @ProductId end |
#StartBizDate ⇒ Object
854 855 856 |
# File 'lib/v20180321/models.rb', line 854 def StartBizDate @StartBizDate end |
Instance Method Details
#deserialize(params) ⇒ Object
869 870 871 872 873 874 875 876 877 878 879 880 |
# File 'lib/v20180321/models.rb', line 869 def deserialize(params) @Module = params['Module'] @Operation = params['Operation'] @ProductId = params['ProductId'] @AccountNum = params['AccountNum'] @CalledPhone = params['CalledPhone'] @StartBizDate = params['StartBizDate'] @EndBizDate = params['EndBizDate'] @Offset = params['Offset'] @Limit = params['Limit'] @InstId = params['InstId'] end |