Class: TencentCloud::Dlc::V20210125::GrantDLCCatalogAccessRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dlc::V20210125::GrantDLCCatalogAccessRequest
- Defined in:
- lib/v20210125/models.rb
Overview
GrantDLCCatalogAccess请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(vpcid = nil, product = nil, description = nil, vpcuin = nil, vpcappid = nil) ⇒ GrantDLCCatalogAccessRequest
constructor
A new instance of GrantDLCCatalogAccessRequest.
Constructor Details
#initialize(vpcid = nil, product = nil, description = nil, vpcuin = nil, vpcappid = nil) ⇒ GrantDLCCatalogAccessRequest
Returns a new instance of GrantDLCCatalogAccessRequest.
11310 11311 11312 11313 11314 11315 11316 |
# File 'lib/v20210125/models.rb', line 11310 def initialize(vpcid=nil, product=nil, description=nil, vpcuin=nil, vpcappid=nil) @VpcId = vpcid @Product = product @Description = description @VpcUin = vpcuin @VpcAppId = vpcappid end |
Instance Attribute Details
#Description ⇒ Object
11308 11309 11310 |
# File 'lib/v20210125/models.rb', line 11308 def Description @Description end |
#Product ⇒ Object
11308 11309 11310 |
# File 'lib/v20210125/models.rb', line 11308 def Product @Product end |
#VpcAppId ⇒ Object
11308 11309 11310 |
# File 'lib/v20210125/models.rb', line 11308 def VpcAppId @VpcAppId end |
#VpcId ⇒ Object
11308 11309 11310 |
# File 'lib/v20210125/models.rb', line 11308 def VpcId @VpcId end |
#VpcUin ⇒ Object
11308 11309 11310 |
# File 'lib/v20210125/models.rb', line 11308 def VpcUin @VpcUin end |
Instance Method Details
#deserialize(params) ⇒ Object
11318 11319 11320 11321 11322 11323 11324 |
# File 'lib/v20210125/models.rb', line 11318 def deserialize(params) @VpcId = params['VpcId'] @Product = params['Product'] @Description = params['Description'] @VpcUin = params['VpcUin'] @VpcAppId = params['VpcAppId'] end |