Class: TencentCloud::Tci::V20190318::ModifyPersonRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tci::V20190318::ModifyPersonRequest
- Defined in:
- lib/v20190318/models.rb
Overview
ModifyPerson请求参数结构体
Instance Attribute Summary collapse
- #JobNumber ⇒ Object
- #LibraryId ⇒ Object
- #Mail ⇒ Object
- #Male ⇒ Object
- #PersonId ⇒ Object
- #PersonName ⇒ Object
- #PhoneNumber ⇒ Object
- #StudentNumber ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(libraryid = nil, personid = nil, jobnumber = nil, mail = nil, male = nil, personname = nil, phonenumber = nil, studentnumber = nil) ⇒ ModifyPersonRequest
constructor
A new instance of ModifyPersonRequest.
Constructor Details
#initialize(libraryid = nil, personid = nil, jobnumber = nil, mail = nil, male = nil, personname = nil, phonenumber = nil, studentnumber = nil) ⇒ ModifyPersonRequest
Returns a new instance of ModifyPersonRequest.
2766 2767 2768 2769 2770 2771 2772 2773 2774 2775 |
# File 'lib/v20190318/models.rb', line 2766 def initialize(libraryid=nil, personid=nil, jobnumber=nil, mail=nil, male=nil, personname=nil, phonenumber=nil, studentnumber=nil) @LibraryId = libraryid @PersonId = personid @JobNumber = jobnumber @Mail = mail @Male = male @PersonName = personname @PhoneNumber = phonenumber @StudentNumber = studentnumber end |
Instance Attribute Details
#JobNumber ⇒ Object
2764 2765 2766 |
# File 'lib/v20190318/models.rb', line 2764 def JobNumber @JobNumber end |
#LibraryId ⇒ Object
2764 2765 2766 |
# File 'lib/v20190318/models.rb', line 2764 def LibraryId @LibraryId end |
#Mail ⇒ Object
2764 2765 2766 |
# File 'lib/v20190318/models.rb', line 2764 def Mail @Mail end |
#Male ⇒ Object
2764 2765 2766 |
# File 'lib/v20190318/models.rb', line 2764 def Male @Male end |
#PersonId ⇒ Object
2764 2765 2766 |
# File 'lib/v20190318/models.rb', line 2764 def PersonId @PersonId end |
#PersonName ⇒ Object
2764 2765 2766 |
# File 'lib/v20190318/models.rb', line 2764 def PersonName @PersonName end |
#PhoneNumber ⇒ Object
2764 2765 2766 |
# File 'lib/v20190318/models.rb', line 2764 def PhoneNumber @PhoneNumber end |
#StudentNumber ⇒ Object
2764 2765 2766 |
# File 'lib/v20190318/models.rb', line 2764 def StudentNumber @StudentNumber end |
Instance Method Details
#deserialize(params) ⇒ Object
2777 2778 2779 2780 2781 2782 2783 2784 2785 2786 |
# File 'lib/v20190318/models.rb', line 2777 def deserialize(params) @LibraryId = params['LibraryId'] @PersonId = params['PersonId'] @JobNumber = params['JobNumber'] @Mail = params['Mail'] @Male = params['Male'] @PersonName = params['PersonName'] @PhoneNumber = params['PhoneNumber'] @StudentNumber = params['StudentNumber'] end |