Class: TencentCloud::Dc::V20180410::DisableInternetAddressResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dc::V20180410::DisableInternetAddressResponse
- Defined in:
- lib/v20180410/models.rb
Overview
DisableInternetAddress返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DisableInternetAddressResponse
constructor
A new instance of DisableInternetAddressResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DisableInternetAddressResponse
Returns a new instance of DisableInternetAddressResponse.
1905 1906 1907 |
# File 'lib/v20180410/models.rb', line 1905 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
1903 1904 1905 |
# File 'lib/v20180410/models.rb', line 1903 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1909 1910 1911 |
# File 'lib/v20180410/models.rb', line 1909 def deserialize(params) @RequestId = params['RequestId'] end |