Class: TencentCloud::Tione::V20211111::DescribeModelServiceGroupRequest

Inherits:
Common::AbstractModel
  • Object
show all
Extended by:
Gem::Deprecate
Defined in:
lib/v20211111/models.rb

Overview

DescribeModelServiceGroup请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(servicegroupid = nil, servicecategory = nil) ⇒ DescribeModelServiceGroupRequest

Returns a new instance of DescribeModelServiceGroupRequest.



3496
3497
3498
3499
# File 'lib/v20211111/models.rb', line 3496

def initialize(servicegroupid=nil, servicecategory=nil)
  @ServiceGroupId = servicegroupid
  @ServiceCategory = servicecategory
end

Instance Attribute Details

#ServiceCategoryObject

Parameters:

  • ServiceGroupId:

    服务组ID

  • ServiceCategory:

    服务分类



3491
3492
3493
# File 'lib/v20211111/models.rb', line 3491

def ServiceCategory
  @ServiceCategory
end

#ServiceGroupIdObject

Parameters:

  • ServiceGroupId:

    服务组ID

  • ServiceCategory:

    服务分类



3491
3492
3493
# File 'lib/v20211111/models.rb', line 3491

def ServiceGroupId
  @ServiceGroupId
end

Instance Method Details

#deserialize(params) ⇒ Object



3501
3502
3503
3504
# File 'lib/v20211111/models.rb', line 3501

def deserialize(params)
  @ServiceGroupId = params['ServiceGroupId']
  @ServiceCategory = params['ServiceCategory']
end