Class: TencentCloud::Cdc::V20201214::DescribeDedicatedClusterCbsStatisticsRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdc::V20201214::DescribeDedicatedClusterCbsStatisticsRequest
- Defined in:
- lib/v20201214/models.rb
Overview
DescribeDedicatedClusterCbsStatistics请求参数结构体
Instance Attribute Summary collapse
- #DedicatedClusterId ⇒ Object
- #EndTime ⇒ Object
- #Limit ⇒ Object
- #Offset ⇒ Object
- #Period ⇒ Object
- #SetId ⇒ Object
- #StartTime ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(dedicatedclusterid = nil, setid = nil, starttime = nil, endtime = nil, period = nil, offset = nil, limit = nil) ⇒ DescribeDedicatedClusterCbsStatisticsRequest
constructor
A new instance of DescribeDedicatedClusterCbsStatisticsRequest.
Constructor Details
#initialize(dedicatedclusterid = nil, setid = nil, starttime = nil, endtime = nil, period = nil, offset = nil, limit = nil) ⇒ DescribeDedicatedClusterCbsStatisticsRequest
Returns a new instance of DescribeDedicatedClusterCbsStatisticsRequest.
911 912 913 914 915 916 917 918 919 |
# File 'lib/v20201214/models.rb', line 911 def initialize(dedicatedclusterid=nil, setid=nil, starttime=nil, endtime=nil, period=nil, offset=nil, limit=nil) @DedicatedClusterId = dedicatedclusterid @SetId = setid @StartTime = starttime @EndTime = endtime @Period = period @Offset = offset @Limit = limit end |
Instance Attribute Details
#DedicatedClusterId ⇒ Object
909 910 911 |
# File 'lib/v20201214/models.rb', line 909 def DedicatedClusterId @DedicatedClusterId end |
#EndTime ⇒ Object
909 910 911 |
# File 'lib/v20201214/models.rb', line 909 def EndTime @EndTime end |
#Limit ⇒ Object
909 910 911 |
# File 'lib/v20201214/models.rb', line 909 def Limit @Limit end |
#Offset ⇒ Object
909 910 911 |
# File 'lib/v20201214/models.rb', line 909 def Offset @Offset end |
#Period ⇒ Object
909 910 911 |
# File 'lib/v20201214/models.rb', line 909 def Period @Period end |
#SetId ⇒ Object
909 910 911 |
# File 'lib/v20201214/models.rb', line 909 def SetId @SetId end |
#StartTime ⇒ Object
909 910 911 |
# File 'lib/v20201214/models.rb', line 909 def StartTime @StartTime end |
Instance Method Details
#deserialize(params) ⇒ Object
921 922 923 924 925 926 927 928 929 |
# File 'lib/v20201214/models.rb', line 921 def deserialize(params) @DedicatedClusterId = params['DedicatedClusterId'] @SetId = params['SetId'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] @Period = params['Period'] @Offset = params['Offset'] @Limit = params['Limit'] end |