Class: TencentCloud::Cfw::V20190904::CreateAddressTemplateResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cfw::V20190904::CreateAddressTemplateResponse
- Defined in:
- lib/v20190904/models.rb
Overview
CreateAddressTemplate返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(status = nil, uuid = nil, requestid = nil) ⇒ CreateAddressTemplateResponse
constructor
A new instance of CreateAddressTemplateResponse.
Constructor Details
#initialize(status = nil, uuid = nil, requestid = nil) ⇒ CreateAddressTemplateResponse
Returns a new instance of CreateAddressTemplateResponse.
1180 1181 1182 1183 1184 |
# File 'lib/v20190904/models.rb', line 1180 def initialize(status=nil, uuid=nil, requestid=nil) @Status = status @Uuid = uuid @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
1178 1179 1180 |
# File 'lib/v20190904/models.rb', line 1178 def RequestId @RequestId end |
#Status ⇒ Object
1178 1179 1180 |
# File 'lib/v20190904/models.rb', line 1178 def Status @Status end |
#Uuid ⇒ Object
1178 1179 1180 |
# File 'lib/v20190904/models.rb', line 1178 def Uuid @Uuid end |
Instance Method Details
#deserialize(params) ⇒ Object
1186 1187 1188 1189 1190 |
# File 'lib/v20190904/models.rb', line 1186 def deserialize(params) @Status = params['Status'] @Uuid = params['Uuid'] @RequestId = params['RequestId'] end |