Class: TencentCloud::Tione::V20211111::DescribeModelServiceCallInfoRequest

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

Overview

DescribeModelServiceCallInfo请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of DescribeModelServiceCallInfoRequest.



3409
3410
3411
3412
# File 'lib/v20211111/models.rb', line 3409

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

Instance Attribute Details

#ServiceCategoryObject

Parameters:

  • ServiceGroupId:

    服务组id

  • ServiceCategory:

    服务分类



3404
3405
3406
# File 'lib/v20211111/models.rb', line 3404

def ServiceCategory
  @ServiceCategory
end

#ServiceGroupIdObject

Parameters:

  • ServiceGroupId:

    服务组id

  • ServiceCategory:

    服务分类



3404
3405
3406
# File 'lib/v20211111/models.rb', line 3404

def ServiceGroupId
  @ServiceGroupId
end

Instance Method Details

#deserialize(params) ⇒ Object



3414
3415
3416
3417
# File 'lib/v20211111/models.rb', line 3414

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