Class: TencentCloud::Ess::V20201111::CreateOrganizationAuthUrlResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ess::V20201111::CreateOrganizationAuthUrlResponse
- Defined in:
- lib/v20201111/models.rb
Overview
CreateOrganizationAuthUrl返回参数结构体
Instance Attribute Summary collapse
-
#AuthUrl ⇒ Object
注:
链接有效期统一30天. -
#ExpiredTime ⇒ Object
注:
链接有效期统一30天. -
#RequestId ⇒ Object
注:
链接有效期统一30天.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(authurl = nil, expiredtime = nil, requestid = nil) ⇒ CreateOrganizationAuthUrlResponse
constructor
A new instance of CreateOrganizationAuthUrlResponse.
Constructor Details
#initialize(authurl = nil, expiredtime = nil, requestid = nil) ⇒ CreateOrganizationAuthUrlResponse
Returns a new instance of CreateOrganizationAuthUrlResponse.
6442 6443 6444 6445 6446 |
# File 'lib/v20201111/models.rb', line 6442 def initialize(authurl=nil, expiredtime=nil, requestid=nil) @AuthUrl = authurl @ExpiredTime = expiredtime @RequestId = requestid end |
Instance Attribute Details
#AuthUrl ⇒ Object
注: 链接有效期统一30天
6440 6441 6442 |
# File 'lib/v20201111/models.rb', line 6440 def AuthUrl @AuthUrl end |
#ExpiredTime ⇒ Object
注: 链接有效期统一30天
6440 6441 6442 |
# File 'lib/v20201111/models.rb', line 6440 def ExpiredTime @ExpiredTime end |
#RequestId ⇒ Object
注: 链接有效期统一30天
6440 6441 6442 |
# File 'lib/v20201111/models.rb', line 6440 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
6448 6449 6450 6451 6452 |
# File 'lib/v20201111/models.rb', line 6448 def deserialize(params) @AuthUrl = params['AuthUrl'] @ExpiredTime = params['ExpiredTime'] @RequestId = params['RequestId'] end |