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.
884 885 886 887 888 |
# File 'lib/v20190904/models.rb', line 884 def initialize(status=nil, uuid=nil, requestid=nil) @Status = status @Uuid = uuid @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
882 883 884 |
# File 'lib/v20190904/models.rb', line 882 def RequestId @RequestId end |
#Status ⇒ Object
882 883 884 |
# File 'lib/v20190904/models.rb', line 882 def Status @Status end |
#Uuid ⇒ Object
882 883 884 |
# File 'lib/v20190904/models.rb', line 882 def Uuid @Uuid end |
Instance Method Details
#deserialize(params) ⇒ Object
890 891 892 893 894 |
# File 'lib/v20190904/models.rb', line 890 def deserialize(params) @Status = params['Status'] @Uuid = params['Uuid'] @RequestId = params['RequestId'] end |