Class: TencentCloud::Cdn::V20180606::DisableCachesResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdn::V20180606::DisableCachesResponse
- Defined in:
- lib/v20180606/models.rb
Overview
DisableCaches返回参数结构体
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) ⇒ DisableCachesResponse
constructor
A new instance of DisableCachesResponse.
Constructor Details
#initialize(cacheoptresult = nil, taskid = nil, requestid = nil) ⇒ DisableCachesResponse
Returns a new instance of DisableCachesResponse.
7029 7030 7031 7032 7033 |
# File 'lib/v20180606/models.rb', line 7029 def initialize(cacheoptresult=nil, taskid=nil, requestid=nil) @CacheOptResult = cacheoptresult @TaskId = taskid @RequestId = requestid end |
Instance Attribute Details
#CacheOptResult ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
7027 7028 7029 |
# File 'lib/v20180606/models.rb', line 7027 def CacheOptResult @CacheOptResult end |
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
7027 7028 7029 |
# File 'lib/v20180606/models.rb', line 7027 def RequestId @RequestId end |
#TaskId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
7027 7028 7029 |
# File 'lib/v20180606/models.rb', line 7027 def TaskId @TaskId end |
Instance Method Details
#deserialize(params) ⇒ Object
7035 7036 7037 7038 7039 7040 7041 7042 |
# File 'lib/v20180606/models.rb', line 7035 def deserialize(params) unless params['CacheOptResult'].nil? @CacheOptResult = CacheOptResult.new @CacheOptResult.deserialize(params['CacheOptResult']) end @TaskId = params['TaskId'] @RequestId = params['RequestId'] end |