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.
1051 1052 1053 1054 1055 |
# File 'lib/v20190904/models.rb', line 1051 def initialize(status=nil, uuid=nil, requestid=nil) @Status = status @Uuid = uuid @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
1049 1050 1051 |
# File 'lib/v20190904/models.rb', line 1049 def RequestId @RequestId end |
#Status ⇒ Object
1049 1050 1051 |
# File 'lib/v20190904/models.rb', line 1049 def Status @Status end |
#Uuid ⇒ Object
1049 1050 1051 |
# File 'lib/v20190904/models.rb', line 1049 def Uuid @Uuid end |
Instance Method Details
#deserialize(params) ⇒ Object
1057 1058 1059 1060 1061 |
# File 'lib/v20190904/models.rb', line 1057 def deserialize(params) @Status = params['Status'] @Uuid = params['Uuid'] @RequestId = params['RequestId'] end |