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.
7075 7076 7077 7078 7079 7080 |
# File 'lib/v20190423/models.rb', line 7075 def initialize(productid=nil, topicname=nil, privilege=nil, requestid=nil) @ProductId = productid @TopicName = topicname @Privilege = privilege @RequestId = requestid end |
Instance Attribute Details
#Privilege ⇒ Object
7073 7074 7075 |
# File 'lib/v20190423/models.rb', line 7073 def Privilege @Privilege end |
#ProductId ⇒ Object
7073 7074 7075 |
# File 'lib/v20190423/models.rb', line 7073 def ProductId @ProductId end |
#RequestId ⇒ Object
7073 7074 7075 |
# File 'lib/v20190423/models.rb', line 7073 def RequestId @RequestId end |
#TopicName ⇒ Object
7073 7074 7075 |
# File 'lib/v20190423/models.rb', line 7073 def TopicName @TopicName end |
Instance Method Details
#deserialize(params) ⇒ Object
7082 7083 7084 7085 7086 7087 |
# File 'lib/v20190423/models.rb', line 7082 def deserialize(params) @ProductId = params['ProductId'] @TopicName = params['TopicName'] @Privilege = params['Privilege'] @RequestId = params['RequestId'] end |