class TencentCloud::Tiems::V20190416::CreateRsgAsGroupRequest
CreateRsgAsGroup请求参数结构体
def deserialize(params)
def deserialize(params) @RsgId = params['RsgId'] @MaxSize = params['MaxSize'] @MinSize = params['MinSize'] @InstanceType = params['InstanceType'] @Cluster = params['Cluster'] @Name = params['Name'] @DesiredSize = params['DesiredSize'] end
def initialize(rsgid=nil, maxsize=nil, minsize=nil, instancetype=nil, cluster=nil, name=nil, desiredsize=nil)
def initialize(rsgid=nil, maxsize=nil, minsize=nil, instancetype=nil, cluster=nil, name=nil, desiredsize=nil) @RsgId = rsgid @MaxSize = maxsize @MinSize = minsize @InstanceType = instancetype @Cluster = cluster @Name = name @DesiredSize = desiredsize end