Class: TencentCloud::Essbasic::V20210526::CreateChannelOrganizationInfoChangeUrlResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Essbasic::V20210526::CreateChannelOrganizationInfoChangeUrlResponse
- Defined in:
- lib/v20210526/models.rb
Overview
CreateChannelOrganizationInfoChangeUrl返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(url = nil, expiredtime = nil, requestid = nil) ⇒ CreateChannelOrganizationInfoChangeUrlResponse
constructor
A new instance of CreateChannelOrganizationInfoChangeUrlResponse.
Constructor Details
#initialize(url = nil, expiredtime = nil, requestid = nil) ⇒ CreateChannelOrganizationInfoChangeUrlResponse
Returns a new instance of CreateChannelOrganizationInfoChangeUrlResponse.
5799 5800 5801 5802 5803 |
# File 'lib/v20210526/models.rb', line 5799 def initialize(url=nil, expiredtime=nil, requestid=nil) @Url = url @ExpiredTime = expiredtime @RequestId = requestid end |
Instance Attribute Details
#ExpiredTime ⇒ Object
5797 5798 5799 |
# File 'lib/v20210526/models.rb', line 5797 def ExpiredTime @ExpiredTime end |
#RequestId ⇒ Object
5797 5798 5799 |
# File 'lib/v20210526/models.rb', line 5797 def RequestId @RequestId end |
#Url ⇒ Object
5797 5798 5799 |
# File 'lib/v20210526/models.rb', line 5797 def Url @Url end |
Instance Method Details
#deserialize(params) ⇒ Object
5805 5806 5807 5808 5809 |
# File 'lib/v20210526/models.rb', line 5805 def deserialize(params) @Url = params['Url'] @ExpiredTime = params['ExpiredTime'] @RequestId = params['RequestId'] end |