Class: TencentCloud::Cdn::V20180606::EnableCachesResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdn::V20180606::EnableCachesResponse
- Defined in:
- lib/v20180606/models.rb
Overview
EnableCaches返回参数结构体
Instance Attribute Summary collapse
-
#CacheOptResult ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#TaskId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(cacheoptresult = nil, taskid = nil, requestid = nil) ⇒ EnableCachesResponse
constructor
A new instance of EnableCachesResponse.
Constructor Details
#initialize(cacheoptresult = nil, taskid = nil, requestid = nil) ⇒ EnableCachesResponse
Returns a new instance of EnableCachesResponse.
7446 7447 7448 7449 7450 |
# File 'lib/v20180606/models.rb', line 7446 def initialize(cacheoptresult=nil, taskid=nil, requestid=nil) @CacheOptResult = cacheoptresult @TaskId = taskid @RequestId = requestid end |
Instance Attribute Details
#CacheOptResult ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
7444 7445 7446 |
# File 'lib/v20180606/models.rb', line 7444 def CacheOptResult @CacheOptResult end |
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
7444 7445 7446 |
# File 'lib/v20180606/models.rb', line 7444 def RequestId @RequestId end |
#TaskId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
7444 7445 7446 |
# File 'lib/v20180606/models.rb', line 7444 def TaskId @TaskId end |
Instance Method Details
#deserialize(params) ⇒ Object
7452 7453 7454 7455 7456 7457 7458 7459 |
# File 'lib/v20180606/models.rb', line 7452 def deserialize(params) unless params['CacheOptResult'].nil? @CacheOptResult = CacheOptResult.new @CacheOptResult.deserialize(params['CacheOptResult']) end @TaskId = params['TaskId'] @RequestId = params['RequestId'] end |