Class: TencentCloud::Cdn::V20180606::DescribeImageConfigResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdn::V20180606::DescribeImageConfigResponse
- Defined in:
- lib/v20180606/models.rb
Overview
DescribeImageConfig返回参数结构体
Instance Attribute Summary collapse
-
#AvifAdapter ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#GuetzliAdapter ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#TpgAdapter ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#WebpAdapter ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(webpadapter = nil, tpgadapter = nil, guetzliadapter = nil, avifadapter = nil, requestid = nil) ⇒ DescribeImageConfigResponse
constructor
A new instance of DescribeImageConfigResponse.
Constructor Details
#initialize(webpadapter = nil, tpgadapter = nil, guetzliadapter = nil, avifadapter = nil, requestid = nil) ⇒ DescribeImageConfigResponse
Returns a new instance of DescribeImageConfigResponse.
4709 4710 4711 4712 4713 4714 4715 |
# File 'lib/v20180606/models.rb', line 4709 def initialize(webpadapter=nil, tpgadapter=nil, guetzliadapter=nil, avifadapter=nil, requestid=nil) @WebpAdapter = webpadapter @TpgAdapter = tpgadapter @GuetzliAdapter = guetzliadapter @AvifAdapter = avifadapter @RequestId = requestid end |
Instance Attribute Details
#AvifAdapter ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
4707 4708 4709 |
# File 'lib/v20180606/models.rb', line 4707 def AvifAdapter @AvifAdapter end |
#GuetzliAdapter ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
4707 4708 4709 |
# File 'lib/v20180606/models.rb', line 4707 def GuetzliAdapter @GuetzliAdapter end |
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
4707 4708 4709 |
# File 'lib/v20180606/models.rb', line 4707 def RequestId @RequestId end |
#TpgAdapter ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
4707 4708 4709 |
# File 'lib/v20180606/models.rb', line 4707 def TpgAdapter @TpgAdapter end |
#WebpAdapter ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
4707 4708 4709 |
# File 'lib/v20180606/models.rb', line 4707 def WebpAdapter @WebpAdapter end |
Instance Method Details
#deserialize(params) ⇒ Object
4717 4718 4719 4720 4721 4722 4723 4724 4725 4726 4727 4728 4729 4730 4731 4732 4733 4734 4735 |
# File 'lib/v20180606/models.rb', line 4717 def deserialize(params) unless params['WebpAdapter'].nil? @WebpAdapter = WebpAdapter.new @WebpAdapter.deserialize(params['WebpAdapter']) end unless params['TpgAdapter'].nil? @TpgAdapter = TpgAdapter.new @TpgAdapter.deserialize(params['TpgAdapter']) end unless params['GuetzliAdapter'].nil? @GuetzliAdapter = GuetzliAdapter.new @GuetzliAdapter.deserialize(params['GuetzliAdapter']) end unless params['AvifAdapter'].nil? @AvifAdapter = AvifAdapter.new @AvifAdapter.deserialize(params['AvifAdapter']) end @RequestId = params['RequestId'] end |