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
-
#AccessGroupIdMarker ⇒ Object
备注:入参只能指定VpcId和OwnerUin的其中一个.
-
#OwnerUin ⇒ Object
备注:入参只能指定VpcId和OwnerUin的其中一个.
-
#VpcId ⇒ Object
备注:入参只能指定VpcId和OwnerUin的其中一个.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(vpcid = nil, owneruin = nil, accessgroupidmarker = nil) ⇒ DescribeAccessGroupsRequest
constructor
A new instance of DescribeAccessGroupsRequest.
Constructor Details
#initialize(vpcid = nil, owneruin = nil, accessgroupidmarker = nil) ⇒ DescribeAccessGroupsRequest
Returns a new instance of DescribeAccessGroupsRequest.
655 656 657 658 659 |
# File 'lib/v20201112/models.rb', line 655 def initialize(vpcid=nil, owneruin=nil, accessgroupidmarker=nil) @VpcId = vpcid @OwnerUin = owneruin @AccessGroupIdMarker = accessgroupidmarker end |
Instance Attribute Details
#AccessGroupIdMarker ⇒ Object
备注:入参只能指定VpcId和OwnerUin的其中一个
653 654 655 |
# File 'lib/v20201112/models.rb', line 653 def AccessGroupIdMarker @AccessGroupIdMarker end |
#OwnerUin ⇒ Object
备注:入参只能指定VpcId和OwnerUin的其中一个
653 654 655 |
# File 'lib/v20201112/models.rb', line 653 def OwnerUin @OwnerUin end |
#VpcId ⇒ Object
备注:入参只能指定VpcId和OwnerUin的其中一个
653 654 655 |
# File 'lib/v20201112/models.rb', line 653 def VpcId @VpcId end |
Instance Method Details
#deserialize(params) ⇒ Object
661 662 663 664 665 |
# File 'lib/v20201112/models.rb', line 661 def deserialize(params) @VpcId = params['VpcId'] @OwnerUin = params['OwnerUin'] @AccessGroupIdMarker = params['AccessGroupIdMarker'] end |