Class: TencentCloud::Trocket::V20230308::DescribeMigratingGroupStatsRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20230308/models.rb

Overview

DescribeMigratingGroupStats请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#GroupNameObject

Parameters:



2939
2940
2941
# File 'lib/v20230308/models.rb', line 2939

def GroupName
  @GroupName
end

#NamespaceObject

Parameters:



2939
2940
2941
# File 'lib/v20230308/models.rb', line 2939

def Namespace
  @Namespace
end

#TaskIdObject

Parameters:



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