Class: TencentCloud::Billing::V20180709::DescribeBillDownloadUrlResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Billing::V20180709::DescribeBillDownloadUrlResponse
- Defined in:
- lib/v20180709/models.rb
Overview
DescribeBillDownloadUrl返回参数结构体
Instance Attribute Summary collapse
-
#DownloadUrl ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Ready ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(ready = nil, downloadurl = nil, requestid = nil) ⇒ DescribeBillDownloadUrlResponse
constructor
A new instance of DescribeBillDownloadUrlResponse.
Constructor Details
#initialize(ready = nil, downloadurl = nil, requestid = nil) ⇒ DescribeBillDownloadUrlResponse
Returns a new instance of DescribeBillDownloadUrlResponse.
7384 7385 7386 7387 7388 |
# File 'lib/v20180709/models.rb', line 7384 def initialize(ready=nil, downloadurl=nil, requestid=nil) @Ready = ready @DownloadUrl = downloadurl @RequestId = requestid end |
Instance Attribute Details
#DownloadUrl ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
7382 7383 7384 |
# File 'lib/v20180709/models.rb', line 7382 def DownloadUrl @DownloadUrl end |
#Ready ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
7382 7383 7384 |
# File 'lib/v20180709/models.rb', line 7382 def Ready @Ready end |
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
7382 7383 7384 |
# File 'lib/v20180709/models.rb', line 7382 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
7390 7391 7392 7393 7394 |
# File 'lib/v20180709/models.rb', line 7390 def deserialize(params) @Ready = params['Ready'] @DownloadUrl = params['DownloadUrl'] @RequestId = params['RequestId'] end |