Class: TencentCloud::Weilingwith::V20230427::DescribeTenantDepartmentListRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20230427/models.rb

Overview

DescribeTenantDepartmentList请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(offset = nil, limit = nil, applicationtoken = nil, tenantid = nil, updateat = nil, departmentid = nil, cursor = nil) ⇒ DescribeTenantDepartmentListRequest

Returns a new instance of DescribeTenantDepartmentListRequest.



4248
4249
4250
4251
4252
4253
4254
4255
4256
# File 'lib/v20230427/models.rb', line 4248

def initialize(offset=nil, limit=nil, applicationtoken=nil, tenantid=nil, updateat=nil, departmentid=nil, cursor=nil)
  @Offset = offset
  @Limit = limit
  @ApplicationToken = applicationtoken
  @TenantId = tenantid
  @UpdateAt = updateat
  @DepartmentId = departmentid
  @Cursor = cursor
end

Instance Attribute Details

#ApplicationTokenObject

Parameters:

  • Offset:

    翻页页码

  • Limit:

    翻页大小

  • ApplicationToken:

    token

  • TenantId:

    租户ID

  • UpdateAt:

    更新时间戳,单位秒

  • DepartmentId:

    部门ID

  • Cursor:

    用户id



4246
4247
4248
# File 'lib/v20230427/models.rb', line 4246

def ApplicationToken
  @ApplicationToken
end

#CursorObject

Parameters:

  • Offset:

    翻页页码

  • Limit:

    翻页大小

  • ApplicationToken:

    token

  • TenantId:

    租户ID

  • UpdateAt:

    更新时间戳,单位秒

  • DepartmentId:

    部门ID

  • Cursor:

    用户id



4246
4247
4248
# File 'lib/v20230427/models.rb', line 4246

def Cursor
  @Cursor
end

#DepartmentIdObject

Parameters:

  • Offset:

    翻页页码

  • Limit:

    翻页大小

  • ApplicationToken:

    token

  • TenantId:

    租户ID

  • UpdateAt:

    更新时间戳,单位秒

  • DepartmentId:

    部门ID

  • Cursor:

    用户id



4246
4247
4248
# File 'lib/v20230427/models.rb', line 4246

def DepartmentId
  @DepartmentId
end

#LimitObject

Parameters:

  • Offset:

    翻页页码

  • Limit:

    翻页大小

  • ApplicationToken:

    token

  • TenantId:

    租户ID

  • UpdateAt:

    更新时间戳,单位秒

  • DepartmentId:

    部门ID

  • Cursor:

    用户id



4246
4247
4248
# File 'lib/v20230427/models.rb', line 4246

def Limit
  @Limit
end

#OffsetObject

Parameters:

  • Offset:

    翻页页码

  • Limit:

    翻页大小

  • ApplicationToken:

    token

  • TenantId:

    租户ID

  • UpdateAt:

    更新时间戳,单位秒

  • DepartmentId:

    部门ID

  • Cursor:

    用户id



4246
4247
4248
# File 'lib/v20230427/models.rb', line 4246

def Offset
  @Offset
end

#TenantIdObject

Parameters:

  • Offset:

    翻页页码

  • Limit:

    翻页大小

  • ApplicationToken:

    token

  • TenantId:

    租户ID

  • UpdateAt:

    更新时间戳,单位秒

  • DepartmentId:

    部门ID

  • Cursor:

    用户id



4246
4247
4248
# File 'lib/v20230427/models.rb', line 4246

def TenantId
  @TenantId
end

#UpdateAtObject

Parameters:

  • Offset:

    翻页页码

  • Limit:

    翻页大小

  • ApplicationToken:

    token

  • TenantId:

    租户ID

  • UpdateAt:

    更新时间戳,单位秒

  • DepartmentId:

    部门ID

  • Cursor:

    用户id



4246
4247
4248
# File 'lib/v20230427/models.rb', line 4246

def UpdateAt
  @UpdateAt
end

Instance Method Details

#deserialize(params) ⇒ Object



4258
4259
4260
4261
4262
4263
4264
4265
4266
# File 'lib/v20230427/models.rb', line 4258

def deserialize(params)
  @Offset = params['Offset']
  @Limit = params['Limit']
  @ApplicationToken = params['ApplicationToken']
  @TenantId = params['TenantId']
  @UpdateAt = params['UpdateAt']
  @DepartmentId = params['DepartmentId']
  @Cursor = params['Cursor']
end