Class: TencentCloud::Dlc::V20210125::DLCCatalogAccess
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dlc::V20210125::DLCCatalogAccess
- Defined in:
- lib/v20210125/models.rb
Overview
DLC 数据目录访问权限
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(vpcid = nil, product = nil, description = nil, createtime = nil) ⇒ DLCCatalogAccess
constructor
A new instance of DLCCatalogAccess.
Constructor Details
#initialize(vpcid = nil, product = nil, description = nil, createtime = nil) ⇒ DLCCatalogAccess
Returns a new instance of DLCCatalogAccess.
3773 3774 3775 3776 3777 3778 |
# File 'lib/v20210125/models.rb', line 3773 def initialize(vpcid=nil, product=nil, description=nil, createtime=nil) @VpcId = vpcid @Product = product @Description = description @CreateTime = createtime end |
Instance Attribute Details
#CreateTime ⇒ Object
3771 3772 3773 |
# File 'lib/v20210125/models.rb', line 3771 def CreateTime @CreateTime end |
#Description ⇒ Object
3771 3772 3773 |
# File 'lib/v20210125/models.rb', line 3771 def Description @Description end |
#Product ⇒ Object
3771 3772 3773 |
# File 'lib/v20210125/models.rb', line 3771 def Product @Product end |
#VpcId ⇒ Object
3771 3772 3773 |
# File 'lib/v20210125/models.rb', line 3771 def VpcId @VpcId end |
Instance Method Details
#deserialize(params) ⇒ Object
3780 3781 3782 3783 3784 3785 |
# File 'lib/v20210125/models.rb', line 3780 def deserialize(params) @VpcId = params['VpcId'] @Product = params['Product'] @Description = params['Description'] @CreateTime = params['CreateTime'] end |