Class: TencentCloud::Chc::V20230418::CommonServiceBaseInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Chc::V20230418::CommonServiceBaseInfo
- Defined in:
- lib/v20230418/models.rb
Overview
通用服务的基本信息
Instance Attribute Summary collapse
- #ContactName ⇒ Object
- #ContactPhone ⇒ Object
- #IdcName ⇒ Object
- #Instructions ⇒ Object
- #PreAuthorization ⇒ Object
- #ServiceLevel ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(idcname = nil, contactname = nil, contactphone = nil, instructions = nil, servicelevel = nil, preauthorization = nil) ⇒ CommonServiceBaseInfo
constructor
A new instance of CommonServiceBaseInfo.
Constructor Details
#initialize(idcname = nil, contactname = nil, contactphone = nil, instructions = nil, servicelevel = nil, preauthorization = nil) ⇒ CommonServiceBaseInfo
Returns a new instance of CommonServiceBaseInfo.
101 102 103 104 105 106 107 108 |
# File 'lib/v20230418/models.rb', line 101 def initialize(idcname=nil, contactname=nil, contactphone=nil, instructions=nil, servicelevel=nil, =nil) @IdcName = idcname @ContactName = contactname @ContactPhone = contactphone @Instructions = instructions @ServiceLevel = servicelevel @PreAuthorization = end |
Instance Attribute Details
#ContactName ⇒ Object
99 100 101 |
# File 'lib/v20230418/models.rb', line 99 def ContactName @ContactName end |
#ContactPhone ⇒ Object
99 100 101 |
# File 'lib/v20230418/models.rb', line 99 def ContactPhone @ContactPhone end |
#IdcName ⇒ Object
99 100 101 |
# File 'lib/v20230418/models.rb', line 99 def IdcName @IdcName end |
#Instructions ⇒ Object
99 100 101 |
# File 'lib/v20230418/models.rb', line 99 def Instructions @Instructions end |
#PreAuthorization ⇒ Object
99 100 101 |
# File 'lib/v20230418/models.rb', line 99 def PreAuthorization @PreAuthorization end |
#ServiceLevel ⇒ Object
99 100 101 |
# File 'lib/v20230418/models.rb', line 99 def ServiceLevel @ServiceLevel end |
Instance Method Details
#deserialize(params) ⇒ Object
110 111 112 113 114 115 116 117 |
# File 'lib/v20230418/models.rb', line 110 def deserialize(params) @IdcName = params['IdcName'] @ContactName = params['ContactName'] @ContactPhone = params['ContactPhone'] @Instructions = params['Instructions'] @ServiceLevel = params['ServiceLevel'] @PreAuthorization = params['PreAuthorization'] end |