Class: TencentCloud::Tem::V20201221::CreateCosTokenResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tem::V20201221::CreateCosTokenResponse
- Defined in:
- lib/v20201221/models.rb
Overview
CreateCosToken返回参数结构体
Instance Attribute Summary collapse
-
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Result ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(result = nil, requestid = nil) ⇒ CreateCosTokenResponse
constructor
A new instance of CreateCosTokenResponse.
Constructor Details
#initialize(result = nil, requestid = nil) ⇒ CreateCosTokenResponse
Returns a new instance of CreateCosTokenResponse.
110 111 112 113 |
# File 'lib/v20201221/models.rb', line 110 def initialize(result=nil, requestid=nil) @Result = result @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
108 109 110 |
# File 'lib/v20201221/models.rb', line 108 def RequestId @RequestId end |
#Result ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
108 109 110 |
# File 'lib/v20201221/models.rb', line 108 def Result @Result end |