Class: TencentCloud::Yunjing::V20180228::DescribeComponentInfoResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Yunjing::V20180228::DescribeComponentInfoResponse
- Defined in:
- lib/v20180228/models.rb
Overview
DescribeComponentInfo返回参数结构体
Instance Attribute Summary collapse
-
#ComponentName ⇒ Object
<li>WEB:web组件</li> <li>SYSTEM:系统组件</li>.
-
#ComponentType ⇒ Object
<li>WEB:web组件</li> <li>SYSTEM:系统组件</li>.
-
#Description ⇒ Object
<li>WEB:web组件</li> <li>SYSTEM:系统组件</li>.
-
#Homepage ⇒ Object
<li>WEB:web组件</li> <li>SYSTEM:系统组件</li>.
-
#Id ⇒ Object
<li>WEB:web组件</li> <li>SYSTEM:系统组件</li>.
-
#RequestId ⇒ Object
<li>WEB:web组件</li> <li>SYSTEM:系统组件</li>.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, componentname = nil, componenttype = nil, homepage = nil, description = nil, requestid = nil) ⇒ DescribeComponentInfoResponse
constructor
A new instance of DescribeComponentInfoResponse.
Constructor Details
#initialize(id = nil, componentname = nil, componenttype = nil, homepage = nil, description = nil, requestid = nil) ⇒ DescribeComponentInfoResponse
Returns a new instance of DescribeComponentInfoResponse.
1971 1972 1973 1974 1975 1976 1977 1978 |
# File 'lib/v20180228/models.rb', line 1971 def initialize(id=nil, componentname=nil, componenttype=nil, homepage=nil, description=nil, requestid=nil) @Id = id @ComponentName = componentname @ComponentType = componenttype @Homepage = homepage @Description = description @RequestId = requestid end |
Instance Attribute Details
#ComponentName ⇒ Object
<li>WEB:web组件</li> <li>SYSTEM:系统组件</li>
1969 1970 1971 |
# File 'lib/v20180228/models.rb', line 1969 def ComponentName @ComponentName end |
#ComponentType ⇒ Object
<li>WEB:web组件</li> <li>SYSTEM:系统组件</li>
1969 1970 1971 |
# File 'lib/v20180228/models.rb', line 1969 def ComponentType @ComponentType end |
#Description ⇒ Object
<li>WEB:web组件</li> <li>SYSTEM:系统组件</li>
1969 1970 1971 |
# File 'lib/v20180228/models.rb', line 1969 def Description @Description end |
#Homepage ⇒ Object
<li>WEB:web组件</li> <li>SYSTEM:系统组件</li>
1969 1970 1971 |
# File 'lib/v20180228/models.rb', line 1969 def Homepage @Homepage end |
#Id ⇒ Object
<li>WEB:web组件</li> <li>SYSTEM:系统组件</li>
1969 1970 1971 |
# File 'lib/v20180228/models.rb', line 1969 def Id @Id end |
#RequestId ⇒ Object
<li>WEB:web组件</li> <li>SYSTEM:系统组件</li>
1969 1970 1971 |
# File 'lib/v20180228/models.rb', line 1969 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1980 1981 1982 1983 1984 1985 1986 1987 |
# File 'lib/v20180228/models.rb', line 1980 def deserialize(params) @Id = params['Id'] @ComponentName = params['ComponentName'] @ComponentType = params['ComponentType'] @Homepage = params['Homepage'] @Description = params['Description'] @RequestId = params['RequestId'] end |