Class: TencentCloud::Cpdp::V20190820::BillDownloadUrlResult
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cpdp::V20190820::BillDownloadUrlResult
- Defined in:
- lib/v20190820/models.rb
Overview
机构账单文件下载地址响应对象
Instance Attribute Summary collapse
-
#DownloadUrl ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(downloadurl = nil) ⇒ BillDownloadUrlResult
constructor
A new instance of BillDownloadUrlResult.
Constructor Details
#initialize(downloadurl = nil) ⇒ BillDownloadUrlResult
Returns a new instance of BillDownloadUrlResult.
2712 2713 2714 |
# File 'lib/v20190820/models.rb', line 2712 def initialize(downloadurl=nil) @DownloadUrl = downloadurl end |
Instance Attribute Details
#DownloadUrl ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
2710 2711 2712 |
# File 'lib/v20190820/models.rb', line 2710 def DownloadUrl @DownloadUrl end |
Instance Method Details
#deserialize(params) ⇒ Object
2716 2717 2718 |
# File 'lib/v20190820/models.rb', line 2716 def deserialize(params) @DownloadUrl = params['DownloadUrl'] end |