Class: TencentCloud::Ssl::V20191205::BindResourceRegionResult
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ssl::V20191205::BindResourceRegionResult
- Defined in:
- lib/v20191205/models.rb
Overview
绑定资源地域结果
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(region = nil, totalcount = nil, error = nil) ⇒ BindResourceRegionResult
constructor
A new instance of BindResourceRegionResult.
Constructor Details
#initialize(region = nil, totalcount = nil, error = nil) ⇒ BindResourceRegionResult
Returns a new instance of BindResourceRegionResult.
213 214 215 216 217 |
# File 'lib/v20191205/models.rb', line 213 def initialize(region=nil, totalcount=nil, error=nil) @Region = region @TotalCount = totalcount @Error = error end |
Instance Attribute Details
#Error ⇒ Object
211 212 213 |
# File 'lib/v20191205/models.rb', line 211 def Error @Error end |
#Region ⇒ Object
211 212 213 |
# File 'lib/v20191205/models.rb', line 211 def Region @Region end |
#TotalCount ⇒ Object
211 212 213 |
# File 'lib/v20191205/models.rb', line 211 def TotalCount @TotalCount end |
Instance Method Details
#deserialize(params) ⇒ Object
219 220 221 222 223 |
# File 'lib/v20191205/models.rb', line 219 def deserialize(params) @Region = params['Region'] @TotalCount = params['TotalCount'] @Error = params['Error'] end |