Class: TencentCloud::Chdfs::V20201112::DescribeAccessGroupsRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Chdfs::V20201112::DescribeAccessGroupsRequest
- Defined in:
- lib/v20201112/models.rb
Overview
DescribeAccessGroups请求参数结构体
Instance Attribute Summary collapse
-
#OwnerUin ⇒ Object
备注:入参只能指定VpcId和OwnerUin的其中一个.
-
#VpcId ⇒ Object
备注:入参只能指定VpcId和OwnerUin的其中一个.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(vpcid = nil, owneruin = nil) ⇒ DescribeAccessGroupsRequest
constructor
A new instance of DescribeAccessGroupsRequest.
Constructor Details
#initialize(vpcid = nil, owneruin = nil) ⇒ DescribeAccessGroupsRequest
Returns a new instance of DescribeAccessGroupsRequest.
653 654 655 656 |
# File 'lib/v20201112/models.rb', line 653 def initialize(vpcid=nil, owneruin=nil) @VpcId = vpcid @OwnerUin = owneruin end |
Instance Attribute Details
#OwnerUin ⇒ Object
备注:入参只能指定VpcId和OwnerUin的其中一个
651 652 653 |
# File 'lib/v20201112/models.rb', line 651 def OwnerUin @OwnerUin end |
#VpcId ⇒ Object
备注:入参只能指定VpcId和OwnerUin的其中一个
651 652 653 |
# File 'lib/v20201112/models.rb', line 651 def VpcId @VpcId end |
Instance Method Details
#deserialize(params) ⇒ Object
658 659 660 661 |
# File 'lib/v20201112/models.rb', line 658 def deserialize(params) @VpcId = params['VpcId'] @OwnerUin = params['OwnerUin'] end |