Class: TencentCloud::Gaap::V20180529::TagResourceInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Gaap::V20180529::TagResourceInfo
- Defined in:
- lib/v20180529/models.rb
Overview
标签对应资源信息
Instance Attribute Summary collapse
-
#ResourceId ⇒ Object
Proxy表示通道, ProxyGroup表示通道组, RealServer表示源站.
-
#ResourceType ⇒ Object
Proxy表示通道, ProxyGroup表示通道组, RealServer表示源站.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(resourcetype = nil, resourceid = nil) ⇒ TagResourceInfo
constructor
A new instance of TagResourceInfo.
Constructor Details
#initialize(resourcetype = nil, resourceid = nil) ⇒ TagResourceInfo
Returns a new instance of TagResourceInfo.
7716 7717 7718 7719 |
# File 'lib/v20180529/models.rb', line 7716 def initialize(resourcetype=nil, resourceid=nil) @ResourceType = resourcetype @ResourceId = resourceid end |
Instance Attribute Details
#ResourceId ⇒ Object
Proxy表示通道,ProxyGroup表示通道组,RealServer表示源站
7714 7715 7716 |
# File 'lib/v20180529/models.rb', line 7714 def ResourceId @ResourceId end |
#ResourceType ⇒ Object
Proxy表示通道,ProxyGroup表示通道组,RealServer表示源站
7714 7715 7716 |
# File 'lib/v20180529/models.rb', line 7714 def ResourceType @ResourceType end |
Instance Method Details
#deserialize(params) ⇒ Object
7721 7722 7723 7724 |
# File 'lib/v20180529/models.rb', line 7721 def deserialize(params) @ResourceType = params['ResourceType'] @ResourceId = params['ResourceId'] end |