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.



3507
3508
3509
3510
# File 'lib/v20211111/models.rb', line 3507

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

Instance Attribute Details

#ServiceCategoryObject

Parameters:

  • ServiceGroupId:

    服务组ID

  • ServiceCategory:

    服务分类



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

def ServiceCategory
  @ServiceCategory
end

#ServiceGroupIdObject

Parameters:

  • ServiceGroupId:

    服务组ID

  • ServiceCategory:

    服务分类



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

def ServiceGroupId
  @ServiceGroupId
end

Instance Method Details

#deserialize(params) ⇒ Object



3512
3513
3514
3515
# File 'lib/v20211111/models.rb', line 3512

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