Class: TencentCloud::Live::V20180801::DescribeLiveCloudEffectListRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Live::V20180801::DescribeLiveCloudEffectListRequest
- Defined in:
- lib/v20180801/models.rb
Overview
DescribeLiveCloudEffectList请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, prompt = nil, flag = nil, type = nil) ⇒ DescribeLiveCloudEffectListRequest
constructor
A new instance of DescribeLiveCloudEffectListRequest.
Constructor Details
#initialize(id = nil, prompt = nil, flag = nil, type = nil) ⇒ DescribeLiveCloudEffectListRequest
Returns a new instance of DescribeLiveCloudEffectListRequest.
6565 6566 6567 6568 6569 6570 |
# File 'lib/v20180801/models.rb', line 6565 def initialize(id=nil, prompt=nil, flag=nil, type=nil) @Id = id @Prompt = prompt @Flag = flag @Type = type end |
Instance Attribute Details
#Flag ⇒ Object
6563 6564 6565 |
# File 'lib/v20180801/models.rb', line 6563 def Flag @Flag end |
#Id ⇒ Object
6563 6564 6565 |
# File 'lib/v20180801/models.rb', line 6563 def Id @Id end |
#Prompt ⇒ Object
6563 6564 6565 |
# File 'lib/v20180801/models.rb', line 6563 def Prompt @Prompt end |
#Type ⇒ Object
6563 6564 6565 |
# File 'lib/v20180801/models.rb', line 6563 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
6572 6573 6574 6575 6576 6577 |
# File 'lib/v20180801/models.rb', line 6572 def deserialize(params) @Id = params['Id'] @Prompt = params['Prompt'] @Flag = params['Flag'] @Type = params['Type'] end |