Class: TencentCloud::Iotexplorer::V20190423::DescribeTopicPolicyResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::DescribeTopicPolicyResponse
- Defined in:
- lib/v20190423/models.rb
Overview
DescribeTopicPolicy返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(productid = nil, topicname = nil, privilege = nil, requestid = nil) ⇒ DescribeTopicPolicyResponse
constructor
A new instance of DescribeTopicPolicyResponse.
Constructor Details
#initialize(productid = nil, topicname = nil, privilege = nil, requestid = nil) ⇒ DescribeTopicPolicyResponse
Returns a new instance of DescribeTopicPolicyResponse.
7063 7064 7065 7066 7067 7068 |
# File 'lib/v20190423/models.rb', line 7063 def initialize(productid=nil, topicname=nil, privilege=nil, requestid=nil) @ProductId = productid @TopicName = topicname @Privilege = privilege @RequestId = requestid end |
Instance Attribute Details
#Privilege ⇒ Object
7061 7062 7063 |
# File 'lib/v20190423/models.rb', line 7061 def Privilege @Privilege end |
#ProductId ⇒ Object
7061 7062 7063 |
# File 'lib/v20190423/models.rb', line 7061 def ProductId @ProductId end |
#RequestId ⇒ Object
7061 7062 7063 |
# File 'lib/v20190423/models.rb', line 7061 def RequestId @RequestId end |
#TopicName ⇒ Object
7061 7062 7063 |
# File 'lib/v20190423/models.rb', line 7061 def TopicName @TopicName end |
Instance Method Details
#deserialize(params) ⇒ Object
7070 7071 7072 7073 7074 7075 |
# File 'lib/v20190423/models.rb', line 7070 def deserialize(params) @ProductId = params['ProductId'] @TopicName = params['TopicName'] @Privilege = params['Privilege'] @RequestId = params['RequestId'] end |