Class: TencentCloud::Wedata::V20210820::GetCosTokenResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::GetCosTokenResponse
- Defined in:
- lib/v20210820/models.rb
Overview
GetCosToken返回参数结构体
Instance Attribute Summary collapse
-
#Bucket ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#EndPoint ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Region ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Token ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(region = nil, token = nil, bucket = nil, endpoint = nil, requestid = nil) ⇒ GetCosTokenResponse
constructor
A new instance of GetCosTokenResponse.
Constructor Details
#initialize(region = nil, token = nil, bucket = nil, endpoint = nil, requestid = nil) ⇒ GetCosTokenResponse
Returns a new instance of GetCosTokenResponse.
21723 21724 21725 21726 21727 21728 21729 |
# File 'lib/v20210820/models.rb', line 21723 def initialize(region=nil, token=nil, bucket=nil, endpoint=nil, requestid=nil) @Region = region @Token = token @Bucket = bucket @EndPoint = endpoint @RequestId = requestid end |
Instance Attribute Details
#Bucket ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
21721 21722 21723 |
# File 'lib/v20210820/models.rb', line 21721 def Bucket @Bucket end |
#EndPoint ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
21721 21722 21723 |
# File 'lib/v20210820/models.rb', line 21721 def EndPoint @EndPoint end |
#Region ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
21721 21722 21723 |
# File 'lib/v20210820/models.rb', line 21721 def Region @Region end |
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
21721 21722 21723 |
# File 'lib/v20210820/models.rb', line 21721 def RequestId @RequestId end |
#Token ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
21721 21722 21723 |
# File 'lib/v20210820/models.rb', line 21721 def Token @Token end |
Instance Method Details
#deserialize(params) ⇒ Object
21731 21732 21733 21734 21735 21736 21737 21738 21739 21740 |
# File 'lib/v20210820/models.rb', line 21731 def deserialize(params) @Region = params['Region'] unless params['Token'].nil? @Token = CosTokenResponse.new @Token.deserialize(params['Token']) end @Bucket = params['Bucket'] @EndPoint = params['EndPoint'] @RequestId = params['RequestId'] end |