Class: TencentCloud::Organization::V20210331::UpdateZoneRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Organization::V20210331::UpdateZoneRequest
- Defined in:
- lib/v20210331/models.rb
Overview
UpdateZone请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(zoneid = nil, newzonename = nil) ⇒ UpdateZoneRequest
constructor
A new instance of UpdateZoneRequest.
Constructor Details
#initialize(zoneid = nil, newzonename = nil) ⇒ UpdateZoneRequest
Returns a new instance of UpdateZoneRequest.
8295 8296 8297 8298 |
# File 'lib/v20210331/models.rb', line 8295 def initialize(zoneid=nil, newzonename=nil) @ZoneId = zoneid @NewZoneName = newzonename end |
Instance Attribute Details
#NewZoneName ⇒ Object
8293 8294 8295 |
# File 'lib/v20210331/models.rb', line 8293 def NewZoneName @NewZoneName end |
#ZoneId ⇒ Object
8293 8294 8295 |
# File 'lib/v20210331/models.rb', line 8293 def ZoneId @ZoneId end |
Instance Method Details
#deserialize(params) ⇒ Object
8300 8301 8302 8303 |
# File 'lib/v20210331/models.rb', line 8300 def deserialize(params) @ZoneId = params['ZoneId'] @NewZoneName = params['NewZoneName'] end |