Class: TencentCloud::Cpdp::V20190820::AgencyClientInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cpdp::V20190820::AgencyClientInfo
- Defined in:
- lib/v20190820/models.rb
Overview
经办人信息
Instance Attribute Summary collapse
- #AgencyClientGlobalId ⇒ Object
- #AgencyClientGlobalType ⇒ Object
- #AgencyClientMobile ⇒ Object
- #AgencyClientName ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(agencyclientname = nil, agencyclientglobaltype = nil, agencyclientglobalid = nil, agencyclientmobile = nil) ⇒ AgencyClientInfo
constructor
A new instance of AgencyClientInfo.
Constructor Details
#initialize(agencyclientname = nil, agencyclientglobaltype = nil, agencyclientglobalid = nil, agencyclientmobile = nil) ⇒ AgencyClientInfo
Returns a new instance of AgencyClientInfo.
907 908 909 910 911 912 |
# File 'lib/v20190820/models.rb', line 907 def initialize(agencyclientname=nil, agencyclientglobaltype=nil, agencyclientglobalid=nil, agencyclientmobile=nil) @AgencyClientName = agencyclientname @AgencyClientGlobalType = agencyclientglobaltype @AgencyClientGlobalId = agencyclientglobalid @AgencyClientMobile = agencyclientmobile end |
Instance Attribute Details
#AgencyClientGlobalId ⇒ Object
905 906 907 |
# File 'lib/v20190820/models.rb', line 905 def AgencyClientGlobalId @AgencyClientGlobalId end |
#AgencyClientGlobalType ⇒ Object
905 906 907 |
# File 'lib/v20190820/models.rb', line 905 def AgencyClientGlobalType @AgencyClientGlobalType end |
#AgencyClientMobile ⇒ Object
905 906 907 |
# File 'lib/v20190820/models.rb', line 905 def AgencyClientMobile @AgencyClientMobile end |
#AgencyClientName ⇒ Object
905 906 907 |
# File 'lib/v20190820/models.rb', line 905 def AgencyClientName @AgencyClientName end |
Instance Method Details
#deserialize(params) ⇒ Object
914 915 916 917 918 919 |
# File 'lib/v20190820/models.rb', line 914 def deserialize(params) @AgencyClientName = params['AgencyClientName'] @AgencyClientGlobalType = params['AgencyClientGlobalType'] @AgencyClientGlobalId = params['AgencyClientGlobalId'] @AgencyClientMobile = params['AgencyClientMobile'] end |