Class: TencentCloud::Trocket::V20230308::DescribeMigratingGroupStatsRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Trocket::V20230308::DescribeMigratingGroupStatsRequest
- Defined in:
- lib/v20230308/models.rb
Overview
DescribeMigratingGroupStats请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(taskid = nil, groupname = nil, namespace = nil) ⇒ DescribeMigratingGroupStatsRequest
constructor
A new instance of DescribeMigratingGroupStatsRequest.
Constructor Details
#initialize(taskid = nil, groupname = nil, namespace = nil) ⇒ DescribeMigratingGroupStatsRequest
Returns a new instance of DescribeMigratingGroupStatsRequest.
2941 2942 2943 2944 2945 |
# File 'lib/v20230308/models.rb', line 2941 def initialize(taskid=nil, groupname=nil, namespace=nil) @TaskId = taskid @GroupName = groupname @Namespace = namespace end |
Instance Attribute Details
#GroupName ⇒ Object
2939 2940 2941 |
# File 'lib/v20230308/models.rb', line 2939 def GroupName @GroupName end |
#Namespace ⇒ Object
2939 2940 2941 |
# File 'lib/v20230308/models.rb', line 2939 def Namespace @Namespace end |
#TaskId ⇒ Object
2939 2940 2941 |
# File 'lib/v20230308/models.rb', line 2939 def TaskId @TaskId end |
Instance Method Details
#deserialize(params) ⇒ Object
2947 2948 2949 2950 2951 |
# File 'lib/v20230308/models.rb', line 2947 def deserialize(params) @TaskId = params['TaskId'] @GroupName = params['GroupName'] @Namespace = params['Namespace'] end |