Class: TencentCloud::Ess::V20201111::CreateOrganizationInfoChangeUrlResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ess::V20201111::CreateOrganizationInfoChangeUrlResponse
- Defined in:
- lib/v20201111/models.rb
Overview
CreateOrganizationInfoChangeUrl返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(url = nil, expiredtime = nil, requestid = nil) ⇒ CreateOrganizationInfoChangeUrlResponse
constructor
A new instance of CreateOrganizationInfoChangeUrlResponse.
Constructor Details
#initialize(url = nil, expiredtime = nil, requestid = nil) ⇒ CreateOrganizationInfoChangeUrlResponse
Returns a new instance of CreateOrganizationInfoChangeUrlResponse.
6663 6664 6665 6666 6667 |
# File 'lib/v20201111/models.rb', line 6663 def initialize(url=nil, expiredtime=nil, requestid=nil) @Url = url @ExpiredTime = expiredtime @RequestId = requestid end |
Instance Attribute Details
#ExpiredTime ⇒ Object
6661 6662 6663 |
# File 'lib/v20201111/models.rb', line 6661 def ExpiredTime @ExpiredTime end |
#RequestId ⇒ Object
6661 6662 6663 |
# File 'lib/v20201111/models.rb', line 6661 def RequestId @RequestId end |
#Url ⇒ Object
6661 6662 6663 |
# File 'lib/v20201111/models.rb', line 6661 def Url @Url end |
Instance Method Details
#deserialize(params) ⇒ Object
6669 6670 6671 6672 6673 |
# File 'lib/v20201111/models.rb', line 6669 def deserialize(params) @Url = params['Url'] @ExpiredTime = params['ExpiredTime'] @RequestId = params['RequestId'] end |