Class: TencentCloud::Ba::V20200720::SyncIcpOrderWebInfoRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ba::V20200720::SyncIcpOrderWebInfoRequest
- Defined in:
- lib/v20200720/models.rb
Overview
SyncIcpOrderWebInfo请求参数结构体
Instance Attribute Summary collapse
- #CheckSamePerson ⇒ Object
- #IcpOrderId ⇒ Object
- #SourceWebId ⇒ Object
- #SyncFields ⇒ Object
- #TargetWebIds ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(icporderid = nil, sourcewebid = nil, targetwebids = nil, syncfields = nil, checksameperson = nil) ⇒ SyncIcpOrderWebInfoRequest
constructor
A new instance of SyncIcpOrderWebInfoRequest.
Constructor Details
#initialize(icporderid = nil, sourcewebid = nil, targetwebids = nil, syncfields = nil, checksameperson = nil) ⇒ SyncIcpOrderWebInfoRequest
Returns a new instance of SyncIcpOrderWebInfoRequest.
117 118 119 120 121 122 123 |
# File 'lib/v20200720/models.rb', line 117 def initialize(icporderid=nil, sourcewebid=nil, targetwebids=nil, syncfields=nil, checksameperson=nil) @IcpOrderId = icporderid @SourceWebId = sourcewebid @TargetWebIds = targetwebids @SyncFields = syncfields @CheckSamePerson = checksameperson end |
Instance Attribute Details
#CheckSamePerson ⇒ Object
115 116 117 |
# File 'lib/v20200720/models.rb', line 115 def CheckSamePerson @CheckSamePerson end |
#IcpOrderId ⇒ Object
115 116 117 |
# File 'lib/v20200720/models.rb', line 115 def IcpOrderId @IcpOrderId end |
#SourceWebId ⇒ Object
115 116 117 |
# File 'lib/v20200720/models.rb', line 115 def SourceWebId @SourceWebId end |
#SyncFields ⇒ Object
115 116 117 |
# File 'lib/v20200720/models.rb', line 115 def SyncFields @SyncFields end |
#TargetWebIds ⇒ Object
115 116 117 |
# File 'lib/v20200720/models.rb', line 115 def TargetWebIds @TargetWebIds end |
Instance Method Details
#deserialize(params) ⇒ Object
125 126 127 128 129 130 131 |
# File 'lib/v20200720/models.rb', line 125 def deserialize(params) @IcpOrderId = params['IcpOrderId'] @SourceWebId = params['SourceWebId'] @TargetWebIds = params['TargetWebIds'] @SyncFields = params['SyncFields'] @CheckSamePerson = params['CheckSamePerson'] end |