Class: TencentCloud::Tccatalog::V20241024::DescribeTccCatalogsRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tccatalog::V20241024::DescribeTccCatalogsRequest
- Defined in:
- lib/v20241024/models.rb
Overview
DescribeTccCatalogs请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(catalogid = nil, name = nil, type = nil, status = nil, operator = nil) ⇒ DescribeTccCatalogsRequest
constructor
A new instance of DescribeTccCatalogsRequest.
Constructor Details
#initialize(catalogid = nil, name = nil, type = nil, status = nil, operator = nil) ⇒ DescribeTccCatalogsRequest
Returns a new instance of DescribeTccCatalogsRequest.
154 155 156 157 158 159 160 |
# File 'lib/v20241024/models.rb', line 154 def initialize(catalogid=nil, name=nil, type=nil, status=nil, operator=nil) @CatalogId = catalogid @Name = name @Type = type @Status = status @Operator = operator end |
Instance Attribute Details
#CatalogId ⇒ Object
152 153 154 |
# File 'lib/v20241024/models.rb', line 152 def CatalogId @CatalogId end |
#Name ⇒ Object
152 153 154 |
# File 'lib/v20241024/models.rb', line 152 def Name @Name end |
#Operator ⇒ Object
152 153 154 |
# File 'lib/v20241024/models.rb', line 152 def Operator @Operator end |
#Status ⇒ Object
152 153 154 |
# File 'lib/v20241024/models.rb', line 152 def Status @Status end |
#Type ⇒ Object
152 153 154 |
# File 'lib/v20241024/models.rb', line 152 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
162 163 164 165 166 167 168 |
# File 'lib/v20241024/models.rb', line 162 def deserialize(params) @CatalogId = params['CatalogId'] @Name = params['Name'] @Type = params['Type'] @Status = params['Status'] @Operator = params['Operator'] end |