Class: TencentCloud::Ccc::V20200210::DescribeStaffInfoListRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Ccc::V20200210::DescribeStaffInfoListRequest
- Defined in:
- lib/v20200210/models.rb
Overview
DescribeStaffInfoList请求参数结构体
Instance Attribute Summary collapse
- #ModifiedTime ⇒ Object
- #PageNumber ⇒ Object
- #PageSize ⇒ Object
- #SdkAppId ⇒ Object
- #SkillGroupId ⇒ Object
- #StaffMail ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(sdkappid = nil, pagesize = nil, pagenumber = nil, staffmail = nil, modifiedtime = nil, skillgroupid = nil) ⇒ DescribeStaffInfoListRequest
constructor
A new instance of DescribeStaffInfoListRequest.
Constructor Details
#initialize(sdkappid = nil, pagesize = nil, pagenumber = nil, staffmail = nil, modifiedtime = nil, skillgroupid = nil) ⇒ DescribeStaffInfoListRequest
Returns a new instance of DescribeStaffInfoListRequest.
4441 4442 4443 4444 4445 4446 4447 4448 |
# File 'lib/v20200210/models.rb', line 4441 def initialize(sdkappid=nil, pagesize=nil, pagenumber=nil, staffmail=nil, modifiedtime=nil, skillgroupid=nil) @SdkAppId = sdkappid @PageSize = pagesize @PageNumber = pagenumber @StaffMail = staffmail @ModifiedTime = modifiedtime @SkillGroupId = skillgroupid end |
Instance Attribute Details
#ModifiedTime ⇒ Object
4439 4440 4441 |
# File 'lib/v20200210/models.rb', line 4439 def ModifiedTime @ModifiedTime end |
#PageNumber ⇒ Object
4439 4440 4441 |
# File 'lib/v20200210/models.rb', line 4439 def PageNumber @PageNumber end |
#PageSize ⇒ Object
4439 4440 4441 |
# File 'lib/v20200210/models.rb', line 4439 def PageSize @PageSize end |
#SdkAppId ⇒ Object
4439 4440 4441 |
# File 'lib/v20200210/models.rb', line 4439 def SdkAppId @SdkAppId end |
#SkillGroupId ⇒ Object
4439 4440 4441 |
# File 'lib/v20200210/models.rb', line 4439 def SkillGroupId @SkillGroupId end |
#StaffMail ⇒ Object
4439 4440 4441 |
# File 'lib/v20200210/models.rb', line 4439 def StaffMail @StaffMail end |
Instance Method Details
#deserialize(params) ⇒ Object
4450 4451 4452 4453 4454 4455 4456 4457 |
# File 'lib/v20200210/models.rb', line 4450 def deserialize(params) @SdkAppId = params['SdkAppId'] @PageSize = params['PageSize'] @PageNumber = params['PageNumber'] @StaffMail = params['StaffMail'] @ModifiedTime = params['ModifiedTime'] @SkillGroupId = params['SkillGroupId'] end |