Class: TencentCloud::Tione::V20211111::DescribeModelServiceGroupsRequest

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

Overview

DescribeModelServiceGroups请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(offset = nil, limit = nil, order = nil, orderfield = nil, filters = nil, tagfilters = nil, servicecategory = nil) ⇒ DescribeModelServiceGroupsRequest

Returns a new instance of DescribeModelServiceGroupsRequest.



3554
3555
3556
3557
3558
3559
3560
3561
3562
# File 'lib/v20211111/models.rb', line 3554

def initialize(offset=nil, limit=nil, order=nil, orderfield=nil, filters=nil, tagfilters=nil, servicecategory=nil)
  @Offset = offset
  @Limit = limit
  @Order = order
  @OrderField = orderfield
  @Filters = filters
  @TagFilters = tagfilters
  @ServiceCategory = servicecategory
end

Instance Attribute Details

#FiltersObject

“ClusterId”, “ServiceId”, “ServiceGroupName”, “ServiceGroupId”,“Status”,“CreatedBy”,“ModelVersionId”

Parameters:

  • Offset:

    偏移量,默认为0

  • Limit:

    返回数量,默认为20,最大值为100

  • Order:

    输出列表的排列顺序。取值范围:ASC:升序排列 DESC:降序排列

  • OrderField:

    排序的依据字段, 取值范围 “CreateTime” “UpdateTime”

  • Filters:

    分页参数,支持的分页过滤Name包括:

  • TagFilters:

    标签过滤参数

  • ServiceCategory:

    服务分类



3549
3550
3551
# File 'lib/v20211111/models.rb', line 3549

def Filters
  @Filters
end

#LimitObject

“ClusterId”, “ServiceId”, “ServiceGroupName”, “ServiceGroupId”,“Status”,“CreatedBy”,“ModelVersionId”

Parameters:

  • Offset:

    偏移量,默认为0

  • Limit:

    返回数量,默认为20,最大值为100

  • Order:

    输出列表的排列顺序。取值范围:ASC:升序排列 DESC:降序排列

  • OrderField:

    排序的依据字段, 取值范围 “CreateTime” “UpdateTime”

  • Filters:

    分页参数,支持的分页过滤Name包括:

  • TagFilters:

    标签过滤参数

  • ServiceCategory:

    服务分类



3549
3550
3551
# File 'lib/v20211111/models.rb', line 3549

def Limit
  @Limit
end

#OffsetObject

“ClusterId”, “ServiceId”, “ServiceGroupName”, “ServiceGroupId”,“Status”,“CreatedBy”,“ModelVersionId”

Parameters:

  • Offset:

    偏移量,默认为0

  • Limit:

    返回数量,默认为20,最大值为100

  • Order:

    输出列表的排列顺序。取值范围:ASC:升序排列 DESC:降序排列

  • OrderField:

    排序的依据字段, 取值范围 “CreateTime” “UpdateTime”

  • Filters:

    分页参数,支持的分页过滤Name包括:

  • TagFilters:

    标签过滤参数

  • ServiceCategory:

    服务分类



3549
3550
3551
# File 'lib/v20211111/models.rb', line 3549

def Offset
  @Offset
end

#OrderObject

“ClusterId”, “ServiceId”, “ServiceGroupName”, “ServiceGroupId”,“Status”,“CreatedBy”,“ModelVersionId”

Parameters:

  • Offset:

    偏移量,默认为0

  • Limit:

    返回数量,默认为20,最大值为100

  • Order:

    输出列表的排列顺序。取值范围:ASC:升序排列 DESC:降序排列

  • OrderField:

    排序的依据字段, 取值范围 “CreateTime” “UpdateTime”

  • Filters:

    分页参数,支持的分页过滤Name包括:

  • TagFilters:

    标签过滤参数

  • ServiceCategory:

    服务分类



3549
3550
3551
# File 'lib/v20211111/models.rb', line 3549

def Order
  @Order
end

#OrderFieldObject

“ClusterId”, “ServiceId”, “ServiceGroupName”, “ServiceGroupId”,“Status”,“CreatedBy”,“ModelVersionId”

Parameters:

  • Offset:

    偏移量,默认为0

  • Limit:

    返回数量,默认为20,最大值为100

  • Order:

    输出列表的排列顺序。取值范围:ASC:升序排列 DESC:降序排列

  • OrderField:

    排序的依据字段, 取值范围 “CreateTime” “UpdateTime”

  • Filters:

    分页参数,支持的分页过滤Name包括:

  • TagFilters:

    标签过滤参数

  • ServiceCategory:

    服务分类



3549
3550
3551
# File 'lib/v20211111/models.rb', line 3549

def OrderField
  @OrderField
end

#ServiceCategoryObject

“ClusterId”, “ServiceId”, “ServiceGroupName”, “ServiceGroupId”,“Status”,“CreatedBy”,“ModelVersionId”

Parameters:

  • Offset:

    偏移量,默认为0

  • Limit:

    返回数量,默认为20,最大值为100

  • Order:

    输出列表的排列顺序。取值范围:ASC:升序排列 DESC:降序排列

  • OrderField:

    排序的依据字段, 取值范围 “CreateTime” “UpdateTime”

  • Filters:

    分页参数,支持的分页过滤Name包括:

  • TagFilters:

    标签过滤参数

  • ServiceCategory:

    服务分类



3549
3550
3551
# File 'lib/v20211111/models.rb', line 3549

def ServiceCategory
  @ServiceCategory
end

#TagFiltersObject

“ClusterId”, “ServiceId”, “ServiceGroupName”, “ServiceGroupId”,“Status”,“CreatedBy”,“ModelVersionId”

Parameters:

  • Offset:

    偏移量,默认为0

  • Limit:

    返回数量,默认为20,最大值为100

  • Order:

    输出列表的排列顺序。取值范围:ASC:升序排列 DESC:降序排列

  • OrderField:

    排序的依据字段, 取值范围 “CreateTime” “UpdateTime”

  • Filters:

    分页参数,支持的分页过滤Name包括:

  • TagFilters:

    标签过滤参数

  • ServiceCategory:

    服务分类



3549
3550
3551
# File 'lib/v20211111/models.rb', line 3549

def TagFilters
  @TagFilters
end

Instance Method Details

#deserialize(params) ⇒ Object



3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
# File 'lib/v20211111/models.rb', line 3564

def deserialize(params)
  @Offset = params['Offset']
  @Limit = params['Limit']
  @Order = params['Order']
  @OrderField = params['OrderField']
  unless params['Filters'].nil?
    @Filters = []
    params['Filters'].each do |i|
      filter_tmp = Filter.new
      filter_tmp.deserialize(i)
      @Filters << filter_tmp
    end
  end
  unless params['TagFilters'].nil?
    @TagFilters = []
    params['TagFilters'].each do |i|
      tagfilter_tmp = TagFilter.new
      tagfilter_tmp.deserialize(i)
      @TagFilters << tagfilter_tmp
    end
  end
  @ServiceCategory = params['ServiceCategory']
end