Class: TencentCloud::Cam::V20190116::BuildDataFlowAuthTokenResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cam::V20190116::BuildDataFlowAuthTokenResponse
- Defined in:
- lib/v20190116/models.rb
Overview
BuildDataFlowAuthToken返回参数结构体
Instance Attribute Summary collapse
-
#Credentials ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(credentials = nil, requestid = nil) ⇒ BuildDataFlowAuthTokenResponse
constructor
A new instance of BuildDataFlowAuthTokenResponse.
Constructor Details
#initialize(credentials = nil, requestid = nil) ⇒ BuildDataFlowAuthTokenResponse
Returns a new instance of BuildDataFlowAuthTokenResponse.
629 630 631 632 |
# File 'lib/v20190116/models.rb', line 629 def initialize(credentials=nil, requestid=nil) @Credentials = credentials @RequestId = requestid end |
Instance Attribute Details
#Credentials ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
627 628 629 |
# File 'lib/v20190116/models.rb', line 627 def Credentials @Credentials end |
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
627 628 629 |
# File 'lib/v20190116/models.rb', line 627 def RequestId @RequestId end |