Class: TencentCloud::Cws::V20180312::DescribeConfigResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cws::V20180312::DescribeConfigResponse
- Defined in:
- lib/v20180312/models.rb
Overview
DescribeConfig返回参数结构体
Instance Attribute Summary collapse
- #Appid ⇒ Object
- #ContentLevel ⇒ Object
- #CreatedAt ⇒ Object
- #Id ⇒ Object
- #NoticeLevel ⇒ Object
- #RequestId ⇒ Object
- #UpdatedAt ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(noticelevel = nil, id = nil, createdat = nil, updatedat = nil, appid = nil, contentlevel = nil, requestid = nil) ⇒ DescribeConfigResponse
constructor
A new instance of DescribeConfigResponse.
Constructor Details
#initialize(noticelevel = nil, id = nil, createdat = nil, updatedat = nil, appid = nil, contentlevel = nil, requestid = nil) ⇒ DescribeConfigResponse
Returns a new instance of DescribeConfigResponse.
329 330 331 332 333 334 335 336 337 |
# File 'lib/v20180312/models.rb', line 329 def initialize(noticelevel=nil, id=nil, createdat=nil, updatedat=nil, appid=nil, contentlevel=nil, requestid=nil) @NoticeLevel = noticelevel @Id = id @CreatedAt = createdat @UpdatedAt = updatedat @Appid = appid @ContentLevel = contentlevel @RequestId = requestid end |
Instance Attribute Details
#Appid ⇒ Object
327 328 329 |
# File 'lib/v20180312/models.rb', line 327 def Appid @Appid end |
#ContentLevel ⇒ Object
327 328 329 |
# File 'lib/v20180312/models.rb', line 327 def ContentLevel @ContentLevel end |
#CreatedAt ⇒ Object
327 328 329 |
# File 'lib/v20180312/models.rb', line 327 def CreatedAt @CreatedAt end |
#Id ⇒ Object
327 328 329 |
# File 'lib/v20180312/models.rb', line 327 def Id @Id end |
#NoticeLevel ⇒ Object
327 328 329 |
# File 'lib/v20180312/models.rb', line 327 def NoticeLevel @NoticeLevel end |
#RequestId ⇒ Object
327 328 329 |
# File 'lib/v20180312/models.rb', line 327 def RequestId @RequestId end |
#UpdatedAt ⇒ Object
327 328 329 |
# File 'lib/v20180312/models.rb', line 327 def UpdatedAt @UpdatedAt end |
Instance Method Details
#deserialize(params) ⇒ Object
339 340 341 342 343 344 345 346 347 |
# File 'lib/v20180312/models.rb', line 339 def deserialize(params) @NoticeLevel = params['NoticeLevel'] @Id = params['Id'] @CreatedAt = params['CreatedAt'] @UpdatedAt = params['UpdatedAt'] @Appid = params['Appid'] @ContentLevel = params['ContentLevel'] @RequestId = params['RequestId'] end |