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.
21033 21034 21035 21036 21037 21038 21039 |
# File 'lib/v20210820/models.rb', line 21033 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,表示取不到有效值。
21031 21032 21033 |
# File 'lib/v20210820/models.rb', line 21031 def Bucket @Bucket end |
#EndPoint ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
21031 21032 21033 |
# File 'lib/v20210820/models.rb', line 21031 def EndPoint @EndPoint end |
#Region ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
21031 21032 21033 |
# File 'lib/v20210820/models.rb', line 21031 def Region @Region end |
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
21031 21032 21033 |
# File 'lib/v20210820/models.rb', line 21031 def RequestId @RequestId end |
#Token ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
21031 21032 21033 |
# File 'lib/v20210820/models.rb', line 21031 def Token @Token end |
Instance Method Details
#deserialize(params) ⇒ Object
21041 21042 21043 21044 21045 21046 21047 21048 21049 21050 |
# File 'lib/v20210820/models.rb', line 21041 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 |